Merge from GCC:
[deliverable/binutils-gdb.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 stage2_werror_flag
560 stage1_checking
561 stage1_cflags
562 MAINT
563 MAINTAINER_MODE_FALSE
564 MAINTAINER_MODE_TRUE
565 COMPILER_NM_FOR_TARGET
566 COMPILER_LD_FOR_TARGET
567 COMPILER_AS_FOR_TARGET
568 FLAGS_FOR_TARGET
569 RAW_CXX_FOR_TARGET
570 WINDMC_FOR_TARGET
571 WINDRES_FOR_TARGET
572 STRIP_FOR_TARGET
573 RANLIB_FOR_TARGET
574 OBJDUMP_FOR_TARGET
575 NM_FOR_TARGET
576 LIPO_FOR_TARGET
577 LD_FOR_TARGET
578 DLLTOOL_FOR_TARGET
579 AS_FOR_TARGET
580 AR_FOR_TARGET
581 GOC_FOR_TARGET
582 GFORTRAN_FOR_TARGET
583 GCJ_FOR_TARGET
584 GCC_FOR_TARGET
585 CXX_FOR_TARGET
586 CC_FOR_TARGET
587 OBJDUMP
588 OBJCOPY
589 WINDMC
590 WINDRES
591 STRIP
592 RANLIB
593 NM
594 LIPO
595 LD
596 DLLTOOL
597 AS
598 AR
599 RUNTEST
600 EXPECT
601 MAKEINFO
602 FLEX
603 LEX
604 M4
605 BISON
606 YACC
607 WINDRES_FOR_BUILD
608 WINDMC_FOR_BUILD
609 RANLIB_FOR_BUILD
610 NM_FOR_BUILD
611 LD_FOR_BUILD
612 LDFLAGS_FOR_BUILD
613 GOC_FOR_BUILD
614 GFORTRAN_FOR_BUILD
615 GCJ_FOR_BUILD
616 DLLTOOL_FOR_BUILD
617 CXX_FOR_BUILD
618 CXXFLAGS_FOR_BUILD
619 CFLAGS_FOR_BUILD
620 CC_FOR_BUILD
621 AS_FOR_BUILD
622 AR_FOR_BUILD
623 target_configdirs
624 configdirs
625 build_configdirs
626 INSTALL_GDB_TK
627 GDB_TK
628 CONFIGURE_GDB_TK
629 build_tooldir
630 tooldir
631 GCC_SHLIB_SUBDIR
632 RPATH_ENVVAR
633 target_configargs
634 host_configargs
635 build_configargs
636 BUILD_CONFIG
637 CXXFLAGS_FOR_TARGET
638 CFLAGS_FOR_TARGET
639 DEBUG_PREFIX_CFLAGS_FOR_TARGET
640 SYSROOT_CFLAGS_FOR_TARGET
641 stage1_languages
642 extra_host_libiberty_configure_flags
643 clooginc
644 clooglibs
645 pplinc
646 ppllibs
647 poststage1_ldflags
648 poststage1_libs
649 stage1_libs
650 stage1_ldflags
651 extra_mpc_mpfr_configure_flags
652 extra_mpc_gmp_configure_flags
653 extra_mpfr_configure_flags
654 gmpinc
655 gmplibs
656 do_compare
657 GNATMAKE
658 GNATBIND
659 ac_ct_CXX
660 CXXFLAGS
661 CXX
662 OBJEXT
663 EXEEXT
664 ac_ct_CC
665 CPPFLAGS
666 LDFLAGS
667 CFLAGS
668 CC
669 target_subdir
670 host_subdir
671 build_subdir
672 build_libsubdir
673 AWK
674 SED
675 LN_S
676 LN
677 INSTALL_DATA
678 INSTALL_SCRIPT
679 INSTALL_PROGRAM
680 target_os
681 target_vendor
682 target_cpu
683 target
684 host_os
685 host_vendor
686 host_cpu
687 host
688 target_noncanonical
689 host_noncanonical
690 build_noncanonical
691 build_os
692 build_vendor
693 build_cpu
694 build
695 TOPLEVEL_CONFIGURE_ARGUMENTS
696 target_alias
697 host_alias
698 build_alias
699 LIBS
700 ECHO_T
701 ECHO_N
702 ECHO_C
703 DEFS
704 mandir
705 localedir
706 libdir
707 psdir
708 pdfdir
709 dvidir
710 htmldir
711 infodir
712 docdir
713 oldincludedir
714 includedir
715 localstatedir
716 sharedstatedir
717 sysconfdir
718 datadir
719 datarootdir
720 libexecdir
721 sbindir
722 bindir
723 program_transform_name
724 prefix
725 exec_prefix
726 PACKAGE_URL
727 PACKAGE_BUGREPORT
728 PACKAGE_STRING
729 PACKAGE_VERSION
730 PACKAGE_TARNAME
731 PACKAGE_NAME
732 PATH_SEPARATOR
733 SHELL'
734 ac_subst_files='serialization_dependencies
735 host_makefile_frag
736 target_makefile_frag
737 alphaieee_frag
738 ospace_frag'
739 ac_user_opts='
740 enable_option_checking
741 with_build_libsubdir
742 enable_gold
743 enable_ld
744 enable_libquadmath
745 enable_libquadmath_support
746 enable_libada
747 enable_libssp
748 enable_build_with_cxx
749 with_mpc
750 with_mpc_include
751 with_mpc_lib
752 with_mpfr_dir
753 with_mpfr
754 with_mpfr_include
755 with_mpfr_lib
756 with_gmp_dir
757 with_gmp
758 with_gmp_include
759 with_gmp_lib
760 with_host_libstdcxx
761 with_stage1_ldflags
762 with_stage1_libs
763 with_boot_libs
764 with_boot_ldflags
765 with_ppl
766 with_ppl_include
767 with_ppl_lib
768 enable_ppl_version_check
769 with_cloog
770 with_cloog_include
771 with_cloog_lib
772 enable_cloog_backend
773 enable_cloog_version_check
774 enable_lto
775 enable_stage1_languages
776 enable_objc_gc
777 with_build_sysroot
778 with_debug_prefix_map
779 enable_bootstrap
780 with_build_config
781 enable_serial_configure
782 with_build_time_tools
783 enable_maintainer_mode
784 enable_stage1_checking
785 enable_werror
786 '
787 ac_precious_vars='build_alias
788 host_alias
789 target_alias
790 CC
791 CFLAGS
792 LDFLAGS
793 LIBS
794 CPPFLAGS
795 CXX
796 CXXFLAGS
797 CCC
798 build_configargs
799 host_configargs
800 target_configargs
801 AR
802 AS
803 DLLTOOL
804 LD
805 LIPO
806 NM
807 RANLIB
808 STRIP
809 WINDRES
810 WINDMC
811 OBJCOPY
812 OBJDUMP
813 CC_FOR_TARGET
814 CXX_FOR_TARGET
815 GCC_FOR_TARGET
816 GCJ_FOR_TARGET
817 GFORTRAN_FOR_TARGET
818 GOC_FOR_TARGET
819 AR_FOR_TARGET
820 AS_FOR_TARGET
821 DLLTOOL_FOR_TARGET
822 LD_FOR_TARGET
823 LIPO_FOR_TARGET
824 NM_FOR_TARGET
825 OBJDUMP_FOR_TARGET
826 RANLIB_FOR_TARGET
827 STRIP_FOR_TARGET
828 WINDRES_FOR_TARGET
829 WINDMC_FOR_TARGET'
830
831
832 # Initialize some variables set by options.
833 ac_init_help=
834 ac_init_version=false
835 ac_unrecognized_opts=
836 ac_unrecognized_sep=
837 # The variables have the same names as the options, with
838 # dashes changed to underlines.
839 cache_file=/dev/null
840 exec_prefix=NONE
841 no_create=
842 no_recursion=
843 prefix=NONE
844 program_prefix=NONE
845 program_suffix=NONE
846 program_transform_name=s,x,x,
847 silent=
848 site=
849 srcdir=
850 verbose=
851 x_includes=NONE
852 x_libraries=NONE
853
854 # Installation directory options.
855 # These are left unexpanded so users can "make install exec_prefix=/foo"
856 # and all the variables that are supposed to be based on exec_prefix
857 # by default will actually change.
858 # Use braces instead of parens because sh, perl, etc. also accept them.
859 # (The list follows the same order as the GNU Coding Standards.)
860 bindir='${exec_prefix}/bin'
861 sbindir='${exec_prefix}/sbin'
862 libexecdir='${exec_prefix}/libexec'
863 datarootdir='${prefix}/share'
864 datadir='${datarootdir}'
865 sysconfdir='${prefix}/etc'
866 sharedstatedir='${prefix}/com'
867 localstatedir='${prefix}/var'
868 includedir='${prefix}/include'
869 oldincludedir='/usr/include'
870 docdir='${datarootdir}/doc/${PACKAGE}'
871 infodir='${datarootdir}/info'
872 htmldir='${docdir}'
873 dvidir='${docdir}'
874 pdfdir='${docdir}'
875 psdir='${docdir}'
876 libdir='${exec_prefix}/lib'
877 localedir='${datarootdir}/locale'
878 mandir='${datarootdir}/man'
879
880 ac_prev=
881 ac_dashdash=
882 for ac_option
883 do
884 # If the previous option needs an argument, assign it.
885 if test -n "$ac_prev"; then
886 eval $ac_prev=\$ac_option
887 ac_prev=
888 continue
889 fi
890
891 case $ac_option in
892 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
893 *) ac_optarg=yes ;;
894 esac
895
896 # Accept the important Cygnus configure options, so we can diagnose typos.
897
898 case $ac_dashdash$ac_option in
899 --)
900 ac_dashdash=yes ;;
901
902 -bindir | --bindir | --bindi | --bind | --bin | --bi)
903 ac_prev=bindir ;;
904 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
905 bindir=$ac_optarg ;;
906
907 -build | --build | --buil | --bui | --bu)
908 ac_prev=build_alias ;;
909 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
910 build_alias=$ac_optarg ;;
911
912 -cache-file | --cache-file | --cache-fil | --cache-fi \
913 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
914 ac_prev=cache_file ;;
915 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
916 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
917 cache_file=$ac_optarg ;;
918
919 --config-cache | -C)
920 cache_file=config.cache ;;
921
922 -datadir | --datadir | --datadi | --datad)
923 ac_prev=datadir ;;
924 -datadir=* | --datadir=* | --datadi=* | --datad=*)
925 datadir=$ac_optarg ;;
926
927 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
928 | --dataroo | --dataro | --datar)
929 ac_prev=datarootdir ;;
930 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
931 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
932 datarootdir=$ac_optarg ;;
933
934 -disable-* | --disable-*)
935 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
936 # Reject names that are not valid shell variable names.
937 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
938 as_fn_error "invalid feature name: $ac_useropt"
939 ac_useropt_orig=$ac_useropt
940 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
941 case $ac_user_opts in
942 *"
943 "enable_$ac_useropt"
944 "*) ;;
945 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
946 ac_unrecognized_sep=', ';;
947 esac
948 eval enable_$ac_useropt=no ;;
949
950 -docdir | --docdir | --docdi | --doc | --do)
951 ac_prev=docdir ;;
952 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
953 docdir=$ac_optarg ;;
954
955 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
956 ac_prev=dvidir ;;
957 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
958 dvidir=$ac_optarg ;;
959
960 -enable-* | --enable-*)
961 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
962 # Reject names that are not valid shell variable names.
963 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
964 as_fn_error "invalid feature name: $ac_useropt"
965 ac_useropt_orig=$ac_useropt
966 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
967 case $ac_user_opts in
968 *"
969 "enable_$ac_useropt"
970 "*) ;;
971 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
972 ac_unrecognized_sep=', ';;
973 esac
974 eval enable_$ac_useropt=\$ac_optarg ;;
975
976 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
977 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
978 | --exec | --exe | --ex)
979 ac_prev=exec_prefix ;;
980 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
981 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
982 | --exec=* | --exe=* | --ex=*)
983 exec_prefix=$ac_optarg ;;
984
985 -gas | --gas | --ga | --g)
986 # Obsolete; use --with-gas.
987 with_gas=yes ;;
988
989 -help | --help | --hel | --he | -h)
990 ac_init_help=long ;;
991 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
992 ac_init_help=recursive ;;
993 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
994 ac_init_help=short ;;
995
996 -host | --host | --hos | --ho)
997 ac_prev=host_alias ;;
998 -host=* | --host=* | --hos=* | --ho=*)
999 host_alias=$ac_optarg ;;
1000
1001 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1002 ac_prev=htmldir ;;
1003 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1004 | --ht=*)
1005 htmldir=$ac_optarg ;;
1006
1007 -includedir | --includedir | --includedi | --included | --include \
1008 | --includ | --inclu | --incl | --inc)
1009 ac_prev=includedir ;;
1010 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1011 | --includ=* | --inclu=* | --incl=* | --inc=*)
1012 includedir=$ac_optarg ;;
1013
1014 -infodir | --infodir | --infodi | --infod | --info | --inf)
1015 ac_prev=infodir ;;
1016 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1017 infodir=$ac_optarg ;;
1018
1019 -libdir | --libdir | --libdi | --libd)
1020 ac_prev=libdir ;;
1021 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1022 libdir=$ac_optarg ;;
1023
1024 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1025 | --libexe | --libex | --libe)
1026 ac_prev=libexecdir ;;
1027 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1028 | --libexe=* | --libex=* | --libe=*)
1029 libexecdir=$ac_optarg ;;
1030
1031 -localedir | --localedir | --localedi | --localed | --locale)
1032 ac_prev=localedir ;;
1033 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1034 localedir=$ac_optarg ;;
1035
1036 -localstatedir | --localstatedir | --localstatedi | --localstated \
1037 | --localstate | --localstat | --localsta | --localst | --locals)
1038 ac_prev=localstatedir ;;
1039 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1040 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1041 localstatedir=$ac_optarg ;;
1042
1043 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1044 ac_prev=mandir ;;
1045 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1046 mandir=$ac_optarg ;;
1047
1048 -nfp | --nfp | --nf)
1049 # Obsolete; use --without-fp.
1050 with_fp=no ;;
1051
1052 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1053 | --no-cr | --no-c | -n)
1054 no_create=yes ;;
1055
1056 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1057 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1058 no_recursion=yes ;;
1059
1060 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1061 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1062 | --oldin | --oldi | --old | --ol | --o)
1063 ac_prev=oldincludedir ;;
1064 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1065 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1066 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1067 oldincludedir=$ac_optarg ;;
1068
1069 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1070 ac_prev=prefix ;;
1071 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1072 prefix=$ac_optarg ;;
1073
1074 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1075 | --program-pre | --program-pr | --program-p)
1076 ac_prev=program_prefix ;;
1077 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1078 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1079 program_prefix=$ac_optarg ;;
1080
1081 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1082 | --program-suf | --program-su | --program-s)
1083 ac_prev=program_suffix ;;
1084 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1085 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1086 program_suffix=$ac_optarg ;;
1087
1088 -program-transform-name | --program-transform-name \
1089 | --program-transform-nam | --program-transform-na \
1090 | --program-transform-n | --program-transform- \
1091 | --program-transform | --program-transfor \
1092 | --program-transfo | --program-transf \
1093 | --program-trans | --program-tran \
1094 | --progr-tra | --program-tr | --program-t)
1095 ac_prev=program_transform_name ;;
1096 -program-transform-name=* | --program-transform-name=* \
1097 | --program-transform-nam=* | --program-transform-na=* \
1098 | --program-transform-n=* | --program-transform-=* \
1099 | --program-transform=* | --program-transfor=* \
1100 | --program-transfo=* | --program-transf=* \
1101 | --program-trans=* | --program-tran=* \
1102 | --progr-tra=* | --program-tr=* | --program-t=*)
1103 program_transform_name=$ac_optarg ;;
1104
1105 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1106 ac_prev=pdfdir ;;
1107 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1108 pdfdir=$ac_optarg ;;
1109
1110 -psdir | --psdir | --psdi | --psd | --ps)
1111 ac_prev=psdir ;;
1112 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1113 psdir=$ac_optarg ;;
1114
1115 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1116 | -silent | --silent | --silen | --sile | --sil)
1117 silent=yes ;;
1118
1119 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1120 ac_prev=sbindir ;;
1121 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1122 | --sbi=* | --sb=*)
1123 sbindir=$ac_optarg ;;
1124
1125 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1126 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1127 | --sharedst | --shareds | --shared | --share | --shar \
1128 | --sha | --sh)
1129 ac_prev=sharedstatedir ;;
1130 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1131 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1132 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1133 | --sha=* | --sh=*)
1134 sharedstatedir=$ac_optarg ;;
1135
1136 -site | --site | --sit)
1137 ac_prev=site ;;
1138 -site=* | --site=* | --sit=*)
1139 site=$ac_optarg ;;
1140
1141 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1142 ac_prev=srcdir ;;
1143 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1144 srcdir=$ac_optarg ;;
1145
1146 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1147 | --syscon | --sysco | --sysc | --sys | --sy)
1148 ac_prev=sysconfdir ;;
1149 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1150 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1151 sysconfdir=$ac_optarg ;;
1152
1153 -target | --target | --targe | --targ | --tar | --ta | --t)
1154 ac_prev=target_alias ;;
1155 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1156 target_alias=$ac_optarg ;;
1157
1158 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1159 verbose=yes ;;
1160
1161 -version | --version | --versio | --versi | --vers | -V)
1162 ac_init_version=: ;;
1163
1164 -with-* | --with-*)
1165 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1168 as_fn_error "invalid package name: $ac_useropt"
1169 ac_useropt_orig=$ac_useropt
1170 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1171 case $ac_user_opts in
1172 *"
1173 "with_$ac_useropt"
1174 "*) ;;
1175 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1176 ac_unrecognized_sep=', ';;
1177 esac
1178 eval with_$ac_useropt=\$ac_optarg ;;
1179
1180 -without-* | --without-*)
1181 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1182 # Reject names that are not valid shell variable names.
1183 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1184 as_fn_error "invalid package name: $ac_useropt"
1185 ac_useropt_orig=$ac_useropt
1186 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1187 case $ac_user_opts in
1188 *"
1189 "with_$ac_useropt"
1190 "*) ;;
1191 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1192 ac_unrecognized_sep=', ';;
1193 esac
1194 eval with_$ac_useropt=no ;;
1195
1196 --x)
1197 # Obsolete; use --with-x.
1198 with_x=yes ;;
1199
1200 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1201 | --x-incl | --x-inc | --x-in | --x-i)
1202 ac_prev=x_includes ;;
1203 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1204 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1205 x_includes=$ac_optarg ;;
1206
1207 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1208 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1209 ac_prev=x_libraries ;;
1210 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1211 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1212 x_libraries=$ac_optarg ;;
1213
1214 -*) as_fn_error "unrecognized option: \`$ac_option'
1215 Try \`$0 --help' for more information."
1216 ;;
1217
1218 *=*)
1219 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1220 # Reject names that are not valid shell variable names.
1221 case $ac_envvar in #(
1222 '' | [0-9]* | *[!_$as_cr_alnum]* )
1223 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1224 esac
1225 eval $ac_envvar=\$ac_optarg
1226 export $ac_envvar ;;
1227
1228 *)
1229 # FIXME: should be removed in autoconf 3.0.
1230 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1231 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1232 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1233 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1234 ;;
1235
1236 esac
1237 done
1238
1239 if test -n "$ac_prev"; then
1240 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1241 as_fn_error "missing argument to $ac_option"
1242 fi
1243
1244 if test -n "$ac_unrecognized_opts"; then
1245 case $enable_option_checking in
1246 no) ;;
1247 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1248 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1249 esac
1250 fi
1251
1252 # Check all directory arguments for consistency.
1253 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1254 datadir sysconfdir sharedstatedir localstatedir includedir \
1255 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1256 libdir localedir mandir
1257 do
1258 eval ac_val=\$$ac_var
1259 # Remove trailing slashes.
1260 case $ac_val in
1261 */ )
1262 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1263 eval $ac_var=\$ac_val;;
1264 esac
1265 # Be sure to have absolute directory names.
1266 case $ac_val in
1267 [\\/$]* | ?:[\\/]* ) continue;;
1268 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1269 esac
1270 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1271 done
1272
1273 # There might be people who depend on the old broken behavior: `$host'
1274 # used to hold the argument of --host etc.
1275 # FIXME: To remove some day.
1276 build=$build_alias
1277 host=$host_alias
1278 target=$target_alias
1279
1280 # FIXME: To remove some day.
1281 if test "x$host_alias" != x; then
1282 if test "x$build_alias" = x; then
1283 cross_compiling=maybe
1284 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1285 If a cross compiler is detected then cross compile mode will be used." >&2
1286 elif test "x$build_alias" != "x$host_alias"; then
1287 cross_compiling=yes
1288 fi
1289 fi
1290
1291 ac_tool_prefix=
1292 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1293
1294 test "$silent" = yes && exec 6>/dev/null
1295
1296
1297 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1298 ac_ls_di=`ls -di .` &&
1299 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1300 as_fn_error "working directory cannot be determined"
1301 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1302 as_fn_error "pwd does not report name of working directory"
1303
1304
1305 # Find the source files, if location was not specified.
1306 if test -z "$srcdir"; then
1307 ac_srcdir_defaulted=yes
1308 # Try the directory containing this script, then the parent directory.
1309 ac_confdir=`$as_dirname -- "$as_myself" ||
1310 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1311 X"$as_myself" : 'X\(//\)[^/]' \| \
1312 X"$as_myself" : 'X\(//\)$' \| \
1313 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1314 $as_echo X"$as_myself" |
1315 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1316 s//\1/
1317 q
1318 }
1319 /^X\(\/\/\)[^/].*/{
1320 s//\1/
1321 q
1322 }
1323 /^X\(\/\/\)$/{
1324 s//\1/
1325 q
1326 }
1327 /^X\(\/\).*/{
1328 s//\1/
1329 q
1330 }
1331 s/.*/./; q'`
1332 srcdir=$ac_confdir
1333 if test ! -r "$srcdir/$ac_unique_file"; then
1334 srcdir=..
1335 fi
1336 else
1337 ac_srcdir_defaulted=no
1338 fi
1339 if test ! -r "$srcdir/$ac_unique_file"; then
1340 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1341 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1342 fi
1343 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1344 ac_abs_confdir=`(
1345 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1346 pwd)`
1347 # When building in place, set srcdir=.
1348 if test "$ac_abs_confdir" = "$ac_pwd"; then
1349 srcdir=.
1350 fi
1351 # Remove unnecessary trailing slashes from srcdir.
1352 # Double slashes in file names in object file debugging info
1353 # mess up M-x gdb in Emacs.
1354 case $srcdir in
1355 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1356 esac
1357 case $srcdir in
1358 *" "*)
1359 as_fn_error "path to source, $srcdir, contains spaces"
1360 ;;
1361 esac
1362 ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1363
1364 for ac_var in $ac_precious_vars; do
1365 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_env_${ac_var}_value=\$${ac_var}
1367 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1368 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1369 done
1370
1371 #
1372 # Report the --help message.
1373 #
1374 if test "$ac_init_help" = "long"; then
1375 # Omit some internal or obsolete options to make the list less imposing.
1376 # This message is too long to be a string in the A/UX 3.1 sh.
1377 cat <<_ACEOF
1378 \`configure' configures this package to adapt to many kinds of systems.
1379
1380 Usage: $0 [OPTION]... [VAR=VALUE]...
1381
1382 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383 VAR=VALUE. See below for descriptions of some of the useful variables.
1384
1385 Defaults for the options are specified in brackets.
1386
1387 Configuration:
1388 -h, --help display this help and exit
1389 --help=short display options specific to this package
1390 --help=recursive display the short help of all the included packages
1391 -V, --version display version information and exit
1392 -q, --quiet, --silent do not print \`checking...' messages
1393 --cache-file=FILE cache test results in FILE [disabled]
1394 -C, --config-cache alias for \`--cache-file=config.cache'
1395 -n, --no-create do not create output files
1396 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1397
1398 Installation directories:
1399 --prefix=PREFIX install architecture-independent files in PREFIX
1400 [$ac_default_prefix]
1401 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1402 [PREFIX]
1403
1404 By default, \`make install' will install all the files in
1405 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407 for instance \`--prefix=\$HOME'.
1408
1409 For better control, use the options below.
1410
1411 Fine tuning of the installation directories:
1412 --bindir=DIR user executables [EPREFIX/bin]
1413 --sbindir=DIR system admin executables [EPREFIX/sbin]
1414 --libexecdir=DIR program executables [EPREFIX/libexec]
1415 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1416 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1417 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1418 --libdir=DIR object code libraries [EPREFIX/lib]
1419 --includedir=DIR C header files [PREFIX/include]
1420 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1421 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1422 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1423 --infodir=DIR info documentation [DATAROOTDIR/info]
1424 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1425 --mandir=DIR man documentation [DATAROOTDIR/man]
1426 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1427 --htmldir=DIR html documentation [DOCDIR]
1428 --dvidir=DIR dvi documentation [DOCDIR]
1429 --pdfdir=DIR pdf documentation [DOCDIR]
1430 --psdir=DIR ps documentation [DOCDIR]
1431 _ACEOF
1432
1433 cat <<\_ACEOF
1434
1435 Program names:
1436 --program-prefix=PREFIX prepend PREFIX to installed program names
1437 --program-suffix=SUFFIX append SUFFIX to installed program names
1438 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1439
1440 System types:
1441 --build=BUILD configure for building on BUILD [guessed]
1442 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1443 --target=TARGET configure for building compilers for TARGET [HOST]
1444 _ACEOF
1445 fi
1446
1447 if test -n "$ac_init_help"; then
1448
1449 cat <<\_ACEOF
1450
1451 Optional Features:
1452 --disable-option-checking ignore unrecognized --enable/--with options
1453 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1454 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1455 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1456 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1457 --disable-libquadmath do not build libquadmath directory
1458 --disable-libquadmath-support
1459 disable libquadmath support for Fortran
1460 --enable-libada build libada directory
1461 --enable-libssp build libssp directory
1462 --enable-build-with-cxx build with C++ compiler instead of C compiler
1463 --disable-ppl-version-check
1464 disable check for PPL version
1465 --enable-cloog-backend[=BACKEND]
1466 set the CLooG BACKEND used to either isl, ppl or
1467 ppl-legacy (default)
1468 --disable-cloog-version-check
1469 disable check for CLooG version
1470 --enable-lto enable link time optimization support
1471 --enable-stage1-languages[=all]
1472 choose additional languages to build during stage1.
1473 Mostly useful for compiler development
1474 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1475 Objective-C runtime
1476 --enable-bootstrap enable bootstrapping [yes if native build]
1477 --enable-serial-[{host,target,build}-]configure
1478 force sequential configuration of sub-packages for
1479 the host, target or build machine, or all
1480 sub-packages
1481 --enable-maintainer-mode
1482 enable make rules and dependencies not useful (and
1483 sometimes confusing) to the casual installer
1484 --enable-stage1-checking[=all]
1485 choose additional checking for stage1 of the
1486 compiler
1487 --enable-werror enable -Werror in bootstrap stage2 and later
1488
1489 Optional Packages:
1490 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1491 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1492 --with-build-libsubdir=DIR Directory where to find libraries for build system
1493 --with-mpc=PATH specify prefix directory for installed MPC package.
1494 Equivalent to --with-mpc-include=PATH/include plus
1495 --with-mpc-lib=PATH/lib
1496 --with-mpc-include=PATH specify directory for installed MPC include files
1497 --with-mpc-lib=PATH specify directory for the installed MPC library
1498 --with-mpfr-dir=PATH this option has been REMOVED
1499 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1500 Equivalent to --with-mpfr-include=PATH/include plus
1501 --with-mpfr-lib=PATH/lib
1502 --with-mpfr-include=PATH
1503 specify directory for installed MPFR include files
1504 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1505 --with-gmp-dir=PATH this option has been REMOVED
1506 --with-gmp=PATH specify prefix directory for the installed GMP
1507 package. Equivalent to
1508 --with-gmp-include=PATH/include plus
1509 --with-gmp-lib=PATH/lib
1510 --with-gmp-include=PATH specify directory for installed GMP include files
1511 --with-gmp-lib=PATH specify directory for the installed GMP library
1512 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1513 linking with PPL
1514 --with-stage1-ldflags=FLAGS
1515 linker flags for stage1
1516 --with-stage1-libs=LIBS libraries for stage1
1517 --with-boot-libs=LIBS libraries for stage2 and later
1518 --with-boot-ldflags=FLAGS
1519 linker flags for stage2 and later
1520 --with-ppl=PATH specify prefix directory for the installed PPL
1521 package. Equivalent to
1522 --with-ppl-include=PATH/include plus
1523 --with-ppl-lib=PATH/lib
1524 --with-ppl-include=PATH specify directory for installed PPL include files
1525 --with-ppl-lib=PATH specify directory for the installed PPL library
1526 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1527 package. Equivalent to
1528 --with-cloog-include=PATH/include plus
1529 --with-cloog-lib=PATH/lib
1530 --with-cloog-include=PATH
1531 Specify directory for installed CLooG include files
1532 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1533 library
1534 --with-build-sysroot=SYSROOT
1535 use sysroot as the system root during the build
1536 --with-debug-prefix-map='A=B C=D ...'
1537 map A to B, C to D ... in debug information
1538 --with-build-config='NAME NAME2...'
1539 use config/NAME.mk build configuration
1540 --with-build-time-tools=PATH
1541 use given path to find target tools during the build
1542
1543 Some influential environment variables:
1544 CC C compiler command
1545 CFLAGS C compiler flags
1546 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1547 nonstandard directory <lib dir>
1548 LIBS libraries to pass to the linker, e.g. -l<library>
1549 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1550 you have headers in a nonstandard directory <include dir>
1551 CXX C++ compiler command
1552 CXXFLAGS C++ compiler flags
1553 build_configargs
1554 additional configure arguments for build directories
1555 host_configargs
1556 additional configure arguments for host directories
1557 target_configargs
1558 additional configure arguments for target directories
1559 AR AR for the host
1560 AS AS for the host
1561 DLLTOOL DLLTOOL for the host
1562 LD LD for the host
1563 LIPO LIPO for the host
1564 NM NM for the host
1565 RANLIB RANLIB for the host
1566 STRIP STRIP for the host
1567 WINDRES WINDRES for the host
1568 WINDMC WINDMC for the host
1569 OBJCOPY OBJCOPY for the host
1570 OBJDUMP OBJDUMP for the host
1571 CC_FOR_TARGET
1572 CC for the target
1573 CXX_FOR_TARGET
1574 CXX for the target
1575 GCC_FOR_TARGET
1576 GCC for the target
1577 GCJ_FOR_TARGET
1578 GCJ for the target
1579 GFORTRAN_FOR_TARGET
1580 GFORTRAN for the target
1581 GOC_FOR_TARGET
1582 GOC for the target
1583 AR_FOR_TARGET
1584 AR for the target
1585 AS_FOR_TARGET
1586 AS for the target
1587 DLLTOOL_FOR_TARGET
1588 DLLTOOL for the target
1589 LD_FOR_TARGET
1590 LD for the target
1591 LIPO_FOR_TARGET
1592 LIPO for the target
1593 NM_FOR_TARGET
1594 NM for the target
1595 OBJDUMP_FOR_TARGET
1596 OBJDUMP for the target
1597 RANLIB_FOR_TARGET
1598 RANLIB for the target
1599 STRIP_FOR_TARGET
1600 STRIP for the target
1601 WINDRES_FOR_TARGET
1602 WINDRES for the target
1603 WINDMC_FOR_TARGET
1604 WINDMC for the target
1605
1606 Use these variables to override the choices made by `configure' or to help
1607 it to find libraries and programs with nonstandard names/locations.
1608
1609 Report bugs to the package provider.
1610 _ACEOF
1611 ac_status=$?
1612 fi
1613
1614 if test "$ac_init_help" = "recursive"; then
1615 # If there are subdirs, report their specific --help.
1616 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1617 test -d "$ac_dir" ||
1618 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1619 continue
1620 ac_builddir=.
1621
1622 case "$ac_dir" in
1623 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1624 *)
1625 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1626 # A ".." for each directory in $ac_dir_suffix.
1627 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1628 case $ac_top_builddir_sub in
1629 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1630 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1631 esac ;;
1632 esac
1633 ac_abs_top_builddir=$ac_pwd
1634 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1635 # for backward compatibility:
1636 ac_top_builddir=$ac_top_build_prefix
1637
1638 case $srcdir in
1639 .) # We are building in place.
1640 ac_srcdir=.
1641 ac_top_srcdir=$ac_top_builddir_sub
1642 ac_abs_top_srcdir=$ac_pwd ;;
1643 [\\/]* | ?:[\\/]* ) # Absolute name.
1644 ac_srcdir=$srcdir$ac_dir_suffix;
1645 ac_top_srcdir=$srcdir
1646 ac_abs_top_srcdir=$srcdir ;;
1647 *) # Relative name.
1648 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1649 ac_top_srcdir=$ac_top_build_prefix$srcdir
1650 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1651 esac
1652 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1653
1654 cd "$ac_dir" || { ac_status=$?; continue; }
1655 # Check for guested configure.
1656 if test -f "$ac_srcdir/configure.gnu"; then
1657 echo &&
1658 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1659 elif test -f "$ac_srcdir/configure"; then
1660 echo &&
1661 $SHELL "$ac_srcdir/configure" --help=recursive
1662 else
1663 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1664 fi || ac_status=$?
1665 cd "$ac_pwd" || { ac_status=$?; break; }
1666 done
1667 fi
1668
1669 test -n "$ac_init_help" && exit $ac_status
1670 if $ac_init_version; then
1671 cat <<\_ACEOF
1672 configure
1673 generated by GNU Autoconf 2.64
1674
1675 Copyright (C) 2009 Free Software Foundation, Inc.
1676 This configure script is free software; the Free Software Foundation
1677 gives unlimited permission to copy, distribute and modify it.
1678 _ACEOF
1679 exit
1680 fi
1681
1682 ## ------------------------ ##
1683 ## Autoconf initialization. ##
1684 ## ------------------------ ##
1685
1686 # ac_fn_c_try_compile LINENO
1687 # --------------------------
1688 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1689 ac_fn_c_try_compile ()
1690 {
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692 rm -f conftest.$ac_objext
1693 if { { ac_try="$ac_compile"
1694 case "(($ac_try" in
1695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1696 *) ac_try_echo=$ac_try;;
1697 esac
1698 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1699 $as_echo "$ac_try_echo"; } >&5
1700 (eval "$ac_compile") 2>conftest.err
1701 ac_status=$?
1702 if test -s conftest.err; then
1703 grep -v '^ *+' conftest.err >conftest.er1
1704 cat conftest.er1 >&5
1705 mv -f conftest.er1 conftest.err
1706 fi
1707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1708 test $ac_status = 0; } && {
1709 test -z "$ac_c_werror_flag" ||
1710 test ! -s conftest.err
1711 } && test -s conftest.$ac_objext; then :
1712 ac_retval=0
1713 else
1714 $as_echo "$as_me: failed program was:" >&5
1715 sed 's/^/| /' conftest.$ac_ext >&5
1716
1717 ac_retval=1
1718 fi
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 return $ac_retval
1721
1722 } # ac_fn_c_try_compile
1723
1724 # ac_fn_cxx_try_compile LINENO
1725 # ----------------------------
1726 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1727 ac_fn_cxx_try_compile ()
1728 {
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 rm -f conftest.$ac_objext
1731 if { { ac_try="$ac_compile"
1732 case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735 esac
1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_compile") 2>conftest.err
1739 ac_status=$?
1740 if test -s conftest.err; then
1741 grep -v '^ *+' conftest.err >conftest.er1
1742 cat conftest.er1 >&5
1743 mv -f conftest.er1 conftest.err
1744 fi
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; } && {
1747 test -z "$ac_cxx_werror_flag" ||
1748 test ! -s conftest.err
1749 } && test -s conftest.$ac_objext; then :
1750 ac_retval=0
1751 else
1752 $as_echo "$as_me: failed program was:" >&5
1753 sed 's/^/| /' conftest.$ac_ext >&5
1754
1755 ac_retval=1
1756 fi
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 return $ac_retval
1759
1760 } # ac_fn_cxx_try_compile
1761
1762 # ac_fn_c_try_link LINENO
1763 # -----------------------
1764 # Try to link conftest.$ac_ext, and return whether this succeeded.
1765 ac_fn_c_try_link ()
1766 {
1767 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1768 rm -f conftest.$ac_objext conftest$ac_exeext
1769 if { { ac_try="$ac_link"
1770 case "(($ac_try" in
1771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772 *) ac_try_echo=$ac_try;;
1773 esac
1774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775 $as_echo "$ac_try_echo"; } >&5
1776 (eval "$ac_link") 2>conftest.err
1777 ac_status=$?
1778 if test -s conftest.err; then
1779 grep -v '^ *+' conftest.err >conftest.er1
1780 cat conftest.er1 >&5
1781 mv -f conftest.er1 conftest.err
1782 fi
1783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1784 test $ac_status = 0; } && {
1785 test -z "$ac_c_werror_flag" ||
1786 test ! -s conftest.err
1787 } && test -s conftest$ac_exeext && {
1788 test "$cross_compiling" = yes ||
1789 $as_test_x conftest$ac_exeext
1790 }; then :
1791 ac_retval=0
1792 else
1793 $as_echo "$as_me: failed program was:" >&5
1794 sed 's/^/| /' conftest.$ac_ext >&5
1795
1796 ac_retval=1
1797 fi
1798 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1799 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1800 # interfere with the next link command; also delete a directory that is
1801 # left behind by Apple's compiler. We do this before executing the actions.
1802 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1803 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1804 return $ac_retval
1805
1806 } # ac_fn_c_try_link
1807 cat >config.log <<_ACEOF
1808 This file contains any messages produced by compilers while
1809 running configure, to aid debugging if configure makes a mistake.
1810
1811 It was created by $as_me, which was
1812 generated by GNU Autoconf 2.64. Invocation command line was
1813
1814 $ $0 $@
1815
1816 _ACEOF
1817 exec 5>>config.log
1818 {
1819 cat <<_ASUNAME
1820 ## --------- ##
1821 ## Platform. ##
1822 ## --------- ##
1823
1824 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1825 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1826 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1827 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1828 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1829
1830 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1831 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1832
1833 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1834 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1835 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1836 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1837 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1838 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1839 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1840
1841 _ASUNAME
1842
1843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1844 for as_dir in $PATH
1845 do
1846 IFS=$as_save_IFS
1847 test -z "$as_dir" && as_dir=.
1848 $as_echo "PATH: $as_dir"
1849 done
1850 IFS=$as_save_IFS
1851
1852 } >&5
1853
1854 cat >&5 <<_ACEOF
1855
1856
1857 ## ----------- ##
1858 ## Core tests. ##
1859 ## ----------- ##
1860
1861 _ACEOF
1862
1863
1864 # Keep a trace of the command line.
1865 # Strip out --no-create and --no-recursion so they do not pile up.
1866 # Strip out --silent because we don't want to record it for future runs.
1867 # Also quote any args containing shell meta-characters.
1868 # Make two passes to allow for proper duplicate-argument suppression.
1869 ac_configure_args=
1870 ac_configure_args0=
1871 ac_configure_args1=
1872 ac_must_keep_next=false
1873 for ac_pass in 1 2
1874 do
1875 for ac_arg
1876 do
1877 case $ac_arg in
1878 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1879 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1880 | -silent | --silent | --silen | --sile | --sil)
1881 continue ;;
1882 *\'*)
1883 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1884 esac
1885 case $ac_pass in
1886 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1887 2)
1888 as_fn_append ac_configure_args1 " '$ac_arg'"
1889 if test $ac_must_keep_next = true; then
1890 ac_must_keep_next=false # Got value, back to normal.
1891 else
1892 case $ac_arg in
1893 *=* | --config-cache | -C | -disable-* | --disable-* \
1894 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1895 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1896 | -with-* | --with-* | -without-* | --without-* | --x)
1897 case "$ac_configure_args0 " in
1898 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1899 esac
1900 ;;
1901 -* ) ac_must_keep_next=true ;;
1902 esac
1903 fi
1904 as_fn_append ac_configure_args " '$ac_arg'"
1905 ;;
1906 esac
1907 done
1908 done
1909 { ac_configure_args0=; unset ac_configure_args0;}
1910 { ac_configure_args1=; unset ac_configure_args1;}
1911
1912 # When interrupted or exit'd, cleanup temporary files, and complete
1913 # config.log. We remove comments because anyway the quotes in there
1914 # would cause problems or look ugly.
1915 # WARNING: Use '\'' to represent an apostrophe within the trap.
1916 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1917 trap 'exit_status=$?
1918 # Save into config.log some information that might help in debugging.
1919 {
1920 echo
1921
1922 cat <<\_ASBOX
1923 ## ---------------- ##
1924 ## Cache variables. ##
1925 ## ---------------- ##
1926 _ASBOX
1927 echo
1928 # The following way of writing the cache mishandles newlines in values,
1929 (
1930 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1931 eval ac_val=\$$ac_var
1932 case $ac_val in #(
1933 *${as_nl}*)
1934 case $ac_var in #(
1935 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1936 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1937 esac
1938 case $ac_var in #(
1939 _ | IFS | as_nl) ;; #(
1940 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1941 *) { eval $ac_var=; unset $ac_var;} ;;
1942 esac ;;
1943 esac
1944 done
1945 (set) 2>&1 |
1946 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1947 *${as_nl}ac_space=\ *)
1948 sed -n \
1949 "s/'\''/'\''\\\\'\'''\''/g;
1950 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1951 ;; #(
1952 *)
1953 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1954 ;;
1955 esac |
1956 sort
1957 )
1958 echo
1959
1960 cat <<\_ASBOX
1961 ## ----------------- ##
1962 ## Output variables. ##
1963 ## ----------------- ##
1964 _ASBOX
1965 echo
1966 for ac_var in $ac_subst_vars
1967 do
1968 eval ac_val=\$$ac_var
1969 case $ac_val in
1970 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1971 esac
1972 $as_echo "$ac_var='\''$ac_val'\''"
1973 done | sort
1974 echo
1975
1976 if test -n "$ac_subst_files"; then
1977 cat <<\_ASBOX
1978 ## ------------------- ##
1979 ## File substitutions. ##
1980 ## ------------------- ##
1981 _ASBOX
1982 echo
1983 for ac_var in $ac_subst_files
1984 do
1985 eval ac_val=\$$ac_var
1986 case $ac_val in
1987 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1988 esac
1989 $as_echo "$ac_var='\''$ac_val'\''"
1990 done | sort
1991 echo
1992 fi
1993
1994 if test -s confdefs.h; then
1995 cat <<\_ASBOX
1996 ## ----------- ##
1997 ## confdefs.h. ##
1998 ## ----------- ##
1999 _ASBOX
2000 echo
2001 cat confdefs.h
2002 echo
2003 fi
2004 test "$ac_signal" != 0 &&
2005 $as_echo "$as_me: caught signal $ac_signal"
2006 $as_echo "$as_me: exit $exit_status"
2007 } >&5
2008 rm -f core *.core core.conftest.* &&
2009 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2010 exit $exit_status
2011 ' 0
2012 for ac_signal in 1 2 13 15; do
2013 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2014 done
2015 ac_signal=0
2016
2017 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2018 rm -f -r conftest* confdefs.h
2019
2020 $as_echo "/* confdefs.h */" > confdefs.h
2021
2022 # Predefined preprocessor variables.
2023
2024 cat >>confdefs.h <<_ACEOF
2025 #define PACKAGE_NAME "$PACKAGE_NAME"
2026 _ACEOF
2027
2028 cat >>confdefs.h <<_ACEOF
2029 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2030 _ACEOF
2031
2032 cat >>confdefs.h <<_ACEOF
2033 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2034 _ACEOF
2035
2036 cat >>confdefs.h <<_ACEOF
2037 #define PACKAGE_STRING "$PACKAGE_STRING"
2038 _ACEOF
2039
2040 cat >>confdefs.h <<_ACEOF
2041 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2042 _ACEOF
2043
2044 cat >>confdefs.h <<_ACEOF
2045 #define PACKAGE_URL "$PACKAGE_URL"
2046 _ACEOF
2047
2048
2049 # Let the site file select an alternate cache file if it wants to.
2050 # Prefer an explicitly selected file to automatically selected ones.
2051 ac_site_file1=NONE
2052 ac_site_file2=NONE
2053 if test -n "$CONFIG_SITE"; then
2054 ac_site_file1=$CONFIG_SITE
2055 elif test "x$prefix" != xNONE; then
2056 ac_site_file1=$prefix/share/config.site
2057 ac_site_file2=$prefix/etc/config.site
2058 else
2059 ac_site_file1=$ac_default_prefix/share/config.site
2060 ac_site_file2=$ac_default_prefix/etc/config.site
2061 fi
2062 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2063 do
2064 test "x$ac_site_file" = xNONE && continue
2065 if test -r "$ac_site_file"; then
2066 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2067 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2068 sed 's/^/| /' "$ac_site_file" >&5
2069 . "$ac_site_file"
2070 fi
2071 done
2072
2073 if test -r "$cache_file"; then
2074 # Some versions of bash will fail to source /dev/null (special
2075 # files actually), so we avoid doing that.
2076 if test -f "$cache_file"; then
2077 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2078 $as_echo "$as_me: loading cache $cache_file" >&6;}
2079 case $cache_file in
2080 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2081 *) . "./$cache_file";;
2082 esac
2083 fi
2084 else
2085 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2086 $as_echo "$as_me: creating cache $cache_file" >&6;}
2087 >$cache_file
2088 fi
2089
2090 # Check that the precious variables saved in the cache have kept the same
2091 # value.
2092 ac_cache_corrupted=false
2093 for ac_var in $ac_precious_vars; do
2094 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2095 eval ac_new_set=\$ac_env_${ac_var}_set
2096 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2097 eval ac_new_val=\$ac_env_${ac_var}_value
2098 case $ac_old_set,$ac_new_set in
2099 set,)
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2101 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2102 ac_cache_corrupted=: ;;
2103 ,set)
2104 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2105 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2106 ac_cache_corrupted=: ;;
2107 ,);;
2108 *)
2109 if test "x$ac_old_val" != "x$ac_new_val"; then
2110 # differences in whitespace do not lead to failure.
2111 ac_old_val_w=`echo x $ac_old_val`
2112 ac_new_val_w=`echo x $ac_new_val`
2113 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2114 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2115 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2116 ac_cache_corrupted=:
2117 else
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2119 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2120 eval $ac_var=\$ac_old_val
2121 fi
2122 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2123 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2125 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2126 fi;;
2127 esac
2128 # Pass precious variables to config.status.
2129 if test "$ac_new_set" = set; then
2130 case $ac_new_val in
2131 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2132 *) ac_arg=$ac_var=$ac_new_val ;;
2133 esac
2134 case " $ac_configure_args " in
2135 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2136 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2137 esac
2138 fi
2139 done
2140 if $ac_cache_corrupted; then
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2142 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2143 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2144 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2145 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2146 fi
2147 ## -------------------- ##
2148 ## Main body of script. ##
2149 ## -------------------- ##
2150
2151 ac_ext=c
2152 ac_cpp='$CPP $CPPFLAGS'
2153 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2154 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2155 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165 progname=$0
2166 # if PWD already has a value, it is probably wrong.
2167 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2168
2169 # Export original configure arguments for use by sub-configures.
2170 # Quote arguments with shell meta charatcers.
2171 TOPLEVEL_CONFIGURE_ARGUMENTS=
2172 set -- "$progname" "$@"
2173 for ac_arg
2174 do
2175 case "$ac_arg" in
2176 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2177 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2178 # if the argument is of the form -foo=baz, quote the baz part only
2179 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2180 *) ;;
2181 esac
2182 # Add the quoted argument to the list.
2183 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2184 done
2185 if test "$silent" = yes; then
2186 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2187 fi
2188 # Remove the initial space we just introduced and, as these will be
2189 # expanded by make, quote '$'.
2190 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2191
2192
2193 # Find the build, host, and target systems.
2194 ac_aux_dir=
2195 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2196 for ac_t in install-sh install.sh shtool; do
2197 if test -f "$ac_dir/$ac_t"; then
2198 ac_aux_dir=$ac_dir
2199 ac_install_sh="$ac_aux_dir/$ac_t -c"
2200 break 2
2201 fi
2202 done
2203 done
2204 if test -z "$ac_aux_dir"; then
2205 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2206 fi
2207
2208 # These three variables are undocumented and unsupported,
2209 # and are intended to be withdrawn in a future Autoconf release.
2210 # They can cause serious problems if a builder's source tree is in a directory
2211 # whose full name contains unusual characters.
2212 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2213 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2214 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2215
2216
2217 # Make sure we can run config.sub.
2218 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2219 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2220
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2222 $as_echo_n "checking build system type... " >&6; }
2223 if test "${ac_cv_build+set}" = set; then :
2224 $as_echo_n "(cached) " >&6
2225 else
2226 ac_build_alias=$build_alias
2227 test "x$ac_build_alias" = x &&
2228 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2229 test "x$ac_build_alias" = x &&
2230 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2231 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2232 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2233
2234 fi
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2236 $as_echo "$ac_cv_build" >&6; }
2237 case $ac_cv_build in
2238 *-*-*) ;;
2239 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2240 esac
2241 build=$ac_cv_build
2242 ac_save_IFS=$IFS; IFS='-'
2243 set x $ac_cv_build
2244 shift
2245 build_cpu=$1
2246 build_vendor=$2
2247 shift; shift
2248 # Remember, the first character of IFS is used to create $*,
2249 # except with old shells:
2250 build_os=$*
2251 IFS=$ac_save_IFS
2252 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2253
2254
2255 case ${build_alias} in
2256 "") build_noncanonical=${build} ;;
2257 *) build_noncanonical=${build_alias} ;;
2258 esac
2259
2260
2261
2262 case ${host_alias} in
2263 "") host_noncanonical=${build_noncanonical} ;;
2264 *) host_noncanonical=${host_alias} ;;
2265 esac
2266
2267
2268
2269 case ${target_alias} in
2270 "") target_noncanonical=${host_noncanonical} ;;
2271 *) target_noncanonical=${target_alias} ;;
2272 esac
2273
2274
2275
2276
2277 test "$host_noncanonical" = "$target_noncanonical" &&
2278 test "$program_prefix$program_suffix$program_transform_name" = \
2279 NONENONEs,x,x, &&
2280 program_transform_name=s,y,y,
2281
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2283 $as_echo_n "checking host system type... " >&6; }
2284 if test "${ac_cv_host+set}" = set; then :
2285 $as_echo_n "(cached) " >&6
2286 else
2287 if test "x$host_alias" = x; then
2288 ac_cv_host=$ac_cv_build
2289 else
2290 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2291 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2292 fi
2293
2294 fi
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2296 $as_echo "$ac_cv_host" >&6; }
2297 case $ac_cv_host in
2298 *-*-*) ;;
2299 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2300 esac
2301 host=$ac_cv_host
2302 ac_save_IFS=$IFS; IFS='-'
2303 set x $ac_cv_host
2304 shift
2305 host_cpu=$1
2306 host_vendor=$2
2307 shift; shift
2308 # Remember, the first character of IFS is used to create $*,
2309 # except with old shells:
2310 host_os=$*
2311 IFS=$ac_save_IFS
2312 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2313
2314
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2316 $as_echo_n "checking target system type... " >&6; }
2317 if test "${ac_cv_target+set}" = set; then :
2318 $as_echo_n "(cached) " >&6
2319 else
2320 if test "x$target_alias" = x; then
2321 ac_cv_target=$ac_cv_host
2322 else
2323 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2324 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2325 fi
2326
2327 fi
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2329 $as_echo "$ac_cv_target" >&6; }
2330 case $ac_cv_target in
2331 *-*-*) ;;
2332 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2333 esac
2334 target=$ac_cv_target
2335 ac_save_IFS=$IFS; IFS='-'
2336 set x $ac_cv_target
2337 shift
2338 target_cpu=$1
2339 target_vendor=$2
2340 shift; shift
2341 # Remember, the first character of IFS is used to create $*,
2342 # except with old shells:
2343 target_os=$*
2344 IFS=$ac_save_IFS
2345 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2346
2347
2348 # The aliases save the names the user supplied, while $host etc.
2349 # will get canonicalized.
2350 test -n "$target_alias" &&
2351 test "$program_prefix$program_suffix$program_transform_name" = \
2352 NONENONEs,x,x, &&
2353 program_prefix=${target_alias}-
2354
2355 test "$program_prefix" != NONE &&
2356 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2357 # Use a double $ so make ignores it.
2358 test "$program_suffix" != NONE &&
2359 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2360 # Double any \ or $.
2361 # By default was `s,x,x', remove it if useless.
2362 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2363 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2364
2365
2366
2367 # Get 'install' or 'install-sh' and its variants.
2368 # Find a good install program. We prefer a C program (faster),
2369 # so one script is as good as another. But avoid the broken or
2370 # incompatible versions:
2371 # SysV /etc/install, /usr/sbin/install
2372 # SunOS /usr/etc/install
2373 # IRIX /sbin/install
2374 # AIX /bin/install
2375 # AmigaOS /C/install, which installs bootblocks on floppy discs
2376 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2377 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2378 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2379 # OS/2's system install, which has a completely different semantic
2380 # ./install, which can be erroneously created by make from ./install.sh.
2381 # Reject install programs that cannot install multiple files.
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2383 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2384 if test -z "$INSTALL"; then
2385 if test "${ac_cv_path_install+set}" = set; then :
2386 $as_echo_n "(cached) " >&6
2387 else
2388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2389 for as_dir in $PATH
2390 do
2391 IFS=$as_save_IFS
2392 test -z "$as_dir" && as_dir=.
2393 # Account for people who put trailing slashes in PATH elements.
2394 case $as_dir/ in #((
2395 ./ | .// | /[cC]/* | \
2396 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2397 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2398 /usr/ucb/* ) ;;
2399 *)
2400 # OSF1 and SCO ODT 3.0 have their own names for install.
2401 # Don't use installbsd from OSF since it installs stuff as root
2402 # by default.
2403 for ac_prog in ginstall scoinst install; do
2404 for ac_exec_ext in '' $ac_executable_extensions; do
2405 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2406 if test $ac_prog = install &&
2407 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2408 # AIX install. It has an incompatible calling convention.
2409 :
2410 elif test $ac_prog = install &&
2411 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2412 # program-specific install script used by HP pwplus--don't use.
2413 :
2414 else
2415 rm -rf conftest.one conftest.two conftest.dir
2416 echo one > conftest.one
2417 echo two > conftest.two
2418 mkdir conftest.dir
2419 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2420 test -s conftest.one && test -s conftest.two &&
2421 test -s conftest.dir/conftest.one &&
2422 test -s conftest.dir/conftest.two
2423 then
2424 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2425 break 3
2426 fi
2427 fi
2428 fi
2429 done
2430 done
2431 ;;
2432 esac
2433
2434 done
2435 IFS=$as_save_IFS
2436
2437 rm -rf conftest.one conftest.two conftest.dir
2438
2439 fi
2440 if test "${ac_cv_path_install+set}" = set; then
2441 INSTALL=$ac_cv_path_install
2442 else
2443 # As a last resort, use the slow shell script. Don't cache a
2444 # value for INSTALL within a source directory, because that will
2445 # break other packages using the cache if that directory is
2446 # removed, or if the value is a relative name.
2447 INSTALL=$ac_install_sh
2448 fi
2449 fi
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2451 $as_echo "$INSTALL" >&6; }
2452
2453 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2454 # It thinks the first close brace ends the variable substitution.
2455 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2456
2457 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2458
2459 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2460
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2462 $as_echo_n "checking whether ln works... " >&6; }
2463 if test "${acx_cv_prog_LN+set}" = set; then :
2464 $as_echo_n "(cached) " >&6
2465 else
2466 rm -f conftestdata_t
2467 echo >conftestdata_f
2468 if ln conftestdata_f conftestdata_t 2>/dev/null
2469 then
2470 acx_cv_prog_LN=ln
2471 else
2472 acx_cv_prog_LN=no
2473 fi
2474 rm -f conftestdata_f conftestdata_t
2475
2476 fi
2477 if test $acx_cv_prog_LN = no; then
2478 LN="cp"
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2480 $as_echo "no, using $LN" >&6; }
2481 else
2482 LN="$acx_cv_prog_LN"
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2484 $as_echo "yes" >&6; }
2485 fi
2486
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2488 $as_echo_n "checking whether ln -s works... " >&6; }
2489 LN_S=$as_ln_s
2490 if test "$LN_S" = "ln -s"; then
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2492 $as_echo "yes" >&6; }
2493 else
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2495 $as_echo "no, using $LN_S" >&6; }
2496 fi
2497
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2499 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
2500 if test "${ac_cv_path_SED+set}" = set; then :
2501 $as_echo_n "(cached) " >&6
2502 else
2503 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2504 for ac_i in 1 2 3 4 5 6 7; do
2505 ac_script="$ac_script$as_nl$ac_script"
2506 done
2507 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2508 { ac_script=; unset ac_script;}
2509 if test -z "$SED"; then
2510 ac_path_SED_found=false
2511 # Loop through the user's path and test for each of PROGNAME-LIST
2512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2513 for as_dir in $PATH
2514 do
2515 IFS=$as_save_IFS
2516 test -z "$as_dir" && as_dir=.
2517 for ac_prog in sed gsed; do
2518 for ac_exec_ext in '' $ac_executable_extensions; do
2519 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2520 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2521 # Check for GNU ac_path_SED and select it if it is found.
2522 # Check for GNU $ac_path_SED
2523 case `"$ac_path_SED" --version 2>&1` in
2524 *GNU*)
2525 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2526 *)
2527 ac_count=0
2528 $as_echo_n 0123456789 >"conftest.in"
2529 while :
2530 do
2531 cat "conftest.in" "conftest.in" >"conftest.tmp"
2532 mv "conftest.tmp" "conftest.in"
2533 cp "conftest.in" "conftest.nl"
2534 $as_echo '' >> "conftest.nl"
2535 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2536 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2537 as_fn_arith $ac_count + 1 && ac_count=$as_val
2538 if test $ac_count -gt ${ac_path_SED_max-0}; then
2539 # Best one so far, save it but keep looking for a better one
2540 ac_cv_path_SED="$ac_path_SED"
2541 ac_path_SED_max=$ac_count
2542 fi
2543 # 10*(2^10) chars as input seems more than enough
2544 test $ac_count -gt 10 && break
2545 done
2546 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2547 esac
2548
2549 $ac_path_SED_found && break 3
2550 done
2551 done
2552 done
2553 IFS=$as_save_IFS
2554 if test -z "$ac_cv_path_SED"; then
2555 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2556 fi
2557 else
2558 ac_cv_path_SED=$SED
2559 fi
2560
2561 fi
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2563 $as_echo "$ac_cv_path_SED" >&6; }
2564 SED="$ac_cv_path_SED"
2565 rm -f conftest.sed
2566
2567 for ac_prog in gawk mawk nawk awk
2568 do
2569 # Extract the first word of "$ac_prog", so it can be a program name with args.
2570 set dummy $ac_prog; ac_word=$2
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2572 $as_echo_n "checking for $ac_word... " >&6; }
2573 if test "${ac_cv_prog_AWK+set}" = set; then :
2574 $as_echo_n "(cached) " >&6
2575 else
2576 if test -n "$AWK"; then
2577 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2578 else
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_exec_ext in '' $ac_executable_extensions; do
2585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2586 ac_cv_prog_AWK="$ac_prog"
2587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2588 break 2
2589 fi
2590 done
2591 done
2592 IFS=$as_save_IFS
2593
2594 fi
2595 fi
2596 AWK=$ac_cv_prog_AWK
2597 if test -n "$AWK"; then
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2599 $as_echo "$AWK" >&6; }
2600 else
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2602 $as_echo "no" >&6; }
2603 fi
2604
2605
2606 test -n "$AWK" && break
2607 done
2608
2609
2610 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2611
2612 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
2613 # a relative path.
2614 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2615 INSTALL="${srcpwd}/install-sh -c"
2616 fi
2617
2618 # Set srcdir to "." if that's what it is.
2619 # This is important for multilib support.
2620 pwd=`${PWDCMD-pwd}`
2621 if test "${pwd}" = "${srcpwd}" ; then
2622 srcdir=.
2623 fi
2624
2625 topsrcdir=$srcpwd
2626
2627 extra_host_args=
2628
2629 ### To add a new directory to the tree, first choose whether it is a target
2630 ### or a host dependent tool. Then put it into the appropriate list
2631 ### (library or tools, host or target), doing a dependency sort.
2632
2633 # Subdirs will be configured in the order listed in build_configdirs,
2634 # configdirs, or target_configdirs; see the serialization section below.
2635
2636 # Dependency sorting is only needed when *configuration* must be done in
2637 # a particular order. In all cases a dependency should be specified in
2638 # the Makefile, whether or not it's implicitly specified here.
2639
2640 # Double entries in build_configdirs, configdirs, or target_configdirs may
2641 # cause circular dependencies and break everything horribly.
2642
2643 # these library is used by various programs built for the build
2644 # environment
2645 #
2646 build_libs="build-libiberty"
2647
2648 # these tools are built for the build environment
2649 build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2650
2651 # these libraries are used by various programs built for the host environment
2652 #
2653 host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
2654
2655 # these tools are built for the host environment
2656 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2657 # know that we are building the simulator.
2658 # binutils, gas and ld appear in that order because it makes sense to run
2659 # "make check" in that particular order.
2660 # If --enable-gold is used, "gold" may replace "ld".
2661 host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
2662
2663 # libgcj represents the runtime libraries only used by gcj.
2664 libgcj="target-libffi \
2665 target-zlib \
2666 target-libjava"
2667
2668 # these libraries are built for the target environment, and are built after
2669 # the host libraries and the host tools (which may be a cross compiler)
2670 #
2671 target_libraries="target-libgcc \
2672 target-libiberty \
2673 target-libgloss \
2674 target-newlib \
2675 target-libgomp \
2676 target-libstdc++-v3 \
2677 target-libmudflap \
2678 target-libssp \
2679 target-libquadmath \
2680 target-libgfortran \
2681 target-boehm-gc \
2682 ${libgcj} \
2683 target-libobjc \
2684 target-libada \
2685 target-libgo"
2686
2687 # these tools are built using the target libraries, and are intended to
2688 # run only in the target environment
2689 #
2690 # note: any program that *uses* libraries that are in the "target_libraries"
2691 # list belongs in this list.
2692 #
2693 target_tools="target-rda"
2694
2695 ################################################################################
2696
2697 ## All tools belong in one of the four categories, and are assigned above
2698 ## We assign ${configdirs} this way to remove all embedded newlines. This
2699 ## is important because configure will choke if they ever get through.
2700 ## ${configdirs} is directories we build using the host tools.
2701 ## ${target_configdirs} is directories we build using the target tools.
2702 configdirs=`echo ${host_libs} ${host_tools}`
2703 target_configdirs=`echo ${target_libraries} ${target_tools}`
2704 build_configdirs=`echo ${build_libs} ${build_tools}`
2705
2706
2707
2708 ################################################################################
2709
2710 srcname="gnu development package"
2711
2712 # This gets set non-empty for some net releases of packages.
2713 appdirs=""
2714
2715 # Define is_cross_compiler to save on calls to 'test'.
2716 is_cross_compiler=
2717 if test x"${host}" = x"${target}" ; then
2718 is_cross_compiler=no
2719 else
2720 is_cross_compiler=yes
2721 fi
2722
2723 # Find the build and target subdir names.
2724
2725 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2726 # have matching libraries, they should use host libraries: Makefile.tpl
2727 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2728 # However, they still use the build modules, because the corresponding
2729 # host modules (e.g. bison) are only built for the host when bootstrap
2730 # finishes. So:
2731 # - build_subdir is where we find build modules, and never changes.
2732 # - build_libsubdir is where we find build libraries, and can be overridden.
2733
2734 # Prefix 'build-' so this never conflicts with target_subdir.
2735 build_subdir="build-${build_noncanonical}"
2736
2737 # Check whether --with-build-libsubdir was given.
2738 if test "${with_build_libsubdir+set}" = set; then :
2739 withval=$with_build_libsubdir; build_libsubdir="$withval"
2740 else
2741 build_libsubdir="$build_subdir"
2742 fi
2743
2744 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2745 if ( test $srcdir = . && test -d gcc ) \
2746 || test -d $srcdir/../host-${host_noncanonical}; then
2747 host_subdir="host-${host_noncanonical}"
2748 else
2749 host_subdir=.
2750 fi
2751 # No prefix.
2752 target_subdir=${target_noncanonical}
2753
2754 # Be sure to cover against remnants of an in-tree build.
2755 if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2756 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2757 Use a pristine source tree when building in a separate tree" "$LINENO" 5
2758 fi
2759
2760 # Skipdirs are removed silently.
2761 skipdirs=
2762 # Noconfigdirs are removed loudly.
2763 noconfigdirs=""
2764
2765 use_gnu_ld=
2766 # Make sure we don't let GNU ld be added if we didn't want it.
2767 if test x$with_gnu_ld = xno ; then
2768 use_gnu_ld=no
2769 noconfigdirs="$noconfigdirs ld gold"
2770 fi
2771
2772 use_gnu_as=
2773 # Make sure we don't let GNU as be added if we didn't want it.
2774 if test x$with_gnu_as = xno ; then
2775 use_gnu_as=no
2776 noconfigdirs="$noconfigdirs gas"
2777 fi
2778
2779 use_included_zlib=
2780 # Make sure we don't let ZLIB be added if we didn't want it.
2781 if test x$with_system_zlib = xyes ; then
2782 use_included_zlib=no
2783 noconfigdirs="$noconfigdirs zlib"
2784 fi
2785
2786 # some tools are so dependent upon X11 that if we're not building with X,
2787 # it's not even worth trying to configure, much less build, that tool.
2788
2789 case ${with_x} in
2790 yes | "") ;; # the default value for this tree is that X11 is available
2791 no)
2792 skipdirs="${skipdirs} tk itcl libgui"
2793 # We won't be able to build gdbtk without X.
2794 enable_gdbtk=no
2795 ;;
2796 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2797 esac
2798
2799 # Some are only suitable for cross toolchains.
2800 # Remove these if host=target.
2801 cross_only="target-libgloss target-newlib target-opcodes"
2802
2803 case $is_cross_compiler in
2804 no) skipdirs="${skipdirs} ${cross_only}" ;;
2805 esac
2806
2807 # If both --with-headers and --with-libs are specified, default to
2808 # --without-newlib.
2809 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2810 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2811 if test x"${with_newlib}" = x ; then
2812 with_newlib=no
2813 fi
2814 fi
2815
2816 # Recognize --with-newlib/--without-newlib.
2817 case ${with_newlib} in
2818 no) skipdirs="${skipdirs} target-newlib" ;;
2819 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2820 esac
2821
2822 # Handle --enable-gold, --enable-ld.
2823 # --disable-gold [--enable-ld]
2824 # Build only ld. Default option.
2825 # --enable-gold [--enable-ld]
2826 # Build both gold and ld. Install gold as "ld.gold", install ld
2827 # as "ld.bfd" and "ld".
2828 # --enable-gold=default [--enable-ld]
2829 # Build both gold and ld. Install gold as "ld.gold" and "ld",
2830 # install ld as "ld.bfd".
2831 # --enable-gold[=default] --disable-ld
2832 # Build only gold, which is then installed as both "ld.gold" and "ld".
2833 # --enable-gold --enable-ld=default
2834 # Build both gold (installed as "ld.gold") and ld (installed as "ld"
2835 # and ld.bfd).
2836 # In other words, ld is default
2837 # --enable-gold=default --enable-ld=default
2838 # Error.
2839
2840 default_ld=
2841 # Check whether --enable-gold was given.
2842 if test "${enable_gold+set}" = set; then :
2843 enableval=$enable_gold; ENABLE_GOLD=$enableval
2844 else
2845 ENABLE_GOLD=no
2846 fi
2847
2848 case "${ENABLE_GOLD}" in
2849 yes|default)
2850 # Check for ELF target.
2851 is_elf=no
2852 case "${target}" in
2853 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2854 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2855 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2856 | *-*-solaris2* | *-*-nto*)
2857 case "${target}" in
2858 *-*-linux*aout* | *-*-linux*oldld*)
2859 ;;
2860 *)
2861 is_elf=yes
2862 ;;
2863 esac
2864 esac
2865
2866 if test "$is_elf" = "yes"; then
2867 # Check for target supported by gold.
2868 case "${target}" in
2869 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
2870 configdirs="$configdirs gold"
2871 if test x${ENABLE_GOLD} = xdefault; then
2872 default_ld=gold
2873 fi
2874 ENABLE_GOLD=yes
2875 ;;
2876 esac
2877 fi
2878 ;;
2879 no)
2880 ;;
2881 *)
2882 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2883 ;;
2884 esac
2885
2886 # Check whether --enable-ld was given.
2887 if test "${enable_ld+set}" = set; then :
2888 enableval=$enable_ld; ENABLE_LD=$enableval
2889 else
2890 ENABLE_LD=yes
2891 fi
2892
2893
2894 case "${ENABLE_LD}" in
2895 default)
2896 if test x${default_ld} != x; then
2897 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2898 fi
2899 ;;
2900 yes)
2901 ;;
2902 no)
2903 if test x${ENABLE_GOLD} != xyes; then
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2905 $as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2906 fi
2907 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2908 ;;
2909 *)
2910 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2911 ;;
2912 esac
2913
2914 # Configure extra directories which are host specific
2915
2916 case "${host}" in
2917 *-cygwin*)
2918 configdirs="$configdirs libtermcap" ;;
2919 esac
2920
2921 # A target can indicate whether a language isn't supported for some reason.
2922 # Only spaces may be used in this macro; not newlines or tabs.
2923 unsupported_languages=
2924
2925 # Remove more programs from consideration, based on the host or
2926 # target this usually means that a port of the program doesn't
2927 # exist yet.
2928
2929 case "${host}" in
2930 i[3456789]86-*-msdosdjgpp*)
2931 noconfigdirs="$noconfigdirs tcl tk itcl"
2932 ;;
2933 esac
2934
2935
2936 # Check whether --enable-libquadmath was given.
2937 if test "${enable_libquadmath+set}" = set; then :
2938 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2939 else
2940 ENABLE_LIBQUADMATH=yes
2941 fi
2942
2943 if test "${ENABLE_LIBQUADMATH}" = "no" ; then
2944 noconfigdirs="$noconfigdirs target-libquadmath"
2945 fi
2946
2947
2948 # Check whether --enable-libquadmath-support was given.
2949 if test "${enable_libquadmath_support+set}" = set; then :
2950 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
2951 else
2952 ENABLE_LIBQUADMATH_SUPPORT=yes
2953 fi
2954
2955 enable_libquadmath_support=
2956 if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
2957 enable_libquadmath_support=no
2958 fi
2959
2960
2961 # Check whether --enable-libada was given.
2962 if test "${enable_libada+set}" = set; then :
2963 enableval=$enable_libada; ENABLE_LIBADA=$enableval
2964 else
2965 ENABLE_LIBADA=yes
2966 fi
2967
2968 if test "${ENABLE_LIBADA}" != "yes" ; then
2969 noconfigdirs="$noconfigdirs gnattools"
2970 fi
2971
2972 # Check whether --enable-libssp was given.
2973 if test "${enable_libssp+set}" = set; then :
2974 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
2975 else
2976 ENABLE_LIBSSP=yes
2977 fi
2978
2979
2980 # Save it here so that, even in case of --enable-libgcj, if the Java
2981 # front-end isn't enabled, we still get libgcj disabled.
2982 libgcj_saved=$libgcj
2983 case $enable_libgcj in
2984 yes)
2985 # If we reset it here, it won't get added to noconfigdirs in the
2986 # target-specific build rules, so it will be forcibly enabled
2987 # (unless the Java language itself isn't enabled).
2988 libgcj=
2989 ;;
2990 no)
2991 # Make sure we get it printed in the list of not supported target libs.
2992 # Don't disable libffi, though, other languages use it.
2993 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
2994 # Clear libgcj_saved so that even if java is enabled libffi won't be
2995 # built.
2996 libgcj_saved=
2997 ;;
2998 esac
2999
3000
3001 # Disable libmudflap on some systems.
3002 if test x$enable_libmudflap = x ; then
3003 case "${target}" in
3004 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3005 # Enable libmudflap by default in GNU and friends.
3006 ;;
3007 *-*-freebsd*)
3008 # Enable libmudflap by default in FreeBSD.
3009 ;;
3010 *)
3011 # Disable it by default everywhere else.
3012 noconfigdirs="$noconfigdirs target-libmudflap"
3013 ;;
3014 esac
3015 fi
3016
3017 # Disable libgomp on non POSIX hosted systems.
3018 if test x$enable_libgomp = x ; then
3019 # Enable libgomp by default on hosted POSIX systems.
3020 case "${target}" in
3021 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3022 ;;
3023 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3024 ;;
3025 *-*-solaris2* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
3026 ;;
3027 *-*-darwin* | *-*-aix*)
3028 ;;
3029 *)
3030 noconfigdirs="$noconfigdirs target-libgomp"
3031 ;;
3032 esac
3033 fi
3034
3035 # Disable libssp for some systems.
3036 case "${target}" in
3037 avr-*-*)
3038 # No hosted I/O support.
3039 noconfigdirs="$noconfigdirs target-libssp"
3040 ;;
3041 powerpc-*-aix* | rs6000-*-aix*)
3042 noconfigdirs="$noconfigdirs target-libssp"
3043 ;;
3044 esac
3045
3046 # Disable target libiberty for some systems.
3047 case "${target}" in
3048 *-*-kaos*)
3049 # Remove unsupported stuff on all kaOS configurations.
3050 skipdirs="target-libiberty"
3051 ;;
3052 *-*-netbsd*)
3053 # Skip some stuff on all NetBSD configurations.
3054 noconfigdirs="$noconfigdirs target-libiberty"
3055 ;;
3056 *-*-netware*)
3057 noconfigdirs="$noconfigdirs target-libiberty"
3058 ;;
3059 *-*-rtems*)
3060 skipdirs="${skipdirs} target-libiberty"
3061 ;;
3062 *-*-tpf*)
3063 noconfigdirs="$noconfigdirs target-libiberty"
3064 ;;
3065 *-*-vxworks*)
3066 noconfigdirs="$noconfigdirs target-libiberty"
3067 ;;
3068 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3069 noconfigdirs="$noconfigdirs target-libiberty"
3070 ;;
3071 arm*-*-symbianelf*)
3072 noconfigdirs="$noconfigdirs target-libiberty"
3073 ;;
3074 avr-*-*)
3075 noconfigdirs="$noconfigdirs target-libiberty"
3076 ;;
3077 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3078 noconfigdirs="$noconfigdirs target-libiberty"
3079 ;;
3080 picochip-*-*)
3081 noconfigdirs="$noconfigdirs target-libiberty"
3082 ;;
3083 mips*-sde-elf*)
3084 skipdirs="$skipdirs target-libiberty"
3085 ;;
3086 ip2k-*-*)
3087 noconfigdirs="$noconfigdirs target-libiberty"
3088 ;;
3089 esac
3090
3091 # Disable libstdc++-v3 for some systems.
3092 case "${target}" in
3093 *-*-vxworks*)
3094 # VxWorks uses the Dinkumware C++ library.
3095 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3096 ;;
3097 arm*-wince-pe*)
3098 # the C++ libraries don't build on top of CE's C libraries
3099 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3100 ;;
3101 avr-*-*)
3102 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3103 ;;
3104 esac
3105
3106 # Disable Fortran for some systems.
3107 case "${target}" in
3108 mmix-*-*)
3109 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3110 unsupported_languages="$unsupported_languages fortran"
3111 ;;
3112 esac
3113
3114 # Disable Java, libgcj or related libraries for some systems.
3115 case "${target}" in
3116 *-*-chorusos)
3117 ;;
3118 powerpc-*-darwin*)
3119 ;;
3120 i[3456789]86-*-darwin*)
3121 ;;
3122 x86_64-*-darwin[912]*)
3123 ;;
3124 *-*-darwin*)
3125 noconfigdirs="$noconfigdirs ${libgcj}"
3126 ;;
3127 *-*-dragonfly*)
3128 ;;
3129 *-*-freebsd*)
3130 # Skip some stuff that's unsupported on some FreeBSD configurations.
3131 case "${target}" in
3132 i*86-*-*) ;;
3133 alpha*-*-*) ;;
3134 x86_64-*-*) ;;
3135 *)
3136 noconfigdirs="$noconfigdirs ${libgcj}"
3137 ;;
3138 esac
3139 ;;
3140 *-*-kaos*)
3141 ;;
3142 *-*-netbsd*)
3143 # Skip some stuff that's unsupported on some NetBSD configurations.
3144 case "${target}" in
3145 i*86-*-netbsdelf*) ;;
3146 arm*-*-netbsdelf*) ;;
3147 *)
3148 noconfigdirs="$noconfigdirs ${libgcj}"
3149 ;;
3150 esac
3151 ;;
3152 *-*-netware*)
3153 noconfigdirs="$noconfigdirs ${libgcj}"
3154 ;;
3155 *-*-rtems*)
3156 noconfigdirs="$noconfigdirs ${libgcj}"
3157 ;;
3158 *-*-tpf*)
3159 noconfigdirs="$noconfigdirs ${libgcj}"
3160 ;;
3161 *-*-uclinux*)
3162 noconfigdirs="$noconfigdirs ${libgcj}"
3163 ;;
3164 *-*-vxworks*)
3165 noconfigdirs="$noconfigdirs ${libgcj}"
3166 ;;
3167 alpha*-dec-osf*)
3168 ;;
3169 alpha*-*-*vms*)
3170 noconfigdirs="$noconfigdirs ${libgcj}"
3171 ;;
3172 alpha*-*-linux*)
3173 ;;
3174 alpha*-*-*)
3175 noconfigdirs="$noconfigdirs ${libgcj}"
3176 ;;
3177 am33_2.0-*-linux*)
3178 noconfigdirs="$noconfigdirs ${libgcj}"
3179 ;;
3180 sh-*-linux*)
3181 noconfigdirs="$noconfigdirs ${libgcj}"
3182 ;;
3183 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3184 noconfigdirs="$noconfigdirs ${libgcj}"
3185 ;;
3186 arc-*-*)
3187 ;;
3188 arm-*-coff)
3189 ;;
3190 arm-*-elf* | arm*-*-eabi* )
3191 noconfigdirs="$noconfigdirs target-libffi"
3192 ;;
3193 arm*-*-linux-gnueabi)
3194 ;;
3195 arm*-*-symbianelf*)
3196 noconfigdirs="$noconfigdirs ${libgcj}"
3197 ;;
3198 arm-*-pe*)
3199 noconfigdirs="$noconfigdirs ${libgcj}"
3200 ;;
3201 arm-*-riscix*)
3202 ;;
3203 avr-*-*)
3204 noconfigdirs="$noconfigdirs ${libgcj}"
3205 ;;
3206 bfin-*-*)
3207 unsupported_languages="$unsupported_languages java"
3208 noconfigdirs="$noconfigdirs target-boehm-gc"
3209 ;;
3210 c4x-*-* | tic4x-*-*)
3211 ;;
3212 tic54x-*-*)
3213 ;;
3214 cr16-*-*)
3215 noconfigdirs="$noconfigdirs ${libgcj}"
3216 ;;
3217 cris-*-* | crisv32-*-*)
3218 unsupported_languages="$unsupported_languages java"
3219 case "${target}" in
3220 *-*-linux*)
3221 ;;
3222 *) # See PR46792 regarding target-libffi.
3223 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3224 esac
3225 ;;
3226 d10v-*-*)
3227 ;;
3228 d30v-*-*)
3229 ;;
3230 fr30-*-elf*)
3231 noconfigdirs="$noconfigdirs ${libgcj}"
3232 ;;
3233 frv-*-*)
3234 noconfigdirs="$noconfigdirs ${libgcj}"
3235 ;;
3236 moxie-*-*)
3237 noconfigdirs="$noconfigdirs ${libgcj}"
3238 ;;
3239 h8300*-*-*)
3240 noconfigdirs="$noconfigdirs ${libgcj}"
3241 ;;
3242 h8500-*-*)
3243 ;;
3244 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3245 ;;
3246 hppa*64*-*-linux*)
3247 # In this case, it's because the hppa64-linux target is for
3248 # the kernel only at this point and has no libc, and thus no
3249 # headers, crt*.o, etc., all of which are needed by these.
3250 noconfigdirs="$noconfigdirs target-zlib"
3251 ;;
3252 hppa*-*-linux*)
3253 ;;
3254 hppa*-*-*elf* | \
3255 hppa*-*-lites* | \
3256 hppa*-*-openbsd* | \
3257 hppa*64*-*-*)
3258 noconfigdirs="$noconfigdirs ${libgcj}"
3259 ;;
3260 hppa*-hp-hpux11*)
3261 ;;
3262 hppa*-*-pro*)
3263 ;;
3264 hppa*-*-*)
3265 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3266 # build on HP-UX 10.20.
3267 noconfigdirs="$noconfigdirs ${libgcj}"
3268 ;;
3269 i960-*-*)
3270 ;;
3271 ia64*-*-elf*)
3272 ;;
3273 ia64*-**-hpux*)
3274 ;;
3275 ia64*-*-*vms*)
3276 noconfigdirs="$noconfigdirs ${libgcj}"
3277 ;;
3278 i[3456789]86-*-coff | i[3456789]86-*-elf)
3279 noconfigdirs="$noconfigdirs ${libgcj}"
3280 ;;
3281 i[3456789]86-*-linux*)
3282 ;;
3283 i[3456789]86-w64-mingw*)
3284 noconfigdirs="$noconfigdirs ${libgcj}"
3285 ;;
3286 i[3456789]86-*-mingw*)
3287 noconfigdirs="$noconfigdirs ${libgcj}"
3288 ;;
3289 x86_64-*-mingw*)
3290 noconfigdirs="$noconfigdirs ${libgcj}"
3291 ;;
3292 *-*-cygwin*)
3293 ;;
3294 i[3456789]86-*-interix* )
3295 ;;
3296 i[3456789]86-*-pe)
3297 ;;
3298 i[3456789]86-*-sco3.2v5*)
3299 ;;
3300 i[3456789]86-*-sco*)
3301 ;;
3302 i[3456789]86-*-solaris2*)
3303 ;;
3304 i[3456789]86-*-sysv4*)
3305 ;;
3306 i[3456789]86-*-beos*)
3307 ;;
3308 i[3456789]86-*-rdos*)
3309 ;;
3310 m32r-*-*)
3311 noconfigdirs="$noconfigdirs ${libgcj}"
3312 ;;
3313 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3314 ;;
3315 m68k-*-elf*)
3316 noconfigdirs="$noconfigdirs ${libgcj}"
3317 ;;
3318 m68*-*-* | fido-*-*)
3319 ;;
3320 mmix-*-*)
3321 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3322 unsupported_languages="$unsupported_languages java"
3323 ;;
3324 mt-*-*)
3325 ;;
3326 powerpc-*-aix*)
3327 # copied from rs6000-*-* entry
3328 noconfigdirs="$noconfigdirs ${libgcj}"
3329 ;;
3330 powerpc*-*-winnt* | powerpc*-*-pe*)
3331 ;;
3332 powerpcle-*-solaris*)
3333 ;;
3334 powerpc-*-beos*)
3335 ;;
3336 powerpc-*-eabi)
3337 noconfigdirs="$noconfigdirs ${libgcj}"
3338 ;;
3339 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3340 ;;
3341 rs6000-*-lynxos*)
3342 noconfigdirs="$noconfigdirs ${libgcj}"
3343 ;;
3344 rs6000-*-aix*)
3345 noconfigdirs="$noconfigdirs ${libgcj}"
3346 ;;
3347 rs6000-*-*)
3348 noconfigdirs="$noconfigdirs ${libgcj}"
3349 ;;
3350 m68k-apollo-*)
3351 ;;
3352 microblaze*)
3353 noconfigdirs="$noconfigdirs ${libgcj}"
3354 ;;
3355 mips*-sde-elf*)
3356 noconfigdirs="$noconfigdirs ${libgcj}"
3357 ;;
3358 mips*-*-irix5*)
3359 ;;
3360 mips*-*-irix6*)
3361 # Linking libjava exceeds command-line length limits on at least
3362 # IRIX 6.2, but not on IRIX 6.5.
3363 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3364 # <oldham@codesourcery.com>
3365 noconfigdirs="$noconfigdirs ${libgcj}"
3366 ;;
3367 mips*-*-bsd*)
3368 ;;
3369 mips*-*-linux*)
3370 ;;
3371 mips*-*-*)
3372 noconfigdirs="$noconfigdirs ${libgcj}"
3373 ;;
3374 sh-*-* | sh64-*-*)
3375 noconfigdirs="$noconfigdirs ${libgcj}"
3376 ;;
3377 sparclet-*-aout* | sparc86x-*-*)
3378 ;;
3379 sparc-*-elf*)
3380 noconfigdirs="$noconfigdirs ${libgcj}"
3381 ;;
3382 sparc64-*-elf*)
3383 noconfigdirs="$noconfigdirs ${libgcj}"
3384 ;;
3385 sparclite-*-*)
3386 ;;
3387 sparc-*-sunos4*)
3388 ;;
3389 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3390 ;;
3391 tic6x-*-*)
3392 noconfigdirs="$noconfigdirs ${libgcj}"
3393 ;;
3394 v810-*-*)
3395 ;;
3396 vax-*-*)
3397 noconfigdirs="$noconfigdirs ${libgcj}"
3398 ;;
3399 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3400 ;;
3401 *-*-lynxos*)
3402 noconfigdirs="$noconfigdirs ${libgcj}"
3403 ;;
3404 *-*-*)
3405 noconfigdirs="$noconfigdirs ${libgcj}"
3406 ;;
3407 esac
3408
3409 # Default libgloss CPU subdirectory.
3410 libgloss_dir="$target_cpu"
3411
3412 case "${target}" in
3413 *-*-chorusos)
3414 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3415 ;;
3416 powerpc-*-darwin*)
3417 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3418 noconfigdirs="$noconfigdirs sim target-rda"
3419 ;;
3420 i[3456789]86-*-darwin*)
3421 noconfigdirs="$noconfigdirs ld gprof"
3422 noconfigdirs="$noconfigdirs sim target-rda"
3423 ;;
3424 x86_64-*-darwin[912]*)
3425 noconfigdirs="$noconfigdirs ld gas gprof"
3426 noconfigdirs="$noconfigdirs sim target-rda"
3427 ;;
3428 *-*-darwin*)
3429 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3430 noconfigdirs="$noconfigdirs sim target-rda"
3431 ;;
3432 *-*-dragonfly*)
3433 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3434 ;;
3435 *-*-freebsd*)
3436 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3437 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3438 && test -f /usr/local/include/gmp.h; then
3439 with_gmp=/usr/local
3440 fi
3441 ;;
3442 *-*-kaos*)
3443 # Remove unsupported stuff on all kaOS configurations.
3444 noconfigdirs="$noconfigdirs target-libgloss"
3445 ;;
3446 *-*-netbsd*)
3447 # Skip some stuff on all NetBSD configurations.
3448 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3449 ;;
3450 *-*-netware*)
3451 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3452 ;;
3453 *-*-rtems*)
3454 noconfigdirs="$noconfigdirs target-libgloss"
3455 ;;
3456 # The tpf target doesn't support gdb yet.
3457 *-*-tpf*)
3458 noconfigdirs="$noconfigdirs target-newlib target-libgloss gdb tcl tk libgui itcl"
3459 ;;
3460 *-*-uclinux*)
3461 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda"
3462 ;;
3463 *-*-vxworks*)
3464 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3465 ;;
3466 alpha*-dec-osf*)
3467 # ld works, but does not support shared libraries.
3468 # newlib is not 64 bit ready.
3469 # gas doesn't generate exception information.
3470 noconfigdirs="$noconfigdirs gas ld target-newlib target-libgloss"
3471 ;;
3472 alpha*-*-*vms*)
3473 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3474 ;;
3475 alpha*-*-linux*)
3476 # newlib is not 64 bit ready
3477 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3478 ;;
3479 alpha*-*-*)
3480 # newlib is not 64 bit ready
3481 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3482 ;;
3483 am33_2.0-*-linux*)
3484 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3485 ;;
3486 sh-*-linux*)
3487 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3488 ;;
3489 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3490 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3491 noconfigdirs="$noconfigdirs target-newlib"
3492 libgloss_dir=wince
3493 ;;
3494 arc-*-*)
3495 noconfigdirs="$noconfigdirs target-libgloss"
3496 ;;
3497 arm-*-coff)
3498 libgloss_dir=arm
3499 ;;
3500 arm-*-elf* | arm*-*-eabi* )
3501 libgloss_dir=arm
3502 ;;
3503 arm*-*-linux-gnueabi)
3504 case ${with_newlib} in
3505 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3506 esac
3507 libgloss_dir=arm
3508 ;;
3509 arm*-*-symbianelf*)
3510 libgloss_dir=arm
3511 ;;
3512 arm-*-pe*)
3513 noconfigdirs="$noconfigdirs target-libgloss"
3514 ;;
3515 arm-*-riscix*)
3516 noconfigdirs="$noconfigdirs ld target-libgloss"
3517 ;;
3518 avr-*-*)
3519 ;;
3520 bfin-*-*)
3521 ;;
3522 c4x-*-* | tic4x-*-*)
3523 noconfigdirs="$noconfigdirs target-libgloss"
3524 ;;
3525 tic54x-*-*)
3526 noconfigdirs="$noconfigdirs target-libgloss gdb"
3527 ;;
3528 cr16-*-*)
3529 noconfigdirs="$noconfigdirs gdb"
3530 ;;
3531 cris-*-* | crisv32-*-*)
3532 case "${target}" in
3533 *-*-linux*)
3534 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3535 esac
3536 libgloss_dir=cris
3537 ;;
3538 d10v-*-*)
3539 noconfigdirs="$noconfigdirs target-libgloss"
3540 ;;
3541 d30v-*-*)
3542 noconfigdirs="$noconfigdirs gdb"
3543 ;;
3544 fr30-*-elf*)
3545 noconfigdirs="$noconfigdirs gdb"
3546 ;;
3547 frv-*-*)
3548 ;;
3549 moxie-*-*)
3550 noconfigdirs="$noconfigdirs gprof"
3551 ;;
3552 h8300*-*-*)
3553 noconfigdirs="$noconfigdirs target-libgloss"
3554 ;;
3555 h8500-*-*)
3556 noconfigdirs="$noconfigdirs target-libgloss"
3557 ;;
3558 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3559 ;;
3560 hppa*64*-*-linux*)
3561 ;;
3562 hppa*-*-linux*)
3563 ;;
3564 hppa*-*-*elf* | \
3565 hppa*-*-lites* | \
3566 hppa*-*-openbsd* | \
3567 hppa*64*-*-*)
3568 ;;
3569 hppa*-hp-hpux11*)
3570 noconfigdirs="$noconfigdirs ld"
3571 ;;
3572 hppa*-*-pro*)
3573 libgloss_dir=pa
3574 ;;
3575 hppa*-*-*)
3576 noconfigdirs="$noconfigdirs ld"
3577 ;;
3578 i960-*-*)
3579 noconfigdirs="$noconfigdirs gdb"
3580 ;;
3581 ia64*-*-elf*)
3582 # No gdb support yet.
3583 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3584 ;;
3585 ia64*-**-hpux*)
3586 # No ld support yet.
3587 noconfigdirs="$noconfigdirs libgui itcl ld"
3588 ;;
3589 ia64*-*-*vms*)
3590 # No gdb or ld support yet.
3591 noconfigdirs="$noconfigdirs readline libgui itcl gdb ld"
3592 ;;
3593 i[3456789]86-*-coff | i[3456789]86-*-elf)
3594 libgloss_dir=i386
3595 ;;
3596 i[3456789]86-*-linux*)
3597 # This section makes it possible to build newlib natively on linux.
3598 # If we are using a cross compiler then don't configure newlib.
3599 if test x${is_cross_compiler} != xno ; then
3600 noconfigdirs="$noconfigdirs target-newlib"
3601 fi
3602 noconfigdirs="$noconfigdirs target-libgloss"
3603 # If we are not using a cross compiler, do configure newlib.
3604 # Note however, that newlib will only be configured in this situation
3605 # if the --with-newlib option has been given, because otherwise
3606 # 'target-newlib' will appear in skipdirs.
3607 ;;
3608 i[3456789]86-w64-mingw*)
3609 noconfigdirs="$noconfigdirs target-libgloss target-newlib"
3610 ;;
3611 i[3456789]86-*-mingw*)
3612 target_configdirs="$target_configdirs target-winsup"
3613 noconfigdirs="$noconfigdirs target-libgloss target-newlib"
3614 ;;
3615 x86_64-*-mingw*)
3616 noconfigdirs="$noconfigdirs target-libgloss target-newlib"
3617 ;;
3618 *-*-cygwin*)
3619 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3620 noconfigdirs="$noconfigdirs target-libgloss"
3621 # always build newlib if winsup directory is present.
3622 if test -d "$srcdir/winsup/cygwin"; then
3623 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3624 elif test -d "$srcdir/newlib"; then
3625 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3626 fi
3627 ;;
3628 i[3456789]86-*-interix* )
3629 ;;
3630 i[3456789]86-*-pe)
3631 noconfigdirs="$noconfigdirs target-libgloss"
3632 ;;
3633 i[3456789]86-*-sco3.2v5*)
3634 # The linker does not yet know about weak symbols in COFF,
3635 # and is not configured to handle mixed ELF and COFF.
3636 noconfigdirs="$noconfigdirs ld target-libgloss"
3637 ;;
3638 i[3456789]86-*-sco*)
3639 noconfigdirs="$noconfigdirs gprof target-libgloss"
3640 ;;
3641 i[3456789]86-*-solaris2*)
3642 noconfigdirs="$noconfigdirs target-libgloss"
3643 ;;
3644 i[3456789]86-*-sysv4*)
3645 noconfigdirs="$noconfigdirs target-libgloss"
3646 ;;
3647 i[3456789]86-*-beos*)
3648 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3649 ;;
3650 i[3456789]86-*-rdos*)
3651 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3652 ;;
3653 m32r-*-*)
3654 ;;
3655 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3656 libgloss_dir=m68hc11
3657 ;;
3658 m68k-*-elf*)
3659 ;;
3660 m68*-*-* | fido-*-*)
3661 libgloss_dir=m68k
3662 ;;
3663 mmix-*-*)
3664 noconfigdirs="$noconfigdirs gdb"
3665 ;;
3666 mt-*-*)
3667 noconfigdirs="$noconfigdirs sim"
3668 ;;
3669 powerpc-*-aix*)
3670 # copied from rs6000-*-* entry
3671 noconfigdirs="$noconfigdirs gprof target-libgloss target-newlib"
3672 ;;
3673 powerpc*-*-winnt* | powerpc*-*-pe*)
3674 target_configdirs="$target_configdirs target-winsup"
3675 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3676 # always build newlib.
3677 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3678 ;;
3679 # This is temporary until we can link against shared libraries
3680 powerpcle-*-solaris*)
3681 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3682 libgloss_dir=rs6000
3683 ;;
3684 powerpc-*-beos*)
3685 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3686 ;;
3687 powerpc-*-eabi)
3688 libgloss_dir=rs6000
3689 ;;
3690 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3691 libgloss_dir=rs6000
3692 ;;
3693 rs6000-*-lynxos*)
3694 noconfigdirs="$noconfigdirs target-newlib gprof"
3695 ;;
3696 rs6000-*-aix*)
3697 noconfigdirs="$noconfigdirs gprof target-libgloss target-newlib"
3698 ;;
3699 rs6000-*-*)
3700 noconfigdirs="$noconfigdirs gprof"
3701 ;;
3702 m68k-apollo-*)
3703 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3704 ;;
3705 microblaze*)
3706 noconfigdirs="$noconfigdirs gprof"
3707 ;;
3708 mips*-sde-elf*)
3709 if test x$with_newlib = xyes; then
3710 noconfigdirs="$noconfigdirs gprof"
3711 fi
3712 libgloss_dir=mips
3713 ;;
3714 mips*-*-irix5*)
3715 noconfigdirs="$noconfigdirs gprof target-libgloss"
3716 ;;
3717 mips*-*-irix6*)
3718 noconfigdirs="$noconfigdirs gprof target-libgloss"
3719 ;;
3720 mips*-*-bsd*)
3721 noconfigdirs="$noconfigdirs gprof target-libgloss"
3722 ;;
3723 mips*-*-linux*)
3724 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3725 ;;
3726 mips*-*-*)
3727 noconfigdirs="$noconfigdirs gprof"
3728 libgloss_dir=mips
3729 ;;
3730 sh-*-* | sh64-*-*)
3731 case "${target}" in
3732 sh*-*-elf)
3733 ;;
3734 *)
3735 noconfigdirs="$noconfigdirs target-libgloss" ;;
3736 esac
3737 ;;
3738 sparclet-*-aout* | sparc86x-*-*)
3739 libgloss_dir=sparc
3740 ;;
3741 sparc-*-elf*)
3742 ;;
3743 sparc64-*-elf*)
3744 libgloss_dir=sparc
3745 ;;
3746 sparclite-*-*)
3747 libgloss_dir=sparc
3748 ;;
3749 sparc-*-sunos4*)
3750 if test x${is_cross_compiler} != xno ; then
3751 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3752 else
3753 use_gnu_ld=no
3754 fi
3755 ;;
3756 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3757 ;;
3758 tic6x-*-*)
3759 noconfigdirs="$noconfigdirs gdb sim"
3760 ;;
3761 v810-*-*)
3762 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3763 ;;
3764 vax-*-*)
3765 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3766 ;;
3767 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3768 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3769 ;;
3770 *-*-lynxos*)
3771 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3772 ;;
3773 *-*-*)
3774 ;;
3775 esac
3776
3777 # If we aren't building newlib, then don't build libgloss, since libgloss
3778 # depends upon some newlib header files.
3779 case "${noconfigdirs}" in
3780 *target-libgloss*) ;;
3781 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3782 esac
3783
3784 # Work in distributions that contain no compiler tools, like Autoconf.
3785 host_makefile_frag=/dev/null
3786 if test -d ${srcdir}/config ; then
3787 case "${host}" in
3788 i[3456789]86-*-msdosdjgpp*)
3789 host_makefile_frag="config/mh-djgpp"
3790 ;;
3791 *-cygwin*)
3792
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3794 $as_echo_n "checking to see if cat works as expected... " >&6; }
3795 echo a >cygwin-cat-check
3796 if test `cat cygwin-cat-check` = a ; then
3797 rm cygwin-cat-check
3798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3799 $as_echo "yes" >&6; }
3800 else
3801 rm cygwin-cat-check
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3803 $as_echo "no" >&6; }
3804 as_fn_error "The cat command does not ignore carriage return characters.
3805 Please either mount the build directory in binary mode or run the following
3806 commands before running any configure script:
3807 set -o igncr
3808 export SHELLOPTS
3809 " "$LINENO" 5
3810 fi
3811
3812 host_makefile_frag="config/mh-cygwin"
3813 ;;
3814 *-mingw*)
3815 host_makefile_frag="config/mh-mingw"
3816 ;;
3817 *-interix*)
3818 host_makefile_frag="config/mh-interix"
3819 ;;
3820 hppa*-hp-hpux10*)
3821 host_makefile_frag="config/mh-pa-hpux10"
3822 ;;
3823 hppa*-hp-hpux*)
3824 host_makefile_frag="config/mh-pa"
3825 ;;
3826 hppa*-*)
3827 host_makefile_frag="config/mh-pa"
3828 ;;
3829 *-*-darwin*)
3830 host_makefile_frag="config/mh-darwin"
3831 ;;
3832 powerpc-*-aix*)
3833 host_makefile_frag="config/mh-ppc-aix"
3834 ;;
3835 rs6000-*-aix*)
3836 host_makefile_frag="config/mh-ppc-aix"
3837 ;;
3838 esac
3839 fi
3840
3841 if test "${build}" != "${host}" ; then
3842 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3843 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3844 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3845 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3846 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3847 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3848 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3849 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3850 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3851 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3852 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3853 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3854 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3855 else
3856 AR_FOR_BUILD="\$(AR)"
3857 AS_FOR_BUILD="\$(AS)"
3858 CC_FOR_BUILD="\$(CC)"
3859 CXX_FOR_BUILD="\$(CXX)"
3860 GCJ_FOR_BUILD="\$(GCJ)"
3861 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3862 GOC_FOR_BUILD="\$(GOC)"
3863 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3864 LD_FOR_BUILD="\$(LD)"
3865 NM_FOR_BUILD="\$(NM)"
3866 RANLIB_FOR_BUILD="\$(RANLIB)"
3867 WINDRES_FOR_BUILD="\$(WINDRES)"
3868 WINDMC_FOR_BUILD="\$(WINDMC)"
3869 fi
3870
3871 ac_ext=c
3872 ac_cpp='$CPP $CPPFLAGS'
3873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3876 if test -n "$ac_tool_prefix"; then
3877 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3878 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3880 $as_echo_n "checking for $ac_word... " >&6; }
3881 if test "${ac_cv_prog_CC+set}" = set; then :
3882 $as_echo_n "(cached) " >&6
3883 else
3884 if test -n "$CC"; then
3885 ac_cv_prog_CC="$CC" # Let the user override the test.
3886 else
3887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3888 for as_dir in $PATH
3889 do
3890 IFS=$as_save_IFS
3891 test -z "$as_dir" && as_dir=.
3892 for ac_exec_ext in '' $ac_executable_extensions; do
3893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3894 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3896 break 2
3897 fi
3898 done
3899 done
3900 IFS=$as_save_IFS
3901
3902 fi
3903 fi
3904 CC=$ac_cv_prog_CC
3905 if test -n "$CC"; then
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3907 $as_echo "$CC" >&6; }
3908 else
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3910 $as_echo "no" >&6; }
3911 fi
3912
3913
3914 fi
3915 if test -z "$ac_cv_prog_CC"; then
3916 ac_ct_CC=$CC
3917 # Extract the first word of "gcc", so it can be a program name with args.
3918 set dummy gcc; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$ac_ct_CC"; then
3925 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3929 do
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_ac_ct_CC="gcc"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3937 fi
3938 done
3939 done
3940 IFS=$as_save_IFS
3941
3942 fi
3943 fi
3944 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3945 if test -n "$ac_ct_CC"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3947 $as_echo "$ac_ct_CC" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3951 fi
3952
3953 if test "x$ac_ct_CC" = x; then
3954 CC=""
3955 else
3956 case $cross_compiling:$ac_tool_warned in
3957 yes:)
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3959 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3960 ac_tool_warned=yes ;;
3961 esac
3962 CC=$ac_ct_CC
3963 fi
3964 else
3965 CC="$ac_cv_prog_CC"
3966 fi
3967
3968 if test -z "$CC"; then
3969 if test -n "$ac_tool_prefix"; then
3970 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3971 set dummy ${ac_tool_prefix}cc; ac_word=$2
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3973 $as_echo_n "checking for $ac_word... " >&6; }
3974 if test "${ac_cv_prog_CC+set}" = set; then :
3975 $as_echo_n "(cached) " >&6
3976 else
3977 if test -n "$CC"; then
3978 ac_cv_prog_CC="$CC" # Let the user override the test.
3979 else
3980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3981 for as_dir in $PATH
3982 do
3983 IFS=$as_save_IFS
3984 test -z "$as_dir" && as_dir=.
3985 for ac_exec_ext in '' $ac_executable_extensions; do
3986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3987 ac_cv_prog_CC="${ac_tool_prefix}cc"
3988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3989 break 2
3990 fi
3991 done
3992 done
3993 IFS=$as_save_IFS
3994
3995 fi
3996 fi
3997 CC=$ac_cv_prog_CC
3998 if test -n "$CC"; then
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4000 $as_echo "$CC" >&6; }
4001 else
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4003 $as_echo "no" >&6; }
4004 fi
4005
4006
4007 fi
4008 fi
4009 if test -z "$CC"; then
4010 # Extract the first word of "cc", so it can be a program name with args.
4011 set dummy cc; ac_word=$2
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4013 $as_echo_n "checking for $ac_word... " >&6; }
4014 if test "${ac_cv_prog_CC+set}" = set; then :
4015 $as_echo_n "(cached) " >&6
4016 else
4017 if test -n "$CC"; then
4018 ac_cv_prog_CC="$CC" # Let the user override the test.
4019 else
4020 ac_prog_rejected=no
4021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4022 for as_dir in $PATH
4023 do
4024 IFS=$as_save_IFS
4025 test -z "$as_dir" && as_dir=.
4026 for ac_exec_ext in '' $ac_executable_extensions; do
4027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4028 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4029 ac_prog_rejected=yes
4030 continue
4031 fi
4032 ac_cv_prog_CC="cc"
4033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4034 break 2
4035 fi
4036 done
4037 done
4038 IFS=$as_save_IFS
4039
4040 if test $ac_prog_rejected = yes; then
4041 # We found a bogon in the path, so make sure we never use it.
4042 set dummy $ac_cv_prog_CC
4043 shift
4044 if test $# != 0; then
4045 # We chose a different compiler from the bogus one.
4046 # However, it has the same basename, so the bogon will be chosen
4047 # first if we set CC to just the basename; use the full file name.
4048 shift
4049 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4050 fi
4051 fi
4052 fi
4053 fi
4054 CC=$ac_cv_prog_CC
4055 if test -n "$CC"; then
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4057 $as_echo "$CC" >&6; }
4058 else
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4060 $as_echo "no" >&6; }
4061 fi
4062
4063
4064 fi
4065 if test -z "$CC"; then
4066 if test -n "$ac_tool_prefix"; then
4067 for ac_prog in cl.exe
4068 do
4069 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4070 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4072 $as_echo_n "checking for $ac_word... " >&6; }
4073 if test "${ac_cv_prog_CC+set}" = set; then :
4074 $as_echo_n "(cached) " >&6
4075 else
4076 if test -n "$CC"; then
4077 ac_cv_prog_CC="$CC" # Let the user override the test.
4078 else
4079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080 for as_dir in $PATH
4081 do
4082 IFS=$as_save_IFS
4083 test -z "$as_dir" && as_dir=.
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4086 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4088 break 2
4089 fi
4090 done
4091 done
4092 IFS=$as_save_IFS
4093
4094 fi
4095 fi
4096 CC=$ac_cv_prog_CC
4097 if test -n "$CC"; then
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4099 $as_echo "$CC" >&6; }
4100 else
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102 $as_echo "no" >&6; }
4103 fi
4104
4105
4106 test -n "$CC" && break
4107 done
4108 fi
4109 if test -z "$CC"; then
4110 ac_ct_CC=$CC
4111 for ac_prog in cl.exe
4112 do
4113 # Extract the first word of "$ac_prog", so it can be a program name with args.
4114 set dummy $ac_prog; ac_word=$2
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4116 $as_echo_n "checking for $ac_word... " >&6; }
4117 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4118 $as_echo_n "(cached) " >&6
4119 else
4120 if test -n "$ac_ct_CC"; then
4121 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4122 else
4123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4124 for as_dir in $PATH
4125 do
4126 IFS=$as_save_IFS
4127 test -z "$as_dir" && as_dir=.
4128 for ac_exec_ext in '' $ac_executable_extensions; do
4129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4130 ac_cv_prog_ac_ct_CC="$ac_prog"
4131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4132 break 2
4133 fi
4134 done
4135 done
4136 IFS=$as_save_IFS
4137
4138 fi
4139 fi
4140 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4141 if test -n "$ac_ct_CC"; then
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4143 $as_echo "$ac_ct_CC" >&6; }
4144 else
4145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4146 $as_echo "no" >&6; }
4147 fi
4148
4149
4150 test -n "$ac_ct_CC" && break
4151 done
4152
4153 if test "x$ac_ct_CC" = x; then
4154 CC=""
4155 else
4156 case $cross_compiling:$ac_tool_warned in
4157 yes:)
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4160 ac_tool_warned=yes ;;
4161 esac
4162 CC=$ac_ct_CC
4163 fi
4164 fi
4165
4166 fi
4167
4168
4169 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4170 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4171 as_fn_error "no acceptable C compiler found in \$PATH
4172 See \`config.log' for more details." "$LINENO" 5; }
4173
4174 # Provide some information about the compiler.
4175 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4176 set X $ac_compile
4177 ac_compiler=$2
4178 for ac_option in --version -v -V -qversion; do
4179 { { ac_try="$ac_compiler $ac_option >&5"
4180 case "(($ac_try" in
4181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4182 *) ac_try_echo=$ac_try;;
4183 esac
4184 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4185 $as_echo "$ac_try_echo"; } >&5
4186 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4187 ac_status=$?
4188 if test -s conftest.err; then
4189 sed '10a\
4190 ... rest of stderr output deleted ...
4191 10q' conftest.err >conftest.er1
4192 cat conftest.er1 >&5
4193 rm -f conftest.er1 conftest.err
4194 fi
4195 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4196 test $ac_status = 0; }
4197 done
4198
4199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4200 /* end confdefs.h. */
4201
4202 int
4203 main ()
4204 {
4205
4206 ;
4207 return 0;
4208 }
4209 _ACEOF
4210 ac_clean_files_save=$ac_clean_files
4211 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4212 # Try to create an executable without -o first, disregard a.out.
4213 # It will help us diagnose broken compilers, and finding out an intuition
4214 # of exeext.
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4216 $as_echo_n "checking for C compiler default output file name... " >&6; }
4217 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4218
4219 # The possible output files:
4220 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4221
4222 ac_rmfiles=
4223 for ac_file in $ac_files
4224 do
4225 case $ac_file in
4226 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4227 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4228 esac
4229 done
4230 rm -f $ac_rmfiles
4231
4232 if { { ac_try="$ac_link_default"
4233 case "(($ac_try" in
4234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4235 *) ac_try_echo=$ac_try;;
4236 esac
4237 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4238 $as_echo "$ac_try_echo"; } >&5
4239 (eval "$ac_link_default") 2>&5
4240 ac_status=$?
4241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4242 test $ac_status = 0; }; then :
4243 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4244 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4245 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4246 # so that the user can short-circuit this test for compilers unknown to
4247 # Autoconf.
4248 for ac_file in $ac_files ''
4249 do
4250 test -f "$ac_file" || continue
4251 case $ac_file in
4252 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4253 ;;
4254 [ab].out )
4255 # We found the default executable, but exeext='' is most
4256 # certainly right.
4257 break;;
4258 *.* )
4259 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4260 then :; else
4261 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4262 fi
4263 # We set ac_cv_exeext here because the later test for it is not
4264 # safe: cross compilers may not add the suffix if given an `-o'
4265 # argument, so we may need to know it at that point already.
4266 # Even if this section looks crufty: it has the advantage of
4267 # actually working.
4268 break;;
4269 * )
4270 break;;
4271 esac
4272 done
4273 test "$ac_cv_exeext" = no && ac_cv_exeext=
4274
4275 else
4276 ac_file=''
4277 fi
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4279 $as_echo "$ac_file" >&6; }
4280 if test -z "$ac_file"; then :
4281 $as_echo "$as_me: failed program was:" >&5
4282 sed 's/^/| /' conftest.$ac_ext >&5
4283
4284 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4285 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4286 { as_fn_set_status 77
4287 as_fn_error "C compiler cannot create executables
4288 See \`config.log' for more details." "$LINENO" 5; }; }
4289 fi
4290 ac_exeext=$ac_cv_exeext
4291
4292 # Check that the compiler produces executables we can run. If not, either
4293 # the compiler is broken, or we cross compile.
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4295 $as_echo_n "checking whether the C compiler works... " >&6; }
4296 # If not cross compiling, check that we can run a simple program.
4297 if test "$cross_compiling" != yes; then
4298 if { ac_try='./$ac_file'
4299 { { case "(($ac_try" in
4300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4301 *) ac_try_echo=$ac_try;;
4302 esac
4303 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4304 $as_echo "$ac_try_echo"; } >&5
4305 (eval "$ac_try") 2>&5
4306 ac_status=$?
4307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4308 test $ac_status = 0; }; }; then
4309 cross_compiling=no
4310 else
4311 if test "$cross_compiling" = maybe; then
4312 cross_compiling=yes
4313 else
4314 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4315 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4316 as_fn_error "cannot run C compiled programs.
4317 If you meant to cross compile, use \`--host'.
4318 See \`config.log' for more details." "$LINENO" 5; }
4319 fi
4320 fi
4321 fi
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4323 $as_echo "yes" >&6; }
4324
4325 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4326 ac_clean_files=$ac_clean_files_save
4327 # Check that the compiler produces executables we can run. If not, either
4328 # the compiler is broken, or we cross compile.
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4330 $as_echo_n "checking whether we are cross compiling... " >&6; }
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4332 $as_echo "$cross_compiling" >&6; }
4333
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4335 $as_echo_n "checking for suffix of executables... " >&6; }
4336 if { { ac_try="$ac_link"
4337 case "(($ac_try" in
4338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4339 *) ac_try_echo=$ac_try;;
4340 esac
4341 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4342 $as_echo "$ac_try_echo"; } >&5
4343 (eval "$ac_link") 2>&5
4344 ac_status=$?
4345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4346 test $ac_status = 0; }; then :
4347 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4348 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4349 # work properly (i.e., refer to `conftest.exe'), while it won't with
4350 # `rm'.
4351 for ac_file in conftest.exe conftest conftest.*; do
4352 test -f "$ac_file" || continue
4353 case $ac_file in
4354 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4355 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4356 break;;
4357 * ) break;;
4358 esac
4359 done
4360 else
4361 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4363 as_fn_error "cannot compute suffix of executables: cannot compile and link
4364 See \`config.log' for more details." "$LINENO" 5; }
4365 fi
4366 rm -f conftest$ac_cv_exeext
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4368 $as_echo "$ac_cv_exeext" >&6; }
4369
4370 rm -f conftest.$ac_ext
4371 EXEEXT=$ac_cv_exeext
4372 ac_exeext=$EXEEXT
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4374 $as_echo_n "checking for suffix of object files... " >&6; }
4375 if test "${ac_cv_objext+set}" = set; then :
4376 $as_echo_n "(cached) " >&6
4377 else
4378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4379 /* end confdefs.h. */
4380
4381 int
4382 main ()
4383 {
4384
4385 ;
4386 return 0;
4387 }
4388 _ACEOF
4389 rm -f conftest.o conftest.obj
4390 if { { ac_try="$ac_compile"
4391 case "(($ac_try" in
4392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4393 *) ac_try_echo=$ac_try;;
4394 esac
4395 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4396 $as_echo "$ac_try_echo"; } >&5
4397 (eval "$ac_compile") 2>&5
4398 ac_status=$?
4399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4400 test $ac_status = 0; }; then :
4401 for ac_file in conftest.o conftest.obj conftest.*; do
4402 test -f "$ac_file" || continue;
4403 case $ac_file in
4404 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4405 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4406 break;;
4407 esac
4408 done
4409 else
4410 $as_echo "$as_me: failed program was:" >&5
4411 sed 's/^/| /' conftest.$ac_ext >&5
4412
4413 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4414 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4415 as_fn_error "cannot compute suffix of object files: cannot compile
4416 See \`config.log' for more details." "$LINENO" 5; }
4417 fi
4418 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4419 fi
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4421 $as_echo "$ac_cv_objext" >&6; }
4422 OBJEXT=$ac_cv_objext
4423 ac_objext=$OBJEXT
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4425 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4426 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428 else
4429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4430 /* end confdefs.h. */
4431
4432 int
4433 main ()
4434 {
4435 #ifndef __GNUC__
4436 choke me
4437 #endif
4438
4439 ;
4440 return 0;
4441 }
4442 _ACEOF
4443 if ac_fn_c_try_compile "$LINENO"; then :
4444 ac_compiler_gnu=yes
4445 else
4446 ac_compiler_gnu=no
4447 fi
4448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4449 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4450
4451 fi
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4453 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4454 if test $ac_compiler_gnu = yes; then
4455 GCC=yes
4456 else
4457 GCC=
4458 fi
4459 ac_test_CFLAGS=${CFLAGS+set}
4460 ac_save_CFLAGS=$CFLAGS
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4462 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4463 if test "${ac_cv_prog_cc_g+set}" = set; then :
4464 $as_echo_n "(cached) " >&6
4465 else
4466 ac_save_c_werror_flag=$ac_c_werror_flag
4467 ac_c_werror_flag=yes
4468 ac_cv_prog_cc_g=no
4469 CFLAGS="-g"
4470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4471 /* end confdefs.h. */
4472
4473 int
4474 main ()
4475 {
4476
4477 ;
4478 return 0;
4479 }
4480 _ACEOF
4481 if ac_fn_c_try_compile "$LINENO"; then :
4482 ac_cv_prog_cc_g=yes
4483 else
4484 CFLAGS=""
4485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4486 /* end confdefs.h. */
4487
4488 int
4489 main ()
4490 {
4491
4492 ;
4493 return 0;
4494 }
4495 _ACEOF
4496 if ac_fn_c_try_compile "$LINENO"; then :
4497
4498 else
4499 ac_c_werror_flag=$ac_save_c_werror_flag
4500 CFLAGS="-g"
4501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4502 /* end confdefs.h. */
4503
4504 int
4505 main ()
4506 {
4507
4508 ;
4509 return 0;
4510 }
4511 _ACEOF
4512 if ac_fn_c_try_compile "$LINENO"; then :
4513 ac_cv_prog_cc_g=yes
4514 fi
4515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4516 fi
4517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4518 fi
4519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4520 ac_c_werror_flag=$ac_save_c_werror_flag
4521 fi
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4523 $as_echo "$ac_cv_prog_cc_g" >&6; }
4524 if test "$ac_test_CFLAGS" = set; then
4525 CFLAGS=$ac_save_CFLAGS
4526 elif test $ac_cv_prog_cc_g = yes; then
4527 if test "$GCC" = yes; then
4528 CFLAGS="-g -O2"
4529 else
4530 CFLAGS="-g"
4531 fi
4532 else
4533 if test "$GCC" = yes; then
4534 CFLAGS="-O2"
4535 else
4536 CFLAGS=
4537 fi
4538 fi
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4540 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4541 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4542 $as_echo_n "(cached) " >&6
4543 else
4544 ac_cv_prog_cc_c89=no
4545 ac_save_CC=$CC
4546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4547 /* end confdefs.h. */
4548 #include <stdarg.h>
4549 #include <stdio.h>
4550 #include <sys/types.h>
4551 #include <sys/stat.h>
4552 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4553 struct buf { int x; };
4554 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4555 static char *e (p, i)
4556 char **p;
4557 int i;
4558 {
4559 return p[i];
4560 }
4561 static char *f (char * (*g) (char **, int), char **p, ...)
4562 {
4563 char *s;
4564 va_list v;
4565 va_start (v,p);
4566 s = g (p, va_arg (v,int));
4567 va_end (v);
4568 return s;
4569 }
4570
4571 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4572 function prototypes and stuff, but not '\xHH' hex character constants.
4573 These don't provoke an error unfortunately, instead are silently treated
4574 as 'x'. The following induces an error, until -std is added to get
4575 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4576 array size at least. It's necessary to write '\x00'==0 to get something
4577 that's true only with -std. */
4578 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4579
4580 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4581 inside strings and character constants. */
4582 #define FOO(x) 'x'
4583 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4584
4585 int test (int i, double x);
4586 struct s1 {int (*f) (int a);};
4587 struct s2 {int (*f) (double a);};
4588 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4589 int argc;
4590 char **argv;
4591 int
4592 main ()
4593 {
4594 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4595 ;
4596 return 0;
4597 }
4598 _ACEOF
4599 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4600 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4601 do
4602 CC="$ac_save_CC $ac_arg"
4603 if ac_fn_c_try_compile "$LINENO"; then :
4604 ac_cv_prog_cc_c89=$ac_arg
4605 fi
4606 rm -f core conftest.err conftest.$ac_objext
4607 test "x$ac_cv_prog_cc_c89" != "xno" && break
4608 done
4609 rm -f conftest.$ac_ext
4610 CC=$ac_save_CC
4611
4612 fi
4613 # AC_CACHE_VAL
4614 case "x$ac_cv_prog_cc_c89" in
4615 x)
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4617 $as_echo "none needed" >&6; } ;;
4618 xno)
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4620 $as_echo "unsupported" >&6; } ;;
4621 *)
4622 CC="$CC $ac_cv_prog_cc_c89"
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4624 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4625 esac
4626 if test "x$ac_cv_prog_cc_c89" != xno; then :
4627
4628 fi
4629
4630 ac_ext=c
4631 ac_cpp='$CPP $CPPFLAGS'
4632 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4633 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4634 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4635
4636 ac_ext=cpp
4637 ac_cpp='$CXXCPP $CPPFLAGS'
4638 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4639 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4640 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4641 if test -z "$CXX"; then
4642 if test -n "$CCC"; then
4643 CXX=$CCC
4644 else
4645 if test -n "$ac_tool_prefix"; then
4646 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4647 do
4648 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4649 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4651 $as_echo_n "checking for $ac_word... " >&6; }
4652 if test "${ac_cv_prog_CXX+set}" = set; then :
4653 $as_echo_n "(cached) " >&6
4654 else
4655 if test -n "$CXX"; then
4656 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4657 else
4658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4659 for as_dir in $PATH
4660 do
4661 IFS=$as_save_IFS
4662 test -z "$as_dir" && as_dir=.
4663 for ac_exec_ext in '' $ac_executable_extensions; do
4664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4665 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4667 break 2
4668 fi
4669 done
4670 done
4671 IFS=$as_save_IFS
4672
4673 fi
4674 fi
4675 CXX=$ac_cv_prog_CXX
4676 if test -n "$CXX"; then
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4678 $as_echo "$CXX" >&6; }
4679 else
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4681 $as_echo "no" >&6; }
4682 fi
4683
4684
4685 test -n "$CXX" && break
4686 done
4687 fi
4688 if test -z "$CXX"; then
4689 ac_ct_CXX=$CXX
4690 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4691 do
4692 # Extract the first word of "$ac_prog", so it can be a program name with args.
4693 set dummy $ac_prog; ac_word=$2
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4695 $as_echo_n "checking for $ac_word... " >&6; }
4696 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4697 $as_echo_n "(cached) " >&6
4698 else
4699 if test -n "$ac_ct_CXX"; then
4700 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4701 else
4702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4703 for as_dir in $PATH
4704 do
4705 IFS=$as_save_IFS
4706 test -z "$as_dir" && as_dir=.
4707 for ac_exec_ext in '' $ac_executable_extensions; do
4708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4709 ac_cv_prog_ac_ct_CXX="$ac_prog"
4710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4711 break 2
4712 fi
4713 done
4714 done
4715 IFS=$as_save_IFS
4716
4717 fi
4718 fi
4719 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4720 if test -n "$ac_ct_CXX"; then
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4722 $as_echo "$ac_ct_CXX" >&6; }
4723 else
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4725 $as_echo "no" >&6; }
4726 fi
4727
4728
4729 test -n "$ac_ct_CXX" && break
4730 done
4731
4732 if test "x$ac_ct_CXX" = x; then
4733 CXX="g++"
4734 else
4735 case $cross_compiling:$ac_tool_warned in
4736 yes:)
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4739 ac_tool_warned=yes ;;
4740 esac
4741 CXX=$ac_ct_CXX
4742 fi
4743 fi
4744
4745 fi
4746 fi
4747 # Provide some information about the compiler.
4748 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4749 set X $ac_compile
4750 ac_compiler=$2
4751 for ac_option in --version -v -V -qversion; do
4752 { { ac_try="$ac_compiler $ac_option >&5"
4753 case "(($ac_try" in
4754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4755 *) ac_try_echo=$ac_try;;
4756 esac
4757 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4758 $as_echo "$ac_try_echo"; } >&5
4759 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4760 ac_status=$?
4761 if test -s conftest.err; then
4762 sed '10a\
4763 ... rest of stderr output deleted ...
4764 10q' conftest.err >conftest.er1
4765 cat conftest.er1 >&5
4766 rm -f conftest.er1 conftest.err
4767 fi
4768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4769 test $ac_status = 0; }
4770 done
4771
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4773 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4774 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4775 $as_echo_n "(cached) " >&6
4776 else
4777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4778 /* end confdefs.h. */
4779
4780 int
4781 main ()
4782 {
4783 #ifndef __GNUC__
4784 choke me
4785 #endif
4786
4787 ;
4788 return 0;
4789 }
4790 _ACEOF
4791 if ac_fn_cxx_try_compile "$LINENO"; then :
4792 ac_compiler_gnu=yes
4793 else
4794 ac_compiler_gnu=no
4795 fi
4796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4797 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4798
4799 fi
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4801 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4802 if test $ac_compiler_gnu = yes; then
4803 GXX=yes
4804 else
4805 GXX=
4806 fi
4807 ac_test_CXXFLAGS=${CXXFLAGS+set}
4808 ac_save_CXXFLAGS=$CXXFLAGS
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4810 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4811 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4812 $as_echo_n "(cached) " >&6
4813 else
4814 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4815 ac_cxx_werror_flag=yes
4816 ac_cv_prog_cxx_g=no
4817 CXXFLAGS="-g"
4818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4819 /* end confdefs.h. */
4820
4821 int
4822 main ()
4823 {
4824
4825 ;
4826 return 0;
4827 }
4828 _ACEOF
4829 if ac_fn_cxx_try_compile "$LINENO"; then :
4830 ac_cv_prog_cxx_g=yes
4831 else
4832 CXXFLAGS=""
4833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4834 /* end confdefs.h. */
4835
4836 int
4837 main ()
4838 {
4839
4840 ;
4841 return 0;
4842 }
4843 _ACEOF
4844 if ac_fn_cxx_try_compile "$LINENO"; then :
4845
4846 else
4847 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4848 CXXFLAGS="-g"
4849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4850 /* end confdefs.h. */
4851
4852 int
4853 main ()
4854 {
4855
4856 ;
4857 return 0;
4858 }
4859 _ACEOF
4860 if ac_fn_cxx_try_compile "$LINENO"; then :
4861 ac_cv_prog_cxx_g=yes
4862 fi
4863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4864 fi
4865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4866 fi
4867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4868 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4869 fi
4870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4871 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4872 if test "$ac_test_CXXFLAGS" = set; then
4873 CXXFLAGS=$ac_save_CXXFLAGS
4874 elif test $ac_cv_prog_cxx_g = yes; then
4875 if test "$GXX" = yes; then
4876 CXXFLAGS="-g -O2"
4877 else
4878 CXXFLAGS="-g"
4879 fi
4880 else
4881 if test "$GXX" = yes; then
4882 CXXFLAGS="-O2"
4883 else
4884 CXXFLAGS=
4885 fi
4886 fi
4887 ac_ext=c
4888 ac_cpp='$CPP $CPPFLAGS'
4889 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4890 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4891 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4892
4893
4894 # We must set the default linker to the linker used by gcc for the correct
4895 # operation of libtool. If LD is not defined and we are using gcc, try to
4896 # set the LD default to the ld used by gcc.
4897 if test -z "$LD"; then
4898 if test "$GCC" = yes; then
4899 case $build in
4900 *-*-mingw*)
4901 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4902 *)
4903 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4904 esac
4905 case $gcc_prog_ld in
4906 # Accept absolute paths.
4907 [\\/]* | [A-Za-z]:[\\/]*)
4908 LD="$gcc_prog_ld" ;;
4909 esac
4910 fi
4911 fi
4912
4913
4914
4915
4916 if test -n "$ac_tool_prefix"; then
4917 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4918 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4920 $as_echo_n "checking for $ac_word... " >&6; }
4921 if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4922 $as_echo_n "(cached) " >&6
4923 else
4924 if test -n "$GNATBIND"; then
4925 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4926 else
4927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4928 for as_dir in $PATH
4929 do
4930 IFS=$as_save_IFS
4931 test -z "$as_dir" && as_dir=.
4932 for ac_exec_ext in '' $ac_executable_extensions; do
4933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4934 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4936 break 2
4937 fi
4938 done
4939 done
4940 IFS=$as_save_IFS
4941
4942 fi
4943 fi
4944 GNATBIND=$ac_cv_prog_GNATBIND
4945 if test -n "$GNATBIND"; then
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4947 $as_echo "$GNATBIND" >&6; }
4948 else
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4950 $as_echo "no" >&6; }
4951 fi
4952
4953
4954 fi
4955 if test -z "$ac_cv_prog_GNATBIND"; then
4956 ac_ct_GNATBIND=$GNATBIND
4957 # Extract the first word of "gnatbind", so it can be a program name with args.
4958 set dummy gnatbind; ac_word=$2
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4960 $as_echo_n "checking for $ac_word... " >&6; }
4961 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4962 $as_echo_n "(cached) " >&6
4963 else
4964 if test -n "$ac_ct_GNATBIND"; then
4965 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4966 else
4967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4968 for as_dir in $PATH
4969 do
4970 IFS=$as_save_IFS
4971 test -z "$as_dir" && as_dir=.
4972 for ac_exec_ext in '' $ac_executable_extensions; do
4973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4974 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4976 break 2
4977 fi
4978 done
4979 done
4980 IFS=$as_save_IFS
4981
4982 fi
4983 fi
4984 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4985 if test -n "$ac_ct_GNATBIND"; then
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4987 $as_echo "$ac_ct_GNATBIND" >&6; }
4988 else
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4990 $as_echo "no" >&6; }
4991 fi
4992
4993 if test "x$ac_ct_GNATBIND" = x; then
4994 GNATBIND="no"
4995 else
4996 case $cross_compiling:$ac_tool_warned in
4997 yes:)
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5000 ac_tool_warned=yes ;;
5001 esac
5002 GNATBIND=$ac_ct_GNATBIND
5003 fi
5004 else
5005 GNATBIND="$ac_cv_prog_GNATBIND"
5006 fi
5007
5008 if test -n "$ac_tool_prefix"; then
5009 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5010 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5012 $as_echo_n "checking for $ac_word... " >&6; }
5013 if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5014 $as_echo_n "(cached) " >&6
5015 else
5016 if test -n "$GNATMAKE"; then
5017 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5018 else
5019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5020 for as_dir in $PATH
5021 do
5022 IFS=$as_save_IFS
5023 test -z "$as_dir" && as_dir=.
5024 for ac_exec_ext in '' $ac_executable_extensions; do
5025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5026 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5028 break 2
5029 fi
5030 done
5031 done
5032 IFS=$as_save_IFS
5033
5034 fi
5035 fi
5036 GNATMAKE=$ac_cv_prog_GNATMAKE
5037 if test -n "$GNATMAKE"; then
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5039 $as_echo "$GNATMAKE" >&6; }
5040 else
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042 $as_echo "no" >&6; }
5043 fi
5044
5045
5046 fi
5047 if test -z "$ac_cv_prog_GNATMAKE"; then
5048 ac_ct_GNATMAKE=$GNATMAKE
5049 # Extract the first word of "gnatmake", so it can be a program name with args.
5050 set dummy gnatmake; ac_word=$2
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5052 $as_echo_n "checking for $ac_word... " >&6; }
5053 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5054 $as_echo_n "(cached) " >&6
5055 else
5056 if test -n "$ac_ct_GNATMAKE"; then
5057 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5058 else
5059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5060 for as_dir in $PATH
5061 do
5062 IFS=$as_save_IFS
5063 test -z "$as_dir" && as_dir=.
5064 for ac_exec_ext in '' $ac_executable_extensions; do
5065 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5066 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5068 break 2
5069 fi
5070 done
5071 done
5072 IFS=$as_save_IFS
5073
5074 fi
5075 fi
5076 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5077 if test -n "$ac_ct_GNATMAKE"; then
5078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5079 $as_echo "$ac_ct_GNATMAKE" >&6; }
5080 else
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5082 $as_echo "no" >&6; }
5083 fi
5084
5085 if test "x$ac_ct_GNATMAKE" = x; then
5086 GNATMAKE="no"
5087 else
5088 case $cross_compiling:$ac_tool_warned in
5089 yes:)
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5091 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5092 ac_tool_warned=yes ;;
5093 esac
5094 GNATMAKE=$ac_ct_GNATMAKE
5095 fi
5096 else
5097 GNATMAKE="$ac_cv_prog_GNATMAKE"
5098 fi
5099
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5101 $as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5102 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5103 $as_echo_n "(cached) " >&6
5104 else
5105 cat >conftest.adb <<EOF
5106 procedure conftest is begin null; end conftest;
5107 EOF
5108 acx_cv_cc_gcc_supports_ada=no
5109 # There is a bug in old released versions of GCC which causes the
5110 # driver to exit successfully when the appropriate language module
5111 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5112 # Therefore we must check for the error message as well as an
5113 # unsuccessful exit.
5114 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
5115 # given a .adb file, but produce no object file. So we must check
5116 # if an object file was really produced to guard against this.
5117 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5118 if test x"$errors" = x && test -f conftest.$ac_objext; then
5119 acx_cv_cc_gcc_supports_ada=yes
5120 fi
5121 rm -f conftest.*
5122 fi
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5124 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5125
5126 if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5127 have_gnat=yes
5128 else
5129 have_gnat=no
5130 fi
5131
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5133 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5134 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5135 $as_echo_n "(cached) " >&6
5136 else
5137 echo abfoo >t1
5138 echo cdfoo >t2
5139 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5140 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5141 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5142 :
5143 else
5144 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5145 fi
5146 fi
5147 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5148 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5149 :
5150 else
5151 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5152 fi
5153 fi
5154 rm t1 t2
5155
5156 fi
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5158 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5159 do_compare="$gcc_cv_prog_cmp_skip"
5160
5161
5162
5163 # See if we are building gcc with C++.
5164 # Check whether --enable-build-with-cxx was given.
5165 if test "${enable_build_with_cxx+set}" = set; then :
5166 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
5167 else
5168 ENABLE_BUILD_WITH_CXX=no
5169 fi
5170
5171
5172 # Used for setting $lt_cv_objdir
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5174 $as_echo_n "checking for objdir... " >&6; }
5175 if test "${lt_cv_objdir+set}" = set; then :
5176 $as_echo_n "(cached) " >&6
5177 else
5178 rm -f .libs 2>/dev/null
5179 mkdir .libs 2>/dev/null
5180 if test -d .libs; then
5181 lt_cv_objdir=.libs
5182 else
5183 # MS-DOS does not allow filenames that begin with a dot.
5184 lt_cv_objdir=_libs
5185 fi
5186 rmdir .libs 2>/dev/null
5187 fi
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5189 $as_echo "$lt_cv_objdir" >&6; }
5190 objdir=$lt_cv_objdir
5191
5192
5193
5194
5195
5196 cat >>confdefs.h <<_ACEOF
5197 #define LT_OBJDIR "$lt_cv_objdir/"
5198 _ACEOF
5199
5200
5201
5202 # Check for GMP, MPFR and MPC
5203 gmplibs="-lmpc -lmpfr -lgmp"
5204 gmpinc=
5205 have_gmp=no
5206
5207 # Specify a location for mpc
5208 # check for this first so it ends up on the link line before mpfr.
5209
5210 # Check whether --with-mpc was given.
5211 if test "${with_mpc+set}" = set; then :
5212 withval=$with_mpc;
5213 fi
5214
5215
5216 # Check whether --with-mpc-include was given.
5217 if test "${with_mpc_include+set}" = set; then :
5218 withval=$with_mpc_include;
5219 fi
5220
5221
5222 # Check whether --with-mpc-lib was given.
5223 if test "${with_mpc_lib+set}" = set; then :
5224 withval=$with_mpc_lib;
5225 fi
5226
5227
5228 if test "x$with_mpc" != x; then
5229 gmplibs="-L$with_mpc/lib $gmplibs"
5230 gmpinc="-I$with_mpc/include $gmpinc"
5231 fi
5232 if test "x$with_mpc_include" != x; then
5233 gmpinc="-I$with_mpc_include $gmpinc"
5234 fi
5235 if test "x$with_mpc_lib" != x; then
5236 gmplibs="-L$with_mpc_lib $gmplibs"
5237 fi
5238 if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5239 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5240 gmpinc='-I$$s/mpc/src '"$gmpinc"
5241 # Do not test the mpc version. Assume that it is sufficient, since
5242 # it is in the source tree, and the library has not been built yet
5243 # but it would be included on the link line in the version check below
5244 # hence making the test fail.
5245 have_gmp=yes
5246 fi
5247
5248 # Specify a location for mpfr
5249 # check for this first so it ends up on the link line before gmp.
5250
5251 # Check whether --with-mpfr-dir was given.
5252 if test "${with_mpfr_dir+set}" = set; then :
5253 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5254 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5255 fi
5256
5257
5258
5259 # Check whether --with-mpfr was given.
5260 if test "${with_mpfr+set}" = set; then :
5261 withval=$with_mpfr;
5262 fi
5263
5264
5265 # Check whether --with-mpfr-include was given.
5266 if test "${with_mpfr_include+set}" = set; then :
5267 withval=$with_mpfr_include;
5268 fi
5269
5270
5271 # Check whether --with-mpfr-lib was given.
5272 if test "${with_mpfr_lib+set}" = set; then :
5273 withval=$with_mpfr_lib;
5274 fi
5275
5276
5277 if test "x$with_mpfr" != x; then
5278 gmplibs="-L$with_mpfr/lib $gmplibs"
5279 gmpinc="-I$with_mpfr/include $gmpinc"
5280 fi
5281 if test "x$with_mpfr_include" != x; then
5282 gmpinc="-I$with_mpfr_include $gmpinc"
5283 fi
5284 if test "x$with_mpfr_lib" != x; then
5285 gmplibs="-L$with_mpfr_lib $gmplibs"
5286 fi
5287 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5288 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5289 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5290 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5291 # Do not test the mpfr version. Assume that it is sufficient, since
5292 # it is in the source tree, and the library has not been built yet
5293 # but it would be included on the link line in the version check below
5294 # hence making the test fail.
5295 have_gmp=yes
5296 fi
5297
5298 # Specify a location for gmp
5299
5300 # Check whether --with-gmp-dir was given.
5301 if test "${with_gmp_dir+set}" = set; then :
5302 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5303 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5304 fi
5305
5306
5307
5308 # Check whether --with-gmp was given.
5309 if test "${with_gmp+set}" = set; then :
5310 withval=$with_gmp;
5311 fi
5312
5313
5314 # Check whether --with-gmp-include was given.
5315 if test "${with_gmp_include+set}" = set; then :
5316 withval=$with_gmp_include;
5317 fi
5318
5319
5320 # Check whether --with-gmp-lib was given.
5321 if test "${with_gmp_lib+set}" = set; then :
5322 withval=$with_gmp_lib;
5323 fi
5324
5325
5326
5327 if test "x$with_gmp" != x; then
5328 gmplibs="-L$with_gmp/lib $gmplibs"
5329 gmpinc="-I$with_gmp/include $gmpinc"
5330 fi
5331 if test "x$with_gmp_include" != x; then
5332 gmpinc="-I$with_gmp_include $gmpinc"
5333 fi
5334 if test "x$with_gmp_lib" != x; then
5335 gmplibs="-L$with_gmp_lib $gmplibs"
5336 fi
5337 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5338 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5339 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5340 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5341 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5342 # Do not test the gmp version. Assume that it is sufficient, since
5343 # it is in the source tree, and the library has not been built yet
5344 # but it would be included on the link line in the version check below
5345 # hence making the test fail.
5346 have_gmp=yes
5347 fi
5348
5349 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5350 have_gmp=yes
5351 saved_CFLAGS="$CFLAGS"
5352 CFLAGS="$CFLAGS $gmpinc"
5353 # Check for the recommended and required versions of GMP.
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5355 $as_echo_n "checking for the correct version of gmp.h... " >&6; }
5356
5357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5358 /* end confdefs.h. */
5359 #include "gmp.h"
5360 int
5361 main ()
5362 {
5363
5364 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5365 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5366 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5367 choke me
5368 #endif
5369
5370 ;
5371 return 0;
5372 }
5373 _ACEOF
5374 if ac_fn_c_try_compile "$LINENO"; then :
5375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5376 /* end confdefs.h. */
5377 #include <gmp.h>
5378 int
5379 main ()
5380 {
5381
5382 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5383 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5384 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5385 choke me
5386 #endif
5387
5388 ;
5389 return 0;
5390 }
5391 _ACEOF
5392 if ac_fn_c_try_compile "$LINENO"; then :
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5394 $as_echo "yes" >&6; }
5395 else
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5397 $as_echo "buggy but acceptable" >&6; }
5398 fi
5399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5400 else
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5402 $as_echo "no" >&6; }; have_gmp=no
5403 fi
5404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5405
5406 # If we have GMP, check the MPFR version.
5407 if test x"$have_gmp" = xyes; then
5408 # Check for the recommended and required versions of MPFR.
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5410 $as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5412 /* end confdefs.h. */
5413 #include <gmp.h>
5414 #include <mpfr.h>
5415 int
5416 main ()
5417 {
5418
5419 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5420 choke me
5421 #endif
5422
5423 ;
5424 return 0;
5425 }
5426 _ACEOF
5427 if ac_fn_c_try_compile "$LINENO"; then :
5428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5429 /* end confdefs.h. */
5430 #include <gmp.h>
5431 #include <mpfr.h>
5432 int
5433 main ()
5434 {
5435
5436 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5437 choke me
5438 #endif
5439
5440 ;
5441 return 0;
5442 }
5443 _ACEOF
5444 if ac_fn_c_try_compile "$LINENO"; then :
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5446 $as_echo "yes" >&6; }
5447 else
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5449 $as_echo "buggy but acceptable" >&6; }
5450 fi
5451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5452 else
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5454 $as_echo "no" >&6; }; have_gmp=no
5455 fi
5456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5457 fi
5458
5459 # Check for the MPC header version.
5460 if test x"$have_gmp" = xyes ; then
5461 # Check for the recommended and required versions of MPC.
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5463 $as_echo_n "checking for the correct version of mpc.h... " >&6; }
5464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5465 /* end confdefs.h. */
5466 #include <mpc.h>
5467 int
5468 main ()
5469 {
5470
5471 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5472 choke me
5473 #endif
5474
5475 ;
5476 return 0;
5477 }
5478 _ACEOF
5479 if ac_fn_c_try_compile "$LINENO"; then :
5480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5481 /* end confdefs.h. */
5482 #include <mpc.h>
5483 int
5484 main ()
5485 {
5486
5487 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5488 choke me
5489 #endif
5490
5491 ;
5492 return 0;
5493 }
5494 _ACEOF
5495 if ac_fn_c_try_compile "$LINENO"; then :
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5497 $as_echo "yes" >&6; }
5498 else
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5500 $as_echo "buggy but acceptable" >&6; }
5501 fi
5502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5503 else
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5505 $as_echo "no" >&6; }; have_gmp=no
5506 fi
5507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5508 fi
5509
5510 # Now check the MPFR library.
5511 if test x"$have_gmp" = xyes; then
5512 saved_LIBS="$LIBS"
5513 LIBS="$LIBS $gmplibs"
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5515 $as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5517 /* end confdefs.h. */
5518 #include <mpc.h>
5519 int
5520 main ()
5521 {
5522
5523 mpfr_t n;
5524 mpfr_t x;
5525 mpc_t c;
5526 int t;
5527 mpfr_init (n);
5528 mpfr_init (x);
5529 mpfr_atan2 (n, n, x, GMP_RNDN);
5530 mpfr_erfc (n, x, GMP_RNDN);
5531 mpfr_subnormalize (x, t, GMP_RNDN);
5532 mpfr_clear(n);
5533 mpfr_clear(x);
5534 mpc_init2 (c, 53);
5535 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5536 mpc_cosh (c, c, MPC_RNDNN);
5537 mpc_pow (c, c, c, MPC_RNDNN);
5538 mpc_acosh (c, c, MPC_RNDNN);
5539 mpc_clear (c);
5540
5541 ;
5542 return 0;
5543 }
5544 _ACEOF
5545 if ac_fn_c_try_link "$LINENO"; then :
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5547 $as_echo "yes" >&6; }
5548 else
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5550 $as_echo "no" >&6; }; have_gmp=no
5551 fi
5552 rm -f core conftest.err conftest.$ac_objext \
5553 conftest$ac_exeext conftest.$ac_ext
5554 LIBS="$saved_LIBS"
5555 fi
5556
5557 CFLAGS="$saved_CFLAGS"
5558
5559 # The library versions listed in the error message below should match
5560 # the HARD-minimums enforced above.
5561 if test x$have_gmp != xyes; then
5562 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5563 Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5564 their locations. Source code for these libraries can be found at
5565 their respective hosting sites as well as at
5566 ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5567 http://gcc.gnu.org/install/prerequisites.html for additional info. If
5568 you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5569 make sure that you have installed both the libraries and the header
5570 files. They may be located in separate packages." "$LINENO" 5
5571 fi
5572 fi
5573
5574 # Flags needed for both GMP, MPFR and/or MPC.
5575
5576
5577
5578
5579
5580
5581 # Allow host libstdc++ to be specified for static linking with PPL.
5582
5583 # Check whether --with-host-libstdcxx was given.
5584 if test "${with_host_libstdcxx+set}" = set; then :
5585 withval=$with_host_libstdcxx;
5586 fi
5587
5588
5589 case $with_host_libstdcxx in
5590 no|yes)
5591 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5592 ;;
5593 esac
5594
5595 # Linker flags to use for stage1 or when not boostrapping.
5596
5597 # Check whether --with-stage1-ldflags was given.
5598 if test "${with_stage1_ldflags+set}" = set; then :
5599 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5600 stage1_ldflags=
5601 else
5602 stage1_ldflags=$withval
5603 fi
5604 else
5605 stage1_ldflags=
5606 fi
5607
5608
5609
5610 # Libraries to use for stage1 or when not bootstrapping.
5611
5612 # Check whether --with-stage1-libs was given.
5613 if test "${with_stage1_libs+set}" = set; then :
5614 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5615 stage1_libs=
5616 else
5617 stage1_libs=$withval
5618 fi
5619 else
5620 stage1_libs=$with_host_libstdcxx
5621 fi
5622
5623
5624
5625 # Libraries to use for stage2 and later builds. This defaults to the
5626 # argument passed to --with-host-libstdcxx.
5627
5628 # Check whether --with-boot-libs was given.
5629 if test "${with_boot_libs+set}" = set; then :
5630 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5631 poststage1_libs=
5632 else
5633 poststage1_libs=$withval
5634 fi
5635 else
5636 poststage1_libs=$with_host_libstdcxx
5637 fi
5638
5639
5640
5641 # Linker flags to use for stage2 and later builds.
5642
5643 # Check whether --with-boot-ldflags was given.
5644 if test "${with_boot_ldflags+set}" = set; then :
5645 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5646 poststage1_ldflags=
5647 else
5648 poststage1_ldflags=$withval
5649 fi
5650 else
5651 poststage1_ldflags=
5652 # In stages 2 and 3, default to linking libstdc++ and libgcc
5653 # statically. But if the user explicitly specified the libraries to
5654 # use, trust that they are doing what they want.
5655 if test "$poststage1_libs" = ""; then
5656 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5657 fi
5658 fi
5659
5660
5661
5662 # Check for PPL
5663 ppllibs=
5664 pplinc=
5665 pwllib=
5666
5667
5668 # Check whether --with-ppl was given.
5669 if test "${with_ppl+set}" = set; then :
5670 withval=$with_ppl;
5671 fi
5672
5673
5674 # Check whether --with-ppl-include was given.
5675 if test "${with_ppl_include+set}" = set; then :
5676 withval=$with_ppl_include;
5677 fi
5678
5679
5680 # Check whether --with-ppl-lib was given.
5681 if test "${with_ppl_lib+set}" = set; then :
5682 withval=$with_ppl_lib;
5683 fi
5684
5685
5686 # Check whether --enable-ppl-version-check was given.
5687 if test "${enable_ppl_version_check+set}" = set; then :
5688 enableval=$enable_ppl_version_check;
5689 fi
5690
5691
5692 case $with_ppl in
5693 yes | no | "")
5694 ;;
5695 *)
5696 ppllibs="-L$with_ppl/lib"
5697 pplinc="-I$with_ppl/include $pplinc"
5698 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5699 with_ppl=yes
5700 else
5701 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5702 fi
5703 ;;
5704 esac
5705
5706 if test x"$with_ppl_include" != x; then
5707 pplinc="-I$with_ppl_include $pplinc"
5708 with_ppl=yes
5709 fi
5710
5711 if test "x$with_ppl_lib" != x; then
5712 ppllibs="-L$with_ppl_lib"
5713 with_ppl=yes
5714 fi
5715
5716 if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5717 if test x"$enable_watchdog" = xyes; then
5718 pwllib="-lpwl"
5719 fi
5720 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5721 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5722 enable_ppl_version_check=no
5723 with_ppl=yes
5724 fi
5725
5726 if test "x$with_ppl" != xno; then
5727 if test "x$pwllib" = x; then
5728 saved_LIBS="$LIBS"
5729 LIBS="$LIBS $ppllibs -lstdc++ -lm"
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5731 $as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5732 if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5733 $as_echo_n "(cached) " >&6
5734 else
5735 ac_check_lib_save_LIBS=$LIBS
5736 LIBS="-lpwl $LIBS"
5737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5738 /* end confdefs.h. */
5739
5740 /* Override any GCC internal prototype to avoid an error.
5741 Use char because int might match the return type of a GCC
5742 builtin and then its argument prototype would still apply. */
5743 #ifdef __cplusplus
5744 extern "C"
5745 #endif
5746 char PWL_handle_timeout ();
5747 int
5748 main ()
5749 {
5750 return PWL_handle_timeout ();
5751 ;
5752 return 0;
5753 }
5754 _ACEOF
5755 if ac_fn_c_try_link "$LINENO"; then :
5756 ac_cv_lib_pwl_PWL_handle_timeout=yes
5757 else
5758 ac_cv_lib_pwl_PWL_handle_timeout=no
5759 fi
5760 rm -f core conftest.err conftest.$ac_objext \
5761 conftest$ac_exeext conftest.$ac_ext
5762 LIBS=$ac_check_lib_save_LIBS
5763 fi
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5765 $as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5766 if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5767 pwllib="-lpwl"
5768 fi
5769
5770 LIBS="$saved_LIBS"
5771 fi
5772
5773 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5774
5775 if test "$enable_ppl_version_check" != no; then
5776 saved_CFLAGS="$CFLAGS"
5777 CFLAGS="$CFLAGS $pplinc $gmpinc"
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5779 $as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5781 /* end confdefs.h. */
5782 #include "ppl_c.h"
5783 int
5784 main ()
5785 {
5786
5787 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5788 choke me
5789 #endif
5790
5791 ;
5792 return 0;
5793 }
5794 _ACEOF
5795 if ac_fn_c_try_compile "$LINENO"; then :
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5797 $as_echo "yes" >&6; }
5798 else
5799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5800 $as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5801 fi
5802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5803 CFLAGS="$saved_CFLAGS"
5804 fi
5805 fi
5806
5807 # Flags needed for PPL
5808
5809
5810
5811
5812 # Check for CLOOG
5813
5814
5815
5816 # Check whether --with-cloog was given.
5817 if test "${with_cloog+set}" = set; then :
5818 withval=$with_cloog;
5819 fi
5820
5821
5822 # Check whether --with-cloog-include was given.
5823 if test "${with_cloog_include+set}" = set; then :
5824 withval=$with_cloog_include;
5825 fi
5826
5827
5828 # Check whether --with-cloog-lib was given.
5829 if test "${with_cloog_lib+set}" = set; then :
5830 withval=$with_cloog_lib;
5831 fi
5832
5833
5834 # Check whether --enable-cloog-backend was given.
5835 if test "${enable_cloog_backend+set}" = set; then :
5836 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5837 cloog_backend=isl
5838 elif test "x${enableval}" = "xppl"; then
5839 cloog_backend=ppl
5840 else
5841 cloog_backend=ppl-legacy
5842 fi
5843 else
5844 cloog_backend=ppl-legacy
5845 fi
5846
5847 # Check whether --enable-cloog-version-check was given.
5848 if test "${enable_cloog_version_check+set}" = set; then :
5849 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5850 else
5851 ENABLE_CLOOG_CHECK=yes
5852 fi
5853
5854
5855 # Initialize clooglibs and clooginc.
5856 case $with_cloog in
5857 no)
5858 clooglibs=
5859 clooginc=
5860 ;;
5861 "" | yes)
5862 ;;
5863 *)
5864 clooglibs="-L$with_cloog/lib"
5865 clooginc="-I$with_cloog/include"
5866 ;;
5867 esac
5868 if test "x${with_cloog_include}" != x ; then
5869 clooginc="-I$with_cloog_include"
5870 fi
5871 if test "x${with_cloog_lib}" != x; then
5872 clooglibs="-L$with_cloog_lib"
5873 fi
5874
5875
5876
5877
5878
5879 if test "x$with_ppl" = "xno"; then
5880
5881
5882
5883 if test "x${with_cloog}" = xno; then
5884 graphite_requested=no
5885 elif test "x${with_cloog}" != x \
5886 || test "x${with_cloog_include}" != x \
5887 || test "x${with_cloog_lib}" != x ; then
5888 graphite_requested=yes
5889 else
5890 graphite_requested=no
5891 fi
5892
5893
5894 if test "${graphite_requested}" = yes; then
5895 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5896 fi
5897 with_cloog=no
5898 fi
5899 if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5900 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5901 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5902 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5903 fi
5904 if test "x$with_cloog" != "xno"; then
5905
5906
5907
5908 _cloog_saved_CFLAGS=$CFLAGS
5909 _cloog_saved_CPPFLAGS=$CPPFLAGS
5910 _cloog_saved_LDFLAGS=$LDFLAGS
5911 _cloog_saved_LIBS=$LIBS
5912
5913 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5914
5915 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5916 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5917 LDFLAGS="${LDFLAGS} ${clooglibs}"
5918
5919 case $cloog_backend in
5920 "ppl-legacy")
5921 CFLAGS="${CFLAGS} ${pplinc}"
5922 LDFLAGS="${LDFLAGS} ${ppllibs}"
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5924 $as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5925 if test "${gcc_cv_cloog_type+set}" = set; then :
5926 $as_echo_n "(cached) " >&6
5927 else
5928 LIBS="-lcloog ${_cloog_saved_LIBS}"
5929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5930 /* end confdefs.h. */
5931 #include "cloog/cloog.h"
5932 int
5933 main ()
5934 {
5935 #ifndef CLOOG_PPL_BACKEND
5936 choke me
5937 #endif
5938 ;
5939 return 0;
5940 }
5941 _ACEOF
5942 if ac_fn_c_try_link "$LINENO"; then :
5943 gcc_cv_cloog_type="PPL Legacy"
5944 else
5945 gcc_cv_cloog_type=no
5946 fi
5947 rm -f core conftest.err conftest.$ac_objext \
5948 conftest$ac_exeext conftest.$ac_ext
5949 fi
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5951 $as_echo "$gcc_cv_cloog_type" >&6; }
5952 ;;
5953 "isl")
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5955 $as_echo_n "checking for installed CLooG ISL... " >&6; }
5956 if test "${gcc_cv_cloog_type+set}" = set; then :
5957 $as_echo_n "(cached) " >&6
5958 else
5959 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5961 /* end confdefs.h. */
5962 #include "cloog/cloog.h"
5963 int
5964 main ()
5965 {
5966 cloog_version ()
5967 ;
5968 return 0;
5969 }
5970 _ACEOF
5971 if ac_fn_c_try_link "$LINENO"; then :
5972 gcc_cv_cloog_type="ISL"
5973 else
5974 gcc_cv_cloog_type=no
5975 fi
5976 rm -f core conftest.err conftest.$ac_objext \
5977 conftest$ac_exeext conftest.$ac_ext
5978 fi
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5980 $as_echo "$gcc_cv_cloog_type" >&6; }
5981 ;;
5982 "ppl")
5983 CFLAGS="${CFLAGS} ${pplinc}"
5984 LDFLAGS="${LDFLAGS} ${ppllibs}"
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5986 $as_echo_n "checking for installed CLooG PPL... " >&6; }
5987 if test "${gcc_cv_cloog_type+set}" = set; then :
5988 $as_echo_n "(cached) " >&6
5989 else
5990 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5992 /* end confdefs.h. */
5993 #include "cloog/cloog.h"
5994 #include "cloog/ppl/cloog.h"
5995 int
5996 main ()
5997 {
5998 cloog_version ()
5999 ;
6000 return 0;
6001 }
6002 _ACEOF
6003 if ac_fn_c_try_link "$LINENO"; then :
6004 gcc_cv_cloog_type="PPL"
6005 else
6006 gcc_cv_cloog_type=no
6007 fi
6008 rm -f core conftest.err conftest.$ac_objext \
6009 conftest$ac_exeext conftest.$ac_ext
6010 fi
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
6012 $as_echo "$gcc_cv_cloog_type" >&6; }
6013 ;;
6014 *)
6015 gcc_cv_cloog_type=""
6016 esac
6017
6018 case $gcc_cv_cloog_type in
6019 "PPL Legacy")
6020 clooginc="${clooginc}"
6021 clooglibs="${clooglibs} -lcloog"
6022 cloog_org=no
6023 ;;
6024 "ISL")
6025 clooginc="${clooginc} ${_cloogorginc}"
6026 clooglibs="${clooglibs} -lcloog-isl -lisl"
6027 cloog_org=yes
6028 ;;
6029 "PPL")
6030 clooginc="${clooginc} ${_cloogorginc}"
6031 clooglibs="${clooglibs} -lcloog-ppl"
6032 cloog_org=yes
6033 ;;
6034 *)
6035 clooglibs=
6036 clooginc=
6037 cloog_org=
6038 ;;
6039 esac
6040
6041 LIBS=$_cloog_saved_LIBS
6042 CFLAGS=$_cloog_saved_CFLAGS
6043 CPPFLAGS=$_cloog_saved_CPPFLAGS
6044 LDFLAGS=$_cloog_saved_LDFLAGS
6045
6046
6047
6048
6049
6050 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6051 _cloog_saved_CFLAGS=$CFLAGS
6052 _cloog_saved_LDFLAGS=$LDFLAGS
6053
6054 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
6055 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
6056
6057 if test "${cloog_org}" = yes ; then
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
6059 $as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
6060 if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
6061 $as_echo_n "(cached) " >&6
6062 else
6063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6064 /* end confdefs.h. */
6065 #include "cloog/cloog.h"
6066 int
6067 main ()
6068 {
6069 #if CLOOG_VERSION_MAJOR != 0 \
6070 || CLOOG_VERSION_MINOR != 16 \
6071 || CLOOG_VERSION_REVISION < 1
6072 choke me
6073 #endif
6074 ;
6075 return 0;
6076 }
6077 _ACEOF
6078 if ac_fn_c_try_compile "$LINENO"; then :
6079 gcc_cv_cloog_ct_0_14_0=yes
6080 else
6081 gcc_cv_cloog_ct_0_14_0=no
6082 fi
6083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6084 fi
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
6086 $as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
6087 elif test "${cloog_org}" = no ; then
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
6089 $as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
6090 if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
6091 $as_echo_n "(cached) " >&6
6092 else
6093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6094 /* end confdefs.h. */
6095 #include "cloog/cloog.h"
6096 int
6097 main ()
6098 {
6099 #if CLOOG_VERSION_MAJOR != 0 \
6100 || CLOOG_VERSION_MINOR != 15 \
6101 || CLOOG_VERSION_REVISION < 5
6102 choke me
6103 #endif
6104 ;
6105 return 0;
6106 }
6107 _ACEOF
6108 if ac_fn_c_try_compile "$LINENO"; then :
6109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6110 /* end confdefs.h. */
6111 #include "cloog/cloog.h"
6112 int
6113 main ()
6114 {
6115 #if CLOOG_VERSION_MAJOR != 0 \
6116 || CLOOG_VERSION_MINOR != 15 \
6117 || CLOOG_VERSION_REVISION < 9
6118 choke me
6119 #endif
6120 ;
6121 return 0;
6122 }
6123 _ACEOF
6124 if ac_fn_c_try_compile "$LINENO"; then :
6125 gcc_cv_cloog_ct_0_15_5=yes
6126 else
6127 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
6128 fi
6129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6130 else
6131 gcc_cv_cloog_ct_0_15_5=no
6132 fi
6133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6134 fi
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
6136 $as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
6137 fi
6138
6139 CFLAGS=$_cloog_saved_CFLAGS
6140 LDFLAGS=$_cloog_saved_LDFLAGS
6141 fi
6142
6143
6144
6145
6146
6147
6148
6149 if test "x${with_cloog}" = xno; then
6150 graphite_requested=no
6151 elif test "x${with_cloog}" != x \
6152 || test "x${with_cloog_include}" != x \
6153 || test "x${with_cloog_lib}" != x ; then
6154 graphite_requested=yes
6155 else
6156 graphite_requested=no
6157 fi
6158
6159
6160
6161 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6162 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6163 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6164 clooglibs=
6165 clooginc=
6166 fi
6167
6168 if test "${graphite_requested}" = yes \
6169 && test "x${clooglibs}" = x \
6170 && test "x${clooginc}" = x ; then
6171
6172 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6173 fi
6174
6175
6176 fi
6177
6178 # Check for LTO support.
6179 # Check whether --enable-lto was given.
6180 if test "${enable_lto+set}" = set; then :
6181 enableval=$enable_lto; enable_lto=$enableval
6182 else
6183 enable_lto=yes; default_enable_lto=yes
6184 fi
6185
6186
6187
6188
6189
6190 target_elf=no
6191 case $target in
6192 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6193 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6194 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6195 target_elf=no
6196 ;;
6197 *)
6198 target_elf=yes
6199 ;;
6200 esac
6201
6202 if test $target_elf = yes; then :
6203 # ELF platforms build the lto-plugin always.
6204 build_lto_plugin=yes
6205
6206 else
6207 if test x"$default_enable_lto" = x"yes" ; then
6208 case $target in
6209 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
6210 # On other non-ELF platforms, LTO has yet to be validated.
6211 *) enable_lto=no ;;
6212 esac
6213 else
6214 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6215 # It would also be nice to check the binutils support, but we don't
6216 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6217 # warn during gcc/ subconfigure; unless you're bootstrapping with
6218 # -flto it won't be needed until after installation anyway.
6219 case $target in
6220 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6221 *) if test x"$enable_lto" = x"yes"; then
6222 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6223 fi
6224 ;;
6225 esac
6226 fi
6227 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6228 # Build it unless LTO was explicitly disabled.
6229 case $target in
6230 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6231 *) ;;
6232 esac
6233
6234 fi
6235
6236
6237
6238 # By default, C is the only stage 1 language.
6239 stage1_languages=,c,
6240
6241 # Target libraries that we bootstrap.
6242 bootstrap_target_libs=,target-libgcc,
6243
6244 # Figure out what language subdirectories are present.
6245 # Look if the user specified --enable-languages="..."; if not, use
6246 # the environment variable $LANGUAGES if defined. $LANGUAGES might
6247 # go away some day.
6248 # NB: embedded tabs in this IF block -- do not untabify
6249 if test -d ${srcdir}/gcc; then
6250 if test x"${enable_languages+set}" != xset; then
6251 if test x"${LANGUAGES+set}" = xset; then
6252 enable_languages="${LANGUAGES}"
6253 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6254 else
6255 enable_languages=all
6256 fi
6257 else
6258 if test x"${enable_languages}" = x ||
6259 test x"${enable_languages}" = xyes;
6260 then
6261 echo configure.in: --enable-languages needs at least one language argument 1>&2
6262 exit 1
6263 fi
6264 fi
6265 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6266
6267 # 'f95' is the old name for the 'fortran' language. We issue a warning
6268 # and make the substitution.
6269 case ,${enable_languages}, in
6270 *,f95,*)
6271 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6272 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6273 ;;
6274 esac
6275
6276 # First scan to see if an enabled language requires some other language.
6277 # We assume that a given config-lang.in will list all the language
6278 # front ends it requires, even if some are required indirectly.
6279 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6280 case ${lang_frag} in
6281 ..) ;;
6282 # The odd quoting in the next line works around
6283 # an apparent bug in bash 1.12 on linux.
6284 ${srcdir}/gcc/[*]/config-lang.in) ;;
6285 *)
6286 # From the config-lang.in, get $language, $lang_requires, and
6287 # $lang_requires_boot_languages.
6288 language=
6289 lang_requires=
6290 lang_requires_boot_languages=
6291 . ${lang_frag}
6292 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6293 case ,${enable_languages}, in
6294 *,$other,*) ;;
6295 *,all,*) ;;
6296 *,$language,*)
6297 echo " \`$other' language required by \`$language'; enabling" 1>&2
6298 enable_languages="${enable_languages},${other}"
6299 ;;
6300 esac
6301 done
6302 for other in ${lang_requires_boot_languages} ; do
6303 if test "$other" != "c"; then
6304 case ,${enable_stage1_languages}, in
6305 *,$other,*) ;;
6306 *,all,*) ;;
6307 *)
6308 case ,${enable_languages}, in
6309 *,$language,*)
6310 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6311 enable_stage1_languages="$enable_stage1_languages,${other}"
6312 ;;
6313 esac
6314 ;;
6315 esac
6316 fi
6317 done
6318 ;;
6319 esac
6320 done
6321
6322 new_enable_languages=,c,
6323
6324 # If LTO is enabled, add the LTO front end.
6325 extra_host_libiberty_configure_flags=
6326 if test "$enable_lto" = "yes" ; then
6327 case ,${enable_languages}, in
6328 *,lto,*) ;;
6329 *) enable_languages="${enable_languages},lto" ;;
6330 esac
6331 if test "${build_lto_plugin}" = "yes" ; then
6332 configdirs="$configdirs lto-plugin"
6333 extra_host_libiberty_configure_flags=--enable-shared
6334 fi
6335 fi
6336
6337
6338 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6339 potential_languages=,c,
6340
6341 enabled_target_libs=
6342 disabled_target_libs=
6343
6344 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6345 case ${lang_frag} in
6346 ..) ;;
6347 # The odd quoting in the next line works around
6348 # an apparent bug in bash 1.12 on linux.
6349 ${srcdir}/gcc/[*]/config-lang.in) ;;
6350 *)
6351 # From the config-lang.in, get $language, $target_libs,
6352 # $lang_dirs, $boot_language, and $build_by_default
6353 language=
6354 target_libs=
6355 lang_dirs=
6356 subdir_requires=
6357 boot_language=no
6358 build_by_default=yes
6359 . ${lang_frag}
6360 if test x${language} = x; then
6361 echo "${lang_frag} doesn't set \$language." 1>&2
6362 exit 1
6363 fi
6364
6365 if test "$language" = "c++" \
6366 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6367 boot_language=yes
6368 fi
6369
6370 case ,${enable_languages}, in
6371 *,${language},*)
6372 # Language was explicitly selected; include it.
6373 add_this_lang=yes
6374 ;;
6375 *,all,*)
6376 # 'all' was selected, select it if it is a default language
6377 add_this_lang=${build_by_default}
6378 ;;
6379 *)
6380 add_this_lang=no
6381 ;;
6382 esac
6383
6384 # Disable languages that need other directories if these aren't available.
6385 for i in $subdir_requires; do
6386 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6387 case ,${enable_languages}, in
6388 *,${language},*)
6389 # Specifically requested language; tell them.
6390 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6391 ;;
6392 *)
6393 # Silently disable.
6394 add_this_lang=unsupported
6395 ;;
6396 esac
6397 done
6398
6399 # Disable Ada if no preexisting GNAT is available.
6400 case ,${enable_languages},:${language}:${have_gnat} in
6401 *,${language},*:ada:no)
6402 # Specifically requested language; tell them.
6403 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6404 ;;
6405 *:ada:no)
6406 # Silently disable.
6407 add_this_lang=unsupported
6408 ;;
6409 esac
6410
6411 # Disable a language that is unsupported by the target.
6412 case " $unsupported_languages " in
6413 *" $language "*)
6414 add_this_lang=unsupported
6415 ;;
6416 esac
6417
6418 case $add_this_lang in
6419 unsupported)
6420 # Remove language-dependent dirs.
6421 disabled_target_libs="$disabled_target_libs $target_libs"
6422 noconfigdirs="$noconfigdirs $lang_dirs"
6423 ;;
6424 no)
6425 # Remove language-dependent dirs; still show language as supported.
6426 disabled_target_libs="$disabled_target_libs $target_libs"
6427 noconfigdirs="$noconfigdirs $lang_dirs"
6428 potential_languages="${potential_languages}${language},"
6429 ;;
6430 yes)
6431 new_enable_languages="${new_enable_languages}${language},"
6432 potential_languages="${potential_languages}${language},"
6433 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6434 enabled_target_libs="$enabled_target_libs $target_libs"
6435 case "${boot_language}:,$enable_stage1_languages," in
6436 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6437 # Add to (comma-separated) list of stage 1 languages.
6438 case ",$stage1_languages," in
6439 *,$language,* | ,yes, | ,all,) ;;
6440 *) stage1_languages="${stage1_languages}${language}," ;;
6441 esac
6442 # We need to bootstrap any supporting libraries.
6443 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6444 ;;
6445 esac
6446 ;;
6447 esac
6448 ;;
6449 esac
6450 done
6451
6452 # Add target libraries which are only needed for disabled languages
6453 # to noconfigdirs.
6454 if test -n "$disabled_target_libs"; then
6455 for dir in $disabled_target_libs; do
6456 case " $enabled_target_libs " in
6457 *" ${dir} "*) ;;
6458 *) noconfigdirs="$noconfigdirs $dir" ;;
6459 esac
6460 done
6461 fi
6462
6463 # Check whether --enable-stage1-languages was given.
6464 if test "${enable_stage1_languages+set}" = set; then :
6465 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6466 ,no,|,,)
6467 # Set it to something that will have no effect in the loop below
6468 enable_stage1_languages=c ;;
6469 ,yes,)
6470 enable_stage1_languages=`echo $new_enable_languages | \
6471 sed -e "s/^,//" -e "s/,$//" ` ;;
6472 *,all,*)
6473 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6474 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6475 esac
6476
6477 # Add "good" languages from enable_stage1_languages to stage1_languages,
6478 # while "bad" languages go in missing_languages. Leave no duplicates.
6479 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6480 case $potential_languages in
6481 *,$i,*)
6482 case $stage1_languages in
6483 *,$i,*) ;;
6484 *) stage1_languages="$stage1_languages$i," ;;
6485 esac ;;
6486 *)
6487 case $missing_languages in
6488 *,$i,*) ;;
6489 *) missing_languages="$missing_languages$i," ;;
6490 esac ;;
6491 esac
6492 done
6493 fi
6494
6495
6496 # Remove leading/trailing commas that were added for simplicity
6497 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6498 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6499 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6500 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6501
6502 if test "x$missing_languages" != x; then
6503 as_fn_error "
6504 The following requested languages could not be built: ${missing_languages}
6505 Supported languages are: ${potential_languages}" "$LINENO" 5
6506 fi
6507 if test "x$new_enable_languages" != "x$enable_languages"; then
6508 echo The following languages will be built: ${new_enable_languages}
6509 enable_languages="$new_enable_languages"
6510 fi
6511
6512
6513 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6514 fi
6515
6516 # Handle --disable-<component> generically.
6517 for dir in $configdirs $build_configdirs $target_configdirs ; do
6518 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6519 varname=`echo $dirname | sed -e s/+/_/g`
6520 if eval test x\${enable_${varname}} "=" xno ; then
6521 noconfigdirs="$noconfigdirs $dir"
6522 fi
6523 done
6524
6525 # Check for Boehm's garbage collector
6526 # Check whether --enable-objc-gc was given.
6527 if test "${enable_objc_gc+set}" = set; then :
6528 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6529 *,objc,*:*:yes:*target-boehm-gc*)
6530 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6531 ;;
6532 esac
6533 fi
6534
6535
6536 # Make sure we only build Boehm's garbage collector if required.
6537 case ,${enable_languages},:${enable_objc_gc} in
6538 *,objc,*:yes)
6539 # Keep target-boehm-gc if requested for Objective-C.
6540 ;;
6541 *)
6542 # Otherwise remove target-boehm-gc depending on target-libjava.
6543 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6544 noconfigdirs="$noconfigdirs target-boehm-gc"
6545 fi
6546 ;;
6547 esac
6548
6549 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6550 # $build_configdirs and $target_configdirs.
6551 # If we have the source for $noconfigdirs entries, add them to $notsupp.
6552
6553 notsupp=""
6554 for dir in . $skipdirs $noconfigdirs ; do
6555 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6556 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6557 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6558 if test -r $srcdir/$dirname/configure ; then
6559 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6560 true
6561 else
6562 notsupp="$notsupp $dir"
6563 fi
6564 fi
6565 fi
6566 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6567 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6568 if test -r $srcdir/$dirname/configure ; then
6569 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6570 true
6571 else
6572 notsupp="$notsupp $dir"
6573 fi
6574 fi
6575 fi
6576 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6577 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6578 if test -r $srcdir/$dirname/configure ; then
6579 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6580 true
6581 else
6582 notsupp="$notsupp $dir"
6583 fi
6584 fi
6585 fi
6586 done
6587
6588 # Sometimes the tools are distributed with libiberty but with no other
6589 # libraries. In that case, we don't want to build target-libiberty.
6590 # Don't let libgcc imply libiberty either.
6591 if test -n "${target_configdirs}" ; then
6592 libgcc=
6593 others=
6594 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6595 if test "$i" = "libgcc"; then
6596 libgcc=target-libgcc
6597 elif test "$i" != "libiberty" ; then
6598 if test -r $srcdir/$i/configure ; then
6599 others=yes;
6600 break;
6601 fi
6602 fi
6603 done
6604 if test -z "${others}" ; then
6605 target_configdirs=$libgcc
6606 fi
6607 fi
6608
6609 # Quietly strip out all directories which aren't configurable in this tree.
6610 # This relies on all configurable subdirectories being autoconfiscated, which
6611 # is now the case.
6612 build_configdirs_all="$build_configdirs"
6613 build_configdirs=
6614 for i in ${build_configdirs_all} ; do
6615 j=`echo $i | sed -e s/build-//g`
6616 if test -f ${srcdir}/$j/configure ; then
6617 build_configdirs="${build_configdirs} $i"
6618 fi
6619 done
6620
6621 configdirs_all="$configdirs"
6622 configdirs=
6623 for i in ${configdirs_all} ; do
6624 if test -f ${srcdir}/$i/configure ; then
6625 configdirs="${configdirs} $i"
6626 fi
6627 done
6628
6629 target_configdirs_all="$target_configdirs"
6630 target_configdirs=
6631 for i in ${target_configdirs_all} ; do
6632 j=`echo $i | sed -e s/target-//g`
6633 if test -f ${srcdir}/$j/configure ; then
6634 target_configdirs="${target_configdirs} $i"
6635 fi
6636 done
6637
6638 # Produce a warning message for the subdirs we can't configure.
6639 # This isn't especially interesting in the Cygnus tree, but in the individual
6640 # FSF releases, it's important to let people know when their machine isn't
6641 # supported by the one or two programs in a package.
6642
6643 if test -n "${notsupp}" && test -z "${norecursion}" ; then
6644 # If $appdirs is non-empty, at least one of those directories must still
6645 # be configured, or we error out. (E.g., if the gas release supports a
6646 # specified target in some subdirs but not the gas subdir, we shouldn't
6647 # pretend that all is well.)
6648 if test -n "$appdirs" ; then
6649 for dir in $appdirs ; do
6650 if test -r $dir/Makefile.in ; then
6651 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6652 appdirs=""
6653 break
6654 fi
6655 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6656 appdirs=""
6657 break
6658 fi
6659 fi
6660 done
6661 if test -n "$appdirs" ; then
6662 echo "*** This configuration is not supported by this package." 1>&2
6663 exit 1
6664 fi
6665 fi
6666 # Okay, some application will build, or we don't care to check. Still
6667 # notify of subdirs not getting built.
6668 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6669 echo " ${notsupp}" 1>&2
6670 echo " (Any other directories should still work fine.)" 1>&2
6671 fi
6672
6673 case "$host" in
6674 *msdosdjgpp*)
6675 enable_gdbtk=no ;;
6676 esac
6677
6678 # To find our prefix, in gcc_cv_tool_prefix.
6679
6680 # The user is always right.
6681 if test "${PATH_SEPARATOR+set}" != set; then
6682 echo "#! /bin/sh" >conf$$.sh
6683 echo "exit 0" >>conf$$.sh
6684 chmod +x conf$$.sh
6685 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6686 PATH_SEPARATOR=';'
6687 else
6688 PATH_SEPARATOR=:
6689 fi
6690 rm -f conf$$.sh
6691 fi
6692
6693
6694
6695 if test "x$exec_prefix" = xNONE; then
6696 if test "x$prefix" = xNONE; then
6697 gcc_cv_tool_prefix=$ac_default_prefix
6698 else
6699 gcc_cv_tool_prefix=$prefix
6700 fi
6701 else
6702 gcc_cv_tool_prefix=$exec_prefix
6703 fi
6704
6705 # If there is no compiler in the tree, use the PATH only. In any
6706 # case, if there is no compiler in the tree nobody should use
6707 # AS_FOR_TARGET and LD_FOR_TARGET.
6708 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6709 gcc_version=`cat $srcdir/gcc/BASE-VER`
6710 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6711 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6712 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6713 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6714 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6715 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6716 else
6717 gcc_cv_tool_dirs=
6718 fi
6719
6720 if test x$build = x$target && test -n "$md_exec_prefix"; then
6721 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6722 fi
6723
6724
6725
6726 copy_dirs=
6727
6728
6729 # Check whether --with-build-sysroot was given.
6730 if test "${with_build_sysroot+set}" = set; then :
6731 withval=$with_build_sysroot; if test x"$withval" != x ; then
6732 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6733 fi
6734 else
6735 SYSROOT_CFLAGS_FOR_TARGET=
6736 fi
6737
6738
6739
6740
6741 # Check whether --with-debug-prefix-map was given.
6742 if test "${with_debug_prefix_map+set}" = set; then :
6743 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6744 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6745 for debug_map in $withval; do
6746 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6747 done
6748 fi
6749 else
6750 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6751 fi
6752
6753
6754
6755 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6756 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6757 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6758 # We want to ensure that TARGET libraries (which we know are built with
6759 # gcc) are built with "-O2 -g", so include those options when setting
6760 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6761 if test "x$CFLAGS_FOR_TARGET" = x; then
6762 CFLAGS_FOR_TARGET=$CFLAGS
6763 case " $CFLAGS " in
6764 *" -O2 "*) ;;
6765 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6766 esac
6767 case " $CFLAGS " in
6768 *" -g "* | *" -g3 "*) ;;
6769 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6770 esac
6771 fi
6772
6773
6774 if test "x$CXXFLAGS_FOR_TARGET" = x; then
6775 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6776 case " $CXXFLAGS " in
6777 *" -O2 "*) ;;
6778 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6779 esac
6780 case " $CXXFLAGS " in
6781 *" -g "* | *" -g3 "*) ;;
6782 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6783 esac
6784 fi
6785
6786
6787 # Handle --with-headers=XXX. If the value is not "yes", the contents of
6788 # the named directory are copied to $(tooldir)/sys-include.
6789 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6790 if test x${is_cross_compiler} = xno ; then
6791 echo 1>&2 '***' --with-headers is only supported when cross compiling
6792 exit 1
6793 fi
6794 if test x"${with_headers}" != xyes ; then
6795 x=${gcc_cv_tool_prefix}
6796 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6797 fi
6798 fi
6799
6800 # Handle --with-libs=XXX. If the value is not "yes", the contents of
6801 # the name directories are copied to $(tooldir)/lib. Multiple directories
6802 # are permitted.
6803 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6804 if test x${is_cross_compiler} = xno ; then
6805 echo 1>&2 '***' --with-libs is only supported when cross compiling
6806 exit 1
6807 fi
6808 if test x"${with_libs}" != xyes ; then
6809 # Copy the libraries in reverse order, so that files in the first named
6810 # library override files in subsequent libraries.
6811 x=${gcc_cv_tool_prefix}
6812 for l in ${with_libs}; do
6813 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6814 done
6815 fi
6816 fi
6817
6818 # Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6819 #
6820 # This is done by determining whether or not the appropriate directory
6821 # is available, and by checking whether or not specific configurations
6822 # have requested that this magic not happen.
6823 #
6824 # The command line options always override the explicit settings in
6825 # configure.in, and the settings in configure.in override this magic.
6826 #
6827 # If the default for a toolchain is to use GNU as and ld, and you don't
6828 # want to do that, then you should use the --without-gnu-as and
6829 # --without-gnu-ld options for the configure script. Similarly, if
6830 # the default is to use the included zlib and you don't want to do that,
6831 # you should use the --with-system-zlib option for the configure script.
6832
6833 if test x${use_gnu_as} = x &&
6834 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6835 with_gnu_as=yes
6836 extra_host_args="$extra_host_args --with-gnu-as"
6837 fi
6838
6839 if test x${use_gnu_ld} = x &&
6840 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6841 with_gnu_ld=yes
6842 extra_host_args="$extra_host_args --with-gnu-ld"
6843 fi
6844
6845 if test x${use_included_zlib} = x &&
6846 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6847 :
6848 else
6849 with_system_zlib=yes
6850 extra_host_args="$extra_host_args --with-system-zlib"
6851 fi
6852
6853 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6854 # can detect this case.
6855
6856 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6857 with_newlib=yes
6858 extra_host_args="$extra_host_args --with-newlib"
6859 fi
6860
6861 # Handle ${copy_dirs}
6862 set fnord ${copy_dirs}
6863 shift
6864 while test $# != 0 ; do
6865 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6866 :
6867 else
6868 echo Copying $1 to $2
6869
6870 # Use the install script to create the directory and all required
6871 # parent directories.
6872 if test -d $2 ; then
6873 :
6874 else
6875 echo >config.temp
6876 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6877 fi
6878
6879 # Copy the directory, assuming we have tar.
6880 # FIXME: Should we use B in the second tar? Not all systems support it.
6881 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6882
6883 # It is the responsibility of the user to correctly adjust all
6884 # symlinks. If somebody can figure out how to handle them correctly
6885 # here, feel free to add the code.
6886
6887 echo $1 > $2/COPIED
6888 fi
6889 shift; shift
6890 done
6891
6892 # Determine a target-dependent exec_prefix that the installed
6893 # gcc will search in. Keep this list sorted by triplet, with
6894 # the *-*-osname triplets last.
6895 md_exec_prefix=
6896 case "${target}" in
6897 i[34567]86-pc-msdosdjgpp*)
6898 md_exec_prefix=/dev/env/DJDIR/bin
6899 ;;
6900 *-*-hpux* | \
6901 *-*-nto-qnx* | \
6902 *-*-solaris2*)
6903 md_exec_prefix=/usr/ccs/bin
6904 ;;
6905 esac
6906
6907 extra_arflags_for_target=
6908 extra_nmflags_for_target=
6909 extra_ranlibflags_for_target=
6910 target_makefile_frag=/dev/null
6911 case "${target}" in
6912 spu-*-*)
6913 target_makefile_frag="config/mt-spu"
6914 ;;
6915 mips*-sde-elf*)
6916 target_makefile_frag="config/mt-sde"
6917 ;;
6918 mipsisa*-*-elfoabi*)
6919 target_makefile_frag="config/mt-mips-elfoabi"
6920 ;;
6921 mips*-*-*linux* | mips*-*-gnu*)
6922 target_makefile_frag="config/mt-mips-gnu"
6923 ;;
6924 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6925 target_makefile_frag="config/mt-gnu"
6926 ;;
6927 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6928 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6929 # commands to handle both 32-bit and 64-bit objects. These flags are
6930 # harmless if we're using GNU nm or ar.
6931 extra_arflags_for_target=" -X32_64"
6932 extra_nmflags_for_target=" -B -X32_64"
6933 ;;
6934 *-*-darwin[3-9]*)
6935 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6936 extra_ranlibflags_for_target=" -c"
6937 ;;
6938 esac
6939
6940 alphaieee_frag=/dev/null
6941 case $target in
6942 alpha*-*-*)
6943 # This just makes sure to use the -mieee option to build target libs.
6944 # This should probably be set individually by each library.
6945 alphaieee_frag="config/mt-alphaieee"
6946 ;;
6947 esac
6948
6949 # If --enable-target-optspace always use -Os instead of -O2 to build
6950 # the target libraries, similarly if it is not specified, use -Os
6951 # on selected platforms.
6952 ospace_frag=/dev/null
6953 case "${enable_target_optspace}:${target}" in
6954 yes:*)
6955 ospace_frag="config/mt-ospace"
6956 ;;
6957 :d30v-*)
6958 ospace_frag="config/mt-d30v"
6959 ;;
6960 :m32r-* | :d10v-* | :fr30-*)
6961 ospace_frag="config/mt-ospace"
6962 ;;
6963 no:* | :*)
6964 ;;
6965 *)
6966 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6967 ;;
6968 esac
6969
6970 # Default to using --with-stabs for certain targets.
6971 if test x${with_stabs} = x ; then
6972 case "${target}" in
6973 mips*-*-irix[56]*)
6974 ;;
6975 mips*-*-* | alpha*-*-osf*)
6976 with_stabs=yes;
6977 extra_host_args="${extra_host_args} --with-stabs"
6978 ;;
6979 esac
6980 fi
6981
6982 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6983 # them automatically.
6984 case "${host}" in
6985 hppa*64*-*-hpux11*)
6986 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6987 ;;
6988 esac
6989
6990 # Some systems (e.g., one of the i386-aix systems the gas testers are
6991 # using) don't handle "\$" correctly, so don't use it here.
6992 tooldir='${exec_prefix}'/${target_noncanonical}
6993 build_tooldir=${tooldir}
6994
6995 # Create a .gdbinit file which runs the one in srcdir
6996 # and tells GDB to look there for source files.
6997
6998 if test -r ${srcdir}/.gdbinit ; then
6999 case ${srcdir} in
7000 .) ;;
7001 *) cat > ./.gdbinit <<EOF
7002 # ${NO_EDIT}
7003 dir ${srcdir}
7004 dir .
7005 source ${srcdir}/.gdbinit
7006 EOF
7007 ;;
7008 esac
7009 fi
7010
7011 # Make sure that the compiler is able to generate an executable. If it
7012 # can't, we are probably in trouble. We don't care whether we can run the
7013 # executable--we might be using a cross compiler--we only care whether it
7014 # can be created. At this point the main configure script has set CC.
7015 we_are_ok=no
7016 echo "int main () { return 0; }" > conftest.c
7017 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7018 if test $? = 0 ; then
7019 if test -s conftest || test -s conftest.exe ; then
7020 we_are_ok=yes
7021 fi
7022 fi
7023 case $we_are_ok in
7024 no)
7025 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7026 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7027 rm -f conftest*
7028 exit 1
7029 ;;
7030 esac
7031 rm -f conftest*
7032
7033 # The Solaris /usr/ucb/cc compiler does not appear to work.
7034 case "${host}" in
7035 sparc-sun-solaris2*)
7036 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
7037 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
7038 could_use=
7039 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
7040 if test -d /opt/cygnus/bin ; then
7041 if test "$could_use" = "" ; then
7042 could_use="/opt/cygnus/bin"
7043 else
7044 could_use="$could_use or /opt/cygnus/bin"
7045 fi
7046 fi
7047 if test "$could_use" = "" ; then
7048 echo "Warning: compilation may fail because you're using"
7049 echo "/usr/ucb/cc. You should change your PATH or CC "
7050 echo "variable and rerun configure."
7051 else
7052 echo "Warning: compilation may fail because you're using"
7053 echo "/usr/ucb/cc, when you should use the C compiler from"
7054 echo "$could_use. You should change your"
7055 echo "PATH or CC variable and rerun configure."
7056 fi
7057 fi
7058 ;;
7059 esac
7060
7061 # Decide which environment variable is used to find dynamic libraries.
7062 case "${host}" in
7063 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
7064 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7065 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
7066 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7067 esac
7068
7069 # On systems where the dynamic library environment variable is PATH,
7070 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
7071 # built executables to PATH.
7072 if test "$RPATH_ENVVAR" = PATH; then
7073 GCC_SHLIB_SUBDIR=/shlib
7074 else
7075 GCC_SHLIB_SUBDIR=
7076 fi
7077
7078 # Record target_configdirs and the configure arguments for target and
7079 # build configuration in Makefile.
7080 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7081 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7082
7083 # If we are building libgomp, bootstrap it.
7084 if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7085 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7086 fi
7087
7088 # Determine whether gdb needs tk/tcl or not.
7089 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7090 # and in that case we want gdb to be built without tk. Ugh!
7091 # In fact I believe gdb is the *only* package directly dependent on tk,
7092 # so we should be able to put the 'maybe's in unconditionally and
7093 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
7094 # 100% sure that that's safe though.
7095
7096 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7097 case "$enable_gdbtk" in
7098 no)
7099 GDB_TK="" ;;
7100 yes)
7101 GDB_TK="${gdb_tk}" ;;
7102 *)
7103 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7104 # distro. Eventually someone will fix this and move Insight, nee
7105 # gdbtk to a separate directory.
7106 if test -d ${srcdir}/gdb/gdbtk ; then
7107 GDB_TK="${gdb_tk}"
7108 else
7109 GDB_TK=""
7110 fi
7111 ;;
7112 esac
7113 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7114 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7115
7116 # Strip out unwanted targets.
7117
7118 # While at that, we remove Makefiles if we were started for recursive
7119 # configuration, so that the top-level Makefile reconfigures them,
7120 # like we used to do when configure itself was recursive.
7121
7122 # Loop over modules. We used to use the "$extrasub" feature from Autoconf
7123 # but now we're fixing up the Makefile ourselves with the additional
7124 # commands passed to AC_CONFIG_FILES. Use separate variables
7125 # extrasub-{build,host,target} not because there is any reason to split
7126 # the substitutions up that way, but only to remain below the limit of
7127 # 99 commands in a script, for HP-UX sed.
7128 # Do not nest @if/@endif pairs, because configure will not warn you at all.
7129
7130 # Check whether --enable-bootstrap was given.
7131 if test "${enable_bootstrap+set}" = set; then :
7132 enableval=$enable_bootstrap;
7133 else
7134 enable_bootstrap=default
7135 fi
7136
7137
7138 # Issue errors and warnings for invalid/strange bootstrap combinations.
7139 case "$configdirs" in
7140 *gcc*) have_compiler=yes ;;
7141 *) have_compiler=no ;;
7142 esac
7143
7144 case "$have_compiler:$host:$target:$enable_bootstrap" in
7145 *:*:*:no) ;;
7146
7147 # Default behavior. Enable bootstrap if we have a compiler
7148 # and we are in a native configuration.
7149 yes:$build:$build:default)
7150 enable_bootstrap=yes ;;
7151
7152 *:*:*:default)
7153 enable_bootstrap=no ;;
7154
7155 # We have a compiler and we are in a native configuration, bootstrap is ok
7156 yes:$build:$build:yes)
7157 ;;
7158
7159 # Other configurations, but we have a compiler. Assume the user knows
7160 # what he's doing.
7161 yes:*:*:yes)
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7163 $as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7164 ;;
7165
7166 # No compiler: if they passed --enable-bootstrap explicitly, fail
7167 no:*:*:yes)
7168 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
7169
7170 # Fail if wrong command line
7171 *)
7172 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
7173 ;;
7174 esac
7175
7176 case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7177 *,c++,*:yes:yes) ;;
7178 *:yes:yes)
7179 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7180 ;;
7181 esac
7182
7183 case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7184 yes:yes:*\ gold\ *:*,c++,*) ;;
7185 yes:yes:*\ gold\ *:*)
7186 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7187 ;;
7188 esac
7189
7190 # Adjust the toplevel makefile according to whether bootstrap was selected.
7191 case $enable_bootstrap in
7192 yes)
7193 bootstrap_suffix=bootstrap
7194 BUILD_CONFIG=bootstrap-debug
7195 ;;
7196 no)
7197 bootstrap_suffix=no-bootstrap
7198 BUILD_CONFIG=
7199 ;;
7200 esac
7201
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7203 $as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7204
7205
7206 # Check whether --with-build-config was given.
7207 if test "${with_build_config+set}" = set; then :
7208 withval=$with_build_config; case $with_build_config in
7209 yes) with_build_config= ;;
7210 no) with_build_config= BUILD_CONFIG= ;;
7211 esac
7212 fi
7213
7214
7215 if test "x${with_build_config}" != x; then
7216 BUILD_CONFIG=$with_build_config
7217 else
7218 case $BUILD_CONFIG in
7219 bootstrap-debug)
7220 if echo "int f (void) { return 0; }" > conftest.c &&
7221 ${CC} -c conftest.c &&
7222 mv conftest.o conftest.o.g0 &&
7223 ${CC} -c -g conftest.c &&
7224 mv conftest.o conftest.o.g &&
7225 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7226 :
7227 else
7228 BUILD_CONFIG=
7229 fi
7230 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7231 ;;
7232 esac
7233 fi
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7235 $as_echo "$BUILD_CONFIG" >&6; }
7236
7237
7238 extrasub_build=
7239 for module in ${build_configdirs} ; do
7240 if test -z "${no_recursion}" \
7241 && test -f ${build_subdir}/${module}/Makefile; then
7242 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7243 rm -f ${build_subdir}/${module}/Makefile
7244 fi
7245 extrasub_build="$extrasub_build
7246 /^@if build-$module\$/d
7247 /^@endif build-$module\$/d
7248 /^@if build-$module-$bootstrap_suffix\$/d
7249 /^@endif build-$module-$bootstrap_suffix\$/d"
7250 done
7251 extrasub_host=
7252 for module in ${configdirs} ; do
7253 if test -z "${no_recursion}"; then
7254 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7255 if test -f ${file}; then
7256 echo 1>&2 "*** removing ${file} to force reconfigure"
7257 rm -f ${file}
7258 fi
7259 done
7260 fi
7261 extrasub_host="$extrasub_host
7262 /^@if $module\$/d
7263 /^@endif $module\$/d
7264 /^@if $module-$bootstrap_suffix\$/d
7265 /^@endif $module-$bootstrap_suffix\$/d"
7266 done
7267 extrasub_target=
7268 for module in ${target_configdirs} ; do
7269 if test -z "${no_recursion}" \
7270 && test -f ${target_subdir}/${module}/Makefile; then
7271 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7272 rm -f ${target_subdir}/${module}/Makefile
7273 fi
7274
7275 # We only bootstrap target libraries listed in bootstrap_target_libs.
7276 case $bootstrap_target_libs in
7277 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7278 *) target_bootstrap_suffix=no-bootstrap ;;
7279 esac
7280
7281 extrasub_target="$extrasub_target
7282 /^@if target-$module\$/d
7283 /^@endif target-$module\$/d
7284 /^@if target-$module-$target_bootstrap_suffix\$/d
7285 /^@endif target-$module-$target_bootstrap_suffix\$/d"
7286 done
7287
7288 # Do the final fixup along with target modules.
7289 extrasub_target="$extrasub_target
7290 /^@if /,/^@endif /d"
7291
7292 # Create the serialization dependencies. This uses a temporary file.
7293
7294 # Check whether --enable-serial-configure was given.
7295 if test "${enable_serial_configure+set}" = set; then :
7296 enableval=$enable_serial_configure;
7297 fi
7298
7299
7300 case ${enable_serial_configure} in
7301 yes)
7302 enable_serial_build_configure=yes
7303 enable_serial_host_configure=yes
7304 enable_serial_target_configure=yes
7305 ;;
7306 esac
7307
7308 # These force 'configure's to be done one at a time, to avoid problems
7309 # with contention over a shared config.cache.
7310 rm -f serdep.tmp
7311 echo '# serdep.tmp' > serdep.tmp
7312 olditem=
7313 test "x${enable_serial_build_configure}" = xyes &&
7314 for item in ${build_configdirs} ; do
7315 case ${olditem} in
7316 "") ;;
7317 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7318 esac
7319 olditem=${item}
7320 done
7321 olditem=
7322 test "x${enable_serial_host_configure}" = xyes &&
7323 for item in ${configdirs} ; do
7324 case ${olditem} in
7325 "") ;;
7326 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7327 esac
7328 olditem=${item}
7329 done
7330 olditem=
7331 test "x${enable_serial_target_configure}" = xyes &&
7332 for item in ${target_configdirs} ; do
7333 case ${olditem} in
7334 "") ;;
7335 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7336 esac
7337 olditem=${item}
7338 done
7339 serialization_dependencies=serdep.tmp
7340
7341
7342 # Base args. Strip norecursion, cache-file, srcdir, host, build,
7343 # target, nonopt, and variable assignments. These are the ones we
7344 # might not want to pass down to subconfigures. The exception being
7345 # --cache-file=/dev/null, which is used to turn off the use of cache
7346 # files altogether, and which should be passed on to subconfigures.
7347 # Also strip program-prefix, program-suffix, and program-transform-name,
7348 # so that we can pass down a consistent program-transform-name.
7349 baseargs=
7350 tbaseargs=
7351 keep_next=no
7352 skip_next=no
7353 eval "set -- $ac_configure_args"
7354 for ac_arg
7355 do
7356 if test X"$skip_next" = X"yes"; then
7357 skip_next=no
7358 continue
7359 fi
7360 if test X"$keep_next" = X"yes"; then
7361 case $ac_arg in
7362 *\'*)
7363 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7364 esac
7365 baseargs="$baseargs '$ac_arg'"
7366 tbaseargs="$tbaseargs '$ac_arg'"
7367 keep_next=no
7368 continue
7369 fi
7370
7371 # Handle separated arguments. Based on the logic generated by
7372 # autoconf 2.59.
7373 case $ac_arg in
7374 *=* | --config-cache | -C | -disable-* | --disable-* \
7375 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7376 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7377 | -with-* | --with-* | -without-* | --without-* | --x)
7378 separate_arg=no
7379 ;;
7380 -*)
7381 separate_arg=yes
7382 ;;
7383 *)
7384 separate_arg=no
7385 ;;
7386 esac
7387
7388 skip_targ=no
7389 case $ac_arg in
7390
7391 --with-* | --without-*)
7392 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7393
7394 case $libopt in
7395 *[-_]include)
7396 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7397 ;;
7398 *[-_]lib)
7399 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7400 ;;
7401 *)
7402 lib=$libopt
7403 ;;
7404 esac
7405
7406
7407 case $lib in
7408 mpc | mpfr | gmp | ppl | cloog)
7409 # If we're processing --with-$lib, --with-$lib-include or
7410 # --with-$lib-lib, for one of the libs above, and target is
7411 # different from host, don't pass the current argument to any
7412 # target library's configure.
7413 if test x$is_cross_compiler = xyes; then
7414 skip_targ=yes
7415 fi
7416 ;;
7417 esac
7418 ;;
7419 esac
7420
7421 case "$ac_arg" in
7422 --cache-file=/dev/null | \
7423 -cache-file=/dev/null )
7424 # Handled here to avoid the test to skip args below.
7425 baseargs="$baseargs '$ac_arg'"
7426 tbaseargs="$tbaseargs '$ac_arg'"
7427 # Assert: $separate_arg should always be no.
7428 keep_next=$separate_arg
7429 ;;
7430 --no*)
7431 continue
7432 ;;
7433 --c* | \
7434 --sr* | \
7435 --ho* | \
7436 --bu* | \
7437 --t* | \
7438 --program-* | \
7439 -cache_file* | \
7440 -srcdir* | \
7441 -host* | \
7442 -build* | \
7443 -target* | \
7444 -program-prefix* | \
7445 -program-suffix* | \
7446 -program-transform-name* )
7447 skip_next=$separate_arg
7448 continue
7449 ;;
7450 -*)
7451 # An option. Add it.
7452 case $ac_arg in
7453 *\'*)
7454 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7455 esac
7456 baseargs="$baseargs '$ac_arg'"
7457 if test X"$skip_targ" = Xno; then
7458 tbaseargs="$tbaseargs '$ac_arg'"
7459 fi
7460 keep_next=$separate_arg
7461 ;;
7462 *)
7463 # Either a variable assignment, or a nonopt (triplet). Don't
7464 # pass it down; let the Makefile handle this.
7465 continue
7466 ;;
7467 esac
7468 done
7469 # Remove the initial space we just introduced and, as these will be
7470 # expanded by make, quote '$'.
7471 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7472
7473 # Add in --program-transform-name, after --program-prefix and
7474 # --program-suffix have been applied to it. Autoconf has already
7475 # doubled dollar signs and backslashes in program_transform_name; we want
7476 # the backslashes un-doubled, and then the entire thing wrapped in single
7477 # quotes, because this will be expanded first by make and then by the shell.
7478 # Also, because we want to override the logic in subdir configure scripts to
7479 # choose program_transform_name, replace any s,x,x, with s,y,y,.
7480 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7481 ${program_transform_name}
7482 EOF_SED
7483 gcc_transform_name=`cat conftestsed.out`
7484 rm -f conftestsed.out
7485 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7486 tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7487 if test "$silent" = yes; then
7488 baseargs="$baseargs --silent"
7489 tbaseargs="$tbaseargs --silent"
7490 fi
7491 baseargs="$baseargs --disable-option-checking"
7492 tbaseargs="$tbaseargs --disable-option-checking"
7493
7494 # Record and document user additions to sub configure arguments.
7495
7496
7497
7498
7499 # For the build-side libraries, we just need to pretend we're native,
7500 # and not use the same cache file. Multilibs are neither needed nor
7501 # desired.
7502 build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7503
7504 # For host modules, accept cache file option, or specification as blank.
7505 case "${cache_file}" in
7506 "") # empty
7507 cache_file_option="" ;;
7508 /* | [A-Za-z]:[\\/]* ) # absolute path
7509 cache_file_option="--cache-file=${cache_file}" ;;
7510 *) # relative path
7511 cache_file_option="--cache-file=../${cache_file}" ;;
7512 esac
7513
7514 # Host dirs don't like to share a cache file either, horribly enough.
7515 # This seems to be due to autoconf 2.5x stupidity.
7516 host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7517
7518 target_configargs="$target_configargs ${tbaseargs}"
7519
7520 # Passing a --with-cross-host argument lets the target libraries know
7521 # whether they are being built with a cross-compiler or being built
7522 # native. However, it would be better to use other mechanisms to make the
7523 # sorts of decisions they want to make on this basis. Please consider
7524 # this option to be deprecated. FIXME.
7525 if test x${is_cross_compiler} = xyes ; then
7526 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7527 fi
7528
7529 # Default to --enable-multilib.
7530 if test x${enable_multilib} = x ; then
7531 target_configargs="--enable-multilib ${target_configargs}"
7532 fi
7533
7534 # Pass --with-newlib if appropriate. Note that target_configdirs has
7535 # changed from the earlier setting of with_newlib.
7536 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7537 target_configargs="--with-newlib ${target_configargs}"
7538 fi
7539
7540 # Different target subdirs use different values of certain variables
7541 # (notably CXX). Worse, multilibs use *lots* of different values.
7542 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7543 # it doesn't automatically accept command-line overrides of them.
7544 # This means it's not safe for target subdirs to share a cache file,
7545 # which is disgusting, but there you have it. Hopefully this can be
7546 # fixed in future. It's still worthwhile to use a cache file for each
7547 # directory. I think.
7548
7549 # Pass the appropriate --build, --host, --target and --cache-file arguments.
7550 # We need to pass --target, as newer autoconf's requires consistency
7551 # for target_alias and gcc doesn't manage it consistently.
7552 target_configargs="--cache-file=./config.cache ${target_configargs}"
7553
7554 FLAGS_FOR_TARGET=
7555 case " $target_configdirs " in
7556 *" newlib "*)
7557 case " $target_configargs " in
7558 *" --with-newlib "*)
7559 case "$target" in
7560 *-cygwin*)
7561 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
7562 ;;
7563 esac
7564
7565 # If we're not building GCC, don't discard standard headers.
7566 if test -d ${srcdir}/gcc; then
7567 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7568
7569 if test "${build}" != "${host}"; then
7570 # On Canadian crosses, CC_FOR_TARGET will have already been set
7571 # by `configure', so we won't have an opportunity to add -Bgcc/
7572 # to it. This is right: we don't want to search that directory
7573 # for binaries, but we want the header files in there, so add
7574 # them explicitly.
7575 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7576
7577 # Someone might think of using the pre-installed headers on
7578 # Canadian crosses, in case the installed compiler is not fully
7579 # compatible with the compiler being built. In this case, it
7580 # would be better to flag an error than risking having
7581 # incompatible object files being constructed. We can't
7582 # guarantee that an error will be flagged, but let's hope the
7583 # compiler will do it, when presented with incompatible header
7584 # files.
7585 fi
7586 fi
7587
7588 case "${target}-${is_cross_compiler}" in
7589 i[3456789]86-*-linux*-no)
7590 # Here host == target, so we don't need to build gcc,
7591 # so we don't want to discard standard headers.
7592 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7593 ;;
7594 *)
7595 # If we're building newlib, use its generic headers last, but search
7596 # for any libc-related directories first (so make it the last -B
7597 # switch).
7598 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7599
7600 # If we're building libgloss, find the startup file, simulator library
7601 # and linker script.
7602 case " $target_configdirs " in
7603 *" libgloss "*)
7604 # Look for startup file, simulator library and maybe linker script.
7605 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7606 # Look for libnosys.a in case the target needs it.
7607 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7608 # Most targets have the linker script in the source directory.
7609 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7610 ;;
7611 esac
7612 ;;
7613 esac
7614 ;;
7615 esac
7616 ;;
7617 esac
7618
7619 case "$target" in
7620 x86_64-*mingw* | *-w64-mingw*)
7621 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7622 # however, use a symlink named 'mingw' in ${prefix} .
7623 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7624 ;;
7625 *-mingw*)
7626 # MinGW can't be handled as Cygwin above since it does not use newlib.
7627 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'
7628 ;;
7629 esac
7630
7631 # Allow the user to override the flags for
7632 # our build compiler if desired.
7633 if test x"${build}" = x"${host}" ; then
7634 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7635 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7636 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7637 fi
7638
7639 # On Canadian crosses, we'll be searching the right directories for
7640 # the previously-installed cross compiler, so don't bother to add
7641 # flags for directories within the install tree of the compiler
7642 # being built; programs in there won't even run.
7643 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7644 # Search for pre-installed headers if nothing else fits.
7645 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7646 fi
7647
7648 if test "x${use_gnu_ld}" = x &&
7649 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7650 # Arrange for us to find uninstalled linker scripts.
7651 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7652 fi
7653
7654 # Search for other target-specific linker scripts and such.
7655 case "${target}" in
7656 mep*)
7657 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7658 ;;
7659 esac
7660
7661 # Makefile fragments.
7662 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7663 do
7664 eval fragval=\$$frag
7665 if test $fragval != /dev/null; then
7666 eval $frag=${srcdir}/$fragval
7667 fi
7668 done
7669
7670
7671
7672
7673
7674 # Miscellanea: directories, flags, etc.
7675
7676
7677
7678
7679
7680
7681
7682
7683 # Build module lists & subconfigure args.
7684
7685
7686
7687 # Host module lists & subconfigure args.
7688
7689
7690
7691
7692 # Target module lists & subconfigure args.
7693
7694
7695
7696 # Build tools.
7697
7698
7699
7700
7701
7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714 # Generate default definitions for YACC, M4, LEX and other programs that run
7715 # on the build machine. These are used if the Makefile can't locate these
7716 # programs in objdir.
7717 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7718
7719 for ac_prog in 'bison -y' byacc yacc
7720 do
7721 # Extract the first word of "$ac_prog", so it can be a program name with args.
7722 set dummy $ac_prog; ac_word=$2
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7724 $as_echo_n "checking for $ac_word... " >&6; }
7725 if test "${ac_cv_prog_YACC+set}" = set; then :
7726 $as_echo_n "(cached) " >&6
7727 else
7728 if test -n "$YACC"; then
7729 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7730 else
7731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7732 for as_dir in $PATH
7733 do
7734 IFS=$as_save_IFS
7735 test -z "$as_dir" && as_dir=.
7736 for ac_exec_ext in '' $ac_executable_extensions; do
7737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7738 ac_cv_prog_YACC="$ac_prog"
7739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7740 break 2
7741 fi
7742 done
7743 done
7744 IFS=$as_save_IFS
7745
7746 fi
7747 fi
7748 YACC=$ac_cv_prog_YACC
7749 if test -n "$YACC"; then
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7751 $as_echo "$YACC" >&6; }
7752 else
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7754 $as_echo "no" >&6; }
7755 fi
7756
7757
7758 test -n "$YACC" && break
7759 done
7760 test -n "$YACC" || YACC="$MISSING bison -y"
7761
7762 case " $build_configdirs " in
7763 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7764 esac
7765
7766 for ac_prog in bison
7767 do
7768 # Extract the first word of "$ac_prog", so it can be a program name with args.
7769 set dummy $ac_prog; ac_word=$2
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7771 $as_echo_n "checking for $ac_word... " >&6; }
7772 if test "${ac_cv_prog_BISON+set}" = set; then :
7773 $as_echo_n "(cached) " >&6
7774 else
7775 if test -n "$BISON"; then
7776 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7777 else
7778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7779 for as_dir in $PATH
7780 do
7781 IFS=$as_save_IFS
7782 test -z "$as_dir" && as_dir=.
7783 for ac_exec_ext in '' $ac_executable_extensions; do
7784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7785 ac_cv_prog_BISON="$ac_prog"
7786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7787 break 2
7788 fi
7789 done
7790 done
7791 IFS=$as_save_IFS
7792
7793 fi
7794 fi
7795 BISON=$ac_cv_prog_BISON
7796 if test -n "$BISON"; then
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7798 $as_echo "$BISON" >&6; }
7799 else
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7801 $as_echo "no" >&6; }
7802 fi
7803
7804
7805 test -n "$BISON" && break
7806 done
7807 test -n "$BISON" || BISON="$MISSING bison"
7808
7809 case " $build_configdirs " in
7810 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7811 esac
7812
7813 for ac_prog in gm4 gnum4 m4
7814 do
7815 # Extract the first word of "$ac_prog", so it can be a program name with args.
7816 set dummy $ac_prog; ac_word=$2
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7818 $as_echo_n "checking for $ac_word... " >&6; }
7819 if test "${ac_cv_prog_M4+set}" = set; then :
7820 $as_echo_n "(cached) " >&6
7821 else
7822 if test -n "$M4"; then
7823 ac_cv_prog_M4="$M4" # Let the user override the test.
7824 else
7825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7826 for as_dir in $PATH
7827 do
7828 IFS=$as_save_IFS
7829 test -z "$as_dir" && as_dir=.
7830 for ac_exec_ext in '' $ac_executable_extensions; do
7831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7832 ac_cv_prog_M4="$ac_prog"
7833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7834 break 2
7835 fi
7836 done
7837 done
7838 IFS=$as_save_IFS
7839
7840 fi
7841 fi
7842 M4=$ac_cv_prog_M4
7843 if test -n "$M4"; then
7844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7845 $as_echo "$M4" >&6; }
7846 else
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7848 $as_echo "no" >&6; }
7849 fi
7850
7851
7852 test -n "$M4" && break
7853 done
7854 test -n "$M4" || M4="$MISSING m4"
7855
7856 case " $build_configdirs " in
7857 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7858 esac
7859
7860 for ac_prog in flex lex
7861 do
7862 # Extract the first word of "$ac_prog", so it can be a program name with args.
7863 set dummy $ac_prog; ac_word=$2
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7865 $as_echo_n "checking for $ac_word... " >&6; }
7866 if test "${ac_cv_prog_LEX+set}" = set; then :
7867 $as_echo_n "(cached) " >&6
7868 else
7869 if test -n "$LEX"; then
7870 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7871 else
7872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7873 for as_dir in $PATH
7874 do
7875 IFS=$as_save_IFS
7876 test -z "$as_dir" && as_dir=.
7877 for ac_exec_ext in '' $ac_executable_extensions; do
7878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7879 ac_cv_prog_LEX="$ac_prog"
7880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7881 break 2
7882 fi
7883 done
7884 done
7885 IFS=$as_save_IFS
7886
7887 fi
7888 fi
7889 LEX=$ac_cv_prog_LEX
7890 if test -n "$LEX"; then
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7892 $as_echo "$LEX" >&6; }
7893 else
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7895 $as_echo "no" >&6; }
7896 fi
7897
7898
7899 test -n "$LEX" && break
7900 done
7901 test -n "$LEX" || LEX="$MISSING flex"
7902
7903 case " $build_configdirs " in
7904 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7905 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7906 esac
7907
7908 for ac_prog in flex
7909 do
7910 # Extract the first word of "$ac_prog", so it can be a program name with args.
7911 set dummy $ac_prog; ac_word=$2
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7913 $as_echo_n "checking for $ac_word... " >&6; }
7914 if test "${ac_cv_prog_FLEX+set}" = set; then :
7915 $as_echo_n "(cached) " >&6
7916 else
7917 if test -n "$FLEX"; then
7918 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7919 else
7920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7921 for as_dir in $PATH
7922 do
7923 IFS=$as_save_IFS
7924 test -z "$as_dir" && as_dir=.
7925 for ac_exec_ext in '' $ac_executable_extensions; do
7926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7927 ac_cv_prog_FLEX="$ac_prog"
7928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7929 break 2
7930 fi
7931 done
7932 done
7933 IFS=$as_save_IFS
7934
7935 fi
7936 fi
7937 FLEX=$ac_cv_prog_FLEX
7938 if test -n "$FLEX"; then
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7940 $as_echo "$FLEX" >&6; }
7941 else
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7943 $as_echo "no" >&6; }
7944 fi
7945
7946
7947 test -n "$FLEX" && break
7948 done
7949 test -n "$FLEX" || FLEX="$MISSING flex"
7950
7951 case " $build_configdirs " in
7952 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7953 esac
7954
7955 for ac_prog in makeinfo
7956 do
7957 # Extract the first word of "$ac_prog", so it can be a program name with args.
7958 set dummy $ac_prog; ac_word=$2
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7960 $as_echo_n "checking for $ac_word... " >&6; }
7961 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7962 $as_echo_n "(cached) " >&6
7963 else
7964 if test -n "$MAKEINFO"; then
7965 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7966 else
7967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7968 for as_dir in $PATH
7969 do
7970 IFS=$as_save_IFS
7971 test -z "$as_dir" && as_dir=.
7972 for ac_exec_ext in '' $ac_executable_extensions; do
7973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7974 ac_cv_prog_MAKEINFO="$ac_prog"
7975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7976 break 2
7977 fi
7978 done
7979 done
7980 IFS=$as_save_IFS
7981
7982 fi
7983 fi
7984 MAKEINFO=$ac_cv_prog_MAKEINFO
7985 if test -n "$MAKEINFO"; then
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7987 $as_echo "$MAKEINFO" >&6; }
7988 else
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7990 $as_echo "no" >&6; }
7991 fi
7992
7993
7994 test -n "$MAKEINFO" && break
7995 done
7996 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7997
7998 case " $build_configdirs " in
7999 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8000 *)
8001
8002 # For an installed makeinfo, we require it to be from texinfo 4.7 or
8003 # higher, else we use the "missing" dummy.
8004 if ${MAKEINFO} --version \
8005 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
8006 :
8007 else
8008 MAKEINFO="$MISSING makeinfo"
8009 fi
8010 ;;
8011
8012 esac
8013
8014 # FIXME: expect and dejagnu may become build tools?
8015
8016 for ac_prog in expect
8017 do
8018 # Extract the first word of "$ac_prog", so it can be a program name with args.
8019 set dummy $ac_prog; ac_word=$2
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8021 $as_echo_n "checking for $ac_word... " >&6; }
8022 if test "${ac_cv_prog_EXPECT+set}" = set; then :
8023 $as_echo_n "(cached) " >&6
8024 else
8025 if test -n "$EXPECT"; then
8026 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8027 else
8028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8029 for as_dir in $PATH
8030 do
8031 IFS=$as_save_IFS
8032 test -z "$as_dir" && as_dir=.
8033 for ac_exec_ext in '' $ac_executable_extensions; do
8034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8035 ac_cv_prog_EXPECT="$ac_prog"
8036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8037 break 2
8038 fi
8039 done
8040 done
8041 IFS=$as_save_IFS
8042
8043 fi
8044 fi
8045 EXPECT=$ac_cv_prog_EXPECT
8046 if test -n "$EXPECT"; then
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8048 $as_echo "$EXPECT" >&6; }
8049 else
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8051 $as_echo "no" >&6; }
8052 fi
8053
8054
8055 test -n "$EXPECT" && break
8056 done
8057 test -n "$EXPECT" || EXPECT="expect"
8058
8059 case " $configdirs " in
8060 *" expect "*)
8061 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8062 ;;
8063 esac
8064
8065 for ac_prog in runtest
8066 do
8067 # Extract the first word of "$ac_prog", so it can be a program name with args.
8068 set dummy $ac_prog; ac_word=$2
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8070 $as_echo_n "checking for $ac_word... " >&6; }
8071 if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8072 $as_echo_n "(cached) " >&6
8073 else
8074 if test -n "$RUNTEST"; then
8075 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8076 else
8077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8078 for as_dir in $PATH
8079 do
8080 IFS=$as_save_IFS
8081 test -z "$as_dir" && as_dir=.
8082 for ac_exec_ext in '' $ac_executable_extensions; do
8083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8084 ac_cv_prog_RUNTEST="$ac_prog"
8085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8086 break 2
8087 fi
8088 done
8089 done
8090 IFS=$as_save_IFS
8091
8092 fi
8093 fi
8094 RUNTEST=$ac_cv_prog_RUNTEST
8095 if test -n "$RUNTEST"; then
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8097 $as_echo "$RUNTEST" >&6; }
8098 else
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8100 $as_echo "no" >&6; }
8101 fi
8102
8103
8104 test -n "$RUNTEST" && break
8105 done
8106 test -n "$RUNTEST" || RUNTEST="runtest"
8107
8108 case " $configdirs " in
8109 *" dejagnu "*)
8110 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8111 ;;
8112 esac
8113
8114
8115 # Host tools.
8116 ncn_tool_prefix=
8117 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8118 ncn_target_tool_prefix=
8119 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8120
8121
8122
8123 if test -n "$AR"; then
8124 ac_cv_prog_AR=$AR
8125 elif test -n "$ac_cv_prog_AR"; then
8126 AR=$ac_cv_prog_AR
8127 fi
8128
8129 if test -n "$ac_cv_prog_AR"; then
8130 for ncn_progname in ar; do
8131 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8132 set dummy ${ncn_progname}; ac_word=$2
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8134 $as_echo_n "checking for $ac_word... " >&6; }
8135 if test "${ac_cv_prog_AR+set}" = set; then :
8136 $as_echo_n "(cached) " >&6
8137 else
8138 if test -n "$AR"; then
8139 ac_cv_prog_AR="$AR" # Let the user override the test.
8140 else
8141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8142 for as_dir in $PATH
8143 do
8144 IFS=$as_save_IFS
8145 test -z "$as_dir" && as_dir=.
8146 for ac_exec_ext in '' $ac_executable_extensions; do
8147 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8148 ac_cv_prog_AR="${ncn_progname}"
8149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8150 break 2
8151 fi
8152 done
8153 done
8154 IFS=$as_save_IFS
8155
8156 fi
8157 fi
8158 AR=$ac_cv_prog_AR
8159 if test -n "$AR"; then
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8161 $as_echo "$AR" >&6; }
8162 else
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8164 $as_echo "no" >&6; }
8165 fi
8166
8167
8168 done
8169 fi
8170
8171 for ncn_progname in ar; do
8172 if test -n "$ncn_tool_prefix"; then
8173 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8174 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8176 $as_echo_n "checking for $ac_word... " >&6; }
8177 if test "${ac_cv_prog_AR+set}" = set; then :
8178 $as_echo_n "(cached) " >&6
8179 else
8180 if test -n "$AR"; then
8181 ac_cv_prog_AR="$AR" # Let the user override the test.
8182 else
8183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8184 for as_dir in $PATH
8185 do
8186 IFS=$as_save_IFS
8187 test -z "$as_dir" && as_dir=.
8188 for ac_exec_ext in '' $ac_executable_extensions; do
8189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8190 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8192 break 2
8193 fi
8194 done
8195 done
8196 IFS=$as_save_IFS
8197
8198 fi
8199 fi
8200 AR=$ac_cv_prog_AR
8201 if test -n "$AR"; then
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8203 $as_echo "$AR" >&6; }
8204 else
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8206 $as_echo "no" >&6; }
8207 fi
8208
8209
8210 fi
8211 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8212 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8213 set dummy ${ncn_progname}; ac_word=$2
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8215 $as_echo_n "checking for $ac_word... " >&6; }
8216 if test "${ac_cv_prog_AR+set}" = set; then :
8217 $as_echo_n "(cached) " >&6
8218 else
8219 if test -n "$AR"; then
8220 ac_cv_prog_AR="$AR" # Let the user override the test.
8221 else
8222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8223 for as_dir in $PATH
8224 do
8225 IFS=$as_save_IFS
8226 test -z "$as_dir" && as_dir=.
8227 for ac_exec_ext in '' $ac_executable_extensions; do
8228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8229 ac_cv_prog_AR="${ncn_progname}"
8230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8231 break 2
8232 fi
8233 done
8234 done
8235 IFS=$as_save_IFS
8236
8237 fi
8238 fi
8239 AR=$ac_cv_prog_AR
8240 if test -n "$AR"; then
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8242 $as_echo "$AR" >&6; }
8243 else
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8245 $as_echo "no" >&6; }
8246 fi
8247
8248
8249 fi
8250 test -n "$ac_cv_prog_AR" && break
8251 done
8252
8253 if test -z "$ac_cv_prog_AR" ; then
8254 set dummy ar
8255 if test $build = $host ; then
8256 AR="$2"
8257 else
8258 AR="${ncn_tool_prefix}$2"
8259 fi
8260 fi
8261
8262
8263
8264 if test -n "$AS"; then
8265 ac_cv_prog_AS=$AS
8266 elif test -n "$ac_cv_prog_AS"; then
8267 AS=$ac_cv_prog_AS
8268 fi
8269
8270 if test -n "$ac_cv_prog_AS"; then
8271 for ncn_progname in as; do
8272 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8273 set dummy ${ncn_progname}; ac_word=$2
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8275 $as_echo_n "checking for $ac_word... " >&6; }
8276 if test "${ac_cv_prog_AS+set}" = set; then :
8277 $as_echo_n "(cached) " >&6
8278 else
8279 if test -n "$AS"; then
8280 ac_cv_prog_AS="$AS" # Let the user override the test.
8281 else
8282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8283 for as_dir in $PATH
8284 do
8285 IFS=$as_save_IFS
8286 test -z "$as_dir" && as_dir=.
8287 for ac_exec_ext in '' $ac_executable_extensions; do
8288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8289 ac_cv_prog_AS="${ncn_progname}"
8290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8291 break 2
8292 fi
8293 done
8294 done
8295 IFS=$as_save_IFS
8296
8297 fi
8298 fi
8299 AS=$ac_cv_prog_AS
8300 if test -n "$AS"; then
8301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8302 $as_echo "$AS" >&6; }
8303 else
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8305 $as_echo "no" >&6; }
8306 fi
8307
8308
8309 done
8310 fi
8311
8312 for ncn_progname in as; do
8313 if test -n "$ncn_tool_prefix"; then
8314 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8315 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8317 $as_echo_n "checking for $ac_word... " >&6; }
8318 if test "${ac_cv_prog_AS+set}" = set; then :
8319 $as_echo_n "(cached) " >&6
8320 else
8321 if test -n "$AS"; then
8322 ac_cv_prog_AS="$AS" # Let the user override the test.
8323 else
8324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8325 for as_dir in $PATH
8326 do
8327 IFS=$as_save_IFS
8328 test -z "$as_dir" && as_dir=.
8329 for ac_exec_ext in '' $ac_executable_extensions; do
8330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8331 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8333 break 2
8334 fi
8335 done
8336 done
8337 IFS=$as_save_IFS
8338
8339 fi
8340 fi
8341 AS=$ac_cv_prog_AS
8342 if test -n "$AS"; then
8343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8344 $as_echo "$AS" >&6; }
8345 else
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8347 $as_echo "no" >&6; }
8348 fi
8349
8350
8351 fi
8352 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8353 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8354 set dummy ${ncn_progname}; ac_word=$2
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8356 $as_echo_n "checking for $ac_word... " >&6; }
8357 if test "${ac_cv_prog_AS+set}" = set; then :
8358 $as_echo_n "(cached) " >&6
8359 else
8360 if test -n "$AS"; then
8361 ac_cv_prog_AS="$AS" # Let the user override the test.
8362 else
8363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8364 for as_dir in $PATH
8365 do
8366 IFS=$as_save_IFS
8367 test -z "$as_dir" && as_dir=.
8368 for ac_exec_ext in '' $ac_executable_extensions; do
8369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8370 ac_cv_prog_AS="${ncn_progname}"
8371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8372 break 2
8373 fi
8374 done
8375 done
8376 IFS=$as_save_IFS
8377
8378 fi
8379 fi
8380 AS=$ac_cv_prog_AS
8381 if test -n "$AS"; then
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8383 $as_echo "$AS" >&6; }
8384 else
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8386 $as_echo "no" >&6; }
8387 fi
8388
8389
8390 fi
8391 test -n "$ac_cv_prog_AS" && break
8392 done
8393
8394 if test -z "$ac_cv_prog_AS" ; then
8395 set dummy as
8396 if test $build = $host ; then
8397 AS="$2"
8398 else
8399 AS="${ncn_tool_prefix}$2"
8400 fi
8401 fi
8402
8403
8404
8405 if test -n "$DLLTOOL"; then
8406 ac_cv_prog_DLLTOOL=$DLLTOOL
8407 elif test -n "$ac_cv_prog_DLLTOOL"; then
8408 DLLTOOL=$ac_cv_prog_DLLTOOL
8409 fi
8410
8411 if test -n "$ac_cv_prog_DLLTOOL"; then
8412 for ncn_progname in dlltool; do
8413 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8414 set dummy ${ncn_progname}; ac_word=$2
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8416 $as_echo_n "checking for $ac_word... " >&6; }
8417 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8418 $as_echo_n "(cached) " >&6
8419 else
8420 if test -n "$DLLTOOL"; then
8421 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8422 else
8423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8424 for as_dir in $PATH
8425 do
8426 IFS=$as_save_IFS
8427 test -z "$as_dir" && as_dir=.
8428 for ac_exec_ext in '' $ac_executable_extensions; do
8429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8430 ac_cv_prog_DLLTOOL="${ncn_progname}"
8431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8432 break 2
8433 fi
8434 done
8435 done
8436 IFS=$as_save_IFS
8437
8438 fi
8439 fi
8440 DLLTOOL=$ac_cv_prog_DLLTOOL
8441 if test -n "$DLLTOOL"; then
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8443 $as_echo "$DLLTOOL" >&6; }
8444 else
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8446 $as_echo "no" >&6; }
8447 fi
8448
8449
8450 done
8451 fi
8452
8453 for ncn_progname in dlltool; do
8454 if test -n "$ncn_tool_prefix"; then
8455 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8456 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8458 $as_echo_n "checking for $ac_word... " >&6; }
8459 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8460 $as_echo_n "(cached) " >&6
8461 else
8462 if test -n "$DLLTOOL"; then
8463 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8464 else
8465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8466 for as_dir in $PATH
8467 do
8468 IFS=$as_save_IFS
8469 test -z "$as_dir" && as_dir=.
8470 for ac_exec_ext in '' $ac_executable_extensions; do
8471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8472 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8474 break 2
8475 fi
8476 done
8477 done
8478 IFS=$as_save_IFS
8479
8480 fi
8481 fi
8482 DLLTOOL=$ac_cv_prog_DLLTOOL
8483 if test -n "$DLLTOOL"; then
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8485 $as_echo "$DLLTOOL" >&6; }
8486 else
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8488 $as_echo "no" >&6; }
8489 fi
8490
8491
8492 fi
8493 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8494 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8495 set dummy ${ncn_progname}; ac_word=$2
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8497 $as_echo_n "checking for $ac_word... " >&6; }
8498 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8499 $as_echo_n "(cached) " >&6
8500 else
8501 if test -n "$DLLTOOL"; then
8502 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8503 else
8504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505 for as_dir in $PATH
8506 do
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8511 ac_cv_prog_DLLTOOL="${ncn_progname}"
8512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8513 break 2
8514 fi
8515 done
8516 done
8517 IFS=$as_save_IFS
8518
8519 fi
8520 fi
8521 DLLTOOL=$ac_cv_prog_DLLTOOL
8522 if test -n "$DLLTOOL"; then
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8524 $as_echo "$DLLTOOL" >&6; }
8525 else
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8527 $as_echo "no" >&6; }
8528 fi
8529
8530
8531 fi
8532 test -n "$ac_cv_prog_DLLTOOL" && break
8533 done
8534
8535 if test -z "$ac_cv_prog_DLLTOOL" ; then
8536 set dummy dlltool
8537 if test $build = $host ; then
8538 DLLTOOL="$2"
8539 else
8540 DLLTOOL="${ncn_tool_prefix}$2"
8541 fi
8542 fi
8543
8544
8545
8546 if test -n "$LD"; then
8547 ac_cv_prog_LD=$LD
8548 elif test -n "$ac_cv_prog_LD"; then
8549 LD=$ac_cv_prog_LD
8550 fi
8551
8552 if test -n "$ac_cv_prog_LD"; then
8553 for ncn_progname in ld; do
8554 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8555 set dummy ${ncn_progname}; ac_word=$2
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8557 $as_echo_n "checking for $ac_word... " >&6; }
8558 if test "${ac_cv_prog_LD+set}" = set; then :
8559 $as_echo_n "(cached) " >&6
8560 else
8561 if test -n "$LD"; then
8562 ac_cv_prog_LD="$LD" # Let the user override the test.
8563 else
8564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8565 for as_dir in $PATH
8566 do
8567 IFS=$as_save_IFS
8568 test -z "$as_dir" && as_dir=.
8569 for ac_exec_ext in '' $ac_executable_extensions; do
8570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8571 ac_cv_prog_LD="${ncn_progname}"
8572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8573 break 2
8574 fi
8575 done
8576 done
8577 IFS=$as_save_IFS
8578
8579 fi
8580 fi
8581 LD=$ac_cv_prog_LD
8582 if test -n "$LD"; then
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8584 $as_echo "$LD" >&6; }
8585 else
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8587 $as_echo "no" >&6; }
8588 fi
8589
8590
8591 done
8592 fi
8593
8594 for ncn_progname in ld; do
8595 if test -n "$ncn_tool_prefix"; then
8596 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8597 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8599 $as_echo_n "checking for $ac_word... " >&6; }
8600 if test "${ac_cv_prog_LD+set}" = set; then :
8601 $as_echo_n "(cached) " >&6
8602 else
8603 if test -n "$LD"; then
8604 ac_cv_prog_LD="$LD" # Let the user override the test.
8605 else
8606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8607 for as_dir in $PATH
8608 do
8609 IFS=$as_save_IFS
8610 test -z "$as_dir" && as_dir=.
8611 for ac_exec_ext in '' $ac_executable_extensions; do
8612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8613 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8615 break 2
8616 fi
8617 done
8618 done
8619 IFS=$as_save_IFS
8620
8621 fi
8622 fi
8623 LD=$ac_cv_prog_LD
8624 if test -n "$LD"; then
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8626 $as_echo "$LD" >&6; }
8627 else
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8629 $as_echo "no" >&6; }
8630 fi
8631
8632
8633 fi
8634 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8635 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8636 set dummy ${ncn_progname}; ac_word=$2
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8638 $as_echo_n "checking for $ac_word... " >&6; }
8639 if test "${ac_cv_prog_LD+set}" = set; then :
8640 $as_echo_n "(cached) " >&6
8641 else
8642 if test -n "$LD"; then
8643 ac_cv_prog_LD="$LD" # Let the user override the test.
8644 else
8645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8646 for as_dir in $PATH
8647 do
8648 IFS=$as_save_IFS
8649 test -z "$as_dir" && as_dir=.
8650 for ac_exec_ext in '' $ac_executable_extensions; do
8651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8652 ac_cv_prog_LD="${ncn_progname}"
8653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8654 break 2
8655 fi
8656 done
8657 done
8658 IFS=$as_save_IFS
8659
8660 fi
8661 fi
8662 LD=$ac_cv_prog_LD
8663 if test -n "$LD"; then
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8665 $as_echo "$LD" >&6; }
8666 else
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8668 $as_echo "no" >&6; }
8669 fi
8670
8671
8672 fi
8673 test -n "$ac_cv_prog_LD" && break
8674 done
8675
8676 if test -z "$ac_cv_prog_LD" ; then
8677 set dummy ld
8678 if test $build = $host ; then
8679 LD="$2"
8680 else
8681 LD="${ncn_tool_prefix}$2"
8682 fi
8683 fi
8684
8685
8686
8687 if test -n "$LIPO"; then
8688 ac_cv_prog_LIPO=$LIPO
8689 elif test -n "$ac_cv_prog_LIPO"; then
8690 LIPO=$ac_cv_prog_LIPO
8691 fi
8692
8693 if test -n "$ac_cv_prog_LIPO"; then
8694 for ncn_progname in lipo; do
8695 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8696 set dummy ${ncn_progname}; ac_word=$2
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8698 $as_echo_n "checking for $ac_word... " >&6; }
8699 if test "${ac_cv_prog_LIPO+set}" = set; then :
8700 $as_echo_n "(cached) " >&6
8701 else
8702 if test -n "$LIPO"; then
8703 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8704 else
8705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8706 for as_dir in $PATH
8707 do
8708 IFS=$as_save_IFS
8709 test -z "$as_dir" && as_dir=.
8710 for ac_exec_ext in '' $ac_executable_extensions; do
8711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8712 ac_cv_prog_LIPO="${ncn_progname}"
8713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8714 break 2
8715 fi
8716 done
8717 done
8718 IFS=$as_save_IFS
8719
8720 fi
8721 fi
8722 LIPO=$ac_cv_prog_LIPO
8723 if test -n "$LIPO"; then
8724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8725 $as_echo "$LIPO" >&6; }
8726 else
8727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8728 $as_echo "no" >&6; }
8729 fi
8730
8731
8732 done
8733 fi
8734
8735 for ncn_progname in lipo; do
8736 if test -n "$ncn_tool_prefix"; then
8737 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8738 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8740 $as_echo_n "checking for $ac_word... " >&6; }
8741 if test "${ac_cv_prog_LIPO+set}" = set; then :
8742 $as_echo_n "(cached) " >&6
8743 else
8744 if test -n "$LIPO"; then
8745 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8746 else
8747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8748 for as_dir in $PATH
8749 do
8750 IFS=$as_save_IFS
8751 test -z "$as_dir" && as_dir=.
8752 for ac_exec_ext in '' $ac_executable_extensions; do
8753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8754 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8756 break 2
8757 fi
8758 done
8759 done
8760 IFS=$as_save_IFS
8761
8762 fi
8763 fi
8764 LIPO=$ac_cv_prog_LIPO
8765 if test -n "$LIPO"; then
8766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8767 $as_echo "$LIPO" >&6; }
8768 else
8769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8770 $as_echo "no" >&6; }
8771 fi
8772
8773
8774 fi
8775 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8776 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8777 set dummy ${ncn_progname}; ac_word=$2
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8779 $as_echo_n "checking for $ac_word... " >&6; }
8780 if test "${ac_cv_prog_LIPO+set}" = set; then :
8781 $as_echo_n "(cached) " >&6
8782 else
8783 if test -n "$LIPO"; then
8784 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8785 else
8786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8787 for as_dir in $PATH
8788 do
8789 IFS=$as_save_IFS
8790 test -z "$as_dir" && as_dir=.
8791 for ac_exec_ext in '' $ac_executable_extensions; do
8792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8793 ac_cv_prog_LIPO="${ncn_progname}"
8794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8795 break 2
8796 fi
8797 done
8798 done
8799 IFS=$as_save_IFS
8800
8801 fi
8802 fi
8803 LIPO=$ac_cv_prog_LIPO
8804 if test -n "$LIPO"; then
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8806 $as_echo "$LIPO" >&6; }
8807 else
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8809 $as_echo "no" >&6; }
8810 fi
8811
8812
8813 fi
8814 test -n "$ac_cv_prog_LIPO" && break
8815 done
8816
8817 if test -z "$ac_cv_prog_LIPO" ; then
8818 set dummy lipo
8819 if test $build = $host ; then
8820 LIPO="$2"
8821 else
8822 LIPO="${ncn_tool_prefix}$2"
8823 fi
8824 fi
8825
8826
8827
8828 if test -n "$NM"; then
8829 ac_cv_prog_NM=$NM
8830 elif test -n "$ac_cv_prog_NM"; then
8831 NM=$ac_cv_prog_NM
8832 fi
8833
8834 if test -n "$ac_cv_prog_NM"; then
8835 for ncn_progname in nm; do
8836 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8837 set dummy ${ncn_progname}; ac_word=$2
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8839 $as_echo_n "checking for $ac_word... " >&6; }
8840 if test "${ac_cv_prog_NM+set}" = set; then :
8841 $as_echo_n "(cached) " >&6
8842 else
8843 if test -n "$NM"; then
8844 ac_cv_prog_NM="$NM" # Let the user override the test.
8845 else
8846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8847 for as_dir in $PATH
8848 do
8849 IFS=$as_save_IFS
8850 test -z "$as_dir" && as_dir=.
8851 for ac_exec_ext in '' $ac_executable_extensions; do
8852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8853 ac_cv_prog_NM="${ncn_progname}"
8854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8855 break 2
8856 fi
8857 done
8858 done
8859 IFS=$as_save_IFS
8860
8861 fi
8862 fi
8863 NM=$ac_cv_prog_NM
8864 if test -n "$NM"; then
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8866 $as_echo "$NM" >&6; }
8867 else
8868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8869 $as_echo "no" >&6; }
8870 fi
8871
8872
8873 done
8874 fi
8875
8876 for ncn_progname in nm; do
8877 if test -n "$ncn_tool_prefix"; then
8878 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8879 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8881 $as_echo_n "checking for $ac_word... " >&6; }
8882 if test "${ac_cv_prog_NM+set}" = set; then :
8883 $as_echo_n "(cached) " >&6
8884 else
8885 if test -n "$NM"; then
8886 ac_cv_prog_NM="$NM" # Let the user override the test.
8887 else
8888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8889 for as_dir in $PATH
8890 do
8891 IFS=$as_save_IFS
8892 test -z "$as_dir" && as_dir=.
8893 for ac_exec_ext in '' $ac_executable_extensions; do
8894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8895 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8897 break 2
8898 fi
8899 done
8900 done
8901 IFS=$as_save_IFS
8902
8903 fi
8904 fi
8905 NM=$ac_cv_prog_NM
8906 if test -n "$NM"; then
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8908 $as_echo "$NM" >&6; }
8909 else
8910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8911 $as_echo "no" >&6; }
8912 fi
8913
8914
8915 fi
8916 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8918 set dummy ${ncn_progname}; ac_word=$2
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8920 $as_echo_n "checking for $ac_word... " >&6; }
8921 if test "${ac_cv_prog_NM+set}" = set; then :
8922 $as_echo_n "(cached) " >&6
8923 else
8924 if test -n "$NM"; then
8925 ac_cv_prog_NM="$NM" # Let the user override the test.
8926 else
8927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8928 for as_dir in $PATH
8929 do
8930 IFS=$as_save_IFS
8931 test -z "$as_dir" && as_dir=.
8932 for ac_exec_ext in '' $ac_executable_extensions; do
8933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8934 ac_cv_prog_NM="${ncn_progname}"
8935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8936 break 2
8937 fi
8938 done
8939 done
8940 IFS=$as_save_IFS
8941
8942 fi
8943 fi
8944 NM=$ac_cv_prog_NM
8945 if test -n "$NM"; then
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8947 $as_echo "$NM" >&6; }
8948 else
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8950 $as_echo "no" >&6; }
8951 fi
8952
8953
8954 fi
8955 test -n "$ac_cv_prog_NM" && break
8956 done
8957
8958 if test -z "$ac_cv_prog_NM" ; then
8959 set dummy nm
8960 if test $build = $host ; then
8961 NM="$2"
8962 else
8963 NM="${ncn_tool_prefix}$2"
8964 fi
8965 fi
8966
8967
8968
8969 if test -n "$RANLIB"; then
8970 ac_cv_prog_RANLIB=$RANLIB
8971 elif test -n "$ac_cv_prog_RANLIB"; then
8972 RANLIB=$ac_cv_prog_RANLIB
8973 fi
8974
8975 if test -n "$ac_cv_prog_RANLIB"; then
8976 for ncn_progname in ranlib; do
8977 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8978 set dummy ${ncn_progname}; ac_word=$2
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8980 $as_echo_n "checking for $ac_word... " >&6; }
8981 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8982 $as_echo_n "(cached) " >&6
8983 else
8984 if test -n "$RANLIB"; then
8985 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8986 else
8987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8988 for as_dir in $PATH
8989 do
8990 IFS=$as_save_IFS
8991 test -z "$as_dir" && as_dir=.
8992 for ac_exec_ext in '' $ac_executable_extensions; do
8993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8994 ac_cv_prog_RANLIB="${ncn_progname}"
8995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8996 break 2
8997 fi
8998 done
8999 done
9000 IFS=$as_save_IFS
9001
9002 fi
9003 fi
9004 RANLIB=$ac_cv_prog_RANLIB
9005 if test -n "$RANLIB"; then
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9007 $as_echo "$RANLIB" >&6; }
9008 else
9009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9010 $as_echo "no" >&6; }
9011 fi
9012
9013
9014 done
9015 fi
9016
9017 for ncn_progname in ranlib; do
9018 if test -n "$ncn_tool_prefix"; then
9019 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9020 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9022 $as_echo_n "checking for $ac_word... " >&6; }
9023 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9024 $as_echo_n "(cached) " >&6
9025 else
9026 if test -n "$RANLIB"; then
9027 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9028 else
9029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9030 for as_dir in $PATH
9031 do
9032 IFS=$as_save_IFS
9033 test -z "$as_dir" && as_dir=.
9034 for ac_exec_ext in '' $ac_executable_extensions; do
9035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9036 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
9037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9038 break 2
9039 fi
9040 done
9041 done
9042 IFS=$as_save_IFS
9043
9044 fi
9045 fi
9046 RANLIB=$ac_cv_prog_RANLIB
9047 if test -n "$RANLIB"; then
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9049 $as_echo "$RANLIB" >&6; }
9050 else
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9052 $as_echo "no" >&6; }
9053 fi
9054
9055
9056 fi
9057 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9058 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9059 set dummy ${ncn_progname}; ac_word=$2
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9061 $as_echo_n "checking for $ac_word... " >&6; }
9062 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9063 $as_echo_n "(cached) " >&6
9064 else
9065 if test -n "$RANLIB"; then
9066 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9067 else
9068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9069 for as_dir in $PATH
9070 do
9071 IFS=$as_save_IFS
9072 test -z "$as_dir" && as_dir=.
9073 for ac_exec_ext in '' $ac_executable_extensions; do
9074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9075 ac_cv_prog_RANLIB="${ncn_progname}"
9076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9077 break 2
9078 fi
9079 done
9080 done
9081 IFS=$as_save_IFS
9082
9083 fi
9084 fi
9085 RANLIB=$ac_cv_prog_RANLIB
9086 if test -n "$RANLIB"; then
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9088 $as_echo "$RANLIB" >&6; }
9089 else
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9091 $as_echo "no" >&6; }
9092 fi
9093
9094
9095 fi
9096 test -n "$ac_cv_prog_RANLIB" && break
9097 done
9098
9099 if test -z "$ac_cv_prog_RANLIB" ; then
9100 RANLIB="true"
9101 fi
9102
9103
9104
9105 if test -n "$STRIP"; then
9106 ac_cv_prog_STRIP=$STRIP
9107 elif test -n "$ac_cv_prog_STRIP"; then
9108 STRIP=$ac_cv_prog_STRIP
9109 fi
9110
9111 if test -n "$ac_cv_prog_STRIP"; then
9112 for ncn_progname in strip; do
9113 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9114 set dummy ${ncn_progname}; ac_word=$2
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9116 $as_echo_n "checking for $ac_word... " >&6; }
9117 if test "${ac_cv_prog_STRIP+set}" = set; then :
9118 $as_echo_n "(cached) " >&6
9119 else
9120 if test -n "$STRIP"; then
9121 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9122 else
9123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9124 for as_dir in $PATH
9125 do
9126 IFS=$as_save_IFS
9127 test -z "$as_dir" && as_dir=.
9128 for ac_exec_ext in '' $ac_executable_extensions; do
9129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9130 ac_cv_prog_STRIP="${ncn_progname}"
9131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9132 break 2
9133 fi
9134 done
9135 done
9136 IFS=$as_save_IFS
9137
9138 fi
9139 fi
9140 STRIP=$ac_cv_prog_STRIP
9141 if test -n "$STRIP"; then
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9143 $as_echo "$STRIP" >&6; }
9144 else
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9146 $as_echo "no" >&6; }
9147 fi
9148
9149
9150 done
9151 fi
9152
9153 for ncn_progname in strip; do
9154 if test -n "$ncn_tool_prefix"; then
9155 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9156 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9158 $as_echo_n "checking for $ac_word... " >&6; }
9159 if test "${ac_cv_prog_STRIP+set}" = set; then :
9160 $as_echo_n "(cached) " >&6
9161 else
9162 if test -n "$STRIP"; then
9163 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9164 else
9165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9166 for as_dir in $PATH
9167 do
9168 IFS=$as_save_IFS
9169 test -z "$as_dir" && as_dir=.
9170 for ac_exec_ext in '' $ac_executable_extensions; do
9171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9172 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9174 break 2
9175 fi
9176 done
9177 done
9178 IFS=$as_save_IFS
9179
9180 fi
9181 fi
9182 STRIP=$ac_cv_prog_STRIP
9183 if test -n "$STRIP"; then
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9185 $as_echo "$STRIP" >&6; }
9186 else
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9188 $as_echo "no" >&6; }
9189 fi
9190
9191
9192 fi
9193 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9194 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9195 set dummy ${ncn_progname}; ac_word=$2
9196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9197 $as_echo_n "checking for $ac_word... " >&6; }
9198 if test "${ac_cv_prog_STRIP+set}" = set; then :
9199 $as_echo_n "(cached) " >&6
9200 else
9201 if test -n "$STRIP"; then
9202 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9203 else
9204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9205 for as_dir in $PATH
9206 do
9207 IFS=$as_save_IFS
9208 test -z "$as_dir" && as_dir=.
9209 for ac_exec_ext in '' $ac_executable_extensions; do
9210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9211 ac_cv_prog_STRIP="${ncn_progname}"
9212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9213 break 2
9214 fi
9215 done
9216 done
9217 IFS=$as_save_IFS
9218
9219 fi
9220 fi
9221 STRIP=$ac_cv_prog_STRIP
9222 if test -n "$STRIP"; then
9223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9224 $as_echo "$STRIP" >&6; }
9225 else
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9227 $as_echo "no" >&6; }
9228 fi
9229
9230
9231 fi
9232 test -n "$ac_cv_prog_STRIP" && break
9233 done
9234
9235 if test -z "$ac_cv_prog_STRIP" ; then
9236 STRIP="true"
9237 fi
9238
9239
9240
9241 if test -n "$WINDRES"; then
9242 ac_cv_prog_WINDRES=$WINDRES
9243 elif test -n "$ac_cv_prog_WINDRES"; then
9244 WINDRES=$ac_cv_prog_WINDRES
9245 fi
9246
9247 if test -n "$ac_cv_prog_WINDRES"; then
9248 for ncn_progname in windres; do
9249 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9250 set dummy ${ncn_progname}; ac_word=$2
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9252 $as_echo_n "checking for $ac_word... " >&6; }
9253 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9254 $as_echo_n "(cached) " >&6
9255 else
9256 if test -n "$WINDRES"; then
9257 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9258 else
9259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9260 for as_dir in $PATH
9261 do
9262 IFS=$as_save_IFS
9263 test -z "$as_dir" && as_dir=.
9264 for ac_exec_ext in '' $ac_executable_extensions; do
9265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9266 ac_cv_prog_WINDRES="${ncn_progname}"
9267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9268 break 2
9269 fi
9270 done
9271 done
9272 IFS=$as_save_IFS
9273
9274 fi
9275 fi
9276 WINDRES=$ac_cv_prog_WINDRES
9277 if test -n "$WINDRES"; then
9278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9279 $as_echo "$WINDRES" >&6; }
9280 else
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9282 $as_echo "no" >&6; }
9283 fi
9284
9285
9286 done
9287 fi
9288
9289 for ncn_progname in windres; do
9290 if test -n "$ncn_tool_prefix"; then
9291 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9292 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9294 $as_echo_n "checking for $ac_word... " >&6; }
9295 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9296 $as_echo_n "(cached) " >&6
9297 else
9298 if test -n "$WINDRES"; then
9299 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9300 else
9301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9302 for as_dir in $PATH
9303 do
9304 IFS=$as_save_IFS
9305 test -z "$as_dir" && as_dir=.
9306 for ac_exec_ext in '' $ac_executable_extensions; do
9307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9308 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9310 break 2
9311 fi
9312 done
9313 done
9314 IFS=$as_save_IFS
9315
9316 fi
9317 fi
9318 WINDRES=$ac_cv_prog_WINDRES
9319 if test -n "$WINDRES"; then
9320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9321 $as_echo "$WINDRES" >&6; }
9322 else
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9324 $as_echo "no" >&6; }
9325 fi
9326
9327
9328 fi
9329 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9330 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9331 set dummy ${ncn_progname}; ac_word=$2
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9333 $as_echo_n "checking for $ac_word... " >&6; }
9334 if test "${ac_cv_prog_WINDRES+set}" = set; then :
9335 $as_echo_n "(cached) " >&6
9336 else
9337 if test -n "$WINDRES"; then
9338 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9339 else
9340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9341 for as_dir in $PATH
9342 do
9343 IFS=$as_save_IFS
9344 test -z "$as_dir" && as_dir=.
9345 for ac_exec_ext in '' $ac_executable_extensions; do
9346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9347 ac_cv_prog_WINDRES="${ncn_progname}"
9348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9349 break 2
9350 fi
9351 done
9352 done
9353 IFS=$as_save_IFS
9354
9355 fi
9356 fi
9357 WINDRES=$ac_cv_prog_WINDRES
9358 if test -n "$WINDRES"; then
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9360 $as_echo "$WINDRES" >&6; }
9361 else
9362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9363 $as_echo "no" >&6; }
9364 fi
9365
9366
9367 fi
9368 test -n "$ac_cv_prog_WINDRES" && break
9369 done
9370
9371 if test -z "$ac_cv_prog_WINDRES" ; then
9372 set dummy windres
9373 if test $build = $host ; then
9374 WINDRES="$2"
9375 else
9376 WINDRES="${ncn_tool_prefix}$2"
9377 fi
9378 fi
9379
9380
9381
9382 if test -n "$WINDMC"; then
9383 ac_cv_prog_WINDMC=$WINDMC
9384 elif test -n "$ac_cv_prog_WINDMC"; then
9385 WINDMC=$ac_cv_prog_WINDMC
9386 fi
9387
9388 if test -n "$ac_cv_prog_WINDMC"; then
9389 for ncn_progname in windmc; do
9390 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9391 set dummy ${ncn_progname}; ac_word=$2
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9393 $as_echo_n "checking for $ac_word... " >&6; }
9394 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9395 $as_echo_n "(cached) " >&6
9396 else
9397 if test -n "$WINDMC"; then
9398 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9399 else
9400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9401 for as_dir in $PATH
9402 do
9403 IFS=$as_save_IFS
9404 test -z "$as_dir" && as_dir=.
9405 for ac_exec_ext in '' $ac_executable_extensions; do
9406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9407 ac_cv_prog_WINDMC="${ncn_progname}"
9408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9409 break 2
9410 fi
9411 done
9412 done
9413 IFS=$as_save_IFS
9414
9415 fi
9416 fi
9417 WINDMC=$ac_cv_prog_WINDMC
9418 if test -n "$WINDMC"; then
9419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9420 $as_echo "$WINDMC" >&6; }
9421 else
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9423 $as_echo "no" >&6; }
9424 fi
9425
9426
9427 done
9428 fi
9429
9430 for ncn_progname in windmc; do
9431 if test -n "$ncn_tool_prefix"; then
9432 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9433 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9435 $as_echo_n "checking for $ac_word... " >&6; }
9436 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9437 $as_echo_n "(cached) " >&6
9438 else
9439 if test -n "$WINDMC"; then
9440 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9441 else
9442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9443 for as_dir in $PATH
9444 do
9445 IFS=$as_save_IFS
9446 test -z "$as_dir" && as_dir=.
9447 for ac_exec_ext in '' $ac_executable_extensions; do
9448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9449 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9451 break 2
9452 fi
9453 done
9454 done
9455 IFS=$as_save_IFS
9456
9457 fi
9458 fi
9459 WINDMC=$ac_cv_prog_WINDMC
9460 if test -n "$WINDMC"; then
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9462 $as_echo "$WINDMC" >&6; }
9463 else
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9465 $as_echo "no" >&6; }
9466 fi
9467
9468
9469 fi
9470 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9471 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9472 set dummy ${ncn_progname}; ac_word=$2
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9474 $as_echo_n "checking for $ac_word... " >&6; }
9475 if test "${ac_cv_prog_WINDMC+set}" = set; then :
9476 $as_echo_n "(cached) " >&6
9477 else
9478 if test -n "$WINDMC"; then
9479 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9480 else
9481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9482 for as_dir in $PATH
9483 do
9484 IFS=$as_save_IFS
9485 test -z "$as_dir" && as_dir=.
9486 for ac_exec_ext in '' $ac_executable_extensions; do
9487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9488 ac_cv_prog_WINDMC="${ncn_progname}"
9489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9490 break 2
9491 fi
9492 done
9493 done
9494 IFS=$as_save_IFS
9495
9496 fi
9497 fi
9498 WINDMC=$ac_cv_prog_WINDMC
9499 if test -n "$WINDMC"; then
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9501 $as_echo "$WINDMC" >&6; }
9502 else
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9504 $as_echo "no" >&6; }
9505 fi
9506
9507
9508 fi
9509 test -n "$ac_cv_prog_WINDMC" && break
9510 done
9511
9512 if test -z "$ac_cv_prog_WINDMC" ; then
9513 set dummy windmc
9514 if test $build = $host ; then
9515 WINDMC="$2"
9516 else
9517 WINDMC="${ncn_tool_prefix}$2"
9518 fi
9519 fi
9520
9521
9522
9523 if test -n "$OBJCOPY"; then
9524 ac_cv_prog_OBJCOPY=$OBJCOPY
9525 elif test -n "$ac_cv_prog_OBJCOPY"; then
9526 OBJCOPY=$ac_cv_prog_OBJCOPY
9527 fi
9528
9529 if test -n "$ac_cv_prog_OBJCOPY"; then
9530 for ncn_progname in objcopy; do
9531 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9532 set dummy ${ncn_progname}; ac_word=$2
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9534 $as_echo_n "checking for $ac_word... " >&6; }
9535 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9536 $as_echo_n "(cached) " >&6
9537 else
9538 if test -n "$OBJCOPY"; then
9539 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9540 else
9541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9542 for as_dir in $PATH
9543 do
9544 IFS=$as_save_IFS
9545 test -z "$as_dir" && as_dir=.
9546 for ac_exec_ext in '' $ac_executable_extensions; do
9547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9548 ac_cv_prog_OBJCOPY="${ncn_progname}"
9549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9550 break 2
9551 fi
9552 done
9553 done
9554 IFS=$as_save_IFS
9555
9556 fi
9557 fi
9558 OBJCOPY=$ac_cv_prog_OBJCOPY
9559 if test -n "$OBJCOPY"; then
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9561 $as_echo "$OBJCOPY" >&6; }
9562 else
9563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9564 $as_echo "no" >&6; }
9565 fi
9566
9567
9568 done
9569 fi
9570
9571 for ncn_progname in objcopy; do
9572 if test -n "$ncn_tool_prefix"; then
9573 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9574 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9576 $as_echo_n "checking for $ac_word... " >&6; }
9577 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9578 $as_echo_n "(cached) " >&6
9579 else
9580 if test -n "$OBJCOPY"; then
9581 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9582 else
9583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9584 for as_dir in $PATH
9585 do
9586 IFS=$as_save_IFS
9587 test -z "$as_dir" && as_dir=.
9588 for ac_exec_ext in '' $ac_executable_extensions; do
9589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9590 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9592 break 2
9593 fi
9594 done
9595 done
9596 IFS=$as_save_IFS
9597
9598 fi
9599 fi
9600 OBJCOPY=$ac_cv_prog_OBJCOPY
9601 if test -n "$OBJCOPY"; then
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9603 $as_echo "$OBJCOPY" >&6; }
9604 else
9605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9606 $as_echo "no" >&6; }
9607 fi
9608
9609
9610 fi
9611 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9612 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9613 set dummy ${ncn_progname}; ac_word=$2
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9615 $as_echo_n "checking for $ac_word... " >&6; }
9616 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9617 $as_echo_n "(cached) " >&6
9618 else
9619 if test -n "$OBJCOPY"; then
9620 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9621 else
9622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9623 for as_dir in $PATH
9624 do
9625 IFS=$as_save_IFS
9626 test -z "$as_dir" && as_dir=.
9627 for ac_exec_ext in '' $ac_executable_extensions; do
9628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9629 ac_cv_prog_OBJCOPY="${ncn_progname}"
9630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9631 break 2
9632 fi
9633 done
9634 done
9635 IFS=$as_save_IFS
9636
9637 fi
9638 fi
9639 OBJCOPY=$ac_cv_prog_OBJCOPY
9640 if test -n "$OBJCOPY"; then
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9642 $as_echo "$OBJCOPY" >&6; }
9643 else
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9645 $as_echo "no" >&6; }
9646 fi
9647
9648
9649 fi
9650 test -n "$ac_cv_prog_OBJCOPY" && break
9651 done
9652
9653 if test -z "$ac_cv_prog_OBJCOPY" ; then
9654 set dummy objcopy
9655 if test $build = $host ; then
9656 OBJCOPY="$2"
9657 else
9658 OBJCOPY="${ncn_tool_prefix}$2"
9659 fi
9660 fi
9661
9662
9663
9664 if test -n "$OBJDUMP"; then
9665 ac_cv_prog_OBJDUMP=$OBJDUMP
9666 elif test -n "$ac_cv_prog_OBJDUMP"; then
9667 OBJDUMP=$ac_cv_prog_OBJDUMP
9668 fi
9669
9670 if test -n "$ac_cv_prog_OBJDUMP"; then
9671 for ncn_progname in objdump; do
9672 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9673 set dummy ${ncn_progname}; ac_word=$2
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9675 $as_echo_n "checking for $ac_word... " >&6; }
9676 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9677 $as_echo_n "(cached) " >&6
9678 else
9679 if test -n "$OBJDUMP"; then
9680 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9681 else
9682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9683 for as_dir in $PATH
9684 do
9685 IFS=$as_save_IFS
9686 test -z "$as_dir" && as_dir=.
9687 for ac_exec_ext in '' $ac_executable_extensions; do
9688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9689 ac_cv_prog_OBJDUMP="${ncn_progname}"
9690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9691 break 2
9692 fi
9693 done
9694 done
9695 IFS=$as_save_IFS
9696
9697 fi
9698 fi
9699 OBJDUMP=$ac_cv_prog_OBJDUMP
9700 if test -n "$OBJDUMP"; then
9701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9702 $as_echo "$OBJDUMP" >&6; }
9703 else
9704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9705 $as_echo "no" >&6; }
9706 fi
9707
9708
9709 done
9710 fi
9711
9712 for ncn_progname in objdump; do
9713 if test -n "$ncn_tool_prefix"; then
9714 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9715 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9717 $as_echo_n "checking for $ac_word... " >&6; }
9718 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9719 $as_echo_n "(cached) " >&6
9720 else
9721 if test -n "$OBJDUMP"; then
9722 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9723 else
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9725 for as_dir in $PATH
9726 do
9727 IFS=$as_save_IFS
9728 test -z "$as_dir" && as_dir=.
9729 for ac_exec_ext in '' $ac_executable_extensions; do
9730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9731 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9733 break 2
9734 fi
9735 done
9736 done
9737 IFS=$as_save_IFS
9738
9739 fi
9740 fi
9741 OBJDUMP=$ac_cv_prog_OBJDUMP
9742 if test -n "$OBJDUMP"; then
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9744 $as_echo "$OBJDUMP" >&6; }
9745 else
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9747 $as_echo "no" >&6; }
9748 fi
9749
9750
9751 fi
9752 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9753 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9754 set dummy ${ncn_progname}; ac_word=$2
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9756 $as_echo_n "checking for $ac_word... " >&6; }
9757 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9758 $as_echo_n "(cached) " >&6
9759 else
9760 if test -n "$OBJDUMP"; then
9761 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9762 else
9763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9764 for as_dir in $PATH
9765 do
9766 IFS=$as_save_IFS
9767 test -z "$as_dir" && as_dir=.
9768 for ac_exec_ext in '' $ac_executable_extensions; do
9769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9770 ac_cv_prog_OBJDUMP="${ncn_progname}"
9771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9772 break 2
9773 fi
9774 done
9775 done
9776 IFS=$as_save_IFS
9777
9778 fi
9779 fi
9780 OBJDUMP=$ac_cv_prog_OBJDUMP
9781 if test -n "$OBJDUMP"; then
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9783 $as_echo "$OBJDUMP" >&6; }
9784 else
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9786 $as_echo "no" >&6; }
9787 fi
9788
9789
9790 fi
9791 test -n "$ac_cv_prog_OBJDUMP" && break
9792 done
9793
9794 if test -z "$ac_cv_prog_OBJDUMP" ; then
9795 set dummy objdump
9796 if test $build = $host ; then
9797 OBJDUMP="$2"
9798 else
9799 OBJDUMP="${ncn_tool_prefix}$2"
9800 fi
9801 fi
9802
9803
9804
9805
9806
9807
9808 # Target tools.
9809
9810 # Check whether --with-build-time-tools was given.
9811 if test "${with_build_time_tools+set}" = set; then :
9812 withval=$with_build_time_tools; case x"$withval" in
9813 x/*) ;;
9814 *)
9815 with_build_time_tools=
9816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9817 $as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9818 ;;
9819 esac
9820 else
9821 with_build_time_tools=
9822 fi
9823
9824
9825
9826
9827 if test -n "$CC_FOR_TARGET"; then
9828 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9829 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9830 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9831 fi
9832
9833 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9834 for ncn_progname in cc gcc; do
9835 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9836 set dummy ${ncn_progname}; ac_word=$2
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9838 $as_echo_n "checking for $ac_word... " >&6; }
9839 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9840 $as_echo_n "(cached) " >&6
9841 else
9842 if test -n "$CC_FOR_TARGET"; then
9843 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9844 else
9845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9846 for as_dir in $PATH
9847 do
9848 IFS=$as_save_IFS
9849 test -z "$as_dir" && as_dir=.
9850 for ac_exec_ext in '' $ac_executable_extensions; do
9851 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9852 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9854 break 2
9855 fi
9856 done
9857 done
9858 IFS=$as_save_IFS
9859
9860 fi
9861 fi
9862 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9863 if test -n "$CC_FOR_TARGET"; then
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9865 $as_echo "$CC_FOR_TARGET" >&6; }
9866 else
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9868 $as_echo "no" >&6; }
9869 fi
9870
9871
9872 done
9873 fi
9874
9875 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9876 for ncn_progname in cc gcc; do
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9878 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9879 if test -x $with_build_time_tools/${ncn_progname}; then
9880 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9882 $as_echo "yes" >&6; }
9883 break
9884 else
9885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9886 $as_echo "no" >&6; }
9887 fi
9888 done
9889 fi
9890
9891 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9892 for ncn_progname in cc gcc; do
9893 if test -n "$ncn_target_tool_prefix"; then
9894 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9895 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9897 $as_echo_n "checking for $ac_word... " >&6; }
9898 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9899 $as_echo_n "(cached) " >&6
9900 else
9901 if test -n "$CC_FOR_TARGET"; then
9902 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9903 else
9904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9905 for as_dir in $PATH
9906 do
9907 IFS=$as_save_IFS
9908 test -z "$as_dir" && as_dir=.
9909 for ac_exec_ext in '' $ac_executable_extensions; do
9910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9911 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9913 break 2
9914 fi
9915 done
9916 done
9917 IFS=$as_save_IFS
9918
9919 fi
9920 fi
9921 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9922 if test -n "$CC_FOR_TARGET"; then
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9924 $as_echo "$CC_FOR_TARGET" >&6; }
9925 else
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9927 $as_echo "no" >&6; }
9928 fi
9929
9930
9931 fi
9932 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9933 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9934 set dummy ${ncn_progname}; ac_word=$2
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9936 $as_echo_n "checking for $ac_word... " >&6; }
9937 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9938 $as_echo_n "(cached) " >&6
9939 else
9940 if test -n "$CC_FOR_TARGET"; then
9941 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9942 else
9943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9944 for as_dir in $PATH
9945 do
9946 IFS=$as_save_IFS
9947 test -z "$as_dir" && as_dir=.
9948 for ac_exec_ext in '' $ac_executable_extensions; do
9949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9950 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9952 break 2
9953 fi
9954 done
9955 done
9956 IFS=$as_save_IFS
9957
9958 fi
9959 fi
9960 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9961 if test -n "$CC_FOR_TARGET"; then
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9963 $as_echo "$CC_FOR_TARGET" >&6; }
9964 else
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9966 $as_echo "no" >&6; }
9967 fi
9968
9969
9970 fi
9971 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9972 done
9973 fi
9974
9975 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9976 set dummy cc gcc
9977 if test $build = $target ; then
9978 CC_FOR_TARGET="$2"
9979 else
9980 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9981 fi
9982 else
9983 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9984 fi
9985
9986
9987
9988 if test -n "$CXX_FOR_TARGET"; then
9989 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9990 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9991 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9992 fi
9993
9994 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9995 for ncn_progname in c++ g++ cxx gxx; do
9996 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9997 set dummy ${ncn_progname}; ac_word=$2
9998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9999 $as_echo_n "checking for $ac_word... " >&6; }
10000 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10001 $as_echo_n "(cached) " >&6
10002 else
10003 if test -n "$CXX_FOR_TARGET"; then
10004 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10005 else
10006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10007 for as_dir in $PATH
10008 do
10009 IFS=$as_save_IFS
10010 test -z "$as_dir" && as_dir=.
10011 for ac_exec_ext in '' $ac_executable_extensions; do
10012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10013 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10015 break 2
10016 fi
10017 done
10018 done
10019 IFS=$as_save_IFS
10020
10021 fi
10022 fi
10023 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10024 if test -n "$CXX_FOR_TARGET"; then
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10026 $as_echo "$CXX_FOR_TARGET" >&6; }
10027 else
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10029 $as_echo "no" >&6; }
10030 fi
10031
10032
10033 done
10034 fi
10035
10036 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10037 for ncn_progname in c++ g++ cxx gxx; do
10038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10039 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10040 if test -x $with_build_time_tools/${ncn_progname}; then
10041 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10043 $as_echo "yes" >&6; }
10044 break
10045 else
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10047 $as_echo "no" >&6; }
10048 fi
10049 done
10050 fi
10051
10052 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10053 for ncn_progname in c++ g++ cxx gxx; do
10054 if test -n "$ncn_target_tool_prefix"; then
10055 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10056 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10058 $as_echo_n "checking for $ac_word... " >&6; }
10059 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10060 $as_echo_n "(cached) " >&6
10061 else
10062 if test -n "$CXX_FOR_TARGET"; then
10063 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10064 else
10065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10066 for as_dir in $PATH
10067 do
10068 IFS=$as_save_IFS
10069 test -z "$as_dir" && as_dir=.
10070 for ac_exec_ext in '' $ac_executable_extensions; do
10071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10072 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10074 break 2
10075 fi
10076 done
10077 done
10078 IFS=$as_save_IFS
10079
10080 fi
10081 fi
10082 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10083 if test -n "$CXX_FOR_TARGET"; then
10084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10085 $as_echo "$CXX_FOR_TARGET" >&6; }
10086 else
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10088 $as_echo "no" >&6; }
10089 fi
10090
10091
10092 fi
10093 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10094 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10095 set dummy ${ncn_progname}; ac_word=$2
10096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10097 $as_echo_n "checking for $ac_word... " >&6; }
10098 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10099 $as_echo_n "(cached) " >&6
10100 else
10101 if test -n "$CXX_FOR_TARGET"; then
10102 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10103 else
10104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10105 for as_dir in $PATH
10106 do
10107 IFS=$as_save_IFS
10108 test -z "$as_dir" && as_dir=.
10109 for ac_exec_ext in '' $ac_executable_extensions; do
10110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10111 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10113 break 2
10114 fi
10115 done
10116 done
10117 IFS=$as_save_IFS
10118
10119 fi
10120 fi
10121 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10122 if test -n "$CXX_FOR_TARGET"; then
10123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10124 $as_echo "$CXX_FOR_TARGET" >&6; }
10125 else
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10127 $as_echo "no" >&6; }
10128 fi
10129
10130
10131 fi
10132 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10133 done
10134 fi
10135
10136 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10137 set dummy c++ g++ cxx gxx
10138 if test $build = $target ; then
10139 CXX_FOR_TARGET="$2"
10140 else
10141 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10142 fi
10143 else
10144 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10145 fi
10146
10147
10148
10149 if test -n "$GCC_FOR_TARGET"; then
10150 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10151 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10152 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10153 fi
10154
10155 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10156 for ncn_progname in gcc; do
10157 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10158 set dummy ${ncn_progname}; ac_word=$2
10159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10160 $as_echo_n "checking for $ac_word... " >&6; }
10161 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10162 $as_echo_n "(cached) " >&6
10163 else
10164 if test -n "$GCC_FOR_TARGET"; then
10165 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10166 else
10167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10168 for as_dir in $PATH
10169 do
10170 IFS=$as_save_IFS
10171 test -z "$as_dir" && as_dir=.
10172 for ac_exec_ext in '' $ac_executable_extensions; do
10173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10174 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10176 break 2
10177 fi
10178 done
10179 done
10180 IFS=$as_save_IFS
10181
10182 fi
10183 fi
10184 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10185 if test -n "$GCC_FOR_TARGET"; then
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10187 $as_echo "$GCC_FOR_TARGET" >&6; }
10188 else
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10190 $as_echo "no" >&6; }
10191 fi
10192
10193
10194 done
10195 fi
10196
10197 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10198 for ncn_progname in gcc; do
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10200 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10201 if test -x $with_build_time_tools/${ncn_progname}; then
10202 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10204 $as_echo "yes" >&6; }
10205 break
10206 else
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10208 $as_echo "no" >&6; }
10209 fi
10210 done
10211 fi
10212
10213 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10214 for ncn_progname in gcc; do
10215 if test -n "$ncn_target_tool_prefix"; then
10216 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10217 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10219 $as_echo_n "checking for $ac_word... " >&6; }
10220 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10221 $as_echo_n "(cached) " >&6
10222 else
10223 if test -n "$GCC_FOR_TARGET"; then
10224 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10225 else
10226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10227 for as_dir in $PATH
10228 do
10229 IFS=$as_save_IFS
10230 test -z "$as_dir" && as_dir=.
10231 for ac_exec_ext in '' $ac_executable_extensions; do
10232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10233 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10235 break 2
10236 fi
10237 done
10238 done
10239 IFS=$as_save_IFS
10240
10241 fi
10242 fi
10243 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10244 if test -n "$GCC_FOR_TARGET"; then
10245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10246 $as_echo "$GCC_FOR_TARGET" >&6; }
10247 else
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10249 $as_echo "no" >&6; }
10250 fi
10251
10252
10253 fi
10254 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10255 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10256 set dummy ${ncn_progname}; ac_word=$2
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10258 $as_echo_n "checking for $ac_word... " >&6; }
10259 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10260 $as_echo_n "(cached) " >&6
10261 else
10262 if test -n "$GCC_FOR_TARGET"; then
10263 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10264 else
10265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10266 for as_dir in $PATH
10267 do
10268 IFS=$as_save_IFS
10269 test -z "$as_dir" && as_dir=.
10270 for ac_exec_ext in '' $ac_executable_extensions; do
10271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10272 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10274 break 2
10275 fi
10276 done
10277 done
10278 IFS=$as_save_IFS
10279
10280 fi
10281 fi
10282 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10283 if test -n "$GCC_FOR_TARGET"; then
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10285 $as_echo "$GCC_FOR_TARGET" >&6; }
10286 else
10287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10288 $as_echo "no" >&6; }
10289 fi
10290
10291
10292 fi
10293 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10294 done
10295 fi
10296
10297 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10298 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10299 else
10300 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10301 fi
10302
10303
10304
10305 if test -n "$GCJ_FOR_TARGET"; then
10306 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10307 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10308 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10309 fi
10310
10311 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10312 for ncn_progname in gcj; do
10313 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10314 set dummy ${ncn_progname}; ac_word=$2
10315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10316 $as_echo_n "checking for $ac_word... " >&6; }
10317 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10318 $as_echo_n "(cached) " >&6
10319 else
10320 if test -n "$GCJ_FOR_TARGET"; then
10321 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10322 else
10323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10324 for as_dir in $PATH
10325 do
10326 IFS=$as_save_IFS
10327 test -z "$as_dir" && as_dir=.
10328 for ac_exec_ext in '' $ac_executable_extensions; do
10329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10330 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10332 break 2
10333 fi
10334 done
10335 done
10336 IFS=$as_save_IFS
10337
10338 fi
10339 fi
10340 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10341 if test -n "$GCJ_FOR_TARGET"; then
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10343 $as_echo "$GCJ_FOR_TARGET" >&6; }
10344 else
10345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10346 $as_echo "no" >&6; }
10347 fi
10348
10349
10350 done
10351 fi
10352
10353 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10354 for ncn_progname in gcj; do
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10356 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10357 if test -x $with_build_time_tools/${ncn_progname}; then
10358 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10360 $as_echo "yes" >&6; }
10361 break
10362 else
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10364 $as_echo "no" >&6; }
10365 fi
10366 done
10367 fi
10368
10369 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10370 for ncn_progname in gcj; do
10371 if test -n "$ncn_target_tool_prefix"; then
10372 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10373 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10375 $as_echo_n "checking for $ac_word... " >&6; }
10376 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10377 $as_echo_n "(cached) " >&6
10378 else
10379 if test -n "$GCJ_FOR_TARGET"; then
10380 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10381 else
10382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10383 for as_dir in $PATH
10384 do
10385 IFS=$as_save_IFS
10386 test -z "$as_dir" && as_dir=.
10387 for ac_exec_ext in '' $ac_executable_extensions; do
10388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10389 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10391 break 2
10392 fi
10393 done
10394 done
10395 IFS=$as_save_IFS
10396
10397 fi
10398 fi
10399 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10400 if test -n "$GCJ_FOR_TARGET"; then
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10402 $as_echo "$GCJ_FOR_TARGET" >&6; }
10403 else
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10405 $as_echo "no" >&6; }
10406 fi
10407
10408
10409 fi
10410 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10411 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10412 set dummy ${ncn_progname}; ac_word=$2
10413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10414 $as_echo_n "checking for $ac_word... " >&6; }
10415 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10416 $as_echo_n "(cached) " >&6
10417 else
10418 if test -n "$GCJ_FOR_TARGET"; then
10419 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10420 else
10421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10422 for as_dir in $PATH
10423 do
10424 IFS=$as_save_IFS
10425 test -z "$as_dir" && as_dir=.
10426 for ac_exec_ext in '' $ac_executable_extensions; do
10427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10428 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10430 break 2
10431 fi
10432 done
10433 done
10434 IFS=$as_save_IFS
10435
10436 fi
10437 fi
10438 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10439 if test -n "$GCJ_FOR_TARGET"; then
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10441 $as_echo "$GCJ_FOR_TARGET" >&6; }
10442 else
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10444 $as_echo "no" >&6; }
10445 fi
10446
10447
10448 fi
10449 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10450 done
10451 fi
10452
10453 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10454 set dummy gcj
10455 if test $build = $target ; then
10456 GCJ_FOR_TARGET="$2"
10457 else
10458 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10459 fi
10460 else
10461 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10462 fi
10463
10464
10465
10466 if test -n "$GFORTRAN_FOR_TARGET"; then
10467 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10468 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10469 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10470 fi
10471
10472 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10473 for ncn_progname in gfortran; do
10474 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10475 set dummy ${ncn_progname}; ac_word=$2
10476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10477 $as_echo_n "checking for $ac_word... " >&6; }
10478 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10479 $as_echo_n "(cached) " >&6
10480 else
10481 if test -n "$GFORTRAN_FOR_TARGET"; then
10482 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10483 else
10484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10485 for as_dir in $PATH
10486 do
10487 IFS=$as_save_IFS
10488 test -z "$as_dir" && as_dir=.
10489 for ac_exec_ext in '' $ac_executable_extensions; do
10490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10491 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10493 break 2
10494 fi
10495 done
10496 done
10497 IFS=$as_save_IFS
10498
10499 fi
10500 fi
10501 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10502 if test -n "$GFORTRAN_FOR_TARGET"; then
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10504 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10505 else
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10507 $as_echo "no" >&6; }
10508 fi
10509
10510
10511 done
10512 fi
10513
10514 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10515 for ncn_progname in gfortran; do
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10517 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10518 if test -x $with_build_time_tools/${ncn_progname}; then
10519 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10521 $as_echo "yes" >&6; }
10522 break
10523 else
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10525 $as_echo "no" >&6; }
10526 fi
10527 done
10528 fi
10529
10530 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10531 for ncn_progname in gfortran; do
10532 if test -n "$ncn_target_tool_prefix"; then
10533 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10534 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10536 $as_echo_n "checking for $ac_word... " >&6; }
10537 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10538 $as_echo_n "(cached) " >&6
10539 else
10540 if test -n "$GFORTRAN_FOR_TARGET"; then
10541 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10542 else
10543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10544 for as_dir in $PATH
10545 do
10546 IFS=$as_save_IFS
10547 test -z "$as_dir" && as_dir=.
10548 for ac_exec_ext in '' $ac_executable_extensions; do
10549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10550 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10552 break 2
10553 fi
10554 done
10555 done
10556 IFS=$as_save_IFS
10557
10558 fi
10559 fi
10560 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10561 if test -n "$GFORTRAN_FOR_TARGET"; then
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10563 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10564 else
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10566 $as_echo "no" >&6; }
10567 fi
10568
10569
10570 fi
10571 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10573 set dummy ${ncn_progname}; ac_word=$2
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10575 $as_echo_n "checking for $ac_word... " >&6; }
10576 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10577 $as_echo_n "(cached) " >&6
10578 else
10579 if test -n "$GFORTRAN_FOR_TARGET"; then
10580 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10581 else
10582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10583 for as_dir in $PATH
10584 do
10585 IFS=$as_save_IFS
10586 test -z "$as_dir" && as_dir=.
10587 for ac_exec_ext in '' $ac_executable_extensions; do
10588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10589 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10591 break 2
10592 fi
10593 done
10594 done
10595 IFS=$as_save_IFS
10596
10597 fi
10598 fi
10599 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10600 if test -n "$GFORTRAN_FOR_TARGET"; then
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10602 $as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10603 else
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10605 $as_echo "no" >&6; }
10606 fi
10607
10608
10609 fi
10610 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10611 done
10612 fi
10613
10614 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10615 set dummy gfortran
10616 if test $build = $target ; then
10617 GFORTRAN_FOR_TARGET="$2"
10618 else
10619 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10620 fi
10621 else
10622 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10623 fi
10624
10625
10626
10627 if test -n "$GOC_FOR_TARGET"; then
10628 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10629 elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10630 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10631 fi
10632
10633 if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10634 for ncn_progname in gccgo; do
10635 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10636 set dummy ${ncn_progname}; ac_word=$2
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10638 $as_echo_n "checking for $ac_word... " >&6; }
10639 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10640 $as_echo_n "(cached) " >&6
10641 else
10642 if test -n "$GOC_FOR_TARGET"; then
10643 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10644 else
10645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10646 for as_dir in $PATH
10647 do
10648 IFS=$as_save_IFS
10649 test -z "$as_dir" && as_dir=.
10650 for ac_exec_ext in '' $ac_executable_extensions; do
10651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10652 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10654 break 2
10655 fi
10656 done
10657 done
10658 IFS=$as_save_IFS
10659
10660 fi
10661 fi
10662 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10663 if test -n "$GOC_FOR_TARGET"; then
10664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10665 $as_echo "$GOC_FOR_TARGET" >&6; }
10666 else
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10668 $as_echo "no" >&6; }
10669 fi
10670
10671
10672 done
10673 fi
10674
10675 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10676 for ncn_progname in gccgo; do
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10678 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10679 if test -x $with_build_time_tools/${ncn_progname}; then
10680 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10682 $as_echo "yes" >&6; }
10683 break
10684 else
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10686 $as_echo "no" >&6; }
10687 fi
10688 done
10689 fi
10690
10691 if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10692 for ncn_progname in gccgo; do
10693 if test -n "$ncn_target_tool_prefix"; then
10694 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10695 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10697 $as_echo_n "checking for $ac_word... " >&6; }
10698 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10699 $as_echo_n "(cached) " >&6
10700 else
10701 if test -n "$GOC_FOR_TARGET"; then
10702 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10703 else
10704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10705 for as_dir in $PATH
10706 do
10707 IFS=$as_save_IFS
10708 test -z "$as_dir" && as_dir=.
10709 for ac_exec_ext in '' $ac_executable_extensions; do
10710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10711 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10713 break 2
10714 fi
10715 done
10716 done
10717 IFS=$as_save_IFS
10718
10719 fi
10720 fi
10721 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10722 if test -n "$GOC_FOR_TARGET"; then
10723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10724 $as_echo "$GOC_FOR_TARGET" >&6; }
10725 else
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10727 $as_echo "no" >&6; }
10728 fi
10729
10730
10731 fi
10732 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10733 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10734 set dummy ${ncn_progname}; ac_word=$2
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10736 $as_echo_n "checking for $ac_word... " >&6; }
10737 if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10738 $as_echo_n "(cached) " >&6
10739 else
10740 if test -n "$GOC_FOR_TARGET"; then
10741 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10742 else
10743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10744 for as_dir in $PATH
10745 do
10746 IFS=$as_save_IFS
10747 test -z "$as_dir" && as_dir=.
10748 for ac_exec_ext in '' $ac_executable_extensions; do
10749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10750 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10752 break 2
10753 fi
10754 done
10755 done
10756 IFS=$as_save_IFS
10757
10758 fi
10759 fi
10760 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10761 if test -n "$GOC_FOR_TARGET"; then
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10763 $as_echo "$GOC_FOR_TARGET" >&6; }
10764 else
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10766 $as_echo "no" >&6; }
10767 fi
10768
10769
10770 fi
10771 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10772 done
10773 fi
10774
10775 if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10776 set dummy gccgo
10777 if test $build = $target ; then
10778 GOC_FOR_TARGET="$2"
10779 else
10780 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10781 fi
10782 else
10783 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10784 fi
10785
10786
10787
10788 cat > conftest.c << \EOF
10789 #ifdef __GNUC__
10790 gcc_yay;
10791 #endif
10792 EOF
10793 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10794 have_gcc_for_target=yes
10795 else
10796 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10797 have_gcc_for_target=no
10798 fi
10799 rm conftest.c
10800
10801
10802
10803
10804 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10805 if test -n "$with_build_time_tools"; then
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10807 $as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10808 if test -x $with_build_time_tools/ar; then
10809 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10810 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10812 $as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10813 else
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10815 $as_echo "no" >&6; }
10816 fi
10817 elif test $build != $host && test $have_gcc_for_target = yes; then
10818 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10819 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10820 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10821 fi
10822 fi
10823 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10824 # Extract the first word of "ar", so it can be a program name with args.
10825 set dummy ar; ac_word=$2
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10827 $as_echo_n "checking for $ac_word... " >&6; }
10828 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10829 $as_echo_n "(cached) " >&6
10830 else
10831 case $AR_FOR_TARGET in
10832 [\\/]* | ?:[\\/]*)
10833 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10834 ;;
10835 *)
10836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10837 for as_dir in $gcc_cv_tool_dirs
10838 do
10839 IFS=$as_save_IFS
10840 test -z "$as_dir" && as_dir=.
10841 for ac_exec_ext in '' $ac_executable_extensions; do
10842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10843 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10845 break 2
10846 fi
10847 done
10848 done
10849 IFS=$as_save_IFS
10850
10851 ;;
10852 esac
10853 fi
10854 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10855 if test -n "$AR_FOR_TARGET"; then
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10857 $as_echo "$AR_FOR_TARGET" >&6; }
10858 else
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10860 $as_echo "no" >&6; }
10861 fi
10862
10863
10864 fi
10865 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10866
10867
10868 if test -n "$AR_FOR_TARGET"; then
10869 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10870 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10871 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10872 fi
10873
10874 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10875 for ncn_progname in ar; do
10876 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10877 set dummy ${ncn_progname}; ac_word=$2
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10879 $as_echo_n "checking for $ac_word... " >&6; }
10880 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10881 $as_echo_n "(cached) " >&6
10882 else
10883 if test -n "$AR_FOR_TARGET"; then
10884 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10885 else
10886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10887 for as_dir in $PATH
10888 do
10889 IFS=$as_save_IFS
10890 test -z "$as_dir" && as_dir=.
10891 for ac_exec_ext in '' $ac_executable_extensions; do
10892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10893 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10895 break 2
10896 fi
10897 done
10898 done
10899 IFS=$as_save_IFS
10900
10901 fi
10902 fi
10903 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10904 if test -n "$AR_FOR_TARGET"; then
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10906 $as_echo "$AR_FOR_TARGET" >&6; }
10907 else
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10909 $as_echo "no" >&6; }
10910 fi
10911
10912
10913 done
10914 fi
10915
10916 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10917 for ncn_progname in ar; do
10918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10919 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10920 if test -x $with_build_time_tools/${ncn_progname}; then
10921 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10923 $as_echo "yes" >&6; }
10924 break
10925 else
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10927 $as_echo "no" >&6; }
10928 fi
10929 done
10930 fi
10931
10932 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10933 for ncn_progname in ar; do
10934 if test -n "$ncn_target_tool_prefix"; then
10935 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10936 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10938 $as_echo_n "checking for $ac_word... " >&6; }
10939 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10940 $as_echo_n "(cached) " >&6
10941 else
10942 if test -n "$AR_FOR_TARGET"; then
10943 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10944 else
10945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10946 for as_dir in $PATH
10947 do
10948 IFS=$as_save_IFS
10949 test -z "$as_dir" && as_dir=.
10950 for ac_exec_ext in '' $ac_executable_extensions; do
10951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10952 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10954 break 2
10955 fi
10956 done
10957 done
10958 IFS=$as_save_IFS
10959
10960 fi
10961 fi
10962 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10963 if test -n "$AR_FOR_TARGET"; then
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10965 $as_echo "$AR_FOR_TARGET" >&6; }
10966 else
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10968 $as_echo "no" >&6; }
10969 fi
10970
10971
10972 fi
10973 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10974 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10975 set dummy ${ncn_progname}; ac_word=$2
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10977 $as_echo_n "checking for $ac_word... " >&6; }
10978 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10979 $as_echo_n "(cached) " >&6
10980 else
10981 if test -n "$AR_FOR_TARGET"; then
10982 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10983 else
10984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10985 for as_dir in $PATH
10986 do
10987 IFS=$as_save_IFS
10988 test -z "$as_dir" && as_dir=.
10989 for ac_exec_ext in '' $ac_executable_extensions; do
10990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10991 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10993 break 2
10994 fi
10995 done
10996 done
10997 IFS=$as_save_IFS
10998
10999 fi
11000 fi
11001 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11002 if test -n "$AR_FOR_TARGET"; then
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11004 $as_echo "$AR_FOR_TARGET" >&6; }
11005 else
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11007 $as_echo "no" >&6; }
11008 fi
11009
11010
11011 fi
11012 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11013 done
11014 fi
11015
11016 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11017 set dummy ar
11018 if test $build = $target ; then
11019 AR_FOR_TARGET="$2"
11020 else
11021 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11022 fi
11023 else
11024 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11025 fi
11026
11027 else
11028 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11029 fi
11030
11031
11032
11033
11034 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11035 if test -n "$with_build_time_tools"; then
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11037 $as_echo_n "checking for as in $with_build_time_tools... " >&6; }
11038 if test -x $with_build_time_tools/as; then
11039 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11040 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11042 $as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11043 else
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11045 $as_echo "no" >&6; }
11046 fi
11047 elif test $build != $host && test $have_gcc_for_target = yes; then
11048 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11049 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11050 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11051 fi
11052 fi
11053 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11054 # Extract the first word of "as", so it can be a program name with args.
11055 set dummy as; ac_word=$2
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11057 $as_echo_n "checking for $ac_word... " >&6; }
11058 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11059 $as_echo_n "(cached) " >&6
11060 else
11061 case $AS_FOR_TARGET in
11062 [\\/]* | ?:[\\/]*)
11063 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11064 ;;
11065 *)
11066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11067 for as_dir in $gcc_cv_tool_dirs
11068 do
11069 IFS=$as_save_IFS
11070 test -z "$as_dir" && as_dir=.
11071 for ac_exec_ext in '' $ac_executable_extensions; do
11072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11073 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11075 break 2
11076 fi
11077 done
11078 done
11079 IFS=$as_save_IFS
11080
11081 ;;
11082 esac
11083 fi
11084 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11085 if test -n "$AS_FOR_TARGET"; then
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11087 $as_echo "$AS_FOR_TARGET" >&6; }
11088 else
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11090 $as_echo "no" >&6; }
11091 fi
11092
11093
11094 fi
11095 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11096
11097
11098 if test -n "$AS_FOR_TARGET"; then
11099 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11100 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11101 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11102 fi
11103
11104 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11105 for ncn_progname in as; do
11106 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11107 set dummy ${ncn_progname}; ac_word=$2
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11109 $as_echo_n "checking for $ac_word... " >&6; }
11110 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11111 $as_echo_n "(cached) " >&6
11112 else
11113 if test -n "$AS_FOR_TARGET"; then
11114 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11115 else
11116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11117 for as_dir in $PATH
11118 do
11119 IFS=$as_save_IFS
11120 test -z "$as_dir" && as_dir=.
11121 for ac_exec_ext in '' $ac_executable_extensions; do
11122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11123 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11125 break 2
11126 fi
11127 done
11128 done
11129 IFS=$as_save_IFS
11130
11131 fi
11132 fi
11133 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11134 if test -n "$AS_FOR_TARGET"; then
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11136 $as_echo "$AS_FOR_TARGET" >&6; }
11137 else
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11139 $as_echo "no" >&6; }
11140 fi
11141
11142
11143 done
11144 fi
11145
11146 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11147 for ncn_progname in as; do
11148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11149 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11150 if test -x $with_build_time_tools/${ncn_progname}; then
11151 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11153 $as_echo "yes" >&6; }
11154 break
11155 else
11156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11157 $as_echo "no" >&6; }
11158 fi
11159 done
11160 fi
11161
11162 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11163 for ncn_progname in as; do
11164 if test -n "$ncn_target_tool_prefix"; then
11165 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11166 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11168 $as_echo_n "checking for $ac_word... " >&6; }
11169 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11170 $as_echo_n "(cached) " >&6
11171 else
11172 if test -n "$AS_FOR_TARGET"; then
11173 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11174 else
11175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11176 for as_dir in $PATH
11177 do
11178 IFS=$as_save_IFS
11179 test -z "$as_dir" && as_dir=.
11180 for ac_exec_ext in '' $ac_executable_extensions; do
11181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11182 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11184 break 2
11185 fi
11186 done
11187 done
11188 IFS=$as_save_IFS
11189
11190 fi
11191 fi
11192 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11193 if test -n "$AS_FOR_TARGET"; then
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11195 $as_echo "$AS_FOR_TARGET" >&6; }
11196 else
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11198 $as_echo "no" >&6; }
11199 fi
11200
11201
11202 fi
11203 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11204 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11205 set dummy ${ncn_progname}; ac_word=$2
11206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11207 $as_echo_n "checking for $ac_word... " >&6; }
11208 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11209 $as_echo_n "(cached) " >&6
11210 else
11211 if test -n "$AS_FOR_TARGET"; then
11212 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11213 else
11214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11215 for as_dir in $PATH
11216 do
11217 IFS=$as_save_IFS
11218 test -z "$as_dir" && as_dir=.
11219 for ac_exec_ext in '' $ac_executable_extensions; do
11220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11221 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11223 break 2
11224 fi
11225 done
11226 done
11227 IFS=$as_save_IFS
11228
11229 fi
11230 fi
11231 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11232 if test -n "$AS_FOR_TARGET"; then
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11234 $as_echo "$AS_FOR_TARGET" >&6; }
11235 else
11236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11237 $as_echo "no" >&6; }
11238 fi
11239
11240
11241 fi
11242 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11243 done
11244 fi
11245
11246 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11247 set dummy as
11248 if test $build = $target ; then
11249 AS_FOR_TARGET="$2"
11250 else
11251 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11252 fi
11253 else
11254 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11255 fi
11256
11257 else
11258 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11259 fi
11260
11261
11262
11263
11264 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11265 if test -n "$with_build_time_tools"; then
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11267 $as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11268 if test -x $with_build_time_tools/dlltool; then
11269 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11270 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11272 $as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11273 else
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11275 $as_echo "no" >&6; }
11276 fi
11277 elif test $build != $host && test $have_gcc_for_target = yes; then
11278 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11279 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11280 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11281 fi
11282 fi
11283 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11284 # Extract the first word of "dlltool", so it can be a program name with args.
11285 set dummy dlltool; ac_word=$2
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11287 $as_echo_n "checking for $ac_word... " >&6; }
11288 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11289 $as_echo_n "(cached) " >&6
11290 else
11291 case $DLLTOOL_FOR_TARGET in
11292 [\\/]* | ?:[\\/]*)
11293 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11294 ;;
11295 *)
11296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11297 for as_dir in $gcc_cv_tool_dirs
11298 do
11299 IFS=$as_save_IFS
11300 test -z "$as_dir" && as_dir=.
11301 for ac_exec_ext in '' $ac_executable_extensions; do
11302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11303 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11305 break 2
11306 fi
11307 done
11308 done
11309 IFS=$as_save_IFS
11310
11311 ;;
11312 esac
11313 fi
11314 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11315 if test -n "$DLLTOOL_FOR_TARGET"; then
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11317 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11318 else
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11320 $as_echo "no" >&6; }
11321 fi
11322
11323
11324 fi
11325 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11326
11327
11328 if test -n "$DLLTOOL_FOR_TARGET"; then
11329 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11330 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11331 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11332 fi
11333
11334 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11335 for ncn_progname in dlltool; do
11336 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11337 set dummy ${ncn_progname}; ac_word=$2
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11339 $as_echo_n "checking for $ac_word... " >&6; }
11340 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11341 $as_echo_n "(cached) " >&6
11342 else
11343 if test -n "$DLLTOOL_FOR_TARGET"; then
11344 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11345 else
11346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11347 for as_dir in $PATH
11348 do
11349 IFS=$as_save_IFS
11350 test -z "$as_dir" && as_dir=.
11351 for ac_exec_ext in '' $ac_executable_extensions; do
11352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11353 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11355 break 2
11356 fi
11357 done
11358 done
11359 IFS=$as_save_IFS
11360
11361 fi
11362 fi
11363 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11364 if test -n "$DLLTOOL_FOR_TARGET"; then
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11366 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11367 else
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11369 $as_echo "no" >&6; }
11370 fi
11371
11372
11373 done
11374 fi
11375
11376 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11377 for ncn_progname in dlltool; do
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11379 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11380 if test -x $with_build_time_tools/${ncn_progname}; then
11381 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11383 $as_echo "yes" >&6; }
11384 break
11385 else
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11387 $as_echo "no" >&6; }
11388 fi
11389 done
11390 fi
11391
11392 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11393 for ncn_progname in dlltool; do
11394 if test -n "$ncn_target_tool_prefix"; then
11395 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11396 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11398 $as_echo_n "checking for $ac_word... " >&6; }
11399 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11400 $as_echo_n "(cached) " >&6
11401 else
11402 if test -n "$DLLTOOL_FOR_TARGET"; then
11403 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11404 else
11405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11406 for as_dir in $PATH
11407 do
11408 IFS=$as_save_IFS
11409 test -z "$as_dir" && as_dir=.
11410 for ac_exec_ext in '' $ac_executable_extensions; do
11411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11412 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11414 break 2
11415 fi
11416 done
11417 done
11418 IFS=$as_save_IFS
11419
11420 fi
11421 fi
11422 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11423 if test -n "$DLLTOOL_FOR_TARGET"; then
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11425 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11426 else
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11428 $as_echo "no" >&6; }
11429 fi
11430
11431
11432 fi
11433 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11434 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11435 set dummy ${ncn_progname}; ac_word=$2
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11437 $as_echo_n "checking for $ac_word... " >&6; }
11438 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11439 $as_echo_n "(cached) " >&6
11440 else
11441 if test -n "$DLLTOOL_FOR_TARGET"; then
11442 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11443 else
11444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11445 for as_dir in $PATH
11446 do
11447 IFS=$as_save_IFS
11448 test -z "$as_dir" && as_dir=.
11449 for ac_exec_ext in '' $ac_executable_extensions; do
11450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11451 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11453 break 2
11454 fi
11455 done
11456 done
11457 IFS=$as_save_IFS
11458
11459 fi
11460 fi
11461 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11462 if test -n "$DLLTOOL_FOR_TARGET"; then
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11464 $as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11465 else
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11467 $as_echo "no" >&6; }
11468 fi
11469
11470
11471 fi
11472 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11473 done
11474 fi
11475
11476 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11477 set dummy dlltool
11478 if test $build = $target ; then
11479 DLLTOOL_FOR_TARGET="$2"
11480 else
11481 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11482 fi
11483 else
11484 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11485 fi
11486
11487 else
11488 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11489 fi
11490
11491
11492
11493
11494 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11495 if test -n "$with_build_time_tools"; then
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11497 $as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11498 if test -x $with_build_time_tools/ld; then
11499 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11500 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11502 $as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11503 else
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11505 $as_echo "no" >&6; }
11506 fi
11507 elif test $build != $host && test $have_gcc_for_target = yes; then
11508 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11509 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11510 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11511 fi
11512 fi
11513 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11514 # Extract the first word of "ld", so it can be a program name with args.
11515 set dummy ld; ac_word=$2
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11517 $as_echo_n "checking for $ac_word... " >&6; }
11518 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11519 $as_echo_n "(cached) " >&6
11520 else
11521 case $LD_FOR_TARGET in
11522 [\\/]* | ?:[\\/]*)
11523 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11524 ;;
11525 *)
11526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11527 for as_dir in $gcc_cv_tool_dirs
11528 do
11529 IFS=$as_save_IFS
11530 test -z "$as_dir" && as_dir=.
11531 for ac_exec_ext in '' $ac_executable_extensions; do
11532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11533 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11535 break 2
11536 fi
11537 done
11538 done
11539 IFS=$as_save_IFS
11540
11541 ;;
11542 esac
11543 fi
11544 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11545 if test -n "$LD_FOR_TARGET"; then
11546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11547 $as_echo "$LD_FOR_TARGET" >&6; }
11548 else
11549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11550 $as_echo "no" >&6; }
11551 fi
11552
11553
11554 fi
11555 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11556
11557
11558 if test -n "$LD_FOR_TARGET"; then
11559 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11560 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11561 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11562 fi
11563
11564 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11565 for ncn_progname in ld; do
11566 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11567 set dummy ${ncn_progname}; ac_word=$2
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11569 $as_echo_n "checking for $ac_word... " >&6; }
11570 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11571 $as_echo_n "(cached) " >&6
11572 else
11573 if test -n "$LD_FOR_TARGET"; then
11574 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11575 else
11576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11577 for as_dir in $PATH
11578 do
11579 IFS=$as_save_IFS
11580 test -z "$as_dir" && as_dir=.
11581 for ac_exec_ext in '' $ac_executable_extensions; do
11582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11583 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11585 break 2
11586 fi
11587 done
11588 done
11589 IFS=$as_save_IFS
11590
11591 fi
11592 fi
11593 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11594 if test -n "$LD_FOR_TARGET"; then
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11596 $as_echo "$LD_FOR_TARGET" >&6; }
11597 else
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11599 $as_echo "no" >&6; }
11600 fi
11601
11602
11603 done
11604 fi
11605
11606 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11607 for ncn_progname in ld; do
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11609 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11610 if test -x $with_build_time_tools/${ncn_progname}; then
11611 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11613 $as_echo "yes" >&6; }
11614 break
11615 else
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11617 $as_echo "no" >&6; }
11618 fi
11619 done
11620 fi
11621
11622 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11623 for ncn_progname in ld; do
11624 if test -n "$ncn_target_tool_prefix"; then
11625 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11626 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11628 $as_echo_n "checking for $ac_word... " >&6; }
11629 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11630 $as_echo_n "(cached) " >&6
11631 else
11632 if test -n "$LD_FOR_TARGET"; then
11633 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11634 else
11635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11636 for as_dir in $PATH
11637 do
11638 IFS=$as_save_IFS
11639 test -z "$as_dir" && as_dir=.
11640 for ac_exec_ext in '' $ac_executable_extensions; do
11641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11642 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11644 break 2
11645 fi
11646 done
11647 done
11648 IFS=$as_save_IFS
11649
11650 fi
11651 fi
11652 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11653 if test -n "$LD_FOR_TARGET"; then
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11655 $as_echo "$LD_FOR_TARGET" >&6; }
11656 else
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11658 $as_echo "no" >&6; }
11659 fi
11660
11661
11662 fi
11663 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11665 set dummy ${ncn_progname}; ac_word=$2
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11667 $as_echo_n "checking for $ac_word... " >&6; }
11668 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11669 $as_echo_n "(cached) " >&6
11670 else
11671 if test -n "$LD_FOR_TARGET"; then
11672 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11673 else
11674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11675 for as_dir in $PATH
11676 do
11677 IFS=$as_save_IFS
11678 test -z "$as_dir" && as_dir=.
11679 for ac_exec_ext in '' $ac_executable_extensions; do
11680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11681 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11683 break 2
11684 fi
11685 done
11686 done
11687 IFS=$as_save_IFS
11688
11689 fi
11690 fi
11691 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11692 if test -n "$LD_FOR_TARGET"; then
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11694 $as_echo "$LD_FOR_TARGET" >&6; }
11695 else
11696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11697 $as_echo "no" >&6; }
11698 fi
11699
11700
11701 fi
11702 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11703 done
11704 fi
11705
11706 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11707 set dummy ld
11708 if test $build = $target ; then
11709 LD_FOR_TARGET="$2"
11710 else
11711 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11712 fi
11713 else
11714 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11715 fi
11716
11717 else
11718 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11719 fi
11720
11721
11722
11723
11724 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11725 if test -n "$with_build_time_tools"; then
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11727 $as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11728 if test -x $with_build_time_tools/lipo; then
11729 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11730 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11732 $as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11733 else
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11735 $as_echo "no" >&6; }
11736 fi
11737 elif test $build != $host && test $have_gcc_for_target = yes; then
11738 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11739 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11740 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11741 fi
11742 fi
11743 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11744 # Extract the first word of "lipo", so it can be a program name with args.
11745 set dummy lipo; ac_word=$2
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11747 $as_echo_n "checking for $ac_word... " >&6; }
11748 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11749 $as_echo_n "(cached) " >&6
11750 else
11751 case $LIPO_FOR_TARGET in
11752 [\\/]* | ?:[\\/]*)
11753 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11754 ;;
11755 *)
11756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11757 for as_dir in $gcc_cv_tool_dirs
11758 do
11759 IFS=$as_save_IFS
11760 test -z "$as_dir" && as_dir=.
11761 for ac_exec_ext in '' $ac_executable_extensions; do
11762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11763 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11765 break 2
11766 fi
11767 done
11768 done
11769 IFS=$as_save_IFS
11770
11771 ;;
11772 esac
11773 fi
11774 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11775 if test -n "$LIPO_FOR_TARGET"; then
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11777 $as_echo "$LIPO_FOR_TARGET" >&6; }
11778 else
11779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11780 $as_echo "no" >&6; }
11781 fi
11782
11783
11784 fi
11785 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11786
11787
11788 if test -n "$LIPO_FOR_TARGET"; then
11789 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11790 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11791 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11792 fi
11793
11794 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11795 for ncn_progname in lipo; do
11796 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11797 set dummy ${ncn_progname}; ac_word=$2
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11799 $as_echo_n "checking for $ac_word... " >&6; }
11800 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11801 $as_echo_n "(cached) " >&6
11802 else
11803 if test -n "$LIPO_FOR_TARGET"; then
11804 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11805 else
11806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11807 for as_dir in $PATH
11808 do
11809 IFS=$as_save_IFS
11810 test -z "$as_dir" && as_dir=.
11811 for ac_exec_ext in '' $ac_executable_extensions; do
11812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11813 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11815 break 2
11816 fi
11817 done
11818 done
11819 IFS=$as_save_IFS
11820
11821 fi
11822 fi
11823 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11824 if test -n "$LIPO_FOR_TARGET"; then
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11826 $as_echo "$LIPO_FOR_TARGET" >&6; }
11827 else
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11829 $as_echo "no" >&6; }
11830 fi
11831
11832
11833 done
11834 fi
11835
11836 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11837 for ncn_progname in lipo; do
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11839 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11840 if test -x $with_build_time_tools/${ncn_progname}; then
11841 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11843 $as_echo "yes" >&6; }
11844 break
11845 else
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11847 $as_echo "no" >&6; }
11848 fi
11849 done
11850 fi
11851
11852 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11853 for ncn_progname in lipo; do
11854 if test -n "$ncn_target_tool_prefix"; then
11855 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11856 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11858 $as_echo_n "checking for $ac_word... " >&6; }
11859 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11860 $as_echo_n "(cached) " >&6
11861 else
11862 if test -n "$LIPO_FOR_TARGET"; then
11863 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11864 else
11865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11866 for as_dir in $PATH
11867 do
11868 IFS=$as_save_IFS
11869 test -z "$as_dir" && as_dir=.
11870 for ac_exec_ext in '' $ac_executable_extensions; do
11871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11872 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11874 break 2
11875 fi
11876 done
11877 done
11878 IFS=$as_save_IFS
11879
11880 fi
11881 fi
11882 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11883 if test -n "$LIPO_FOR_TARGET"; then
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11885 $as_echo "$LIPO_FOR_TARGET" >&6; }
11886 else
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11888 $as_echo "no" >&6; }
11889 fi
11890
11891
11892 fi
11893 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11894 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11895 set dummy ${ncn_progname}; ac_word=$2
11896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11897 $as_echo_n "checking for $ac_word... " >&6; }
11898 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11899 $as_echo_n "(cached) " >&6
11900 else
11901 if test -n "$LIPO_FOR_TARGET"; then
11902 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11903 else
11904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11905 for as_dir in $PATH
11906 do
11907 IFS=$as_save_IFS
11908 test -z "$as_dir" && as_dir=.
11909 for ac_exec_ext in '' $ac_executable_extensions; do
11910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11911 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11913 break 2
11914 fi
11915 done
11916 done
11917 IFS=$as_save_IFS
11918
11919 fi
11920 fi
11921 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11922 if test -n "$LIPO_FOR_TARGET"; then
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11924 $as_echo "$LIPO_FOR_TARGET" >&6; }
11925 else
11926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11927 $as_echo "no" >&6; }
11928 fi
11929
11930
11931 fi
11932 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11933 done
11934 fi
11935
11936 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11937 set dummy lipo
11938 if test $build = $target ; then
11939 LIPO_FOR_TARGET="$2"
11940 else
11941 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11942 fi
11943 else
11944 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11945 fi
11946
11947 else
11948 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11949 fi
11950
11951
11952
11953
11954 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11955 if test -n "$with_build_time_tools"; then
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11957 $as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11958 if test -x $with_build_time_tools/nm; then
11959 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11960 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11962 $as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11963 else
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11965 $as_echo "no" >&6; }
11966 fi
11967 elif test $build != $host && test $have_gcc_for_target = yes; then
11968 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11969 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11970 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11971 fi
11972 fi
11973 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11974 # Extract the first word of "nm", so it can be a program name with args.
11975 set dummy nm; ac_word=$2
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11977 $as_echo_n "checking for $ac_word... " >&6; }
11978 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11979 $as_echo_n "(cached) " >&6
11980 else
11981 case $NM_FOR_TARGET in
11982 [\\/]* | ?:[\\/]*)
11983 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11984 ;;
11985 *)
11986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11987 for as_dir in $gcc_cv_tool_dirs
11988 do
11989 IFS=$as_save_IFS
11990 test -z "$as_dir" && as_dir=.
11991 for ac_exec_ext in '' $ac_executable_extensions; do
11992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11993 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11995 break 2
11996 fi
11997 done
11998 done
11999 IFS=$as_save_IFS
12000
12001 ;;
12002 esac
12003 fi
12004 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12005 if test -n "$NM_FOR_TARGET"; then
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12007 $as_echo "$NM_FOR_TARGET" >&6; }
12008 else
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12010 $as_echo "no" >&6; }
12011 fi
12012
12013
12014 fi
12015 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12016
12017
12018 if test -n "$NM_FOR_TARGET"; then
12019 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12020 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12021 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12022 fi
12023
12024 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12025 for ncn_progname in nm; do
12026 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12027 set dummy ${ncn_progname}; ac_word=$2
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12029 $as_echo_n "checking for $ac_word... " >&6; }
12030 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12031 $as_echo_n "(cached) " >&6
12032 else
12033 if test -n "$NM_FOR_TARGET"; then
12034 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12035 else
12036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12037 for as_dir in $PATH
12038 do
12039 IFS=$as_save_IFS
12040 test -z "$as_dir" && as_dir=.
12041 for ac_exec_ext in '' $ac_executable_extensions; do
12042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12043 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12045 break 2
12046 fi
12047 done
12048 done
12049 IFS=$as_save_IFS
12050
12051 fi
12052 fi
12053 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12054 if test -n "$NM_FOR_TARGET"; then
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12056 $as_echo "$NM_FOR_TARGET" >&6; }
12057 else
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12059 $as_echo "no" >&6; }
12060 fi
12061
12062
12063 done
12064 fi
12065
12066 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12067 for ncn_progname in nm; do
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12069 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12070 if test -x $with_build_time_tools/${ncn_progname}; then
12071 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12073 $as_echo "yes" >&6; }
12074 break
12075 else
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12077 $as_echo "no" >&6; }
12078 fi
12079 done
12080 fi
12081
12082 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12083 for ncn_progname in nm; do
12084 if test -n "$ncn_target_tool_prefix"; then
12085 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12086 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12088 $as_echo_n "checking for $ac_word... " >&6; }
12089 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12090 $as_echo_n "(cached) " >&6
12091 else
12092 if test -n "$NM_FOR_TARGET"; then
12093 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12094 else
12095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12096 for as_dir in $PATH
12097 do
12098 IFS=$as_save_IFS
12099 test -z "$as_dir" && as_dir=.
12100 for ac_exec_ext in '' $ac_executable_extensions; do
12101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12102 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12104 break 2
12105 fi
12106 done
12107 done
12108 IFS=$as_save_IFS
12109
12110 fi
12111 fi
12112 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12113 if test -n "$NM_FOR_TARGET"; then
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12115 $as_echo "$NM_FOR_TARGET" >&6; }
12116 else
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12118 $as_echo "no" >&6; }
12119 fi
12120
12121
12122 fi
12123 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12124 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12125 set dummy ${ncn_progname}; ac_word=$2
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12127 $as_echo_n "checking for $ac_word... " >&6; }
12128 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12129 $as_echo_n "(cached) " >&6
12130 else
12131 if test -n "$NM_FOR_TARGET"; then
12132 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12133 else
12134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12135 for as_dir in $PATH
12136 do
12137 IFS=$as_save_IFS
12138 test -z "$as_dir" && as_dir=.
12139 for ac_exec_ext in '' $ac_executable_extensions; do
12140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12141 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12143 break 2
12144 fi
12145 done
12146 done
12147 IFS=$as_save_IFS
12148
12149 fi
12150 fi
12151 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12152 if test -n "$NM_FOR_TARGET"; then
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12154 $as_echo "$NM_FOR_TARGET" >&6; }
12155 else
12156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12157 $as_echo "no" >&6; }
12158 fi
12159
12160
12161 fi
12162 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12163 done
12164 fi
12165
12166 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12167 set dummy nm
12168 if test $build = $target ; then
12169 NM_FOR_TARGET="$2"
12170 else
12171 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12172 fi
12173 else
12174 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12175 fi
12176
12177 else
12178 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12179 fi
12180
12181
12182
12183
12184 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12185 if test -n "$with_build_time_tools"; then
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12187 $as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12188 if test -x $with_build_time_tools/objdump; then
12189 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12190 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12192 $as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12193 else
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12195 $as_echo "no" >&6; }
12196 fi
12197 elif test $build != $host && test $have_gcc_for_target = yes; then
12198 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12199 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12200 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12201 fi
12202 fi
12203 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12204 # Extract the first word of "objdump", so it can be a program name with args.
12205 set dummy objdump; ac_word=$2
12206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12207 $as_echo_n "checking for $ac_word... " >&6; }
12208 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12209 $as_echo_n "(cached) " >&6
12210 else
12211 case $OBJDUMP_FOR_TARGET in
12212 [\\/]* | ?:[\\/]*)
12213 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12214 ;;
12215 *)
12216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12217 for as_dir in $gcc_cv_tool_dirs
12218 do
12219 IFS=$as_save_IFS
12220 test -z "$as_dir" && as_dir=.
12221 for ac_exec_ext in '' $ac_executable_extensions; do
12222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12223 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12225 break 2
12226 fi
12227 done
12228 done
12229 IFS=$as_save_IFS
12230
12231 ;;
12232 esac
12233 fi
12234 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12235 if test -n "$OBJDUMP_FOR_TARGET"; then
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12237 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12238 else
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12240 $as_echo "no" >&6; }
12241 fi
12242
12243
12244 fi
12245 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12246
12247
12248 if test -n "$OBJDUMP_FOR_TARGET"; then
12249 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12250 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12251 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12252 fi
12253
12254 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12255 for ncn_progname in objdump; do
12256 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12257 set dummy ${ncn_progname}; ac_word=$2
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12259 $as_echo_n "checking for $ac_word... " >&6; }
12260 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12261 $as_echo_n "(cached) " >&6
12262 else
12263 if test -n "$OBJDUMP_FOR_TARGET"; then
12264 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12265 else
12266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12267 for as_dir in $PATH
12268 do
12269 IFS=$as_save_IFS
12270 test -z "$as_dir" && as_dir=.
12271 for ac_exec_ext in '' $ac_executable_extensions; do
12272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12273 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12275 break 2
12276 fi
12277 done
12278 done
12279 IFS=$as_save_IFS
12280
12281 fi
12282 fi
12283 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12284 if test -n "$OBJDUMP_FOR_TARGET"; then
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12286 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12287 else
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12289 $as_echo "no" >&6; }
12290 fi
12291
12292
12293 done
12294 fi
12295
12296 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12297 for ncn_progname in objdump; do
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12299 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12300 if test -x $with_build_time_tools/${ncn_progname}; then
12301 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12303 $as_echo "yes" >&6; }
12304 break
12305 else
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12307 $as_echo "no" >&6; }
12308 fi
12309 done
12310 fi
12311
12312 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12313 for ncn_progname in objdump; do
12314 if test -n "$ncn_target_tool_prefix"; then
12315 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12316 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12318 $as_echo_n "checking for $ac_word... " >&6; }
12319 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12320 $as_echo_n "(cached) " >&6
12321 else
12322 if test -n "$OBJDUMP_FOR_TARGET"; then
12323 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12324 else
12325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12326 for as_dir in $PATH
12327 do
12328 IFS=$as_save_IFS
12329 test -z "$as_dir" && as_dir=.
12330 for ac_exec_ext in '' $ac_executable_extensions; do
12331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12332 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12334 break 2
12335 fi
12336 done
12337 done
12338 IFS=$as_save_IFS
12339
12340 fi
12341 fi
12342 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12343 if test -n "$OBJDUMP_FOR_TARGET"; then
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12345 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12346 else
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12348 $as_echo "no" >&6; }
12349 fi
12350
12351
12352 fi
12353 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12354 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12355 set dummy ${ncn_progname}; ac_word=$2
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12357 $as_echo_n "checking for $ac_word... " >&6; }
12358 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12359 $as_echo_n "(cached) " >&6
12360 else
12361 if test -n "$OBJDUMP_FOR_TARGET"; then
12362 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12363 else
12364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12365 for as_dir in $PATH
12366 do
12367 IFS=$as_save_IFS
12368 test -z "$as_dir" && as_dir=.
12369 for ac_exec_ext in '' $ac_executable_extensions; do
12370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12371 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12373 break 2
12374 fi
12375 done
12376 done
12377 IFS=$as_save_IFS
12378
12379 fi
12380 fi
12381 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12382 if test -n "$OBJDUMP_FOR_TARGET"; then
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12384 $as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12385 else
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12387 $as_echo "no" >&6; }
12388 fi
12389
12390
12391 fi
12392 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12393 done
12394 fi
12395
12396 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12397 set dummy objdump
12398 if test $build = $target ; then
12399 OBJDUMP_FOR_TARGET="$2"
12400 else
12401 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12402 fi
12403 else
12404 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12405 fi
12406
12407 else
12408 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12409 fi
12410
12411
12412
12413
12414 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12415 if test -n "$with_build_time_tools"; then
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12417 $as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12418 if test -x $with_build_time_tools/ranlib; then
12419 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12420 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12422 $as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12423 else
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12425 $as_echo "no" >&6; }
12426 fi
12427 elif test $build != $host && test $have_gcc_for_target = yes; then
12428 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12429 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12430 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12431 fi
12432 fi
12433 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12434 # Extract the first word of "ranlib", so it can be a program name with args.
12435 set dummy ranlib; ac_word=$2
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12437 $as_echo_n "checking for $ac_word... " >&6; }
12438 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12439 $as_echo_n "(cached) " >&6
12440 else
12441 case $RANLIB_FOR_TARGET in
12442 [\\/]* | ?:[\\/]*)
12443 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12444 ;;
12445 *)
12446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12447 for as_dir in $gcc_cv_tool_dirs
12448 do
12449 IFS=$as_save_IFS
12450 test -z "$as_dir" && as_dir=.
12451 for ac_exec_ext in '' $ac_executable_extensions; do
12452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12453 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12455 break 2
12456 fi
12457 done
12458 done
12459 IFS=$as_save_IFS
12460
12461 ;;
12462 esac
12463 fi
12464 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12465 if test -n "$RANLIB_FOR_TARGET"; then
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12467 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12468 else
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12470 $as_echo "no" >&6; }
12471 fi
12472
12473
12474 fi
12475 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12476
12477
12478 if test -n "$RANLIB_FOR_TARGET"; then
12479 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12480 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12481 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12482 fi
12483
12484 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12485 for ncn_progname in ranlib; do
12486 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12487 set dummy ${ncn_progname}; ac_word=$2
12488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12489 $as_echo_n "checking for $ac_word... " >&6; }
12490 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12491 $as_echo_n "(cached) " >&6
12492 else
12493 if test -n "$RANLIB_FOR_TARGET"; then
12494 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12495 else
12496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12497 for as_dir in $PATH
12498 do
12499 IFS=$as_save_IFS
12500 test -z "$as_dir" && as_dir=.
12501 for ac_exec_ext in '' $ac_executable_extensions; do
12502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12503 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12505 break 2
12506 fi
12507 done
12508 done
12509 IFS=$as_save_IFS
12510
12511 fi
12512 fi
12513 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12514 if test -n "$RANLIB_FOR_TARGET"; then
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12516 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12517 else
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12519 $as_echo "no" >&6; }
12520 fi
12521
12522
12523 done
12524 fi
12525
12526 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12527 for ncn_progname in ranlib; do
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12529 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12530 if test -x $with_build_time_tools/${ncn_progname}; then
12531 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12533 $as_echo "yes" >&6; }
12534 break
12535 else
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12537 $as_echo "no" >&6; }
12538 fi
12539 done
12540 fi
12541
12542 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12543 for ncn_progname in ranlib; do
12544 if test -n "$ncn_target_tool_prefix"; then
12545 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12546 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12548 $as_echo_n "checking for $ac_word... " >&6; }
12549 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12550 $as_echo_n "(cached) " >&6
12551 else
12552 if test -n "$RANLIB_FOR_TARGET"; then
12553 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12554 else
12555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12556 for as_dir in $PATH
12557 do
12558 IFS=$as_save_IFS
12559 test -z "$as_dir" && as_dir=.
12560 for ac_exec_ext in '' $ac_executable_extensions; do
12561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12562 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12564 break 2
12565 fi
12566 done
12567 done
12568 IFS=$as_save_IFS
12569
12570 fi
12571 fi
12572 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12573 if test -n "$RANLIB_FOR_TARGET"; then
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12575 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12576 else
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12578 $as_echo "no" >&6; }
12579 fi
12580
12581
12582 fi
12583 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12584 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12585 set dummy ${ncn_progname}; ac_word=$2
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12587 $as_echo_n "checking for $ac_word... " >&6; }
12588 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12589 $as_echo_n "(cached) " >&6
12590 else
12591 if test -n "$RANLIB_FOR_TARGET"; then
12592 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12593 else
12594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12595 for as_dir in $PATH
12596 do
12597 IFS=$as_save_IFS
12598 test -z "$as_dir" && as_dir=.
12599 for ac_exec_ext in '' $ac_executable_extensions; do
12600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12601 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12603 break 2
12604 fi
12605 done
12606 done
12607 IFS=$as_save_IFS
12608
12609 fi
12610 fi
12611 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12612 if test -n "$RANLIB_FOR_TARGET"; then
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12614 $as_echo "$RANLIB_FOR_TARGET" >&6; }
12615 else
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12617 $as_echo "no" >&6; }
12618 fi
12619
12620
12621 fi
12622 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12623 done
12624 fi
12625
12626 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12627 set dummy ranlib
12628 if test $build = $target ; then
12629 RANLIB_FOR_TARGET="$2"
12630 else
12631 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12632 fi
12633 else
12634 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12635 fi
12636
12637 else
12638 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12639 fi
12640
12641
12642
12643
12644 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12645 if test -n "$with_build_time_tools"; then
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12647 $as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12648 if test -x $with_build_time_tools/strip; then
12649 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12650 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12652 $as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12653 else
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12655 $as_echo "no" >&6; }
12656 fi
12657 elif test $build != $host && test $have_gcc_for_target = yes; then
12658 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12659 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12660 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12661 fi
12662 fi
12663 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12664 # Extract the first word of "strip", so it can be a program name with args.
12665 set dummy strip; ac_word=$2
12666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12667 $as_echo_n "checking for $ac_word... " >&6; }
12668 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12669 $as_echo_n "(cached) " >&6
12670 else
12671 case $STRIP_FOR_TARGET in
12672 [\\/]* | ?:[\\/]*)
12673 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12674 ;;
12675 *)
12676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12677 for as_dir in $gcc_cv_tool_dirs
12678 do
12679 IFS=$as_save_IFS
12680 test -z "$as_dir" && as_dir=.
12681 for ac_exec_ext in '' $ac_executable_extensions; do
12682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12683 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12685 break 2
12686 fi
12687 done
12688 done
12689 IFS=$as_save_IFS
12690
12691 ;;
12692 esac
12693 fi
12694 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12695 if test -n "$STRIP_FOR_TARGET"; then
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12697 $as_echo "$STRIP_FOR_TARGET" >&6; }
12698 else
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12700 $as_echo "no" >&6; }
12701 fi
12702
12703
12704 fi
12705 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12706
12707
12708 if test -n "$STRIP_FOR_TARGET"; then
12709 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12710 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12711 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12712 fi
12713
12714 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12715 for ncn_progname in strip; do
12716 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12717 set dummy ${ncn_progname}; ac_word=$2
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12719 $as_echo_n "checking for $ac_word... " >&6; }
12720 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12721 $as_echo_n "(cached) " >&6
12722 else
12723 if test -n "$STRIP_FOR_TARGET"; then
12724 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12725 else
12726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12727 for as_dir in $PATH
12728 do
12729 IFS=$as_save_IFS
12730 test -z "$as_dir" && as_dir=.
12731 for ac_exec_ext in '' $ac_executable_extensions; do
12732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12733 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12735 break 2
12736 fi
12737 done
12738 done
12739 IFS=$as_save_IFS
12740
12741 fi
12742 fi
12743 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12744 if test -n "$STRIP_FOR_TARGET"; then
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12746 $as_echo "$STRIP_FOR_TARGET" >&6; }
12747 else
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12749 $as_echo "no" >&6; }
12750 fi
12751
12752
12753 done
12754 fi
12755
12756 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12757 for ncn_progname in strip; do
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12759 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12760 if test -x $with_build_time_tools/${ncn_progname}; then
12761 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12763 $as_echo "yes" >&6; }
12764 break
12765 else
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12767 $as_echo "no" >&6; }
12768 fi
12769 done
12770 fi
12771
12772 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12773 for ncn_progname in strip; do
12774 if test -n "$ncn_target_tool_prefix"; then
12775 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12776 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12778 $as_echo_n "checking for $ac_word... " >&6; }
12779 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12780 $as_echo_n "(cached) " >&6
12781 else
12782 if test -n "$STRIP_FOR_TARGET"; then
12783 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12784 else
12785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12786 for as_dir in $PATH
12787 do
12788 IFS=$as_save_IFS
12789 test -z "$as_dir" && as_dir=.
12790 for ac_exec_ext in '' $ac_executable_extensions; do
12791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12792 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12794 break 2
12795 fi
12796 done
12797 done
12798 IFS=$as_save_IFS
12799
12800 fi
12801 fi
12802 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12803 if test -n "$STRIP_FOR_TARGET"; then
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12805 $as_echo "$STRIP_FOR_TARGET" >&6; }
12806 else
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12808 $as_echo "no" >&6; }
12809 fi
12810
12811
12812 fi
12813 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12814 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12815 set dummy ${ncn_progname}; ac_word=$2
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12817 $as_echo_n "checking for $ac_word... " >&6; }
12818 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12819 $as_echo_n "(cached) " >&6
12820 else
12821 if test -n "$STRIP_FOR_TARGET"; then
12822 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12823 else
12824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12825 for as_dir in $PATH
12826 do
12827 IFS=$as_save_IFS
12828 test -z "$as_dir" && as_dir=.
12829 for ac_exec_ext in '' $ac_executable_extensions; do
12830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12831 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12833 break 2
12834 fi
12835 done
12836 done
12837 IFS=$as_save_IFS
12838
12839 fi
12840 fi
12841 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12842 if test -n "$STRIP_FOR_TARGET"; then
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12844 $as_echo "$STRIP_FOR_TARGET" >&6; }
12845 else
12846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12847 $as_echo "no" >&6; }
12848 fi
12849
12850
12851 fi
12852 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12853 done
12854 fi
12855
12856 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12857 set dummy strip
12858 if test $build = $target ; then
12859 STRIP_FOR_TARGET="$2"
12860 else
12861 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12862 fi
12863 else
12864 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12865 fi
12866
12867 else
12868 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12869 fi
12870
12871
12872
12873
12874 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12875 if test -n "$with_build_time_tools"; then
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12877 $as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12878 if test -x $with_build_time_tools/windres; then
12879 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12880 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12882 $as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12883 else
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12885 $as_echo "no" >&6; }
12886 fi
12887 elif test $build != $host && test $have_gcc_for_target = yes; then
12888 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12889 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12890 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12891 fi
12892 fi
12893 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12894 # Extract the first word of "windres", so it can be a program name with args.
12895 set dummy windres; ac_word=$2
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12897 $as_echo_n "checking for $ac_word... " >&6; }
12898 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12899 $as_echo_n "(cached) " >&6
12900 else
12901 case $WINDRES_FOR_TARGET in
12902 [\\/]* | ?:[\\/]*)
12903 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12904 ;;
12905 *)
12906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12907 for as_dir in $gcc_cv_tool_dirs
12908 do
12909 IFS=$as_save_IFS
12910 test -z "$as_dir" && as_dir=.
12911 for ac_exec_ext in '' $ac_executable_extensions; do
12912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12913 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12915 break 2
12916 fi
12917 done
12918 done
12919 IFS=$as_save_IFS
12920
12921 ;;
12922 esac
12923 fi
12924 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12925 if test -n "$WINDRES_FOR_TARGET"; then
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12927 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12928 else
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12930 $as_echo "no" >&6; }
12931 fi
12932
12933
12934 fi
12935 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12936
12937
12938 if test -n "$WINDRES_FOR_TARGET"; then
12939 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12940 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12941 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12942 fi
12943
12944 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12945 for ncn_progname in windres; do
12946 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12947 set dummy ${ncn_progname}; ac_word=$2
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12949 $as_echo_n "checking for $ac_word... " >&6; }
12950 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12951 $as_echo_n "(cached) " >&6
12952 else
12953 if test -n "$WINDRES_FOR_TARGET"; then
12954 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12955 else
12956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12957 for as_dir in $PATH
12958 do
12959 IFS=$as_save_IFS
12960 test -z "$as_dir" && as_dir=.
12961 for ac_exec_ext in '' $ac_executable_extensions; do
12962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12963 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12965 break 2
12966 fi
12967 done
12968 done
12969 IFS=$as_save_IFS
12970
12971 fi
12972 fi
12973 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12974 if test -n "$WINDRES_FOR_TARGET"; then
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12976 $as_echo "$WINDRES_FOR_TARGET" >&6; }
12977 else
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12979 $as_echo "no" >&6; }
12980 fi
12981
12982
12983 done
12984 fi
12985
12986 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12987 for ncn_progname in windres; do
12988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12989 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12990 if test -x $with_build_time_tools/${ncn_progname}; then
12991 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12993 $as_echo "yes" >&6; }
12994 break
12995 else
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12997 $as_echo "no" >&6; }
12998 fi
12999 done
13000 fi
13001
13002 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13003 for ncn_progname in windres; do
13004 if test -n "$ncn_target_tool_prefix"; then
13005 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13006 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13008 $as_echo_n "checking for $ac_word... " >&6; }
13009 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13010 $as_echo_n "(cached) " >&6
13011 else
13012 if test -n "$WINDRES_FOR_TARGET"; then
13013 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13014 else
13015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13016 for as_dir in $PATH
13017 do
13018 IFS=$as_save_IFS
13019 test -z "$as_dir" && as_dir=.
13020 for ac_exec_ext in '' $ac_executable_extensions; do
13021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13022 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13024 break 2
13025 fi
13026 done
13027 done
13028 IFS=$as_save_IFS
13029
13030 fi
13031 fi
13032 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13033 if test -n "$WINDRES_FOR_TARGET"; then
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13035 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13036 else
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13038 $as_echo "no" >&6; }
13039 fi
13040
13041
13042 fi
13043 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13044 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13045 set dummy ${ncn_progname}; ac_word=$2
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13047 $as_echo_n "checking for $ac_word... " >&6; }
13048 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13049 $as_echo_n "(cached) " >&6
13050 else
13051 if test -n "$WINDRES_FOR_TARGET"; then
13052 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13053 else
13054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13055 for as_dir in $PATH
13056 do
13057 IFS=$as_save_IFS
13058 test -z "$as_dir" && as_dir=.
13059 for ac_exec_ext in '' $ac_executable_extensions; do
13060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13061 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13063 break 2
13064 fi
13065 done
13066 done
13067 IFS=$as_save_IFS
13068
13069 fi
13070 fi
13071 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13072 if test -n "$WINDRES_FOR_TARGET"; then
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13074 $as_echo "$WINDRES_FOR_TARGET" >&6; }
13075 else
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13077 $as_echo "no" >&6; }
13078 fi
13079
13080
13081 fi
13082 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13083 done
13084 fi
13085
13086 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13087 set dummy windres
13088 if test $build = $target ; then
13089 WINDRES_FOR_TARGET="$2"
13090 else
13091 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13092 fi
13093 else
13094 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13095 fi
13096
13097 else
13098 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13099 fi
13100
13101
13102
13103
13104 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13105 if test -n "$with_build_time_tools"; then
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13107 $as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13108 if test -x $with_build_time_tools/windmc; then
13109 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13110 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13112 $as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13113 else
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13115 $as_echo "no" >&6; }
13116 fi
13117 elif test $build != $host && test $have_gcc_for_target = yes; then
13118 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13119 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13120 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13121 fi
13122 fi
13123 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13124 # Extract the first word of "windmc", so it can be a program name with args.
13125 set dummy windmc; ac_word=$2
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13127 $as_echo_n "checking for $ac_word... " >&6; }
13128 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13129 $as_echo_n "(cached) " >&6
13130 else
13131 case $WINDMC_FOR_TARGET in
13132 [\\/]* | ?:[\\/]*)
13133 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13134 ;;
13135 *)
13136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13137 for as_dir in $gcc_cv_tool_dirs
13138 do
13139 IFS=$as_save_IFS
13140 test -z "$as_dir" && as_dir=.
13141 for ac_exec_ext in '' $ac_executable_extensions; do
13142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13143 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13145 break 2
13146 fi
13147 done
13148 done
13149 IFS=$as_save_IFS
13150
13151 ;;
13152 esac
13153 fi
13154 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13155 if test -n "$WINDMC_FOR_TARGET"; then
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13157 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13158 else
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13160 $as_echo "no" >&6; }
13161 fi
13162
13163
13164 fi
13165 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13166
13167
13168 if test -n "$WINDMC_FOR_TARGET"; then
13169 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13170 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13171 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13172 fi
13173
13174 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13175 for ncn_progname in windmc; do
13176 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13177 set dummy ${ncn_progname}; ac_word=$2
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13179 $as_echo_n "checking for $ac_word... " >&6; }
13180 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13181 $as_echo_n "(cached) " >&6
13182 else
13183 if test -n "$WINDMC_FOR_TARGET"; then
13184 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13185 else
13186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13187 for as_dir in $PATH
13188 do
13189 IFS=$as_save_IFS
13190 test -z "$as_dir" && as_dir=.
13191 for ac_exec_ext in '' $ac_executable_extensions; do
13192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13193 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13195 break 2
13196 fi
13197 done
13198 done
13199 IFS=$as_save_IFS
13200
13201 fi
13202 fi
13203 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13204 if test -n "$WINDMC_FOR_TARGET"; then
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13206 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13207 else
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13209 $as_echo "no" >&6; }
13210 fi
13211
13212
13213 done
13214 fi
13215
13216 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13217 for ncn_progname in windmc; do
13218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13219 $as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13220 if test -x $with_build_time_tools/${ncn_progname}; then
13221 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13223 $as_echo "yes" >&6; }
13224 break
13225 else
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13227 $as_echo "no" >&6; }
13228 fi
13229 done
13230 fi
13231
13232 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13233 for ncn_progname in windmc; do
13234 if test -n "$ncn_target_tool_prefix"; then
13235 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13236 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13238 $as_echo_n "checking for $ac_word... " >&6; }
13239 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13240 $as_echo_n "(cached) " >&6
13241 else
13242 if test -n "$WINDMC_FOR_TARGET"; then
13243 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13244 else
13245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13246 for as_dir in $PATH
13247 do
13248 IFS=$as_save_IFS
13249 test -z "$as_dir" && as_dir=.
13250 for ac_exec_ext in '' $ac_executable_extensions; do
13251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13252 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13254 break 2
13255 fi
13256 done
13257 done
13258 IFS=$as_save_IFS
13259
13260 fi
13261 fi
13262 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13263 if test -n "$WINDMC_FOR_TARGET"; then
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13265 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13266 else
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13268 $as_echo "no" >&6; }
13269 fi
13270
13271
13272 fi
13273 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13274 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13275 set dummy ${ncn_progname}; ac_word=$2
13276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13277 $as_echo_n "checking for $ac_word... " >&6; }
13278 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13279 $as_echo_n "(cached) " >&6
13280 else
13281 if test -n "$WINDMC_FOR_TARGET"; then
13282 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13283 else
13284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13285 for as_dir in $PATH
13286 do
13287 IFS=$as_save_IFS
13288 test -z "$as_dir" && as_dir=.
13289 for ac_exec_ext in '' $ac_executable_extensions; do
13290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13291 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13293 break 2
13294 fi
13295 done
13296 done
13297 IFS=$as_save_IFS
13298
13299 fi
13300 fi
13301 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13302 if test -n "$WINDMC_FOR_TARGET"; then
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13304 $as_echo "$WINDMC_FOR_TARGET" >&6; }
13305 else
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13307 $as_echo "no" >&6; }
13308 fi
13309
13310
13311 fi
13312 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13313 done
13314 fi
13315
13316 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13317 set dummy windmc
13318 if test $build = $target ; then
13319 WINDMC_FOR_TARGET="$2"
13320 else
13321 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13322 fi
13323 else
13324 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13325 fi
13326
13327 else
13328 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13329 fi
13330
13331
13332 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13333
13334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13335 $as_echo_n "checking where to find the target ar... " >&6; }
13336 if test "x${build}" != "x${host}" ; then
13337 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13338 # We already found the complete path
13339 ac_dir=`dirname $AR_FOR_TARGET`
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13341 $as_echo "pre-installed in $ac_dir" >&6; }
13342 else
13343 # Canadian cross, just use what we found
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13345 $as_echo "pre-installed" >&6; }
13346 fi
13347 else
13348 ok=yes
13349 case " ${configdirs} " in
13350 *" binutils "*) ;;
13351 *) ok=no ;;
13352 esac
13353
13354 if test $ok = yes; then
13355 # An in-tree tool is available and we can use it
13356 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13358 $as_echo "just compiled" >&6; }
13359 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13360 # We already found the complete path
13361 ac_dir=`dirname $AR_FOR_TARGET`
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13363 $as_echo "pre-installed in $ac_dir" >&6; }
13364 elif test "x$target" = "x$host"; then
13365 # We can use an host tool
13366 AR_FOR_TARGET='$(AR)'
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13368 $as_echo "host tool" >&6; }
13369 else
13370 # We need a cross tool
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13372 $as_echo "pre-installed" >&6; }
13373 fi
13374 fi
13375
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13377 $as_echo_n "checking where to find the target as... " >&6; }
13378 if test "x${build}" != "x${host}" ; then
13379 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13380 # We already found the complete path
13381 ac_dir=`dirname $AS_FOR_TARGET`
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13383 $as_echo "pre-installed in $ac_dir" >&6; }
13384 else
13385 # Canadian cross, just use what we found
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13387 $as_echo "pre-installed" >&6; }
13388 fi
13389 else
13390 ok=yes
13391 case " ${configdirs} " in
13392 *" gas "*) ;;
13393 *) ok=no ;;
13394 esac
13395
13396 if test $ok = yes; then
13397 # An in-tree tool is available and we can use it
13398 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13400 $as_echo "just compiled" >&6; }
13401 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13402 # We already found the complete path
13403 ac_dir=`dirname $AS_FOR_TARGET`
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13405 $as_echo "pre-installed in $ac_dir" >&6; }
13406 elif test "x$target" = "x$host"; then
13407 # We can use an host tool
13408 AS_FOR_TARGET='$(AS)'
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13410 $as_echo "host tool" >&6; }
13411 else
13412 # We need a cross tool
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13414 $as_echo "pre-installed" >&6; }
13415 fi
13416 fi
13417
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13419 $as_echo_n "checking where to find the target cc... " >&6; }
13420 if test "x${build}" != "x${host}" ; then
13421 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13422 # We already found the complete path
13423 ac_dir=`dirname $CC_FOR_TARGET`
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13425 $as_echo "pre-installed in $ac_dir" >&6; }
13426 else
13427 # Canadian cross, just use what we found
13428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13429 $as_echo "pre-installed" >&6; }
13430 fi
13431 else
13432 ok=yes
13433 case " ${configdirs} " in
13434 *" gcc "*) ;;
13435 *) ok=no ;;
13436 esac
13437
13438 if test $ok = yes; then
13439 # An in-tree tool is available and we can use it
13440 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13442 $as_echo "just compiled" >&6; }
13443 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13444 # We already found the complete path
13445 ac_dir=`dirname $CC_FOR_TARGET`
13446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13447 $as_echo "pre-installed in $ac_dir" >&6; }
13448 elif test "x$target" = "x$host"; then
13449 # We can use an host tool
13450 CC_FOR_TARGET='$(CC)'
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13452 $as_echo "host tool" >&6; }
13453 else
13454 # We need a cross tool
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13456 $as_echo "pre-installed" >&6; }
13457 fi
13458 fi
13459
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13461 $as_echo_n "checking where to find the target c++... " >&6; }
13462 if test "x${build}" != "x${host}" ; then
13463 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13464 # We already found the complete path
13465 ac_dir=`dirname $CXX_FOR_TARGET`
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13467 $as_echo "pre-installed in $ac_dir" >&6; }
13468 else
13469 # Canadian cross, just use what we found
13470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13471 $as_echo "pre-installed" >&6; }
13472 fi
13473 else
13474 ok=yes
13475 case " ${configdirs} " in
13476 *" gcc "*) ;;
13477 *) ok=no ;;
13478 esac
13479 case ,${enable_languages}, in
13480 *,c++,*) ;;
13481 *) ok=no ;;
13482 esac
13483 if test $ok = yes; then
13484 # An in-tree tool is available and we can use it
13485 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13487 $as_echo "just compiled" >&6; }
13488 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13489 # We already found the complete path
13490 ac_dir=`dirname $CXX_FOR_TARGET`
13491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13492 $as_echo "pre-installed in $ac_dir" >&6; }
13493 elif test "x$target" = "x$host"; then
13494 # We can use an host tool
13495 CXX_FOR_TARGET='$(CXX)'
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13497 $as_echo "host tool" >&6; }
13498 else
13499 # We need a cross tool
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13501 $as_echo "pre-installed" >&6; }
13502 fi
13503 fi
13504
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13506 $as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13507 if test "x${build}" != "x${host}" ; then
13508 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13509 # We already found the complete path
13510 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13512 $as_echo "pre-installed in $ac_dir" >&6; }
13513 else
13514 # Canadian cross, just use what we found
13515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13516 $as_echo "pre-installed" >&6; }
13517 fi
13518 else
13519 ok=yes
13520 case " ${configdirs} " in
13521 *" gcc "*) ;;
13522 *) ok=no ;;
13523 esac
13524 case ,${enable_languages}, in
13525 *,c++,*) ;;
13526 *) ok=no ;;
13527 esac
13528 if test $ok = yes; then
13529 # An in-tree tool is available and we can use it
13530 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'
13531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13532 $as_echo "just compiled" >&6; }
13533 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13534 # We already found the complete path
13535 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13537 $as_echo "pre-installed in $ac_dir" >&6; }
13538 elif test "x$target" = "x$host"; then
13539 # We can use an host tool
13540 RAW_CXX_FOR_TARGET='$(CXX)'
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13542 $as_echo "host tool" >&6; }
13543 else
13544 # We need a cross tool
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13546 $as_echo "pre-installed" >&6; }
13547 fi
13548 fi
13549
13550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13551 $as_echo_n "checking where to find the target dlltool... " >&6; }
13552 if test "x${build}" != "x${host}" ; then
13553 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13554 # We already found the complete path
13555 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13557 $as_echo "pre-installed in $ac_dir" >&6; }
13558 else
13559 # Canadian cross, just use what we found
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13561 $as_echo "pre-installed" >&6; }
13562 fi
13563 else
13564 ok=yes
13565 case " ${configdirs} " in
13566 *" binutils "*) ;;
13567 *) ok=no ;;
13568 esac
13569
13570 if test $ok = yes; then
13571 # An in-tree tool is available and we can use it
13572 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13574 $as_echo "just compiled" >&6; }
13575 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13576 # We already found the complete path
13577 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13579 $as_echo "pre-installed in $ac_dir" >&6; }
13580 elif test "x$target" = "x$host"; then
13581 # We can use an host tool
13582 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13584 $as_echo "host tool" >&6; }
13585 else
13586 # We need a cross tool
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13588 $as_echo "pre-installed" >&6; }
13589 fi
13590 fi
13591
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13593 $as_echo_n "checking where to find the target gcc... " >&6; }
13594 if test "x${build}" != "x${host}" ; then
13595 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13596 # We already found the complete path
13597 ac_dir=`dirname $GCC_FOR_TARGET`
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13599 $as_echo "pre-installed in $ac_dir" >&6; }
13600 else
13601 # Canadian cross, just use what we found
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13603 $as_echo "pre-installed" >&6; }
13604 fi
13605 else
13606 ok=yes
13607 case " ${configdirs} " in
13608 *" gcc "*) ;;
13609 *) ok=no ;;
13610 esac
13611
13612 if test $ok = yes; then
13613 # An in-tree tool is available and we can use it
13614 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13616 $as_echo "just compiled" >&6; }
13617 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13618 # We already found the complete path
13619 ac_dir=`dirname $GCC_FOR_TARGET`
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13621 $as_echo "pre-installed in $ac_dir" >&6; }
13622 elif test "x$target" = "x$host"; then
13623 # We can use an host tool
13624 GCC_FOR_TARGET='$()'
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13626 $as_echo "host tool" >&6; }
13627 else
13628 # We need a cross tool
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13630 $as_echo "pre-installed" >&6; }
13631 fi
13632 fi
13633
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13635 $as_echo_n "checking where to find the target gcj... " >&6; }
13636 if test "x${build}" != "x${host}" ; then
13637 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13638 # We already found the complete path
13639 ac_dir=`dirname $GCJ_FOR_TARGET`
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13641 $as_echo "pre-installed in $ac_dir" >&6; }
13642 else
13643 # Canadian cross, just use what we found
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13645 $as_echo "pre-installed" >&6; }
13646 fi
13647 else
13648 ok=yes
13649 case " ${configdirs} " in
13650 *" gcc "*) ;;
13651 *) ok=no ;;
13652 esac
13653 case ,${enable_languages}, in
13654 *,java,*) ;;
13655 *) ok=no ;;
13656 esac
13657 if test $ok = yes; then
13658 # An in-tree tool is available and we can use it
13659 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13661 $as_echo "just compiled" >&6; }
13662 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13663 # We already found the complete path
13664 ac_dir=`dirname $GCJ_FOR_TARGET`
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13666 $as_echo "pre-installed in $ac_dir" >&6; }
13667 elif test "x$target" = "x$host"; then
13668 # We can use an host tool
13669 GCJ_FOR_TARGET='$(GCJ)'
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13671 $as_echo "host tool" >&6; }
13672 else
13673 # We need a cross tool
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13675 $as_echo "pre-installed" >&6; }
13676 fi
13677 fi
13678
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13680 $as_echo_n "checking where to find the target gfortran... " >&6; }
13681 if test "x${build}" != "x${host}" ; then
13682 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13683 # We already found the complete path
13684 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13686 $as_echo "pre-installed in $ac_dir" >&6; }
13687 else
13688 # Canadian cross, just use what we found
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13690 $as_echo "pre-installed" >&6; }
13691 fi
13692 else
13693 ok=yes
13694 case " ${configdirs} " in
13695 *" gcc "*) ;;
13696 *) ok=no ;;
13697 esac
13698 case ,${enable_languages}, in
13699 *,fortran,*) ;;
13700 *) ok=no ;;
13701 esac
13702 if test $ok = yes; then
13703 # An in-tree tool is available and we can use it
13704 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13706 $as_echo "just compiled" >&6; }
13707 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13708 # We already found the complete path
13709 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13711 $as_echo "pre-installed in $ac_dir" >&6; }
13712 elif test "x$target" = "x$host"; then
13713 # We can use an host tool
13714 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13716 $as_echo "host tool" >&6; }
13717 else
13718 # We need a cross tool
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13720 $as_echo "pre-installed" >&6; }
13721 fi
13722 fi
13723
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13725 $as_echo_n "checking where to find the target gccgo... " >&6; }
13726 if test "x${build}" != "x${host}" ; then
13727 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13728 # We already found the complete path
13729 ac_dir=`dirname $GOC_FOR_TARGET`
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13731 $as_echo "pre-installed in $ac_dir" >&6; }
13732 else
13733 # Canadian cross, just use what we found
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13735 $as_echo "pre-installed" >&6; }
13736 fi
13737 else
13738 ok=yes
13739 case " ${configdirs} " in
13740 *" gcc "*) ;;
13741 *) ok=no ;;
13742 esac
13743 case ,${enable_languages}, in
13744 *,go,*) ;;
13745 *) ok=no ;;
13746 esac
13747 if test $ok = yes; then
13748 # An in-tree tool is available and we can use it
13749 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13751 $as_echo "just compiled" >&6; }
13752 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13753 # We already found the complete path
13754 ac_dir=`dirname $GOC_FOR_TARGET`
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13756 $as_echo "pre-installed in $ac_dir" >&6; }
13757 elif test "x$target" = "x$host"; then
13758 # We can use an host tool
13759 GOC_FOR_TARGET='$(GOC)'
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13761 $as_echo "host tool" >&6; }
13762 else
13763 # We need a cross tool
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13765 $as_echo "pre-installed" >&6; }
13766 fi
13767 fi
13768
13769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13770 $as_echo_n "checking where to find the target ld... " >&6; }
13771 if test "x${build}" != "x${host}" ; then
13772 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13773 # We already found the complete path
13774 ac_dir=`dirname $LD_FOR_TARGET`
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13776 $as_echo "pre-installed in $ac_dir" >&6; }
13777 else
13778 # Canadian cross, just use what we found
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13780 $as_echo "pre-installed" >&6; }
13781 fi
13782 else
13783 ok=yes
13784 case " ${configdirs} " in
13785 *" ld "*) ;;
13786 *) ok=no ;;
13787 esac
13788
13789 if test $ok = yes; then
13790 # An in-tree tool is available and we can use it
13791 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13793 $as_echo "just compiled" >&6; }
13794 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13795 # We already found the complete path
13796 ac_dir=`dirname $LD_FOR_TARGET`
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13798 $as_echo "pre-installed in $ac_dir" >&6; }
13799 elif test "x$target" = "x$host"; then
13800 # We can use an host tool
13801 LD_FOR_TARGET='$(LD)'
13802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13803 $as_echo "host tool" >&6; }
13804 else
13805 # We need a cross tool
13806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13807 $as_echo "pre-installed" >&6; }
13808 fi
13809 fi
13810
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13812 $as_echo_n "checking where to find the target lipo... " >&6; }
13813 if test "x${build}" != "x${host}" ; then
13814 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13815 # We already found the complete path
13816 ac_dir=`dirname $LIPO_FOR_TARGET`
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13818 $as_echo "pre-installed in $ac_dir" >&6; }
13819 else
13820 # Canadian cross, just use what we found
13821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13822 $as_echo "pre-installed" >&6; }
13823 fi
13824 else
13825 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13826 # We already found the complete path
13827 ac_dir=`dirname $LIPO_FOR_TARGET`
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13829 $as_echo "pre-installed in $ac_dir" >&6; }
13830 elif test "x$target" = "x$host"; then
13831 # We can use an host tool
13832 LIPO_FOR_TARGET='$(LIPO)'
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13834 $as_echo "host tool" >&6; }
13835 else
13836 # We need a cross tool
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13838 $as_echo "pre-installed" >&6; }
13839 fi
13840 fi
13841
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13843 $as_echo_n "checking where to find the target nm... " >&6; }
13844 if test "x${build}" != "x${host}" ; then
13845 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13846 # We already found the complete path
13847 ac_dir=`dirname $NM_FOR_TARGET`
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13849 $as_echo "pre-installed in $ac_dir" >&6; }
13850 else
13851 # Canadian cross, just use what we found
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13853 $as_echo "pre-installed" >&6; }
13854 fi
13855 else
13856 ok=yes
13857 case " ${configdirs} " in
13858 *" binutils "*) ;;
13859 *) ok=no ;;
13860 esac
13861
13862 if test $ok = yes; then
13863 # An in-tree tool is available and we can use it
13864 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13866 $as_echo "just compiled" >&6; }
13867 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13868 # We already found the complete path
13869 ac_dir=`dirname $NM_FOR_TARGET`
13870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13871 $as_echo "pre-installed in $ac_dir" >&6; }
13872 elif test "x$target" = "x$host"; then
13873 # We can use an host tool
13874 NM_FOR_TARGET='$(NM)'
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13876 $as_echo "host tool" >&6; }
13877 else
13878 # We need a cross tool
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13880 $as_echo "pre-installed" >&6; }
13881 fi
13882 fi
13883
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13885 $as_echo_n "checking where to find the target objdump... " >&6; }
13886 if test "x${build}" != "x${host}" ; then
13887 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13888 # We already found the complete path
13889 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13891 $as_echo "pre-installed in $ac_dir" >&6; }
13892 else
13893 # Canadian cross, just use what we found
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13895 $as_echo "pre-installed" >&6; }
13896 fi
13897 else
13898 ok=yes
13899 case " ${configdirs} " in
13900 *" binutils "*) ;;
13901 *) ok=no ;;
13902 esac
13903
13904 if test $ok = yes; then
13905 # An in-tree tool is available and we can use it
13906 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13908 $as_echo "just compiled" >&6; }
13909 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13910 # We already found the complete path
13911 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13913 $as_echo "pre-installed in $ac_dir" >&6; }
13914 elif test "x$target" = "x$host"; then
13915 # We can use an host tool
13916 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13918 $as_echo "host tool" >&6; }
13919 else
13920 # We need a cross tool
13921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13922 $as_echo "pre-installed" >&6; }
13923 fi
13924 fi
13925
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13927 $as_echo_n "checking where to find the target ranlib... " >&6; }
13928 if test "x${build}" != "x${host}" ; then
13929 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13930 # We already found the complete path
13931 ac_dir=`dirname $RANLIB_FOR_TARGET`
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13933 $as_echo "pre-installed in $ac_dir" >&6; }
13934 else
13935 # Canadian cross, just use what we found
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13937 $as_echo "pre-installed" >&6; }
13938 fi
13939 else
13940 ok=yes
13941 case " ${configdirs} " in
13942 *" binutils "*) ;;
13943 *) ok=no ;;
13944 esac
13945
13946 if test $ok = yes; then
13947 # An in-tree tool is available and we can use it
13948 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13950 $as_echo "just compiled" >&6; }
13951 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13952 # We already found the complete path
13953 ac_dir=`dirname $RANLIB_FOR_TARGET`
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13955 $as_echo "pre-installed in $ac_dir" >&6; }
13956 elif test "x$target" = "x$host"; then
13957 # We can use an host tool
13958 RANLIB_FOR_TARGET='$(RANLIB)'
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13960 $as_echo "host tool" >&6; }
13961 else
13962 # We need a cross tool
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13964 $as_echo "pre-installed" >&6; }
13965 fi
13966 fi
13967
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13969 $as_echo_n "checking where to find the target strip... " >&6; }
13970 if test "x${build}" != "x${host}" ; then
13971 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13972 # We already found the complete path
13973 ac_dir=`dirname $STRIP_FOR_TARGET`
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13975 $as_echo "pre-installed in $ac_dir" >&6; }
13976 else
13977 # Canadian cross, just use what we found
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13979 $as_echo "pre-installed" >&6; }
13980 fi
13981 else
13982 ok=yes
13983 case " ${configdirs} " in
13984 *" binutils "*) ;;
13985 *) ok=no ;;
13986 esac
13987
13988 if test $ok = yes; then
13989 # An in-tree tool is available and we can use it
13990 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13992 $as_echo "just compiled" >&6; }
13993 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13994 # We already found the complete path
13995 ac_dir=`dirname $STRIP_FOR_TARGET`
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13997 $as_echo "pre-installed in $ac_dir" >&6; }
13998 elif test "x$target" = "x$host"; then
13999 # We can use an host tool
14000 STRIP_FOR_TARGET='$(STRIP)'
14001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14002 $as_echo "host tool" >&6; }
14003 else
14004 # We need a cross tool
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14006 $as_echo "pre-installed" >&6; }
14007 fi
14008 fi
14009
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14011 $as_echo_n "checking where to find the target windres... " >&6; }
14012 if test "x${build}" != "x${host}" ; then
14013 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14014 # We already found the complete path
14015 ac_dir=`dirname $WINDRES_FOR_TARGET`
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14017 $as_echo "pre-installed in $ac_dir" >&6; }
14018 else
14019 # Canadian cross, just use what we found
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14021 $as_echo "pre-installed" >&6; }
14022 fi
14023 else
14024 ok=yes
14025 case " ${configdirs} " in
14026 *" binutils "*) ;;
14027 *) ok=no ;;
14028 esac
14029
14030 if test $ok = yes; then
14031 # An in-tree tool is available and we can use it
14032 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14034 $as_echo "just compiled" >&6; }
14035 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14036 # We already found the complete path
14037 ac_dir=`dirname $WINDRES_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 elif test "x$target" = "x$host"; then
14041 # We can use an host tool
14042 WINDRES_FOR_TARGET='$(WINDRES)'
14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14044 $as_echo "host tool" >&6; }
14045 else
14046 # We need a cross tool
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14048 $as_echo "pre-installed" >&6; }
14049 fi
14050 fi
14051
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14053 $as_echo_n "checking where to find the target windmc... " >&6; }
14054 if test "x${build}" != "x${host}" ; then
14055 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14056 # We already found the complete path
14057 ac_dir=`dirname $WINDMC_FOR_TARGET`
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14059 $as_echo "pre-installed in $ac_dir" >&6; }
14060 else
14061 # Canadian cross, just use what we found
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14063 $as_echo "pre-installed" >&6; }
14064 fi
14065 else
14066 ok=yes
14067 case " ${configdirs} " in
14068 *" binutils "*) ;;
14069 *) ok=no ;;
14070 esac
14071
14072 if test $ok = yes; then
14073 # An in-tree tool is available and we can use it
14074 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14076 $as_echo "just compiled" >&6; }
14077 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14078 # We already found the complete path
14079 ac_dir=`dirname $WINDMC_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 elif test "x$target" = "x$host"; then
14083 # We can use an host tool
14084 WINDMC_FOR_TARGET='$(WINDMC)'
14085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14086 $as_echo "host tool" >&6; }
14087 else
14088 # We need a cross tool
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14090 $as_echo "pre-installed" >&6; }
14091 fi
14092 fi
14093
14094
14095
14096
14097
14098 # Certain tools may need extra flags.
14099 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14100 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14101 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14102
14103 # When building target libraries, except in a Canadian cross, we use
14104 # the same toolchain as the compiler we just built.
14105 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14106 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14107 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14108 if test $host = $build; then
14109 case " $configdirs " in
14110 *" gcc "*)
14111 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14112 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14113 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14114 ;;
14115 esac
14116 fi
14117
14118
14119
14120
14121
14122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14123 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14124 # Check whether --enable-maintainer-mode was given.
14125 if test "${enable_maintainer_mode+set}" = set; then :
14126 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14127 else
14128 USE_MAINTAINER_MODE=no
14129 fi
14130
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14132 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14133
14134
14135 if test "$USE_MAINTAINER_MODE" = yes; then
14136 MAINTAINER_MODE_TRUE=
14137 MAINTAINER_MODE_FALSE='#'
14138 else
14139 MAINTAINER_MODE_TRUE='#'
14140 MAINTAINER_MODE_FALSE=
14141 fi
14142 MAINT=$MAINTAINER_MODE_TRUE
14143
14144 # ---------------------
14145 # GCC bootstrap support
14146 # ---------------------
14147
14148 # Stage specific cflags for build.
14149 stage1_cflags="-g"
14150 case $build in
14151 vax-*-*)
14152 case ${GCC} in
14153 yes) stage1_cflags="-g -Wa,-J" ;;
14154 *) stage1_cflags="-g -J" ;;
14155 esac ;;
14156 esac
14157
14158 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
14159 if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
14160 saved_CFLAGS="$CFLAGS"
14161
14162 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14163 CFLAGS="$CFLAGS -fkeep-inline-functions"
14164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14165 $as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14167 /* end confdefs.h. */
14168
14169 #if (__GNUC__ < 3) \
14170 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14171 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14172 #error http://gcc.gnu.org/PR29382
14173 #endif
14174
14175 int
14176 main ()
14177 {
14178
14179 ;
14180 return 0;
14181 }
14182 _ACEOF
14183 if ac_fn_c_try_compile "$LINENO"; then :
14184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14185 $as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14186 else
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14188 $as_echo "no" >&6; }
14189 fi
14190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14191
14192 CFLAGS="$saved_CFLAGS"
14193 fi
14194
14195
14196
14197 # Enable --enable-checking in stage1 of the compiler.
14198 # Check whether --enable-stage1-checking was given.
14199 if test "${enable_stage1_checking+set}" = set; then :
14200 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14201 else
14202 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14203 stage1_checking=--enable-checking=yes,types
14204 else
14205 stage1_checking=--enable-checking=$enable_checking,types
14206 fi
14207 fi
14208
14209
14210
14211 # Enable -Werror in bootstrap stage2 and later.
14212 # Check whether --enable-werror was given.
14213 if test "${enable_werror+set}" = set; then :
14214 enableval=$enable_werror;
14215 else
14216 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14217 enable_werror=yes
14218 else
14219 enable_werror=no
14220 fi
14221 fi
14222
14223 case ${enable_werror} in
14224 yes) stage2_werror_flag="--enable-werror-always" ;;
14225 *) stage2_werror_flag="" ;;
14226 esac
14227
14228
14229 # Specify what files to not compare during bootstrap.
14230
14231 compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14232 case "$target" in
14233 hppa*64*-*-hpux*) ;;
14234 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14235 esac
14236 case " $configdirs " in
14237 *" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14238 esac
14239
14240
14241 ac_config_files="$ac_config_files Makefile"
14242
14243 cat >confcache <<\_ACEOF
14244 # This file is a shell script that caches the results of configure
14245 # tests run on this system so they can be shared between configure
14246 # scripts and configure runs, see configure's option --config-cache.
14247 # It is not useful on other systems. If it contains results you don't
14248 # want to keep, you may remove or edit it.
14249 #
14250 # config.status only pays attention to the cache file if you give it
14251 # the --recheck option to rerun configure.
14252 #
14253 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14254 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14255 # following values.
14256
14257 _ACEOF
14258
14259 # The following way of writing the cache mishandles newlines in values,
14260 # but we know of no workaround that is simple, portable, and efficient.
14261 # So, we kill variables containing newlines.
14262 # Ultrix sh set writes to stderr and can't be redirected directly,
14263 # and sets the high bit in the cache file unless we assign to the vars.
14264 (
14265 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14266 eval ac_val=\$$ac_var
14267 case $ac_val in #(
14268 *${as_nl}*)
14269 case $ac_var in #(
14270 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14271 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14272 esac
14273 case $ac_var in #(
14274 _ | IFS | as_nl) ;; #(
14275 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14276 *) { eval $ac_var=; unset $ac_var;} ;;
14277 esac ;;
14278 esac
14279 done
14280
14281 (set) 2>&1 |
14282 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14283 *${as_nl}ac_space=\ *)
14284 # `set' does not quote correctly, so add quotes: double-quote
14285 # substitution turns \\\\ into \\, and sed turns \\ into \.
14286 sed -n \
14287 "s/'/'\\\\''/g;
14288 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14289 ;; #(
14290 *)
14291 # `set' quotes correctly as required by POSIX, so do not add quotes.
14292 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14293 ;;
14294 esac |
14295 sort
14296 ) |
14297 sed '
14298 /^ac_cv_env_/b end
14299 t clear
14300 :clear
14301 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14302 t end
14303 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14304 :end' >>confcache
14305 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14306 if test -w "$cache_file"; then
14307 test "x$cache_file" != "x/dev/null" &&
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14309 $as_echo "$as_me: updating cache $cache_file" >&6;}
14310 cat confcache >$cache_file
14311 else
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14313 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14314 fi
14315 fi
14316 rm -f confcache
14317
14318 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14319 # Let make expand exec_prefix.
14320 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14321
14322 # Transform confdefs.h into DEFS.
14323 # Protect against shell expansion while executing Makefile rules.
14324 # Protect against Makefile macro expansion.
14325 #
14326 # If the first sed substitution is executed (which looks for macros that
14327 # take arguments), then branch to the quote section. Otherwise,
14328 # look for a macro that doesn't take arguments.
14329 ac_script='
14330 :mline
14331 /\\$/{
14332 N
14333 s,\\\n,,
14334 b mline
14335 }
14336 t clear
14337 :clear
14338 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14339 t quote
14340 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14341 t quote
14342 b any
14343 :quote
14344 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14345 s/\[/\\&/g
14346 s/\]/\\&/g
14347 s/\$/$$/g
14348 H
14349 :any
14350 ${
14351 g
14352 s/^\n//
14353 s/\n/ /g
14354 p
14355 }
14356 '
14357 DEFS=`sed -n "$ac_script" confdefs.h`
14358
14359
14360 ac_libobjs=
14361 ac_ltlibobjs=
14362 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14363 # 1. Remove the extension, and $U if already installed.
14364 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14365 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14366 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14367 # will be set to the directory where LIBOBJS objects are built.
14368 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14369 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14370 done
14371 LIBOBJS=$ac_libobjs
14372
14373 LTLIBOBJS=$ac_ltlibobjs
14374
14375
14376
14377 : ${CONFIG_STATUS=./config.status}
14378 ac_write_fail=0
14379 ac_clean_files_save=$ac_clean_files
14380 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14381 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14382 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14383 as_write_fail=0
14384 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14385 #! $SHELL
14386 # Generated by $as_me.
14387 # Run this file to recreate the current configuration.
14388 # Compiler output produced by configure, useful for debugging
14389 # configure, is in config.log if it exists.
14390
14391 debug=false
14392 ac_cs_recheck=false
14393 ac_cs_silent=false
14394
14395 SHELL=\${CONFIG_SHELL-$SHELL}
14396 export SHELL
14397 _ASEOF
14398 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14399 ## -------------------- ##
14400 ## M4sh Initialization. ##
14401 ## -------------------- ##
14402
14403 # Be more Bourne compatible
14404 DUALCASE=1; export DUALCASE # for MKS sh
14405 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14406 emulate sh
14407 NULLCMD=:
14408 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14409 # is contrary to our usage. Disable this feature.
14410 alias -g '${1+"$@"}'='"$@"'
14411 setopt NO_GLOB_SUBST
14412 else
14413 case `(set -o) 2>/dev/null` in #(
14414 *posix*) :
14415 set -o posix ;; #(
14416 *) :
14417 ;;
14418 esac
14419 fi
14420
14421
14422 as_nl='
14423 '
14424 export as_nl
14425 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14426 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14427 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14428 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14429 # Prefer a ksh shell builtin over an external printf program on Solaris,
14430 # but without wasting forks for bash or zsh.
14431 if test -z "$BASH_VERSION$ZSH_VERSION" \
14432 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14433 as_echo='print -r --'
14434 as_echo_n='print -rn --'
14435 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14436 as_echo='printf %s\n'
14437 as_echo_n='printf %s'
14438 else
14439 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14440 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14441 as_echo_n='/usr/ucb/echo -n'
14442 else
14443 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14444 as_echo_n_body='eval
14445 arg=$1;
14446 case $arg in #(
14447 *"$as_nl"*)
14448 expr "X$arg" : "X\\(.*\\)$as_nl";
14449 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14450 esac;
14451 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14452 '
14453 export as_echo_n_body
14454 as_echo_n='sh -c $as_echo_n_body as_echo'
14455 fi
14456 export as_echo_body
14457 as_echo='sh -c $as_echo_body as_echo'
14458 fi
14459
14460 # The user is always right.
14461 if test "${PATH_SEPARATOR+set}" != set; then
14462 PATH_SEPARATOR=:
14463 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14464 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14465 PATH_SEPARATOR=';'
14466 }
14467 fi
14468
14469
14470 # IFS
14471 # We need space, tab and new line, in precisely that order. Quoting is
14472 # there to prevent editors from complaining about space-tab.
14473 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14474 # splitting by setting IFS to empty value.)
14475 IFS=" "" $as_nl"
14476
14477 # Find who we are. Look in the path if we contain no directory separator.
14478 case $0 in #((
14479 *[\\/]* ) as_myself=$0 ;;
14480 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14481 for as_dir in $PATH
14482 do
14483 IFS=$as_save_IFS
14484 test -z "$as_dir" && as_dir=.
14485 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14486 done
14487 IFS=$as_save_IFS
14488
14489 ;;
14490 esac
14491 # We did not find ourselves, most probably we were run as `sh COMMAND'
14492 # in which case we are not to be found in the path.
14493 if test "x$as_myself" = x; then
14494 as_myself=$0
14495 fi
14496 if test ! -f "$as_myself"; then
14497 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14498 exit 1
14499 fi
14500
14501 # Unset variables that we do not need and which cause bugs (e.g. in
14502 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14503 # suppresses any "Segmentation fault" message there. '((' could
14504 # trigger a bug in pdksh 5.2.14.
14505 for as_var in BASH_ENV ENV MAIL MAILPATH
14506 do eval test x\${$as_var+set} = xset \
14507 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14508 done
14509 PS1='$ '
14510 PS2='> '
14511 PS4='+ '
14512
14513 # NLS nuisances.
14514 LC_ALL=C
14515 export LC_ALL
14516 LANGUAGE=C
14517 export LANGUAGE
14518
14519 # CDPATH.
14520 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14521
14522
14523 # as_fn_error ERROR [LINENO LOG_FD]
14524 # ---------------------------------
14525 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14526 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14527 # script with status $?, using 1 if that was 0.
14528 as_fn_error ()
14529 {
14530 as_status=$?; test $as_status -eq 0 && as_status=1
14531 if test "$3"; then
14532 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14533 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14534 fi
14535 $as_echo "$as_me: error: $1" >&2
14536 as_fn_exit $as_status
14537 } # as_fn_error
14538
14539
14540 # as_fn_set_status STATUS
14541 # -----------------------
14542 # Set $? to STATUS, without forking.
14543 as_fn_set_status ()
14544 {
14545 return $1
14546 } # as_fn_set_status
14547
14548 # as_fn_exit STATUS
14549 # -----------------
14550 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14551 as_fn_exit ()
14552 {
14553 set +e
14554 as_fn_set_status $1
14555 exit $1
14556 } # as_fn_exit
14557
14558 # as_fn_unset VAR
14559 # ---------------
14560 # Portably unset VAR.
14561 as_fn_unset ()
14562 {
14563 { eval $1=; unset $1;}
14564 }
14565 as_unset=as_fn_unset
14566 # as_fn_append VAR VALUE
14567 # ----------------------
14568 # Append the text in VALUE to the end of the definition contained in VAR. Take
14569 # advantage of any shell optimizations that allow amortized linear growth over
14570 # repeated appends, instead of the typical quadratic growth present in naive
14571 # implementations.
14572 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14573 eval 'as_fn_append ()
14574 {
14575 eval $1+=\$2
14576 }'
14577 else
14578 as_fn_append ()
14579 {
14580 eval $1=\$$1\$2
14581 }
14582 fi # as_fn_append
14583
14584 # as_fn_arith ARG...
14585 # ------------------
14586 # Perform arithmetic evaluation on the ARGs, and store the result in the
14587 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14588 # must be portable across $(()) and expr.
14589 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14590 eval 'as_fn_arith ()
14591 {
14592 as_val=$(( $* ))
14593 }'
14594 else
14595 as_fn_arith ()
14596 {
14597 as_val=`expr "$@" || test $? -eq 1`
14598 }
14599 fi # as_fn_arith
14600
14601
14602 if expr a : '\(a\)' >/dev/null 2>&1 &&
14603 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14604 as_expr=expr
14605 else
14606 as_expr=false
14607 fi
14608
14609 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14610 as_basename=basename
14611 else
14612 as_basename=false
14613 fi
14614
14615 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14616 as_dirname=dirname
14617 else
14618 as_dirname=false
14619 fi
14620
14621 as_me=`$as_basename -- "$0" ||
14622 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14623 X"$0" : 'X\(//\)$' \| \
14624 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14625 $as_echo X/"$0" |
14626 sed '/^.*\/\([^/][^/]*\)\/*$/{
14627 s//\1/
14628 q
14629 }
14630 /^X\/\(\/\/\)$/{
14631 s//\1/
14632 q
14633 }
14634 /^X\/\(\/\).*/{
14635 s//\1/
14636 q
14637 }
14638 s/.*/./; q'`
14639
14640 # Avoid depending upon Character Ranges.
14641 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14642 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14643 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14644 as_cr_digits='0123456789'
14645 as_cr_alnum=$as_cr_Letters$as_cr_digits
14646
14647 ECHO_C= ECHO_N= ECHO_T=
14648 case `echo -n x` in #(((((
14649 -n*)
14650 case `echo 'xy\c'` in
14651 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14652 xy) ECHO_C='\c';;
14653 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14654 ECHO_T=' ';;
14655 esac;;
14656 *)
14657 ECHO_N='-n';;
14658 esac
14659
14660 rm -f conf$$ conf$$.exe conf$$.file
14661 if test -d conf$$.dir; then
14662 rm -f conf$$.dir/conf$$.file
14663 else
14664 rm -f conf$$.dir
14665 mkdir conf$$.dir 2>/dev/null
14666 fi
14667 if (echo >conf$$.file) 2>/dev/null; then
14668 if ln -s conf$$.file conf$$ 2>/dev/null; then
14669 as_ln_s='ln -s'
14670 # ... but there are two gotchas:
14671 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14672 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14673 # In both cases, we have to default to `cp -p'.
14674 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14675 as_ln_s='cp -p'
14676 elif ln conf$$.file conf$$ 2>/dev/null; then
14677 as_ln_s=ln
14678 else
14679 as_ln_s='cp -p'
14680 fi
14681 else
14682 as_ln_s='cp -p'
14683 fi
14684 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14685 rmdir conf$$.dir 2>/dev/null
14686
14687
14688 # as_fn_mkdir_p
14689 # -------------
14690 # Create "$as_dir" as a directory, including parents if necessary.
14691 as_fn_mkdir_p ()
14692 {
14693
14694 case $as_dir in #(
14695 -*) as_dir=./$as_dir;;
14696 esac
14697 test -d "$as_dir" || eval $as_mkdir_p || {
14698 as_dirs=
14699 while :; do
14700 case $as_dir in #(
14701 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14702 *) as_qdir=$as_dir;;
14703 esac
14704 as_dirs="'$as_qdir' $as_dirs"
14705 as_dir=`$as_dirname -- "$as_dir" ||
14706 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14707 X"$as_dir" : 'X\(//\)[^/]' \| \
14708 X"$as_dir" : 'X\(//\)$' \| \
14709 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14710 $as_echo X"$as_dir" |
14711 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14712 s//\1/
14713 q
14714 }
14715 /^X\(\/\/\)[^/].*/{
14716 s//\1/
14717 q
14718 }
14719 /^X\(\/\/\)$/{
14720 s//\1/
14721 q
14722 }
14723 /^X\(\/\).*/{
14724 s//\1/
14725 q
14726 }
14727 s/.*/./; q'`
14728 test -d "$as_dir" && break
14729 done
14730 test -z "$as_dirs" || eval "mkdir $as_dirs"
14731 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14732
14733
14734 } # as_fn_mkdir_p
14735 if mkdir -p . 2>/dev/null; then
14736 as_mkdir_p='mkdir -p "$as_dir"'
14737 else
14738 test -d ./-p && rmdir ./-p
14739 as_mkdir_p=false
14740 fi
14741
14742 if test -x / >/dev/null 2>&1; then
14743 as_test_x='test -x'
14744 else
14745 if ls -dL / >/dev/null 2>&1; then
14746 as_ls_L_option=L
14747 else
14748 as_ls_L_option=
14749 fi
14750 as_test_x='
14751 eval sh -c '\''
14752 if test -d "$1"; then
14753 test -d "$1/.";
14754 else
14755 case $1 in #(
14756 -*)set "./$1";;
14757 esac;
14758 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14759 ???[sx]*):;;*)false;;esac;fi
14760 '\'' sh
14761 '
14762 fi
14763 as_executable_p=$as_test_x
14764
14765 # Sed expression to map a string onto a valid CPP name.
14766 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14767
14768 # Sed expression to map a string onto a valid variable name.
14769 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14770
14771
14772 exec 6>&1
14773 ## ----------------------------------- ##
14774 ## Main body of $CONFIG_STATUS script. ##
14775 ## ----------------------------------- ##
14776 _ASEOF
14777 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14778
14779 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14780 # Save the log message, to keep $0 and so on meaningful, and to
14781 # report actual input values of CONFIG_FILES etc. instead of their
14782 # values after options handling.
14783 ac_log="
14784 This file was extended by $as_me, which was
14785 generated by GNU Autoconf 2.64. Invocation command line was
14786
14787 CONFIG_FILES = $CONFIG_FILES
14788 CONFIG_HEADERS = $CONFIG_HEADERS
14789 CONFIG_LINKS = $CONFIG_LINKS
14790 CONFIG_COMMANDS = $CONFIG_COMMANDS
14791 $ $0 $@
14792
14793 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14794 "
14795
14796 _ACEOF
14797
14798 case $ac_config_files in *"
14799 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14800 esac
14801
14802
14803
14804 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14805 # Files that config.status was made for.
14806 config_files="$ac_config_files"
14807
14808 _ACEOF
14809
14810 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14811 ac_cs_usage="\
14812 \`$as_me' instantiates files and other configuration actions
14813 from templates according to the current configuration. Unless the files
14814 and actions are specified as TAGs, all are instantiated by default.
14815
14816 Usage: $0 [OPTION]... [TAG]...
14817
14818 -h, --help print this help, then exit
14819 -V, --version print version number and configuration settings, then exit
14820 -q, --quiet, --silent
14821 do not print progress messages
14822 -d, --debug don't remove temporary files
14823 --recheck update $as_me by reconfiguring in the same conditions
14824 --file=FILE[:TEMPLATE]
14825 instantiate the configuration file FILE
14826
14827 Configuration files:
14828 $config_files
14829
14830 Report bugs to the package provider."
14831
14832 _ACEOF
14833 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14834 ac_cs_version="\\
14835 config.status
14836 configured by $0, generated by GNU Autoconf 2.64,
14837 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14838
14839 Copyright (C) 2009 Free Software Foundation, Inc.
14840 This config.status script is free software; the Free Software Foundation
14841 gives unlimited permission to copy, distribute and modify it."
14842
14843 ac_pwd='$ac_pwd'
14844 srcdir='$srcdir'
14845 INSTALL='$INSTALL'
14846 AWK='$AWK'
14847 test -n "\$AWK" || AWK=awk
14848 _ACEOF
14849
14850 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14851 # The default lists apply if the user does not specify any file.
14852 ac_need_defaults=:
14853 while test $# != 0
14854 do
14855 case $1 in
14856 --*=*)
14857 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14858 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14859 ac_shift=:
14860 ;;
14861 *)
14862 ac_option=$1
14863 ac_optarg=$2
14864 ac_shift=shift
14865 ;;
14866 esac
14867
14868 case $ac_option in
14869 # Handling of the options.
14870 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14871 ac_cs_recheck=: ;;
14872 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14873 $as_echo "$ac_cs_version"; exit ;;
14874 --debug | --debu | --deb | --de | --d | -d )
14875 debug=: ;;
14876 --file | --fil | --fi | --f )
14877 $ac_shift
14878 case $ac_optarg in
14879 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14880 esac
14881 as_fn_append CONFIG_FILES " '$ac_optarg'"
14882 ac_need_defaults=false;;
14883 --he | --h | --help | --hel | -h )
14884 $as_echo "$ac_cs_usage"; exit ;;
14885 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14886 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14887 ac_cs_silent=: ;;
14888
14889 # This is an error.
14890 -*) as_fn_error "unrecognized option: \`$1'
14891 Try \`$0 --help' for more information." ;;
14892
14893 *) as_fn_append ac_config_targets " $1"
14894 ac_need_defaults=false ;;
14895
14896 esac
14897 shift
14898 done
14899
14900 ac_configure_extra_args=
14901
14902 if $ac_cs_silent; then
14903 exec 6>/dev/null
14904 ac_configure_extra_args="$ac_configure_extra_args --silent"
14905 fi
14906
14907 _ACEOF
14908 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14909 if \$ac_cs_recheck; then
14910 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14911 shift
14912 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14913 CONFIG_SHELL='$SHELL'
14914 export CONFIG_SHELL
14915 exec "\$@"
14916 fi
14917
14918 _ACEOF
14919 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14920 exec 5>>config.log
14921 {
14922 echo
14923 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14924 ## Running $as_me. ##
14925 _ASBOX
14926 $as_echo "$ac_log"
14927 } >&5
14928
14929 _ACEOF
14930 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14931 #
14932 # INIT-COMMANDS
14933 #
14934 extrasub_build="$extrasub_build"
14935 extrasub_host="$extrasub_host"
14936 extrasub_target="$extrasub_target"
14937
14938 _ACEOF
14939
14940 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14941
14942 # Handling of arguments.
14943 for ac_config_target in $ac_config_targets
14944 do
14945 case $ac_config_target in
14946 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14947
14948 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14949 esac
14950 done
14951
14952
14953 # If the user did not use the arguments to specify the items to instantiate,
14954 # then the envvar interface is used. Set only those that are not.
14955 # We use the long form for the default assignment because of an extremely
14956 # bizarre bug on SunOS 4.1.3.
14957 if $ac_need_defaults; then
14958 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14959 fi
14960
14961 # Have a temporary directory for convenience. Make it in the build tree
14962 # simply because there is no reason against having it here, and in addition,
14963 # creating and moving files from /tmp can sometimes cause problems.
14964 # Hook for its removal unless debugging.
14965 # Note that there is a small window in which the directory will not be cleaned:
14966 # after its creation but before its name has been assigned to `$tmp'.
14967 $debug ||
14968 {
14969 tmp=
14970 trap 'exit_status=$?
14971 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14972 ' 0
14973 trap 'as_fn_exit 1' 1 2 13 15
14974 }
14975 # Create a (secure) tmp directory for tmp files.
14976
14977 {
14978 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14979 test -n "$tmp" && test -d "$tmp"
14980 } ||
14981 {
14982 tmp=./conf$$-$RANDOM
14983 (umask 077 && mkdir "$tmp")
14984 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14985
14986 # Set up the scripts for CONFIG_FILES section.
14987 # No need to generate them if there are no CONFIG_FILES.
14988 # This happens for instance with `./config.status config.h'.
14989 if test -n "$CONFIG_FILES"; then
14990
14991 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14992 ac_cs_awk_getline=:
14993 ac_cs_awk_pipe_init=
14994 ac_cs_awk_read_file='
14995 while ((getline aline < (F[key])) > 0)
14996 print(aline)
14997 close(F[key])'
14998 ac_cs_awk_pipe_fini=
14999 else
15000 ac_cs_awk_getline=false
15001 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15002 ac_cs_awk_read_file='
15003 print "|#_!!_#|"
15004 print "cat " F[key] " &&"
15005 '$ac_cs_awk_pipe_init
15006 # The final `:' finishes the AND list.
15007 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15008 fi
15009 ac_cr=`echo X | tr X '\015'`
15010 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15011 # But we know of no other shell where ac_cr would be empty at this
15012 # point, so we can use a bashism as a fallback.
15013 if test "x$ac_cr" = x; then
15014 eval ac_cr=\$\'\\r\'
15015 fi
15016 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15017 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15018 ac_cs_awk_cr='\r'
15019 else
15020 ac_cs_awk_cr=$ac_cr
15021 fi
15022
15023 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15024 _ACEOF
15025
15026 # Create commands to substitute file output variables.
15027 {
15028 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15029 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15030 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15031 echo "_ACAWK" &&
15032 echo "_ACEOF"
15033 } >conf$$files.sh &&
15034 . ./conf$$files.sh ||
15035 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15036 rm -f conf$$files.sh
15037
15038 {
15039 echo "cat >conf$$subs.awk <<_ACEOF" &&
15040 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15041 echo "_ACEOF"
15042 } >conf$$subs.sh ||
15043 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15044 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15045 ac_delim='%!_!# '
15046 for ac_last_try in false false false false false :; do
15047 . ./conf$$subs.sh ||
15048 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15049
15050 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15051 if test $ac_delim_n = $ac_delim_num; then
15052 break
15053 elif $ac_last_try; then
15054 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15055 else
15056 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15057 fi
15058 done
15059 rm -f conf$$subs.sh
15060
15061 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15062 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15063 _ACEOF
15064 sed -n '
15065 h
15066 s/^/S["/; s/!.*/"]=/
15067 p
15068 g
15069 s/^[^!]*!//
15070 :repl
15071 t repl
15072 s/'"$ac_delim"'$//
15073 t delim
15074 :nl
15075 h
15076 s/\(.\{148\}\).*/\1/
15077 t more1
15078 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15079 p
15080 n
15081 b repl
15082 :more1
15083 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15084 p
15085 g
15086 s/.\{148\}//
15087 t nl
15088 :delim
15089 h
15090 s/\(.\{148\}\).*/\1/
15091 t more2
15092 s/["\\]/\\&/g; s/^/"/; s/$/"/
15093 p
15094 b
15095 :more2
15096 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15097 p
15098 g
15099 s/.\{148\}//
15100 t delim
15101 ' <conf$$subs.awk | sed '
15102 /^[^""]/{
15103 N
15104 s/\n//
15105 }
15106 ' >>$CONFIG_STATUS || ac_write_fail=1
15107 rm -f conf$$subs.awk
15108 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15109 _ACAWK
15110 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15111 for (key in S) S_is_set[key] = 1
15112 FS = "\a"
15113 \$ac_cs_awk_pipe_init
15114 }
15115 {
15116 line = $ 0
15117 nfields = split(line, field, "@")
15118 substed = 0
15119 len = length(field[1])
15120 for (i = 2; i < nfields; i++) {
15121 key = field[i]
15122 keylen = length(key)
15123 if (S_is_set[key]) {
15124 value = S[key]
15125 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15126 len += length(value) + length(field[++i])
15127 substed = 1
15128 } else
15129 len += 1 + keylen
15130 }
15131 if (nfields == 3 && !substed) {
15132 key = field[2]
15133 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15134 \$ac_cs_awk_read_file
15135 next
15136 }
15137 }
15138 print line
15139 }
15140 \$ac_cs_awk_pipe_fini
15141 _ACAWK
15142 _ACEOF
15143 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15144 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15145 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15146 else
15147 cat
15148 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15149 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15150 _ACEOF
15151
15152 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15153 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15154 # trailing colons and then remove the whole line if VPATH becomes empty
15155 # (actually we leave an empty line to preserve line numbers).
15156 if test "x$srcdir" = x.; then
15157 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15158 s/:*\$(srcdir):*/:/
15159 s/:*\${srcdir}:*/:/
15160 s/:*@srcdir@:*/:/
15161 s/^\([^=]*=[ ]*\):*/\1/
15162 s/:*$//
15163 s/^[^=]*=[ ]*$//
15164 }'
15165 fi
15166
15167 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15168 fi # test -n "$CONFIG_FILES"
15169
15170
15171 eval set X " :F $CONFIG_FILES "
15172 shift
15173 for ac_tag
15174 do
15175 case $ac_tag in
15176 :[FHLC]) ac_mode=$ac_tag; continue;;
15177 esac
15178 case $ac_mode$ac_tag in
15179 :[FHL]*:*);;
15180 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15181 :[FH]-) ac_tag=-:-;;
15182 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15183 esac
15184 ac_save_IFS=$IFS
15185 IFS=:
15186 set x $ac_tag
15187 IFS=$ac_save_IFS
15188 shift
15189 ac_file=$1
15190 shift
15191
15192 case $ac_mode in
15193 :L) ac_source=$1;;
15194 :[FH])
15195 ac_file_inputs=
15196 for ac_f
15197 do
15198 case $ac_f in
15199 -) ac_f="$tmp/stdin";;
15200 *) # Look for the file first in the build tree, then in the source tree
15201 # (if the path is not absolute). The absolute path cannot be DOS-style,
15202 # because $ac_f cannot contain `:'.
15203 test -f "$ac_f" ||
15204 case $ac_f in
15205 [\\/$]*) false;;
15206 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15207 esac ||
15208 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15209 esac
15210 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15211 as_fn_append ac_file_inputs " '$ac_f'"
15212 done
15213
15214 # Let's still pretend it is `configure' which instantiates (i.e., don't
15215 # use $as_me), people would be surprised to read:
15216 # /* config.h. Generated by config.status. */
15217 configure_input='Generated from '`
15218 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15219 `' by configure.'
15220 if test x"$ac_file" != x-; then
15221 configure_input="$ac_file. $configure_input"
15222 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15223 $as_echo "$as_me: creating $ac_file" >&6;}
15224 fi
15225 # Neutralize special characters interpreted by sed in replacement strings.
15226 case $configure_input in #(
15227 *\&* | *\|* | *\\* )
15228 ac_sed_conf_input=`$as_echo "$configure_input" |
15229 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15230 *) ac_sed_conf_input=$configure_input;;
15231 esac
15232
15233 case $ac_tag in
15234 *:-:* | *:-) cat >"$tmp/stdin" \
15235 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15236 esac
15237 ;;
15238 esac
15239
15240 ac_dir=`$as_dirname -- "$ac_file" ||
15241 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15242 X"$ac_file" : 'X\(//\)[^/]' \| \
15243 X"$ac_file" : 'X\(//\)$' \| \
15244 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15245 $as_echo X"$ac_file" |
15246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15247 s//\1/
15248 q
15249 }
15250 /^X\(\/\/\)[^/].*/{
15251 s//\1/
15252 q
15253 }
15254 /^X\(\/\/\)$/{
15255 s//\1/
15256 q
15257 }
15258 /^X\(\/\).*/{
15259 s//\1/
15260 q
15261 }
15262 s/.*/./; q'`
15263 as_dir="$ac_dir"; as_fn_mkdir_p
15264 ac_builddir=.
15265
15266 case "$ac_dir" in
15267 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15268 *)
15269 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15270 # A ".." for each directory in $ac_dir_suffix.
15271 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15272 case $ac_top_builddir_sub in
15273 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15274 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15275 esac ;;
15276 esac
15277 ac_abs_top_builddir=$ac_pwd
15278 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15279 # for backward compatibility:
15280 ac_top_builddir=$ac_top_build_prefix
15281
15282 case $srcdir in
15283 .) # We are building in place.
15284 ac_srcdir=.
15285 ac_top_srcdir=$ac_top_builddir_sub
15286 ac_abs_top_srcdir=$ac_pwd ;;
15287 [\\/]* | ?:[\\/]* ) # Absolute name.
15288 ac_srcdir=$srcdir$ac_dir_suffix;
15289 ac_top_srcdir=$srcdir
15290 ac_abs_top_srcdir=$srcdir ;;
15291 *) # Relative name.
15292 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15293 ac_top_srcdir=$ac_top_build_prefix$srcdir
15294 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15295 esac
15296 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15297
15298
15299 case $ac_mode in
15300 :F)
15301 #
15302 # CONFIG_FILE
15303 #
15304
15305 case $INSTALL in
15306 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15307 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15308 esac
15309 _ACEOF
15310
15311 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15312 # If the template does not know about datarootdir, expand it.
15313 # FIXME: This hack should be removed a few years after 2.60.
15314 ac_datarootdir_hack=; ac_datarootdir_seen=
15315 ac_sed_dataroot='
15316 /datarootdir/ {
15317 p
15318 q
15319 }
15320 /@datadir@/p
15321 /@docdir@/p
15322 /@infodir@/p
15323 /@localedir@/p
15324 /@mandir@/p'
15325 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15326 *datarootdir*) ac_datarootdir_seen=yes;;
15327 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15329 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15330 _ACEOF
15331 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15332 ac_datarootdir_hack='
15333 s&@datadir@&$datadir&g
15334 s&@docdir@&$docdir&g
15335 s&@infodir@&$infodir&g
15336 s&@localedir@&$localedir&g
15337 s&@mandir@&$mandir&g
15338 s&\\\${datarootdir}&$datarootdir&g' ;;
15339 esac
15340 _ACEOF
15341
15342 # Neutralize VPATH when `$srcdir' = `.'.
15343 # Shell code in configure.ac might set extrasub.
15344 # FIXME: do we really want to maintain this feature?
15345 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15346 ac_sed_extra="$ac_vpsub
15347 $extrasub
15348 _ACEOF
15349 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15350 :t
15351 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15352 s|@configure_input@|$ac_sed_conf_input|;t t
15353 s&@top_builddir@&$ac_top_builddir_sub&;t t
15354 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15355 s&@srcdir@&$ac_srcdir&;t t
15356 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15357 s&@top_srcdir@&$ac_top_srcdir&;t t
15358 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15359 s&@builddir@&$ac_builddir&;t t
15360 s&@abs_builddir@&$ac_abs_builddir&;t t
15361 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15362 s&@INSTALL@&$ac_INSTALL&;t t
15363 $ac_datarootdir_hack
15364 "
15365 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15366 if $ac_cs_awk_getline; then
15367 $AWK -f "$tmp/subs.awk"
15368 else
15369 $AWK -f "$tmp/subs.awk" | $SHELL
15370 fi >$tmp/out \
15371 || as_fn_error "could not create $ac_file" "$LINENO" 5
15372
15373 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15374 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15375 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15377 which seems to be undefined. Please make sure it is defined." >&5
15378 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15379 which seems to be undefined. Please make sure it is defined." >&2;}
15380
15381 rm -f "$tmp/stdin"
15382 case $ac_file in
15383 -) cat "$tmp/out" && rm -f "$tmp/out";;
15384 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15385 esac \
15386 || as_fn_error "could not create $ac_file" "$LINENO" 5
15387 ;;
15388
15389
15390
15391 esac
15392
15393
15394 case $ac_file$ac_mode in
15395 "Makefile":F) sed "$extrasub_build" Makefile |
15396 sed "$extrasub_host" |
15397 sed "$extrasub_target" > mf$$
15398 mv -f mf$$ Makefile ;;
15399
15400 esac
15401 done # for ac_tag
15402
15403
15404 as_fn_exit 0
15405 _ACEOF
15406 ac_clean_files=$ac_clean_files_save
15407
15408 test $ac_write_fail = 0 ||
15409 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15410
15411
15412 # configure is writing to config.log, and then calls config.status.
15413 # config.status does its own redirection, appending to config.log.
15414 # Unfortunately, on DOS this fails, as config.log is still kept open
15415 # by configure, so config.status won't be able to write to it; its
15416 # output is simply discarded. So we exec the FD to /dev/null,
15417 # effectively closing config.log, so it can be properly (re)opened and
15418 # appended to by config.status. When coming back to configure, we
15419 # need to make the FD available again.
15420 if test "$no_create" != yes; then
15421 ac_cs_success=:
15422 ac_config_status_args=
15423 test "$silent" = yes &&
15424 ac_config_status_args="$ac_config_status_args --quiet"
15425 exec 5>/dev/null
15426 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15427 exec 5>>config.log
15428 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15429 # would make configure fail if this is the last instruction.
15430 $ac_cs_success || as_fn_exit $?
15431 fi
15432 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15434 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15435 fi
15436
This page took 0.954739 seconds and 5 git commands to generate.