gdb/
[deliverable/binutils-gdb.git] / configure
... / ...
CommitLineData
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
16DUALCASE=1; export DUALCASE # for MKS sh
17if 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
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_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.
43if 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 --'
47elif (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'
50else
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'
70fi
71
72# The user is always right.
73if 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 }
79fi
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.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
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
99IFS=$as_save_IFS
100
101 ;;
102esac
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.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
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.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if 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
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test 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
172test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
184do
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
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
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
207fi; }
208IFS=$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+"$@"}
220fi
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
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_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.
267as_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.
277as_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.
327if (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 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # 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.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # 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.
362as_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
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
375 as_expr=expr
376else
377 as_expr=false
378fi
379
380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382else
383 as_basename=false
384fi
385
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
391
392as_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.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_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
450ECHO_C= ECHO_N= ECHO_T=
451case `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';;
461esac
462
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
466else
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
469fi
470if (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
484else
485 as_ln_s='cp -p'
486fi
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
489
490if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
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 '
517fi
518as_executable_p=$as_test_x
519
520# Sed expression to map a string onto a valid CPP name.
521as_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.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
527exec 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.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
534#
535# Initializations.
536#
537ac_default_prefix=/usr/local
538ac_clean_files=
539ac_config_libobj_dir=.
540LIBOBJS=
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
552PACKAGE_URL=
553
554ac_unique_file="move-if-change"
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
559stage2_werror_flag
560stage1_checking
561stage1_cflags
562MAINT
563MAINTAINER_MODE_FALSE
564MAINTAINER_MODE_TRUE
565COMPILER_NM_FOR_TARGET
566COMPILER_LD_FOR_TARGET
567COMPILER_AS_FOR_TARGET
568FLAGS_FOR_TARGET
569RAW_CXX_FOR_TARGET
570WINDMC_FOR_TARGET
571WINDRES_FOR_TARGET
572STRIP_FOR_TARGET
573RANLIB_FOR_TARGET
574OBJDUMP_FOR_TARGET
575NM_FOR_TARGET
576LIPO_FOR_TARGET
577LD_FOR_TARGET
578DLLTOOL_FOR_TARGET
579AS_FOR_TARGET
580AR_FOR_TARGET
581GOC_FOR_TARGET
582GFORTRAN_FOR_TARGET
583GCJ_FOR_TARGET
584GCC_FOR_TARGET
585CXX_FOR_TARGET
586CC_FOR_TARGET
587OBJDUMP
588OBJCOPY
589WINDMC
590WINDRES
591STRIP
592RANLIB
593NM
594LIPO
595LD
596DLLTOOL
597AS
598AR
599RUNTEST
600EXPECT
601MAKEINFO
602FLEX
603LEX
604M4
605BISON
606YACC
607WINDRES_FOR_BUILD
608WINDMC_FOR_BUILD
609RANLIB_FOR_BUILD
610NM_FOR_BUILD
611LD_FOR_BUILD
612LDFLAGS_FOR_BUILD
613GOC_FOR_BUILD
614GFORTRAN_FOR_BUILD
615GCJ_FOR_BUILD
616DLLTOOL_FOR_BUILD
617CXX_FOR_BUILD
618CXXFLAGS_FOR_BUILD
619CFLAGS_FOR_BUILD
620CC_FOR_BUILD
621AS_FOR_BUILD
622AR_FOR_BUILD
623target_configdirs
624configdirs
625build_configdirs
626INSTALL_GDB_TK
627GDB_TK
628CONFIGURE_GDB_TK
629build_tooldir
630tooldir
631GCC_SHLIB_SUBDIR
632RPATH_ENVVAR
633target_configargs
634host_configargs
635build_configargs
636BUILD_CONFIG
637CXXFLAGS_FOR_TARGET
638CFLAGS_FOR_TARGET
639DEBUG_PREFIX_CFLAGS_FOR_TARGET
640SYSROOT_CFLAGS_FOR_TARGET
641stage1_languages
642extra_host_libiberty_configure_flags
643clooginc
644clooglibs
645pplinc
646ppllibs
647poststage1_ldflags
648poststage1_libs
649stage1_libs
650stage1_ldflags
651extra_mpc_mpfr_configure_flags
652extra_mpc_gmp_configure_flags
653extra_mpfr_configure_flags
654gmpinc
655gmplibs
656do_compare
657GNATMAKE
658GNATBIND
659ac_ct_CXX
660CXXFLAGS
661CXX
662OBJEXT
663EXEEXT
664ac_ct_CC
665CPPFLAGS
666LDFLAGS
667CFLAGS
668CC
669target_subdir
670host_subdir
671build_subdir
672build_libsubdir
673AWK
674SED
675LN_S
676LN
677INSTALL_DATA
678INSTALL_SCRIPT
679INSTALL_PROGRAM
680target_os
681target_vendor
682target_cpu
683target
684host_os
685host_vendor
686host_cpu
687host
688target_noncanonical
689host_noncanonical
690build_noncanonical
691build_os
692build_vendor
693build_cpu
694build
695TOPLEVEL_CONFIGURE_ARGUMENTS
696target_alias
697host_alias
698build_alias
699LIBS
700ECHO_T
701ECHO_N
702ECHO_C
703DEFS
704mandir
705localedir
706libdir
707psdir
708pdfdir
709dvidir
710htmldir
711infodir
712docdir
713oldincludedir
714includedir
715localstatedir
716sharedstatedir
717sysconfdir
718datadir
719datarootdir
720libexecdir
721sbindir
722bindir
723program_transform_name
724prefix
725exec_prefix
726PACKAGE_URL
727PACKAGE_BUGREPORT
728PACKAGE_STRING
729PACKAGE_VERSION
730PACKAGE_TARNAME
731PACKAGE_NAME
732PATH_SEPARATOR
733SHELL'
734ac_subst_files='serialization_dependencies
735host_makefile_frag
736target_makefile_frag
737alphaieee_frag
738ospace_frag'
739ac_user_opts='
740enable_option_checking
741with_build_libsubdir
742enable_gold
743enable_ld
744enable_libquadmath
745enable_libquadmath_support
746enable_libada
747enable_libssp
748enable_build_with_cxx
749with_mpc
750with_mpc_include
751with_mpc_lib
752with_mpfr_dir
753with_mpfr
754with_mpfr_include
755with_mpfr_lib
756with_gmp_dir
757with_gmp
758with_gmp_include
759with_gmp_lib
760with_host_libstdcxx
761with_stage1_ldflags
762with_stage1_libs
763with_boot_libs
764with_boot_ldflags
765with_ppl
766with_ppl_include
767with_ppl_lib
768enable_ppl_version_check
769with_cloog
770with_cloog_include
771with_cloog_lib
772enable_cloog_backend
773enable_cloog_version_check
774enable_lto
775enable_stage1_languages
776enable_objc_gc
777with_build_sysroot
778with_debug_prefix_map
779enable_bootstrap
780with_build_config
781enable_serial_configure
782with_build_time_tools
783enable_maintainer_mode
784enable_stage1_checking
785enable_werror
786'
787 ac_precious_vars='build_alias
788host_alias
789target_alias
790CC
791CFLAGS
792LDFLAGS
793LIBS
794CPPFLAGS
795CXX
796CXXFLAGS
797CCC
798build_configargs
799host_configargs
800target_configargs
801AR
802AS
803DLLTOOL
804LD
805LIPO
806NM
807RANLIB
808STRIP
809WINDRES
810WINDMC
811OBJCOPY
812OBJDUMP
813CC_FOR_TARGET
814CXX_FOR_TARGET
815GCC_FOR_TARGET
816GCJ_FOR_TARGET
817GFORTRAN_FOR_TARGET
818GOC_FOR_TARGET
819AR_FOR_TARGET
820AS_FOR_TARGET
821DLLTOOL_FOR_TARGET
822LD_FOR_TARGET
823LIPO_FOR_TARGET
824NM_FOR_TARGET
825OBJDUMP_FOR_TARGET
826RANLIB_FOR_TARGET
827STRIP_FOR_TARGET
828WINDRES_FOR_TARGET
829WINDMC_FOR_TARGET'
830
831
832# Initialize some variables set by options.
833ac_init_help=
834ac_init_version=false
835ac_unrecognized_opts=
836ac_unrecognized_sep=
837# The variables have the same names as the options, with
838# dashes changed to underlines.
839cache_file=/dev/null
840exec_prefix=NONE
841no_create=
842no_recursion=
843prefix=NONE
844program_prefix=NONE
845program_suffix=NONE
846program_transform_name=s,x,x,
847silent=
848site=
849srcdir=
850verbose=
851x_includes=NONE
852x_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.)
860bindir='${exec_prefix}/bin'
861sbindir='${exec_prefix}/sbin'
862libexecdir='${exec_prefix}/libexec'
863datarootdir='${prefix}/share'
864datadir='${datarootdir}'
865sysconfdir='${prefix}/etc'
866sharedstatedir='${prefix}/com'
867localstatedir='${prefix}/var'
868includedir='${prefix}/include'
869oldincludedir='/usr/include'
870docdir='${datarootdir}/doc/${PACKAGE}'
871infodir='${datarootdir}/info'
872htmldir='${docdir}'
873dvidir='${docdir}'
874pdfdir='${docdir}'
875psdir='${docdir}'
876libdir='${exec_prefix}/lib'
877localedir='${datarootdir}/locale'
878mandir='${datarootdir}/man'
879
880ac_prev=
881ac_dashdash=
882for ac_option
883do
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'
1215Try \`$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
1237done
1238
1239if test -n "$ac_prev"; then
1240 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1241 as_fn_error "missing argument to $ac_option"
1242fi
1243
1244if 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
1250fi
1251
1252# Check all directory arguments for consistency.
1253for 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
1257do
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"
1271done
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.
1276build=$build_alias
1277host=$host_alias
1278target=$target_alias
1279
1280# FIXME: To remove some day.
1281if 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
1289fi
1290
1291ac_tool_prefix=
1292test -n "$host_alias" && ac_tool_prefix=$host_alias-
1293
1294test "$silent" = yes && exec 6>/dev/null
1295
1296
1297ac_pwd=`pwd` && test -n "$ac_pwd" &&
1298ac_ls_di=`ls -di .` &&
1299ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1300 as_fn_error "working directory cannot be determined"
1301test "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.
1306if 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
1336else
1337 ac_srcdir_defaulted=no
1338fi
1339if 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"
1342fi
1343ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1344ac_abs_confdir=`(
1345 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1346 pwd)`
1347# When building in place, set srcdir=.
1348if test "$ac_abs_confdir" = "$ac_pwd"; then
1349 srcdir=.
1350fi
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.
1354case $srcdir in
1355*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1356esac
1357case $srcdir in
1358 *" "*)
1359 as_fn_error "path to source, $srcdir, contains spaces"
1360 ;;
1361esac
1362ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1363
1364for 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}
1369done
1370
1371#
1372# Report the --help message.
1373#
1374if 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
1380Usage: $0 [OPTION]... [VAR=VALUE]...
1381
1382To assign environment variables (e.g., CC, CFLAGS...), specify them as
1383VAR=VALUE. See below for descriptions of some of the useful variables.
1384
1385Defaults for the options are specified in brackets.
1386
1387Configuration:
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
1398Installation 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
1404By default, \`make install' will install all the files in
1405\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1406an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1407for instance \`--prefix=\$HOME'.
1408
1409For better control, use the options below.
1410
1411Fine 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
1435Program 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
1440System 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
1445fi
1446
1447if test -n "$ac_init_help"; then
1448
1449 cat <<\_ACEOF
1450
1451Optional 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
1489Optional 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
1543Some 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
1606Use these variables to override the choices made by `configure' or to help
1607it to find libraries and programs with nonstandard names/locations.
1608
1609Report bugs to the package provider.
1610_ACEOF
1611ac_status=$?
1612fi
1613
1614if 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
1622case "$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 ;;
1632esac
1633ac_abs_top_builddir=$ac_pwd
1634ac_abs_builddir=$ac_pwd$ac_dir_suffix
1635# for backward compatibility:
1636ac_top_builddir=$ac_top_build_prefix
1637
1638case $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 ;;
1651esac
1652ac_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
1667fi
1668
1669test -n "$ac_init_help" && exit $ac_status
1670if $ac_init_version; then
1671 cat <<\_ACEOF
1672configure
1673generated by GNU Autoconf 2.64
1674
1675Copyright (C) 2009 Free Software Foundation, Inc.
1676This configure script is free software; the Free Software Foundation
1677gives unlimited permission to copy, distribute and modify it.
1678_ACEOF
1679 exit
1680fi
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.
1689ac_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"
1694case "(($ac_try" in
1695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1696 *) ac_try_echo=$ac_try;;
1697esac
1698eval 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
1713else
1714 $as_echo "$as_me: failed program was:" >&5
1715sed 's/^/| /' conftest.$ac_ext >&5
1716
1717 ac_retval=1
1718fi
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.
1727ac_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"
1732case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735esac
1736eval 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
1751else
1752 $as_echo "$as_me: failed program was:" >&5
1753sed 's/^/| /' conftest.$ac_ext >&5
1754
1755 ac_retval=1
1756fi
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.
1765ac_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"
1770case "(($ac_try" in
1771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772 *) ac_try_echo=$ac_try;;
1773esac
1774eval 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
1792else
1793 $as_echo "$as_me: failed program was:" >&5
1794sed 's/^/| /' conftest.$ac_ext >&5
1795
1796 ac_retval=1
1797fi
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
1807cat >config.log <<_ACEOF
1808This file contains any messages produced by compilers while
1809running configure, to aid debugging if configure makes a mistake.
1810
1811It was created by $as_me, which was
1812generated by GNU Autoconf 2.64. Invocation command line was
1813
1814 $ $0 $@
1815
1816_ACEOF
1817exec 5>>config.log
1818{
1819cat <<_ASUNAME
1820## --------- ##
1821## Platform. ##
1822## --------- ##
1823
1824hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1825uname -m = `(uname -m) 2>/dev/null || echo unknown`
1826uname -r = `(uname -r) 2>/dev/null || echo unknown`
1827uname -s = `(uname -s) 2>/dev/null || echo unknown`
1828uname -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
1843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1844for as_dir in $PATH
1845do
1846 IFS=$as_save_IFS
1847 test -z "$as_dir" && as_dir=.
1848 $as_echo "PATH: $as_dir"
1849 done
1850IFS=$as_save_IFS
1851
1852} >&5
1853
1854cat >&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.
1869ac_configure_args=
1870ac_configure_args0=
1871ac_configure_args1=
1872ac_must_keep_next=false
1873for ac_pass in 1 2
1874do
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
1908done
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.
1917trap '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
2012for ac_signal in 1 2 13 15; do
2013 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2014done
2015ac_signal=0
2016
2017# confdefs.h avoids OS command line length limits that DEFS can exceed.
2018rm -f -r conftest* confdefs.h
2019
2020$as_echo "/* confdefs.h */" > confdefs.h
2021
2022# Predefined preprocessor variables.
2023
2024cat >>confdefs.h <<_ACEOF
2025#define PACKAGE_NAME "$PACKAGE_NAME"
2026_ACEOF
2027
2028cat >>confdefs.h <<_ACEOF
2029#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2030_ACEOF
2031
2032cat >>confdefs.h <<_ACEOF
2033#define PACKAGE_VERSION "$PACKAGE_VERSION"
2034_ACEOF
2035
2036cat >>confdefs.h <<_ACEOF
2037#define PACKAGE_STRING "$PACKAGE_STRING"
2038_ACEOF
2039
2040cat >>confdefs.h <<_ACEOF
2041#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2042_ACEOF
2043
2044cat >>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.
2051ac_site_file1=NONE
2052ac_site_file2=NONE
2053if test -n "$CONFIG_SITE"; then
2054 ac_site_file1=$CONFIG_SITE
2055elif test "x$prefix" != xNONE; then
2056 ac_site_file1=$prefix/share/config.site
2057 ac_site_file2=$prefix/etc/config.site
2058else
2059 ac_site_file1=$ac_default_prefix/share/config.site
2060 ac_site_file2=$ac_default_prefix/etc/config.site
2061fi
2062for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2063do
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
2071done
2072
2073if 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
2084else
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
2088fi
2089
2090# Check that the precious variables saved in the cache have kept the same
2091# value.
2092ac_cache_corrupted=false
2093for 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
2139done
2140if $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
2146fi
2147## -------------------- ##
2148## Main body of script. ##
2149## -------------------- ##
2150
2151ac_ext=c
2152ac_cpp='$CPP $CPPFLAGS'
2153ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2154ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2155ac_compiler_gnu=$ac_cv_c_compiler_gnu
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165progname=$0
2166# if PWD already has a value, it is probably wrong.
2167if 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.
2171TOPLEVEL_CONFIGURE_ARGUMENTS=
2172set -- "$progname" "$@"
2173for ac_arg
2174do
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"
2184done
2185if test "$silent" = yes; then
2186 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2187fi
2188# Remove the initial space we just introduced and, as these will be
2189# expanded by make, quote '$'.
2190TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2191
2192
2193# Find the build, host, and target systems.
2194ac_aux_dir=
2195for 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
2203done
2204if test -z "$ac_aux_dir"; then
2205 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2206fi
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.
2212ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2213ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2214ac_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; }
2223if test "${ac_cv_build+set}" = set; then :
2224 $as_echo_n "(cached) " >&6
2225else
2226 ac_build_alias=$build_alias
2227test "x$ac_build_alias" = x &&
2228 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2229test "x$ac_build_alias" = x &&
2230 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2231ac_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
2234fi
2235{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2236$as_echo "$ac_cv_build" >&6; }
2237case $ac_cv_build in
2238*-*-*) ;;
2239*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2240esac
2241build=$ac_cv_build
2242ac_save_IFS=$IFS; IFS='-'
2243set x $ac_cv_build
2244shift
2245build_cpu=$1
2246build_vendor=$2
2247shift; shift
2248# Remember, the first character of IFS is used to create $*,
2249# except with old shells:
2250build_os=$*
2251IFS=$ac_save_IFS
2252case $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} ;;
2258esac
2259
2260
2261
2262 case ${host_alias} in
2263 "") host_noncanonical=${build_noncanonical} ;;
2264 *) host_noncanonical=${host_alias} ;;
2265esac
2266
2267
2268
2269 case ${target_alias} in
2270 "") target_noncanonical=${host_noncanonical} ;;
2271 *) target_noncanonical=${target_alias} ;;
2272esac
2273
2274
2275
2276
2277test "$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; }
2284if test "${ac_cv_host+set}" = set; then :
2285 $as_echo_n "(cached) " >&6
2286else
2287 if test "x$host_alias" = x; then
2288 ac_cv_host=$ac_cv_build
2289else
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
2292fi
2293
2294fi
2295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2296$as_echo "$ac_cv_host" >&6; }
2297case $ac_cv_host in
2298*-*-*) ;;
2299*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2300esac
2301host=$ac_cv_host
2302ac_save_IFS=$IFS; IFS='-'
2303set x $ac_cv_host
2304shift
2305host_cpu=$1
2306host_vendor=$2
2307shift; shift
2308# Remember, the first character of IFS is used to create $*,
2309# except with old shells:
2310host_os=$*
2311IFS=$ac_save_IFS
2312case $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; }
2317if test "${ac_cv_target+set}" = set; then :
2318 $as_echo_n "(cached) " >&6
2319else
2320 if test "x$target_alias" = x; then
2321 ac_cv_target=$ac_cv_host
2322else
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
2325fi
2326
2327fi
2328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2329$as_echo "$ac_cv_target" >&6; }
2330case $ac_cv_target in
2331*-*-*) ;;
2332*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2333esac
2334target=$ac_cv_target
2335ac_save_IFS=$IFS; IFS='-'
2336set x $ac_cv_target
2337shift
2338target_cpu=$1
2339target_vendor=$2
2340shift; shift
2341# Remember, the first character of IFS is used to create $*,
2342# except with old shells:
2343target_os=$*
2344IFS=$ac_save_IFS
2345case $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.
2350test -n "$target_alias" &&
2351 test "$program_prefix$program_suffix$program_transform_name" = \
2352 NONENONEs,x,x, &&
2353 program_prefix=${target_alias}-
2354
2355test "$program_prefix" != NONE &&
2356 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2357# Use a double $ so make ignores it.
2358test "$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.
2362ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2363program_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; }
2384if test -z "$INSTALL"; then
2385if test "${ac_cv_path_install+set}" = set; then :
2386 $as_echo_n "(cached) " >&6
2387else
2388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2389for as_dir in $PATH
2390do
2391 IFS=$as_save_IFS
2392 test -z "$as_dir" && as_dir=.
2393 # Account for people who put trailing slashes in PATH elements.
2394case $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 ;;
2432esac
2433
2434 done
2435IFS=$as_save_IFS
2436
2437rm -rf conftest.one conftest.two conftest.dir
2438
2439fi
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
2449fi
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.
2455test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2456
2457test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2458
2459test -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; }
2463if test "${acx_cv_prog_LN+set}" = set; then :
2464 $as_echo_n "(cached) " >&6
2465else
2466 rm -f conftestdata_t
2467echo >conftestdata_f
2468if ln conftestdata_f conftestdata_t 2>/dev/null
2469then
2470 acx_cv_prog_LN=ln
2471else
2472 acx_cv_prog_LN=no
2473fi
2474rm -f conftestdata_f conftestdata_t
2475
2476fi
2477if 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; }
2481else
2482 LN="$acx_cv_prog_LN"
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2484$as_echo "yes" >&6; }
2485fi
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; }
2489LN_S=$as_ln_s
2490if test "$LN_S" = "ln -s"; then
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2492$as_echo "yes" >&6; }
2493else
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2495$as_echo "no, using $LN_S" >&6; }
2496fi
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; }
2500if test "${ac_cv_path_SED+set}" = set; then :
2501 $as_echo_n "(cached) " >&6
2502else
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
2513for as_dir in $PATH
2514do
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
2523case `"$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;;
2547esac
2548
2549 $ac_path_SED_found && break 3
2550 done
2551 done
2552 done
2553IFS=$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
2557else
2558 ac_cv_path_SED=$SED
2559fi
2560
2561fi
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
2567for ac_prog in gawk mawk nawk awk
2568do
2569 # Extract the first word of "$ac_prog", so it can be a program name with args.
2570set 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; }
2573if test "${ac_cv_prog_AWK+set}" = set; then :
2574 $as_echo_n "(cached) " >&6
2575else
2576 if test -n "$AWK"; then
2577 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2578else
2579as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2580for as_dir in $PATH
2581do
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
2590done
2591 done
2592IFS=$as_save_IFS
2593
2594fi
2595fi
2596AWK=$ac_cv_prog_AWK
2597if test -n "$AWK"; then
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2599$as_echo "$AWK" >&6; }
2600else
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2602$as_echo "no" >&6; }
2603fi
2604
2605
2606 test -n "$AWK" && break
2607done
2608
2609
2610srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2611
2612# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2613# a relative path.
2614if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2615 INSTALL="${srcpwd}/install-sh -c"
2616fi
2617
2618# Set srcdir to "." if that's what it is.
2619# This is important for multilib support.
2620pwd=`${PWDCMD-pwd}`
2621if test "${pwd}" = "${srcpwd}" ; then
2622 srcdir=.
2623fi
2624
2625topsrcdir=$srcpwd
2626
2627extra_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#
2646build_libs="build-libiberty"
2647
2648# these tools are built for the build environment
2649build_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#
2653host_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".
2661host_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.
2664libgcj="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#
2671target_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#
2693target_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.
2702configdirs=`echo ${host_libs} ${host_tools}`
2703target_configdirs=`echo ${target_libraries} ${target_tools}`
2704build_configdirs=`echo ${build_libs} ${build_tools}`
2705
2706
2707
2708################################################################################
2709
2710srcname="gnu development package"
2711
2712# This gets set non-empty for some net releases of packages.
2713appdirs=""
2714
2715# Define is_cross_compiler to save on calls to 'test'.
2716is_cross_compiler=
2717if test x"${host}" = x"${target}" ; then
2718 is_cross_compiler=no
2719else
2720 is_cross_compiler=yes
2721fi
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.
2735build_subdir="build-${build_noncanonical}"
2736
2737# Check whether --with-build-libsubdir was given.
2738if test "${with_build_libsubdir+set}" = set; then :
2739 withval=$with_build_libsubdir; build_libsubdir="$withval"
2740else
2741 build_libsubdir="$build_subdir"
2742fi
2743
2744# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2745if ( test $srcdir = . && test -d gcc ) \
2746 || test -d $srcdir/../host-${host_noncanonical}; then
2747 host_subdir="host-${host_noncanonical}"
2748else
2749 host_subdir=.
2750fi
2751# No prefix.
2752target_subdir=${target_noncanonical}
2753
2754# Be sure to cover against remnants of an in-tree build.
2755if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2756 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2757Use a pristine source tree when building in a separate tree" "$LINENO" 5
2758fi
2759
2760# Skipdirs are removed silently.
2761skipdirs=
2762# Noconfigdirs are removed loudly.
2763noconfigdirs=""
2764
2765use_gnu_ld=
2766# Make sure we don't let GNU ld be added if we didn't want it.
2767if test x$with_gnu_ld = xno ; then
2768 use_gnu_ld=no
2769 noconfigdirs="$noconfigdirs ld gold"
2770fi
2771
2772use_gnu_as=
2773# Make sure we don't let GNU as be added if we didn't want it.
2774if test x$with_gnu_as = xno ; then
2775 use_gnu_as=no
2776 noconfigdirs="$noconfigdirs gas"
2777fi
2778
2779use_included_zlib=
2780# Make sure we don't let ZLIB be added if we didn't want it.
2781if test x$with_system_zlib = xyes ; then
2782 use_included_zlib=no
2783 noconfigdirs="$noconfigdirs zlib"
2784fi
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
2789case ${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 ;;
2797esac
2798
2799# Some are only suitable for cross toolchains.
2800# Remove these if host=target.
2801cross_only="target-libgloss target-newlib target-opcodes"
2802
2803case $is_cross_compiler in
2804 no) skipdirs="${skipdirs} ${cross_only}" ;;
2805esac
2806
2807# If both --with-headers and --with-libs are specified, default to
2808# --without-newlib.
2809if 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
2814fi
2815
2816# Recognize --with-newlib/--without-newlib.
2817case ${with_newlib} in
2818 no) skipdirs="${skipdirs} target-newlib" ;;
2819 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2820esac
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
2840default_ld=
2841# Check whether --enable-gold was given.
2842if test "${enable_gold+set}" = set; then :
2843 enableval=$enable_gold; ENABLE_GOLD=$enableval
2844else
2845 ENABLE_GOLD=no
2846fi
2847
2848case "${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 ;;
2884esac
2885
2886# Check whether --enable-ld was given.
2887if test "${enable_ld+set}" = set; then :
2888 enableval=$enable_ld; ENABLE_LD=$enableval
2889else
2890 ENABLE_LD=yes
2891fi
2892
2893
2894case "${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 ;;
2912esac
2913
2914# Configure extra directories which are host specific
2915
2916case "${host}" in
2917 *-cygwin*)
2918 configdirs="$configdirs libtermcap" ;;
2919esac
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.
2923unsupported_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
2929case "${host}" in
2930 i[3456789]86-*-msdosdjgpp*)
2931 noconfigdirs="$noconfigdirs tcl tk itcl"
2932 ;;
2933esac
2934
2935
2936# Check whether --enable-libquadmath was given.
2937if test "${enable_libquadmath+set}" = set; then :
2938 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2939else
2940 ENABLE_LIBQUADMATH=yes
2941fi
2942
2943if test "${ENABLE_LIBQUADMATH}" = "no" ; then
2944 noconfigdirs="$noconfigdirs target-libquadmath"
2945fi
2946
2947
2948# Check whether --enable-libquadmath-support was given.
2949if test "${enable_libquadmath_support+set}" = set; then :
2950 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
2951else
2952 ENABLE_LIBQUADMATH_SUPPORT=yes
2953fi
2954
2955enable_libquadmath_support=
2956if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
2957 enable_libquadmath_support=no
2958fi
2959
2960
2961# Check whether --enable-libada was given.
2962if test "${enable_libada+set}" = set; then :
2963 enableval=$enable_libada; ENABLE_LIBADA=$enableval
2964else
2965 ENABLE_LIBADA=yes
2966fi
2967
2968if test "${ENABLE_LIBADA}" != "yes" ; then
2969 noconfigdirs="$noconfigdirs gnattools"
2970fi
2971
2972# Check whether --enable-libssp was given.
2973if test "${enable_libssp+set}" = set; then :
2974 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
2975else
2976 ENABLE_LIBSSP=yes
2977fi
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.
2982libgcj_saved=$libgcj
2983case $enable_libgcj in
2984yes)
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 ;;
2990no)
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 ;;
2998esac
2999
3000
3001# Disable libmudflap on some systems.
3002if 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
3015fi
3016
3017# Disable libgomp on non POSIX hosted systems.
3018if 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
3033fi
3034
3035# Disable libssp for some systems.
3036case "${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 ;;
3044esac
3045
3046# Disable target libiberty for some systems.
3047case "${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 ;;
3089esac
3090
3091# Disable libstdc++-v3 for some systems.
3092case "${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 ;;
3104esac
3105
3106# Disable Fortran for some systems.
3107case "${target}" in
3108 mmix-*-*)
3109 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3110 unsupported_languages="$unsupported_languages fortran"
3111 ;;
3112esac
3113
3114# Disable Java if libffi is not supported.
3115case "${target}" in
3116 alpha*-*-*)
3117 ;;
3118 arm*-*-*)
3119 ;;
3120 cris-*-*)
3121 ;;
3122 frv-*-*)
3123 ;;
3124 hppa*-*-linux*)
3125 ;;
3126 hppa*-*-hpux*)
3127 ;;
3128 i?86-*-*)
3129 ;;
3130 ia64*-*-*)
3131 ;;
3132 m32r*-*-*)
3133 ;;
3134 m68k-*-*)
3135 ;;
3136 mips-sgi-irix6.* | mips*-*-rtems*)
3137 ;;
3138 mips*-*-linux*)
3139 ;;
3140 powerpc*-*-linux*)
3141 ;;
3142 powerpc-*-darwin*)
3143 ;;
3144 powerpc-*-aix* | rs6000-*-aix*)
3145 ;;
3146 powerpc-*-freebsd*)
3147 ;;
3148 powerpc64-*-freebsd*)
3149 ;;
3150 powerpc*-*-rtems*)
3151 ;;
3152 s390-*-* | s390x-*-*)
3153 ;;
3154 sh-*-* | sh[34]*-*-*)
3155 ;;
3156 sh64-*-* | sh5*-*-*)
3157 ;;
3158 sparc*-*-*)
3159 ;;
3160 x86_64-*-*)
3161 ;;
3162 *-*-*)
3163 unsupported_languages="$unsupported_languages java"
3164 ;;
3165esac
3166
3167# Disable Java, libgcj or related libraries for some systems.
3168case "${target}" in
3169 powerpc-*-darwin*)
3170 ;;
3171 i[3456789]86-*-darwin*)
3172 ;;
3173 x86_64-*-darwin[912]*)
3174 ;;
3175 *-*-darwin*)
3176 noconfigdirs="$noconfigdirs ${libgcj}"
3177 ;;
3178 *-*-dragonfly*)
3179 ;;
3180 *-*-freebsd*)
3181 # Skip some stuff that's unsupported on some FreeBSD configurations.
3182 case "${target}" in
3183 i*86-*-*) ;;
3184 alpha*-*-*) ;;
3185 x86_64-*-*) ;;
3186 *)
3187 noconfigdirs="$noconfigdirs ${libgcj}"
3188 ;;
3189 esac
3190 ;;
3191 *-*-netbsd*)
3192 # Skip some stuff that's unsupported on some NetBSD configurations.
3193 case "${target}" in
3194 i*86-*-netbsdelf*) ;;
3195 arm*-*-netbsdelf*) ;;
3196 *)
3197 noconfigdirs="$noconfigdirs ${libgcj}"
3198 ;;
3199 esac
3200 ;;
3201 *-*-netware*)
3202 noconfigdirs="$noconfigdirs ${libgcj}"
3203 ;;
3204 *-*-rtems*)
3205 noconfigdirs="$noconfigdirs ${libgcj}"
3206 ;;
3207 *-*-tpf*)
3208 noconfigdirs="$noconfigdirs ${libgcj}"
3209 ;;
3210 *-*-uclinux*)
3211 noconfigdirs="$noconfigdirs ${libgcj}"
3212 ;;
3213 *-*-vxworks*)
3214 noconfigdirs="$noconfigdirs ${libgcj}"
3215 ;;
3216 alpha*-dec-osf*)
3217 ;;
3218 alpha*-*-*vms*)
3219 noconfigdirs="$noconfigdirs ${libgcj}"
3220 ;;
3221 alpha*-*-linux*)
3222 ;;
3223 alpha*-*-*)
3224 noconfigdirs="$noconfigdirs ${libgcj}"
3225 ;;
3226 sh-*-linux*)
3227 noconfigdirs="$noconfigdirs ${libgcj}"
3228 ;;
3229 arm-wince-pe)
3230 noconfigdirs="$noconfigdirs ${libgcj}"
3231 ;;
3232 arm-*-elf* | arm*-*-eabi* )
3233 noconfigdirs="$noconfigdirs target-libffi"
3234 ;;
3235 arm*-*-linux-gnueabi)
3236 ;;
3237 arm*-*-symbianelf*)
3238 noconfigdirs="$noconfigdirs ${libgcj}"
3239 ;;
3240 bfin-*-*)
3241 noconfigdirs="$noconfigdirs target-boehm-gc"
3242 ;;
3243 cris-*-* | crisv32-*-*)
3244 unsupported_languages="$unsupported_languages java"
3245 case "${target}" in
3246 *-*-linux*)
3247 ;;
3248 *) # See PR46792 regarding target-libffi.
3249 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3250 esac
3251 ;;
3252 frv-*-*)
3253 noconfigdirs="$noconfigdirs ${libgcj}"
3254 ;;
3255 hppa*64*-*-linux*)
3256 # In this case, it's because the hppa64-linux target is for
3257 # the kernel only at this point and has no libc, and thus no
3258 # headers, crt*.o, etc., all of which are needed by these.
3259 noconfigdirs="$noconfigdirs target-zlib"
3260 ;;
3261 hppa*-*-linux*)
3262 ;;
3263 hppa*64*-*-*)
3264 noconfigdirs="$noconfigdirs ${libgcj}"
3265 ;;
3266 hppa*-hp-hpux11*)
3267 ;;
3268 hppa*-*-*)
3269 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3270 # build on HP-UX 10.20.
3271 noconfigdirs="$noconfigdirs ${libgcj}"
3272 ;;
3273 ia64*-*-elf*)
3274 ;;
3275 ia64*-**-hpux*)
3276 ;;
3277 ia64*-*-*vms*)
3278 noconfigdirs="$noconfigdirs ${libgcj}"
3279 ;;
3280 i[3456789]86-*-elf)
3281 noconfigdirs="$noconfigdirs ${libgcj}"
3282 ;;
3283 i[3456789]86-*-linux*)
3284 ;;
3285 i[3456789]86-w64-mingw*)
3286 noconfigdirs="$noconfigdirs ${libgcj}"
3287 ;;
3288 i[3456789]86-*-mingw*)
3289 noconfigdirs="$noconfigdirs ${libgcj}"
3290 ;;
3291 x86_64-*-mingw*)
3292 noconfigdirs="$noconfigdirs ${libgcj}"
3293 ;;
3294 *-*-cygwin*)
3295 ;;
3296 i[3456789]86-*-interix* )
3297 ;;
3298 i[3456789]86-*-solaris2*)
3299 ;;
3300 m32r-*-*)
3301 noconfigdirs="$noconfigdirs ${libgcj}"
3302 ;;
3303 m68k-*-elf*)
3304 noconfigdirs="$noconfigdirs ${libgcj}"
3305 ;;
3306 m68*-*-* | fido-*-*)
3307 ;;
3308 mmix-*-*)
3309 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
3310 ;;
3311 powerpc-*-aix*)
3312 # copied from rs6000-*-* entry
3313 noconfigdirs="$noconfigdirs ${libgcj}"
3314 ;;
3315 powerpc-*-eabi)
3316 noconfigdirs="$noconfigdirs ${libgcj}"
3317 ;;
3318 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3319 ;;
3320 rs6000-*-aix*)
3321 noconfigdirs="$noconfigdirs ${libgcj}"
3322 ;;
3323 mips*-*-irix6*)
3324 # Linking libjava exceeds command-line length limits on at least
3325 # IRIX 6.2, but not on IRIX 6.5.
3326 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3327 # <oldham@codesourcery.com>
3328 noconfigdirs="$noconfigdirs ${libgcj}"
3329 ;;
3330 mips*-*-linux*)
3331 ;;
3332 mips*-*-*)
3333 noconfigdirs="$noconfigdirs ${libgcj}"
3334 ;;
3335 sh-*-* | sh64-*-*)
3336 noconfigdirs="$noconfigdirs ${libgcj}"
3337 ;;
3338 sparc-*-elf*)
3339 noconfigdirs="$noconfigdirs ${libgcj}"
3340 ;;
3341 sparc64-*-elf*)
3342 noconfigdirs="$noconfigdirs ${libgcj}"
3343 ;;
3344 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3345 ;;
3346 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3347 ;;
3348 *-*-lynxos*)
3349 noconfigdirs="$noconfigdirs ${libgcj}"
3350 ;;
3351 *-*-*)
3352 noconfigdirs="$noconfigdirs ${libgcj}"
3353 ;;
3354esac
3355
3356# Default libgloss CPU subdirectory.
3357libgloss_dir="$target_cpu"
3358
3359case "${target}" in
3360 *-*-chorusos)
3361 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3362 ;;
3363 powerpc-*-darwin*)
3364 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3365 noconfigdirs="$noconfigdirs sim target-rda"
3366 ;;
3367 i[3456789]86-*-darwin*)
3368 noconfigdirs="$noconfigdirs ld gprof"
3369 noconfigdirs="$noconfigdirs sim target-rda"
3370 ;;
3371 x86_64-*-darwin[912]*)
3372 noconfigdirs="$noconfigdirs ld gas gprof"
3373 noconfigdirs="$noconfigdirs sim target-rda"
3374 ;;
3375 *-*-darwin*)
3376 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3377 noconfigdirs="$noconfigdirs sim target-rda"
3378 ;;
3379 *-*-dragonfly*)
3380 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3381 ;;
3382 *-*-freebsd*)
3383 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3384 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3385 && test -f /usr/local/include/gmp.h; then
3386 with_gmp=/usr/local
3387 fi
3388 ;;
3389 *-*-kaos*)
3390 # Remove unsupported stuff on all kaOS configurations.
3391 noconfigdirs="$noconfigdirs target-libgloss"
3392 ;;
3393 *-*-netbsd*)
3394 # Skip some stuff on all NetBSD configurations.
3395 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3396 ;;
3397 *-*-netware*)
3398 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3399 ;;
3400 *-*-rtems*)
3401 noconfigdirs="$noconfigdirs target-libgloss"
3402 ;;
3403 # The tpf target doesn't support gdb yet.
3404 *-*-tpf*)
3405 noconfigdirs="$noconfigdirs target-newlib target-libgloss gdb tcl tk libgui itcl"
3406 ;;
3407 *-*-uclinux*)
3408 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda"
3409 ;;
3410 *-*-vxworks*)
3411 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3412 ;;
3413 alpha*-dec-osf*)
3414 # ld works, but does not support shared libraries.
3415 # newlib is not 64 bit ready.
3416 # gas doesn't generate exception information.
3417 noconfigdirs="$noconfigdirs gas ld target-newlib target-libgloss"
3418 ;;
3419 alpha*-*-*vms*)
3420 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3421 ;;
3422 alpha*-*-linux*)
3423 # newlib is not 64 bit ready
3424 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3425 ;;
3426 alpha*-*-*)
3427 # newlib is not 64 bit ready
3428 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3429 ;;
3430 am33_2.0-*-linux*)
3431 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3432 ;;
3433 sh-*-linux*)
3434 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3435 ;;
3436 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3437 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3438 noconfigdirs="$noconfigdirs target-newlib"
3439 libgloss_dir=wince
3440 ;;
3441 arc-*-*)
3442 noconfigdirs="$noconfigdirs target-libgloss"
3443 ;;
3444 arm-*-coff)
3445 libgloss_dir=arm
3446 ;;
3447 arm-*-elf* | arm*-*-eabi* )
3448 libgloss_dir=arm
3449 ;;
3450 arm*-*-linux-gnueabi)
3451 case ${with_newlib} in
3452 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3453 esac
3454 libgloss_dir=arm
3455 ;;
3456 arm*-*-symbianelf*)
3457 libgloss_dir=arm
3458 ;;
3459 arm-*-pe*)
3460 noconfigdirs="$noconfigdirs target-libgloss"
3461 ;;
3462 arm-*-riscix*)
3463 noconfigdirs="$noconfigdirs ld target-libgloss"
3464 ;;
3465 avr-*-*)
3466 ;;
3467 bfin-*-*)
3468 ;;
3469 c4x-*-* | tic4x-*-*)
3470 noconfigdirs="$noconfigdirs target-libgloss"
3471 ;;
3472 tic54x-*-*)
3473 noconfigdirs="$noconfigdirs target-libgloss gdb"
3474 ;;
3475 cr16-*-*)
3476 noconfigdirs="$noconfigdirs gdb"
3477 ;;
3478 cris-*-* | crisv32-*-*)
3479 case "${target}" in
3480 *-*-linux*)
3481 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3482 esac
3483 libgloss_dir=cris
3484 ;;
3485 d10v-*-*)
3486 noconfigdirs="$noconfigdirs target-libgloss"
3487 ;;
3488 d30v-*-*)
3489 noconfigdirs="$noconfigdirs gdb"
3490 ;;
3491 fr30-*-elf*)
3492 noconfigdirs="$noconfigdirs gdb"
3493 ;;
3494 frv-*-*)
3495 ;;
3496 moxie-*-*)
3497 noconfigdirs="$noconfigdirs gprof"
3498 ;;
3499 h8300*-*-*)
3500 noconfigdirs="$noconfigdirs target-libgloss"
3501 ;;
3502 h8500-*-*)
3503 noconfigdirs="$noconfigdirs target-libgloss"
3504 ;;
3505 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3506 ;;
3507 hppa*64*-*-linux*)
3508 ;;
3509 hppa*-*-linux*)
3510 ;;
3511 hppa*-*-*elf* | \
3512 hppa*-*-lites* | \
3513 hppa*-*-openbsd* | \
3514 hppa*64*-*-*)
3515 ;;
3516 hppa*-hp-hpux11*)
3517 noconfigdirs="$noconfigdirs ld"
3518 ;;
3519 hppa*-*-pro*)
3520 libgloss_dir=pa
3521 ;;
3522 hppa*-*-*)
3523 noconfigdirs="$noconfigdirs ld"
3524 ;;
3525 i960-*-*)
3526 noconfigdirs="$noconfigdirs gdb"
3527 ;;
3528 ia64*-*-elf*)
3529 # No gdb support yet.
3530 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3531 ;;
3532 ia64*-**-hpux*)
3533 # No ld support yet.
3534 noconfigdirs="$noconfigdirs libgui itcl ld"
3535 ;;
3536 ia64*-*-*vms*)
3537 # No gdb or ld support yet.
3538 noconfigdirs="$noconfigdirs readline libgui itcl gdb ld"
3539 ;;
3540 i[3456789]86-*-coff | i[3456789]86-*-elf)
3541 libgloss_dir=i386
3542 ;;
3543 i[3456789]86-*-linux*)
3544 # This section makes it possible to build newlib natively on linux.
3545 # If we are using a cross compiler then don't configure newlib.
3546 if test x${is_cross_compiler} != xno ; then
3547 noconfigdirs="$noconfigdirs target-newlib"
3548 fi
3549 noconfigdirs="$noconfigdirs target-libgloss"
3550 # If we are not using a cross compiler, do configure newlib.
3551 # Note however, that newlib will only be configured in this situation
3552 # if the --with-newlib option has been given, because otherwise
3553 # 'target-newlib' will appear in skipdirs.
3554 ;;
3555 i[3456789]86-w64-mingw*)
3556 noconfigdirs="$noconfigdirs target-libgloss target-newlib"
3557 ;;
3558 i[3456789]86-*-mingw*)
3559 target_configdirs="$target_configdirs target-winsup"
3560 noconfigdirs="$noconfigdirs target-libgloss target-newlib"
3561 ;;
3562 x86_64-*-mingw*)
3563 noconfigdirs="$noconfigdirs target-libgloss target-newlib"
3564 ;;
3565 *-*-cygwin*)
3566 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3567 noconfigdirs="$noconfigdirs target-libgloss"
3568 # always build newlib if winsup directory is present.
3569 if test -d "$srcdir/winsup/cygwin"; then
3570 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3571 elif test -d "$srcdir/newlib"; then
3572 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3573 fi
3574 ;;
3575 i[3456789]86-*-interix* )
3576 ;;
3577 i[3456789]86-*-pe)
3578 noconfigdirs="$noconfigdirs target-libgloss"
3579 ;;
3580 i[3456789]86-*-sco3.2v5*)
3581 # The linker does not yet know about weak symbols in COFF,
3582 # and is not configured to handle mixed ELF and COFF.
3583 noconfigdirs="$noconfigdirs ld target-libgloss"
3584 ;;
3585 i[3456789]86-*-sco*)
3586 noconfigdirs="$noconfigdirs gprof target-libgloss"
3587 ;;
3588 i[3456789]86-*-solaris2*)
3589 noconfigdirs="$noconfigdirs target-libgloss"
3590 ;;
3591 i[3456789]86-*-sysv4*)
3592 noconfigdirs="$noconfigdirs target-libgloss"
3593 ;;
3594 i[3456789]86-*-beos*)
3595 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3596 ;;
3597 i[3456789]86-*-rdos*)
3598 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3599 ;;
3600 m32r-*-*)
3601 ;;
3602 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3603 libgloss_dir=m68hc11
3604 ;;
3605 m68k-*-elf*)
3606 ;;
3607 m68*-*-* | fido-*-*)
3608 libgloss_dir=m68k
3609 ;;
3610 mmix-*-*)
3611 noconfigdirs="$noconfigdirs gdb"
3612 ;;
3613 mt-*-*)
3614 noconfigdirs="$noconfigdirs sim"
3615 ;;
3616 powerpc-*-aix*)
3617 # copied from rs6000-*-* entry
3618 noconfigdirs="$noconfigdirs gprof target-libgloss target-newlib"
3619 ;;
3620 powerpc*-*-winnt* | powerpc*-*-pe*)
3621 target_configdirs="$target_configdirs target-winsup"
3622 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
3623 # always build newlib.
3624 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3625 ;;
3626 # This is temporary until we can link against shared libraries
3627 powerpcle-*-solaris*)
3628 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
3629 libgloss_dir=rs6000
3630 ;;
3631 powerpc-*-beos*)
3632 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3633 ;;
3634 powerpc-*-eabi)
3635 libgloss_dir=rs6000
3636 ;;
3637 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3638 libgloss_dir=rs6000
3639 ;;
3640 rs6000-*-lynxos*)
3641 noconfigdirs="$noconfigdirs target-newlib gprof"
3642 ;;
3643 rs6000-*-aix*)
3644 noconfigdirs="$noconfigdirs gprof target-libgloss target-newlib"
3645 ;;
3646 rs6000-*-*)
3647 noconfigdirs="$noconfigdirs gprof"
3648 ;;
3649 m68k-apollo-*)
3650 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
3651 ;;
3652 microblaze*)
3653 noconfigdirs="$noconfigdirs gprof"
3654 ;;
3655 mips*-sde-elf*)
3656 if test x$with_newlib = xyes; then
3657 noconfigdirs="$noconfigdirs gprof"
3658 fi
3659 libgloss_dir=mips
3660 ;;
3661 mips*-*-irix5*)
3662 noconfigdirs="$noconfigdirs gprof target-libgloss"
3663 ;;
3664 mips*-*-irix6*)
3665 noconfigdirs="$noconfigdirs gprof target-libgloss"
3666 ;;
3667 mips*-*-bsd*)
3668 noconfigdirs="$noconfigdirs gprof target-libgloss"
3669 ;;
3670 mips*-*-linux*)
3671 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3672 ;;
3673 mips*-*-*)
3674 noconfigdirs="$noconfigdirs gprof"
3675 libgloss_dir=mips
3676 ;;
3677 sh-*-* | sh64-*-*)
3678 case "${target}" in
3679 sh*-*-elf)
3680 ;;
3681 *)
3682 noconfigdirs="$noconfigdirs target-libgloss" ;;
3683 esac
3684 ;;
3685 sparclet-*-aout* | sparc86x-*-*)
3686 libgloss_dir=sparc
3687 ;;
3688 sparc-*-elf*)
3689 ;;
3690 sparc64-*-elf*)
3691 libgloss_dir=sparc
3692 ;;
3693 sparclite-*-*)
3694 libgloss_dir=sparc
3695 ;;
3696 sparc-*-sunos4*)
3697 if test x${is_cross_compiler} != xno ; then
3698 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3699 else
3700 use_gnu_ld=no
3701 fi
3702 ;;
3703 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3704 ;;
3705 tic6x-*-*)
3706 noconfigdirs="$noconfigdirs gdb sim"
3707 ;;
3708 v810-*-*)
3709 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
3710 ;;
3711 vax-*-*)
3712 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3713 ;;
3714 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3715 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3716 ;;
3717 *-*-lynxos*)
3718 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3719 ;;
3720 *-*-*)
3721 ;;
3722esac
3723
3724# If we aren't building newlib, then don't build libgloss, since libgloss
3725# depends upon some newlib header files.
3726case "${noconfigdirs}" in
3727 *target-libgloss*) ;;
3728 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3729esac
3730
3731# Work in distributions that contain no compiler tools, like Autoconf.
3732host_makefile_frag=/dev/null
3733if test -d ${srcdir}/config ; then
3734case "${host}" in
3735 i[3456789]86-*-msdosdjgpp*)
3736 host_makefile_frag="config/mh-djgpp"
3737 ;;
3738 *-cygwin*)
3739
3740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3741$as_echo_n "checking to see if cat works as expected... " >&6; }
3742echo a >cygwin-cat-check
3743if test `cat cygwin-cat-check` = a ; then
3744 rm cygwin-cat-check
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3746$as_echo "yes" >&6; }
3747else
3748 rm cygwin-cat-check
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3750$as_echo "no" >&6; }
3751 as_fn_error "The cat command does not ignore carriage return characters.
3752 Please either mount the build directory in binary mode or run the following
3753 commands before running any configure script:
3754set -o igncr
3755export SHELLOPTS
3756 " "$LINENO" 5
3757fi
3758
3759 host_makefile_frag="config/mh-cygwin"
3760 ;;
3761 *-mingw*)
3762 host_makefile_frag="config/mh-mingw"
3763 ;;
3764 *-interix*)
3765 host_makefile_frag="config/mh-interix"
3766 ;;
3767 hppa*-hp-hpux10*)
3768 host_makefile_frag="config/mh-pa-hpux10"
3769 ;;
3770 hppa*-hp-hpux*)
3771 host_makefile_frag="config/mh-pa"
3772 ;;
3773 hppa*-*)
3774 host_makefile_frag="config/mh-pa"
3775 ;;
3776 *-*-darwin*)
3777 host_makefile_frag="config/mh-darwin"
3778 ;;
3779 powerpc-*-aix*)
3780 host_makefile_frag="config/mh-ppc-aix"
3781 ;;
3782 rs6000-*-aix*)
3783 host_makefile_frag="config/mh-ppc-aix"
3784 ;;
3785esac
3786fi
3787
3788if test "${build}" != "${host}" ; then
3789 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3790 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3791 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3792 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3793 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3794 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3795 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3796 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3797 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3798 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3799 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3800 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3801 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3802else
3803 AR_FOR_BUILD="\$(AR)"
3804 AS_FOR_BUILD="\$(AS)"
3805 CC_FOR_BUILD="\$(CC)"
3806 CXX_FOR_BUILD="\$(CXX)"
3807 GCJ_FOR_BUILD="\$(GCJ)"
3808 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3809 GOC_FOR_BUILD="\$(GOC)"
3810 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3811 LD_FOR_BUILD="\$(LD)"
3812 NM_FOR_BUILD="\$(NM)"
3813 RANLIB_FOR_BUILD="\$(RANLIB)"
3814 WINDRES_FOR_BUILD="\$(WINDRES)"
3815 WINDMC_FOR_BUILD="\$(WINDMC)"
3816fi
3817
3818ac_ext=c
3819ac_cpp='$CPP $CPPFLAGS'
3820ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3821ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3822ac_compiler_gnu=$ac_cv_c_compiler_gnu
3823if test -n "$ac_tool_prefix"; then
3824 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3825set dummy ${ac_tool_prefix}gcc; ac_word=$2
3826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3827$as_echo_n "checking for $ac_word... " >&6; }
3828if test "${ac_cv_prog_CC+set}" = set; then :
3829 $as_echo_n "(cached) " >&6
3830else
3831 if test -n "$CC"; then
3832 ac_cv_prog_CC="$CC" # Let the user override the test.
3833else
3834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3835for as_dir in $PATH
3836do
3837 IFS=$as_save_IFS
3838 test -z "$as_dir" && as_dir=.
3839 for ac_exec_ext in '' $ac_executable_extensions; do
3840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3841 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3843 break 2
3844 fi
3845done
3846 done
3847IFS=$as_save_IFS
3848
3849fi
3850fi
3851CC=$ac_cv_prog_CC
3852if test -n "$CC"; then
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3854$as_echo "$CC" >&6; }
3855else
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3857$as_echo "no" >&6; }
3858fi
3859
3860
3861fi
3862if test -z "$ac_cv_prog_CC"; then
3863 ac_ct_CC=$CC
3864 # Extract the first word of "gcc", so it can be a program name with args.
3865set dummy gcc; ac_word=$2
3866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3867$as_echo_n "checking for $ac_word... " >&6; }
3868if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3869 $as_echo_n "(cached) " >&6
3870else
3871 if test -n "$ac_ct_CC"; then
3872 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3873else
3874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3875for as_dir in $PATH
3876do
3877 IFS=$as_save_IFS
3878 test -z "$as_dir" && as_dir=.
3879 for ac_exec_ext in '' $ac_executable_extensions; do
3880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3881 ac_cv_prog_ac_ct_CC="gcc"
3882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3883 break 2
3884 fi
3885done
3886 done
3887IFS=$as_save_IFS
3888
3889fi
3890fi
3891ac_ct_CC=$ac_cv_prog_ac_ct_CC
3892if test -n "$ac_ct_CC"; then
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3894$as_echo "$ac_ct_CC" >&6; }
3895else
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897$as_echo "no" >&6; }
3898fi
3899
3900 if test "x$ac_ct_CC" = x; then
3901 CC=""
3902 else
3903 case $cross_compiling:$ac_tool_warned in
3904yes:)
3905{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3906$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3907ac_tool_warned=yes ;;
3908esac
3909 CC=$ac_ct_CC
3910 fi
3911else
3912 CC="$ac_cv_prog_CC"
3913fi
3914
3915if test -z "$CC"; then
3916 if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3918set dummy ${ac_tool_prefix}cc; 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; }
3921if test "${ac_cv_prog_CC+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923else
3924 if test -n "$CC"; then
3925 ac_cv_prog_CC="$CC" # Let the user override the test.
3926else
3927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928for as_dir in $PATH
3929do
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_CC="${ac_tool_prefix}cc"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3937 fi
3938done
3939 done
3940IFS=$as_save_IFS
3941
3942fi
3943fi
3944CC=$ac_cv_prog_CC
3945if test -n "$CC"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3947$as_echo "$CC" >&6; }
3948else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950$as_echo "no" >&6; }
3951fi
3952
3953
3954 fi
3955fi
3956if test -z "$CC"; then
3957 # Extract the first word of "cc", so it can be a program name with args.
3958set dummy cc; ac_word=$2
3959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960$as_echo_n "checking for $ac_word... " >&6; }
3961if test "${ac_cv_prog_CC+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963else
3964 if test -n "$CC"; then
3965 ac_cv_prog_CC="$CC" # Let the user override the test.
3966else
3967 ac_prog_rejected=no
3968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3969for as_dir in $PATH
3970do
3971 IFS=$as_save_IFS
3972 test -z "$as_dir" && as_dir=.
3973 for ac_exec_ext in '' $ac_executable_extensions; do
3974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3975 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3976 ac_prog_rejected=yes
3977 continue
3978 fi
3979 ac_cv_prog_CC="cc"
3980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3981 break 2
3982 fi
3983done
3984 done
3985IFS=$as_save_IFS
3986
3987if test $ac_prog_rejected = yes; then
3988 # We found a bogon in the path, so make sure we never use it.
3989 set dummy $ac_cv_prog_CC
3990 shift
3991 if test $# != 0; then
3992 # We chose a different compiler from the bogus one.
3993 # However, it has the same basename, so the bogon will be chosen
3994 # first if we set CC to just the basename; use the full file name.
3995 shift
3996 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3997 fi
3998fi
3999fi
4000fi
4001CC=$ac_cv_prog_CC
4002if test -n "$CC"; then
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4004$as_echo "$CC" >&6; }
4005else
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4007$as_echo "no" >&6; }
4008fi
4009
4010
4011fi
4012if test -z "$CC"; then
4013 if test -n "$ac_tool_prefix"; then
4014 for ac_prog in cl.exe
4015 do
4016 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4017set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4019$as_echo_n "checking for $ac_word... " >&6; }
4020if test "${ac_cv_prog_CC+set}" = set; then :
4021 $as_echo_n "(cached) " >&6
4022else
4023 if test -n "$CC"; then
4024 ac_cv_prog_CC="$CC" # Let the user override the test.
4025else
4026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4027for as_dir in $PATH
4028do
4029 IFS=$as_save_IFS
4030 test -z "$as_dir" && as_dir=.
4031 for ac_exec_ext in '' $ac_executable_extensions; do
4032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4033 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4035 break 2
4036 fi
4037done
4038 done
4039IFS=$as_save_IFS
4040
4041fi
4042fi
4043CC=$ac_cv_prog_CC
4044if test -n "$CC"; then
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4046$as_echo "$CC" >&6; }
4047else
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4049$as_echo "no" >&6; }
4050fi
4051
4052
4053 test -n "$CC" && break
4054 done
4055fi
4056if test -z "$CC"; then
4057 ac_ct_CC=$CC
4058 for ac_prog in cl.exe
4059do
4060 # Extract the first word of "$ac_prog", so it can be a program name with args.
4061set dummy $ac_prog; ac_word=$2
4062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4063$as_echo_n "checking for $ac_word... " >&6; }
4064if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4065 $as_echo_n "(cached) " >&6
4066else
4067 if test -n "$ac_ct_CC"; then
4068 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4069else
4070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4071for as_dir in $PATH
4072do
4073 IFS=$as_save_IFS
4074 test -z "$as_dir" && as_dir=.
4075 for ac_exec_ext in '' $ac_executable_extensions; do
4076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4077 ac_cv_prog_ac_ct_CC="$ac_prog"
4078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4079 break 2
4080 fi
4081done
4082 done
4083IFS=$as_save_IFS
4084
4085fi
4086fi
4087ac_ct_CC=$ac_cv_prog_ac_ct_CC
4088if test -n "$ac_ct_CC"; then
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4090$as_echo "$ac_ct_CC" >&6; }
4091else
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4093$as_echo "no" >&6; }
4094fi
4095
4096
4097 test -n "$ac_ct_CC" && break
4098done
4099
4100 if test "x$ac_ct_CC" = x; then
4101 CC=""
4102 else
4103 case $cross_compiling:$ac_tool_warned in
4104yes:)
4105{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4106$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4107ac_tool_warned=yes ;;
4108esac
4109 CC=$ac_ct_CC
4110 fi
4111fi
4112
4113fi
4114
4115
4116test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4117$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4118as_fn_error "no acceptable C compiler found in \$PATH
4119See \`config.log' for more details." "$LINENO" 5; }
4120
4121# Provide some information about the compiler.
4122$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4123set X $ac_compile
4124ac_compiler=$2
4125for ac_option in --version -v -V -qversion; do
4126 { { ac_try="$ac_compiler $ac_option >&5"
4127case "(($ac_try" in
4128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4129 *) ac_try_echo=$ac_try;;
4130esac
4131eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4132$as_echo "$ac_try_echo"; } >&5
4133 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4134 ac_status=$?
4135 if test -s conftest.err; then
4136 sed '10a\
4137... rest of stderr output deleted ...
4138 10q' conftest.err >conftest.er1
4139 cat conftest.er1 >&5
4140 rm -f conftest.er1 conftest.err
4141 fi
4142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4143 test $ac_status = 0; }
4144done
4145
4146cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4147/* end confdefs.h. */
4148
4149int
4150main ()
4151{
4152
4153 ;
4154 return 0;
4155}
4156_ACEOF
4157ac_clean_files_save=$ac_clean_files
4158ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4159# Try to create an executable without -o first, disregard a.out.
4160# It will help us diagnose broken compilers, and finding out an intuition
4161# of exeext.
4162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4163$as_echo_n "checking for C compiler default output file name... " >&6; }
4164ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4165
4166# The possible output files:
4167ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4168
4169ac_rmfiles=
4170for ac_file in $ac_files
4171do
4172 case $ac_file in
4173 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4174 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4175 esac
4176done
4177rm -f $ac_rmfiles
4178
4179if { { ac_try="$ac_link_default"
4180case "(($ac_try" in
4181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4182 *) ac_try_echo=$ac_try;;
4183esac
4184eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4185$as_echo "$ac_try_echo"; } >&5
4186 (eval "$ac_link_default") 2>&5
4187 ac_status=$?
4188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4189 test $ac_status = 0; }; then :
4190 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4191# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4192# in a Makefile. We should not override ac_cv_exeext if it was cached,
4193# so that the user can short-circuit this test for compilers unknown to
4194# Autoconf.
4195for ac_file in $ac_files ''
4196do
4197 test -f "$ac_file" || continue
4198 case $ac_file in
4199 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4200 ;;
4201 [ab].out )
4202 # We found the default executable, but exeext='' is most
4203 # certainly right.
4204 break;;
4205 *.* )
4206 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4207 then :; else
4208 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4209 fi
4210 # We set ac_cv_exeext here because the later test for it is not
4211 # safe: cross compilers may not add the suffix if given an `-o'
4212 # argument, so we may need to know it at that point already.
4213 # Even if this section looks crufty: it has the advantage of
4214 # actually working.
4215 break;;
4216 * )
4217 break;;
4218 esac
4219done
4220test "$ac_cv_exeext" = no && ac_cv_exeext=
4221
4222else
4223 ac_file=''
4224fi
4225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4226$as_echo "$ac_file" >&6; }
4227if test -z "$ac_file"; then :
4228 $as_echo "$as_me: failed program was:" >&5
4229sed 's/^/| /' conftest.$ac_ext >&5
4230
4231{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4232$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4233{ as_fn_set_status 77
4234as_fn_error "C compiler cannot create executables
4235See \`config.log' for more details." "$LINENO" 5; }; }
4236fi
4237ac_exeext=$ac_cv_exeext
4238
4239# Check that the compiler produces executables we can run. If not, either
4240# the compiler is broken, or we cross compile.
4241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4242$as_echo_n "checking whether the C compiler works... " >&6; }
4243# If not cross compiling, check that we can run a simple program.
4244if test "$cross_compiling" != yes; then
4245 if { ac_try='./$ac_file'
4246 { { case "(($ac_try" in
4247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4248 *) ac_try_echo=$ac_try;;
4249esac
4250eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4251$as_echo "$ac_try_echo"; } >&5
4252 (eval "$ac_try") 2>&5
4253 ac_status=$?
4254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4255 test $ac_status = 0; }; }; then
4256 cross_compiling=no
4257 else
4258 if test "$cross_compiling" = maybe; then
4259 cross_compiling=yes
4260 else
4261 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4262$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4263as_fn_error "cannot run C compiled programs.
4264If you meant to cross compile, use \`--host'.
4265See \`config.log' for more details." "$LINENO" 5; }
4266 fi
4267 fi
4268fi
4269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4270$as_echo "yes" >&6; }
4271
4272rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4273ac_clean_files=$ac_clean_files_save
4274# Check that the compiler produces executables we can run. If not, either
4275# the compiler is broken, or we cross compile.
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4277$as_echo_n "checking whether we are cross compiling... " >&6; }
4278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4279$as_echo "$cross_compiling" >&6; }
4280
4281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4282$as_echo_n "checking for suffix of executables... " >&6; }
4283if { { ac_try="$ac_link"
4284case "(($ac_try" in
4285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4286 *) ac_try_echo=$ac_try;;
4287esac
4288eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4289$as_echo "$ac_try_echo"; } >&5
4290 (eval "$ac_link") 2>&5
4291 ac_status=$?
4292 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4293 test $ac_status = 0; }; then :
4294 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4295# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4296# work properly (i.e., refer to `conftest.exe'), while it won't with
4297# `rm'.
4298for ac_file in conftest.exe conftest conftest.*; do
4299 test -f "$ac_file" || continue
4300 case $ac_file in
4301 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4302 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4303 break;;
4304 * ) break;;
4305 esac
4306done
4307else
4308 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4309$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4310as_fn_error "cannot compute suffix of executables: cannot compile and link
4311See \`config.log' for more details." "$LINENO" 5; }
4312fi
4313rm -f conftest$ac_cv_exeext
4314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4315$as_echo "$ac_cv_exeext" >&6; }
4316
4317rm -f conftest.$ac_ext
4318EXEEXT=$ac_cv_exeext
4319ac_exeext=$EXEEXT
4320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4321$as_echo_n "checking for suffix of object files... " >&6; }
4322if test "${ac_cv_objext+set}" = set; then :
4323 $as_echo_n "(cached) " >&6
4324else
4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4326/* end confdefs.h. */
4327
4328int
4329main ()
4330{
4331
4332 ;
4333 return 0;
4334}
4335_ACEOF
4336rm -f conftest.o conftest.obj
4337if { { ac_try="$ac_compile"
4338case "(($ac_try" in
4339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4340 *) ac_try_echo=$ac_try;;
4341esac
4342eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4343$as_echo "$ac_try_echo"; } >&5
4344 (eval "$ac_compile") 2>&5
4345 ac_status=$?
4346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4347 test $ac_status = 0; }; then :
4348 for ac_file in conftest.o conftest.obj conftest.*; do
4349 test -f "$ac_file" || continue;
4350 case $ac_file in
4351 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4352 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4353 break;;
4354 esac
4355done
4356else
4357 $as_echo "$as_me: failed program was:" >&5
4358sed 's/^/| /' conftest.$ac_ext >&5
4359
4360{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4361$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4362as_fn_error "cannot compute suffix of object files: cannot compile
4363See \`config.log' for more details." "$LINENO" 5; }
4364fi
4365rm -f conftest.$ac_cv_objext conftest.$ac_ext
4366fi
4367{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4368$as_echo "$ac_cv_objext" >&6; }
4369OBJEXT=$ac_cv_objext
4370ac_objext=$OBJEXT
4371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4372$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4373if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4374 $as_echo_n "(cached) " >&6
4375else
4376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4377/* end confdefs.h. */
4378
4379int
4380main ()
4381{
4382#ifndef __GNUC__
4383 choke me
4384#endif
4385
4386 ;
4387 return 0;
4388}
4389_ACEOF
4390if ac_fn_c_try_compile "$LINENO"; then :
4391 ac_compiler_gnu=yes
4392else
4393 ac_compiler_gnu=no
4394fi
4395rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4396ac_cv_c_compiler_gnu=$ac_compiler_gnu
4397
4398fi
4399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4400$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4401if test $ac_compiler_gnu = yes; then
4402 GCC=yes
4403else
4404 GCC=
4405fi
4406ac_test_CFLAGS=${CFLAGS+set}
4407ac_save_CFLAGS=$CFLAGS
4408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4409$as_echo_n "checking whether $CC accepts -g... " >&6; }
4410if test "${ac_cv_prog_cc_g+set}" = set; then :
4411 $as_echo_n "(cached) " >&6
4412else
4413 ac_save_c_werror_flag=$ac_c_werror_flag
4414 ac_c_werror_flag=yes
4415 ac_cv_prog_cc_g=no
4416 CFLAGS="-g"
4417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4418/* end confdefs.h. */
4419
4420int
4421main ()
4422{
4423
4424 ;
4425 return 0;
4426}
4427_ACEOF
4428if ac_fn_c_try_compile "$LINENO"; then :
4429 ac_cv_prog_cc_g=yes
4430else
4431 CFLAGS=""
4432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4433/* end confdefs.h. */
4434
4435int
4436main ()
4437{
4438
4439 ;
4440 return 0;
4441}
4442_ACEOF
4443if ac_fn_c_try_compile "$LINENO"; then :
4444
4445else
4446 ac_c_werror_flag=$ac_save_c_werror_flag
4447 CFLAGS="-g"
4448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4449/* end confdefs.h. */
4450
4451int
4452main ()
4453{
4454
4455 ;
4456 return 0;
4457}
4458_ACEOF
4459if ac_fn_c_try_compile "$LINENO"; then :
4460 ac_cv_prog_cc_g=yes
4461fi
4462rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4463fi
4464rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4465fi
4466rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4467 ac_c_werror_flag=$ac_save_c_werror_flag
4468fi
4469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4470$as_echo "$ac_cv_prog_cc_g" >&6; }
4471if test "$ac_test_CFLAGS" = set; then
4472 CFLAGS=$ac_save_CFLAGS
4473elif test $ac_cv_prog_cc_g = yes; then
4474 if test "$GCC" = yes; then
4475 CFLAGS="-g -O2"
4476 else
4477 CFLAGS="-g"
4478 fi
4479else
4480 if test "$GCC" = yes; then
4481 CFLAGS="-O2"
4482 else
4483 CFLAGS=
4484 fi
4485fi
4486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4487$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4488if test "${ac_cv_prog_cc_c89+set}" = set; then :
4489 $as_echo_n "(cached) " >&6
4490else
4491 ac_cv_prog_cc_c89=no
4492ac_save_CC=$CC
4493cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4494/* end confdefs.h. */
4495#include <stdarg.h>
4496#include <stdio.h>
4497#include <sys/types.h>
4498#include <sys/stat.h>
4499/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4500struct buf { int x; };
4501FILE * (*rcsopen) (struct buf *, struct stat *, int);
4502static char *e (p, i)
4503 char **p;
4504 int i;
4505{
4506 return p[i];
4507}
4508static char *f (char * (*g) (char **, int), char **p, ...)
4509{
4510 char *s;
4511 va_list v;
4512 va_start (v,p);
4513 s = g (p, va_arg (v,int));
4514 va_end (v);
4515 return s;
4516}
4517
4518/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4519 function prototypes and stuff, but not '\xHH' hex character constants.
4520 These don't provoke an error unfortunately, instead are silently treated
4521 as 'x'. The following induces an error, until -std is added to get
4522 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4523 array size at least. It's necessary to write '\x00'==0 to get something
4524 that's true only with -std. */
4525int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4526
4527/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4528 inside strings and character constants. */
4529#define FOO(x) 'x'
4530int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4531
4532int test (int i, double x);
4533struct s1 {int (*f) (int a);};
4534struct s2 {int (*f) (double a);};
4535int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4536int argc;
4537char **argv;
4538int
4539main ()
4540{
4541return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4542 ;
4543 return 0;
4544}
4545_ACEOF
4546for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4547 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4548do
4549 CC="$ac_save_CC $ac_arg"
4550 if ac_fn_c_try_compile "$LINENO"; then :
4551 ac_cv_prog_cc_c89=$ac_arg
4552fi
4553rm -f core conftest.err conftest.$ac_objext
4554 test "x$ac_cv_prog_cc_c89" != "xno" && break
4555done
4556rm -f conftest.$ac_ext
4557CC=$ac_save_CC
4558
4559fi
4560# AC_CACHE_VAL
4561case "x$ac_cv_prog_cc_c89" in
4562 x)
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4564$as_echo "none needed" >&6; } ;;
4565 xno)
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4567$as_echo "unsupported" >&6; } ;;
4568 *)
4569 CC="$CC $ac_cv_prog_cc_c89"
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4571$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4572esac
4573if test "x$ac_cv_prog_cc_c89" != xno; then :
4574
4575fi
4576
4577ac_ext=c
4578ac_cpp='$CPP $CPPFLAGS'
4579ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4580ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4581ac_compiler_gnu=$ac_cv_c_compiler_gnu
4582
4583ac_ext=cpp
4584ac_cpp='$CXXCPP $CPPFLAGS'
4585ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4586ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4587ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4588if test -z "$CXX"; then
4589 if test -n "$CCC"; then
4590 CXX=$CCC
4591 else
4592 if test -n "$ac_tool_prefix"; then
4593 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4594 do
4595 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4596set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4598$as_echo_n "checking for $ac_word... " >&6; }
4599if test "${ac_cv_prog_CXX+set}" = set; then :
4600 $as_echo_n "(cached) " >&6
4601else
4602 if test -n "$CXX"; then
4603 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4604else
4605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4606for as_dir in $PATH
4607do
4608 IFS=$as_save_IFS
4609 test -z "$as_dir" && as_dir=.
4610 for ac_exec_ext in '' $ac_executable_extensions; do
4611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4612 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4614 break 2
4615 fi
4616done
4617 done
4618IFS=$as_save_IFS
4619
4620fi
4621fi
4622CXX=$ac_cv_prog_CXX
4623if test -n "$CXX"; then
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4625$as_echo "$CXX" >&6; }
4626else
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4628$as_echo "no" >&6; }
4629fi
4630
4631
4632 test -n "$CXX" && break
4633 done
4634fi
4635if test -z "$CXX"; then
4636 ac_ct_CXX=$CXX
4637 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4638do
4639 # Extract the first word of "$ac_prog", so it can be a program name with args.
4640set dummy $ac_prog; ac_word=$2
4641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4642$as_echo_n "checking for $ac_word... " >&6; }
4643if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4644 $as_echo_n "(cached) " >&6
4645else
4646 if test -n "$ac_ct_CXX"; then
4647 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4648else
4649as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650for as_dir in $PATH
4651do
4652 IFS=$as_save_IFS
4653 test -z "$as_dir" && as_dir=.
4654 for ac_exec_ext in '' $ac_executable_extensions; do
4655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4656 ac_cv_prog_ac_ct_CXX="$ac_prog"
4657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4658 break 2
4659 fi
4660done
4661 done
4662IFS=$as_save_IFS
4663
4664fi
4665fi
4666ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4667if test -n "$ac_ct_CXX"; then
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4669$as_echo "$ac_ct_CXX" >&6; }
4670else
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4672$as_echo "no" >&6; }
4673fi
4674
4675
4676 test -n "$ac_ct_CXX" && break
4677done
4678
4679 if test "x$ac_ct_CXX" = x; then
4680 CXX="g++"
4681 else
4682 case $cross_compiling:$ac_tool_warned in
4683yes:)
4684{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4685$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4686ac_tool_warned=yes ;;
4687esac
4688 CXX=$ac_ct_CXX
4689 fi
4690fi
4691
4692 fi
4693fi
4694# Provide some information about the compiler.
4695$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4696set X $ac_compile
4697ac_compiler=$2
4698for ac_option in --version -v -V -qversion; do
4699 { { ac_try="$ac_compiler $ac_option >&5"
4700case "(($ac_try" in
4701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4702 *) ac_try_echo=$ac_try;;
4703esac
4704eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4705$as_echo "$ac_try_echo"; } >&5
4706 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4707 ac_status=$?
4708 if test -s conftest.err; then
4709 sed '10a\
4710... rest of stderr output deleted ...
4711 10q' conftest.err >conftest.er1
4712 cat conftest.er1 >&5
4713 rm -f conftest.er1 conftest.err
4714 fi
4715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4716 test $ac_status = 0; }
4717done
4718
4719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4720$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4721if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4722 $as_echo_n "(cached) " >&6
4723else
4724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4725/* end confdefs.h. */
4726
4727int
4728main ()
4729{
4730#ifndef __GNUC__
4731 choke me
4732#endif
4733
4734 ;
4735 return 0;
4736}
4737_ACEOF
4738if ac_fn_cxx_try_compile "$LINENO"; then :
4739 ac_compiler_gnu=yes
4740else
4741 ac_compiler_gnu=no
4742fi
4743rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4744ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4745
4746fi
4747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4748$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4749if test $ac_compiler_gnu = yes; then
4750 GXX=yes
4751else
4752 GXX=
4753fi
4754ac_test_CXXFLAGS=${CXXFLAGS+set}
4755ac_save_CXXFLAGS=$CXXFLAGS
4756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4757$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4758if test "${ac_cv_prog_cxx_g+set}" = set; then :
4759 $as_echo_n "(cached) " >&6
4760else
4761 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4762 ac_cxx_werror_flag=yes
4763 ac_cv_prog_cxx_g=no
4764 CXXFLAGS="-g"
4765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4766/* end confdefs.h. */
4767
4768int
4769main ()
4770{
4771
4772 ;
4773 return 0;
4774}
4775_ACEOF
4776if ac_fn_cxx_try_compile "$LINENO"; then :
4777 ac_cv_prog_cxx_g=yes
4778else
4779 CXXFLAGS=""
4780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4781/* end confdefs.h. */
4782
4783int
4784main ()
4785{
4786
4787 ;
4788 return 0;
4789}
4790_ACEOF
4791if ac_fn_cxx_try_compile "$LINENO"; then :
4792
4793else
4794 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4795 CXXFLAGS="-g"
4796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4797/* end confdefs.h. */
4798
4799int
4800main ()
4801{
4802
4803 ;
4804 return 0;
4805}
4806_ACEOF
4807if ac_fn_cxx_try_compile "$LINENO"; then :
4808 ac_cv_prog_cxx_g=yes
4809fi
4810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4811fi
4812rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4813fi
4814rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4815 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4816fi
4817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4818$as_echo "$ac_cv_prog_cxx_g" >&6; }
4819if test "$ac_test_CXXFLAGS" = set; then
4820 CXXFLAGS=$ac_save_CXXFLAGS
4821elif test $ac_cv_prog_cxx_g = yes; then
4822 if test "$GXX" = yes; then
4823 CXXFLAGS="-g -O2"
4824 else
4825 CXXFLAGS="-g"
4826 fi
4827else
4828 if test "$GXX" = yes; then
4829 CXXFLAGS="-O2"
4830 else
4831 CXXFLAGS=
4832 fi
4833fi
4834ac_ext=c
4835ac_cpp='$CPP $CPPFLAGS'
4836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4838ac_compiler_gnu=$ac_cv_c_compiler_gnu
4839
4840
4841# We must set the default linker to the linker used by gcc for the correct
4842# operation of libtool. If LD is not defined and we are using gcc, try to
4843# set the LD default to the ld used by gcc.
4844if test -z "$LD"; then
4845 if test "$GCC" = yes; then
4846 case $build in
4847 *-*-mingw*)
4848 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4849 *)
4850 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4851 esac
4852 case $gcc_prog_ld in
4853 # Accept absolute paths.
4854 [\\/]* | [A-Za-z]:[\\/]*)
4855 LD="$gcc_prog_ld" ;;
4856 esac
4857 fi
4858fi
4859
4860
4861
4862
4863if test -n "$ac_tool_prefix"; then
4864 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4865set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4867$as_echo_n "checking for $ac_word... " >&6; }
4868if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4869 $as_echo_n "(cached) " >&6
4870else
4871 if test -n "$GNATBIND"; then
4872 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4873else
4874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4875for as_dir in $PATH
4876do
4877 IFS=$as_save_IFS
4878 test -z "$as_dir" && as_dir=.
4879 for ac_exec_ext in '' $ac_executable_extensions; do
4880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4881 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4883 break 2
4884 fi
4885done
4886 done
4887IFS=$as_save_IFS
4888
4889fi
4890fi
4891GNATBIND=$ac_cv_prog_GNATBIND
4892if test -n "$GNATBIND"; then
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4894$as_echo "$GNATBIND" >&6; }
4895else
4896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4897$as_echo "no" >&6; }
4898fi
4899
4900
4901fi
4902if test -z "$ac_cv_prog_GNATBIND"; then
4903 ac_ct_GNATBIND=$GNATBIND
4904 # Extract the first word of "gnatbind", so it can be a program name with args.
4905set dummy gnatbind; ac_word=$2
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4907$as_echo_n "checking for $ac_word... " >&6; }
4908if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4909 $as_echo_n "(cached) " >&6
4910else
4911 if test -n "$ac_ct_GNATBIND"; then
4912 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4913else
4914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4915for as_dir in $PATH
4916do
4917 IFS=$as_save_IFS
4918 test -z "$as_dir" && as_dir=.
4919 for ac_exec_ext in '' $ac_executable_extensions; do
4920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4921 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4923 break 2
4924 fi
4925done
4926 done
4927IFS=$as_save_IFS
4928
4929fi
4930fi
4931ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4932if test -n "$ac_ct_GNATBIND"; then
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4934$as_echo "$ac_ct_GNATBIND" >&6; }
4935else
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4937$as_echo "no" >&6; }
4938fi
4939
4940 if test "x$ac_ct_GNATBIND" = x; then
4941 GNATBIND="no"
4942 else
4943 case $cross_compiling:$ac_tool_warned in
4944yes:)
4945{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4946$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4947ac_tool_warned=yes ;;
4948esac
4949 GNATBIND=$ac_ct_GNATBIND
4950 fi
4951else
4952 GNATBIND="$ac_cv_prog_GNATBIND"
4953fi
4954
4955if test -n "$ac_tool_prefix"; then
4956 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4957set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4959$as_echo_n "checking for $ac_word... " >&6; }
4960if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4961 $as_echo_n "(cached) " >&6
4962else
4963 if test -n "$GNATMAKE"; then
4964 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4965else
4966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4967for as_dir in $PATH
4968do
4969 IFS=$as_save_IFS
4970 test -z "$as_dir" && as_dir=.
4971 for ac_exec_ext in '' $ac_executable_extensions; do
4972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4973 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4975 break 2
4976 fi
4977done
4978 done
4979IFS=$as_save_IFS
4980
4981fi
4982fi
4983GNATMAKE=$ac_cv_prog_GNATMAKE
4984if test -n "$GNATMAKE"; then
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4986$as_echo "$GNATMAKE" >&6; }
4987else
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4989$as_echo "no" >&6; }
4990fi
4991
4992
4993fi
4994if test -z "$ac_cv_prog_GNATMAKE"; then
4995 ac_ct_GNATMAKE=$GNATMAKE
4996 # Extract the first word of "gnatmake", so it can be a program name with args.
4997set dummy gnatmake; ac_word=$2
4998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4999$as_echo_n "checking for $ac_word... " >&6; }
5000if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5001 $as_echo_n "(cached) " >&6
5002else
5003 if test -n "$ac_ct_GNATMAKE"; then
5004 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5005else
5006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5007for as_dir in $PATH
5008do
5009 IFS=$as_save_IFS
5010 test -z "$as_dir" && as_dir=.
5011 for ac_exec_ext in '' $ac_executable_extensions; do
5012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5013 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5015 break 2
5016 fi
5017done
5018 done
5019IFS=$as_save_IFS
5020
5021fi
5022fi
5023ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5024if test -n "$ac_ct_GNATMAKE"; then
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5026$as_echo "$ac_ct_GNATMAKE" >&6; }
5027else
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5029$as_echo "no" >&6; }
5030fi
5031
5032 if test "x$ac_ct_GNATMAKE" = x; then
5033 GNATMAKE="no"
5034 else
5035 case $cross_compiling:$ac_tool_warned in
5036yes:)
5037{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5038$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5039ac_tool_warned=yes ;;
5040esac
5041 GNATMAKE=$ac_ct_GNATMAKE
5042 fi
5043else
5044 GNATMAKE="$ac_cv_prog_GNATMAKE"
5045fi
5046
5047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5048$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5049if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5050 $as_echo_n "(cached) " >&6
5051else
5052 cat >conftest.adb <<EOF
5053procedure conftest is begin null; end conftest;
5054EOF
5055acx_cv_cc_gcc_supports_ada=no
5056# There is a bug in old released versions of GCC which causes the
5057# driver to exit successfully when the appropriate language module
5058# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5059# Therefore we must check for the error message as well as an
5060# unsuccessful exit.
5061# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5062# given a .adb file, but produce no object file. So we must check
5063# if an object file was really produced to guard against this.
5064errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5065if test x"$errors" = x && test -f conftest.$ac_objext; then
5066 acx_cv_cc_gcc_supports_ada=yes
5067fi
5068rm -f conftest.*
5069fi
5070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5071$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5072
5073if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5074 have_gnat=yes
5075else
5076 have_gnat=no
5077fi
5078
5079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5080$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5081if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5082 $as_echo_n "(cached) " >&6
5083else
5084 echo abfoo >t1
5085 echo cdfoo >t2
5086 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5087 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5088 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5089 :
5090 else
5091 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5092 fi
5093 fi
5094 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5095 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5096 :
5097 else
5098 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5099 fi
5100 fi
5101 rm t1 t2
5102
5103fi
5104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5105$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5106do_compare="$gcc_cv_prog_cmp_skip"
5107
5108
5109
5110# See if we are building gcc with C++.
5111# Check whether --enable-build-with-cxx was given.
5112if test "${enable_build_with_cxx+set}" = set; then :
5113 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
5114else
5115 ENABLE_BUILD_WITH_CXX=no
5116fi
5117
5118
5119# Used for setting $lt_cv_objdir
5120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5121$as_echo_n "checking for objdir... " >&6; }
5122if test "${lt_cv_objdir+set}" = set; then :
5123 $as_echo_n "(cached) " >&6
5124else
5125 rm -f .libs 2>/dev/null
5126mkdir .libs 2>/dev/null
5127if test -d .libs; then
5128 lt_cv_objdir=.libs
5129else
5130 # MS-DOS does not allow filenames that begin with a dot.
5131 lt_cv_objdir=_libs
5132fi
5133rmdir .libs 2>/dev/null
5134fi
5135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5136$as_echo "$lt_cv_objdir" >&6; }
5137objdir=$lt_cv_objdir
5138
5139
5140
5141
5142
5143cat >>confdefs.h <<_ACEOF
5144#define LT_OBJDIR "$lt_cv_objdir/"
5145_ACEOF
5146
5147
5148
5149# Check for GMP, MPFR and MPC
5150gmplibs="-lmpc -lmpfr -lgmp"
5151gmpinc=
5152have_gmp=no
5153
5154# Specify a location for mpc
5155# check for this first so it ends up on the link line before mpfr.
5156
5157# Check whether --with-mpc was given.
5158if test "${with_mpc+set}" = set; then :
5159 withval=$with_mpc;
5160fi
5161
5162
5163# Check whether --with-mpc-include was given.
5164if test "${with_mpc_include+set}" = set; then :
5165 withval=$with_mpc_include;
5166fi
5167
5168
5169# Check whether --with-mpc-lib was given.
5170if test "${with_mpc_lib+set}" = set; then :
5171 withval=$with_mpc_lib;
5172fi
5173
5174
5175if test "x$with_mpc" != x; then
5176 gmplibs="-L$with_mpc/lib $gmplibs"
5177 gmpinc="-I$with_mpc/include $gmpinc"
5178fi
5179if test "x$with_mpc_include" != x; then
5180 gmpinc="-I$with_mpc_include $gmpinc"
5181fi
5182if test "x$with_mpc_lib" != x; then
5183 gmplibs="-L$with_mpc_lib $gmplibs"
5184fi
5185if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5186 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5187 gmpinc='-I$$s/mpc/src '"$gmpinc"
5188 # Do not test the mpc version. Assume that it is sufficient, since
5189 # it is in the source tree, and the library has not been built yet
5190 # but it would be included on the link line in the version check below
5191 # hence making the test fail.
5192 have_gmp=yes
5193fi
5194
5195# Specify a location for mpfr
5196# check for this first so it ends up on the link line before gmp.
5197
5198# Check whether --with-mpfr-dir was given.
5199if test "${with_mpfr_dir+set}" = set; then :
5200 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5201Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5202fi
5203
5204
5205
5206# Check whether --with-mpfr was given.
5207if test "${with_mpfr+set}" = set; then :
5208 withval=$with_mpfr;
5209fi
5210
5211
5212# Check whether --with-mpfr-include was given.
5213if test "${with_mpfr_include+set}" = set; then :
5214 withval=$with_mpfr_include;
5215fi
5216
5217
5218# Check whether --with-mpfr-lib was given.
5219if test "${with_mpfr_lib+set}" = set; then :
5220 withval=$with_mpfr_lib;
5221fi
5222
5223
5224if test "x$with_mpfr" != x; then
5225 gmplibs="-L$with_mpfr/lib $gmplibs"
5226 gmpinc="-I$with_mpfr/include $gmpinc"
5227fi
5228if test "x$with_mpfr_include" != x; then
5229 gmpinc="-I$with_mpfr_include $gmpinc"
5230fi
5231if test "x$with_mpfr_lib" != x; then
5232 gmplibs="-L$with_mpfr_lib $gmplibs"
5233fi
5234if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5235 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5236 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5237 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5238 # Do not test the mpfr version. Assume that it is sufficient, since
5239 # it is in the source tree, and the library has not been built yet
5240 # but it would be included on the link line in the version check below
5241 # hence making the test fail.
5242 have_gmp=yes
5243fi
5244
5245# Specify a location for gmp
5246
5247# Check whether --with-gmp-dir was given.
5248if test "${with_gmp_dir+set}" = set; then :
5249 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5250Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5251fi
5252
5253
5254
5255# Check whether --with-gmp was given.
5256if test "${with_gmp+set}" = set; then :
5257 withval=$with_gmp;
5258fi
5259
5260
5261# Check whether --with-gmp-include was given.
5262if test "${with_gmp_include+set}" = set; then :
5263 withval=$with_gmp_include;
5264fi
5265
5266
5267# Check whether --with-gmp-lib was given.
5268if test "${with_gmp_lib+set}" = set; then :
5269 withval=$with_gmp_lib;
5270fi
5271
5272
5273
5274if test "x$with_gmp" != x; then
5275 gmplibs="-L$with_gmp/lib $gmplibs"
5276 gmpinc="-I$with_gmp/include $gmpinc"
5277fi
5278if test "x$with_gmp_include" != x; then
5279 gmpinc="-I$with_gmp_include $gmpinc"
5280fi
5281if test "x$with_gmp_lib" != x; then
5282 gmplibs="-L$with_gmp_lib $gmplibs"
5283fi
5284if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5285 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5286 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5287 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5288 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5289 # Do not test the gmp version. Assume that it is sufficient, since
5290 # it is in the source tree, and the library has not been built yet
5291 # but it would be included on the link line in the version check below
5292 # hence making the test fail.
5293 have_gmp=yes
5294fi
5295
5296if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5297 have_gmp=yes
5298 saved_CFLAGS="$CFLAGS"
5299 CFLAGS="$CFLAGS $gmpinc"
5300 # Check for the recommended and required versions of GMP.
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5302$as_echo_n "checking for the correct version of gmp.h... " >&6; }
5303
5304cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5305/* end confdefs.h. */
5306#include "gmp.h"
5307int
5308main ()
5309{
5310
5311 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5312 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5313 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5314 choke me
5315 #endif
5316
5317 ;
5318 return 0;
5319}
5320_ACEOF
5321if ac_fn_c_try_compile "$LINENO"; then :
5322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5323/* end confdefs.h. */
5324#include <gmp.h>
5325int
5326main ()
5327{
5328
5329 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5330 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5331 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5332 choke me
5333 #endif
5334
5335 ;
5336 return 0;
5337}
5338_ACEOF
5339if ac_fn_c_try_compile "$LINENO"; then :
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5341$as_echo "yes" >&6; }
5342else
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5344$as_echo "buggy but acceptable" >&6; }
5345fi
5346rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5347else
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5349$as_echo "no" >&6; }; have_gmp=no
5350fi
5351rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5352
5353 # If we have GMP, check the MPFR version.
5354 if test x"$have_gmp" = xyes; then
5355 # Check for the recommended and required versions of MPFR.
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5357$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5359/* end confdefs.h. */
5360#include <gmp.h>
5361 #include <mpfr.h>
5362int
5363main ()
5364{
5365
5366 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5367 choke me
5368 #endif
5369
5370 ;
5371 return 0;
5372}
5373_ACEOF
5374if ac_fn_c_try_compile "$LINENO"; then :
5375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5376/* end confdefs.h. */
5377#include <gmp.h>
5378 #include <mpfr.h>
5379int
5380main ()
5381{
5382
5383 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5384 choke me
5385 #endif
5386
5387 ;
5388 return 0;
5389}
5390_ACEOF
5391if ac_fn_c_try_compile "$LINENO"; then :
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5393$as_echo "yes" >&6; }
5394else
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5396$as_echo "buggy but acceptable" >&6; }
5397fi
5398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5399else
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5401$as_echo "no" >&6; }; have_gmp=no
5402fi
5403rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5404 fi
5405
5406 # Check for the MPC header version.
5407 if test x"$have_gmp" = xyes ; then
5408 # Check for the recommended and required versions of MPC.
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5410$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5412/* end confdefs.h. */
5413#include <mpc.h>
5414int
5415main ()
5416{
5417
5418 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5419 choke me
5420 #endif
5421
5422 ;
5423 return 0;
5424}
5425_ACEOF
5426if ac_fn_c_try_compile "$LINENO"; then :
5427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5428/* end confdefs.h. */
5429#include <mpc.h>
5430int
5431main ()
5432{
5433
5434 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5435 choke me
5436 #endif
5437
5438 ;
5439 return 0;
5440}
5441_ACEOF
5442if ac_fn_c_try_compile "$LINENO"; then :
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5444$as_echo "yes" >&6; }
5445else
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5447$as_echo "buggy but acceptable" >&6; }
5448fi
5449rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5450else
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5452$as_echo "no" >&6; }; have_gmp=no
5453fi
5454rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5455 fi
5456
5457 # Now check the MPFR library.
5458 if test x"$have_gmp" = xyes; then
5459 saved_LIBS="$LIBS"
5460 LIBS="$LIBS $gmplibs"
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5462$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464/* end confdefs.h. */
5465#include <mpc.h>
5466int
5467main ()
5468{
5469
5470 mpfr_t n;
5471 mpfr_t x;
5472 mpc_t c;
5473 int t;
5474 mpfr_init (n);
5475 mpfr_init (x);
5476 mpfr_atan2 (n, n, x, GMP_RNDN);
5477 mpfr_erfc (n, x, GMP_RNDN);
5478 mpfr_subnormalize (x, t, GMP_RNDN);
5479 mpfr_clear(n);
5480 mpfr_clear(x);
5481 mpc_init2 (c, 53);
5482 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5483 mpc_cosh (c, c, MPC_RNDNN);
5484 mpc_pow (c, c, c, MPC_RNDNN);
5485 mpc_acosh (c, c, MPC_RNDNN);
5486 mpc_clear (c);
5487
5488 ;
5489 return 0;
5490}
5491_ACEOF
5492if ac_fn_c_try_link "$LINENO"; then :
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5494$as_echo "yes" >&6; }
5495else
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5497$as_echo "no" >&6; }; have_gmp=no
5498fi
5499rm -f core conftest.err conftest.$ac_objext \
5500 conftest$ac_exeext conftest.$ac_ext
5501 LIBS="$saved_LIBS"
5502 fi
5503
5504 CFLAGS="$saved_CFLAGS"
5505
5506# The library versions listed in the error message below should match
5507# the HARD-minimums enforced above.
5508 if test x$have_gmp != xyes; then
5509 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5510Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5511their locations. Source code for these libraries can be found at
5512their respective hosting sites as well as at
5513ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5514http://gcc.gnu.org/install/prerequisites.html for additional info. If
5515you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5516make sure that you have installed both the libraries and the header
5517files. They may be located in separate packages." "$LINENO" 5
5518 fi
5519fi
5520
5521# Flags needed for both GMP, MPFR and/or MPC.
5522
5523
5524
5525
5526
5527
5528# Allow host libstdc++ to be specified for static linking with PPL.
5529
5530# Check whether --with-host-libstdcxx was given.
5531if test "${with_host_libstdcxx+set}" = set; then :
5532 withval=$with_host_libstdcxx;
5533fi
5534
5535
5536case $with_host_libstdcxx in
5537 no|yes)
5538 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5539 ;;
5540esac
5541
5542# Linker flags to use for stage1 or when not boostrapping.
5543
5544# Check whether --with-stage1-ldflags was given.
5545if test "${with_stage1_ldflags+set}" = set; then :
5546 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5547 stage1_ldflags=
5548 else
5549 stage1_ldflags=$withval
5550 fi
5551else
5552 stage1_ldflags=
5553fi
5554
5555
5556
5557# Libraries to use for stage1 or when not bootstrapping.
5558
5559# Check whether --with-stage1-libs was given.
5560if test "${with_stage1_libs+set}" = set; then :
5561 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5562 stage1_libs=
5563 else
5564 stage1_libs=$withval
5565 fi
5566else
5567 stage1_libs=$with_host_libstdcxx
5568fi
5569
5570
5571
5572# Libraries to use for stage2 and later builds. This defaults to the
5573# argument passed to --with-host-libstdcxx.
5574
5575# Check whether --with-boot-libs was given.
5576if test "${with_boot_libs+set}" = set; then :
5577 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5578 poststage1_libs=
5579 else
5580 poststage1_libs=$withval
5581 fi
5582else
5583 poststage1_libs=$with_host_libstdcxx
5584fi
5585
5586
5587
5588# Linker flags to use for stage2 and later builds.
5589
5590# Check whether --with-boot-ldflags was given.
5591if test "${with_boot_ldflags+set}" = set; then :
5592 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5593 poststage1_ldflags=
5594 else
5595 poststage1_ldflags=$withval
5596 fi
5597else
5598 poststage1_ldflags=
5599 # In stages 2 and 3, default to linking libstdc++ and libgcc
5600 # statically. But if the user explicitly specified the libraries to
5601 # use, trust that they are doing what they want.
5602 if test "$poststage1_libs" = ""; then
5603 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5604 fi
5605fi
5606
5607
5608
5609# Check for PPL
5610ppllibs=
5611pplinc=
5612pwllib=
5613
5614
5615# Check whether --with-ppl was given.
5616if test "${with_ppl+set}" = set; then :
5617 withval=$with_ppl;
5618fi
5619
5620
5621# Check whether --with-ppl-include was given.
5622if test "${with_ppl_include+set}" = set; then :
5623 withval=$with_ppl_include;
5624fi
5625
5626
5627# Check whether --with-ppl-lib was given.
5628if test "${with_ppl_lib+set}" = set; then :
5629 withval=$with_ppl_lib;
5630fi
5631
5632
5633# Check whether --enable-ppl-version-check was given.
5634if test "${enable_ppl_version_check+set}" = set; then :
5635 enableval=$enable_ppl_version_check;
5636fi
5637
5638
5639case $with_ppl in
5640 yes | no | "")
5641 ;;
5642 *)
5643 ppllibs="-L$with_ppl/lib"
5644 pplinc="-I$with_ppl/include $pplinc"
5645 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5646 with_ppl=yes
5647 else
5648 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5649 fi
5650 ;;
5651esac
5652
5653if test x"$with_ppl_include" != x; then
5654 pplinc="-I$with_ppl_include $pplinc"
5655 with_ppl=yes
5656fi
5657
5658if test "x$with_ppl_lib" != x; then
5659 ppllibs="-L$with_ppl_lib"
5660 with_ppl=yes
5661fi
5662
5663if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5664 if test x"$enable_watchdog" = xyes; then
5665 pwllib="-lpwl"
5666 fi
5667 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5668 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5669 enable_ppl_version_check=no
5670 with_ppl=yes
5671fi
5672
5673if test "x$with_ppl" != xno; then
5674 if test "x$pwllib" = x; then
5675 saved_LIBS="$LIBS"
5676 LIBS="$LIBS $ppllibs -lstdc++ -lm"
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5678$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5679if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5680 $as_echo_n "(cached) " >&6
5681else
5682 ac_check_lib_save_LIBS=$LIBS
5683LIBS="-lpwl $LIBS"
5684cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5685/* end confdefs.h. */
5686
5687/* Override any GCC internal prototype to avoid an error.
5688 Use char because int might match the return type of a GCC
5689 builtin and then its argument prototype would still apply. */
5690#ifdef __cplusplus
5691extern "C"
5692#endif
5693char PWL_handle_timeout ();
5694int
5695main ()
5696{
5697return PWL_handle_timeout ();
5698 ;
5699 return 0;
5700}
5701_ACEOF
5702if ac_fn_c_try_link "$LINENO"; then :
5703 ac_cv_lib_pwl_PWL_handle_timeout=yes
5704else
5705 ac_cv_lib_pwl_PWL_handle_timeout=no
5706fi
5707rm -f core conftest.err conftest.$ac_objext \
5708 conftest$ac_exeext conftest.$ac_ext
5709LIBS=$ac_check_lib_save_LIBS
5710fi
5711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5712$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5713if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5714 pwllib="-lpwl"
5715fi
5716
5717 LIBS="$saved_LIBS"
5718 fi
5719
5720 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5721
5722 if test "$enable_ppl_version_check" != no; then
5723 saved_CFLAGS="$CFLAGS"
5724 CFLAGS="$CFLAGS $pplinc $gmpinc"
5725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5726$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5728/* end confdefs.h. */
5729#include "ppl_c.h"
5730int
5731main ()
5732{
5733
5734 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5735 choke me
5736 #endif
5737
5738 ;
5739 return 0;
5740}
5741_ACEOF
5742if ac_fn_c_try_compile "$LINENO"; then :
5743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5744$as_echo "yes" >&6; }
5745else
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5747$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5748fi
5749rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5750 CFLAGS="$saved_CFLAGS"
5751 fi
5752fi
5753
5754# Flags needed for PPL
5755
5756
5757
5758
5759# Check for CLOOG
5760
5761
5762
5763# Check whether --with-cloog was given.
5764if test "${with_cloog+set}" = set; then :
5765 withval=$with_cloog;
5766fi
5767
5768
5769# Check whether --with-cloog-include was given.
5770if test "${with_cloog_include+set}" = set; then :
5771 withval=$with_cloog_include;
5772fi
5773
5774
5775# Check whether --with-cloog-lib was given.
5776if test "${with_cloog_lib+set}" = set; then :
5777 withval=$with_cloog_lib;
5778fi
5779
5780
5781 # Check whether --enable-cloog-backend was given.
5782if test "${enable_cloog_backend+set}" = set; then :
5783 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5784 cloog_backend=isl
5785 elif test "x${enableval}" = "xppl"; then
5786 cloog_backend=ppl
5787 else
5788 cloog_backend=ppl-legacy
5789 fi
5790else
5791 cloog_backend=ppl-legacy
5792fi
5793
5794 # Check whether --enable-cloog-version-check was given.
5795if test "${enable_cloog_version_check+set}" = set; then :
5796 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5797else
5798 ENABLE_CLOOG_CHECK=yes
5799fi
5800
5801
5802 # Initialize clooglibs and clooginc.
5803 case $with_cloog in
5804 no)
5805 clooglibs=
5806 clooginc=
5807 ;;
5808 "" | yes)
5809 ;;
5810 *)
5811 clooglibs="-L$with_cloog/lib"
5812 clooginc="-I$with_cloog/include"
5813 ;;
5814 esac
5815 if test "x${with_cloog_include}" != x ; then
5816 clooginc="-I$with_cloog_include"
5817 fi
5818 if test "x${with_cloog_lib}" != x; then
5819 clooglibs="-L$with_cloog_lib"
5820 fi
5821
5822
5823
5824
5825
5826if test "x$with_ppl" = "xno"; then
5827
5828
5829
5830 if test "x${with_cloog}" = xno; then
5831 graphite_requested=no
5832 elif test "x${with_cloog}" != x \
5833 || test "x${with_cloog_include}" != x \
5834 || test "x${with_cloog_lib}" != x ; then
5835 graphite_requested=yes
5836 else
5837 graphite_requested=no
5838 fi
5839
5840
5841 if test "${graphite_requested}" = yes; then
5842 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5843 fi
5844 with_cloog=no
5845fi
5846if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5847 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5848 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5849 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5850fi
5851if test "x$with_cloog" != "xno"; then
5852
5853
5854
5855 _cloog_saved_CFLAGS=$CFLAGS
5856 _cloog_saved_CPPFLAGS=$CPPFLAGS
5857 _cloog_saved_LDFLAGS=$LDFLAGS
5858 _cloog_saved_LIBS=$LIBS
5859
5860 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5861
5862 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5863 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5864 LDFLAGS="${LDFLAGS} ${clooglibs}"
5865
5866 case $cloog_backend in
5867 "ppl-legacy")
5868 CFLAGS="${CFLAGS} ${pplinc}"
5869 LDFLAGS="${LDFLAGS} ${ppllibs}"
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5871$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5872if test "${gcc_cv_cloog_type+set}" = set; then :
5873 $as_echo_n "(cached) " >&6
5874else
5875 LIBS="-lcloog ${_cloog_saved_LIBS}"
5876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5877/* end confdefs.h. */
5878#include "cloog/cloog.h"
5879int
5880main ()
5881{
5882#ifndef CLOOG_PPL_BACKEND
5883 choke me
5884 #endif
5885 ;
5886 return 0;
5887}
5888_ACEOF
5889if ac_fn_c_try_link "$LINENO"; then :
5890 gcc_cv_cloog_type="PPL Legacy"
5891else
5892 gcc_cv_cloog_type=no
5893fi
5894rm -f core conftest.err conftest.$ac_objext \
5895 conftest$ac_exeext conftest.$ac_ext
5896fi
5897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5898$as_echo "$gcc_cv_cloog_type" >&6; }
5899 ;;
5900 "isl")
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5902$as_echo_n "checking for installed CLooG ISL... " >&6; }
5903if test "${gcc_cv_cloog_type+set}" = set; then :
5904 $as_echo_n "(cached) " >&6
5905else
5906 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5908/* end confdefs.h. */
5909#include "cloog/cloog.h"
5910int
5911main ()
5912{
5913cloog_version ()
5914 ;
5915 return 0;
5916}
5917_ACEOF
5918if ac_fn_c_try_link "$LINENO"; then :
5919 gcc_cv_cloog_type="ISL"
5920else
5921 gcc_cv_cloog_type=no
5922fi
5923rm -f core conftest.err conftest.$ac_objext \
5924 conftest$ac_exeext conftest.$ac_ext
5925fi
5926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5927$as_echo "$gcc_cv_cloog_type" >&6; }
5928 ;;
5929 "ppl")
5930 CFLAGS="${CFLAGS} ${pplinc}"
5931 LDFLAGS="${LDFLAGS} ${ppllibs}"
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5933$as_echo_n "checking for installed CLooG PPL... " >&6; }
5934if test "${gcc_cv_cloog_type+set}" = set; then :
5935 $as_echo_n "(cached) " >&6
5936else
5937 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5939/* end confdefs.h. */
5940#include "cloog/cloog.h"
5941 #include "cloog/ppl/cloog.h"
5942int
5943main ()
5944{
5945cloog_version ()
5946 ;
5947 return 0;
5948}
5949_ACEOF
5950if ac_fn_c_try_link "$LINENO"; then :
5951 gcc_cv_cloog_type="PPL"
5952else
5953 gcc_cv_cloog_type=no
5954fi
5955rm -f core conftest.err conftest.$ac_objext \
5956 conftest$ac_exeext conftest.$ac_ext
5957fi
5958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5959$as_echo "$gcc_cv_cloog_type" >&6; }
5960 ;;
5961 *)
5962 gcc_cv_cloog_type=""
5963 esac
5964
5965 case $gcc_cv_cloog_type in
5966 "PPL Legacy")
5967 clooginc="${clooginc}"
5968 clooglibs="${clooglibs} -lcloog"
5969 cloog_org=no
5970 ;;
5971 "ISL")
5972 clooginc="${clooginc} ${_cloogorginc}"
5973 clooglibs="${clooglibs} -lcloog-isl -lisl"
5974 cloog_org=yes
5975 ;;
5976 "PPL")
5977 clooginc="${clooginc} ${_cloogorginc}"
5978 clooglibs="${clooglibs} -lcloog-ppl"
5979 cloog_org=yes
5980 ;;
5981 *)
5982 clooglibs=
5983 clooginc=
5984 cloog_org=
5985 ;;
5986 esac
5987
5988 LIBS=$_cloog_saved_LIBS
5989 CFLAGS=$_cloog_saved_CFLAGS
5990 CPPFLAGS=$_cloog_saved_CPPFLAGS
5991 LDFLAGS=$_cloog_saved_LDFLAGS
5992
5993
5994
5995
5996
5997 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5998 _cloog_saved_CFLAGS=$CFLAGS
5999 _cloog_saved_LDFLAGS=$LDFLAGS
6000
6001 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
6002 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
6003
6004 if test "${cloog_org}" = yes ; then
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
6006$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
6007if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
6008 $as_echo_n "(cached) " >&6
6009else
6010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6011/* end confdefs.h. */
6012#include "cloog/cloog.h"
6013int
6014main ()
6015{
6016#if CLOOG_VERSION_MAJOR != 0 \
6017 || CLOOG_VERSION_MINOR != 16 \
6018 || CLOOG_VERSION_REVISION < 1
6019 choke me
6020 #endif
6021 ;
6022 return 0;
6023}
6024_ACEOF
6025if ac_fn_c_try_compile "$LINENO"; then :
6026 gcc_cv_cloog_ct_0_14_0=yes
6027else
6028 gcc_cv_cloog_ct_0_14_0=no
6029fi
6030rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6031fi
6032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
6033$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
6034 elif test "${cloog_org}" = no ; then
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
6036$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
6037if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
6038 $as_echo_n "(cached) " >&6
6039else
6040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6041/* end confdefs.h. */
6042#include "cloog/cloog.h"
6043int
6044main ()
6045{
6046#if CLOOG_VERSION_MAJOR != 0 \
6047 || CLOOG_VERSION_MINOR != 15 \
6048 || CLOOG_VERSION_REVISION < 5
6049 choke me
6050 #endif
6051 ;
6052 return 0;
6053}
6054_ACEOF
6055if ac_fn_c_try_compile "$LINENO"; then :
6056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6057/* end confdefs.h. */
6058#include "cloog/cloog.h"
6059int
6060main ()
6061{
6062#if CLOOG_VERSION_MAJOR != 0 \
6063 || CLOOG_VERSION_MINOR != 15 \
6064 || CLOOG_VERSION_REVISION < 9
6065 choke me
6066 #endif
6067 ;
6068 return 0;
6069}
6070_ACEOF
6071if ac_fn_c_try_compile "$LINENO"; then :
6072 gcc_cv_cloog_ct_0_15_5=yes
6073else
6074 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
6075fi
6076rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6077else
6078 gcc_cv_cloog_ct_0_15_5=no
6079fi
6080rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6081fi
6082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
6083$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
6084 fi
6085
6086 CFLAGS=$_cloog_saved_CFLAGS
6087 LDFLAGS=$_cloog_saved_LDFLAGS
6088 fi
6089
6090
6091
6092
6093
6094
6095
6096 if test "x${with_cloog}" = xno; then
6097 graphite_requested=no
6098 elif test "x${with_cloog}" != x \
6099 || test "x${with_cloog_include}" != x \
6100 || test "x${with_cloog_lib}" != x ; then
6101 graphite_requested=yes
6102 else
6103 graphite_requested=no
6104 fi
6105
6106
6107
6108 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6109 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6110 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6111 clooglibs=
6112 clooginc=
6113 fi
6114
6115 if test "${graphite_requested}" = yes \
6116 && test "x${clooglibs}" = x \
6117 && test "x${clooginc}" = x ; then
6118
6119 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6120 fi
6121
6122
6123fi
6124
6125# Check for LTO support.
6126# Check whether --enable-lto was given.
6127if test "${enable_lto+set}" = set; then :
6128 enableval=$enable_lto; enable_lto=$enableval
6129else
6130 enable_lto=yes; default_enable_lto=yes
6131fi
6132
6133
6134
6135
6136
6137target_elf=no
6138case $target in
6139 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6140 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6141 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6142 target_elf=no
6143 ;;
6144 *)
6145 target_elf=yes
6146 ;;
6147esac
6148
6149if test $target_elf = yes; then :
6150 # ELF platforms build the lto-plugin always.
6151 build_lto_plugin=yes
6152
6153else
6154 if test x"$default_enable_lto" = x"yes" ; then
6155 case $target in
6156 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
6157 # On other non-ELF platforms, LTO has yet to be validated.
6158 *) enable_lto=no ;;
6159 esac
6160 else
6161 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6162 # It would also be nice to check the binutils support, but we don't
6163 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6164 # warn during gcc/ subconfigure; unless you're bootstrapping with
6165 # -flto it won't be needed until after installation anyway.
6166 case $target in
6167 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6168 *) if test x"$enable_lto" = x"yes"; then
6169 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6170 fi
6171 ;;
6172 esac
6173 fi
6174 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6175 # Build it unless LTO was explicitly disabled.
6176 case $target in
6177 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6178 *) ;;
6179 esac
6180
6181fi
6182
6183
6184
6185# By default, C is the only stage 1 language.
6186stage1_languages=,c,
6187
6188# Target libraries that we bootstrap.
6189bootstrap_target_libs=,target-libgcc,
6190
6191# Figure out what language subdirectories are present.
6192# Look if the user specified --enable-languages="..."; if not, use
6193# the environment variable $LANGUAGES if defined. $LANGUAGES might
6194# go away some day.
6195# NB: embedded tabs in this IF block -- do not untabify
6196if test -d ${srcdir}/gcc; then
6197 if test x"${enable_languages+set}" != xset; then
6198 if test x"${LANGUAGES+set}" = xset; then
6199 enable_languages="${LANGUAGES}"
6200 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6201 else
6202 enable_languages=all
6203 fi
6204 else
6205 if test x"${enable_languages}" = x ||
6206 test x"${enable_languages}" = xyes;
6207 then
6208 echo configure.in: --enable-languages needs at least one language argument 1>&2
6209 exit 1
6210 fi
6211 fi
6212 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6213
6214 # 'f95' is the old name for the 'fortran' language. We issue a warning
6215 # and make the substitution.
6216 case ,${enable_languages}, in
6217 *,f95,*)
6218 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6219 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6220 ;;
6221 esac
6222
6223 # First scan to see if an enabled language requires some other language.
6224 # We assume that a given config-lang.in will list all the language
6225 # front ends it requires, even if some are required indirectly.
6226 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6227 case ${lang_frag} in
6228 ..) ;;
6229 # The odd quoting in the next line works around
6230 # an apparent bug in bash 1.12 on linux.
6231 ${srcdir}/gcc/[*]/config-lang.in) ;;
6232 *)
6233 # From the config-lang.in, get $language, $lang_requires, and
6234 # $lang_requires_boot_languages.
6235 language=
6236 lang_requires=
6237 lang_requires_boot_languages=
6238 . ${lang_frag}
6239 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6240 case ,${enable_languages}, in
6241 *,$other,*) ;;
6242 *,all,*) ;;
6243 *,$language,*)
6244 echo " \`$other' language required by \`$language'; enabling" 1>&2
6245 enable_languages="${enable_languages},${other}"
6246 ;;
6247 esac
6248 done
6249 for other in ${lang_requires_boot_languages} ; do
6250 if test "$other" != "c"; then
6251 case ,${enable_stage1_languages}, in
6252 *,$other,*) ;;
6253 *,all,*) ;;
6254 *)
6255 case ,${enable_languages}, in
6256 *,$language,*)
6257 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6258 enable_stage1_languages="$enable_stage1_languages,${other}"
6259 ;;
6260 esac
6261 ;;
6262 esac
6263 fi
6264 done
6265 ;;
6266 esac
6267 done
6268
6269 new_enable_languages=,c,
6270
6271 # If LTO is enabled, add the LTO front end.
6272 extra_host_libiberty_configure_flags=
6273 if test "$enable_lto" = "yes" ; then
6274 case ,${enable_languages}, in
6275 *,lto,*) ;;
6276 *) enable_languages="${enable_languages},lto" ;;
6277 esac
6278 if test "${build_lto_plugin}" = "yes" ; then
6279 configdirs="$configdirs lto-plugin"
6280 extra_host_libiberty_configure_flags=--enable-shared
6281 fi
6282 fi
6283
6284
6285 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6286 potential_languages=,c,
6287
6288 enabled_target_libs=
6289 disabled_target_libs=
6290
6291 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6292 case ${lang_frag} in
6293 ..) ;;
6294 # The odd quoting in the next line works around
6295 # an apparent bug in bash 1.12 on linux.
6296 ${srcdir}/gcc/[*]/config-lang.in) ;;
6297 *)
6298 # From the config-lang.in, get $language, $target_libs,
6299 # $lang_dirs, $boot_language, and $build_by_default
6300 language=
6301 target_libs=
6302 lang_dirs=
6303 subdir_requires=
6304 boot_language=no
6305 build_by_default=yes
6306 . ${lang_frag}
6307 if test x${language} = x; then
6308 echo "${lang_frag} doesn't set \$language." 1>&2
6309 exit 1
6310 fi
6311
6312 if test "$language" = "c++" \
6313 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6314 boot_language=yes
6315 fi
6316
6317 case ,${enable_languages}, in
6318 *,${language},*)
6319 # Language was explicitly selected; include it.
6320 add_this_lang=yes
6321 ;;
6322 *,all,*)
6323 # 'all' was selected, select it if it is a default language
6324 add_this_lang=${build_by_default}
6325 ;;
6326 *)
6327 add_this_lang=no
6328 ;;
6329 esac
6330
6331 # Disable languages that need other directories if these aren't available.
6332 for i in $subdir_requires; do
6333 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6334 case ,${enable_languages}, in
6335 *,${language},*)
6336 # Specifically requested language; tell them.
6337 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6338 ;;
6339 *)
6340 # Silently disable.
6341 add_this_lang=unsupported
6342 ;;
6343 esac
6344 done
6345
6346 # Disable Ada if no preexisting GNAT is available.
6347 case ,${enable_languages},:${language}:${have_gnat} in
6348 *,${language},*:ada:no)
6349 # Specifically requested language; tell them.
6350 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6351 ;;
6352 *:ada:no)
6353 # Silently disable.
6354 add_this_lang=unsupported
6355 ;;
6356 esac
6357
6358 # Disable a language that is unsupported by the target.
6359 case " $unsupported_languages " in
6360 *" $language "*)
6361 add_this_lang=unsupported
6362 ;;
6363 esac
6364
6365 case $add_this_lang in
6366 unsupported)
6367 # Remove language-dependent dirs.
6368 disabled_target_libs="$disabled_target_libs $target_libs"
6369 noconfigdirs="$noconfigdirs $lang_dirs"
6370 ;;
6371 no)
6372 # Remove language-dependent dirs; still show language as supported.
6373 disabled_target_libs="$disabled_target_libs $target_libs"
6374 noconfigdirs="$noconfigdirs $lang_dirs"
6375 potential_languages="${potential_languages}${language},"
6376 ;;
6377 yes)
6378 new_enable_languages="${new_enable_languages}${language},"
6379 potential_languages="${potential_languages}${language},"
6380 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6381 enabled_target_libs="$enabled_target_libs $target_libs"
6382 case "${boot_language}:,$enable_stage1_languages," in
6383 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6384 # Add to (comma-separated) list of stage 1 languages.
6385 case ",$stage1_languages," in
6386 *,$language,* | ,yes, | ,all,) ;;
6387 *) stage1_languages="${stage1_languages}${language}," ;;
6388 esac
6389 # We need to bootstrap any supporting libraries.
6390 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6391 ;;
6392 esac
6393 ;;
6394 esac
6395 ;;
6396 esac
6397 done
6398
6399 # Add target libraries which are only needed for disabled languages
6400 # to noconfigdirs.
6401 if test -n "$disabled_target_libs"; then
6402 for dir in $disabled_target_libs; do
6403 case " $enabled_target_libs " in
6404 *" ${dir} "*) ;;
6405 *) noconfigdirs="$noconfigdirs $dir" ;;
6406 esac
6407 done
6408 fi
6409
6410 # Check whether --enable-stage1-languages was given.
6411if test "${enable_stage1_languages+set}" = set; then :
6412 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6413 ,no,|,,)
6414 # Set it to something that will have no effect in the loop below
6415 enable_stage1_languages=c ;;
6416 ,yes,)
6417 enable_stage1_languages=`echo $new_enable_languages | \
6418 sed -e "s/^,//" -e "s/,$//" ` ;;
6419 *,all,*)
6420 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6421 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6422 esac
6423
6424 # Add "good" languages from enable_stage1_languages to stage1_languages,
6425 # while "bad" languages go in missing_languages. Leave no duplicates.
6426 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6427 case $potential_languages in
6428 *,$i,*)
6429 case $stage1_languages in
6430 *,$i,*) ;;
6431 *) stage1_languages="$stage1_languages$i," ;;
6432 esac ;;
6433 *)
6434 case $missing_languages in
6435 *,$i,*) ;;
6436 *) missing_languages="$missing_languages$i," ;;
6437 esac ;;
6438 esac
6439 done
6440fi
6441
6442
6443 # Remove leading/trailing commas that were added for simplicity
6444 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6445 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6446 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6447 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6448
6449 if test "x$missing_languages" != x; then
6450 as_fn_error "
6451The following requested languages could not be built: ${missing_languages}
6452Supported languages are: ${potential_languages}" "$LINENO" 5
6453 fi
6454 if test "x$new_enable_languages" != "x$enable_languages"; then
6455 echo The following languages will be built: ${new_enable_languages}
6456 enable_languages="$new_enable_languages"
6457 fi
6458
6459
6460 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6461fi
6462
6463# Handle --disable-<component> generically.
6464for dir in $configdirs $build_configdirs $target_configdirs ; do
6465 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6466 varname=`echo $dirname | sed -e s/+/_/g`
6467 if eval test x\${enable_${varname}} "=" xno ; then
6468 noconfigdirs="$noconfigdirs $dir"
6469 fi
6470done
6471
6472# Check for Boehm's garbage collector
6473# Check whether --enable-objc-gc was given.
6474if test "${enable_objc_gc+set}" = set; then :
6475 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6476 *,objc,*:*:yes:*target-boehm-gc*)
6477 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6478 ;;
6479esac
6480fi
6481
6482
6483# Make sure we only build Boehm's garbage collector if required.
6484case ,${enable_languages},:${enable_objc_gc} in
6485 *,objc,*:yes)
6486 # Keep target-boehm-gc if requested for Objective-C.
6487 ;;
6488 *)
6489 # Otherwise remove target-boehm-gc depending on target-libjava.
6490 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6491 noconfigdirs="$noconfigdirs target-boehm-gc"
6492 fi
6493 ;;
6494esac
6495
6496# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6497# $build_configdirs and $target_configdirs.
6498# If we have the source for $noconfigdirs entries, add them to $notsupp.
6499
6500notsupp=""
6501for dir in . $skipdirs $noconfigdirs ; do
6502 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6503 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6504 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6505 if test -r $srcdir/$dirname/configure ; then
6506 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6507 true
6508 else
6509 notsupp="$notsupp $dir"
6510 fi
6511 fi
6512 fi
6513 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6514 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6515 if test -r $srcdir/$dirname/configure ; then
6516 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6517 true
6518 else
6519 notsupp="$notsupp $dir"
6520 fi
6521 fi
6522 fi
6523 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6524 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6525 if test -r $srcdir/$dirname/configure ; then
6526 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6527 true
6528 else
6529 notsupp="$notsupp $dir"
6530 fi
6531 fi
6532 fi
6533done
6534
6535# Sometimes the tools are distributed with libiberty but with no other
6536# libraries. In that case, we don't want to build target-libiberty.
6537# Don't let libgcc imply libiberty either.
6538if test -n "${target_configdirs}" ; then
6539 libgcc=
6540 others=
6541 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6542 if test "$i" = "libgcc"; then
6543 libgcc=target-libgcc
6544 elif test "$i" != "libiberty" ; then
6545 if test -r $srcdir/$i/configure ; then
6546 others=yes;
6547 break;
6548 fi
6549 fi
6550 done
6551 if test -z "${others}" ; then
6552 target_configdirs=$libgcc
6553 fi
6554fi
6555
6556# Quietly strip out all directories which aren't configurable in this tree.
6557# This relies on all configurable subdirectories being autoconfiscated, which
6558# is now the case.
6559build_configdirs_all="$build_configdirs"
6560build_configdirs=
6561for i in ${build_configdirs_all} ; do
6562 j=`echo $i | sed -e s/build-//g`
6563 if test -f ${srcdir}/$j/configure ; then
6564 build_configdirs="${build_configdirs} $i"
6565 fi
6566done
6567
6568configdirs_all="$configdirs"
6569configdirs=
6570for i in ${configdirs_all} ; do
6571 if test -f ${srcdir}/$i/configure ; then
6572 configdirs="${configdirs} $i"
6573 fi
6574done
6575
6576target_configdirs_all="$target_configdirs"
6577target_configdirs=
6578for i in ${target_configdirs_all} ; do
6579 j=`echo $i | sed -e s/target-//g`
6580 if test -f ${srcdir}/$j/configure ; then
6581 target_configdirs="${target_configdirs} $i"
6582 fi
6583done
6584
6585# Produce a warning message for the subdirs we can't configure.
6586# This isn't especially interesting in the Cygnus tree, but in the individual
6587# FSF releases, it's important to let people know when their machine isn't
6588# supported by the one or two programs in a package.
6589
6590if test -n "${notsupp}" && test -z "${norecursion}" ; then
6591 # If $appdirs is non-empty, at least one of those directories must still
6592 # be configured, or we error out. (E.g., if the gas release supports a
6593 # specified target in some subdirs but not the gas subdir, we shouldn't
6594 # pretend that all is well.)
6595 if test -n "$appdirs" ; then
6596 for dir in $appdirs ; do
6597 if test -r $dir/Makefile.in ; then
6598 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6599 appdirs=""
6600 break
6601 fi
6602 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6603 appdirs=""
6604 break
6605 fi
6606 fi
6607 done
6608 if test -n "$appdirs" ; then
6609 echo "*** This configuration is not supported by this package." 1>&2
6610 exit 1
6611 fi
6612 fi
6613 # Okay, some application will build, or we don't care to check. Still
6614 # notify of subdirs not getting built.
6615 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6616 echo " ${notsupp}" 1>&2
6617 echo " (Any other directories should still work fine.)" 1>&2
6618fi
6619
6620case "$host" in
6621 *msdosdjgpp*)
6622 enable_gdbtk=no ;;
6623esac
6624
6625# To find our prefix, in gcc_cv_tool_prefix.
6626
6627# The user is always right.
6628if test "${PATH_SEPARATOR+set}" != set; then
6629 echo "#! /bin/sh" >conf$$.sh
6630 echo "exit 0" >>conf$$.sh
6631 chmod +x conf$$.sh
6632 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6633 PATH_SEPARATOR=';'
6634 else
6635 PATH_SEPARATOR=:
6636 fi
6637 rm -f conf$$.sh
6638fi
6639
6640
6641
6642if test "x$exec_prefix" = xNONE; then
6643 if test "x$prefix" = xNONE; then
6644 gcc_cv_tool_prefix=$ac_default_prefix
6645 else
6646 gcc_cv_tool_prefix=$prefix
6647 fi
6648else
6649 gcc_cv_tool_prefix=$exec_prefix
6650fi
6651
6652# If there is no compiler in the tree, use the PATH only. In any
6653# case, if there is no compiler in the tree nobody should use
6654# AS_FOR_TARGET and LD_FOR_TARGET.
6655if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6656 gcc_version=`cat $srcdir/gcc/BASE-VER`
6657 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6658 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6659 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6660 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6661 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6662 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6663else
6664 gcc_cv_tool_dirs=
6665fi
6666
6667if test x$build = x$target && test -n "$md_exec_prefix"; then
6668 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6669fi
6670
6671
6672
6673copy_dirs=
6674
6675
6676# Check whether --with-build-sysroot was given.
6677if test "${with_build_sysroot+set}" = set; then :
6678 withval=$with_build_sysroot; if test x"$withval" != x ; then
6679 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6680 fi
6681else
6682 SYSROOT_CFLAGS_FOR_TARGET=
6683fi
6684
6685
6686
6687
6688# Check whether --with-debug-prefix-map was given.
6689if test "${with_debug_prefix_map+set}" = set; then :
6690 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6691 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6692 for debug_map in $withval; do
6693 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6694 done
6695 fi
6696else
6697 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6698fi
6699
6700
6701
6702# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6703# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6704# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6705# We want to ensure that TARGET libraries (which we know are built with
6706# gcc) are built with "-O2 -g", so include those options when setting
6707# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6708if test "x$CFLAGS_FOR_TARGET" = x; then
6709 CFLAGS_FOR_TARGET=$CFLAGS
6710 case " $CFLAGS " in
6711 *" -O2 "*) ;;
6712 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6713 esac
6714 case " $CFLAGS " in
6715 *" -g "* | *" -g3 "*) ;;
6716 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6717 esac
6718fi
6719
6720
6721if test "x$CXXFLAGS_FOR_TARGET" = x; then
6722 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6723 case " $CXXFLAGS " in
6724 *" -O2 "*) ;;
6725 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6726 esac
6727 case " $CXXFLAGS " in
6728 *" -g "* | *" -g3 "*) ;;
6729 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6730 esac
6731fi
6732
6733
6734# Handle --with-headers=XXX. If the value is not "yes", the contents of
6735# the named directory are copied to $(tooldir)/sys-include.
6736if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6737 if test x${is_cross_compiler} = xno ; then
6738 echo 1>&2 '***' --with-headers is only supported when cross compiling
6739 exit 1
6740 fi
6741 if test x"${with_headers}" != xyes ; then
6742 x=${gcc_cv_tool_prefix}
6743 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6744 fi
6745fi
6746
6747# Handle --with-libs=XXX. If the value is not "yes", the contents of
6748# the name directories are copied to $(tooldir)/lib. Multiple directories
6749# are permitted.
6750if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6751 if test x${is_cross_compiler} = xno ; then
6752 echo 1>&2 '***' --with-libs is only supported when cross compiling
6753 exit 1
6754 fi
6755 if test x"${with_libs}" != xyes ; then
6756 # Copy the libraries in reverse order, so that files in the first named
6757 # library override files in subsequent libraries.
6758 x=${gcc_cv_tool_prefix}
6759 for l in ${with_libs}; do
6760 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6761 done
6762 fi
6763fi
6764
6765# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6766#
6767# This is done by determining whether or not the appropriate directory
6768# is available, and by checking whether or not specific configurations
6769# have requested that this magic not happen.
6770#
6771# The command line options always override the explicit settings in
6772# configure.in, and the settings in configure.in override this magic.
6773#
6774# If the default for a toolchain is to use GNU as and ld, and you don't
6775# want to do that, then you should use the --without-gnu-as and
6776# --without-gnu-ld options for the configure script. Similarly, if
6777# the default is to use the included zlib and you don't want to do that,
6778# you should use the --with-system-zlib option for the configure script.
6779
6780if test x${use_gnu_as} = x &&
6781 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6782 with_gnu_as=yes
6783 extra_host_args="$extra_host_args --with-gnu-as"
6784fi
6785
6786if test x${use_gnu_ld} = x &&
6787 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6788 with_gnu_ld=yes
6789 extra_host_args="$extra_host_args --with-gnu-ld"
6790fi
6791
6792if test x${use_included_zlib} = x &&
6793 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6794 :
6795else
6796 with_system_zlib=yes
6797 extra_host_args="$extra_host_args --with-system-zlib"
6798fi
6799
6800# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6801# can detect this case.
6802
6803if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6804 with_newlib=yes
6805 extra_host_args="$extra_host_args --with-newlib"
6806fi
6807
6808# Handle ${copy_dirs}
6809set fnord ${copy_dirs}
6810shift
6811while test $# != 0 ; do
6812 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6813 :
6814 else
6815 echo Copying $1 to $2
6816
6817 # Use the install script to create the directory and all required
6818 # parent directories.
6819 if test -d $2 ; then
6820 :
6821 else
6822 echo >config.temp
6823 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6824 fi
6825
6826 # Copy the directory, assuming we have tar.
6827 # FIXME: Should we use B in the second tar? Not all systems support it.
6828 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6829
6830 # It is the responsibility of the user to correctly adjust all
6831 # symlinks. If somebody can figure out how to handle them correctly
6832 # here, feel free to add the code.
6833
6834 echo $1 > $2/COPIED
6835 fi
6836 shift; shift
6837done
6838
6839# Determine a target-dependent exec_prefix that the installed
6840# gcc will search in. Keep this list sorted by triplet, with
6841# the *-*-osname triplets last.
6842md_exec_prefix=
6843case "${target}" in
6844 i[34567]86-pc-msdosdjgpp*)
6845 md_exec_prefix=/dev/env/DJDIR/bin
6846 ;;
6847 *-*-hpux* | \
6848 *-*-nto-qnx* | \
6849 *-*-solaris2*)
6850 md_exec_prefix=/usr/ccs/bin
6851 ;;
6852esac
6853
6854extra_arflags_for_target=
6855extra_nmflags_for_target=
6856extra_ranlibflags_for_target=
6857target_makefile_frag=/dev/null
6858case "${target}" in
6859 spu-*-*)
6860 target_makefile_frag="config/mt-spu"
6861 ;;
6862 mips*-sde-elf*)
6863 target_makefile_frag="config/mt-sde"
6864 ;;
6865 mipsisa*-*-elfoabi*)
6866 target_makefile_frag="config/mt-mips-elfoabi"
6867 ;;
6868 mips*-*-*linux* | mips*-*-gnu*)
6869 target_makefile_frag="config/mt-mips-gnu"
6870 ;;
6871 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6872 target_makefile_frag="config/mt-gnu"
6873 ;;
6874 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6875 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6876 # commands to handle both 32-bit and 64-bit objects. These flags are
6877 # harmless if we're using GNU nm or ar.
6878 extra_arflags_for_target=" -X32_64"
6879 extra_nmflags_for_target=" -B -X32_64"
6880 ;;
6881 *-*-darwin[3-9]*)
6882 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6883 extra_ranlibflags_for_target=" -c"
6884 ;;
6885esac
6886
6887alphaieee_frag=/dev/null
6888case $target in
6889 alpha*-*-*)
6890 # This just makes sure to use the -mieee option to build target libs.
6891 # This should probably be set individually by each library.
6892 alphaieee_frag="config/mt-alphaieee"
6893 ;;
6894esac
6895
6896# If --enable-target-optspace always use -Os instead of -O2 to build
6897# the target libraries, similarly if it is not specified, use -Os
6898# on selected platforms.
6899ospace_frag=/dev/null
6900case "${enable_target_optspace}:${target}" in
6901 yes:*)
6902 ospace_frag="config/mt-ospace"
6903 ;;
6904 :d30v-*)
6905 ospace_frag="config/mt-d30v"
6906 ;;
6907 :m32r-* | :d10v-* | :fr30-*)
6908 ospace_frag="config/mt-ospace"
6909 ;;
6910 no:* | :*)
6911 ;;
6912 *)
6913 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6914 ;;
6915esac
6916
6917# Default to using --with-stabs for certain targets.
6918if test x${with_stabs} = x ; then
6919 case "${target}" in
6920 mips*-*-irix[56]*)
6921 ;;
6922 mips*-*-* | alpha*-*-osf*)
6923 with_stabs=yes;
6924 extra_host_args="${extra_host_args} --with-stabs"
6925 ;;
6926 esac
6927fi
6928
6929# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6930# them automatically.
6931case "${host}" in
6932 hppa*64*-*-hpux11*)
6933 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6934 ;;
6935esac
6936
6937# Some systems (e.g., one of the i386-aix systems the gas testers are
6938# using) don't handle "\$" correctly, so don't use it here.
6939tooldir='${exec_prefix}'/${target_noncanonical}
6940build_tooldir=${tooldir}
6941
6942# Create a .gdbinit file which runs the one in srcdir
6943# and tells GDB to look there for source files.
6944
6945if test -r ${srcdir}/.gdbinit ; then
6946 case ${srcdir} in
6947 .) ;;
6948 *) cat > ./.gdbinit <<EOF
6949# ${NO_EDIT}
6950dir ${srcdir}
6951dir .
6952source ${srcdir}/.gdbinit
6953EOF
6954 ;;
6955 esac
6956fi
6957
6958# Make sure that the compiler is able to generate an executable. If it
6959# can't, we are probably in trouble. We don't care whether we can run the
6960# executable--we might be using a cross compiler--we only care whether it
6961# can be created. At this point the main configure script has set CC.
6962we_are_ok=no
6963echo "int main () { return 0; }" > conftest.c
6964${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6965if test $? = 0 ; then
6966 if test -s conftest || test -s conftest.exe ; then
6967 we_are_ok=yes
6968 fi
6969fi
6970case $we_are_ok in
6971 no)
6972 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6973 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6974 rm -f conftest*
6975 exit 1
6976 ;;
6977esac
6978rm -f conftest*
6979
6980# The Solaris /usr/ucb/cc compiler does not appear to work.
6981case "${host}" in
6982 sparc-sun-solaris2*)
6983 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6984 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6985 could_use=
6986 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6987 if test -d /opt/cygnus/bin ; then
6988 if test "$could_use" = "" ; then
6989 could_use="/opt/cygnus/bin"
6990 else
6991 could_use="$could_use or /opt/cygnus/bin"
6992 fi
6993 fi
6994 if test "$could_use" = "" ; then
6995 echo "Warning: compilation may fail because you're using"
6996 echo "/usr/ucb/cc. You should change your PATH or CC "
6997 echo "variable and rerun configure."
6998 else
6999 echo "Warning: compilation may fail because you're using"
7000 echo "/usr/ucb/cc, when you should use the C compiler from"
7001 echo "$could_use. You should change your"
7002 echo "PATH or CC variable and rerun configure."
7003 fi
7004 fi
7005 ;;
7006esac
7007
7008# Decide which environment variable is used to find dynamic libraries.
7009case "${host}" in
7010 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
7011 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7012 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
7013 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7014esac
7015
7016# On systems where the dynamic library environment variable is PATH,
7017# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7018# built executables to PATH.
7019if test "$RPATH_ENVVAR" = PATH; then
7020 GCC_SHLIB_SUBDIR=/shlib
7021else
7022 GCC_SHLIB_SUBDIR=
7023fi
7024
7025# Record target_configdirs and the configure arguments for target and
7026# build configuration in Makefile.
7027target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7028build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7029
7030# If we are building libgomp, bootstrap it.
7031if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7032 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7033fi
7034
7035# Determine whether gdb needs tk/tcl or not.
7036# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7037# and in that case we want gdb to be built without tk. Ugh!
7038# In fact I believe gdb is the *only* package directly dependent on tk,
7039# so we should be able to put the 'maybe's in unconditionally and
7040# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7041# 100% sure that that's safe though.
7042
7043gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7044case "$enable_gdbtk" in
7045 no)
7046 GDB_TK="" ;;
7047 yes)
7048 GDB_TK="${gdb_tk}" ;;
7049 *)
7050 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7051 # distro. Eventually someone will fix this and move Insight, nee
7052 # gdbtk to a separate directory.
7053 if test -d ${srcdir}/gdb/gdbtk ; then
7054 GDB_TK="${gdb_tk}"
7055 else
7056 GDB_TK=""
7057 fi
7058 ;;
7059esac
7060CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7061INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7062
7063# Strip out unwanted targets.
7064
7065# While at that, we remove Makefiles if we were started for recursive
7066# configuration, so that the top-level Makefile reconfigures them,
7067# like we used to do when configure itself was recursive.
7068
7069# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7070# but now we're fixing up the Makefile ourselves with the additional
7071# commands passed to AC_CONFIG_FILES. Use separate variables
7072# extrasub-{build,host,target} not because there is any reason to split
7073# the substitutions up that way, but only to remain below the limit of
7074# 99 commands in a script, for HP-UX sed.
7075# Do not nest @if/@endif pairs, because configure will not warn you at all.
7076
7077# Check whether --enable-bootstrap was given.
7078if test "${enable_bootstrap+set}" = set; then :
7079 enableval=$enable_bootstrap;
7080else
7081 enable_bootstrap=default
7082fi
7083
7084
7085# Issue errors and warnings for invalid/strange bootstrap combinations.
7086case "$configdirs" in
7087 *gcc*) have_compiler=yes ;;
7088 *) have_compiler=no ;;
7089esac
7090
7091case "$have_compiler:$host:$target:$enable_bootstrap" in
7092 *:*:*:no) ;;
7093
7094 # Default behavior. Enable bootstrap if we have a compiler
7095 # and we are in a native configuration.
7096 yes:$build:$build:default)
7097 enable_bootstrap=yes ;;
7098
7099 *:*:*:default)
7100 enable_bootstrap=no ;;
7101
7102 # We have a compiler and we are in a native configuration, bootstrap is ok
7103 yes:$build:$build:yes)
7104 ;;
7105
7106 # Other configurations, but we have a compiler. Assume the user knows
7107 # what he's doing.
7108 yes:*:*:yes)
7109 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7110$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7111 ;;
7112
7113 # No compiler: if they passed --enable-bootstrap explicitly, fail
7114 no:*:*:yes)
7115 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
7116
7117 # Fail if wrong command line
7118 *)
7119 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
7120 ;;
7121esac
7122
7123case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7124 *,c++,*:yes:yes) ;;
7125 *:yes:yes)
7126 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7127 ;;
7128esac
7129
7130case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7131 yes:yes:*\ gold\ *:*,c++,*) ;;
7132 yes:yes:*\ gold\ *:*)
7133 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7134 ;;
7135esac
7136
7137# Adjust the toplevel makefile according to whether bootstrap was selected.
7138case $enable_bootstrap in
7139 yes)
7140 bootstrap_suffix=bootstrap
7141 BUILD_CONFIG=bootstrap-debug
7142 ;;
7143 no)
7144 bootstrap_suffix=no-bootstrap
7145 BUILD_CONFIG=
7146 ;;
7147esac
7148
7149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7150$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7151
7152
7153# Check whether --with-build-config was given.
7154if test "${with_build_config+set}" = set; then :
7155 withval=$with_build_config; case $with_build_config in
7156 yes) with_build_config= ;;
7157 no) with_build_config= BUILD_CONFIG= ;;
7158 esac
7159fi
7160
7161
7162if test "x${with_build_config}" != x; then
7163 BUILD_CONFIG=$with_build_config
7164else
7165 case $BUILD_CONFIG in
7166 bootstrap-debug)
7167 if echo "int f (void) { return 0; }" > conftest.c &&
7168 ${CC} -c conftest.c &&
7169 mv conftest.o conftest.o.g0 &&
7170 ${CC} -c -g conftest.c &&
7171 mv conftest.o conftest.o.g &&
7172 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7173 :
7174 else
7175 BUILD_CONFIG=
7176 fi
7177 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7178 ;;
7179 esac
7180fi
7181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7182$as_echo "$BUILD_CONFIG" >&6; }
7183
7184
7185extrasub_build=
7186for module in ${build_configdirs} ; do
7187 if test -z "${no_recursion}" \
7188 && test -f ${build_subdir}/${module}/Makefile; then
7189 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7190 rm -f ${build_subdir}/${module}/Makefile
7191 fi
7192 extrasub_build="$extrasub_build
7193/^@if build-$module\$/d
7194/^@endif build-$module\$/d
7195/^@if build-$module-$bootstrap_suffix\$/d
7196/^@endif build-$module-$bootstrap_suffix\$/d"
7197done
7198extrasub_host=
7199for module in ${configdirs} ; do
7200 if test -z "${no_recursion}"; then
7201 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7202 if test -f ${file}; then
7203 echo 1>&2 "*** removing ${file} to force reconfigure"
7204 rm -f ${file}
7205 fi
7206 done
7207 fi
7208 extrasub_host="$extrasub_host
7209/^@if $module\$/d
7210/^@endif $module\$/d
7211/^@if $module-$bootstrap_suffix\$/d
7212/^@endif $module-$bootstrap_suffix\$/d"
7213done
7214extrasub_target=
7215for module in ${target_configdirs} ; do
7216 if test -z "${no_recursion}" \
7217 && test -f ${target_subdir}/${module}/Makefile; then
7218 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7219 rm -f ${target_subdir}/${module}/Makefile
7220 fi
7221
7222 # We only bootstrap target libraries listed in bootstrap_target_libs.
7223 case $bootstrap_target_libs in
7224 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7225 *) target_bootstrap_suffix=no-bootstrap ;;
7226 esac
7227
7228 extrasub_target="$extrasub_target
7229/^@if target-$module\$/d
7230/^@endif target-$module\$/d
7231/^@if target-$module-$target_bootstrap_suffix\$/d
7232/^@endif target-$module-$target_bootstrap_suffix\$/d"
7233done
7234
7235# Do the final fixup along with target modules.
7236extrasub_target="$extrasub_target
7237/^@if /,/^@endif /d"
7238
7239# Create the serialization dependencies. This uses a temporary file.
7240
7241# Check whether --enable-serial-configure was given.
7242if test "${enable_serial_configure+set}" = set; then :
7243 enableval=$enable_serial_configure;
7244fi
7245
7246
7247case ${enable_serial_configure} in
7248 yes)
7249 enable_serial_build_configure=yes
7250 enable_serial_host_configure=yes
7251 enable_serial_target_configure=yes
7252 ;;
7253esac
7254
7255# These force 'configure's to be done one at a time, to avoid problems
7256# with contention over a shared config.cache.
7257rm -f serdep.tmp
7258echo '# serdep.tmp' > serdep.tmp
7259olditem=
7260test "x${enable_serial_build_configure}" = xyes &&
7261for item in ${build_configdirs} ; do
7262 case ${olditem} in
7263 "") ;;
7264 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7265 esac
7266 olditem=${item}
7267done
7268olditem=
7269test "x${enable_serial_host_configure}" = xyes &&
7270for item in ${configdirs} ; do
7271 case ${olditem} in
7272 "") ;;
7273 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7274 esac
7275 olditem=${item}
7276done
7277olditem=
7278test "x${enable_serial_target_configure}" = xyes &&
7279for item in ${target_configdirs} ; do
7280 case ${olditem} in
7281 "") ;;
7282 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7283 esac
7284 olditem=${item}
7285done
7286serialization_dependencies=serdep.tmp
7287
7288
7289# Base args. Strip norecursion, cache-file, srcdir, host, build,
7290# target, nonopt, and variable assignments. These are the ones we
7291# might not want to pass down to subconfigures. The exception being
7292# --cache-file=/dev/null, which is used to turn off the use of cache
7293# files altogether, and which should be passed on to subconfigures.
7294# Also strip program-prefix, program-suffix, and program-transform-name,
7295# so that we can pass down a consistent program-transform-name.
7296baseargs=
7297tbaseargs=
7298keep_next=no
7299skip_next=no
7300eval "set -- $ac_configure_args"
7301for ac_arg
7302do
7303 if test X"$skip_next" = X"yes"; then
7304 skip_next=no
7305 continue
7306 fi
7307 if test X"$keep_next" = X"yes"; then
7308 case $ac_arg in
7309 *\'*)
7310 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7311 esac
7312 baseargs="$baseargs '$ac_arg'"
7313 tbaseargs="$tbaseargs '$ac_arg'"
7314 keep_next=no
7315 continue
7316 fi
7317
7318 # Handle separated arguments. Based on the logic generated by
7319 # autoconf 2.59.
7320 case $ac_arg in
7321 *=* | --config-cache | -C | -disable-* | --disable-* \
7322 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7323 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7324 | -with-* | --with-* | -without-* | --without-* | --x)
7325 separate_arg=no
7326 ;;
7327 -*)
7328 separate_arg=yes
7329 ;;
7330 *)
7331 separate_arg=no
7332 ;;
7333 esac
7334
7335 skip_targ=no
7336 case $ac_arg in
7337
7338 --with-* | --without-*)
7339 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7340
7341 case $libopt in
7342 *[-_]include)
7343 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7344 ;;
7345 *[-_]lib)
7346 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7347 ;;
7348 *)
7349 lib=$libopt
7350 ;;
7351 esac
7352
7353
7354 case $lib in
7355 mpc | mpfr | gmp | ppl | cloog)
7356 # If we're processing --with-$lib, --with-$lib-include or
7357 # --with-$lib-lib, for one of the libs above, and target is
7358 # different from host, don't pass the current argument to any
7359 # target library's configure.
7360 if test x$is_cross_compiler = xyes; then
7361 skip_targ=yes
7362 fi
7363 ;;
7364 esac
7365 ;;
7366 esac
7367
7368 case "$ac_arg" in
7369 --cache-file=/dev/null | \
7370 -cache-file=/dev/null )
7371 # Handled here to avoid the test to skip args below.
7372 baseargs="$baseargs '$ac_arg'"
7373 tbaseargs="$tbaseargs '$ac_arg'"
7374 # Assert: $separate_arg should always be no.
7375 keep_next=$separate_arg
7376 ;;
7377 --no*)
7378 continue
7379 ;;
7380 --c* | \
7381 --sr* | \
7382 --ho* | \
7383 --bu* | \
7384 --t* | \
7385 --program-* | \
7386 -cache_file* | \
7387 -srcdir* | \
7388 -host* | \
7389 -build* | \
7390 -target* | \
7391 -program-prefix* | \
7392 -program-suffix* | \
7393 -program-transform-name* )
7394 skip_next=$separate_arg
7395 continue
7396 ;;
7397 -*)
7398 # An option. Add it.
7399 case $ac_arg in
7400 *\'*)
7401 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7402 esac
7403 baseargs="$baseargs '$ac_arg'"
7404 if test X"$skip_targ" = Xno; then
7405 tbaseargs="$tbaseargs '$ac_arg'"
7406 fi
7407 keep_next=$separate_arg
7408 ;;
7409 *)
7410 # Either a variable assignment, or a nonopt (triplet). Don't
7411 # pass it down; let the Makefile handle this.
7412 continue
7413 ;;
7414 esac
7415done
7416# Remove the initial space we just introduced and, as these will be
7417# expanded by make, quote '$'.
7418baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7419
7420# Add in --program-transform-name, after --program-prefix and
7421# --program-suffix have been applied to it. Autoconf has already
7422# doubled dollar signs and backslashes in program_transform_name; we want
7423# the backslashes un-doubled, and then the entire thing wrapped in single
7424# quotes, because this will be expanded first by make and then by the shell.
7425# Also, because we want to override the logic in subdir configure scripts to
7426# choose program_transform_name, replace any s,x,x, with s,y,y,.
7427sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7428${program_transform_name}
7429EOF_SED
7430gcc_transform_name=`cat conftestsed.out`
7431rm -f conftestsed.out
7432baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7433tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7434if test "$silent" = yes; then
7435 baseargs="$baseargs --silent"
7436 tbaseargs="$tbaseargs --silent"
7437fi
7438baseargs="$baseargs --disable-option-checking"
7439tbaseargs="$tbaseargs --disable-option-checking"
7440
7441# Record and document user additions to sub configure arguments.
7442
7443
7444
7445
7446# For the build-side libraries, we just need to pretend we're native,
7447# and not use the same cache file. Multilibs are neither needed nor
7448# desired.
7449build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7450
7451# For host modules, accept cache file option, or specification as blank.
7452case "${cache_file}" in
7453"") # empty
7454 cache_file_option="" ;;
7455/* | [A-Za-z]:[\\/]* ) # absolute path
7456 cache_file_option="--cache-file=${cache_file}" ;;
7457*) # relative path
7458 cache_file_option="--cache-file=../${cache_file}" ;;
7459esac
7460
7461# Host dirs don't like to share a cache file either, horribly enough.
7462# This seems to be due to autoconf 2.5x stupidity.
7463host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7464
7465target_configargs="$target_configargs ${tbaseargs}"
7466
7467# Passing a --with-cross-host argument lets the target libraries know
7468# whether they are being built with a cross-compiler or being built
7469# native. However, it would be better to use other mechanisms to make the
7470# sorts of decisions they want to make on this basis. Please consider
7471# this option to be deprecated. FIXME.
7472if test x${is_cross_compiler} = xyes ; then
7473 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7474fi
7475
7476# Default to --enable-multilib.
7477if test x${enable_multilib} = x ; then
7478 target_configargs="--enable-multilib ${target_configargs}"
7479fi
7480
7481# Pass --with-newlib if appropriate. Note that target_configdirs has
7482# changed from the earlier setting of with_newlib.
7483if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7484 target_configargs="--with-newlib ${target_configargs}"
7485fi
7486
7487# Different target subdirs use different values of certain variables
7488# (notably CXX). Worse, multilibs use *lots* of different values.
7489# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7490# it doesn't automatically accept command-line overrides of them.
7491# This means it's not safe for target subdirs to share a cache file,
7492# which is disgusting, but there you have it. Hopefully this can be
7493# fixed in future. It's still worthwhile to use a cache file for each
7494# directory. I think.
7495
7496# Pass the appropriate --build, --host, --target and --cache-file arguments.
7497# We need to pass --target, as newer autoconf's requires consistency
7498# for target_alias and gcc doesn't manage it consistently.
7499target_configargs="--cache-file=./config.cache ${target_configargs}"
7500
7501FLAGS_FOR_TARGET=
7502case " $target_configdirs " in
7503 *" newlib "*)
7504 case " $target_configargs " in
7505 *" --with-newlib "*)
7506 case "$target" in
7507 *-cygwin*)
7508 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'
7509 ;;
7510 esac
7511
7512 # If we're not building GCC, don't discard standard headers.
7513 if test -d ${srcdir}/gcc; then
7514 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7515
7516 if test "${build}" != "${host}"; then
7517 # On Canadian crosses, CC_FOR_TARGET will have already been set
7518 # by `configure', so we won't have an opportunity to add -Bgcc/
7519 # to it. This is right: we don't want to search that directory
7520 # for binaries, but we want the header files in there, so add
7521 # them explicitly.
7522 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7523
7524 # Someone might think of using the pre-installed headers on
7525 # Canadian crosses, in case the installed compiler is not fully
7526 # compatible with the compiler being built. In this case, it
7527 # would be better to flag an error than risking having
7528 # incompatible object files being constructed. We can't
7529 # guarantee that an error will be flagged, but let's hope the
7530 # compiler will do it, when presented with incompatible header
7531 # files.
7532 fi
7533 fi
7534
7535 case "${target}-${is_cross_compiler}" in
7536 i[3456789]86-*-linux*-no)
7537 # Here host == target, so we don't need to build gcc,
7538 # so we don't want to discard standard headers.
7539 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7540 ;;
7541 *)
7542 # If we're building newlib, use its generic headers last, but search
7543 # for any libc-related directories first (so make it the last -B
7544 # switch).
7545 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7546
7547 # If we're building libgloss, find the startup file, simulator library
7548 # and linker script.
7549 case " $target_configdirs " in
7550 *" libgloss "*)
7551 # Look for startup file, simulator library and maybe linker script.
7552 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7553 # Look for libnosys.a in case the target needs it.
7554 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7555 # Most targets have the linker script in the source directory.
7556 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7557 ;;
7558 esac
7559 ;;
7560 esac
7561 ;;
7562 esac
7563 ;;
7564esac
7565
7566case "$target" in
7567 x86_64-*mingw* | *-w64-mingw*)
7568 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7569 # however, use a symlink named 'mingw' in ${prefix} .
7570 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7571 ;;
7572 *-mingw*)
7573 # MinGW can't be handled as Cygwin above since it does not use newlib.
7574 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include'
7575 ;;
7576esac
7577
7578# Allow the user to override the flags for
7579# our build compiler if desired.
7580if test x"${build}" = x"${host}" ; then
7581 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7582 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7583 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7584fi
7585
7586# On Canadian crosses, we'll be searching the right directories for
7587# the previously-installed cross compiler, so don't bother to add
7588# flags for directories within the install tree of the compiler
7589# being built; programs in there won't even run.
7590if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7591 # Search for pre-installed headers if nothing else fits.
7592 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7593fi
7594
7595if test "x${use_gnu_ld}" = x &&
7596 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7597 # Arrange for us to find uninstalled linker scripts.
7598 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7599fi
7600
7601# Search for other target-specific linker scripts and such.
7602case "${target}" in
7603 mep*)
7604 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7605 ;;
7606esac
7607
7608# Makefile fragments.
7609for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7610do
7611 eval fragval=\$$frag
7612 if test $fragval != /dev/null; then
7613 eval $frag=${srcdir}/$fragval
7614 fi
7615done
7616
7617
7618
7619
7620
7621# Miscellanea: directories, flags, etc.
7622
7623
7624
7625
7626
7627
7628
7629
7630# Build module lists & subconfigure args.
7631
7632
7633
7634# Host module lists & subconfigure args.
7635
7636
7637
7638
7639# Target module lists & subconfigure args.
7640
7641
7642
7643# Build tools.
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661# Generate default definitions for YACC, M4, LEX and other programs that run
7662# on the build machine. These are used if the Makefile can't locate these
7663# programs in objdir.
7664MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7665
7666for ac_prog in 'bison -y' byacc yacc
7667do
7668 # Extract the first word of "$ac_prog", so it can be a program name with args.
7669set dummy $ac_prog; ac_word=$2
7670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7671$as_echo_n "checking for $ac_word... " >&6; }
7672if test "${ac_cv_prog_YACC+set}" = set; then :
7673 $as_echo_n "(cached) " >&6
7674else
7675 if test -n "$YACC"; then
7676 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7677else
7678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7679for as_dir in $PATH
7680do
7681 IFS=$as_save_IFS
7682 test -z "$as_dir" && as_dir=.
7683 for ac_exec_ext in '' $ac_executable_extensions; do
7684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7685 ac_cv_prog_YACC="$ac_prog"
7686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7687 break 2
7688 fi
7689done
7690 done
7691IFS=$as_save_IFS
7692
7693fi
7694fi
7695YACC=$ac_cv_prog_YACC
7696if test -n "$YACC"; then
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7698$as_echo "$YACC" >&6; }
7699else
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7701$as_echo "no" >&6; }
7702fi
7703
7704
7705 test -n "$YACC" && break
7706done
7707test -n "$YACC" || YACC="$MISSING bison -y"
7708
7709case " $build_configdirs " in
7710 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7711esac
7712
7713for ac_prog in bison
7714do
7715 # Extract the first word of "$ac_prog", so it can be a program name with args.
7716set dummy $ac_prog; ac_word=$2
7717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7718$as_echo_n "checking for $ac_word... " >&6; }
7719if test "${ac_cv_prog_BISON+set}" = set; then :
7720 $as_echo_n "(cached) " >&6
7721else
7722 if test -n "$BISON"; then
7723 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7724else
7725as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7726for as_dir in $PATH
7727do
7728 IFS=$as_save_IFS
7729 test -z "$as_dir" && as_dir=.
7730 for ac_exec_ext in '' $ac_executable_extensions; do
7731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7732 ac_cv_prog_BISON="$ac_prog"
7733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7734 break 2
7735 fi
7736done
7737 done
7738IFS=$as_save_IFS
7739
7740fi
7741fi
7742BISON=$ac_cv_prog_BISON
7743if test -n "$BISON"; then
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7745$as_echo "$BISON" >&6; }
7746else
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7748$as_echo "no" >&6; }
7749fi
7750
7751
7752 test -n "$BISON" && break
7753done
7754test -n "$BISON" || BISON="$MISSING bison"
7755
7756case " $build_configdirs " in
7757 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7758esac
7759
7760for ac_prog in gm4 gnum4 m4
7761do
7762 # Extract the first word of "$ac_prog", so it can be a program name with args.
7763set dummy $ac_prog; ac_word=$2
7764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7765$as_echo_n "checking for $ac_word... " >&6; }
7766if test "${ac_cv_prog_M4+set}" = set; then :
7767 $as_echo_n "(cached) " >&6
7768else
7769 if test -n "$M4"; then
7770 ac_cv_prog_M4="$M4" # Let the user override the test.
7771else
7772as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7773for as_dir in $PATH
7774do
7775 IFS=$as_save_IFS
7776 test -z "$as_dir" && as_dir=.
7777 for ac_exec_ext in '' $ac_executable_extensions; do
7778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7779 ac_cv_prog_M4="$ac_prog"
7780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7781 break 2
7782 fi
7783done
7784 done
7785IFS=$as_save_IFS
7786
7787fi
7788fi
7789M4=$ac_cv_prog_M4
7790if test -n "$M4"; then
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7792$as_echo "$M4" >&6; }
7793else
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7795$as_echo "no" >&6; }
7796fi
7797
7798
7799 test -n "$M4" && break
7800done
7801test -n "$M4" || M4="$MISSING m4"
7802
7803case " $build_configdirs " in
7804 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7805esac
7806
7807for ac_prog in flex lex
7808do
7809 # Extract the first word of "$ac_prog", so it can be a program name with args.
7810set dummy $ac_prog; ac_word=$2
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7812$as_echo_n "checking for $ac_word... " >&6; }
7813if test "${ac_cv_prog_LEX+set}" = set; then :
7814 $as_echo_n "(cached) " >&6
7815else
7816 if test -n "$LEX"; then
7817 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7818else
7819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7820for as_dir in $PATH
7821do
7822 IFS=$as_save_IFS
7823 test -z "$as_dir" && as_dir=.
7824 for ac_exec_ext in '' $ac_executable_extensions; do
7825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7826 ac_cv_prog_LEX="$ac_prog"
7827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7828 break 2
7829 fi
7830done
7831 done
7832IFS=$as_save_IFS
7833
7834fi
7835fi
7836LEX=$ac_cv_prog_LEX
7837if test -n "$LEX"; then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7839$as_echo "$LEX" >&6; }
7840else
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7842$as_echo "no" >&6; }
7843fi
7844
7845
7846 test -n "$LEX" && break
7847done
7848test -n "$LEX" || LEX="$MISSING flex"
7849
7850case " $build_configdirs " in
7851 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7852 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7853esac
7854
7855for ac_prog in flex
7856do
7857 # Extract the first word of "$ac_prog", so it can be a program name with args.
7858set dummy $ac_prog; ac_word=$2
7859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7860$as_echo_n "checking for $ac_word... " >&6; }
7861if test "${ac_cv_prog_FLEX+set}" = set; then :
7862 $as_echo_n "(cached) " >&6
7863else
7864 if test -n "$FLEX"; then
7865 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7866else
7867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7868for as_dir in $PATH
7869do
7870 IFS=$as_save_IFS
7871 test -z "$as_dir" && as_dir=.
7872 for ac_exec_ext in '' $ac_executable_extensions; do
7873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7874 ac_cv_prog_FLEX="$ac_prog"
7875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7876 break 2
7877 fi
7878done
7879 done
7880IFS=$as_save_IFS
7881
7882fi
7883fi
7884FLEX=$ac_cv_prog_FLEX
7885if test -n "$FLEX"; then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7887$as_echo "$FLEX" >&6; }
7888else
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7890$as_echo "no" >&6; }
7891fi
7892
7893
7894 test -n "$FLEX" && break
7895done
7896test -n "$FLEX" || FLEX="$MISSING flex"
7897
7898case " $build_configdirs " in
7899 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7900esac
7901
7902for ac_prog in makeinfo
7903do
7904 # Extract the first word of "$ac_prog", so it can be a program name with args.
7905set dummy $ac_prog; ac_word=$2
7906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7907$as_echo_n "checking for $ac_word... " >&6; }
7908if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7909 $as_echo_n "(cached) " >&6
7910else
7911 if test -n "$MAKEINFO"; then
7912 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7913else
7914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7915for as_dir in $PATH
7916do
7917 IFS=$as_save_IFS
7918 test -z "$as_dir" && as_dir=.
7919 for ac_exec_ext in '' $ac_executable_extensions; do
7920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7921 ac_cv_prog_MAKEINFO="$ac_prog"
7922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7923 break 2
7924 fi
7925done
7926 done
7927IFS=$as_save_IFS
7928
7929fi
7930fi
7931MAKEINFO=$ac_cv_prog_MAKEINFO
7932if test -n "$MAKEINFO"; then
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7934$as_echo "$MAKEINFO" >&6; }
7935else
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7937$as_echo "no" >&6; }
7938fi
7939
7940
7941 test -n "$MAKEINFO" && break
7942done
7943test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7944
7945case " $build_configdirs " in
7946 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7947 *)
7948
7949 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7950 # higher, else we use the "missing" dummy.
7951 if ${MAKEINFO} --version \
7952 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7953 :
7954 else
7955 MAKEINFO="$MISSING makeinfo"
7956 fi
7957 ;;
7958
7959esac
7960
7961# FIXME: expect and dejagnu may become build tools?
7962
7963for ac_prog in expect
7964do
7965 # Extract the first word of "$ac_prog", so it can be a program name with args.
7966set dummy $ac_prog; ac_word=$2
7967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7968$as_echo_n "checking for $ac_word... " >&6; }
7969if test "${ac_cv_prog_EXPECT+set}" = set; then :
7970 $as_echo_n "(cached) " >&6
7971else
7972 if test -n "$EXPECT"; then
7973 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7974else
7975as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7976for as_dir in $PATH
7977do
7978 IFS=$as_save_IFS
7979 test -z "$as_dir" && as_dir=.
7980 for ac_exec_ext in '' $ac_executable_extensions; do
7981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7982 ac_cv_prog_EXPECT="$ac_prog"
7983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7984 break 2
7985 fi
7986done
7987 done
7988IFS=$as_save_IFS
7989
7990fi
7991fi
7992EXPECT=$ac_cv_prog_EXPECT
7993if test -n "$EXPECT"; then
7994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7995$as_echo "$EXPECT" >&6; }
7996else
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7998$as_echo "no" >&6; }
7999fi
8000
8001
8002 test -n "$EXPECT" && break
8003done
8004test -n "$EXPECT" || EXPECT="expect"
8005
8006case " $configdirs " in
8007 *" expect "*)
8008 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8009 ;;
8010esac
8011
8012for ac_prog in runtest
8013do
8014 # Extract the first word of "$ac_prog", so it can be a program name with args.
8015set dummy $ac_prog; ac_word=$2
8016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8017$as_echo_n "checking for $ac_word... " >&6; }
8018if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8019 $as_echo_n "(cached) " >&6
8020else
8021 if test -n "$RUNTEST"; then
8022 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8023else
8024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8025for as_dir in $PATH
8026do
8027 IFS=$as_save_IFS
8028 test -z "$as_dir" && as_dir=.
8029 for ac_exec_ext in '' $ac_executable_extensions; do
8030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8031 ac_cv_prog_RUNTEST="$ac_prog"
8032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8033 break 2
8034 fi
8035done
8036 done
8037IFS=$as_save_IFS
8038
8039fi
8040fi
8041RUNTEST=$ac_cv_prog_RUNTEST
8042if test -n "$RUNTEST"; then
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8044$as_echo "$RUNTEST" >&6; }
8045else
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8047$as_echo "no" >&6; }
8048fi
8049
8050
8051 test -n "$RUNTEST" && break
8052done
8053test -n "$RUNTEST" || RUNTEST="runtest"
8054
8055case " $configdirs " in
8056 *" dejagnu "*)
8057 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8058 ;;
8059esac
8060
8061
8062# Host tools.
8063ncn_tool_prefix=
8064test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8065ncn_target_tool_prefix=
8066test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8067
8068
8069
8070if test -n "$AR"; then
8071 ac_cv_prog_AR=$AR
8072elif test -n "$ac_cv_prog_AR"; then
8073 AR=$ac_cv_prog_AR
8074fi
8075
8076if test -n "$ac_cv_prog_AR"; then
8077 for ncn_progname in ar; do
8078 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8079set dummy ${ncn_progname}; ac_word=$2
8080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8081$as_echo_n "checking for $ac_word... " >&6; }
8082if test "${ac_cv_prog_AR+set}" = set; then :
8083 $as_echo_n "(cached) " >&6
8084else
8085 if test -n "$AR"; then
8086 ac_cv_prog_AR="$AR" # Let the user override the test.
8087else
8088as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8089for as_dir in $PATH
8090do
8091 IFS=$as_save_IFS
8092 test -z "$as_dir" && as_dir=.
8093 for ac_exec_ext in '' $ac_executable_extensions; do
8094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8095 ac_cv_prog_AR="${ncn_progname}"
8096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8097 break 2
8098 fi
8099done
8100 done
8101IFS=$as_save_IFS
8102
8103fi
8104fi
8105AR=$ac_cv_prog_AR
8106if test -n "$AR"; then
8107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8108$as_echo "$AR" >&6; }
8109else
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8111$as_echo "no" >&6; }
8112fi
8113
8114
8115 done
8116fi
8117
8118for ncn_progname in ar; do
8119 if test -n "$ncn_tool_prefix"; then
8120 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8121set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8123$as_echo_n "checking for $ac_word... " >&6; }
8124if test "${ac_cv_prog_AR+set}" = set; then :
8125 $as_echo_n "(cached) " >&6
8126else
8127 if test -n "$AR"; then
8128 ac_cv_prog_AR="$AR" # Let the user override the test.
8129else
8130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8131for as_dir in $PATH
8132do
8133 IFS=$as_save_IFS
8134 test -z "$as_dir" && as_dir=.
8135 for ac_exec_ext in '' $ac_executable_extensions; do
8136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8137 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8139 break 2
8140 fi
8141done
8142 done
8143IFS=$as_save_IFS
8144
8145fi
8146fi
8147AR=$ac_cv_prog_AR
8148if test -n "$AR"; then
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8150$as_echo "$AR" >&6; }
8151else
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8153$as_echo "no" >&6; }
8154fi
8155
8156
8157 fi
8158 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8159 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8160set dummy ${ncn_progname}; ac_word=$2
8161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8162$as_echo_n "checking for $ac_word... " >&6; }
8163if test "${ac_cv_prog_AR+set}" = set; then :
8164 $as_echo_n "(cached) " >&6
8165else
8166 if test -n "$AR"; then
8167 ac_cv_prog_AR="$AR" # Let the user override the test.
8168else
8169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8170for as_dir in $PATH
8171do
8172 IFS=$as_save_IFS
8173 test -z "$as_dir" && as_dir=.
8174 for ac_exec_ext in '' $ac_executable_extensions; do
8175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8176 ac_cv_prog_AR="${ncn_progname}"
8177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8178 break 2
8179 fi
8180done
8181 done
8182IFS=$as_save_IFS
8183
8184fi
8185fi
8186AR=$ac_cv_prog_AR
8187if test -n "$AR"; then
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8189$as_echo "$AR" >&6; }
8190else
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8192$as_echo "no" >&6; }
8193fi
8194
8195
8196 fi
8197 test -n "$ac_cv_prog_AR" && break
8198done
8199
8200if test -z "$ac_cv_prog_AR" ; then
8201 set dummy ar
8202 if test $build = $host ; then
8203 AR="$2"
8204 else
8205 AR="${ncn_tool_prefix}$2"
8206 fi
8207fi
8208
8209
8210
8211if test -n "$AS"; then
8212 ac_cv_prog_AS=$AS
8213elif test -n "$ac_cv_prog_AS"; then
8214 AS=$ac_cv_prog_AS
8215fi
8216
8217if test -n "$ac_cv_prog_AS"; then
8218 for ncn_progname in as; do
8219 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8220set dummy ${ncn_progname}; ac_word=$2
8221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8222$as_echo_n "checking for $ac_word... " >&6; }
8223if test "${ac_cv_prog_AS+set}" = set; then :
8224 $as_echo_n "(cached) " >&6
8225else
8226 if test -n "$AS"; then
8227 ac_cv_prog_AS="$AS" # Let the user override the test.
8228else
8229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8230for as_dir in $PATH
8231do
8232 IFS=$as_save_IFS
8233 test -z "$as_dir" && as_dir=.
8234 for ac_exec_ext in '' $ac_executable_extensions; do
8235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8236 ac_cv_prog_AS="${ncn_progname}"
8237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8238 break 2
8239 fi
8240done
8241 done
8242IFS=$as_save_IFS
8243
8244fi
8245fi
8246AS=$ac_cv_prog_AS
8247if test -n "$AS"; then
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8249$as_echo "$AS" >&6; }
8250else
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8252$as_echo "no" >&6; }
8253fi
8254
8255
8256 done
8257fi
8258
8259for ncn_progname in as; do
8260 if test -n "$ncn_tool_prefix"; then
8261 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8262set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8264$as_echo_n "checking for $ac_word... " >&6; }
8265if test "${ac_cv_prog_AS+set}" = set; then :
8266 $as_echo_n "(cached) " >&6
8267else
8268 if test -n "$AS"; then
8269 ac_cv_prog_AS="$AS" # Let the user override the test.
8270else
8271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8272for as_dir in $PATH
8273do
8274 IFS=$as_save_IFS
8275 test -z "$as_dir" && as_dir=.
8276 for ac_exec_ext in '' $ac_executable_extensions; do
8277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8278 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8280 break 2
8281 fi
8282done
8283 done
8284IFS=$as_save_IFS
8285
8286fi
8287fi
8288AS=$ac_cv_prog_AS
8289if test -n "$AS"; then
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8291$as_echo "$AS" >&6; }
8292else
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8294$as_echo "no" >&6; }
8295fi
8296
8297
8298 fi
8299 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8300 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8301set dummy ${ncn_progname}; ac_word=$2
8302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8303$as_echo_n "checking for $ac_word... " >&6; }
8304if test "${ac_cv_prog_AS+set}" = set; then :
8305 $as_echo_n "(cached) " >&6
8306else
8307 if test -n "$AS"; then
8308 ac_cv_prog_AS="$AS" # Let the user override the test.
8309else
8310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8311for as_dir in $PATH
8312do
8313 IFS=$as_save_IFS
8314 test -z "$as_dir" && as_dir=.
8315 for ac_exec_ext in '' $ac_executable_extensions; do
8316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8317 ac_cv_prog_AS="${ncn_progname}"
8318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8319 break 2
8320 fi
8321done
8322 done
8323IFS=$as_save_IFS
8324
8325fi
8326fi
8327AS=$ac_cv_prog_AS
8328if test -n "$AS"; then
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8330$as_echo "$AS" >&6; }
8331else
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8333$as_echo "no" >&6; }
8334fi
8335
8336
8337 fi
8338 test -n "$ac_cv_prog_AS" && break
8339done
8340
8341if test -z "$ac_cv_prog_AS" ; then
8342 set dummy as
8343 if test $build = $host ; then
8344 AS="$2"
8345 else
8346 AS="${ncn_tool_prefix}$2"
8347 fi
8348fi
8349
8350
8351
8352if test -n "$DLLTOOL"; then
8353 ac_cv_prog_DLLTOOL=$DLLTOOL
8354elif test -n "$ac_cv_prog_DLLTOOL"; then
8355 DLLTOOL=$ac_cv_prog_DLLTOOL
8356fi
8357
8358if test -n "$ac_cv_prog_DLLTOOL"; then
8359 for ncn_progname in dlltool; do
8360 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8361set dummy ${ncn_progname}; ac_word=$2
8362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8363$as_echo_n "checking for $ac_word... " >&6; }
8364if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8365 $as_echo_n "(cached) " >&6
8366else
8367 if test -n "$DLLTOOL"; then
8368 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8369else
8370as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8371for as_dir in $PATH
8372do
8373 IFS=$as_save_IFS
8374 test -z "$as_dir" && as_dir=.
8375 for ac_exec_ext in '' $ac_executable_extensions; do
8376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8377 ac_cv_prog_DLLTOOL="${ncn_progname}"
8378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8379 break 2
8380 fi
8381done
8382 done
8383IFS=$as_save_IFS
8384
8385fi
8386fi
8387DLLTOOL=$ac_cv_prog_DLLTOOL
8388if test -n "$DLLTOOL"; then
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8390$as_echo "$DLLTOOL" >&6; }
8391else
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8393$as_echo "no" >&6; }
8394fi
8395
8396
8397 done
8398fi
8399
8400for ncn_progname in dlltool; do
8401 if test -n "$ncn_tool_prefix"; then
8402 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8403set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8405$as_echo_n "checking for $ac_word... " >&6; }
8406if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8407 $as_echo_n "(cached) " >&6
8408else
8409 if test -n "$DLLTOOL"; then
8410 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8411else
8412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8413for as_dir in $PATH
8414do
8415 IFS=$as_save_IFS
8416 test -z "$as_dir" && as_dir=.
8417 for ac_exec_ext in '' $ac_executable_extensions; do
8418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8419 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8421 break 2
8422 fi
8423done
8424 done
8425IFS=$as_save_IFS
8426
8427fi
8428fi
8429DLLTOOL=$ac_cv_prog_DLLTOOL
8430if test -n "$DLLTOOL"; then
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8432$as_echo "$DLLTOOL" >&6; }
8433else
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8435$as_echo "no" >&6; }
8436fi
8437
8438
8439 fi
8440 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8441 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8442set dummy ${ncn_progname}; ac_word=$2
8443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8444$as_echo_n "checking for $ac_word... " >&6; }
8445if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8446 $as_echo_n "(cached) " >&6
8447else
8448 if test -n "$DLLTOOL"; then
8449 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8450else
8451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8452for as_dir in $PATH
8453do
8454 IFS=$as_save_IFS
8455 test -z "$as_dir" && as_dir=.
8456 for ac_exec_ext in '' $ac_executable_extensions; do
8457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8458 ac_cv_prog_DLLTOOL="${ncn_progname}"
8459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8460 break 2
8461 fi
8462done
8463 done
8464IFS=$as_save_IFS
8465
8466fi
8467fi
8468DLLTOOL=$ac_cv_prog_DLLTOOL
8469if test -n "$DLLTOOL"; then
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8471$as_echo "$DLLTOOL" >&6; }
8472else
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8474$as_echo "no" >&6; }
8475fi
8476
8477
8478 fi
8479 test -n "$ac_cv_prog_DLLTOOL" && break
8480done
8481
8482if test -z "$ac_cv_prog_DLLTOOL" ; then
8483 set dummy dlltool
8484 if test $build = $host ; then
8485 DLLTOOL="$2"
8486 else
8487 DLLTOOL="${ncn_tool_prefix}$2"
8488 fi
8489fi
8490
8491
8492
8493if test -n "$LD"; then
8494 ac_cv_prog_LD=$LD
8495elif test -n "$ac_cv_prog_LD"; then
8496 LD=$ac_cv_prog_LD
8497fi
8498
8499if test -n "$ac_cv_prog_LD"; then
8500 for ncn_progname in ld; do
8501 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8502set dummy ${ncn_progname}; ac_word=$2
8503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8504$as_echo_n "checking for $ac_word... " >&6; }
8505if test "${ac_cv_prog_LD+set}" = set; then :
8506 $as_echo_n "(cached) " >&6
8507else
8508 if test -n "$LD"; then
8509 ac_cv_prog_LD="$LD" # Let the user override the test.
8510else
8511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8512for as_dir in $PATH
8513do
8514 IFS=$as_save_IFS
8515 test -z "$as_dir" && as_dir=.
8516 for ac_exec_ext in '' $ac_executable_extensions; do
8517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8518 ac_cv_prog_LD="${ncn_progname}"
8519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8520 break 2
8521 fi
8522done
8523 done
8524IFS=$as_save_IFS
8525
8526fi
8527fi
8528LD=$ac_cv_prog_LD
8529if test -n "$LD"; then
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8531$as_echo "$LD" >&6; }
8532else
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8534$as_echo "no" >&6; }
8535fi
8536
8537
8538 done
8539fi
8540
8541for ncn_progname in ld; do
8542 if test -n "$ncn_tool_prefix"; then
8543 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8544set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8546$as_echo_n "checking for $ac_word... " >&6; }
8547if test "${ac_cv_prog_LD+set}" = set; then :
8548 $as_echo_n "(cached) " >&6
8549else
8550 if test -n "$LD"; then
8551 ac_cv_prog_LD="$LD" # Let the user override the test.
8552else
8553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8554for as_dir in $PATH
8555do
8556 IFS=$as_save_IFS
8557 test -z "$as_dir" && as_dir=.
8558 for ac_exec_ext in '' $ac_executable_extensions; do
8559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8560 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8562 break 2
8563 fi
8564done
8565 done
8566IFS=$as_save_IFS
8567
8568fi
8569fi
8570LD=$ac_cv_prog_LD
8571if test -n "$LD"; then
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8573$as_echo "$LD" >&6; }
8574else
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576$as_echo "no" >&6; }
8577fi
8578
8579
8580 fi
8581 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8583set dummy ${ncn_progname}; ac_word=$2
8584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8585$as_echo_n "checking for $ac_word... " >&6; }
8586if test "${ac_cv_prog_LD+set}" = set; then :
8587 $as_echo_n "(cached) " >&6
8588else
8589 if test -n "$LD"; then
8590 ac_cv_prog_LD="$LD" # Let the user override the test.
8591else
8592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8593for as_dir in $PATH
8594do
8595 IFS=$as_save_IFS
8596 test -z "$as_dir" && as_dir=.
8597 for ac_exec_ext in '' $ac_executable_extensions; do
8598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8599 ac_cv_prog_LD="${ncn_progname}"
8600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8601 break 2
8602 fi
8603done
8604 done
8605IFS=$as_save_IFS
8606
8607fi
8608fi
8609LD=$ac_cv_prog_LD
8610if test -n "$LD"; then
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8612$as_echo "$LD" >&6; }
8613else
8614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8615$as_echo "no" >&6; }
8616fi
8617
8618
8619 fi
8620 test -n "$ac_cv_prog_LD" && break
8621done
8622
8623if test -z "$ac_cv_prog_LD" ; then
8624 set dummy ld
8625 if test $build = $host ; then
8626 LD="$2"
8627 else
8628 LD="${ncn_tool_prefix}$2"
8629 fi
8630fi
8631
8632
8633
8634if test -n "$LIPO"; then
8635 ac_cv_prog_LIPO=$LIPO
8636elif test -n "$ac_cv_prog_LIPO"; then
8637 LIPO=$ac_cv_prog_LIPO
8638fi
8639
8640if test -n "$ac_cv_prog_LIPO"; then
8641 for ncn_progname in lipo; do
8642 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8643set dummy ${ncn_progname}; ac_word=$2
8644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8645$as_echo_n "checking for $ac_word... " >&6; }
8646if test "${ac_cv_prog_LIPO+set}" = set; then :
8647 $as_echo_n "(cached) " >&6
8648else
8649 if test -n "$LIPO"; then
8650 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8651else
8652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8653for as_dir in $PATH
8654do
8655 IFS=$as_save_IFS
8656 test -z "$as_dir" && as_dir=.
8657 for ac_exec_ext in '' $ac_executable_extensions; do
8658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8659 ac_cv_prog_LIPO="${ncn_progname}"
8660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8661 break 2
8662 fi
8663done
8664 done
8665IFS=$as_save_IFS
8666
8667fi
8668fi
8669LIPO=$ac_cv_prog_LIPO
8670if test -n "$LIPO"; then
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8672$as_echo "$LIPO" >&6; }
8673else
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8675$as_echo "no" >&6; }
8676fi
8677
8678
8679 done
8680fi
8681
8682for ncn_progname in lipo; do
8683 if test -n "$ncn_tool_prefix"; then
8684 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8685set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8687$as_echo_n "checking for $ac_word... " >&6; }
8688if test "${ac_cv_prog_LIPO+set}" = set; then :
8689 $as_echo_n "(cached) " >&6
8690else
8691 if test -n "$LIPO"; then
8692 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8693else
8694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8695for as_dir in $PATH
8696do
8697 IFS=$as_save_IFS
8698 test -z "$as_dir" && as_dir=.
8699 for ac_exec_ext in '' $ac_executable_extensions; do
8700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8701 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8703 break 2
8704 fi
8705done
8706 done
8707IFS=$as_save_IFS
8708
8709fi
8710fi
8711LIPO=$ac_cv_prog_LIPO
8712if test -n "$LIPO"; then
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8714$as_echo "$LIPO" >&6; }
8715else
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8717$as_echo "no" >&6; }
8718fi
8719
8720
8721 fi
8722 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8723 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8724set dummy ${ncn_progname}; ac_word=$2
8725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8726$as_echo_n "checking for $ac_word... " >&6; }
8727if test "${ac_cv_prog_LIPO+set}" = set; then :
8728 $as_echo_n "(cached) " >&6
8729else
8730 if test -n "$LIPO"; then
8731 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8732else
8733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8734for as_dir in $PATH
8735do
8736 IFS=$as_save_IFS
8737 test -z "$as_dir" && as_dir=.
8738 for ac_exec_ext in '' $ac_executable_extensions; do
8739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8740 ac_cv_prog_LIPO="${ncn_progname}"
8741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8742 break 2
8743 fi
8744done
8745 done
8746IFS=$as_save_IFS
8747
8748fi
8749fi
8750LIPO=$ac_cv_prog_LIPO
8751if test -n "$LIPO"; then
8752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8753$as_echo "$LIPO" >&6; }
8754else
8755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8756$as_echo "no" >&6; }
8757fi
8758
8759
8760 fi
8761 test -n "$ac_cv_prog_LIPO" && break
8762done
8763
8764if test -z "$ac_cv_prog_LIPO" ; then
8765 set dummy lipo
8766 if test $build = $host ; then
8767 LIPO="$2"
8768 else
8769 LIPO="${ncn_tool_prefix}$2"
8770 fi
8771fi
8772
8773
8774
8775if test -n "$NM"; then
8776 ac_cv_prog_NM=$NM
8777elif test -n "$ac_cv_prog_NM"; then
8778 NM=$ac_cv_prog_NM
8779fi
8780
8781if test -n "$ac_cv_prog_NM"; then
8782 for ncn_progname in nm; do
8783 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8784set dummy ${ncn_progname}; ac_word=$2
8785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8786$as_echo_n "checking for $ac_word... " >&6; }
8787if test "${ac_cv_prog_NM+set}" = set; then :
8788 $as_echo_n "(cached) " >&6
8789else
8790 if test -n "$NM"; then
8791 ac_cv_prog_NM="$NM" # Let the user override the test.
8792else
8793as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8794for as_dir in $PATH
8795do
8796 IFS=$as_save_IFS
8797 test -z "$as_dir" && as_dir=.
8798 for ac_exec_ext in '' $ac_executable_extensions; do
8799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8800 ac_cv_prog_NM="${ncn_progname}"
8801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8802 break 2
8803 fi
8804done
8805 done
8806IFS=$as_save_IFS
8807
8808fi
8809fi
8810NM=$ac_cv_prog_NM
8811if test -n "$NM"; then
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8813$as_echo "$NM" >&6; }
8814else
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8816$as_echo "no" >&6; }
8817fi
8818
8819
8820 done
8821fi
8822
8823for ncn_progname in nm; do
8824 if test -n "$ncn_tool_prefix"; then
8825 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8826set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8828$as_echo_n "checking for $ac_word... " >&6; }
8829if test "${ac_cv_prog_NM+set}" = set; then :
8830 $as_echo_n "(cached) " >&6
8831else
8832 if test -n "$NM"; then
8833 ac_cv_prog_NM="$NM" # Let the user override the test.
8834else
8835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8836for as_dir in $PATH
8837do
8838 IFS=$as_save_IFS
8839 test -z "$as_dir" && as_dir=.
8840 for ac_exec_ext in '' $ac_executable_extensions; do
8841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8842 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8844 break 2
8845 fi
8846done
8847 done
8848IFS=$as_save_IFS
8849
8850fi
8851fi
8852NM=$ac_cv_prog_NM
8853if test -n "$NM"; then
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8855$as_echo "$NM" >&6; }
8856else
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8858$as_echo "no" >&6; }
8859fi
8860
8861
8862 fi
8863 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8864 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8865set dummy ${ncn_progname}; ac_word=$2
8866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8867$as_echo_n "checking for $ac_word... " >&6; }
8868if test "${ac_cv_prog_NM+set}" = set; then :
8869 $as_echo_n "(cached) " >&6
8870else
8871 if test -n "$NM"; then
8872 ac_cv_prog_NM="$NM" # Let the user override the test.
8873else
8874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8875for as_dir in $PATH
8876do
8877 IFS=$as_save_IFS
8878 test -z "$as_dir" && as_dir=.
8879 for ac_exec_ext in '' $ac_executable_extensions; do
8880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8881 ac_cv_prog_NM="${ncn_progname}"
8882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8883 break 2
8884 fi
8885done
8886 done
8887IFS=$as_save_IFS
8888
8889fi
8890fi
8891NM=$ac_cv_prog_NM
8892if test -n "$NM"; then
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8894$as_echo "$NM" >&6; }
8895else
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8897$as_echo "no" >&6; }
8898fi
8899
8900
8901 fi
8902 test -n "$ac_cv_prog_NM" && break
8903done
8904
8905if test -z "$ac_cv_prog_NM" ; then
8906 set dummy nm
8907 if test $build = $host ; then
8908 NM="$2"
8909 else
8910 NM="${ncn_tool_prefix}$2"
8911 fi
8912fi
8913
8914
8915
8916if test -n "$RANLIB"; then
8917 ac_cv_prog_RANLIB=$RANLIB
8918elif test -n "$ac_cv_prog_RANLIB"; then
8919 RANLIB=$ac_cv_prog_RANLIB
8920fi
8921
8922if test -n "$ac_cv_prog_RANLIB"; then
8923 for ncn_progname in ranlib; do
8924 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8925set dummy ${ncn_progname}; ac_word=$2
8926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8927$as_echo_n "checking for $ac_word... " >&6; }
8928if test "${ac_cv_prog_RANLIB+set}" = set; then :
8929 $as_echo_n "(cached) " >&6
8930else
8931 if test -n "$RANLIB"; then
8932 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8933else
8934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8935for as_dir in $PATH
8936do
8937 IFS=$as_save_IFS
8938 test -z "$as_dir" && as_dir=.
8939 for ac_exec_ext in '' $ac_executable_extensions; do
8940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8941 ac_cv_prog_RANLIB="${ncn_progname}"
8942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8943 break 2
8944 fi
8945done
8946 done
8947IFS=$as_save_IFS
8948
8949fi
8950fi
8951RANLIB=$ac_cv_prog_RANLIB
8952if test -n "$RANLIB"; then
8953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8954$as_echo "$RANLIB" >&6; }
8955else
8956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8957$as_echo "no" >&6; }
8958fi
8959
8960
8961 done
8962fi
8963
8964for ncn_progname in ranlib; do
8965 if test -n "$ncn_tool_prefix"; then
8966 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8967set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8969$as_echo_n "checking for $ac_word... " >&6; }
8970if test "${ac_cv_prog_RANLIB+set}" = set; then :
8971 $as_echo_n "(cached) " >&6
8972else
8973 if test -n "$RANLIB"; then
8974 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8975else
8976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8977for as_dir in $PATH
8978do
8979 IFS=$as_save_IFS
8980 test -z "$as_dir" && as_dir=.
8981 for ac_exec_ext in '' $ac_executable_extensions; do
8982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8983 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8985 break 2
8986 fi
8987done
8988 done
8989IFS=$as_save_IFS
8990
8991fi
8992fi
8993RANLIB=$ac_cv_prog_RANLIB
8994if test -n "$RANLIB"; then
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8996$as_echo "$RANLIB" >&6; }
8997else
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8999$as_echo "no" >&6; }
9000fi
9001
9002
9003 fi
9004 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9005 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9006set dummy ${ncn_progname}; ac_word=$2
9007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9008$as_echo_n "checking for $ac_word... " >&6; }
9009if test "${ac_cv_prog_RANLIB+set}" = set; then :
9010 $as_echo_n "(cached) " >&6
9011else
9012 if test -n "$RANLIB"; then
9013 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9014else
9015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9016for as_dir in $PATH
9017do
9018 IFS=$as_save_IFS
9019 test -z "$as_dir" && as_dir=.
9020 for ac_exec_ext in '' $ac_executable_extensions; do
9021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9022 ac_cv_prog_RANLIB="${ncn_progname}"
9023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9024 break 2
9025 fi
9026done
9027 done
9028IFS=$as_save_IFS
9029
9030fi
9031fi
9032RANLIB=$ac_cv_prog_RANLIB
9033if test -n "$RANLIB"; then
9034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9035$as_echo "$RANLIB" >&6; }
9036else
9037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9038$as_echo "no" >&6; }
9039fi
9040
9041
9042 fi
9043 test -n "$ac_cv_prog_RANLIB" && break
9044done
9045
9046if test -z "$ac_cv_prog_RANLIB" ; then
9047 RANLIB="true"
9048fi
9049
9050
9051
9052if test -n "$STRIP"; then
9053 ac_cv_prog_STRIP=$STRIP
9054elif test -n "$ac_cv_prog_STRIP"; then
9055 STRIP=$ac_cv_prog_STRIP
9056fi
9057
9058if test -n "$ac_cv_prog_STRIP"; then
9059 for ncn_progname in strip; do
9060 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9061set dummy ${ncn_progname}; ac_word=$2
9062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9063$as_echo_n "checking for $ac_word... " >&6; }
9064if test "${ac_cv_prog_STRIP+set}" = set; then :
9065 $as_echo_n "(cached) " >&6
9066else
9067 if test -n "$STRIP"; then
9068 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9069else
9070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9071for as_dir in $PATH
9072do
9073 IFS=$as_save_IFS
9074 test -z "$as_dir" && as_dir=.
9075 for ac_exec_ext in '' $ac_executable_extensions; do
9076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9077 ac_cv_prog_STRIP="${ncn_progname}"
9078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9079 break 2
9080 fi
9081done
9082 done
9083IFS=$as_save_IFS
9084
9085fi
9086fi
9087STRIP=$ac_cv_prog_STRIP
9088if test -n "$STRIP"; then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9090$as_echo "$STRIP" >&6; }
9091else
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9093$as_echo "no" >&6; }
9094fi
9095
9096
9097 done
9098fi
9099
9100for ncn_progname in strip; do
9101 if test -n "$ncn_tool_prefix"; then
9102 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9103set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9105$as_echo_n "checking for $ac_word... " >&6; }
9106if test "${ac_cv_prog_STRIP+set}" = set; then :
9107 $as_echo_n "(cached) " >&6
9108else
9109 if test -n "$STRIP"; then
9110 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9111else
9112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9113for as_dir in $PATH
9114do
9115 IFS=$as_save_IFS
9116 test -z "$as_dir" && as_dir=.
9117 for ac_exec_ext in '' $ac_executable_extensions; do
9118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9119 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9121 break 2
9122 fi
9123done
9124 done
9125IFS=$as_save_IFS
9126
9127fi
9128fi
9129STRIP=$ac_cv_prog_STRIP
9130if test -n "$STRIP"; then
9131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9132$as_echo "$STRIP" >&6; }
9133else
9134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9135$as_echo "no" >&6; }
9136fi
9137
9138
9139 fi
9140 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9141 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9142set dummy ${ncn_progname}; ac_word=$2
9143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9144$as_echo_n "checking for $ac_word... " >&6; }
9145if test "${ac_cv_prog_STRIP+set}" = set; then :
9146 $as_echo_n "(cached) " >&6
9147else
9148 if test -n "$STRIP"; then
9149 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9150else
9151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9152for as_dir in $PATH
9153do
9154 IFS=$as_save_IFS
9155 test -z "$as_dir" && as_dir=.
9156 for ac_exec_ext in '' $ac_executable_extensions; do
9157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9158 ac_cv_prog_STRIP="${ncn_progname}"
9159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9160 break 2
9161 fi
9162done
9163 done
9164IFS=$as_save_IFS
9165
9166fi
9167fi
9168STRIP=$ac_cv_prog_STRIP
9169if test -n "$STRIP"; then
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9171$as_echo "$STRIP" >&6; }
9172else
9173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9174$as_echo "no" >&6; }
9175fi
9176
9177
9178 fi
9179 test -n "$ac_cv_prog_STRIP" && break
9180done
9181
9182if test -z "$ac_cv_prog_STRIP" ; then
9183 STRIP="true"
9184fi
9185
9186
9187
9188if test -n "$WINDRES"; then
9189 ac_cv_prog_WINDRES=$WINDRES
9190elif test -n "$ac_cv_prog_WINDRES"; then
9191 WINDRES=$ac_cv_prog_WINDRES
9192fi
9193
9194if test -n "$ac_cv_prog_WINDRES"; then
9195 for ncn_progname in windres; do
9196 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9197set dummy ${ncn_progname}; ac_word=$2
9198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9199$as_echo_n "checking for $ac_word... " >&6; }
9200if test "${ac_cv_prog_WINDRES+set}" = set; then :
9201 $as_echo_n "(cached) " >&6
9202else
9203 if test -n "$WINDRES"; then
9204 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9205else
9206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9207for as_dir in $PATH
9208do
9209 IFS=$as_save_IFS
9210 test -z "$as_dir" && as_dir=.
9211 for ac_exec_ext in '' $ac_executable_extensions; do
9212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9213 ac_cv_prog_WINDRES="${ncn_progname}"
9214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9215 break 2
9216 fi
9217done
9218 done
9219IFS=$as_save_IFS
9220
9221fi
9222fi
9223WINDRES=$ac_cv_prog_WINDRES
9224if test -n "$WINDRES"; then
9225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9226$as_echo "$WINDRES" >&6; }
9227else
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9229$as_echo "no" >&6; }
9230fi
9231
9232
9233 done
9234fi
9235
9236for ncn_progname in windres; do
9237 if test -n "$ncn_tool_prefix"; then
9238 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9239set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9241$as_echo_n "checking for $ac_word... " >&6; }
9242if test "${ac_cv_prog_WINDRES+set}" = set; then :
9243 $as_echo_n "(cached) " >&6
9244else
9245 if test -n "$WINDRES"; then
9246 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9247else
9248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9249for as_dir in $PATH
9250do
9251 IFS=$as_save_IFS
9252 test -z "$as_dir" && as_dir=.
9253 for ac_exec_ext in '' $ac_executable_extensions; do
9254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9255 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9257 break 2
9258 fi
9259done
9260 done
9261IFS=$as_save_IFS
9262
9263fi
9264fi
9265WINDRES=$ac_cv_prog_WINDRES
9266if test -n "$WINDRES"; then
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9268$as_echo "$WINDRES" >&6; }
9269else
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9271$as_echo "no" >&6; }
9272fi
9273
9274
9275 fi
9276 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9277 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9278set dummy ${ncn_progname}; ac_word=$2
9279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9280$as_echo_n "checking for $ac_word... " >&6; }
9281if test "${ac_cv_prog_WINDRES+set}" = set; then :
9282 $as_echo_n "(cached) " >&6
9283else
9284 if test -n "$WINDRES"; then
9285 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9286else
9287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9288for as_dir in $PATH
9289do
9290 IFS=$as_save_IFS
9291 test -z "$as_dir" && as_dir=.
9292 for ac_exec_ext in '' $ac_executable_extensions; do
9293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9294 ac_cv_prog_WINDRES="${ncn_progname}"
9295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9296 break 2
9297 fi
9298done
9299 done
9300IFS=$as_save_IFS
9301
9302fi
9303fi
9304WINDRES=$ac_cv_prog_WINDRES
9305if test -n "$WINDRES"; then
9306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9307$as_echo "$WINDRES" >&6; }
9308else
9309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9310$as_echo "no" >&6; }
9311fi
9312
9313
9314 fi
9315 test -n "$ac_cv_prog_WINDRES" && break
9316done
9317
9318if test -z "$ac_cv_prog_WINDRES" ; then
9319 set dummy windres
9320 if test $build = $host ; then
9321 WINDRES="$2"
9322 else
9323 WINDRES="${ncn_tool_prefix}$2"
9324 fi
9325fi
9326
9327
9328
9329if test -n "$WINDMC"; then
9330 ac_cv_prog_WINDMC=$WINDMC
9331elif test -n "$ac_cv_prog_WINDMC"; then
9332 WINDMC=$ac_cv_prog_WINDMC
9333fi
9334
9335if test -n "$ac_cv_prog_WINDMC"; then
9336 for ncn_progname in windmc; do
9337 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9338set dummy ${ncn_progname}; ac_word=$2
9339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9340$as_echo_n "checking for $ac_word... " >&6; }
9341if test "${ac_cv_prog_WINDMC+set}" = set; then :
9342 $as_echo_n "(cached) " >&6
9343else
9344 if test -n "$WINDMC"; then
9345 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9346else
9347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9348for as_dir in $PATH
9349do
9350 IFS=$as_save_IFS
9351 test -z "$as_dir" && as_dir=.
9352 for ac_exec_ext in '' $ac_executable_extensions; do
9353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9354 ac_cv_prog_WINDMC="${ncn_progname}"
9355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9356 break 2
9357 fi
9358done
9359 done
9360IFS=$as_save_IFS
9361
9362fi
9363fi
9364WINDMC=$ac_cv_prog_WINDMC
9365if test -n "$WINDMC"; then
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9367$as_echo "$WINDMC" >&6; }
9368else
9369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9370$as_echo "no" >&6; }
9371fi
9372
9373
9374 done
9375fi
9376
9377for ncn_progname in windmc; do
9378 if test -n "$ncn_tool_prefix"; then
9379 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9380set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9382$as_echo_n "checking for $ac_word... " >&6; }
9383if test "${ac_cv_prog_WINDMC+set}" = set; then :
9384 $as_echo_n "(cached) " >&6
9385else
9386 if test -n "$WINDMC"; then
9387 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9388else
9389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9390for as_dir in $PATH
9391do
9392 IFS=$as_save_IFS
9393 test -z "$as_dir" && as_dir=.
9394 for ac_exec_ext in '' $ac_executable_extensions; do
9395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9396 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9398 break 2
9399 fi
9400done
9401 done
9402IFS=$as_save_IFS
9403
9404fi
9405fi
9406WINDMC=$ac_cv_prog_WINDMC
9407if test -n "$WINDMC"; then
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9409$as_echo "$WINDMC" >&6; }
9410else
9411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9412$as_echo "no" >&6; }
9413fi
9414
9415
9416 fi
9417 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9418 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9419set dummy ${ncn_progname}; ac_word=$2
9420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9421$as_echo_n "checking for $ac_word... " >&6; }
9422if test "${ac_cv_prog_WINDMC+set}" = set; then :
9423 $as_echo_n "(cached) " >&6
9424else
9425 if test -n "$WINDMC"; then
9426 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9427else
9428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9429for as_dir in $PATH
9430do
9431 IFS=$as_save_IFS
9432 test -z "$as_dir" && as_dir=.
9433 for ac_exec_ext in '' $ac_executable_extensions; do
9434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9435 ac_cv_prog_WINDMC="${ncn_progname}"
9436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9437 break 2
9438 fi
9439done
9440 done
9441IFS=$as_save_IFS
9442
9443fi
9444fi
9445WINDMC=$ac_cv_prog_WINDMC
9446if test -n "$WINDMC"; then
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9448$as_echo "$WINDMC" >&6; }
9449else
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9451$as_echo "no" >&6; }
9452fi
9453
9454
9455 fi
9456 test -n "$ac_cv_prog_WINDMC" && break
9457done
9458
9459if test -z "$ac_cv_prog_WINDMC" ; then
9460 set dummy windmc
9461 if test $build = $host ; then
9462 WINDMC="$2"
9463 else
9464 WINDMC="${ncn_tool_prefix}$2"
9465 fi
9466fi
9467
9468
9469
9470if test -n "$OBJCOPY"; then
9471 ac_cv_prog_OBJCOPY=$OBJCOPY
9472elif test -n "$ac_cv_prog_OBJCOPY"; then
9473 OBJCOPY=$ac_cv_prog_OBJCOPY
9474fi
9475
9476if test -n "$ac_cv_prog_OBJCOPY"; then
9477 for ncn_progname in objcopy; do
9478 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9479set dummy ${ncn_progname}; ac_word=$2
9480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9481$as_echo_n "checking for $ac_word... " >&6; }
9482if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9483 $as_echo_n "(cached) " >&6
9484else
9485 if test -n "$OBJCOPY"; then
9486 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9487else
9488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9489for as_dir in $PATH
9490do
9491 IFS=$as_save_IFS
9492 test -z "$as_dir" && as_dir=.
9493 for ac_exec_ext in '' $ac_executable_extensions; do
9494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9495 ac_cv_prog_OBJCOPY="${ncn_progname}"
9496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9497 break 2
9498 fi
9499done
9500 done
9501IFS=$as_save_IFS
9502
9503fi
9504fi
9505OBJCOPY=$ac_cv_prog_OBJCOPY
9506if test -n "$OBJCOPY"; then
9507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9508$as_echo "$OBJCOPY" >&6; }
9509else
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9511$as_echo "no" >&6; }
9512fi
9513
9514
9515 done
9516fi
9517
9518for ncn_progname in objcopy; do
9519 if test -n "$ncn_tool_prefix"; then
9520 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9521set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9523$as_echo_n "checking for $ac_word... " >&6; }
9524if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9525 $as_echo_n "(cached) " >&6
9526else
9527 if test -n "$OBJCOPY"; then
9528 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9529else
9530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9531for as_dir in $PATH
9532do
9533 IFS=$as_save_IFS
9534 test -z "$as_dir" && as_dir=.
9535 for ac_exec_ext in '' $ac_executable_extensions; do
9536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9537 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9539 break 2
9540 fi
9541done
9542 done
9543IFS=$as_save_IFS
9544
9545fi
9546fi
9547OBJCOPY=$ac_cv_prog_OBJCOPY
9548if test -n "$OBJCOPY"; then
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9550$as_echo "$OBJCOPY" >&6; }
9551else
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9553$as_echo "no" >&6; }
9554fi
9555
9556
9557 fi
9558 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9559 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9560set dummy ${ncn_progname}; ac_word=$2
9561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9562$as_echo_n "checking for $ac_word... " >&6; }
9563if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9564 $as_echo_n "(cached) " >&6
9565else
9566 if test -n "$OBJCOPY"; then
9567 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9568else
9569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9570for as_dir in $PATH
9571do
9572 IFS=$as_save_IFS
9573 test -z "$as_dir" && as_dir=.
9574 for ac_exec_ext in '' $ac_executable_extensions; do
9575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9576 ac_cv_prog_OBJCOPY="${ncn_progname}"
9577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9578 break 2
9579 fi
9580done
9581 done
9582IFS=$as_save_IFS
9583
9584fi
9585fi
9586OBJCOPY=$ac_cv_prog_OBJCOPY
9587if test -n "$OBJCOPY"; then
9588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9589$as_echo "$OBJCOPY" >&6; }
9590else
9591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9592$as_echo "no" >&6; }
9593fi
9594
9595
9596 fi
9597 test -n "$ac_cv_prog_OBJCOPY" && break
9598done
9599
9600if test -z "$ac_cv_prog_OBJCOPY" ; then
9601 set dummy objcopy
9602 if test $build = $host ; then
9603 OBJCOPY="$2"
9604 else
9605 OBJCOPY="${ncn_tool_prefix}$2"
9606 fi
9607fi
9608
9609
9610
9611if test -n "$OBJDUMP"; then
9612 ac_cv_prog_OBJDUMP=$OBJDUMP
9613elif test -n "$ac_cv_prog_OBJDUMP"; then
9614 OBJDUMP=$ac_cv_prog_OBJDUMP
9615fi
9616
9617if test -n "$ac_cv_prog_OBJDUMP"; then
9618 for ncn_progname in objdump; do
9619 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9620set dummy ${ncn_progname}; ac_word=$2
9621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9622$as_echo_n "checking for $ac_word... " >&6; }
9623if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9624 $as_echo_n "(cached) " >&6
9625else
9626 if test -n "$OBJDUMP"; then
9627 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9628else
9629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9630for as_dir in $PATH
9631do
9632 IFS=$as_save_IFS
9633 test -z "$as_dir" && as_dir=.
9634 for ac_exec_ext in '' $ac_executable_extensions; do
9635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9636 ac_cv_prog_OBJDUMP="${ncn_progname}"
9637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9638 break 2
9639 fi
9640done
9641 done
9642IFS=$as_save_IFS
9643
9644fi
9645fi
9646OBJDUMP=$ac_cv_prog_OBJDUMP
9647if test -n "$OBJDUMP"; then
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9649$as_echo "$OBJDUMP" >&6; }
9650else
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9652$as_echo "no" >&6; }
9653fi
9654
9655
9656 done
9657fi
9658
9659for ncn_progname in objdump; do
9660 if test -n "$ncn_tool_prefix"; then
9661 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9662set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9664$as_echo_n "checking for $ac_word... " >&6; }
9665if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9666 $as_echo_n "(cached) " >&6
9667else
9668 if test -n "$OBJDUMP"; then
9669 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9670else
9671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9672for as_dir in $PATH
9673do
9674 IFS=$as_save_IFS
9675 test -z "$as_dir" && as_dir=.
9676 for ac_exec_ext in '' $ac_executable_extensions; do
9677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9678 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9680 break 2
9681 fi
9682done
9683 done
9684IFS=$as_save_IFS
9685
9686fi
9687fi
9688OBJDUMP=$ac_cv_prog_OBJDUMP
9689if test -n "$OBJDUMP"; then
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9691$as_echo "$OBJDUMP" >&6; }
9692else
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9694$as_echo "no" >&6; }
9695fi
9696
9697
9698 fi
9699 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9700 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9701set dummy ${ncn_progname}; ac_word=$2
9702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9703$as_echo_n "checking for $ac_word... " >&6; }
9704if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9705 $as_echo_n "(cached) " >&6
9706else
9707 if test -n "$OBJDUMP"; then
9708 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9709else
9710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9711for as_dir in $PATH
9712do
9713 IFS=$as_save_IFS
9714 test -z "$as_dir" && as_dir=.
9715 for ac_exec_ext in '' $ac_executable_extensions; do
9716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9717 ac_cv_prog_OBJDUMP="${ncn_progname}"
9718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9719 break 2
9720 fi
9721done
9722 done
9723IFS=$as_save_IFS
9724
9725fi
9726fi
9727OBJDUMP=$ac_cv_prog_OBJDUMP
9728if test -n "$OBJDUMP"; then
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9730$as_echo "$OBJDUMP" >&6; }
9731else
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9733$as_echo "no" >&6; }
9734fi
9735
9736
9737 fi
9738 test -n "$ac_cv_prog_OBJDUMP" && break
9739done
9740
9741if test -z "$ac_cv_prog_OBJDUMP" ; then
9742 set dummy objdump
9743 if test $build = $host ; then
9744 OBJDUMP="$2"
9745 else
9746 OBJDUMP="${ncn_tool_prefix}$2"
9747 fi
9748fi
9749
9750
9751
9752
9753
9754
9755# Target tools.
9756
9757# Check whether --with-build-time-tools was given.
9758if test "${with_build_time_tools+set}" = set; then :
9759 withval=$with_build_time_tools; case x"$withval" in
9760 x/*) ;;
9761 *)
9762 with_build_time_tools=
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9764$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9765 ;;
9766 esac
9767else
9768 with_build_time_tools=
9769fi
9770
9771
9772
9773
9774if test -n "$CC_FOR_TARGET"; then
9775 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9776elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9777 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9778fi
9779
9780if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9781 for ncn_progname in cc gcc; do
9782 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9783set dummy ${ncn_progname}; ac_word=$2
9784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9785$as_echo_n "checking for $ac_word... " >&6; }
9786if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9787 $as_echo_n "(cached) " >&6
9788else
9789 if test -n "$CC_FOR_TARGET"; then
9790 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9791else
9792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9793for as_dir in $PATH
9794do
9795 IFS=$as_save_IFS
9796 test -z "$as_dir" && as_dir=.
9797 for ac_exec_ext in '' $ac_executable_extensions; do
9798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9799 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9801 break 2
9802 fi
9803done
9804 done
9805IFS=$as_save_IFS
9806
9807fi
9808fi
9809CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9810if test -n "$CC_FOR_TARGET"; then
9811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9812$as_echo "$CC_FOR_TARGET" >&6; }
9813else
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9815$as_echo "no" >&6; }
9816fi
9817
9818
9819 done
9820fi
9821
9822if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9823 for ncn_progname in cc gcc; do
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9825$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9826 if test -x $with_build_time_tools/${ncn_progname}; then
9827 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9829$as_echo "yes" >&6; }
9830 break
9831 else
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9833$as_echo "no" >&6; }
9834 fi
9835 done
9836fi
9837
9838if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9839 for ncn_progname in cc gcc; do
9840 if test -n "$ncn_target_tool_prefix"; then
9841 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9842set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9844$as_echo_n "checking for $ac_word... " >&6; }
9845if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9846 $as_echo_n "(cached) " >&6
9847else
9848 if test -n "$CC_FOR_TARGET"; then
9849 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9850else
9851as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9852for as_dir in $PATH
9853do
9854 IFS=$as_save_IFS
9855 test -z "$as_dir" && as_dir=.
9856 for ac_exec_ext in '' $ac_executable_extensions; do
9857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9858 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9860 break 2
9861 fi
9862done
9863 done
9864IFS=$as_save_IFS
9865
9866fi
9867fi
9868CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9869if test -n "$CC_FOR_TARGET"; then
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9871$as_echo "$CC_FOR_TARGET" >&6; }
9872else
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9874$as_echo "no" >&6; }
9875fi
9876
9877
9878 fi
9879 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9880 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9881set dummy ${ncn_progname}; ac_word=$2
9882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9883$as_echo_n "checking for $ac_word... " >&6; }
9884if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9885 $as_echo_n "(cached) " >&6
9886else
9887 if test -n "$CC_FOR_TARGET"; then
9888 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9889else
9890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9891for as_dir in $PATH
9892do
9893 IFS=$as_save_IFS
9894 test -z "$as_dir" && as_dir=.
9895 for ac_exec_ext in '' $ac_executable_extensions; do
9896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9897 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9899 break 2
9900 fi
9901done
9902 done
9903IFS=$as_save_IFS
9904
9905fi
9906fi
9907CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9908if test -n "$CC_FOR_TARGET"; then
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9910$as_echo "$CC_FOR_TARGET" >&6; }
9911else
9912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9913$as_echo "no" >&6; }
9914fi
9915
9916
9917 fi
9918 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9919 done
9920fi
9921
9922if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9923 set dummy cc gcc
9924 if test $build = $target ; then
9925 CC_FOR_TARGET="$2"
9926 else
9927 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9928 fi
9929else
9930 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9931fi
9932
9933
9934
9935if test -n "$CXX_FOR_TARGET"; then
9936 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9937elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9938 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9939fi
9940
9941if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9942 for ncn_progname in c++ g++ cxx gxx; do
9943 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9944set dummy ${ncn_progname}; ac_word=$2
9945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9946$as_echo_n "checking for $ac_word... " >&6; }
9947if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9948 $as_echo_n "(cached) " >&6
9949else
9950 if test -n "$CXX_FOR_TARGET"; then
9951 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9952else
9953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9954for as_dir in $PATH
9955do
9956 IFS=$as_save_IFS
9957 test -z "$as_dir" && as_dir=.
9958 for ac_exec_ext in '' $ac_executable_extensions; do
9959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9960 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9962 break 2
9963 fi
9964done
9965 done
9966IFS=$as_save_IFS
9967
9968fi
9969fi
9970CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9971if test -n "$CXX_FOR_TARGET"; then
9972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9973$as_echo "$CXX_FOR_TARGET" >&6; }
9974else
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9976$as_echo "no" >&6; }
9977fi
9978
9979
9980 done
9981fi
9982
9983if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9984 for ncn_progname in c++ g++ cxx gxx; do
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9986$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9987 if test -x $with_build_time_tools/${ncn_progname}; then
9988 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9990$as_echo "yes" >&6; }
9991 break
9992 else
9993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9994$as_echo "no" >&6; }
9995 fi
9996 done
9997fi
9998
9999if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10000 for ncn_progname in c++ g++ cxx gxx; do
10001 if test -n "$ncn_target_tool_prefix"; then
10002 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10003set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10005$as_echo_n "checking for $ac_word... " >&6; }
10006if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10007 $as_echo_n "(cached) " >&6
10008else
10009 if test -n "$CXX_FOR_TARGET"; then
10010 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10011else
10012as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10013for as_dir in $PATH
10014do
10015 IFS=$as_save_IFS
10016 test -z "$as_dir" && as_dir=.
10017 for ac_exec_ext in '' $ac_executable_extensions; do
10018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10019 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10021 break 2
10022 fi
10023done
10024 done
10025IFS=$as_save_IFS
10026
10027fi
10028fi
10029CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10030if test -n "$CXX_FOR_TARGET"; then
10031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10032$as_echo "$CXX_FOR_TARGET" >&6; }
10033else
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10035$as_echo "no" >&6; }
10036fi
10037
10038
10039 fi
10040 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10041 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10042set dummy ${ncn_progname}; ac_word=$2
10043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10044$as_echo_n "checking for $ac_word... " >&6; }
10045if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10046 $as_echo_n "(cached) " >&6
10047else
10048 if test -n "$CXX_FOR_TARGET"; then
10049 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10050else
10051as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10052for as_dir in $PATH
10053do
10054 IFS=$as_save_IFS
10055 test -z "$as_dir" && as_dir=.
10056 for ac_exec_ext in '' $ac_executable_extensions; do
10057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10058 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10060 break 2
10061 fi
10062done
10063 done
10064IFS=$as_save_IFS
10065
10066fi
10067fi
10068CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10069if test -n "$CXX_FOR_TARGET"; then
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10071$as_echo "$CXX_FOR_TARGET" >&6; }
10072else
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10074$as_echo "no" >&6; }
10075fi
10076
10077
10078 fi
10079 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10080 done
10081fi
10082
10083if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10084 set dummy c++ g++ cxx gxx
10085 if test $build = $target ; then
10086 CXX_FOR_TARGET="$2"
10087 else
10088 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10089 fi
10090else
10091 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10092fi
10093
10094
10095
10096if test -n "$GCC_FOR_TARGET"; then
10097 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10098elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10099 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10100fi
10101
10102if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10103 for ncn_progname in gcc; do
10104 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10105set dummy ${ncn_progname}; ac_word=$2
10106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10107$as_echo_n "checking for $ac_word... " >&6; }
10108if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10109 $as_echo_n "(cached) " >&6
10110else
10111 if test -n "$GCC_FOR_TARGET"; then
10112 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10113else
10114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10115for as_dir in $PATH
10116do
10117 IFS=$as_save_IFS
10118 test -z "$as_dir" && as_dir=.
10119 for ac_exec_ext in '' $ac_executable_extensions; do
10120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10121 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10123 break 2
10124 fi
10125done
10126 done
10127IFS=$as_save_IFS
10128
10129fi
10130fi
10131GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10132if test -n "$GCC_FOR_TARGET"; then
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10134$as_echo "$GCC_FOR_TARGET" >&6; }
10135else
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10137$as_echo "no" >&6; }
10138fi
10139
10140
10141 done
10142fi
10143
10144if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10145 for ncn_progname in gcc; do
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10147$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10148 if test -x $with_build_time_tools/${ncn_progname}; then
10149 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10151$as_echo "yes" >&6; }
10152 break
10153 else
10154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10155$as_echo "no" >&6; }
10156 fi
10157 done
10158fi
10159
10160if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10161 for ncn_progname in gcc; do
10162 if test -n "$ncn_target_tool_prefix"; then
10163 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10164set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10166$as_echo_n "checking for $ac_word... " >&6; }
10167if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10168 $as_echo_n "(cached) " >&6
10169else
10170 if test -n "$GCC_FOR_TARGET"; then
10171 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10172else
10173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10174for as_dir in $PATH
10175do
10176 IFS=$as_save_IFS
10177 test -z "$as_dir" && as_dir=.
10178 for ac_exec_ext in '' $ac_executable_extensions; do
10179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10180 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10182 break 2
10183 fi
10184done
10185 done
10186IFS=$as_save_IFS
10187
10188fi
10189fi
10190GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10191if test -n "$GCC_FOR_TARGET"; then
10192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10193$as_echo "$GCC_FOR_TARGET" >&6; }
10194else
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10196$as_echo "no" >&6; }
10197fi
10198
10199
10200 fi
10201 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10202 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10203set dummy ${ncn_progname}; ac_word=$2
10204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10205$as_echo_n "checking for $ac_word... " >&6; }
10206if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10207 $as_echo_n "(cached) " >&6
10208else
10209 if test -n "$GCC_FOR_TARGET"; then
10210 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10211else
10212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10213for as_dir in $PATH
10214do
10215 IFS=$as_save_IFS
10216 test -z "$as_dir" && as_dir=.
10217 for ac_exec_ext in '' $ac_executable_extensions; do
10218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10219 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10221 break 2
10222 fi
10223done
10224 done
10225IFS=$as_save_IFS
10226
10227fi
10228fi
10229GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10230if test -n "$GCC_FOR_TARGET"; then
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10232$as_echo "$GCC_FOR_TARGET" >&6; }
10233else
10234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10235$as_echo "no" >&6; }
10236fi
10237
10238
10239 fi
10240 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10241 done
10242fi
10243
10244if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10245 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10246else
10247 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10248fi
10249
10250
10251
10252if test -n "$GCJ_FOR_TARGET"; then
10253 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10254elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10255 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10256fi
10257
10258if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10259 for ncn_progname in gcj; do
10260 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10261set dummy ${ncn_progname}; ac_word=$2
10262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10263$as_echo_n "checking for $ac_word... " >&6; }
10264if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10265 $as_echo_n "(cached) " >&6
10266else
10267 if test -n "$GCJ_FOR_TARGET"; then
10268 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10269else
10270as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10271for as_dir in $PATH
10272do
10273 IFS=$as_save_IFS
10274 test -z "$as_dir" && as_dir=.
10275 for ac_exec_ext in '' $ac_executable_extensions; do
10276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10277 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10279 break 2
10280 fi
10281done
10282 done
10283IFS=$as_save_IFS
10284
10285fi
10286fi
10287GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10288if test -n "$GCJ_FOR_TARGET"; then
10289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10290$as_echo "$GCJ_FOR_TARGET" >&6; }
10291else
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10293$as_echo "no" >&6; }
10294fi
10295
10296
10297 done
10298fi
10299
10300if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10301 for ncn_progname in gcj; do
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10303$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10304 if test -x $with_build_time_tools/${ncn_progname}; then
10305 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10307$as_echo "yes" >&6; }
10308 break
10309 else
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10311$as_echo "no" >&6; }
10312 fi
10313 done
10314fi
10315
10316if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10317 for ncn_progname in gcj; do
10318 if test -n "$ncn_target_tool_prefix"; then
10319 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10320set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10322$as_echo_n "checking for $ac_word... " >&6; }
10323if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10324 $as_echo_n "(cached) " >&6
10325else
10326 if test -n "$GCJ_FOR_TARGET"; then
10327 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10328else
10329as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10330for as_dir in $PATH
10331do
10332 IFS=$as_save_IFS
10333 test -z "$as_dir" && as_dir=.
10334 for ac_exec_ext in '' $ac_executable_extensions; do
10335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10336 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10338 break 2
10339 fi
10340done
10341 done
10342IFS=$as_save_IFS
10343
10344fi
10345fi
10346GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10347if test -n "$GCJ_FOR_TARGET"; then
10348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10349$as_echo "$GCJ_FOR_TARGET" >&6; }
10350else
10351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10352$as_echo "no" >&6; }
10353fi
10354
10355
10356 fi
10357 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10358 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10359set dummy ${ncn_progname}; ac_word=$2
10360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10361$as_echo_n "checking for $ac_word... " >&6; }
10362if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10363 $as_echo_n "(cached) " >&6
10364else
10365 if test -n "$GCJ_FOR_TARGET"; then
10366 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10367else
10368as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10369for as_dir in $PATH
10370do
10371 IFS=$as_save_IFS
10372 test -z "$as_dir" && as_dir=.
10373 for ac_exec_ext in '' $ac_executable_extensions; do
10374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10375 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10377 break 2
10378 fi
10379done
10380 done
10381IFS=$as_save_IFS
10382
10383fi
10384fi
10385GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10386if test -n "$GCJ_FOR_TARGET"; then
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10388$as_echo "$GCJ_FOR_TARGET" >&6; }
10389else
10390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10391$as_echo "no" >&6; }
10392fi
10393
10394
10395 fi
10396 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10397 done
10398fi
10399
10400if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10401 set dummy gcj
10402 if test $build = $target ; then
10403 GCJ_FOR_TARGET="$2"
10404 else
10405 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10406 fi
10407else
10408 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10409fi
10410
10411
10412
10413if test -n "$GFORTRAN_FOR_TARGET"; then
10414 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10415elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10416 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10417fi
10418
10419if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10420 for ncn_progname in gfortran; do
10421 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10422set dummy ${ncn_progname}; ac_word=$2
10423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10424$as_echo_n "checking for $ac_word... " >&6; }
10425if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10426 $as_echo_n "(cached) " >&6
10427else
10428 if test -n "$GFORTRAN_FOR_TARGET"; then
10429 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10430else
10431as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10432for as_dir in $PATH
10433do
10434 IFS=$as_save_IFS
10435 test -z "$as_dir" && as_dir=.
10436 for ac_exec_ext in '' $ac_executable_extensions; do
10437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10438 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10440 break 2
10441 fi
10442done
10443 done
10444IFS=$as_save_IFS
10445
10446fi
10447fi
10448GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10449if test -n "$GFORTRAN_FOR_TARGET"; then
10450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10451$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10452else
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10454$as_echo "no" >&6; }
10455fi
10456
10457
10458 done
10459fi
10460
10461if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10462 for ncn_progname in gfortran; do
10463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10464$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10465 if test -x $with_build_time_tools/${ncn_progname}; then
10466 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10468$as_echo "yes" >&6; }
10469 break
10470 else
10471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10472$as_echo "no" >&6; }
10473 fi
10474 done
10475fi
10476
10477if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10478 for ncn_progname in gfortran; do
10479 if test -n "$ncn_target_tool_prefix"; then
10480 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10481set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10483$as_echo_n "checking for $ac_word... " >&6; }
10484if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10485 $as_echo_n "(cached) " >&6
10486else
10487 if test -n "$GFORTRAN_FOR_TARGET"; then
10488 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10489else
10490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10491for as_dir in $PATH
10492do
10493 IFS=$as_save_IFS
10494 test -z "$as_dir" && as_dir=.
10495 for ac_exec_ext in '' $ac_executable_extensions; do
10496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10497 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10499 break 2
10500 fi
10501done
10502 done
10503IFS=$as_save_IFS
10504
10505fi
10506fi
10507GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10508if test -n "$GFORTRAN_FOR_TARGET"; then
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10510$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10511else
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10513$as_echo "no" >&6; }
10514fi
10515
10516
10517 fi
10518 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10519 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10520set dummy ${ncn_progname}; ac_word=$2
10521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10522$as_echo_n "checking for $ac_word... " >&6; }
10523if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10524 $as_echo_n "(cached) " >&6
10525else
10526 if test -n "$GFORTRAN_FOR_TARGET"; then
10527 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10528else
10529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10530for as_dir in $PATH
10531do
10532 IFS=$as_save_IFS
10533 test -z "$as_dir" && as_dir=.
10534 for ac_exec_ext in '' $ac_executable_extensions; do
10535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10536 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10538 break 2
10539 fi
10540done
10541 done
10542IFS=$as_save_IFS
10543
10544fi
10545fi
10546GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10547if test -n "$GFORTRAN_FOR_TARGET"; then
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10549$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10550else
10551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10552$as_echo "no" >&6; }
10553fi
10554
10555
10556 fi
10557 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10558 done
10559fi
10560
10561if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10562 set dummy gfortran
10563 if test $build = $target ; then
10564 GFORTRAN_FOR_TARGET="$2"
10565 else
10566 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10567 fi
10568else
10569 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10570fi
10571
10572
10573
10574if test -n "$GOC_FOR_TARGET"; then
10575 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10576elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10577 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10578fi
10579
10580if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10581 for ncn_progname in gccgo; do
10582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10583set dummy ${ncn_progname}; ac_word=$2
10584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10585$as_echo_n "checking for $ac_word... " >&6; }
10586if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10587 $as_echo_n "(cached) " >&6
10588else
10589 if test -n "$GOC_FOR_TARGET"; then
10590 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10591else
10592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10593for as_dir in $PATH
10594do
10595 IFS=$as_save_IFS
10596 test -z "$as_dir" && as_dir=.
10597 for ac_exec_ext in '' $ac_executable_extensions; do
10598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10599 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10601 break 2
10602 fi
10603done
10604 done
10605IFS=$as_save_IFS
10606
10607fi
10608fi
10609GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10610if test -n "$GOC_FOR_TARGET"; then
10611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10612$as_echo "$GOC_FOR_TARGET" >&6; }
10613else
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10615$as_echo "no" >&6; }
10616fi
10617
10618
10619 done
10620fi
10621
10622if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10623 for ncn_progname in gccgo; do
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10625$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10626 if test -x $with_build_time_tools/${ncn_progname}; then
10627 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10629$as_echo "yes" >&6; }
10630 break
10631 else
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10633$as_echo "no" >&6; }
10634 fi
10635 done
10636fi
10637
10638if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10639 for ncn_progname in gccgo; do
10640 if test -n "$ncn_target_tool_prefix"; then
10641 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10642set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10644$as_echo_n "checking for $ac_word... " >&6; }
10645if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10646 $as_echo_n "(cached) " >&6
10647else
10648 if test -n "$GOC_FOR_TARGET"; then
10649 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10650else
10651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10652for as_dir in $PATH
10653do
10654 IFS=$as_save_IFS
10655 test -z "$as_dir" && as_dir=.
10656 for ac_exec_ext in '' $ac_executable_extensions; do
10657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10658 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10660 break 2
10661 fi
10662done
10663 done
10664IFS=$as_save_IFS
10665
10666fi
10667fi
10668GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10669if test -n "$GOC_FOR_TARGET"; then
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10671$as_echo "$GOC_FOR_TARGET" >&6; }
10672else
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10674$as_echo "no" >&6; }
10675fi
10676
10677
10678 fi
10679 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10680 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10681set dummy ${ncn_progname}; ac_word=$2
10682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10683$as_echo_n "checking for $ac_word... " >&6; }
10684if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10685 $as_echo_n "(cached) " >&6
10686else
10687 if test -n "$GOC_FOR_TARGET"; then
10688 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10689else
10690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10691for as_dir in $PATH
10692do
10693 IFS=$as_save_IFS
10694 test -z "$as_dir" && as_dir=.
10695 for ac_exec_ext in '' $ac_executable_extensions; do
10696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10697 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10699 break 2
10700 fi
10701done
10702 done
10703IFS=$as_save_IFS
10704
10705fi
10706fi
10707GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10708if test -n "$GOC_FOR_TARGET"; then
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10710$as_echo "$GOC_FOR_TARGET" >&6; }
10711else
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10713$as_echo "no" >&6; }
10714fi
10715
10716
10717 fi
10718 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10719 done
10720fi
10721
10722if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10723 set dummy gccgo
10724 if test $build = $target ; then
10725 GOC_FOR_TARGET="$2"
10726 else
10727 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10728 fi
10729else
10730 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10731fi
10732
10733
10734
10735cat > conftest.c << \EOF
10736#ifdef __GNUC__
10737 gcc_yay;
10738#endif
10739EOF
10740if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10741 have_gcc_for_target=yes
10742else
10743 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10744 have_gcc_for_target=no
10745fi
10746rm conftest.c
10747
10748
10749
10750
10751if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10752 if test -n "$with_build_time_tools"; then
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10754$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10755 if test -x $with_build_time_tools/ar; then
10756 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10757 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10759$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10760 else
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10762$as_echo "no" >&6; }
10763 fi
10764 elif test $build != $host && test $have_gcc_for_target = yes; then
10765 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10766 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10767 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10768 fi
10769fi
10770if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10771 # Extract the first word of "ar", so it can be a program name with args.
10772set dummy ar; ac_word=$2
10773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10774$as_echo_n "checking for $ac_word... " >&6; }
10775if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10776 $as_echo_n "(cached) " >&6
10777else
10778 case $AR_FOR_TARGET in
10779 [\\/]* | ?:[\\/]*)
10780 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10781 ;;
10782 *)
10783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10784for as_dir in $gcc_cv_tool_dirs
10785do
10786 IFS=$as_save_IFS
10787 test -z "$as_dir" && as_dir=.
10788 for ac_exec_ext in '' $ac_executable_extensions; do
10789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10790 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10792 break 2
10793 fi
10794done
10795 done
10796IFS=$as_save_IFS
10797
10798 ;;
10799esac
10800fi
10801AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10802if test -n "$AR_FOR_TARGET"; then
10803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10804$as_echo "$AR_FOR_TARGET" >&6; }
10805else
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10807$as_echo "no" >&6; }
10808fi
10809
10810
10811fi
10812if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10813
10814
10815if test -n "$AR_FOR_TARGET"; then
10816 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10817elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10818 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10819fi
10820
10821if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10822 for ncn_progname in ar; do
10823 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10824set dummy ${ncn_progname}; ac_word=$2
10825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10826$as_echo_n "checking for $ac_word... " >&6; }
10827if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10828 $as_echo_n "(cached) " >&6
10829else
10830 if test -n "$AR_FOR_TARGET"; then
10831 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10832else
10833as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10834for as_dir in $PATH
10835do
10836 IFS=$as_save_IFS
10837 test -z "$as_dir" && as_dir=.
10838 for ac_exec_ext in '' $ac_executable_extensions; do
10839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10840 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10842 break 2
10843 fi
10844done
10845 done
10846IFS=$as_save_IFS
10847
10848fi
10849fi
10850AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10851if test -n "$AR_FOR_TARGET"; then
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10853$as_echo "$AR_FOR_TARGET" >&6; }
10854else
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10856$as_echo "no" >&6; }
10857fi
10858
10859
10860 done
10861fi
10862
10863if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10864 for ncn_progname in ar; do
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10866$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10867 if test -x $with_build_time_tools/${ncn_progname}; then
10868 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10870$as_echo "yes" >&6; }
10871 break
10872 else
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10874$as_echo "no" >&6; }
10875 fi
10876 done
10877fi
10878
10879if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10880 for ncn_progname in ar; do
10881 if test -n "$ncn_target_tool_prefix"; then
10882 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10883set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10885$as_echo_n "checking for $ac_word... " >&6; }
10886if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10887 $as_echo_n "(cached) " >&6
10888else
10889 if test -n "$AR_FOR_TARGET"; then
10890 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10891else
10892as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10893for as_dir in $PATH
10894do
10895 IFS=$as_save_IFS
10896 test -z "$as_dir" && as_dir=.
10897 for ac_exec_ext in '' $ac_executable_extensions; do
10898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10899 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10901 break 2
10902 fi
10903done
10904 done
10905IFS=$as_save_IFS
10906
10907fi
10908fi
10909AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10910if test -n "$AR_FOR_TARGET"; then
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10912$as_echo "$AR_FOR_TARGET" >&6; }
10913else
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10915$as_echo "no" >&6; }
10916fi
10917
10918
10919 fi
10920 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10921 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10922set dummy ${ncn_progname}; ac_word=$2
10923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10924$as_echo_n "checking for $ac_word... " >&6; }
10925if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10926 $as_echo_n "(cached) " >&6
10927else
10928 if test -n "$AR_FOR_TARGET"; then
10929 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10930else
10931as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10932for as_dir in $PATH
10933do
10934 IFS=$as_save_IFS
10935 test -z "$as_dir" && as_dir=.
10936 for ac_exec_ext in '' $ac_executable_extensions; do
10937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10938 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10940 break 2
10941 fi
10942done
10943 done
10944IFS=$as_save_IFS
10945
10946fi
10947fi
10948AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10949if test -n "$AR_FOR_TARGET"; then
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10951$as_echo "$AR_FOR_TARGET" >&6; }
10952else
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10954$as_echo "no" >&6; }
10955fi
10956
10957
10958 fi
10959 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10960 done
10961fi
10962
10963if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10964 set dummy ar
10965 if test $build = $target ; then
10966 AR_FOR_TARGET="$2"
10967 else
10968 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10969 fi
10970else
10971 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10972fi
10973
10974else
10975 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10976fi
10977
10978
10979
10980
10981if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10982 if test -n "$with_build_time_tools"; then
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10984$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10985 if test -x $with_build_time_tools/as; then
10986 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10987 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10989$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10990 else
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10992$as_echo "no" >&6; }
10993 fi
10994 elif test $build != $host && test $have_gcc_for_target = yes; then
10995 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10996 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10997 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10998 fi
10999fi
11000if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11001 # Extract the first word of "as", so it can be a program name with args.
11002set dummy as; ac_word=$2
11003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11004$as_echo_n "checking for $ac_word... " >&6; }
11005if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11006 $as_echo_n "(cached) " >&6
11007else
11008 case $AS_FOR_TARGET in
11009 [\\/]* | ?:[\\/]*)
11010 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11011 ;;
11012 *)
11013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11014for as_dir in $gcc_cv_tool_dirs
11015do
11016 IFS=$as_save_IFS
11017 test -z "$as_dir" && as_dir=.
11018 for ac_exec_ext in '' $ac_executable_extensions; do
11019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11020 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11022 break 2
11023 fi
11024done
11025 done
11026IFS=$as_save_IFS
11027
11028 ;;
11029esac
11030fi
11031AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11032if test -n "$AS_FOR_TARGET"; then
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11034$as_echo "$AS_FOR_TARGET" >&6; }
11035else
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11037$as_echo "no" >&6; }
11038fi
11039
11040
11041fi
11042if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11043
11044
11045if test -n "$AS_FOR_TARGET"; then
11046 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11047elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11048 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11049fi
11050
11051if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11052 for ncn_progname in as; do
11053 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11054set dummy ${ncn_progname}; ac_word=$2
11055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11056$as_echo_n "checking for $ac_word... " >&6; }
11057if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11058 $as_echo_n "(cached) " >&6
11059else
11060 if test -n "$AS_FOR_TARGET"; then
11061 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11062else
11063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11064for as_dir in $PATH
11065do
11066 IFS=$as_save_IFS
11067 test -z "$as_dir" && as_dir=.
11068 for ac_exec_ext in '' $ac_executable_extensions; do
11069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11070 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11072 break 2
11073 fi
11074done
11075 done
11076IFS=$as_save_IFS
11077
11078fi
11079fi
11080AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11081if test -n "$AS_FOR_TARGET"; then
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11083$as_echo "$AS_FOR_TARGET" >&6; }
11084else
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11086$as_echo "no" >&6; }
11087fi
11088
11089
11090 done
11091fi
11092
11093if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11094 for ncn_progname in as; do
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11096$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11097 if test -x $with_build_time_tools/${ncn_progname}; then
11098 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11100$as_echo "yes" >&6; }
11101 break
11102 else
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11104$as_echo "no" >&6; }
11105 fi
11106 done
11107fi
11108
11109if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11110 for ncn_progname in as; do
11111 if test -n "$ncn_target_tool_prefix"; then
11112 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11113set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11115$as_echo_n "checking for $ac_word... " >&6; }
11116if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11117 $as_echo_n "(cached) " >&6
11118else
11119 if test -n "$AS_FOR_TARGET"; then
11120 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11121else
11122as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11123for as_dir in $PATH
11124do
11125 IFS=$as_save_IFS
11126 test -z "$as_dir" && as_dir=.
11127 for ac_exec_ext in '' $ac_executable_extensions; do
11128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11129 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11131 break 2
11132 fi
11133done
11134 done
11135IFS=$as_save_IFS
11136
11137fi
11138fi
11139AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11140if test -n "$AS_FOR_TARGET"; then
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11142$as_echo "$AS_FOR_TARGET" >&6; }
11143else
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11145$as_echo "no" >&6; }
11146fi
11147
11148
11149 fi
11150 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11151 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11152set dummy ${ncn_progname}; ac_word=$2
11153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11154$as_echo_n "checking for $ac_word... " >&6; }
11155if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11156 $as_echo_n "(cached) " >&6
11157else
11158 if test -n "$AS_FOR_TARGET"; then
11159 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11160else
11161as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11162for as_dir in $PATH
11163do
11164 IFS=$as_save_IFS
11165 test -z "$as_dir" && as_dir=.
11166 for ac_exec_ext in '' $ac_executable_extensions; do
11167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11168 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11170 break 2
11171 fi
11172done
11173 done
11174IFS=$as_save_IFS
11175
11176fi
11177fi
11178AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11179if test -n "$AS_FOR_TARGET"; then
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11181$as_echo "$AS_FOR_TARGET" >&6; }
11182else
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11184$as_echo "no" >&6; }
11185fi
11186
11187
11188 fi
11189 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11190 done
11191fi
11192
11193if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11194 set dummy as
11195 if test $build = $target ; then
11196 AS_FOR_TARGET="$2"
11197 else
11198 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11199 fi
11200else
11201 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11202fi
11203
11204else
11205 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11206fi
11207
11208
11209
11210
11211if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11212 if test -n "$with_build_time_tools"; then
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11214$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11215 if test -x $with_build_time_tools/dlltool; then
11216 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11217 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11219$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11220 else
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11222$as_echo "no" >&6; }
11223 fi
11224 elif test $build != $host && test $have_gcc_for_target = yes; then
11225 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11226 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11227 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11228 fi
11229fi
11230if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11231 # Extract the first word of "dlltool", so it can be a program name with args.
11232set dummy dlltool; ac_word=$2
11233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11234$as_echo_n "checking for $ac_word... " >&6; }
11235if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11236 $as_echo_n "(cached) " >&6
11237else
11238 case $DLLTOOL_FOR_TARGET in
11239 [\\/]* | ?:[\\/]*)
11240 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11241 ;;
11242 *)
11243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11244for as_dir in $gcc_cv_tool_dirs
11245do
11246 IFS=$as_save_IFS
11247 test -z "$as_dir" && as_dir=.
11248 for ac_exec_ext in '' $ac_executable_extensions; do
11249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11250 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11252 break 2
11253 fi
11254done
11255 done
11256IFS=$as_save_IFS
11257
11258 ;;
11259esac
11260fi
11261DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11262if test -n "$DLLTOOL_FOR_TARGET"; then
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11264$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11265else
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11267$as_echo "no" >&6; }
11268fi
11269
11270
11271fi
11272if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11273
11274
11275if test -n "$DLLTOOL_FOR_TARGET"; then
11276 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11277elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11278 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11279fi
11280
11281if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11282 for ncn_progname in dlltool; do
11283 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11284set dummy ${ncn_progname}; ac_word=$2
11285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11286$as_echo_n "checking for $ac_word... " >&6; }
11287if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11288 $as_echo_n "(cached) " >&6
11289else
11290 if test -n "$DLLTOOL_FOR_TARGET"; then
11291 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11292else
11293as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11294for as_dir in $PATH
11295do
11296 IFS=$as_save_IFS
11297 test -z "$as_dir" && as_dir=.
11298 for ac_exec_ext in '' $ac_executable_extensions; do
11299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11300 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11302 break 2
11303 fi
11304done
11305 done
11306IFS=$as_save_IFS
11307
11308fi
11309fi
11310DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11311if test -n "$DLLTOOL_FOR_TARGET"; then
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11313$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11314else
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11316$as_echo "no" >&6; }
11317fi
11318
11319
11320 done
11321fi
11322
11323if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11324 for ncn_progname in dlltool; do
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11326$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11327 if test -x $with_build_time_tools/${ncn_progname}; then
11328 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11330$as_echo "yes" >&6; }
11331 break
11332 else
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11334$as_echo "no" >&6; }
11335 fi
11336 done
11337fi
11338
11339if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11340 for ncn_progname in dlltool; do
11341 if test -n "$ncn_target_tool_prefix"; then
11342 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11343set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11345$as_echo_n "checking for $ac_word... " >&6; }
11346if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11347 $as_echo_n "(cached) " >&6
11348else
11349 if test -n "$DLLTOOL_FOR_TARGET"; then
11350 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11351else
11352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11353for as_dir in $PATH
11354do
11355 IFS=$as_save_IFS
11356 test -z "$as_dir" && as_dir=.
11357 for ac_exec_ext in '' $ac_executable_extensions; do
11358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11359 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11361 break 2
11362 fi
11363done
11364 done
11365IFS=$as_save_IFS
11366
11367fi
11368fi
11369DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11370if test -n "$DLLTOOL_FOR_TARGET"; then
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11372$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11373else
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11375$as_echo "no" >&6; }
11376fi
11377
11378
11379 fi
11380 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11381 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11382set dummy ${ncn_progname}; ac_word=$2
11383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11384$as_echo_n "checking for $ac_word... " >&6; }
11385if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11386 $as_echo_n "(cached) " >&6
11387else
11388 if test -n "$DLLTOOL_FOR_TARGET"; then
11389 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11390else
11391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11392for as_dir in $PATH
11393do
11394 IFS=$as_save_IFS
11395 test -z "$as_dir" && as_dir=.
11396 for ac_exec_ext in '' $ac_executable_extensions; do
11397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11398 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11400 break 2
11401 fi
11402done
11403 done
11404IFS=$as_save_IFS
11405
11406fi
11407fi
11408DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11409if test -n "$DLLTOOL_FOR_TARGET"; then
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11411$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11412else
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11414$as_echo "no" >&6; }
11415fi
11416
11417
11418 fi
11419 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11420 done
11421fi
11422
11423if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11424 set dummy dlltool
11425 if test $build = $target ; then
11426 DLLTOOL_FOR_TARGET="$2"
11427 else
11428 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11429 fi
11430else
11431 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11432fi
11433
11434else
11435 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11436fi
11437
11438
11439
11440
11441if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11442 if test -n "$with_build_time_tools"; then
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11444$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11445 if test -x $with_build_time_tools/ld; then
11446 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11447 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11449$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11450 else
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11452$as_echo "no" >&6; }
11453 fi
11454 elif test $build != $host && test $have_gcc_for_target = yes; then
11455 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11456 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11457 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11458 fi
11459fi
11460if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11461 # Extract the first word of "ld", so it can be a program name with args.
11462set dummy ld; ac_word=$2
11463{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11464$as_echo_n "checking for $ac_word... " >&6; }
11465if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11466 $as_echo_n "(cached) " >&6
11467else
11468 case $LD_FOR_TARGET in
11469 [\\/]* | ?:[\\/]*)
11470 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11471 ;;
11472 *)
11473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11474for as_dir in $gcc_cv_tool_dirs
11475do
11476 IFS=$as_save_IFS
11477 test -z "$as_dir" && as_dir=.
11478 for ac_exec_ext in '' $ac_executable_extensions; do
11479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11480 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11482 break 2
11483 fi
11484done
11485 done
11486IFS=$as_save_IFS
11487
11488 ;;
11489esac
11490fi
11491LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11492if test -n "$LD_FOR_TARGET"; then
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11494$as_echo "$LD_FOR_TARGET" >&6; }
11495else
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11497$as_echo "no" >&6; }
11498fi
11499
11500
11501fi
11502if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11503
11504
11505if test -n "$LD_FOR_TARGET"; then
11506 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11507elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11508 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11509fi
11510
11511if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11512 for ncn_progname in ld; do
11513 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11514set dummy ${ncn_progname}; ac_word=$2
11515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11516$as_echo_n "checking for $ac_word... " >&6; }
11517if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11518 $as_echo_n "(cached) " >&6
11519else
11520 if test -n "$LD_FOR_TARGET"; then
11521 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11522else
11523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11524for as_dir in $PATH
11525do
11526 IFS=$as_save_IFS
11527 test -z "$as_dir" && as_dir=.
11528 for ac_exec_ext in '' $ac_executable_extensions; do
11529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11530 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11532 break 2
11533 fi
11534done
11535 done
11536IFS=$as_save_IFS
11537
11538fi
11539fi
11540LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11541if test -n "$LD_FOR_TARGET"; then
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11543$as_echo "$LD_FOR_TARGET" >&6; }
11544else
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11546$as_echo "no" >&6; }
11547fi
11548
11549
11550 done
11551fi
11552
11553if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11554 for ncn_progname in ld; do
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11556$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11557 if test -x $with_build_time_tools/${ncn_progname}; then
11558 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11560$as_echo "yes" >&6; }
11561 break
11562 else
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11564$as_echo "no" >&6; }
11565 fi
11566 done
11567fi
11568
11569if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11570 for ncn_progname in ld; do
11571 if test -n "$ncn_target_tool_prefix"; then
11572 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11573set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11575$as_echo_n "checking for $ac_word... " >&6; }
11576if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11577 $as_echo_n "(cached) " >&6
11578else
11579 if test -n "$LD_FOR_TARGET"; then
11580 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11581else
11582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11583for as_dir in $PATH
11584do
11585 IFS=$as_save_IFS
11586 test -z "$as_dir" && as_dir=.
11587 for ac_exec_ext in '' $ac_executable_extensions; do
11588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11589 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11591 break 2
11592 fi
11593done
11594 done
11595IFS=$as_save_IFS
11596
11597fi
11598fi
11599LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11600if test -n "$LD_FOR_TARGET"; then
11601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11602$as_echo "$LD_FOR_TARGET" >&6; }
11603else
11604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11605$as_echo "no" >&6; }
11606fi
11607
11608
11609 fi
11610 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11611 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11612set dummy ${ncn_progname}; ac_word=$2
11613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11614$as_echo_n "checking for $ac_word... " >&6; }
11615if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11616 $as_echo_n "(cached) " >&6
11617else
11618 if test -n "$LD_FOR_TARGET"; then
11619 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11620else
11621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11622for as_dir in $PATH
11623do
11624 IFS=$as_save_IFS
11625 test -z "$as_dir" && as_dir=.
11626 for ac_exec_ext in '' $ac_executable_extensions; do
11627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11628 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11630 break 2
11631 fi
11632done
11633 done
11634IFS=$as_save_IFS
11635
11636fi
11637fi
11638LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11639if test -n "$LD_FOR_TARGET"; then
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11641$as_echo "$LD_FOR_TARGET" >&6; }
11642else
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11644$as_echo "no" >&6; }
11645fi
11646
11647
11648 fi
11649 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11650 done
11651fi
11652
11653if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11654 set dummy ld
11655 if test $build = $target ; then
11656 LD_FOR_TARGET="$2"
11657 else
11658 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11659 fi
11660else
11661 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11662fi
11663
11664else
11665 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11666fi
11667
11668
11669
11670
11671if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11672 if test -n "$with_build_time_tools"; then
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11674$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11675 if test -x $with_build_time_tools/lipo; then
11676 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11677 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11679$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11680 else
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11682$as_echo "no" >&6; }
11683 fi
11684 elif test $build != $host && test $have_gcc_for_target = yes; then
11685 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11686 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11687 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11688 fi
11689fi
11690if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11691 # Extract the first word of "lipo", so it can be a program name with args.
11692set dummy lipo; ac_word=$2
11693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11694$as_echo_n "checking for $ac_word... " >&6; }
11695if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11696 $as_echo_n "(cached) " >&6
11697else
11698 case $LIPO_FOR_TARGET in
11699 [\\/]* | ?:[\\/]*)
11700 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11701 ;;
11702 *)
11703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11704for as_dir in $gcc_cv_tool_dirs
11705do
11706 IFS=$as_save_IFS
11707 test -z "$as_dir" && as_dir=.
11708 for ac_exec_ext in '' $ac_executable_extensions; do
11709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11710 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11712 break 2
11713 fi
11714done
11715 done
11716IFS=$as_save_IFS
11717
11718 ;;
11719esac
11720fi
11721LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11722if test -n "$LIPO_FOR_TARGET"; then
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11724$as_echo "$LIPO_FOR_TARGET" >&6; }
11725else
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11727$as_echo "no" >&6; }
11728fi
11729
11730
11731fi
11732if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11733
11734
11735if test -n "$LIPO_FOR_TARGET"; then
11736 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11737elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11738 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11739fi
11740
11741if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11742 for ncn_progname in lipo; do
11743 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11744set dummy ${ncn_progname}; ac_word=$2
11745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11746$as_echo_n "checking for $ac_word... " >&6; }
11747if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11748 $as_echo_n "(cached) " >&6
11749else
11750 if test -n "$LIPO_FOR_TARGET"; then
11751 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11752else
11753as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11754for as_dir in $PATH
11755do
11756 IFS=$as_save_IFS
11757 test -z "$as_dir" && as_dir=.
11758 for ac_exec_ext in '' $ac_executable_extensions; do
11759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11760 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11762 break 2
11763 fi
11764done
11765 done
11766IFS=$as_save_IFS
11767
11768fi
11769fi
11770LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11771if test -n "$LIPO_FOR_TARGET"; then
11772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11773$as_echo "$LIPO_FOR_TARGET" >&6; }
11774else
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11776$as_echo "no" >&6; }
11777fi
11778
11779
11780 done
11781fi
11782
11783if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11784 for ncn_progname in lipo; do
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11786$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11787 if test -x $with_build_time_tools/${ncn_progname}; then
11788 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11790$as_echo "yes" >&6; }
11791 break
11792 else
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11794$as_echo "no" >&6; }
11795 fi
11796 done
11797fi
11798
11799if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11800 for ncn_progname in lipo; do
11801 if test -n "$ncn_target_tool_prefix"; then
11802 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11803set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11805$as_echo_n "checking for $ac_word... " >&6; }
11806if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11807 $as_echo_n "(cached) " >&6
11808else
11809 if test -n "$LIPO_FOR_TARGET"; then
11810 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11811else
11812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11813for as_dir in $PATH
11814do
11815 IFS=$as_save_IFS
11816 test -z "$as_dir" && as_dir=.
11817 for ac_exec_ext in '' $ac_executable_extensions; do
11818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11819 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11821 break 2
11822 fi
11823done
11824 done
11825IFS=$as_save_IFS
11826
11827fi
11828fi
11829LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11830if test -n "$LIPO_FOR_TARGET"; then
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11832$as_echo "$LIPO_FOR_TARGET" >&6; }
11833else
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11835$as_echo "no" >&6; }
11836fi
11837
11838
11839 fi
11840 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11841 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11842set dummy ${ncn_progname}; ac_word=$2
11843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11844$as_echo_n "checking for $ac_word... " >&6; }
11845if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11846 $as_echo_n "(cached) " >&6
11847else
11848 if test -n "$LIPO_FOR_TARGET"; then
11849 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11850else
11851as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11852for as_dir in $PATH
11853do
11854 IFS=$as_save_IFS
11855 test -z "$as_dir" && as_dir=.
11856 for ac_exec_ext in '' $ac_executable_extensions; do
11857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11858 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11860 break 2
11861 fi
11862done
11863 done
11864IFS=$as_save_IFS
11865
11866fi
11867fi
11868LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11869if test -n "$LIPO_FOR_TARGET"; then
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11871$as_echo "$LIPO_FOR_TARGET" >&6; }
11872else
11873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11874$as_echo "no" >&6; }
11875fi
11876
11877
11878 fi
11879 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11880 done
11881fi
11882
11883if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11884 set dummy lipo
11885 if test $build = $target ; then
11886 LIPO_FOR_TARGET="$2"
11887 else
11888 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11889 fi
11890else
11891 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11892fi
11893
11894else
11895 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11896fi
11897
11898
11899
11900
11901if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11902 if test -n "$with_build_time_tools"; then
11903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11904$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11905 if test -x $with_build_time_tools/nm; then
11906 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11907 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11909$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11910 else
11911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11912$as_echo "no" >&6; }
11913 fi
11914 elif test $build != $host && test $have_gcc_for_target = yes; then
11915 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11916 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11917 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11918 fi
11919fi
11920if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11921 # Extract the first word of "nm", so it can be a program name with args.
11922set dummy nm; ac_word=$2
11923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11924$as_echo_n "checking for $ac_word... " >&6; }
11925if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11926 $as_echo_n "(cached) " >&6
11927else
11928 case $NM_FOR_TARGET in
11929 [\\/]* | ?:[\\/]*)
11930 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11931 ;;
11932 *)
11933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11934for as_dir in $gcc_cv_tool_dirs
11935do
11936 IFS=$as_save_IFS
11937 test -z "$as_dir" && as_dir=.
11938 for ac_exec_ext in '' $ac_executable_extensions; do
11939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11940 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11942 break 2
11943 fi
11944done
11945 done
11946IFS=$as_save_IFS
11947
11948 ;;
11949esac
11950fi
11951NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11952if test -n "$NM_FOR_TARGET"; then
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11954$as_echo "$NM_FOR_TARGET" >&6; }
11955else
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11957$as_echo "no" >&6; }
11958fi
11959
11960
11961fi
11962if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11963
11964
11965if test -n "$NM_FOR_TARGET"; then
11966 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11967elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11968 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11969fi
11970
11971if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11972 for ncn_progname in nm; do
11973 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11974set dummy ${ncn_progname}; ac_word=$2
11975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11976$as_echo_n "checking for $ac_word... " >&6; }
11977if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11978 $as_echo_n "(cached) " >&6
11979else
11980 if test -n "$NM_FOR_TARGET"; then
11981 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11982else
11983as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11984for as_dir in $PATH
11985do
11986 IFS=$as_save_IFS
11987 test -z "$as_dir" && as_dir=.
11988 for ac_exec_ext in '' $ac_executable_extensions; do
11989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11990 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11992 break 2
11993 fi
11994done
11995 done
11996IFS=$as_save_IFS
11997
11998fi
11999fi
12000NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12001if test -n "$NM_FOR_TARGET"; then
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12003$as_echo "$NM_FOR_TARGET" >&6; }
12004else
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12006$as_echo "no" >&6; }
12007fi
12008
12009
12010 done
12011fi
12012
12013if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12014 for ncn_progname in nm; do
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12016$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12017 if test -x $with_build_time_tools/${ncn_progname}; then
12018 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12020$as_echo "yes" >&6; }
12021 break
12022 else
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12024$as_echo "no" >&6; }
12025 fi
12026 done
12027fi
12028
12029if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12030 for ncn_progname in nm; do
12031 if test -n "$ncn_target_tool_prefix"; then
12032 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12033set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12035$as_echo_n "checking for $ac_word... " >&6; }
12036if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12037 $as_echo_n "(cached) " >&6
12038else
12039 if test -n "$NM_FOR_TARGET"; then
12040 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12041else
12042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12043for as_dir in $PATH
12044do
12045 IFS=$as_save_IFS
12046 test -z "$as_dir" && as_dir=.
12047 for ac_exec_ext in '' $ac_executable_extensions; do
12048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12049 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12051 break 2
12052 fi
12053done
12054 done
12055IFS=$as_save_IFS
12056
12057fi
12058fi
12059NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12060if test -n "$NM_FOR_TARGET"; then
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12062$as_echo "$NM_FOR_TARGET" >&6; }
12063else
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12065$as_echo "no" >&6; }
12066fi
12067
12068
12069 fi
12070 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12071 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12072set dummy ${ncn_progname}; ac_word=$2
12073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12074$as_echo_n "checking for $ac_word... " >&6; }
12075if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12076 $as_echo_n "(cached) " >&6
12077else
12078 if test -n "$NM_FOR_TARGET"; then
12079 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12080else
12081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12082for as_dir in $PATH
12083do
12084 IFS=$as_save_IFS
12085 test -z "$as_dir" && as_dir=.
12086 for ac_exec_ext in '' $ac_executable_extensions; do
12087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12088 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12090 break 2
12091 fi
12092done
12093 done
12094IFS=$as_save_IFS
12095
12096fi
12097fi
12098NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12099if test -n "$NM_FOR_TARGET"; then
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12101$as_echo "$NM_FOR_TARGET" >&6; }
12102else
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12104$as_echo "no" >&6; }
12105fi
12106
12107
12108 fi
12109 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12110 done
12111fi
12112
12113if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12114 set dummy nm
12115 if test $build = $target ; then
12116 NM_FOR_TARGET="$2"
12117 else
12118 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12119 fi
12120else
12121 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12122fi
12123
12124else
12125 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12126fi
12127
12128
12129
12130
12131if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12132 if test -n "$with_build_time_tools"; then
12133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12134$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12135 if test -x $with_build_time_tools/objdump; then
12136 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12137 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12139$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12140 else
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12142$as_echo "no" >&6; }
12143 fi
12144 elif test $build != $host && test $have_gcc_for_target = yes; then
12145 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12146 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12147 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12148 fi
12149fi
12150if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12151 # Extract the first word of "objdump", so it can be a program name with args.
12152set dummy objdump; ac_word=$2
12153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12154$as_echo_n "checking for $ac_word... " >&6; }
12155if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12156 $as_echo_n "(cached) " >&6
12157else
12158 case $OBJDUMP_FOR_TARGET in
12159 [\\/]* | ?:[\\/]*)
12160 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12161 ;;
12162 *)
12163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12164for as_dir in $gcc_cv_tool_dirs
12165do
12166 IFS=$as_save_IFS
12167 test -z "$as_dir" && as_dir=.
12168 for ac_exec_ext in '' $ac_executable_extensions; do
12169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12170 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12172 break 2
12173 fi
12174done
12175 done
12176IFS=$as_save_IFS
12177
12178 ;;
12179esac
12180fi
12181OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12182if test -n "$OBJDUMP_FOR_TARGET"; then
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12184$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12185else
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12187$as_echo "no" >&6; }
12188fi
12189
12190
12191fi
12192if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12193
12194
12195if test -n "$OBJDUMP_FOR_TARGET"; then
12196 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12197elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12198 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12199fi
12200
12201if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12202 for ncn_progname in objdump; do
12203 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12204set dummy ${ncn_progname}; ac_word=$2
12205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12206$as_echo_n "checking for $ac_word... " >&6; }
12207if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12208 $as_echo_n "(cached) " >&6
12209else
12210 if test -n "$OBJDUMP_FOR_TARGET"; then
12211 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12212else
12213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12214for as_dir in $PATH
12215do
12216 IFS=$as_save_IFS
12217 test -z "$as_dir" && as_dir=.
12218 for ac_exec_ext in '' $ac_executable_extensions; do
12219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12220 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12222 break 2
12223 fi
12224done
12225 done
12226IFS=$as_save_IFS
12227
12228fi
12229fi
12230OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12231if test -n "$OBJDUMP_FOR_TARGET"; then
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12233$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12234else
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12236$as_echo "no" >&6; }
12237fi
12238
12239
12240 done
12241fi
12242
12243if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12244 for ncn_progname in objdump; do
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12246$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12247 if test -x $with_build_time_tools/${ncn_progname}; then
12248 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12250$as_echo "yes" >&6; }
12251 break
12252 else
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12254$as_echo "no" >&6; }
12255 fi
12256 done
12257fi
12258
12259if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12260 for ncn_progname in objdump; do
12261 if test -n "$ncn_target_tool_prefix"; then
12262 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12263set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12265$as_echo_n "checking for $ac_word... " >&6; }
12266if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12267 $as_echo_n "(cached) " >&6
12268else
12269 if test -n "$OBJDUMP_FOR_TARGET"; then
12270 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12271else
12272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12273for as_dir in $PATH
12274do
12275 IFS=$as_save_IFS
12276 test -z "$as_dir" && as_dir=.
12277 for ac_exec_ext in '' $ac_executable_extensions; do
12278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12279 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12281 break 2
12282 fi
12283done
12284 done
12285IFS=$as_save_IFS
12286
12287fi
12288fi
12289OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12290if test -n "$OBJDUMP_FOR_TARGET"; then
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12292$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12293else
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12295$as_echo "no" >&6; }
12296fi
12297
12298
12299 fi
12300 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12301 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12302set dummy ${ncn_progname}; ac_word=$2
12303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12304$as_echo_n "checking for $ac_word... " >&6; }
12305if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12306 $as_echo_n "(cached) " >&6
12307else
12308 if test -n "$OBJDUMP_FOR_TARGET"; then
12309 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12310else
12311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12312for as_dir in $PATH
12313do
12314 IFS=$as_save_IFS
12315 test -z "$as_dir" && as_dir=.
12316 for ac_exec_ext in '' $ac_executable_extensions; do
12317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12318 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12320 break 2
12321 fi
12322done
12323 done
12324IFS=$as_save_IFS
12325
12326fi
12327fi
12328OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12329if test -n "$OBJDUMP_FOR_TARGET"; then
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12331$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12332else
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12334$as_echo "no" >&6; }
12335fi
12336
12337
12338 fi
12339 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12340 done
12341fi
12342
12343if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12344 set dummy objdump
12345 if test $build = $target ; then
12346 OBJDUMP_FOR_TARGET="$2"
12347 else
12348 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12349 fi
12350else
12351 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12352fi
12353
12354else
12355 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12356fi
12357
12358
12359
12360
12361if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12362 if test -n "$with_build_time_tools"; then
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12364$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12365 if test -x $with_build_time_tools/ranlib; then
12366 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12367 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12369$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12370 else
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12372$as_echo "no" >&6; }
12373 fi
12374 elif test $build != $host && test $have_gcc_for_target = yes; then
12375 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12376 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12377 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12378 fi
12379fi
12380if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12381 # Extract the first word of "ranlib", so it can be a program name with args.
12382set dummy ranlib; ac_word=$2
12383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12384$as_echo_n "checking for $ac_word... " >&6; }
12385if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12386 $as_echo_n "(cached) " >&6
12387else
12388 case $RANLIB_FOR_TARGET in
12389 [\\/]* | ?:[\\/]*)
12390 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12391 ;;
12392 *)
12393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12394for as_dir in $gcc_cv_tool_dirs
12395do
12396 IFS=$as_save_IFS
12397 test -z "$as_dir" && as_dir=.
12398 for ac_exec_ext in '' $ac_executable_extensions; do
12399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12400 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12402 break 2
12403 fi
12404done
12405 done
12406IFS=$as_save_IFS
12407
12408 ;;
12409esac
12410fi
12411RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12412if test -n "$RANLIB_FOR_TARGET"; then
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12414$as_echo "$RANLIB_FOR_TARGET" >&6; }
12415else
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12417$as_echo "no" >&6; }
12418fi
12419
12420
12421fi
12422if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12423
12424
12425if test -n "$RANLIB_FOR_TARGET"; then
12426 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12427elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12428 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12429fi
12430
12431if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12432 for ncn_progname in ranlib; do
12433 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12434set dummy ${ncn_progname}; ac_word=$2
12435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12436$as_echo_n "checking for $ac_word... " >&6; }
12437if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12438 $as_echo_n "(cached) " >&6
12439else
12440 if test -n "$RANLIB_FOR_TARGET"; then
12441 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12442else
12443as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12444for as_dir in $PATH
12445do
12446 IFS=$as_save_IFS
12447 test -z "$as_dir" && as_dir=.
12448 for ac_exec_ext in '' $ac_executable_extensions; do
12449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12450 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12452 break 2
12453 fi
12454done
12455 done
12456IFS=$as_save_IFS
12457
12458fi
12459fi
12460RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12461if test -n "$RANLIB_FOR_TARGET"; then
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12463$as_echo "$RANLIB_FOR_TARGET" >&6; }
12464else
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12466$as_echo "no" >&6; }
12467fi
12468
12469
12470 done
12471fi
12472
12473if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12474 for ncn_progname in ranlib; do
12475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12476$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12477 if test -x $with_build_time_tools/${ncn_progname}; then
12478 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12480$as_echo "yes" >&6; }
12481 break
12482 else
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12484$as_echo "no" >&6; }
12485 fi
12486 done
12487fi
12488
12489if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12490 for ncn_progname in ranlib; do
12491 if test -n "$ncn_target_tool_prefix"; then
12492 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12493set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12495$as_echo_n "checking for $ac_word... " >&6; }
12496if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12497 $as_echo_n "(cached) " >&6
12498else
12499 if test -n "$RANLIB_FOR_TARGET"; then
12500 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12501else
12502as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12503for as_dir in $PATH
12504do
12505 IFS=$as_save_IFS
12506 test -z "$as_dir" && as_dir=.
12507 for ac_exec_ext in '' $ac_executable_extensions; do
12508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12509 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12511 break 2
12512 fi
12513done
12514 done
12515IFS=$as_save_IFS
12516
12517fi
12518fi
12519RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12520if test -n "$RANLIB_FOR_TARGET"; then
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12522$as_echo "$RANLIB_FOR_TARGET" >&6; }
12523else
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12525$as_echo "no" >&6; }
12526fi
12527
12528
12529 fi
12530 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12531 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12532set dummy ${ncn_progname}; ac_word=$2
12533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12534$as_echo_n "checking for $ac_word... " >&6; }
12535if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12536 $as_echo_n "(cached) " >&6
12537else
12538 if test -n "$RANLIB_FOR_TARGET"; then
12539 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12540else
12541as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12542for as_dir in $PATH
12543do
12544 IFS=$as_save_IFS
12545 test -z "$as_dir" && as_dir=.
12546 for ac_exec_ext in '' $ac_executable_extensions; do
12547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12548 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12550 break 2
12551 fi
12552done
12553 done
12554IFS=$as_save_IFS
12555
12556fi
12557fi
12558RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12559if test -n "$RANLIB_FOR_TARGET"; then
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12561$as_echo "$RANLIB_FOR_TARGET" >&6; }
12562else
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12564$as_echo "no" >&6; }
12565fi
12566
12567
12568 fi
12569 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12570 done
12571fi
12572
12573if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12574 set dummy ranlib
12575 if test $build = $target ; then
12576 RANLIB_FOR_TARGET="$2"
12577 else
12578 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12579 fi
12580else
12581 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12582fi
12583
12584else
12585 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12586fi
12587
12588
12589
12590
12591if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12592 if test -n "$with_build_time_tools"; then
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12594$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12595 if test -x $with_build_time_tools/strip; then
12596 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12597 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12599$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12600 else
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12602$as_echo "no" >&6; }
12603 fi
12604 elif test $build != $host && test $have_gcc_for_target = yes; then
12605 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12606 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12607 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12608 fi
12609fi
12610if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12611 # Extract the first word of "strip", so it can be a program name with args.
12612set dummy strip; ac_word=$2
12613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12614$as_echo_n "checking for $ac_word... " >&6; }
12615if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12616 $as_echo_n "(cached) " >&6
12617else
12618 case $STRIP_FOR_TARGET in
12619 [\\/]* | ?:[\\/]*)
12620 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12621 ;;
12622 *)
12623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12624for as_dir in $gcc_cv_tool_dirs
12625do
12626 IFS=$as_save_IFS
12627 test -z "$as_dir" && as_dir=.
12628 for ac_exec_ext in '' $ac_executable_extensions; do
12629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12630 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12632 break 2
12633 fi
12634done
12635 done
12636IFS=$as_save_IFS
12637
12638 ;;
12639esac
12640fi
12641STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12642if test -n "$STRIP_FOR_TARGET"; then
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12644$as_echo "$STRIP_FOR_TARGET" >&6; }
12645else
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12647$as_echo "no" >&6; }
12648fi
12649
12650
12651fi
12652if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12653
12654
12655if test -n "$STRIP_FOR_TARGET"; then
12656 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12657elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12658 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12659fi
12660
12661if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12662 for ncn_progname in strip; do
12663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12664set dummy ${ncn_progname}; ac_word=$2
12665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12666$as_echo_n "checking for $ac_word... " >&6; }
12667if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12668 $as_echo_n "(cached) " >&6
12669else
12670 if test -n "$STRIP_FOR_TARGET"; then
12671 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12672else
12673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12674for as_dir in $PATH
12675do
12676 IFS=$as_save_IFS
12677 test -z "$as_dir" && as_dir=.
12678 for ac_exec_ext in '' $ac_executable_extensions; do
12679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12680 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12682 break 2
12683 fi
12684done
12685 done
12686IFS=$as_save_IFS
12687
12688fi
12689fi
12690STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12691if test -n "$STRIP_FOR_TARGET"; then
12692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12693$as_echo "$STRIP_FOR_TARGET" >&6; }
12694else
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12696$as_echo "no" >&6; }
12697fi
12698
12699
12700 done
12701fi
12702
12703if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12704 for ncn_progname in strip; do
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12706$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12707 if test -x $with_build_time_tools/${ncn_progname}; then
12708 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12710$as_echo "yes" >&6; }
12711 break
12712 else
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12714$as_echo "no" >&6; }
12715 fi
12716 done
12717fi
12718
12719if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12720 for ncn_progname in strip; do
12721 if test -n "$ncn_target_tool_prefix"; then
12722 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12723set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12725$as_echo_n "checking for $ac_word... " >&6; }
12726if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12727 $as_echo_n "(cached) " >&6
12728else
12729 if test -n "$STRIP_FOR_TARGET"; then
12730 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12731else
12732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12733for as_dir in $PATH
12734do
12735 IFS=$as_save_IFS
12736 test -z "$as_dir" && as_dir=.
12737 for ac_exec_ext in '' $ac_executable_extensions; do
12738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12739 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12741 break 2
12742 fi
12743done
12744 done
12745IFS=$as_save_IFS
12746
12747fi
12748fi
12749STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12750if test -n "$STRIP_FOR_TARGET"; then
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12752$as_echo "$STRIP_FOR_TARGET" >&6; }
12753else
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12755$as_echo "no" >&6; }
12756fi
12757
12758
12759 fi
12760 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12761 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12762set dummy ${ncn_progname}; ac_word=$2
12763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12764$as_echo_n "checking for $ac_word... " >&6; }
12765if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12766 $as_echo_n "(cached) " >&6
12767else
12768 if test -n "$STRIP_FOR_TARGET"; then
12769 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12770else
12771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12772for as_dir in $PATH
12773do
12774 IFS=$as_save_IFS
12775 test -z "$as_dir" && as_dir=.
12776 for ac_exec_ext in '' $ac_executable_extensions; do
12777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12778 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12780 break 2
12781 fi
12782done
12783 done
12784IFS=$as_save_IFS
12785
12786fi
12787fi
12788STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12789if test -n "$STRIP_FOR_TARGET"; then
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12791$as_echo "$STRIP_FOR_TARGET" >&6; }
12792else
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12794$as_echo "no" >&6; }
12795fi
12796
12797
12798 fi
12799 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12800 done
12801fi
12802
12803if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12804 set dummy strip
12805 if test $build = $target ; then
12806 STRIP_FOR_TARGET="$2"
12807 else
12808 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12809 fi
12810else
12811 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12812fi
12813
12814else
12815 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12816fi
12817
12818
12819
12820
12821if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12822 if test -n "$with_build_time_tools"; then
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12824$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12825 if test -x $with_build_time_tools/windres; then
12826 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12827 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12829$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12830 else
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12832$as_echo "no" >&6; }
12833 fi
12834 elif test $build != $host && test $have_gcc_for_target = yes; then
12835 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12836 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12837 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12838 fi
12839fi
12840if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12841 # Extract the first word of "windres", so it can be a program name with args.
12842set dummy windres; ac_word=$2
12843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12844$as_echo_n "checking for $ac_word... " >&6; }
12845if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12846 $as_echo_n "(cached) " >&6
12847else
12848 case $WINDRES_FOR_TARGET in
12849 [\\/]* | ?:[\\/]*)
12850 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12851 ;;
12852 *)
12853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12854for as_dir in $gcc_cv_tool_dirs
12855do
12856 IFS=$as_save_IFS
12857 test -z "$as_dir" && as_dir=.
12858 for ac_exec_ext in '' $ac_executable_extensions; do
12859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12860 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12862 break 2
12863 fi
12864done
12865 done
12866IFS=$as_save_IFS
12867
12868 ;;
12869esac
12870fi
12871WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12872if test -n "$WINDRES_FOR_TARGET"; then
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12874$as_echo "$WINDRES_FOR_TARGET" >&6; }
12875else
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12877$as_echo "no" >&6; }
12878fi
12879
12880
12881fi
12882if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12883
12884
12885if test -n "$WINDRES_FOR_TARGET"; then
12886 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12887elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12888 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12889fi
12890
12891if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12892 for ncn_progname in windres; do
12893 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12894set dummy ${ncn_progname}; ac_word=$2
12895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12896$as_echo_n "checking for $ac_word... " >&6; }
12897if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12898 $as_echo_n "(cached) " >&6
12899else
12900 if test -n "$WINDRES_FOR_TARGET"; then
12901 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12902else
12903as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12904for as_dir in $PATH
12905do
12906 IFS=$as_save_IFS
12907 test -z "$as_dir" && as_dir=.
12908 for ac_exec_ext in '' $ac_executable_extensions; do
12909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12910 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12912 break 2
12913 fi
12914done
12915 done
12916IFS=$as_save_IFS
12917
12918fi
12919fi
12920WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12921if test -n "$WINDRES_FOR_TARGET"; then
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12923$as_echo "$WINDRES_FOR_TARGET" >&6; }
12924else
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12926$as_echo "no" >&6; }
12927fi
12928
12929
12930 done
12931fi
12932
12933if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12934 for ncn_progname in windres; do
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12936$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12937 if test -x $with_build_time_tools/${ncn_progname}; then
12938 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12940$as_echo "yes" >&6; }
12941 break
12942 else
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12944$as_echo "no" >&6; }
12945 fi
12946 done
12947fi
12948
12949if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12950 for ncn_progname in windres; do
12951 if test -n "$ncn_target_tool_prefix"; then
12952 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12953set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12955$as_echo_n "checking for $ac_word... " >&6; }
12956if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12957 $as_echo_n "(cached) " >&6
12958else
12959 if test -n "$WINDRES_FOR_TARGET"; then
12960 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12961else
12962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12963for as_dir in $PATH
12964do
12965 IFS=$as_save_IFS
12966 test -z "$as_dir" && as_dir=.
12967 for ac_exec_ext in '' $ac_executable_extensions; do
12968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12969 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12971 break 2
12972 fi
12973done
12974 done
12975IFS=$as_save_IFS
12976
12977fi
12978fi
12979WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12980if test -n "$WINDRES_FOR_TARGET"; then
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12982$as_echo "$WINDRES_FOR_TARGET" >&6; }
12983else
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12985$as_echo "no" >&6; }
12986fi
12987
12988
12989 fi
12990 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12991 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12992set dummy ${ncn_progname}; ac_word=$2
12993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12994$as_echo_n "checking for $ac_word... " >&6; }
12995if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12996 $as_echo_n "(cached) " >&6
12997else
12998 if test -n "$WINDRES_FOR_TARGET"; then
12999 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13000else
13001as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13002for as_dir in $PATH
13003do
13004 IFS=$as_save_IFS
13005 test -z "$as_dir" && as_dir=.
13006 for ac_exec_ext in '' $ac_executable_extensions; do
13007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13008 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13010 break 2
13011 fi
13012done
13013 done
13014IFS=$as_save_IFS
13015
13016fi
13017fi
13018WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13019if test -n "$WINDRES_FOR_TARGET"; then
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13021$as_echo "$WINDRES_FOR_TARGET" >&6; }
13022else
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13024$as_echo "no" >&6; }
13025fi
13026
13027
13028 fi
13029 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13030 done
13031fi
13032
13033if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13034 set dummy windres
13035 if test $build = $target ; then
13036 WINDRES_FOR_TARGET="$2"
13037 else
13038 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13039 fi
13040else
13041 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13042fi
13043
13044else
13045 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13046fi
13047
13048
13049
13050
13051if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13052 if test -n "$with_build_time_tools"; then
13053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13054$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13055 if test -x $with_build_time_tools/windmc; then
13056 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13057 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13059$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13060 else
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13062$as_echo "no" >&6; }
13063 fi
13064 elif test $build != $host && test $have_gcc_for_target = yes; then
13065 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13066 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13067 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13068 fi
13069fi
13070if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13071 # Extract the first word of "windmc", so it can be a program name with args.
13072set dummy windmc; ac_word=$2
13073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13074$as_echo_n "checking for $ac_word... " >&6; }
13075if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13076 $as_echo_n "(cached) " >&6
13077else
13078 case $WINDMC_FOR_TARGET in
13079 [\\/]* | ?:[\\/]*)
13080 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13081 ;;
13082 *)
13083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13084for as_dir in $gcc_cv_tool_dirs
13085do
13086 IFS=$as_save_IFS
13087 test -z "$as_dir" && as_dir=.
13088 for ac_exec_ext in '' $ac_executable_extensions; do
13089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13090 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13092 break 2
13093 fi
13094done
13095 done
13096IFS=$as_save_IFS
13097
13098 ;;
13099esac
13100fi
13101WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13102if test -n "$WINDMC_FOR_TARGET"; then
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13104$as_echo "$WINDMC_FOR_TARGET" >&6; }
13105else
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13107$as_echo "no" >&6; }
13108fi
13109
13110
13111fi
13112if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13113
13114
13115if test -n "$WINDMC_FOR_TARGET"; then
13116 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13117elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13118 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13119fi
13120
13121if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13122 for ncn_progname in windmc; do
13123 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13124set dummy ${ncn_progname}; ac_word=$2
13125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13126$as_echo_n "checking for $ac_word... " >&6; }
13127if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13128 $as_echo_n "(cached) " >&6
13129else
13130 if test -n "$WINDMC_FOR_TARGET"; then
13131 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13132else
13133as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13134for as_dir in $PATH
13135do
13136 IFS=$as_save_IFS
13137 test -z "$as_dir" && as_dir=.
13138 for ac_exec_ext in '' $ac_executable_extensions; do
13139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13140 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13142 break 2
13143 fi
13144done
13145 done
13146IFS=$as_save_IFS
13147
13148fi
13149fi
13150WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13151if test -n "$WINDMC_FOR_TARGET"; then
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13153$as_echo "$WINDMC_FOR_TARGET" >&6; }
13154else
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13156$as_echo "no" >&6; }
13157fi
13158
13159
13160 done
13161fi
13162
13163if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13164 for ncn_progname in windmc; do
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13166$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13167 if test -x $with_build_time_tools/${ncn_progname}; then
13168 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13170$as_echo "yes" >&6; }
13171 break
13172 else
13173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13174$as_echo "no" >&6; }
13175 fi
13176 done
13177fi
13178
13179if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13180 for ncn_progname in windmc; do
13181 if test -n "$ncn_target_tool_prefix"; then
13182 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13183set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13185$as_echo_n "checking for $ac_word... " >&6; }
13186if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13187 $as_echo_n "(cached) " >&6
13188else
13189 if test -n "$WINDMC_FOR_TARGET"; then
13190 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13191else
13192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13193for as_dir in $PATH
13194do
13195 IFS=$as_save_IFS
13196 test -z "$as_dir" && as_dir=.
13197 for ac_exec_ext in '' $ac_executable_extensions; do
13198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13199 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13201 break 2
13202 fi
13203done
13204 done
13205IFS=$as_save_IFS
13206
13207fi
13208fi
13209WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13210if test -n "$WINDMC_FOR_TARGET"; then
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13212$as_echo "$WINDMC_FOR_TARGET" >&6; }
13213else
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13215$as_echo "no" >&6; }
13216fi
13217
13218
13219 fi
13220 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13221 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13222set dummy ${ncn_progname}; ac_word=$2
13223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13224$as_echo_n "checking for $ac_word... " >&6; }
13225if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13226 $as_echo_n "(cached) " >&6
13227else
13228 if test -n "$WINDMC_FOR_TARGET"; then
13229 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13230else
13231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13232for as_dir in $PATH
13233do
13234 IFS=$as_save_IFS
13235 test -z "$as_dir" && as_dir=.
13236 for ac_exec_ext in '' $ac_executable_extensions; do
13237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13238 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13240 break 2
13241 fi
13242done
13243 done
13244IFS=$as_save_IFS
13245
13246fi
13247fi
13248WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13249if test -n "$WINDMC_FOR_TARGET"; then
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13251$as_echo "$WINDMC_FOR_TARGET" >&6; }
13252else
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13254$as_echo "no" >&6; }
13255fi
13256
13257
13258 fi
13259 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13260 done
13261fi
13262
13263if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13264 set dummy windmc
13265 if test $build = $target ; then
13266 WINDMC_FOR_TARGET="$2"
13267 else
13268 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13269 fi
13270else
13271 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13272fi
13273
13274else
13275 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13276fi
13277
13278
13279RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13280
13281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13282$as_echo_n "checking where to find the target ar... " >&6; }
13283if test "x${build}" != "x${host}" ; then
13284 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13285 # We already found the complete path
13286 ac_dir=`dirname $AR_FOR_TARGET`
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13288$as_echo "pre-installed in $ac_dir" >&6; }
13289 else
13290 # Canadian cross, just use what we found
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13292$as_echo "pre-installed" >&6; }
13293 fi
13294else
13295 ok=yes
13296 case " ${configdirs} " in
13297 *" binutils "*) ;;
13298 *) ok=no ;;
13299 esac
13300
13301 if test $ok = yes; then
13302 # An in-tree tool is available and we can use it
13303 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13305$as_echo "just compiled" >&6; }
13306 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13307 # We already found the complete path
13308 ac_dir=`dirname $AR_FOR_TARGET`
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13310$as_echo "pre-installed in $ac_dir" >&6; }
13311 elif test "x$target" = "x$host"; then
13312 # We can use an host tool
13313 AR_FOR_TARGET='$(AR)'
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13315$as_echo "host tool" >&6; }
13316 else
13317 # We need a cross tool
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13319$as_echo "pre-installed" >&6; }
13320 fi
13321fi
13322
13323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13324$as_echo_n "checking where to find the target as... " >&6; }
13325if test "x${build}" != "x${host}" ; then
13326 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13327 # We already found the complete path
13328 ac_dir=`dirname $AS_FOR_TARGET`
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13330$as_echo "pre-installed in $ac_dir" >&6; }
13331 else
13332 # Canadian cross, just use what we found
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13334$as_echo "pre-installed" >&6; }
13335 fi
13336else
13337 ok=yes
13338 case " ${configdirs} " in
13339 *" gas "*) ;;
13340 *) ok=no ;;
13341 esac
13342
13343 if test $ok = yes; then
13344 # An in-tree tool is available and we can use it
13345 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13347$as_echo "just compiled" >&6; }
13348 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13349 # We already found the complete path
13350 ac_dir=`dirname $AS_FOR_TARGET`
13351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13352$as_echo "pre-installed in $ac_dir" >&6; }
13353 elif test "x$target" = "x$host"; then
13354 # We can use an host tool
13355 AS_FOR_TARGET='$(AS)'
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13357$as_echo "host tool" >&6; }
13358 else
13359 # We need a cross tool
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13361$as_echo "pre-installed" >&6; }
13362 fi
13363fi
13364
13365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13366$as_echo_n "checking where to find the target cc... " >&6; }
13367if test "x${build}" != "x${host}" ; then
13368 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13369 # We already found the complete path
13370 ac_dir=`dirname $CC_FOR_TARGET`
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13372$as_echo "pre-installed in $ac_dir" >&6; }
13373 else
13374 # Canadian cross, just use what we found
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13376$as_echo "pre-installed" >&6; }
13377 fi
13378else
13379 ok=yes
13380 case " ${configdirs} " in
13381 *" gcc "*) ;;
13382 *) ok=no ;;
13383 esac
13384
13385 if test $ok = yes; then
13386 # An in-tree tool is available and we can use it
13387 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13389$as_echo "just compiled" >&6; }
13390 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13391 # We already found the complete path
13392 ac_dir=`dirname $CC_FOR_TARGET`
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13394$as_echo "pre-installed in $ac_dir" >&6; }
13395 elif test "x$target" = "x$host"; then
13396 # We can use an host tool
13397 CC_FOR_TARGET='$(CC)'
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13399$as_echo "host tool" >&6; }
13400 else
13401 # We need a cross tool
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13403$as_echo "pre-installed" >&6; }
13404 fi
13405fi
13406
13407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13408$as_echo_n "checking where to find the target c++... " >&6; }
13409if test "x${build}" != "x${host}" ; then
13410 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13411 # We already found the complete path
13412 ac_dir=`dirname $CXX_FOR_TARGET`
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13414$as_echo "pre-installed in $ac_dir" >&6; }
13415 else
13416 # Canadian cross, just use what we found
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13418$as_echo "pre-installed" >&6; }
13419 fi
13420else
13421 ok=yes
13422 case " ${configdirs} " in
13423 *" gcc "*) ;;
13424 *) ok=no ;;
13425 esac
13426 case ,${enable_languages}, in
13427 *,c++,*) ;;
13428 *) ok=no ;;
13429 esac
13430 if test $ok = yes; then
13431 # An in-tree tool is available and we can use it
13432 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'
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13434$as_echo "just compiled" >&6; }
13435 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13436 # We already found the complete path
13437 ac_dir=`dirname $CXX_FOR_TARGET`
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13439$as_echo "pre-installed in $ac_dir" >&6; }
13440 elif test "x$target" = "x$host"; then
13441 # We can use an host tool
13442 CXX_FOR_TARGET='$(CXX)'
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13444$as_echo "host tool" >&6; }
13445 else
13446 # We need a cross tool
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13448$as_echo "pre-installed" >&6; }
13449 fi
13450fi
13451
13452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13453$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13454if test "x${build}" != "x${host}" ; then
13455 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13456 # We already found the complete path
13457 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13459$as_echo "pre-installed in $ac_dir" >&6; }
13460 else
13461 # Canadian cross, just use what we found
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13463$as_echo "pre-installed" >&6; }
13464 fi
13465else
13466 ok=yes
13467 case " ${configdirs} " in
13468 *" gcc "*) ;;
13469 *) ok=no ;;
13470 esac
13471 case ,${enable_languages}, in
13472 *,c++,*) ;;
13473 *) ok=no ;;
13474 esac
13475 if test $ok = yes; then
13476 # An in-tree tool is available and we can use it
13477 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'
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13479$as_echo "just compiled" >&6; }
13480 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13481 # We already found the complete path
13482 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13484$as_echo "pre-installed in $ac_dir" >&6; }
13485 elif test "x$target" = "x$host"; then
13486 # We can use an host tool
13487 RAW_CXX_FOR_TARGET='$(CXX)'
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13489$as_echo "host tool" >&6; }
13490 else
13491 # We need a cross tool
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13493$as_echo "pre-installed" >&6; }
13494 fi
13495fi
13496
13497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13498$as_echo_n "checking where to find the target dlltool... " >&6; }
13499if test "x${build}" != "x${host}" ; then
13500 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13501 # We already found the complete path
13502 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13504$as_echo "pre-installed in $ac_dir" >&6; }
13505 else
13506 # Canadian cross, just use what we found
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13508$as_echo "pre-installed" >&6; }
13509 fi
13510else
13511 ok=yes
13512 case " ${configdirs} " in
13513 *" binutils "*) ;;
13514 *) ok=no ;;
13515 esac
13516
13517 if test $ok = yes; then
13518 # An in-tree tool is available and we can use it
13519 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13521$as_echo "just compiled" >&6; }
13522 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13523 # We already found the complete path
13524 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13526$as_echo "pre-installed in $ac_dir" >&6; }
13527 elif test "x$target" = "x$host"; then
13528 # We can use an host tool
13529 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13531$as_echo "host tool" >&6; }
13532 else
13533 # We need a cross tool
13534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13535$as_echo "pre-installed" >&6; }
13536 fi
13537fi
13538
13539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13540$as_echo_n "checking where to find the target gcc... " >&6; }
13541if test "x${build}" != "x${host}" ; then
13542 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13543 # We already found the complete path
13544 ac_dir=`dirname $GCC_FOR_TARGET`
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13546$as_echo "pre-installed in $ac_dir" >&6; }
13547 else
13548 # Canadian cross, just use what we found
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13550$as_echo "pre-installed" >&6; }
13551 fi
13552else
13553 ok=yes
13554 case " ${configdirs} " in
13555 *" gcc "*) ;;
13556 *) ok=no ;;
13557 esac
13558
13559 if test $ok = yes; then
13560 # An in-tree tool is available and we can use it
13561 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13563$as_echo "just compiled" >&6; }
13564 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13565 # We already found the complete path
13566 ac_dir=`dirname $GCC_FOR_TARGET`
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13568$as_echo "pre-installed in $ac_dir" >&6; }
13569 elif test "x$target" = "x$host"; then
13570 # We can use an host tool
13571 GCC_FOR_TARGET='$()'
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13573$as_echo "host tool" >&6; }
13574 else
13575 # We need a cross tool
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13577$as_echo "pre-installed" >&6; }
13578 fi
13579fi
13580
13581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13582$as_echo_n "checking where to find the target gcj... " >&6; }
13583if test "x${build}" != "x${host}" ; then
13584 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13585 # We already found the complete path
13586 ac_dir=`dirname $GCJ_FOR_TARGET`
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13588$as_echo "pre-installed in $ac_dir" >&6; }
13589 else
13590 # Canadian cross, just use what we found
13591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13592$as_echo "pre-installed" >&6; }
13593 fi
13594else
13595 ok=yes
13596 case " ${configdirs} " in
13597 *" gcc "*) ;;
13598 *) ok=no ;;
13599 esac
13600 case ,${enable_languages}, in
13601 *,java,*) ;;
13602 *) ok=no ;;
13603 esac
13604 if test $ok = yes; then
13605 # An in-tree tool is available and we can use it
13606 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13608$as_echo "just compiled" >&6; }
13609 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13610 # We already found the complete path
13611 ac_dir=`dirname $GCJ_FOR_TARGET`
13612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13613$as_echo "pre-installed in $ac_dir" >&6; }
13614 elif test "x$target" = "x$host"; then
13615 # We can use an host tool
13616 GCJ_FOR_TARGET='$(GCJ)'
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13618$as_echo "host tool" >&6; }
13619 else
13620 # We need a cross tool
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13622$as_echo "pre-installed" >&6; }
13623 fi
13624fi
13625
13626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13627$as_echo_n "checking where to find the target gfortran... " >&6; }
13628if test "x${build}" != "x${host}" ; then
13629 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13630 # We already found the complete path
13631 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13633$as_echo "pre-installed in $ac_dir" >&6; }
13634 else
13635 # Canadian cross, just use what we found
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13637$as_echo "pre-installed" >&6; }
13638 fi
13639else
13640 ok=yes
13641 case " ${configdirs} " in
13642 *" gcc "*) ;;
13643 *) ok=no ;;
13644 esac
13645 case ,${enable_languages}, in
13646 *,fortran,*) ;;
13647 *) ok=no ;;
13648 esac
13649 if test $ok = yes; then
13650 # An in-tree tool is available and we can use it
13651 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13653$as_echo "just compiled" >&6; }
13654 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13655 # We already found the complete path
13656 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13658$as_echo "pre-installed in $ac_dir" >&6; }
13659 elif test "x$target" = "x$host"; then
13660 # We can use an host tool
13661 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13663$as_echo "host tool" >&6; }
13664 else
13665 # We need a cross tool
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13667$as_echo "pre-installed" >&6; }
13668 fi
13669fi
13670
13671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13672$as_echo_n "checking where to find the target gccgo... " >&6; }
13673if test "x${build}" != "x${host}" ; then
13674 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13675 # We already found the complete path
13676 ac_dir=`dirname $GOC_FOR_TARGET`
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13678$as_echo "pre-installed in $ac_dir" >&6; }
13679 else
13680 # Canadian cross, just use what we found
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13682$as_echo "pre-installed" >&6; }
13683 fi
13684else
13685 ok=yes
13686 case " ${configdirs} " in
13687 *" gcc "*) ;;
13688 *) ok=no ;;
13689 esac
13690 case ,${enable_languages}, in
13691 *,go,*) ;;
13692 *) ok=no ;;
13693 esac
13694 if test $ok = yes; then
13695 # An in-tree tool is available and we can use it
13696 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13698$as_echo "just compiled" >&6; }
13699 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13700 # We already found the complete path
13701 ac_dir=`dirname $GOC_FOR_TARGET`
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13703$as_echo "pre-installed in $ac_dir" >&6; }
13704 elif test "x$target" = "x$host"; then
13705 # We can use an host tool
13706 GOC_FOR_TARGET='$(GOC)'
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13708$as_echo "host tool" >&6; }
13709 else
13710 # We need a cross tool
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13712$as_echo "pre-installed" >&6; }
13713 fi
13714fi
13715
13716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13717$as_echo_n "checking where to find the target ld... " >&6; }
13718if test "x${build}" != "x${host}" ; then
13719 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13720 # We already found the complete path
13721 ac_dir=`dirname $LD_FOR_TARGET`
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13723$as_echo "pre-installed in $ac_dir" >&6; }
13724 else
13725 # Canadian cross, just use what we found
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13727$as_echo "pre-installed" >&6; }
13728 fi
13729else
13730 ok=yes
13731 case " ${configdirs} " in
13732 *" ld "*) ;;
13733 *) ok=no ;;
13734 esac
13735
13736 if test $ok = yes; then
13737 # An in-tree tool is available and we can use it
13738 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13740$as_echo "just compiled" >&6; }
13741 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13742 # We already found the complete path
13743 ac_dir=`dirname $LD_FOR_TARGET`
13744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13745$as_echo "pre-installed in $ac_dir" >&6; }
13746 elif test "x$target" = "x$host"; then
13747 # We can use an host tool
13748 LD_FOR_TARGET='$(LD)'
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13750$as_echo "host tool" >&6; }
13751 else
13752 # We need a cross tool
13753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13754$as_echo "pre-installed" >&6; }
13755 fi
13756fi
13757
13758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13759$as_echo_n "checking where to find the target lipo... " >&6; }
13760if test "x${build}" != "x${host}" ; then
13761 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13762 # We already found the complete path
13763 ac_dir=`dirname $LIPO_FOR_TARGET`
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13765$as_echo "pre-installed in $ac_dir" >&6; }
13766 else
13767 # Canadian cross, just use what we found
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13769$as_echo "pre-installed" >&6; }
13770 fi
13771else
13772 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13773 # We already found the complete path
13774 ac_dir=`dirname $LIPO_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 elif test "x$target" = "x$host"; then
13778 # We can use an host tool
13779 LIPO_FOR_TARGET='$(LIPO)'
13780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13781$as_echo "host tool" >&6; }
13782 else
13783 # We need a cross tool
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13785$as_echo "pre-installed" >&6; }
13786 fi
13787fi
13788
13789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13790$as_echo_n "checking where to find the target nm... " >&6; }
13791if test "x${build}" != "x${host}" ; then
13792 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13793 # We already found the complete path
13794 ac_dir=`dirname $NM_FOR_TARGET`
13795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13796$as_echo "pre-installed in $ac_dir" >&6; }
13797 else
13798 # Canadian cross, just use what we found
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13800$as_echo "pre-installed" >&6; }
13801 fi
13802else
13803 ok=yes
13804 case " ${configdirs} " in
13805 *" binutils "*) ;;
13806 *) ok=no ;;
13807 esac
13808
13809 if test $ok = yes; then
13810 # An in-tree tool is available and we can use it
13811 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13813$as_echo "just compiled" >&6; }
13814 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13815 # We already found the complete path
13816 ac_dir=`dirname $NM_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 elif test "x$target" = "x$host"; then
13820 # We can use an host tool
13821 NM_FOR_TARGET='$(NM)'
13822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13823$as_echo "host tool" >&6; }
13824 else
13825 # We need a cross tool
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13827$as_echo "pre-installed" >&6; }
13828 fi
13829fi
13830
13831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13832$as_echo_n "checking where to find the target objdump... " >&6; }
13833if test "x${build}" != "x${host}" ; then
13834 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13835 # We already found the complete path
13836 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13838$as_echo "pre-installed in $ac_dir" >&6; }
13839 else
13840 # Canadian cross, just use what we found
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13842$as_echo "pre-installed" >&6; }
13843 fi
13844else
13845 ok=yes
13846 case " ${configdirs} " in
13847 *" binutils "*) ;;
13848 *) ok=no ;;
13849 esac
13850
13851 if test $ok = yes; then
13852 # An in-tree tool is available and we can use it
13853 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13855$as_echo "just compiled" >&6; }
13856 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13857 # We already found the complete path
13858 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13860$as_echo "pre-installed in $ac_dir" >&6; }
13861 elif test "x$target" = "x$host"; then
13862 # We can use an host tool
13863 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13865$as_echo "host tool" >&6; }
13866 else
13867 # We need a cross tool
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13869$as_echo "pre-installed" >&6; }
13870 fi
13871fi
13872
13873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13874$as_echo_n "checking where to find the target ranlib... " >&6; }
13875if test "x${build}" != "x${host}" ; then
13876 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13877 # We already found the complete path
13878 ac_dir=`dirname $RANLIB_FOR_TARGET`
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13880$as_echo "pre-installed in $ac_dir" >&6; }
13881 else
13882 # Canadian cross, just use what we found
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13884$as_echo "pre-installed" >&6; }
13885 fi
13886else
13887 ok=yes
13888 case " ${configdirs} " in
13889 *" binutils "*) ;;
13890 *) ok=no ;;
13891 esac
13892
13893 if test $ok = yes; then
13894 # An in-tree tool is available and we can use it
13895 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13897$as_echo "just compiled" >&6; }
13898 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13899 # We already found the complete path
13900 ac_dir=`dirname $RANLIB_FOR_TARGET`
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13902$as_echo "pre-installed in $ac_dir" >&6; }
13903 elif test "x$target" = "x$host"; then
13904 # We can use an host tool
13905 RANLIB_FOR_TARGET='$(RANLIB)'
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13907$as_echo "host tool" >&6; }
13908 else
13909 # We need a cross tool
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13911$as_echo "pre-installed" >&6; }
13912 fi
13913fi
13914
13915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13916$as_echo_n "checking where to find the target strip... " >&6; }
13917if test "x${build}" != "x${host}" ; then
13918 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13919 # We already found the complete path
13920 ac_dir=`dirname $STRIP_FOR_TARGET`
13921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13922$as_echo "pre-installed in $ac_dir" >&6; }
13923 else
13924 # Canadian cross, just use what we found
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13926$as_echo "pre-installed" >&6; }
13927 fi
13928else
13929 ok=yes
13930 case " ${configdirs} " in
13931 *" binutils "*) ;;
13932 *) ok=no ;;
13933 esac
13934
13935 if test $ok = yes; then
13936 # An in-tree tool is available and we can use it
13937 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13939$as_echo "just compiled" >&6; }
13940 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13941 # We already found the complete path
13942 ac_dir=`dirname $STRIP_FOR_TARGET`
13943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13944$as_echo "pre-installed in $ac_dir" >&6; }
13945 elif test "x$target" = "x$host"; then
13946 # We can use an host tool
13947 STRIP_FOR_TARGET='$(STRIP)'
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13949$as_echo "host tool" >&6; }
13950 else
13951 # We need a cross tool
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13953$as_echo "pre-installed" >&6; }
13954 fi
13955fi
13956
13957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13958$as_echo_n "checking where to find the target windres... " >&6; }
13959if test "x${build}" != "x${host}" ; then
13960 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13961 # We already found the complete path
13962 ac_dir=`dirname $WINDRES_FOR_TARGET`
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13964$as_echo "pre-installed in $ac_dir" >&6; }
13965 else
13966 # Canadian cross, just use what we found
13967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13968$as_echo "pre-installed" >&6; }
13969 fi
13970else
13971 ok=yes
13972 case " ${configdirs} " in
13973 *" binutils "*) ;;
13974 *) ok=no ;;
13975 esac
13976
13977 if test $ok = yes; then
13978 # An in-tree tool is available and we can use it
13979 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13981$as_echo "just compiled" >&6; }
13982 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13983 # We already found the complete path
13984 ac_dir=`dirname $WINDRES_FOR_TARGET`
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13986$as_echo "pre-installed in $ac_dir" >&6; }
13987 elif test "x$target" = "x$host"; then
13988 # We can use an host tool
13989 WINDRES_FOR_TARGET='$(WINDRES)'
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13991$as_echo "host tool" >&6; }
13992 else
13993 # We need a cross tool
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13995$as_echo "pre-installed" >&6; }
13996 fi
13997fi
13998
13999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14000$as_echo_n "checking where to find the target windmc... " >&6; }
14001if test "x${build}" != "x${host}" ; then
14002 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14003 # We already found the complete path
14004 ac_dir=`dirname $WINDMC_FOR_TARGET`
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14006$as_echo "pre-installed in $ac_dir" >&6; }
14007 else
14008 # Canadian cross, just use what we found
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14010$as_echo "pre-installed" >&6; }
14011 fi
14012else
14013 ok=yes
14014 case " ${configdirs} " in
14015 *" binutils "*) ;;
14016 *) ok=no ;;
14017 esac
14018
14019 if test $ok = yes; then
14020 # An in-tree tool is available and we can use it
14021 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14023$as_echo "just compiled" >&6; }
14024 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14025 # We already found the complete path
14026 ac_dir=`dirname $WINDMC_FOR_TARGET`
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14028$as_echo "pre-installed in $ac_dir" >&6; }
14029 elif test "x$target" = "x$host"; then
14030 # We can use an host tool
14031 WINDMC_FOR_TARGET='$(WINDMC)'
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14033$as_echo "host tool" >&6; }
14034 else
14035 # We need a cross tool
14036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14037$as_echo "pre-installed" >&6; }
14038 fi
14039fi
14040
14041
14042
14043
14044
14045# Certain tools may need extra flags.
14046AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14047RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14048NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14049
14050# When building target libraries, except in a Canadian cross, we use
14051# the same toolchain as the compiler we just built.
14052COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14053COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14054COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14055if test $host = $build; then
14056 case " $configdirs " in
14057 *" gcc "*)
14058 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14059 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14060 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14061 ;;
14062 esac
14063fi
14064
14065
14066
14067
14068
14069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14070$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14071# Check whether --enable-maintainer-mode was given.
14072if test "${enable_maintainer_mode+set}" = set; then :
14073 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14074else
14075 USE_MAINTAINER_MODE=no
14076fi
14077
14078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14079$as_echo "$USE_MAINTAINER_MODE" >&6; }
14080
14081
14082if test "$USE_MAINTAINER_MODE" = yes; then
14083 MAINTAINER_MODE_TRUE=
14084 MAINTAINER_MODE_FALSE='#'
14085else
14086 MAINTAINER_MODE_TRUE='#'
14087 MAINTAINER_MODE_FALSE=
14088fi
14089MAINT=$MAINTAINER_MODE_TRUE
14090
14091# ---------------------
14092# GCC bootstrap support
14093# ---------------------
14094
14095# Stage specific cflags for build.
14096stage1_cflags="-g"
14097case $build in
14098 vax-*-*)
14099 case ${GCC} in
14100 yes) stage1_cflags="-g -Wa,-J" ;;
14101 *) stage1_cflags="-g -J" ;;
14102 esac ;;
14103esac
14104
14105# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
14106if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
14107 saved_CFLAGS="$CFLAGS"
14108
14109 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14110 CFLAGS="$CFLAGS -fkeep-inline-functions"
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14112$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14114/* end confdefs.h. */
14115
14116#if (__GNUC__ < 3) \
14117 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14118 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14119#error http://gcc.gnu.org/PR29382
14120#endif
14121
14122int
14123main ()
14124{
14125
14126 ;
14127 return 0;
14128}
14129_ACEOF
14130if ac_fn_c_try_compile "$LINENO"; then :
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14132$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14133else
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14135$as_echo "no" >&6; }
14136fi
14137rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14138
14139 CFLAGS="$saved_CFLAGS"
14140fi
14141
14142
14143
14144# Enable --enable-checking in stage1 of the compiler.
14145# Check whether --enable-stage1-checking was given.
14146if test "${enable_stage1_checking+set}" = set; then :
14147 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14148else
14149 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14150 stage1_checking=--enable-checking=yes,types
14151else
14152 stage1_checking=--enable-checking=$enable_checking,types
14153fi
14154fi
14155
14156
14157
14158# Enable -Werror in bootstrap stage2 and later.
14159# Check whether --enable-werror was given.
14160if test "${enable_werror+set}" = set; then :
14161 enableval=$enable_werror;
14162else
14163 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14164 enable_werror=yes
14165else
14166 enable_werror=no
14167fi
14168fi
14169
14170case ${enable_werror} in
14171 yes) stage2_werror_flag="--enable-werror-always" ;;
14172 *) stage2_werror_flag="" ;;
14173esac
14174
14175
14176# Specify what files to not compare during bootstrap.
14177
14178compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14179case "$target" in
14180 hppa*64*-*-hpux*) ;;
14181 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14182esac
14183case " $configdirs " in
14184*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14185esac
14186
14187
14188ac_config_files="$ac_config_files Makefile"
14189
14190cat >confcache <<\_ACEOF
14191# This file is a shell script that caches the results of configure
14192# tests run on this system so they can be shared between configure
14193# scripts and configure runs, see configure's option --config-cache.
14194# It is not useful on other systems. If it contains results you don't
14195# want to keep, you may remove or edit it.
14196#
14197# config.status only pays attention to the cache file if you give it
14198# the --recheck option to rerun configure.
14199#
14200# `ac_cv_env_foo' variables (set or unset) will be overridden when
14201# loading this file, other *unset* `ac_cv_foo' will be assigned the
14202# following values.
14203
14204_ACEOF
14205
14206# The following way of writing the cache mishandles newlines in values,
14207# but we know of no workaround that is simple, portable, and efficient.
14208# So, we kill variables containing newlines.
14209# Ultrix sh set writes to stderr and can't be redirected directly,
14210# and sets the high bit in the cache file unless we assign to the vars.
14211(
14212 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14213 eval ac_val=\$$ac_var
14214 case $ac_val in #(
14215 *${as_nl}*)
14216 case $ac_var in #(
14217 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14218$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14219 esac
14220 case $ac_var in #(
14221 _ | IFS | as_nl) ;; #(
14222 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14223 *) { eval $ac_var=; unset $ac_var;} ;;
14224 esac ;;
14225 esac
14226 done
14227
14228 (set) 2>&1 |
14229 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14230 *${as_nl}ac_space=\ *)
14231 # `set' does not quote correctly, so add quotes: double-quote
14232 # substitution turns \\\\ into \\, and sed turns \\ into \.
14233 sed -n \
14234 "s/'/'\\\\''/g;
14235 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14236 ;; #(
14237 *)
14238 # `set' quotes correctly as required by POSIX, so do not add quotes.
14239 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14240 ;;
14241 esac |
14242 sort
14243) |
14244 sed '
14245 /^ac_cv_env_/b end
14246 t clear
14247 :clear
14248 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14249 t end
14250 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14251 :end' >>confcache
14252if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14253 if test -w "$cache_file"; then
14254 test "x$cache_file" != "x/dev/null" &&
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14256$as_echo "$as_me: updating cache $cache_file" >&6;}
14257 cat confcache >$cache_file
14258 else
14259 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14260$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14261 fi
14262fi
14263rm -f confcache
14264
14265test "x$prefix" = xNONE && prefix=$ac_default_prefix
14266# Let make expand exec_prefix.
14267test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14268
14269# Transform confdefs.h into DEFS.
14270# Protect against shell expansion while executing Makefile rules.
14271# Protect against Makefile macro expansion.
14272#
14273# If the first sed substitution is executed (which looks for macros that
14274# take arguments), then branch to the quote section. Otherwise,
14275# look for a macro that doesn't take arguments.
14276ac_script='
14277:mline
14278/\\$/{
14279 N
14280 s,\\\n,,
14281 b mline
14282}
14283t clear
14284:clear
14285s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14286t quote
14287s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14288t quote
14289b any
14290:quote
14291s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14292s/\[/\\&/g
14293s/\]/\\&/g
14294s/\$/$$/g
14295H
14296:any
14297${
14298 g
14299 s/^\n//
14300 s/\n/ /g
14301 p
14302}
14303'
14304DEFS=`sed -n "$ac_script" confdefs.h`
14305
14306
14307ac_libobjs=
14308ac_ltlibobjs=
14309for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14310 # 1. Remove the extension, and $U if already installed.
14311 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14312 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14313 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14314 # will be set to the directory where LIBOBJS objects are built.
14315 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14316 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14317done
14318LIBOBJS=$ac_libobjs
14319
14320LTLIBOBJS=$ac_ltlibobjs
14321
14322
14323
14324: ${CONFIG_STATUS=./config.status}
14325ac_write_fail=0
14326ac_clean_files_save=$ac_clean_files
14327ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14328{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14329$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14330as_write_fail=0
14331cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14332#! $SHELL
14333# Generated by $as_me.
14334# Run this file to recreate the current configuration.
14335# Compiler output produced by configure, useful for debugging
14336# configure, is in config.log if it exists.
14337
14338debug=false
14339ac_cs_recheck=false
14340ac_cs_silent=false
14341
14342SHELL=\${CONFIG_SHELL-$SHELL}
14343export SHELL
14344_ASEOF
14345cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14346## -------------------- ##
14347## M4sh Initialization. ##
14348## -------------------- ##
14349
14350# Be more Bourne compatible
14351DUALCASE=1; export DUALCASE # for MKS sh
14352if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14353 emulate sh
14354 NULLCMD=:
14355 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14356 # is contrary to our usage. Disable this feature.
14357 alias -g '${1+"$@"}'='"$@"'
14358 setopt NO_GLOB_SUBST
14359else
14360 case `(set -o) 2>/dev/null` in #(
14361 *posix*) :
14362 set -o posix ;; #(
14363 *) :
14364 ;;
14365esac
14366fi
14367
14368
14369as_nl='
14370'
14371export as_nl
14372# Printing a long string crashes Solaris 7 /usr/bin/printf.
14373as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14374as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14375as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14376# Prefer a ksh shell builtin over an external printf program on Solaris,
14377# but without wasting forks for bash or zsh.
14378if test -z "$BASH_VERSION$ZSH_VERSION" \
14379 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14380 as_echo='print -r --'
14381 as_echo_n='print -rn --'
14382elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14383 as_echo='printf %s\n'
14384 as_echo_n='printf %s'
14385else
14386 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14387 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14388 as_echo_n='/usr/ucb/echo -n'
14389 else
14390 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14391 as_echo_n_body='eval
14392 arg=$1;
14393 case $arg in #(
14394 *"$as_nl"*)
14395 expr "X$arg" : "X\\(.*\\)$as_nl";
14396 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14397 esac;
14398 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14399 '
14400 export as_echo_n_body
14401 as_echo_n='sh -c $as_echo_n_body as_echo'
14402 fi
14403 export as_echo_body
14404 as_echo='sh -c $as_echo_body as_echo'
14405fi
14406
14407# The user is always right.
14408if test "${PATH_SEPARATOR+set}" != set; then
14409 PATH_SEPARATOR=:
14410 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14411 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14412 PATH_SEPARATOR=';'
14413 }
14414fi
14415
14416
14417# IFS
14418# We need space, tab and new line, in precisely that order. Quoting is
14419# there to prevent editors from complaining about space-tab.
14420# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14421# splitting by setting IFS to empty value.)
14422IFS=" "" $as_nl"
14423
14424# Find who we are. Look in the path if we contain no directory separator.
14425case $0 in #((
14426 *[\\/]* ) as_myself=$0 ;;
14427 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14428for as_dir in $PATH
14429do
14430 IFS=$as_save_IFS
14431 test -z "$as_dir" && as_dir=.
14432 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14433 done
14434IFS=$as_save_IFS
14435
14436 ;;
14437esac
14438# We did not find ourselves, most probably we were run as `sh COMMAND'
14439# in which case we are not to be found in the path.
14440if test "x$as_myself" = x; then
14441 as_myself=$0
14442fi
14443if test ! -f "$as_myself"; then
14444 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14445 exit 1
14446fi
14447
14448# Unset variables that we do not need and which cause bugs (e.g. in
14449# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14450# suppresses any "Segmentation fault" message there. '((' could
14451# trigger a bug in pdksh 5.2.14.
14452for as_var in BASH_ENV ENV MAIL MAILPATH
14453do eval test x\${$as_var+set} = xset \
14454 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14455done
14456PS1='$ '
14457PS2='> '
14458PS4='+ '
14459
14460# NLS nuisances.
14461LC_ALL=C
14462export LC_ALL
14463LANGUAGE=C
14464export LANGUAGE
14465
14466# CDPATH.
14467(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14468
14469
14470# as_fn_error ERROR [LINENO LOG_FD]
14471# ---------------------------------
14472# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14473# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14474# script with status $?, using 1 if that was 0.
14475as_fn_error ()
14476{
14477 as_status=$?; test $as_status -eq 0 && as_status=1
14478 if test "$3"; then
14479 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14480 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14481 fi
14482 $as_echo "$as_me: error: $1" >&2
14483 as_fn_exit $as_status
14484} # as_fn_error
14485
14486
14487# as_fn_set_status STATUS
14488# -----------------------
14489# Set $? to STATUS, without forking.
14490as_fn_set_status ()
14491{
14492 return $1
14493} # as_fn_set_status
14494
14495# as_fn_exit STATUS
14496# -----------------
14497# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14498as_fn_exit ()
14499{
14500 set +e
14501 as_fn_set_status $1
14502 exit $1
14503} # as_fn_exit
14504
14505# as_fn_unset VAR
14506# ---------------
14507# Portably unset VAR.
14508as_fn_unset ()
14509{
14510 { eval $1=; unset $1;}
14511}
14512as_unset=as_fn_unset
14513# as_fn_append VAR VALUE
14514# ----------------------
14515# Append the text in VALUE to the end of the definition contained in VAR. Take
14516# advantage of any shell optimizations that allow amortized linear growth over
14517# repeated appends, instead of the typical quadratic growth present in naive
14518# implementations.
14519if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14520 eval 'as_fn_append ()
14521 {
14522 eval $1+=\$2
14523 }'
14524else
14525 as_fn_append ()
14526 {
14527 eval $1=\$$1\$2
14528 }
14529fi # as_fn_append
14530
14531# as_fn_arith ARG...
14532# ------------------
14533# Perform arithmetic evaluation on the ARGs, and store the result in the
14534# global $as_val. Take advantage of shells that can avoid forks. The arguments
14535# must be portable across $(()) and expr.
14536if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14537 eval 'as_fn_arith ()
14538 {
14539 as_val=$(( $* ))
14540 }'
14541else
14542 as_fn_arith ()
14543 {
14544 as_val=`expr "$@" || test $? -eq 1`
14545 }
14546fi # as_fn_arith
14547
14548
14549if expr a : '\(a\)' >/dev/null 2>&1 &&
14550 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14551 as_expr=expr
14552else
14553 as_expr=false
14554fi
14555
14556if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14557 as_basename=basename
14558else
14559 as_basename=false
14560fi
14561
14562if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14563 as_dirname=dirname
14564else
14565 as_dirname=false
14566fi
14567
14568as_me=`$as_basename -- "$0" ||
14569$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14570 X"$0" : 'X\(//\)$' \| \
14571 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14572$as_echo X/"$0" |
14573 sed '/^.*\/\([^/][^/]*\)\/*$/{
14574 s//\1/
14575 q
14576 }
14577 /^X\/\(\/\/\)$/{
14578 s//\1/
14579 q
14580 }
14581 /^X\/\(\/\).*/{
14582 s//\1/
14583 q
14584 }
14585 s/.*/./; q'`
14586
14587# Avoid depending upon Character Ranges.
14588as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14589as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14590as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14591as_cr_digits='0123456789'
14592as_cr_alnum=$as_cr_Letters$as_cr_digits
14593
14594ECHO_C= ECHO_N= ECHO_T=
14595case `echo -n x` in #(((((
14596-n*)
14597 case `echo 'xy\c'` in
14598 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14599 xy) ECHO_C='\c';;
14600 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14601 ECHO_T=' ';;
14602 esac;;
14603*)
14604 ECHO_N='-n';;
14605esac
14606
14607rm -f conf$$ conf$$.exe conf$$.file
14608if test -d conf$$.dir; then
14609 rm -f conf$$.dir/conf$$.file
14610else
14611 rm -f conf$$.dir
14612 mkdir conf$$.dir 2>/dev/null
14613fi
14614if (echo >conf$$.file) 2>/dev/null; then
14615 if ln -s conf$$.file conf$$ 2>/dev/null; then
14616 as_ln_s='ln -s'
14617 # ... but there are two gotchas:
14618 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14619 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14620 # In both cases, we have to default to `cp -p'.
14621 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14622 as_ln_s='cp -p'
14623 elif ln conf$$.file conf$$ 2>/dev/null; then
14624 as_ln_s=ln
14625 else
14626 as_ln_s='cp -p'
14627 fi
14628else
14629 as_ln_s='cp -p'
14630fi
14631rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14632rmdir conf$$.dir 2>/dev/null
14633
14634
14635# as_fn_mkdir_p
14636# -------------
14637# Create "$as_dir" as a directory, including parents if necessary.
14638as_fn_mkdir_p ()
14639{
14640
14641 case $as_dir in #(
14642 -*) as_dir=./$as_dir;;
14643 esac
14644 test -d "$as_dir" || eval $as_mkdir_p || {
14645 as_dirs=
14646 while :; do
14647 case $as_dir in #(
14648 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14649 *) as_qdir=$as_dir;;
14650 esac
14651 as_dirs="'$as_qdir' $as_dirs"
14652 as_dir=`$as_dirname -- "$as_dir" ||
14653$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14654 X"$as_dir" : 'X\(//\)[^/]' \| \
14655 X"$as_dir" : 'X\(//\)$' \| \
14656 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14657$as_echo X"$as_dir" |
14658 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14659 s//\1/
14660 q
14661 }
14662 /^X\(\/\/\)[^/].*/{
14663 s//\1/
14664 q
14665 }
14666 /^X\(\/\/\)$/{
14667 s//\1/
14668 q
14669 }
14670 /^X\(\/\).*/{
14671 s//\1/
14672 q
14673 }
14674 s/.*/./; q'`
14675 test -d "$as_dir" && break
14676 done
14677 test -z "$as_dirs" || eval "mkdir $as_dirs"
14678 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14679
14680
14681} # as_fn_mkdir_p
14682if mkdir -p . 2>/dev/null; then
14683 as_mkdir_p='mkdir -p "$as_dir"'
14684else
14685 test -d ./-p && rmdir ./-p
14686 as_mkdir_p=false
14687fi
14688
14689if test -x / >/dev/null 2>&1; then
14690 as_test_x='test -x'
14691else
14692 if ls -dL / >/dev/null 2>&1; then
14693 as_ls_L_option=L
14694 else
14695 as_ls_L_option=
14696 fi
14697 as_test_x='
14698 eval sh -c '\''
14699 if test -d "$1"; then
14700 test -d "$1/.";
14701 else
14702 case $1 in #(
14703 -*)set "./$1";;
14704 esac;
14705 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14706 ???[sx]*):;;*)false;;esac;fi
14707 '\'' sh
14708 '
14709fi
14710as_executable_p=$as_test_x
14711
14712# Sed expression to map a string onto a valid CPP name.
14713as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14714
14715# Sed expression to map a string onto a valid variable name.
14716as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14717
14718
14719exec 6>&1
14720## ----------------------------------- ##
14721## Main body of $CONFIG_STATUS script. ##
14722## ----------------------------------- ##
14723_ASEOF
14724test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14725
14726cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14727# Save the log message, to keep $0 and so on meaningful, and to
14728# report actual input values of CONFIG_FILES etc. instead of their
14729# values after options handling.
14730ac_log="
14731This file was extended by $as_me, which was
14732generated by GNU Autoconf 2.64. Invocation command line was
14733
14734 CONFIG_FILES = $CONFIG_FILES
14735 CONFIG_HEADERS = $CONFIG_HEADERS
14736 CONFIG_LINKS = $CONFIG_LINKS
14737 CONFIG_COMMANDS = $CONFIG_COMMANDS
14738 $ $0 $@
14739
14740on `(hostname || uname -n) 2>/dev/null | sed 1q`
14741"
14742
14743_ACEOF
14744
14745case $ac_config_files in *"
14746"*) set x $ac_config_files; shift; ac_config_files=$*;;
14747esac
14748
14749
14750
14751cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14752# Files that config.status was made for.
14753config_files="$ac_config_files"
14754
14755_ACEOF
14756
14757cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14758ac_cs_usage="\
14759\`$as_me' instantiates files and other configuration actions
14760from templates according to the current configuration. Unless the files
14761and actions are specified as TAGs, all are instantiated by default.
14762
14763Usage: $0 [OPTION]... [TAG]...
14764
14765 -h, --help print this help, then exit
14766 -V, --version print version number and configuration settings, then exit
14767 -q, --quiet, --silent
14768 do not print progress messages
14769 -d, --debug don't remove temporary files
14770 --recheck update $as_me by reconfiguring in the same conditions
14771 --file=FILE[:TEMPLATE]
14772 instantiate the configuration file FILE
14773
14774Configuration files:
14775$config_files
14776
14777Report bugs to the package provider."
14778
14779_ACEOF
14780cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14781ac_cs_version="\\
14782config.status
14783configured by $0, generated by GNU Autoconf 2.64,
14784 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14785
14786Copyright (C) 2009 Free Software Foundation, Inc.
14787This config.status script is free software; the Free Software Foundation
14788gives unlimited permission to copy, distribute and modify it."
14789
14790ac_pwd='$ac_pwd'
14791srcdir='$srcdir'
14792INSTALL='$INSTALL'
14793AWK='$AWK'
14794test -n "\$AWK" || AWK=awk
14795_ACEOF
14796
14797cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14798# The default lists apply if the user does not specify any file.
14799ac_need_defaults=:
14800while test $# != 0
14801do
14802 case $1 in
14803 --*=*)
14804 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14805 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14806 ac_shift=:
14807 ;;
14808 *)
14809 ac_option=$1
14810 ac_optarg=$2
14811 ac_shift=shift
14812 ;;
14813 esac
14814
14815 case $ac_option in
14816 # Handling of the options.
14817 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14818 ac_cs_recheck=: ;;
14819 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14820 $as_echo "$ac_cs_version"; exit ;;
14821 --debug | --debu | --deb | --de | --d | -d )
14822 debug=: ;;
14823 --file | --fil | --fi | --f )
14824 $ac_shift
14825 case $ac_optarg in
14826 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14827 esac
14828 as_fn_append CONFIG_FILES " '$ac_optarg'"
14829 ac_need_defaults=false;;
14830 --he | --h | --help | --hel | -h )
14831 $as_echo "$ac_cs_usage"; exit ;;
14832 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14833 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14834 ac_cs_silent=: ;;
14835
14836 # This is an error.
14837 -*) as_fn_error "unrecognized option: \`$1'
14838Try \`$0 --help' for more information." ;;
14839
14840 *) as_fn_append ac_config_targets " $1"
14841 ac_need_defaults=false ;;
14842
14843 esac
14844 shift
14845done
14846
14847ac_configure_extra_args=
14848
14849if $ac_cs_silent; then
14850 exec 6>/dev/null
14851 ac_configure_extra_args="$ac_configure_extra_args --silent"
14852fi
14853
14854_ACEOF
14855cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14856if \$ac_cs_recheck; then
14857 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14858 shift
14859 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14860 CONFIG_SHELL='$SHELL'
14861 export CONFIG_SHELL
14862 exec "\$@"
14863fi
14864
14865_ACEOF
14866cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14867exec 5>>config.log
14868{
14869 echo
14870 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14871## Running $as_me. ##
14872_ASBOX
14873 $as_echo "$ac_log"
14874} >&5
14875
14876_ACEOF
14877cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14878#
14879# INIT-COMMANDS
14880#
14881extrasub_build="$extrasub_build"
14882 extrasub_host="$extrasub_host"
14883 extrasub_target="$extrasub_target"
14884
14885_ACEOF
14886
14887cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14888
14889# Handling of arguments.
14890for ac_config_target in $ac_config_targets
14891do
14892 case $ac_config_target in
14893 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14894
14895 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14896 esac
14897done
14898
14899
14900# If the user did not use the arguments to specify the items to instantiate,
14901# then the envvar interface is used. Set only those that are not.
14902# We use the long form for the default assignment because of an extremely
14903# bizarre bug on SunOS 4.1.3.
14904if $ac_need_defaults; then
14905 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14906fi
14907
14908# Have a temporary directory for convenience. Make it in the build tree
14909# simply because there is no reason against having it here, and in addition,
14910# creating and moving files from /tmp can sometimes cause problems.
14911# Hook for its removal unless debugging.
14912# Note that there is a small window in which the directory will not be cleaned:
14913# after its creation but before its name has been assigned to `$tmp'.
14914$debug ||
14915{
14916 tmp=
14917 trap 'exit_status=$?
14918 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14919' 0
14920 trap 'as_fn_exit 1' 1 2 13 15
14921}
14922# Create a (secure) tmp directory for tmp files.
14923
14924{
14925 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14926 test -n "$tmp" && test -d "$tmp"
14927} ||
14928{
14929 tmp=./conf$$-$RANDOM
14930 (umask 077 && mkdir "$tmp")
14931} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14932
14933# Set up the scripts for CONFIG_FILES section.
14934# No need to generate them if there are no CONFIG_FILES.
14935# This happens for instance with `./config.status config.h'.
14936if test -n "$CONFIG_FILES"; then
14937
14938if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14939 ac_cs_awk_getline=:
14940 ac_cs_awk_pipe_init=
14941 ac_cs_awk_read_file='
14942 while ((getline aline < (F[key])) > 0)
14943 print(aline)
14944 close(F[key])'
14945 ac_cs_awk_pipe_fini=
14946else
14947 ac_cs_awk_getline=false
14948 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14949 ac_cs_awk_read_file='
14950 print "|#_!!_#|"
14951 print "cat " F[key] " &&"
14952 '$ac_cs_awk_pipe_init
14953 # The final `:' finishes the AND list.
14954 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14955fi
14956ac_cr=`echo X | tr X '\015'`
14957# On cygwin, bash can eat \r inside `` if the user requested igncr.
14958# But we know of no other shell where ac_cr would be empty at this
14959# point, so we can use a bashism as a fallback.
14960if test "x$ac_cr" = x; then
14961 eval ac_cr=\$\'\\r\'
14962fi
14963ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14964if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14965 ac_cs_awk_cr='\r'
14966else
14967 ac_cs_awk_cr=$ac_cr
14968fi
14969
14970echo 'BEGIN {' >"$tmp/subs1.awk" &&
14971_ACEOF
14972
14973# Create commands to substitute file output variables.
14974{
14975 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14976 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14977 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14978 echo "_ACAWK" &&
14979 echo "_ACEOF"
14980} >conf$$files.sh &&
14981. ./conf$$files.sh ||
14982 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14983rm -f conf$$files.sh
14984
14985{
14986 echo "cat >conf$$subs.awk <<_ACEOF" &&
14987 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14988 echo "_ACEOF"
14989} >conf$$subs.sh ||
14990 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14991ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14992ac_delim='%!_!# '
14993for ac_last_try in false false false false false :; do
14994 . ./conf$$subs.sh ||
14995 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14996
14997 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14998 if test $ac_delim_n = $ac_delim_num; then
14999 break
15000 elif $ac_last_try; then
15001 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15002 else
15003 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15004 fi
15005done
15006rm -f conf$$subs.sh
15007
15008cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15009cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15010_ACEOF
15011sed -n '
15012h
15013s/^/S["/; s/!.*/"]=/
15014p
15015g
15016s/^[^!]*!//
15017:repl
15018t repl
15019s/'"$ac_delim"'$//
15020t delim
15021:nl
15022h
15023s/\(.\{148\}\).*/\1/
15024t more1
15025s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15026p
15027n
15028b repl
15029:more1
15030s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15031p
15032g
15033s/.\{148\}//
15034t nl
15035:delim
15036h
15037s/\(.\{148\}\).*/\1/
15038t more2
15039s/["\\]/\\&/g; s/^/"/; s/$/"/
15040p
15041b
15042:more2
15043s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15044p
15045g
15046s/.\{148\}//
15047t delim
15048' <conf$$subs.awk | sed '
15049/^[^""]/{
15050 N
15051 s/\n//
15052}
15053' >>$CONFIG_STATUS || ac_write_fail=1
15054rm -f conf$$subs.awk
15055cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15056_ACAWK
15057cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15058 for (key in S) S_is_set[key] = 1
15059 FS = "\a"
15060 \$ac_cs_awk_pipe_init
15061}
15062{
15063 line = $ 0
15064 nfields = split(line, field, "@")
15065 substed = 0
15066 len = length(field[1])
15067 for (i = 2; i < nfields; i++) {
15068 key = field[i]
15069 keylen = length(key)
15070 if (S_is_set[key]) {
15071 value = S[key]
15072 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15073 len += length(value) + length(field[++i])
15074 substed = 1
15075 } else
15076 len += 1 + keylen
15077 }
15078 if (nfields == 3 && !substed) {
15079 key = field[2]
15080 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15081 \$ac_cs_awk_read_file
15082 next
15083 }
15084 }
15085 print line
15086}
15087\$ac_cs_awk_pipe_fini
15088_ACAWK
15089_ACEOF
15090cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15091if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15092 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15093else
15094 cat
15095fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15096 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15097_ACEOF
15098
15099# VPATH may cause trouble with some makes, so we remove $(srcdir),
15100# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15101# trailing colons and then remove the whole line if VPATH becomes empty
15102# (actually we leave an empty line to preserve line numbers).
15103if test "x$srcdir" = x.; then
15104 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15105s/:*\$(srcdir):*/:/
15106s/:*\${srcdir}:*/:/
15107s/:*@srcdir@:*/:/
15108s/^\([^=]*=[ ]*\):*/\1/
15109s/:*$//
15110s/^[^=]*=[ ]*$//
15111}'
15112fi
15113
15114cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15115fi # test -n "$CONFIG_FILES"
15116
15117
15118eval set X " :F $CONFIG_FILES "
15119shift
15120for ac_tag
15121do
15122 case $ac_tag in
15123 :[FHLC]) ac_mode=$ac_tag; continue;;
15124 esac
15125 case $ac_mode$ac_tag in
15126 :[FHL]*:*);;
15127 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15128 :[FH]-) ac_tag=-:-;;
15129 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15130 esac
15131 ac_save_IFS=$IFS
15132 IFS=:
15133 set x $ac_tag
15134 IFS=$ac_save_IFS
15135 shift
15136 ac_file=$1
15137 shift
15138
15139 case $ac_mode in
15140 :L) ac_source=$1;;
15141 :[FH])
15142 ac_file_inputs=
15143 for ac_f
15144 do
15145 case $ac_f in
15146 -) ac_f="$tmp/stdin";;
15147 *) # Look for the file first in the build tree, then in the source tree
15148 # (if the path is not absolute). The absolute path cannot be DOS-style,
15149 # because $ac_f cannot contain `:'.
15150 test -f "$ac_f" ||
15151 case $ac_f in
15152 [\\/$]*) false;;
15153 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15154 esac ||
15155 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15156 esac
15157 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15158 as_fn_append ac_file_inputs " '$ac_f'"
15159 done
15160
15161 # Let's still pretend it is `configure' which instantiates (i.e., don't
15162 # use $as_me), people would be surprised to read:
15163 # /* config.h. Generated by config.status. */
15164 configure_input='Generated from '`
15165 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15166 `' by configure.'
15167 if test x"$ac_file" != x-; then
15168 configure_input="$ac_file. $configure_input"
15169 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15170$as_echo "$as_me: creating $ac_file" >&6;}
15171 fi
15172 # Neutralize special characters interpreted by sed in replacement strings.
15173 case $configure_input in #(
15174 *\&* | *\|* | *\\* )
15175 ac_sed_conf_input=`$as_echo "$configure_input" |
15176 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15177 *) ac_sed_conf_input=$configure_input;;
15178 esac
15179
15180 case $ac_tag in
15181 *:-:* | *:-) cat >"$tmp/stdin" \
15182 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15183 esac
15184 ;;
15185 esac
15186
15187 ac_dir=`$as_dirname -- "$ac_file" ||
15188$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15189 X"$ac_file" : 'X\(//\)[^/]' \| \
15190 X"$ac_file" : 'X\(//\)$' \| \
15191 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15192$as_echo X"$ac_file" |
15193 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15194 s//\1/
15195 q
15196 }
15197 /^X\(\/\/\)[^/].*/{
15198 s//\1/
15199 q
15200 }
15201 /^X\(\/\/\)$/{
15202 s//\1/
15203 q
15204 }
15205 /^X\(\/\).*/{
15206 s//\1/
15207 q
15208 }
15209 s/.*/./; q'`
15210 as_dir="$ac_dir"; as_fn_mkdir_p
15211 ac_builddir=.
15212
15213case "$ac_dir" in
15214.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15215*)
15216 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15217 # A ".." for each directory in $ac_dir_suffix.
15218 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15219 case $ac_top_builddir_sub in
15220 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15221 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15222 esac ;;
15223esac
15224ac_abs_top_builddir=$ac_pwd
15225ac_abs_builddir=$ac_pwd$ac_dir_suffix
15226# for backward compatibility:
15227ac_top_builddir=$ac_top_build_prefix
15228
15229case $srcdir in
15230 .) # We are building in place.
15231 ac_srcdir=.
15232 ac_top_srcdir=$ac_top_builddir_sub
15233 ac_abs_top_srcdir=$ac_pwd ;;
15234 [\\/]* | ?:[\\/]* ) # Absolute name.
15235 ac_srcdir=$srcdir$ac_dir_suffix;
15236 ac_top_srcdir=$srcdir
15237 ac_abs_top_srcdir=$srcdir ;;
15238 *) # Relative name.
15239 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15240 ac_top_srcdir=$ac_top_build_prefix$srcdir
15241 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15242esac
15243ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15244
15245
15246 case $ac_mode in
15247 :F)
15248 #
15249 # CONFIG_FILE
15250 #
15251
15252 case $INSTALL in
15253 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15254 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15255 esac
15256_ACEOF
15257
15258cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15259# If the template does not know about datarootdir, expand it.
15260# FIXME: This hack should be removed a few years after 2.60.
15261ac_datarootdir_hack=; ac_datarootdir_seen=
15262ac_sed_dataroot='
15263/datarootdir/ {
15264 p
15265 q
15266}
15267/@datadir@/p
15268/@docdir@/p
15269/@infodir@/p
15270/@localedir@/p
15271/@mandir@/p'
15272case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15273*datarootdir*) ac_datarootdir_seen=yes;;
15274*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15276$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15277_ACEOF
15278cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15279 ac_datarootdir_hack='
15280 s&@datadir@&$datadir&g
15281 s&@docdir@&$docdir&g
15282 s&@infodir@&$infodir&g
15283 s&@localedir@&$localedir&g
15284 s&@mandir@&$mandir&g
15285 s&\\\${datarootdir}&$datarootdir&g' ;;
15286esac
15287_ACEOF
15288
15289# Neutralize VPATH when `$srcdir' = `.'.
15290# Shell code in configure.ac might set extrasub.
15291# FIXME: do we really want to maintain this feature?
15292cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15293ac_sed_extra="$ac_vpsub
15294$extrasub
15295_ACEOF
15296cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15297:t
15298/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15299s|@configure_input@|$ac_sed_conf_input|;t t
15300s&@top_builddir@&$ac_top_builddir_sub&;t t
15301s&@top_build_prefix@&$ac_top_build_prefix&;t t
15302s&@srcdir@&$ac_srcdir&;t t
15303s&@abs_srcdir@&$ac_abs_srcdir&;t t
15304s&@top_srcdir@&$ac_top_srcdir&;t t
15305s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15306s&@builddir@&$ac_builddir&;t t
15307s&@abs_builddir@&$ac_abs_builddir&;t t
15308s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15309s&@INSTALL@&$ac_INSTALL&;t t
15310$ac_datarootdir_hack
15311"
15312eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15313if $ac_cs_awk_getline; then
15314 $AWK -f "$tmp/subs.awk"
15315else
15316 $AWK -f "$tmp/subs.awk" | $SHELL
15317fi >$tmp/out \
15318 || as_fn_error "could not create $ac_file" "$LINENO" 5
15319
15320test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15321 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15322 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15324which seems to be undefined. Please make sure it is defined." >&5
15325$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15326which seems to be undefined. Please make sure it is defined." >&2;}
15327
15328 rm -f "$tmp/stdin"
15329 case $ac_file in
15330 -) cat "$tmp/out" && rm -f "$tmp/out";;
15331 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15332 esac \
15333 || as_fn_error "could not create $ac_file" "$LINENO" 5
15334 ;;
15335
15336
15337
15338 esac
15339
15340
15341 case $ac_file$ac_mode in
15342 "Makefile":F) sed "$extrasub_build" Makefile |
15343 sed "$extrasub_host" |
15344 sed "$extrasub_target" > mf$$
15345 mv -f mf$$ Makefile ;;
15346
15347 esac
15348done # for ac_tag
15349
15350
15351as_fn_exit 0
15352_ACEOF
15353ac_clean_files=$ac_clean_files_save
15354
15355test $ac_write_fail = 0 ||
15356 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15357
15358
15359# configure is writing to config.log, and then calls config.status.
15360# config.status does its own redirection, appending to config.log.
15361# Unfortunately, on DOS this fails, as config.log is still kept open
15362# by configure, so config.status won't be able to write to it; its
15363# output is simply discarded. So we exec the FD to /dev/null,
15364# effectively closing config.log, so it can be properly (re)opened and
15365# appended to by config.status. When coming back to configure, we
15366# need to make the FD available again.
15367if test "$no_create" != yes; then
15368 ac_cs_success=:
15369 ac_config_status_args=
15370 test "$silent" = yes &&
15371 ac_config_status_args="$ac_config_status_args --quiet"
15372 exec 5>/dev/null
15373 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15374 exec 5>>config.log
15375 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15376 # would make configure fail if this is the last instruction.
15377 $ac_cs_success || as_fn_exit $?
15378fi
15379if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15381$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15382fi
15383
This page took 0.076655 seconds and 4 git commands to generate.