]> git.ipfire.org Git - thirdparty/gcc.git/blob - configure
config-ml.in: Remove references to GCJ.
[thirdparty/gcc.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
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.
8 #
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 ## -------------------- ##
14
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 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
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"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
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=';'
78 }
79 fi
80
81
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"
88
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
94 do
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
100
101 ;;
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
107 fi
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
111 fi
112
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='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
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 *) :
147 ;;
148 esac
149 fi
150 "
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; }
156
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 :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
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
177 fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
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
184 do
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
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
198 fi
199 fi
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
209
210
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+"$@"}
220 fi
221
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."
233 fi
234 exit 1
235 fi
236 fi
237 fi
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
243
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
247 # as_fn_unset VAR
248 # ---------------
249 # Portably unset VAR.
250 as_fn_unset ()
251 {
252 { eval $1=; unset $1;}
253 }
254 as_unset=as_fn_unset
255
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
259 as_fn_set_status ()
260 {
261 return $1
262 } # as_fn_set_status
263
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 ()
268 {
269 set +e
270 as_fn_set_status $1
271 exit $1
272 } # as_fn_exit
273
274 # as_fn_mkdir_p
275 # -------------
276 # Create "$as_dir" as a directory, including parents if necessary.
277 as_fn_mkdir_p ()
278 {
279
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/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
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"
318
319
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 ()
329 {
330 eval $1+=\$2
331 }'
332 else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337 fi # as_fn_append
338
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 ()
346 {
347 as_val=$(( $* ))
348 }'
349 else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354 fi # as_fn_arith
355
356
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 ()
363 {
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
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371 } # as_fn_error
372
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
378 fi
379
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382 else
383 as_basename=false
384 fi
385
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
390 fi
391
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/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
410
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
417
418
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 '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
433 N
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; }
441
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
448 }
449
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;;
459 *)
460 ECHO_N='-n';;
461 esac
462
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
469 fi
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'
483 fi
484 else
485 as_ln_s='cp -p'
486 fi
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
489
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
495 fi
496
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=
504 fi
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
516 '
517 fi
518 as_executable_p=$as_test_x
519
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'"
522
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'"
525
526
527 exec 7<&0 </dev/null 6>&1
528
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`
533
534 #
535 # Initializations.
536 #
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=
545
546 # Identity of this package.
547 PACKAGE_NAME=
548 PACKAGE_TARNAME=
549 PACKAGE_VERSION=
550 PACKAGE_STRING=
551 PACKAGE_BUGREPORT=
552 PACKAGE_URL=
553
554 ac_unique_file="move-if-change"
555 enable_option_checking=no
556 ac_subst_vars='LTLIBOBJS
557 LIBOBJS
558 compare_exclusions
559 host_shared
560 stage2_werror_flag
561 stage1_checking
562 stage1_cflags
563 MAINT
564 MAINTAINER_MODE_FALSE
565 MAINTAINER_MODE_TRUE
566 COMPILER_NM_FOR_TARGET
567 COMPILER_LD_FOR_TARGET
568 COMPILER_AS_FOR_TARGET
569 FLAGS_FOR_TARGET
570 RAW_CXX_FOR_TARGET
571 WINDMC_FOR_TARGET
572 WINDRES_FOR_TARGET
573 STRIP_FOR_TARGET
574 READELF_FOR_TARGET
575 RANLIB_FOR_TARGET
576 OBJDUMP_FOR_TARGET
577 OBJCOPY_FOR_TARGET
578 NM_FOR_TARGET
579 LIPO_FOR_TARGET
580 LD_FOR_TARGET
581 DLLTOOL_FOR_TARGET
582 AS_FOR_TARGET
583 AR_FOR_TARGET
584 GOC_FOR_TARGET
585 GFORTRAN_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
596 NM
597 LIPO
598 LD
599 DLLTOOL
600 AS
601 AR
602 RUNTEST
603 EXPECT
604 MAKEINFO
605 FLEX
606 LEX
607 M4
608 BISON
609 YACC
610 WINDRES_FOR_BUILD
611 WINDMC_FOR_BUILD
612 RANLIB_FOR_BUILD
613 NM_FOR_BUILD
614 LD_FOR_BUILD
615 LDFLAGS_FOR_BUILD
616 GOC_FOR_BUILD
617 GFORTRAN_FOR_BUILD
618 DLLTOOL_FOR_BUILD
619 CXX_FOR_BUILD
620 CXXFLAGS_FOR_BUILD
621 CFLAGS_FOR_BUILD
622 CC_FOR_BUILD
623 AS_FOR_BUILD
624 AR_FOR_BUILD
625 target_configdirs
626 configdirs
627 build_configdirs
628 INSTALL_GDB_TK
629 GDB_TK
630 CONFIGURE_GDB_TK
631 build_tooldir
632 tooldir
633 GCC_SHLIB_SUBDIR
634 RPATH_ENVVAR
635 target_configargs
636 host_configargs
637 build_configargs
638 BUILD_CONFIG
639 LDFLAGS_FOR_TARGET
640 CXXFLAGS_FOR_TARGET
641 CFLAGS_FOR_TARGET
642 DEBUG_PREFIX_CFLAGS_FOR_TARGET
643 SYSROOT_CFLAGS_FOR_TARGET
644 extra_host_zlib_configure_flags
645 extra_host_libiberty_configure_flags
646 stage1_languages
647 extra_linker_plugin_flags
648 extra_linker_plugin_configure_flags
649 islinc
650 isllibs
651 islver
652 poststage1_ldflags
653 poststage1_libs
654 stage1_ldflags
655 stage1_libs
656 extra_isl_gmp_configure_flags
657 extra_mpc_mpfr_configure_flags
658 extra_mpc_gmp_configure_flags
659 extra_mpfr_configure_flags
660 gmpinc
661 gmplibs
662 do_compare
663 GNATMAKE
664 GNATBIND
665 ac_ct_CXX
666 CXXFLAGS
667 CXX
668 OBJEXT
669 EXEEXT
670 ac_ct_CC
671 CPPFLAGS
672 LDFLAGS
673 CFLAGS
674 CC
675 extra_liboffloadmic_configure_flags
676 target_subdir
677 host_subdir
678 build_subdir
679 build_libsubdir
680 AWK
681 SED
682 LN_S
683 LN
684 INSTALL_DATA
685 INSTALL_SCRIPT
686 INSTALL_PROGRAM
687 target_os
688 target_vendor
689 target_cpu
690 target
691 host_os
692 host_vendor
693 host_cpu
694 host
695 target_noncanonical
696 host_noncanonical
697 build_noncanonical
698 build_os
699 build_vendor
700 build_cpu
701 build
702 TOPLEVEL_CONFIGURE_ARGUMENTS
703 target_alias
704 host_alias
705 build_alias
706 LIBS
707 ECHO_T
708 ECHO_N
709 ECHO_C
710 DEFS
711 mandir
712 localedir
713 libdir
714 psdir
715 pdfdir
716 dvidir
717 htmldir
718 infodir
719 docdir
720 oldincludedir
721 includedir
722 localstatedir
723 sharedstatedir
724 sysconfdir
725 datadir
726 datarootdir
727 libexecdir
728 sbindir
729 bindir
730 program_transform_name
731 prefix
732 exec_prefix
733 PACKAGE_URL
734 PACKAGE_BUGREPORT
735 PACKAGE_STRING
736 PACKAGE_VERSION
737 PACKAGE_TARNAME
738 PACKAGE_NAME
739 PATH_SEPARATOR
740 SHELL'
741 ac_subst_files='serialization_dependencies
742 host_makefile_frag
743 target_makefile_frag
744 alphaieee_frag
745 ospace_frag'
746 ac_user_opts='
747 enable_option_checking
748 with_build_libsubdir
749 with_system_zlib
750 enable_as_accelerator_for
751 enable_offload_targets
752 enable_gold
753 enable_ld
754 enable_compressed_debug_sections
755 enable_libquadmath
756 enable_libquadmath_support
757 enable_libada
758 enable_libssp
759 enable_libstdcxx
760 enable_liboffloadmic
761 enable_bootstrap
762 with_mpc
763 with_mpc_include
764 with_mpc_lib
765 with_mpfr_dir
766 with_mpfr
767 with_mpfr_include
768 with_mpfr_lib
769 with_gmp_dir
770 with_gmp
771 with_gmp_include
772 with_gmp_lib
773 with_stage1_libs
774 with_stage1_ldflags
775 with_boot_libs
776 with_boot_ldflags
777 with_isl
778 with_isl_include
779 with_isl_lib
780 enable_isl_version_check
781 enable_lto
782 enable_linker_plugin_configure_flags
783 enable_linker_plugin_flags
784 enable_stage1_languages
785 enable_objc_gc
786 with_build_sysroot
787 with_debug_prefix_map
788 with_build_config
789 enable_vtable_verify
790 enable_serial_configure
791 with_build_time_tools
792 enable_maintainer_mode
793 enable_stage1_checking
794 enable_werror
795 enable_host_shared
796 '
797 ac_precious_vars='build_alias
798 host_alias
799 target_alias
800 CC
801 CFLAGS
802 LDFLAGS
803 LIBS
804 CPPFLAGS
805 CXX
806 CXXFLAGS
807 CCC
808 build_configargs
809 host_configargs
810 target_configargs
811 AR
812 AS
813 DLLTOOL
814 LD
815 LIPO
816 NM
817 RANLIB
818 STRIP
819 WINDRES
820 WINDMC
821 OBJCOPY
822 OBJDUMP
823 READELF
824 CC_FOR_TARGET
825 CXX_FOR_TARGET
826 GCC_FOR_TARGET
827 GFORTRAN_FOR_TARGET
828 GOC_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 OBJCOPY_FOR_TARGET
836 OBJDUMP_FOR_TARGET
837 RANLIB_FOR_TARGET
838 READELF_FOR_TARGET
839 STRIP_FOR_TARGET
840 WINDRES_FOR_TARGET
841 WINDMC_FOR_TARGET'
842
843
844 # Initialize some variables set by options.
845 ac_init_help=
846 ac_init_version=false
847 ac_unrecognized_opts=
848 ac_unrecognized_sep=
849 # The variables have the same names as the options, with
850 # dashes changed to underlines.
851 cache_file=/dev/null
852 exec_prefix=NONE
853 no_create=
854 no_recursion=
855 prefix=NONE
856 program_prefix=NONE
857 program_suffix=NONE
858 program_transform_name=s,x,x,
859 silent=
860 site=
861 srcdir=
862 verbose=
863 x_includes=NONE
864 x_libraries=NONE
865
866 # Installation directory options.
867 # These are left unexpanded so users can "make install exec_prefix=/foo"
868 # and all the variables that are supposed to be based on exec_prefix
869 # by default will actually change.
870 # Use braces instead of parens because sh, perl, etc. also accept them.
871 # (The list follows the same order as the GNU Coding Standards.)
872 bindir='${exec_prefix}/bin'
873 sbindir='${exec_prefix}/sbin'
874 libexecdir='${exec_prefix}/libexec'
875 datarootdir='${prefix}/share'
876 datadir='${datarootdir}'
877 sysconfdir='${prefix}/etc'
878 sharedstatedir='${prefix}/com'
879 localstatedir='${prefix}/var'
880 includedir='${prefix}/include'
881 oldincludedir='/usr/include'
882 docdir='${datarootdir}/doc/${PACKAGE}'
883 infodir='${datarootdir}/info'
884 htmldir='${docdir}'
885 dvidir='${docdir}'
886 pdfdir='${docdir}'
887 psdir='${docdir}'
888 libdir='${exec_prefix}/lib'
889 localedir='${datarootdir}/locale'
890 mandir='${datarootdir}/man'
891
892 ac_prev=
893 ac_dashdash=
894 for ac_option
895 do
896 # If the previous option needs an argument, assign it.
897 if test -n "$ac_prev"; then
898 eval $ac_prev=\$ac_option
899 ac_prev=
900 continue
901 fi
902
903 case $ac_option in
904 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
905 *) ac_optarg=yes ;;
906 esac
907
908 # Accept the important Cygnus configure options, so we can diagnose typos.
909
910 case $ac_dashdash$ac_option in
911 --)
912 ac_dashdash=yes ;;
913
914 -bindir | --bindir | --bindi | --bind | --bin | --bi)
915 ac_prev=bindir ;;
916 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
917 bindir=$ac_optarg ;;
918
919 -build | --build | --buil | --bui | --bu)
920 ac_prev=build_alias ;;
921 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
922 build_alias=$ac_optarg ;;
923
924 -cache-file | --cache-file | --cache-fil | --cache-fi \
925 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
926 ac_prev=cache_file ;;
927 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
928 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
929 cache_file=$ac_optarg ;;
930
931 --config-cache | -C)
932 cache_file=config.cache ;;
933
934 -datadir | --datadir | --datadi | --datad)
935 ac_prev=datadir ;;
936 -datadir=* | --datadir=* | --datadi=* | --datad=*)
937 datadir=$ac_optarg ;;
938
939 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
940 | --dataroo | --dataro | --datar)
941 ac_prev=datarootdir ;;
942 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
943 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
944 datarootdir=$ac_optarg ;;
945
946 -disable-* | --disable-*)
947 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
948 # Reject names that are not valid shell variable names.
949 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
950 as_fn_error "invalid feature name: $ac_useropt"
951 ac_useropt_orig=$ac_useropt
952 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
953 case $ac_user_opts in
954 *"
955 "enable_$ac_useropt"
956 "*) ;;
957 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
958 ac_unrecognized_sep=', ';;
959 esac
960 eval enable_$ac_useropt=no ;;
961
962 -docdir | --docdir | --docdi | --doc | --do)
963 ac_prev=docdir ;;
964 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
965 docdir=$ac_optarg ;;
966
967 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
968 ac_prev=dvidir ;;
969 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
970 dvidir=$ac_optarg ;;
971
972 -enable-* | --enable-*)
973 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
974 # Reject names that are not valid shell variable names.
975 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
976 as_fn_error "invalid feature name: $ac_useropt"
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
980 *"
981 "enable_$ac_useropt"
982 "*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
985 esac
986 eval enable_$ac_useropt=\$ac_optarg ;;
987
988 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
989 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
990 | --exec | --exe | --ex)
991 ac_prev=exec_prefix ;;
992 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
993 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
994 | --exec=* | --exe=* | --ex=*)
995 exec_prefix=$ac_optarg ;;
996
997 -gas | --gas | --ga | --g)
998 # Obsolete; use --with-gas.
999 with_gas=yes ;;
1000
1001 -help | --help | --hel | --he | -h)
1002 ac_init_help=long ;;
1003 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1004 ac_init_help=recursive ;;
1005 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1006 ac_init_help=short ;;
1007
1008 -host | --host | --hos | --ho)
1009 ac_prev=host_alias ;;
1010 -host=* | --host=* | --hos=* | --ho=*)
1011 host_alias=$ac_optarg ;;
1012
1013 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1014 ac_prev=htmldir ;;
1015 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1016 | --ht=*)
1017 htmldir=$ac_optarg ;;
1018
1019 -includedir | --includedir | --includedi | --included | --include \
1020 | --includ | --inclu | --incl | --inc)
1021 ac_prev=includedir ;;
1022 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1023 | --includ=* | --inclu=* | --incl=* | --inc=*)
1024 includedir=$ac_optarg ;;
1025
1026 -infodir | --infodir | --infodi | --infod | --info | --inf)
1027 ac_prev=infodir ;;
1028 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1029 infodir=$ac_optarg ;;
1030
1031 -libdir | --libdir | --libdi | --libd)
1032 ac_prev=libdir ;;
1033 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1034 libdir=$ac_optarg ;;
1035
1036 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1037 | --libexe | --libex | --libe)
1038 ac_prev=libexecdir ;;
1039 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1040 | --libexe=* | --libex=* | --libe=*)
1041 libexecdir=$ac_optarg ;;
1042
1043 -localedir | --localedir | --localedi | --localed | --locale)
1044 ac_prev=localedir ;;
1045 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1046 localedir=$ac_optarg ;;
1047
1048 -localstatedir | --localstatedir | --localstatedi | --localstated \
1049 | --localstate | --localstat | --localsta | --localst | --locals)
1050 ac_prev=localstatedir ;;
1051 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1052 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1053 localstatedir=$ac_optarg ;;
1054
1055 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1056 ac_prev=mandir ;;
1057 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1058 mandir=$ac_optarg ;;
1059
1060 -nfp | --nfp | --nf)
1061 # Obsolete; use --without-fp.
1062 with_fp=no ;;
1063
1064 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1065 | --no-cr | --no-c | -n)
1066 no_create=yes ;;
1067
1068 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1069 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1070 no_recursion=yes ;;
1071
1072 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1073 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1074 | --oldin | --oldi | --old | --ol | --o)
1075 ac_prev=oldincludedir ;;
1076 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1077 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1078 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1079 oldincludedir=$ac_optarg ;;
1080
1081 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1082 ac_prev=prefix ;;
1083 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1084 prefix=$ac_optarg ;;
1085
1086 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1087 | --program-pre | --program-pr | --program-p)
1088 ac_prev=program_prefix ;;
1089 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1090 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1091 program_prefix=$ac_optarg ;;
1092
1093 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1094 | --program-suf | --program-su | --program-s)
1095 ac_prev=program_suffix ;;
1096 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1097 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1098 program_suffix=$ac_optarg ;;
1099
1100 -program-transform-name | --program-transform-name \
1101 | --program-transform-nam | --program-transform-na \
1102 | --program-transform-n | --program-transform- \
1103 | --program-transform | --program-transfor \
1104 | --program-transfo | --program-transf \
1105 | --program-trans | --program-tran \
1106 | --progr-tra | --program-tr | --program-t)
1107 ac_prev=program_transform_name ;;
1108 -program-transform-name=* | --program-transform-name=* \
1109 | --program-transform-nam=* | --program-transform-na=* \
1110 | --program-transform-n=* | --program-transform-=* \
1111 | --program-transform=* | --program-transfor=* \
1112 | --program-transfo=* | --program-transf=* \
1113 | --program-trans=* | --program-tran=* \
1114 | --progr-tra=* | --program-tr=* | --program-t=*)
1115 program_transform_name=$ac_optarg ;;
1116
1117 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1118 ac_prev=pdfdir ;;
1119 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1120 pdfdir=$ac_optarg ;;
1121
1122 -psdir | --psdir | --psdi | --psd | --ps)
1123 ac_prev=psdir ;;
1124 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1125 psdir=$ac_optarg ;;
1126
1127 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1128 | -silent | --silent | --silen | --sile | --sil)
1129 silent=yes ;;
1130
1131 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1132 ac_prev=sbindir ;;
1133 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1134 | --sbi=* | --sb=*)
1135 sbindir=$ac_optarg ;;
1136
1137 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1138 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1139 | --sharedst | --shareds | --shared | --share | --shar \
1140 | --sha | --sh)
1141 ac_prev=sharedstatedir ;;
1142 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1143 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1144 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1145 | --sha=* | --sh=*)
1146 sharedstatedir=$ac_optarg ;;
1147
1148 -site | --site | --sit)
1149 ac_prev=site ;;
1150 -site=* | --site=* | --sit=*)
1151 site=$ac_optarg ;;
1152
1153 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1154 ac_prev=srcdir ;;
1155 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1156 srcdir=$ac_optarg ;;
1157
1158 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1159 | --syscon | --sysco | --sysc | --sys | --sy)
1160 ac_prev=sysconfdir ;;
1161 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1162 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1163 sysconfdir=$ac_optarg ;;
1164
1165 -target | --target | --targe | --targ | --tar | --ta | --t)
1166 ac_prev=target_alias ;;
1167 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1168 target_alias=$ac_optarg ;;
1169
1170 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1171 verbose=yes ;;
1172
1173 -version | --version | --versio | --versi | --vers | -V)
1174 ac_init_version=: ;;
1175
1176 -with-* | --with-*)
1177 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1178 # Reject names that are not valid shell variable names.
1179 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1180 as_fn_error "invalid package name: $ac_useropt"
1181 ac_useropt_orig=$ac_useropt
1182 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183 case $ac_user_opts in
1184 *"
1185 "with_$ac_useropt"
1186 "*) ;;
1187 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1188 ac_unrecognized_sep=', ';;
1189 esac
1190 eval with_$ac_useropt=\$ac_optarg ;;
1191
1192 -without-* | --without-*)
1193 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1194 # Reject names that are not valid shell variable names.
1195 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1196 as_fn_error "invalid package name: $ac_useropt"
1197 ac_useropt_orig=$ac_useropt
1198 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1199 case $ac_user_opts in
1200 *"
1201 "with_$ac_useropt"
1202 "*) ;;
1203 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1204 ac_unrecognized_sep=', ';;
1205 esac
1206 eval with_$ac_useropt=no ;;
1207
1208 --x)
1209 # Obsolete; use --with-x.
1210 with_x=yes ;;
1211
1212 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1213 | --x-incl | --x-inc | --x-in | --x-i)
1214 ac_prev=x_includes ;;
1215 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1216 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1217 x_includes=$ac_optarg ;;
1218
1219 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1220 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1221 ac_prev=x_libraries ;;
1222 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1223 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1224 x_libraries=$ac_optarg ;;
1225
1226 -*) as_fn_error "unrecognized option: \`$ac_option'
1227 Try \`$0 --help' for more information."
1228 ;;
1229
1230 *=*)
1231 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1232 # Reject names that are not valid shell variable names.
1233 case $ac_envvar in #(
1234 '' | [0-9]* | *[!_$as_cr_alnum]* )
1235 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1236 esac
1237 eval $ac_envvar=\$ac_optarg
1238 export $ac_envvar ;;
1239
1240 *)
1241 # FIXME: should be removed in autoconf 3.0.
1242 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1243 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1244 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1245 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1246 ;;
1247
1248 esac
1249 done
1250
1251 if test -n "$ac_prev"; then
1252 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1253 as_fn_error "missing argument to $ac_option"
1254 fi
1255
1256 if test -n "$ac_unrecognized_opts"; then
1257 case $enable_option_checking in
1258 no) ;;
1259 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1260 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1261 esac
1262 fi
1263
1264 # Check all directory arguments for consistency.
1265 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1266 datadir sysconfdir sharedstatedir localstatedir includedir \
1267 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1268 libdir localedir mandir
1269 do
1270 eval ac_val=\$$ac_var
1271 # Remove trailing slashes.
1272 case $ac_val in
1273 */ )
1274 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1275 eval $ac_var=\$ac_val;;
1276 esac
1277 # Be sure to have absolute directory names.
1278 case $ac_val in
1279 [\\/$]* | ?:[\\/]* ) continue;;
1280 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1281 esac
1282 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1283 done
1284
1285 # There might be people who depend on the old broken behavior: `$host'
1286 # used to hold the argument of --host etc.
1287 # FIXME: To remove some day.
1288 build=$build_alias
1289 host=$host_alias
1290 target=$target_alias
1291
1292 # FIXME: To remove some day.
1293 if test "x$host_alias" != x; then
1294 if test "x$build_alias" = x; then
1295 cross_compiling=maybe
1296 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1297 If a cross compiler is detected then cross compile mode will be used." >&2
1298 elif test "x$build_alias" != "x$host_alias"; then
1299 cross_compiling=yes
1300 fi
1301 fi
1302
1303 ac_tool_prefix=
1304 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1305
1306 test "$silent" = yes && exec 6>/dev/null
1307
1308
1309 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1310 ac_ls_di=`ls -di .` &&
1311 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1312 as_fn_error "working directory cannot be determined"
1313 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1314 as_fn_error "pwd does not report name of working directory"
1315
1316
1317 # Find the source files, if location was not specified.
1318 if test -z "$srcdir"; then
1319 ac_srcdir_defaulted=yes
1320 # Try the directory containing this script, then the parent directory.
1321 ac_confdir=`$as_dirname -- "$as_myself" ||
1322 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1323 X"$as_myself" : 'X\(//\)[^/]' \| \
1324 X"$as_myself" : 'X\(//\)$' \| \
1325 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1326 $as_echo X"$as_myself" |
1327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1328 s//\1/
1329 q
1330 }
1331 /^X\(\/\/\)[^/].*/{
1332 s//\1/
1333 q
1334 }
1335 /^X\(\/\/\)$/{
1336 s//\1/
1337 q
1338 }
1339 /^X\(\/\).*/{
1340 s//\1/
1341 q
1342 }
1343 s/.*/./; q'`
1344 srcdir=$ac_confdir
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346 srcdir=..
1347 fi
1348 else
1349 ac_srcdir_defaulted=no
1350 fi
1351 if test ! -r "$srcdir/$ac_unique_file"; then
1352 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1353 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1354 fi
1355 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1356 ac_abs_confdir=`(
1357 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1358 pwd)`
1359 # When building in place, set srcdir=.
1360 if test "$ac_abs_confdir" = "$ac_pwd"; then
1361 srcdir=.
1362 fi
1363 # Remove unnecessary trailing slashes from srcdir.
1364 # Double slashes in file names in object file debugging info
1365 # mess up M-x gdb in Emacs.
1366 case $srcdir in
1367 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1368 esac
1369 case $srcdir in
1370 *" "*)
1371 as_fn_error "path to source, $srcdir, contains spaces"
1372 ;;
1373 esac
1374 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1375
1376 for ac_var in $ac_precious_vars; do
1377 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1378 eval ac_env_${ac_var}_value=\$${ac_var}
1379 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1380 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1381 done
1382
1383 #
1384 # Report the --help message.
1385 #
1386 if test "$ac_init_help" = "long"; then
1387 # Omit some internal or obsolete options to make the list less imposing.
1388 # This message is too long to be a string in the A/UX 3.1 sh.
1389 cat <<_ACEOF
1390 \`configure' configures this package to adapt to many kinds of systems.
1391
1392 Usage: $0 [OPTION]... [VAR=VALUE]...
1393
1394 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1395 VAR=VALUE. See below for descriptions of some of the useful variables.
1396
1397 Defaults for the options are specified in brackets.
1398
1399 Configuration:
1400 -h, --help display this help and exit
1401 --help=short display options specific to this package
1402 --help=recursive display the short help of all the included packages
1403 -V, --version display version information and exit
1404 -q, --quiet, --silent do not print \`checking...' messages
1405 --cache-file=FILE cache test results in FILE [disabled]
1406 -C, --config-cache alias for \`--cache-file=config.cache'
1407 -n, --no-create do not create output files
1408 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1409
1410 Installation directories:
1411 --prefix=PREFIX install architecture-independent files in PREFIX
1412 [$ac_default_prefix]
1413 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1414 [PREFIX]
1415
1416 By default, \`make install' will install all the files in
1417 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1418 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1419 for instance \`--prefix=\$HOME'.
1420
1421 For better control, use the options below.
1422
1423 Fine tuning of the installation directories:
1424 --bindir=DIR user executables [EPREFIX/bin]
1425 --sbindir=DIR system admin executables [EPREFIX/sbin]
1426 --libexecdir=DIR program executables [EPREFIX/libexec]
1427 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1428 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1429 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1430 --libdir=DIR object code libraries [EPREFIX/lib]
1431 --includedir=DIR C header files [PREFIX/include]
1432 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1433 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1434 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1435 --infodir=DIR info documentation [DATAROOTDIR/info]
1436 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1437 --mandir=DIR man documentation [DATAROOTDIR/man]
1438 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1439 --htmldir=DIR html documentation [DOCDIR]
1440 --dvidir=DIR dvi documentation [DOCDIR]
1441 --pdfdir=DIR pdf documentation [DOCDIR]
1442 --psdir=DIR ps documentation [DOCDIR]
1443 _ACEOF
1444
1445 cat <<\_ACEOF
1446
1447 Program names:
1448 --program-prefix=PREFIX prepend PREFIX to installed program names
1449 --program-suffix=SUFFIX append SUFFIX to installed program names
1450 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1451
1452 System types:
1453 --build=BUILD configure for building on BUILD [guessed]
1454 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1455 --target=TARGET configure for building compilers for TARGET [HOST]
1456 _ACEOF
1457 fi
1458
1459 if test -n "$ac_init_help"; then
1460
1461 cat <<\_ACEOF
1462
1463 Optional Features:
1464 --disable-option-checking ignore unrecognized --enable/--with options
1465 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1466 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1467 --enable-as-accelerator-for=ARG
1468 build as offload target compiler. Specify offload
1469 host triple by ARG
1470 --enable-offload-targets=LIST
1471 enable offloading to devices from comma-separated
1472 LIST of TARGET[=DIR]. Use optional path to find
1473 offload target compiler during the build
1474 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1475 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1476 --enable-compressed-debug-sections={all,gas,gold,ld,none}
1477 Enable compressed debug sections for gas, gold or ld
1478 by default
1479 --disable-libquadmath do not build libquadmath directory
1480 --disable-libquadmath-support
1481 disable libquadmath support for Fortran
1482 --enable-libada build libada directory
1483 --enable-libssp build libssp directory
1484 --disable-libstdcxx do not build libstdc++-v3 directory
1485 --enable-liboffloadmic=ARG
1486 build liboffloadmic [ARG={no,host,target}]
1487 --enable-bootstrap enable bootstrapping [yes if native build]
1488 --disable-isl-version-check
1489 disable check for isl version
1490 --enable-lto enable link time optimization support
1491 --enable-linker-plugin-configure-flags=FLAGS
1492 additional flags for configuring linker plugins
1493 [none]
1494 --enable-linker-plugin-flags=FLAGS
1495 additional flags for configuring and building linker
1496 plugins [none]
1497 --enable-stage1-languages[=all]
1498 choose additional languages to build during stage1.
1499 Mostly useful for compiler development
1500 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1501 Objective-C runtime
1502 --enable-vtable-verify Enable vtable verification feature
1503 --enable-serial-[{host,target,build}-]configure
1504 force sequential configuration of sub-packages for
1505 the host, target or build machine, or all
1506 sub-packages
1507 --enable-maintainer-mode
1508 enable make rules and dependencies not useful (and
1509 sometimes confusing) to the casual installer
1510 --enable-stage1-checking[=all]
1511 choose additional checking for stage1 of the
1512 compiler
1513 --enable-werror enable -Werror in bootstrap stage2 and later
1514 --enable-host-shared build host code as shared libraries
1515
1516 Optional Packages:
1517 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1518 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1519 --with-build-libsubdir=DIR Directory where to find libraries for build system
1520 --with-system-zlib use installed libz
1521 --with-mpc=PATH specify prefix directory for installed MPC package.
1522 Equivalent to --with-mpc-include=PATH/include plus
1523 --with-mpc-lib=PATH/lib
1524 --with-mpc-include=PATH specify directory for installed MPC include files
1525 --with-mpc-lib=PATH specify directory for the installed MPC library
1526 --with-mpfr-dir=PATH this option has been REMOVED
1527 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1528 Equivalent to --with-mpfr-include=PATH/include plus
1529 --with-mpfr-lib=PATH/lib
1530 --with-mpfr-include=PATH
1531 specify directory for installed MPFR include files
1532 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1533 --with-gmp-dir=PATH this option has been REMOVED
1534 --with-gmp=PATH specify prefix directory for the installed GMP
1535 package. Equivalent to
1536 --with-gmp-include=PATH/include plus
1537 --with-gmp-lib=PATH/lib
1538 --with-gmp-include=PATH specify directory for installed GMP include files
1539 --with-gmp-lib=PATH specify directory for the installed GMP library
1540 --with-stage1-libs=LIBS libraries for stage1
1541 --with-stage1-ldflags=FLAGS
1542 linker flags for stage1
1543 --with-boot-libs=LIBS libraries for stage2 and later
1544 --with-boot-ldflags=FLAGS
1545 linker flags for stage2 and later
1546 --with-isl=PATH Specify prefix directory for the installed isl
1547 package. Equivalent to
1548 --with-isl-include=PATH/include plus
1549 --with-isl-lib=PATH/lib
1550 --with-isl-include=PATH Specify directory for installed isl include files
1551 --with-isl-lib=PATH Specify the directory for the installed isl library
1552 --with-build-sysroot=SYSROOT
1553 use sysroot as the system root during the build
1554 --with-debug-prefix-map='A=B C=D ...'
1555 map A to B, C to D ... in debug information
1556 --with-build-config='NAME NAME2...'
1557 use config/NAME.mk build configuration
1558 --with-build-time-tools=PATH
1559 use given path to find target tools during the build
1560
1561 Some influential environment variables:
1562 CC C compiler command
1563 CFLAGS C compiler flags
1564 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1565 nonstandard directory <lib dir>
1566 LIBS libraries to pass to the linker, e.g. -l<library>
1567 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1568 you have headers in a nonstandard directory <include dir>
1569 CXX C++ compiler command
1570 CXXFLAGS C++ compiler flags
1571 build_configargs
1572 additional configure arguments for build directories
1573 host_configargs
1574 additional configure arguments for host directories
1575 target_configargs
1576 additional configure arguments for target directories
1577 AR AR for the host
1578 AS AS for the host
1579 DLLTOOL DLLTOOL for the host
1580 LD LD for the host
1581 LIPO LIPO for the host
1582 NM NM for the host
1583 RANLIB RANLIB for the host
1584 STRIP STRIP for the host
1585 WINDRES WINDRES for the host
1586 WINDMC WINDMC for the host
1587 OBJCOPY OBJCOPY for the host
1588 OBJDUMP OBJDUMP for the host
1589 READELF READELF for the host
1590 CC_FOR_TARGET
1591 CC for the target
1592 CXX_FOR_TARGET
1593 CXX for the target
1594 GCC_FOR_TARGET
1595 GCC for the target
1596 GFORTRAN_FOR_TARGET
1597 GFORTRAN for the target
1598 GOC_FOR_TARGET
1599 GOC for the target
1600 AR_FOR_TARGET
1601 AR for the target
1602 AS_FOR_TARGET
1603 AS for the target
1604 DLLTOOL_FOR_TARGET
1605 DLLTOOL for the target
1606 LD_FOR_TARGET
1607 LD for the target
1608 LIPO_FOR_TARGET
1609 LIPO for the target
1610 NM_FOR_TARGET
1611 NM for the target
1612 OBJCOPY_FOR_TARGET
1613 OBJCOPY for the target
1614 OBJDUMP_FOR_TARGET
1615 OBJDUMP for the target
1616 RANLIB_FOR_TARGET
1617 RANLIB for the target
1618 READELF_FOR_TARGET
1619 READELF for the target
1620 STRIP_FOR_TARGET
1621 STRIP for the target
1622 WINDRES_FOR_TARGET
1623 WINDRES for the target
1624 WINDMC_FOR_TARGET
1625 WINDMC for the target
1626
1627 Use these variables to override the choices made by `configure' or to help
1628 it to find libraries and programs with nonstandard names/locations.
1629
1630 Report bugs to the package provider.
1631 _ACEOF
1632 ac_status=$?
1633 fi
1634
1635 if test "$ac_init_help" = "recursive"; then
1636 # If there are subdirs, report their specific --help.
1637 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1638 test -d "$ac_dir" ||
1639 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1640 continue
1641 ac_builddir=.
1642
1643 case "$ac_dir" in
1644 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1645 *)
1646 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1647 # A ".." for each directory in $ac_dir_suffix.
1648 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1649 case $ac_top_builddir_sub in
1650 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1651 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1652 esac ;;
1653 esac
1654 ac_abs_top_builddir=$ac_pwd
1655 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1656 # for backward compatibility:
1657 ac_top_builddir=$ac_top_build_prefix
1658
1659 case $srcdir in
1660 .) # We are building in place.
1661 ac_srcdir=.
1662 ac_top_srcdir=$ac_top_builddir_sub
1663 ac_abs_top_srcdir=$ac_pwd ;;
1664 [\\/]* | ?:[\\/]* ) # Absolute name.
1665 ac_srcdir=$srcdir$ac_dir_suffix;
1666 ac_top_srcdir=$srcdir
1667 ac_abs_top_srcdir=$srcdir ;;
1668 *) # Relative name.
1669 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1670 ac_top_srcdir=$ac_top_build_prefix$srcdir
1671 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1672 esac
1673 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1674
1675 cd "$ac_dir" || { ac_status=$?; continue; }
1676 # Check for guested configure.
1677 if test -f "$ac_srcdir/configure.gnu"; then
1678 echo &&
1679 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1680 elif test -f "$ac_srcdir/configure"; then
1681 echo &&
1682 $SHELL "$ac_srcdir/configure" --help=recursive
1683 else
1684 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1685 fi || ac_status=$?
1686 cd "$ac_pwd" || { ac_status=$?; break; }
1687 done
1688 fi
1689
1690 test -n "$ac_init_help" && exit $ac_status
1691 if $ac_init_version; then
1692 cat <<\_ACEOF
1693 configure
1694 generated by GNU Autoconf 2.64
1695
1696 Copyright (C) 2009 Free Software Foundation, Inc.
1697 This configure script is free software; the Free Software Foundation
1698 gives unlimited permission to copy, distribute and modify it.
1699 _ACEOF
1700 exit
1701 fi
1702
1703 ## ------------------------ ##
1704 ## Autoconf initialization. ##
1705 ## ------------------------ ##
1706
1707 # ac_fn_c_try_compile LINENO
1708 # --------------------------
1709 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1710 ac_fn_c_try_compile ()
1711 {
1712 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1713 rm -f conftest.$ac_objext
1714 if { { ac_try="$ac_compile"
1715 case "(($ac_try" in
1716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1717 *) ac_try_echo=$ac_try;;
1718 esac
1719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720 $as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_compile") 2>conftest.err
1722 ac_status=$?
1723 if test -s conftest.err; then
1724 grep -v '^ *+' conftest.err >conftest.er1
1725 cat conftest.er1 >&5
1726 mv -f conftest.er1 conftest.err
1727 fi
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; } && {
1730 test -z "$ac_c_werror_flag" ||
1731 test ! -s conftest.err
1732 } && test -s conftest.$ac_objext; then :
1733 ac_retval=0
1734 else
1735 $as_echo "$as_me: failed program was:" >&5
1736 sed 's/^/| /' conftest.$ac_ext >&5
1737
1738 ac_retval=1
1739 fi
1740 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1741 return $ac_retval
1742
1743 } # ac_fn_c_try_compile
1744
1745 # ac_fn_cxx_try_compile LINENO
1746 # ----------------------------
1747 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1748 ac_fn_cxx_try_compile ()
1749 {
1750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1751 rm -f conftest.$ac_objext
1752 if { { ac_try="$ac_compile"
1753 case "(($ac_try" in
1754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1755 *) ac_try_echo=$ac_try;;
1756 esac
1757 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758 $as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_compile") 2>conftest.err
1760 ac_status=$?
1761 if test -s conftest.err; then
1762 grep -v '^ *+' conftest.err >conftest.er1
1763 cat conftest.er1 >&5
1764 mv -f conftest.er1 conftest.err
1765 fi
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } && {
1768 test -z "$ac_cxx_werror_flag" ||
1769 test ! -s conftest.err
1770 } && test -s conftest.$ac_objext; then :
1771 ac_retval=0
1772 else
1773 $as_echo "$as_me: failed program was:" >&5
1774 sed 's/^/| /' conftest.$ac_ext >&5
1775
1776 ac_retval=1
1777 fi
1778 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1779 return $ac_retval
1780
1781 } # ac_fn_cxx_try_compile
1782
1783 # ac_fn_cxx_try_link LINENO
1784 # -------------------------
1785 # Try to link conftest.$ac_ext, and return whether this succeeded.
1786 ac_fn_cxx_try_link ()
1787 {
1788 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1789 rm -f conftest.$ac_objext conftest$ac_exeext
1790 if { { ac_try="$ac_link"
1791 case "(($ac_try" in
1792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1793 *) ac_try_echo=$ac_try;;
1794 esac
1795 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1796 $as_echo "$ac_try_echo"; } >&5
1797 (eval "$ac_link") 2>conftest.err
1798 ac_status=$?
1799 if test -s conftest.err; then
1800 grep -v '^ *+' conftest.err >conftest.er1
1801 cat conftest.er1 >&5
1802 mv -f conftest.er1 conftest.err
1803 fi
1804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1805 test $ac_status = 0; } && {
1806 test -z "$ac_cxx_werror_flag" ||
1807 test ! -s conftest.err
1808 } && test -s conftest$ac_exeext && {
1809 test "$cross_compiling" = yes ||
1810 $as_test_x conftest$ac_exeext
1811 }; then :
1812 ac_retval=0
1813 else
1814 $as_echo "$as_me: failed program was:" >&5
1815 sed 's/^/| /' conftest.$ac_ext >&5
1816
1817 ac_retval=1
1818 fi
1819 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1820 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1821 # interfere with the next link command; also delete a directory that is
1822 # left behind by Apple's compiler. We do this before executing the actions.
1823 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1824 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1825 return $ac_retval
1826
1827 } # ac_fn_cxx_try_link
1828
1829 # ac_fn_c_try_link LINENO
1830 # -----------------------
1831 # Try to link conftest.$ac_ext, and return whether this succeeded.
1832 ac_fn_c_try_link ()
1833 {
1834 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1835 rm -f conftest.$ac_objext conftest$ac_exeext
1836 if { { ac_try="$ac_link"
1837 case "(($ac_try" in
1838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1839 *) ac_try_echo=$ac_try;;
1840 esac
1841 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1842 $as_echo "$ac_try_echo"; } >&5
1843 (eval "$ac_link") 2>conftest.err
1844 ac_status=$?
1845 if test -s conftest.err; then
1846 grep -v '^ *+' conftest.err >conftest.er1
1847 cat conftest.er1 >&5
1848 mv -f conftest.er1 conftest.err
1849 fi
1850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1851 test $ac_status = 0; } && {
1852 test -z "$ac_c_werror_flag" ||
1853 test ! -s conftest.err
1854 } && test -s conftest$ac_exeext && {
1855 test "$cross_compiling" = yes ||
1856 $as_test_x conftest$ac_exeext
1857 }; then :
1858 ac_retval=0
1859 else
1860 $as_echo "$as_me: failed program was:" >&5
1861 sed 's/^/| /' conftest.$ac_ext >&5
1862
1863 ac_retval=1
1864 fi
1865 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1866 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1867 # interfere with the next link command; also delete a directory that is
1868 # left behind by Apple's compiler. We do this before executing the actions.
1869 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1870 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1871 return $ac_retval
1872
1873 } # ac_fn_c_try_link
1874 cat >config.log <<_ACEOF
1875 This file contains any messages produced by compilers while
1876 running configure, to aid debugging if configure makes a mistake.
1877
1878 It was created by $as_me, which was
1879 generated by GNU Autoconf 2.64. Invocation command line was
1880
1881 $ $0 $@
1882
1883 _ACEOF
1884 exec 5>>config.log
1885 {
1886 cat <<_ASUNAME
1887 ## --------- ##
1888 ## Platform. ##
1889 ## --------- ##
1890
1891 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1892 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1893 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1894 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1895 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1896
1897 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1898 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1899
1900 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1901 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1902 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1903 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1904 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1905 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1906 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1907
1908 _ASUNAME
1909
1910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1911 for as_dir in $PATH
1912 do
1913 IFS=$as_save_IFS
1914 test -z "$as_dir" && as_dir=.
1915 $as_echo "PATH: $as_dir"
1916 done
1917 IFS=$as_save_IFS
1918
1919 } >&5
1920
1921 cat >&5 <<_ACEOF
1922
1923
1924 ## ----------- ##
1925 ## Core tests. ##
1926 ## ----------- ##
1927
1928 _ACEOF
1929
1930
1931 # Keep a trace of the command line.
1932 # Strip out --no-create and --no-recursion so they do not pile up.
1933 # Strip out --silent because we don't want to record it for future runs.
1934 # Also quote any args containing shell meta-characters.
1935 # Make two passes to allow for proper duplicate-argument suppression.
1936 ac_configure_args=
1937 ac_configure_args0=
1938 ac_configure_args1=
1939 ac_must_keep_next=false
1940 for ac_pass in 1 2
1941 do
1942 for ac_arg
1943 do
1944 case $ac_arg in
1945 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1946 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1947 | -silent | --silent | --silen | --sile | --sil)
1948 continue ;;
1949 *\'*)
1950 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1951 esac
1952 case $ac_pass in
1953 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1954 2)
1955 as_fn_append ac_configure_args1 " '$ac_arg'"
1956 if test $ac_must_keep_next = true; then
1957 ac_must_keep_next=false # Got value, back to normal.
1958 else
1959 case $ac_arg in
1960 *=* | --config-cache | -C | -disable-* | --disable-* \
1961 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1962 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1963 | -with-* | --with-* | -without-* | --without-* | --x)
1964 case "$ac_configure_args0 " in
1965 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1966 esac
1967 ;;
1968 -* ) ac_must_keep_next=true ;;
1969 esac
1970 fi
1971 as_fn_append ac_configure_args " '$ac_arg'"
1972 ;;
1973 esac
1974 done
1975 done
1976 { ac_configure_args0=; unset ac_configure_args0;}
1977 { ac_configure_args1=; unset ac_configure_args1;}
1978
1979 # When interrupted or exit'd, cleanup temporary files, and complete
1980 # config.log. We remove comments because anyway the quotes in there
1981 # would cause problems or look ugly.
1982 # WARNING: Use '\'' to represent an apostrophe within the trap.
1983 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1984 trap 'exit_status=$?
1985 # Save into config.log some information that might help in debugging.
1986 {
1987 echo
1988
1989 cat <<\_ASBOX
1990 ## ---------------- ##
1991 ## Cache variables. ##
1992 ## ---------------- ##
1993 _ASBOX
1994 echo
1995 # The following way of writing the cache mishandles newlines in values,
1996 (
1997 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1998 eval ac_val=\$$ac_var
1999 case $ac_val in #(
2000 *${as_nl}*)
2001 case $ac_var in #(
2002 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2003 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2004 esac
2005 case $ac_var in #(
2006 _ | IFS | as_nl) ;; #(
2007 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2008 *) { eval $ac_var=; unset $ac_var;} ;;
2009 esac ;;
2010 esac
2011 done
2012 (set) 2>&1 |
2013 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2014 *${as_nl}ac_space=\ *)
2015 sed -n \
2016 "s/'\''/'\''\\\\'\'''\''/g;
2017 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2018 ;; #(
2019 *)
2020 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2021 ;;
2022 esac |
2023 sort
2024 )
2025 echo
2026
2027 cat <<\_ASBOX
2028 ## ----------------- ##
2029 ## Output variables. ##
2030 ## ----------------- ##
2031 _ASBOX
2032 echo
2033 for ac_var in $ac_subst_vars
2034 do
2035 eval ac_val=\$$ac_var
2036 case $ac_val in
2037 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2038 esac
2039 $as_echo "$ac_var='\''$ac_val'\''"
2040 done | sort
2041 echo
2042
2043 if test -n "$ac_subst_files"; then
2044 cat <<\_ASBOX
2045 ## ------------------- ##
2046 ## File substitutions. ##
2047 ## ------------------- ##
2048 _ASBOX
2049 echo
2050 for ac_var in $ac_subst_files
2051 do
2052 eval ac_val=\$$ac_var
2053 case $ac_val in
2054 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2055 esac
2056 $as_echo "$ac_var='\''$ac_val'\''"
2057 done | sort
2058 echo
2059 fi
2060
2061 if test -s confdefs.h; then
2062 cat <<\_ASBOX
2063 ## ----------- ##
2064 ## confdefs.h. ##
2065 ## ----------- ##
2066 _ASBOX
2067 echo
2068 cat confdefs.h
2069 echo
2070 fi
2071 test "$ac_signal" != 0 &&
2072 $as_echo "$as_me: caught signal $ac_signal"
2073 $as_echo "$as_me: exit $exit_status"
2074 } >&5
2075 rm -f core *.core core.conftest.* &&
2076 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2077 exit $exit_status
2078 ' 0
2079 for ac_signal in 1 2 13 15; do
2080 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2081 done
2082 ac_signal=0
2083
2084 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2085 rm -f -r conftest* confdefs.h
2086
2087 $as_echo "/* confdefs.h */" > confdefs.h
2088
2089 # Predefined preprocessor variables.
2090
2091 cat >>confdefs.h <<_ACEOF
2092 #define PACKAGE_NAME "$PACKAGE_NAME"
2093 _ACEOF
2094
2095 cat >>confdefs.h <<_ACEOF
2096 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2097 _ACEOF
2098
2099 cat >>confdefs.h <<_ACEOF
2100 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2101 _ACEOF
2102
2103 cat >>confdefs.h <<_ACEOF
2104 #define PACKAGE_STRING "$PACKAGE_STRING"
2105 _ACEOF
2106
2107 cat >>confdefs.h <<_ACEOF
2108 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2109 _ACEOF
2110
2111 cat >>confdefs.h <<_ACEOF
2112 #define PACKAGE_URL "$PACKAGE_URL"
2113 _ACEOF
2114
2115
2116 # Let the site file select an alternate cache file if it wants to.
2117 # Prefer an explicitly selected file to automatically selected ones.
2118 ac_site_file1=NONE
2119 ac_site_file2=NONE
2120 if test -n "$CONFIG_SITE"; then
2121 ac_site_file1=$CONFIG_SITE
2122 elif test "x$prefix" != xNONE; then
2123 ac_site_file1=$prefix/share/config.site
2124 ac_site_file2=$prefix/etc/config.site
2125 else
2126 ac_site_file1=$ac_default_prefix/share/config.site
2127 ac_site_file2=$ac_default_prefix/etc/config.site
2128 fi
2129 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2130 do
2131 test "x$ac_site_file" = xNONE && continue
2132 if test -r "$ac_site_file"; then
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2134 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2135 sed 's/^/| /' "$ac_site_file" >&5
2136 . "$ac_site_file"
2137 fi
2138 done
2139
2140 if test -r "$cache_file"; then
2141 # Some versions of bash will fail to source /dev/null (special
2142 # files actually), so we avoid doing that.
2143 if test -f "$cache_file"; then
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2145 $as_echo "$as_me: loading cache $cache_file" >&6;}
2146 case $cache_file in
2147 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2148 *) . "./$cache_file";;
2149 esac
2150 fi
2151 else
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2153 $as_echo "$as_me: creating cache $cache_file" >&6;}
2154 >$cache_file
2155 fi
2156
2157 # Check that the precious variables saved in the cache have kept the same
2158 # value.
2159 ac_cache_corrupted=false
2160 for ac_var in $ac_precious_vars; do
2161 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2162 eval ac_new_set=\$ac_env_${ac_var}_set
2163 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2164 eval ac_new_val=\$ac_env_${ac_var}_value
2165 case $ac_old_set,$ac_new_set in
2166 set,)
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2168 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2169 ac_cache_corrupted=: ;;
2170 ,set)
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2172 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2173 ac_cache_corrupted=: ;;
2174 ,);;
2175 *)
2176 if test "x$ac_old_val" != "x$ac_new_val"; then
2177 # differences in whitespace do not lead to failure.
2178 ac_old_val_w=`echo x $ac_old_val`
2179 ac_new_val_w=`echo x $ac_new_val`
2180 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2182 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2183 ac_cache_corrupted=:
2184 else
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2186 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2187 eval $ac_var=\$ac_old_val
2188 fi
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2190 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2192 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2193 fi;;
2194 esac
2195 # Pass precious variables to config.status.
2196 if test "$ac_new_set" = set; then
2197 case $ac_new_val in
2198 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2199 *) ac_arg=$ac_var=$ac_new_val ;;
2200 esac
2201 case " $ac_configure_args " in
2202 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2203 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2204 esac
2205 fi
2206 done
2207 if $ac_cache_corrupted; then
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2209 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2211 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2212 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2213 fi
2214 ## -------------------- ##
2215 ## Main body of script. ##
2216 ## -------------------- ##
2217
2218 ac_ext=c
2219 ac_cpp='$CPP $CPPFLAGS'
2220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232 progname=$0
2233 # if PWD already has a value, it is probably wrong.
2234 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2235
2236 # Export original configure arguments for use by sub-configures.
2237 # Quote arguments with shell meta charatcers.
2238 TOPLEVEL_CONFIGURE_ARGUMENTS=
2239 set -- "$progname" "$@"
2240 for ac_arg
2241 do
2242 case "$ac_arg" in
2243 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2244 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2245 # if the argument is of the form -foo=baz, quote the baz part only
2246 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2247 *) ;;
2248 esac
2249 # Add the quoted argument to the list.
2250 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2251 done
2252 if test "$silent" = yes; then
2253 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2254 fi
2255 # Remove the initial space we just introduced and, as these will be
2256 # expanded by make, quote '$'.
2257 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2258
2259
2260 # Find the build, host, and target systems.
2261 ac_aux_dir=
2262 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2263 for ac_t in install-sh install.sh shtool; do
2264 if test -f "$ac_dir/$ac_t"; then
2265 ac_aux_dir=$ac_dir
2266 ac_install_sh="$ac_aux_dir/$ac_t -c"
2267 break 2
2268 fi
2269 done
2270 done
2271 if test -z "$ac_aux_dir"; then
2272 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2273 fi
2274
2275 # These three variables are undocumented and unsupported,
2276 # and are intended to be withdrawn in a future Autoconf release.
2277 # They can cause serious problems if a builder's source tree is in a directory
2278 # whose full name contains unusual characters.
2279 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2280 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2281 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2282
2283
2284 # Make sure we can run config.sub.
2285 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2286 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2287
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2289 $as_echo_n "checking build system type... " >&6; }
2290 if test "${ac_cv_build+set}" = set; then :
2291 $as_echo_n "(cached) " >&6
2292 else
2293 ac_build_alias=$build_alias
2294 test "x$ac_build_alias" = x &&
2295 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2296 test "x$ac_build_alias" = x &&
2297 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2300
2301 fi
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2303 $as_echo "$ac_cv_build" >&6; }
2304 case $ac_cv_build in
2305 *-*-*) ;;
2306 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2307 esac
2308 build=$ac_cv_build
2309 ac_save_IFS=$IFS; IFS='-'
2310 set x $ac_cv_build
2311 shift
2312 build_cpu=$1
2313 build_vendor=$2
2314 shift; shift
2315 # Remember, the first character of IFS is used to create $*,
2316 # except with old shells:
2317 build_os=$*
2318 IFS=$ac_save_IFS
2319 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2320
2321
2322 case ${build_alias} in
2323 "") build_noncanonical=${build} ;;
2324 *) build_noncanonical=${build_alias} ;;
2325 esac
2326
2327
2328
2329 case ${host_alias} in
2330 "") host_noncanonical=${build_noncanonical} ;;
2331 *) host_noncanonical=${host_alias} ;;
2332 esac
2333
2334
2335
2336 case ${target_alias} in
2337 "") target_noncanonical=${host_noncanonical} ;;
2338 *) target_noncanonical=${target_alias} ;;
2339 esac
2340
2341
2342
2343
2344 test "$host_noncanonical" = "$target_noncanonical" &&
2345 test "$program_prefix$program_suffix$program_transform_name" = \
2346 NONENONEs,x,x, &&
2347 program_transform_name=s,y,y,
2348
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2350 $as_echo_n "checking host system type... " >&6; }
2351 if test "${ac_cv_host+set}" = set; then :
2352 $as_echo_n "(cached) " >&6
2353 else
2354 if test "x$host_alias" = x; then
2355 ac_cv_host=$ac_cv_build
2356 else
2357 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2358 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2359 fi
2360
2361 fi
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2363 $as_echo "$ac_cv_host" >&6; }
2364 case $ac_cv_host in
2365 *-*-*) ;;
2366 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2367 esac
2368 host=$ac_cv_host
2369 ac_save_IFS=$IFS; IFS='-'
2370 set x $ac_cv_host
2371 shift
2372 host_cpu=$1
2373 host_vendor=$2
2374 shift; shift
2375 # Remember, the first character of IFS is used to create $*,
2376 # except with old shells:
2377 host_os=$*
2378 IFS=$ac_save_IFS
2379 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2380
2381
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2383 $as_echo_n "checking target system type... " >&6; }
2384 if test "${ac_cv_target+set}" = set; then :
2385 $as_echo_n "(cached) " >&6
2386 else
2387 if test "x$target_alias" = x; then
2388 ac_cv_target=$ac_cv_host
2389 else
2390 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2391 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2392 fi
2393
2394 fi
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2396 $as_echo "$ac_cv_target" >&6; }
2397 case $ac_cv_target in
2398 *-*-*) ;;
2399 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2400 esac
2401 target=$ac_cv_target
2402 ac_save_IFS=$IFS; IFS='-'
2403 set x $ac_cv_target
2404 shift
2405 target_cpu=$1
2406 target_vendor=$2
2407 shift; shift
2408 # Remember, the first character of IFS is used to create $*,
2409 # except with old shells:
2410 target_os=$*
2411 IFS=$ac_save_IFS
2412 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2413
2414
2415 # The aliases save the names the user supplied, while $host etc.
2416 # will get canonicalized.
2417 test -n "$target_alias" &&
2418 test "$program_prefix$program_suffix$program_transform_name" = \
2419 NONENONEs,x,x, &&
2420 program_prefix=${target_alias}-
2421
2422 test "$program_prefix" != NONE &&
2423 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2424 # Use a double $ so make ignores it.
2425 test "$program_suffix" != NONE &&
2426 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2427 # Double any \ or $.
2428 # By default was `s,x,x', remove it if useless.
2429 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2430 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2431
2432
2433
2434 # Get 'install' or 'install-sh' and its variants.
2435 # Find a good install program. We prefer a C program (faster),
2436 # so one script is as good as another. But avoid the broken or
2437 # incompatible versions:
2438 # SysV /etc/install, /usr/sbin/install
2439 # SunOS /usr/etc/install
2440 # IRIX /sbin/install
2441 # AIX /bin/install
2442 # AmigaOS /C/install, which installs bootblocks on floppy discs
2443 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2444 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2445 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2446 # OS/2's system install, which has a completely different semantic
2447 # ./install, which can be erroneously created by make from ./install.sh.
2448 # Reject install programs that cannot install multiple files.
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2450 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2451 if test -z "$INSTALL"; then
2452 if test "${ac_cv_path_install+set}" = set; then :
2453 $as_echo_n "(cached) " >&6
2454 else
2455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2456 for as_dir in $PATH
2457 do
2458 IFS=$as_save_IFS
2459 test -z "$as_dir" && as_dir=.
2460 # Account for people who put trailing slashes in PATH elements.
2461 case $as_dir/ in #((
2462 ./ | .// | /[cC]/* | \
2463 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2464 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2465 /usr/ucb/* ) ;;
2466 *)
2467 # OSF1 and SCO ODT 3.0 have their own names for install.
2468 # Don't use installbsd from OSF since it installs stuff as root
2469 # by default.
2470 for ac_prog in ginstall scoinst install; do
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2473 if test $ac_prog = install &&
2474 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2475 # AIX install. It has an incompatible calling convention.
2476 :
2477 elif test $ac_prog = install &&
2478 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2479 # program-specific install script used by HP pwplus--don't use.
2480 :
2481 else
2482 rm -rf conftest.one conftest.two conftest.dir
2483 echo one > conftest.one
2484 echo two > conftest.two
2485 mkdir conftest.dir
2486 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2487 test -s conftest.one && test -s conftest.two &&
2488 test -s conftest.dir/conftest.one &&
2489 test -s conftest.dir/conftest.two
2490 then
2491 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2492 break 3
2493 fi
2494 fi
2495 fi
2496 done
2497 done
2498 ;;
2499 esac
2500
2501 done
2502 IFS=$as_save_IFS
2503
2504 rm -rf conftest.one conftest.two conftest.dir
2505
2506 fi
2507 if test "${ac_cv_path_install+set}" = set; then
2508 INSTALL=$ac_cv_path_install
2509 else
2510 # As a last resort, use the slow shell script. Don't cache a
2511 # value for INSTALL within a source directory, because that will
2512 # break other packages using the cache if that directory is
2513 # removed, or if the value is a relative name.
2514 INSTALL=$ac_install_sh
2515 fi
2516 fi
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2518 $as_echo "$INSTALL" >&6; }
2519
2520 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2521 # It thinks the first close brace ends the variable substitution.
2522 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2523
2524 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2525
2526 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2527
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2529 $as_echo_n "checking whether ln works... " >&6; }
2530 if test "${acx_cv_prog_LN+set}" = set; then :
2531 $as_echo_n "(cached) " >&6
2532 else
2533 rm -f conftestdata_t
2534 echo >conftestdata_f
2535 if ln conftestdata_f conftestdata_t 2>/dev/null
2536 then
2537 acx_cv_prog_LN=ln
2538 else
2539 acx_cv_prog_LN=no
2540 fi
2541 rm -f conftestdata_f conftestdata_t
2542
2543 fi
2544 if test $acx_cv_prog_LN = no; then
2545 LN="cp"
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2547 $as_echo "no, using $LN" >&6; }
2548 else
2549 LN="$acx_cv_prog_LN"
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2551 $as_echo "yes" >&6; }
2552 fi
2553
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2555 $as_echo_n "checking whether ln -s works... " >&6; }
2556 LN_S=$as_ln_s
2557 if test "$LN_S" = "ln -s"; then
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2559 $as_echo "yes" >&6; }
2560 else
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2562 $as_echo "no, using $LN_S" >&6; }
2563 fi
2564
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2566 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2567 if test "${ac_cv_path_SED+set}" = set; then :
2568 $as_echo_n "(cached) " >&6
2569 else
2570 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2571 for ac_i in 1 2 3 4 5 6 7; do
2572 ac_script="$ac_script$as_nl$ac_script"
2573 done
2574 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2575 { ac_script=; unset ac_script;}
2576 if test -z "$SED"; then
2577 ac_path_SED_found=false
2578 # Loop through the user's path and test for each of PROGNAME-LIST
2579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2580 for as_dir in $PATH
2581 do
2582 IFS=$as_save_IFS
2583 test -z "$as_dir" && as_dir=.
2584 for ac_prog in sed gsed; do
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2587 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2588 # Check for GNU ac_path_SED and select it if it is found.
2589 # Check for GNU $ac_path_SED
2590 case `"$ac_path_SED" --version 2>&1` in
2591 *GNU*)
2592 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2593 *)
2594 ac_count=0
2595 $as_echo_n 0123456789 >"conftest.in"
2596 while :
2597 do
2598 cat "conftest.in" "conftest.in" >"conftest.tmp"
2599 mv "conftest.tmp" "conftest.in"
2600 cp "conftest.in" "conftest.nl"
2601 $as_echo '' >> "conftest.nl"
2602 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2603 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2604 as_fn_arith $ac_count + 1 && ac_count=$as_val
2605 if test $ac_count -gt ${ac_path_SED_max-0}; then
2606 # Best one so far, save it but keep looking for a better one
2607 ac_cv_path_SED="$ac_path_SED"
2608 ac_path_SED_max=$ac_count
2609 fi
2610 # 10*(2^10) chars as input seems more than enough
2611 test $ac_count -gt 10 && break
2612 done
2613 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2614 esac
2615
2616 $ac_path_SED_found && break 3
2617 done
2618 done
2619 done
2620 IFS=$as_save_IFS
2621 if test -z "$ac_cv_path_SED"; then
2622 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2623 fi
2624 else
2625 ac_cv_path_SED=$SED
2626 fi
2627
2628 fi
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2630 $as_echo "$ac_cv_path_SED" >&6; }
2631 SED="$ac_cv_path_SED"
2632 rm -f conftest.sed
2633
2634 for ac_prog in gawk mawk nawk awk
2635 do
2636 # Extract the first word of "$ac_prog", so it can be a program name with args.
2637 set dummy $ac_prog; ac_word=$2
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2639 $as_echo_n "checking for $ac_word... " >&6; }
2640 if test "${ac_cv_prog_AWK+set}" = set; then :
2641 $as_echo_n "(cached) " >&6
2642 else
2643 if test -n "$AWK"; then
2644 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2645 else
2646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2647 for as_dir in $PATH
2648 do
2649 IFS=$as_save_IFS
2650 test -z "$as_dir" && as_dir=.
2651 for ac_exec_ext in '' $ac_executable_extensions; do
2652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2653 ac_cv_prog_AWK="$ac_prog"
2654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2655 break 2
2656 fi
2657 done
2658 done
2659 IFS=$as_save_IFS
2660
2661 fi
2662 fi
2663 AWK=$ac_cv_prog_AWK
2664 if test -n "$AWK"; then
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2666 $as_echo "$AWK" >&6; }
2667 else
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2669 $as_echo "no" >&6; }
2670 fi
2671
2672
2673 test -n "$AWK" && break
2674 done
2675
2676
2677 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2678
2679 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2680 # a relative path.
2681 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2682 INSTALL="${srcpwd}/install-sh -c"
2683 fi
2684
2685 # Set srcdir to "." if that's what it is.
2686 # This is important for multilib support.
2687 pwd=`${PWDCMD-pwd}`
2688 if test "${pwd}" = "${srcpwd}" ; then
2689 srcdir=.
2690 fi
2691
2692 topsrcdir=$srcpwd
2693
2694 extra_host_args=
2695
2696 ### To add a new directory to the tree, first choose whether it is a target
2697 ### or a host dependent tool. Then put it into the appropriate list
2698 ### (library or tools, host or target), doing a dependency sort.
2699
2700 # Subdirs will be configured in the order listed in build_configdirs,
2701 # configdirs, or target_configdirs; see the serialization section below.
2702
2703 # Dependency sorting is only needed when *configuration* must be done in
2704 # a particular order. In all cases a dependency should be specified in
2705 # the Makefile, whether or not it's implicitly specified here.
2706
2707 # Double entries in build_configdirs, configdirs, or target_configdirs may
2708 # cause circular dependencies and break everything horribly.
2709
2710 # these library is used by various programs built for the build
2711 # environment
2712 #
2713 build_libs="build-libiberty build-libcpp"
2714
2715 # these tools are built for the build environment
2716 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2717
2718 # these libraries are used by various programs built for the host environment
2719 #f
2720 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
2721
2722 # these tools are built for the host environment
2723 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2724 # know that we are building the simulator.
2725 # binutils, gas and ld appear in that order because it makes sense to run
2726 # "make check" in that particular order.
2727 # If --enable-gold is used, "gold" may replace "ld".
2728 host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
2729
2730 # these libraries are built for the target environment, and are built after
2731 # the host libraries and the host tools (which may be a cross compiler)
2732 # Note that libiberty is not a target library.
2733 target_libraries="target-libgcc \
2734 target-libbacktrace \
2735 target-libgloss \
2736 target-newlib \
2737 target-libgomp \
2738 target-libcilkrts \
2739 target-liboffloadmic \
2740 target-libatomic \
2741 target-libitm \
2742 target-libstdc++-v3 \
2743 target-libsanitizer \
2744 target-libvtv \
2745 target-libmpx \
2746 target-libssp \
2747 target-libquadmath \
2748 target-libgfortran \
2749 target-boehm-gc \
2750 target-libffi \
2751 target-libobjc \
2752 target-libada \
2753 target-libgo"
2754
2755 # these tools are built using the target libraries, and are intended to
2756 # run only in the target environment
2757 #
2758 # note: any program that *uses* libraries that are in the "target_libraries"
2759 # list belongs in this list.
2760 #
2761 target_tools="target-rda"
2762
2763 ################################################################################
2764
2765 ## All tools belong in one of the four categories, and are assigned above
2766 ## We assign ${configdirs} this way to remove all embedded newlines. This
2767 ## is important because configure will choke if they ever get through.
2768 ## ${configdirs} is directories we build using the host tools.
2769 ## ${target_configdirs} is directories we build using the target tools.
2770 configdirs=`echo ${host_libs} ${host_tools}`
2771 target_configdirs=`echo ${target_libraries} ${target_tools}`
2772 build_configdirs=`echo ${build_libs} ${build_tools}`
2773
2774
2775
2776 ################################################################################
2777
2778 srcname="gnu development package"
2779
2780 # This gets set non-empty for some net releases of packages.
2781 appdirs=""
2782
2783 # Define is_cross_compiler to save on calls to 'test'.
2784 is_cross_compiler=
2785 if test x"${host}" = x"${target}" ; then
2786 is_cross_compiler=no
2787 else
2788 is_cross_compiler=yes
2789 fi
2790
2791 # Find the build and target subdir names.
2792
2793 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2794 # have matching libraries, they should use host libraries: Makefile.tpl
2795 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2796 # However, they still use the build modules, because the corresponding
2797 # host modules (e.g. bison) are only built for the host when bootstrap
2798 # finishes. So:
2799 # - build_subdir is where we find build modules, and never changes.
2800 # - build_libsubdir is where we find build libraries, and can be overridden.
2801
2802 # Prefix 'build-' so this never conflicts with target_subdir.
2803 build_subdir="build-${build_noncanonical}"
2804
2805 # Check whether --with-build-libsubdir was given.
2806 if test "${with_build_libsubdir+set}" = set; then :
2807 withval=$with_build_libsubdir; build_libsubdir="$withval"
2808 else
2809 build_libsubdir="$build_subdir"
2810 fi
2811
2812 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2813 if ( test $srcdir = . && test -d gcc ) \
2814 || test -d $srcdir/../host-${host_noncanonical}; then
2815 host_subdir="host-${host_noncanonical}"
2816 else
2817 host_subdir=.
2818 fi
2819 # No prefix.
2820 target_subdir=${target_noncanonical}
2821
2822 # Be sure to cover against remnants of an in-tree build.
2823 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2824 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2825 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2826 fi
2827
2828 # Skipdirs are removed silently.
2829 skipdirs=
2830 # Noconfigdirs are removed loudly.
2831 noconfigdirs=""
2832
2833 use_gnu_ld=
2834 # Make sure we don't let GNU ld be added if we didn't want it.
2835 if test x$with_gnu_ld = xno ; then
2836 use_gnu_ld=no
2837 noconfigdirs="$noconfigdirs ld gold"
2838 fi
2839
2840 use_gnu_as=
2841 # Make sure we don't let GNU as be added if we didn't want it.
2842 if test x$with_gnu_as = xno ; then
2843 use_gnu_as=no
2844 noconfigdirs="$noconfigdirs gas"
2845 fi
2846
2847 use_included_zlib=
2848
2849 # Check whether --with-system-zlib was given.
2850 if test "${with_system_zlib+set}" = set; then :
2851 withval=$with_system_zlib;
2852 fi
2853
2854 # Make sure we don't let ZLIB be added if we didn't want it.
2855 if test x$with_system_zlib = xyes ; then
2856 use_included_zlib=no
2857 noconfigdirs="$noconfigdirs zlib"
2858 fi
2859
2860 # some tools are so dependent upon X11 that if we're not building with X,
2861 # it's not even worth trying to configure, much less build, that tool.
2862
2863 case ${with_x} in
2864 yes | "") ;; # the default value for this tree is that X11 is available
2865 no)
2866 skipdirs="${skipdirs} tk itcl libgui"
2867 # We won't be able to build gdbtk without X.
2868 enable_gdbtk=no
2869 ;;
2870 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2871 esac
2872
2873 # Some are only suitable for cross toolchains.
2874 # Remove these if host=target.
2875 cross_only="target-libgloss target-newlib target-opcodes"
2876
2877 case $is_cross_compiler in
2878 no) skipdirs="${skipdirs} ${cross_only}" ;;
2879 esac
2880
2881 # If both --with-headers and --with-libs are specified, default to
2882 # --without-newlib.
2883 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2884 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2885 if test x"${with_newlib}" = x ; then
2886 with_newlib=no
2887 fi
2888 fi
2889
2890 # Recognize --with-newlib/--without-newlib.
2891 case ${with_newlib} in
2892 no) skipdirs="${skipdirs} target-newlib" ;;
2893 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2894 esac
2895
2896 # Check whether --enable-as-accelerator-for was given.
2897 if test "${enable_as_accelerator_for+set}" = set; then :
2898 enableval=$enable_as_accelerator_for;
2899 fi
2900
2901
2902 # Check whether --enable-offload-targets was given.
2903 if test "${enable_offload_targets+set}" = set; then :
2904 enableval=$enable_offload_targets;
2905 if test x"$enable_offload_targets" = x; then
2906 as_fn_error "no offload targets specified" "$LINENO" 5
2907 fi
2908
2909 else
2910 enable_offload_targets=
2911 fi
2912
2913
2914 # Handle --enable-gold, --enable-ld.
2915 # --disable-gold [--enable-ld]
2916 # Build only ld. Default option.
2917 # --enable-gold [--enable-ld]
2918 # Build both gold and ld. Install gold as "ld.gold", install ld
2919 # as "ld.bfd" and "ld".
2920 # --enable-gold=default [--enable-ld]
2921 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2922 # install ld as "ld.bfd".
2923 # --enable-gold[=default] --disable-ld
2924 # Build only gold, which is then installed as both "ld.gold" and "ld".
2925 # --enable-gold --enable-ld=default
2926 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2927 # and ld.bfd).
2928 # In other words, ld is default
2929 # --enable-gold=default --enable-ld=default
2930 # Error.
2931
2932 default_ld=
2933 # Check whether --enable-gold was given.
2934 if test "${enable_gold+set}" = set; then :
2935 enableval=$enable_gold; ENABLE_GOLD=$enableval
2936 else
2937 ENABLE_GOLD=no
2938 fi
2939
2940 case "${ENABLE_GOLD}" in
2941 yes|default)
2942 # Check for ELF target.
2943 is_elf=no
2944 case "${target}" in
2945 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2946 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2947 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2948 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
2949 case "${target}" in
2950 *-*-linux*aout* | *-*-linux*oldld*)
2951 ;;
2952 *)
2953 is_elf=yes
2954 ;;
2955 esac
2956 esac
2957
2958 if test "$is_elf" = "yes"; then
2959 # Check for target supported by gold.
2960 case "${target}" in
2961 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
2962 | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
2963 configdirs="$configdirs gold"
2964 if test x${ENABLE_GOLD} = xdefault; then
2965 default_ld=gold
2966 fi
2967 ENABLE_GOLD=yes
2968 ;;
2969 esac
2970 fi
2971 ;;
2972 no)
2973 ;;
2974 *)
2975 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2976 ;;
2977 esac
2978
2979 # Check whether --enable-ld was given.
2980 if test "${enable_ld+set}" = set; then :
2981 enableval=$enable_ld; ENABLE_LD=$enableval
2982 else
2983 ENABLE_LD=yes
2984 fi
2985
2986
2987 case "${ENABLE_LD}" in
2988 default)
2989 if test x${default_ld} != x; then
2990 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2991 fi
2992 ;;
2993 yes)
2994 ;;
2995 no)
2996 if test x${ENABLE_GOLD} != xyes; then
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2998 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2999 fi
3000 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3001 ;;
3002 *)
3003 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3004 ;;
3005 esac
3006
3007 # PR gas/19109
3008 # Decide the default method for compressing debug sections.
3009 # Provide a configure time option to override our default.
3010 # Check whether --enable-compressed_debug_sections was given.
3011 if test "${enable_compressed_debug_sections+set}" = set; then :
3012 enableval=$enable_compressed_debug_sections;
3013 if test x"$enable_compressed_debug_sections" = xyes; then
3014 as_fn_error "no program with compressed debug sections specified" "$LINENO" 5
3015 fi
3016
3017 else
3018 enable_compressed_debug_sections=
3019 fi
3020
3021
3022 # Configure extra directories which are host specific
3023
3024 case "${host}" in
3025 *-cygwin*)
3026 configdirs="$configdirs libtermcap" ;;
3027 esac
3028
3029 # A target can indicate whether a language isn't supported for some reason.
3030 # Only spaces may be used in this macro; not newlines or tabs.
3031 unsupported_languages=
3032
3033 # Remove more programs from consideration, based on the host or
3034 # target this usually means that a port of the program doesn't
3035 # exist yet.
3036
3037 case "${host}" in
3038 i[3456789]86-*-msdosdjgpp*)
3039 noconfigdirs="$noconfigdirs tcl tk itcl"
3040 ;;
3041 esac
3042
3043
3044 # Check whether --enable-libquadmath was given.
3045 if test "${enable_libquadmath+set}" = set; then :
3046 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3047 else
3048 ENABLE_LIBQUADMATH=yes
3049 fi
3050
3051 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3052 noconfigdirs="$noconfigdirs target-libquadmath"
3053 fi
3054
3055
3056 # Check whether --enable-libquadmath-support was given.
3057 if test "${enable_libquadmath_support+set}" = set; then :
3058 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3059 else
3060 ENABLE_LIBQUADMATH_SUPPORT=yes
3061 fi
3062
3063 enable_libquadmath_support=
3064 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3065 enable_libquadmath_support=no
3066 fi
3067
3068
3069 # Check whether --enable-libada was given.
3070 if test "${enable_libada+set}" = set; then :
3071 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3072 else
3073 ENABLE_LIBADA=yes
3074 fi
3075
3076 if test "${ENABLE_LIBADA}" != "yes" ; then
3077 noconfigdirs="$noconfigdirs gnattools"
3078 fi
3079
3080 # Check whether --enable-libssp was given.
3081 if test "${enable_libssp+set}" = set; then :
3082 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3083 else
3084 ENABLE_LIBSSP=yes
3085 fi
3086
3087
3088 # Check whether --enable-libstdcxx was given.
3089 if test "${enable_libstdcxx+set}" = set; then :
3090 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3091 else
3092 ENABLE_LIBSTDCXX=default
3093 fi
3094
3095 if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3096 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3097 fi
3098
3099 # If this is accelerator compiler and its target is intelmic we enable
3100 # target liboffloadmic by default. If this is compiler with offloading
3101 # for intelmic we enable host liboffloadmic by default. Otherwise
3102 # liboffloadmic is disabled by default.
3103 # Check whether --enable-liboffloadmic was given.
3104 if test "${enable_liboffloadmic+set}" = set; then :
3105 enableval=$enable_liboffloadmic; case "$enableval" in
3106 no | host | target)
3107 enable_liboffloadmic=$enableval ;;
3108 *)
3109 as_fn_error "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3110 esac
3111 else
3112 if test x"$enable_as_accelerator_for" != x; then
3113 case "${target}" in
3114 *-intelmic-* | *-intelmicemul-*)
3115 enable_liboffloadmic=target
3116 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
3117 ;;
3118 *)
3119 enable_liboffloadmic=no
3120 ;;
3121 esac
3122 else
3123 case "${enable_offload_targets}" in
3124 *-intelmic-* | *-intelmicemul-*)
3125 enable_liboffloadmic=host
3126 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
3127 ;;
3128 *)
3129 enable_liboffloadmic=no
3130 ;;
3131 esac
3132 fi
3133 fi
3134
3135
3136
3137 # Enable libgomp by default on hosted POSIX systems, and a few others.
3138 if test x$enable_libgomp = x ; then
3139 case "${target}" in
3140 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3141 ;;
3142 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3143 ;;
3144 *-*-solaris2* | *-*-hpux11*)
3145 ;;
3146 *-*-darwin* | *-*-aix*)
3147 ;;
3148 nvptx*-*-*)
3149 ;;
3150 *)
3151 noconfigdirs="$noconfigdirs target-libgomp"
3152 ;;
3153 esac
3154 fi
3155
3156 # Disable libatomic on unsupported systems.
3157 if test -d ${srcdir}/libatomic; then
3158 if test x$enable_libatomic = x; then
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3160 $as_echo_n "checking for libatomic support... " >&6; }
3161 if (srcdir=${srcdir}/libatomic; \
3162 . ${srcdir}/configure.tgt; \
3163 test -n "$UNSUPPORTED")
3164 then
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3166 $as_echo "no" >&6; }
3167 noconfigdirs="$noconfigdirs target-libatomic"
3168 else
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3170 $as_echo "yes" >&6; }
3171 fi
3172 fi
3173 fi
3174
3175 # Disable libcilkrts on unsupported systems.
3176 if test -d ${srcdir}/libcilkrts; then
3177 if test x$enable_libcilkrts = x; then
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3179 $as_echo_n "checking for libcilkrts support... " >&6; }
3180 if (srcdir=${srcdir}/libcilkrts; \
3181 . ${srcdir}/configure.tgt; \
3182 test -n "$UNSUPPORTED")
3183 then
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3185 $as_echo "no" >&6; }
3186 noconfigdirs="$noconfigdirs target-libcilkrts"
3187 else
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3189 $as_echo "yes" >&6; }
3190 fi
3191 fi
3192 fi
3193
3194 # Disable liboffloadmic on unsupported systems.
3195 if test -d ${srcdir}/liboffloadmic; then
3196 if test x$enable_liboffloadmic != xno; then
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3198 $as_echo_n "checking for liboffloadmic support... " >&6; }
3199 if (srcdir=${srcdir}/liboffloadmic; \
3200 . ${srcdir}/configure.tgt; \
3201 test -n "$UNSUPPORTED")
3202 then
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3204 $as_echo "no" >&6; }
3205 noconfigdirs="$noconfigdirs target-liboffloadmic"
3206 else
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3208 $as_echo "yes" >&6; }
3209 fi
3210 fi
3211 fi
3212
3213 # Disable libitm on unsupported systems.
3214 if test -d ${srcdir}/libitm; then
3215 if test x$enable_libitm = x; then
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3217 $as_echo_n "checking for libitm support... " >&6; }
3218 if (srcdir=${srcdir}/libitm; \
3219 . ${srcdir}/configure.tgt; \
3220 test -n "$UNSUPPORTED")
3221 then
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3223 $as_echo "no" >&6; }
3224 noconfigdirs="$noconfigdirs target-libitm"
3225 else
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3227 $as_echo "yes" >&6; }
3228 fi
3229 fi
3230 fi
3231
3232 # Disable libsanitizer on unsupported systems.
3233 if test -d ${srcdir}/libsanitizer; then
3234 if test x$enable_libsanitizer = x; then
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3236 $as_echo_n "checking for libsanitizer support... " >&6; }
3237 if (srcdir=${srcdir}/libsanitizer; \
3238 . ${srcdir}/configure.tgt; \
3239 test -n "$UNSUPPORTED")
3240 then
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3242 $as_echo "no" >&6; }
3243 noconfigdirs="$noconfigdirs target-libsanitizer"
3244 else
3245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3246 $as_echo "yes" >&6; }
3247 fi
3248 fi
3249 fi
3250
3251 # Disable libvtv on unsupported systems.
3252 if test -d ${srcdir}/libvtv; then
3253 if test x$enable_libvtv = x; then
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3255 $as_echo_n "checking for libvtv support... " >&6; }
3256 if (srcdir=${srcdir}/libvtv; \
3257 . ${srcdir}/configure.tgt; \
3258 test "$VTV_SUPPORTED" != "yes")
3259 then
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3261 $as_echo "no" >&6; }
3262 noconfigdirs="$noconfigdirs target-libvtv"
3263 else
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3265 $as_echo "yes" >&6; }
3266 fi
3267 fi
3268 fi
3269
3270
3271 # Enable libmpx on supported systems by request.
3272 if test -d ${srcdir}/libmpx; then
3273 if test x$enable_libmpx = x; then
3274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
3275 $as_echo_n "checking for libmpx support... " >&6; }
3276 if (srcdir=${srcdir}/libmpx; \
3277 . ${srcdir}/configure.tgt; \
3278 test "$LIBMPX_SUPPORTED" != "yes")
3279 then
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3281 $as_echo "no" >&6; }
3282 noconfigdirs="$noconfigdirs target-libmpx"
3283 else
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3285 $as_echo "yes" >&6; }
3286 fi
3287 fi
3288 fi
3289
3290
3291
3292 # Disable libquadmath for some systems.
3293 case "${target}" in
3294 avr-*-*)
3295 noconfigdirs="$noconfigdirs target-libquadmath"
3296 ;;
3297 # libquadmath is unused on AIX and libquadmath build process use of
3298 # LD_LIBRARY_PATH can break AIX bootstrap.
3299 powerpc-*-aix* | rs6000-*-aix*)
3300 noconfigdirs="$noconfigdirs target-libquadmath"
3301 ;;
3302 esac
3303
3304 # Disable libssp for some systems.
3305 case "${target}" in
3306 avr-*-*)
3307 # No hosted I/O support.
3308 noconfigdirs="$noconfigdirs target-libssp"
3309 ;;
3310 powerpc-*-aix* | rs6000-*-aix*)
3311 noconfigdirs="$noconfigdirs target-libssp"
3312 ;;
3313 rl78-*-*)
3314 # libssp uses a misaligned load to trigger a fault, but the RL78
3315 # doesn't fault for those - instead, it gives a build-time error
3316 # for explicit misaligned loads.
3317 noconfigdirs="$noconfigdirs target-libssp"
3318 ;;
3319 visium-*-*)
3320 # No hosted I/O support.
3321 noconfigdirs="$noconfigdirs target-libssp"
3322 ;;
3323 esac
3324
3325 # Disable libstdc++-v3 for some systems.
3326 # Allow user to override this if they pass --enable-libstdc++-v3
3327 if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3328 case "${target}" in
3329 *-*-vxworks*)
3330 # VxWorks uses the Dinkumware C++ library.
3331 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3332 ;;
3333 arm*-wince-pe*)
3334 # the C++ libraries don't build on top of CE's C libraries
3335 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3336 ;;
3337 avr-*-*)
3338 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3339 ;;
3340 ft32-*-*)
3341 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3342 ;;
3343 esac
3344 fi
3345
3346 # Disable Fortran for some systems.
3347 case "${target}" in
3348 mmix-*-*)
3349 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3350 unsupported_languages="$unsupported_languages fortran"
3351 ;;
3352 esac
3353
3354 # Disable libffi for some systems.
3355 case "${target}" in
3356 powerpc-*-darwin*)
3357 ;;
3358 i[3456789]86-*-darwin*)
3359 ;;
3360 x86_64-*-darwin[912]*)
3361 ;;
3362 *-*-darwin*)
3363 noconfigdirs="$noconfigdirs target-libffi"
3364 ;;
3365 *-*-netware*)
3366 noconfigdirs="$noconfigdirs target-libffi"
3367 ;;
3368 *-*-phoenix*)
3369 noconfigdirs="$noconfigdirs target-libffi"
3370 ;;
3371 *-*-rtems*)
3372 noconfigdirs="$noconfigdirs target-libffi"
3373 ;;
3374 *-*-tpf*)
3375 noconfigdirs="$noconfigdirs target-libffi"
3376 ;;
3377 *-*-uclinux*)
3378 noconfigdirs="$noconfigdirs target-libffi"
3379 ;;
3380 *-*-vxworks*)
3381 noconfigdirs="$noconfigdirs target-libffi"
3382 ;;
3383 aarch64*-*-freebsd*)
3384 noconfigdirs="$noconfigdirs target-libffi"
3385 ;;
3386 alpha*-*-*vms*)
3387 noconfigdirs="$noconfigdirs target-libffi"
3388 ;;
3389 arm*-*-freebsd*)
3390 noconfigdirs="$noconfigdirs target-libffi"
3391 ;;
3392 arm-wince-pe)
3393 noconfigdirs="$noconfigdirs target-libffi"
3394 ;;
3395 arm*-*-symbianelf*)
3396 noconfigdirs="$noconfigdirs target-libffi"
3397 ;;
3398 cris-*-* | crisv32-*-*)
3399 case "${target}" in
3400 *-*-linux*)
3401 ;;
3402 *) # See PR46792 regarding target-libffi.
3403 noconfigdirs="$noconfigdirs target-libffi";;
3404 esac
3405 ;;
3406 hppa*64*-*-hpux*)
3407 noconfigdirs="$noconfigdirs target-libffi"
3408 ;;
3409 hppa*-hp-hpux11*)
3410 ;;
3411 hppa*-*-hpux*)
3412 noconfigdirs="$noconfigdirs target-libffi"
3413 ;;
3414 ia64*-*-*vms*)
3415 noconfigdirs="$noconfigdirs target-libffi"
3416 ;;
3417 i[3456789]86-w64-mingw*)
3418 noconfigdirs="$noconfigdirs target-libffi"
3419 ;;
3420 i[3456789]86-*-mingw*)
3421 noconfigdirs="$noconfigdirs target-libffi"
3422 ;;
3423 x86_64-*-mingw*)
3424 noconfigdirs="$noconfigdirs target-libffi"
3425 ;;
3426 mmix-*-*)
3427 noconfigdirs="$noconfigdirs target-libffi"
3428 ;;
3429 powerpc-*-aix*)
3430 # copied from rs6000-*-* entry
3431 noconfigdirs="$noconfigdirs target-libffi"
3432 ;;
3433 rs6000-*-aix*)
3434 noconfigdirs="$noconfigdirs target-libffi"
3435 ;;
3436 ft32-*-*)
3437 noconfigdirs="$noconfigdirs target-libffi"
3438 ;;
3439 *-*-lynxos*)
3440 noconfigdirs="$noconfigdirs target-libffi"
3441 ;;
3442 esac
3443
3444 # Disable the go frontend on systems where it is known to not work. Please keep
3445 # this in sync with contrib/config-list.mk.
3446 case "${target}" in
3447 *-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
3448 unsupported_languages="$unsupported_languages go"
3449 ;;
3450 esac
3451
3452 # Disable libgo for some systems where it is known to not work.
3453 # For testing, you can easily override this with --enable-libgo.
3454 if test x$enable_libgo = x; then
3455 case "${target}" in
3456 *-*-darwin*)
3457 # PR 46986
3458 noconfigdirs="$noconfigdirs target-libgo"
3459 ;;
3460 *-*-cygwin* | *-*-mingw*)
3461 noconfigdirs="$noconfigdirs target-libgo"
3462 ;;
3463 *-*-aix*)
3464 noconfigdirs="$noconfigdirs target-libgo"
3465 ;;
3466 esac
3467 fi
3468
3469 # Default libgloss CPU subdirectory.
3470 libgloss_dir="$target_cpu"
3471
3472 case "${target}" in
3473 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3474 libgloss_dir=wince
3475 ;;
3476 aarch64*-*-* )
3477 libgloss_dir=aarch64
3478 ;;
3479 arm*-*-*)
3480 libgloss_dir=arm
3481 ;;
3482 cris-*-* | crisv32-*-*)
3483 libgloss_dir=cris
3484 ;;
3485 hppa*-*-*)
3486 libgloss_dir=pa
3487 ;;
3488 i[3456789]86-*-*)
3489 libgloss_dir=i386
3490 ;;
3491 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3492 libgloss_dir=m68hc11
3493 ;;
3494 m68*-*-* | fido-*-*)
3495 libgloss_dir=m68k
3496 ;;
3497 mips*-*-*)
3498 libgloss_dir=mips
3499 ;;
3500 powerpc*-*-*)
3501 libgloss_dir=rs6000
3502 ;;
3503 sparc*-*-*)
3504 libgloss_dir=sparc
3505 ;;
3506 esac
3507
3508 # Disable newlib and libgloss for various target OSes.
3509 case "${target}" in
3510 alpha*-dec-osf*)
3511 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3512 ;;
3513 i[3456789]86-*-linux*)
3514 # This section makes it possible to build newlib natively on linux.
3515 # If we are using a cross compiler then don't configure newlib.
3516 if test x${is_cross_compiler} != xno ; then
3517 noconfigdirs="$noconfigdirs target-newlib"
3518 fi
3519 noconfigdirs="$noconfigdirs target-libgloss"
3520 # If we are not using a cross compiler, do configure newlib.
3521 # Note however, that newlib will only be configured in this situation
3522 # if the --with-newlib option has been given, because otherwise
3523 # 'target-newlib' will appear in skipdirs.
3524 ;;
3525 i[3456789]86-*-rdos*)
3526 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3527 ;;
3528 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3529 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3530 ;;
3531 sparc-*-sunos4*)
3532 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3533 ;;
3534 *-*-aix*)
3535 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3536 ;;
3537 *-*-beos*)
3538 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3539 ;;
3540 *-*-chorusos)
3541 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3542 ;;
3543 *-*-dragonfly*)
3544 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3545 ;;
3546 *-*-freebsd*)
3547 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3548 ;;
3549 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3550 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3551 ;;
3552 *-*-lynxos*)
3553 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3554 ;;
3555 *-*-mingw*)
3556 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3557 ;;
3558 *-*-netbsd*)
3559 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3560 ;;
3561 *-*-netware*)
3562 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3563 ;;
3564 *-*-tpf*)
3565 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3566 ;;
3567 *-*-uclinux*)
3568 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3569 ;;
3570 *-*-vxworks*)
3571 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3572 ;;
3573 esac
3574
3575 case "${target}" in
3576 *-*-chorusos)
3577 ;;
3578 aarch64-*-darwin*)
3579 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3580 noconfigdirs="$noconfigdirs sim target-rda"
3581 ;;
3582 arm-*-darwin*)
3583 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3584 noconfigdirs="$noconfigdirs sim target-rda"
3585 ;;
3586 powerpc-*-darwin*)
3587 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3588 noconfigdirs="$noconfigdirs sim target-rda"
3589 ;;
3590 i[3456789]86-*-darwin*)
3591 noconfigdirs="$noconfigdirs ld gprof"
3592 noconfigdirs="$noconfigdirs sim target-rda"
3593 ;;
3594 x86_64-*-darwin[912]*)
3595 noconfigdirs="$noconfigdirs ld gas gprof"
3596 noconfigdirs="$noconfigdirs sim target-rda"
3597 ;;
3598 *-*-darwin*)
3599 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3600 noconfigdirs="$noconfigdirs sim target-rda"
3601 ;;
3602 *-*-dragonfly*)
3603 ;;
3604 *-*-freebsd*)
3605 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3606 && test -f /usr/local/include/gmp.h; then
3607 with_gmp=/usr/local
3608 fi
3609 ;;
3610 *-*-kaos*)
3611 # Remove unsupported stuff on all kaOS configurations.
3612 noconfigdirs="$noconfigdirs target-libgloss"
3613 ;;
3614 *-*-netbsd*)
3615 ;;
3616 *-*-netware*)
3617 ;;
3618 *-*-phoenix*)
3619 noconfigdirs="$noconfigdirs target-libgloss"
3620 ;;
3621 *-*-rtems*)
3622 noconfigdirs="$noconfigdirs target-libgloss"
3623 # this is not caught below because this stanza matches earlier
3624 case $target in
3625 or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
3626 esac
3627 ;;
3628 # The tpf target doesn't support gdb yet.
3629 *-*-tpf*)
3630 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
3631 ;;
3632 *-*-uclinux*)
3633 noconfigdirs="$noconfigdirs target-rda"
3634 ;;
3635 *-*-vxworks*)
3636 ;;
3637 alpha*-dec-osf*)
3638 # ld works, but does not support shared libraries.
3639 # gas doesn't generate exception information.
3640 noconfigdirs="$noconfigdirs gas ld"
3641 ;;
3642 alpha*-*-*vms*)
3643 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3644 ;;
3645 alpha*-*-*)
3646 # newlib is not 64 bit ready
3647 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3648 ;;
3649 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3650 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3651 ;;
3652 arc*-*-*)
3653 noconfigdirs="$noconfigdirs sim"
3654 ;;
3655 arm-*-pe*)
3656 noconfigdirs="$noconfigdirs target-libgloss"
3657 ;;
3658 arm-*-riscix*)
3659 noconfigdirs="$noconfigdirs ld target-libgloss"
3660 ;;
3661 avr-*-*)
3662 if test x${with_avrlibc} != xno; then
3663 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3664 fi
3665 ;;
3666 c4x-*-* | tic4x-*-*)
3667 noconfigdirs="$noconfigdirs target-libgloss"
3668 ;;
3669 tic54x-*-*)
3670 noconfigdirs="$noconfigdirs target-libgloss gdb"
3671 ;;
3672 d10v-*-*)
3673 noconfigdirs="$noconfigdirs target-libgloss"
3674 ;;
3675 d30v-*-*)
3676 noconfigdirs="$noconfigdirs gdb"
3677 ;;
3678 fr30-*-elf*)
3679 noconfigdirs="$noconfigdirs gdb"
3680 ;;
3681 ft32-*-*)
3682 noconfigdirs="$noconfigdirs target-rda gprof"
3683 ;;
3684 moxie-*-*)
3685 noconfigdirs="$noconfigdirs"
3686 ;;
3687 h8300*-*-*)
3688 noconfigdirs="$noconfigdirs target-libgloss"
3689 ;;
3690 h8500-*-*)
3691 noconfigdirs="$noconfigdirs target-libgloss"
3692 ;;
3693 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3694 ;;
3695 hppa*64*-*-hpux*)
3696 noconfigdirs="$noconfigdirs gdb"
3697 ;;
3698 hppa*-*-hpux11*)
3699 noconfigdirs="$noconfigdirs gdb ld"
3700 ;;
3701 hppa*64*-*-linux*)
3702 ;;
3703 hppa*-*-linux*)
3704 ;;
3705 hppa*-*-*elf* | \
3706 hppa*-*-lites* | \
3707 hppa*-*-openbsd* | \
3708 hppa*64*-*-*)
3709 ;;
3710 hppa*-*-pro*)
3711 ;;
3712 hppa*-*-*)
3713 noconfigdirs="$noconfigdirs ld"
3714 ;;
3715 i960-*-*)
3716 noconfigdirs="$noconfigdirs gdb"
3717 ;;
3718 ia64*-*-elf*)
3719 # No gdb support yet.
3720 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3721 ;;
3722 ia64*-**-hpux*)
3723 # No ld support yet.
3724 noconfigdirs="$noconfigdirs gdb libgui itcl ld"
3725 ;;
3726 ia64*-*-*vms*)
3727 # No ld support yet.
3728 noconfigdirs="$noconfigdirs libgui itcl ld"
3729 ;;
3730 i[3456789]86-w64-mingw*)
3731 ;;
3732 i[3456789]86-*-mingw*)
3733 target_configdirs="$target_configdirs target-winsup"
3734 ;;
3735 *-*-cygwin*)
3736 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3737 noconfigdirs="$noconfigdirs target-libgloss"
3738 # always build newlib if winsup directory is present.
3739 if test -d "$srcdir/winsup/cygwin"; then
3740 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3741 elif test -d "$srcdir/newlib"; then
3742 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3743 fi
3744 ;;
3745 i[3456789]86-*-pe)
3746 noconfigdirs="$noconfigdirs target-libgloss"
3747 ;;
3748 i[3456789]86-*-sco3.2v5*)
3749 # The linker does not yet know about weak symbols in COFF,
3750 # and is not configured to handle mixed ELF and COFF.
3751 noconfigdirs="$noconfigdirs ld target-libgloss"
3752 ;;
3753 i[3456789]86-*-sco*)
3754 noconfigdirs="$noconfigdirs gprof target-libgloss"
3755 ;;
3756 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
3757 noconfigdirs="$noconfigdirs target-libgloss"
3758 ;;
3759 i[3456789]86-*-sysv4*)
3760 noconfigdirs="$noconfigdirs target-libgloss"
3761 ;;
3762 i[3456789]86-*-beos*)
3763 noconfigdirs="$noconfigdirs gdb"
3764 ;;
3765 i[3456789]86-*-rdos*)
3766 noconfigdirs="$noconfigdirs gdb"
3767 ;;
3768 mmix-*-*)
3769 noconfigdirs="$noconfigdirs gdb"
3770 ;;
3771 mt-*-*)
3772 noconfigdirs="$noconfigdirs sim"
3773 ;;
3774 powerpc-*-aix*)
3775 # copied from rs6000-*-* entry
3776 noconfigdirs="$noconfigdirs gprof"
3777 ;;
3778 powerpc*-*-winnt* | powerpc*-*-pe*)
3779 target_configdirs="$target_configdirs target-winsup"
3780 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3781 # always build newlib.
3782 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3783 ;;
3784 # This is temporary until we can link against shared libraries
3785 powerpcle-*-solaris*)
3786 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3787 ;;
3788 powerpc-*-beos*)
3789 noconfigdirs="$noconfigdirs gdb"
3790 ;;
3791 rs6000-*-lynxos*)
3792 noconfigdirs="$noconfigdirs gprof"
3793 ;;
3794 rs6000-*-aix*)
3795 noconfigdirs="$noconfigdirs gprof"
3796 ;;
3797 rs6000-*-*)
3798 noconfigdirs="$noconfigdirs gprof"
3799 ;;
3800 m68k-apollo-*)
3801 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3802 ;;
3803 microblaze*)
3804 noconfigdirs="$noconfigdirs gprof"
3805 ;;
3806 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
3807 if test x$with_newlib = xyes; then
3808 noconfigdirs="$noconfigdirs gprof"
3809 fi
3810 ;;
3811 mips*-*-irix5*)
3812 noconfigdirs="$noconfigdirs gprof target-libgloss"
3813 ;;
3814 mips*-*-irix6*)
3815 noconfigdirs="$noconfigdirs gprof target-libgloss"
3816 ;;
3817 mips*-*-bsd*)
3818 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
3819 ;;
3820 mips*-*-linux*)
3821 ;;
3822 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3823 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3824 noconfigdirs="$noconfigdirs ld gas gprof"
3825 ;;
3826 mips*-*-*)
3827 noconfigdirs="$noconfigdirs gprof"
3828 ;;
3829 nvptx*-*-*)
3830 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3831 ;;
3832 or1k*-*-*)
3833 noconfigdirs="$noconfigdirs gdb"
3834 ;;
3835 sh-*-*)
3836 case "${target}" in
3837 sh*-*-elf)
3838 ;;
3839 *)
3840 noconfigdirs="$noconfigdirs target-libgloss" ;;
3841 esac
3842 ;;
3843 sparc-*-sunos4*)
3844 if test x${is_cross_compiler} = xno ; then
3845 use_gnu_ld=no
3846 fi
3847 ;;
3848 tic6x-*-*)
3849 noconfigdirs="$noconfigdirs sim"
3850 ;;
3851 tilepro*-*-* | tilegx*-*-*)
3852 noconfigdirs="$noconfigdirs sim"
3853 ;;
3854 v810-*-*)
3855 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3856 ;;
3857 vax-*-*)
3858 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3859 ;;
3860 esac
3861
3862 # If we aren't building newlib, then don't build libgloss, since libgloss
3863 # depends upon some newlib header files.
3864 case "${noconfigdirs}" in
3865 *target-libgloss*) ;;
3866 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3867 esac
3868
3869 # Work in distributions that contain no compiler tools, like Autoconf.
3870 host_makefile_frag=/dev/null
3871 if test -d ${srcdir}/config ; then
3872 case "${host}" in
3873 i[3456789]86-*-msdosdjgpp*)
3874 host_makefile_frag="config/mh-djgpp"
3875 ;;
3876 *-cygwin*)
3877
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3879 $as_echo_n "checking to see if cat works as expected... " >&6; }
3880 echo a >cygwin-cat-check
3881 if test `cat cygwin-cat-check` = a ; then
3882 rm cygwin-cat-check
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3884 $as_echo "yes" >&6; }
3885 else
3886 rm cygwin-cat-check
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3888 $as_echo "no" >&6; }
3889 as_fn_error "The cat command does not ignore carriage return characters.
3890 Please either mount the build directory in binary mode or run the following
3891 commands before running any configure script:
3892 set -o igncr
3893 export SHELLOPTS
3894 " "$LINENO" 5
3895 fi
3896
3897 host_makefile_frag="config/mh-cygwin"
3898 ;;
3899 *-mingw*)
3900 host_makefile_frag="config/mh-mingw"
3901 ;;
3902 alpha*-linux*)
3903 host_makefile_frag="config/mh-alpha-linux"
3904 ;;
3905 hppa*-hp-hpux10*)
3906 host_makefile_frag="config/mh-pa-hpux10"
3907 ;;
3908 hppa*-hp-hpux*)
3909 host_makefile_frag="config/mh-pa"
3910 ;;
3911 hppa*-*)
3912 host_makefile_frag="config/mh-pa"
3913 ;;
3914 *-*-darwin*)
3915 host_makefile_frag="config/mh-darwin"
3916 ;;
3917 powerpc-*-aix*)
3918 host_makefile_frag="config/mh-ppc-aix"
3919 ;;
3920 rs6000-*-aix*)
3921 host_makefile_frag="config/mh-ppc-aix"
3922 ;;
3923 esac
3924 fi
3925
3926 if test "${build}" != "${host}" ; then
3927 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3928 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3929 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3930 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3931 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3932 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3933 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3934 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3935 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3936 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3937 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3938 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3939 else
3940 AR_FOR_BUILD="\$(AR)"
3941 AS_FOR_BUILD="\$(AS)"
3942 CC_FOR_BUILD="\$(CC)"
3943 CXX_FOR_BUILD="\$(CXX)"
3944 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3945 GOC_FOR_BUILD="\$(GOC)"
3946 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3947 LD_FOR_BUILD="\$(LD)"
3948 NM_FOR_BUILD="\$(NM)"
3949 RANLIB_FOR_BUILD="\$(RANLIB)"
3950 WINDRES_FOR_BUILD="\$(WINDRES)"
3951 WINDMC_FOR_BUILD="\$(WINDMC)"
3952 fi
3953
3954 ac_ext=c
3955 ac_cpp='$CPP $CPPFLAGS'
3956 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3957 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3958 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3959 if test -n "$ac_tool_prefix"; then
3960 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3961 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3963 $as_echo_n "checking for $ac_word... " >&6; }
3964 if test "${ac_cv_prog_CC+set}" = set; then :
3965 $as_echo_n "(cached) " >&6
3966 else
3967 if test -n "$CC"; then
3968 ac_cv_prog_CC="$CC" # Let the user override the test.
3969 else
3970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3971 for as_dir in $PATH
3972 do
3973 IFS=$as_save_IFS
3974 test -z "$as_dir" && as_dir=.
3975 for ac_exec_ext in '' $ac_executable_extensions; do
3976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3977 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3979 break 2
3980 fi
3981 done
3982 done
3983 IFS=$as_save_IFS
3984
3985 fi
3986 fi
3987 CC=$ac_cv_prog_CC
3988 if test -n "$CC"; then
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3990 $as_echo "$CC" >&6; }
3991 else
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3993 $as_echo "no" >&6; }
3994 fi
3995
3996
3997 fi
3998 if test -z "$ac_cv_prog_CC"; then
3999 ac_ct_CC=$CC
4000 # Extract the first word of "gcc", so it can be a program name with args.
4001 set dummy gcc; ac_word=$2
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4003 $as_echo_n "checking for $ac_word... " >&6; }
4004 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4005 $as_echo_n "(cached) " >&6
4006 else
4007 if test -n "$ac_ct_CC"; then
4008 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4009 else
4010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4011 for as_dir in $PATH
4012 do
4013 IFS=$as_save_IFS
4014 test -z "$as_dir" && as_dir=.
4015 for ac_exec_ext in '' $ac_executable_extensions; do
4016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4017 ac_cv_prog_ac_ct_CC="gcc"
4018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4019 break 2
4020 fi
4021 done
4022 done
4023 IFS=$as_save_IFS
4024
4025 fi
4026 fi
4027 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4028 if test -n "$ac_ct_CC"; then
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4030 $as_echo "$ac_ct_CC" >&6; }
4031 else
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4033 $as_echo "no" >&6; }
4034 fi
4035
4036 if test "x$ac_ct_CC" = x; then
4037 CC=""
4038 else
4039 case $cross_compiling:$ac_tool_warned in
4040 yes:)
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4042 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4043 ac_tool_warned=yes ;;
4044 esac
4045 CC=$ac_ct_CC
4046 fi
4047 else
4048 CC="$ac_cv_prog_CC"
4049 fi
4050
4051 if test -z "$CC"; then
4052 if test -n "$ac_tool_prefix"; then
4053 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4054 set dummy ${ac_tool_prefix}cc; ac_word=$2
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4056 $as_echo_n "checking for $ac_word... " >&6; }
4057 if test "${ac_cv_prog_CC+set}" = set; then :
4058 $as_echo_n "(cached) " >&6
4059 else
4060 if test -n "$CC"; then
4061 ac_cv_prog_CC="$CC" # Let the user override the test.
4062 else
4063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4064 for as_dir in $PATH
4065 do
4066 IFS=$as_save_IFS
4067 test -z "$as_dir" && as_dir=.
4068 for ac_exec_ext in '' $ac_executable_extensions; do
4069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4070 ac_cv_prog_CC="${ac_tool_prefix}cc"
4071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4072 break 2
4073 fi
4074 done
4075 done
4076 IFS=$as_save_IFS
4077
4078 fi
4079 fi
4080 CC=$ac_cv_prog_CC
4081 if test -n "$CC"; then
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4083 $as_echo "$CC" >&6; }
4084 else
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4086 $as_echo "no" >&6; }
4087 fi
4088
4089
4090 fi
4091 fi
4092 if test -z "$CC"; then
4093 # Extract the first word of "cc", so it can be a program name with args.
4094 set dummy cc; ac_word=$2
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4096 $as_echo_n "checking for $ac_word... " >&6; }
4097 if test "${ac_cv_prog_CC+set}" = set; then :
4098 $as_echo_n "(cached) " >&6
4099 else
4100 if test -n "$CC"; then
4101 ac_cv_prog_CC="$CC" # Let the user override the test.
4102 else
4103 ac_prog_rejected=no
4104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4105 for as_dir in $PATH
4106 do
4107 IFS=$as_save_IFS
4108 test -z "$as_dir" && as_dir=.
4109 for ac_exec_ext in '' $ac_executable_extensions; do
4110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4111 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4112 ac_prog_rejected=yes
4113 continue
4114 fi
4115 ac_cv_prog_CC="cc"
4116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4117 break 2
4118 fi
4119 done
4120 done
4121 IFS=$as_save_IFS
4122
4123 if test $ac_prog_rejected = yes; then
4124 # We found a bogon in the path, so make sure we never use it.
4125 set dummy $ac_cv_prog_CC
4126 shift
4127 if test $# != 0; then
4128 # We chose a different compiler from the bogus one.
4129 # However, it has the same basename, so the bogon will be chosen
4130 # first if we set CC to just the basename; use the full file name.
4131 shift
4132 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4133 fi
4134 fi
4135 fi
4136 fi
4137 CC=$ac_cv_prog_CC
4138 if test -n "$CC"; then
4139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4140 $as_echo "$CC" >&6; }
4141 else
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4143 $as_echo "no" >&6; }
4144 fi
4145
4146
4147 fi
4148 if test -z "$CC"; then
4149 if test -n "$ac_tool_prefix"; then
4150 for ac_prog in cl.exe
4151 do
4152 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4153 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4155 $as_echo_n "checking for $ac_word... " >&6; }
4156 if test "${ac_cv_prog_CC+set}" = set; then :
4157 $as_echo_n "(cached) " >&6
4158 else
4159 if test -n "$CC"; then
4160 ac_cv_prog_CC="$CC" # Let the user override the test.
4161 else
4162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4163 for as_dir in $PATH
4164 do
4165 IFS=$as_save_IFS
4166 test -z "$as_dir" && as_dir=.
4167 for ac_exec_ext in '' $ac_executable_extensions; do
4168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4169 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4171 break 2
4172 fi
4173 done
4174 done
4175 IFS=$as_save_IFS
4176
4177 fi
4178 fi
4179 CC=$ac_cv_prog_CC
4180 if test -n "$CC"; then
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4182 $as_echo "$CC" >&6; }
4183 else
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4185 $as_echo "no" >&6; }
4186 fi
4187
4188
4189 test -n "$CC" && break
4190 done
4191 fi
4192 if test -z "$CC"; then
4193 ac_ct_CC=$CC
4194 for ac_prog in cl.exe
4195 do
4196 # Extract the first word of "$ac_prog", so it can be a program name with args.
4197 set dummy $ac_prog; ac_word=$2
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4199 $as_echo_n "checking for $ac_word... " >&6; }
4200 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4201 $as_echo_n "(cached) " >&6
4202 else
4203 if test -n "$ac_ct_CC"; then
4204 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4205 else
4206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4207 for as_dir in $PATH
4208 do
4209 IFS=$as_save_IFS
4210 test -z "$as_dir" && as_dir=.
4211 for ac_exec_ext in '' $ac_executable_extensions; do
4212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4213 ac_cv_prog_ac_ct_CC="$ac_prog"
4214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4215 break 2
4216 fi
4217 done
4218 done
4219 IFS=$as_save_IFS
4220
4221 fi
4222 fi
4223 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4224 if test -n "$ac_ct_CC"; then
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4226 $as_echo "$ac_ct_CC" >&6; }
4227 else
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4229 $as_echo "no" >&6; }
4230 fi
4231
4232
4233 test -n "$ac_ct_CC" && break
4234 done
4235
4236 if test "x$ac_ct_CC" = x; then
4237 CC=""
4238 else
4239 case $cross_compiling:$ac_tool_warned in
4240 yes:)
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4242 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4243 ac_tool_warned=yes ;;
4244 esac
4245 CC=$ac_ct_CC
4246 fi
4247 fi
4248
4249 fi
4250
4251
4252 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4253 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4254 as_fn_error "no acceptable C compiler found in \$PATH
4255 See \`config.log' for more details." "$LINENO" 5; }
4256
4257 # Provide some information about the compiler.
4258 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4259 set X $ac_compile
4260 ac_compiler=$2
4261 for ac_option in --version -v -V -qversion; do
4262 { { ac_try="$ac_compiler $ac_option >&5"
4263 case "(($ac_try" in
4264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4265 *) ac_try_echo=$ac_try;;
4266 esac
4267 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4268 $as_echo "$ac_try_echo"; } >&5
4269 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4270 ac_status=$?
4271 if test -s conftest.err; then
4272 sed '10a\
4273 ... rest of stderr output deleted ...
4274 10q' conftest.err >conftest.er1
4275 cat conftest.er1 >&5
4276 rm -f conftest.er1 conftest.err
4277 fi
4278 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4279 test $ac_status = 0; }
4280 done
4281
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283 /* end confdefs.h. */
4284
4285 int
4286 main ()
4287 {
4288
4289 ;
4290 return 0;
4291 }
4292 _ACEOF
4293 ac_clean_files_save=$ac_clean_files
4294 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4295 # Try to create an executable without -o first, disregard a.out.
4296 # It will help us diagnose broken compilers, and finding out an intuition
4297 # of exeext.
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4299 $as_echo_n "checking for C compiler default output file name... " >&6; }
4300 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4301
4302 # The possible output files:
4303 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4304
4305 ac_rmfiles=
4306 for ac_file in $ac_files
4307 do
4308 case $ac_file in
4309 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4310 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4311 esac
4312 done
4313 rm -f $ac_rmfiles
4314
4315 if { { ac_try="$ac_link_default"
4316 case "(($ac_try" in
4317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4318 *) ac_try_echo=$ac_try;;
4319 esac
4320 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4321 $as_echo "$ac_try_echo"; } >&5
4322 (eval "$ac_link_default") 2>&5
4323 ac_status=$?
4324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4325 test $ac_status = 0; }; then :
4326 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4327 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4328 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4329 # so that the user can short-circuit this test for compilers unknown to
4330 # Autoconf.
4331 for ac_file in $ac_files ''
4332 do
4333 test -f "$ac_file" || continue
4334 case $ac_file in
4335 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4336 ;;
4337 [ab].out )
4338 # We found the default executable, but exeext='' is most
4339 # certainly right.
4340 break;;
4341 *.* )
4342 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4343 then :; else
4344 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4345 fi
4346 # We set ac_cv_exeext here because the later test for it is not
4347 # safe: cross compilers may not add the suffix if given an `-o'
4348 # argument, so we may need to know it at that point already.
4349 # Even if this section looks crufty: it has the advantage of
4350 # actually working.
4351 break;;
4352 * )
4353 break;;
4354 esac
4355 done
4356 test "$ac_cv_exeext" = no && ac_cv_exeext=
4357
4358 else
4359 ac_file=''
4360 fi
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4362 $as_echo "$ac_file" >&6; }
4363 if test -z "$ac_file"; then :
4364 $as_echo "$as_me: failed program was:" >&5
4365 sed 's/^/| /' conftest.$ac_ext >&5
4366
4367 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4369 { as_fn_set_status 77
4370 as_fn_error "C compiler cannot create executables
4371 See \`config.log' for more details." "$LINENO" 5; }; }
4372 fi
4373 ac_exeext=$ac_cv_exeext
4374
4375 # Check that the compiler produces executables we can run. If not, either
4376 # the compiler is broken, or we cross compile.
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4378 $as_echo_n "checking whether the C compiler works... " >&6; }
4379 # If not cross compiling, check that we can run a simple program.
4380 if test "$cross_compiling" != yes; then
4381 if { ac_try='./$ac_file'
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_try") 2>&5
4389 ac_status=$?
4390 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4391 test $ac_status = 0; }; }; then
4392 cross_compiling=no
4393 else
4394 if test "$cross_compiling" = maybe; then
4395 cross_compiling=yes
4396 else
4397 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4398 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4399 as_fn_error "cannot run C compiled programs.
4400 If you meant to cross compile, use \`--host'.
4401 See \`config.log' for more details." "$LINENO" 5; }
4402 fi
4403 fi
4404 fi
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4406 $as_echo "yes" >&6; }
4407
4408 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4409 ac_clean_files=$ac_clean_files_save
4410 # Check that the compiler produces executables we can run. If not, either
4411 # the compiler is broken, or we cross compile.
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4413 $as_echo_n "checking whether we are cross compiling... " >&6; }
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4415 $as_echo "$cross_compiling" >&6; }
4416
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4418 $as_echo_n "checking for suffix of executables... " >&6; }
4419 if { { ac_try="$ac_link"
4420 case "(($ac_try" in
4421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4422 *) ac_try_echo=$ac_try;;
4423 esac
4424 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4425 $as_echo "$ac_try_echo"; } >&5
4426 (eval "$ac_link") 2>&5
4427 ac_status=$?
4428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4429 test $ac_status = 0; }; then :
4430 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4431 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4432 # work properly (i.e., refer to `conftest.exe'), while it won't with
4433 # `rm'.
4434 for ac_file in conftest.exe conftest conftest.*; do
4435 test -f "$ac_file" || continue
4436 case $ac_file in
4437 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4438 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4439 break;;
4440 * ) break;;
4441 esac
4442 done
4443 else
4444 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4445 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4446 as_fn_error "cannot compute suffix of executables: cannot compile and link
4447 See \`config.log' for more details." "$LINENO" 5; }
4448 fi
4449 rm -f conftest$ac_cv_exeext
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4451 $as_echo "$ac_cv_exeext" >&6; }
4452
4453 rm -f conftest.$ac_ext
4454 EXEEXT=$ac_cv_exeext
4455 ac_exeext=$EXEEXT
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4457 $as_echo_n "checking for suffix of object files... " >&6; }
4458 if test "${ac_cv_objext+set}" = set; then :
4459 $as_echo_n "(cached) " >&6
4460 else
4461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4462 /* end confdefs.h. */
4463
4464 int
4465 main ()
4466 {
4467
4468 ;
4469 return 0;
4470 }
4471 _ACEOF
4472 rm -f conftest.o conftest.obj
4473 if { { ac_try="$ac_compile"
4474 case "(($ac_try" in
4475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4476 *) ac_try_echo=$ac_try;;
4477 esac
4478 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4479 $as_echo "$ac_try_echo"; } >&5
4480 (eval "$ac_compile") 2>&5
4481 ac_status=$?
4482 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4483 test $ac_status = 0; }; then :
4484 for ac_file in conftest.o conftest.obj conftest.*; do
4485 test -f "$ac_file" || continue;
4486 case $ac_file in
4487 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4488 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4489 break;;
4490 esac
4491 done
4492 else
4493 $as_echo "$as_me: failed program was:" >&5
4494 sed 's/^/| /' conftest.$ac_ext >&5
4495
4496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4498 as_fn_error "cannot compute suffix of object files: cannot compile
4499 See \`config.log' for more details." "$LINENO" 5; }
4500 fi
4501 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4502 fi
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4504 $as_echo "$ac_cv_objext" >&6; }
4505 OBJEXT=$ac_cv_objext
4506 ac_objext=$OBJEXT
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4508 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4509 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4510 $as_echo_n "(cached) " >&6
4511 else
4512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4513 /* end confdefs.h. */
4514
4515 int
4516 main ()
4517 {
4518 #ifndef __GNUC__
4519 choke me
4520 #endif
4521
4522 ;
4523 return 0;
4524 }
4525 _ACEOF
4526 if ac_fn_c_try_compile "$LINENO"; then :
4527 ac_compiler_gnu=yes
4528 else
4529 ac_compiler_gnu=no
4530 fi
4531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4532 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4533
4534 fi
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4536 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4537 if test $ac_compiler_gnu = yes; then
4538 GCC=yes
4539 else
4540 GCC=
4541 fi
4542 ac_test_CFLAGS=${CFLAGS+set}
4543 ac_save_CFLAGS=$CFLAGS
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4545 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4546 if test "${ac_cv_prog_cc_g+set}" = set; then :
4547 $as_echo_n "(cached) " >&6
4548 else
4549 ac_save_c_werror_flag=$ac_c_werror_flag
4550 ac_c_werror_flag=yes
4551 ac_cv_prog_cc_g=no
4552 CFLAGS="-g"
4553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4554 /* end confdefs.h. */
4555
4556 int
4557 main ()
4558 {
4559
4560 ;
4561 return 0;
4562 }
4563 _ACEOF
4564 if ac_fn_c_try_compile "$LINENO"; then :
4565 ac_cv_prog_cc_g=yes
4566 else
4567 CFLAGS=""
4568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4569 /* end confdefs.h. */
4570
4571 int
4572 main ()
4573 {
4574
4575 ;
4576 return 0;
4577 }
4578 _ACEOF
4579 if ac_fn_c_try_compile "$LINENO"; then :
4580
4581 else
4582 ac_c_werror_flag=$ac_save_c_werror_flag
4583 CFLAGS="-g"
4584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4585 /* end confdefs.h. */
4586
4587 int
4588 main ()
4589 {
4590
4591 ;
4592 return 0;
4593 }
4594 _ACEOF
4595 if ac_fn_c_try_compile "$LINENO"; then :
4596 ac_cv_prog_cc_g=yes
4597 fi
4598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4599 fi
4600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4601 fi
4602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4603 ac_c_werror_flag=$ac_save_c_werror_flag
4604 fi
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4606 $as_echo "$ac_cv_prog_cc_g" >&6; }
4607 if test "$ac_test_CFLAGS" = set; then
4608 CFLAGS=$ac_save_CFLAGS
4609 elif test $ac_cv_prog_cc_g = yes; then
4610 if test "$GCC" = yes; then
4611 CFLAGS="-g -O2"
4612 else
4613 CFLAGS="-g"
4614 fi
4615 else
4616 if test "$GCC" = yes; then
4617 CFLAGS="-O2"
4618 else
4619 CFLAGS=
4620 fi
4621 fi
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4623 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4624 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4625 $as_echo_n "(cached) " >&6
4626 else
4627 ac_cv_prog_cc_c89=no
4628 ac_save_CC=$CC
4629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4630 /* end confdefs.h. */
4631 #include <stdarg.h>
4632 #include <stdio.h>
4633 #include <sys/types.h>
4634 #include <sys/stat.h>
4635 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4636 struct buf { int x; };
4637 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4638 static char *e (p, i)
4639 char **p;
4640 int i;
4641 {
4642 return p[i];
4643 }
4644 static char *f (char * (*g) (char **, int), char **p, ...)
4645 {
4646 char *s;
4647 va_list v;
4648 va_start (v,p);
4649 s = g (p, va_arg (v,int));
4650 va_end (v);
4651 return s;
4652 }
4653
4654 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4655 function prototypes and stuff, but not '\xHH' hex character constants.
4656 These don't provoke an error unfortunately, instead are silently treated
4657 as 'x'. The following induces an error, until -std is added to get
4658 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4659 array size at least. It's necessary to write '\x00'==0 to get something
4660 that's true only with -std. */
4661 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4662
4663 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4664 inside strings and character constants. */
4665 #define FOO(x) 'x'
4666 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4667
4668 int test (int i, double x);
4669 struct s1 {int (*f) (int a);};
4670 struct s2 {int (*f) (double a);};
4671 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4672 int argc;
4673 char **argv;
4674 int
4675 main ()
4676 {
4677 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4678 ;
4679 return 0;
4680 }
4681 _ACEOF
4682 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4683 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4684 do
4685 CC="$ac_save_CC $ac_arg"
4686 if ac_fn_c_try_compile "$LINENO"; then :
4687 ac_cv_prog_cc_c89=$ac_arg
4688 fi
4689 rm -f core conftest.err conftest.$ac_objext
4690 test "x$ac_cv_prog_cc_c89" != "xno" && break
4691 done
4692 rm -f conftest.$ac_ext
4693 CC=$ac_save_CC
4694
4695 fi
4696 # AC_CACHE_VAL
4697 case "x$ac_cv_prog_cc_c89" in
4698 x)
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4700 $as_echo "none needed" >&6; } ;;
4701 xno)
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4703 $as_echo "unsupported" >&6; } ;;
4704 *)
4705 CC="$CC $ac_cv_prog_cc_c89"
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4707 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4708 esac
4709 if test "x$ac_cv_prog_cc_c89" != xno; then :
4710
4711 fi
4712
4713 ac_ext=c
4714 ac_cpp='$CPP $CPPFLAGS'
4715 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4716 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4717 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4718
4719 ac_ext=cpp
4720 ac_cpp='$CXXCPP $CPPFLAGS'
4721 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4722 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4723 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4724 if test -z "$CXX"; then
4725 if test -n "$CCC"; then
4726 CXX=$CCC
4727 else
4728 if test -n "$ac_tool_prefix"; then
4729 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4730 do
4731 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4732 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4734 $as_echo_n "checking for $ac_word... " >&6; }
4735 if test "${ac_cv_prog_CXX+set}" = set; then :
4736 $as_echo_n "(cached) " >&6
4737 else
4738 if test -n "$CXX"; then
4739 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4740 else
4741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4742 for as_dir in $PATH
4743 do
4744 IFS=$as_save_IFS
4745 test -z "$as_dir" && as_dir=.
4746 for ac_exec_ext in '' $ac_executable_extensions; do
4747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4748 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4750 break 2
4751 fi
4752 done
4753 done
4754 IFS=$as_save_IFS
4755
4756 fi
4757 fi
4758 CXX=$ac_cv_prog_CXX
4759 if test -n "$CXX"; then
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4761 $as_echo "$CXX" >&6; }
4762 else
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4764 $as_echo "no" >&6; }
4765 fi
4766
4767
4768 test -n "$CXX" && break
4769 done
4770 fi
4771 if test -z "$CXX"; then
4772 ac_ct_CXX=$CXX
4773 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4774 do
4775 # Extract the first word of "$ac_prog", so it can be a program name with args.
4776 set dummy $ac_prog; ac_word=$2
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4778 $as_echo_n "checking for $ac_word... " >&6; }
4779 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4780 $as_echo_n "(cached) " >&6
4781 else
4782 if test -n "$ac_ct_CXX"; then
4783 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4784 else
4785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4786 for as_dir in $PATH
4787 do
4788 IFS=$as_save_IFS
4789 test -z "$as_dir" && as_dir=.
4790 for ac_exec_ext in '' $ac_executable_extensions; do
4791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4792 ac_cv_prog_ac_ct_CXX="$ac_prog"
4793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4794 break 2
4795 fi
4796 done
4797 done
4798 IFS=$as_save_IFS
4799
4800 fi
4801 fi
4802 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4803 if test -n "$ac_ct_CXX"; then
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4805 $as_echo "$ac_ct_CXX" >&6; }
4806 else
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4808 $as_echo "no" >&6; }
4809 fi
4810
4811
4812 test -n "$ac_ct_CXX" && break
4813 done
4814
4815 if test "x$ac_ct_CXX" = x; then
4816 CXX="g++"
4817 else
4818 case $cross_compiling:$ac_tool_warned in
4819 yes:)
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4822 ac_tool_warned=yes ;;
4823 esac
4824 CXX=$ac_ct_CXX
4825 fi
4826 fi
4827
4828 fi
4829 fi
4830 # Provide some information about the compiler.
4831 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4832 set X $ac_compile
4833 ac_compiler=$2
4834 for ac_option in --version -v -V -qversion; do
4835 { { ac_try="$ac_compiler $ac_option >&5"
4836 case "(($ac_try" in
4837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4838 *) ac_try_echo=$ac_try;;
4839 esac
4840 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4841 $as_echo "$ac_try_echo"; } >&5
4842 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4843 ac_status=$?
4844 if test -s conftest.err; then
4845 sed '10a\
4846 ... rest of stderr output deleted ...
4847 10q' conftest.err >conftest.er1
4848 cat conftest.er1 >&5
4849 rm -f conftest.er1 conftest.err
4850 fi
4851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4852 test $ac_status = 0; }
4853 done
4854
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4856 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4857 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4858 $as_echo_n "(cached) " >&6
4859 else
4860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4861 /* end confdefs.h. */
4862
4863 int
4864 main ()
4865 {
4866 #ifndef __GNUC__
4867 choke me
4868 #endif
4869
4870 ;
4871 return 0;
4872 }
4873 _ACEOF
4874 if ac_fn_cxx_try_compile "$LINENO"; then :
4875 ac_compiler_gnu=yes
4876 else
4877 ac_compiler_gnu=no
4878 fi
4879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4880 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4881
4882 fi
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4884 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4885 if test $ac_compiler_gnu = yes; then
4886 GXX=yes
4887 else
4888 GXX=
4889 fi
4890 ac_test_CXXFLAGS=${CXXFLAGS+set}
4891 ac_save_CXXFLAGS=$CXXFLAGS
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4893 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4894 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4895 $as_echo_n "(cached) " >&6
4896 else
4897 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4898 ac_cxx_werror_flag=yes
4899 ac_cv_prog_cxx_g=no
4900 CXXFLAGS="-g"
4901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4902 /* end confdefs.h. */
4903
4904 int
4905 main ()
4906 {
4907
4908 ;
4909 return 0;
4910 }
4911 _ACEOF
4912 if ac_fn_cxx_try_compile "$LINENO"; then :
4913 ac_cv_prog_cxx_g=yes
4914 else
4915 CXXFLAGS=""
4916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4917 /* end confdefs.h. */
4918
4919 int
4920 main ()
4921 {
4922
4923 ;
4924 return 0;
4925 }
4926 _ACEOF
4927 if ac_fn_cxx_try_compile "$LINENO"; then :
4928
4929 else
4930 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4931 CXXFLAGS="-g"
4932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4933 /* end confdefs.h. */
4934
4935 int
4936 main ()
4937 {
4938
4939 ;
4940 return 0;
4941 }
4942 _ACEOF
4943 if ac_fn_cxx_try_compile "$LINENO"; then :
4944 ac_cv_prog_cxx_g=yes
4945 fi
4946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4947 fi
4948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4949 fi
4950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4951 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4952 fi
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4954 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4955 if test "$ac_test_CXXFLAGS" = set; then
4956 CXXFLAGS=$ac_save_CXXFLAGS
4957 elif test $ac_cv_prog_cxx_g = yes; then
4958 if test "$GXX" = yes; then
4959 CXXFLAGS="-g -O2"
4960 else
4961 CXXFLAGS="-g"
4962 fi
4963 else
4964 if test "$GXX" = yes; then
4965 CXXFLAGS="-O2"
4966 else
4967 CXXFLAGS=
4968 fi
4969 fi
4970 ac_ext=c
4971 ac_cpp='$CPP $CPPFLAGS'
4972 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4973 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4974 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4975
4976
4977 # We must set the default linker to the linker used by gcc for the correct
4978 # operation of libtool. If LD is not defined and we are using gcc, try to
4979 # set the LD default to the ld used by gcc.
4980 if test -z "$LD"; then
4981 if test "$GCC" = yes; then
4982 case $build in
4983 *-*-mingw*)
4984 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4985 *)
4986 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4987 esac
4988 case $gcc_prog_ld in
4989 # Accept absolute paths.
4990 [\\/]* | [A-Za-z]:[\\/]*)
4991 LD="$gcc_prog_ld" ;;
4992 esac
4993 fi
4994 fi
4995
4996 # Check whether -static-libstdc++ -static-libgcc is supported.
4997 have_static_libs=no
4998 if test "$GCC" = yes; then
4999 saved_LDFLAGS="$LDFLAGS"
5000
5001 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5003 $as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5004 ac_ext=cpp
5005 ac_cpp='$CXXCPP $CPPFLAGS'
5006 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5007 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5008 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5009
5010
5011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5012 /* end confdefs.h. */
5013
5014 #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5015 #error -static-libstdc++ not implemented
5016 #endif
5017 int main() {}
5018 _ACEOF
5019 if ac_fn_cxx_try_link "$LINENO"; then :
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5021 $as_echo "yes" >&6; }; have_static_libs=yes
5022 else
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5024 $as_echo "no" >&6; }
5025 fi
5026 rm -f core conftest.err conftest.$ac_objext \
5027 conftest$ac_exeext conftest.$ac_ext
5028 ac_ext=c
5029 ac_cpp='$CPP $CPPFLAGS'
5030 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5031 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5032 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5033
5034
5035 LDFLAGS="$saved_LDFLAGS"
5036 fi
5037
5038
5039
5040
5041 if test -n "$ac_tool_prefix"; then
5042 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5043 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5045 $as_echo_n "checking for $ac_word... " >&6; }
5046 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5047 $as_echo_n "(cached) " >&6
5048 else
5049 if test -n "$GNATBIND"; then
5050 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5051 else
5052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5053 for as_dir in $PATH
5054 do
5055 IFS=$as_save_IFS
5056 test -z "$as_dir" && as_dir=.
5057 for ac_exec_ext in '' $ac_executable_extensions; do
5058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5059 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5061 break 2
5062 fi
5063 done
5064 done
5065 IFS=$as_save_IFS
5066
5067 fi
5068 fi
5069 GNATBIND=$ac_cv_prog_GNATBIND
5070 if test -n "$GNATBIND"; then
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5072 $as_echo "$GNATBIND" >&6; }
5073 else
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5075 $as_echo "no" >&6; }
5076 fi
5077
5078
5079 fi
5080 if test -z "$ac_cv_prog_GNATBIND"; then
5081 ac_ct_GNATBIND=$GNATBIND
5082 # Extract the first word of "gnatbind", so it can be a program name with args.
5083 set dummy gnatbind; ac_word=$2
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5085 $as_echo_n "checking for $ac_word... " >&6; }
5086 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5087 $as_echo_n "(cached) " >&6
5088 else
5089 if test -n "$ac_ct_GNATBIND"; then
5090 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
5091 else
5092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5093 for as_dir in $PATH
5094 do
5095 IFS=$as_save_IFS
5096 test -z "$as_dir" && as_dir=.
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5099 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5101 break 2
5102 fi
5103 done
5104 done
5105 IFS=$as_save_IFS
5106
5107 fi
5108 fi
5109 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5110 if test -n "$ac_ct_GNATBIND"; then
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5112 $as_echo "$ac_ct_GNATBIND" >&6; }
5113 else
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5115 $as_echo "no" >&6; }
5116 fi
5117
5118 if test "x$ac_ct_GNATBIND" = x; then
5119 GNATBIND="no"
5120 else
5121 case $cross_compiling:$ac_tool_warned in
5122 yes:)
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5124 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5125 ac_tool_warned=yes ;;
5126 esac
5127 GNATBIND=$ac_ct_GNATBIND
5128 fi
5129 else
5130 GNATBIND="$ac_cv_prog_GNATBIND"
5131 fi
5132
5133 if test -n "$ac_tool_prefix"; then
5134 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5135 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5137 $as_echo_n "checking for $ac_word... " >&6; }
5138 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5139 $as_echo_n "(cached) " >&6
5140 else
5141 if test -n "$GNATMAKE"; then
5142 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5143 else
5144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5145 for as_dir in $PATH
5146 do
5147 IFS=$as_save_IFS
5148 test -z "$as_dir" && as_dir=.
5149 for ac_exec_ext in '' $ac_executable_extensions; do
5150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5151 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5153 break 2
5154 fi
5155 done
5156 done
5157 IFS=$as_save_IFS
5158
5159 fi
5160 fi
5161 GNATMAKE=$ac_cv_prog_GNATMAKE
5162 if test -n "$GNATMAKE"; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5164 $as_echo "$GNATMAKE" >&6; }
5165 else
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5167 $as_echo "no" >&6; }
5168 fi
5169
5170
5171 fi
5172 if test -z "$ac_cv_prog_GNATMAKE"; then
5173 ac_ct_GNATMAKE=$GNATMAKE
5174 # Extract the first word of "gnatmake", so it can be a program name with args.
5175 set dummy gnatmake; ac_word=$2
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5177 $as_echo_n "checking for $ac_word... " >&6; }
5178 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5179 $as_echo_n "(cached) " >&6
5180 else
5181 if test -n "$ac_ct_GNATMAKE"; then
5182 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5183 else
5184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5185 for as_dir in $PATH
5186 do
5187 IFS=$as_save_IFS
5188 test -z "$as_dir" && as_dir=.
5189 for ac_exec_ext in '' $ac_executable_extensions; do
5190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5191 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5193 break 2
5194 fi
5195 done
5196 done
5197 IFS=$as_save_IFS
5198
5199 fi
5200 fi
5201 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5202 if test -n "$ac_ct_GNATMAKE"; then
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5204 $as_echo "$ac_ct_GNATMAKE" >&6; }
5205 else
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5207 $as_echo "no" >&6; }
5208 fi
5209
5210 if test "x$ac_ct_GNATMAKE" = x; then
5211 GNATMAKE="no"
5212 else
5213 case $cross_compiling:$ac_tool_warned in
5214 yes:)
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5216 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5217 ac_tool_warned=yes ;;
5218 esac
5219 GNATMAKE=$ac_ct_GNATMAKE
5220 fi
5221 else
5222 GNATMAKE="$ac_cv_prog_GNATMAKE"
5223 fi
5224
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5226 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5227 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5230 cat >conftest.adb <<EOF
5231 procedure conftest is begin null; end conftest;
5232 EOF
5233 acx_cv_cc_gcc_supports_ada=no
5234 # There is a bug in old released versions of GCC which causes the
5235 # driver to exit successfully when the appropriate language module
5236 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5237 # Therefore we must check for the error message as well as an
5238 # unsuccessful exit.
5239 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5240 # given a .adb file, but produce no object file. So we must check
5241 # if an object file was really produced to guard against this.
5242 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5243 if test x"$errors" = x && test -f conftest.$ac_objext; then
5244 acx_cv_cc_gcc_supports_ada=yes
5245 fi
5246 rm -f conftest.*
5247 fi
5248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5249 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5250
5251 if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5252 have_gnat=yes
5253 else
5254 have_gnat=no
5255 fi
5256
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5258 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5259 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5260 $as_echo_n "(cached) " >&6
5261 else
5262 echo abfoo >t1
5263 echo cdfoo >t2
5264 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5265 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5266 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5267 :
5268 else
5269 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5270 fi
5271 fi
5272 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5273 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5274 :
5275 else
5276 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5277 fi
5278 fi
5279 rm t1 t2
5280
5281 fi
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5283 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5284 do_compare="$gcc_cv_prog_cmp_skip"
5285
5286
5287
5288 # Check whether --enable-bootstrap was given.
5289 if test "${enable_bootstrap+set}" = set; then :
5290 enableval=$enable_bootstrap;
5291 else
5292 enable_bootstrap=default
5293 fi
5294
5295
5296 # Issue errors and warnings for invalid/strange bootstrap combinations.
5297 if test -r $srcdir/gcc/configure; then
5298 have_compiler=yes
5299 else
5300 have_compiler=no
5301 fi
5302
5303 case "$have_compiler:$host:$target:$enable_bootstrap" in
5304 *:*:*:no) ;;
5305
5306 # Default behavior. Enable bootstrap if we have a compiler
5307 # and we are in a native configuration.
5308 yes:$build:$build:default)
5309 enable_bootstrap=yes ;;
5310
5311 *:*:*:default)
5312 enable_bootstrap=no ;;
5313
5314 # We have a compiler and we are in a native configuration, bootstrap is ok
5315 yes:$build:$build:yes)
5316 ;;
5317
5318 # Other configurations, but we have a compiler. Assume the user knows
5319 # what he's doing.
5320 yes:*:*:yes)
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5322 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5323 ;;
5324
5325 # No compiler: if they passed --enable-bootstrap explicitly, fail
5326 no:*:*:yes)
5327 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5328
5329 # Fail if wrong command line
5330 *)
5331 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5332 ;;
5333 esac
5334
5335 # When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5336 # C++98 compiler can still start the bootstrap.
5337 if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5338 CXX="$CXX -std=gnu++98"
5339 fi
5340
5341 # Used for setting $lt_cv_objdir
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5343 $as_echo_n "checking for objdir... " >&6; }
5344 if test "${lt_cv_objdir+set}" = set; then :
5345 $as_echo_n "(cached) " >&6
5346 else
5347 rm -f .libs 2>/dev/null
5348 mkdir .libs 2>/dev/null
5349 if test -d .libs; then
5350 lt_cv_objdir=.libs
5351 else
5352 # MS-DOS does not allow filenames that begin with a dot.
5353 lt_cv_objdir=_libs
5354 fi
5355 rmdir .libs 2>/dev/null
5356 fi
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5358 $as_echo "$lt_cv_objdir" >&6; }
5359 objdir=$lt_cv_objdir
5360
5361
5362
5363
5364
5365 cat >>confdefs.h <<_ACEOF
5366 #define LT_OBJDIR "$lt_cv_objdir/"
5367 _ACEOF
5368
5369
5370
5371 # Check for GMP, MPFR and MPC
5372 gmplibs="-lmpc -lmpfr -lgmp"
5373 gmpinc=
5374 have_gmp=no
5375
5376 # Specify a location for mpc
5377 # check for this first so it ends up on the link line before mpfr.
5378
5379 # Check whether --with-mpc was given.
5380 if test "${with_mpc+set}" = set; then :
5381 withval=$with_mpc;
5382 fi
5383
5384
5385 # Check whether --with-mpc-include was given.
5386 if test "${with_mpc_include+set}" = set; then :
5387 withval=$with_mpc_include;
5388 fi
5389
5390
5391 # Check whether --with-mpc-lib was given.
5392 if test "${with_mpc_lib+set}" = set; then :
5393 withval=$with_mpc_lib;
5394 fi
5395
5396
5397 if test "x$with_mpc" != x; then
5398 gmplibs="-L$with_mpc/lib $gmplibs"
5399 gmpinc="-I$with_mpc/include $gmpinc"
5400 fi
5401 if test "x$with_mpc_include" != x; then
5402 gmpinc="-I$with_mpc_include $gmpinc"
5403 fi
5404 if test "x$with_mpc_lib" != x; then
5405 gmplibs="-L$with_mpc_lib $gmplibs"
5406 fi
5407 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5408 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5409 gmpinc='-I$$s/mpc/src '"$gmpinc"
5410 # Do not test the mpc version. Assume that it is sufficient, since
5411 # it is in the source tree, and the library has not been built yet
5412 # but it would be included on the link line in the version check below
5413 # hence making the test fail.
5414 have_gmp=yes
5415 fi
5416
5417 # Specify a location for mpfr
5418 # check for this first so it ends up on the link line before gmp.
5419
5420 # Check whether --with-mpfr-dir was given.
5421 if test "${with_mpfr_dir+set}" = set; then :
5422 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5423 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5424 fi
5425
5426
5427
5428 # Check whether --with-mpfr was given.
5429 if test "${with_mpfr+set}" = set; then :
5430 withval=$with_mpfr;
5431 fi
5432
5433
5434 # Check whether --with-mpfr-include was given.
5435 if test "${with_mpfr_include+set}" = set; then :
5436 withval=$with_mpfr_include;
5437 fi
5438
5439
5440 # Check whether --with-mpfr-lib was given.
5441 if test "${with_mpfr_lib+set}" = set; then :
5442 withval=$with_mpfr_lib;
5443 fi
5444
5445
5446 if test "x$with_mpfr" != x; then
5447 gmplibs="-L$with_mpfr/lib $gmplibs"
5448 gmpinc="-I$with_mpfr/include $gmpinc"
5449 fi
5450 if test "x$with_mpfr_include" != x; then
5451 gmpinc="-I$with_mpfr_include $gmpinc"
5452 fi
5453 if test "x$with_mpfr_lib" != x; then
5454 gmplibs="-L$with_mpfr_lib $gmplibs"
5455 fi
5456 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5457 # MPFR v3.1.0 moved the sources into a src sub-directory.
5458 if ! test -d ${srcdir}/mpfr/src; then
5459 as_fn_error "Building GCC with MPFR in the source tree is only handled for MPFR 3.1.0+." "$LINENO" 5
5460 fi
5461 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5462 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5463 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5464 # Do not test the mpfr version. Assume that it is sufficient, since
5465 # it is in the source tree, and the library has not been built yet
5466 # but it would be included on the link line in the version check below
5467 # hence making the test fail.
5468 have_gmp=yes
5469 fi
5470
5471 # Specify a location for gmp
5472
5473 # Check whether --with-gmp-dir was given.
5474 if test "${with_gmp_dir+set}" = set; then :
5475 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5476 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5477 fi
5478
5479
5480
5481 # Check whether --with-gmp was given.
5482 if test "${with_gmp+set}" = set; then :
5483 withval=$with_gmp;
5484 fi
5485
5486
5487 # Check whether --with-gmp-include was given.
5488 if test "${with_gmp_include+set}" = set; then :
5489 withval=$with_gmp_include;
5490 fi
5491
5492
5493 # Check whether --with-gmp-lib was given.
5494 if test "${with_gmp_lib+set}" = set; then :
5495 withval=$with_gmp_lib;
5496 fi
5497
5498
5499
5500 if test "x$with_gmp" != x; then
5501 gmplibs="-L$with_gmp/lib $gmplibs"
5502 gmpinc="-I$with_gmp/include $gmpinc"
5503 fi
5504 if test "x$with_gmp_include" != x; then
5505 gmpinc="-I$with_gmp_include $gmpinc"
5506 fi
5507 if test "x$with_gmp_lib" != x; then
5508 gmplibs="-L$with_gmp_lib $gmplibs"
5509 fi
5510 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5511 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5512 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5513 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5514 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5515 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
5516 # Do not test the gmp version. Assume that it is sufficient, since
5517 # it is in the source tree, and the library has not been built yet
5518 # but it would be included on the link line in the version check below
5519 # hence making the test fail.
5520 have_gmp=yes
5521 fi
5522
5523 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5524 have_gmp=yes
5525 saved_CFLAGS="$CFLAGS"
5526 CFLAGS="$CFLAGS $gmpinc"
5527 # Check for the recommended and required versions of GMP.
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5529 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5530
5531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5532 /* end confdefs.h. */
5533 #include "gmp.h"
5534 int
5535 main ()
5536 {
5537
5538 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5539 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5540 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
5541 choke me
5542 #endif
5543
5544 ;
5545 return 0;
5546 }
5547 _ACEOF
5548 if ac_fn_c_try_compile "$LINENO"; then :
5549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5550 /* end confdefs.h. */
5551 #include <gmp.h>
5552 int
5553 main ()
5554 {
5555
5556 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5557 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5558 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5559 choke me
5560 #endif
5561
5562 ;
5563 return 0;
5564 }
5565 _ACEOF
5566 if ac_fn_c_try_compile "$LINENO"; then :
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5568 $as_echo "yes" >&6; }
5569 else
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5571 $as_echo "buggy but acceptable" >&6; }
5572 fi
5573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5574 else
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5576 $as_echo "no" >&6; }; have_gmp=no
5577 fi
5578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5579
5580 # If we have GMP, check the MPFR version.
5581 if test x"$have_gmp" = xyes; then
5582 # Check for the recommended and required versions of MPFR.
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5584 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5586 /* end confdefs.h. */
5587 #include <gmp.h>
5588 #include <mpfr.h>
5589 int
5590 main ()
5591 {
5592
5593 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
5594 choke me
5595 #endif
5596
5597 ;
5598 return 0;
5599 }
5600 _ACEOF
5601 if ac_fn_c_try_compile "$LINENO"; then :
5602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5603 /* end confdefs.h. */
5604 #include <gmp.h>
5605 #include <mpfr.h>
5606 int
5607 main ()
5608 {
5609
5610 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5611 choke me
5612 #endif
5613
5614 ;
5615 return 0;
5616 }
5617 _ACEOF
5618 if ac_fn_c_try_compile "$LINENO"; then :
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5620 $as_echo "yes" >&6; }
5621 else
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5623 $as_echo "buggy but acceptable" >&6; }
5624 fi
5625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5626 else
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5628 $as_echo "no" >&6; }; have_gmp=no
5629 fi
5630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5631 fi
5632
5633 # Check for the MPC header version.
5634 if test x"$have_gmp" = xyes ; then
5635 # Check for the recommended and required versions of MPC.
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5637 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5639 /* end confdefs.h. */
5640 #include <mpc.h>
5641 int
5642 main ()
5643 {
5644
5645 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5646 choke me
5647 #endif
5648
5649 ;
5650 return 0;
5651 }
5652 _ACEOF
5653 if ac_fn_c_try_compile "$LINENO"; then :
5654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5655 /* end confdefs.h. */
5656 #include <mpc.h>
5657 int
5658 main ()
5659 {
5660
5661 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5662 choke me
5663 #endif
5664
5665 ;
5666 return 0;
5667 }
5668 _ACEOF
5669 if ac_fn_c_try_compile "$LINENO"; then :
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5671 $as_echo "yes" >&6; }
5672 else
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5674 $as_echo "buggy but acceptable" >&6; }
5675 fi
5676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5677 else
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5679 $as_echo "no" >&6; }; have_gmp=no
5680 fi
5681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5682 fi
5683
5684 # Now check the MPFR library.
5685 if test x"$have_gmp" = xyes; then
5686 saved_LIBS="$LIBS"
5687 LIBS="$LIBS $gmplibs"
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5689 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5691 /* end confdefs.h. */
5692 #include <mpc.h>
5693 int
5694 main ()
5695 {
5696
5697 mpfr_t n;
5698 mpfr_t x;
5699 mpc_t c;
5700 int t;
5701 mpfr_init (n);
5702 mpfr_init (x);
5703 mpfr_atan2 (n, n, x, GMP_RNDN);
5704 mpfr_erfc (n, x, GMP_RNDN);
5705 mpfr_subnormalize (x, t, GMP_RNDN);
5706 mpfr_clear(n);
5707 mpfr_clear(x);
5708 mpc_init2 (c, 53);
5709 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5710 mpc_cosh (c, c, MPC_RNDNN);
5711 mpc_pow (c, c, c, MPC_RNDNN);
5712 mpc_acosh (c, c, MPC_RNDNN);
5713 mpc_clear (c);
5714
5715 ;
5716 return 0;
5717 }
5718 _ACEOF
5719 if ac_fn_c_try_link "$LINENO"; then :
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5721 $as_echo "yes" >&6; }
5722 else
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724 $as_echo "no" >&6; }; have_gmp=no
5725 fi
5726 rm -f core conftest.err conftest.$ac_objext \
5727 conftest$ac_exeext conftest.$ac_ext
5728 LIBS="$saved_LIBS"
5729 fi
5730
5731 CFLAGS="$saved_CFLAGS"
5732
5733 # The library versions listed in the error message below should match
5734 # the HARD-minimums enforced above.
5735 if test x$have_gmp != xyes; then
5736 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
5737 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5738 their locations. Source code for these libraries can be found at
5739 their respective hosting sites as well as at
5740 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5741 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5742 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5743 make sure that you have installed both the libraries and the header
5744 files. They may be located in separate packages." "$LINENO" 5
5745 fi
5746 fi
5747
5748 # Flags needed for both GMP, MPFR and/or MPC.
5749
5750
5751
5752
5753
5754
5755
5756 # Libraries to use for stage1 or when not bootstrapping.
5757
5758 # Check whether --with-stage1-libs was given.
5759 if test "${with_stage1_libs+set}" = set; then :
5760 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5761 stage1_libs=
5762 else
5763 stage1_libs=$withval
5764 fi
5765 else
5766 stage1_libs=
5767 fi
5768
5769
5770
5771 # Linker flags to use for stage1 or when not bootstrapping.
5772
5773 # Check whether --with-stage1-ldflags was given.
5774 if test "${with_stage1_ldflags+set}" = set; then :
5775 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5776 stage1_ldflags=
5777 else
5778 stage1_ldflags=$withval
5779 fi
5780 else
5781 stage1_ldflags=
5782 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5783 # if supported. But if the user explicitly specified the libraries to use,
5784 # trust that they are doing what they want.
5785 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5786 stage1_ldflags="-static-libstdc++ -static-libgcc"
5787 fi
5788 fi
5789
5790
5791
5792 # Libraries to use for stage2 and later builds.
5793
5794 # Check whether --with-boot-libs was given.
5795 if test "${with_boot_libs+set}" = set; then :
5796 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5797 poststage1_libs=
5798 else
5799 poststage1_libs=$withval
5800 fi
5801 else
5802 poststage1_libs=
5803 fi
5804
5805
5806
5807 # Linker flags to use for stage2 and later builds.
5808
5809 # Check whether --with-boot-ldflags was given.
5810 if test "${with_boot_ldflags+set}" = set; then :
5811 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5812 poststage1_ldflags=
5813 else
5814 poststage1_ldflags=$withval
5815 fi
5816 else
5817 poststage1_ldflags=
5818 # In stages 2 and 3, default to linking libstdc++ and libgcc
5819 # statically. But if the user explicitly specified the libraries to
5820 # use, trust that they are doing what they want.
5821 if test "$poststage1_libs" = ""; then
5822 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5823 fi
5824 fi
5825
5826
5827
5828 # GCC GRAPHITE dependency isl.
5829 # Basic setup is inlined here, actual checks are in config/isl.m4
5830
5831
5832 # Check whether --with-isl was given.
5833 if test "${with_isl+set}" = set; then :
5834 withval=$with_isl;
5835 fi
5836
5837
5838 # Treat --without-isl as a request to disable
5839 # GRAPHITE support and skip all following checks.
5840 if test "x$with_isl" != "xno"; then
5841 # Check for isl
5842
5843
5844 # Check whether --with-isl-include was given.
5845 if test "${with_isl_include+set}" = set; then :
5846 withval=$with_isl_include;
5847 fi
5848
5849
5850 # Check whether --with-isl-lib was given.
5851 if test "${with_isl_lib+set}" = set; then :
5852 withval=$with_isl_lib;
5853 fi
5854
5855
5856 # Check whether --enable-isl-version-check was given.
5857 if test "${enable_isl_version_check+set}" = set; then :
5858 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5859 else
5860 ENABLE_ISL_CHECK=yes
5861 fi
5862
5863
5864 # Initialize isllibs and islinc.
5865 case $with_isl in
5866 no)
5867 isllibs=
5868 islinc=
5869 ;;
5870 "" | yes)
5871 ;;
5872 *)
5873 isllibs="-L$with_isl/lib"
5874 islinc="-I$with_isl/include"
5875 ;;
5876 esac
5877 if test "x${with_isl_include}" != x ; then
5878 islinc="-I$with_isl_include"
5879 fi
5880 if test "x${with_isl_lib}" != x; then
5881 isllibs="-L$with_isl_lib"
5882 fi
5883 if test "x${islinc}" = x && test "x${isllibs}" = x \
5884 && test -d ${srcdir}/isl; then
5885 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5886 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5887 ENABLE_ISL_CHECK=no
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
5889 $as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
5890 fi
5891
5892 isllibs="${isllibs} -lisl"
5893
5894
5895
5896 if test "${ENABLE_ISL_CHECK}" = yes ; then
5897 _isl_saved_CFLAGS=$CFLAGS
5898 _isl_saved_LDFLAGS=$LDFLAGS
5899 _isl_saved_LIBS=$LIBS
5900
5901 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5902 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
5903 LIBS="${_isl_saved_LIBS} -lisl -lgmp"
5904
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.16, 0.15, or deprecated 0.14" >&5
5906 $as_echo_n "checking for isl 0.16, 0.15, or deprecated 0.14... " >&6; }
5907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5908 /* end confdefs.h. */
5909 #include <isl/ctx.h>
5910 int
5911 main ()
5912 {
5913 isl_ctx_get_max_operations (isl_ctx_alloc ());
5914 ;
5915 return 0;
5916 }
5917 _ACEOF
5918 if ac_fn_c_try_link "$LINENO"; then :
5919 gcc_cv_isl=yes
5920 else
5921 gcc_cv_isl=no
5922 fi
5923 rm -f core conftest.err conftest.$ac_objext \
5924 conftest$ac_exeext conftest.$ac_ext
5925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5926 $as_echo "$gcc_cv_isl" >&6; }
5927
5928 if test "${gcc_cv_isl}" = no ; then
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated" >&5
5930 $as_echo "recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated" >&6; }
5931 fi
5932
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.16 or 0.15" >&5
5934 $as_echo_n "checking for isl 0.16 or 0.15... " >&6; }
5935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5936 /* end confdefs.h. */
5937 #include <isl/schedule.h>
5938 int
5939 main ()
5940 {
5941 isl_options_set_schedule_serialize_sccs (NULL, 0);
5942 ;
5943 return 0;
5944 }
5945 _ACEOF
5946 if ac_fn_c_try_link "$LINENO"; then :
5947 ac_has_isl_options_set_schedule_serialize_sccs=yes
5948 else
5949 ac_has_isl_options_set_schedule_serialize_sccs=no
5950 fi
5951 rm -f core conftest.err conftest.$ac_objext \
5952 conftest$ac_exeext conftest.$ac_ext
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_isl_options_set_schedule_serialize_sccs" >&5
5954 $as_echo "$ac_has_isl_options_set_schedule_serialize_sccs" >&6; }
5955
5956 if test x"$ac_has_isl_options_set_schedule_serialize_sccs" = x"yes"; then
5957 islver="0.15"
5958
5959 fi
5960
5961 CFLAGS=$_isl_saved_CFLAGS
5962 LDFLAGS=$_isl_saved_LDFLAGS
5963 LIBS=$_isl_saved_LIBS
5964 fi
5965
5966
5967
5968
5969
5970
5971 if test "x${with_isl}" = xno; then
5972 graphite_requested=no
5973 elif test "x${with_isl}" != x \
5974 || test "x${with_isl_include}" != x \
5975 || test "x${with_isl_lib}" != x ; then
5976 graphite_requested=yes
5977 else
5978 graphite_requested=no
5979 fi
5980
5981
5982
5983 if test "${gcc_cv_isl}" = no ; then
5984 isllibs=
5985 islinc=
5986 fi
5987
5988 if test "${graphite_requested}" = yes \
5989 && test "x${isllibs}" = x \
5990 && test "x${islinc}" = x ; then
5991
5992 as_fn_error "Unable to find a usable isl. See config.log for details." "$LINENO" 5
5993 fi
5994
5995
5996 fi
5997
5998 # If the isl check failed, disable builds of in-tree variant of isl
5999 if test "x$with_isl" = xno ||
6000 test "x$gcc_cv_isl" = xno; then
6001 noconfigdirs="$noconfigdirs isl"
6002 islinc=
6003 fi
6004
6005
6006
6007
6008 # Check for LTO support.
6009 # Check whether --enable-lto was given.
6010 if test "${enable_lto+set}" = set; then :
6011 enableval=$enable_lto; enable_lto=$enableval
6012 else
6013 enable_lto=yes; default_enable_lto=yes
6014 fi
6015
6016
6017
6018
6019
6020 target_elf=no
6021 case $target in
6022 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6023 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
6024 alpha*-dec-osf* | hppa[12]*-*-hpux* | \
6025 nvptx-*-none)
6026 target_elf=no
6027 ;;
6028 *)
6029 target_elf=yes
6030 ;;
6031 esac
6032
6033 if test $target_elf = yes; then :
6034 # ELF platforms build the lto-plugin always.
6035 build_lto_plugin=yes
6036
6037 else
6038 if test x"$default_enable_lto" = x"yes" ; then
6039 case $target in
6040 *-apple-darwin9* | *-cygwin* | *-mingw* | *djgpp*) ;;
6041 # On other non-ELF platforms, LTO has yet to be validated.
6042 *) enable_lto=no ;;
6043 esac
6044 else
6045 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6046 # It would also be nice to check the binutils support, but we don't
6047 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6048 # warn during gcc/ subconfigure; unless you're bootstrapping with
6049 # -flto it won't be needed until after installation anyway.
6050 case $target in
6051 *-cygwin* | *-mingw* | *-apple-darwin* | *djgpp*) ;;
6052 *) if test x"$enable_lto" = x"yes"; then
6053 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6054 fi
6055 ;;
6056 esac
6057 fi
6058 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6059 # Build it unless LTO was explicitly disabled.
6060 case $target in
6061 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6062 *) ;;
6063 esac
6064
6065 fi
6066
6067
6068 # Check whether --enable-linker-plugin-configure-flags was given.
6069 if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6070 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6071 else
6072 extra_linker_plugin_configure_flags=
6073 fi
6074
6075
6076 # Check whether --enable-linker-plugin-flags was given.
6077 if test "${enable_linker_plugin_flags+set}" = set; then :
6078 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6079 else
6080 extra_linker_plugin_flags=
6081 fi
6082
6083
6084
6085
6086 # By default, C and C++ are the only stage 1 languages.
6087 stage1_languages=,c,
6088
6089 # Target libraries that we bootstrap.
6090 bootstrap_target_libs=,target-libgcc,
6091
6092 # Figure out what language subdirectories are present.
6093 # Look if the user specified --enable-languages="..."; if not, use
6094 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6095 # go away some day.
6096 # NB: embedded tabs in this IF block -- do not untabify
6097 if test -d ${srcdir}/gcc; then
6098 if test x"${enable_languages+set}" != xset; then
6099 if test x"${LANGUAGES+set}" = xset; then
6100 enable_languages="${LANGUAGES}"
6101 echo configure.ac: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6102 else
6103 enable_languages=all
6104 fi
6105 else
6106 if test x"${enable_languages}" = x ||
6107 test x"${enable_languages}" = xyes;
6108 then
6109 echo configure.ac: --enable-languages needs at least one language argument 1>&2
6110 exit 1
6111 fi
6112 fi
6113 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6114
6115 # 'f95' is the old name for the 'fortran' language. We issue a warning
6116 # and make the substitution.
6117 case ,${enable_languages}, in
6118 *,f95,*)
6119 echo configure.ac: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6120 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6121 ;;
6122 esac
6123
6124 # If bootstrapping, C++ must be enabled.
6125 case ",$enable_languages,:$enable_bootstrap" in
6126 *,c++,*:*) ;;
6127 *:yes)
6128 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6129 enable_languages="${enable_languages},c++"
6130 else
6131 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
6132 fi
6133 ;;
6134 esac
6135
6136 # First scan to see if an enabled language requires some other language.
6137 # We assume that a given config-lang.in will list all the language
6138 # front ends it requires, even if some are required indirectly.
6139 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6140 case ${lang_frag} in
6141 ..) ;;
6142 # The odd quoting in the next line works around
6143 # an apparent bug in bash 1.12 on linux.
6144 ${srcdir}/gcc/[*]/config-lang.in) ;;
6145 *)
6146 # From the config-lang.in, get $language, $lang_requires, and
6147 # $lang_requires_boot_languages.
6148 language=
6149 lang_requires=
6150 lang_requires_boot_languages=
6151 . ${lang_frag}
6152 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6153 case ,${enable_languages}, in
6154 *,$other,*) ;;
6155 *,all,*) ;;
6156 *,$language,*)
6157 echo " \`$other' language required by \`$language'; enabling" 1>&2
6158 enable_languages="${enable_languages},${other}"
6159 ;;
6160 esac
6161 done
6162 for other in ${lang_requires_boot_languages} ; do
6163 if test "$other" != "c"; then
6164 case ,${enable_stage1_languages}, in
6165 *,$other,*) ;;
6166 *,all,*) ;;
6167 *)
6168 case ,${enable_languages}, in
6169 *,$language,*)
6170 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6171 enable_stage1_languages="$enable_stage1_languages,${other}"
6172 ;;
6173 esac
6174 ;;
6175 esac
6176 fi
6177 done
6178 ;;
6179 esac
6180 done
6181
6182 new_enable_languages=,c,
6183
6184 # If LTO is enabled, add the LTO front end.
6185 if test "$enable_lto" = "yes" ; then
6186 case ,${enable_languages}, in
6187 *,lto,*) ;;
6188 *) enable_languages="${enable_languages},lto" ;;
6189 esac
6190 if test "${build_lto_plugin}" = "yes" ; then
6191 configdirs="$configdirs lto-plugin"
6192 fi
6193 fi
6194
6195 # If we're building an offloading compiler, add the LTO front end.
6196 if test x"$enable_as_accelerator_for" != x ; then
6197 case ,${enable_languages}, in
6198 *,lto,*) ;;
6199 *) enable_languages="${enable_languages},lto" ;;
6200 esac
6201 fi
6202
6203 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6204 potential_languages=,c,
6205
6206 enabled_target_libs=
6207 disabled_target_libs=
6208
6209 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6210 case ${lang_frag} in
6211 ..) ;;
6212 # The odd quoting in the next line works around
6213 # an apparent bug in bash 1.12 on linux.
6214 ${srcdir}/gcc/[*]/config-lang.in) ;;
6215 *)
6216 # From the config-lang.in, get $language, $target_libs,
6217 # $lang_dirs, $boot_language, and $build_by_default
6218 language=
6219 target_libs=
6220 lang_dirs=
6221 subdir_requires=
6222 boot_language=no
6223 build_by_default=yes
6224 . ${lang_frag}
6225 if test x${language} = x; then
6226 echo "${lang_frag} doesn't set \$language." 1>&2
6227 exit 1
6228 fi
6229
6230 if test "$language" = "c++"; then
6231 boot_language=yes
6232 fi
6233
6234 add_this_lang=no
6235 case ,${enable_languages}, in
6236 *,${language},*)
6237 # Language was explicitly selected; include it
6238 # unless it is C, which is enabled by default.
6239 if test "$language" != "c"; then
6240 add_this_lang=yes
6241 fi
6242 ;;
6243 *,all,*)
6244 # 'all' was selected, select it if it is a default language
6245 if test "$language" != "c"; then
6246 add_this_lang=${build_by_default}
6247 fi
6248 ;;
6249 esac
6250
6251 # Disable languages that need other directories if these aren't available.
6252 for i in $subdir_requires; do
6253 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6254 case ,${enable_languages}, in
6255 *,${language},*)
6256 # Specifically requested language; tell them.
6257 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6258 ;;
6259 *)
6260 # Silently disable.
6261 add_this_lang=unsupported
6262 ;;
6263 esac
6264 done
6265
6266 # Disable Ada if no preexisting GNAT is available.
6267 case ,${enable_languages},:${language}:${have_gnat} in
6268 *,${language},*:ada:no)
6269 # Specifically requested language; tell them.
6270 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6271 ;;
6272 *:ada:no)
6273 # Silently disable.
6274 add_this_lang=unsupported
6275 ;;
6276 esac
6277
6278 # Disable a language that is unsupported by the target.
6279 case " $unsupported_languages " in
6280 *" $language "*)
6281 add_this_lang=unsupported
6282 ;;
6283 esac
6284
6285 case $add_this_lang in
6286 unsupported)
6287 # Remove language-dependent dirs.
6288 disabled_target_libs="$disabled_target_libs $target_libs"
6289 noconfigdirs="$noconfigdirs $lang_dirs"
6290 ;;
6291 no)
6292 # Remove language-dependent dirs; still show language as supported.
6293 disabled_target_libs="$disabled_target_libs $target_libs"
6294 noconfigdirs="$noconfigdirs $lang_dirs"
6295 potential_languages="${potential_languages}${language},"
6296 ;;
6297 yes)
6298 new_enable_languages="${new_enable_languages}${language},"
6299 potential_languages="${potential_languages}${language},"
6300 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6301 enabled_target_libs="$enabled_target_libs $target_libs"
6302 case "${boot_language}:,$enable_stage1_languages," in
6303 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6304 # Add to (comma-separated) list of stage 1 languages.
6305 case ",$stage1_languages," in
6306 *,$language,* | ,yes, | ,all,) ;;
6307 *) stage1_languages="${stage1_languages}${language}," ;;
6308 esac
6309 # We need to bootstrap any supporting libraries.
6310 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6311 ;;
6312 esac
6313 ;;
6314 esac
6315 ;;
6316 esac
6317 done
6318
6319 # Add target libraries which are only needed for disabled languages
6320 # to noconfigdirs.
6321 if test -n "$disabled_target_libs"; then
6322 for dir in $disabled_target_libs; do
6323 case " $enabled_target_libs " in
6324 *" ${dir} "*) ;;
6325 *) noconfigdirs="$noconfigdirs $dir" ;;
6326 esac
6327 done
6328 fi
6329
6330 # Check whether --enable-stage1-languages was given.
6331 if test "${enable_stage1_languages+set}" = set; then :
6332 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6333 ,no,|,,)
6334 # Set it to something that will have no effect in the loop below
6335 enable_stage1_languages=c ;;
6336 ,yes,)
6337 enable_stage1_languages=`echo $new_enable_languages | \
6338 sed -e "s/^,//" -e "s/,$//" ` ;;
6339 *,all,*)
6340 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6341 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6342 esac
6343
6344 # Add "good" languages from enable_stage1_languages to stage1_languages,
6345 # while "bad" languages go in missing_languages. Leave no duplicates.
6346 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6347 case $potential_languages in
6348 *,$i,*)
6349 case $stage1_languages in
6350 *,$i,*) ;;
6351 *) stage1_languages="$stage1_languages$i," ;;
6352 esac ;;
6353 *)
6354 case $missing_languages in
6355 *,$i,*) ;;
6356 *) missing_languages="$missing_languages$i," ;;
6357 esac ;;
6358 esac
6359 done
6360 fi
6361
6362
6363 # Remove leading/trailing commas that were added for simplicity
6364 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6365 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6366 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6367 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6368
6369 if test "x$missing_languages" != x; then
6370 as_fn_error "
6371 The following requested languages could not be built: ${missing_languages}
6372 Supported languages are: ${potential_languages}" "$LINENO" 5
6373 fi
6374 if test "x$new_enable_languages" != "x$enable_languages"; then
6375 echo The following languages will be built: ${new_enable_languages}
6376 enable_languages="$new_enable_languages"
6377 fi
6378
6379
6380 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6381 fi
6382
6383 # Handle --disable-<component> generically.
6384 for dir in $configdirs $build_configdirs $target_configdirs ; do
6385 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6386 varname=`echo $dirname | sed -e s/+/_/g`
6387 if eval test x\${enable_${varname}} "=" xno ; then
6388 noconfigdirs="$noconfigdirs $dir"
6389 fi
6390 done
6391
6392 # Check for Boehm's garbage collector
6393 # Check whether --enable-objc-gc was given.
6394 if test "${enable_objc_gc+set}" = set; then :
6395 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6396 *,objc,*:*:yes:*target-boehm-gc*)
6397 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6398 ;;
6399 esac
6400 fi
6401
6402
6403 # Make sure we only build Boehm's garbage collector if required.
6404 case ,${enable_languages},:${enable_objc_gc} in
6405 *,objc,*:yes)
6406 # Keep target-boehm-gc if requested for Objective-C.
6407 ;;
6408 *)
6409 # Otherwise remove target-boehm-gc.
6410 noconfigdirs="$noconfigdirs target-boehm-gc"
6411 ;;
6412 esac
6413
6414 # Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
6415 case ,${enable_languages}, in
6416 *,c++,*)
6417 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6418 case "${noconfigdirs}" in
6419 *target-libstdc++-v3*)
6420 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6421 ;;
6422 *) ;;
6423 esac
6424 ;;
6425 *)
6426 noconfigdirs="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
6427 ;;
6428 esac
6429
6430 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6431 # $build_configdirs and $target_configdirs.
6432 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6433
6434 notsupp=""
6435 for dir in . $skipdirs $noconfigdirs ; do
6436 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6437 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6438 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6439 if test -r $srcdir/$dirname/configure ; then
6440 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6441 true
6442 else
6443 notsupp="$notsupp $dir"
6444 fi
6445 fi
6446 fi
6447 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6448 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6449 if test -r $srcdir/$dirname/configure ; then
6450 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6451 true
6452 else
6453 notsupp="$notsupp $dir"
6454 fi
6455 fi
6456 fi
6457 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6458 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6459 if test -r $srcdir/$dirname/configure ; then
6460 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6461 true
6462 else
6463 notsupp="$notsupp $dir"
6464 fi
6465 fi
6466 fi
6467 done
6468
6469 # Quietly strip out all directories which aren't configurable in this tree.
6470 # This relies on all configurable subdirectories being autoconfiscated, which
6471 # is now the case.
6472 build_configdirs_all="$build_configdirs"
6473 build_configdirs=
6474 for i in ${build_configdirs_all} ; do
6475 j=`echo $i | sed -e s/build-//g`
6476 if test -f ${srcdir}/$j/configure ; then
6477 build_configdirs="${build_configdirs} $i"
6478 fi
6479 done
6480
6481 configdirs_all="$configdirs"
6482 configdirs=
6483 for i in ${configdirs_all} ; do
6484 if test -f ${srcdir}/$i/configure ; then
6485 configdirs="${configdirs} $i"
6486 fi
6487 done
6488
6489 target_configdirs_all="$target_configdirs"
6490 target_configdirs=
6491 for i in ${target_configdirs_all} ; do
6492 j=`echo $i | sed -e s/target-//g`
6493 if test -f ${srcdir}/$j/configure ; then
6494 target_configdirs="${target_configdirs} $i"
6495 fi
6496 done
6497
6498 # libiberty-linker-plugin is special: it doesn't have its own source directory,
6499 # so we have to add it after the preceding checks.
6500 if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6501 then
6502 case " $configdirs " in
6503 *" libiberty "*)
6504 # If we can build libiberty, we can also build libiberty-linker-plugin.
6505 configdirs="$configdirs libiberty-linker-plugin"
6506 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6507 --with-libiberty=../libiberty-linker-plugin";;
6508 *)
6509 as_fn_error "libiberty missing" "$LINENO" 5;;
6510 esac
6511 fi
6512
6513 # Sometimes we have special requirements for the host libiberty.
6514 extra_host_libiberty_configure_flags=
6515 extra_host_zlib_configure_flags=
6516 case " $configdirs " in
6517 *" lto-plugin "* | *" libcc1 "*)
6518 # When these are to be built as shared libraries, the same applies to
6519 # libiberty.
6520 extra_host_libiberty_configure_flags=--enable-shared
6521 ;;
6522 *" bfd "*)
6523 # When bfd is to be built as a shared library, the same applies to
6524 # zlib.
6525 if test "$enable_shared" = "yes"; then
6526 extra_host_zlib_configure_flags=--enable-host-shared
6527 fi
6528 ;;
6529 esac
6530
6531
6532
6533 # Produce a warning message for the subdirs we can't configure.
6534 # This isn't especially interesting in the Cygnus tree, but in the individual
6535 # FSF releases, it's important to let people know when their machine isn't
6536 # supported by the one or two programs in a package.
6537
6538 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6539 # If $appdirs is non-empty, at least one of those directories must still
6540 # be configured, or we error out. (E.g., if the gas release supports a
6541 # specified target in some subdirs but not the gas subdir, we shouldn't
6542 # pretend that all is well.)
6543 if test -n "$appdirs" ; then
6544 for dir in $appdirs ; do
6545 if test -r $dir/Makefile.in ; then
6546 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6547 appdirs=""
6548 break
6549 fi
6550 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6551 appdirs=""
6552 break
6553 fi
6554 fi
6555 done
6556 if test -n "$appdirs" ; then
6557 echo "*** This configuration is not supported by this package." 1>&2
6558 exit 1
6559 fi
6560 fi
6561 # Okay, some application will build, or we don't care to check. Still
6562 # notify of subdirs not getting built.
6563 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6564 echo " ${notsupp}" 1>&2
6565 echo " (Any other directories should still work fine.)" 1>&2
6566 fi
6567
6568 case "$host" in
6569 *msdosdjgpp*)
6570 enable_gdbtk=no ;;
6571 esac
6572
6573 # To find our prefix, in gcc_cv_tool_prefix.
6574
6575 # The user is always right.
6576 if test "${PATH_SEPARATOR+set}" != set; then
6577 echo "#! /bin/sh" >conf$$.sh
6578 echo "exit 0" >>conf$$.sh
6579 chmod +x conf$$.sh
6580 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6581 PATH_SEPARATOR=';'
6582 else
6583 PATH_SEPARATOR=:
6584 fi
6585 rm -f conf$$.sh
6586 fi
6587
6588
6589
6590 if test "x$exec_prefix" = xNONE; then
6591 if test "x$prefix" = xNONE; then
6592 gcc_cv_tool_prefix=$ac_default_prefix
6593 else
6594 gcc_cv_tool_prefix=$prefix
6595 fi
6596 else
6597 gcc_cv_tool_prefix=$exec_prefix
6598 fi
6599
6600 # If there is no compiler in the tree, use the PATH only. In any
6601 # case, if there is no compiler in the tree nobody should use
6602 # AS_FOR_TARGET and LD_FOR_TARGET.
6603 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6604 gcc_version=`cat $srcdir/gcc/BASE-VER`
6605 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6606 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6607 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6608 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6609 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6610 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6611 else
6612 gcc_cv_tool_dirs=
6613 fi
6614
6615 if test x$build = x$target && test -n "$md_exec_prefix"; then
6616 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6617 fi
6618
6619
6620
6621 copy_dirs=
6622
6623
6624 # Check whether --with-build-sysroot was given.
6625 if test "${with_build_sysroot+set}" = set; then :
6626 withval=$with_build_sysroot; if test x"$withval" != x ; then
6627 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6628 fi
6629 else
6630 SYSROOT_CFLAGS_FOR_TARGET=
6631 fi
6632
6633
6634
6635
6636 # Check whether --with-debug-prefix-map was given.
6637 if test "${with_debug_prefix_map+set}" = set; then :
6638 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6639 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6640 for debug_map in $withval; do
6641 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6642 done
6643 fi
6644 else
6645 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6646 fi
6647
6648
6649
6650 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6651 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6652 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6653 # We want to ensure that TARGET libraries (which we know are built with
6654 # gcc) are built with "-O2 -g", so include those options when setting
6655 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6656 if test "x$CFLAGS_FOR_TARGET" = x; then
6657 if test "x${is_cross_compiler}" = xyes; then
6658 CFLAGS_FOR_TARGET="-g -O2"
6659 else
6660 CFLAGS_FOR_TARGET=$CFLAGS
6661 case " $CFLAGS " in
6662 *" -O2 "*) ;;
6663 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6664 esac
6665 case " $CFLAGS " in
6666 *" -g "* | *" -g3 "*) ;;
6667 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6668 esac
6669 fi
6670 fi
6671
6672
6673 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6674 if test "x${is_cross_compiler}" = xyes; then
6675 CXXFLAGS_FOR_TARGET="-g -O2"
6676 else
6677 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6678 case " $CXXFLAGS " in
6679 *" -O2 "*) ;;
6680 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6681 esac
6682 case " $CXXFLAGS " in
6683 *" -g "* | *" -g3 "*) ;;
6684 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6685 esac
6686 fi
6687 fi
6688
6689
6690
6691
6692 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6693 # the named directory are copied to $(tooldir)/sys-include.
6694 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6695 if test x${is_cross_compiler} = xno ; then
6696 echo 1>&2 '***' --with-headers is only supported when cross compiling
6697 exit 1
6698 fi
6699 if test x"${with_headers}" != xyes ; then
6700 x=${gcc_cv_tool_prefix}
6701 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6702 fi
6703 fi
6704
6705 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6706 # the name directories are copied to $(tooldir)/lib. Multiple directories
6707 # are permitted.
6708 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6709 if test x${is_cross_compiler} = xno ; then
6710 echo 1>&2 '***' --with-libs is only supported when cross compiling
6711 exit 1
6712 fi
6713 if test x"${with_libs}" != xyes ; then
6714 # Copy the libraries in reverse order, so that files in the first named
6715 # library override files in subsequent libraries.
6716 x=${gcc_cv_tool_prefix}
6717 for l in ${with_libs}; do
6718 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6719 done
6720 fi
6721 fi
6722
6723 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6724 #
6725 # This is done by determining whether or not the appropriate directory
6726 # is available, and by checking whether or not specific configurations
6727 # have requested that this magic not happen.
6728 #
6729 # The command line options always override the explicit settings in
6730 # configure.ac, and the settings in configure.ac override this magic.
6731 #
6732 # If the default for a toolchain is to use GNU as and ld, and you don't
6733 # want to do that, then you should use the --without-gnu-as and
6734 # --without-gnu-ld options for the configure script. Similarly, if
6735 # the default is to use the included zlib and you don't want to do that,
6736 # you should use the --with-system-zlib option for the configure script.
6737
6738 if test x${use_gnu_as} = x &&
6739 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6740 with_gnu_as=yes
6741 extra_host_args="$extra_host_args --with-gnu-as"
6742 fi
6743
6744 if test x${use_gnu_ld} = x &&
6745 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6746 with_gnu_ld=yes
6747 extra_host_args="$extra_host_args --with-gnu-ld"
6748 fi
6749
6750 if test x${use_included_zlib} = x &&
6751 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6752 :
6753 else
6754 with_system_zlib=yes
6755 extra_host_args="$extra_host_args --with-system-zlib"
6756 fi
6757
6758 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6759 # can detect this case.
6760
6761 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6762 with_newlib=yes
6763 extra_host_args="$extra_host_args --with-newlib"
6764 fi
6765
6766 # Handle ${copy_dirs}
6767 set fnord ${copy_dirs}
6768 shift
6769 while test $# != 0 ; do
6770 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6771 :
6772 else
6773 echo Copying $1 to $2
6774
6775 # Use the install script to create the directory and all required
6776 # parent directories.
6777 if test -d $2 ; then
6778 :
6779 else
6780 echo >config.temp
6781 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6782 fi
6783
6784 # Copy the directory, assuming we have tar.
6785 # FIXME: Should we use B in the second tar? Not all systems support it.
6786 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6787
6788 # It is the responsibility of the user to correctly adjust all
6789 # symlinks. If somebody can figure out how to handle them correctly
6790 # here, feel free to add the code.
6791
6792 echo $1 > $2/COPIED
6793 fi
6794 shift; shift
6795 done
6796
6797 # Determine a target-dependent exec_prefix that the installed
6798 # gcc will search in. Keep this list sorted by triplet, with
6799 # the *-*-osname triplets last.
6800 md_exec_prefix=
6801 case "${target}" in
6802 i[34567]86-pc-msdosdjgpp*)
6803 md_exec_prefix=/dev/env/DJDIR/bin
6804 ;;
6805 *-*-hpux* | \
6806 *-*-nto-qnx* | \
6807 *-*-solaris2*)
6808 md_exec_prefix=/usr/ccs/bin
6809 ;;
6810 esac
6811
6812 extra_arflags_for_target=
6813 extra_nmflags_for_target=
6814 extra_ranlibflags_for_target=
6815 target_makefile_frag=/dev/null
6816 case "${target}" in
6817 spu-*-*)
6818 target_makefile_frag="config/mt-spu"
6819 ;;
6820 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
6821 target_makefile_frag="config/mt-sde"
6822 ;;
6823 mipsisa*-*-elfoabi*)
6824 target_makefile_frag="config/mt-mips-elfoabi"
6825 ;;
6826 mips*-*-*linux* | mips*-*-gnu*)
6827 target_makefile_frag="config/mt-mips-gnu"
6828 ;;
6829 nios2-*-elf*)
6830 target_makefile_frag="config/mt-nios2-elf"
6831 ;;
6832 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6833 target_makefile_frag="config/mt-gnu"
6834 ;;
6835 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6836 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6837 # commands to handle both 32-bit and 64-bit objects. These flags are
6838 # harmless if we're using GNU nm or ar.
6839 extra_arflags_for_target=" -X32_64"
6840 extra_nmflags_for_target=" -B -X32_64"
6841 ;;
6842 esac
6843
6844 alphaieee_frag=/dev/null
6845 case $target in
6846 alpha*-*-*)
6847 # This just makes sure to use the -mieee option to build target libs.
6848 # This should probably be set individually by each library.
6849 alphaieee_frag="config/mt-alphaieee"
6850 ;;
6851 esac
6852
6853 # If --enable-target-optspace always use -Os instead of -O2 to build
6854 # the target libraries, similarly if it is not specified, use -Os
6855 # on selected platforms.
6856 ospace_frag=/dev/null
6857 case "${enable_target_optspace}:${target}" in
6858 yes:*)
6859 ospace_frag="config/mt-ospace"
6860 ;;
6861 :d30v-*)
6862 ospace_frag="config/mt-d30v"
6863 ;;
6864 :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
6865 ospace_frag="config/mt-ospace"
6866 ;;
6867 no:* | :*)
6868 ;;
6869 *)
6870 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6871 ;;
6872 esac
6873
6874 # Some systems (e.g., one of the i386-aix systems the gas testers are
6875 # using) don't handle "\$" correctly, so don't use it here.
6876 tooldir='${exec_prefix}'/${target_noncanonical}
6877 build_tooldir=${tooldir}
6878
6879 # Create a .gdbinit file which runs the one in srcdir
6880 # and tells GDB to look there for source files.
6881
6882 if test -r ${srcdir}/.gdbinit ; then
6883 case ${srcdir} in
6884 .) ;;
6885 *) cat > ./.gdbinit <<EOF
6886 # ${NO_EDIT}
6887 dir ${srcdir}
6888 dir .
6889 source ${srcdir}/.gdbinit
6890 EOF
6891 ;;
6892 esac
6893 fi
6894
6895 # Make sure that the compiler is able to generate an executable. If it
6896 # can't, we are probably in trouble. We don't care whether we can run the
6897 # executable--we might be using a cross compiler--we only care whether it
6898 # can be created. At this point the main configure script has set CC.
6899 we_are_ok=no
6900 echo "int main () { return 0; }" > conftest.c
6901 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6902 if test $? = 0 ; then
6903 if test -s conftest || test -s conftest.exe ; then
6904 we_are_ok=yes
6905 fi
6906 fi
6907 case $we_are_ok in
6908 no)
6909 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6910 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6911 rm -f conftest*
6912 exit 1
6913 ;;
6914 esac
6915 rm -f conftest*
6916
6917 # Decide which environment variable is used to find dynamic libraries.
6918 case "${host}" in
6919 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6920 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6921 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6922 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6923 esac
6924
6925 # On systems where the dynamic library environment variable is PATH,
6926 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
6927 # built executables to PATH.
6928 if test "$RPATH_ENVVAR" = PATH; then
6929 GCC_SHLIB_SUBDIR=/shlib
6930 else
6931 GCC_SHLIB_SUBDIR=
6932 fi
6933
6934 # Adjust the toplevel makefile according to whether bootstrap was selected.
6935 case $enable_bootstrap in
6936 yes)
6937 bootstrap_suffix=bootstrap
6938 BUILD_CONFIG=bootstrap-debug
6939 ;;
6940 no)
6941 bootstrap_suffix=no-bootstrap
6942 BUILD_CONFIG=
6943 ;;
6944 esac
6945
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6947 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6948
6949
6950 # Check whether --with-build-config was given.
6951 if test "${with_build_config+set}" = set; then :
6952 withval=$with_build_config; case $with_build_config in
6953 yes) with_build_config= ;;
6954 no) with_build_config= BUILD_CONFIG= ;;
6955 esac
6956 fi
6957
6958
6959 if test "x${with_build_config}" != x; then
6960 BUILD_CONFIG=$with_build_config
6961 else
6962 case $BUILD_CONFIG in
6963 bootstrap-debug)
6964 if echo "int f (void) { return 0; }" > conftest.c &&
6965 ${CC} -c conftest.c &&
6966 mv conftest.o conftest.o.g0 &&
6967 ${CC} -c -g conftest.c &&
6968 mv conftest.o conftest.o.g &&
6969 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
6970 :
6971 else
6972 BUILD_CONFIG=
6973 fi
6974 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6975 ;;
6976 esac
6977 fi
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6979 $as_echo "$BUILD_CONFIG" >&6; }
6980
6981
6982 # Use same top-level configure hooks in libgcc/libstdc++/libvtv.
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
6984 $as_echo_n "checking for --enable-vtable-verify... " >&6; }
6985 # Check whether --enable-vtable-verify was given.
6986 if test "${enable_vtable_verify+set}" = set; then :
6987 enableval=$enable_vtable_verify; case "$enableval" in
6988 yes) enable_vtable_verify=yes ;;
6989 no) enable_vtable_verify=no ;;
6990 *) enable_vtable_verify=no;;
6991 esac
6992 else
6993 enable_vtable_verify=no
6994 fi
6995
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
6997 $as_echo "$enable_vtable_verify" >&6; }
6998
6999 # Record target_configdirs and the configure arguments for target and
7000 # build configuration in Makefile.
7001 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7002 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7003 bootstrap_fixincludes=no
7004
7005 # If we are building libgomp, bootstrap it.
7006 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7007 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7008 fi
7009
7010 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7011 # or bootstrap-ubsan, bootstrap it.
7012 if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7013 case "$BUILD_CONFIG" in
7014 *bootstrap-asan* | *bootstrap-ubsan* )
7015 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
7016 bootstrap_fixincludes=yes
7017 ;;
7018 esac
7019 fi
7020
7021 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
7022 if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7023 test "$enable_vtable_verify" != no; then
7024 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7025 fi
7026
7027 # If we are building libmpx, bootstrap it.
7028 if echo " ${target_configdirs} " | grep " libmpx " > /dev/null 2>&1; then
7029 bootstrap_target_libs=${bootstrap_target_libs}target-libmpx,
7030 fi
7031
7032 # Determine whether gdb needs tk/tcl or not.
7033 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7034 # and in that case we want gdb to be built without tk. Ugh!
7035 # In fact I believe gdb is the *only* package directly dependent on tk,
7036 # so we should be able to put the 'maybe's in unconditionally and
7037 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7038 # 100% sure that that's safe though.
7039
7040 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7041 case "$enable_gdbtk" in
7042 no)
7043 GDB_TK="" ;;
7044 yes)
7045 GDB_TK="${gdb_tk}" ;;
7046 *)
7047 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7048 # distro. Eventually someone will fix this and move Insight, nee
7049 # gdbtk to a separate directory.
7050 if test -d ${srcdir}/gdb/gdbtk ; then
7051 GDB_TK="${gdb_tk}"
7052 else
7053 GDB_TK=""
7054 fi
7055 ;;
7056 esac
7057 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7058 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7059
7060 # Strip out unwanted targets.
7061
7062 # While at that, we remove Makefiles if we were started for recursive
7063 # configuration, so that the top-level Makefile reconfigures them,
7064 # like we used to do when configure itself was recursive.
7065
7066 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7067 # but now we're fixing up the Makefile ourselves with the additional
7068 # commands passed to AC_CONFIG_FILES. Use separate variables
7069 # extrasub-{build,host,target} not because there is any reason to split
7070 # the substitutions up that way, but only to remain below the limit of
7071 # 99 commands in a script, for HP-UX sed.
7072 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7073
7074 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7075 yes:yes:*\ gold\ *:*,c++,*) ;;
7076 yes:yes:*\ gold\ *:*)
7077 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7078 ;;
7079 esac
7080
7081 extrasub_build=
7082 for module in ${build_configdirs} ; do
7083 if test -z "${no_recursion}" \
7084 && test -f ${build_subdir}/${module}/Makefile; then
7085 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7086 rm -f ${build_subdir}/${module}/Makefile
7087 fi
7088 extrasub_build="$extrasub_build
7089 /^@if build-$module\$/d
7090 /^@endif build-$module\$/d
7091 /^@if build-$module-$bootstrap_suffix\$/d
7092 /^@endif build-$module-$bootstrap_suffix\$/d"
7093 done
7094 extrasub_host=
7095 for module in ${configdirs} ; do
7096 if test -z "${no_recursion}"; then
7097 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7098 if test -f ${file}; then
7099 echo 1>&2 "*** removing ${file} to force reconfigure"
7100 rm -f ${file}
7101 fi
7102 done
7103 fi
7104 case ${module},${bootstrap_fixincludes} in
7105 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7106 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7107 esac
7108 extrasub_host="$extrasub_host
7109 /^@if $module\$/d
7110 /^@endif $module\$/d
7111 /^@if $module-$host_bootstrap_suffix\$/d
7112 /^@endif $module-$host_bootstrap_suffix\$/d"
7113 done
7114 extrasub_target=
7115 for module in ${target_configdirs} ; do
7116 if test -z "${no_recursion}" \
7117 && test -f ${target_subdir}/${module}/Makefile; then
7118 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7119 rm -f ${target_subdir}/${module}/Makefile
7120 fi
7121
7122 # We only bootstrap target libraries listed in bootstrap_target_libs.
7123 case $bootstrap_target_libs in
7124 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7125 *) target_bootstrap_suffix=no-bootstrap ;;
7126 esac
7127
7128 extrasub_target="$extrasub_target
7129 /^@if target-$module\$/d
7130 /^@endif target-$module\$/d
7131 /^@if target-$module-$target_bootstrap_suffix\$/d
7132 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7133 done
7134
7135 # Do the final fixup along with target modules.
7136 extrasub_target="$extrasub_target
7137 /^@if /,/^@endif /d"
7138
7139 # Create the serialization dependencies. This uses a temporary file.
7140
7141 # Check whether --enable-serial-configure was given.
7142 if test "${enable_serial_configure+set}" = set; then :
7143 enableval=$enable_serial_configure;
7144 fi
7145
7146
7147 case ${enable_serial_configure} in
7148 yes)
7149 enable_serial_build_configure=yes
7150 enable_serial_host_configure=yes
7151 enable_serial_target_configure=yes
7152 ;;
7153 esac
7154
7155 # These force 'configure's to be done one at a time, to avoid problems
7156 # with contention over a shared config.cache.
7157 rm -f serdep.tmp
7158 echo '# serdep.tmp' > serdep.tmp
7159 olditem=
7160 test "x${enable_serial_build_configure}" = xyes &&
7161 for item in ${build_configdirs} ; do
7162 case ${olditem} in
7163 "") ;;
7164 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7165 esac
7166 olditem=${item}
7167 done
7168 olditem=
7169 test "x${enable_serial_host_configure}" = xyes &&
7170 for item in ${configdirs} ; do
7171 case ${olditem} in
7172 "") ;;
7173 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7174 esac
7175 olditem=${item}
7176 done
7177 olditem=
7178 test "x${enable_serial_target_configure}" = xyes &&
7179 for item in ${target_configdirs} ; do
7180 case ${olditem} in
7181 "") ;;
7182 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7183 esac
7184 olditem=${item}
7185 done
7186 serialization_dependencies=serdep.tmp
7187
7188
7189 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7190 # target, nonopt, and variable assignments. These are the ones we
7191 # might not want to pass down to subconfigures. The exception being
7192 # --cache-file=/dev/null, which is used to turn off the use of cache
7193 # files altogether, and which should be passed on to subconfigures.
7194 # Also strip program-prefix, program-suffix, and program-transform-name,
7195 # so that we can pass down a consistent program-transform-name.
7196 baseargs=
7197 tbaseargs=
7198 keep_next=no
7199 skip_next=no
7200 eval "set -- $ac_configure_args"
7201 for ac_arg
7202 do
7203 if test X"$skip_next" = X"yes"; then
7204 skip_next=no
7205 continue
7206 fi
7207 if test X"$keep_next" = X"yes"; then
7208 case $ac_arg in
7209 *\'*)
7210 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7211 esac
7212 baseargs="$baseargs '$ac_arg'"
7213 tbaseargs="$tbaseargs '$ac_arg'"
7214 keep_next=no
7215 continue
7216 fi
7217
7218 # Handle separated arguments. Based on the logic generated by
7219 # autoconf 2.59.
7220 case $ac_arg in
7221 *=* | --config-cache | -C | -disable-* | --disable-* \
7222 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7223 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7224 | -with-* | --with-* | -without-* | --without-* | --x)
7225 separate_arg=no
7226 ;;
7227 -*)
7228 separate_arg=yes
7229 ;;
7230 *)
7231 separate_arg=no
7232 ;;
7233 esac
7234
7235 skip_targ=no
7236 case $ac_arg in
7237
7238 --with-* | --without-*)
7239 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7240
7241 case $libopt in
7242 *[-_]include)
7243 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7244 ;;
7245 *[-_]lib)
7246 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7247 ;;
7248 *)
7249 lib=$libopt
7250 ;;
7251 esac
7252
7253
7254 case $lib in
7255 mpc | mpfr | gmp | isl)
7256 # If we're processing --with-$lib, --with-$lib-include or
7257 # --with-$lib-lib, for one of the libs above, and target is
7258 # different from host, don't pass the current argument to any
7259 # target library's configure.
7260 if test x$is_cross_compiler = xyes; then
7261 skip_targ=yes
7262 fi
7263 ;;
7264 esac
7265 ;;
7266 esac
7267
7268 case "$ac_arg" in
7269 --cache-file=/dev/null | \
7270 -cache-file=/dev/null )
7271 # Handled here to avoid the test to skip args below.
7272 baseargs="$baseargs '$ac_arg'"
7273 tbaseargs="$tbaseargs '$ac_arg'"
7274 # Assert: $separate_arg should always be no.
7275 keep_next=$separate_arg
7276 ;;
7277 --no*)
7278 continue
7279 ;;
7280 --c* | \
7281 --sr* | \
7282 --ho* | \
7283 --bu* | \
7284 --t* | \
7285 --program-* | \
7286 -cache_file* | \
7287 -srcdir* | \
7288 -host* | \
7289 -build* | \
7290 -target* | \
7291 -program-prefix* | \
7292 -program-suffix* | \
7293 -program-transform-name* )
7294 skip_next=$separate_arg
7295 continue
7296 ;;
7297 -*)
7298 # An option. Add it.
7299 case $ac_arg in
7300 *\'*)
7301 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7302 esac
7303 baseargs="$baseargs '$ac_arg'"
7304 if test X"$skip_targ" = Xno; then
7305 tbaseargs="$tbaseargs '$ac_arg'"
7306 fi
7307 keep_next=$separate_arg
7308 ;;
7309 *)
7310 # Either a variable assignment, or a nonopt (triplet). Don't
7311 # pass it down; let the Makefile handle this.
7312 continue
7313 ;;
7314 esac
7315 done
7316 # Remove the initial space we just introduced and, as these will be
7317 # expanded by make, quote '$'.
7318 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7319
7320 # Add in --program-transform-name, after --program-prefix and
7321 # --program-suffix have been applied to it. Autoconf has already
7322 # doubled dollar signs and backslashes in program_transform_name; we want
7323 # the backslashes un-doubled, and then the entire thing wrapped in single
7324 # quotes, because this will be expanded first by make and then by the shell.
7325 # Also, because we want to override the logic in subdir configure scripts to
7326 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7327 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7328 ${program_transform_name}
7329 EOF_SED
7330 gcc_transform_name=`cat conftestsed.out`
7331 rm -f conftestsed.out
7332 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7333 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7334 if test "$silent" = yes; then
7335 baseargs="$baseargs --silent"
7336 tbaseargs="$tbaseargs --silent"
7337 fi
7338 baseargs="$baseargs --disable-option-checking"
7339 tbaseargs="$tbaseargs --disable-option-checking"
7340
7341 # Record and document user additions to sub configure arguments.
7342
7343
7344
7345
7346 # For the build-side libraries, we just need to pretend we're native,
7347 # and not use the same cache file. Multilibs are neither needed nor
7348 # desired. We can't even use the same cache file for all build-side
7349 # libraries, as they're compiled differently; some with C, some with
7350 # C++ or with different feature-enabling options.
7351 build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
7352
7353 # For host modules, accept cache file option, or specification as blank.
7354 case "${cache_file}" in
7355 "") # empty
7356 cache_file_option="" ;;
7357 /* | [A-Za-z]:[\\/]* ) # absolute path
7358 cache_file_option="--cache-file=${cache_file}" ;;
7359 *) # relative path
7360 cache_file_option="--cache-file=../${cache_file}" ;;
7361 esac
7362
7363 # Host dirs don't like to share a cache file either, horribly enough.
7364 # This seems to be due to autoconf 2.5x stupidity.
7365 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7366
7367 target_configargs="$target_configargs ${tbaseargs}"
7368
7369 # Passing a --with-cross-host argument lets the target libraries know
7370 # whether they are being built with a cross-compiler or being built
7371 # native. However, it would be better to use other mechanisms to make the
7372 # sorts of decisions they want to make on this basis. Please consider
7373 # this option to be deprecated. FIXME.
7374 if test x${is_cross_compiler} = xyes ; then
7375 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7376 fi
7377
7378 # Special user-friendly check for native x86_64-linux build, if
7379 # multilib is not explicitly enabled.
7380 case "$target:$have_compiler:$host:$target:$enable_multilib" in
7381 x86_64-*linux*:yes:$build:$build:)
7382 # Make sure we have a development environment that handles 32-bit
7383 dev64=no
7384 echo "int main () { return 0; }" > conftest.c
7385 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7386 if test $? = 0 ; then
7387 if test -s conftest || test -s conftest.exe ; then
7388 dev64=yes
7389 fi
7390 fi
7391 rm -f conftest*
7392 if test x${dev64} != xyes ; then
7393 as_fn_error "I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
7394 fi
7395 ;;
7396 esac
7397
7398 # Default to --enable-multilib.
7399 if test x${enable_multilib} = x ; then
7400 target_configargs="--enable-multilib ${target_configargs}"
7401 fi
7402
7403 # Pass --with-newlib if appropriate. Note that target_configdirs has
7404 # changed from the earlier setting of with_newlib.
7405 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7406 target_configargs="--with-newlib ${target_configargs}"
7407 fi
7408
7409 # Different target subdirs use different values of certain variables
7410 # (notably CXX). Worse, multilibs use *lots* of different values.
7411 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7412 # it doesn't automatically accept command-line overrides of them.
7413 # This means it's not safe for target subdirs to share a cache file,
7414 # which is disgusting, but there you have it. Hopefully this can be
7415 # fixed in future. It's still worthwhile to use a cache file for each
7416 # directory. I think.
7417
7418 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7419 # We need to pass --target, as newer autoconf's requires consistency
7420 # for target_alias and gcc doesn't manage it consistently.
7421 target_configargs="--cache-file=./config.cache ${target_configargs}"
7422
7423 FLAGS_FOR_TARGET=
7424 case " $target_configdirs " in
7425 *" newlib "*)
7426 case " $target_configargs " in
7427 *" --with-newlib "*)
7428 case "$target" in
7429 *-cygwin*)
7430 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
7431 ;;
7432 esac
7433
7434 # If we're not building GCC, don't discard standard headers.
7435 if test -d ${srcdir}/gcc; then
7436 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7437
7438 if test "${build}" != "${host}"; then
7439 # On Canadian crosses, CC_FOR_TARGET will have already been set
7440 # by `configure', so we won't have an opportunity to add -Bgcc/
7441 # to it. This is right: we don't want to search that directory
7442 # for binaries, but we want the header files in there, so add
7443 # them explicitly.
7444 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7445
7446 # Someone might think of using the pre-installed headers on
7447 # Canadian crosses, in case the installed compiler is not fully
7448 # compatible with the compiler being built. In this case, it
7449 # would be better to flag an error than risking having
7450 # incompatible object files being constructed. We can't
7451 # guarantee that an error will be flagged, but let's hope the
7452 # compiler will do it, when presented with incompatible header
7453 # files.
7454 fi
7455 fi
7456
7457 case "${target}-${is_cross_compiler}" in
7458 i[3456789]86-*-linux*-no)
7459 # Here host == target, so we don't need to build gcc,
7460 # so we don't want to discard standard headers.
7461 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7462 ;;
7463 *)
7464 # If we're building newlib, use its generic headers last, but search
7465 # for any libc-related directories first (so make it the last -B
7466 # switch).
7467 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7468
7469 # If we're building libgloss, find the startup file, simulator library
7470 # and linker script.
7471 case " $target_configdirs " in
7472 *" libgloss "*)
7473 # Look for startup file, simulator library and maybe linker script.
7474 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7475 # Look for libnosys.a in case the target needs it.
7476 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7477 # Most targets have the linker script in the source directory.
7478 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7479 ;;
7480 esac
7481 ;;
7482 esac
7483 ;;
7484 esac
7485 ;;
7486 esac
7487
7488 case "$target" in
7489 x86_64-*mingw* | *-w64-mingw*)
7490 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7491 # however, use a symlink named 'mingw' in ${prefix} .
7492 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7493 ;;
7494 *-mingw*)
7495 # MinGW can't be handled as Cygwin above since it does not use newlib.
7496 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'
7497 ;;
7498 esac
7499
7500 # Allow the user to override the flags for
7501 # our build compiler if desired.
7502 if test x"${build}" = x"${host}" ; then
7503 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7504 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7505 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7506 fi
7507
7508 # On Canadian crosses, we'll be searching the right directories for
7509 # the previously-installed cross compiler, so don't bother to add
7510 # flags for directories within the install tree of the compiler
7511 # being built; programs in there won't even run.
7512 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7513 # Search for pre-installed headers if nothing else fits.
7514 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7515 fi
7516
7517 if test "x${use_gnu_ld}" = x &&
7518 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7519 # Arrange for us to find uninstalled linker scripts.
7520 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7521 fi
7522
7523 # Search for other target-specific linker scripts and such.
7524 case "${target}" in
7525 mep*)
7526 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7527 ;;
7528 esac
7529
7530 # Makefile fragments.
7531 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7532 do
7533 eval fragval=\$$frag
7534 if test $fragval != /dev/null; then
7535 eval $frag=${srcdir}/$fragval
7536 fi
7537 done
7538
7539
7540
7541
7542
7543 # Miscellanea: directories, flags, etc.
7544
7545
7546
7547
7548
7549
7550
7551
7552 # Build module lists & subconfigure args.
7553
7554
7555
7556 # Host module lists & subconfigure args.
7557
7558
7559
7560
7561 # Target module lists & subconfigure args.
7562
7563
7564
7565 # Build tools.
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582 # Generate default definitions for YACC, M4, LEX and other programs that run
7583 # on the build machine. These are used if the Makefile can't locate these
7584 # programs in objdir.
7585 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7586
7587 for ac_prog in 'bison -y' byacc yacc
7588 do
7589 # Extract the first word of "$ac_prog", so it can be a program name with args.
7590 set dummy $ac_prog; ac_word=$2
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7592 $as_echo_n "checking for $ac_word... " >&6; }
7593 if test "${ac_cv_prog_YACC+set}" = set; then :
7594 $as_echo_n "(cached) " >&6
7595 else
7596 if test -n "$YACC"; then
7597 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7598 else
7599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7600 for as_dir in $PATH
7601 do
7602 IFS=$as_save_IFS
7603 test -z "$as_dir" && as_dir=.
7604 for ac_exec_ext in '' $ac_executable_extensions; do
7605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7606 ac_cv_prog_YACC="$ac_prog"
7607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7608 break 2
7609 fi
7610 done
7611 done
7612 IFS=$as_save_IFS
7613
7614 fi
7615 fi
7616 YACC=$ac_cv_prog_YACC
7617 if test -n "$YACC"; then
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7619 $as_echo "$YACC" >&6; }
7620 else
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7622 $as_echo "no" >&6; }
7623 fi
7624
7625
7626 test -n "$YACC" && break
7627 done
7628 test -n "$YACC" || YACC="$MISSING bison -y"
7629
7630 case " $build_configdirs " in
7631 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7632 esac
7633
7634 for ac_prog in bison
7635 do
7636 # Extract the first word of "$ac_prog", so it can be a program name with args.
7637 set dummy $ac_prog; ac_word=$2
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7639 $as_echo_n "checking for $ac_word... " >&6; }
7640 if test "${ac_cv_prog_BISON+set}" = set; then :
7641 $as_echo_n "(cached) " >&6
7642 else
7643 if test -n "$BISON"; then
7644 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7645 else
7646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7647 for as_dir in $PATH
7648 do
7649 IFS=$as_save_IFS
7650 test -z "$as_dir" && as_dir=.
7651 for ac_exec_ext in '' $ac_executable_extensions; do
7652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7653 ac_cv_prog_BISON="$ac_prog"
7654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7655 break 2
7656 fi
7657 done
7658 done
7659 IFS=$as_save_IFS
7660
7661 fi
7662 fi
7663 BISON=$ac_cv_prog_BISON
7664 if test -n "$BISON"; then
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7666 $as_echo "$BISON" >&6; }
7667 else
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7669 $as_echo "no" >&6; }
7670 fi
7671
7672
7673 test -n "$BISON" && break
7674 done
7675 test -n "$BISON" || BISON="$MISSING bison"
7676
7677 case " $build_configdirs " in
7678 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7679 esac
7680
7681 for ac_prog in gm4 gnum4 m4
7682 do
7683 # Extract the first word of "$ac_prog", so it can be a program name with args.
7684 set dummy $ac_prog; ac_word=$2
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7686 $as_echo_n "checking for $ac_word... " >&6; }
7687 if test "${ac_cv_prog_M4+set}" = set; then :
7688 $as_echo_n "(cached) " >&6
7689 else
7690 if test -n "$M4"; then
7691 ac_cv_prog_M4="$M4" # Let the user override the test.
7692 else
7693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7694 for as_dir in $PATH
7695 do
7696 IFS=$as_save_IFS
7697 test -z "$as_dir" && as_dir=.
7698 for ac_exec_ext in '' $ac_executable_extensions; do
7699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7700 ac_cv_prog_M4="$ac_prog"
7701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7702 break 2
7703 fi
7704 done
7705 done
7706 IFS=$as_save_IFS
7707
7708 fi
7709 fi
7710 M4=$ac_cv_prog_M4
7711 if test -n "$M4"; then
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7713 $as_echo "$M4" >&6; }
7714 else
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7716 $as_echo "no" >&6; }
7717 fi
7718
7719
7720 test -n "$M4" && break
7721 done
7722 test -n "$M4" || M4="$MISSING m4"
7723
7724 case " $build_configdirs " in
7725 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7726 esac
7727
7728 for ac_prog in flex lex
7729 do
7730 # Extract the first word of "$ac_prog", so it can be a program name with args.
7731 set dummy $ac_prog; ac_word=$2
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7733 $as_echo_n "checking for $ac_word... " >&6; }
7734 if test "${ac_cv_prog_LEX+set}" = set; then :
7735 $as_echo_n "(cached) " >&6
7736 else
7737 if test -n "$LEX"; then
7738 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7739 else
7740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7741 for as_dir in $PATH
7742 do
7743 IFS=$as_save_IFS
7744 test -z "$as_dir" && as_dir=.
7745 for ac_exec_ext in '' $ac_executable_extensions; do
7746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7747 ac_cv_prog_LEX="$ac_prog"
7748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7749 break 2
7750 fi
7751 done
7752 done
7753 IFS=$as_save_IFS
7754
7755 fi
7756 fi
7757 LEX=$ac_cv_prog_LEX
7758 if test -n "$LEX"; then
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7760 $as_echo "$LEX" >&6; }
7761 else
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7763 $as_echo "no" >&6; }
7764 fi
7765
7766
7767 test -n "$LEX" && break
7768 done
7769 test -n "$LEX" || LEX="$MISSING flex"
7770
7771 case " $build_configdirs " in
7772 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7773 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7774 esac
7775
7776 for ac_prog in flex
7777 do
7778 # Extract the first word of "$ac_prog", so it can be a program name with args.
7779 set dummy $ac_prog; ac_word=$2
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7781 $as_echo_n "checking for $ac_word... " >&6; }
7782 if test "${ac_cv_prog_FLEX+set}" = set; then :
7783 $as_echo_n "(cached) " >&6
7784 else
7785 if test -n "$FLEX"; then
7786 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7787 else
7788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7789 for as_dir in $PATH
7790 do
7791 IFS=$as_save_IFS
7792 test -z "$as_dir" && as_dir=.
7793 for ac_exec_ext in '' $ac_executable_extensions; do
7794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7795 ac_cv_prog_FLEX="$ac_prog"
7796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7797 break 2
7798 fi
7799 done
7800 done
7801 IFS=$as_save_IFS
7802
7803 fi
7804 fi
7805 FLEX=$ac_cv_prog_FLEX
7806 if test -n "$FLEX"; then
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7808 $as_echo "$FLEX" >&6; }
7809 else
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7811 $as_echo "no" >&6; }
7812 fi
7813
7814
7815 test -n "$FLEX" && break
7816 done
7817 test -n "$FLEX" || FLEX="$MISSING flex"
7818
7819 case " $build_configdirs " in
7820 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7821 esac
7822
7823 for ac_prog in makeinfo
7824 do
7825 # Extract the first word of "$ac_prog", so it can be a program name with args.
7826 set dummy $ac_prog; ac_word=$2
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7828 $as_echo_n "checking for $ac_word... " >&6; }
7829 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7830 $as_echo_n "(cached) " >&6
7831 else
7832 if test -n "$MAKEINFO"; then
7833 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7834 else
7835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7836 for as_dir in $PATH
7837 do
7838 IFS=$as_save_IFS
7839 test -z "$as_dir" && as_dir=.
7840 for ac_exec_ext in '' $ac_executable_extensions; do
7841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7842 ac_cv_prog_MAKEINFO="$ac_prog"
7843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7844 break 2
7845 fi
7846 done
7847 done
7848 IFS=$as_save_IFS
7849
7850 fi
7851 fi
7852 MAKEINFO=$ac_cv_prog_MAKEINFO
7853 if test -n "$MAKEINFO"; then
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7855 $as_echo "$MAKEINFO" >&6; }
7856 else
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7858 $as_echo "no" >&6; }
7859 fi
7860
7861
7862 test -n "$MAKEINFO" && break
7863 done
7864 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7865
7866 case " $build_configdirs " in
7867 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7868 *)
7869
7870 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7871 # higher, else we use the "missing" dummy.
7872 if ${MAKEINFO} --version \
7873 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7874 :
7875 else
7876 MAKEINFO="$MISSING makeinfo"
7877 fi
7878 ;;
7879
7880 esac
7881
7882 # FIXME: expect and dejagnu may become build tools?
7883
7884 for ac_prog in expect
7885 do
7886 # Extract the first word of "$ac_prog", so it can be a program name with args.
7887 set dummy $ac_prog; ac_word=$2
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7889 $as_echo_n "checking for $ac_word... " >&6; }
7890 if test "${ac_cv_prog_EXPECT+set}" = set; then :
7891 $as_echo_n "(cached) " >&6
7892 else
7893 if test -n "$EXPECT"; then
7894 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7895 else
7896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7897 for as_dir in $PATH
7898 do
7899 IFS=$as_save_IFS
7900 test -z "$as_dir" && as_dir=.
7901 for ac_exec_ext in '' $ac_executable_extensions; do
7902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7903 ac_cv_prog_EXPECT="$ac_prog"
7904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7905 break 2
7906 fi
7907 done
7908 done
7909 IFS=$as_save_IFS
7910
7911 fi
7912 fi
7913 EXPECT=$ac_cv_prog_EXPECT
7914 if test -n "$EXPECT"; then
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7916 $as_echo "$EXPECT" >&6; }
7917 else
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7919 $as_echo "no" >&6; }
7920 fi
7921
7922
7923 test -n "$EXPECT" && break
7924 done
7925 test -n "$EXPECT" || EXPECT="expect"
7926
7927 case " $configdirs " in
7928 *" expect "*)
7929 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7930 ;;
7931 esac
7932
7933 for ac_prog in runtest
7934 do
7935 # Extract the first word of "$ac_prog", so it can be a program name with args.
7936 set dummy $ac_prog; ac_word=$2
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7938 $as_echo_n "checking for $ac_word... " >&6; }
7939 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7940 $as_echo_n "(cached) " >&6
7941 else
7942 if test -n "$RUNTEST"; then
7943 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7944 else
7945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7946 for as_dir in $PATH
7947 do
7948 IFS=$as_save_IFS
7949 test -z "$as_dir" && as_dir=.
7950 for ac_exec_ext in '' $ac_executable_extensions; do
7951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7952 ac_cv_prog_RUNTEST="$ac_prog"
7953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7954 break 2
7955 fi
7956 done
7957 done
7958 IFS=$as_save_IFS
7959
7960 fi
7961 fi
7962 RUNTEST=$ac_cv_prog_RUNTEST
7963 if test -n "$RUNTEST"; then
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7965 $as_echo "$RUNTEST" >&6; }
7966 else
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7968 $as_echo "no" >&6; }
7969 fi
7970
7971
7972 test -n "$RUNTEST" && break
7973 done
7974 test -n "$RUNTEST" || RUNTEST="runtest"
7975
7976 case " $configdirs " in
7977 *" dejagnu "*)
7978 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7979 ;;
7980 esac
7981
7982
7983 # Host tools.
7984 ncn_tool_prefix=
7985 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7986 ncn_target_tool_prefix=
7987 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7988
7989
7990
7991 if test -n "$AR"; then
7992 ac_cv_prog_AR=$AR
7993 elif test -n "$ac_cv_prog_AR"; then
7994 AR=$ac_cv_prog_AR
7995 fi
7996
7997 if test -n "$ac_cv_prog_AR"; then
7998 for ncn_progname in ar; do
7999 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8000 set dummy ${ncn_progname}; ac_word=$2
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8002 $as_echo_n "checking for $ac_word... " >&6; }
8003 if test "${ac_cv_prog_AR+set}" = set; then :
8004 $as_echo_n "(cached) " >&6
8005 else
8006 if test -n "$AR"; then
8007 ac_cv_prog_AR="$AR" # Let the user override the test.
8008 else
8009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8010 for as_dir in $PATH
8011 do
8012 IFS=$as_save_IFS
8013 test -z "$as_dir" && as_dir=.
8014 for ac_exec_ext in '' $ac_executable_extensions; do
8015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8016 ac_cv_prog_AR="${ncn_progname}"
8017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8018 break 2
8019 fi
8020 done
8021 done
8022 IFS=$as_save_IFS
8023
8024 fi
8025 fi
8026 AR=$ac_cv_prog_AR
8027 if test -n "$AR"; then
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8029 $as_echo "$AR" >&6; }
8030 else
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8032 $as_echo "no" >&6; }
8033 fi
8034
8035
8036 done
8037 fi
8038
8039 for ncn_progname in ar; do
8040 if test -n "$ncn_tool_prefix"; then
8041 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8042 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8044 $as_echo_n "checking for $ac_word... " >&6; }
8045 if test "${ac_cv_prog_AR+set}" = set; then :
8046 $as_echo_n "(cached) " >&6
8047 else
8048 if test -n "$AR"; then
8049 ac_cv_prog_AR="$AR" # Let the user override the test.
8050 else
8051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8052 for as_dir in $PATH
8053 do
8054 IFS=$as_save_IFS
8055 test -z "$as_dir" && as_dir=.
8056 for ac_exec_ext in '' $ac_executable_extensions; do
8057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8058 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8060 break 2
8061 fi
8062 done
8063 done
8064 IFS=$as_save_IFS
8065
8066 fi
8067 fi
8068 AR=$ac_cv_prog_AR
8069 if test -n "$AR"; then
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8071 $as_echo "$AR" >&6; }
8072 else
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8074 $as_echo "no" >&6; }
8075 fi
8076
8077
8078 fi
8079 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8080 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8081 set dummy ${ncn_progname}; ac_word=$2
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8083 $as_echo_n "checking for $ac_word... " >&6; }
8084 if test "${ac_cv_prog_AR+set}" = set; then :
8085 $as_echo_n "(cached) " >&6
8086 else
8087 if test -n "$AR"; then
8088 ac_cv_prog_AR="$AR" # Let the user override the test.
8089 else
8090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8091 for as_dir in $PATH
8092 do
8093 IFS=$as_save_IFS
8094 test -z "$as_dir" && as_dir=.
8095 for ac_exec_ext in '' $ac_executable_extensions; do
8096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8097 ac_cv_prog_AR="${ncn_progname}"
8098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8099 break 2
8100 fi
8101 done
8102 done
8103 IFS=$as_save_IFS
8104
8105 fi
8106 fi
8107 AR=$ac_cv_prog_AR
8108 if test -n "$AR"; then
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8110 $as_echo "$AR" >&6; }
8111 else
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8113 $as_echo "no" >&6; }
8114 fi
8115
8116
8117 fi
8118 test -n "$ac_cv_prog_AR" && break
8119 done
8120
8121 if test -z "$ac_cv_prog_AR" ; then
8122 set dummy ar
8123 if test $build = $host ; then
8124 AR="$2"
8125 else
8126 AR="${ncn_tool_prefix}$2"
8127 fi
8128 fi
8129
8130
8131
8132 if test -n "$AS"; then
8133 ac_cv_prog_AS=$AS
8134 elif test -n "$ac_cv_prog_AS"; then
8135 AS=$ac_cv_prog_AS
8136 fi
8137
8138 if test -n "$ac_cv_prog_AS"; then
8139 for ncn_progname in as; do
8140 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8141 set dummy ${ncn_progname}; ac_word=$2
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8143 $as_echo_n "checking for $ac_word... " >&6; }
8144 if test "${ac_cv_prog_AS+set}" = set; then :
8145 $as_echo_n "(cached) " >&6
8146 else
8147 if test -n "$AS"; then
8148 ac_cv_prog_AS="$AS" # Let the user override the test.
8149 else
8150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8151 for as_dir in $PATH
8152 do
8153 IFS=$as_save_IFS
8154 test -z "$as_dir" && as_dir=.
8155 for ac_exec_ext in '' $ac_executable_extensions; do
8156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8157 ac_cv_prog_AS="${ncn_progname}"
8158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8159 break 2
8160 fi
8161 done
8162 done
8163 IFS=$as_save_IFS
8164
8165 fi
8166 fi
8167 AS=$ac_cv_prog_AS
8168 if test -n "$AS"; then
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8170 $as_echo "$AS" >&6; }
8171 else
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8173 $as_echo "no" >&6; }
8174 fi
8175
8176
8177 done
8178 fi
8179
8180 for ncn_progname in as; do
8181 if test -n "$ncn_tool_prefix"; then
8182 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8183 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8185 $as_echo_n "checking for $ac_word... " >&6; }
8186 if test "${ac_cv_prog_AS+set}" = set; then :
8187 $as_echo_n "(cached) " >&6
8188 else
8189 if test -n "$AS"; then
8190 ac_cv_prog_AS="$AS" # Let the user override the test.
8191 else
8192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8193 for as_dir in $PATH
8194 do
8195 IFS=$as_save_IFS
8196 test -z "$as_dir" && as_dir=.
8197 for ac_exec_ext in '' $ac_executable_extensions; do
8198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8199 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8201 break 2
8202 fi
8203 done
8204 done
8205 IFS=$as_save_IFS
8206
8207 fi
8208 fi
8209 AS=$ac_cv_prog_AS
8210 if test -n "$AS"; then
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8212 $as_echo "$AS" >&6; }
8213 else
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8215 $as_echo "no" >&6; }
8216 fi
8217
8218
8219 fi
8220 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8221 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8222 set dummy ${ncn_progname}; ac_word=$2
8223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8224 $as_echo_n "checking for $ac_word... " >&6; }
8225 if test "${ac_cv_prog_AS+set}" = set; then :
8226 $as_echo_n "(cached) " >&6
8227 else
8228 if test -n "$AS"; then
8229 ac_cv_prog_AS="$AS" # Let the user override the test.
8230 else
8231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8232 for as_dir in $PATH
8233 do
8234 IFS=$as_save_IFS
8235 test -z "$as_dir" && as_dir=.
8236 for ac_exec_ext in '' $ac_executable_extensions; do
8237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8238 ac_cv_prog_AS="${ncn_progname}"
8239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8240 break 2
8241 fi
8242 done
8243 done
8244 IFS=$as_save_IFS
8245
8246 fi
8247 fi
8248 AS=$ac_cv_prog_AS
8249 if test -n "$AS"; then
8250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8251 $as_echo "$AS" >&6; }
8252 else
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8254 $as_echo "no" >&6; }
8255 fi
8256
8257
8258 fi
8259 test -n "$ac_cv_prog_AS" && break
8260 done
8261
8262 if test -z "$ac_cv_prog_AS" ; then
8263 set dummy as
8264 if test $build = $host ; then
8265 AS="$2"
8266 else
8267 AS="${ncn_tool_prefix}$2"
8268 fi
8269 fi
8270
8271
8272
8273 if test -n "$DLLTOOL"; then
8274 ac_cv_prog_DLLTOOL=$DLLTOOL
8275 elif test -n "$ac_cv_prog_DLLTOOL"; then
8276 DLLTOOL=$ac_cv_prog_DLLTOOL
8277 fi
8278
8279 if test -n "$ac_cv_prog_DLLTOOL"; then
8280 for ncn_progname in dlltool; do
8281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8282 set dummy ${ncn_progname}; ac_word=$2
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8284 $as_echo_n "checking for $ac_word... " >&6; }
8285 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8286 $as_echo_n "(cached) " >&6
8287 else
8288 if test -n "$DLLTOOL"; then
8289 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8290 else
8291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8292 for as_dir in $PATH
8293 do
8294 IFS=$as_save_IFS
8295 test -z "$as_dir" && as_dir=.
8296 for ac_exec_ext in '' $ac_executable_extensions; do
8297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8298 ac_cv_prog_DLLTOOL="${ncn_progname}"
8299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8300 break 2
8301 fi
8302 done
8303 done
8304 IFS=$as_save_IFS
8305
8306 fi
8307 fi
8308 DLLTOOL=$ac_cv_prog_DLLTOOL
8309 if test -n "$DLLTOOL"; then
8310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8311 $as_echo "$DLLTOOL" >&6; }
8312 else
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8314 $as_echo "no" >&6; }
8315 fi
8316
8317
8318 done
8319 fi
8320
8321 for ncn_progname in dlltool; do
8322 if test -n "$ncn_tool_prefix"; then
8323 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8324 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8326 $as_echo_n "checking for $ac_word... " >&6; }
8327 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8328 $as_echo_n "(cached) " >&6
8329 else
8330 if test -n "$DLLTOOL"; then
8331 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8332 else
8333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8334 for as_dir in $PATH
8335 do
8336 IFS=$as_save_IFS
8337 test -z "$as_dir" && as_dir=.
8338 for ac_exec_ext in '' $ac_executable_extensions; do
8339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8340 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8342 break 2
8343 fi
8344 done
8345 done
8346 IFS=$as_save_IFS
8347
8348 fi
8349 fi
8350 DLLTOOL=$ac_cv_prog_DLLTOOL
8351 if test -n "$DLLTOOL"; then
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8353 $as_echo "$DLLTOOL" >&6; }
8354 else
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8356 $as_echo "no" >&6; }
8357 fi
8358
8359
8360 fi
8361 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8362 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8363 set dummy ${ncn_progname}; ac_word=$2
8364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8365 $as_echo_n "checking for $ac_word... " >&6; }
8366 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8367 $as_echo_n "(cached) " >&6
8368 else
8369 if test -n "$DLLTOOL"; then
8370 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8371 else
8372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8373 for as_dir in $PATH
8374 do
8375 IFS=$as_save_IFS
8376 test -z "$as_dir" && as_dir=.
8377 for ac_exec_ext in '' $ac_executable_extensions; do
8378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8379 ac_cv_prog_DLLTOOL="${ncn_progname}"
8380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8381 break 2
8382 fi
8383 done
8384 done
8385 IFS=$as_save_IFS
8386
8387 fi
8388 fi
8389 DLLTOOL=$ac_cv_prog_DLLTOOL
8390 if test -n "$DLLTOOL"; then
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8392 $as_echo "$DLLTOOL" >&6; }
8393 else
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8395 $as_echo "no" >&6; }
8396 fi
8397
8398
8399 fi
8400 test -n "$ac_cv_prog_DLLTOOL" && break
8401 done
8402
8403 if test -z "$ac_cv_prog_DLLTOOL" ; then
8404 set dummy dlltool
8405 if test $build = $host ; then
8406 DLLTOOL="$2"
8407 else
8408 DLLTOOL="${ncn_tool_prefix}$2"
8409 fi
8410 fi
8411
8412
8413
8414 if test -n "$LD"; then
8415 ac_cv_prog_LD=$LD
8416 elif test -n "$ac_cv_prog_LD"; then
8417 LD=$ac_cv_prog_LD
8418 fi
8419
8420 if test -n "$ac_cv_prog_LD"; then
8421 for ncn_progname in ld; do
8422 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8423 set dummy ${ncn_progname}; ac_word=$2
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8425 $as_echo_n "checking for $ac_word... " >&6; }
8426 if test "${ac_cv_prog_LD+set}" = set; then :
8427 $as_echo_n "(cached) " >&6
8428 else
8429 if test -n "$LD"; then
8430 ac_cv_prog_LD="$LD" # Let the user override the test.
8431 else
8432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8433 for as_dir in $PATH
8434 do
8435 IFS=$as_save_IFS
8436 test -z "$as_dir" && as_dir=.
8437 for ac_exec_ext in '' $ac_executable_extensions; do
8438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8439 ac_cv_prog_LD="${ncn_progname}"
8440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8441 break 2
8442 fi
8443 done
8444 done
8445 IFS=$as_save_IFS
8446
8447 fi
8448 fi
8449 LD=$ac_cv_prog_LD
8450 if test -n "$LD"; then
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8452 $as_echo "$LD" >&6; }
8453 else
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8455 $as_echo "no" >&6; }
8456 fi
8457
8458
8459 done
8460 fi
8461
8462 for ncn_progname in ld; do
8463 if test -n "$ncn_tool_prefix"; then
8464 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8465 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8467 $as_echo_n "checking for $ac_word... " >&6; }
8468 if test "${ac_cv_prog_LD+set}" = set; then :
8469 $as_echo_n "(cached) " >&6
8470 else
8471 if test -n "$LD"; then
8472 ac_cv_prog_LD="$LD" # Let the user override the test.
8473 else
8474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8475 for as_dir in $PATH
8476 do
8477 IFS=$as_save_IFS
8478 test -z "$as_dir" && as_dir=.
8479 for ac_exec_ext in '' $ac_executable_extensions; do
8480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8481 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8483 break 2
8484 fi
8485 done
8486 done
8487 IFS=$as_save_IFS
8488
8489 fi
8490 fi
8491 LD=$ac_cv_prog_LD
8492 if test -n "$LD"; then
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8494 $as_echo "$LD" >&6; }
8495 else
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8497 $as_echo "no" >&6; }
8498 fi
8499
8500
8501 fi
8502 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8504 set dummy ${ncn_progname}; ac_word=$2
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8506 $as_echo_n "checking for $ac_word... " >&6; }
8507 if test "${ac_cv_prog_LD+set}" = set; then :
8508 $as_echo_n "(cached) " >&6
8509 else
8510 if test -n "$LD"; then
8511 ac_cv_prog_LD="$LD" # Let the user override the test.
8512 else
8513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8514 for as_dir in $PATH
8515 do
8516 IFS=$as_save_IFS
8517 test -z "$as_dir" && as_dir=.
8518 for ac_exec_ext in '' $ac_executable_extensions; do
8519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8520 ac_cv_prog_LD="${ncn_progname}"
8521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8522 break 2
8523 fi
8524 done
8525 done
8526 IFS=$as_save_IFS
8527
8528 fi
8529 fi
8530 LD=$ac_cv_prog_LD
8531 if test -n "$LD"; then
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8533 $as_echo "$LD" >&6; }
8534 else
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8536 $as_echo "no" >&6; }
8537 fi
8538
8539
8540 fi
8541 test -n "$ac_cv_prog_LD" && break
8542 done
8543
8544 if test -z "$ac_cv_prog_LD" ; then
8545 set dummy ld
8546 if test $build = $host ; then
8547 LD="$2"
8548 else
8549 LD="${ncn_tool_prefix}$2"
8550 fi
8551 fi
8552
8553
8554
8555 if test -n "$LIPO"; then
8556 ac_cv_prog_LIPO=$LIPO
8557 elif test -n "$ac_cv_prog_LIPO"; then
8558 LIPO=$ac_cv_prog_LIPO
8559 fi
8560
8561 if test -n "$ac_cv_prog_LIPO"; then
8562 for ncn_progname in lipo; do
8563 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8564 set dummy ${ncn_progname}; ac_word=$2
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8566 $as_echo_n "checking for $ac_word... " >&6; }
8567 if test "${ac_cv_prog_LIPO+set}" = set; then :
8568 $as_echo_n "(cached) " >&6
8569 else
8570 if test -n "$LIPO"; then
8571 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8572 else
8573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8574 for as_dir in $PATH
8575 do
8576 IFS=$as_save_IFS
8577 test -z "$as_dir" && as_dir=.
8578 for ac_exec_ext in '' $ac_executable_extensions; do
8579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8580 ac_cv_prog_LIPO="${ncn_progname}"
8581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8582 break 2
8583 fi
8584 done
8585 done
8586 IFS=$as_save_IFS
8587
8588 fi
8589 fi
8590 LIPO=$ac_cv_prog_LIPO
8591 if test -n "$LIPO"; then
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8593 $as_echo "$LIPO" >&6; }
8594 else
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8596 $as_echo "no" >&6; }
8597 fi
8598
8599
8600 done
8601 fi
8602
8603 for ncn_progname in lipo; do
8604 if test -n "$ncn_tool_prefix"; then
8605 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8606 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8608 $as_echo_n "checking for $ac_word... " >&6; }
8609 if test "${ac_cv_prog_LIPO+set}" = set; then :
8610 $as_echo_n "(cached) " >&6
8611 else
8612 if test -n "$LIPO"; then
8613 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8614 else
8615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8616 for as_dir in $PATH
8617 do
8618 IFS=$as_save_IFS
8619 test -z "$as_dir" && as_dir=.
8620 for ac_exec_ext in '' $ac_executable_extensions; do
8621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8622 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8624 break 2
8625 fi
8626 done
8627 done
8628 IFS=$as_save_IFS
8629
8630 fi
8631 fi
8632 LIPO=$ac_cv_prog_LIPO
8633 if test -n "$LIPO"; then
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8635 $as_echo "$LIPO" >&6; }
8636 else
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8638 $as_echo "no" >&6; }
8639 fi
8640
8641
8642 fi
8643 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8645 set dummy ${ncn_progname}; ac_word=$2
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8647 $as_echo_n "checking for $ac_word... " >&6; }
8648 if test "${ac_cv_prog_LIPO+set}" = set; then :
8649 $as_echo_n "(cached) " >&6
8650 else
8651 if test -n "$LIPO"; then
8652 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8653 else
8654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8655 for as_dir in $PATH
8656 do
8657 IFS=$as_save_IFS
8658 test -z "$as_dir" && as_dir=.
8659 for ac_exec_ext in '' $ac_executable_extensions; do
8660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8661 ac_cv_prog_LIPO="${ncn_progname}"
8662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8663 break 2
8664 fi
8665 done
8666 done
8667 IFS=$as_save_IFS
8668
8669 fi
8670 fi
8671 LIPO=$ac_cv_prog_LIPO
8672 if test -n "$LIPO"; then
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8674 $as_echo "$LIPO" >&6; }
8675 else
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8677 $as_echo "no" >&6; }
8678 fi
8679
8680
8681 fi
8682 test -n "$ac_cv_prog_LIPO" && break
8683 done
8684
8685 if test -z "$ac_cv_prog_LIPO" ; then
8686 set dummy lipo
8687 if test $build = $host ; then
8688 LIPO="$2"
8689 else
8690 LIPO="${ncn_tool_prefix}$2"
8691 fi
8692 fi
8693
8694
8695
8696 if test -n "$NM"; then
8697 ac_cv_prog_NM=$NM
8698 elif test -n "$ac_cv_prog_NM"; then
8699 NM=$ac_cv_prog_NM
8700 fi
8701
8702 if test -n "$ac_cv_prog_NM"; then
8703 for ncn_progname in nm; do
8704 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8705 set dummy ${ncn_progname}; ac_word=$2
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8707 $as_echo_n "checking for $ac_word... " >&6; }
8708 if test "${ac_cv_prog_NM+set}" = set; then :
8709 $as_echo_n "(cached) " >&6
8710 else
8711 if test -n "$NM"; then
8712 ac_cv_prog_NM="$NM" # Let the user override the test.
8713 else
8714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8715 for as_dir in $PATH
8716 do
8717 IFS=$as_save_IFS
8718 test -z "$as_dir" && as_dir=.
8719 for ac_exec_ext in '' $ac_executable_extensions; do
8720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8721 ac_cv_prog_NM="${ncn_progname}"
8722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8723 break 2
8724 fi
8725 done
8726 done
8727 IFS=$as_save_IFS
8728
8729 fi
8730 fi
8731 NM=$ac_cv_prog_NM
8732 if test -n "$NM"; then
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8734 $as_echo "$NM" >&6; }
8735 else
8736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8737 $as_echo "no" >&6; }
8738 fi
8739
8740
8741 done
8742 fi
8743
8744 for ncn_progname in nm; do
8745 if test -n "$ncn_tool_prefix"; then
8746 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8747 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8749 $as_echo_n "checking for $ac_word... " >&6; }
8750 if test "${ac_cv_prog_NM+set}" = set; then :
8751 $as_echo_n "(cached) " >&6
8752 else
8753 if test -n "$NM"; then
8754 ac_cv_prog_NM="$NM" # Let the user override the test.
8755 else
8756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8757 for as_dir in $PATH
8758 do
8759 IFS=$as_save_IFS
8760 test -z "$as_dir" && as_dir=.
8761 for ac_exec_ext in '' $ac_executable_extensions; do
8762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8763 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8765 break 2
8766 fi
8767 done
8768 done
8769 IFS=$as_save_IFS
8770
8771 fi
8772 fi
8773 NM=$ac_cv_prog_NM
8774 if test -n "$NM"; then
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8776 $as_echo "$NM" >&6; }
8777 else
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8779 $as_echo "no" >&6; }
8780 fi
8781
8782
8783 fi
8784 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8786 set dummy ${ncn_progname}; ac_word=$2
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8788 $as_echo_n "checking for $ac_word... " >&6; }
8789 if test "${ac_cv_prog_NM+set}" = set; then :
8790 $as_echo_n "(cached) " >&6
8791 else
8792 if test -n "$NM"; then
8793 ac_cv_prog_NM="$NM" # Let the user override the test.
8794 else
8795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8796 for as_dir in $PATH
8797 do
8798 IFS=$as_save_IFS
8799 test -z "$as_dir" && as_dir=.
8800 for ac_exec_ext in '' $ac_executable_extensions; do
8801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8802 ac_cv_prog_NM="${ncn_progname}"
8803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8804 break 2
8805 fi
8806 done
8807 done
8808 IFS=$as_save_IFS
8809
8810 fi
8811 fi
8812 NM=$ac_cv_prog_NM
8813 if test -n "$NM"; then
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8815 $as_echo "$NM" >&6; }
8816 else
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8818 $as_echo "no" >&6; }
8819 fi
8820
8821
8822 fi
8823 test -n "$ac_cv_prog_NM" && break
8824 done
8825
8826 if test -z "$ac_cv_prog_NM" ; then
8827 set dummy nm
8828 if test $build = $host ; then
8829 NM="$2"
8830 else
8831 NM="${ncn_tool_prefix}$2"
8832 fi
8833 fi
8834
8835
8836
8837 if test -n "$RANLIB"; then
8838 ac_cv_prog_RANLIB=$RANLIB
8839 elif test -n "$ac_cv_prog_RANLIB"; then
8840 RANLIB=$ac_cv_prog_RANLIB
8841 fi
8842
8843 if test -n "$ac_cv_prog_RANLIB"; then
8844 for ncn_progname in ranlib; do
8845 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8846 set dummy ${ncn_progname}; ac_word=$2
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8848 $as_echo_n "checking for $ac_word... " >&6; }
8849 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8850 $as_echo_n "(cached) " >&6
8851 else
8852 if test -n "$RANLIB"; then
8853 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8854 else
8855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8856 for as_dir in $PATH
8857 do
8858 IFS=$as_save_IFS
8859 test -z "$as_dir" && as_dir=.
8860 for ac_exec_ext in '' $ac_executable_extensions; do
8861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8862 ac_cv_prog_RANLIB="${ncn_progname}"
8863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8864 break 2
8865 fi
8866 done
8867 done
8868 IFS=$as_save_IFS
8869
8870 fi
8871 fi
8872 RANLIB=$ac_cv_prog_RANLIB
8873 if test -n "$RANLIB"; then
8874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8875 $as_echo "$RANLIB" >&6; }
8876 else
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8878 $as_echo "no" >&6; }
8879 fi
8880
8881
8882 done
8883 fi
8884
8885 for ncn_progname in ranlib; do
8886 if test -n "$ncn_tool_prefix"; then
8887 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8888 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8890 $as_echo_n "checking for $ac_word... " >&6; }
8891 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8892 $as_echo_n "(cached) " >&6
8893 else
8894 if test -n "$RANLIB"; then
8895 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8896 else
8897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8898 for as_dir in $PATH
8899 do
8900 IFS=$as_save_IFS
8901 test -z "$as_dir" && as_dir=.
8902 for ac_exec_ext in '' $ac_executable_extensions; do
8903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8904 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8906 break 2
8907 fi
8908 done
8909 done
8910 IFS=$as_save_IFS
8911
8912 fi
8913 fi
8914 RANLIB=$ac_cv_prog_RANLIB
8915 if test -n "$RANLIB"; then
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8917 $as_echo "$RANLIB" >&6; }
8918 else
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8920 $as_echo "no" >&6; }
8921 fi
8922
8923
8924 fi
8925 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8927 set dummy ${ncn_progname}; ac_word=$2
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8929 $as_echo_n "checking for $ac_word... " >&6; }
8930 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8931 $as_echo_n "(cached) " >&6
8932 else
8933 if test -n "$RANLIB"; then
8934 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8935 else
8936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8937 for as_dir in $PATH
8938 do
8939 IFS=$as_save_IFS
8940 test -z "$as_dir" && as_dir=.
8941 for ac_exec_ext in '' $ac_executable_extensions; do
8942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8943 ac_cv_prog_RANLIB="${ncn_progname}"
8944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8945 break 2
8946 fi
8947 done
8948 done
8949 IFS=$as_save_IFS
8950
8951 fi
8952 fi
8953 RANLIB=$ac_cv_prog_RANLIB
8954 if test -n "$RANLIB"; then
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8956 $as_echo "$RANLIB" >&6; }
8957 else
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8959 $as_echo "no" >&6; }
8960 fi
8961
8962
8963 fi
8964 test -n "$ac_cv_prog_RANLIB" && break
8965 done
8966
8967 if test -z "$ac_cv_prog_RANLIB" ; then
8968 RANLIB="true"
8969 fi
8970
8971
8972
8973 if test -n "$STRIP"; then
8974 ac_cv_prog_STRIP=$STRIP
8975 elif test -n "$ac_cv_prog_STRIP"; then
8976 STRIP=$ac_cv_prog_STRIP
8977 fi
8978
8979 if test -n "$ac_cv_prog_STRIP"; then
8980 for ncn_progname in strip; do
8981 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8982 set dummy ${ncn_progname}; ac_word=$2
8983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8984 $as_echo_n "checking for $ac_word... " >&6; }
8985 if test "${ac_cv_prog_STRIP+set}" = set; then :
8986 $as_echo_n "(cached) " >&6
8987 else
8988 if test -n "$STRIP"; then
8989 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8990 else
8991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8992 for as_dir in $PATH
8993 do
8994 IFS=$as_save_IFS
8995 test -z "$as_dir" && as_dir=.
8996 for ac_exec_ext in '' $ac_executable_extensions; do
8997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8998 ac_cv_prog_STRIP="${ncn_progname}"
8999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9000 break 2
9001 fi
9002 done
9003 done
9004 IFS=$as_save_IFS
9005
9006 fi
9007 fi
9008 STRIP=$ac_cv_prog_STRIP
9009 if test -n "$STRIP"; then
9010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9011 $as_echo "$STRIP" >&6; }
9012 else
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9014 $as_echo "no" >&6; }
9015 fi
9016
9017
9018 done
9019 fi
9020
9021 for ncn_progname in strip; do
9022 if test -n "$ncn_tool_prefix"; then
9023 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9024 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9026 $as_echo_n "checking for $ac_word... " >&6; }
9027 if test "${ac_cv_prog_STRIP+set}" = set; then :
9028 $as_echo_n "(cached) " >&6
9029 else
9030 if test -n "$STRIP"; then
9031 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9032 else
9033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9034 for as_dir in $PATH
9035 do
9036 IFS=$as_save_IFS
9037 test -z "$as_dir" && as_dir=.
9038 for ac_exec_ext in '' $ac_executable_extensions; do
9039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9040 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9042 break 2
9043 fi
9044 done
9045 done
9046 IFS=$as_save_IFS
9047
9048 fi
9049 fi
9050 STRIP=$ac_cv_prog_STRIP
9051 if test -n "$STRIP"; then
9052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9053 $as_echo "$STRIP" >&6; }
9054 else
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9056 $as_echo "no" >&6; }
9057 fi
9058
9059
9060 fi
9061 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9062 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9063 set dummy ${ncn_progname}; ac_word=$2
9064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9065 $as_echo_n "checking for $ac_word... " >&6; }
9066 if test "${ac_cv_prog_STRIP+set}" = set; then :
9067 $as_echo_n "(cached) " >&6
9068 else
9069 if test -n "$STRIP"; then
9070 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9071 else
9072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9073 for as_dir in $PATH
9074 do
9075 IFS=$as_save_IFS
9076 test -z "$as_dir" && as_dir=.
9077 for ac_exec_ext in '' $ac_executable_extensions; do
9078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9079 ac_cv_prog_STRIP="${ncn_progname}"
9080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9081 break 2
9082 fi
9083 done
9084 done
9085 IFS=$as_save_IFS
9086
9087 fi
9088 fi
9089 STRIP=$ac_cv_prog_STRIP
9090 if test -n "$STRIP"; then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9092 $as_echo "$STRIP" >&6; }
9093 else
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9095 $as_echo "no" >&6; }
9096 fi
9097
9098
9099 fi
9100 test -n "$ac_cv_prog_STRIP" && break
9101 done
9102
9103 if test -z "$ac_cv_prog_STRIP" ; then
9104 STRIP="true"
9105 fi
9106
9107
9108
9109 if test -n "$WINDRES"; then
9110 ac_cv_prog_WINDRES=$WINDRES
9111 elif test -n "$ac_cv_prog_WINDRES"; then
9112 WINDRES=$ac_cv_prog_WINDRES
9113 fi
9114
9115 if test -n "$ac_cv_prog_WINDRES"; then
9116 for ncn_progname in windres; do
9117 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9118 set dummy ${ncn_progname}; ac_word=$2
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9120 $as_echo_n "checking for $ac_word... " >&6; }
9121 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9122 $as_echo_n "(cached) " >&6
9123 else
9124 if test -n "$WINDRES"; then
9125 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9126 else
9127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9128 for as_dir in $PATH
9129 do
9130 IFS=$as_save_IFS
9131 test -z "$as_dir" && as_dir=.
9132 for ac_exec_ext in '' $ac_executable_extensions; do
9133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9134 ac_cv_prog_WINDRES="${ncn_progname}"
9135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9136 break 2
9137 fi
9138 done
9139 done
9140 IFS=$as_save_IFS
9141
9142 fi
9143 fi
9144 WINDRES=$ac_cv_prog_WINDRES
9145 if test -n "$WINDRES"; then
9146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9147 $as_echo "$WINDRES" >&6; }
9148 else
9149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9150 $as_echo "no" >&6; }
9151 fi
9152
9153
9154 done
9155 fi
9156
9157 for ncn_progname in windres; do
9158 if test -n "$ncn_tool_prefix"; then
9159 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9160 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9162 $as_echo_n "checking for $ac_word... " >&6; }
9163 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9164 $as_echo_n "(cached) " >&6
9165 else
9166 if test -n "$WINDRES"; then
9167 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9168 else
9169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9170 for as_dir in $PATH
9171 do
9172 IFS=$as_save_IFS
9173 test -z "$as_dir" && as_dir=.
9174 for ac_exec_ext in '' $ac_executable_extensions; do
9175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9176 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9178 break 2
9179 fi
9180 done
9181 done
9182 IFS=$as_save_IFS
9183
9184 fi
9185 fi
9186 WINDRES=$ac_cv_prog_WINDRES
9187 if test -n "$WINDRES"; then
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9189 $as_echo "$WINDRES" >&6; }
9190 else
9191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9192 $as_echo "no" >&6; }
9193 fi
9194
9195
9196 fi
9197 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9198 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9199 set dummy ${ncn_progname}; ac_word=$2
9200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9201 $as_echo_n "checking for $ac_word... " >&6; }
9202 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9203 $as_echo_n "(cached) " >&6
9204 else
9205 if test -n "$WINDRES"; then
9206 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9207 else
9208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9209 for as_dir in $PATH
9210 do
9211 IFS=$as_save_IFS
9212 test -z "$as_dir" && as_dir=.
9213 for ac_exec_ext in '' $ac_executable_extensions; do
9214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9215 ac_cv_prog_WINDRES="${ncn_progname}"
9216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9217 break 2
9218 fi
9219 done
9220 done
9221 IFS=$as_save_IFS
9222
9223 fi
9224 fi
9225 WINDRES=$ac_cv_prog_WINDRES
9226 if test -n "$WINDRES"; then
9227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9228 $as_echo "$WINDRES" >&6; }
9229 else
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9231 $as_echo "no" >&6; }
9232 fi
9233
9234
9235 fi
9236 test -n "$ac_cv_prog_WINDRES" && break
9237 done
9238
9239 if test -z "$ac_cv_prog_WINDRES" ; then
9240 set dummy windres
9241 if test $build = $host ; then
9242 WINDRES="$2"
9243 else
9244 WINDRES="${ncn_tool_prefix}$2"
9245 fi
9246 fi
9247
9248
9249
9250 if test -n "$WINDMC"; then
9251 ac_cv_prog_WINDMC=$WINDMC
9252 elif test -n "$ac_cv_prog_WINDMC"; then
9253 WINDMC=$ac_cv_prog_WINDMC
9254 fi
9255
9256 if test -n "$ac_cv_prog_WINDMC"; then
9257 for ncn_progname in windmc; do
9258 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9259 set dummy ${ncn_progname}; ac_word=$2
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9261 $as_echo_n "checking for $ac_word... " >&6; }
9262 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9263 $as_echo_n "(cached) " >&6
9264 else
9265 if test -n "$WINDMC"; then
9266 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9267 else
9268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9269 for as_dir in $PATH
9270 do
9271 IFS=$as_save_IFS
9272 test -z "$as_dir" && as_dir=.
9273 for ac_exec_ext in '' $ac_executable_extensions; do
9274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9275 ac_cv_prog_WINDMC="${ncn_progname}"
9276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9277 break 2
9278 fi
9279 done
9280 done
9281 IFS=$as_save_IFS
9282
9283 fi
9284 fi
9285 WINDMC=$ac_cv_prog_WINDMC
9286 if test -n "$WINDMC"; then
9287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9288 $as_echo "$WINDMC" >&6; }
9289 else
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9291 $as_echo "no" >&6; }
9292 fi
9293
9294
9295 done
9296 fi
9297
9298 for ncn_progname in windmc; do
9299 if test -n "$ncn_tool_prefix"; then
9300 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9301 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9303 $as_echo_n "checking for $ac_word... " >&6; }
9304 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9305 $as_echo_n "(cached) " >&6
9306 else
9307 if test -n "$WINDMC"; then
9308 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9309 else
9310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9311 for as_dir in $PATH
9312 do
9313 IFS=$as_save_IFS
9314 test -z "$as_dir" && as_dir=.
9315 for ac_exec_ext in '' $ac_executable_extensions; do
9316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9317 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9319 break 2
9320 fi
9321 done
9322 done
9323 IFS=$as_save_IFS
9324
9325 fi
9326 fi
9327 WINDMC=$ac_cv_prog_WINDMC
9328 if test -n "$WINDMC"; then
9329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9330 $as_echo "$WINDMC" >&6; }
9331 else
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9333 $as_echo "no" >&6; }
9334 fi
9335
9336
9337 fi
9338 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9339 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9340 set dummy ${ncn_progname}; ac_word=$2
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9342 $as_echo_n "checking for $ac_word... " >&6; }
9343 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9344 $as_echo_n "(cached) " >&6
9345 else
9346 if test -n "$WINDMC"; then
9347 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9348 else
9349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9350 for as_dir in $PATH
9351 do
9352 IFS=$as_save_IFS
9353 test -z "$as_dir" && as_dir=.
9354 for ac_exec_ext in '' $ac_executable_extensions; do
9355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9356 ac_cv_prog_WINDMC="${ncn_progname}"
9357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9358 break 2
9359 fi
9360 done
9361 done
9362 IFS=$as_save_IFS
9363
9364 fi
9365 fi
9366 WINDMC=$ac_cv_prog_WINDMC
9367 if test -n "$WINDMC"; then
9368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9369 $as_echo "$WINDMC" >&6; }
9370 else
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9372 $as_echo "no" >&6; }
9373 fi
9374
9375
9376 fi
9377 test -n "$ac_cv_prog_WINDMC" && break
9378 done
9379
9380 if test -z "$ac_cv_prog_WINDMC" ; then
9381 set dummy windmc
9382 if test $build = $host ; then
9383 WINDMC="$2"
9384 else
9385 WINDMC="${ncn_tool_prefix}$2"
9386 fi
9387 fi
9388
9389
9390
9391 if test -n "$OBJCOPY"; then
9392 ac_cv_prog_OBJCOPY=$OBJCOPY
9393 elif test -n "$ac_cv_prog_OBJCOPY"; then
9394 OBJCOPY=$ac_cv_prog_OBJCOPY
9395 fi
9396
9397 if test -n "$ac_cv_prog_OBJCOPY"; then
9398 for ncn_progname in objcopy; do
9399 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9400 set dummy ${ncn_progname}; ac_word=$2
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9402 $as_echo_n "checking for $ac_word... " >&6; }
9403 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9404 $as_echo_n "(cached) " >&6
9405 else
9406 if test -n "$OBJCOPY"; then
9407 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9408 else
9409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9410 for as_dir in $PATH
9411 do
9412 IFS=$as_save_IFS
9413 test -z "$as_dir" && as_dir=.
9414 for ac_exec_ext in '' $ac_executable_extensions; do
9415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9416 ac_cv_prog_OBJCOPY="${ncn_progname}"
9417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9418 break 2
9419 fi
9420 done
9421 done
9422 IFS=$as_save_IFS
9423
9424 fi
9425 fi
9426 OBJCOPY=$ac_cv_prog_OBJCOPY
9427 if test -n "$OBJCOPY"; then
9428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9429 $as_echo "$OBJCOPY" >&6; }
9430 else
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9432 $as_echo "no" >&6; }
9433 fi
9434
9435
9436 done
9437 fi
9438
9439 for ncn_progname in objcopy; do
9440 if test -n "$ncn_tool_prefix"; then
9441 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9442 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9444 $as_echo_n "checking for $ac_word... " >&6; }
9445 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9446 $as_echo_n "(cached) " >&6
9447 else
9448 if test -n "$OBJCOPY"; then
9449 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9450 else
9451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9452 for as_dir in $PATH
9453 do
9454 IFS=$as_save_IFS
9455 test -z "$as_dir" && as_dir=.
9456 for ac_exec_ext in '' $ac_executable_extensions; do
9457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9458 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9460 break 2
9461 fi
9462 done
9463 done
9464 IFS=$as_save_IFS
9465
9466 fi
9467 fi
9468 OBJCOPY=$ac_cv_prog_OBJCOPY
9469 if test -n "$OBJCOPY"; then
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9471 $as_echo "$OBJCOPY" >&6; }
9472 else
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9474 $as_echo "no" >&6; }
9475 fi
9476
9477
9478 fi
9479 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9480 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9481 set dummy ${ncn_progname}; ac_word=$2
9482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9483 $as_echo_n "checking for $ac_word... " >&6; }
9484 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9485 $as_echo_n "(cached) " >&6
9486 else
9487 if test -n "$OBJCOPY"; then
9488 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9489 else
9490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9491 for as_dir in $PATH
9492 do
9493 IFS=$as_save_IFS
9494 test -z "$as_dir" && as_dir=.
9495 for ac_exec_ext in '' $ac_executable_extensions; do
9496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9497 ac_cv_prog_OBJCOPY="${ncn_progname}"
9498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9499 break 2
9500 fi
9501 done
9502 done
9503 IFS=$as_save_IFS
9504
9505 fi
9506 fi
9507 OBJCOPY=$ac_cv_prog_OBJCOPY
9508 if test -n "$OBJCOPY"; then
9509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9510 $as_echo "$OBJCOPY" >&6; }
9511 else
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9513 $as_echo "no" >&6; }
9514 fi
9515
9516
9517 fi
9518 test -n "$ac_cv_prog_OBJCOPY" && break
9519 done
9520
9521 if test -z "$ac_cv_prog_OBJCOPY" ; then
9522 set dummy objcopy
9523 if test $build = $host ; then
9524 OBJCOPY="$2"
9525 else
9526 OBJCOPY="${ncn_tool_prefix}$2"
9527 fi
9528 fi
9529
9530
9531
9532 if test -n "$OBJDUMP"; then
9533 ac_cv_prog_OBJDUMP=$OBJDUMP
9534 elif test -n "$ac_cv_prog_OBJDUMP"; then
9535 OBJDUMP=$ac_cv_prog_OBJDUMP
9536 fi
9537
9538 if test -n "$ac_cv_prog_OBJDUMP"; then
9539 for ncn_progname in objdump; do
9540 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9541 set dummy ${ncn_progname}; ac_word=$2
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9543 $as_echo_n "checking for $ac_word... " >&6; }
9544 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9545 $as_echo_n "(cached) " >&6
9546 else
9547 if test -n "$OBJDUMP"; then
9548 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9549 else
9550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9551 for as_dir in $PATH
9552 do
9553 IFS=$as_save_IFS
9554 test -z "$as_dir" && as_dir=.
9555 for ac_exec_ext in '' $ac_executable_extensions; do
9556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9557 ac_cv_prog_OBJDUMP="${ncn_progname}"
9558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9559 break 2
9560 fi
9561 done
9562 done
9563 IFS=$as_save_IFS
9564
9565 fi
9566 fi
9567 OBJDUMP=$ac_cv_prog_OBJDUMP
9568 if test -n "$OBJDUMP"; then
9569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9570 $as_echo "$OBJDUMP" >&6; }
9571 else
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9573 $as_echo "no" >&6; }
9574 fi
9575
9576
9577 done
9578 fi
9579
9580 for ncn_progname in objdump; do
9581 if test -n "$ncn_tool_prefix"; then
9582 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9583 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9585 $as_echo_n "checking for $ac_word... " >&6; }
9586 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9587 $as_echo_n "(cached) " >&6
9588 else
9589 if test -n "$OBJDUMP"; then
9590 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9591 else
9592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9593 for as_dir in $PATH
9594 do
9595 IFS=$as_save_IFS
9596 test -z "$as_dir" && as_dir=.
9597 for ac_exec_ext in '' $ac_executable_extensions; do
9598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9599 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9601 break 2
9602 fi
9603 done
9604 done
9605 IFS=$as_save_IFS
9606
9607 fi
9608 fi
9609 OBJDUMP=$ac_cv_prog_OBJDUMP
9610 if test -n "$OBJDUMP"; then
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9612 $as_echo "$OBJDUMP" >&6; }
9613 else
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9615 $as_echo "no" >&6; }
9616 fi
9617
9618
9619 fi
9620 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9621 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9622 set dummy ${ncn_progname}; ac_word=$2
9623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9624 $as_echo_n "checking for $ac_word... " >&6; }
9625 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9626 $as_echo_n "(cached) " >&6
9627 else
9628 if test -n "$OBJDUMP"; then
9629 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9630 else
9631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9632 for as_dir in $PATH
9633 do
9634 IFS=$as_save_IFS
9635 test -z "$as_dir" && as_dir=.
9636 for ac_exec_ext in '' $ac_executable_extensions; do
9637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9638 ac_cv_prog_OBJDUMP="${ncn_progname}"
9639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9640 break 2
9641 fi
9642 done
9643 done
9644 IFS=$as_save_IFS
9645
9646 fi
9647 fi
9648 OBJDUMP=$ac_cv_prog_OBJDUMP
9649 if test -n "$OBJDUMP"; then
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9651 $as_echo "$OBJDUMP" >&6; }
9652 else
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9654 $as_echo "no" >&6; }
9655 fi
9656
9657
9658 fi
9659 test -n "$ac_cv_prog_OBJDUMP" && break
9660 done
9661
9662 if test -z "$ac_cv_prog_OBJDUMP" ; then
9663 set dummy objdump
9664 if test $build = $host ; then
9665 OBJDUMP="$2"
9666 else
9667 OBJDUMP="${ncn_tool_prefix}$2"
9668 fi
9669 fi
9670
9671
9672
9673 if test -n "$READELF"; then
9674 ac_cv_prog_READELF=$READELF
9675 elif test -n "$ac_cv_prog_READELF"; then
9676 READELF=$ac_cv_prog_READELF
9677 fi
9678
9679 if test -n "$ac_cv_prog_READELF"; then
9680 for ncn_progname in readelf; do
9681 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9682 set dummy ${ncn_progname}; ac_word=$2
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9684 $as_echo_n "checking for $ac_word... " >&6; }
9685 if test "${ac_cv_prog_READELF+set}" = set; then :
9686 $as_echo_n "(cached) " >&6
9687 else
9688 if test -n "$READELF"; then
9689 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9690 else
9691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9692 for as_dir in $PATH
9693 do
9694 IFS=$as_save_IFS
9695 test -z "$as_dir" && as_dir=.
9696 for ac_exec_ext in '' $ac_executable_extensions; do
9697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9698 ac_cv_prog_READELF="${ncn_progname}"
9699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9700 break 2
9701 fi
9702 done
9703 done
9704 IFS=$as_save_IFS
9705
9706 fi
9707 fi
9708 READELF=$ac_cv_prog_READELF
9709 if test -n "$READELF"; then
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9711 $as_echo "$READELF" >&6; }
9712 else
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9714 $as_echo "no" >&6; }
9715 fi
9716
9717
9718 done
9719 fi
9720
9721 for ncn_progname in readelf; do
9722 if test -n "$ncn_tool_prefix"; then
9723 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9724 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9726 $as_echo_n "checking for $ac_word... " >&6; }
9727 if test "${ac_cv_prog_READELF+set}" = set; then :
9728 $as_echo_n "(cached) " >&6
9729 else
9730 if test -n "$READELF"; then
9731 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9732 else
9733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9734 for as_dir in $PATH
9735 do
9736 IFS=$as_save_IFS
9737 test -z "$as_dir" && as_dir=.
9738 for ac_exec_ext in '' $ac_executable_extensions; do
9739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9740 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9742 break 2
9743 fi
9744 done
9745 done
9746 IFS=$as_save_IFS
9747
9748 fi
9749 fi
9750 READELF=$ac_cv_prog_READELF
9751 if test -n "$READELF"; then
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9753 $as_echo "$READELF" >&6; }
9754 else
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9756 $as_echo "no" >&6; }
9757 fi
9758
9759
9760 fi
9761 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9762 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9763 set dummy ${ncn_progname}; ac_word=$2
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9765 $as_echo_n "checking for $ac_word... " >&6; }
9766 if test "${ac_cv_prog_READELF+set}" = set; then :
9767 $as_echo_n "(cached) " >&6
9768 else
9769 if test -n "$READELF"; then
9770 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9771 else
9772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9773 for as_dir in $PATH
9774 do
9775 IFS=$as_save_IFS
9776 test -z "$as_dir" && as_dir=.
9777 for ac_exec_ext in '' $ac_executable_extensions; do
9778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9779 ac_cv_prog_READELF="${ncn_progname}"
9780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9781 break 2
9782 fi
9783 done
9784 done
9785 IFS=$as_save_IFS
9786
9787 fi
9788 fi
9789 READELF=$ac_cv_prog_READELF
9790 if test -n "$READELF"; then
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9792 $as_echo "$READELF" >&6; }
9793 else
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9795 $as_echo "no" >&6; }
9796 fi
9797
9798
9799 fi
9800 test -n "$ac_cv_prog_READELF" && break
9801 done
9802
9803 if test -z "$ac_cv_prog_READELF" ; then
9804 set dummy readelf
9805 if test $build = $host ; then
9806 READELF="$2"
9807 else
9808 READELF="${ncn_tool_prefix}$2"
9809 fi
9810 fi
9811
9812
9813
9814
9815
9816
9817 # Target tools.
9818
9819 # Check whether --with-build-time-tools was given.
9820 if test "${with_build_time_tools+set}" = set; then :
9821 withval=$with_build_time_tools; case x"$withval" in
9822 x/*) ;;
9823 *)
9824 with_build_time_tools=
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9826 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9827 ;;
9828 esac
9829 else
9830 with_build_time_tools=
9831 fi
9832
9833
9834
9835
9836 if test -n "$CC_FOR_TARGET"; then
9837 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9838 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9839 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9840 fi
9841
9842 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9843 for ncn_progname in cc gcc; do
9844 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9845 set dummy ${ncn_progname}; ac_word=$2
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9847 $as_echo_n "checking for $ac_word... " >&6; }
9848 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9849 $as_echo_n "(cached) " >&6
9850 else
9851 if test -n "$CC_FOR_TARGET"; then
9852 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9853 else
9854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9855 for as_dir in $PATH
9856 do
9857 IFS=$as_save_IFS
9858 test -z "$as_dir" && as_dir=.
9859 for ac_exec_ext in '' $ac_executable_extensions; do
9860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9861 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9863 break 2
9864 fi
9865 done
9866 done
9867 IFS=$as_save_IFS
9868
9869 fi
9870 fi
9871 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9872 if test -n "$CC_FOR_TARGET"; then
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9874 $as_echo "$CC_FOR_TARGET" >&6; }
9875 else
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9877 $as_echo "no" >&6; }
9878 fi
9879
9880
9881 done
9882 fi
9883
9884 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9885 for ncn_progname in cc gcc; do
9886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9887 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9888 if test -x $with_build_time_tools/${ncn_progname}; then
9889 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9891 $as_echo "yes" >&6; }
9892 break
9893 else
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9895 $as_echo "no" >&6; }
9896 fi
9897 done
9898 fi
9899
9900 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9901 for ncn_progname in cc gcc; do
9902 if test -n "$ncn_target_tool_prefix"; then
9903 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9904 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9906 $as_echo_n "checking for $ac_word... " >&6; }
9907 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9908 $as_echo_n "(cached) " >&6
9909 else
9910 if test -n "$CC_FOR_TARGET"; then
9911 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9912 else
9913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9914 for as_dir in $PATH
9915 do
9916 IFS=$as_save_IFS
9917 test -z "$as_dir" && as_dir=.
9918 for ac_exec_ext in '' $ac_executable_extensions; do
9919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9920 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9922 break 2
9923 fi
9924 done
9925 done
9926 IFS=$as_save_IFS
9927
9928 fi
9929 fi
9930 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9931 if test -n "$CC_FOR_TARGET"; then
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9933 $as_echo "$CC_FOR_TARGET" >&6; }
9934 else
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9936 $as_echo "no" >&6; }
9937 fi
9938
9939
9940 fi
9941 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9942 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9943 set dummy ${ncn_progname}; ac_word=$2
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9945 $as_echo_n "checking for $ac_word... " >&6; }
9946 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9947 $as_echo_n "(cached) " >&6
9948 else
9949 if test -n "$CC_FOR_TARGET"; then
9950 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9951 else
9952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9953 for as_dir in $PATH
9954 do
9955 IFS=$as_save_IFS
9956 test -z "$as_dir" && as_dir=.
9957 for ac_exec_ext in '' $ac_executable_extensions; do
9958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9959 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9961 break 2
9962 fi
9963 done
9964 done
9965 IFS=$as_save_IFS
9966
9967 fi
9968 fi
9969 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9970 if test -n "$CC_FOR_TARGET"; then
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9972 $as_echo "$CC_FOR_TARGET" >&6; }
9973 else
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9975 $as_echo "no" >&6; }
9976 fi
9977
9978
9979 fi
9980 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9981 done
9982 fi
9983
9984 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9985 set dummy cc gcc
9986 if test $build = $target ; then
9987 CC_FOR_TARGET="$2"
9988 else
9989 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9990 fi
9991 else
9992 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9993 fi
9994
9995
9996
9997 if test -n "$CXX_FOR_TARGET"; then
9998 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9999 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10000 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10001 fi
10002
10003 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10004 for ncn_progname in c++ g++ cxx gxx; do
10005 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10006 set dummy ${ncn_progname}; ac_word=$2
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10008 $as_echo_n "checking for $ac_word... " >&6; }
10009 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10010 $as_echo_n "(cached) " >&6
10011 else
10012 if test -n "$CXX_FOR_TARGET"; then
10013 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10014 else
10015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10016 for as_dir in $PATH
10017 do
10018 IFS=$as_save_IFS
10019 test -z "$as_dir" && as_dir=.
10020 for ac_exec_ext in '' $ac_executable_extensions; do
10021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10022 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10024 break 2
10025 fi
10026 done
10027 done
10028 IFS=$as_save_IFS
10029
10030 fi
10031 fi
10032 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10033 if test -n "$CXX_FOR_TARGET"; then
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10035 $as_echo "$CXX_FOR_TARGET" >&6; }
10036 else
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10038 $as_echo "no" >&6; }
10039 fi
10040
10041
10042 done
10043 fi
10044
10045 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10046 for ncn_progname in c++ g++ cxx gxx; do
10047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10048 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10049 if test -x $with_build_time_tools/${ncn_progname}; then
10050 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10052 $as_echo "yes" >&6; }
10053 break
10054 else
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10056 $as_echo "no" >&6; }
10057 fi
10058 done
10059 fi
10060
10061 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10062 for ncn_progname in c++ g++ cxx gxx; do
10063 if test -n "$ncn_target_tool_prefix"; then
10064 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10065 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10067 $as_echo_n "checking for $ac_word... " >&6; }
10068 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10069 $as_echo_n "(cached) " >&6
10070 else
10071 if test -n "$CXX_FOR_TARGET"; then
10072 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10073 else
10074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10075 for as_dir in $PATH
10076 do
10077 IFS=$as_save_IFS
10078 test -z "$as_dir" && as_dir=.
10079 for ac_exec_ext in '' $ac_executable_extensions; do
10080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10081 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10083 break 2
10084 fi
10085 done
10086 done
10087 IFS=$as_save_IFS
10088
10089 fi
10090 fi
10091 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10092 if test -n "$CXX_FOR_TARGET"; then
10093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10094 $as_echo "$CXX_FOR_TARGET" >&6; }
10095 else
10096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10097 $as_echo "no" >&6; }
10098 fi
10099
10100
10101 fi
10102 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10103 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10104 set dummy ${ncn_progname}; ac_word=$2
10105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10106 $as_echo_n "checking for $ac_word... " >&6; }
10107 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10108 $as_echo_n "(cached) " >&6
10109 else
10110 if test -n "$CXX_FOR_TARGET"; then
10111 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10112 else
10113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10114 for as_dir in $PATH
10115 do
10116 IFS=$as_save_IFS
10117 test -z "$as_dir" && as_dir=.
10118 for ac_exec_ext in '' $ac_executable_extensions; do
10119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10120 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10122 break 2
10123 fi
10124 done
10125 done
10126 IFS=$as_save_IFS
10127
10128 fi
10129 fi
10130 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10131 if test -n "$CXX_FOR_TARGET"; then
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10133 $as_echo "$CXX_FOR_TARGET" >&6; }
10134 else
10135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10136 $as_echo "no" >&6; }
10137 fi
10138
10139
10140 fi
10141 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10142 done
10143 fi
10144
10145 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10146 set dummy c++ g++ cxx gxx
10147 if test $build = $target ; then
10148 CXX_FOR_TARGET="$2"
10149 else
10150 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10151 fi
10152 else
10153 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10154 fi
10155
10156
10157
10158 if test -n "$GCC_FOR_TARGET"; then
10159 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10160 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10161 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10162 fi
10163
10164 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10165 for ncn_progname in gcc; do
10166 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10167 set dummy ${ncn_progname}; ac_word=$2
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10169 $as_echo_n "checking for $ac_word... " >&6; }
10170 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10171 $as_echo_n "(cached) " >&6
10172 else
10173 if test -n "$GCC_FOR_TARGET"; then
10174 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10175 else
10176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10177 for as_dir in $PATH
10178 do
10179 IFS=$as_save_IFS
10180 test -z "$as_dir" && as_dir=.
10181 for ac_exec_ext in '' $ac_executable_extensions; do
10182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10183 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10185 break 2
10186 fi
10187 done
10188 done
10189 IFS=$as_save_IFS
10190
10191 fi
10192 fi
10193 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10194 if test -n "$GCC_FOR_TARGET"; then
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10196 $as_echo "$GCC_FOR_TARGET" >&6; }
10197 else
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10199 $as_echo "no" >&6; }
10200 fi
10201
10202
10203 done
10204 fi
10205
10206 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10207 for ncn_progname in gcc; do
10208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10209 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10210 if test -x $with_build_time_tools/${ncn_progname}; then
10211 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10213 $as_echo "yes" >&6; }
10214 break
10215 else
10216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10217 $as_echo "no" >&6; }
10218 fi
10219 done
10220 fi
10221
10222 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10223 for ncn_progname in gcc; do
10224 if test -n "$ncn_target_tool_prefix"; then
10225 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10226 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10228 $as_echo_n "checking for $ac_word... " >&6; }
10229 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10230 $as_echo_n "(cached) " >&6
10231 else
10232 if test -n "$GCC_FOR_TARGET"; then
10233 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10234 else
10235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10236 for as_dir in $PATH
10237 do
10238 IFS=$as_save_IFS
10239 test -z "$as_dir" && as_dir=.
10240 for ac_exec_ext in '' $ac_executable_extensions; do
10241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10242 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10244 break 2
10245 fi
10246 done
10247 done
10248 IFS=$as_save_IFS
10249
10250 fi
10251 fi
10252 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10253 if test -n "$GCC_FOR_TARGET"; then
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10255 $as_echo "$GCC_FOR_TARGET" >&6; }
10256 else
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10258 $as_echo "no" >&6; }
10259 fi
10260
10261
10262 fi
10263 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10264 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10265 set dummy ${ncn_progname}; ac_word=$2
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10267 $as_echo_n "checking for $ac_word... " >&6; }
10268 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10269 $as_echo_n "(cached) " >&6
10270 else
10271 if test -n "$GCC_FOR_TARGET"; then
10272 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10273 else
10274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10275 for as_dir in $PATH
10276 do
10277 IFS=$as_save_IFS
10278 test -z "$as_dir" && as_dir=.
10279 for ac_exec_ext in '' $ac_executable_extensions; do
10280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10281 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10283 break 2
10284 fi
10285 done
10286 done
10287 IFS=$as_save_IFS
10288
10289 fi
10290 fi
10291 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10292 if test -n "$GCC_FOR_TARGET"; then
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10294 $as_echo "$GCC_FOR_TARGET" >&6; }
10295 else
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10297 $as_echo "no" >&6; }
10298 fi
10299
10300
10301 fi
10302 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10303 done
10304 fi
10305
10306 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10307 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10308 else
10309 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10310 fi
10311
10312
10313
10314 if test -n "$GFORTRAN_FOR_TARGET"; then
10315 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10316 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10317 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10318 fi
10319
10320 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10321 for ncn_progname in gfortran; do
10322 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10323 set dummy ${ncn_progname}; ac_word=$2
10324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10325 $as_echo_n "checking for $ac_word... " >&6; }
10326 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10327 $as_echo_n "(cached) " >&6
10328 else
10329 if test -n "$GFORTRAN_FOR_TARGET"; then
10330 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10331 else
10332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10333 for as_dir in $PATH
10334 do
10335 IFS=$as_save_IFS
10336 test -z "$as_dir" && as_dir=.
10337 for ac_exec_ext in '' $ac_executable_extensions; do
10338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10339 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10341 break 2
10342 fi
10343 done
10344 done
10345 IFS=$as_save_IFS
10346
10347 fi
10348 fi
10349 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10350 if test -n "$GFORTRAN_FOR_TARGET"; then
10351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10352 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10353 else
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10355 $as_echo "no" >&6; }
10356 fi
10357
10358
10359 done
10360 fi
10361
10362 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10363 for ncn_progname in gfortran; do
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10365 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10366 if test -x $with_build_time_tools/${ncn_progname}; then
10367 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10369 $as_echo "yes" >&6; }
10370 break
10371 else
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10373 $as_echo "no" >&6; }
10374 fi
10375 done
10376 fi
10377
10378 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10379 for ncn_progname in gfortran; do
10380 if test -n "$ncn_target_tool_prefix"; then
10381 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10382 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10384 $as_echo_n "checking for $ac_word... " >&6; }
10385 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10386 $as_echo_n "(cached) " >&6
10387 else
10388 if test -n "$GFORTRAN_FOR_TARGET"; then
10389 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10390 else
10391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10392 for as_dir in $PATH
10393 do
10394 IFS=$as_save_IFS
10395 test -z "$as_dir" && as_dir=.
10396 for ac_exec_ext in '' $ac_executable_extensions; do
10397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10398 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10400 break 2
10401 fi
10402 done
10403 done
10404 IFS=$as_save_IFS
10405
10406 fi
10407 fi
10408 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10409 if test -n "$GFORTRAN_FOR_TARGET"; then
10410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10411 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10412 else
10413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10414 $as_echo "no" >&6; }
10415 fi
10416
10417
10418 fi
10419 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10420 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10421 set dummy ${ncn_progname}; ac_word=$2
10422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10423 $as_echo_n "checking for $ac_word... " >&6; }
10424 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10425 $as_echo_n "(cached) " >&6
10426 else
10427 if test -n "$GFORTRAN_FOR_TARGET"; then
10428 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10429 else
10430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10431 for as_dir in $PATH
10432 do
10433 IFS=$as_save_IFS
10434 test -z "$as_dir" && as_dir=.
10435 for ac_exec_ext in '' $ac_executable_extensions; do
10436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10437 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10439 break 2
10440 fi
10441 done
10442 done
10443 IFS=$as_save_IFS
10444
10445 fi
10446 fi
10447 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10448 if test -n "$GFORTRAN_FOR_TARGET"; then
10449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10450 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10451 else
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10453 $as_echo "no" >&6; }
10454 fi
10455
10456
10457 fi
10458 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10459 done
10460 fi
10461
10462 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10463 set dummy gfortran
10464 if test $build = $target ; then
10465 GFORTRAN_FOR_TARGET="$2"
10466 else
10467 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10468 fi
10469 else
10470 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10471 fi
10472
10473
10474
10475 if test -n "$GOC_FOR_TARGET"; then
10476 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10477 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10478 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10479 fi
10480
10481 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10482 for ncn_progname in gccgo; do
10483 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10484 set dummy ${ncn_progname}; ac_word=$2
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10486 $as_echo_n "checking for $ac_word... " >&6; }
10487 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10488 $as_echo_n "(cached) " >&6
10489 else
10490 if test -n "$GOC_FOR_TARGET"; then
10491 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10492 else
10493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10494 for as_dir in $PATH
10495 do
10496 IFS=$as_save_IFS
10497 test -z "$as_dir" && as_dir=.
10498 for ac_exec_ext in '' $ac_executable_extensions; do
10499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10500 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10502 break 2
10503 fi
10504 done
10505 done
10506 IFS=$as_save_IFS
10507
10508 fi
10509 fi
10510 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10511 if test -n "$GOC_FOR_TARGET"; then
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10513 $as_echo "$GOC_FOR_TARGET" >&6; }
10514 else
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10516 $as_echo "no" >&6; }
10517 fi
10518
10519
10520 done
10521 fi
10522
10523 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10524 for ncn_progname in gccgo; do
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10526 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10527 if test -x $with_build_time_tools/${ncn_progname}; then
10528 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10530 $as_echo "yes" >&6; }
10531 break
10532 else
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10534 $as_echo "no" >&6; }
10535 fi
10536 done
10537 fi
10538
10539 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10540 for ncn_progname in gccgo; do
10541 if test -n "$ncn_target_tool_prefix"; then
10542 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10543 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10545 $as_echo_n "checking for $ac_word... " >&6; }
10546 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10547 $as_echo_n "(cached) " >&6
10548 else
10549 if test -n "$GOC_FOR_TARGET"; then
10550 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10551 else
10552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10553 for as_dir in $PATH
10554 do
10555 IFS=$as_save_IFS
10556 test -z "$as_dir" && as_dir=.
10557 for ac_exec_ext in '' $ac_executable_extensions; do
10558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10559 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10561 break 2
10562 fi
10563 done
10564 done
10565 IFS=$as_save_IFS
10566
10567 fi
10568 fi
10569 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10570 if test -n "$GOC_FOR_TARGET"; then
10571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10572 $as_echo "$GOC_FOR_TARGET" >&6; }
10573 else
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10575 $as_echo "no" >&6; }
10576 fi
10577
10578
10579 fi
10580 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10581 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10582 set dummy ${ncn_progname}; ac_word=$2
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10584 $as_echo_n "checking for $ac_word... " >&6; }
10585 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10586 $as_echo_n "(cached) " >&6
10587 else
10588 if test -n "$GOC_FOR_TARGET"; then
10589 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10590 else
10591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10592 for as_dir in $PATH
10593 do
10594 IFS=$as_save_IFS
10595 test -z "$as_dir" && as_dir=.
10596 for ac_exec_ext in '' $ac_executable_extensions; do
10597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10598 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10600 break 2
10601 fi
10602 done
10603 done
10604 IFS=$as_save_IFS
10605
10606 fi
10607 fi
10608 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10609 if test -n "$GOC_FOR_TARGET"; then
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10611 $as_echo "$GOC_FOR_TARGET" >&6; }
10612 else
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10614 $as_echo "no" >&6; }
10615 fi
10616
10617
10618 fi
10619 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10620 done
10621 fi
10622
10623 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10624 set dummy gccgo
10625 if test $build = $target ; then
10626 GOC_FOR_TARGET="$2"
10627 else
10628 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10629 fi
10630 else
10631 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10632 fi
10633
10634
10635
10636 cat > conftest.c << \EOF
10637 #ifdef __GNUC__
10638 gcc_yay;
10639 #endif
10640 EOF
10641 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10642 have_gcc_for_target=yes
10643 else
10644 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10645 have_gcc_for_target=no
10646 fi
10647 rm conftest.c
10648
10649
10650
10651
10652 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10653 if test -n "$with_build_time_tools"; then
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10655 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10656 if test -x $with_build_time_tools/ar; then
10657 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10658 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10660 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10661 else
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10663 $as_echo "no" >&6; }
10664 fi
10665 elif test $build != $host && test $have_gcc_for_target = yes; then
10666 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10667 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10668 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10669 fi
10670 fi
10671 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10672 # Extract the first word of "ar", so it can be a program name with args.
10673 set dummy ar; ac_word=$2
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10675 $as_echo_n "checking for $ac_word... " >&6; }
10676 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10677 $as_echo_n "(cached) " >&6
10678 else
10679 case $AR_FOR_TARGET in
10680 [\\/]* | ?:[\\/]*)
10681 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10682 ;;
10683 *)
10684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10685 for as_dir in $gcc_cv_tool_dirs
10686 do
10687 IFS=$as_save_IFS
10688 test -z "$as_dir" && as_dir=.
10689 for ac_exec_ext in '' $ac_executable_extensions; do
10690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10691 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10693 break 2
10694 fi
10695 done
10696 done
10697 IFS=$as_save_IFS
10698
10699 ;;
10700 esac
10701 fi
10702 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10703 if test -n "$AR_FOR_TARGET"; then
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10705 $as_echo "$AR_FOR_TARGET" >&6; }
10706 else
10707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10708 $as_echo "no" >&6; }
10709 fi
10710
10711
10712 fi
10713 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10714
10715
10716 if test -n "$AR_FOR_TARGET"; then
10717 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10718 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10719 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10720 fi
10721
10722 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10723 for ncn_progname in ar; do
10724 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10725 set dummy ${ncn_progname}; ac_word=$2
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10727 $as_echo_n "checking for $ac_word... " >&6; }
10728 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10729 $as_echo_n "(cached) " >&6
10730 else
10731 if test -n "$AR_FOR_TARGET"; then
10732 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10733 else
10734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10735 for as_dir in $PATH
10736 do
10737 IFS=$as_save_IFS
10738 test -z "$as_dir" && as_dir=.
10739 for ac_exec_ext in '' $ac_executable_extensions; do
10740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10741 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10743 break 2
10744 fi
10745 done
10746 done
10747 IFS=$as_save_IFS
10748
10749 fi
10750 fi
10751 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10752 if test -n "$AR_FOR_TARGET"; then
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10754 $as_echo "$AR_FOR_TARGET" >&6; }
10755 else
10756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10757 $as_echo "no" >&6; }
10758 fi
10759
10760
10761 done
10762 fi
10763
10764 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10765 for ncn_progname in ar; do
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10767 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10768 if test -x $with_build_time_tools/${ncn_progname}; then
10769 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10771 $as_echo "yes" >&6; }
10772 break
10773 else
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10775 $as_echo "no" >&6; }
10776 fi
10777 done
10778 fi
10779
10780 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10781 for ncn_progname in ar; do
10782 if test -n "$ncn_target_tool_prefix"; then
10783 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10784 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10786 $as_echo_n "checking for $ac_word... " >&6; }
10787 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10788 $as_echo_n "(cached) " >&6
10789 else
10790 if test -n "$AR_FOR_TARGET"; then
10791 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10792 else
10793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10794 for as_dir in $PATH
10795 do
10796 IFS=$as_save_IFS
10797 test -z "$as_dir" && as_dir=.
10798 for ac_exec_ext in '' $ac_executable_extensions; do
10799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10800 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10802 break 2
10803 fi
10804 done
10805 done
10806 IFS=$as_save_IFS
10807
10808 fi
10809 fi
10810 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10811 if test -n "$AR_FOR_TARGET"; then
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10813 $as_echo "$AR_FOR_TARGET" >&6; }
10814 else
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10816 $as_echo "no" >&6; }
10817 fi
10818
10819
10820 fi
10821 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10822 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10823 set dummy ${ncn_progname}; ac_word=$2
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10825 $as_echo_n "checking for $ac_word... " >&6; }
10826 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10827 $as_echo_n "(cached) " >&6
10828 else
10829 if test -n "$AR_FOR_TARGET"; then
10830 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10831 else
10832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10833 for as_dir in $PATH
10834 do
10835 IFS=$as_save_IFS
10836 test -z "$as_dir" && as_dir=.
10837 for ac_exec_ext in '' $ac_executable_extensions; do
10838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10839 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10841 break 2
10842 fi
10843 done
10844 done
10845 IFS=$as_save_IFS
10846
10847 fi
10848 fi
10849 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10850 if test -n "$AR_FOR_TARGET"; then
10851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10852 $as_echo "$AR_FOR_TARGET" >&6; }
10853 else
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10855 $as_echo "no" >&6; }
10856 fi
10857
10858
10859 fi
10860 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10861 done
10862 fi
10863
10864 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10865 set dummy ar
10866 if test $build = $target ; then
10867 AR_FOR_TARGET="$2"
10868 else
10869 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10870 fi
10871 else
10872 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10873 fi
10874
10875 else
10876 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10877 fi
10878
10879
10880
10881
10882 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10883 if test -n "$with_build_time_tools"; then
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10885 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10886 if test -x $with_build_time_tools/as; then
10887 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10888 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10890 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10891 else
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10893 $as_echo "no" >&6; }
10894 fi
10895 elif test $build != $host && test $have_gcc_for_target = yes; then
10896 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10897 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10898 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10899 fi
10900 fi
10901 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10902 # Extract the first word of "as", so it can be a program name with args.
10903 set dummy as; ac_word=$2
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10905 $as_echo_n "checking for $ac_word... " >&6; }
10906 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10907 $as_echo_n "(cached) " >&6
10908 else
10909 case $AS_FOR_TARGET in
10910 [\\/]* | ?:[\\/]*)
10911 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10912 ;;
10913 *)
10914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10915 for as_dir in $gcc_cv_tool_dirs
10916 do
10917 IFS=$as_save_IFS
10918 test -z "$as_dir" && as_dir=.
10919 for ac_exec_ext in '' $ac_executable_extensions; do
10920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10921 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10923 break 2
10924 fi
10925 done
10926 done
10927 IFS=$as_save_IFS
10928
10929 ;;
10930 esac
10931 fi
10932 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10933 if test -n "$AS_FOR_TARGET"; then
10934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10935 $as_echo "$AS_FOR_TARGET" >&6; }
10936 else
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10938 $as_echo "no" >&6; }
10939 fi
10940
10941
10942 fi
10943 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10944
10945
10946 if test -n "$AS_FOR_TARGET"; then
10947 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10948 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10949 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10950 fi
10951
10952 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10953 for ncn_progname in as; do
10954 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10955 set dummy ${ncn_progname}; ac_word=$2
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10957 $as_echo_n "checking for $ac_word... " >&6; }
10958 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10959 $as_echo_n "(cached) " >&6
10960 else
10961 if test -n "$AS_FOR_TARGET"; then
10962 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10963 else
10964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10965 for as_dir in $PATH
10966 do
10967 IFS=$as_save_IFS
10968 test -z "$as_dir" && as_dir=.
10969 for ac_exec_ext in '' $ac_executable_extensions; do
10970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10971 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10973 break 2
10974 fi
10975 done
10976 done
10977 IFS=$as_save_IFS
10978
10979 fi
10980 fi
10981 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10982 if test -n "$AS_FOR_TARGET"; then
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10984 $as_echo "$AS_FOR_TARGET" >&6; }
10985 else
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10987 $as_echo "no" >&6; }
10988 fi
10989
10990
10991 done
10992 fi
10993
10994 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
10995 for ncn_progname in as; do
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10997 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10998 if test -x $with_build_time_tools/${ncn_progname}; then
10999 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11001 $as_echo "yes" >&6; }
11002 break
11003 else
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11005 $as_echo "no" >&6; }
11006 fi
11007 done
11008 fi
11009
11010 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11011 for ncn_progname in as; do
11012 if test -n "$ncn_target_tool_prefix"; then
11013 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11014 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11016 $as_echo_n "checking for $ac_word... " >&6; }
11017 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11018 $as_echo_n "(cached) " >&6
11019 else
11020 if test -n "$AS_FOR_TARGET"; then
11021 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11022 else
11023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11024 for as_dir in $PATH
11025 do
11026 IFS=$as_save_IFS
11027 test -z "$as_dir" && as_dir=.
11028 for ac_exec_ext in '' $ac_executable_extensions; do
11029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11030 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11032 break 2
11033 fi
11034 done
11035 done
11036 IFS=$as_save_IFS
11037
11038 fi
11039 fi
11040 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11041 if test -n "$AS_FOR_TARGET"; then
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11043 $as_echo "$AS_FOR_TARGET" >&6; }
11044 else
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11046 $as_echo "no" >&6; }
11047 fi
11048
11049
11050 fi
11051 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11052 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11053 set dummy ${ncn_progname}; ac_word=$2
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11055 $as_echo_n "checking for $ac_word... " >&6; }
11056 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11057 $as_echo_n "(cached) " >&6
11058 else
11059 if test -n "$AS_FOR_TARGET"; then
11060 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11061 else
11062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11063 for as_dir in $PATH
11064 do
11065 IFS=$as_save_IFS
11066 test -z "$as_dir" && as_dir=.
11067 for ac_exec_ext in '' $ac_executable_extensions; do
11068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11069 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11071 break 2
11072 fi
11073 done
11074 done
11075 IFS=$as_save_IFS
11076
11077 fi
11078 fi
11079 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11080 if test -n "$AS_FOR_TARGET"; then
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11082 $as_echo "$AS_FOR_TARGET" >&6; }
11083 else
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11085 $as_echo "no" >&6; }
11086 fi
11087
11088
11089 fi
11090 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11091 done
11092 fi
11093
11094 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11095 set dummy as
11096 if test $build = $target ; then
11097 AS_FOR_TARGET="$2"
11098 else
11099 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11100 fi
11101 else
11102 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11103 fi
11104
11105 else
11106 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11107 fi
11108
11109
11110
11111
11112 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11113 if test -n "$with_build_time_tools"; then
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11115 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11116 if test -x $with_build_time_tools/dlltool; then
11117 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11118 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11120 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11121 else
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11123 $as_echo "no" >&6; }
11124 fi
11125 elif test $build != $host && test $have_gcc_for_target = yes; then
11126 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11127 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11128 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11129 fi
11130 fi
11131 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11132 # Extract the first word of "dlltool", so it can be a program name with args.
11133 set dummy dlltool; ac_word=$2
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11135 $as_echo_n "checking for $ac_word... " >&6; }
11136 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11137 $as_echo_n "(cached) " >&6
11138 else
11139 case $DLLTOOL_FOR_TARGET in
11140 [\\/]* | ?:[\\/]*)
11141 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11142 ;;
11143 *)
11144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11145 for as_dir in $gcc_cv_tool_dirs
11146 do
11147 IFS=$as_save_IFS
11148 test -z "$as_dir" && as_dir=.
11149 for ac_exec_ext in '' $ac_executable_extensions; do
11150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11151 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11153 break 2
11154 fi
11155 done
11156 done
11157 IFS=$as_save_IFS
11158
11159 ;;
11160 esac
11161 fi
11162 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11163 if test -n "$DLLTOOL_FOR_TARGET"; then
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11165 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11166 else
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11168 $as_echo "no" >&6; }
11169 fi
11170
11171
11172 fi
11173 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11174
11175
11176 if test -n "$DLLTOOL_FOR_TARGET"; then
11177 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11178 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11179 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11180 fi
11181
11182 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11183 for ncn_progname in dlltool; do
11184 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11185 set dummy ${ncn_progname}; ac_word=$2
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11187 $as_echo_n "checking for $ac_word... " >&6; }
11188 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11189 $as_echo_n "(cached) " >&6
11190 else
11191 if test -n "$DLLTOOL_FOR_TARGET"; then
11192 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11193 else
11194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11195 for as_dir in $PATH
11196 do
11197 IFS=$as_save_IFS
11198 test -z "$as_dir" && as_dir=.
11199 for ac_exec_ext in '' $ac_executable_extensions; do
11200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11201 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11203 break 2
11204 fi
11205 done
11206 done
11207 IFS=$as_save_IFS
11208
11209 fi
11210 fi
11211 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11212 if test -n "$DLLTOOL_FOR_TARGET"; then
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11214 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11215 else
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11217 $as_echo "no" >&6; }
11218 fi
11219
11220
11221 done
11222 fi
11223
11224 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11225 for ncn_progname in dlltool; do
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11227 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11228 if test -x $with_build_time_tools/${ncn_progname}; then
11229 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11231 $as_echo "yes" >&6; }
11232 break
11233 else
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11235 $as_echo "no" >&6; }
11236 fi
11237 done
11238 fi
11239
11240 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11241 for ncn_progname in dlltool; do
11242 if test -n "$ncn_target_tool_prefix"; then
11243 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11244 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11246 $as_echo_n "checking for $ac_word... " >&6; }
11247 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11248 $as_echo_n "(cached) " >&6
11249 else
11250 if test -n "$DLLTOOL_FOR_TARGET"; then
11251 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11252 else
11253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11254 for as_dir in $PATH
11255 do
11256 IFS=$as_save_IFS
11257 test -z "$as_dir" && as_dir=.
11258 for ac_exec_ext in '' $ac_executable_extensions; do
11259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11260 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11262 break 2
11263 fi
11264 done
11265 done
11266 IFS=$as_save_IFS
11267
11268 fi
11269 fi
11270 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11271 if test -n "$DLLTOOL_FOR_TARGET"; then
11272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11273 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11274 else
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11276 $as_echo "no" >&6; }
11277 fi
11278
11279
11280 fi
11281 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11282 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11283 set dummy ${ncn_progname}; ac_word=$2
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11285 $as_echo_n "checking for $ac_word... " >&6; }
11286 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11287 $as_echo_n "(cached) " >&6
11288 else
11289 if test -n "$DLLTOOL_FOR_TARGET"; then
11290 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11291 else
11292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11293 for as_dir in $PATH
11294 do
11295 IFS=$as_save_IFS
11296 test -z "$as_dir" && as_dir=.
11297 for ac_exec_ext in '' $ac_executable_extensions; do
11298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11299 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11301 break 2
11302 fi
11303 done
11304 done
11305 IFS=$as_save_IFS
11306
11307 fi
11308 fi
11309 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11310 if test -n "$DLLTOOL_FOR_TARGET"; then
11311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11312 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11313 else
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11315 $as_echo "no" >&6; }
11316 fi
11317
11318
11319 fi
11320 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11321 done
11322 fi
11323
11324 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11325 set dummy dlltool
11326 if test $build = $target ; then
11327 DLLTOOL_FOR_TARGET="$2"
11328 else
11329 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11330 fi
11331 else
11332 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11333 fi
11334
11335 else
11336 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11337 fi
11338
11339
11340
11341
11342 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11343 if test -n "$with_build_time_tools"; then
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11345 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11346 if test -x $with_build_time_tools/ld; then
11347 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11348 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11350 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11351 else
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11353 $as_echo "no" >&6; }
11354 fi
11355 elif test $build != $host && test $have_gcc_for_target = yes; then
11356 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11357 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11358 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11359 fi
11360 fi
11361 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11362 # Extract the first word of "ld", so it can be a program name with args.
11363 set dummy ld; ac_word=$2
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11365 $as_echo_n "checking for $ac_word... " >&6; }
11366 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11367 $as_echo_n "(cached) " >&6
11368 else
11369 case $LD_FOR_TARGET in
11370 [\\/]* | ?:[\\/]*)
11371 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11372 ;;
11373 *)
11374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11375 for as_dir in $gcc_cv_tool_dirs
11376 do
11377 IFS=$as_save_IFS
11378 test -z "$as_dir" && as_dir=.
11379 for ac_exec_ext in '' $ac_executable_extensions; do
11380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11381 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11383 break 2
11384 fi
11385 done
11386 done
11387 IFS=$as_save_IFS
11388
11389 ;;
11390 esac
11391 fi
11392 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11393 if test -n "$LD_FOR_TARGET"; then
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11395 $as_echo "$LD_FOR_TARGET" >&6; }
11396 else
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11398 $as_echo "no" >&6; }
11399 fi
11400
11401
11402 fi
11403 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11404
11405
11406 if test -n "$LD_FOR_TARGET"; then
11407 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11408 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11409 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11410 fi
11411
11412 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11413 for ncn_progname in ld; do
11414 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11415 set dummy ${ncn_progname}; ac_word=$2
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11417 $as_echo_n "checking for $ac_word... " >&6; }
11418 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11419 $as_echo_n "(cached) " >&6
11420 else
11421 if test -n "$LD_FOR_TARGET"; then
11422 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11423 else
11424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11425 for as_dir in $PATH
11426 do
11427 IFS=$as_save_IFS
11428 test -z "$as_dir" && as_dir=.
11429 for ac_exec_ext in '' $ac_executable_extensions; do
11430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11431 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11433 break 2
11434 fi
11435 done
11436 done
11437 IFS=$as_save_IFS
11438
11439 fi
11440 fi
11441 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11442 if test -n "$LD_FOR_TARGET"; then
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11444 $as_echo "$LD_FOR_TARGET" >&6; }
11445 else
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11447 $as_echo "no" >&6; }
11448 fi
11449
11450
11451 done
11452 fi
11453
11454 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11455 for ncn_progname in ld; do
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11457 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11458 if test -x $with_build_time_tools/${ncn_progname}; then
11459 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11461 $as_echo "yes" >&6; }
11462 break
11463 else
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11465 $as_echo "no" >&6; }
11466 fi
11467 done
11468 fi
11469
11470 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11471 for ncn_progname in ld; do
11472 if test -n "$ncn_target_tool_prefix"; then
11473 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11474 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11476 $as_echo_n "checking for $ac_word... " >&6; }
11477 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11478 $as_echo_n "(cached) " >&6
11479 else
11480 if test -n "$LD_FOR_TARGET"; then
11481 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11482 else
11483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11484 for as_dir in $PATH
11485 do
11486 IFS=$as_save_IFS
11487 test -z "$as_dir" && as_dir=.
11488 for ac_exec_ext in '' $ac_executable_extensions; do
11489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11490 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11492 break 2
11493 fi
11494 done
11495 done
11496 IFS=$as_save_IFS
11497
11498 fi
11499 fi
11500 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11501 if test -n "$LD_FOR_TARGET"; then
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11503 $as_echo "$LD_FOR_TARGET" >&6; }
11504 else
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11506 $as_echo "no" >&6; }
11507 fi
11508
11509
11510 fi
11511 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11512 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11513 set dummy ${ncn_progname}; ac_word=$2
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11515 $as_echo_n "checking for $ac_word... " >&6; }
11516 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11517 $as_echo_n "(cached) " >&6
11518 else
11519 if test -n "$LD_FOR_TARGET"; then
11520 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11521 else
11522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11523 for as_dir in $PATH
11524 do
11525 IFS=$as_save_IFS
11526 test -z "$as_dir" && as_dir=.
11527 for ac_exec_ext in '' $ac_executable_extensions; do
11528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11529 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11531 break 2
11532 fi
11533 done
11534 done
11535 IFS=$as_save_IFS
11536
11537 fi
11538 fi
11539 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11540 if test -n "$LD_FOR_TARGET"; then
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11542 $as_echo "$LD_FOR_TARGET" >&6; }
11543 else
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11545 $as_echo "no" >&6; }
11546 fi
11547
11548
11549 fi
11550 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11551 done
11552 fi
11553
11554 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11555 set dummy ld
11556 if test $build = $target ; then
11557 LD_FOR_TARGET="$2"
11558 else
11559 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11560 fi
11561 else
11562 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11563 fi
11564
11565 else
11566 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11567 fi
11568
11569
11570
11571
11572 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11573 if test -n "$with_build_time_tools"; then
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11575 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11576 if test -x $with_build_time_tools/lipo; then
11577 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11578 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11580 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11581 else
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11583 $as_echo "no" >&6; }
11584 fi
11585 elif test $build != $host && test $have_gcc_for_target = yes; then
11586 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11587 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11588 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11589 fi
11590 fi
11591 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11592 # Extract the first word of "lipo", so it can be a program name with args.
11593 set dummy lipo; ac_word=$2
11594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11595 $as_echo_n "checking for $ac_word... " >&6; }
11596 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11597 $as_echo_n "(cached) " >&6
11598 else
11599 case $LIPO_FOR_TARGET in
11600 [\\/]* | ?:[\\/]*)
11601 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11602 ;;
11603 *)
11604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11605 for as_dir in $gcc_cv_tool_dirs
11606 do
11607 IFS=$as_save_IFS
11608 test -z "$as_dir" && as_dir=.
11609 for ac_exec_ext in '' $ac_executable_extensions; do
11610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11611 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11613 break 2
11614 fi
11615 done
11616 done
11617 IFS=$as_save_IFS
11618
11619 ;;
11620 esac
11621 fi
11622 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11623 if test -n "$LIPO_FOR_TARGET"; then
11624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11625 $as_echo "$LIPO_FOR_TARGET" >&6; }
11626 else
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11628 $as_echo "no" >&6; }
11629 fi
11630
11631
11632 fi
11633 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11634
11635
11636 if test -n "$LIPO_FOR_TARGET"; then
11637 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11638 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11639 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11640 fi
11641
11642 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11643 for ncn_progname in lipo; do
11644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11645 set dummy ${ncn_progname}; ac_word=$2
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11647 $as_echo_n "checking for $ac_word... " >&6; }
11648 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11649 $as_echo_n "(cached) " >&6
11650 else
11651 if test -n "$LIPO_FOR_TARGET"; then
11652 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11653 else
11654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11655 for as_dir in $PATH
11656 do
11657 IFS=$as_save_IFS
11658 test -z "$as_dir" && as_dir=.
11659 for ac_exec_ext in '' $ac_executable_extensions; do
11660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11661 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11663 break 2
11664 fi
11665 done
11666 done
11667 IFS=$as_save_IFS
11668
11669 fi
11670 fi
11671 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11672 if test -n "$LIPO_FOR_TARGET"; then
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11674 $as_echo "$LIPO_FOR_TARGET" >&6; }
11675 else
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11677 $as_echo "no" >&6; }
11678 fi
11679
11680
11681 done
11682 fi
11683
11684 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11685 for ncn_progname in lipo; do
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11687 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11688 if test -x $with_build_time_tools/${ncn_progname}; then
11689 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11691 $as_echo "yes" >&6; }
11692 break
11693 else
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11695 $as_echo "no" >&6; }
11696 fi
11697 done
11698 fi
11699
11700 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11701 for ncn_progname in lipo; do
11702 if test -n "$ncn_target_tool_prefix"; then
11703 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11704 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11706 $as_echo_n "checking for $ac_word... " >&6; }
11707 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11708 $as_echo_n "(cached) " >&6
11709 else
11710 if test -n "$LIPO_FOR_TARGET"; then
11711 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11712 else
11713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11714 for as_dir in $PATH
11715 do
11716 IFS=$as_save_IFS
11717 test -z "$as_dir" && as_dir=.
11718 for ac_exec_ext in '' $ac_executable_extensions; do
11719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11720 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11722 break 2
11723 fi
11724 done
11725 done
11726 IFS=$as_save_IFS
11727
11728 fi
11729 fi
11730 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11731 if test -n "$LIPO_FOR_TARGET"; then
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11733 $as_echo "$LIPO_FOR_TARGET" >&6; }
11734 else
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11736 $as_echo "no" >&6; }
11737 fi
11738
11739
11740 fi
11741 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11742 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11743 set dummy ${ncn_progname}; ac_word=$2
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11745 $as_echo_n "checking for $ac_word... " >&6; }
11746 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11747 $as_echo_n "(cached) " >&6
11748 else
11749 if test -n "$LIPO_FOR_TARGET"; then
11750 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11751 else
11752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11753 for as_dir in $PATH
11754 do
11755 IFS=$as_save_IFS
11756 test -z "$as_dir" && as_dir=.
11757 for ac_exec_ext in '' $ac_executable_extensions; do
11758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11759 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11761 break 2
11762 fi
11763 done
11764 done
11765 IFS=$as_save_IFS
11766
11767 fi
11768 fi
11769 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11770 if test -n "$LIPO_FOR_TARGET"; then
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11772 $as_echo "$LIPO_FOR_TARGET" >&6; }
11773 else
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11775 $as_echo "no" >&6; }
11776 fi
11777
11778
11779 fi
11780 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11781 done
11782 fi
11783
11784 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11785 set dummy lipo
11786 if test $build = $target ; then
11787 LIPO_FOR_TARGET="$2"
11788 else
11789 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11790 fi
11791 else
11792 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11793 fi
11794
11795 else
11796 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11797 fi
11798
11799
11800
11801
11802 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11803 if test -n "$with_build_time_tools"; then
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11805 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11806 if test -x $with_build_time_tools/nm; then
11807 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11808 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11810 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11811 else
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11813 $as_echo "no" >&6; }
11814 fi
11815 elif test $build != $host && test $have_gcc_for_target = yes; then
11816 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11817 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11818 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11819 fi
11820 fi
11821 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11822 # Extract the first word of "nm", so it can be a program name with args.
11823 set dummy nm; ac_word=$2
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11825 $as_echo_n "checking for $ac_word... " >&6; }
11826 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11827 $as_echo_n "(cached) " >&6
11828 else
11829 case $NM_FOR_TARGET in
11830 [\\/]* | ?:[\\/]*)
11831 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11832 ;;
11833 *)
11834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11835 for as_dir in $gcc_cv_tool_dirs
11836 do
11837 IFS=$as_save_IFS
11838 test -z "$as_dir" && as_dir=.
11839 for ac_exec_ext in '' $ac_executable_extensions; do
11840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11841 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11843 break 2
11844 fi
11845 done
11846 done
11847 IFS=$as_save_IFS
11848
11849 ;;
11850 esac
11851 fi
11852 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11853 if test -n "$NM_FOR_TARGET"; then
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11855 $as_echo "$NM_FOR_TARGET" >&6; }
11856 else
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11858 $as_echo "no" >&6; }
11859 fi
11860
11861
11862 fi
11863 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11864
11865
11866 if test -n "$NM_FOR_TARGET"; then
11867 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11868 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11869 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11870 fi
11871
11872 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11873 for ncn_progname in nm; do
11874 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11875 set dummy ${ncn_progname}; ac_word=$2
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11877 $as_echo_n "checking for $ac_word... " >&6; }
11878 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11879 $as_echo_n "(cached) " >&6
11880 else
11881 if test -n "$NM_FOR_TARGET"; then
11882 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11883 else
11884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11885 for as_dir in $PATH
11886 do
11887 IFS=$as_save_IFS
11888 test -z "$as_dir" && as_dir=.
11889 for ac_exec_ext in '' $ac_executable_extensions; do
11890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11891 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11893 break 2
11894 fi
11895 done
11896 done
11897 IFS=$as_save_IFS
11898
11899 fi
11900 fi
11901 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11902 if test -n "$NM_FOR_TARGET"; then
11903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11904 $as_echo "$NM_FOR_TARGET" >&6; }
11905 else
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11907 $as_echo "no" >&6; }
11908 fi
11909
11910
11911 done
11912 fi
11913
11914 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11915 for ncn_progname in nm; do
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11917 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11918 if test -x $with_build_time_tools/${ncn_progname}; then
11919 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11921 $as_echo "yes" >&6; }
11922 break
11923 else
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11925 $as_echo "no" >&6; }
11926 fi
11927 done
11928 fi
11929
11930 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11931 for ncn_progname in nm; do
11932 if test -n "$ncn_target_tool_prefix"; then
11933 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11934 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11936 $as_echo_n "checking for $ac_word... " >&6; }
11937 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11938 $as_echo_n "(cached) " >&6
11939 else
11940 if test -n "$NM_FOR_TARGET"; then
11941 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11942 else
11943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11944 for as_dir in $PATH
11945 do
11946 IFS=$as_save_IFS
11947 test -z "$as_dir" && as_dir=.
11948 for ac_exec_ext in '' $ac_executable_extensions; do
11949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11950 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11952 break 2
11953 fi
11954 done
11955 done
11956 IFS=$as_save_IFS
11957
11958 fi
11959 fi
11960 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11961 if test -n "$NM_FOR_TARGET"; then
11962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11963 $as_echo "$NM_FOR_TARGET" >&6; }
11964 else
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11966 $as_echo "no" >&6; }
11967 fi
11968
11969
11970 fi
11971 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11972 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11973 set dummy ${ncn_progname}; ac_word=$2
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11975 $as_echo_n "checking for $ac_word... " >&6; }
11976 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11977 $as_echo_n "(cached) " >&6
11978 else
11979 if test -n "$NM_FOR_TARGET"; then
11980 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11981 else
11982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11983 for as_dir in $PATH
11984 do
11985 IFS=$as_save_IFS
11986 test -z "$as_dir" && as_dir=.
11987 for ac_exec_ext in '' $ac_executable_extensions; do
11988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11989 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11991 break 2
11992 fi
11993 done
11994 done
11995 IFS=$as_save_IFS
11996
11997 fi
11998 fi
11999 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12000 if test -n "$NM_FOR_TARGET"; then
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12002 $as_echo "$NM_FOR_TARGET" >&6; }
12003 else
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12005 $as_echo "no" >&6; }
12006 fi
12007
12008
12009 fi
12010 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12011 done
12012 fi
12013
12014 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12015 set dummy nm
12016 if test $build = $target ; then
12017 NM_FOR_TARGET="$2"
12018 else
12019 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12020 fi
12021 else
12022 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12023 fi
12024
12025 else
12026 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12027 fi
12028
12029
12030
12031
12032 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12033 if test -n "$with_build_time_tools"; then
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objcopy in $with_build_time_tools" >&5
12035 $as_echo_n "checking for objcopy in $with_build_time_tools... " >&6; }
12036 if test -x $with_build_time_tools/objcopy; then
12037 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12038 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12040 $as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12041 else
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12043 $as_echo "no" >&6; }
12044 fi
12045 elif test $build != $host && test $have_gcc_for_target = yes; then
12046 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12047 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12048 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12049 fi
12050 fi
12051 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12052 # Extract the first word of "objcopy", so it can be a program name with args.
12053 set dummy objcopy; ac_word=$2
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12055 $as_echo_n "checking for $ac_word... " >&6; }
12056 if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then :
12057 $as_echo_n "(cached) " >&6
12058 else
12059 case $OBJCOPY_FOR_TARGET in
12060 [\\/]* | ?:[\\/]*)
12061 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12062 ;;
12063 *)
12064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12065 for as_dir in $gcc_cv_tool_dirs
12066 do
12067 IFS=$as_save_IFS
12068 test -z "$as_dir" && as_dir=.
12069 for ac_exec_ext in '' $ac_executable_extensions; do
12070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12071 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12073 break 2
12074 fi
12075 done
12076 done
12077 IFS=$as_save_IFS
12078
12079 ;;
12080 esac
12081 fi
12082 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12083 if test -n "$OBJCOPY_FOR_TARGET"; then
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12085 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12086 else
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12088 $as_echo "no" >&6; }
12089 fi
12090
12091
12092 fi
12093 if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12094
12095
12096 if test -n "$OBJCOPY_FOR_TARGET"; then
12097 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12098 elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12099 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12100 fi
12101
12102 if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12103 for ncn_progname in objcopy; do
12104 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12105 set dummy ${ncn_progname}; ac_word=$2
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12107 $as_echo_n "checking for $ac_word... " >&6; }
12108 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12109 $as_echo_n "(cached) " >&6
12110 else
12111 if test -n "$OBJCOPY_FOR_TARGET"; then
12112 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12113 else
12114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12115 for as_dir in $PATH
12116 do
12117 IFS=$as_save_IFS
12118 test -z "$as_dir" && as_dir=.
12119 for ac_exec_ext in '' $ac_executable_extensions; do
12120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12121 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12123 break 2
12124 fi
12125 done
12126 done
12127 IFS=$as_save_IFS
12128
12129 fi
12130 fi
12131 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12132 if test -n "$OBJCOPY_FOR_TARGET"; then
12133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12134 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12135 else
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12137 $as_echo "no" >&6; }
12138 fi
12139
12140
12141 done
12142 fi
12143
12144 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12145 for ncn_progname in objcopy; do
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12147 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12148 if test -x $with_build_time_tools/${ncn_progname}; then
12149 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12151 $as_echo "yes" >&6; }
12152 break
12153 else
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12155 $as_echo "no" >&6; }
12156 fi
12157 done
12158 fi
12159
12160 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12161 for ncn_progname in objcopy; do
12162 if test -n "$ncn_target_tool_prefix"; then
12163 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12164 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12166 $as_echo_n "checking for $ac_word... " >&6; }
12167 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12168 $as_echo_n "(cached) " >&6
12169 else
12170 if test -n "$OBJCOPY_FOR_TARGET"; then
12171 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12172 else
12173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12174 for as_dir in $PATH
12175 do
12176 IFS=$as_save_IFS
12177 test -z "$as_dir" && as_dir=.
12178 for ac_exec_ext in '' $ac_executable_extensions; do
12179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12180 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12182 break 2
12183 fi
12184 done
12185 done
12186 IFS=$as_save_IFS
12187
12188 fi
12189 fi
12190 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12191 if test -n "$OBJCOPY_FOR_TARGET"; then
12192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12193 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12194 else
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12196 $as_echo "no" >&6; }
12197 fi
12198
12199
12200 fi
12201 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12202 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12203 set dummy ${ncn_progname}; ac_word=$2
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12205 $as_echo_n "checking for $ac_word... " >&6; }
12206 if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12207 $as_echo_n "(cached) " >&6
12208 else
12209 if test -n "$OBJCOPY_FOR_TARGET"; then
12210 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12211 else
12212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12213 for as_dir in $PATH
12214 do
12215 IFS=$as_save_IFS
12216 test -z "$as_dir" && as_dir=.
12217 for ac_exec_ext in '' $ac_executable_extensions; do
12218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12219 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12221 break 2
12222 fi
12223 done
12224 done
12225 IFS=$as_save_IFS
12226
12227 fi
12228 fi
12229 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12230 if test -n "$OBJCOPY_FOR_TARGET"; then
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12232 $as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12233 else
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12235 $as_echo "no" >&6; }
12236 fi
12237
12238
12239 fi
12240 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12241 done
12242 fi
12243
12244 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12245 set dummy objcopy
12246 if test $build = $target ; then
12247 OBJCOPY_FOR_TARGET="$2"
12248 else
12249 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12250 fi
12251 else
12252 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12253 fi
12254
12255 else
12256 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12257 fi
12258
12259
12260
12261
12262 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12263 if test -n "$with_build_time_tools"; then
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12265 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12266 if test -x $with_build_time_tools/objdump; then
12267 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12268 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12270 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12271 else
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12273 $as_echo "no" >&6; }
12274 fi
12275 elif test $build != $host && test $have_gcc_for_target = yes; then
12276 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12277 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12278 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12279 fi
12280 fi
12281 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12282 # Extract the first word of "objdump", so it can be a program name with args.
12283 set dummy objdump; ac_word=$2
12284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12285 $as_echo_n "checking for $ac_word... " >&6; }
12286 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12287 $as_echo_n "(cached) " >&6
12288 else
12289 case $OBJDUMP_FOR_TARGET in
12290 [\\/]* | ?:[\\/]*)
12291 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12292 ;;
12293 *)
12294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12295 for as_dir in $gcc_cv_tool_dirs
12296 do
12297 IFS=$as_save_IFS
12298 test -z "$as_dir" && as_dir=.
12299 for ac_exec_ext in '' $ac_executable_extensions; do
12300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12301 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12303 break 2
12304 fi
12305 done
12306 done
12307 IFS=$as_save_IFS
12308
12309 ;;
12310 esac
12311 fi
12312 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12313 if test -n "$OBJDUMP_FOR_TARGET"; then
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12315 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12316 else
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12318 $as_echo "no" >&6; }
12319 fi
12320
12321
12322 fi
12323 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12324
12325
12326 if test -n "$OBJDUMP_FOR_TARGET"; then
12327 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12328 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12329 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12330 fi
12331
12332 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12333 for ncn_progname in objdump; do
12334 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12335 set dummy ${ncn_progname}; ac_word=$2
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12337 $as_echo_n "checking for $ac_word... " >&6; }
12338 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12339 $as_echo_n "(cached) " >&6
12340 else
12341 if test -n "$OBJDUMP_FOR_TARGET"; then
12342 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12343 else
12344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12345 for as_dir in $PATH
12346 do
12347 IFS=$as_save_IFS
12348 test -z "$as_dir" && as_dir=.
12349 for ac_exec_ext in '' $ac_executable_extensions; do
12350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12351 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12352 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12353 break 2
12354 fi
12355 done
12356 done
12357 IFS=$as_save_IFS
12358
12359 fi
12360 fi
12361 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12362 if test -n "$OBJDUMP_FOR_TARGET"; then
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12364 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12365 else
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12367 $as_echo "no" >&6; }
12368 fi
12369
12370
12371 done
12372 fi
12373
12374 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12375 for ncn_progname in objdump; do
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12377 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12378 if test -x $with_build_time_tools/${ncn_progname}; then
12379 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12381 $as_echo "yes" >&6; }
12382 break
12383 else
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12385 $as_echo "no" >&6; }
12386 fi
12387 done
12388 fi
12389
12390 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12391 for ncn_progname in objdump; do
12392 if test -n "$ncn_target_tool_prefix"; then
12393 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12394 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12396 $as_echo_n "checking for $ac_word... " >&6; }
12397 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12398 $as_echo_n "(cached) " >&6
12399 else
12400 if test -n "$OBJDUMP_FOR_TARGET"; then
12401 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12402 else
12403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12404 for as_dir in $PATH
12405 do
12406 IFS=$as_save_IFS
12407 test -z "$as_dir" && as_dir=.
12408 for ac_exec_ext in '' $ac_executable_extensions; do
12409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12410 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12412 break 2
12413 fi
12414 done
12415 done
12416 IFS=$as_save_IFS
12417
12418 fi
12419 fi
12420 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12421 if test -n "$OBJDUMP_FOR_TARGET"; then
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12423 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12424 else
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12426 $as_echo "no" >&6; }
12427 fi
12428
12429
12430 fi
12431 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12432 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12433 set dummy ${ncn_progname}; ac_word=$2
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12435 $as_echo_n "checking for $ac_word... " >&6; }
12436 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12437 $as_echo_n "(cached) " >&6
12438 else
12439 if test -n "$OBJDUMP_FOR_TARGET"; then
12440 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12441 else
12442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12443 for as_dir in $PATH
12444 do
12445 IFS=$as_save_IFS
12446 test -z "$as_dir" && as_dir=.
12447 for ac_exec_ext in '' $ac_executable_extensions; do
12448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12449 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12451 break 2
12452 fi
12453 done
12454 done
12455 IFS=$as_save_IFS
12456
12457 fi
12458 fi
12459 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12460 if test -n "$OBJDUMP_FOR_TARGET"; then
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12462 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12463 else
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12465 $as_echo "no" >&6; }
12466 fi
12467
12468
12469 fi
12470 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12471 done
12472 fi
12473
12474 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12475 set dummy objdump
12476 if test $build = $target ; then
12477 OBJDUMP_FOR_TARGET="$2"
12478 else
12479 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12480 fi
12481 else
12482 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12483 fi
12484
12485 else
12486 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12487 fi
12488
12489
12490
12491
12492 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12493 if test -n "$with_build_time_tools"; then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12495 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12496 if test -x $with_build_time_tools/ranlib; then
12497 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12498 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12500 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12501 else
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12503 $as_echo "no" >&6; }
12504 fi
12505 elif test $build != $host && test $have_gcc_for_target = yes; then
12506 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12507 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12508 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12509 fi
12510 fi
12511 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12512 # Extract the first word of "ranlib", so it can be a program name with args.
12513 set dummy ranlib; ac_word=$2
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12515 $as_echo_n "checking for $ac_word... " >&6; }
12516 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12517 $as_echo_n "(cached) " >&6
12518 else
12519 case $RANLIB_FOR_TARGET in
12520 [\\/]* | ?:[\\/]*)
12521 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12522 ;;
12523 *)
12524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12525 for as_dir in $gcc_cv_tool_dirs
12526 do
12527 IFS=$as_save_IFS
12528 test -z "$as_dir" && as_dir=.
12529 for ac_exec_ext in '' $ac_executable_extensions; do
12530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12531 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12533 break 2
12534 fi
12535 done
12536 done
12537 IFS=$as_save_IFS
12538
12539 ;;
12540 esac
12541 fi
12542 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12543 if test -n "$RANLIB_FOR_TARGET"; then
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12545 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12546 else
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12548 $as_echo "no" >&6; }
12549 fi
12550
12551
12552 fi
12553 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12554
12555
12556 if test -n "$RANLIB_FOR_TARGET"; then
12557 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12558 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12559 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12560 fi
12561
12562 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12563 for ncn_progname in ranlib; do
12564 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12565 set dummy ${ncn_progname}; ac_word=$2
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12567 $as_echo_n "checking for $ac_word... " >&6; }
12568 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12569 $as_echo_n "(cached) " >&6
12570 else
12571 if test -n "$RANLIB_FOR_TARGET"; then
12572 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12573 else
12574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12575 for as_dir in $PATH
12576 do
12577 IFS=$as_save_IFS
12578 test -z "$as_dir" && as_dir=.
12579 for ac_exec_ext in '' $ac_executable_extensions; do
12580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12581 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12583 break 2
12584 fi
12585 done
12586 done
12587 IFS=$as_save_IFS
12588
12589 fi
12590 fi
12591 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12592 if test -n "$RANLIB_FOR_TARGET"; then
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12594 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12595 else
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12597 $as_echo "no" >&6; }
12598 fi
12599
12600
12601 done
12602 fi
12603
12604 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12605 for ncn_progname in ranlib; do
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12607 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12608 if test -x $with_build_time_tools/${ncn_progname}; then
12609 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12611 $as_echo "yes" >&6; }
12612 break
12613 else
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12615 $as_echo "no" >&6; }
12616 fi
12617 done
12618 fi
12619
12620 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12621 for ncn_progname in ranlib; do
12622 if test -n "$ncn_target_tool_prefix"; then
12623 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12624 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12626 $as_echo_n "checking for $ac_word... " >&6; }
12627 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12628 $as_echo_n "(cached) " >&6
12629 else
12630 if test -n "$RANLIB_FOR_TARGET"; then
12631 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12632 else
12633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12634 for as_dir in $PATH
12635 do
12636 IFS=$as_save_IFS
12637 test -z "$as_dir" && as_dir=.
12638 for ac_exec_ext in '' $ac_executable_extensions; do
12639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12640 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12642 break 2
12643 fi
12644 done
12645 done
12646 IFS=$as_save_IFS
12647
12648 fi
12649 fi
12650 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12651 if test -n "$RANLIB_FOR_TARGET"; then
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12653 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12654 else
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12656 $as_echo "no" >&6; }
12657 fi
12658
12659
12660 fi
12661 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12662 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12663 set dummy ${ncn_progname}; ac_word=$2
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12665 $as_echo_n "checking for $ac_word... " >&6; }
12666 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12667 $as_echo_n "(cached) " >&6
12668 else
12669 if test -n "$RANLIB_FOR_TARGET"; then
12670 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12671 else
12672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12673 for as_dir in $PATH
12674 do
12675 IFS=$as_save_IFS
12676 test -z "$as_dir" && as_dir=.
12677 for ac_exec_ext in '' $ac_executable_extensions; do
12678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12679 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12681 break 2
12682 fi
12683 done
12684 done
12685 IFS=$as_save_IFS
12686
12687 fi
12688 fi
12689 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12690 if test -n "$RANLIB_FOR_TARGET"; then
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12692 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12693 else
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12695 $as_echo "no" >&6; }
12696 fi
12697
12698
12699 fi
12700 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12701 done
12702 fi
12703
12704 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12705 set dummy ranlib
12706 if test $build = $target ; then
12707 RANLIB_FOR_TARGET="$2"
12708 else
12709 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12710 fi
12711 else
12712 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12713 fi
12714
12715 else
12716 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12717 fi
12718
12719
12720
12721
12722 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12723 if test -n "$with_build_time_tools"; then
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12725 $as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12726 if test -x $with_build_time_tools/readelf; then
12727 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12728 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12730 $as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12731 else
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12733 $as_echo "no" >&6; }
12734 fi
12735 elif test $build != $host && test $have_gcc_for_target = yes; then
12736 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12737 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12738 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12739 fi
12740 fi
12741 if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12742 # Extract the first word of "readelf", so it can be a program name with args.
12743 set dummy readelf; ac_word=$2
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12745 $as_echo_n "checking for $ac_word... " >&6; }
12746 if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12747 $as_echo_n "(cached) " >&6
12748 else
12749 case $READELF_FOR_TARGET in
12750 [\\/]* | ?:[\\/]*)
12751 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12752 ;;
12753 *)
12754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12755 for as_dir in $gcc_cv_tool_dirs
12756 do
12757 IFS=$as_save_IFS
12758 test -z "$as_dir" && as_dir=.
12759 for ac_exec_ext in '' $ac_executable_extensions; do
12760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12761 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12763 break 2
12764 fi
12765 done
12766 done
12767 IFS=$as_save_IFS
12768
12769 ;;
12770 esac
12771 fi
12772 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12773 if test -n "$READELF_FOR_TARGET"; then
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12775 $as_echo "$READELF_FOR_TARGET" >&6; }
12776 else
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12778 $as_echo "no" >&6; }
12779 fi
12780
12781
12782 fi
12783 if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12784
12785
12786 if test -n "$READELF_FOR_TARGET"; then
12787 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12788 elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12789 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12790 fi
12791
12792 if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12793 for ncn_progname in readelf; do
12794 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12795 set dummy ${ncn_progname}; ac_word=$2
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12797 $as_echo_n "checking for $ac_word... " >&6; }
12798 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12799 $as_echo_n "(cached) " >&6
12800 else
12801 if test -n "$READELF_FOR_TARGET"; then
12802 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12803 else
12804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12805 for as_dir in $PATH
12806 do
12807 IFS=$as_save_IFS
12808 test -z "$as_dir" && as_dir=.
12809 for ac_exec_ext in '' $ac_executable_extensions; do
12810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12811 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12813 break 2
12814 fi
12815 done
12816 done
12817 IFS=$as_save_IFS
12818
12819 fi
12820 fi
12821 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12822 if test -n "$READELF_FOR_TARGET"; then
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12824 $as_echo "$READELF_FOR_TARGET" >&6; }
12825 else
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12827 $as_echo "no" >&6; }
12828 fi
12829
12830
12831 done
12832 fi
12833
12834 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12835 for ncn_progname in readelf; do
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12837 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12838 if test -x $with_build_time_tools/${ncn_progname}; then
12839 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12841 $as_echo "yes" >&6; }
12842 break
12843 else
12844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12845 $as_echo "no" >&6; }
12846 fi
12847 done
12848 fi
12849
12850 if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12851 for ncn_progname in readelf; do
12852 if test -n "$ncn_target_tool_prefix"; then
12853 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12854 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12856 $as_echo_n "checking for $ac_word... " >&6; }
12857 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12858 $as_echo_n "(cached) " >&6
12859 else
12860 if test -n "$READELF_FOR_TARGET"; then
12861 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12862 else
12863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12864 for as_dir in $PATH
12865 do
12866 IFS=$as_save_IFS
12867 test -z "$as_dir" && as_dir=.
12868 for ac_exec_ext in '' $ac_executable_extensions; do
12869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12870 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12872 break 2
12873 fi
12874 done
12875 done
12876 IFS=$as_save_IFS
12877
12878 fi
12879 fi
12880 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12881 if test -n "$READELF_FOR_TARGET"; then
12882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12883 $as_echo "$READELF_FOR_TARGET" >&6; }
12884 else
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12886 $as_echo "no" >&6; }
12887 fi
12888
12889
12890 fi
12891 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12892 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12893 set dummy ${ncn_progname}; ac_word=$2
12894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12895 $as_echo_n "checking for $ac_word... " >&6; }
12896 if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12897 $as_echo_n "(cached) " >&6
12898 else
12899 if test -n "$READELF_FOR_TARGET"; then
12900 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12901 else
12902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12903 for as_dir in $PATH
12904 do
12905 IFS=$as_save_IFS
12906 test -z "$as_dir" && as_dir=.
12907 for ac_exec_ext in '' $ac_executable_extensions; do
12908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12909 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12911 break 2
12912 fi
12913 done
12914 done
12915 IFS=$as_save_IFS
12916
12917 fi
12918 fi
12919 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12920 if test -n "$READELF_FOR_TARGET"; then
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12922 $as_echo "$READELF_FOR_TARGET" >&6; }
12923 else
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12925 $as_echo "no" >&6; }
12926 fi
12927
12928
12929 fi
12930 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12931 done
12932 fi
12933
12934 if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12935 set dummy readelf
12936 if test $build = $target ; then
12937 READELF_FOR_TARGET="$2"
12938 else
12939 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12940 fi
12941 else
12942 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12943 fi
12944
12945 else
12946 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12947 fi
12948
12949
12950
12951
12952 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12953 if test -n "$with_build_time_tools"; then
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12955 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12956 if test -x $with_build_time_tools/strip; then
12957 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12958 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12960 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12961 else
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12963 $as_echo "no" >&6; }
12964 fi
12965 elif test $build != $host && test $have_gcc_for_target = yes; then
12966 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12967 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12968 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12969 fi
12970 fi
12971 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12972 # Extract the first word of "strip", so it can be a program name with args.
12973 set dummy strip; ac_word=$2
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12975 $as_echo_n "checking for $ac_word... " >&6; }
12976 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12977 $as_echo_n "(cached) " >&6
12978 else
12979 case $STRIP_FOR_TARGET in
12980 [\\/]* | ?:[\\/]*)
12981 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12982 ;;
12983 *)
12984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12985 for as_dir in $gcc_cv_tool_dirs
12986 do
12987 IFS=$as_save_IFS
12988 test -z "$as_dir" && as_dir=.
12989 for ac_exec_ext in '' $ac_executable_extensions; do
12990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12991 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12993 break 2
12994 fi
12995 done
12996 done
12997 IFS=$as_save_IFS
12998
12999 ;;
13000 esac
13001 fi
13002 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13003 if test -n "$STRIP_FOR_TARGET"; then
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13005 $as_echo "$STRIP_FOR_TARGET" >&6; }
13006 else
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13008 $as_echo "no" >&6; }
13009 fi
13010
13011
13012 fi
13013 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13014
13015
13016 if test -n "$STRIP_FOR_TARGET"; then
13017 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13018 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13019 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13020 fi
13021
13022 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13023 for ncn_progname in strip; do
13024 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13025 set dummy ${ncn_progname}; ac_word=$2
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13027 $as_echo_n "checking for $ac_word... " >&6; }
13028 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13029 $as_echo_n "(cached) " >&6
13030 else
13031 if test -n "$STRIP_FOR_TARGET"; then
13032 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13033 else
13034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13035 for as_dir in $PATH
13036 do
13037 IFS=$as_save_IFS
13038 test -z "$as_dir" && as_dir=.
13039 for ac_exec_ext in '' $ac_executable_extensions; do
13040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13041 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13043 break 2
13044 fi
13045 done
13046 done
13047 IFS=$as_save_IFS
13048
13049 fi
13050 fi
13051 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13052 if test -n "$STRIP_FOR_TARGET"; then
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13054 $as_echo "$STRIP_FOR_TARGET" >&6; }
13055 else
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13057 $as_echo "no" >&6; }
13058 fi
13059
13060
13061 done
13062 fi
13063
13064 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
13065 for ncn_progname in strip; do
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13067 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13068 if test -x $with_build_time_tools/${ncn_progname}; then
13069 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13071 $as_echo "yes" >&6; }
13072 break
13073 else
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13075 $as_echo "no" >&6; }
13076 fi
13077 done
13078 fi
13079
13080 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13081 for ncn_progname in strip; do
13082 if test -n "$ncn_target_tool_prefix"; then
13083 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13084 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13086 $as_echo_n "checking for $ac_word... " >&6; }
13087 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13088 $as_echo_n "(cached) " >&6
13089 else
13090 if test -n "$STRIP_FOR_TARGET"; then
13091 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13092 else
13093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13094 for as_dir in $PATH
13095 do
13096 IFS=$as_save_IFS
13097 test -z "$as_dir" && as_dir=.
13098 for ac_exec_ext in '' $ac_executable_extensions; do
13099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13100 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13102 break 2
13103 fi
13104 done
13105 done
13106 IFS=$as_save_IFS
13107
13108 fi
13109 fi
13110 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13111 if test -n "$STRIP_FOR_TARGET"; then
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13113 $as_echo "$STRIP_FOR_TARGET" >&6; }
13114 else
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13116 $as_echo "no" >&6; }
13117 fi
13118
13119
13120 fi
13121 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13123 set dummy ${ncn_progname}; ac_word=$2
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13125 $as_echo_n "checking for $ac_word... " >&6; }
13126 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13127 $as_echo_n "(cached) " >&6
13128 else
13129 if test -n "$STRIP_FOR_TARGET"; then
13130 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13131 else
13132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13133 for as_dir in $PATH
13134 do
13135 IFS=$as_save_IFS
13136 test -z "$as_dir" && as_dir=.
13137 for ac_exec_ext in '' $ac_executable_extensions; do
13138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13139 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
13140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13141 break 2
13142 fi
13143 done
13144 done
13145 IFS=$as_save_IFS
13146
13147 fi
13148 fi
13149 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13150 if test -n "$STRIP_FOR_TARGET"; then
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13152 $as_echo "$STRIP_FOR_TARGET" >&6; }
13153 else
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13155 $as_echo "no" >&6; }
13156 fi
13157
13158
13159 fi
13160 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13161 done
13162 fi
13163
13164 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13165 set dummy strip
13166 if test $build = $target ; then
13167 STRIP_FOR_TARGET="$2"
13168 else
13169 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13170 fi
13171 else
13172 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
13173 fi
13174
13175 else
13176 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
13177 fi
13178
13179
13180
13181
13182 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13183 if test -n "$with_build_time_tools"; then
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13185 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
13186 if test -x $with_build_time_tools/windres; then
13187 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13188 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13190 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
13191 else
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13193 $as_echo "no" >&6; }
13194 fi
13195 elif test $build != $host && test $have_gcc_for_target = yes; then
13196 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
13197 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13198 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13199 fi
13200 fi
13201 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13202 # Extract the first word of "windres", so it can be a program name with args.
13203 set dummy windres; ac_word=$2
13204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13205 $as_echo_n "checking for $ac_word... " >&6; }
13206 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13207 $as_echo_n "(cached) " >&6
13208 else
13209 case $WINDRES_FOR_TARGET in
13210 [\\/]* | ?:[\\/]*)
13211 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13212 ;;
13213 *)
13214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13215 for as_dir in $gcc_cv_tool_dirs
13216 do
13217 IFS=$as_save_IFS
13218 test -z "$as_dir" && as_dir=.
13219 for ac_exec_ext in '' $ac_executable_extensions; do
13220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13221 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13223 break 2
13224 fi
13225 done
13226 done
13227 IFS=$as_save_IFS
13228
13229 ;;
13230 esac
13231 fi
13232 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13233 if test -n "$WINDRES_FOR_TARGET"; then
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13235 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13236 else
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13238 $as_echo "no" >&6; }
13239 fi
13240
13241
13242 fi
13243 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13244
13245
13246 if test -n "$WINDRES_FOR_TARGET"; then
13247 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13248 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13249 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13250 fi
13251
13252 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13253 for ncn_progname in windres; do
13254 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13255 set dummy ${ncn_progname}; ac_word=$2
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13257 $as_echo_n "checking for $ac_word... " >&6; }
13258 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13259 $as_echo_n "(cached) " >&6
13260 else
13261 if test -n "$WINDRES_FOR_TARGET"; then
13262 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13263 else
13264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13265 for as_dir in $PATH
13266 do
13267 IFS=$as_save_IFS
13268 test -z "$as_dir" && as_dir=.
13269 for ac_exec_ext in '' $ac_executable_extensions; do
13270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13271 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13273 break 2
13274 fi
13275 done
13276 done
13277 IFS=$as_save_IFS
13278
13279 fi
13280 fi
13281 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13282 if test -n "$WINDRES_FOR_TARGET"; then
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13284 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13285 else
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13287 $as_echo "no" >&6; }
13288 fi
13289
13290
13291 done
13292 fi
13293
13294 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13295 for ncn_progname in windres; do
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13297 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13298 if test -x $with_build_time_tools/${ncn_progname}; then
13299 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13301 $as_echo "yes" >&6; }
13302 break
13303 else
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13305 $as_echo "no" >&6; }
13306 fi
13307 done
13308 fi
13309
13310 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13311 for ncn_progname in windres; do
13312 if test -n "$ncn_target_tool_prefix"; then
13313 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13314 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13316 $as_echo_n "checking for $ac_word... " >&6; }
13317 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13318 $as_echo_n "(cached) " >&6
13319 else
13320 if test -n "$WINDRES_FOR_TARGET"; then
13321 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13322 else
13323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13324 for as_dir in $PATH
13325 do
13326 IFS=$as_save_IFS
13327 test -z "$as_dir" && as_dir=.
13328 for ac_exec_ext in '' $ac_executable_extensions; do
13329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13330 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13332 break 2
13333 fi
13334 done
13335 done
13336 IFS=$as_save_IFS
13337
13338 fi
13339 fi
13340 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13341 if test -n "$WINDRES_FOR_TARGET"; then
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13343 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13344 else
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13346 $as_echo "no" >&6; }
13347 fi
13348
13349
13350 fi
13351 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13352 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13353 set dummy ${ncn_progname}; ac_word=$2
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13355 $as_echo_n "checking for $ac_word... " >&6; }
13356 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13357 $as_echo_n "(cached) " >&6
13358 else
13359 if test -n "$WINDRES_FOR_TARGET"; then
13360 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13361 else
13362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13363 for as_dir in $PATH
13364 do
13365 IFS=$as_save_IFS
13366 test -z "$as_dir" && as_dir=.
13367 for ac_exec_ext in '' $ac_executable_extensions; do
13368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13369 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13371 break 2
13372 fi
13373 done
13374 done
13375 IFS=$as_save_IFS
13376
13377 fi
13378 fi
13379 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13380 if test -n "$WINDRES_FOR_TARGET"; then
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13382 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13383 else
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13385 $as_echo "no" >&6; }
13386 fi
13387
13388
13389 fi
13390 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13391 done
13392 fi
13393
13394 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13395 set dummy windres
13396 if test $build = $target ; then
13397 WINDRES_FOR_TARGET="$2"
13398 else
13399 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13400 fi
13401 else
13402 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13403 fi
13404
13405 else
13406 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13407 fi
13408
13409
13410
13411
13412 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13413 if test -n "$with_build_time_tools"; then
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13415 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13416 if test -x $with_build_time_tools/windmc; then
13417 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13418 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13420 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13421 else
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13423 $as_echo "no" >&6; }
13424 fi
13425 elif test $build != $host && test $have_gcc_for_target = yes; then
13426 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13427 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13428 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13429 fi
13430 fi
13431 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13432 # Extract the first word of "windmc", so it can be a program name with args.
13433 set dummy windmc; ac_word=$2
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13435 $as_echo_n "checking for $ac_word... " >&6; }
13436 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13437 $as_echo_n "(cached) " >&6
13438 else
13439 case $WINDMC_FOR_TARGET in
13440 [\\/]* | ?:[\\/]*)
13441 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13442 ;;
13443 *)
13444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13445 for as_dir in $gcc_cv_tool_dirs
13446 do
13447 IFS=$as_save_IFS
13448 test -z "$as_dir" && as_dir=.
13449 for ac_exec_ext in '' $ac_executable_extensions; do
13450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13451 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13453 break 2
13454 fi
13455 done
13456 done
13457 IFS=$as_save_IFS
13458
13459 ;;
13460 esac
13461 fi
13462 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13463 if test -n "$WINDMC_FOR_TARGET"; then
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13465 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13466 else
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13468 $as_echo "no" >&6; }
13469 fi
13470
13471
13472 fi
13473 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13474
13475
13476 if test -n "$WINDMC_FOR_TARGET"; then
13477 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13478 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13479 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13480 fi
13481
13482 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13483 for ncn_progname in windmc; do
13484 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13485 set dummy ${ncn_progname}; ac_word=$2
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13487 $as_echo_n "checking for $ac_word... " >&6; }
13488 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13489 $as_echo_n "(cached) " >&6
13490 else
13491 if test -n "$WINDMC_FOR_TARGET"; then
13492 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13493 else
13494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13495 for as_dir in $PATH
13496 do
13497 IFS=$as_save_IFS
13498 test -z "$as_dir" && as_dir=.
13499 for ac_exec_ext in '' $ac_executable_extensions; do
13500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13501 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13503 break 2
13504 fi
13505 done
13506 done
13507 IFS=$as_save_IFS
13508
13509 fi
13510 fi
13511 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13512 if test -n "$WINDMC_FOR_TARGET"; then
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13514 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13515 else
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13517 $as_echo "no" >&6; }
13518 fi
13519
13520
13521 done
13522 fi
13523
13524 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13525 for ncn_progname in windmc; do
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13527 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13528 if test -x $with_build_time_tools/${ncn_progname}; then
13529 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13531 $as_echo "yes" >&6; }
13532 break
13533 else
13534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13535 $as_echo "no" >&6; }
13536 fi
13537 done
13538 fi
13539
13540 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13541 for ncn_progname in windmc; do
13542 if test -n "$ncn_target_tool_prefix"; then
13543 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13544 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13546 $as_echo_n "checking for $ac_word... " >&6; }
13547 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13548 $as_echo_n "(cached) " >&6
13549 else
13550 if test -n "$WINDMC_FOR_TARGET"; then
13551 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13552 else
13553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13554 for as_dir in $PATH
13555 do
13556 IFS=$as_save_IFS
13557 test -z "$as_dir" && as_dir=.
13558 for ac_exec_ext in '' $ac_executable_extensions; do
13559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13560 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13562 break 2
13563 fi
13564 done
13565 done
13566 IFS=$as_save_IFS
13567
13568 fi
13569 fi
13570 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13571 if test -n "$WINDMC_FOR_TARGET"; then
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13573 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13574 else
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13576 $as_echo "no" >&6; }
13577 fi
13578
13579
13580 fi
13581 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13583 set dummy ${ncn_progname}; ac_word=$2
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13585 $as_echo_n "checking for $ac_word... " >&6; }
13586 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13587 $as_echo_n "(cached) " >&6
13588 else
13589 if test -n "$WINDMC_FOR_TARGET"; then
13590 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13591 else
13592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13593 for as_dir in $PATH
13594 do
13595 IFS=$as_save_IFS
13596 test -z "$as_dir" && as_dir=.
13597 for ac_exec_ext in '' $ac_executable_extensions; do
13598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13599 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13601 break 2
13602 fi
13603 done
13604 done
13605 IFS=$as_save_IFS
13606
13607 fi
13608 fi
13609 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13610 if test -n "$WINDMC_FOR_TARGET"; then
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13612 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13613 else
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13615 $as_echo "no" >&6; }
13616 fi
13617
13618
13619 fi
13620 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13621 done
13622 fi
13623
13624 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13625 set dummy windmc
13626 if test $build = $target ; then
13627 WINDMC_FOR_TARGET="$2"
13628 else
13629 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13630 fi
13631 else
13632 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13633 fi
13634
13635 else
13636 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13637 fi
13638
13639
13640 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13641
13642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13643 $as_echo_n "checking where to find the target ar... " >&6; }
13644 if test "x${build}" != "x${host}" ; then
13645 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13646 # We already found the complete path
13647 ac_dir=`dirname $AR_FOR_TARGET`
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13649 $as_echo "pre-installed in $ac_dir" >&6; }
13650 else
13651 # Canadian cross, just use what we found
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13653 $as_echo "pre-installed" >&6; }
13654 fi
13655 else
13656 ok=yes
13657 case " ${configdirs} " in
13658 *" binutils "*) ;;
13659 *) ok=no ;;
13660 esac
13661
13662 if test $ok = yes; then
13663 # An in-tree tool is available and we can use it
13664 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13666 $as_echo "just compiled" >&6; }
13667 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13668 # We already found the complete path
13669 ac_dir=`dirname $AR_FOR_TARGET`
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13671 $as_echo "pre-installed in $ac_dir" >&6; }
13672 elif test "x$target" = "x$host"; then
13673 # We can use an host tool
13674 AR_FOR_TARGET='$(AR)'
13675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13676 $as_echo "host tool" >&6; }
13677 else
13678 # We need a cross tool
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13680 $as_echo "pre-installed" >&6; }
13681 fi
13682 fi
13683
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13685 $as_echo_n "checking where to find the target as... " >&6; }
13686 if test "x${build}" != "x${host}" ; then
13687 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13688 # We already found the complete path
13689 ac_dir=`dirname $AS_FOR_TARGET`
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13691 $as_echo "pre-installed in $ac_dir" >&6; }
13692 else
13693 # Canadian cross, just use what we found
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13695 $as_echo "pre-installed" >&6; }
13696 fi
13697 else
13698 ok=yes
13699 case " ${configdirs} " in
13700 *" gas "*) ;;
13701 *) ok=no ;;
13702 esac
13703
13704 if test $ok = yes; then
13705 # An in-tree tool is available and we can use it
13706 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13708 $as_echo "just compiled" >&6; }
13709 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13710 # We already found the complete path
13711 ac_dir=`dirname $AS_FOR_TARGET`
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13713 $as_echo "pre-installed in $ac_dir" >&6; }
13714 elif test "x$target" = "x$host"; then
13715 # We can use an host tool
13716 AS_FOR_TARGET='$(AS)'
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13718 $as_echo "host tool" >&6; }
13719 else
13720 # We need a cross tool
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13722 $as_echo "pre-installed" >&6; }
13723 fi
13724 fi
13725
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13727 $as_echo_n "checking where to find the target cc... " >&6; }
13728 if test "x${build}" != "x${host}" ; then
13729 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13730 # We already found the complete path
13731 ac_dir=`dirname $CC_FOR_TARGET`
13732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13733 $as_echo "pre-installed in $ac_dir" >&6; }
13734 else
13735 # Canadian cross, just use what we found
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13737 $as_echo "pre-installed" >&6; }
13738 fi
13739 else
13740 ok=yes
13741 case " ${configdirs} " in
13742 *" gcc "*) ;;
13743 *) ok=no ;;
13744 esac
13745
13746 if test $ok = yes; then
13747 # An in-tree tool is available and we can use it
13748 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13750 $as_echo "just compiled" >&6; }
13751 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13752 # We already found the complete path
13753 ac_dir=`dirname $CC_FOR_TARGET`
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13755 $as_echo "pre-installed in $ac_dir" >&6; }
13756 elif test "x$target" = "x$host"; then
13757 # We can use an host tool
13758 CC_FOR_TARGET='$(CC)'
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13760 $as_echo "host tool" >&6; }
13761 else
13762 # We need a cross tool
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13764 $as_echo "pre-installed" >&6; }
13765 fi
13766 fi
13767
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13769 $as_echo_n "checking where to find the target c++... " >&6; }
13770 if test "x${build}" != "x${host}" ; then
13771 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13772 # We already found the complete path
13773 ac_dir=`dirname $CXX_FOR_TARGET`
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13775 $as_echo "pre-installed in $ac_dir" >&6; }
13776 else
13777 # Canadian cross, just use what we found
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13779 $as_echo "pre-installed" >&6; }
13780 fi
13781 else
13782 ok=yes
13783 case " ${configdirs} " in
13784 *" gcc "*) ;;
13785 *) ok=no ;;
13786 esac
13787 case ,${enable_languages}, in
13788 *,c++,*) ;;
13789 *) ok=no ;;
13790 esac
13791 if test $ok = yes; then
13792 # An in-tree tool is available and we can use it
13793 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13795 $as_echo "just compiled" >&6; }
13796 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13797 # We already found the complete path
13798 ac_dir=`dirname $CXX_FOR_TARGET`
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13800 $as_echo "pre-installed in $ac_dir" >&6; }
13801 elif test "x$target" = "x$host"; then
13802 # We can use an host tool
13803 CXX_FOR_TARGET='$(CXX)'
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13805 $as_echo "host tool" >&6; }
13806 else
13807 # We need a cross tool
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13809 $as_echo "pre-installed" >&6; }
13810 fi
13811 fi
13812
13813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13814 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13815 if test "x${build}" != "x${host}" ; then
13816 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13817 # We already found the complete path
13818 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13820 $as_echo "pre-installed in $ac_dir" >&6; }
13821 else
13822 # Canadian cross, just use what we found
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13824 $as_echo "pre-installed" >&6; }
13825 fi
13826 else
13827 ok=yes
13828 case " ${configdirs} " in
13829 *" gcc "*) ;;
13830 *) ok=no ;;
13831 esac
13832 case ,${enable_languages}, in
13833 *,c++,*) ;;
13834 *) ok=no ;;
13835 esac
13836 if test $ok = yes; then
13837 # An in-tree tool is available and we can use it
13838 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13840 $as_echo "just compiled" >&6; }
13841 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13842 # We already found the complete path
13843 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13845 $as_echo "pre-installed in $ac_dir" >&6; }
13846 elif test "x$target" = "x$host"; then
13847 # We can use an host tool
13848 RAW_CXX_FOR_TARGET='$(CXX)'
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13850 $as_echo "host tool" >&6; }
13851 else
13852 # We need a cross tool
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13854 $as_echo "pre-installed" >&6; }
13855 fi
13856 fi
13857
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13859 $as_echo_n "checking where to find the target dlltool... " >&6; }
13860 if test "x${build}" != "x${host}" ; then
13861 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13862 # We already found the complete path
13863 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13865 $as_echo "pre-installed in $ac_dir" >&6; }
13866 else
13867 # Canadian cross, just use what we found
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13869 $as_echo "pre-installed" >&6; }
13870 fi
13871 else
13872 ok=yes
13873 case " ${configdirs} " in
13874 *" binutils "*) ;;
13875 *) ok=no ;;
13876 esac
13877
13878 if test $ok = yes; then
13879 # An in-tree tool is available and we can use it
13880 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13882 $as_echo "just compiled" >&6; }
13883 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13884 # We already found the complete path
13885 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13887 $as_echo "pre-installed in $ac_dir" >&6; }
13888 elif test "x$target" = "x$host"; then
13889 # We can use an host tool
13890 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13892 $as_echo "host tool" >&6; }
13893 else
13894 # We need a cross tool
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13896 $as_echo "pre-installed" >&6; }
13897 fi
13898 fi
13899
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13901 $as_echo_n "checking where to find the target gcc... " >&6; }
13902 if test "x${build}" != "x${host}" ; then
13903 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13904 # We already found the complete path
13905 ac_dir=`dirname $GCC_FOR_TARGET`
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13907 $as_echo "pre-installed in $ac_dir" >&6; }
13908 else
13909 # Canadian cross, just use what we found
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13911 $as_echo "pre-installed" >&6; }
13912 fi
13913 else
13914 ok=yes
13915 case " ${configdirs} " in
13916 *" gcc "*) ;;
13917 *) ok=no ;;
13918 esac
13919
13920 if test $ok = yes; then
13921 # An in-tree tool is available and we can use it
13922 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13924 $as_echo "just compiled" >&6; }
13925 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13926 # We already found the complete path
13927 ac_dir=`dirname $GCC_FOR_TARGET`
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13929 $as_echo "pre-installed in $ac_dir" >&6; }
13930 elif test "x$target" = "x$host"; then
13931 # We can use an host tool
13932 GCC_FOR_TARGET='$()'
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13934 $as_echo "host tool" >&6; }
13935 else
13936 # We need a cross tool
13937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13938 $as_echo "pre-installed" >&6; }
13939 fi
13940 fi
13941
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13943 $as_echo_n "checking where to find the target gfortran... " >&6; }
13944 if test "x${build}" != "x${host}" ; then
13945 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13946 # We already found the complete path
13947 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13949 $as_echo "pre-installed in $ac_dir" >&6; }
13950 else
13951 # Canadian cross, just use what we found
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13953 $as_echo "pre-installed" >&6; }
13954 fi
13955 else
13956 ok=yes
13957 case " ${configdirs} " in
13958 *" gcc "*) ;;
13959 *) ok=no ;;
13960 esac
13961 case ,${enable_languages}, in
13962 *,fortran,*) ;;
13963 *) ok=no ;;
13964 esac
13965 if test $ok = yes; then
13966 # An in-tree tool is available and we can use it
13967 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13969 $as_echo "just compiled" >&6; }
13970 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13971 # We already found the complete path
13972 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13974 $as_echo "pre-installed in $ac_dir" >&6; }
13975 elif test "x$target" = "x$host"; then
13976 # We can use an host tool
13977 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13979 $as_echo "host tool" >&6; }
13980 else
13981 # We need a cross tool
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13983 $as_echo "pre-installed" >&6; }
13984 fi
13985 fi
13986
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13988 $as_echo_n "checking where to find the target gccgo... " >&6; }
13989 if test "x${build}" != "x${host}" ; then
13990 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13991 # We already found the complete path
13992 ac_dir=`dirname $GOC_FOR_TARGET`
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13994 $as_echo "pre-installed in $ac_dir" >&6; }
13995 else
13996 # Canadian cross, just use what we found
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13998 $as_echo "pre-installed" >&6; }
13999 fi
14000 else
14001 ok=yes
14002 case " ${configdirs} " in
14003 *" gcc "*) ;;
14004 *) ok=no ;;
14005 esac
14006 case ,${enable_languages}, in
14007 *,go,*) ;;
14008 *) ok=no ;;
14009 esac
14010 if test $ok = yes; then
14011 # An in-tree tool is available and we can use it
14012 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14014 $as_echo "just compiled" >&6; }
14015 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14016 # We already found the complete path
14017 ac_dir=`dirname $GOC_FOR_TARGET`
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14019 $as_echo "pre-installed in $ac_dir" >&6; }
14020 elif test "x$target" = "x$host"; then
14021 # We can use an host tool
14022 GOC_FOR_TARGET='$(GOC)'
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14024 $as_echo "host tool" >&6; }
14025 else
14026 # We need a cross tool
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14028 $as_echo "pre-installed" >&6; }
14029 fi
14030 fi
14031
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14033 $as_echo_n "checking where to find the target ld... " >&6; }
14034 if test "x${build}" != "x${host}" ; then
14035 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14036 # We already found the complete path
14037 ac_dir=`dirname $LD_FOR_TARGET`
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14039 $as_echo "pre-installed in $ac_dir" >&6; }
14040 else
14041 # Canadian cross, just use what we found
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14043 $as_echo "pre-installed" >&6; }
14044 fi
14045 else
14046 ok=yes
14047 case " ${configdirs} " in
14048 *" ld "*) ;;
14049 *) ok=no ;;
14050 esac
14051
14052 if test $ok = yes; then
14053 # An in-tree tool is available and we can use it
14054 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14056 $as_echo "just compiled" >&6; }
14057 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14058 # We already found the complete path
14059 ac_dir=`dirname $LD_FOR_TARGET`
14060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14061 $as_echo "pre-installed in $ac_dir" >&6; }
14062 elif test "x$target" = "x$host"; then
14063 # We can use an host tool
14064 LD_FOR_TARGET='$(LD)'
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14066 $as_echo "host tool" >&6; }
14067 else
14068 # We need a cross tool
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14070 $as_echo "pre-installed" >&6; }
14071 fi
14072 fi
14073
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14075 $as_echo_n "checking where to find the target lipo... " >&6; }
14076 if test "x${build}" != "x${host}" ; then
14077 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14078 # We already found the complete path
14079 ac_dir=`dirname $LIPO_FOR_TARGET`
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14081 $as_echo "pre-installed in $ac_dir" >&6; }
14082 else
14083 # Canadian cross, just use what we found
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14085 $as_echo "pre-installed" >&6; }
14086 fi
14087 else
14088 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14089 # We already found the complete path
14090 ac_dir=`dirname $LIPO_FOR_TARGET`
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14092 $as_echo "pre-installed in $ac_dir" >&6; }
14093 elif test "x$target" = "x$host"; then
14094 # We can use an host tool
14095 LIPO_FOR_TARGET='$(LIPO)'
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14097 $as_echo "host tool" >&6; }
14098 else
14099 # We need a cross tool
14100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14101 $as_echo "pre-installed" >&6; }
14102 fi
14103 fi
14104
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14106 $as_echo_n "checking where to find the target nm... " >&6; }
14107 if test "x${build}" != "x${host}" ; then
14108 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14109 # We already found the complete path
14110 ac_dir=`dirname $NM_FOR_TARGET`
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14112 $as_echo "pre-installed in $ac_dir" >&6; }
14113 else
14114 # Canadian cross, just use what we found
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14116 $as_echo "pre-installed" >&6; }
14117 fi
14118 else
14119 ok=yes
14120 case " ${configdirs} " in
14121 *" binutils "*) ;;
14122 *) ok=no ;;
14123 esac
14124
14125 if test $ok = yes; then
14126 # An in-tree tool is available and we can use it
14127 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14129 $as_echo "just compiled" >&6; }
14130 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14131 # We already found the complete path
14132 ac_dir=`dirname $NM_FOR_TARGET`
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14134 $as_echo "pre-installed in $ac_dir" >&6; }
14135 elif test "x$target" = "x$host"; then
14136 # We can use an host tool
14137 NM_FOR_TARGET='$(NM)'
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14139 $as_echo "host tool" >&6; }
14140 else
14141 # We need a cross tool
14142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14143 $as_echo "pre-installed" >&6; }
14144 fi
14145 fi
14146
14147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objcopy" >&5
14148 $as_echo_n "checking where to find the target objcopy... " >&6; }
14149 if test "x${build}" != "x${host}" ; then
14150 if expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14151 # We already found the complete path
14152 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14154 $as_echo "pre-installed in $ac_dir" >&6; }
14155 else
14156 # Canadian cross, just use what we found
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14158 $as_echo "pre-installed" >&6; }
14159 fi
14160 else
14161 ok=yes
14162 case " ${configdirs} " in
14163 *" binutils "*) ;;
14164 *) ok=no ;;
14165 esac
14166
14167 if test $ok = yes; then
14168 # An in-tree tool is available and we can use it
14169 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14171 $as_echo "just compiled" >&6; }
14172 elif expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14173 # We already found the complete path
14174 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14176 $as_echo "pre-installed in $ac_dir" >&6; }
14177 elif test "x$target" = "x$host"; then
14178 # We can use an host tool
14179 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
14180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14181 $as_echo "host tool" >&6; }
14182 else
14183 # We need a cross tool
14184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14185 $as_echo "pre-installed" >&6; }
14186 fi
14187 fi
14188
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14190 $as_echo_n "checking where to find the target objdump... " >&6; }
14191 if test "x${build}" != "x${host}" ; then
14192 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14193 # We already found the complete path
14194 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14196 $as_echo "pre-installed in $ac_dir" >&6; }
14197 else
14198 # Canadian cross, just use what we found
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14200 $as_echo "pre-installed" >&6; }
14201 fi
14202 else
14203 ok=yes
14204 case " ${configdirs} " in
14205 *" binutils "*) ;;
14206 *) ok=no ;;
14207 esac
14208
14209 if test $ok = yes; then
14210 # An in-tree tool is available and we can use it
14211 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14213 $as_echo "just compiled" >&6; }
14214 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14215 # We already found the complete path
14216 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14218 $as_echo "pre-installed in $ac_dir" >&6; }
14219 elif test "x$target" = "x$host"; then
14220 # We can use an host tool
14221 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14223 $as_echo "host tool" >&6; }
14224 else
14225 # We need a cross tool
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14227 $as_echo "pre-installed" >&6; }
14228 fi
14229 fi
14230
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14232 $as_echo_n "checking where to find the target ranlib... " >&6; }
14233 if test "x${build}" != "x${host}" ; then
14234 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14235 # We already found the complete path
14236 ac_dir=`dirname $RANLIB_FOR_TARGET`
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14238 $as_echo "pre-installed in $ac_dir" >&6; }
14239 else
14240 # Canadian cross, just use what we found
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14242 $as_echo "pre-installed" >&6; }
14243 fi
14244 else
14245 ok=yes
14246 case " ${configdirs} " in
14247 *" binutils "*) ;;
14248 *) ok=no ;;
14249 esac
14250
14251 if test $ok = yes; then
14252 # An in-tree tool is available and we can use it
14253 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14255 $as_echo "just compiled" >&6; }
14256 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14257 # We already found the complete path
14258 ac_dir=`dirname $RANLIB_FOR_TARGET`
14259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14260 $as_echo "pre-installed in $ac_dir" >&6; }
14261 elif test "x$target" = "x$host"; then
14262 # We can use an host tool
14263 RANLIB_FOR_TARGET='$(RANLIB)'
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14265 $as_echo "host tool" >&6; }
14266 else
14267 # We need a cross tool
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14269 $as_echo "pre-installed" >&6; }
14270 fi
14271 fi
14272
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14274 $as_echo_n "checking where to find the target readelf... " >&6; }
14275 if test "x${build}" != "x${host}" ; then
14276 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14277 # We already found the complete path
14278 ac_dir=`dirname $READELF_FOR_TARGET`
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14280 $as_echo "pre-installed in $ac_dir" >&6; }
14281 else
14282 # Canadian cross, just use what we found
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14284 $as_echo "pre-installed" >&6; }
14285 fi
14286 else
14287 ok=yes
14288 case " ${configdirs} " in
14289 *" binutils "*) ;;
14290 *) ok=no ;;
14291 esac
14292
14293 if test $ok = yes; then
14294 # An in-tree tool is available and we can use it
14295 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14297 $as_echo "just compiled" >&6; }
14298 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14299 # We already found the complete path
14300 ac_dir=`dirname $READELF_FOR_TARGET`
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14302 $as_echo "pre-installed in $ac_dir" >&6; }
14303 elif test "x$target" = "x$host"; then
14304 # We can use an host tool
14305 READELF_FOR_TARGET='$(READELF)'
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14307 $as_echo "host tool" >&6; }
14308 else
14309 # We need a cross tool
14310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14311 $as_echo "pre-installed" >&6; }
14312 fi
14313 fi
14314
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14316 $as_echo_n "checking where to find the target strip... " >&6; }
14317 if test "x${build}" != "x${host}" ; then
14318 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14319 # We already found the complete path
14320 ac_dir=`dirname $STRIP_FOR_TARGET`
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14322 $as_echo "pre-installed in $ac_dir" >&6; }
14323 else
14324 # Canadian cross, just use what we found
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14326 $as_echo "pre-installed" >&6; }
14327 fi
14328 else
14329 ok=yes
14330 case " ${configdirs} " in
14331 *" binutils "*) ;;
14332 *) ok=no ;;
14333 esac
14334
14335 if test $ok = yes; then
14336 # An in-tree tool is available and we can use it
14337 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14339 $as_echo "just compiled" >&6; }
14340 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14341 # We already found the complete path
14342 ac_dir=`dirname $STRIP_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 elif test "x$target" = "x$host"; then
14346 # We can use an host tool
14347 STRIP_FOR_TARGET='$(STRIP)'
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14349 $as_echo "host tool" >&6; }
14350 else
14351 # We need a cross tool
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14353 $as_echo "pre-installed" >&6; }
14354 fi
14355 fi
14356
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14358 $as_echo_n "checking where to find the target windres... " >&6; }
14359 if test "x${build}" != "x${host}" ; then
14360 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14361 # We already found the complete path
14362 ac_dir=`dirname $WINDRES_FOR_TARGET`
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14364 $as_echo "pre-installed in $ac_dir" >&6; }
14365 else
14366 # Canadian cross, just use what we found
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14368 $as_echo "pre-installed" >&6; }
14369 fi
14370 else
14371 ok=yes
14372 case " ${configdirs} " in
14373 *" binutils "*) ;;
14374 *) ok=no ;;
14375 esac
14376
14377 if test $ok = yes; then
14378 # An in-tree tool is available and we can use it
14379 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14381 $as_echo "just compiled" >&6; }
14382 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14383 # We already found the complete path
14384 ac_dir=`dirname $WINDRES_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 elif test "x$target" = "x$host"; then
14388 # We can use an host tool
14389 WINDRES_FOR_TARGET='$(WINDRES)'
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14391 $as_echo "host tool" >&6; }
14392 else
14393 # We need a cross tool
14394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14395 $as_echo "pre-installed" >&6; }
14396 fi
14397 fi
14398
14399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14400 $as_echo_n "checking where to find the target windmc... " >&6; }
14401 if test "x${build}" != "x${host}" ; then
14402 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14403 # We already found the complete path
14404 ac_dir=`dirname $WINDMC_FOR_TARGET`
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14406 $as_echo "pre-installed in $ac_dir" >&6; }
14407 else
14408 # Canadian cross, just use what we found
14409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14410 $as_echo "pre-installed" >&6; }
14411 fi
14412 else
14413 ok=yes
14414 case " ${configdirs} " in
14415 *" binutils "*) ;;
14416 *) ok=no ;;
14417 esac
14418
14419 if test $ok = yes; then
14420 # An in-tree tool is available and we can use it
14421 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14423 $as_echo "just compiled" >&6; }
14424 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14425 # We already found the complete path
14426 ac_dir=`dirname $WINDMC_FOR_TARGET`
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14428 $as_echo "pre-installed in $ac_dir" >&6; }
14429 elif test "x$target" = "x$host"; then
14430 # We can use an host tool
14431 WINDMC_FOR_TARGET='$(WINDMC)'
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14433 $as_echo "host tool" >&6; }
14434 else
14435 # We need a cross tool
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14437 $as_echo "pre-installed" >&6; }
14438 fi
14439 fi
14440
14441
14442
14443
14444
14445 # Certain tools may need extra flags.
14446 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14447 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14448 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14449
14450 # When building target libraries, except in a Canadian cross, we use
14451 # the same toolchain as the compiler we just built.
14452 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14453 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14454 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14455 if test $host = $build; then
14456 case " $configdirs " in
14457 *" gcc "*)
14458 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14459 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14460 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14461 ;;
14462 esac
14463 fi
14464
14465
14466
14467
14468
14469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14470 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14471 # Check whether --enable-maintainer-mode was given.
14472 if test "${enable_maintainer_mode+set}" = set; then :
14473 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14474 else
14475 USE_MAINTAINER_MODE=no
14476 fi
14477
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14479 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14480
14481
14482 if test "$USE_MAINTAINER_MODE" = yes; then
14483 MAINTAINER_MODE_TRUE=
14484 MAINTAINER_MODE_FALSE='#'
14485 else
14486 MAINTAINER_MODE_TRUE='#'
14487 MAINTAINER_MODE_FALSE=
14488 fi
14489 MAINT=$MAINTAINER_MODE_TRUE
14490
14491 # ---------------------
14492 # GCC bootstrap support
14493 # ---------------------
14494
14495 # Stage specific cflags for build.
14496 stage1_cflags="-g"
14497 case $build in
14498 vax-*-*)
14499 case ${GCC} in
14500 yes) stage1_cflags="-g -Wa,-J" ;;
14501 *) stage1_cflags="-g -J" ;;
14502 esac ;;
14503 esac
14504
14505
14506
14507 # Enable --enable-checking in stage1 of the compiler.
14508 # Check whether --enable-stage1-checking was given.
14509 if test "${enable_stage1_checking+set}" = set; then :
14510 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14511 else
14512 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14513 # For --disable-checking or implicit --enable-checking=release, avoid
14514 # setting --enable-checking=gc in the default stage1 checking for LTO
14515 # bootstraps. See PR62077.
14516 case $BUILD_CONFIG in
14517 *lto*)
14518 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types;;
14519 *)
14520 stage1_checking=--enable-checking=yes,types;;
14521 esac
14522 if test "x$enable_checking" = x && \
14523 test -d ${srcdir}/gcc && \
14524 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
14525 stage1_checking=--enable-checking=yes,types,extra
14526 fi
14527 else
14528 stage1_checking=--enable-checking=$enable_checking,types
14529 fi
14530 fi
14531
14532
14533
14534 # Enable -Werror in bootstrap stage2 and later.
14535 # Check whether --enable-werror was given.
14536 if test "${enable_werror+set}" = set; then :
14537 enableval=$enable_werror;
14538 else
14539 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14540 enable_werror=yes
14541 else
14542 enable_werror=no
14543 fi
14544 fi
14545
14546 case ${enable_werror} in
14547 yes) stage2_werror_flag="--enable-werror-always" ;;
14548 *) stage2_werror_flag="" ;;
14549 esac
14550
14551
14552 # Enable --enable-host-shared.
14553 # Check whether --enable-host-shared was given.
14554 if test "${enable_host_shared+set}" = set; then :
14555 enableval=$enable_host_shared; host_shared=$enableval
14556 else
14557 host_shared=no
14558 fi
14559
14560
14561
14562 # PR jit/64780: Require the user to explicitly specify
14563 # --enable-host-shared if the jit is enabled, hinting
14564 # that they might want to do a separate configure/build of
14565 # the jit, to avoid users from slowing down the rest of the
14566 # compiler by enabling the jit.
14567 if test ${host_shared} = "no" ; then
14568 case "${enable_languages}" in
14569 *jit*)
14570 as_fn_error "
14571 Enabling language \"jit\" requires --enable-host-shared.
14572
14573 --enable-host-shared typically slows the rest of the compiler down by
14574 a few %, so you must explicitly enable it.
14575
14576 If you want to build both the jit and the regular compiler, it is often
14577 best to do this via two separate configure/builds, in separate
14578 directories, to avoid imposing the performance cost of
14579 --enable-host-shared on the regular compiler." "$LINENO" 5
14580 ;;
14581 *)
14582 ;;
14583 esac
14584 fi
14585
14586 # Specify what files to not compare during bootstrap.
14587
14588 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14589 case "$target" in
14590 hppa*64*-*-hpux*) ;;
14591 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14592 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
14593 esac
14594
14595
14596 ac_config_files="$ac_config_files Makefile"
14597
14598 cat >confcache <<\_ACEOF
14599 # This file is a shell script that caches the results of configure
14600 # tests run on this system so they can be shared between configure
14601 # scripts and configure runs, see configure's option --config-cache.
14602 # It is not useful on other systems. If it contains results you don't
14603 # want to keep, you may remove or edit it.
14604 #
14605 # config.status only pays attention to the cache file if you give it
14606 # the --recheck option to rerun configure.
14607 #
14608 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14609 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14610 # following values.
14611
14612 _ACEOF
14613
14614 # The following way of writing the cache mishandles newlines in values,
14615 # but we know of no workaround that is simple, portable, and efficient.
14616 # So, we kill variables containing newlines.
14617 # Ultrix sh set writes to stderr and can't be redirected directly,
14618 # and sets the high bit in the cache file unless we assign to the vars.
14619 (
14620 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14621 eval ac_val=\$$ac_var
14622 case $ac_val in #(
14623 *${as_nl}*)
14624 case $ac_var in #(
14625 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14626 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14627 esac
14628 case $ac_var in #(
14629 _ | IFS | as_nl) ;; #(
14630 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14631 *) { eval $ac_var=; unset $ac_var;} ;;
14632 esac ;;
14633 esac
14634 done
14635
14636 (set) 2>&1 |
14637 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14638 *${as_nl}ac_space=\ *)
14639 # `set' does not quote correctly, so add quotes: double-quote
14640 # substitution turns \\\\ into \\, and sed turns \\ into \.
14641 sed -n \
14642 "s/'/'\\\\''/g;
14643 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14644 ;; #(
14645 *)
14646 # `set' quotes correctly as required by POSIX, so do not add quotes.
14647 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14648 ;;
14649 esac |
14650 sort
14651 ) |
14652 sed '
14653 /^ac_cv_env_/b end
14654 t clear
14655 :clear
14656 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14657 t end
14658 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14659 :end' >>confcache
14660 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14661 if test -w "$cache_file"; then
14662 test "x$cache_file" != "x/dev/null" &&
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14664 $as_echo "$as_me: updating cache $cache_file" >&6;}
14665 cat confcache >$cache_file
14666 else
14667 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14668 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14669 fi
14670 fi
14671 rm -f confcache
14672
14673 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14674 # Let make expand exec_prefix.
14675 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14676
14677 # Transform confdefs.h into DEFS.
14678 # Protect against shell expansion while executing Makefile rules.
14679 # Protect against Makefile macro expansion.
14680 #
14681 # If the first sed substitution is executed (which looks for macros that
14682 # take arguments), then branch to the quote section. Otherwise,
14683 # look for a macro that doesn't take arguments.
14684 ac_script='
14685 :mline
14686 /\\$/{
14687 N
14688 s,\\\n,,
14689 b mline
14690 }
14691 t clear
14692 :clear
14693 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14694 t quote
14695 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14696 t quote
14697 b any
14698 :quote
14699 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14700 s/\[/\\&/g
14701 s/\]/\\&/g
14702 s/\$/$$/g
14703 H
14704 :any
14705 ${
14706 g
14707 s/^\n//
14708 s/\n/ /g
14709 p
14710 }
14711 '
14712 DEFS=`sed -n "$ac_script" confdefs.h`
14713
14714
14715 ac_libobjs=
14716 ac_ltlibobjs=
14717 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14718 # 1. Remove the extension, and $U if already installed.
14719 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14720 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14721 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14722 # will be set to the directory where LIBOBJS objects are built.
14723 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14724 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14725 done
14726 LIBOBJS=$ac_libobjs
14727
14728 LTLIBOBJS=$ac_ltlibobjs
14729
14730
14731
14732 : ${CONFIG_STATUS=./config.status}
14733 ac_write_fail=0
14734 ac_clean_files_save=$ac_clean_files
14735 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14737 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14738 as_write_fail=0
14739 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14740 #! $SHELL
14741 # Generated by $as_me.
14742 # Run this file to recreate the current configuration.
14743 # Compiler output produced by configure, useful for debugging
14744 # configure, is in config.log if it exists.
14745
14746 debug=false
14747 ac_cs_recheck=false
14748 ac_cs_silent=false
14749
14750 SHELL=\${CONFIG_SHELL-$SHELL}
14751 export SHELL
14752 _ASEOF
14753 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14754 ## -------------------- ##
14755 ## M4sh Initialization. ##
14756 ## -------------------- ##
14757
14758 # Be more Bourne compatible
14759 DUALCASE=1; export DUALCASE # for MKS sh
14760 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14761 emulate sh
14762 NULLCMD=:
14763 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14764 # is contrary to our usage. Disable this feature.
14765 alias -g '${1+"$@"}'='"$@"'
14766 setopt NO_GLOB_SUBST
14767 else
14768 case `(set -o) 2>/dev/null` in #(
14769 *posix*) :
14770 set -o posix ;; #(
14771 *) :
14772 ;;
14773 esac
14774 fi
14775
14776
14777 as_nl='
14778 '
14779 export as_nl
14780 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14781 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14782 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14783 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14784 # Prefer a ksh shell builtin over an external printf program on Solaris,
14785 # but without wasting forks for bash or zsh.
14786 if test -z "$BASH_VERSION$ZSH_VERSION" \
14787 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14788 as_echo='print -r --'
14789 as_echo_n='print -rn --'
14790 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14791 as_echo='printf %s\n'
14792 as_echo_n='printf %s'
14793 else
14794 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14795 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14796 as_echo_n='/usr/ucb/echo -n'
14797 else
14798 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14799 as_echo_n_body='eval
14800 arg=$1;
14801 case $arg in #(
14802 *"$as_nl"*)
14803 expr "X$arg" : "X\\(.*\\)$as_nl";
14804 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14805 esac;
14806 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14807 '
14808 export as_echo_n_body
14809 as_echo_n='sh -c $as_echo_n_body as_echo'
14810 fi
14811 export as_echo_body
14812 as_echo='sh -c $as_echo_body as_echo'
14813 fi
14814
14815 # The user is always right.
14816 if test "${PATH_SEPARATOR+set}" != set; then
14817 PATH_SEPARATOR=:
14818 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14819 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14820 PATH_SEPARATOR=';'
14821 }
14822 fi
14823
14824
14825 # IFS
14826 # We need space, tab and new line, in precisely that order. Quoting is
14827 # there to prevent editors from complaining about space-tab.
14828 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14829 # splitting by setting IFS to empty value.)
14830 IFS=" "" $as_nl"
14831
14832 # Find who we are. Look in the path if we contain no directory separator.
14833 case $0 in #((
14834 *[\\/]* ) as_myself=$0 ;;
14835 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14836 for as_dir in $PATH
14837 do
14838 IFS=$as_save_IFS
14839 test -z "$as_dir" && as_dir=.
14840 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14841 done
14842 IFS=$as_save_IFS
14843
14844 ;;
14845 esac
14846 # We did not find ourselves, most probably we were run as `sh COMMAND'
14847 # in which case we are not to be found in the path.
14848 if test "x$as_myself" = x; then
14849 as_myself=$0
14850 fi
14851 if test ! -f "$as_myself"; then
14852 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14853 exit 1
14854 fi
14855
14856 # Unset variables that we do not need and which cause bugs (e.g. in
14857 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14858 # suppresses any "Segmentation fault" message there. '((' could
14859 # trigger a bug in pdksh 5.2.14.
14860 for as_var in BASH_ENV ENV MAIL MAILPATH
14861 do eval test x\${$as_var+set} = xset \
14862 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14863 done
14864 PS1='$ '
14865 PS2='> '
14866 PS4='+ '
14867
14868 # NLS nuisances.
14869 LC_ALL=C
14870 export LC_ALL
14871 LANGUAGE=C
14872 export LANGUAGE
14873
14874 # CDPATH.
14875 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14876
14877
14878 # as_fn_error ERROR [LINENO LOG_FD]
14879 # ---------------------------------
14880 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14881 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14882 # script with status $?, using 1 if that was 0.
14883 as_fn_error ()
14884 {
14885 as_status=$?; test $as_status -eq 0 && as_status=1
14886 if test "$3"; then
14887 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14888 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14889 fi
14890 $as_echo "$as_me: error: $1" >&2
14891 as_fn_exit $as_status
14892 } # as_fn_error
14893
14894
14895 # as_fn_set_status STATUS
14896 # -----------------------
14897 # Set $? to STATUS, without forking.
14898 as_fn_set_status ()
14899 {
14900 return $1
14901 } # as_fn_set_status
14902
14903 # as_fn_exit STATUS
14904 # -----------------
14905 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14906 as_fn_exit ()
14907 {
14908 set +e
14909 as_fn_set_status $1
14910 exit $1
14911 } # as_fn_exit
14912
14913 # as_fn_unset VAR
14914 # ---------------
14915 # Portably unset VAR.
14916 as_fn_unset ()
14917 {
14918 { eval $1=; unset $1;}
14919 }
14920 as_unset=as_fn_unset
14921 # as_fn_append VAR VALUE
14922 # ----------------------
14923 # Append the text in VALUE to the end of the definition contained in VAR. Take
14924 # advantage of any shell optimizations that allow amortized linear growth over
14925 # repeated appends, instead of the typical quadratic growth present in naive
14926 # implementations.
14927 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14928 eval 'as_fn_append ()
14929 {
14930 eval $1+=\$2
14931 }'
14932 else
14933 as_fn_append ()
14934 {
14935 eval $1=\$$1\$2
14936 }
14937 fi # as_fn_append
14938
14939 # as_fn_arith ARG...
14940 # ------------------
14941 # Perform arithmetic evaluation on the ARGs, and store the result in the
14942 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14943 # must be portable across $(()) and expr.
14944 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14945 eval 'as_fn_arith ()
14946 {
14947 as_val=$(( $* ))
14948 }'
14949 else
14950 as_fn_arith ()
14951 {
14952 as_val=`expr "$@" || test $? -eq 1`
14953 }
14954 fi # as_fn_arith
14955
14956
14957 if expr a : '\(a\)' >/dev/null 2>&1 &&
14958 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14959 as_expr=expr
14960 else
14961 as_expr=false
14962 fi
14963
14964 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14965 as_basename=basename
14966 else
14967 as_basename=false
14968 fi
14969
14970 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14971 as_dirname=dirname
14972 else
14973 as_dirname=false
14974 fi
14975
14976 as_me=`$as_basename -- "$0" ||
14977 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14978 X"$0" : 'X\(//\)$' \| \
14979 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14980 $as_echo X/"$0" |
14981 sed '/^.*\/\([^/][^/]*\)\/*$/{
14982 s//\1/
14983 q
14984 }
14985 /^X\/\(\/\/\)$/{
14986 s//\1/
14987 q
14988 }
14989 /^X\/\(\/\).*/{
14990 s//\1/
14991 q
14992 }
14993 s/.*/./; q'`
14994
14995 # Avoid depending upon Character Ranges.
14996 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14997 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14998 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14999 as_cr_digits='0123456789'
15000 as_cr_alnum=$as_cr_Letters$as_cr_digits
15001
15002 ECHO_C= ECHO_N= ECHO_T=
15003 case `echo -n x` in #(((((
15004 -n*)
15005 case `echo 'xy\c'` in
15006 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15007 xy) ECHO_C='\c';;
15008 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15009 ECHO_T=' ';;
15010 esac;;
15011 *)
15012 ECHO_N='-n';;
15013 esac
15014
15015 rm -f conf$$ conf$$.exe conf$$.file
15016 if test -d conf$$.dir; then
15017 rm -f conf$$.dir/conf$$.file
15018 else
15019 rm -f conf$$.dir
15020 mkdir conf$$.dir 2>/dev/null
15021 fi
15022 if (echo >conf$$.file) 2>/dev/null; then
15023 if ln -s conf$$.file conf$$ 2>/dev/null; then
15024 as_ln_s='ln -s'
15025 # ... but there are two gotchas:
15026 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15027 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15028 # In both cases, we have to default to `cp -p'.
15029 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15030 as_ln_s='cp -p'
15031 elif ln conf$$.file conf$$ 2>/dev/null; then
15032 as_ln_s=ln
15033 else
15034 as_ln_s='cp -p'
15035 fi
15036 else
15037 as_ln_s='cp -p'
15038 fi
15039 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15040 rmdir conf$$.dir 2>/dev/null
15041
15042
15043 # as_fn_mkdir_p
15044 # -------------
15045 # Create "$as_dir" as a directory, including parents if necessary.
15046 as_fn_mkdir_p ()
15047 {
15048
15049 case $as_dir in #(
15050 -*) as_dir=./$as_dir;;
15051 esac
15052 test -d "$as_dir" || eval $as_mkdir_p || {
15053 as_dirs=
15054 while :; do
15055 case $as_dir in #(
15056 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15057 *) as_qdir=$as_dir;;
15058 esac
15059 as_dirs="'$as_qdir' $as_dirs"
15060 as_dir=`$as_dirname -- "$as_dir" ||
15061 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15062 X"$as_dir" : 'X\(//\)[^/]' \| \
15063 X"$as_dir" : 'X\(//\)$' \| \
15064 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15065 $as_echo X"$as_dir" |
15066 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15067 s//\1/
15068 q
15069 }
15070 /^X\(\/\/\)[^/].*/{
15071 s//\1/
15072 q
15073 }
15074 /^X\(\/\/\)$/{
15075 s//\1/
15076 q
15077 }
15078 /^X\(\/\).*/{
15079 s//\1/
15080 q
15081 }
15082 s/.*/./; q'`
15083 test -d "$as_dir" && break
15084 done
15085 test -z "$as_dirs" || eval "mkdir $as_dirs"
15086 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15087
15088
15089 } # as_fn_mkdir_p
15090 if mkdir -p . 2>/dev/null; then
15091 as_mkdir_p='mkdir -p "$as_dir"'
15092 else
15093 test -d ./-p && rmdir ./-p
15094 as_mkdir_p=false
15095 fi
15096
15097 if test -x / >/dev/null 2>&1; then
15098 as_test_x='test -x'
15099 else
15100 if ls -dL / >/dev/null 2>&1; then
15101 as_ls_L_option=L
15102 else
15103 as_ls_L_option=
15104 fi
15105 as_test_x='
15106 eval sh -c '\''
15107 if test -d "$1"; then
15108 test -d "$1/.";
15109 else
15110 case $1 in #(
15111 -*)set "./$1";;
15112 esac;
15113 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15114 ???[sx]*):;;*)false;;esac;fi
15115 '\'' sh
15116 '
15117 fi
15118 as_executable_p=$as_test_x
15119
15120 # Sed expression to map a string onto a valid CPP name.
15121 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15122
15123 # Sed expression to map a string onto a valid variable name.
15124 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15125
15126
15127 exec 6>&1
15128 ## ----------------------------------- ##
15129 ## Main body of $CONFIG_STATUS script. ##
15130 ## ----------------------------------- ##
15131 _ASEOF
15132 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15133
15134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15135 # Save the log message, to keep $0 and so on meaningful, and to
15136 # report actual input values of CONFIG_FILES etc. instead of their
15137 # values after options handling.
15138 ac_log="
15139 This file was extended by $as_me, which was
15140 generated by GNU Autoconf 2.64. Invocation command line was
15141
15142 CONFIG_FILES = $CONFIG_FILES
15143 CONFIG_HEADERS = $CONFIG_HEADERS
15144 CONFIG_LINKS = $CONFIG_LINKS
15145 CONFIG_COMMANDS = $CONFIG_COMMANDS
15146 $ $0 $@
15147
15148 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15149 "
15150
15151 _ACEOF
15152
15153 case $ac_config_files in *"
15154 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15155 esac
15156
15157
15158
15159 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15160 # Files that config.status was made for.
15161 config_files="$ac_config_files"
15162
15163 _ACEOF
15164
15165 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15166 ac_cs_usage="\
15167 \`$as_me' instantiates files and other configuration actions
15168 from templates according to the current configuration. Unless the files
15169 and actions are specified as TAGs, all are instantiated by default.
15170
15171 Usage: $0 [OPTION]... [TAG]...
15172
15173 -h, --help print this help, then exit
15174 -V, --version print version number and configuration settings, then exit
15175 -q, --quiet, --silent
15176 do not print progress messages
15177 -d, --debug don't remove temporary files
15178 --recheck update $as_me by reconfiguring in the same conditions
15179 --file=FILE[:TEMPLATE]
15180 instantiate the configuration file FILE
15181
15182 Configuration files:
15183 $config_files
15184
15185 Report bugs to the package provider."
15186
15187 _ACEOF
15188 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15189 ac_cs_version="\\
15190 config.status
15191 configured by $0, generated by GNU Autoconf 2.64,
15192 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15193
15194 Copyright (C) 2009 Free Software Foundation, Inc.
15195 This config.status script is free software; the Free Software Foundation
15196 gives unlimited permission to copy, distribute and modify it."
15197
15198 ac_pwd='$ac_pwd'
15199 srcdir='$srcdir'
15200 INSTALL='$INSTALL'
15201 AWK='$AWK'
15202 test -n "\$AWK" || AWK=awk
15203 _ACEOF
15204
15205 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15206 # The default lists apply if the user does not specify any file.
15207 ac_need_defaults=:
15208 while test $# != 0
15209 do
15210 case $1 in
15211 --*=*)
15212 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15213 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15214 ac_shift=:
15215 ;;
15216 *)
15217 ac_option=$1
15218 ac_optarg=$2
15219 ac_shift=shift
15220 ;;
15221 esac
15222
15223 case $ac_option in
15224 # Handling of the options.
15225 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15226 ac_cs_recheck=: ;;
15227 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15228 $as_echo "$ac_cs_version"; exit ;;
15229 --debug | --debu | --deb | --de | --d | -d )
15230 debug=: ;;
15231 --file | --fil | --fi | --f )
15232 $ac_shift
15233 case $ac_optarg in
15234 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15235 esac
15236 as_fn_append CONFIG_FILES " '$ac_optarg'"
15237 ac_need_defaults=false;;
15238 --he | --h | --help | --hel | -h )
15239 $as_echo "$ac_cs_usage"; exit ;;
15240 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15241 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15242 ac_cs_silent=: ;;
15243
15244 # This is an error.
15245 -*) as_fn_error "unrecognized option: \`$1'
15246 Try \`$0 --help' for more information." ;;
15247
15248 *) as_fn_append ac_config_targets " $1"
15249 ac_need_defaults=false ;;
15250
15251 esac
15252 shift
15253 done
15254
15255 ac_configure_extra_args=
15256
15257 if $ac_cs_silent; then
15258 exec 6>/dev/null
15259 ac_configure_extra_args="$ac_configure_extra_args --silent"
15260 fi
15261
15262 _ACEOF
15263 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15264 if \$ac_cs_recheck; then
15265 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15266 shift
15267 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15268 CONFIG_SHELL='$SHELL'
15269 export CONFIG_SHELL
15270 exec "\$@"
15271 fi
15272
15273 _ACEOF
15274 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15275 exec 5>>config.log
15276 {
15277 echo
15278 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15279 ## Running $as_me. ##
15280 _ASBOX
15281 $as_echo "$ac_log"
15282 } >&5
15283
15284 _ACEOF
15285 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15286 #
15287 # INIT-COMMANDS
15288 #
15289 extrasub_build="$extrasub_build"
15290 extrasub_host="$extrasub_host"
15291 extrasub_target="$extrasub_target"
15292
15293 _ACEOF
15294
15295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15296
15297 # Handling of arguments.
15298 for ac_config_target in $ac_config_targets
15299 do
15300 case $ac_config_target in
15301 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15302
15303 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15304 esac
15305 done
15306
15307
15308 # If the user did not use the arguments to specify the items to instantiate,
15309 # then the envvar interface is used. Set only those that are not.
15310 # We use the long form for the default assignment because of an extremely
15311 # bizarre bug on SunOS 4.1.3.
15312 if $ac_need_defaults; then
15313 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15314 fi
15315
15316 # Have a temporary directory for convenience. Make it in the build tree
15317 # simply because there is no reason against having it here, and in addition,
15318 # creating and moving files from /tmp can sometimes cause problems.
15319 # Hook for its removal unless debugging.
15320 # Note that there is a small window in which the directory will not be cleaned:
15321 # after its creation but before its name has been assigned to `$tmp'.
15322 $debug ||
15323 {
15324 tmp=
15325 trap 'exit_status=$?
15326 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15327 ' 0
15328 trap 'as_fn_exit 1' 1 2 13 15
15329 }
15330 # Create a (secure) tmp directory for tmp files.
15331
15332 {
15333 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15334 test -n "$tmp" && test -d "$tmp"
15335 } ||
15336 {
15337 tmp=./conf$$-$RANDOM
15338 (umask 077 && mkdir "$tmp")
15339 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15340
15341 # Set up the scripts for CONFIG_FILES section.
15342 # No need to generate them if there are no CONFIG_FILES.
15343 # This happens for instance with `./config.status config.h'.
15344 if test -n "$CONFIG_FILES"; then
15345
15346 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15347 ac_cs_awk_getline=:
15348 ac_cs_awk_pipe_init=
15349 ac_cs_awk_read_file='
15350 while ((getline aline < (F[key])) > 0)
15351 print(aline)
15352 close(F[key])'
15353 ac_cs_awk_pipe_fini=
15354 else
15355 ac_cs_awk_getline=false
15356 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15357 ac_cs_awk_read_file='
15358 print "|#_!!_#|"
15359 print "cat " F[key] " &&"
15360 '$ac_cs_awk_pipe_init
15361 # The final `:' finishes the AND list.
15362 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15363 fi
15364 ac_cr=`echo X | tr X '\015'`
15365 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15366 # But we know of no other shell where ac_cr would be empty at this
15367 # point, so we can use a bashism as a fallback.
15368 if test "x$ac_cr" = x; then
15369 eval ac_cr=\$\'\\r\'
15370 fi
15371 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15372 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15373 ac_cs_awk_cr='\r'
15374 else
15375 ac_cs_awk_cr=$ac_cr
15376 fi
15377
15378 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15379 _ACEOF
15380
15381 # Create commands to substitute file output variables.
15382 {
15383 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15384 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15385 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15386 echo "_ACAWK" &&
15387 echo "_ACEOF"
15388 } >conf$$files.sh &&
15389 . ./conf$$files.sh ||
15390 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15391 rm -f conf$$files.sh
15392
15393 {
15394 echo "cat >conf$$subs.awk <<_ACEOF" &&
15395 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15396 echo "_ACEOF"
15397 } >conf$$subs.sh ||
15398 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15399 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15400 ac_delim='%!_!# '
15401 for ac_last_try in false false false false false :; do
15402 . ./conf$$subs.sh ||
15403 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15404
15405 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15406 if test $ac_delim_n = $ac_delim_num; then
15407 break
15408 elif $ac_last_try; then
15409 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15410 else
15411 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15412 fi
15413 done
15414 rm -f conf$$subs.sh
15415
15416 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15417 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15418 _ACEOF
15419 sed -n '
15420 h
15421 s/^/S["/; s/!.*/"]=/
15422 p
15423 g
15424 s/^[^!]*!//
15425 :repl
15426 t repl
15427 s/'"$ac_delim"'$//
15428 t delim
15429 :nl
15430 h
15431 s/\(.\{148\}\).*/\1/
15432 t more1
15433 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15434 p
15435 n
15436 b repl
15437 :more1
15438 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15439 p
15440 g
15441 s/.\{148\}//
15442 t nl
15443 :delim
15444 h
15445 s/\(.\{148\}\).*/\1/
15446 t more2
15447 s/["\\]/\\&/g; s/^/"/; s/$/"/
15448 p
15449 b
15450 :more2
15451 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15452 p
15453 g
15454 s/.\{148\}//
15455 t delim
15456 ' <conf$$subs.awk | sed '
15457 /^[^""]/{
15458 N
15459 s/\n//
15460 }
15461 ' >>$CONFIG_STATUS || ac_write_fail=1
15462 rm -f conf$$subs.awk
15463 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15464 _ACAWK
15465 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15466 for (key in S) S_is_set[key] = 1
15467 FS = "\a"
15468 \$ac_cs_awk_pipe_init
15469 }
15470 {
15471 line = $ 0
15472 nfields = split(line, field, "@")
15473 substed = 0
15474 len = length(field[1])
15475 for (i = 2; i < nfields; i++) {
15476 key = field[i]
15477 keylen = length(key)
15478 if (S_is_set[key]) {
15479 value = S[key]
15480 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15481 len += length(value) + length(field[++i])
15482 substed = 1
15483 } else
15484 len += 1 + keylen
15485 }
15486 if (nfields == 3 && !substed) {
15487 key = field[2]
15488 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15489 \$ac_cs_awk_read_file
15490 next
15491 }
15492 }
15493 print line
15494 }
15495 \$ac_cs_awk_pipe_fini
15496 _ACAWK
15497 _ACEOF
15498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15499 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15500 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15501 else
15502 cat
15503 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15504 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15505 _ACEOF
15506
15507 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15508 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15509 # trailing colons and then remove the whole line if VPATH becomes empty
15510 # (actually we leave an empty line to preserve line numbers).
15511 if test "x$srcdir" = x.; then
15512 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15513 s/:*\$(srcdir):*/:/
15514 s/:*\${srcdir}:*/:/
15515 s/:*@srcdir@:*/:/
15516 s/^\([^=]*=[ ]*\):*/\1/
15517 s/:*$//
15518 s/^[^=]*=[ ]*$//
15519 }'
15520 fi
15521
15522 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15523 fi # test -n "$CONFIG_FILES"
15524
15525
15526 eval set X " :F $CONFIG_FILES "
15527 shift
15528 for ac_tag
15529 do
15530 case $ac_tag in
15531 :[FHLC]) ac_mode=$ac_tag; continue;;
15532 esac
15533 case $ac_mode$ac_tag in
15534 :[FHL]*:*);;
15535 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15536 :[FH]-) ac_tag=-:-;;
15537 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15538 esac
15539 ac_save_IFS=$IFS
15540 IFS=:
15541 set x $ac_tag
15542 IFS=$ac_save_IFS
15543 shift
15544 ac_file=$1
15545 shift
15546
15547 case $ac_mode in
15548 :L) ac_source=$1;;
15549 :[FH])
15550 ac_file_inputs=
15551 for ac_f
15552 do
15553 case $ac_f in
15554 -) ac_f="$tmp/stdin";;
15555 *) # Look for the file first in the build tree, then in the source tree
15556 # (if the path is not absolute). The absolute path cannot be DOS-style,
15557 # because $ac_f cannot contain `:'.
15558 test -f "$ac_f" ||
15559 case $ac_f in
15560 [\\/$]*) false;;
15561 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15562 esac ||
15563 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15564 esac
15565 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15566 as_fn_append ac_file_inputs " '$ac_f'"
15567 done
15568
15569 # Let's still pretend it is `configure' which instantiates (i.e., don't
15570 # use $as_me), people would be surprised to read:
15571 # /* config.h. Generated by config.status. */
15572 configure_input='Generated from '`
15573 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15574 `' by configure.'
15575 if test x"$ac_file" != x-; then
15576 configure_input="$ac_file. $configure_input"
15577 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15578 $as_echo "$as_me: creating $ac_file" >&6;}
15579 fi
15580 # Neutralize special characters interpreted by sed in replacement strings.
15581 case $configure_input in #(
15582 *\&* | *\|* | *\\* )
15583 ac_sed_conf_input=`$as_echo "$configure_input" |
15584 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15585 *) ac_sed_conf_input=$configure_input;;
15586 esac
15587
15588 case $ac_tag in
15589 *:-:* | *:-) cat >"$tmp/stdin" \
15590 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15591 esac
15592 ;;
15593 esac
15594
15595 ac_dir=`$as_dirname -- "$ac_file" ||
15596 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15597 X"$ac_file" : 'X\(//\)[^/]' \| \
15598 X"$ac_file" : 'X\(//\)$' \| \
15599 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15600 $as_echo X"$ac_file" |
15601 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15602 s//\1/
15603 q
15604 }
15605 /^X\(\/\/\)[^/].*/{
15606 s//\1/
15607 q
15608 }
15609 /^X\(\/\/\)$/{
15610 s//\1/
15611 q
15612 }
15613 /^X\(\/\).*/{
15614 s//\1/
15615 q
15616 }
15617 s/.*/./; q'`
15618 as_dir="$ac_dir"; as_fn_mkdir_p
15619 ac_builddir=.
15620
15621 case "$ac_dir" in
15622 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15623 *)
15624 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15625 # A ".." for each directory in $ac_dir_suffix.
15626 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15627 case $ac_top_builddir_sub in
15628 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15629 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15630 esac ;;
15631 esac
15632 ac_abs_top_builddir=$ac_pwd
15633 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15634 # for backward compatibility:
15635 ac_top_builddir=$ac_top_build_prefix
15636
15637 case $srcdir in
15638 .) # We are building in place.
15639 ac_srcdir=.
15640 ac_top_srcdir=$ac_top_builddir_sub
15641 ac_abs_top_srcdir=$ac_pwd ;;
15642 [\\/]* | ?:[\\/]* ) # Absolute name.
15643 ac_srcdir=$srcdir$ac_dir_suffix;
15644 ac_top_srcdir=$srcdir
15645 ac_abs_top_srcdir=$srcdir ;;
15646 *) # Relative name.
15647 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15648 ac_top_srcdir=$ac_top_build_prefix$srcdir
15649 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15650 esac
15651 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15652
15653
15654 case $ac_mode in
15655 :F)
15656 #
15657 # CONFIG_FILE
15658 #
15659
15660 case $INSTALL in
15661 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15662 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15663 esac
15664 _ACEOF
15665
15666 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15667 # If the template does not know about datarootdir, expand it.
15668 # FIXME: This hack should be removed a few years after 2.60.
15669 ac_datarootdir_hack=; ac_datarootdir_seen=
15670 ac_sed_dataroot='
15671 /datarootdir/ {
15672 p
15673 q
15674 }
15675 /@datadir@/p
15676 /@docdir@/p
15677 /@infodir@/p
15678 /@localedir@/p
15679 /@mandir@/p'
15680 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15681 *datarootdir*) ac_datarootdir_seen=yes;;
15682 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15684 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15685 _ACEOF
15686 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15687 ac_datarootdir_hack='
15688 s&@datadir@&$datadir&g
15689 s&@docdir@&$docdir&g
15690 s&@infodir@&$infodir&g
15691 s&@localedir@&$localedir&g
15692 s&@mandir@&$mandir&g
15693 s&\\\${datarootdir}&$datarootdir&g' ;;
15694 esac
15695 _ACEOF
15696
15697 # Neutralize VPATH when `$srcdir' = `.'.
15698 # Shell code in configure.ac might set extrasub.
15699 # FIXME: do we really want to maintain this feature?
15700 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15701 ac_sed_extra="$ac_vpsub
15702 $extrasub
15703 _ACEOF
15704 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15705 :t
15706 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15707 s|@configure_input@|$ac_sed_conf_input|;t t
15708 s&@top_builddir@&$ac_top_builddir_sub&;t t
15709 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15710 s&@srcdir@&$ac_srcdir&;t t
15711 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15712 s&@top_srcdir@&$ac_top_srcdir&;t t
15713 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15714 s&@builddir@&$ac_builddir&;t t
15715 s&@abs_builddir@&$ac_abs_builddir&;t t
15716 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15717 s&@INSTALL@&$ac_INSTALL&;t t
15718 $ac_datarootdir_hack
15719 "
15720 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15721 if $ac_cs_awk_getline; then
15722 $AWK -f "$tmp/subs.awk"
15723 else
15724 $AWK -f "$tmp/subs.awk" | $SHELL
15725 fi >$tmp/out \
15726 || as_fn_error "could not create $ac_file" "$LINENO" 5
15727
15728 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15729 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15730 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15732 which seems to be undefined. Please make sure it is defined." >&5
15733 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15734 which seems to be undefined. Please make sure it is defined." >&2;}
15735
15736 rm -f "$tmp/stdin"
15737 case $ac_file in
15738 -) cat "$tmp/out" && rm -f "$tmp/out";;
15739 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15740 esac \
15741 || as_fn_error "could not create $ac_file" "$LINENO" 5
15742 ;;
15743
15744
15745
15746 esac
15747
15748
15749 case $ac_file$ac_mode in
15750 "Makefile":F) sed "$extrasub_build" Makefile |
15751 sed "$extrasub_host" |
15752 sed "$extrasub_target" > mf$$
15753 mv -f mf$$ Makefile ;;
15754
15755 esac
15756 done # for ac_tag
15757
15758
15759 as_fn_exit 0
15760 _ACEOF
15761 ac_clean_files=$ac_clean_files_save
15762
15763 test $ac_write_fail = 0 ||
15764 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15765
15766
15767 # configure is writing to config.log, and then calls config.status.
15768 # config.status does its own redirection, appending to config.log.
15769 # Unfortunately, on DOS this fails, as config.log is still kept open
15770 # by configure, so config.status won't be able to write to it; its
15771 # output is simply discarded. So we exec the FD to /dev/null,
15772 # effectively closing config.log, so it can be properly (re)opened and
15773 # appended to by config.status. When coming back to configure, we
15774 # need to make the FD available again.
15775 if test "$no_create" != yes; then
15776 ac_cs_success=:
15777 ac_config_status_args=
15778 test "$silent" = yes &&
15779 ac_config_status_args="$ac_config_status_args --quiet"
15780 exec 5>/dev/null
15781 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15782 exec 5>>config.log
15783 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15784 # would make configure fail if this is the last instruction.
15785 $ac_cs_success || as_fn_exit $?
15786 fi
15787 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15789 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15790 fi
15791