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
607config_shell
608WINDRES_FOR_BUILD
609WINDMC_FOR_BUILD
610RANLIB_FOR_BUILD
611NM_FOR_BUILD
612LD_FOR_BUILD
613LDFLAGS_FOR_BUILD
614GOC_FOR_BUILD
615GFORTRAN_FOR_BUILD
616GCJ_FOR_BUILD
617DLLTOOL_FOR_BUILD
618CXX_FOR_BUILD
619CXXFLAGS_FOR_BUILD
620CFLAGS_FOR_BUILD
621CC_FOR_BUILD
622AS_FOR_BUILD
623AR_FOR_BUILD
624target_configdirs
625configdirs
626build_configdirs
627INSTALL_GDB_TK
628GDB_TK
629CONFIGURE_GDB_TK
630build_tooldir
631tooldir
632GCC_SHLIB_SUBDIR
633RPATH_ENVVAR
634target_configargs
635host_configargs
636build_configargs
637BUILD_CONFIG
638CXXFLAGS_FOR_TARGET
639CFLAGS_FOR_TARGET
640DEBUG_PREFIX_CFLAGS_FOR_TARGET
641SYSROOT_CFLAGS_FOR_TARGET
642stage1_languages
643extra_host_libiberty_configure_flags
644clooginc
645clooglibs
646pplinc
647ppllibs
648poststage1_ldflags
649poststage1_libs
650stage1_libs
651stage1_ldflags
652extra_mpc_mpfr_configure_flags
653extra_mpc_gmp_configure_flags
654extra_mpfr_configure_flags
655gmpinc
656gmplibs
657do_compare
658GNATMAKE
659GNATBIND
660ac_ct_CXX
661CXXFLAGS
662CXX
663OBJEXT
664EXEEXT
665ac_ct_CC
666CPPFLAGS
667LDFLAGS
668CFLAGS
669CC
670target_subdir
671host_subdir
672build_subdir
673build_libsubdir
674AWK
675SED
676LN_S
677LN
678INSTALL_DATA
679INSTALL_SCRIPT
680INSTALL_PROGRAM
681target_os
682target_vendor
683target_cpu
684target
685host_os
686host_vendor
687host_cpu
688host
689target_noncanonical
690host_noncanonical
691build_noncanonical
692build_os
693build_vendor
694build_cpu
695build
696TOPLEVEL_CONFIGURE_ARGUMENTS
697target_alias
698host_alias
699build_alias
700LIBS
701ECHO_T
702ECHO_N
703ECHO_C
704DEFS
705mandir
706localedir
707libdir
708psdir
709pdfdir
710dvidir
711htmldir
712infodir
713docdir
714oldincludedir
715includedir
716localstatedir
717sharedstatedir
718sysconfdir
719datadir
720datarootdir
721libexecdir
722sbindir
723bindir
724program_transform_name
725prefix
726exec_prefix
727PACKAGE_URL
728PACKAGE_BUGREPORT
729PACKAGE_STRING
730PACKAGE_VERSION
731PACKAGE_TARNAME
732PACKAGE_NAME
733PATH_SEPARATOR
734SHELL'
735ac_subst_files='serialization_dependencies
736host_makefile_frag
737target_makefile_frag
738alphaieee_frag
739ospace_frag'
740ac_user_opts='
741enable_option_checking
742with_build_libsubdir
743enable_gold
744enable_ld
745enable_libquadmath
746enable_libquadmath_support
747enable_libada
748enable_libssp
749enable_build_with_cxx
750with_mpc
751with_mpc_include
752with_mpc_lib
753with_mpfr_dir
754with_mpfr
755with_mpfr_include
756with_mpfr_lib
757with_gmp_dir
758with_gmp
759with_gmp_include
760with_gmp_lib
761with_host_libstdcxx
762with_stage1_ldflags
763with_stage1_libs
764with_boot_libs
765with_boot_ldflags
766with_ppl
767with_ppl_include
768with_ppl_lib
769enable_ppl_version_check
770with_cloog
771with_cloog_include
772with_cloog_lib
773enable_cloog_backend
774enable_cloog_version_check
775enable_lto
776enable_stage1_languages
777enable_objc_gc
778with_build_sysroot
779with_debug_prefix_map
780enable_bootstrap
781with_build_config
782enable_serial_configure
783with_build_time_tools
784enable_maintainer_mode
785enable_stage1_checking
786enable_werror
787'
788 ac_precious_vars='build_alias
789host_alias
790target_alias
791CC
792CFLAGS
793LDFLAGS
794LIBS
795CPPFLAGS
796CXX
797CXXFLAGS
798CCC
799build_configargs
800host_configargs
801target_configargs
802AR
803AS
804DLLTOOL
805LD
806LIPO
807NM
808RANLIB
809STRIP
810WINDRES
811WINDMC
812OBJCOPY
813OBJDUMP
814CC_FOR_TARGET
815CXX_FOR_TARGET
816GCC_FOR_TARGET
817GCJ_FOR_TARGET
818GFORTRAN_FOR_TARGET
819GOC_FOR_TARGET
820AR_FOR_TARGET
821AS_FOR_TARGET
822DLLTOOL_FOR_TARGET
823LD_FOR_TARGET
824LIPO_FOR_TARGET
825NM_FOR_TARGET
826OBJDUMP_FOR_TARGET
827RANLIB_FOR_TARGET
828STRIP_FOR_TARGET
829WINDRES_FOR_TARGET
830WINDMC_FOR_TARGET'
831
832
833# Initialize some variables set by options.
834ac_init_help=
835ac_init_version=false
836ac_unrecognized_opts=
837ac_unrecognized_sep=
838# The variables have the same names as the options, with
839# dashes changed to underlines.
840cache_file=/dev/null
841exec_prefix=NONE
842no_create=
843no_recursion=
844prefix=NONE
845program_prefix=NONE
846program_suffix=NONE
847program_transform_name=s,x,x,
848silent=
849site=
850srcdir=
851verbose=
852x_includes=NONE
853x_libraries=NONE
854
855# Installation directory options.
856# These are left unexpanded so users can "make install exec_prefix=/foo"
857# and all the variables that are supposed to be based on exec_prefix
858# by default will actually change.
859# Use braces instead of parens because sh, perl, etc. also accept them.
860# (The list follows the same order as the GNU Coding Standards.)
861bindir='${exec_prefix}/bin'
862sbindir='${exec_prefix}/sbin'
863libexecdir='${exec_prefix}/libexec'
864datarootdir='${prefix}/share'
865datadir='${datarootdir}'
866sysconfdir='${prefix}/etc'
867sharedstatedir='${prefix}/com'
868localstatedir='${prefix}/var'
869includedir='${prefix}/include'
870oldincludedir='/usr/include'
871docdir='${datarootdir}/doc/${PACKAGE}'
872infodir='${datarootdir}/info'
873htmldir='${docdir}'
874dvidir='${docdir}'
875pdfdir='${docdir}'
876psdir='${docdir}'
877libdir='${exec_prefix}/lib'
878localedir='${datarootdir}/locale'
879mandir='${datarootdir}/man'
880
881ac_prev=
882ac_dashdash=
883for ac_option
884do
885 # If the previous option needs an argument, assign it.
886 if test -n "$ac_prev"; then
887 eval $ac_prev=\$ac_option
888 ac_prev=
889 continue
890 fi
891
892 case $ac_option in
893 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894 *) ac_optarg=yes ;;
895 esac
896
897 # Accept the important Cygnus configure options, so we can diagnose typos.
898
899 case $ac_dashdash$ac_option in
900 --)
901 ac_dashdash=yes ;;
902
903 -bindir | --bindir | --bindi | --bind | --bin | --bi)
904 ac_prev=bindir ;;
905 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
906 bindir=$ac_optarg ;;
907
908 -build | --build | --buil | --bui | --bu)
909 ac_prev=build_alias ;;
910 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
911 build_alias=$ac_optarg ;;
912
913 -cache-file | --cache-file | --cache-fil | --cache-fi \
914 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
915 ac_prev=cache_file ;;
916 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
917 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
918 cache_file=$ac_optarg ;;
919
920 --config-cache | -C)
921 cache_file=config.cache ;;
922
923 -datadir | --datadir | --datadi | --datad)
924 ac_prev=datadir ;;
925 -datadir=* | --datadir=* | --datadi=* | --datad=*)
926 datadir=$ac_optarg ;;
927
928 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
929 | --dataroo | --dataro | --datar)
930 ac_prev=datarootdir ;;
931 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
932 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
933 datarootdir=$ac_optarg ;;
934
935 -disable-* | --disable-*)
936 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
937 # Reject names that are not valid shell variable names.
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939 as_fn_error "invalid feature name: $ac_useropt"
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944"enable_$ac_useropt"
945"*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=no ;;
950
951 -docdir | --docdir | --docdi | --doc | --do)
952 ac_prev=docdir ;;
953 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954 docdir=$ac_optarg ;;
955
956 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957 ac_prev=dvidir ;;
958 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959 dvidir=$ac_optarg ;;
960
961 -enable-* | --enable-*)
962 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
963 # Reject names that are not valid shell variable names.
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970"enable_$ac_useropt"
971"*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
974 esac
975 eval enable_$ac_useropt=\$ac_optarg ;;
976
977 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
978 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
979 | --exec | --exe | --ex)
980 ac_prev=exec_prefix ;;
981 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
982 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
983 | --exec=* | --exe=* | --ex=*)
984 exec_prefix=$ac_optarg ;;
985
986 -gas | --gas | --ga | --g)
987 # Obsolete; use --with-gas.
988 with_gas=yes ;;
989
990 -help | --help | --hel | --he | -h)
991 ac_init_help=long ;;
992 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
993 ac_init_help=recursive ;;
994 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
995 ac_init_help=short ;;
996
997 -host | --host | --hos | --ho)
998 ac_prev=host_alias ;;
999 -host=* | --host=* | --hos=* | --ho=*)
1000 host_alias=$ac_optarg ;;
1001
1002 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1003 ac_prev=htmldir ;;
1004 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1005 | --ht=*)
1006 htmldir=$ac_optarg ;;
1007
1008 -includedir | --includedir | --includedi | --included | --include \
1009 | --includ | --inclu | --incl | --inc)
1010 ac_prev=includedir ;;
1011 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1012 | --includ=* | --inclu=* | --incl=* | --inc=*)
1013 includedir=$ac_optarg ;;
1014
1015 -infodir | --infodir | --infodi | --infod | --info | --inf)
1016 ac_prev=infodir ;;
1017 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1018 infodir=$ac_optarg ;;
1019
1020 -libdir | --libdir | --libdi | --libd)
1021 ac_prev=libdir ;;
1022 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1023 libdir=$ac_optarg ;;
1024
1025 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1026 | --libexe | --libex | --libe)
1027 ac_prev=libexecdir ;;
1028 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1029 | --libexe=* | --libex=* | --libe=*)
1030 libexecdir=$ac_optarg ;;
1031
1032 -localedir | --localedir | --localedi | --localed | --locale)
1033 ac_prev=localedir ;;
1034 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035 localedir=$ac_optarg ;;
1036
1037 -localstatedir | --localstatedir | --localstatedi | --localstated \
1038 | --localstate | --localstat | --localsta | --localst | --locals)
1039 ac_prev=localstatedir ;;
1040 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1041 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1042 localstatedir=$ac_optarg ;;
1043
1044 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045 ac_prev=mandir ;;
1046 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1047 mandir=$ac_optarg ;;
1048
1049 -nfp | --nfp | --nf)
1050 # Obsolete; use --without-fp.
1051 with_fp=no ;;
1052
1053 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1054 | --no-cr | --no-c | -n)
1055 no_create=yes ;;
1056
1057 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1058 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1059 no_recursion=yes ;;
1060
1061 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1062 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1063 | --oldin | --oldi | --old | --ol | --o)
1064 ac_prev=oldincludedir ;;
1065 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1066 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1067 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1068 oldincludedir=$ac_optarg ;;
1069
1070 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071 ac_prev=prefix ;;
1072 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1073 prefix=$ac_optarg ;;
1074
1075 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1076 | --program-pre | --program-pr | --program-p)
1077 ac_prev=program_prefix ;;
1078 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1079 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1080 program_prefix=$ac_optarg ;;
1081
1082 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1083 | --program-suf | --program-su | --program-s)
1084 ac_prev=program_suffix ;;
1085 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1086 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1087 program_suffix=$ac_optarg ;;
1088
1089 -program-transform-name | --program-transform-name \
1090 | --program-transform-nam | --program-transform-na \
1091 | --program-transform-n | --program-transform- \
1092 | --program-transform | --program-transfor \
1093 | --program-transfo | --program-transf \
1094 | --program-trans | --program-tran \
1095 | --progr-tra | --program-tr | --program-t)
1096 ac_prev=program_transform_name ;;
1097 -program-transform-name=* | --program-transform-name=* \
1098 | --program-transform-nam=* | --program-transform-na=* \
1099 | --program-transform-n=* | --program-transform-=* \
1100 | --program-transform=* | --program-transfor=* \
1101 | --program-transfo=* | --program-transf=* \
1102 | --program-trans=* | --program-tran=* \
1103 | --progr-tra=* | --program-tr=* | --program-t=*)
1104 program_transform_name=$ac_optarg ;;
1105
1106 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107 ac_prev=pdfdir ;;
1108 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109 pdfdir=$ac_optarg ;;
1110
1111 -psdir | --psdir | --psdi | --psd | --ps)
1112 ac_prev=psdir ;;
1113 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114 psdir=$ac_optarg ;;
1115
1116 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117 | -silent | --silent | --silen | --sile | --sil)
1118 silent=yes ;;
1119
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
1124 sbindir=$ac_optarg ;;
1125
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
1135 sharedstatedir=$ac_optarg ;;
1136
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
1140 site=$ac_optarg ;;
1141
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1145 srcdir=$ac_optarg ;;
1146
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1152 sysconfdir=$ac_optarg ;;
1153
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
1155 ac_prev=target_alias ;;
1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1157 target_alias=$ac_optarg ;;
1158
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1161
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
1164
1165 -with-* | --with-*)
1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1173 *"
1174"with_$ac_useropt"
1175"*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
1178 esac
1179 eval with_$ac_useropt=\$ac_optarg ;;
1180
1181 -without-* | --without-*)
1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1183 # Reject names that are not valid shell variable names.
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1189 *"
1190"with_$ac_useropt"
1191"*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
1196
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1200
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1206 x_includes=$ac_optarg ;;
1207
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1213 x_libraries=$ac_optarg ;;
1214
1215 -*) as_fn_error "unrecognized option: \`$ac_option'
1216Try \`$0 --help' for more information."
1217 ;;
1218
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1225 esac
1226 eval $ac_envvar=\$ac_optarg
1227 export $ac_envvar ;;
1228
1229 *)
1230 # FIXME: should be removed in autoconf 3.0.
1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1234 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1235 ;;
1236
1237 esac
1238done
1239
1240if test -n "$ac_prev"; then
1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1242 as_fn_error "missing argument to $ac_option"
1243fi
1244
1245if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
1248 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1250 esac
1251fi
1252
1253# Check all directory arguments for consistency.
1254for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir
1258do
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
1267 case $ac_val in
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1270 esac
1271 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1272done
1273
1274# There might be people who depend on the old broken behavior: `$host'
1275# used to hold the argument of --host etc.
1276# FIXME: To remove some day.
1277build=$build_alias
1278host=$host_alias
1279target=$target_alias
1280
1281# FIXME: To remove some day.
1282if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
1285 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1286 If a cross compiler is detected then cross compile mode will be used." >&2
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1289 fi
1290fi
1291
1292ac_tool_prefix=
1293test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295test "$silent" = yes && exec 6>/dev/null
1296
1297
1298ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299ac_ls_di=`ls -di .` &&
1300ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error "working directory cannot be determined"
1302test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error "pwd does not report name of working directory"
1304
1305
1306# Find the source files, if location was not specified.
1307if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315$as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1318 q
1319 }
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\).*/{
1329 s//\1/
1330 q
1331 }
1332 s/.*/./; q'`
1333 srcdir=$ac_confdir
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335 srcdir=..
1336 fi
1337else
1338 ac_srcdir_defaulted=no
1339fi
1340if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1343fi
1344ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1347 pwd)`
1348# When building in place, set srcdir=.
1349if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1351fi
1352# Remove unnecessary trailing slashes from srcdir.
1353# Double slashes in file names in object file debugging info
1354# mess up M-x gdb in Emacs.
1355case $srcdir in
1356*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357esac
1358case $srcdir in
1359 *" "*)
1360 as_fn_error "path to source, $srcdir, contains spaces"
1361 ;;
1362esac
1363ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1364
1365for ac_var in $ac_precious_vars; do
1366 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_env_${ac_var}_value=\$${ac_var}
1368 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370done
1371
1372#
1373# Report the --help message.
1374#
1375if test "$ac_init_help" = "long"; then
1376 # Omit some internal or obsolete options to make the list less imposing.
1377 # This message is too long to be a string in the A/UX 3.1 sh.
1378 cat <<_ACEOF
1379\`configure' configures this package to adapt to many kinds of systems.
1380
1381Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1383To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384VAR=VALUE. See below for descriptions of some of the useful variables.
1385
1386Defaults for the options are specified in brackets.
1387
1388Configuration:
1389 -h, --help display this help and exit
1390 --help=short display options specific to this package
1391 --help=recursive display the short help of all the included packages
1392 -V, --version display version information and exit
1393 -q, --quiet, --silent do not print \`checking...' messages
1394 --cache-file=FILE cache test results in FILE [disabled]
1395 -C, --config-cache alias for \`--cache-file=config.cache'
1396 -n, --no-create do not create output files
1397 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398
1399Installation directories:
1400 --prefix=PREFIX install architecture-independent files in PREFIX
1401 [$ac_default_prefix]
1402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1403 [PREFIX]
1404
1405By default, \`make install' will install all the files in
1406\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1407an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408for instance \`--prefix=\$HOME'.
1409
1410For better control, use the options below.
1411
1412Fine tuning of the installation directories:
1413 --bindir=DIR user executables [EPREFIX/bin]
1414 --sbindir=DIR system admin executables [EPREFIX/sbin]
1415 --libexecdir=DIR program executables [EPREFIX/libexec]
1416 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1417 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1418 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1419 --libdir=DIR object code libraries [EPREFIX/lib]
1420 --includedir=DIR C header files [PREFIX/include]
1421 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1422 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1423 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1424 --infodir=DIR info documentation [DATAROOTDIR/info]
1425 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1426 --mandir=DIR man documentation [DATAROOTDIR/man]
1427 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1428 --htmldir=DIR html documentation [DOCDIR]
1429 --dvidir=DIR dvi documentation [DOCDIR]
1430 --pdfdir=DIR pdf documentation [DOCDIR]
1431 --psdir=DIR ps documentation [DOCDIR]
1432_ACEOF
1433
1434 cat <<\_ACEOF
1435
1436Program names:
1437 --program-prefix=PREFIX prepend PREFIX to installed program names
1438 --program-suffix=SUFFIX append SUFFIX to installed program names
1439 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1440
1441System types:
1442 --build=BUILD configure for building on BUILD [guessed]
1443 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1444 --target=TARGET configure for building compilers for TARGET [HOST]
1445_ACEOF
1446fi
1447
1448if test -n "$ac_init_help"; then
1449
1450 cat <<\_ACEOF
1451
1452Optional Features:
1453 --disable-option-checking ignore unrecognized --enable/--with options
1454 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1455 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1456 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1457 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1458 --disable-libquadmath do not build libquadmath directory
1459 --disable-libquadmath-support
1460 disable libquadmath support for Fortran
1461 --enable-libada build libada directory
1462 --enable-libssp build libssp directory
1463 --enable-build-with-cxx build with C++ compiler instead of C compiler
1464 --disable-ppl-version-check
1465 disable check for PPL version
1466 --enable-cloog-backend[=BACKEND]
1467 set the CLooG BACKEND used to either isl, ppl or
1468 ppl-legacy (default)
1469 --disable-cloog-version-check
1470 disable check for CLooG version
1471 --enable-lto enable link time optimization support
1472 --enable-stage1-languages[=all]
1473 choose additional languages to build during stage1.
1474 Mostly useful for compiler development
1475 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1476 Objective-C runtime
1477 --enable-bootstrap enable bootstrapping [yes if native build]
1478 --enable-serial-[{host,target,build}-]configure
1479 force sequential configuration of sub-packages for
1480 the host, target or build machine, or all
1481 sub-packages
1482 --enable-maintainer-mode
1483 enable make rules and dependencies not useful (and
1484 sometimes confusing) to the casual installer
1485 --enable-stage1-checking[=all]
1486 choose additional checking for stage1 of the
1487 compiler
1488 --enable-werror enable -Werror in bootstrap stage2 and later
1489
1490Optional Packages:
1491 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1492 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1493 --with-build-libsubdir=DIR Directory where to find libraries for build system
1494 --with-mpc=PATH specify prefix directory for installed MPC package.
1495 Equivalent to --with-mpc-include=PATH/include plus
1496 --with-mpc-lib=PATH/lib
1497 --with-mpc-include=PATH specify directory for installed MPC include files
1498 --with-mpc-lib=PATH specify directory for the installed MPC library
1499 --with-mpfr-dir=PATH this option has been REMOVED
1500 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1501 Equivalent to --with-mpfr-include=PATH/include plus
1502 --with-mpfr-lib=PATH/lib
1503 --with-mpfr-include=PATH
1504 specify directory for installed MPFR include files
1505 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1506 --with-gmp-dir=PATH this option has been REMOVED
1507 --with-gmp=PATH specify prefix directory for the installed GMP
1508 package. Equivalent to
1509 --with-gmp-include=PATH/include plus
1510 --with-gmp-lib=PATH/lib
1511 --with-gmp-include=PATH specify directory for installed GMP include files
1512 --with-gmp-lib=PATH specify directory for the installed GMP library
1513 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1514 linking with PPL
1515 --with-stage1-ldflags=FLAGS
1516 linker flags for stage1
1517 --with-stage1-libs=LIBS libraries for stage1
1518 --with-boot-libs=LIBS libraries for stage2 and later
1519 --with-boot-ldflags=FLAGS
1520 linker flags for stage2 and later
1521 --with-ppl=PATH specify prefix directory for the installed PPL
1522 package. Equivalent to
1523 --with-ppl-include=PATH/include plus
1524 --with-ppl-lib=PATH/lib
1525 --with-ppl-include=PATH specify directory for installed PPL include files
1526 --with-ppl-lib=PATH specify directory for the installed PPL library
1527 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1528 package. Equivalent to
1529 --with-cloog-include=PATH/include plus
1530 --with-cloog-lib=PATH/lib
1531 --with-cloog-include=PATH
1532 Specify directory for installed CLooG include files
1533 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1534 library
1535 --with-build-sysroot=SYSROOT
1536 use sysroot as the system root during the build
1537 --with-debug-prefix-map='A=B C=D ...'
1538 map A to B, C to D ... in debug information
1539 --with-build-config='NAME NAME2...'
1540 use config/NAME.mk build configuration
1541 --with-build-time-tools=PATH
1542 use given path to find target tools during the build
1543
1544Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
1554 build_configargs
1555 additional configure arguments for build directories
1556 host_configargs
1557 additional configure arguments for host directories
1558 target_configargs
1559 additional configure arguments for target directories
1560 AR AR for the host
1561 AS AS for the host
1562 DLLTOOL DLLTOOL for the host
1563 LD LD for the host
1564 LIPO LIPO for the host
1565 NM NM for the host
1566 RANLIB RANLIB for the host
1567 STRIP STRIP for the host
1568 WINDRES WINDRES for the host
1569 WINDMC WINDMC for the host
1570 OBJCOPY OBJCOPY for the host
1571 OBJDUMP OBJDUMP for the host
1572 CC_FOR_TARGET
1573 CC for the target
1574 CXX_FOR_TARGET
1575 CXX for the target
1576 GCC_FOR_TARGET
1577 GCC for the target
1578 GCJ_FOR_TARGET
1579 GCJ for the target
1580 GFORTRAN_FOR_TARGET
1581 GFORTRAN for the target
1582 GOC_FOR_TARGET
1583 GOC for the target
1584 AR_FOR_TARGET
1585 AR for the target
1586 AS_FOR_TARGET
1587 AS for the target
1588 DLLTOOL_FOR_TARGET
1589 DLLTOOL for the target
1590 LD_FOR_TARGET
1591 LD for the target
1592 LIPO_FOR_TARGET
1593 LIPO for the target
1594 NM_FOR_TARGET
1595 NM for the target
1596 OBJDUMP_FOR_TARGET
1597 OBJDUMP for the target
1598 RANLIB_FOR_TARGET
1599 RANLIB for the target
1600 STRIP_FOR_TARGET
1601 STRIP for the target
1602 WINDRES_FOR_TARGET
1603 WINDRES for the target
1604 WINDMC_FOR_TARGET
1605 WINDMC for the target
1606
1607Use these variables to override the choices made by `configure' or to help
1608it to find libraries and programs with nonstandard names/locations.
1609
1610Report bugs to the package provider.
1611_ACEOF
1612ac_status=$?
1613fi
1614
1615if test "$ac_init_help" = "recursive"; then
1616 # If there are subdirs, report their specific --help.
1617 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1618 test -d "$ac_dir" ||
1619 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1620 continue
1621 ac_builddir=.
1622
1623case "$ac_dir" in
1624.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1625*)
1626 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1627 # A ".." for each directory in $ac_dir_suffix.
1628 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1629 case $ac_top_builddir_sub in
1630 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1631 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1632 esac ;;
1633esac
1634ac_abs_top_builddir=$ac_pwd
1635ac_abs_builddir=$ac_pwd$ac_dir_suffix
1636# for backward compatibility:
1637ac_top_builddir=$ac_top_build_prefix
1638
1639case $srcdir in
1640 .) # We are building in place.
1641 ac_srcdir=.
1642 ac_top_srcdir=$ac_top_builddir_sub
1643 ac_abs_top_srcdir=$ac_pwd ;;
1644 [\\/]* | ?:[\\/]* ) # Absolute name.
1645 ac_srcdir=$srcdir$ac_dir_suffix;
1646 ac_top_srcdir=$srcdir
1647 ac_abs_top_srcdir=$srcdir ;;
1648 *) # Relative name.
1649 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1650 ac_top_srcdir=$ac_top_build_prefix$srcdir
1651 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1652esac
1653ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1654
1655 cd "$ac_dir" || { ac_status=$?; continue; }
1656 # Check for guested configure.
1657 if test -f "$ac_srcdir/configure.gnu"; then
1658 echo &&
1659 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1660 elif test -f "$ac_srcdir/configure"; then
1661 echo &&
1662 $SHELL "$ac_srcdir/configure" --help=recursive
1663 else
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1665 fi || ac_status=$?
1666 cd "$ac_pwd" || { ac_status=$?; break; }
1667 done
1668fi
1669
1670test -n "$ac_init_help" && exit $ac_status
1671if $ac_init_version; then
1672 cat <<\_ACEOF
1673configure
1674generated by GNU Autoconf 2.64
1675
1676Copyright (C) 2009 Free Software Foundation, Inc.
1677This configure script is free software; the Free Software Foundation
1678gives unlimited permission to copy, distribute and modify it.
1679_ACEOF
1680 exit
1681fi
1682
1683## ------------------------ ##
1684## Autoconf initialization. ##
1685## ------------------------ ##
1686
1687# ac_fn_c_try_compile LINENO
1688# --------------------------
1689# Try to compile conftest.$ac_ext, and return whether this succeeded.
1690ac_fn_c_try_compile ()
1691{
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 rm -f conftest.$ac_objext
1694 if { { ac_try="$ac_compile"
1695case "(($ac_try" in
1696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697 *) ac_try_echo=$ac_try;;
1698esac
1699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700$as_echo "$ac_try_echo"; } >&5
1701 (eval "$ac_compile") 2>conftest.err
1702 ac_status=$?
1703 if test -s conftest.err; then
1704 grep -v '^ *+' conftest.err >conftest.er1
1705 cat conftest.er1 >&5
1706 mv -f conftest.er1 conftest.err
1707 fi
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && {
1710 test -z "$ac_c_werror_flag" ||
1711 test ! -s conftest.err
1712 } && test -s conftest.$ac_objext; then :
1713 ac_retval=0
1714else
1715 $as_echo "$as_me: failed program was:" >&5
1716sed 's/^/| /' conftest.$ac_ext >&5
1717
1718 ac_retval=1
1719fi
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 return $ac_retval
1722
1723} # ac_fn_c_try_compile
1724
1725# ac_fn_cxx_try_compile LINENO
1726# ----------------------------
1727# Try to compile conftest.$ac_ext, and return whether this succeeded.
1728ac_fn_cxx_try_compile ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 rm -f conftest.$ac_objext
1732 if { { ac_try="$ac_compile"
1733case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_compile") 2>conftest.err
1740 ac_status=$?
1741 if test -s conftest.err; then
1742 grep -v '^ *+' conftest.err >conftest.er1
1743 cat conftest.er1 >&5
1744 mv -f conftest.er1 conftest.err
1745 fi
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } && {
1748 test -z "$ac_cxx_werror_flag" ||
1749 test ! -s conftest.err
1750 } && test -s conftest.$ac_objext; then :
1751 ac_retval=0
1752else
1753 $as_echo "$as_me: failed program was:" >&5
1754sed 's/^/| /' conftest.$ac_ext >&5
1755
1756 ac_retval=1
1757fi
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 return $ac_retval
1760
1761} # ac_fn_cxx_try_compile
1762
1763# ac_fn_c_try_link LINENO
1764# -----------------------
1765# Try to link conftest.$ac_ext, and return whether this succeeded.
1766ac_fn_c_try_link ()
1767{
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 rm -f conftest.$ac_objext conftest$ac_exeext
1770 if { { ac_try="$ac_link"
1771case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774esac
1775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776$as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_link") 2>conftest.err
1778 ac_status=$?
1779 if test -s conftest.err; then
1780 grep -v '^ *+' conftest.err >conftest.er1
1781 cat conftest.er1 >&5
1782 mv -f conftest.er1 conftest.err
1783 fi
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && {
1786 test -z "$ac_c_werror_flag" ||
1787 test ! -s conftest.err
1788 } && test -s conftest$ac_exeext && {
1789 test "$cross_compiling" = yes ||
1790 $as_test_x conftest$ac_exeext
1791 }; then :
1792 ac_retval=0
1793else
1794 $as_echo "$as_me: failed program was:" >&5
1795sed 's/^/| /' conftest.$ac_ext >&5
1796
1797 ac_retval=1
1798fi
1799 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1800 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1801 # interfere with the next link command; also delete a directory that is
1802 # left behind by Apple's compiler. We do this before executing the actions.
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805 return $ac_retval
1806
1807} # ac_fn_c_try_link
1808cat >config.log <<_ACEOF
1809This file contains any messages produced by compilers while
1810running configure, to aid debugging if configure makes a mistake.
1811
1812It was created by $as_me, which was
1813generated by GNU Autoconf 2.64. Invocation command line was
1814
1815 $ $0 $@
1816
1817_ACEOF
1818exec 5>>config.log
1819{
1820cat <<_ASUNAME
1821## --------- ##
1822## Platform. ##
1823## --------- ##
1824
1825hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1826uname -m = `(uname -m) 2>/dev/null || echo unknown`
1827uname -r = `(uname -r) 2>/dev/null || echo unknown`
1828uname -s = `(uname -s) 2>/dev/null || echo unknown`
1829uname -v = `(uname -v) 2>/dev/null || echo unknown`
1830
1831/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1832/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1833
1834/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1835/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1836/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1837/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1838/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1839/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1840/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1841
1842_ASUNAME
1843
1844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1845for as_dir in $PATH
1846do
1847 IFS=$as_save_IFS
1848 test -z "$as_dir" && as_dir=.
1849 $as_echo "PATH: $as_dir"
1850 done
1851IFS=$as_save_IFS
1852
1853} >&5
1854
1855cat >&5 <<_ACEOF
1856
1857
1858## ----------- ##
1859## Core tests. ##
1860## ----------- ##
1861
1862_ACEOF
1863
1864
1865# Keep a trace of the command line.
1866# Strip out --no-create and --no-recursion so they do not pile up.
1867# Strip out --silent because we don't want to record it for future runs.
1868# Also quote any args containing shell meta-characters.
1869# Make two passes to allow for proper duplicate-argument suppression.
1870ac_configure_args=
1871ac_configure_args0=
1872ac_configure_args1=
1873ac_must_keep_next=false
1874for ac_pass in 1 2
1875do
1876 for ac_arg
1877 do
1878 case $ac_arg in
1879 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1881 | -silent | --silent | --silen | --sile | --sil)
1882 continue ;;
1883 *\'*)
1884 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1885 esac
1886 case $ac_pass in
1887 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1888 2)
1889 as_fn_append ac_configure_args1 " '$ac_arg'"
1890 if test $ac_must_keep_next = true; then
1891 ac_must_keep_next=false # Got value, back to normal.
1892 else
1893 case $ac_arg in
1894 *=* | --config-cache | -C | -disable-* | --disable-* \
1895 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1896 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1897 | -with-* | --with-* | -without-* | --without-* | --x)
1898 case "$ac_configure_args0 " in
1899 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1900 esac
1901 ;;
1902 -* ) ac_must_keep_next=true ;;
1903 esac
1904 fi
1905 as_fn_append ac_configure_args " '$ac_arg'"
1906 ;;
1907 esac
1908 done
1909done
1910{ ac_configure_args0=; unset ac_configure_args0;}
1911{ ac_configure_args1=; unset ac_configure_args1;}
1912
1913# When interrupted or exit'd, cleanup temporary files, and complete
1914# config.log. We remove comments because anyway the quotes in there
1915# would cause problems or look ugly.
1916# WARNING: Use '\'' to represent an apostrophe within the trap.
1917# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1918trap 'exit_status=$?
1919 # Save into config.log some information that might help in debugging.
1920 {
1921 echo
1922
1923 cat <<\_ASBOX
1924## ---------------- ##
1925## Cache variables. ##
1926## ---------------- ##
1927_ASBOX
1928 echo
1929 # The following way of writing the cache mishandles newlines in values,
1930(
1931 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1932 eval ac_val=\$$ac_var
1933 case $ac_val in #(
1934 *${as_nl}*)
1935 case $ac_var in #(
1936 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1937$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1938 esac
1939 case $ac_var in #(
1940 _ | IFS | as_nl) ;; #(
1941 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1942 *) { eval $ac_var=; unset $ac_var;} ;;
1943 esac ;;
1944 esac
1945 done
1946 (set) 2>&1 |
1947 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1948 *${as_nl}ac_space=\ *)
1949 sed -n \
1950 "s/'\''/'\''\\\\'\'''\''/g;
1951 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1952 ;; #(
1953 *)
1954 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1955 ;;
1956 esac |
1957 sort
1958)
1959 echo
1960
1961 cat <<\_ASBOX
1962## ----------------- ##
1963## Output variables. ##
1964## ----------------- ##
1965_ASBOX
1966 echo
1967 for ac_var in $ac_subst_vars
1968 do
1969 eval ac_val=\$$ac_var
1970 case $ac_val in
1971 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1972 esac
1973 $as_echo "$ac_var='\''$ac_val'\''"
1974 done | sort
1975 echo
1976
1977 if test -n "$ac_subst_files"; then
1978 cat <<\_ASBOX
1979## ------------------- ##
1980## File substitutions. ##
1981## ------------------- ##
1982_ASBOX
1983 echo
1984 for ac_var in $ac_subst_files
1985 do
1986 eval ac_val=\$$ac_var
1987 case $ac_val in
1988 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1989 esac
1990 $as_echo "$ac_var='\''$ac_val'\''"
1991 done | sort
1992 echo
1993 fi
1994
1995 if test -s confdefs.h; then
1996 cat <<\_ASBOX
1997## ----------- ##
1998## confdefs.h. ##
1999## ----------- ##
2000_ASBOX
2001 echo
2002 cat confdefs.h
2003 echo
2004 fi
2005 test "$ac_signal" != 0 &&
2006 $as_echo "$as_me: caught signal $ac_signal"
2007 $as_echo "$as_me: exit $exit_status"
2008 } >&5
2009 rm -f core *.core core.conftest.* &&
2010 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2011 exit $exit_status
2012' 0
2013for ac_signal in 1 2 13 15; do
2014 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2015done
2016ac_signal=0
2017
2018# confdefs.h avoids OS command line length limits that DEFS can exceed.
2019rm -f -r conftest* confdefs.h
2020
2021$as_echo "/* confdefs.h */" > confdefs.h
2022
2023# Predefined preprocessor variables.
2024
2025cat >>confdefs.h <<_ACEOF
2026#define PACKAGE_NAME "$PACKAGE_NAME"
2027_ACEOF
2028
2029cat >>confdefs.h <<_ACEOF
2030#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2031_ACEOF
2032
2033cat >>confdefs.h <<_ACEOF
2034#define PACKAGE_VERSION "$PACKAGE_VERSION"
2035_ACEOF
2036
2037cat >>confdefs.h <<_ACEOF
2038#define PACKAGE_STRING "$PACKAGE_STRING"
2039_ACEOF
2040
2041cat >>confdefs.h <<_ACEOF
2042#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2043_ACEOF
2044
2045cat >>confdefs.h <<_ACEOF
2046#define PACKAGE_URL "$PACKAGE_URL"
2047_ACEOF
2048
2049
2050# Let the site file select an alternate cache file if it wants to.
2051# Prefer an explicitly selected file to automatically selected ones.
2052ac_site_file1=NONE
2053ac_site_file2=NONE
2054if test -n "$CONFIG_SITE"; then
2055 ac_site_file1=$CONFIG_SITE
2056elif test "x$prefix" != xNONE; then
2057 ac_site_file1=$prefix/share/config.site
2058 ac_site_file2=$prefix/etc/config.site
2059else
2060 ac_site_file1=$ac_default_prefix/share/config.site
2061 ac_site_file2=$ac_default_prefix/etc/config.site
2062fi
2063for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2064do
2065 test "x$ac_site_file" = xNONE && continue
2066 if test -r "$ac_site_file"; then
2067 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2068$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2069 sed 's/^/| /' "$ac_site_file" >&5
2070 . "$ac_site_file"
2071 fi
2072done
2073
2074if test -r "$cache_file"; then
2075 # Some versions of bash will fail to source /dev/null (special
2076 # files actually), so we avoid doing that.
2077 if test -f "$cache_file"; then
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2079$as_echo "$as_me: loading cache $cache_file" >&6;}
2080 case $cache_file in
2081 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2082 *) . "./$cache_file";;
2083 esac
2084 fi
2085else
2086 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2087$as_echo "$as_me: creating cache $cache_file" >&6;}
2088 >$cache_file
2089fi
2090
2091# Check that the precious variables saved in the cache have kept the same
2092# value.
2093ac_cache_corrupted=false
2094for ac_var in $ac_precious_vars; do
2095 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2096 eval ac_new_set=\$ac_env_${ac_var}_set
2097 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2098 eval ac_new_val=\$ac_env_${ac_var}_value
2099 case $ac_old_set,$ac_new_set in
2100 set,)
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2102$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2103 ac_cache_corrupted=: ;;
2104 ,set)
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2106$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2107 ac_cache_corrupted=: ;;
2108 ,);;
2109 *)
2110 if test "x$ac_old_val" != "x$ac_new_val"; then
2111 # differences in whitespace do not lead to failure.
2112 ac_old_val_w=`echo x $ac_old_val`
2113 ac_new_val_w=`echo x $ac_new_val`
2114 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2116$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2117 ac_cache_corrupted=:
2118 else
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2120$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2121 eval $ac_var=\$ac_old_val
2122 fi
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2124$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2126$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2127 fi;;
2128 esac
2129 # Pass precious variables to config.status.
2130 if test "$ac_new_set" = set; then
2131 case $ac_new_val in
2132 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2133 *) ac_arg=$ac_var=$ac_new_val ;;
2134 esac
2135 case " $ac_configure_args " in
2136 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2137 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2138 esac
2139 fi
2140done
2141if $ac_cache_corrupted; then
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2143$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2145$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2146 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2147fi
2148## -------------------- ##
2149## Main body of script. ##
2150## -------------------- ##
2151
2152ac_ext=c
2153ac_cpp='$CPP $CPPFLAGS'
2154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2156ac_compiler_gnu=$ac_cv_c_compiler_gnu
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166progname=$0
2167# if PWD already has a value, it is probably wrong.
2168if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2169
2170# Export original configure arguments for use by sub-configures.
2171# Quote arguments with shell meta charatcers.
2172TOPLEVEL_CONFIGURE_ARGUMENTS=
2173set -- "$progname" "$@"
2174for ac_arg
2175do
2176 case "$ac_arg" in
2177 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2178 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2179 # if the argument is of the form -foo=baz, quote the baz part only
2180 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2181 *) ;;
2182 esac
2183 # Add the quoted argument to the list.
2184 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2185done
2186if test "$silent" = yes; then
2187 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2188fi
2189# Remove the initial space we just introduced and, as these will be
2190# expanded by make, quote '$'.
2191TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2192
2193
2194# Find the build, host, and target systems.
2195ac_aux_dir=
2196for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2197 for ac_t in install-sh install.sh shtool; do
2198 if test -f "$ac_dir/$ac_t"; then
2199 ac_aux_dir=$ac_dir
2200 ac_install_sh="$ac_aux_dir/$ac_t -c"
2201 break 2
2202 fi
2203 done
2204done
2205if test -z "$ac_aux_dir"; then
2206 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2207fi
2208
2209# These three variables are undocumented and unsupported,
2210# and are intended to be withdrawn in a future Autoconf release.
2211# They can cause serious problems if a builder's source tree is in a directory
2212# whose full name contains unusual characters.
2213ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2214ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2215ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2216
2217
2218# Make sure we can run config.sub.
2219$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2220 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2221
2222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2223$as_echo_n "checking build system type... " >&6; }
2224if test "${ac_cv_build+set}" = set; then :
2225 $as_echo_n "(cached) " >&6
2226else
2227 ac_build_alias=$build_alias
2228test "x$ac_build_alias" = x &&
2229 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2230test "x$ac_build_alias" = x &&
2231 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2232ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2233 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2234
2235fi
2236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2237$as_echo "$ac_cv_build" >&6; }
2238case $ac_cv_build in
2239*-*-*) ;;
2240*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2241esac
2242build=$ac_cv_build
2243ac_save_IFS=$IFS; IFS='-'
2244set x $ac_cv_build
2245shift
2246build_cpu=$1
2247build_vendor=$2
2248shift; shift
2249# Remember, the first character of IFS is used to create $*,
2250# except with old shells:
2251build_os=$*
2252IFS=$ac_save_IFS
2253case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2254
2255
2256 case ${build_alias} in
2257 "") build_noncanonical=${build} ;;
2258 *) build_noncanonical=${build_alias} ;;
2259esac
2260
2261
2262
2263 case ${host_alias} in
2264 "") host_noncanonical=${build_noncanonical} ;;
2265 *) host_noncanonical=${host_alias} ;;
2266esac
2267
2268
2269
2270 case ${target_alias} in
2271 "") target_noncanonical=${host_noncanonical} ;;
2272 *) target_noncanonical=${target_alias} ;;
2273esac
2274
2275
2276
2277
2278test "$host_noncanonical" = "$target_noncanonical" &&
2279 test "$program_prefix$program_suffix$program_transform_name" = \
2280 NONENONEs,x,x, &&
2281 program_transform_name=s,y,y,
2282
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2284$as_echo_n "checking host system type... " >&6; }
2285if test "${ac_cv_host+set}" = set; then :
2286 $as_echo_n "(cached) " >&6
2287else
2288 if test "x$host_alias" = x; then
2289 ac_cv_host=$ac_cv_build
2290else
2291 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2292 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2293fi
2294
2295fi
2296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2297$as_echo "$ac_cv_host" >&6; }
2298case $ac_cv_host in
2299*-*-*) ;;
2300*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2301esac
2302host=$ac_cv_host
2303ac_save_IFS=$IFS; IFS='-'
2304set x $ac_cv_host
2305shift
2306host_cpu=$1
2307host_vendor=$2
2308shift; shift
2309# Remember, the first character of IFS is used to create $*,
2310# except with old shells:
2311host_os=$*
2312IFS=$ac_save_IFS
2313case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2314
2315
2316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2317$as_echo_n "checking target system type... " >&6; }
2318if test "${ac_cv_target+set}" = set; then :
2319 $as_echo_n "(cached) " >&6
2320else
2321 if test "x$target_alias" = x; then
2322 ac_cv_target=$ac_cv_host
2323else
2324 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2325 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2326fi
2327
2328fi
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2330$as_echo "$ac_cv_target" >&6; }
2331case $ac_cv_target in
2332*-*-*) ;;
2333*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2334esac
2335target=$ac_cv_target
2336ac_save_IFS=$IFS; IFS='-'
2337set x $ac_cv_target
2338shift
2339target_cpu=$1
2340target_vendor=$2
2341shift; shift
2342# Remember, the first character of IFS is used to create $*,
2343# except with old shells:
2344target_os=$*
2345IFS=$ac_save_IFS
2346case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2347
2348
2349# The aliases save the names the user supplied, while $host etc.
2350# will get canonicalized.
2351test -n "$target_alias" &&
2352 test "$program_prefix$program_suffix$program_transform_name" = \
2353 NONENONEs,x,x, &&
2354 program_prefix=${target_alias}-
2355
2356test "$program_prefix" != NONE &&
2357 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2358# Use a double $ so make ignores it.
2359test "$program_suffix" != NONE &&
2360 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2361# Double any \ or $.
2362# By default was `s,x,x', remove it if useless.
2363ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2364program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2365
2366
2367
2368# Get 'install' or 'install-sh' and its variants.
2369# Find a good install program. We prefer a C program (faster),
2370# so one script is as good as another. But avoid the broken or
2371# incompatible versions:
2372# SysV /etc/install, /usr/sbin/install
2373# SunOS /usr/etc/install
2374# IRIX /sbin/install
2375# AIX /bin/install
2376# AmigaOS /C/install, which installs bootblocks on floppy discs
2377# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2378# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2379# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2380# OS/2's system install, which has a completely different semantic
2381# ./install, which can be erroneously created by make from ./install.sh.
2382# Reject install programs that cannot install multiple files.
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2384$as_echo_n "checking for a BSD-compatible install... " >&6; }
2385if test -z "$INSTALL"; then
2386if test "${ac_cv_path_install+set}" = set; then :
2387 $as_echo_n "(cached) " >&6
2388else
2389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
2394 # Account for people who put trailing slashes in PATH elements.
2395case $as_dir/ in #((
2396 ./ | .// | /[cC]/* | \
2397 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2398 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2399 /usr/ucb/* ) ;;
2400 *)
2401 # OSF1 and SCO ODT 3.0 have their own names for install.
2402 # Don't use installbsd from OSF since it installs stuff as root
2403 # by default.
2404 for ac_prog in ginstall scoinst install; do
2405 for ac_exec_ext in '' $ac_executable_extensions; do
2406 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2407 if test $ac_prog = install &&
2408 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2409 # AIX install. It has an incompatible calling convention.
2410 :
2411 elif test $ac_prog = install &&
2412 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2413 # program-specific install script used by HP pwplus--don't use.
2414 :
2415 else
2416 rm -rf conftest.one conftest.two conftest.dir
2417 echo one > conftest.one
2418 echo two > conftest.two
2419 mkdir conftest.dir
2420 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2421 test -s conftest.one && test -s conftest.two &&
2422 test -s conftest.dir/conftest.one &&
2423 test -s conftest.dir/conftest.two
2424 then
2425 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2426 break 3
2427 fi
2428 fi
2429 fi
2430 done
2431 done
2432 ;;
2433esac
2434
2435 done
2436IFS=$as_save_IFS
2437
2438rm -rf conftest.one conftest.two conftest.dir
2439
2440fi
2441 if test "${ac_cv_path_install+set}" = set; then
2442 INSTALL=$ac_cv_path_install
2443 else
2444 # As a last resort, use the slow shell script. Don't cache a
2445 # value for INSTALL within a source directory, because that will
2446 # break other packages using the cache if that directory is
2447 # removed, or if the value is a relative name.
2448 INSTALL=$ac_install_sh
2449 fi
2450fi
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2452$as_echo "$INSTALL" >&6; }
2453
2454# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2455# It thinks the first close brace ends the variable substitution.
2456test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2457
2458test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2459
2460test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2461
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2463$as_echo_n "checking whether ln works... " >&6; }
2464if test "${acx_cv_prog_LN+set}" = set; then :
2465 $as_echo_n "(cached) " >&6
2466else
2467 rm -f conftestdata_t
2468echo >conftestdata_f
2469if ln conftestdata_f conftestdata_t 2>/dev/null
2470then
2471 acx_cv_prog_LN=ln
2472else
2473 acx_cv_prog_LN=no
2474fi
2475rm -f conftestdata_f conftestdata_t
2476
2477fi
2478if test $acx_cv_prog_LN = no; then
2479 LN="cp"
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2481$as_echo "no, using $LN" >&6; }
2482else
2483 LN="$acx_cv_prog_LN"
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2485$as_echo "yes" >&6; }
2486fi
2487
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2489$as_echo_n "checking whether ln -s works... " >&6; }
2490LN_S=$as_ln_s
2491if test "$LN_S" = "ln -s"; then
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2493$as_echo "yes" >&6; }
2494else
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2496$as_echo "no, using $LN_S" >&6; }
2497fi
2498
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2500$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2501if test "${ac_cv_path_SED+set}" = set; then :
2502 $as_echo_n "(cached) " >&6
2503else
2504 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2505 for ac_i in 1 2 3 4 5 6 7; do
2506 ac_script="$ac_script$as_nl$ac_script"
2507 done
2508 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2509 { ac_script=; unset ac_script;}
2510 if test -z "$SED"; then
2511 ac_path_SED_found=false
2512 # Loop through the user's path and test for each of PROGNAME-LIST
2513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514for as_dir in $PATH
2515do
2516 IFS=$as_save_IFS
2517 test -z "$as_dir" && as_dir=.
2518 for ac_prog in sed gsed; do
2519 for ac_exec_ext in '' $ac_executable_extensions; do
2520 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2521 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2522# Check for GNU ac_path_SED and select it if it is found.
2523 # Check for GNU $ac_path_SED
2524case `"$ac_path_SED" --version 2>&1` in
2525*GNU*)
2526 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2527*)
2528 ac_count=0
2529 $as_echo_n 0123456789 >"conftest.in"
2530 while :
2531 do
2532 cat "conftest.in" "conftest.in" >"conftest.tmp"
2533 mv "conftest.tmp" "conftest.in"
2534 cp "conftest.in" "conftest.nl"
2535 $as_echo '' >> "conftest.nl"
2536 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2537 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2538 as_fn_arith $ac_count + 1 && ac_count=$as_val
2539 if test $ac_count -gt ${ac_path_SED_max-0}; then
2540 # Best one so far, save it but keep looking for a better one
2541 ac_cv_path_SED="$ac_path_SED"
2542 ac_path_SED_max=$ac_count
2543 fi
2544 # 10*(2^10) chars as input seems more than enough
2545 test $ac_count -gt 10 && break
2546 done
2547 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2548esac
2549
2550 $ac_path_SED_found && break 3
2551 done
2552 done
2553 done
2554IFS=$as_save_IFS
2555 if test -z "$ac_cv_path_SED"; then
2556 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2557 fi
2558else
2559 ac_cv_path_SED=$SED
2560fi
2561
2562fi
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2564$as_echo "$ac_cv_path_SED" >&6; }
2565 SED="$ac_cv_path_SED"
2566 rm -f conftest.sed
2567
2568for ac_prog in gawk mawk nawk awk
2569do
2570 # Extract the first word of "$ac_prog", so it can be a program name with args.
2571set dummy $ac_prog; ac_word=$2
2572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573$as_echo_n "checking for $ac_word... " >&6; }
2574if test "${ac_cv_prog_AWK+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
2576else
2577 if test -n "$AWK"; then
2578 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2579else
2580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581for as_dir in $PATH
2582do
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587 ac_cv_prog_AWK="$ac_prog"
2588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2590 fi
2591done
2592 done
2593IFS=$as_save_IFS
2594
2595fi
2596fi
2597AWK=$ac_cv_prog_AWK
2598if test -n "$AWK"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2600$as_echo "$AWK" >&6; }
2601else
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603$as_echo "no" >&6; }
2604fi
2605
2606
2607 test -n "$AWK" && break
2608done
2609
2610
2611### we might need to use some other shell than /bin/sh for running subshells
2612### If we are on Windows, search for the shell. This will permit people
2613### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2614### without also having to set CONFIG_SHELL. This code will work when
2615### using bash, which sets OSTYPE.
2616case "${OSTYPE}" in
2617*win32*)
2618 if test x${CONFIG_SHELL} = x ; then
2619 if test ! -f /bin/sh ; then
2620 if test x${SHELL} != x && test -f ${SHELL} ; then
2621 CONFIG_SHELL=${SHELL}
2622 export CONFIG_SHELL
2623 else
2624 for prog in sh sh.exe bash bash.exe; do
2625 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2626 for dir in $PATH; do
2627 test -z "$dir" && dir=.
2628 if test -f $dir/$prog; then
2629 CONFIG_SHELL=$dir/$prog
2630 export CONFIG_SHELL
2631 break
2632 fi
2633 done
2634 IFS="$save_ifs"
2635 test -n "${CONFIG_SHELL}" && break
2636 done
2637 fi
2638 fi
2639 fi
2640 ;;
2641esac
2642
2643config_shell=${CONFIG_SHELL-/bin/sh}
2644
2645moveifchange=${srcdir}/move-if-change
2646
2647srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2648
2649# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2650# a relative path.
2651if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2652 INSTALL="${srcpwd}/install-sh -c"
2653fi
2654
2655# Set srcdir to "." if that's what it is.
2656# This is important for multilib support.
2657pwd=`${PWDCMD-pwd}`
2658if test "${pwd}" = "${srcpwd}" ; then
2659 srcdir=.
2660fi
2661
2662topsrcdir=$srcpwd
2663
2664extra_host_args=
2665
2666### To add a new directory to the tree, first choose whether it is a target
2667### or a host dependent tool. Then put it into the appropriate list
2668### (library or tools, host or target), doing a dependency sort.
2669
2670# Subdirs will be configured in the order listed in build_configdirs,
2671# configdirs, or target_configdirs; see the serialization section below.
2672
2673# Dependency sorting is only needed when *configuration* must be done in
2674# a particular order. In all cases a dependency should be specified in
2675# the Makefile, whether or not it's implicitly specified here.
2676
2677# Double entries in build_configdirs, configdirs, or target_configdirs may
2678# cause circular dependencies and break everything horribly.
2679
2680# these library is used by various programs built for the build
2681# environment
2682#
2683build_libs="build-libiberty"
2684
2685# these tools are built for the build environment
2686build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
2687
2688# these libraries are used by various programs built for the host environment
2689#
2690host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
2691
2692# these tools are built for the host environment
2693# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2694# know that we are building the simulator.
2695# binutils, gas and ld appear in that order because it makes sense to run
2696# "make check" in that particular order.
2697# If --enable-gold is used, "gold" may replace "ld".
2698host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
2699
2700# libgcj represents the runtime libraries only used by gcj.
2701libgcj="target-libffi \
2702 target-zlib \
2703 target-qthreads \
2704 target-libjava"
2705
2706# these libraries are built for the target environment, and are built after
2707# the host libraries and the host tools (which may be a cross compiler)
2708#
2709target_libraries="target-libgcc \
2710 target-libiberty \
2711 target-libgloss \
2712 target-newlib \
2713 target-libgomp \
2714 target-libstdc++-v3 \
2715 target-libmudflap \
2716 target-libssp \
2717 target-libquadmath \
2718 target-libgfortran \
2719 target-boehm-gc \
2720 ${libgcj} \
2721 target-libobjc \
2722 target-libada \
2723 target-libgo"
2724
2725# these tools are built using the target libraries, and are intended to
2726# run only in the target environment
2727#
2728# note: any program that *uses* libraries that are in the "target_libraries"
2729# list belongs in this list.
2730#
2731target_tools="target-examples target-gperf target-rda"
2732
2733################################################################################
2734
2735## All tools belong in one of the four categories, and are assigned above
2736## We assign ${configdirs} this way to remove all embedded newlines. This
2737## is important because configure will choke if they ever get through.
2738## ${configdirs} is directories we build using the host tools.
2739## ${target_configdirs} is directories we build using the target tools.
2740configdirs=`echo ${host_libs} ${host_tools}`
2741target_configdirs=`echo ${target_libraries} ${target_tools}`
2742build_configdirs=`echo ${build_libs} ${build_tools}`
2743
2744
2745
2746################################################################################
2747
2748srcname="gnu development package"
2749
2750# This gets set non-empty for some net releases of packages.
2751appdirs=""
2752
2753# Define is_cross_compiler to save on calls to 'test'.
2754is_cross_compiler=
2755if test x"${host}" = x"${target}" ; then
2756 is_cross_compiler=no
2757else
2758 is_cross_compiler=yes
2759fi
2760
2761# Find the build and target subdir names.
2762
2763# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2764# have matching libraries, they should use host libraries: Makefile.tpl
2765# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2766# However, they still use the build modules, because the corresponding
2767# host modules (e.g. bison) are only built for the host when bootstrap
2768# finishes. So:
2769# - build_subdir is where we find build modules, and never changes.
2770# - build_libsubdir is where we find build libraries, and can be overridden.
2771
2772# Prefix 'build-' so this never conflicts with target_subdir.
2773build_subdir="build-${build_noncanonical}"
2774
2775# Check whether --with-build-libsubdir was given.
2776if test "${with_build_libsubdir+set}" = set; then :
2777 withval=$with_build_libsubdir; build_libsubdir="$withval"
2778else
2779 build_libsubdir="$build_subdir"
2780fi
2781
2782# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2783if ( test $srcdir = . && test -d gcc ) \
2784 || test -d $srcdir/../host-${host_noncanonical}; then
2785 host_subdir="host-${host_noncanonical}"
2786else
2787 host_subdir=.
2788fi
2789# No prefix.
2790target_subdir=${target_noncanonical}
2791
2792# Be sure to cover against remnants of an in-tree build.
2793if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2794 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2795Use a pristine source tree when building in a separate tree" "$LINENO" 5
2796fi
2797
2798# Skipdirs are removed silently.
2799skipdirs=
2800# Noconfigdirs are removed loudly.
2801noconfigdirs=""
2802
2803use_gnu_ld=
2804# Make sure we don't let GNU ld be added if we didn't want it.
2805if test x$with_gnu_ld = xno ; then
2806 use_gnu_ld=no
2807 noconfigdirs="$noconfigdirs ld gold"
2808fi
2809
2810use_gnu_as=
2811# Make sure we don't let GNU as be added if we didn't want it.
2812if test x$with_gnu_as = xno ; then
2813 use_gnu_as=no
2814 noconfigdirs="$noconfigdirs gas"
2815fi
2816
2817use_included_zlib=
2818# Make sure we don't let ZLIB be added if we didn't want it.
2819if test x$with_system_zlib = xyes ; then
2820 use_included_zlib=no
2821 noconfigdirs="$noconfigdirs zlib"
2822fi
2823
2824# some tools are so dependent upon X11 that if we're not building with X,
2825# it's not even worth trying to configure, much less build, that tool.
2826
2827case ${with_x} in
2828 yes | "") ;; # the default value for this tree is that X11 is available
2829 no)
2830 skipdirs="${skipdirs} tk itcl libgui"
2831 # We won't be able to build gdbtk without X.
2832 enable_gdbtk=no
2833 ;;
2834 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2835esac
2836
2837# Some are only suitable for cross toolchains.
2838# Remove these if host=target.
2839cross_only="target-libgloss target-newlib target-opcodes"
2840
2841case $is_cross_compiler in
2842 no) skipdirs="${skipdirs} ${cross_only}" ;;
2843esac
2844
2845# If both --with-headers and --with-libs are specified, default to
2846# --without-newlib.
2847if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2848 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2849 if test x"${with_newlib}" = x ; then
2850 with_newlib=no
2851 fi
2852fi
2853
2854# Recognize --with-newlib/--without-newlib.
2855case ${with_newlib} in
2856 no) skipdirs="${skipdirs} target-newlib" ;;
2857 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2858esac
2859
2860# Handle --enable-gold, --enable-ld.
2861# --disable-gold [--enable-ld]
2862# Build only ld. Default option.
2863# --enable-gold [--enable-ld]
2864# Build both gold and ld. Install gold as "ld.gold", install ld
2865# as "ld.bfd" and "ld".
2866# --enable-gold=default [--enable-ld]
2867# Build both gold and ld. Install gold as "ld.gold" and "ld",
2868# install ld as "ld.bfd".
2869# --enable-gold[=default] --disable-ld
2870# Build only gold, which is then installed as both "ld.gold" and "ld".
2871# --enable-gold --enable-ld=default
2872# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2873# and ld.bfd).
2874# In other words, ld is default
2875# --enable-gold=default --enable-ld=default
2876# Error.
2877
2878default_ld=
2879# Check whether --enable-gold was given.
2880if test "${enable_gold+set}" = set; then :
2881 enableval=$enable_gold; ENABLE_GOLD=$enableval
2882else
2883 ENABLE_GOLD=no
2884fi
2885
2886case "${ENABLE_GOLD}" in
2887 yes|default)
2888 # Check for ELF target.
2889 is_elf=no
2890 case "${target}" in
2891 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2892 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2893 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2894 | *-*-solaris2* | *-*-nto*)
2895 case "${target}" in
2896 *-*-linux*aout* | *-*-linux*oldld*)
2897 ;;
2898 *)
2899 is_elf=yes
2900 ;;
2901 esac
2902 esac
2903
2904 if test "$is_elf" = "yes"; then
2905 # Check for target supported by gold.
2906 case "${target}" in
2907 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
2908 configdirs="$configdirs gold"
2909 if test x${ENABLE_GOLD} = xdefault; then
2910 default_ld=gold
2911 fi
2912 ENABLE_GOLD=yes
2913 ;;
2914 esac
2915 fi
2916 ;;
2917 no)
2918 ;;
2919 *)
2920 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2921 ;;
2922esac
2923
2924# Check whether --enable-ld was given.
2925if test "${enable_ld+set}" = set; then :
2926 enableval=$enable_ld; ENABLE_LD=$enableval
2927else
2928 ENABLE_LD=yes
2929fi
2930
2931
2932case "${ENABLE_LD}" in
2933 default)
2934 if test x${default_ld} != x; then
2935 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2936 fi
2937 ;;
2938 yes)
2939 ;;
2940 no)
2941 if test x${ENABLE_GOLD} != xyes; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2943$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2944 fi
2945 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2946 ;;
2947 *)
2948 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2949 ;;
2950esac
2951
2952# Configure extra directories which are host specific
2953
2954case "${host}" in
2955 *-cygwin*)
2956 configdirs="$configdirs libtermcap" ;;
2957esac
2958
2959# A target can indicate whether a language isn't supported for some reason.
2960# Only spaces may be used in this macro; not newlines or tabs.
2961unsupported_languages=
2962
2963# Remove more programs from consideration, based on the host or
2964# target this usually means that a port of the program doesn't
2965# exist yet.
2966
2967case "${host}" in
2968 i[3456789]86-*-msdosdjgpp*)
2969 noconfigdirs="$noconfigdirs tcl tk itcl"
2970 ;;
2971esac
2972
2973
2974# Check whether --enable-libquadmath was given.
2975if test "${enable_libquadmath+set}" = set; then :
2976 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2977else
2978 ENABLE_LIBQUADMATH=yes
2979fi
2980
2981if test "${ENABLE_LIBQUADMATH}" = "no" ; then
2982 noconfigdirs="$noconfigdirs target-libquadmath"
2983fi
2984
2985
2986# Check whether --enable-libquadmath-support was given.
2987if test "${enable_libquadmath_support+set}" = set; then :
2988 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
2989else
2990 ENABLE_LIBQUADMATH_SUPPORT=yes
2991fi
2992
2993enable_libquadmath_support=
2994if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
2995 enable_libquadmath_support=no
2996fi
2997
2998
2999# Check whether --enable-libada was given.
3000if test "${enable_libada+set}" = set; then :
3001 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3002else
3003 ENABLE_LIBADA=yes
3004fi
3005
3006if test "${ENABLE_LIBADA}" != "yes" ; then
3007 noconfigdirs="$noconfigdirs gnattools"
3008fi
3009
3010# Check whether --enable-libssp was given.
3011if test "${enable_libssp+set}" = set; then :
3012 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3013else
3014 ENABLE_LIBSSP=yes
3015fi
3016
3017
3018# Save it here so that, even in case of --enable-libgcj, if the Java
3019# front-end isn't enabled, we still get libgcj disabled.
3020libgcj_saved=$libgcj
3021case $enable_libgcj in
3022yes)
3023 # If we reset it here, it won't get added to noconfigdirs in the
3024 # target-specific build rules, so it will be forcibly enabled
3025 # (unless the Java language itself isn't enabled).
3026 libgcj=
3027 ;;
3028no)
3029 # Make sure we get it printed in the list of not supported target libs.
3030 # Don't disable libffi, though, other languages use it.
3031 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3032 # Clear libgcj_saved so that even if java is enabled libffi won't be
3033 # built.
3034 libgcj_saved=
3035 ;;
3036esac
3037
3038
3039# Disable libmudflap on some systems.
3040if test x$enable_libmudflap = x ; then
3041 case "${target}" in
3042 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3043 # Enable libmudflap by default in GNU and friends.
3044 ;;
3045 *-*-freebsd*)
3046 # Enable libmudflap by default in FreeBSD.
3047 ;;
3048 *)
3049 # Disable it by default everywhere else.
3050 noconfigdirs="$noconfigdirs target-libmudflap"
3051 ;;
3052 esac
3053fi
3054
3055# Disable libgomp on non POSIX hosted systems.
3056if test x$enable_libgomp = x ; then
3057 # Enable libgomp by default on hosted POSIX systems.
3058 case "${target}" in
3059 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3060 ;;
3061 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
3062 ;;
3063 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
3064 ;;
3065 *-*-darwin* | *-*-aix*)
3066 ;;
3067 *)
3068 noconfigdirs="$noconfigdirs target-libgomp"
3069 ;;
3070 esac
3071fi
3072
3073# Default libgloss CPU subdirectory.
3074libgloss_dir="$target_cpu"
3075
3076case "${target}" in
3077 *-*-chorusos)
3078 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3079 ;;
3080 powerpc-*-darwin*)
3081 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3082 noconfigdirs="$noconfigdirs sim target-rda"
3083 ;;
3084 i[3456789]86-*-darwin*)
3085 noconfigdirs="$noconfigdirs ld gprof"
3086 noconfigdirs="$noconfigdirs sim target-rda"
3087 ;;
3088 x86_64-*-darwin[912]*)
3089 noconfigdirs="$noconfigdirs ld gas gprof"
3090 noconfigdirs="$noconfigdirs sim target-rda"
3091 ;;
3092 *-*-darwin*)
3093 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3094 noconfigdirs="$noconfigdirs sim target-rda"
3095 noconfigdirs="$noconfigdirs ${libgcj}"
3096 ;;
3097 *-*-dragonfly*)
3098 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3099 ;;
3100 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
3101 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3102 ;;
3103 *-*-freebsd*)
3104 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3105 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3106 && test -f /usr/local/include/gmp.h; then
3107 with_gmp=/usr/local
3108 fi
3109
3110 # Skip some stuff that's unsupported on some FreeBSD configurations.
3111 case "${target}" in
3112 i*86-*-*) ;;
3113 alpha*-*-*) ;;
3114 x86_64-*-*) ;;
3115 *)
3116 noconfigdirs="$noconfigdirs ${libgcj}"
3117 ;;
3118 esac
3119 ;;
3120 *-*-kaos*)
3121 # Remove unsupported stuff on all kaOS configurations.
3122 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3"
3123 skipdirs="$skipdirs target-libobjc"
3124 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3125 noconfigdirs="$noconfigdirs target-libgloss"
3126 ;;
3127 *-*-netbsd*)
3128 # Skip some stuff on all NetBSD configurations.
3129 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3130
3131 # Skip some stuff that's unsupported on some NetBSD configurations.
3132 case "${target}" in
3133 i*86-*-netbsdelf*) ;;
3134 arm*-*-netbsdelf*) ;;
3135 *)
3136 noconfigdirs="$noconfigdirs ${libgcj}"
3137 ;;
3138 esac
3139 ;;
3140 *-*-netware*)
3141 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj}"
3142 ;;
3143 *-*-rtems*)
3144 skipdirs="${skipdirs} target-libiberty"
3145 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3146 ;;
3147 # The tpf target doesn't support gdb yet.
3148 *-*-tpf*)
3149 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} gdb tcl tk libgui itcl"
3150 ;;
3151 *-*-uclinux*)
3152 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3153 ;;
3154 *-*-vxworks*)
3155 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3156 ;;
3157 alpha*-dec-osf*)
3158 # ld works, but does not support shared libraries.
3159 # newlib is not 64 bit ready.
3160 # gas doesn't generate exception information.
3161 noconfigdirs="$noconfigdirs gas ld target-newlib target-libgloss"
3162 ;;
3163 alpha*-*-*vms*)
3164 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3165 ;;
3166 alpha*-*-linux*)
3167 # newlib is not 64 bit ready
3168 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3169 ;;
3170 alpha*-*-*)
3171 # newlib is not 64 bit ready
3172 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3173 ;;
3174 am33_2.0-*-linux*)
3175 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3176 ;;
3177 sh-*-linux*)
3178 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3179 ;;
3180 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3181 noconfigdirs="$noconfigdirs ${libgcj}"
3182 noconfigdirs="$noconfigdirs target-libiberty"
3183 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3184 # the C++ libraries don't build on top of CE's C libraries
3185 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3186 noconfigdirs="$noconfigdirs target-newlib"
3187 libgloss_dir=wince
3188 ;;
3189 arc-*-*)
3190 noconfigdirs="$noconfigdirs target-libgloss"
3191 ;;
3192 arm-*-coff)
3193 noconfigdirs="$noconfigdirs ${libgcj}"
3194 libgloss_dir=arm
3195 ;;
3196 arm-*-elf* | arm*-*-eabi* )
3197 noconfigdirs="$noconfigdirs target-libffi"
3198 libgloss_dir=arm
3199 ;;
3200 arm*-*-linux-gnueabi)
3201 noconfigdirs="$noconfigdirs"
3202 case ${with_newlib} in
3203 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3204 esac
3205 libgloss_dir=arm
3206 ;;
3207 arm*-*-symbianelf*)
3208 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
3209 libgloss_dir=arm
3210 ;;
3211 arm-*-pe*)
3212 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3213 ;;
3214 arm-*-riscix*)
3215 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3216 ;;
3217 avr-*-*)
3218 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3219 ;;
3220 bfin-*-*)
3221 unsupported_languages="$unsupported_languages java"
3222 noconfigdirs="$noconfigdirs target-boehm-gc"
3223 if test x${is_cross_compiler} != xno ; then
3224 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3225 fi
3226 ;;
3227 c4x-*-* | tic4x-*-*)
3228 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3229 ;;
3230 c54x*-*-* | tic54x-*-*)
3231 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb"
3232 ;;
3233 cr16-*-*)
3234 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3235 ;;
3236 cris-*-* | crisv32-*-*)
3237 unsupported_languages="$unsupported_languages java"
3238 case "${target}" in
3239 *-*-aout)
3240 unsupported_languages="$unsupported_languages fortran"
3241 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3242 *-*-elf) # See PR46792 regarding target-libffi.
3243 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3244 *-*-linux*)
3245 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3246 *)
3247 unsupported_languages="$unsupported_languages fortran"
3248 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3249 esac
3250 libgloss_dir=cris
3251 ;;
3252 d10v-*-*)
3253 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3254 ;;
3255 d30v-*-*)
3256 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3257 ;;
3258 fr30-*-elf*)
3259 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3260 ;;
3261 frv-*-*)
3262 noconfigdirs="$noconfigdirs ${libgcj}"
3263 ;;
3264 moxie-*-*)
3265 noconfigdirs="$noconfigdirs ${libgcj}"
3266 noconfigdirs="$noconfigdirs gprof"
3267 ;;
3268 h8300*-*-*)
3269 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3270 ;;
3271 h8500-*-*)
3272 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3273 ;;
3274 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3275 ;;
3276 hppa*64*-*-linux*)
3277 # In this case, it's because the hppa64-linux target is for
3278 # the kernel only at this point and has no libc, and thus no
3279 # headers, crt*.o, etc., all of which are needed by these.
3280 noconfigdirs="$noconfigdirs target-zlib"
3281 ;;
3282 hppa*-*-linux*)
3283 ;;
3284 hppa*-*-*elf* | \
3285 hppa*-*-lites* | \
3286 hppa*-*-openbsd* | \
3287 hppa*64*-*-*)
3288 noconfigdirs="$noconfigdirs ${libgcj}"
3289 ;;
3290 hppa*-hp-hpux11*)
3291 noconfigdirs="$noconfigdirs ld"
3292 ;;
3293 hppa*-*-pro*)
3294 libgloss_dir=pa
3295 ;;
3296 hppa*-*-*)
3297 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3298 # build on HP-UX 10.20.
3299 noconfigdirs="$noconfigdirs ld ${libgcj}"
3300 ;;
3301 i960-*-*)
3302 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3303 ;;
3304 ia64*-*-elf*)
3305 # No gdb support yet.
3306 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
3307 ;;
3308 ia64*-**-hpux*)
3309 # No ld support yet.
3310 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
3311 ;;
3312 ia64*-*-*vms*)
3313 # No gdb or ld support yet.
3314 noconfigdirs="$noconfigdirs ${libgcj} readline libgui itcl gdb ld"
3315 ;;
3316 i[3456789]86-*-coff | i[3456789]86-*-elf)
3317 noconfigdirs="$noconfigdirs ${libgcj}"
3318 libgloss_dir=i386
3319 ;;
3320 i[3456789]86-*-linux*)
3321 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3322 # not build java stuff by default.
3323 case "${target}" in
3324 *-*-*libc1*)
3325 noconfigdirs="$noconfigdirs ${libgcj}";;
3326 esac
3327
3328 # This section makes it possible to build newlib natively on linux.
3329 # If we are using a cross compiler then don't configure newlib.
3330 if test x${is_cross_compiler} != xno ; then
3331 noconfigdirs="$noconfigdirs target-newlib"
3332 fi
3333 noconfigdirs="$noconfigdirs target-libgloss"
3334 # If we are not using a cross compiler, do configure newlib.
3335 # Note however, that newlib will only be configured in this situation
3336 # if the --with-newlib option has been given, because otherwise
3337 # 'target-newlib' will appear in skipdirs.
3338 ;;
3339 i[3456789]86-w64-mingw*)
3340 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
3341 ;;
3342 i[3456789]86-*-mingw*)
3343 target_configdirs="$target_configdirs target-winsup"
3344 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
3345 ;;
3346 x86_64-*-mingw*)
3347 noconfigdirs="$noconfigdirs target-libgloss target-newlib ${libgcj}"
3348 ;;
3349 *-*-cygwin*)
3350 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3351 noconfigdirs="$noconfigdirs target-libgloss"
3352 # always build newlib if winsup directory is present.
3353 if test -d "$srcdir/winsup/cygwin"; then
3354 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3355 elif test -d "$srcdir/newlib"; then
3356 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3357 fi
3358 ;;
3359 i[3456789]86-*-interix* )
3360 ;;
3361 i[3456789]86-*-pe)
3362 noconfigdirs="$noconfigdirs target-libgloss"
3363 ;;
3364 i[3456789]86-*-sco3.2v5*)
3365 # The linker does not yet know about weak symbols in COFF,
3366 # and is not configured to handle mixed ELF and COFF.
3367 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3368 ;;
3369 i[3456789]86-*-sco*)
3370 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3371 ;;
3372 i[3456789]86-*-solaris2*)
3373 noconfigdirs="$noconfigdirs target-libgloss"
3374 ;;
3375 i[3456789]86-*-sysv4*)
3376 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3377 ;;
3378 i[3456789]86-*-beos*)
3379 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3380 ;;
3381 i[3456789]86-*-rdos*)
3382 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3383 ;;
3384 m32r-*-*)
3385 noconfigdirs="$noconfigdirs ${libgcj}"
3386 ;;
3387 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3388 noconfigdirs="$noconfigdirs target-libiberty"
3389 libgloss_dir=m68hc11
3390 ;;
3391 m68k-*-elf*)
3392 noconfigdirs="$noconfigdirs ${libgcj}"
3393 ;;
3394 m68k-*-coff*)
3395 noconfigdirs="$noconfigdirs ${libgcj}"
3396 ;;
3397 m68*-*-* | fido-*-*)
3398 libgloss_dir=m68k
3399 ;;
3400 mmix-*-*)
3401 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3402 unsupported_languages="$unsupported_languages fortran java"
3403 ;;
3404 mn10200-*-*)
3405 noconfigdirs="$noconfigdirs ${libgcj}"
3406 ;;
3407 mn10300-*-*)
3408 noconfigdirs="$noconfigdirs ${libgcj}"
3409 ;;
3410 mt-*-*)
3411 noconfigdirs="$noconfigdirs sim"
3412 ;;
3413 picochip-*-*)
3414 noconfigdirs="$noconfigdirs target-libiberty"
3415 ;;
3416 powerpc-*-aix*)
3417 # copied from rs6000-*-* entry
3418 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3419 ;;
3420 powerpc*-*-winnt* | powerpc*-*-pe*)
3421 target_configdirs="$target_configdirs target-winsup"
3422 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl ${libgcj}"
3423 # always build newlib.
3424 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3425 ;;
3426 # This is temporary until we can link against shared libraries
3427 powerpcle-*-solaris*)
3428 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl ${libgcj}"
3429 libgloss_dir=rs6000
3430 ;;
3431 powerpc-*-beos*)
3432 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3433 ;;
3434 powerpc-*-eabi)
3435 noconfigdirs="$noconfigdirs ${libgcj}"
3436 libgloss_dir=rs6000
3437 ;;
3438 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3439 libgloss_dir=rs6000
3440 ;;
3441 rs6000-*-lynxos*)
3442 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
3443 ;;
3444 rs6000-*-aix*)
3445 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3446 ;;
3447 rs6000-*-*)
3448 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3449 ;;
3450 m68k-apollo-*)
3451 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3452 ;;
3453 microblaze*)
3454 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
3455 ;;
3456 mips*-sde-elf*)
3457 skipdirs="$skipdirs target-libiberty"
3458 noconfigdirs="$noconfigdirs ${libgcj}"
3459 if test x$with_newlib = xyes; then
3460 noconfigdirs="$noconfigdirs gprof"
3461 fi
3462 libgloss_dir=mips
3463 ;;
3464 mips*-*-irix5*)
3465 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3466 ;;
3467 mips*-*-irix6*)
3468 # Linking libjava exceeds command-line length limits on at least
3469 # IRIX 6.2, but not on IRIX 6.5.
3470 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3471 # <oldham@codesourcery.com>
3472 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3473 ;;
3474 mips*-*-bsd*)
3475 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3476 ;;
3477 mips*-*-linux*)
3478 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3479 ;;
3480 mips*-*-*)
3481 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3482 libgloss_dir=mips
3483 ;;
3484 romp-*-*)
3485 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3486 ;;
3487 sh-*-* | sh64-*-*)
3488 case "${target}" in
3489 sh*-*-elf)
3490 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3491 *)
3492 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3493 esac
3494 ;;
3495 sparclet-*-aout* | sparc86x-*-*)
3496 libgloss_dir=sparc
3497 ;;
3498 sparc-*-elf*)
3499 noconfigdirs="$noconfigdirs ${libgcj}"
3500 ;;
3501 sparc64-*-elf*)
3502 noconfigdirs="$noconfigdirs ${libgcj}"
3503 libgloss_dir=sparc
3504 ;;
3505 sparclite-*-*)
3506 noconfigdirs="$noconfigdirs ${libgcj}"
3507 libgloss_dir=sparc
3508 ;;
3509 sparc-*-sunos4*)
3510 noconfigdirs="$noconfigdirs ${libgcj}"
3511 if test x${is_cross_compiler} != xno ; then
3512 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3513 else
3514 use_gnu_ld=no
3515 fi
3516 ;;
3517 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
3518 noconfigdirs="$noconfigdirs ${libgcj}"
3519 ;;
3520 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3521 ;;
3522 tic6x-*-*)
3523 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3524 ;;
3525 v810-*-*)
3526 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3527 ;;
3528 v850*-*-*)
3529 noconfigdirs="$noconfigdirs ${libgcj}"
3530 ;;
3531 vax-*-vms)
3532 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3533 ;;
3534 vax-*-*)
3535 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3536 ;;
3537 xtensa*-*-*)
3538 noconfigdirs="$noconfigdirs ${libgcj}"
3539 ;;
3540 ip2k-*-*)
3541 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3542 ;;
3543 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3544 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3545 ;;
3546 *-*-lynxos*)
3547 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3548 ;;
3549 *-*-*)
3550 noconfigdirs="$noconfigdirs ${libgcj}"
3551 ;;
3552esac
3553
3554# If we aren't building newlib, then don't build libgloss, since libgloss
3555# depends upon some newlib header files.
3556case "${noconfigdirs}" in
3557 *target-libgloss*) ;;
3558 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3559esac
3560
3561# Work in distributions that contain no compiler tools, like Autoconf.
3562host_makefile_frag=/dev/null
3563if test -d ${srcdir}/config ; then
3564case "${host}" in
3565 i[3456789]86-*-msdosdjgpp*)
3566 host_makefile_frag="config/mh-djgpp"
3567 ;;
3568 *-cygwin*)
3569
3570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3571$as_echo_n "checking to see if cat works as expected... " >&6; }
3572echo a >cygwin-cat-check
3573if test `cat cygwin-cat-check` = a ; then
3574 rm cygwin-cat-check
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3576$as_echo "yes" >&6; }
3577else
3578 rm cygwin-cat-check
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3580$as_echo "no" >&6; }
3581 as_fn_error "The cat command does not ignore carriage return characters.
3582 Please either mount the build directory in binary mode or run the following
3583 commands before running any configure script:
3584set -o igncr
3585export SHELLOPTS
3586 " "$LINENO" 5
3587fi
3588
3589 host_makefile_frag="config/mh-cygwin"
3590 ;;
3591 *-mingw*)
3592 host_makefile_frag="config/mh-mingw"
3593 ;;
3594 *-interix*)
3595 host_makefile_frag="config/mh-interix"
3596 ;;
3597 hppa*-hp-hpux10*)
3598 host_makefile_frag="config/mh-pa-hpux10"
3599 ;;
3600 hppa*-hp-hpux*)
3601 host_makefile_frag="config/mh-pa"
3602 ;;
3603 hppa*-*)
3604 host_makefile_frag="config/mh-pa"
3605 ;;
3606 *-*-darwin*)
3607 host_makefile_frag="config/mh-darwin"
3608 ;;
3609 powerpc-*-aix*)
3610 host_makefile_frag="config/mh-ppc-aix"
3611 ;;
3612 rs6000-*-aix*)
3613 host_makefile_frag="config/mh-ppc-aix"
3614 ;;
3615esac
3616fi
3617
3618if test "${build}" != "${host}" ; then
3619 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3620 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3621 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3622 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3623 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3624 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3625 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3626 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3627 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3628 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3629 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3630 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3631 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3632else
3633 AR_FOR_BUILD="\$(AR)"
3634 AS_FOR_BUILD="\$(AS)"
3635 CC_FOR_BUILD="\$(CC)"
3636 CXX_FOR_BUILD="\$(CXX)"
3637 GCJ_FOR_BUILD="\$(GCJ)"
3638 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3639 GOC_FOR_BUILD="\$(GOC)"
3640 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3641 LD_FOR_BUILD="\$(LD)"
3642 NM_FOR_BUILD="\$(NM)"
3643 RANLIB_FOR_BUILD="\$(RANLIB)"
3644 WINDRES_FOR_BUILD="\$(WINDRES)"
3645 WINDMC_FOR_BUILD="\$(WINDMC)"
3646fi
3647
3648ac_ext=c
3649ac_cpp='$CPP $CPPFLAGS'
3650ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3651ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3652ac_compiler_gnu=$ac_cv_c_compiler_gnu
3653if test -n "$ac_tool_prefix"; then
3654 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3655set dummy ${ac_tool_prefix}gcc; ac_word=$2
3656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3657$as_echo_n "checking for $ac_word... " >&6; }
3658if test "${ac_cv_prog_CC+set}" = set; then :
3659 $as_echo_n "(cached) " >&6
3660else
3661 if test -n "$CC"; then
3662 ac_cv_prog_CC="$CC" # Let the user override the test.
3663else
3664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3665for as_dir in $PATH
3666do
3667 IFS=$as_save_IFS
3668 test -z "$as_dir" && as_dir=.
3669 for ac_exec_ext in '' $ac_executable_extensions; do
3670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3671 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3673 break 2
3674 fi
3675done
3676 done
3677IFS=$as_save_IFS
3678
3679fi
3680fi
3681CC=$ac_cv_prog_CC
3682if test -n "$CC"; then
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3684$as_echo "$CC" >&6; }
3685else
3686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3687$as_echo "no" >&6; }
3688fi
3689
3690
3691fi
3692if test -z "$ac_cv_prog_CC"; then
3693 ac_ct_CC=$CC
3694 # Extract the first word of "gcc", so it can be a program name with args.
3695set dummy gcc; ac_word=$2
3696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3697$as_echo_n "checking for $ac_word... " >&6; }
3698if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3699 $as_echo_n "(cached) " >&6
3700else
3701 if test -n "$ac_ct_CC"; then
3702 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3703else
3704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3705for as_dir in $PATH
3706do
3707 IFS=$as_save_IFS
3708 test -z "$as_dir" && as_dir=.
3709 for ac_exec_ext in '' $ac_executable_extensions; do
3710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3711 ac_cv_prog_ac_ct_CC="gcc"
3712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3713 break 2
3714 fi
3715done
3716 done
3717IFS=$as_save_IFS
3718
3719fi
3720fi
3721ac_ct_CC=$ac_cv_prog_ac_ct_CC
3722if test -n "$ac_ct_CC"; then
3723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3724$as_echo "$ac_ct_CC" >&6; }
3725else
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3727$as_echo "no" >&6; }
3728fi
3729
3730 if test "x$ac_ct_CC" = x; then
3731 CC=""
3732 else
3733 case $cross_compiling:$ac_tool_warned in
3734yes:)
3735{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3736$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3737ac_tool_warned=yes ;;
3738esac
3739 CC=$ac_ct_CC
3740 fi
3741else
3742 CC="$ac_cv_prog_CC"
3743fi
3744
3745if test -z "$CC"; then
3746 if test -n "$ac_tool_prefix"; then
3747 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3748set dummy ${ac_tool_prefix}cc; ac_word=$2
3749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3750$as_echo_n "checking for $ac_word... " >&6; }
3751if test "${ac_cv_prog_CC+set}" = set; then :
3752 $as_echo_n "(cached) " >&6
3753else
3754 if test -n "$CC"; then
3755 ac_cv_prog_CC="$CC" # Let the user override the test.
3756else
3757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3758for as_dir in $PATH
3759do
3760 IFS=$as_save_IFS
3761 test -z "$as_dir" && as_dir=.
3762 for ac_exec_ext in '' $ac_executable_extensions; do
3763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3764 ac_cv_prog_CC="${ac_tool_prefix}cc"
3765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3766 break 2
3767 fi
3768done
3769 done
3770IFS=$as_save_IFS
3771
3772fi
3773fi
3774CC=$ac_cv_prog_CC
3775if test -n "$CC"; then
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3777$as_echo "$CC" >&6; }
3778else
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3780$as_echo "no" >&6; }
3781fi
3782
3783
3784 fi
3785fi
3786if test -z "$CC"; then
3787 # Extract the first word of "cc", so it can be a program name with args.
3788set dummy cc; ac_word=$2
3789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3790$as_echo_n "checking for $ac_word... " >&6; }
3791if test "${ac_cv_prog_CC+set}" = set; then :
3792 $as_echo_n "(cached) " >&6
3793else
3794 if test -n "$CC"; then
3795 ac_cv_prog_CC="$CC" # Let the user override the test.
3796else
3797 ac_prog_rejected=no
3798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3799for as_dir in $PATH
3800do
3801 IFS=$as_save_IFS
3802 test -z "$as_dir" && as_dir=.
3803 for ac_exec_ext in '' $ac_executable_extensions; do
3804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3805 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3806 ac_prog_rejected=yes
3807 continue
3808 fi
3809 ac_cv_prog_CC="cc"
3810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3811 break 2
3812 fi
3813done
3814 done
3815IFS=$as_save_IFS
3816
3817if test $ac_prog_rejected = yes; then
3818 # We found a bogon in the path, so make sure we never use it.
3819 set dummy $ac_cv_prog_CC
3820 shift
3821 if test $# != 0; then
3822 # We chose a different compiler from the bogus one.
3823 # However, it has the same basename, so the bogon will be chosen
3824 # first if we set CC to just the basename; use the full file name.
3825 shift
3826 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3827 fi
3828fi
3829fi
3830fi
3831CC=$ac_cv_prog_CC
3832if test -n "$CC"; then
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3834$as_echo "$CC" >&6; }
3835else
3836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3837$as_echo "no" >&6; }
3838fi
3839
3840
3841fi
3842if test -z "$CC"; then
3843 if test -n "$ac_tool_prefix"; then
3844 for ac_prog in cl.exe
3845 do
3846 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3847set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3849$as_echo_n "checking for $ac_word... " >&6; }
3850if test "${ac_cv_prog_CC+set}" = set; then :
3851 $as_echo_n "(cached) " >&6
3852else
3853 if test -n "$CC"; then
3854 ac_cv_prog_CC="$CC" # Let the user override the test.
3855else
3856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3857for as_dir in $PATH
3858do
3859 IFS=$as_save_IFS
3860 test -z "$as_dir" && as_dir=.
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3863 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3865 break 2
3866 fi
3867done
3868 done
3869IFS=$as_save_IFS
3870
3871fi
3872fi
3873CC=$ac_cv_prog_CC
3874if test -n "$CC"; then
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3876$as_echo "$CC" >&6; }
3877else
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3879$as_echo "no" >&6; }
3880fi
3881
3882
3883 test -n "$CC" && break
3884 done
3885fi
3886if test -z "$CC"; then
3887 ac_ct_CC=$CC
3888 for ac_prog in cl.exe
3889do
3890 # Extract the first word of "$ac_prog", so it can be a program name with args.
3891set dummy $ac_prog; ac_word=$2
3892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3893$as_echo_n "checking for $ac_word... " >&6; }
3894if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3895 $as_echo_n "(cached) " >&6
3896else
3897 if test -n "$ac_ct_CC"; then
3898 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3899else
3900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3901for as_dir in $PATH
3902do
3903 IFS=$as_save_IFS
3904 test -z "$as_dir" && as_dir=.
3905 for ac_exec_ext in '' $ac_executable_extensions; do
3906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3907 ac_cv_prog_ac_ct_CC="$ac_prog"
3908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3909 break 2
3910 fi
3911done
3912 done
3913IFS=$as_save_IFS
3914
3915fi
3916fi
3917ac_ct_CC=$ac_cv_prog_ac_ct_CC
3918if test -n "$ac_ct_CC"; then
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3920$as_echo "$ac_ct_CC" >&6; }
3921else
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3923$as_echo "no" >&6; }
3924fi
3925
3926
3927 test -n "$ac_ct_CC" && break
3928done
3929
3930 if test "x$ac_ct_CC" = x; then
3931 CC=""
3932 else
3933 case $cross_compiling:$ac_tool_warned in
3934yes:)
3935{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3936$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3937ac_tool_warned=yes ;;
3938esac
3939 CC=$ac_ct_CC
3940 fi
3941fi
3942
3943fi
3944
3945
3946test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3947$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3948as_fn_error "no acceptable C compiler found in \$PATH
3949See \`config.log' for more details." "$LINENO" 5; }
3950
3951# Provide some information about the compiler.
3952$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3953set X $ac_compile
3954ac_compiler=$2
3955for ac_option in --version -v -V -qversion; do
3956 { { ac_try="$ac_compiler $ac_option >&5"
3957case "(($ac_try" in
3958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959 *) ac_try_echo=$ac_try;;
3960esac
3961eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3962$as_echo "$ac_try_echo"; } >&5
3963 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3964 ac_status=$?
3965 if test -s conftest.err; then
3966 sed '10a\
3967... rest of stderr output deleted ...
3968 10q' conftest.err >conftest.er1
3969 cat conftest.er1 >&5
3970 rm -f conftest.er1 conftest.err
3971 fi
3972 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3973 test $ac_status = 0; }
3974done
3975
3976cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3977/* end confdefs.h. */
3978
3979int
3980main ()
3981{
3982
3983 ;
3984 return 0;
3985}
3986_ACEOF
3987ac_clean_files_save=$ac_clean_files
3988ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3989# Try to create an executable without -o first, disregard a.out.
3990# It will help us diagnose broken compilers, and finding out an intuition
3991# of exeext.
3992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3993$as_echo_n "checking for C compiler default output file name... " >&6; }
3994ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3995
3996# The possible output files:
3997ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3998
3999ac_rmfiles=
4000for ac_file in $ac_files
4001do
4002 case $ac_file in
4003 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4004 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4005 esac
4006done
4007rm -f $ac_rmfiles
4008
4009if { { ac_try="$ac_link_default"
4010case "(($ac_try" in
4011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4012 *) ac_try_echo=$ac_try;;
4013esac
4014eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4015$as_echo "$ac_try_echo"; } >&5
4016 (eval "$ac_link_default") 2>&5
4017 ac_status=$?
4018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4019 test $ac_status = 0; }; then :
4020 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4021# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4022# in a Makefile. We should not override ac_cv_exeext if it was cached,
4023# so that the user can short-circuit this test for compilers unknown to
4024# Autoconf.
4025for ac_file in $ac_files ''
4026do
4027 test -f "$ac_file" || continue
4028 case $ac_file in
4029 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4030 ;;
4031 [ab].out )
4032 # We found the default executable, but exeext='' is most
4033 # certainly right.
4034 break;;
4035 *.* )
4036 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4037 then :; else
4038 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4039 fi
4040 # We set ac_cv_exeext here because the later test for it is not
4041 # safe: cross compilers may not add the suffix if given an `-o'
4042 # argument, so we may need to know it at that point already.
4043 # Even if this section looks crufty: it has the advantage of
4044 # actually working.
4045 break;;
4046 * )
4047 break;;
4048 esac
4049done
4050test "$ac_cv_exeext" = no && ac_cv_exeext=
4051
4052else
4053 ac_file=''
4054fi
4055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4056$as_echo "$ac_file" >&6; }
4057if test -z "$ac_file"; then :
4058 $as_echo "$as_me: failed program was:" >&5
4059sed 's/^/| /' conftest.$ac_ext >&5
4060
4061{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4062$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4063{ as_fn_set_status 77
4064as_fn_error "C compiler cannot create executables
4065See \`config.log' for more details." "$LINENO" 5; }; }
4066fi
4067ac_exeext=$ac_cv_exeext
4068
4069# Check that the compiler produces executables we can run. If not, either
4070# the compiler is broken, or we cross compile.
4071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4072$as_echo_n "checking whether the C compiler works... " >&6; }
4073# If not cross compiling, check that we can run a simple program.
4074if test "$cross_compiling" != yes; then
4075 if { ac_try='./$ac_file'
4076 { { case "(($ac_try" in
4077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4078 *) ac_try_echo=$ac_try;;
4079esac
4080eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4081$as_echo "$ac_try_echo"; } >&5
4082 (eval "$ac_try") 2>&5
4083 ac_status=$?
4084 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4085 test $ac_status = 0; }; }; then
4086 cross_compiling=no
4087 else
4088 if test "$cross_compiling" = maybe; then
4089 cross_compiling=yes
4090 else
4091 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4092$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4093as_fn_error "cannot run C compiled programs.
4094If you meant to cross compile, use \`--host'.
4095See \`config.log' for more details." "$LINENO" 5; }
4096 fi
4097 fi
4098fi
4099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4100$as_echo "yes" >&6; }
4101
4102rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4103ac_clean_files=$ac_clean_files_save
4104# Check that the compiler produces executables we can run. If not, either
4105# the compiler is broken, or we cross compile.
4106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4107$as_echo_n "checking whether we are cross compiling... " >&6; }
4108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4109$as_echo "$cross_compiling" >&6; }
4110
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4112$as_echo_n "checking for suffix of executables... " >&6; }
4113if { { ac_try="$ac_link"
4114case "(($ac_try" in
4115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4116 *) ac_try_echo=$ac_try;;
4117esac
4118eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4119$as_echo "$ac_try_echo"; } >&5
4120 (eval "$ac_link") 2>&5
4121 ac_status=$?
4122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4123 test $ac_status = 0; }; then :
4124 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4125# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4126# work properly (i.e., refer to `conftest.exe'), while it won't with
4127# `rm'.
4128for ac_file in conftest.exe conftest conftest.*; do
4129 test -f "$ac_file" || continue
4130 case $ac_file in
4131 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4132 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4133 break;;
4134 * ) break;;
4135 esac
4136done
4137else
4138 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4139$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4140as_fn_error "cannot compute suffix of executables: cannot compile and link
4141See \`config.log' for more details." "$LINENO" 5; }
4142fi
4143rm -f conftest$ac_cv_exeext
4144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4145$as_echo "$ac_cv_exeext" >&6; }
4146
4147rm -f conftest.$ac_ext
4148EXEEXT=$ac_cv_exeext
4149ac_exeext=$EXEEXT
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4151$as_echo_n "checking for suffix of object files... " >&6; }
4152if test "${ac_cv_objext+set}" = set; then :
4153 $as_echo_n "(cached) " >&6
4154else
4155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4156/* end confdefs.h. */
4157
4158int
4159main ()
4160{
4161
4162 ;
4163 return 0;
4164}
4165_ACEOF
4166rm -f conftest.o conftest.obj
4167if { { ac_try="$ac_compile"
4168case "(($ac_try" in
4169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4170 *) ac_try_echo=$ac_try;;
4171esac
4172eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4173$as_echo "$ac_try_echo"; } >&5
4174 (eval "$ac_compile") 2>&5
4175 ac_status=$?
4176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4177 test $ac_status = 0; }; then :
4178 for ac_file in conftest.o conftest.obj conftest.*; do
4179 test -f "$ac_file" || continue;
4180 case $ac_file in
4181 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4182 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4183 break;;
4184 esac
4185done
4186else
4187 $as_echo "$as_me: failed program was:" >&5
4188sed 's/^/| /' conftest.$ac_ext >&5
4189
4190{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4191$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4192as_fn_error "cannot compute suffix of object files: cannot compile
4193See \`config.log' for more details." "$LINENO" 5; }
4194fi
4195rm -f conftest.$ac_cv_objext conftest.$ac_ext
4196fi
4197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4198$as_echo "$ac_cv_objext" >&6; }
4199OBJEXT=$ac_cv_objext
4200ac_objext=$OBJEXT
4201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4202$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4203if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4204 $as_echo_n "(cached) " >&6
4205else
4206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4207/* end confdefs.h. */
4208
4209int
4210main ()
4211{
4212#ifndef __GNUC__
4213 choke me
4214#endif
4215
4216 ;
4217 return 0;
4218}
4219_ACEOF
4220if ac_fn_c_try_compile "$LINENO"; then :
4221 ac_compiler_gnu=yes
4222else
4223 ac_compiler_gnu=no
4224fi
4225rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4226ac_cv_c_compiler_gnu=$ac_compiler_gnu
4227
4228fi
4229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4230$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4231if test $ac_compiler_gnu = yes; then
4232 GCC=yes
4233else
4234 GCC=
4235fi
4236ac_test_CFLAGS=${CFLAGS+set}
4237ac_save_CFLAGS=$CFLAGS
4238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4239$as_echo_n "checking whether $CC accepts -g... " >&6; }
4240if test "${ac_cv_prog_cc_g+set}" = set; then :
4241 $as_echo_n "(cached) " >&6
4242else
4243 ac_save_c_werror_flag=$ac_c_werror_flag
4244 ac_c_werror_flag=yes
4245 ac_cv_prog_cc_g=no
4246 CFLAGS="-g"
4247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4248/* end confdefs.h. */
4249
4250int
4251main ()
4252{
4253
4254 ;
4255 return 0;
4256}
4257_ACEOF
4258if ac_fn_c_try_compile "$LINENO"; then :
4259 ac_cv_prog_cc_g=yes
4260else
4261 CFLAGS=""
4262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4263/* end confdefs.h. */
4264
4265int
4266main ()
4267{
4268
4269 ;
4270 return 0;
4271}
4272_ACEOF
4273if ac_fn_c_try_compile "$LINENO"; then :
4274
4275else
4276 ac_c_werror_flag=$ac_save_c_werror_flag
4277 CFLAGS="-g"
4278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4279/* end confdefs.h. */
4280
4281int
4282main ()
4283{
4284
4285 ;
4286 return 0;
4287}
4288_ACEOF
4289if ac_fn_c_try_compile "$LINENO"; then :
4290 ac_cv_prog_cc_g=yes
4291fi
4292rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4293fi
4294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4295fi
4296rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4297 ac_c_werror_flag=$ac_save_c_werror_flag
4298fi
4299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4300$as_echo "$ac_cv_prog_cc_g" >&6; }
4301if test "$ac_test_CFLAGS" = set; then
4302 CFLAGS=$ac_save_CFLAGS
4303elif test $ac_cv_prog_cc_g = yes; then
4304 if test "$GCC" = yes; then
4305 CFLAGS="-g -O2"
4306 else
4307 CFLAGS="-g"
4308 fi
4309else
4310 if test "$GCC" = yes; then
4311 CFLAGS="-O2"
4312 else
4313 CFLAGS=
4314 fi
4315fi
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4317$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4318if test "${ac_cv_prog_cc_c89+set}" = set; then :
4319 $as_echo_n "(cached) " >&6
4320else
4321 ac_cv_prog_cc_c89=no
4322ac_save_CC=$CC
4323cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4324/* end confdefs.h. */
4325#include <stdarg.h>
4326#include <stdio.h>
4327#include <sys/types.h>
4328#include <sys/stat.h>
4329/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4330struct buf { int x; };
4331FILE * (*rcsopen) (struct buf *, struct stat *, int);
4332static char *e (p, i)
4333 char **p;
4334 int i;
4335{
4336 return p[i];
4337}
4338static char *f (char * (*g) (char **, int), char **p, ...)
4339{
4340 char *s;
4341 va_list v;
4342 va_start (v,p);
4343 s = g (p, va_arg (v,int));
4344 va_end (v);
4345 return s;
4346}
4347
4348/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4349 function prototypes and stuff, but not '\xHH' hex character constants.
4350 These don't provoke an error unfortunately, instead are silently treated
4351 as 'x'. The following induces an error, until -std is added to get
4352 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4353 array size at least. It's necessary to write '\x00'==0 to get something
4354 that's true only with -std. */
4355int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4356
4357/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4358 inside strings and character constants. */
4359#define FOO(x) 'x'
4360int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4361
4362int test (int i, double x);
4363struct s1 {int (*f) (int a);};
4364struct s2 {int (*f) (double a);};
4365int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4366int argc;
4367char **argv;
4368int
4369main ()
4370{
4371return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4372 ;
4373 return 0;
4374}
4375_ACEOF
4376for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4377 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4378do
4379 CC="$ac_save_CC $ac_arg"
4380 if ac_fn_c_try_compile "$LINENO"; then :
4381 ac_cv_prog_cc_c89=$ac_arg
4382fi
4383rm -f core conftest.err conftest.$ac_objext
4384 test "x$ac_cv_prog_cc_c89" != "xno" && break
4385done
4386rm -f conftest.$ac_ext
4387CC=$ac_save_CC
4388
4389fi
4390# AC_CACHE_VAL
4391case "x$ac_cv_prog_cc_c89" in
4392 x)
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4394$as_echo "none needed" >&6; } ;;
4395 xno)
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4397$as_echo "unsupported" >&6; } ;;
4398 *)
4399 CC="$CC $ac_cv_prog_cc_c89"
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4401$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4402esac
4403if test "x$ac_cv_prog_cc_c89" != xno; then :
4404
4405fi
4406
4407ac_ext=c
4408ac_cpp='$CPP $CPPFLAGS'
4409ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4410ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4411ac_compiler_gnu=$ac_cv_c_compiler_gnu
4412
4413ac_ext=cpp
4414ac_cpp='$CXXCPP $CPPFLAGS'
4415ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4416ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4417ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4418if test -z "$CXX"; then
4419 if test -n "$CCC"; then
4420 CXX=$CCC
4421 else
4422 if test -n "$ac_tool_prefix"; then
4423 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4424 do
4425 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4426set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428$as_echo_n "checking for $ac_word... " >&6; }
4429if test "${ac_cv_prog_CXX+set}" = set; then :
4430 $as_echo_n "(cached) " >&6
4431else
4432 if test -n "$CXX"; then
4433 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4434else
4435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436for as_dir in $PATH
4437do
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4442 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4444 break 2
4445 fi
4446done
4447 done
4448IFS=$as_save_IFS
4449
4450fi
4451fi
4452CXX=$ac_cv_prog_CXX
4453if test -n "$CXX"; then
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4455$as_echo "$CXX" >&6; }
4456else
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458$as_echo "no" >&6; }
4459fi
4460
4461
4462 test -n "$CXX" && break
4463 done
4464fi
4465if test -z "$CXX"; then
4466 ac_ct_CXX=$CXX
4467 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4468do
4469 # Extract the first word of "$ac_prog", so it can be a program name with args.
4470set dummy $ac_prog; ac_word=$2
4471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4472$as_echo_n "checking for $ac_word... " >&6; }
4473if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4474 $as_echo_n "(cached) " >&6
4475else
4476 if test -n "$ac_ct_CXX"; then
4477 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4478else
4479as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4480for as_dir in $PATH
4481do
4482 IFS=$as_save_IFS
4483 test -z "$as_dir" && as_dir=.
4484 for ac_exec_ext in '' $ac_executable_extensions; do
4485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4486 ac_cv_prog_ac_ct_CXX="$ac_prog"
4487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4488 break 2
4489 fi
4490done
4491 done
4492IFS=$as_save_IFS
4493
4494fi
4495fi
4496ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4497if test -n "$ac_ct_CXX"; then
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4499$as_echo "$ac_ct_CXX" >&6; }
4500else
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4502$as_echo "no" >&6; }
4503fi
4504
4505
4506 test -n "$ac_ct_CXX" && break
4507done
4508
4509 if test "x$ac_ct_CXX" = x; then
4510 CXX="g++"
4511 else
4512 case $cross_compiling:$ac_tool_warned in
4513yes:)
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4515$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4516ac_tool_warned=yes ;;
4517esac
4518 CXX=$ac_ct_CXX
4519 fi
4520fi
4521
4522 fi
4523fi
4524# Provide some information about the compiler.
4525$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4526set X $ac_compile
4527ac_compiler=$2
4528for ac_option in --version -v -V -qversion; do
4529 { { ac_try="$ac_compiler $ac_option >&5"
4530case "(($ac_try" in
4531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4532 *) ac_try_echo=$ac_try;;
4533esac
4534eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4535$as_echo "$ac_try_echo"; } >&5
4536 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4537 ac_status=$?
4538 if test -s conftest.err; then
4539 sed '10a\
4540... rest of stderr output deleted ...
4541 10q' conftest.err >conftest.er1
4542 cat conftest.er1 >&5
4543 rm -f conftest.er1 conftest.err
4544 fi
4545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4546 test $ac_status = 0; }
4547done
4548
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4550$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4551if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4552 $as_echo_n "(cached) " >&6
4553else
4554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4555/* end confdefs.h. */
4556
4557int
4558main ()
4559{
4560#ifndef __GNUC__
4561 choke me
4562#endif
4563
4564 ;
4565 return 0;
4566}
4567_ACEOF
4568if ac_fn_cxx_try_compile "$LINENO"; then :
4569 ac_compiler_gnu=yes
4570else
4571 ac_compiler_gnu=no
4572fi
4573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4574ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4575
4576fi
4577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4578$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4579if test $ac_compiler_gnu = yes; then
4580 GXX=yes
4581else
4582 GXX=
4583fi
4584ac_test_CXXFLAGS=${CXXFLAGS+set}
4585ac_save_CXXFLAGS=$CXXFLAGS
4586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4587$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4588if test "${ac_cv_prog_cxx_g+set}" = set; then :
4589 $as_echo_n "(cached) " >&6
4590else
4591 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4592 ac_cxx_werror_flag=yes
4593 ac_cv_prog_cxx_g=no
4594 CXXFLAGS="-g"
4595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4596/* end confdefs.h. */
4597
4598int
4599main ()
4600{
4601
4602 ;
4603 return 0;
4604}
4605_ACEOF
4606if ac_fn_cxx_try_compile "$LINENO"; then :
4607 ac_cv_prog_cxx_g=yes
4608else
4609 CXXFLAGS=""
4610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4611/* end confdefs.h. */
4612
4613int
4614main ()
4615{
4616
4617 ;
4618 return 0;
4619}
4620_ACEOF
4621if ac_fn_cxx_try_compile "$LINENO"; then :
4622
4623else
4624 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4625 CXXFLAGS="-g"
4626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4627/* end confdefs.h. */
4628
4629int
4630main ()
4631{
4632
4633 ;
4634 return 0;
4635}
4636_ACEOF
4637if ac_fn_cxx_try_compile "$LINENO"; then :
4638 ac_cv_prog_cxx_g=yes
4639fi
4640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4641fi
4642rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4643fi
4644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4645 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4646fi
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4648$as_echo "$ac_cv_prog_cxx_g" >&6; }
4649if test "$ac_test_CXXFLAGS" = set; then
4650 CXXFLAGS=$ac_save_CXXFLAGS
4651elif test $ac_cv_prog_cxx_g = yes; then
4652 if test "$GXX" = yes; then
4653 CXXFLAGS="-g -O2"
4654 else
4655 CXXFLAGS="-g"
4656 fi
4657else
4658 if test "$GXX" = yes; then
4659 CXXFLAGS="-O2"
4660 else
4661 CXXFLAGS=
4662 fi
4663fi
4664ac_ext=c
4665ac_cpp='$CPP $CPPFLAGS'
4666ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4667ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4668ac_compiler_gnu=$ac_cv_c_compiler_gnu
4669
4670
4671# We must set the default linker to the linker used by gcc for the correct
4672# operation of libtool. If LD is not defined and we are using gcc, try to
4673# set the LD default to the ld used by gcc.
4674if test -z "$LD"; then
4675 if test "$GCC" = yes; then
4676 case $build in
4677 *-*-mingw*)
4678 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4679 *)
4680 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4681 esac
4682 case $gcc_prog_ld in
4683 # Accept absolute paths.
4684 [\\/]* | [A-Za-z]:[\\/]*)
4685 LD="$gcc_prog_ld" ;;
4686 esac
4687 fi
4688fi
4689
4690
4691
4692
4693if test -n "$ac_tool_prefix"; then
4694 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4695set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4697$as_echo_n "checking for $ac_word... " >&6; }
4698if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4699 $as_echo_n "(cached) " >&6
4700else
4701 if test -n "$GNATBIND"; then
4702 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4703else
4704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4705for as_dir in $PATH
4706do
4707 IFS=$as_save_IFS
4708 test -z "$as_dir" && as_dir=.
4709 for ac_exec_ext in '' $ac_executable_extensions; do
4710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4711 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4713 break 2
4714 fi
4715done
4716 done
4717IFS=$as_save_IFS
4718
4719fi
4720fi
4721GNATBIND=$ac_cv_prog_GNATBIND
4722if test -n "$GNATBIND"; then
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4724$as_echo "$GNATBIND" >&6; }
4725else
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4727$as_echo "no" >&6; }
4728fi
4729
4730
4731fi
4732if test -z "$ac_cv_prog_GNATBIND"; then
4733 ac_ct_GNATBIND=$GNATBIND
4734 # Extract the first word of "gnatbind", so it can be a program name with args.
4735set dummy gnatbind; ac_word=$2
4736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4737$as_echo_n "checking for $ac_word... " >&6; }
4738if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4739 $as_echo_n "(cached) " >&6
4740else
4741 if test -n "$ac_ct_GNATBIND"; then
4742 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4743else
4744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745for as_dir in $PATH
4746do
4747 IFS=$as_save_IFS
4748 test -z "$as_dir" && as_dir=.
4749 for ac_exec_ext in '' $ac_executable_extensions; do
4750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4751 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4753 break 2
4754 fi
4755done
4756 done
4757IFS=$as_save_IFS
4758
4759fi
4760fi
4761ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4762if test -n "$ac_ct_GNATBIND"; then
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4764$as_echo "$ac_ct_GNATBIND" >&6; }
4765else
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4767$as_echo "no" >&6; }
4768fi
4769
4770 if test "x$ac_ct_GNATBIND" = x; then
4771 GNATBIND="no"
4772 else
4773 case $cross_compiling:$ac_tool_warned in
4774yes:)
4775{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4776$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4777ac_tool_warned=yes ;;
4778esac
4779 GNATBIND=$ac_ct_GNATBIND
4780 fi
4781else
4782 GNATBIND="$ac_cv_prog_GNATBIND"
4783fi
4784
4785if test -n "$ac_tool_prefix"; then
4786 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4787set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4789$as_echo_n "checking for $ac_word... " >&6; }
4790if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4791 $as_echo_n "(cached) " >&6
4792else
4793 if test -n "$GNATMAKE"; then
4794 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4795else
4796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4797for as_dir in $PATH
4798do
4799 IFS=$as_save_IFS
4800 test -z "$as_dir" && as_dir=.
4801 for ac_exec_ext in '' $ac_executable_extensions; do
4802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4803 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4805 break 2
4806 fi
4807done
4808 done
4809IFS=$as_save_IFS
4810
4811fi
4812fi
4813GNATMAKE=$ac_cv_prog_GNATMAKE
4814if test -n "$GNATMAKE"; then
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4816$as_echo "$GNATMAKE" >&6; }
4817else
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4819$as_echo "no" >&6; }
4820fi
4821
4822
4823fi
4824if test -z "$ac_cv_prog_GNATMAKE"; then
4825 ac_ct_GNATMAKE=$GNATMAKE
4826 # Extract the first word of "gnatmake", so it can be a program name with args.
4827set dummy gnatmake; ac_word=$2
4828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4829$as_echo_n "checking for $ac_word... " >&6; }
4830if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4831 $as_echo_n "(cached) " >&6
4832else
4833 if test -n "$ac_ct_GNATMAKE"; then
4834 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
4835else
4836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4837for as_dir in $PATH
4838do
4839 IFS=$as_save_IFS
4840 test -z "$as_dir" && as_dir=.
4841 for ac_exec_ext in '' $ac_executable_extensions; do
4842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4843 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
4844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4845 break 2
4846 fi
4847done
4848 done
4849IFS=$as_save_IFS
4850
4851fi
4852fi
4853ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4854if test -n "$ac_ct_GNATMAKE"; then
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4856$as_echo "$ac_ct_GNATMAKE" >&6; }
4857else
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4859$as_echo "no" >&6; }
4860fi
4861
4862 if test "x$ac_ct_GNATMAKE" = x; then
4863 GNATMAKE="no"
4864 else
4865 case $cross_compiling:$ac_tool_warned in
4866yes:)
4867{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4868$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4869ac_tool_warned=yes ;;
4870esac
4871 GNATMAKE=$ac_ct_GNATMAKE
4872 fi
4873else
4874 GNATMAKE="$ac_cv_prog_GNATMAKE"
4875fi
4876
4877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4878$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4879if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4880 $as_echo_n "(cached) " >&6
4881else
4882 cat >conftest.adb <<EOF
4883procedure conftest is begin null; end conftest;
4884EOF
4885acx_cv_cc_gcc_supports_ada=no
4886# There is a bug in old released versions of GCC which causes the
4887# driver to exit successfully when the appropriate language module
4888# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4889# Therefore we must check for the error message as well as an
4890# unsuccessful exit.
4891# Other compilers, like HP Tru64 UNIX cc, exit successfully when
4892# given a .adb file, but produce no object file. So we must check
4893# if an object file was really produced to guard against this.
4894errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4895if test x"$errors" = x && test -f conftest.$ac_objext; then
4896 acx_cv_cc_gcc_supports_ada=yes
4897fi
4898rm -f conftest.*
4899fi
4900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4901$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4902
4903if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
4904 have_gnat=yes
4905else
4906 have_gnat=no
4907fi
4908
4909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4910$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4911if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4912 $as_echo_n "(cached) " >&6
4913else
4914 echo abfoo >t1
4915 echo cdfoo >t2
4916 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4917 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4918 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4919 :
4920 else
4921 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4922 fi
4923 fi
4924 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4925 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4926 :
4927 else
4928 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
4929 fi
4930 fi
4931 rm t1 t2
4932
4933fi
4934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
4935$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
4936do_compare="$gcc_cv_prog_cmp_skip"
4937
4938
4939
4940# See if we are building gcc with C++.
4941# Check whether --enable-build-with-cxx was given.
4942if test "${enable_build_with_cxx+set}" = set; then :
4943 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
4944else
4945 ENABLE_BUILD_WITH_CXX=no
4946fi
4947
4948
4949# Used for setting $lt_cv_objdir
4950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
4951$as_echo_n "checking for objdir... " >&6; }
4952if test "${lt_cv_objdir+set}" = set; then :
4953 $as_echo_n "(cached) " >&6
4954else
4955 rm -f .libs 2>/dev/null
4956mkdir .libs 2>/dev/null
4957if test -d .libs; then
4958 lt_cv_objdir=.libs
4959else
4960 # MS-DOS does not allow filenames that begin with a dot.
4961 lt_cv_objdir=_libs
4962fi
4963rmdir .libs 2>/dev/null
4964fi
4965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
4966$as_echo "$lt_cv_objdir" >&6; }
4967objdir=$lt_cv_objdir
4968
4969
4970
4971
4972
4973cat >>confdefs.h <<_ACEOF
4974#define LT_OBJDIR "$lt_cv_objdir/"
4975_ACEOF
4976
4977
4978
4979# Check for GMP, MPFR and MPC
4980gmplibs="-lmpc -lmpfr -lgmp"
4981gmpinc=
4982have_gmp=no
4983
4984# Specify a location for mpc
4985# check for this first so it ends up on the link line before mpfr.
4986
4987# Check whether --with-mpc was given.
4988if test "${with_mpc+set}" = set; then :
4989 withval=$with_mpc;
4990fi
4991
4992
4993# Check whether --with-mpc-include was given.
4994if test "${with_mpc_include+set}" = set; then :
4995 withval=$with_mpc_include;
4996fi
4997
4998
4999# Check whether --with-mpc-lib was given.
5000if test "${with_mpc_lib+set}" = set; then :
5001 withval=$with_mpc_lib;
5002fi
5003
5004
5005if test "x$with_mpc" != x; then
5006 gmplibs="-L$with_mpc/lib $gmplibs"
5007 gmpinc="-I$with_mpc/include $gmpinc"
5008fi
5009if test "x$with_mpc_include" != x; then
5010 gmpinc="-I$with_mpc_include $gmpinc"
5011fi
5012if test "x$with_mpc_lib" != x; then
5013 gmplibs="-L$with_mpc_lib $gmplibs"
5014fi
5015if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5016 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5017 gmpinc='-I$$s/mpc/src '"$gmpinc"
5018 # Do not test the mpc version. Assume that it is sufficient, since
5019 # it is in the source tree, and the library has not been built yet
5020 # but it would be included on the link line in the version check below
5021 # hence making the test fail.
5022 have_gmp=yes
5023fi
5024
5025# Specify a location for mpfr
5026# check for this first so it ends up on the link line before gmp.
5027
5028# Check whether --with-mpfr-dir was given.
5029if test "${with_mpfr_dir+set}" = set; then :
5030 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5031Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5032fi
5033
5034
5035
5036# Check whether --with-mpfr was given.
5037if test "${with_mpfr+set}" = set; then :
5038 withval=$with_mpfr;
5039fi
5040
5041
5042# Check whether --with-mpfr-include was given.
5043if test "${with_mpfr_include+set}" = set; then :
5044 withval=$with_mpfr_include;
5045fi
5046
5047
5048# Check whether --with-mpfr-lib was given.
5049if test "${with_mpfr_lib+set}" = set; then :
5050 withval=$with_mpfr_lib;
5051fi
5052
5053
5054if test "x$with_mpfr" != x; then
5055 gmplibs="-L$with_mpfr/lib $gmplibs"
5056 gmpinc="-I$with_mpfr/include $gmpinc"
5057fi
5058if test "x$with_mpfr_include" != x; then
5059 gmpinc="-I$with_mpfr_include $gmpinc"
5060fi
5061if test "x$with_mpfr_lib" != x; then
5062 gmplibs="-L$with_mpfr_lib $gmplibs"
5063fi
5064if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5065 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5066 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5067 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5068 # Do not test the mpfr version. Assume that it is sufficient, since
5069 # it is in the source tree, and the library has not been built yet
5070 # but it would be included on the link line in the version check below
5071 # hence making the test fail.
5072 have_gmp=yes
5073fi
5074
5075# Specify a location for gmp
5076
5077# Check whether --with-gmp-dir was given.
5078if test "${with_gmp_dir+set}" = set; then :
5079 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5080Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5081fi
5082
5083
5084
5085# Check whether --with-gmp was given.
5086if test "${with_gmp+set}" = set; then :
5087 withval=$with_gmp;
5088fi
5089
5090
5091# Check whether --with-gmp-include was given.
5092if test "${with_gmp_include+set}" = set; then :
5093 withval=$with_gmp_include;
5094fi
5095
5096
5097# Check whether --with-gmp-lib was given.
5098if test "${with_gmp_lib+set}" = set; then :
5099 withval=$with_gmp_lib;
5100fi
5101
5102
5103
5104if test "x$with_gmp" != x; then
5105 gmplibs="-L$with_gmp/lib $gmplibs"
5106 gmpinc="-I$with_gmp/include $gmpinc"
5107fi
5108if test "x$with_gmp_include" != x; then
5109 gmpinc="-I$with_gmp_include $gmpinc"
5110fi
5111if test "x$with_gmp_lib" != x; then
5112 gmplibs="-L$with_gmp_lib $gmplibs"
5113fi
5114if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5115 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5116 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5117 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5118 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5119 # Do not test the gmp version. Assume that it is sufficient, since
5120 # it is in the source tree, and the library has not been built yet
5121 # but it would be included on the link line in the version check below
5122 # hence making the test fail.
5123 have_gmp=yes
5124fi
5125
5126if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5127 have_gmp=yes
5128 saved_CFLAGS="$CFLAGS"
5129 CFLAGS="$CFLAGS $gmpinc"
5130 # Check for the recommended and required versions of GMP.
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5132$as_echo_n "checking for the correct version of gmp.h... " >&6; }
5133
5134cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5135/* end confdefs.h. */
5136#include "gmp.h"
5137int
5138main ()
5139{
5140
5141 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5142 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5143 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5144 choke me
5145 #endif
5146
5147 ;
5148 return 0;
5149}
5150_ACEOF
5151if ac_fn_c_try_compile "$LINENO"; then :
5152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5153/* end confdefs.h. */
5154#include <gmp.h>
5155int
5156main ()
5157{
5158
5159 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5160 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5161 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5162 choke me
5163 #endif
5164
5165 ;
5166 return 0;
5167}
5168_ACEOF
5169if ac_fn_c_try_compile "$LINENO"; then :
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5171$as_echo "yes" >&6; }
5172else
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5174$as_echo "buggy but acceptable" >&6; }
5175fi
5176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5177else
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5179$as_echo "no" >&6; }; have_gmp=no
5180fi
5181rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5182
5183 # If we have GMP, check the MPFR version.
5184 if test x"$have_gmp" = xyes; then
5185 # Check for the recommended and required versions of MPFR.
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5187$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5189/* end confdefs.h. */
5190#include <gmp.h>
5191 #include <mpfr.h>
5192int
5193main ()
5194{
5195
5196 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5197 choke me
5198 #endif
5199
5200 ;
5201 return 0;
5202}
5203_ACEOF
5204if ac_fn_c_try_compile "$LINENO"; then :
5205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5206/* end confdefs.h. */
5207#include <gmp.h>
5208 #include <mpfr.h>
5209int
5210main ()
5211{
5212
5213 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5214 choke me
5215 #endif
5216
5217 ;
5218 return 0;
5219}
5220_ACEOF
5221if ac_fn_c_try_compile "$LINENO"; then :
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5223$as_echo "yes" >&6; }
5224else
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5226$as_echo "buggy but acceptable" >&6; }
5227fi
5228rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5229else
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5231$as_echo "no" >&6; }; have_gmp=no
5232fi
5233rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5234 fi
5235
5236 # Check for the MPC header version.
5237 if test x"$have_gmp" = xyes ; then
5238 # Check for the recommended and required versions of MPC.
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5240$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5242/* end confdefs.h. */
5243#include <mpc.h>
5244int
5245main ()
5246{
5247
5248 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5249 choke me
5250 #endif
5251
5252 ;
5253 return 0;
5254}
5255_ACEOF
5256if ac_fn_c_try_compile "$LINENO"; then :
5257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5258/* end confdefs.h. */
5259#include <mpc.h>
5260int
5261main ()
5262{
5263
5264 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5265 choke me
5266 #endif
5267
5268 ;
5269 return 0;
5270}
5271_ACEOF
5272if ac_fn_c_try_compile "$LINENO"; then :
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5274$as_echo "yes" >&6; }
5275else
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5277$as_echo "buggy but acceptable" >&6; }
5278fi
5279rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5280else
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5282$as_echo "no" >&6; }; have_gmp=no
5283fi
5284rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5285 fi
5286
5287 # Now check the MPFR library.
5288 if test x"$have_gmp" = xyes; then
5289 saved_LIBS="$LIBS"
5290 LIBS="$LIBS $gmplibs"
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5292$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5294/* end confdefs.h. */
5295#include <mpc.h>
5296int
5297main ()
5298{
5299
5300 mpfr_t n;
5301 mpfr_t x;
5302 mpc_t c;
5303 int t;
5304 mpfr_init (n);
5305 mpfr_init (x);
5306 mpfr_atan2 (n, n, x, GMP_RNDN);
5307 mpfr_erfc (n, x, GMP_RNDN);
5308 mpfr_subnormalize (x, t, GMP_RNDN);
5309 mpfr_clear(n);
5310 mpfr_clear(x);
5311 mpc_init2 (c, 53);
5312 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5313 mpc_cosh (c, c, MPC_RNDNN);
5314 mpc_pow (c, c, c, MPC_RNDNN);
5315 mpc_acosh (c, c, MPC_RNDNN);
5316 mpc_clear (c);
5317
5318 ;
5319 return 0;
5320}
5321_ACEOF
5322if ac_fn_c_try_link "$LINENO"; then :
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5324$as_echo "yes" >&6; }
5325else
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5327$as_echo "no" >&6; }; have_gmp=no
5328fi
5329rm -f core conftest.err conftest.$ac_objext \
5330 conftest$ac_exeext conftest.$ac_ext
5331 LIBS="$saved_LIBS"
5332 fi
5333
5334 CFLAGS="$saved_CFLAGS"
5335
5336# The library versions listed in the error message below should match
5337# the HARD-minimums enforced above.
5338 if test x$have_gmp != xyes; then
5339 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5340Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5341their locations. Source code for these libraries can be found at
5342their respective hosting sites as well as at
5343ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5344http://gcc.gnu.org/install/prerequisites.html for additional info. If
5345you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5346make sure that you have installed both the libraries and the header
5347files. They may be located in separate packages." "$LINENO" 5
5348 fi
5349fi
5350
5351# Flags needed for both GMP, MPFR and/or MPC.
5352
5353
5354
5355
5356
5357
5358# Allow host libstdc++ to be specified for static linking with PPL.
5359
5360# Check whether --with-host-libstdcxx was given.
5361if test "${with_host_libstdcxx+set}" = set; then :
5362 withval=$with_host_libstdcxx;
5363fi
5364
5365
5366case $with_host_libstdcxx in
5367 no|yes)
5368 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5369 ;;
5370esac
5371
5372# Linker flags to use for stage1 or when not boostrapping.
5373
5374# Check whether --with-stage1-ldflags was given.
5375if test "${with_stage1_ldflags+set}" = set; then :
5376 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5377 stage1_ldflags=
5378 else
5379 stage1_ldflags=$withval
5380 fi
5381else
5382 stage1_ldflags=
5383fi
5384
5385
5386
5387# Libraries to use for stage1 or when not bootstrapping.
5388
5389# Check whether --with-stage1-libs was given.
5390if test "${with_stage1_libs+set}" = set; then :
5391 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5392 stage1_libs=
5393 else
5394 stage1_libs=$withval
5395 fi
5396else
5397 stage1_libs=$with_host_libstdcxx
5398fi
5399
5400
5401
5402# Libraries to use for stage2 and later builds. This defaults to the
5403# argument passed to --with-host-libstdcxx.
5404
5405# Check whether --with-boot-libs was given.
5406if test "${with_boot_libs+set}" = set; then :
5407 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5408 poststage1_libs=
5409 else
5410 poststage1_libs=$withval
5411 fi
5412else
5413 poststage1_libs=$with_host_libstdcxx
5414fi
5415
5416
5417
5418# Linker flags to use for stage2 and later builds.
5419
5420# Check whether --with-boot-ldflags was given.
5421if test "${with_boot_ldflags+set}" = set; then :
5422 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5423 poststage1_ldflags=
5424 else
5425 poststage1_ldflags=$withval
5426 fi
5427else
5428 poststage1_ldflags=
5429 # In stages 2 and 3, default to linking libstdc++ and libgcc
5430 # statically. But if the user explicitly specified the libraries to
5431 # use, trust that they are doing what they want.
5432 if test "$poststage1_libs" = ""; then
5433 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5434 fi
5435fi
5436
5437
5438
5439# Check for PPL
5440ppllibs=
5441pplinc=
5442pwllib=
5443
5444
5445# Check whether --with-ppl was given.
5446if test "${with_ppl+set}" = set; then :
5447 withval=$with_ppl;
5448fi
5449
5450
5451# Check whether --with-ppl-include was given.
5452if test "${with_ppl_include+set}" = set; then :
5453 withval=$with_ppl_include;
5454fi
5455
5456
5457# Check whether --with-ppl-lib was given.
5458if test "${with_ppl_lib+set}" = set; then :
5459 withval=$with_ppl_lib;
5460fi
5461
5462
5463# Check whether --enable-ppl-version-check was given.
5464if test "${enable_ppl_version_check+set}" = set; then :
5465 enableval=$enable_ppl_version_check;
5466fi
5467
5468
5469case $with_ppl in
5470 yes | no | "")
5471 ;;
5472 *)
5473 ppllibs="-L$with_ppl/lib"
5474 pplinc="-I$with_ppl/include $pplinc"
5475 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5476 with_ppl=yes
5477 else
5478 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5479 fi
5480 ;;
5481esac
5482
5483if test x"$with_ppl_include" != x; then
5484 pplinc="-I$with_ppl_include $pplinc"
5485 with_ppl=yes
5486fi
5487
5488if test "x$with_ppl_lib" != x; then
5489 ppllibs="-L$with_ppl_lib"
5490 with_ppl=yes
5491fi
5492
5493if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5494 if test x"$enable_watchdog" = xyes; then
5495 pwllib="-lpwl"
5496 fi
5497 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5498 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5499 enable_ppl_version_check=no
5500 with_ppl=yes
5501fi
5502
5503if test "x$with_ppl" != xno; then
5504 if test "x$pwllib" = x; then
5505 saved_LIBS="$LIBS"
5506 LIBS="$LIBS $ppllibs -lstdc++ -lm"
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5508$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5509if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5510 $as_echo_n "(cached) " >&6
5511else
5512 ac_check_lib_save_LIBS=$LIBS
5513LIBS="-lpwl $LIBS"
5514cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5515/* end confdefs.h. */
5516
5517/* Override any GCC internal prototype to avoid an error.
5518 Use char because int might match the return type of a GCC
5519 builtin and then its argument prototype would still apply. */
5520#ifdef __cplusplus
5521extern "C"
5522#endif
5523char PWL_handle_timeout ();
5524int
5525main ()
5526{
5527return PWL_handle_timeout ();
5528 ;
5529 return 0;
5530}
5531_ACEOF
5532if ac_fn_c_try_link "$LINENO"; then :
5533 ac_cv_lib_pwl_PWL_handle_timeout=yes
5534else
5535 ac_cv_lib_pwl_PWL_handle_timeout=no
5536fi
5537rm -f core conftest.err conftest.$ac_objext \
5538 conftest$ac_exeext conftest.$ac_ext
5539LIBS=$ac_check_lib_save_LIBS
5540fi
5541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5542$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5543if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5544 pwllib="-lpwl"
5545fi
5546
5547 LIBS="$saved_LIBS"
5548 fi
5549
5550 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5551
5552 if test "$enable_ppl_version_check" != no; then
5553 saved_CFLAGS="$CFLAGS"
5554 CFLAGS="$CFLAGS $pplinc $gmpinc"
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5556$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5558/* end confdefs.h. */
5559#include "ppl_c.h"
5560int
5561main ()
5562{
5563
5564 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5565 choke me
5566 #endif
5567
5568 ;
5569 return 0;
5570}
5571_ACEOF
5572if ac_fn_c_try_compile "$LINENO"; then :
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5574$as_echo "yes" >&6; }
5575else
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5577$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5578fi
5579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5580 CFLAGS="$saved_CFLAGS"
5581 fi
5582fi
5583
5584# Flags needed for PPL
5585
5586
5587
5588
5589# Check for CLOOG
5590
5591
5592
5593# Check whether --with-cloog was given.
5594if test "${with_cloog+set}" = set; then :
5595 withval=$with_cloog;
5596fi
5597
5598
5599# Check whether --with-cloog-include was given.
5600if test "${with_cloog_include+set}" = set; then :
5601 withval=$with_cloog_include;
5602fi
5603
5604
5605# Check whether --with-cloog-lib was given.
5606if test "${with_cloog_lib+set}" = set; then :
5607 withval=$with_cloog_lib;
5608fi
5609
5610
5611 # Check whether --enable-cloog-backend was given.
5612if test "${enable_cloog_backend+set}" = set; then :
5613 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5614 cloog_backend=isl
5615 elif test "x${enableval}" = "xppl"; then
5616 cloog_backend=ppl
5617 else
5618 cloog_backend=ppl-legacy
5619 fi
5620else
5621 cloog_backend=ppl-legacy
5622fi
5623
5624 # Check whether --enable-cloog-version-check was given.
5625if test "${enable_cloog_version_check+set}" = set; then :
5626 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5627else
5628 ENABLE_CLOOG_CHECK=yes
5629fi
5630
5631
5632 # Initialize clooglibs and clooginc.
5633 case $with_cloog in
5634 no)
5635 clooglibs=
5636 clooginc=
5637 ;;
5638 "" | yes)
5639 ;;
5640 *)
5641 clooglibs="-L$with_cloog/lib"
5642 clooginc="-I$with_cloog/include"
5643 ;;
5644 esac
5645 if test "x${with_cloog_include}" != x ; then
5646 clooginc="-I$with_cloog_include"
5647 fi
5648 if test "x${with_cloog_lib}" != x; then
5649 clooglibs="-L$with_cloog_lib"
5650 fi
5651
5652
5653
5654
5655
5656if test "x$with_ppl" = "xno"; then
5657
5658
5659
5660 if test "x${with_cloog}" = xno; then
5661 graphite_requested=no
5662 elif test "x${with_cloog}" != x \
5663 || test "x${with_cloog_include}" != x \
5664 || test "x${with_cloog_lib}" != x ; then
5665 graphite_requested=yes
5666 else
5667 graphite_requested=no
5668 fi
5669
5670
5671 if test "${graphite_requested}" = yes; then
5672 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5673 fi
5674 with_cloog=no
5675fi
5676if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5677 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5678 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5679 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5680fi
5681if test "x$with_cloog" != "xno"; then
5682
5683
5684
5685 _cloog_saved_CFLAGS=$CFLAGS
5686 _cloog_saved_CPPFLAGS=$CPPFLAGS
5687 _cloog_saved_LDFLAGS=$LDFLAGS
5688 _cloog_saved_LIBS=$LIBS
5689
5690 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5691
5692 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5693 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5694 LDFLAGS="${LDFLAGS} ${clooglibs}"
5695
5696 case $cloog_backend in
5697 "ppl-legacy")
5698 CFLAGS="${CFLAGS} ${pplinc}"
5699 LDFLAGS="${LDFLAGS} ${ppllibs}"
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5701$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5702if test "${gcc_cv_cloog_type+set}" = set; then :
5703 $as_echo_n "(cached) " >&6
5704else
5705 LIBS="-lcloog ${_cloog_saved_LIBS}"
5706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5707/* end confdefs.h. */
5708#include "cloog/cloog.h"
5709int
5710main ()
5711{
5712#ifndef CLOOG_PPL_BACKEND
5713 choke me
5714 #endif
5715 ;
5716 return 0;
5717}
5718_ACEOF
5719if ac_fn_c_try_link "$LINENO"; then :
5720 gcc_cv_cloog_type="PPL Legacy"
5721else
5722 gcc_cv_cloog_type=no
5723fi
5724rm -f core conftest.err conftest.$ac_objext \
5725 conftest$ac_exeext conftest.$ac_ext
5726fi
5727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5728$as_echo "$gcc_cv_cloog_type" >&6; }
5729 ;;
5730 "isl")
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5732$as_echo_n "checking for installed CLooG ISL... " >&6; }
5733if test "${gcc_cv_cloog_type+set}" = set; then :
5734 $as_echo_n "(cached) " >&6
5735else
5736 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5738/* end confdefs.h. */
5739#include "cloog/cloog.h"
5740int
5741main ()
5742{
5743cloog_version ()
5744 ;
5745 return 0;
5746}
5747_ACEOF
5748if ac_fn_c_try_link "$LINENO"; then :
5749 gcc_cv_cloog_type="ISL"
5750else
5751 gcc_cv_cloog_type=no
5752fi
5753rm -f core conftest.err conftest.$ac_objext \
5754 conftest$ac_exeext conftest.$ac_ext
5755fi
5756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5757$as_echo "$gcc_cv_cloog_type" >&6; }
5758 ;;
5759 "ppl")
5760 CFLAGS="${CFLAGS} ${pplinc}"
5761 LDFLAGS="${LDFLAGS} ${ppllibs}"
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5763$as_echo_n "checking for installed CLooG PPL... " >&6; }
5764if test "${gcc_cv_cloog_type+set}" = set; then :
5765 $as_echo_n "(cached) " >&6
5766else
5767 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5769/* end confdefs.h. */
5770#include "cloog/cloog.h"
5771 #include "cloog/ppl/cloog.h"
5772int
5773main ()
5774{
5775cloog_version ()
5776 ;
5777 return 0;
5778}
5779_ACEOF
5780if ac_fn_c_try_link "$LINENO"; then :
5781 gcc_cv_cloog_type="PPL"
5782else
5783 gcc_cv_cloog_type=no
5784fi
5785rm -f core conftest.err conftest.$ac_objext \
5786 conftest$ac_exeext conftest.$ac_ext
5787fi
5788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5789$as_echo "$gcc_cv_cloog_type" >&6; }
5790 ;;
5791 *)
5792 gcc_cv_cloog_type=""
5793 esac
5794
5795 case $gcc_cv_cloog_type in
5796 "PPL Legacy")
5797 clooginc="${clooginc}"
5798 clooglibs="${clooglibs} -lcloog"
5799 cloog_org=no
5800 ;;
5801 "ISL")
5802 clooginc="${clooginc} ${_cloogorginc}"
5803 clooglibs="${clooglibs} -lcloog-isl -lisl"
5804 cloog_org=yes
5805 ;;
5806 "PPL")
5807 clooginc="${clooginc} ${_cloogorginc}"
5808 clooglibs="${clooglibs} -lcloog-ppl"
5809 cloog_org=yes
5810 ;;
5811 *)
5812 clooglibs=
5813 clooginc=
5814 cloog_org=
5815 ;;
5816 esac
5817
5818 LIBS=$_cloog_saved_LIBS
5819 CFLAGS=$_cloog_saved_CFLAGS
5820 CPPFLAGS=$_cloog_saved_CPPFLAGS
5821 LDFLAGS=$_cloog_saved_LDFLAGS
5822
5823
5824
5825
5826
5827 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5828 _cloog_saved_CFLAGS=$CFLAGS
5829 _cloog_saved_LDFLAGS=$LDFLAGS
5830
5831 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5832 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5833
5834 if test "${cloog_org}" = yes ; then
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
5836$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
5837if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5838 $as_echo_n "(cached) " >&6
5839else
5840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5841/* end confdefs.h. */
5842#include "cloog/cloog.h"
5843int
5844main ()
5845{
5846#if CLOOG_VERSION_MAJOR != 0 \
5847 || CLOOG_VERSION_MINOR != 16 \
5848 || CLOOG_VERSION_REVISION < 1
5849 choke me
5850 #endif
5851 ;
5852 return 0;
5853}
5854_ACEOF
5855if ac_fn_c_try_compile "$LINENO"; then :
5856 gcc_cv_cloog_ct_0_14_0=yes
5857else
5858 gcc_cv_cloog_ct_0_14_0=no
5859fi
5860rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5861fi
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5863$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5864 elif test "${cloog_org}" = no ; then
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
5866$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
5867if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5868 $as_echo_n "(cached) " >&6
5869else
5870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5871/* end confdefs.h. */
5872#include "cloog/cloog.h"
5873int
5874main ()
5875{
5876#if CLOOG_VERSION_MAJOR != 0 \
5877 || CLOOG_VERSION_MINOR != 15 \
5878 || CLOOG_VERSION_REVISION < 5
5879 choke me
5880 #endif
5881 ;
5882 return 0;
5883}
5884_ACEOF
5885if ac_fn_c_try_compile "$LINENO"; then :
5886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5887/* end confdefs.h. */
5888#include "cloog/cloog.h"
5889int
5890main ()
5891{
5892#if CLOOG_VERSION_MAJOR != 0 \
5893 || CLOOG_VERSION_MINOR != 15 \
5894 || CLOOG_VERSION_REVISION < 9
5895 choke me
5896 #endif
5897 ;
5898 return 0;
5899}
5900_ACEOF
5901if ac_fn_c_try_compile "$LINENO"; then :
5902 gcc_cv_cloog_ct_0_15_5=yes
5903else
5904 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
5905fi
5906rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5907else
5908 gcc_cv_cloog_ct_0_15_5=no
5909fi
5910rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5911fi
5912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5913$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5914 fi
5915
5916 CFLAGS=$_cloog_saved_CFLAGS
5917 LDFLAGS=$_cloog_saved_LDFLAGS
5918 fi
5919
5920
5921
5922
5923
5924
5925
5926 if test "x${with_cloog}" = xno; then
5927 graphite_requested=no
5928 elif test "x${with_cloog}" != x \
5929 || test "x${with_cloog_include}" != x \
5930 || test "x${with_cloog_lib}" != x ; then
5931 graphite_requested=yes
5932 else
5933 graphite_requested=no
5934 fi
5935
5936
5937
5938 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
5939 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
5940 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
5941 clooglibs=
5942 clooginc=
5943 fi
5944
5945 if test "${graphite_requested}" = yes \
5946 && test "x${clooglibs}" = x \
5947 && test "x${clooginc}" = x ; then
5948
5949 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
5950 fi
5951
5952
5953fi
5954
5955# Check for LTO support.
5956# Check whether --enable-lto was given.
5957if test "${enable_lto+set}" = set; then :
5958 enableval=$enable_lto; enable_lto=$enableval
5959else
5960 enable_lto=yes; default_enable_lto=yes
5961fi
5962
5963
5964
5965
5966
5967target_elf=no
5968case $target in
5969 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
5970 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
5971 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
5972 target_elf=no
5973 ;;
5974 *)
5975 target_elf=yes
5976 ;;
5977esac
5978
5979if test $target_elf = yes; then :
5980 # ELF platforms build the lto-plugin always.
5981 build_lto_plugin=yes
5982
5983else
5984 if test x"$default_enable_lto" = x"yes" ; then
5985 case $target in
5986 *-apple-darwin9 | *-cygwin* | *-mingw*) ;;
5987 # On other non-ELF platforms, LTO has yet to be validated.
5988 *) enable_lto=no ;;
5989 esac
5990 else
5991 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
5992 # It would also be nice to check the binutils support, but we don't
5993 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
5994 # warn during gcc/ subconfigure; unless you're bootstrapping with
5995 # -flto it won't be needed until after installation anyway.
5996 case $target in
5997 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
5998 *) if test x"$enable_lto" = x"yes"; then
5999 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6000 fi
6001 ;;
6002 esac
6003 fi
6004 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6005 # Build it unless LTO was explicitly disabled.
6006 case $target in
6007 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6008 *) ;;
6009 esac
6010
6011fi
6012
6013
6014
6015# By default, C is the only stage 1 language.
6016stage1_languages=,c,
6017
6018# Target libraries that we bootstrap.
6019bootstrap_target_libs=,target-libgcc,
6020
6021# Figure out what language subdirectories are present.
6022# Look if the user specified --enable-languages="..."; if not, use
6023# the environment variable $LANGUAGES if defined. $LANGUAGES might
6024# go away some day.
6025# NB: embedded tabs in this IF block -- do not untabify
6026if test -d ${srcdir}/gcc; then
6027 if test x"${enable_languages+set}" != xset; then
6028 if test x"${LANGUAGES+set}" = xset; then
6029 enable_languages="${LANGUAGES}"
6030 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6031 else
6032 enable_languages=all
6033 fi
6034 else
6035 if test x"${enable_languages}" = x ||
6036 test x"${enable_languages}" = xyes;
6037 then
6038 echo configure.in: --enable-languages needs at least one language argument 1>&2
6039 exit 1
6040 fi
6041 fi
6042 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6043
6044 # 'f95' is the old name for the 'fortran' language. We issue a warning
6045 # and make the substitution.
6046 case ,${enable_languages}, in
6047 *,f95,*)
6048 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6049 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6050 ;;
6051 esac
6052
6053 # First scan to see if an enabled language requires some other language.
6054 # We assume that a given config-lang.in will list all the language
6055 # front ends it requires, even if some are required indirectly.
6056 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6057 case ${lang_frag} in
6058 ..) ;;
6059 # The odd quoting in the next line works around
6060 # an apparent bug in bash 1.12 on linux.
6061 ${srcdir}/gcc/[*]/config-lang.in) ;;
6062 *)
6063 # From the config-lang.in, get $language, $lang_requires, and
6064 # $lang_requires_boot_languages.
6065 language=
6066 lang_requires=
6067 lang_requires_boot_languages=
6068 . ${lang_frag}
6069 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6070 case ,${enable_languages}, in
6071 *,$other,*) ;;
6072 *,all,*) ;;
6073 *,$language,*)
6074 echo " \`$other' language required by \`$language'; enabling" 1>&2
6075 enable_languages="${enable_languages},${other}"
6076 ;;
6077 esac
6078 done
6079 for other in ${lang_requires_boot_languages} ; do
6080 if test "$other" != "c"; then
6081 case ,${enable_stage1_languages}, in
6082 *,$other,*) ;;
6083 *,all,*) ;;
6084 *)
6085 case ,${enable_languages}, in
6086 *,$language,*)
6087 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6088 enable_stage1_languages="$enable_stage1_languages,${other}"
6089 ;;
6090 esac
6091 ;;
6092 esac
6093 fi
6094 done
6095 ;;
6096 esac
6097 done
6098
6099 new_enable_languages=,c,
6100
6101 # If LTO is enabled, add the LTO front end.
6102 extra_host_libiberty_configure_flags=
6103 if test "$enable_lto" = "yes" ; then
6104 case ,${enable_languages}, in
6105 *,lto,*) ;;
6106 *) enable_languages="${enable_languages},lto" ;;
6107 esac
6108 if test "${build_lto_plugin}" = "yes" ; then
6109 configdirs="$configdirs lto-plugin"
6110 extra_host_libiberty_configure_flags=--enable-shared
6111 fi
6112 fi
6113
6114
6115 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6116 potential_languages=,c,
6117
6118 enabled_target_libs=
6119 disabled_target_libs=
6120
6121 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6122 case ${lang_frag} in
6123 ..) ;;
6124 # The odd quoting in the next line works around
6125 # an apparent bug in bash 1.12 on linux.
6126 ${srcdir}/gcc/[*]/config-lang.in) ;;
6127 *)
6128 # From the config-lang.in, get $language, $target_libs,
6129 # $lang_dirs, $boot_language, and $build_by_default
6130 language=
6131 target_libs=
6132 lang_dirs=
6133 subdir_requires=
6134 boot_language=no
6135 build_by_default=yes
6136 . ${lang_frag}
6137 if test x${language} = x; then
6138 echo "${lang_frag} doesn't set \$language." 1>&2
6139 exit 1
6140 fi
6141
6142 if test "$language" = "c++" \
6143 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6144 boot_language=yes
6145 fi
6146
6147 case ,${enable_languages}, in
6148 *,${language},*)
6149 # Language was explicitly selected; include it.
6150 add_this_lang=yes
6151 ;;
6152 *,all,*)
6153 # 'all' was selected, select it if it is a default language
6154 add_this_lang=${build_by_default}
6155 ;;
6156 *)
6157 add_this_lang=no
6158 ;;
6159 esac
6160
6161 # Disable languages that need other directories if these aren't available.
6162 for i in $subdir_requires; do
6163 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6164 case ,${enable_languages}, in
6165 *,${language},*)
6166 # Specifically requested language; tell them.
6167 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6168 ;;
6169 *)
6170 # Silently disable.
6171 add_this_lang=unsupported
6172 ;;
6173 esac
6174 done
6175
6176 # Disable Ada if no preexisting GNAT is available.
6177 case ,${enable_languages},:${language}:${have_gnat} in
6178 *,${language},*:ada:no)
6179 # Specifically requested language; tell them.
6180 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6181 ;;
6182 *:ada:no)
6183 # Silently disable.
6184 add_this_lang=unsupported
6185 ;;
6186 esac
6187
6188 # Disable a language that is unsupported by the target.
6189 case " $unsupported_languages " in
6190 *" $language "*)
6191 add_this_lang=unsupported
6192 ;;
6193 esac
6194
6195 case $add_this_lang in
6196 unsupported)
6197 # Remove language-dependent dirs.
6198 disabled_target_libs="$disabled_target_libs $target_libs"
6199 noconfigdirs="$noconfigdirs $lang_dirs"
6200 ;;
6201 no)
6202 # Remove language-dependent dirs; still show language as supported.
6203 disabled_target_libs="$disabled_target_libs $target_libs"
6204 noconfigdirs="$noconfigdirs $lang_dirs"
6205 potential_languages="${potential_languages}${language},"
6206 ;;
6207 yes)
6208 new_enable_languages="${new_enable_languages}${language},"
6209 potential_languages="${potential_languages}${language},"
6210 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6211 enabled_target_libs="$enabled_target_libs $target_libs"
6212 case "${boot_language}:,$enable_stage1_languages," in
6213 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6214 # Add to (comma-separated) list of stage 1 languages.
6215 case ",$stage1_languages," in
6216 *,$language,* | ,yes, | ,all,) ;;
6217 *) stage1_languages="${stage1_languages}${language}," ;;
6218 esac
6219 # We need to bootstrap any supporting libraries.
6220 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6221 ;;
6222 esac
6223 ;;
6224 esac
6225 ;;
6226 esac
6227 done
6228
6229 # Add target libraries which are only needed for disabled languages
6230 # to noconfigdirs.
6231 if test -n "$disabled_target_libs"; then
6232 for dir in $disabled_target_libs; do
6233 case " $enabled_target_libs " in
6234 *" ${dir} "*) ;;
6235 *) noconfigdirs="$noconfigdirs $dir" ;;
6236 esac
6237 done
6238 fi
6239
6240 # Check whether --enable-stage1-languages was given.
6241if test "${enable_stage1_languages+set}" = set; then :
6242 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6243 ,no,|,,)
6244 # Set it to something that will have no effect in the loop below
6245 enable_stage1_languages=c ;;
6246 ,yes,)
6247 enable_stage1_languages=`echo $new_enable_languages | \
6248 sed -e "s/^,//" -e "s/,$//" ` ;;
6249 *,all,*)
6250 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6251 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6252 esac
6253
6254 # Add "good" languages from enable_stage1_languages to stage1_languages,
6255 # while "bad" languages go in missing_languages. Leave no duplicates.
6256 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6257 case $potential_languages in
6258 *,$i,*)
6259 case $stage1_languages in
6260 *,$i,*) ;;
6261 *) stage1_languages="$stage1_languages$i," ;;
6262 esac ;;
6263 *)
6264 case $missing_languages in
6265 *,$i,*) ;;
6266 *) missing_languages="$missing_languages$i," ;;
6267 esac ;;
6268 esac
6269 done
6270fi
6271
6272
6273 # Remove leading/trailing commas that were added for simplicity
6274 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6275 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6276 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6277 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6278
6279 if test "x$missing_languages" != x; then
6280 as_fn_error "
6281The following requested languages could not be built: ${missing_languages}
6282Supported languages are: ${potential_languages}" "$LINENO" 5
6283 fi
6284 if test "x$new_enable_languages" != "x$enable_languages"; then
6285 echo The following languages will be built: ${new_enable_languages}
6286 enable_languages="$new_enable_languages"
6287 fi
6288
6289
6290 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6291fi
6292
6293# Handle --disable-<component> generically.
6294for dir in $configdirs $build_configdirs $target_configdirs ; do
6295 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6296 varname=`echo $dirname | sed -e s/+/_/g`
6297 if eval test x\${enable_${varname}} "=" xno ; then
6298 noconfigdirs="$noconfigdirs $dir"
6299 fi
6300done
6301
6302# Check for Boehm's garbage collector
6303# Check whether --enable-objc-gc was given.
6304if test "${enable_objc_gc+set}" = set; then :
6305 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6306 *,objc,*:*:yes:*target-boehm-gc*)
6307 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6308 ;;
6309esac
6310fi
6311
6312
6313# Make sure we only build Boehm's garbage collector if required.
6314case ,${enable_languages},:${enable_objc_gc} in
6315 *,objc,*:yes)
6316 # Keep target-boehm-gc if requested for Objective-C.
6317 ;;
6318 *)
6319 # Otherwise remove target-boehm-gc depending on target-libjava.
6320 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6321 noconfigdirs="$noconfigdirs target-boehm-gc"
6322 fi
6323 ;;
6324esac
6325
6326# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6327# $build_configdirs and $target_configdirs.
6328# If we have the source for $noconfigdirs entries, add them to $notsupp.
6329
6330notsupp=""
6331for dir in . $skipdirs $noconfigdirs ; do
6332 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6333 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6334 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6335 if test -r $srcdir/$dirname/configure ; then
6336 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6337 true
6338 else
6339 notsupp="$notsupp $dir"
6340 fi
6341 fi
6342 fi
6343 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6344 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6345 if test -r $srcdir/$dirname/configure ; then
6346 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6347 true
6348 else
6349 notsupp="$notsupp $dir"
6350 fi
6351 fi
6352 fi
6353 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6354 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6355 if test -r $srcdir/$dirname/configure ; then
6356 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6357 true
6358 else
6359 notsupp="$notsupp $dir"
6360 fi
6361 fi
6362 fi
6363done
6364
6365# Sometimes the tools are distributed with libiberty but with no other
6366# libraries. In that case, we don't want to build target-libiberty.
6367# Don't let libgcc imply libiberty either.
6368if test -n "${target_configdirs}" ; then
6369 libgcc=
6370 others=
6371 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6372 if test "$i" = "libgcc"; then
6373 libgcc=target-libgcc
6374 elif test "$i" != "libiberty" ; then
6375 if test -r $srcdir/$i/configure ; then
6376 others=yes;
6377 break;
6378 fi
6379 fi
6380 done
6381 if test -z "${others}" ; then
6382 target_configdirs=$libgcc
6383 fi
6384fi
6385
6386# Quietly strip out all directories which aren't configurable in this tree.
6387# This relies on all configurable subdirectories being autoconfiscated, which
6388# is now the case.
6389build_configdirs_all="$build_configdirs"
6390build_configdirs=
6391for i in ${build_configdirs_all} ; do
6392 j=`echo $i | sed -e s/build-//g`
6393 if test -f ${srcdir}/$j/configure ; then
6394 build_configdirs="${build_configdirs} $i"
6395 fi
6396done
6397
6398configdirs_all="$configdirs"
6399configdirs=
6400for i in ${configdirs_all} ; do
6401 if test -f ${srcdir}/$i/configure ; then
6402 configdirs="${configdirs} $i"
6403 fi
6404done
6405
6406target_configdirs_all="$target_configdirs"
6407target_configdirs=
6408for i in ${target_configdirs_all} ; do
6409 j=`echo $i | sed -e s/target-//g`
6410 if test -f ${srcdir}/$j/configure ; then
6411 target_configdirs="${target_configdirs} $i"
6412 fi
6413done
6414
6415# Produce a warning message for the subdirs we can't configure.
6416# This isn't especially interesting in the Cygnus tree, but in the individual
6417# FSF releases, it's important to let people know when their machine isn't
6418# supported by the one or two programs in a package.
6419
6420if test -n "${notsupp}" && test -z "${norecursion}" ; then
6421 # If $appdirs is non-empty, at least one of those directories must still
6422 # be configured, or we error out. (E.g., if the gas release supports a
6423 # specified target in some subdirs but not the gas subdir, we shouldn't
6424 # pretend that all is well.)
6425 if test -n "$appdirs" ; then
6426 for dir in $appdirs ; do
6427 if test -r $dir/Makefile.in ; then
6428 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6429 appdirs=""
6430 break
6431 fi
6432 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6433 appdirs=""
6434 break
6435 fi
6436 fi
6437 done
6438 if test -n "$appdirs" ; then
6439 echo "*** This configuration is not supported by this package." 1>&2
6440 exit 1
6441 fi
6442 fi
6443 # Okay, some application will build, or we don't care to check. Still
6444 # notify of subdirs not getting built.
6445 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6446 echo " ${notsupp}" 1>&2
6447 echo " (Any other directories should still work fine.)" 1>&2
6448fi
6449
6450case "$host" in
6451 *msdosdjgpp*)
6452 enable_gdbtk=no ;;
6453esac
6454
6455# To find our prefix, in gcc_cv_tool_prefix.
6456
6457# The user is always right.
6458if test "${PATH_SEPARATOR+set}" != set; then
6459 echo "#! /bin/sh" >conf$$.sh
6460 echo "exit 0" >>conf$$.sh
6461 chmod +x conf$$.sh
6462 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6463 PATH_SEPARATOR=';'
6464 else
6465 PATH_SEPARATOR=:
6466 fi
6467 rm -f conf$$.sh
6468fi
6469
6470
6471
6472if test "x$exec_prefix" = xNONE; then
6473 if test "x$prefix" = xNONE; then
6474 gcc_cv_tool_prefix=$ac_default_prefix
6475 else
6476 gcc_cv_tool_prefix=$prefix
6477 fi
6478else
6479 gcc_cv_tool_prefix=$exec_prefix
6480fi
6481
6482# If there is no compiler in the tree, use the PATH only. In any
6483# case, if there is no compiler in the tree nobody should use
6484# AS_FOR_TARGET and LD_FOR_TARGET.
6485if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6486 gcc_version=`cat $srcdir/gcc/BASE-VER`
6487 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6488 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6489 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6490 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6491 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6492 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6493else
6494 gcc_cv_tool_dirs=
6495fi
6496
6497if test x$build = x$target && test -n "$md_exec_prefix"; then
6498 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6499fi
6500
6501
6502
6503copy_dirs=
6504
6505
6506# Check whether --with-build-sysroot was given.
6507if test "${with_build_sysroot+set}" = set; then :
6508 withval=$with_build_sysroot; if test x"$withval" != x ; then
6509 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6510 fi
6511else
6512 SYSROOT_CFLAGS_FOR_TARGET=
6513fi
6514
6515
6516
6517
6518# Check whether --with-debug-prefix-map was given.
6519if test "${with_debug_prefix_map+set}" = set; then :
6520 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6521 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6522 for debug_map in $withval; do
6523 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6524 done
6525 fi
6526else
6527 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6528fi
6529
6530
6531
6532# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6533# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6534# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6535# We want to ensure that TARGET libraries (which we know are built with
6536# gcc) are built with "-O2 -g", so include those options when setting
6537# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6538if test "x$CFLAGS_FOR_TARGET" = x; then
6539 CFLAGS_FOR_TARGET=$CFLAGS
6540 case " $CFLAGS " in
6541 *" -O2 "*) ;;
6542 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6543 esac
6544 case " $CFLAGS " in
6545 *" -g "* | *" -g3 "*) ;;
6546 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6547 esac
6548fi
6549
6550
6551if test "x$CXXFLAGS_FOR_TARGET" = x; then
6552 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6553 case " $CXXFLAGS " in
6554 *" -O2 "*) ;;
6555 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6556 esac
6557 case " $CXXFLAGS " in
6558 *" -g "* | *" -g3 "*) ;;
6559 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6560 esac
6561fi
6562
6563
6564# Handle --with-headers=XXX. If the value is not "yes", the contents of
6565# the named directory are copied to $(tooldir)/sys-include.
6566if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6567 if test x${is_cross_compiler} = xno ; then
6568 echo 1>&2 '***' --with-headers is only supported when cross compiling
6569 exit 1
6570 fi
6571 if test x"${with_headers}" != xyes ; then
6572 x=${gcc_cv_tool_prefix}
6573 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6574 fi
6575fi
6576
6577# Handle --with-libs=XXX. If the value is not "yes", the contents of
6578# the name directories are copied to $(tooldir)/lib. Multiple directories
6579# are permitted.
6580if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6581 if test x${is_cross_compiler} = xno ; then
6582 echo 1>&2 '***' --with-libs is only supported when cross compiling
6583 exit 1
6584 fi
6585 if test x"${with_libs}" != xyes ; then
6586 # Copy the libraries in reverse order, so that files in the first named
6587 # library override files in subsequent libraries.
6588 x=${gcc_cv_tool_prefix}
6589 for l in ${with_libs}; do
6590 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6591 done
6592 fi
6593fi
6594
6595# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6596#
6597# This is done by determining whether or not the appropriate directory
6598# is available, and by checking whether or not specific configurations
6599# have requested that this magic not happen.
6600#
6601# The command line options always override the explicit settings in
6602# configure.in, and the settings in configure.in override this magic.
6603#
6604# If the default for a toolchain is to use GNU as and ld, and you don't
6605# want to do that, then you should use the --without-gnu-as and
6606# --without-gnu-ld options for the configure script. Similarly, if
6607# the default is to use the included zlib and you don't want to do that,
6608# you should use the --with-system-zlib option for the configure script.
6609
6610if test x${use_gnu_as} = x &&
6611 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6612 with_gnu_as=yes
6613 extra_host_args="$extra_host_args --with-gnu-as"
6614fi
6615
6616if test x${use_gnu_ld} = x &&
6617 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6618 with_gnu_ld=yes
6619 extra_host_args="$extra_host_args --with-gnu-ld"
6620fi
6621
6622if test x${use_included_zlib} = x &&
6623 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6624 :
6625else
6626 with_system_zlib=yes
6627 extra_host_args="$extra_host_args --with-system-zlib"
6628fi
6629
6630# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6631# can detect this case.
6632
6633if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6634 with_newlib=yes
6635 extra_host_args="$extra_host_args --with-newlib"
6636fi
6637
6638# Handle ${copy_dirs}
6639set fnord ${copy_dirs}
6640shift
6641while test $# != 0 ; do
6642 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6643 :
6644 else
6645 echo Copying $1 to $2
6646
6647 # Use the install script to create the directory and all required
6648 # parent directories.
6649 if test -d $2 ; then
6650 :
6651 else
6652 echo >config.temp
6653 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6654 fi
6655
6656 # Copy the directory, assuming we have tar.
6657 # FIXME: Should we use B in the second tar? Not all systems support it.
6658 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6659
6660 # It is the responsibility of the user to correctly adjust all
6661 # symlinks. If somebody can figure out how to handle them correctly
6662 # here, feel free to add the code.
6663
6664 echo $1 > $2/COPIED
6665 fi
6666 shift; shift
6667done
6668
6669# Determine a target-dependent exec_prefix that the installed
6670# gcc will search in. Keep this list sorted by triplet, with
6671# the *-*-osname triplets last.
6672md_exec_prefix=
6673case "${target}" in
6674 alpha*-*-*vms*)
6675 md_exec_prefix=/gnu/lib/gcc-lib
6676 ;;
6677 i[34567]86-pc-msdosdjgpp*)
6678 md_exec_prefix=/dev/env/DJDIR/bin
6679 ;;
6680 i[34567]86-*-sco3.2v5*)
6681 if test $with_gnu_as = yes; then
6682 md_exec_prefix=/usr/gnu/bin
6683 else
6684 md_exec_prefix=/usr/ccs/bin/elf
6685 fi
6686 ;;
6687
6688 mn10300-*-* | \
6689 powerpc-*-chorusos* | \
6690 powerpc*-*-eabi* | \
6691 powerpc*-*-sysv* | \
6692 powerpc*-*-kaos* | \
6693 s390x-ibm-tpf*)
6694 md_exec_prefix=/usr/ccs/bin
6695 ;;
6696 sparc64-*-elf*)
6697 ;;
6698 v850*-*-*)
6699 md_exec_prefix=/usr/ccs/bin
6700 ;;
6701 xtensa*-*-elf*)
6702 ;;
6703
6704 *-*-beos* | \
6705 *-*-elf* | \
6706 *-*-hpux* | \
6707 *-*-netware* | \
6708 *-*-nto-qnx* | \
6709 *-*-rtems* | \
6710 *-*-solaris2* | \
6711 *-*-sysv[45]* | \
6712 *-*-vxworks* | \
6713 *-wrs-windiss)
6714 md_exec_prefix=/usr/ccs/bin
6715 ;;
6716esac
6717
6718extra_arflags_for_target=
6719extra_nmflags_for_target=
6720extra_ranlibflags_for_target=
6721target_makefile_frag=/dev/null
6722case "${target}" in
6723 spu-*-*)
6724 target_makefile_frag="config/mt-spu"
6725 ;;
6726 mips*-sde-elf*)
6727 target_makefile_frag="config/mt-sde"
6728 ;;
6729 mipsisa*-*-elfoabi*)
6730 target_makefile_frag="config/mt-mips-elfoabi"
6731 ;;
6732 mips*-*-*linux* | mips*-*-gnu*)
6733 target_makefile_frag="config/mt-mips-gnu"
6734 ;;
6735 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6736 target_makefile_frag="config/mt-gnu"
6737 ;;
6738 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6739 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6740 # commands to handle both 32-bit and 64-bit objects. These flags are
6741 # harmless if we're using GNU nm or ar.
6742 extra_arflags_for_target=" -X32_64"
6743 extra_nmflags_for_target=" -B -X32_64"
6744 ;;
6745 *-*-darwin[3-9]*)
6746 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6747 extra_ranlibflags_for_target=" -c"
6748 ;;
6749esac
6750
6751alphaieee_frag=/dev/null
6752case $target in
6753 alpha*-*-*)
6754 # This just makes sure to use the -mieee option to build target libs.
6755 # This should probably be set individually by each library.
6756 alphaieee_frag="config/mt-alphaieee"
6757 ;;
6758esac
6759
6760# If --enable-target-optspace always use -Os instead of -O2 to build
6761# the target libraries, similarly if it is not specified, use -Os
6762# on selected platforms.
6763ospace_frag=/dev/null
6764case "${enable_target_optspace}:${target}" in
6765 yes:*)
6766 ospace_frag="config/mt-ospace"
6767 ;;
6768 :d30v-*)
6769 ospace_frag="config/mt-d30v"
6770 ;;
6771 :m32r-* | :d10v-* | :fr30-*)
6772 ospace_frag="config/mt-ospace"
6773 ;;
6774 no:* | :*)
6775 ;;
6776 *)
6777 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6778 ;;
6779esac
6780
6781# Default to using --with-stabs for certain targets.
6782if test x${with_stabs} = x ; then
6783 case "${target}" in
6784 mips*-*-irix[56]*)
6785 ;;
6786 mips*-*-* | alpha*-*-osf*)
6787 with_stabs=yes;
6788 extra_host_args="${extra_host_args} --with-stabs"
6789 ;;
6790 esac
6791fi
6792
6793# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6794# them automatically.
6795case "${host}" in
6796 hppa*64*-*-hpux11*)
6797 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6798 ;;
6799esac
6800
6801# Some systems (e.g., one of the i386-aix systems the gas testers are
6802# using) don't handle "\$" correctly, so don't use it here.
6803tooldir='${exec_prefix}'/${target_noncanonical}
6804build_tooldir=${tooldir}
6805
6806# Create a .gdbinit file which runs the one in srcdir
6807# and tells GDB to look there for source files.
6808
6809if test -r ${srcdir}/.gdbinit ; then
6810 case ${srcdir} in
6811 .) ;;
6812 *) cat > ./.gdbinit <<EOF
6813# ${NO_EDIT}
6814dir ${srcdir}
6815dir .
6816source ${srcdir}/.gdbinit
6817EOF
6818 ;;
6819 esac
6820fi
6821
6822# Make sure that the compiler is able to generate an executable. If it
6823# can't, we are probably in trouble. We don't care whether we can run the
6824# executable--we might be using a cross compiler--we only care whether it
6825# can be created. At this point the main configure script has set CC.
6826we_are_ok=no
6827echo "int main () { return 0; }" > conftest.c
6828${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6829if test $? = 0 ; then
6830 if test -s conftest || test -s conftest.exe ; then
6831 we_are_ok=yes
6832 fi
6833fi
6834case $we_are_ok in
6835 no)
6836 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6837 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6838 rm -f conftest*
6839 exit 1
6840 ;;
6841esac
6842rm -f conftest*
6843
6844# The Solaris /usr/ucb/cc compiler does not appear to work.
6845case "${host}" in
6846 sparc-sun-solaris2*)
6847 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6848 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6849 could_use=
6850 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6851 if test -d /opt/cygnus/bin ; then
6852 if test "$could_use" = "" ; then
6853 could_use="/opt/cygnus/bin"
6854 else
6855 could_use="$could_use or /opt/cygnus/bin"
6856 fi
6857 fi
6858 if test "$could_use" = "" ; then
6859 echo "Warning: compilation may fail because you're using"
6860 echo "/usr/ucb/cc. You should change your PATH or CC "
6861 echo "variable and rerun configure."
6862 else
6863 echo "Warning: compilation may fail because you're using"
6864 echo "/usr/ucb/cc, when you should use the C compiler from"
6865 echo "$could_use. You should change your"
6866 echo "PATH or CC variable and rerun configure."
6867 fi
6868 fi
6869 ;;
6870esac
6871
6872# Decide which environment variable is used to find dynamic libraries.
6873case "${host}" in
6874 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6875 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6876 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6877 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6878esac
6879
6880# On systems where the dynamic library environment variable is PATH,
6881# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6882# built executables to PATH.
6883if test "$RPATH_ENVVAR" = PATH; then
6884 GCC_SHLIB_SUBDIR=/shlib
6885else
6886 GCC_SHLIB_SUBDIR=
6887fi
6888
6889# Record target_configdirs and the configure arguments for target and
6890# build configuration in Makefile.
6891target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6892build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6893
6894# If we are building libgomp, bootstrap it.
6895if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6896 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6897fi
6898
6899# Determine whether gdb needs tk/tcl or not.
6900# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6901# and in that case we want gdb to be built without tk. Ugh!
6902# In fact I believe gdb is the *only* package directly dependent on tk,
6903# so we should be able to put the 'maybe's in unconditionally and
6904# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6905# 100% sure that that's safe though.
6906
6907gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6908case "$enable_gdbtk" in
6909 no)
6910 GDB_TK="" ;;
6911 yes)
6912 GDB_TK="${gdb_tk}" ;;
6913 *)
6914 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6915 # distro. Eventually someone will fix this and move Insight, nee
6916 # gdbtk to a separate directory.
6917 if test -d ${srcdir}/gdb/gdbtk ; then
6918 GDB_TK="${gdb_tk}"
6919 else
6920 GDB_TK=""
6921 fi
6922 ;;
6923esac
6924CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6925INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
6926
6927# Strip out unwanted targets.
6928
6929# While at that, we remove Makefiles if we were started for recursive
6930# configuration, so that the top-level Makefile reconfigures them,
6931# like we used to do when configure itself was recursive.
6932
6933# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6934# but now we're fixing up the Makefile ourselves with the additional
6935# commands passed to AC_CONFIG_FILES. Use separate variables
6936# extrasub-{build,host,target} not because there is any reason to split
6937# the substitutions up that way, but only to remain below the limit of
6938# 99 commands in a script, for HP-UX sed.
6939# Do not nest @if/@endif pairs, because configure will not warn you at all.
6940
6941# Check whether --enable-bootstrap was given.
6942if test "${enable_bootstrap+set}" = set; then :
6943 enableval=$enable_bootstrap;
6944else
6945 enable_bootstrap=default
6946fi
6947
6948
6949# Issue errors and warnings for invalid/strange bootstrap combinations.
6950case "$configdirs" in
6951 *gcc*) have_compiler=yes ;;
6952 *) have_compiler=no ;;
6953esac
6954
6955case "$have_compiler:$host:$target:$enable_bootstrap" in
6956 *:*:*:no) ;;
6957
6958 # Default behavior. Enable bootstrap if we have a compiler
6959 # and we are in a native configuration.
6960 yes:$build:$build:default)
6961 enable_bootstrap=yes ;;
6962
6963 *:*:*:default)
6964 enable_bootstrap=no ;;
6965
6966 # We have a compiler and we are in a native configuration, bootstrap is ok
6967 yes:$build:$build:yes)
6968 ;;
6969
6970 # Other configurations, but we have a compiler. Assume the user knows
6971 # what he's doing.
6972 yes:*:*:yes)
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
6974$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
6975 ;;
6976
6977 # No compiler: if they passed --enable-bootstrap explicitly, fail
6978 no:*:*:yes)
6979 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
6980
6981 # Fail if wrong command line
6982 *)
6983 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
6984 ;;
6985esac
6986
6987case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
6988 *,c++,*:yes:yes) ;;
6989 *:yes:yes)
6990 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
6991 ;;
6992esac
6993
6994case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6995 yes:yes:*\ gold\ *:*,c++,*) ;;
6996 yes:yes:*\ gold\ *:*)
6997 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6998 ;;
6999esac
7000
7001# Adjust the toplevel makefile according to whether bootstrap was selected.
7002case $enable_bootstrap in
7003 yes)
7004 bootstrap_suffix=bootstrap
7005 BUILD_CONFIG=bootstrap-debug
7006 ;;
7007 no)
7008 bootstrap_suffix=no-bootstrap
7009 BUILD_CONFIG=
7010 ;;
7011esac
7012
7013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7014$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7015
7016
7017# Check whether --with-build-config was given.
7018if test "${with_build_config+set}" = set; then :
7019 withval=$with_build_config; case $with_build_config in
7020 yes) with_build_config= ;;
7021 no) with_build_config= BUILD_CONFIG= ;;
7022 esac
7023fi
7024
7025
7026if test "x${with_build_config}" != x; then
7027 BUILD_CONFIG=$with_build_config
7028else
7029 case $BUILD_CONFIG in
7030 bootstrap-debug)
7031 if echo "int f (void) { return 0; }" > conftest.c &&
7032 ${CC} -c conftest.c &&
7033 mv conftest.o conftest.o.g0 &&
7034 ${CC} -c -g conftest.c &&
7035 mv conftest.o conftest.o.g &&
7036 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7037 :
7038 else
7039 BUILD_CONFIG=
7040 fi
7041 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7042 ;;
7043 esac
7044fi
7045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7046$as_echo "$BUILD_CONFIG" >&6; }
7047
7048
7049extrasub_build=
7050for module in ${build_configdirs} ; do
7051 if test -z "${no_recursion}" \
7052 && test -f ${build_subdir}/${module}/Makefile; then
7053 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7054 rm -f ${build_subdir}/${module}/Makefile
7055 fi
7056 extrasub_build="$extrasub_build
7057/^@if build-$module\$/d
7058/^@endif build-$module\$/d
7059/^@if build-$module-$bootstrap_suffix\$/d
7060/^@endif build-$module-$bootstrap_suffix\$/d"
7061done
7062extrasub_host=
7063for module in ${configdirs} ; do
7064 if test -z "${no_recursion}"; then
7065 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7066 if test -f ${file}; then
7067 echo 1>&2 "*** removing ${file} to force reconfigure"
7068 rm -f ${file}
7069 fi
7070 done
7071 fi
7072 extrasub_host="$extrasub_host
7073/^@if $module\$/d
7074/^@endif $module\$/d
7075/^@if $module-$bootstrap_suffix\$/d
7076/^@endif $module-$bootstrap_suffix\$/d"
7077done
7078extrasub_target=
7079for module in ${target_configdirs} ; do
7080 if test -z "${no_recursion}" \
7081 && test -f ${target_subdir}/${module}/Makefile; then
7082 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7083 rm -f ${target_subdir}/${module}/Makefile
7084 fi
7085
7086 # We only bootstrap target libraries listed in bootstrap_target_libs.
7087 case $bootstrap_target_libs in
7088 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7089 *) target_bootstrap_suffix=no-bootstrap ;;
7090 esac
7091
7092 extrasub_target="$extrasub_target
7093/^@if target-$module\$/d
7094/^@endif target-$module\$/d
7095/^@if target-$module-$target_bootstrap_suffix\$/d
7096/^@endif target-$module-$target_bootstrap_suffix\$/d"
7097done
7098
7099# Do the final fixup along with target modules.
7100extrasub_target="$extrasub_target
7101/^@if /,/^@endif /d"
7102
7103# Create the serialization dependencies. This uses a temporary file.
7104
7105# Check whether --enable-serial-configure was given.
7106if test "${enable_serial_configure+set}" = set; then :
7107 enableval=$enable_serial_configure;
7108fi
7109
7110
7111case ${enable_serial_configure} in
7112 yes)
7113 enable_serial_build_configure=yes
7114 enable_serial_host_configure=yes
7115 enable_serial_target_configure=yes
7116 ;;
7117esac
7118
7119# These force 'configure's to be done one at a time, to avoid problems
7120# with contention over a shared config.cache.
7121rm -f serdep.tmp
7122echo '# serdep.tmp' > serdep.tmp
7123olditem=
7124test "x${enable_serial_build_configure}" = xyes &&
7125for item in ${build_configdirs} ; do
7126 case ${olditem} in
7127 "") ;;
7128 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7129 esac
7130 olditem=${item}
7131done
7132olditem=
7133test "x${enable_serial_host_configure}" = xyes &&
7134for item in ${configdirs} ; do
7135 case ${olditem} in
7136 "") ;;
7137 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7138 esac
7139 olditem=${item}
7140done
7141olditem=
7142test "x${enable_serial_target_configure}" = xyes &&
7143for item in ${target_configdirs} ; do
7144 case ${olditem} in
7145 "") ;;
7146 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7147 esac
7148 olditem=${item}
7149done
7150serialization_dependencies=serdep.tmp
7151
7152
7153# Base args. Strip norecursion, cache-file, srcdir, host, build,
7154# target, nonopt, and variable assignments. These are the ones we
7155# might not want to pass down to subconfigures. The exception being
7156# --cache-file=/dev/null, which is used to turn off the use of cache
7157# files altogether, and which should be passed on to subconfigures.
7158# Also strip program-prefix, program-suffix, and program-transform-name,
7159# so that we can pass down a consistent program-transform-name.
7160baseargs=
7161tbaseargs=
7162keep_next=no
7163skip_next=no
7164eval "set -- $ac_configure_args"
7165for ac_arg
7166do
7167 if test X"$skip_next" = X"yes"; then
7168 skip_next=no
7169 continue
7170 fi
7171 if test X"$keep_next" = X"yes"; then
7172 case $ac_arg in
7173 *\'*)
7174 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7175 esac
7176 baseargs="$baseargs '$ac_arg'"
7177 tbaseargs="$tbaseargs '$ac_arg'"
7178 keep_next=no
7179 continue
7180 fi
7181
7182 # Handle separated arguments. Based on the logic generated by
7183 # autoconf 2.59.
7184 case $ac_arg in
7185 *=* | --config-cache | -C | -disable-* | --disable-* \
7186 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7187 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7188 | -with-* | --with-* | -without-* | --without-* | --x)
7189 separate_arg=no
7190 ;;
7191 -*)
7192 separate_arg=yes
7193 ;;
7194 *)
7195 separate_arg=no
7196 ;;
7197 esac
7198
7199 skip_targ=no
7200 case $ac_arg in
7201
7202 --with-* | --without-*)
7203 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7204
7205 case $libopt in
7206 *[-_]include)
7207 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7208 ;;
7209 *[-_]lib)
7210 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7211 ;;
7212 *)
7213 lib=$libopt
7214 ;;
7215 esac
7216
7217
7218 case $lib in
7219 mpc | mpfr | gmp | ppl | cloog)
7220 # If we're processing --with-$lib, --with-$lib-include or
7221 # --with-$lib-lib, for one of the libs above, and target is
7222 # different from host, don't pass the current argument to any
7223 # target library's configure.
7224 if test x$is_cross_compiler = xyes; then
7225 skip_targ=yes
7226 fi
7227 ;;
7228 esac
7229 ;;
7230 esac
7231
7232 case "$ac_arg" in
7233 --cache-file=/dev/null | \
7234 -cache-file=/dev/null )
7235 # Handled here to avoid the test to skip args below.
7236 baseargs="$baseargs '$ac_arg'"
7237 tbaseargs="$tbaseargs '$ac_arg'"
7238 # Assert: $separate_arg should always be no.
7239 keep_next=$separate_arg
7240 ;;
7241 --no*)
7242 continue
7243 ;;
7244 --c* | \
7245 --sr* | \
7246 --ho* | \
7247 --bu* | \
7248 --t* | \
7249 --program-* | \
7250 -cache_file* | \
7251 -srcdir* | \
7252 -host* | \
7253 -build* | \
7254 -target* | \
7255 -program-prefix* | \
7256 -program-suffix* | \
7257 -program-transform-name* )
7258 skip_next=$separate_arg
7259 continue
7260 ;;
7261 -*)
7262 # An option. Add it.
7263 case $ac_arg in
7264 *\'*)
7265 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7266 esac
7267 baseargs="$baseargs '$ac_arg'"
7268 if test X"$skip_targ" = Xno; then
7269 tbaseargs="$tbaseargs '$ac_arg'"
7270 fi
7271 keep_next=$separate_arg
7272 ;;
7273 *)
7274 # Either a variable assignment, or a nonopt (triplet). Don't
7275 # pass it down; let the Makefile handle this.
7276 continue
7277 ;;
7278 esac
7279done
7280# Remove the initial space we just introduced and, as these will be
7281# expanded by make, quote '$'.
7282baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7283
7284# Add in --program-transform-name, after --program-prefix and
7285# --program-suffix have been applied to it. Autoconf has already
7286# doubled dollar signs and backslashes in program_transform_name; we want
7287# the backslashes un-doubled, and then the entire thing wrapped in single
7288# quotes, because this will be expanded first by make and then by the shell.
7289# Also, because we want to override the logic in subdir configure scripts to
7290# choose program_transform_name, replace any s,x,x, with s,y,y,.
7291sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7292${program_transform_name}
7293EOF_SED
7294gcc_transform_name=`cat conftestsed.out`
7295rm -f conftestsed.out
7296baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7297tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7298if test "$silent" = yes; then
7299 baseargs="$baseargs --silent"
7300 tbaseargs="$tbaseargs --silent"
7301fi
7302baseargs="$baseargs --disable-option-checking"
7303tbaseargs="$tbaseargs --disable-option-checking"
7304
7305# Record and document user additions to sub configure arguments.
7306
7307
7308
7309
7310# For the build-side libraries, we just need to pretend we're native,
7311# and not use the same cache file. Multilibs are neither needed nor
7312# desired.
7313build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7314
7315# For host modules, accept cache file option, or specification as blank.
7316case "${cache_file}" in
7317"") # empty
7318 cache_file_option="" ;;
7319/* | [A-Za-z]:[\\/]* ) # absolute path
7320 cache_file_option="--cache-file=${cache_file}" ;;
7321*) # relative path
7322 cache_file_option="--cache-file=../${cache_file}" ;;
7323esac
7324
7325# Host dirs don't like to share a cache file either, horribly enough.
7326# This seems to be due to autoconf 2.5x stupidity.
7327host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7328
7329target_configargs="$target_configargs ${tbaseargs}"
7330
7331# Passing a --with-cross-host argument lets the target libraries know
7332# whether they are being built with a cross-compiler or being built
7333# native. However, it would be better to use other mechanisms to make the
7334# sorts of decisions they want to make on this basis. Please consider
7335# this option to be deprecated. FIXME.
7336if test x${is_cross_compiler} = xyes ; then
7337 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7338fi
7339
7340# Default to --enable-multilib.
7341if test x${enable_multilib} = x ; then
7342 target_configargs="--enable-multilib ${target_configargs}"
7343fi
7344
7345# Pass --with-newlib if appropriate. Note that target_configdirs has
7346# changed from the earlier setting of with_newlib.
7347if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7348 target_configargs="--with-newlib ${target_configargs}"
7349fi
7350
7351# Different target subdirs use different values of certain variables
7352# (notably CXX). Worse, multilibs use *lots* of different values.
7353# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7354# it doesn't automatically accept command-line overrides of them.
7355# This means it's not safe for target subdirs to share a cache file,
7356# which is disgusting, but there you have it. Hopefully this can be
7357# fixed in future. It's still worthwhile to use a cache file for each
7358# directory. I think.
7359
7360# Pass the appropriate --build, --host, --target and --cache-file arguments.
7361# We need to pass --target, as newer autoconf's requires consistency
7362# for target_alias and gcc doesn't manage it consistently.
7363target_configargs="--cache-file=./config.cache ${target_configargs}"
7364
7365FLAGS_FOR_TARGET=
7366case " $target_configdirs " in
7367 *" newlib "*)
7368 case " $target_configargs " in
7369 *" --with-newlib "*)
7370 case "$target" in
7371 *-cygwin*)
7372 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'
7373 ;;
7374 esac
7375
7376 # If we're not building GCC, don't discard standard headers.
7377 if test -d ${srcdir}/gcc; then
7378 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7379
7380 if test "${build}" != "${host}"; then
7381 # On Canadian crosses, CC_FOR_TARGET will have already been set
7382 # by `configure', so we won't have an opportunity to add -Bgcc/
7383 # to it. This is right: we don't want to search that directory
7384 # for binaries, but we want the header files in there, so add
7385 # them explicitly.
7386 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7387
7388 # Someone might think of using the pre-installed headers on
7389 # Canadian crosses, in case the installed compiler is not fully
7390 # compatible with the compiler being built. In this case, it
7391 # would be better to flag an error than risking having
7392 # incompatible object files being constructed. We can't
7393 # guarantee that an error will be flagged, but let's hope the
7394 # compiler will do it, when presented with incompatible header
7395 # files.
7396 fi
7397 fi
7398
7399 case "${target}-${is_cross_compiler}" in
7400 i[3456789]86-*-linux*-no)
7401 # Here host == target, so we don't need to build gcc,
7402 # so we don't want to discard standard headers.
7403 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7404 ;;
7405 *)
7406 # If we're building newlib, use its generic headers last, but search
7407 # for any libc-related directories first (so make it the last -B
7408 # switch).
7409 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7410
7411 # If we're building libgloss, find the startup file, simulator library
7412 # and linker script.
7413 case " $target_configdirs " in
7414 *" libgloss "*)
7415 # Look for startup file, simulator library and maybe linker script.
7416 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7417 # Look for libnosys.a in case the target needs it.
7418 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7419 # Most targets have the linker script in the source directory.
7420 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7421 ;;
7422 esac
7423 ;;
7424 esac
7425 ;;
7426 esac
7427 ;;
7428esac
7429
7430case "$target" in
7431 x86_64-*mingw* | *-w64-mingw*)
7432 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7433 # however, use a symlink named 'mingw' in ${prefix} .
7434 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7435 ;;
7436 *-mingw*)
7437 # MinGW can't be handled as Cygwin above since it does not use newlib.
7438 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'
7439 ;;
7440esac
7441
7442# Allow the user to override the flags for
7443# our build compiler if desired.
7444if test x"${build}" = x"${host}" ; then
7445 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7446 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7447 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7448fi
7449
7450# On Canadian crosses, we'll be searching the right directories for
7451# the previously-installed cross compiler, so don't bother to add
7452# flags for directories within the install tree of the compiler
7453# being built; programs in there won't even run.
7454if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7455 # Search for pre-installed headers if nothing else fits.
7456 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7457fi
7458
7459if test "x${use_gnu_ld}" = x &&
7460 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7461 # Arrange for us to find uninstalled linker scripts.
7462 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7463fi
7464
7465# Search for other target-specific linker scripts and such.
7466case "${target}" in
7467 mep*)
7468 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7469 ;;
7470esac
7471
7472# Makefile fragments.
7473for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7474do
7475 eval fragval=\$$frag
7476 if test $fragval != /dev/null; then
7477 eval $frag=${srcdir}/$fragval
7478 fi
7479done
7480
7481
7482
7483
7484
7485# Miscellanea: directories, flags, etc.
7486
7487
7488
7489
7490
7491
7492
7493
7494# Build module lists & subconfigure args.
7495
7496
7497
7498# Host module lists & subconfigure args.
7499
7500
7501
7502
7503# Target module lists & subconfigure args.
7504
7505
7506
7507# Build tools.
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526# Generate default definitions for YACC, M4, LEX and other programs that run
7527# on the build machine. These are used if the Makefile can't locate these
7528# programs in objdir.
7529MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7530
7531for ac_prog in 'bison -y' byacc yacc
7532do
7533 # Extract the first word of "$ac_prog", so it can be a program name with args.
7534set dummy $ac_prog; ac_word=$2
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7536$as_echo_n "checking for $ac_word... " >&6; }
7537if test "${ac_cv_prog_YACC+set}" = set; then :
7538 $as_echo_n "(cached) " >&6
7539else
7540 if test -n "$YACC"; then
7541 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7542else
7543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7544for as_dir in $PATH
7545do
7546 IFS=$as_save_IFS
7547 test -z "$as_dir" && as_dir=.
7548 for ac_exec_ext in '' $ac_executable_extensions; do
7549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7550 ac_cv_prog_YACC="$ac_prog"
7551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7552 break 2
7553 fi
7554done
7555 done
7556IFS=$as_save_IFS
7557
7558fi
7559fi
7560YACC=$ac_cv_prog_YACC
7561if test -n "$YACC"; then
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7563$as_echo "$YACC" >&6; }
7564else
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7566$as_echo "no" >&6; }
7567fi
7568
7569
7570 test -n "$YACC" && break
7571done
7572test -n "$YACC" || YACC="$MISSING bison -y"
7573
7574case " $build_configdirs " in
7575 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7576 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7577esac
7578
7579for ac_prog in bison
7580do
7581 # Extract the first word of "$ac_prog", so it can be a program name with args.
7582set dummy $ac_prog; ac_word=$2
7583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7584$as_echo_n "checking for $ac_word... " >&6; }
7585if test "${ac_cv_prog_BISON+set}" = set; then :
7586 $as_echo_n "(cached) " >&6
7587else
7588 if test -n "$BISON"; then
7589 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7590else
7591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7592for as_dir in $PATH
7593do
7594 IFS=$as_save_IFS
7595 test -z "$as_dir" && as_dir=.
7596 for ac_exec_ext in '' $ac_executable_extensions; do
7597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7598 ac_cv_prog_BISON="$ac_prog"
7599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7600 break 2
7601 fi
7602done
7603 done
7604IFS=$as_save_IFS
7605
7606fi
7607fi
7608BISON=$ac_cv_prog_BISON
7609if test -n "$BISON"; then
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7611$as_echo "$BISON" >&6; }
7612else
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7614$as_echo "no" >&6; }
7615fi
7616
7617
7618 test -n "$BISON" && break
7619done
7620test -n "$BISON" || BISON="$MISSING bison"
7621
7622case " $build_configdirs " in
7623 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7624esac
7625
7626for ac_prog in gm4 gnum4 m4
7627do
7628 # Extract the first word of "$ac_prog", so it can be a program name with args.
7629set dummy $ac_prog; ac_word=$2
7630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7631$as_echo_n "checking for $ac_word... " >&6; }
7632if test "${ac_cv_prog_M4+set}" = set; then :
7633 $as_echo_n "(cached) " >&6
7634else
7635 if test -n "$M4"; then
7636 ac_cv_prog_M4="$M4" # Let the user override the test.
7637else
7638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7639for as_dir in $PATH
7640do
7641 IFS=$as_save_IFS
7642 test -z "$as_dir" && as_dir=.
7643 for ac_exec_ext in '' $ac_executable_extensions; do
7644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7645 ac_cv_prog_M4="$ac_prog"
7646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7647 break 2
7648 fi
7649done
7650 done
7651IFS=$as_save_IFS
7652
7653fi
7654fi
7655M4=$ac_cv_prog_M4
7656if test -n "$M4"; then
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7658$as_echo "$M4" >&6; }
7659else
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7661$as_echo "no" >&6; }
7662fi
7663
7664
7665 test -n "$M4" && break
7666done
7667test -n "$M4" || M4="$MISSING m4"
7668
7669case " $build_configdirs " in
7670 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7671esac
7672
7673for ac_prog in flex lex
7674do
7675 # Extract the first word of "$ac_prog", so it can be a program name with args.
7676set dummy $ac_prog; ac_word=$2
7677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7678$as_echo_n "checking for $ac_word... " >&6; }
7679if test "${ac_cv_prog_LEX+set}" = set; then :
7680 $as_echo_n "(cached) " >&6
7681else
7682 if test -n "$LEX"; then
7683 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7684else
7685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7686for as_dir in $PATH
7687do
7688 IFS=$as_save_IFS
7689 test -z "$as_dir" && as_dir=.
7690 for ac_exec_ext in '' $ac_executable_extensions; do
7691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7692 ac_cv_prog_LEX="$ac_prog"
7693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7694 break 2
7695 fi
7696done
7697 done
7698IFS=$as_save_IFS
7699
7700fi
7701fi
7702LEX=$ac_cv_prog_LEX
7703if test -n "$LEX"; then
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7705$as_echo "$LEX" >&6; }
7706else
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7708$as_echo "no" >&6; }
7709fi
7710
7711
7712 test -n "$LEX" && break
7713done
7714test -n "$LEX" || LEX="$MISSING flex"
7715
7716case " $build_configdirs " in
7717 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7718 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7719esac
7720
7721for ac_prog in flex
7722do
7723 # Extract the first word of "$ac_prog", so it can be a program name with args.
7724set dummy $ac_prog; ac_word=$2
7725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7726$as_echo_n "checking for $ac_word... " >&6; }
7727if test "${ac_cv_prog_FLEX+set}" = set; then :
7728 $as_echo_n "(cached) " >&6
7729else
7730 if test -n "$FLEX"; then
7731 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7732else
7733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7734for as_dir in $PATH
7735do
7736 IFS=$as_save_IFS
7737 test -z "$as_dir" && as_dir=.
7738 for ac_exec_ext in '' $ac_executable_extensions; do
7739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7740 ac_cv_prog_FLEX="$ac_prog"
7741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7742 break 2
7743 fi
7744done
7745 done
7746IFS=$as_save_IFS
7747
7748fi
7749fi
7750FLEX=$ac_cv_prog_FLEX
7751if test -n "$FLEX"; then
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7753$as_echo "$FLEX" >&6; }
7754else
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7756$as_echo "no" >&6; }
7757fi
7758
7759
7760 test -n "$FLEX" && break
7761done
7762test -n "$FLEX" || FLEX="$MISSING flex"
7763
7764case " $build_configdirs " in
7765 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7766esac
7767
7768for ac_prog in makeinfo
7769do
7770 # Extract the first word of "$ac_prog", so it can be a program name with args.
7771set dummy $ac_prog; ac_word=$2
7772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773$as_echo_n "checking for $ac_word... " >&6; }
7774if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7775 $as_echo_n "(cached) " >&6
7776else
7777 if test -n "$MAKEINFO"; then
7778 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7779else
7780as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781for as_dir in $PATH
7782do
7783 IFS=$as_save_IFS
7784 test -z "$as_dir" && as_dir=.
7785 for ac_exec_ext in '' $ac_executable_extensions; do
7786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7787 ac_cv_prog_MAKEINFO="$ac_prog"
7788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7789 break 2
7790 fi
7791done
7792 done
7793IFS=$as_save_IFS
7794
7795fi
7796fi
7797MAKEINFO=$ac_cv_prog_MAKEINFO
7798if test -n "$MAKEINFO"; then
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7800$as_echo "$MAKEINFO" >&6; }
7801else
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803$as_echo "no" >&6; }
7804fi
7805
7806
7807 test -n "$MAKEINFO" && break
7808done
7809test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7810
7811case " $build_configdirs " in
7812 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7813 *)
7814
7815 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7816 # higher, else we use the "missing" dummy.
7817 if ${MAKEINFO} --version \
7818 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7819 :
7820 else
7821 MAKEINFO="$MISSING makeinfo"
7822 fi
7823 ;;
7824
7825esac
7826
7827# FIXME: expect and dejagnu may become build tools?
7828
7829for ac_prog in expect
7830do
7831 # Extract the first word of "$ac_prog", so it can be a program name with args.
7832set dummy $ac_prog; ac_word=$2
7833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7834$as_echo_n "checking for $ac_word... " >&6; }
7835if test "${ac_cv_prog_EXPECT+set}" = set; then :
7836 $as_echo_n "(cached) " >&6
7837else
7838 if test -n "$EXPECT"; then
7839 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7840else
7841as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7842for as_dir in $PATH
7843do
7844 IFS=$as_save_IFS
7845 test -z "$as_dir" && as_dir=.
7846 for ac_exec_ext in '' $ac_executable_extensions; do
7847 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7848 ac_cv_prog_EXPECT="$ac_prog"
7849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7850 break 2
7851 fi
7852done
7853 done
7854IFS=$as_save_IFS
7855
7856fi
7857fi
7858EXPECT=$ac_cv_prog_EXPECT
7859if test -n "$EXPECT"; then
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7861$as_echo "$EXPECT" >&6; }
7862else
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7864$as_echo "no" >&6; }
7865fi
7866
7867
7868 test -n "$EXPECT" && break
7869done
7870test -n "$EXPECT" || EXPECT="expect"
7871
7872case " $configdirs " in
7873 *" expect "*)
7874 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7875 ;;
7876esac
7877
7878for ac_prog in runtest
7879do
7880 # Extract the first word of "$ac_prog", so it can be a program name with args.
7881set dummy $ac_prog; ac_word=$2
7882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7883$as_echo_n "checking for $ac_word... " >&6; }
7884if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7885 $as_echo_n "(cached) " >&6
7886else
7887 if test -n "$RUNTEST"; then
7888 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7889else
7890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7891for as_dir in $PATH
7892do
7893 IFS=$as_save_IFS
7894 test -z "$as_dir" && as_dir=.
7895 for ac_exec_ext in '' $ac_executable_extensions; do
7896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7897 ac_cv_prog_RUNTEST="$ac_prog"
7898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7899 break 2
7900 fi
7901done
7902 done
7903IFS=$as_save_IFS
7904
7905fi
7906fi
7907RUNTEST=$ac_cv_prog_RUNTEST
7908if test -n "$RUNTEST"; then
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7910$as_echo "$RUNTEST" >&6; }
7911else
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7913$as_echo "no" >&6; }
7914fi
7915
7916
7917 test -n "$RUNTEST" && break
7918done
7919test -n "$RUNTEST" || RUNTEST="runtest"
7920
7921case " $configdirs " in
7922 *" dejagnu "*)
7923 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
7924 ;;
7925esac
7926
7927
7928# Host tools.
7929ncn_tool_prefix=
7930test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7931ncn_target_tool_prefix=
7932test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7933
7934
7935
7936if test -n "$AR"; then
7937 ac_cv_prog_AR=$AR
7938elif test -n "$ac_cv_prog_AR"; then
7939 AR=$ac_cv_prog_AR
7940fi
7941
7942if test -n "$ac_cv_prog_AR"; then
7943 for ncn_progname in ar; do
7944 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7945set dummy ${ncn_progname}; ac_word=$2
7946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7947$as_echo_n "checking for $ac_word... " >&6; }
7948if test "${ac_cv_prog_AR+set}" = set; then :
7949 $as_echo_n "(cached) " >&6
7950else
7951 if test -n "$AR"; then
7952 ac_cv_prog_AR="$AR" # Let the user override the test.
7953else
7954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7955for as_dir in $PATH
7956do
7957 IFS=$as_save_IFS
7958 test -z "$as_dir" && as_dir=.
7959 for ac_exec_ext in '' $ac_executable_extensions; do
7960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7961 ac_cv_prog_AR="${ncn_progname}"
7962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7963 break 2
7964 fi
7965done
7966 done
7967IFS=$as_save_IFS
7968
7969fi
7970fi
7971AR=$ac_cv_prog_AR
7972if test -n "$AR"; then
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7974$as_echo "$AR" >&6; }
7975else
7976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7977$as_echo "no" >&6; }
7978fi
7979
7980
7981 done
7982fi
7983
7984for ncn_progname in ar; do
7985 if test -n "$ncn_tool_prefix"; then
7986 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7987set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7989$as_echo_n "checking for $ac_word... " >&6; }
7990if test "${ac_cv_prog_AR+set}" = set; then :
7991 $as_echo_n "(cached) " >&6
7992else
7993 if test -n "$AR"; then
7994 ac_cv_prog_AR="$AR" # Let the user override the test.
7995else
7996as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7997for as_dir in $PATH
7998do
7999 IFS=$as_save_IFS
8000 test -z "$as_dir" && as_dir=.
8001 for ac_exec_ext in '' $ac_executable_extensions; do
8002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8003 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8005 break 2
8006 fi
8007done
8008 done
8009IFS=$as_save_IFS
8010
8011fi
8012fi
8013AR=$ac_cv_prog_AR
8014if test -n "$AR"; then
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8016$as_echo "$AR" >&6; }
8017else
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8019$as_echo "no" >&6; }
8020fi
8021
8022
8023 fi
8024 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8025 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8026set dummy ${ncn_progname}; ac_word=$2
8027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8028$as_echo_n "checking for $ac_word... " >&6; }
8029if test "${ac_cv_prog_AR+set}" = set; then :
8030 $as_echo_n "(cached) " >&6
8031else
8032 if test -n "$AR"; then
8033 ac_cv_prog_AR="$AR" # Let the user override the test.
8034else
8035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8036for as_dir in $PATH
8037do
8038 IFS=$as_save_IFS
8039 test -z "$as_dir" && as_dir=.
8040 for ac_exec_ext in '' $ac_executable_extensions; do
8041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8042 ac_cv_prog_AR="${ncn_progname}"
8043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8044 break 2
8045 fi
8046done
8047 done
8048IFS=$as_save_IFS
8049
8050fi
8051fi
8052AR=$ac_cv_prog_AR
8053if test -n "$AR"; then
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8055$as_echo "$AR" >&6; }
8056else
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8058$as_echo "no" >&6; }
8059fi
8060
8061
8062 fi
8063 test -n "$ac_cv_prog_AR" && break
8064done
8065
8066if test -z "$ac_cv_prog_AR" ; then
8067 set dummy ar
8068 if test $build = $host ; then
8069 AR="$2"
8070 else
8071 AR="${ncn_tool_prefix}$2"
8072 fi
8073fi
8074
8075
8076
8077if test -n "$AS"; then
8078 ac_cv_prog_AS=$AS
8079elif test -n "$ac_cv_prog_AS"; then
8080 AS=$ac_cv_prog_AS
8081fi
8082
8083if test -n "$ac_cv_prog_AS"; then
8084 for ncn_progname in as; do
8085 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8086set dummy ${ncn_progname}; ac_word=$2
8087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8088$as_echo_n "checking for $ac_word... " >&6; }
8089if test "${ac_cv_prog_AS+set}" = set; then :
8090 $as_echo_n "(cached) " >&6
8091else
8092 if test -n "$AS"; then
8093 ac_cv_prog_AS="$AS" # Let the user override the test.
8094else
8095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8096for as_dir in $PATH
8097do
8098 IFS=$as_save_IFS
8099 test -z "$as_dir" && as_dir=.
8100 for ac_exec_ext in '' $ac_executable_extensions; do
8101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8102 ac_cv_prog_AS="${ncn_progname}"
8103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8104 break 2
8105 fi
8106done
8107 done
8108IFS=$as_save_IFS
8109
8110fi
8111fi
8112AS=$ac_cv_prog_AS
8113if test -n "$AS"; then
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8115$as_echo "$AS" >&6; }
8116else
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8118$as_echo "no" >&6; }
8119fi
8120
8121
8122 done
8123fi
8124
8125for ncn_progname in as; do
8126 if test -n "$ncn_tool_prefix"; then
8127 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8128set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8130$as_echo_n "checking for $ac_word... " >&6; }
8131if test "${ac_cv_prog_AS+set}" = set; then :
8132 $as_echo_n "(cached) " >&6
8133else
8134 if test -n "$AS"; then
8135 ac_cv_prog_AS="$AS" # Let the user override the test.
8136else
8137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8138for as_dir in $PATH
8139do
8140 IFS=$as_save_IFS
8141 test -z "$as_dir" && as_dir=.
8142 for ac_exec_ext in '' $ac_executable_extensions; do
8143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8144 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8146 break 2
8147 fi
8148done
8149 done
8150IFS=$as_save_IFS
8151
8152fi
8153fi
8154AS=$ac_cv_prog_AS
8155if test -n "$AS"; then
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8157$as_echo "$AS" >&6; }
8158else
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8160$as_echo "no" >&6; }
8161fi
8162
8163
8164 fi
8165 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8166 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8167set dummy ${ncn_progname}; ac_word=$2
8168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8169$as_echo_n "checking for $ac_word... " >&6; }
8170if test "${ac_cv_prog_AS+set}" = set; then :
8171 $as_echo_n "(cached) " >&6
8172else
8173 if test -n "$AS"; then
8174 ac_cv_prog_AS="$AS" # Let the user override the test.
8175else
8176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8177for as_dir in $PATH
8178do
8179 IFS=$as_save_IFS
8180 test -z "$as_dir" && as_dir=.
8181 for ac_exec_ext in '' $ac_executable_extensions; do
8182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8183 ac_cv_prog_AS="${ncn_progname}"
8184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8185 break 2
8186 fi
8187done
8188 done
8189IFS=$as_save_IFS
8190
8191fi
8192fi
8193AS=$ac_cv_prog_AS
8194if test -n "$AS"; then
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8196$as_echo "$AS" >&6; }
8197else
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8199$as_echo "no" >&6; }
8200fi
8201
8202
8203 fi
8204 test -n "$ac_cv_prog_AS" && break
8205done
8206
8207if test -z "$ac_cv_prog_AS" ; then
8208 set dummy as
8209 if test $build = $host ; then
8210 AS="$2"
8211 else
8212 AS="${ncn_tool_prefix}$2"
8213 fi
8214fi
8215
8216
8217
8218if test -n "$DLLTOOL"; then
8219 ac_cv_prog_DLLTOOL=$DLLTOOL
8220elif test -n "$ac_cv_prog_DLLTOOL"; then
8221 DLLTOOL=$ac_cv_prog_DLLTOOL
8222fi
8223
8224if test -n "$ac_cv_prog_DLLTOOL"; then
8225 for ncn_progname in dlltool; do
8226 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8227set dummy ${ncn_progname}; ac_word=$2
8228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8229$as_echo_n "checking for $ac_word... " >&6; }
8230if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8231 $as_echo_n "(cached) " >&6
8232else
8233 if test -n "$DLLTOOL"; then
8234 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8235else
8236as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8237for as_dir in $PATH
8238do
8239 IFS=$as_save_IFS
8240 test -z "$as_dir" && as_dir=.
8241 for ac_exec_ext in '' $ac_executable_extensions; do
8242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8243 ac_cv_prog_DLLTOOL="${ncn_progname}"
8244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8245 break 2
8246 fi
8247done
8248 done
8249IFS=$as_save_IFS
8250
8251fi
8252fi
8253DLLTOOL=$ac_cv_prog_DLLTOOL
8254if test -n "$DLLTOOL"; then
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8256$as_echo "$DLLTOOL" >&6; }
8257else
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8259$as_echo "no" >&6; }
8260fi
8261
8262
8263 done
8264fi
8265
8266for ncn_progname in dlltool; do
8267 if test -n "$ncn_tool_prefix"; then
8268 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8269set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8271$as_echo_n "checking for $ac_word... " >&6; }
8272if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8273 $as_echo_n "(cached) " >&6
8274else
8275 if test -n "$DLLTOOL"; then
8276 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8277else
8278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8279for as_dir in $PATH
8280do
8281 IFS=$as_save_IFS
8282 test -z "$as_dir" && as_dir=.
8283 for ac_exec_ext in '' $ac_executable_extensions; do
8284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8285 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8287 break 2
8288 fi
8289done
8290 done
8291IFS=$as_save_IFS
8292
8293fi
8294fi
8295DLLTOOL=$ac_cv_prog_DLLTOOL
8296if test -n "$DLLTOOL"; then
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8298$as_echo "$DLLTOOL" >&6; }
8299else
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8301$as_echo "no" >&6; }
8302fi
8303
8304
8305 fi
8306 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8307 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8308set dummy ${ncn_progname}; ac_word=$2
8309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8310$as_echo_n "checking for $ac_word... " >&6; }
8311if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8312 $as_echo_n "(cached) " >&6
8313else
8314 if test -n "$DLLTOOL"; then
8315 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8316else
8317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8318for as_dir in $PATH
8319do
8320 IFS=$as_save_IFS
8321 test -z "$as_dir" && as_dir=.
8322 for ac_exec_ext in '' $ac_executable_extensions; do
8323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8324 ac_cv_prog_DLLTOOL="${ncn_progname}"
8325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8326 break 2
8327 fi
8328done
8329 done
8330IFS=$as_save_IFS
8331
8332fi
8333fi
8334DLLTOOL=$ac_cv_prog_DLLTOOL
8335if test -n "$DLLTOOL"; then
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8337$as_echo "$DLLTOOL" >&6; }
8338else
8339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8340$as_echo "no" >&6; }
8341fi
8342
8343
8344 fi
8345 test -n "$ac_cv_prog_DLLTOOL" && break
8346done
8347
8348if test -z "$ac_cv_prog_DLLTOOL" ; then
8349 set dummy dlltool
8350 if test $build = $host ; then
8351 DLLTOOL="$2"
8352 else
8353 DLLTOOL="${ncn_tool_prefix}$2"
8354 fi
8355fi
8356
8357
8358
8359if test -n "$LD"; then
8360 ac_cv_prog_LD=$LD
8361elif test -n "$ac_cv_prog_LD"; then
8362 LD=$ac_cv_prog_LD
8363fi
8364
8365if test -n "$ac_cv_prog_LD"; then
8366 for ncn_progname in ld; do
8367 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8368set dummy ${ncn_progname}; ac_word=$2
8369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8370$as_echo_n "checking for $ac_word... " >&6; }
8371if test "${ac_cv_prog_LD+set}" = set; then :
8372 $as_echo_n "(cached) " >&6
8373else
8374 if test -n "$LD"; then
8375 ac_cv_prog_LD="$LD" # Let the user override the test.
8376else
8377as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8378for as_dir in $PATH
8379do
8380 IFS=$as_save_IFS
8381 test -z "$as_dir" && as_dir=.
8382 for ac_exec_ext in '' $ac_executable_extensions; do
8383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8384 ac_cv_prog_LD="${ncn_progname}"
8385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8386 break 2
8387 fi
8388done
8389 done
8390IFS=$as_save_IFS
8391
8392fi
8393fi
8394LD=$ac_cv_prog_LD
8395if test -n "$LD"; then
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8397$as_echo "$LD" >&6; }
8398else
8399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8400$as_echo "no" >&6; }
8401fi
8402
8403
8404 done
8405fi
8406
8407for ncn_progname in ld; do
8408 if test -n "$ncn_tool_prefix"; then
8409 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8410set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8412$as_echo_n "checking for $ac_word... " >&6; }
8413if test "${ac_cv_prog_LD+set}" = set; then :
8414 $as_echo_n "(cached) " >&6
8415else
8416 if test -n "$LD"; then
8417 ac_cv_prog_LD="$LD" # Let the user override the test.
8418else
8419as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8420for as_dir in $PATH
8421do
8422 IFS=$as_save_IFS
8423 test -z "$as_dir" && as_dir=.
8424 for ac_exec_ext in '' $ac_executable_extensions; do
8425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8426 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8428 break 2
8429 fi
8430done
8431 done
8432IFS=$as_save_IFS
8433
8434fi
8435fi
8436LD=$ac_cv_prog_LD
8437if test -n "$LD"; then
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8439$as_echo "$LD" >&6; }
8440else
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8442$as_echo "no" >&6; }
8443fi
8444
8445
8446 fi
8447 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8448 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8449set dummy ${ncn_progname}; ac_word=$2
8450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8451$as_echo_n "checking for $ac_word... " >&6; }
8452if test "${ac_cv_prog_LD+set}" = set; then :
8453 $as_echo_n "(cached) " >&6
8454else
8455 if test -n "$LD"; then
8456 ac_cv_prog_LD="$LD" # Let the user override the test.
8457else
8458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8459for as_dir in $PATH
8460do
8461 IFS=$as_save_IFS
8462 test -z "$as_dir" && as_dir=.
8463 for ac_exec_ext in '' $ac_executable_extensions; do
8464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8465 ac_cv_prog_LD="${ncn_progname}"
8466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8467 break 2
8468 fi
8469done
8470 done
8471IFS=$as_save_IFS
8472
8473fi
8474fi
8475LD=$ac_cv_prog_LD
8476if test -n "$LD"; then
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8478$as_echo "$LD" >&6; }
8479else
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8481$as_echo "no" >&6; }
8482fi
8483
8484
8485 fi
8486 test -n "$ac_cv_prog_LD" && break
8487done
8488
8489if test -z "$ac_cv_prog_LD" ; then
8490 set dummy ld
8491 if test $build = $host ; then
8492 LD="$2"
8493 else
8494 LD="${ncn_tool_prefix}$2"
8495 fi
8496fi
8497
8498
8499
8500if test -n "$LIPO"; then
8501 ac_cv_prog_LIPO=$LIPO
8502elif test -n "$ac_cv_prog_LIPO"; then
8503 LIPO=$ac_cv_prog_LIPO
8504fi
8505
8506if test -n "$ac_cv_prog_LIPO"; then
8507 for ncn_progname in lipo; do
8508 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8509set dummy ${ncn_progname}; ac_word=$2
8510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8511$as_echo_n "checking for $ac_word... " >&6; }
8512if test "${ac_cv_prog_LIPO+set}" = set; then :
8513 $as_echo_n "(cached) " >&6
8514else
8515 if test -n "$LIPO"; then
8516 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8517else
8518as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8519for as_dir in $PATH
8520do
8521 IFS=$as_save_IFS
8522 test -z "$as_dir" && as_dir=.
8523 for ac_exec_ext in '' $ac_executable_extensions; do
8524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8525 ac_cv_prog_LIPO="${ncn_progname}"
8526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8527 break 2
8528 fi
8529done
8530 done
8531IFS=$as_save_IFS
8532
8533fi
8534fi
8535LIPO=$ac_cv_prog_LIPO
8536if test -n "$LIPO"; then
8537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8538$as_echo "$LIPO" >&6; }
8539else
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8541$as_echo "no" >&6; }
8542fi
8543
8544
8545 done
8546fi
8547
8548for ncn_progname in lipo; do
8549 if test -n "$ncn_tool_prefix"; then
8550 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8551set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8553$as_echo_n "checking for $ac_word... " >&6; }
8554if test "${ac_cv_prog_LIPO+set}" = set; then :
8555 $as_echo_n "(cached) " >&6
8556else
8557 if test -n "$LIPO"; then
8558 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8559else
8560as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8561for as_dir in $PATH
8562do
8563 IFS=$as_save_IFS
8564 test -z "$as_dir" && as_dir=.
8565 for ac_exec_ext in '' $ac_executable_extensions; do
8566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8567 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8569 break 2
8570 fi
8571done
8572 done
8573IFS=$as_save_IFS
8574
8575fi
8576fi
8577LIPO=$ac_cv_prog_LIPO
8578if test -n "$LIPO"; then
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8580$as_echo "$LIPO" >&6; }
8581else
8582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8583$as_echo "no" >&6; }
8584fi
8585
8586
8587 fi
8588 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8589 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8590set dummy ${ncn_progname}; ac_word=$2
8591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8592$as_echo_n "checking for $ac_word... " >&6; }
8593if test "${ac_cv_prog_LIPO+set}" = set; then :
8594 $as_echo_n "(cached) " >&6
8595else
8596 if test -n "$LIPO"; then
8597 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8598else
8599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600for as_dir in $PATH
8601do
8602 IFS=$as_save_IFS
8603 test -z "$as_dir" && as_dir=.
8604 for ac_exec_ext in '' $ac_executable_extensions; do
8605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8606 ac_cv_prog_LIPO="${ncn_progname}"
8607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8608 break 2
8609 fi
8610done
8611 done
8612IFS=$as_save_IFS
8613
8614fi
8615fi
8616LIPO=$ac_cv_prog_LIPO
8617if test -n "$LIPO"; then
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8619$as_echo "$LIPO" >&6; }
8620else
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8622$as_echo "no" >&6; }
8623fi
8624
8625
8626 fi
8627 test -n "$ac_cv_prog_LIPO" && break
8628done
8629
8630if test -z "$ac_cv_prog_LIPO" ; then
8631 set dummy lipo
8632 if test $build = $host ; then
8633 LIPO="$2"
8634 else
8635 LIPO="${ncn_tool_prefix}$2"
8636 fi
8637fi
8638
8639
8640
8641if test -n "$NM"; then
8642 ac_cv_prog_NM=$NM
8643elif test -n "$ac_cv_prog_NM"; then
8644 NM=$ac_cv_prog_NM
8645fi
8646
8647if test -n "$ac_cv_prog_NM"; then
8648 for ncn_progname in nm; do
8649 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8650set dummy ${ncn_progname}; ac_word=$2
8651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8652$as_echo_n "checking for $ac_word... " >&6; }
8653if test "${ac_cv_prog_NM+set}" = set; then :
8654 $as_echo_n "(cached) " >&6
8655else
8656 if test -n "$NM"; then
8657 ac_cv_prog_NM="$NM" # Let the user override the test.
8658else
8659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8660for as_dir in $PATH
8661do
8662 IFS=$as_save_IFS
8663 test -z "$as_dir" && as_dir=.
8664 for ac_exec_ext in '' $ac_executable_extensions; do
8665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8666 ac_cv_prog_NM="${ncn_progname}"
8667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8668 break 2
8669 fi
8670done
8671 done
8672IFS=$as_save_IFS
8673
8674fi
8675fi
8676NM=$ac_cv_prog_NM
8677if test -n "$NM"; then
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8679$as_echo "$NM" >&6; }
8680else
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8682$as_echo "no" >&6; }
8683fi
8684
8685
8686 done
8687fi
8688
8689for ncn_progname in nm; do
8690 if test -n "$ncn_tool_prefix"; then
8691 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8692set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8694$as_echo_n "checking for $ac_word... " >&6; }
8695if test "${ac_cv_prog_NM+set}" = set; then :
8696 $as_echo_n "(cached) " >&6
8697else
8698 if test -n "$NM"; then
8699 ac_cv_prog_NM="$NM" # Let the user override the test.
8700else
8701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8702for as_dir in $PATH
8703do
8704 IFS=$as_save_IFS
8705 test -z "$as_dir" && as_dir=.
8706 for ac_exec_ext in '' $ac_executable_extensions; do
8707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8708 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8710 break 2
8711 fi
8712done
8713 done
8714IFS=$as_save_IFS
8715
8716fi
8717fi
8718NM=$ac_cv_prog_NM
8719if test -n "$NM"; then
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8721$as_echo "$NM" >&6; }
8722else
8723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8724$as_echo "no" >&6; }
8725fi
8726
8727
8728 fi
8729 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8730 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8731set dummy ${ncn_progname}; ac_word=$2
8732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8733$as_echo_n "checking for $ac_word... " >&6; }
8734if test "${ac_cv_prog_NM+set}" = set; then :
8735 $as_echo_n "(cached) " >&6
8736else
8737 if test -n "$NM"; then
8738 ac_cv_prog_NM="$NM" # Let the user override the test.
8739else
8740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8741for as_dir in $PATH
8742do
8743 IFS=$as_save_IFS
8744 test -z "$as_dir" && as_dir=.
8745 for ac_exec_ext in '' $ac_executable_extensions; do
8746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8747 ac_cv_prog_NM="${ncn_progname}"
8748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8749 break 2
8750 fi
8751done
8752 done
8753IFS=$as_save_IFS
8754
8755fi
8756fi
8757NM=$ac_cv_prog_NM
8758if test -n "$NM"; then
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8760$as_echo "$NM" >&6; }
8761else
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8763$as_echo "no" >&6; }
8764fi
8765
8766
8767 fi
8768 test -n "$ac_cv_prog_NM" && break
8769done
8770
8771if test -z "$ac_cv_prog_NM" ; then
8772 set dummy nm
8773 if test $build = $host ; then
8774 NM="$2"
8775 else
8776 NM="${ncn_tool_prefix}$2"
8777 fi
8778fi
8779
8780
8781
8782if test -n "$RANLIB"; then
8783 ac_cv_prog_RANLIB=$RANLIB
8784elif test -n "$ac_cv_prog_RANLIB"; then
8785 RANLIB=$ac_cv_prog_RANLIB
8786fi
8787
8788if test -n "$ac_cv_prog_RANLIB"; then
8789 for ncn_progname in ranlib; do
8790 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8791set dummy ${ncn_progname}; ac_word=$2
8792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8793$as_echo_n "checking for $ac_word... " >&6; }
8794if test "${ac_cv_prog_RANLIB+set}" = set; then :
8795 $as_echo_n "(cached) " >&6
8796else
8797 if test -n "$RANLIB"; then
8798 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8799else
8800as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8801for as_dir in $PATH
8802do
8803 IFS=$as_save_IFS
8804 test -z "$as_dir" && as_dir=.
8805 for ac_exec_ext in '' $ac_executable_extensions; do
8806 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8807 ac_cv_prog_RANLIB="${ncn_progname}"
8808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8809 break 2
8810 fi
8811done
8812 done
8813IFS=$as_save_IFS
8814
8815fi
8816fi
8817RANLIB=$ac_cv_prog_RANLIB
8818if test -n "$RANLIB"; then
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8820$as_echo "$RANLIB" >&6; }
8821else
8822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8823$as_echo "no" >&6; }
8824fi
8825
8826
8827 done
8828fi
8829
8830for ncn_progname in ranlib; do
8831 if test -n "$ncn_tool_prefix"; then
8832 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8833set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8835$as_echo_n "checking for $ac_word... " >&6; }
8836if test "${ac_cv_prog_RANLIB+set}" = set; then :
8837 $as_echo_n "(cached) " >&6
8838else
8839 if test -n "$RANLIB"; then
8840 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8841else
8842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8843for as_dir in $PATH
8844do
8845 IFS=$as_save_IFS
8846 test -z "$as_dir" && as_dir=.
8847 for ac_exec_ext in '' $ac_executable_extensions; do
8848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8849 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8851 break 2
8852 fi
8853done
8854 done
8855IFS=$as_save_IFS
8856
8857fi
8858fi
8859RANLIB=$ac_cv_prog_RANLIB
8860if test -n "$RANLIB"; then
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8862$as_echo "$RANLIB" >&6; }
8863else
8864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8865$as_echo "no" >&6; }
8866fi
8867
8868
8869 fi
8870 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8871 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8872set dummy ${ncn_progname}; ac_word=$2
8873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8874$as_echo_n "checking for $ac_word... " >&6; }
8875if test "${ac_cv_prog_RANLIB+set}" = set; then :
8876 $as_echo_n "(cached) " >&6
8877else
8878 if test -n "$RANLIB"; then
8879 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8880else
8881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8882for as_dir in $PATH
8883do
8884 IFS=$as_save_IFS
8885 test -z "$as_dir" && as_dir=.
8886 for ac_exec_ext in '' $ac_executable_extensions; do
8887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8888 ac_cv_prog_RANLIB="${ncn_progname}"
8889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8890 break 2
8891 fi
8892done
8893 done
8894IFS=$as_save_IFS
8895
8896fi
8897fi
8898RANLIB=$ac_cv_prog_RANLIB
8899if test -n "$RANLIB"; then
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8901$as_echo "$RANLIB" >&6; }
8902else
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8904$as_echo "no" >&6; }
8905fi
8906
8907
8908 fi
8909 test -n "$ac_cv_prog_RANLIB" && break
8910done
8911
8912if test -z "$ac_cv_prog_RANLIB" ; then
8913 RANLIB="true"
8914fi
8915
8916
8917
8918if test -n "$STRIP"; then
8919 ac_cv_prog_STRIP=$STRIP
8920elif test -n "$ac_cv_prog_STRIP"; then
8921 STRIP=$ac_cv_prog_STRIP
8922fi
8923
8924if test -n "$ac_cv_prog_STRIP"; then
8925 for ncn_progname in strip; do
8926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8927set dummy ${ncn_progname}; ac_word=$2
8928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8929$as_echo_n "checking for $ac_word... " >&6; }
8930if test "${ac_cv_prog_STRIP+set}" = set; then :
8931 $as_echo_n "(cached) " >&6
8932else
8933 if test -n "$STRIP"; then
8934 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8935else
8936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8937for as_dir in $PATH
8938do
8939 IFS=$as_save_IFS
8940 test -z "$as_dir" && as_dir=.
8941 for ac_exec_ext in '' $ac_executable_extensions; do
8942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8943 ac_cv_prog_STRIP="${ncn_progname}"
8944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8945 break 2
8946 fi
8947done
8948 done
8949IFS=$as_save_IFS
8950
8951fi
8952fi
8953STRIP=$ac_cv_prog_STRIP
8954if test -n "$STRIP"; then
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8956$as_echo "$STRIP" >&6; }
8957else
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8959$as_echo "no" >&6; }
8960fi
8961
8962
8963 done
8964fi
8965
8966for ncn_progname in strip; do
8967 if test -n "$ncn_tool_prefix"; then
8968 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8969set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8971$as_echo_n "checking for $ac_word... " >&6; }
8972if test "${ac_cv_prog_STRIP+set}" = set; then :
8973 $as_echo_n "(cached) " >&6
8974else
8975 if test -n "$STRIP"; then
8976 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8977else
8978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8979for as_dir in $PATH
8980do
8981 IFS=$as_save_IFS
8982 test -z "$as_dir" && as_dir=.
8983 for ac_exec_ext in '' $ac_executable_extensions; do
8984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8985 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
8986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8987 break 2
8988 fi
8989done
8990 done
8991IFS=$as_save_IFS
8992
8993fi
8994fi
8995STRIP=$ac_cv_prog_STRIP
8996if test -n "$STRIP"; then
8997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8998$as_echo "$STRIP" >&6; }
8999else
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9001$as_echo "no" >&6; }
9002fi
9003
9004
9005 fi
9006 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9007 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9008set dummy ${ncn_progname}; ac_word=$2
9009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9010$as_echo_n "checking for $ac_word... " >&6; }
9011if test "${ac_cv_prog_STRIP+set}" = set; then :
9012 $as_echo_n "(cached) " >&6
9013else
9014 if test -n "$STRIP"; then
9015 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9016else
9017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9018for as_dir in $PATH
9019do
9020 IFS=$as_save_IFS
9021 test -z "$as_dir" && as_dir=.
9022 for ac_exec_ext in '' $ac_executable_extensions; do
9023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9024 ac_cv_prog_STRIP="${ncn_progname}"
9025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9026 break 2
9027 fi
9028done
9029 done
9030IFS=$as_save_IFS
9031
9032fi
9033fi
9034STRIP=$ac_cv_prog_STRIP
9035if test -n "$STRIP"; then
9036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9037$as_echo "$STRIP" >&6; }
9038else
9039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9040$as_echo "no" >&6; }
9041fi
9042
9043
9044 fi
9045 test -n "$ac_cv_prog_STRIP" && break
9046done
9047
9048if test -z "$ac_cv_prog_STRIP" ; then
9049 STRIP="true"
9050fi
9051
9052
9053
9054if test -n "$WINDRES"; then
9055 ac_cv_prog_WINDRES=$WINDRES
9056elif test -n "$ac_cv_prog_WINDRES"; then
9057 WINDRES=$ac_cv_prog_WINDRES
9058fi
9059
9060if test -n "$ac_cv_prog_WINDRES"; then
9061 for ncn_progname in windres; do
9062 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9063set dummy ${ncn_progname}; ac_word=$2
9064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9065$as_echo_n "checking for $ac_word... " >&6; }
9066if test "${ac_cv_prog_WINDRES+set}" = set; then :
9067 $as_echo_n "(cached) " >&6
9068else
9069 if test -n "$WINDRES"; then
9070 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9071else
9072as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9073for as_dir in $PATH
9074do
9075 IFS=$as_save_IFS
9076 test -z "$as_dir" && as_dir=.
9077 for ac_exec_ext in '' $ac_executable_extensions; do
9078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9079 ac_cv_prog_WINDRES="${ncn_progname}"
9080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9081 break 2
9082 fi
9083done
9084 done
9085IFS=$as_save_IFS
9086
9087fi
9088fi
9089WINDRES=$ac_cv_prog_WINDRES
9090if test -n "$WINDRES"; then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9092$as_echo "$WINDRES" >&6; }
9093else
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9095$as_echo "no" >&6; }
9096fi
9097
9098
9099 done
9100fi
9101
9102for ncn_progname in windres; do
9103 if test -n "$ncn_tool_prefix"; then
9104 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9105set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9107$as_echo_n "checking for $ac_word... " >&6; }
9108if test "${ac_cv_prog_WINDRES+set}" = set; then :
9109 $as_echo_n "(cached) " >&6
9110else
9111 if test -n "$WINDRES"; then
9112 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9113else
9114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9115for as_dir in $PATH
9116do
9117 IFS=$as_save_IFS
9118 test -z "$as_dir" && as_dir=.
9119 for ac_exec_ext in '' $ac_executable_extensions; do
9120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9121 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9123 break 2
9124 fi
9125done
9126 done
9127IFS=$as_save_IFS
9128
9129fi
9130fi
9131WINDRES=$ac_cv_prog_WINDRES
9132if test -n "$WINDRES"; then
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9134$as_echo "$WINDRES" >&6; }
9135else
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9137$as_echo "no" >&6; }
9138fi
9139
9140
9141 fi
9142 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9143 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9144set dummy ${ncn_progname}; ac_word=$2
9145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9146$as_echo_n "checking for $ac_word... " >&6; }
9147if test "${ac_cv_prog_WINDRES+set}" = set; then :
9148 $as_echo_n "(cached) " >&6
9149else
9150 if test -n "$WINDRES"; then
9151 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9152else
9153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9154for as_dir in $PATH
9155do
9156 IFS=$as_save_IFS
9157 test -z "$as_dir" && as_dir=.
9158 for ac_exec_ext in '' $ac_executable_extensions; do
9159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9160 ac_cv_prog_WINDRES="${ncn_progname}"
9161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9162 break 2
9163 fi
9164done
9165 done
9166IFS=$as_save_IFS
9167
9168fi
9169fi
9170WINDRES=$ac_cv_prog_WINDRES
9171if test -n "$WINDRES"; then
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9173$as_echo "$WINDRES" >&6; }
9174else
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9176$as_echo "no" >&6; }
9177fi
9178
9179
9180 fi
9181 test -n "$ac_cv_prog_WINDRES" && break
9182done
9183
9184if test -z "$ac_cv_prog_WINDRES" ; then
9185 set dummy windres
9186 if test $build = $host ; then
9187 WINDRES="$2"
9188 else
9189 WINDRES="${ncn_tool_prefix}$2"
9190 fi
9191fi
9192
9193
9194
9195if test -n "$WINDMC"; then
9196 ac_cv_prog_WINDMC=$WINDMC
9197elif test -n "$ac_cv_prog_WINDMC"; then
9198 WINDMC=$ac_cv_prog_WINDMC
9199fi
9200
9201if test -n "$ac_cv_prog_WINDMC"; then
9202 for ncn_progname in windmc; do
9203 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9204set dummy ${ncn_progname}; ac_word=$2
9205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9206$as_echo_n "checking for $ac_word... " >&6; }
9207if test "${ac_cv_prog_WINDMC+set}" = set; then :
9208 $as_echo_n "(cached) " >&6
9209else
9210 if test -n "$WINDMC"; then
9211 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9212else
9213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9214for as_dir in $PATH
9215do
9216 IFS=$as_save_IFS
9217 test -z "$as_dir" && as_dir=.
9218 for ac_exec_ext in '' $ac_executable_extensions; do
9219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9220 ac_cv_prog_WINDMC="${ncn_progname}"
9221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9222 break 2
9223 fi
9224done
9225 done
9226IFS=$as_save_IFS
9227
9228fi
9229fi
9230WINDMC=$ac_cv_prog_WINDMC
9231if test -n "$WINDMC"; then
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9233$as_echo "$WINDMC" >&6; }
9234else
9235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9236$as_echo "no" >&6; }
9237fi
9238
9239
9240 done
9241fi
9242
9243for ncn_progname in windmc; do
9244 if test -n "$ncn_tool_prefix"; then
9245 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9246set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9248$as_echo_n "checking for $ac_word... " >&6; }
9249if test "${ac_cv_prog_WINDMC+set}" = set; then :
9250 $as_echo_n "(cached) " >&6
9251else
9252 if test -n "$WINDMC"; then
9253 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9254else
9255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9256for as_dir in $PATH
9257do
9258 IFS=$as_save_IFS
9259 test -z "$as_dir" && as_dir=.
9260 for ac_exec_ext in '' $ac_executable_extensions; do
9261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9262 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9264 break 2
9265 fi
9266done
9267 done
9268IFS=$as_save_IFS
9269
9270fi
9271fi
9272WINDMC=$ac_cv_prog_WINDMC
9273if test -n "$WINDMC"; then
9274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9275$as_echo "$WINDMC" >&6; }
9276else
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9278$as_echo "no" >&6; }
9279fi
9280
9281
9282 fi
9283 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9284 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9285set dummy ${ncn_progname}; ac_word=$2
9286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9287$as_echo_n "checking for $ac_word... " >&6; }
9288if test "${ac_cv_prog_WINDMC+set}" = set; then :
9289 $as_echo_n "(cached) " >&6
9290else
9291 if test -n "$WINDMC"; then
9292 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9293else
9294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9295for as_dir in $PATH
9296do
9297 IFS=$as_save_IFS
9298 test -z "$as_dir" && as_dir=.
9299 for ac_exec_ext in '' $ac_executable_extensions; do
9300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9301 ac_cv_prog_WINDMC="${ncn_progname}"
9302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9303 break 2
9304 fi
9305done
9306 done
9307IFS=$as_save_IFS
9308
9309fi
9310fi
9311WINDMC=$ac_cv_prog_WINDMC
9312if test -n "$WINDMC"; then
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9314$as_echo "$WINDMC" >&6; }
9315else
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9317$as_echo "no" >&6; }
9318fi
9319
9320
9321 fi
9322 test -n "$ac_cv_prog_WINDMC" && break
9323done
9324
9325if test -z "$ac_cv_prog_WINDMC" ; then
9326 set dummy windmc
9327 if test $build = $host ; then
9328 WINDMC="$2"
9329 else
9330 WINDMC="${ncn_tool_prefix}$2"
9331 fi
9332fi
9333
9334
9335
9336if test -n "$OBJCOPY"; then
9337 ac_cv_prog_OBJCOPY=$OBJCOPY
9338elif test -n "$ac_cv_prog_OBJCOPY"; then
9339 OBJCOPY=$ac_cv_prog_OBJCOPY
9340fi
9341
9342if test -n "$ac_cv_prog_OBJCOPY"; then
9343 for ncn_progname in objcopy; do
9344 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9345set dummy ${ncn_progname}; ac_word=$2
9346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9347$as_echo_n "checking for $ac_word... " >&6; }
9348if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9349 $as_echo_n "(cached) " >&6
9350else
9351 if test -n "$OBJCOPY"; then
9352 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9353else
9354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9355for as_dir in $PATH
9356do
9357 IFS=$as_save_IFS
9358 test -z "$as_dir" && as_dir=.
9359 for ac_exec_ext in '' $ac_executable_extensions; do
9360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9361 ac_cv_prog_OBJCOPY="${ncn_progname}"
9362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9363 break 2
9364 fi
9365done
9366 done
9367IFS=$as_save_IFS
9368
9369fi
9370fi
9371OBJCOPY=$ac_cv_prog_OBJCOPY
9372if test -n "$OBJCOPY"; then
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9374$as_echo "$OBJCOPY" >&6; }
9375else
9376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9377$as_echo "no" >&6; }
9378fi
9379
9380
9381 done
9382fi
9383
9384for ncn_progname in objcopy; do
9385 if test -n "$ncn_tool_prefix"; then
9386 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9387set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9389$as_echo_n "checking for $ac_word... " >&6; }
9390if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9391 $as_echo_n "(cached) " >&6
9392else
9393 if test -n "$OBJCOPY"; then
9394 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9395else
9396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9397for as_dir in $PATH
9398do
9399 IFS=$as_save_IFS
9400 test -z "$as_dir" && as_dir=.
9401 for ac_exec_ext in '' $ac_executable_extensions; do
9402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9403 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9405 break 2
9406 fi
9407done
9408 done
9409IFS=$as_save_IFS
9410
9411fi
9412fi
9413OBJCOPY=$ac_cv_prog_OBJCOPY
9414if test -n "$OBJCOPY"; then
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9416$as_echo "$OBJCOPY" >&6; }
9417else
9418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9419$as_echo "no" >&6; }
9420fi
9421
9422
9423 fi
9424 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9425 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9426set dummy ${ncn_progname}; ac_word=$2
9427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9428$as_echo_n "checking for $ac_word... " >&6; }
9429if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9430 $as_echo_n "(cached) " >&6
9431else
9432 if test -n "$OBJCOPY"; then
9433 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9434else
9435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9436for as_dir in $PATH
9437do
9438 IFS=$as_save_IFS
9439 test -z "$as_dir" && as_dir=.
9440 for ac_exec_ext in '' $ac_executable_extensions; do
9441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9442 ac_cv_prog_OBJCOPY="${ncn_progname}"
9443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9444 break 2
9445 fi
9446done
9447 done
9448IFS=$as_save_IFS
9449
9450fi
9451fi
9452OBJCOPY=$ac_cv_prog_OBJCOPY
9453if test -n "$OBJCOPY"; then
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9455$as_echo "$OBJCOPY" >&6; }
9456else
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9458$as_echo "no" >&6; }
9459fi
9460
9461
9462 fi
9463 test -n "$ac_cv_prog_OBJCOPY" && break
9464done
9465
9466if test -z "$ac_cv_prog_OBJCOPY" ; then
9467 set dummy objcopy
9468 if test $build = $host ; then
9469 OBJCOPY="$2"
9470 else
9471 OBJCOPY="${ncn_tool_prefix}$2"
9472 fi
9473fi
9474
9475
9476
9477if test -n "$OBJDUMP"; then
9478 ac_cv_prog_OBJDUMP=$OBJDUMP
9479elif test -n "$ac_cv_prog_OBJDUMP"; then
9480 OBJDUMP=$ac_cv_prog_OBJDUMP
9481fi
9482
9483if test -n "$ac_cv_prog_OBJDUMP"; then
9484 for ncn_progname in objdump; do
9485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9486set dummy ${ncn_progname}; ac_word=$2
9487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9488$as_echo_n "checking for $ac_word... " >&6; }
9489if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9490 $as_echo_n "(cached) " >&6
9491else
9492 if test -n "$OBJDUMP"; then
9493 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9494else
9495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9496for as_dir in $PATH
9497do
9498 IFS=$as_save_IFS
9499 test -z "$as_dir" && as_dir=.
9500 for ac_exec_ext in '' $ac_executable_extensions; do
9501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9502 ac_cv_prog_OBJDUMP="${ncn_progname}"
9503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9504 break 2
9505 fi
9506done
9507 done
9508IFS=$as_save_IFS
9509
9510fi
9511fi
9512OBJDUMP=$ac_cv_prog_OBJDUMP
9513if test -n "$OBJDUMP"; then
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9515$as_echo "$OBJDUMP" >&6; }
9516else
9517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9518$as_echo "no" >&6; }
9519fi
9520
9521
9522 done
9523fi
9524
9525for ncn_progname in objdump; do
9526 if test -n "$ncn_tool_prefix"; then
9527 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9528set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9530$as_echo_n "checking for $ac_word... " >&6; }
9531if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9532 $as_echo_n "(cached) " >&6
9533else
9534 if test -n "$OBJDUMP"; then
9535 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9536else
9537as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9538for as_dir in $PATH
9539do
9540 IFS=$as_save_IFS
9541 test -z "$as_dir" && as_dir=.
9542 for ac_exec_ext in '' $ac_executable_extensions; do
9543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9544 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9546 break 2
9547 fi
9548done
9549 done
9550IFS=$as_save_IFS
9551
9552fi
9553fi
9554OBJDUMP=$ac_cv_prog_OBJDUMP
9555if test -n "$OBJDUMP"; then
9556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9557$as_echo "$OBJDUMP" >&6; }
9558else
9559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9560$as_echo "no" >&6; }
9561fi
9562
9563
9564 fi
9565 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9566 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9567set dummy ${ncn_progname}; ac_word=$2
9568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9569$as_echo_n "checking for $ac_word... " >&6; }
9570if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9571 $as_echo_n "(cached) " >&6
9572else
9573 if test -n "$OBJDUMP"; then
9574 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9575else
9576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9577for as_dir in $PATH
9578do
9579 IFS=$as_save_IFS
9580 test -z "$as_dir" && as_dir=.
9581 for ac_exec_ext in '' $ac_executable_extensions; do
9582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9583 ac_cv_prog_OBJDUMP="${ncn_progname}"
9584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9585 break 2
9586 fi
9587done
9588 done
9589IFS=$as_save_IFS
9590
9591fi
9592fi
9593OBJDUMP=$ac_cv_prog_OBJDUMP
9594if test -n "$OBJDUMP"; then
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9596$as_echo "$OBJDUMP" >&6; }
9597else
9598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9599$as_echo "no" >&6; }
9600fi
9601
9602
9603 fi
9604 test -n "$ac_cv_prog_OBJDUMP" && break
9605done
9606
9607if test -z "$ac_cv_prog_OBJDUMP" ; then
9608 set dummy objdump
9609 if test $build = $host ; then
9610 OBJDUMP="$2"
9611 else
9612 OBJDUMP="${ncn_tool_prefix}$2"
9613 fi
9614fi
9615
9616
9617
9618
9619
9620
9621# Target tools.
9622
9623# Check whether --with-build-time-tools was given.
9624if test "${with_build_time_tools+set}" = set; then :
9625 withval=$with_build_time_tools; case x"$withval" in
9626 x/*) ;;
9627 *)
9628 with_build_time_tools=
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9630$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9631 ;;
9632 esac
9633else
9634 with_build_time_tools=
9635fi
9636
9637
9638
9639
9640if test -n "$CC_FOR_TARGET"; then
9641 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9642elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9643 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9644fi
9645
9646if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9647 for ncn_progname in cc gcc; do
9648 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9649set dummy ${ncn_progname}; ac_word=$2
9650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9651$as_echo_n "checking for $ac_word... " >&6; }
9652if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9653 $as_echo_n "(cached) " >&6
9654else
9655 if test -n "$CC_FOR_TARGET"; then
9656 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9657else
9658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9659for as_dir in $PATH
9660do
9661 IFS=$as_save_IFS
9662 test -z "$as_dir" && as_dir=.
9663 for ac_exec_ext in '' $ac_executable_extensions; do
9664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9665 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9667 break 2
9668 fi
9669done
9670 done
9671IFS=$as_save_IFS
9672
9673fi
9674fi
9675CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9676if test -n "$CC_FOR_TARGET"; then
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9678$as_echo "$CC_FOR_TARGET" >&6; }
9679else
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9681$as_echo "no" >&6; }
9682fi
9683
9684
9685 done
9686fi
9687
9688if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9689 for ncn_progname in cc gcc; do
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9691$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9692 if test -x $with_build_time_tools/${ncn_progname}; then
9693 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9695$as_echo "yes" >&6; }
9696 break
9697 else
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9699$as_echo "no" >&6; }
9700 fi
9701 done
9702fi
9703
9704if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9705 for ncn_progname in cc gcc; do
9706 if test -n "$ncn_target_tool_prefix"; then
9707 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9708set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9710$as_echo_n "checking for $ac_word... " >&6; }
9711if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9712 $as_echo_n "(cached) " >&6
9713else
9714 if test -n "$CC_FOR_TARGET"; then
9715 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9716else
9717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9718for as_dir in $PATH
9719do
9720 IFS=$as_save_IFS
9721 test -z "$as_dir" && as_dir=.
9722 for ac_exec_ext in '' $ac_executable_extensions; do
9723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9724 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9726 break 2
9727 fi
9728done
9729 done
9730IFS=$as_save_IFS
9731
9732fi
9733fi
9734CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9735if test -n "$CC_FOR_TARGET"; then
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9737$as_echo "$CC_FOR_TARGET" >&6; }
9738else
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9740$as_echo "no" >&6; }
9741fi
9742
9743
9744 fi
9745 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9747set dummy ${ncn_progname}; ac_word=$2
9748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9749$as_echo_n "checking for $ac_word... " >&6; }
9750if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9751 $as_echo_n "(cached) " >&6
9752else
9753 if test -n "$CC_FOR_TARGET"; then
9754 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9755else
9756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9757for as_dir in $PATH
9758do
9759 IFS=$as_save_IFS
9760 test -z "$as_dir" && as_dir=.
9761 for ac_exec_ext in '' $ac_executable_extensions; do
9762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9763 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9765 break 2
9766 fi
9767done
9768 done
9769IFS=$as_save_IFS
9770
9771fi
9772fi
9773CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9774if test -n "$CC_FOR_TARGET"; then
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9776$as_echo "$CC_FOR_TARGET" >&6; }
9777else
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9779$as_echo "no" >&6; }
9780fi
9781
9782
9783 fi
9784 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9785 done
9786fi
9787
9788if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9789 set dummy cc gcc
9790 if test $build = $target ; then
9791 CC_FOR_TARGET="$2"
9792 else
9793 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9794 fi
9795else
9796 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9797fi
9798
9799
9800
9801if test -n "$CXX_FOR_TARGET"; then
9802 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9803elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9804 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9805fi
9806
9807if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9808 for ncn_progname in c++ g++ cxx gxx; do
9809 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9810set dummy ${ncn_progname}; ac_word=$2
9811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9812$as_echo_n "checking for $ac_word... " >&6; }
9813if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9814 $as_echo_n "(cached) " >&6
9815else
9816 if test -n "$CXX_FOR_TARGET"; then
9817 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9818else
9819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9820for as_dir in $PATH
9821do
9822 IFS=$as_save_IFS
9823 test -z "$as_dir" && as_dir=.
9824 for ac_exec_ext in '' $ac_executable_extensions; do
9825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9826 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9828 break 2
9829 fi
9830done
9831 done
9832IFS=$as_save_IFS
9833
9834fi
9835fi
9836CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9837if test -n "$CXX_FOR_TARGET"; then
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9839$as_echo "$CXX_FOR_TARGET" >&6; }
9840else
9841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9842$as_echo "no" >&6; }
9843fi
9844
9845
9846 done
9847fi
9848
9849if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9850 for ncn_progname in c++ g++ cxx gxx; do
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9852$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9853 if test -x $with_build_time_tools/${ncn_progname}; then
9854 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9856$as_echo "yes" >&6; }
9857 break
9858 else
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9860$as_echo "no" >&6; }
9861 fi
9862 done
9863fi
9864
9865if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9866 for ncn_progname in c++ g++ cxx gxx; do
9867 if test -n "$ncn_target_tool_prefix"; then
9868 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9869set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9871$as_echo_n "checking for $ac_word... " >&6; }
9872if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9873 $as_echo_n "(cached) " >&6
9874else
9875 if test -n "$CXX_FOR_TARGET"; then
9876 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9877else
9878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9879for as_dir in $PATH
9880do
9881 IFS=$as_save_IFS
9882 test -z "$as_dir" && as_dir=.
9883 for ac_exec_ext in '' $ac_executable_extensions; do
9884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9885 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9887 break 2
9888 fi
9889done
9890 done
9891IFS=$as_save_IFS
9892
9893fi
9894fi
9895CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9896if test -n "$CXX_FOR_TARGET"; then
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9898$as_echo "$CXX_FOR_TARGET" >&6; }
9899else
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9901$as_echo "no" >&6; }
9902fi
9903
9904
9905 fi
9906 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9907 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9908set dummy ${ncn_progname}; ac_word=$2
9909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9910$as_echo_n "checking for $ac_word... " >&6; }
9911if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9912 $as_echo_n "(cached) " >&6
9913else
9914 if test -n "$CXX_FOR_TARGET"; then
9915 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9916else
9917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9918for as_dir in $PATH
9919do
9920 IFS=$as_save_IFS
9921 test -z "$as_dir" && as_dir=.
9922 for ac_exec_ext in '' $ac_executable_extensions; do
9923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9924 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9926 break 2
9927 fi
9928done
9929 done
9930IFS=$as_save_IFS
9931
9932fi
9933fi
9934CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9935if test -n "$CXX_FOR_TARGET"; then
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9937$as_echo "$CXX_FOR_TARGET" >&6; }
9938else
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9940$as_echo "no" >&6; }
9941fi
9942
9943
9944 fi
9945 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9946 done
9947fi
9948
9949if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9950 set dummy c++ g++ cxx gxx
9951 if test $build = $target ; then
9952 CXX_FOR_TARGET="$2"
9953 else
9954 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
9955 fi
9956else
9957 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
9958fi
9959
9960
9961
9962if test -n "$GCC_FOR_TARGET"; then
9963 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9964elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9965 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9966fi
9967
9968if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9969 for ncn_progname in gcc; do
9970 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9971set dummy ${ncn_progname}; ac_word=$2
9972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9973$as_echo_n "checking for $ac_word... " >&6; }
9974if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9975 $as_echo_n "(cached) " >&6
9976else
9977 if test -n "$GCC_FOR_TARGET"; then
9978 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9979else
9980as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9981for as_dir in $PATH
9982do
9983 IFS=$as_save_IFS
9984 test -z "$as_dir" && as_dir=.
9985 for ac_exec_ext in '' $ac_executable_extensions; do
9986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9987 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
9988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9989 break 2
9990 fi
9991done
9992 done
9993IFS=$as_save_IFS
9994
9995fi
9996fi
9997GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9998if test -n "$GCC_FOR_TARGET"; then
9999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10000$as_echo "$GCC_FOR_TARGET" >&6; }
10001else
10002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10003$as_echo "no" >&6; }
10004fi
10005
10006
10007 done
10008fi
10009
10010if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10011 for ncn_progname in gcc; do
10012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10013$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10014 if test -x $with_build_time_tools/${ncn_progname}; then
10015 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10017$as_echo "yes" >&6; }
10018 break
10019 else
10020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10021$as_echo "no" >&6; }
10022 fi
10023 done
10024fi
10025
10026if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10027 for ncn_progname in gcc; do
10028 if test -n "$ncn_target_tool_prefix"; then
10029 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10030set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10032$as_echo_n "checking for $ac_word... " >&6; }
10033if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10034 $as_echo_n "(cached) " >&6
10035else
10036 if test -n "$GCC_FOR_TARGET"; then
10037 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10038else
10039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10040for as_dir in $PATH
10041do
10042 IFS=$as_save_IFS
10043 test -z "$as_dir" && as_dir=.
10044 for ac_exec_ext in '' $ac_executable_extensions; do
10045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10046 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10048 break 2
10049 fi
10050done
10051 done
10052IFS=$as_save_IFS
10053
10054fi
10055fi
10056GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10057if test -n "$GCC_FOR_TARGET"; then
10058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10059$as_echo "$GCC_FOR_TARGET" >&6; }
10060else
10061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10062$as_echo "no" >&6; }
10063fi
10064
10065
10066 fi
10067 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10068 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10069set dummy ${ncn_progname}; ac_word=$2
10070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10071$as_echo_n "checking for $ac_word... " >&6; }
10072if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10073 $as_echo_n "(cached) " >&6
10074else
10075 if test -n "$GCC_FOR_TARGET"; then
10076 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10077else
10078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10079for as_dir in $PATH
10080do
10081 IFS=$as_save_IFS
10082 test -z "$as_dir" && as_dir=.
10083 for ac_exec_ext in '' $ac_executable_extensions; do
10084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10085 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10087 break 2
10088 fi
10089done
10090 done
10091IFS=$as_save_IFS
10092
10093fi
10094fi
10095GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10096if test -n "$GCC_FOR_TARGET"; then
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10098$as_echo "$GCC_FOR_TARGET" >&6; }
10099else
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10101$as_echo "no" >&6; }
10102fi
10103
10104
10105 fi
10106 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10107 done
10108fi
10109
10110if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10111 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10112else
10113 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10114fi
10115
10116
10117
10118if test -n "$GCJ_FOR_TARGET"; then
10119 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10120elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10121 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10122fi
10123
10124if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10125 for ncn_progname in gcj; do
10126 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10127set dummy ${ncn_progname}; ac_word=$2
10128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10129$as_echo_n "checking for $ac_word... " >&6; }
10130if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10131 $as_echo_n "(cached) " >&6
10132else
10133 if test -n "$GCJ_FOR_TARGET"; then
10134 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10135else
10136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10137for as_dir in $PATH
10138do
10139 IFS=$as_save_IFS
10140 test -z "$as_dir" && as_dir=.
10141 for ac_exec_ext in '' $ac_executable_extensions; do
10142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10143 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10145 break 2
10146 fi
10147done
10148 done
10149IFS=$as_save_IFS
10150
10151fi
10152fi
10153GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10154if test -n "$GCJ_FOR_TARGET"; then
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10156$as_echo "$GCJ_FOR_TARGET" >&6; }
10157else
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10159$as_echo "no" >&6; }
10160fi
10161
10162
10163 done
10164fi
10165
10166if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10167 for ncn_progname in gcj; do
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10169$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10170 if test -x $with_build_time_tools/${ncn_progname}; then
10171 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10173$as_echo "yes" >&6; }
10174 break
10175 else
10176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10177$as_echo "no" >&6; }
10178 fi
10179 done
10180fi
10181
10182if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10183 for ncn_progname in gcj; do
10184 if test -n "$ncn_target_tool_prefix"; then
10185 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10186set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10188$as_echo_n "checking for $ac_word... " >&6; }
10189if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10190 $as_echo_n "(cached) " >&6
10191else
10192 if test -n "$GCJ_FOR_TARGET"; then
10193 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10194else
10195as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10196for as_dir in $PATH
10197do
10198 IFS=$as_save_IFS
10199 test -z "$as_dir" && as_dir=.
10200 for ac_exec_ext in '' $ac_executable_extensions; do
10201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10202 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10204 break 2
10205 fi
10206done
10207 done
10208IFS=$as_save_IFS
10209
10210fi
10211fi
10212GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10213if test -n "$GCJ_FOR_TARGET"; then
10214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10215$as_echo "$GCJ_FOR_TARGET" >&6; }
10216else
10217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10218$as_echo "no" >&6; }
10219fi
10220
10221
10222 fi
10223 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10224 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10225set dummy ${ncn_progname}; ac_word=$2
10226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10227$as_echo_n "checking for $ac_word... " >&6; }
10228if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10229 $as_echo_n "(cached) " >&6
10230else
10231 if test -n "$GCJ_FOR_TARGET"; then
10232 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10233else
10234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10235for as_dir in $PATH
10236do
10237 IFS=$as_save_IFS
10238 test -z "$as_dir" && as_dir=.
10239 for ac_exec_ext in '' $ac_executable_extensions; do
10240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10241 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10243 break 2
10244 fi
10245done
10246 done
10247IFS=$as_save_IFS
10248
10249fi
10250fi
10251GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10252if test -n "$GCJ_FOR_TARGET"; then
10253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10254$as_echo "$GCJ_FOR_TARGET" >&6; }
10255else
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10257$as_echo "no" >&6; }
10258fi
10259
10260
10261 fi
10262 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10263 done
10264fi
10265
10266if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10267 set dummy gcj
10268 if test $build = $target ; then
10269 GCJ_FOR_TARGET="$2"
10270 else
10271 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10272 fi
10273else
10274 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10275fi
10276
10277
10278
10279if test -n "$GFORTRAN_FOR_TARGET"; then
10280 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10281elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10282 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10283fi
10284
10285if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10286 for ncn_progname in gfortran; do
10287 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10288set dummy ${ncn_progname}; ac_word=$2
10289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10290$as_echo_n "checking for $ac_word... " >&6; }
10291if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10292 $as_echo_n "(cached) " >&6
10293else
10294 if test -n "$GFORTRAN_FOR_TARGET"; then
10295 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10296else
10297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10298for as_dir in $PATH
10299do
10300 IFS=$as_save_IFS
10301 test -z "$as_dir" && as_dir=.
10302 for ac_exec_ext in '' $ac_executable_extensions; do
10303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10304 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10306 break 2
10307 fi
10308done
10309 done
10310IFS=$as_save_IFS
10311
10312fi
10313fi
10314GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10315if test -n "$GFORTRAN_FOR_TARGET"; then
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10317$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10318else
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10320$as_echo "no" >&6; }
10321fi
10322
10323
10324 done
10325fi
10326
10327if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10328 for ncn_progname in gfortran; do
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10330$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10331 if test -x $with_build_time_tools/${ncn_progname}; then
10332 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10334$as_echo "yes" >&6; }
10335 break
10336 else
10337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10338$as_echo "no" >&6; }
10339 fi
10340 done
10341fi
10342
10343if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10344 for ncn_progname in gfortran; do
10345 if test -n "$ncn_target_tool_prefix"; then
10346 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10347set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10349$as_echo_n "checking for $ac_word... " >&6; }
10350if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10351 $as_echo_n "(cached) " >&6
10352else
10353 if test -n "$GFORTRAN_FOR_TARGET"; then
10354 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10355else
10356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10357for as_dir in $PATH
10358do
10359 IFS=$as_save_IFS
10360 test -z "$as_dir" && as_dir=.
10361 for ac_exec_ext in '' $ac_executable_extensions; do
10362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10363 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10365 break 2
10366 fi
10367done
10368 done
10369IFS=$as_save_IFS
10370
10371fi
10372fi
10373GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10374if test -n "$GFORTRAN_FOR_TARGET"; then
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10376$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10377else
10378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10379$as_echo "no" >&6; }
10380fi
10381
10382
10383 fi
10384 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10386set dummy ${ncn_progname}; ac_word=$2
10387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10388$as_echo_n "checking for $ac_word... " >&6; }
10389if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10390 $as_echo_n "(cached) " >&6
10391else
10392 if test -n "$GFORTRAN_FOR_TARGET"; then
10393 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10394else
10395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10396for as_dir in $PATH
10397do
10398 IFS=$as_save_IFS
10399 test -z "$as_dir" && as_dir=.
10400 for ac_exec_ext in '' $ac_executable_extensions; do
10401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10402 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10404 break 2
10405 fi
10406done
10407 done
10408IFS=$as_save_IFS
10409
10410fi
10411fi
10412GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10413if test -n "$GFORTRAN_FOR_TARGET"; then
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10415$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10416else
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10418$as_echo "no" >&6; }
10419fi
10420
10421
10422 fi
10423 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10424 done
10425fi
10426
10427if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10428 set dummy gfortran
10429 if test $build = $target ; then
10430 GFORTRAN_FOR_TARGET="$2"
10431 else
10432 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10433 fi
10434else
10435 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10436fi
10437
10438
10439
10440if test -n "$GOC_FOR_TARGET"; then
10441 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10442elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10443 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10444fi
10445
10446if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10447 for ncn_progname in gccgo; do
10448 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10449set dummy ${ncn_progname}; ac_word=$2
10450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10451$as_echo_n "checking for $ac_word... " >&6; }
10452if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10453 $as_echo_n "(cached) " >&6
10454else
10455 if test -n "$GOC_FOR_TARGET"; then
10456 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10457else
10458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10459for as_dir in $PATH
10460do
10461 IFS=$as_save_IFS
10462 test -z "$as_dir" && as_dir=.
10463 for ac_exec_ext in '' $ac_executable_extensions; do
10464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10465 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10467 break 2
10468 fi
10469done
10470 done
10471IFS=$as_save_IFS
10472
10473fi
10474fi
10475GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10476if test -n "$GOC_FOR_TARGET"; then
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10478$as_echo "$GOC_FOR_TARGET" >&6; }
10479else
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10481$as_echo "no" >&6; }
10482fi
10483
10484
10485 done
10486fi
10487
10488if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10489 for ncn_progname in gccgo; do
10490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10491$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10492 if test -x $with_build_time_tools/${ncn_progname}; then
10493 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10495$as_echo "yes" >&6; }
10496 break
10497 else
10498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10499$as_echo "no" >&6; }
10500 fi
10501 done
10502fi
10503
10504if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10505 for ncn_progname in gccgo; do
10506 if test -n "$ncn_target_tool_prefix"; then
10507 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10508set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10510$as_echo_n "checking for $ac_word... " >&6; }
10511if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10512 $as_echo_n "(cached) " >&6
10513else
10514 if test -n "$GOC_FOR_TARGET"; then
10515 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10516else
10517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10518for as_dir in $PATH
10519do
10520 IFS=$as_save_IFS
10521 test -z "$as_dir" && as_dir=.
10522 for ac_exec_ext in '' $ac_executable_extensions; do
10523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10524 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10526 break 2
10527 fi
10528done
10529 done
10530IFS=$as_save_IFS
10531
10532fi
10533fi
10534GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10535if test -n "$GOC_FOR_TARGET"; then
10536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10537$as_echo "$GOC_FOR_TARGET" >&6; }
10538else
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10540$as_echo "no" >&6; }
10541fi
10542
10543
10544 fi
10545 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10546 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10547set dummy ${ncn_progname}; ac_word=$2
10548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10549$as_echo_n "checking for $ac_word... " >&6; }
10550if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10551 $as_echo_n "(cached) " >&6
10552else
10553 if test -n "$GOC_FOR_TARGET"; then
10554 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10555else
10556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10557for as_dir in $PATH
10558do
10559 IFS=$as_save_IFS
10560 test -z "$as_dir" && as_dir=.
10561 for ac_exec_ext in '' $ac_executable_extensions; do
10562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10563 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10565 break 2
10566 fi
10567done
10568 done
10569IFS=$as_save_IFS
10570
10571fi
10572fi
10573GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10574if test -n "$GOC_FOR_TARGET"; then
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10576$as_echo "$GOC_FOR_TARGET" >&6; }
10577else
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10579$as_echo "no" >&6; }
10580fi
10581
10582
10583 fi
10584 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10585 done
10586fi
10587
10588if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10589 set dummy gccgo
10590 if test $build = $target ; then
10591 GOC_FOR_TARGET="$2"
10592 else
10593 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10594 fi
10595else
10596 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10597fi
10598
10599
10600
10601cat > conftest.c << \EOF
10602#ifdef __GNUC__
10603 gcc_yay;
10604#endif
10605EOF
10606if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10607 have_gcc_for_target=yes
10608else
10609 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10610 have_gcc_for_target=no
10611fi
10612rm conftest.c
10613
10614
10615
10616
10617if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10618 if test -n "$with_build_time_tools"; then
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10620$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10621 if test -x $with_build_time_tools/ar; then
10622 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10623 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10625$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10626 else
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10628$as_echo "no" >&6; }
10629 fi
10630 elif test $build != $host && test $have_gcc_for_target = yes; then
10631 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10632 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10633 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10634 fi
10635fi
10636if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10637 # Extract the first word of "ar", so it can be a program name with args.
10638set dummy ar; ac_word=$2
10639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10640$as_echo_n "checking for $ac_word... " >&6; }
10641if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10642 $as_echo_n "(cached) " >&6
10643else
10644 case $AR_FOR_TARGET in
10645 [\\/]* | ?:[\\/]*)
10646 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10647 ;;
10648 *)
10649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10650for as_dir in $gcc_cv_tool_dirs
10651do
10652 IFS=$as_save_IFS
10653 test -z "$as_dir" && as_dir=.
10654 for ac_exec_ext in '' $ac_executable_extensions; do
10655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10656 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10658 break 2
10659 fi
10660done
10661 done
10662IFS=$as_save_IFS
10663
10664 ;;
10665esac
10666fi
10667AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10668if test -n "$AR_FOR_TARGET"; then
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10670$as_echo "$AR_FOR_TARGET" >&6; }
10671else
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10673$as_echo "no" >&6; }
10674fi
10675
10676
10677fi
10678if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10679
10680
10681if test -n "$AR_FOR_TARGET"; then
10682 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10683elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10684 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10685fi
10686
10687if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10688 for ncn_progname in ar; do
10689 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10690set dummy ${ncn_progname}; ac_word=$2
10691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10692$as_echo_n "checking for $ac_word... " >&6; }
10693if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10694 $as_echo_n "(cached) " >&6
10695else
10696 if test -n "$AR_FOR_TARGET"; then
10697 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10698else
10699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10700for as_dir in $PATH
10701do
10702 IFS=$as_save_IFS
10703 test -z "$as_dir" && as_dir=.
10704 for ac_exec_ext in '' $ac_executable_extensions; do
10705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10706 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10708 break 2
10709 fi
10710done
10711 done
10712IFS=$as_save_IFS
10713
10714fi
10715fi
10716AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10717if test -n "$AR_FOR_TARGET"; then
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10719$as_echo "$AR_FOR_TARGET" >&6; }
10720else
10721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10722$as_echo "no" >&6; }
10723fi
10724
10725
10726 done
10727fi
10728
10729if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10730 for ncn_progname in ar; do
10731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10732$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10733 if test -x $with_build_time_tools/${ncn_progname}; then
10734 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10736$as_echo "yes" >&6; }
10737 break
10738 else
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10740$as_echo "no" >&6; }
10741 fi
10742 done
10743fi
10744
10745if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10746 for ncn_progname in ar; do
10747 if test -n "$ncn_target_tool_prefix"; then
10748 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10749set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10751$as_echo_n "checking for $ac_word... " >&6; }
10752if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10753 $as_echo_n "(cached) " >&6
10754else
10755 if test -n "$AR_FOR_TARGET"; then
10756 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10757else
10758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10759for as_dir in $PATH
10760do
10761 IFS=$as_save_IFS
10762 test -z "$as_dir" && as_dir=.
10763 for ac_exec_ext in '' $ac_executable_extensions; do
10764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10765 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10767 break 2
10768 fi
10769done
10770 done
10771IFS=$as_save_IFS
10772
10773fi
10774fi
10775AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10776if test -n "$AR_FOR_TARGET"; then
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10778$as_echo "$AR_FOR_TARGET" >&6; }
10779else
10780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10781$as_echo "no" >&6; }
10782fi
10783
10784
10785 fi
10786 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10787 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10788set dummy ${ncn_progname}; ac_word=$2
10789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10790$as_echo_n "checking for $ac_word... " >&6; }
10791if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10792 $as_echo_n "(cached) " >&6
10793else
10794 if test -n "$AR_FOR_TARGET"; then
10795 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10796else
10797as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10798for as_dir in $PATH
10799do
10800 IFS=$as_save_IFS
10801 test -z "$as_dir" && as_dir=.
10802 for ac_exec_ext in '' $ac_executable_extensions; do
10803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10804 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10806 break 2
10807 fi
10808done
10809 done
10810IFS=$as_save_IFS
10811
10812fi
10813fi
10814AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10815if test -n "$AR_FOR_TARGET"; then
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10817$as_echo "$AR_FOR_TARGET" >&6; }
10818else
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10820$as_echo "no" >&6; }
10821fi
10822
10823
10824 fi
10825 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10826 done
10827fi
10828
10829if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10830 set dummy ar
10831 if test $build = $target ; then
10832 AR_FOR_TARGET="$2"
10833 else
10834 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10835 fi
10836else
10837 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10838fi
10839
10840else
10841 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10842fi
10843
10844
10845
10846
10847if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10848 if test -n "$with_build_time_tools"; then
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10850$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10851 if test -x $with_build_time_tools/as; then
10852 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10853 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10855$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10856 else
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10858$as_echo "no" >&6; }
10859 fi
10860 elif test $build != $host && test $have_gcc_for_target = yes; then
10861 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10862 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10863 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10864 fi
10865fi
10866if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10867 # Extract the first word of "as", so it can be a program name with args.
10868set dummy as; ac_word=$2
10869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10870$as_echo_n "checking for $ac_word... " >&6; }
10871if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10872 $as_echo_n "(cached) " >&6
10873else
10874 case $AS_FOR_TARGET in
10875 [\\/]* | ?:[\\/]*)
10876 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10877 ;;
10878 *)
10879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10880for as_dir in $gcc_cv_tool_dirs
10881do
10882 IFS=$as_save_IFS
10883 test -z "$as_dir" && as_dir=.
10884 for ac_exec_ext in '' $ac_executable_extensions; do
10885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10886 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10888 break 2
10889 fi
10890done
10891 done
10892IFS=$as_save_IFS
10893
10894 ;;
10895esac
10896fi
10897AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10898if test -n "$AS_FOR_TARGET"; then
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10900$as_echo "$AS_FOR_TARGET" >&6; }
10901else
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10903$as_echo "no" >&6; }
10904fi
10905
10906
10907fi
10908if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10909
10910
10911if test -n "$AS_FOR_TARGET"; then
10912 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10913elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10914 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10915fi
10916
10917if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10918 for ncn_progname in as; do
10919 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10920set dummy ${ncn_progname}; ac_word=$2
10921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10922$as_echo_n "checking for $ac_word... " >&6; }
10923if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10924 $as_echo_n "(cached) " >&6
10925else
10926 if test -n "$AS_FOR_TARGET"; then
10927 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10928else
10929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10930for as_dir in $PATH
10931do
10932 IFS=$as_save_IFS
10933 test -z "$as_dir" && as_dir=.
10934 for ac_exec_ext in '' $ac_executable_extensions; do
10935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10936 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
10937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10938 break 2
10939 fi
10940done
10941 done
10942IFS=$as_save_IFS
10943
10944fi
10945fi
10946AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10947if test -n "$AS_FOR_TARGET"; then
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10949$as_echo "$AS_FOR_TARGET" >&6; }
10950else
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10952$as_echo "no" >&6; }
10953fi
10954
10955
10956 done
10957fi
10958
10959if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
10960 for ncn_progname in as; do
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10962$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10963 if test -x $with_build_time_tools/${ncn_progname}; then
10964 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10966$as_echo "yes" >&6; }
10967 break
10968 else
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10970$as_echo "no" >&6; }
10971 fi
10972 done
10973fi
10974
10975if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
10976 for ncn_progname in as; do
10977 if test -n "$ncn_target_tool_prefix"; then
10978 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10979set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10981$as_echo_n "checking for $ac_word... " >&6; }
10982if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10983 $as_echo_n "(cached) " >&6
10984else
10985 if test -n "$AS_FOR_TARGET"; then
10986 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10987else
10988as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10989for as_dir in $PATH
10990do
10991 IFS=$as_save_IFS
10992 test -z "$as_dir" && as_dir=.
10993 for ac_exec_ext in '' $ac_executable_extensions; do
10994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10995 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10997 break 2
10998 fi
10999done
11000 done
11001IFS=$as_save_IFS
11002
11003fi
11004fi
11005AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11006if test -n "$AS_FOR_TARGET"; then
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11008$as_echo "$AS_FOR_TARGET" >&6; }
11009else
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11011$as_echo "no" >&6; }
11012fi
11013
11014
11015 fi
11016 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11017 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11018set dummy ${ncn_progname}; ac_word=$2
11019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11020$as_echo_n "checking for $ac_word... " >&6; }
11021if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11022 $as_echo_n "(cached) " >&6
11023else
11024 if test -n "$AS_FOR_TARGET"; then
11025 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11026else
11027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11028for as_dir in $PATH
11029do
11030 IFS=$as_save_IFS
11031 test -z "$as_dir" && as_dir=.
11032 for ac_exec_ext in '' $ac_executable_extensions; do
11033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11034 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11036 break 2
11037 fi
11038done
11039 done
11040IFS=$as_save_IFS
11041
11042fi
11043fi
11044AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11045if test -n "$AS_FOR_TARGET"; then
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11047$as_echo "$AS_FOR_TARGET" >&6; }
11048else
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11050$as_echo "no" >&6; }
11051fi
11052
11053
11054 fi
11055 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11056 done
11057fi
11058
11059if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11060 set dummy as
11061 if test $build = $target ; then
11062 AS_FOR_TARGET="$2"
11063 else
11064 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11065 fi
11066else
11067 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11068fi
11069
11070else
11071 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11072fi
11073
11074
11075
11076
11077if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11078 if test -n "$with_build_time_tools"; then
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11080$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11081 if test -x $with_build_time_tools/dlltool; then
11082 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11083 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11085$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11086 else
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11088$as_echo "no" >&6; }
11089 fi
11090 elif test $build != $host && test $have_gcc_for_target = yes; then
11091 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11092 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11093 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11094 fi
11095fi
11096if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11097 # Extract the first word of "dlltool", so it can be a program name with args.
11098set dummy dlltool; ac_word=$2
11099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11100$as_echo_n "checking for $ac_word... " >&6; }
11101if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11102 $as_echo_n "(cached) " >&6
11103else
11104 case $DLLTOOL_FOR_TARGET in
11105 [\\/]* | ?:[\\/]*)
11106 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11107 ;;
11108 *)
11109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11110for as_dir in $gcc_cv_tool_dirs
11111do
11112 IFS=$as_save_IFS
11113 test -z "$as_dir" && as_dir=.
11114 for ac_exec_ext in '' $ac_executable_extensions; do
11115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11116 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11118 break 2
11119 fi
11120done
11121 done
11122IFS=$as_save_IFS
11123
11124 ;;
11125esac
11126fi
11127DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11128if test -n "$DLLTOOL_FOR_TARGET"; then
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11130$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11131else
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11133$as_echo "no" >&6; }
11134fi
11135
11136
11137fi
11138if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11139
11140
11141if test -n "$DLLTOOL_FOR_TARGET"; then
11142 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11143elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11144 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11145fi
11146
11147if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11148 for ncn_progname in dlltool; do
11149 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11150set dummy ${ncn_progname}; ac_word=$2
11151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11152$as_echo_n "checking for $ac_word... " >&6; }
11153if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11154 $as_echo_n "(cached) " >&6
11155else
11156 if test -n "$DLLTOOL_FOR_TARGET"; then
11157 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11158else
11159as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11160for as_dir in $PATH
11161do
11162 IFS=$as_save_IFS
11163 test -z "$as_dir" && as_dir=.
11164 for ac_exec_ext in '' $ac_executable_extensions; do
11165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11166 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11168 break 2
11169 fi
11170done
11171 done
11172IFS=$as_save_IFS
11173
11174fi
11175fi
11176DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11177if test -n "$DLLTOOL_FOR_TARGET"; then
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11179$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11180else
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11182$as_echo "no" >&6; }
11183fi
11184
11185
11186 done
11187fi
11188
11189if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11190 for ncn_progname in dlltool; do
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11192$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11193 if test -x $with_build_time_tools/${ncn_progname}; then
11194 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11196$as_echo "yes" >&6; }
11197 break
11198 else
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11200$as_echo "no" >&6; }
11201 fi
11202 done
11203fi
11204
11205if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11206 for ncn_progname in dlltool; do
11207 if test -n "$ncn_target_tool_prefix"; then
11208 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11209set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11211$as_echo_n "checking for $ac_word... " >&6; }
11212if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11213 $as_echo_n "(cached) " >&6
11214else
11215 if test -n "$DLLTOOL_FOR_TARGET"; then
11216 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11217else
11218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11219for as_dir in $PATH
11220do
11221 IFS=$as_save_IFS
11222 test -z "$as_dir" && as_dir=.
11223 for ac_exec_ext in '' $ac_executable_extensions; do
11224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11225 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11227 break 2
11228 fi
11229done
11230 done
11231IFS=$as_save_IFS
11232
11233fi
11234fi
11235DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11236if test -n "$DLLTOOL_FOR_TARGET"; then
11237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11238$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11239else
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11241$as_echo "no" >&6; }
11242fi
11243
11244
11245 fi
11246 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11247 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11248set dummy ${ncn_progname}; ac_word=$2
11249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11250$as_echo_n "checking for $ac_word... " >&6; }
11251if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11252 $as_echo_n "(cached) " >&6
11253else
11254 if test -n "$DLLTOOL_FOR_TARGET"; then
11255 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11256else
11257as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11258for as_dir in $PATH
11259do
11260 IFS=$as_save_IFS
11261 test -z "$as_dir" && as_dir=.
11262 for ac_exec_ext in '' $ac_executable_extensions; do
11263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11264 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11266 break 2
11267 fi
11268done
11269 done
11270IFS=$as_save_IFS
11271
11272fi
11273fi
11274DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11275if test -n "$DLLTOOL_FOR_TARGET"; then
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11277$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11278else
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11280$as_echo "no" >&6; }
11281fi
11282
11283
11284 fi
11285 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11286 done
11287fi
11288
11289if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11290 set dummy dlltool
11291 if test $build = $target ; then
11292 DLLTOOL_FOR_TARGET="$2"
11293 else
11294 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11295 fi
11296else
11297 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11298fi
11299
11300else
11301 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11302fi
11303
11304
11305
11306
11307if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11308 if test -n "$with_build_time_tools"; then
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11310$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11311 if test -x $with_build_time_tools/ld; then
11312 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11313 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11315$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11316 else
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11318$as_echo "no" >&6; }
11319 fi
11320 elif test $build != $host && test $have_gcc_for_target = yes; then
11321 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11322 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11323 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11324 fi
11325fi
11326if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11327 # Extract the first word of "ld", so it can be a program name with args.
11328set dummy ld; ac_word=$2
11329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11330$as_echo_n "checking for $ac_word... " >&6; }
11331if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11332 $as_echo_n "(cached) " >&6
11333else
11334 case $LD_FOR_TARGET in
11335 [\\/]* | ?:[\\/]*)
11336 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11337 ;;
11338 *)
11339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11340for as_dir in $gcc_cv_tool_dirs
11341do
11342 IFS=$as_save_IFS
11343 test -z "$as_dir" && as_dir=.
11344 for ac_exec_ext in '' $ac_executable_extensions; do
11345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11346 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11348 break 2
11349 fi
11350done
11351 done
11352IFS=$as_save_IFS
11353
11354 ;;
11355esac
11356fi
11357LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11358if test -n "$LD_FOR_TARGET"; then
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11360$as_echo "$LD_FOR_TARGET" >&6; }
11361else
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11363$as_echo "no" >&6; }
11364fi
11365
11366
11367fi
11368if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11369
11370
11371if test -n "$LD_FOR_TARGET"; then
11372 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11373elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11374 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11375fi
11376
11377if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11378 for ncn_progname in ld; do
11379 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11380set dummy ${ncn_progname}; ac_word=$2
11381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11382$as_echo_n "checking for $ac_word... " >&6; }
11383if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11384 $as_echo_n "(cached) " >&6
11385else
11386 if test -n "$LD_FOR_TARGET"; then
11387 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11388else
11389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11390for as_dir in $PATH
11391do
11392 IFS=$as_save_IFS
11393 test -z "$as_dir" && as_dir=.
11394 for ac_exec_ext in '' $ac_executable_extensions; do
11395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11396 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11398 break 2
11399 fi
11400done
11401 done
11402IFS=$as_save_IFS
11403
11404fi
11405fi
11406LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11407if test -n "$LD_FOR_TARGET"; then
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11409$as_echo "$LD_FOR_TARGET" >&6; }
11410else
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11412$as_echo "no" >&6; }
11413fi
11414
11415
11416 done
11417fi
11418
11419if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11420 for ncn_progname in ld; do
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11422$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11423 if test -x $with_build_time_tools/${ncn_progname}; then
11424 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11426$as_echo "yes" >&6; }
11427 break
11428 else
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11430$as_echo "no" >&6; }
11431 fi
11432 done
11433fi
11434
11435if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11436 for ncn_progname in ld; do
11437 if test -n "$ncn_target_tool_prefix"; then
11438 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11439set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11441$as_echo_n "checking for $ac_word... " >&6; }
11442if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11443 $as_echo_n "(cached) " >&6
11444else
11445 if test -n "$LD_FOR_TARGET"; then
11446 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11447else
11448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11449for as_dir in $PATH
11450do
11451 IFS=$as_save_IFS
11452 test -z "$as_dir" && as_dir=.
11453 for ac_exec_ext in '' $ac_executable_extensions; do
11454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11455 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11457 break 2
11458 fi
11459done
11460 done
11461IFS=$as_save_IFS
11462
11463fi
11464fi
11465LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11466if test -n "$LD_FOR_TARGET"; then
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11468$as_echo "$LD_FOR_TARGET" >&6; }
11469else
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11471$as_echo "no" >&6; }
11472fi
11473
11474
11475 fi
11476 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11477 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11478set dummy ${ncn_progname}; ac_word=$2
11479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11480$as_echo_n "checking for $ac_word... " >&6; }
11481if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11482 $as_echo_n "(cached) " >&6
11483else
11484 if test -n "$LD_FOR_TARGET"; then
11485 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11486else
11487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11488for as_dir in $PATH
11489do
11490 IFS=$as_save_IFS
11491 test -z "$as_dir" && as_dir=.
11492 for ac_exec_ext in '' $ac_executable_extensions; do
11493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11494 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11496 break 2
11497 fi
11498done
11499 done
11500IFS=$as_save_IFS
11501
11502fi
11503fi
11504LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11505if test -n "$LD_FOR_TARGET"; then
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11507$as_echo "$LD_FOR_TARGET" >&6; }
11508else
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11510$as_echo "no" >&6; }
11511fi
11512
11513
11514 fi
11515 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11516 done
11517fi
11518
11519if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11520 set dummy ld
11521 if test $build = $target ; then
11522 LD_FOR_TARGET="$2"
11523 else
11524 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11525 fi
11526else
11527 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11528fi
11529
11530else
11531 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11532fi
11533
11534
11535
11536
11537if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11538 if test -n "$with_build_time_tools"; then
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11540$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11541 if test -x $with_build_time_tools/lipo; then
11542 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11543 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11545$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11546 else
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548$as_echo "no" >&6; }
11549 fi
11550 elif test $build != $host && test $have_gcc_for_target = yes; then
11551 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11552 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11553 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11554 fi
11555fi
11556if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11557 # Extract the first word of "lipo", so it can be a program name with args.
11558set dummy lipo; ac_word=$2
11559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11560$as_echo_n "checking for $ac_word... " >&6; }
11561if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11562 $as_echo_n "(cached) " >&6
11563else
11564 case $LIPO_FOR_TARGET in
11565 [\\/]* | ?:[\\/]*)
11566 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11567 ;;
11568 *)
11569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11570for as_dir in $gcc_cv_tool_dirs
11571do
11572 IFS=$as_save_IFS
11573 test -z "$as_dir" && as_dir=.
11574 for ac_exec_ext in '' $ac_executable_extensions; do
11575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11576 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11578 break 2
11579 fi
11580done
11581 done
11582IFS=$as_save_IFS
11583
11584 ;;
11585esac
11586fi
11587LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11588if test -n "$LIPO_FOR_TARGET"; then
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11590$as_echo "$LIPO_FOR_TARGET" >&6; }
11591else
11592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11593$as_echo "no" >&6; }
11594fi
11595
11596
11597fi
11598if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11599
11600
11601if test -n "$LIPO_FOR_TARGET"; then
11602 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11603elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11604 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11605fi
11606
11607if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11608 for ncn_progname in lipo; do
11609 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11610set dummy ${ncn_progname}; ac_word=$2
11611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11612$as_echo_n "checking for $ac_word... " >&6; }
11613if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11614 $as_echo_n "(cached) " >&6
11615else
11616 if test -n "$LIPO_FOR_TARGET"; then
11617 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11618else
11619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11620for as_dir in $PATH
11621do
11622 IFS=$as_save_IFS
11623 test -z "$as_dir" && as_dir=.
11624 for ac_exec_ext in '' $ac_executable_extensions; do
11625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11626 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11628 break 2
11629 fi
11630done
11631 done
11632IFS=$as_save_IFS
11633
11634fi
11635fi
11636LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11637if test -n "$LIPO_FOR_TARGET"; then
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11639$as_echo "$LIPO_FOR_TARGET" >&6; }
11640else
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11642$as_echo "no" >&6; }
11643fi
11644
11645
11646 done
11647fi
11648
11649if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11650 for ncn_progname in lipo; do
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11652$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11653 if test -x $with_build_time_tools/${ncn_progname}; then
11654 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11656$as_echo "yes" >&6; }
11657 break
11658 else
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11660$as_echo "no" >&6; }
11661 fi
11662 done
11663fi
11664
11665if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11666 for ncn_progname in lipo; do
11667 if test -n "$ncn_target_tool_prefix"; then
11668 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11669set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11671$as_echo_n "checking for $ac_word... " >&6; }
11672if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11673 $as_echo_n "(cached) " >&6
11674else
11675 if test -n "$LIPO_FOR_TARGET"; then
11676 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11677else
11678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11679for as_dir in $PATH
11680do
11681 IFS=$as_save_IFS
11682 test -z "$as_dir" && as_dir=.
11683 for ac_exec_ext in '' $ac_executable_extensions; do
11684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11685 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11687 break 2
11688 fi
11689done
11690 done
11691IFS=$as_save_IFS
11692
11693fi
11694fi
11695LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11696if test -n "$LIPO_FOR_TARGET"; then
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11698$as_echo "$LIPO_FOR_TARGET" >&6; }
11699else
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11701$as_echo "no" >&6; }
11702fi
11703
11704
11705 fi
11706 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11707 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11708set dummy ${ncn_progname}; ac_word=$2
11709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11710$as_echo_n "checking for $ac_word... " >&6; }
11711if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11712 $as_echo_n "(cached) " >&6
11713else
11714 if test -n "$LIPO_FOR_TARGET"; then
11715 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11716else
11717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11718for as_dir in $PATH
11719do
11720 IFS=$as_save_IFS
11721 test -z "$as_dir" && as_dir=.
11722 for ac_exec_ext in '' $ac_executable_extensions; do
11723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11724 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11726 break 2
11727 fi
11728done
11729 done
11730IFS=$as_save_IFS
11731
11732fi
11733fi
11734LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11735if test -n "$LIPO_FOR_TARGET"; then
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11737$as_echo "$LIPO_FOR_TARGET" >&6; }
11738else
11739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11740$as_echo "no" >&6; }
11741fi
11742
11743
11744 fi
11745 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11746 done
11747fi
11748
11749if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11750 set dummy lipo
11751 if test $build = $target ; then
11752 LIPO_FOR_TARGET="$2"
11753 else
11754 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11755 fi
11756else
11757 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11758fi
11759
11760else
11761 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11762fi
11763
11764
11765
11766
11767if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11768 if test -n "$with_build_time_tools"; then
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11770$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11771 if test -x $with_build_time_tools/nm; then
11772 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11773 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11775$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11776 else
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11778$as_echo "no" >&6; }
11779 fi
11780 elif test $build != $host && test $have_gcc_for_target = yes; then
11781 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11782 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11783 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11784 fi
11785fi
11786if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11787 # Extract the first word of "nm", so it can be a program name with args.
11788set dummy nm; ac_word=$2
11789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11790$as_echo_n "checking for $ac_word... " >&6; }
11791if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11792 $as_echo_n "(cached) " >&6
11793else
11794 case $NM_FOR_TARGET in
11795 [\\/]* | ?:[\\/]*)
11796 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11797 ;;
11798 *)
11799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11800for as_dir in $gcc_cv_tool_dirs
11801do
11802 IFS=$as_save_IFS
11803 test -z "$as_dir" && as_dir=.
11804 for ac_exec_ext in '' $ac_executable_extensions; do
11805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11806 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11808 break 2
11809 fi
11810done
11811 done
11812IFS=$as_save_IFS
11813
11814 ;;
11815esac
11816fi
11817NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11818if test -n "$NM_FOR_TARGET"; then
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11820$as_echo "$NM_FOR_TARGET" >&6; }
11821else
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11823$as_echo "no" >&6; }
11824fi
11825
11826
11827fi
11828if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11829
11830
11831if test -n "$NM_FOR_TARGET"; then
11832 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11833elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11834 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11835fi
11836
11837if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11838 for ncn_progname in nm; do
11839 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11840set dummy ${ncn_progname}; ac_word=$2
11841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11842$as_echo_n "checking for $ac_word... " >&6; }
11843if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11844 $as_echo_n "(cached) " >&6
11845else
11846 if test -n "$NM_FOR_TARGET"; then
11847 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11848else
11849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11850for as_dir in $PATH
11851do
11852 IFS=$as_save_IFS
11853 test -z "$as_dir" && as_dir=.
11854 for ac_exec_ext in '' $ac_executable_extensions; do
11855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11856 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11858 break 2
11859 fi
11860done
11861 done
11862IFS=$as_save_IFS
11863
11864fi
11865fi
11866NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11867if test -n "$NM_FOR_TARGET"; then
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11869$as_echo "$NM_FOR_TARGET" >&6; }
11870else
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11872$as_echo "no" >&6; }
11873fi
11874
11875
11876 done
11877fi
11878
11879if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11880 for ncn_progname in nm; do
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11882$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11883 if test -x $with_build_time_tools/${ncn_progname}; then
11884 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11886$as_echo "yes" >&6; }
11887 break
11888 else
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11890$as_echo "no" >&6; }
11891 fi
11892 done
11893fi
11894
11895if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11896 for ncn_progname in nm; do
11897 if test -n "$ncn_target_tool_prefix"; then
11898 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11899set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11901$as_echo_n "checking for $ac_word... " >&6; }
11902if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11903 $as_echo_n "(cached) " >&6
11904else
11905 if test -n "$NM_FOR_TARGET"; then
11906 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11907else
11908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11909for as_dir in $PATH
11910do
11911 IFS=$as_save_IFS
11912 test -z "$as_dir" && as_dir=.
11913 for ac_exec_ext in '' $ac_executable_extensions; do
11914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11915 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11917 break 2
11918 fi
11919done
11920 done
11921IFS=$as_save_IFS
11922
11923fi
11924fi
11925NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11926if test -n "$NM_FOR_TARGET"; then
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11928$as_echo "$NM_FOR_TARGET" >&6; }
11929else
11930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11931$as_echo "no" >&6; }
11932fi
11933
11934
11935 fi
11936 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11937 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11938set dummy ${ncn_progname}; ac_word=$2
11939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11940$as_echo_n "checking for $ac_word... " >&6; }
11941if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11942 $as_echo_n "(cached) " >&6
11943else
11944 if test -n "$NM_FOR_TARGET"; then
11945 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11946else
11947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11948for as_dir in $PATH
11949do
11950 IFS=$as_save_IFS
11951 test -z "$as_dir" && as_dir=.
11952 for ac_exec_ext in '' $ac_executable_extensions; do
11953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11954 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11956 break 2
11957 fi
11958done
11959 done
11960IFS=$as_save_IFS
11961
11962fi
11963fi
11964NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11965if test -n "$NM_FOR_TARGET"; then
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11967$as_echo "$NM_FOR_TARGET" >&6; }
11968else
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11970$as_echo "no" >&6; }
11971fi
11972
11973
11974 fi
11975 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
11976 done
11977fi
11978
11979if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
11980 set dummy nm
11981 if test $build = $target ; then
11982 NM_FOR_TARGET="$2"
11983 else
11984 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
11985 fi
11986else
11987 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
11988fi
11989
11990else
11991 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11992fi
11993
11994
11995
11996
11997if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
11998 if test -n "$with_build_time_tools"; then
11999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12000$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12001 if test -x $with_build_time_tools/objdump; then
12002 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12003 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12005$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12006 else
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12008$as_echo "no" >&6; }
12009 fi
12010 elif test $build != $host && test $have_gcc_for_target = yes; then
12011 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12012 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12013 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12014 fi
12015fi
12016if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12017 # Extract the first word of "objdump", so it can be a program name with args.
12018set dummy objdump; ac_word=$2
12019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12020$as_echo_n "checking for $ac_word... " >&6; }
12021if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12022 $as_echo_n "(cached) " >&6
12023else
12024 case $OBJDUMP_FOR_TARGET in
12025 [\\/]* | ?:[\\/]*)
12026 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12027 ;;
12028 *)
12029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12030for as_dir in $gcc_cv_tool_dirs
12031do
12032 IFS=$as_save_IFS
12033 test -z "$as_dir" && as_dir=.
12034 for ac_exec_ext in '' $ac_executable_extensions; do
12035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12036 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12038 break 2
12039 fi
12040done
12041 done
12042IFS=$as_save_IFS
12043
12044 ;;
12045esac
12046fi
12047OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12048if test -n "$OBJDUMP_FOR_TARGET"; then
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12050$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12051else
12052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12053$as_echo "no" >&6; }
12054fi
12055
12056
12057fi
12058if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12059
12060
12061if test -n "$OBJDUMP_FOR_TARGET"; then
12062 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12063elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12064 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12065fi
12066
12067if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12068 for ncn_progname in objdump; do
12069 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12070set dummy ${ncn_progname}; ac_word=$2
12071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12072$as_echo_n "checking for $ac_word... " >&6; }
12073if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12074 $as_echo_n "(cached) " >&6
12075else
12076 if test -n "$OBJDUMP_FOR_TARGET"; then
12077 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12078else
12079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12080for as_dir in $PATH
12081do
12082 IFS=$as_save_IFS
12083 test -z "$as_dir" && as_dir=.
12084 for ac_exec_ext in '' $ac_executable_extensions; do
12085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12086 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12088 break 2
12089 fi
12090done
12091 done
12092IFS=$as_save_IFS
12093
12094fi
12095fi
12096OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12097if test -n "$OBJDUMP_FOR_TARGET"; then
12098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12099$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12100else
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12102$as_echo "no" >&6; }
12103fi
12104
12105
12106 done
12107fi
12108
12109if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12110 for ncn_progname in objdump; do
12111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12112$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12113 if test -x $with_build_time_tools/${ncn_progname}; then
12114 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12116$as_echo "yes" >&6; }
12117 break
12118 else
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12120$as_echo "no" >&6; }
12121 fi
12122 done
12123fi
12124
12125if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12126 for ncn_progname in objdump; do
12127 if test -n "$ncn_target_tool_prefix"; then
12128 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12129set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12131$as_echo_n "checking for $ac_word... " >&6; }
12132if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12133 $as_echo_n "(cached) " >&6
12134else
12135 if test -n "$OBJDUMP_FOR_TARGET"; then
12136 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12137else
12138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12139for as_dir in $PATH
12140do
12141 IFS=$as_save_IFS
12142 test -z "$as_dir" && as_dir=.
12143 for ac_exec_ext in '' $ac_executable_extensions; do
12144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12145 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12147 break 2
12148 fi
12149done
12150 done
12151IFS=$as_save_IFS
12152
12153fi
12154fi
12155OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12156if test -n "$OBJDUMP_FOR_TARGET"; then
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12158$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12159else
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12161$as_echo "no" >&6; }
12162fi
12163
12164
12165 fi
12166 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12167 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12168set dummy ${ncn_progname}; ac_word=$2
12169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12170$as_echo_n "checking for $ac_word... " >&6; }
12171if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12172 $as_echo_n "(cached) " >&6
12173else
12174 if test -n "$OBJDUMP_FOR_TARGET"; then
12175 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12176else
12177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12178for as_dir in $PATH
12179do
12180 IFS=$as_save_IFS
12181 test -z "$as_dir" && as_dir=.
12182 for ac_exec_ext in '' $ac_executable_extensions; do
12183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12184 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12186 break 2
12187 fi
12188done
12189 done
12190IFS=$as_save_IFS
12191
12192fi
12193fi
12194OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12195if test -n "$OBJDUMP_FOR_TARGET"; then
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12197$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12198else
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12200$as_echo "no" >&6; }
12201fi
12202
12203
12204 fi
12205 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12206 done
12207fi
12208
12209if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12210 set dummy objdump
12211 if test $build = $target ; then
12212 OBJDUMP_FOR_TARGET="$2"
12213 else
12214 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12215 fi
12216else
12217 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12218fi
12219
12220else
12221 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12222fi
12223
12224
12225
12226
12227if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12228 if test -n "$with_build_time_tools"; then
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12230$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12231 if test -x $with_build_time_tools/ranlib; then
12232 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12233 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12235$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12236 else
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238$as_echo "no" >&6; }
12239 fi
12240 elif test $build != $host && test $have_gcc_for_target = yes; then
12241 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12242 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12243 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12244 fi
12245fi
12246if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12247 # Extract the first word of "ranlib", so it can be a program name with args.
12248set dummy ranlib; ac_word=$2
12249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12250$as_echo_n "checking for $ac_word... " >&6; }
12251if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12252 $as_echo_n "(cached) " >&6
12253else
12254 case $RANLIB_FOR_TARGET in
12255 [\\/]* | ?:[\\/]*)
12256 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12257 ;;
12258 *)
12259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12260for as_dir in $gcc_cv_tool_dirs
12261do
12262 IFS=$as_save_IFS
12263 test -z "$as_dir" && as_dir=.
12264 for ac_exec_ext in '' $ac_executable_extensions; do
12265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12266 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12268 break 2
12269 fi
12270done
12271 done
12272IFS=$as_save_IFS
12273
12274 ;;
12275esac
12276fi
12277RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12278if test -n "$RANLIB_FOR_TARGET"; then
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12280$as_echo "$RANLIB_FOR_TARGET" >&6; }
12281else
12282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12283$as_echo "no" >&6; }
12284fi
12285
12286
12287fi
12288if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12289
12290
12291if test -n "$RANLIB_FOR_TARGET"; then
12292 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12293elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12294 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12295fi
12296
12297if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12298 for ncn_progname in ranlib; do
12299 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12300set dummy ${ncn_progname}; ac_word=$2
12301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12302$as_echo_n "checking for $ac_word... " >&6; }
12303if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12304 $as_echo_n "(cached) " >&6
12305else
12306 if test -n "$RANLIB_FOR_TARGET"; then
12307 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12308else
12309as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12310for as_dir in $PATH
12311do
12312 IFS=$as_save_IFS
12313 test -z "$as_dir" && as_dir=.
12314 for ac_exec_ext in '' $ac_executable_extensions; do
12315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12316 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12318 break 2
12319 fi
12320done
12321 done
12322IFS=$as_save_IFS
12323
12324fi
12325fi
12326RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12327if test -n "$RANLIB_FOR_TARGET"; then
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12329$as_echo "$RANLIB_FOR_TARGET" >&6; }
12330else
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12332$as_echo "no" >&6; }
12333fi
12334
12335
12336 done
12337fi
12338
12339if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12340 for ncn_progname in ranlib; do
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12342$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12343 if test -x $with_build_time_tools/${ncn_progname}; then
12344 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12346$as_echo "yes" >&6; }
12347 break
12348 else
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12350$as_echo "no" >&6; }
12351 fi
12352 done
12353fi
12354
12355if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12356 for ncn_progname in ranlib; do
12357 if test -n "$ncn_target_tool_prefix"; then
12358 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12359set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12361$as_echo_n "checking for $ac_word... " >&6; }
12362if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12363 $as_echo_n "(cached) " >&6
12364else
12365 if test -n "$RANLIB_FOR_TARGET"; then
12366 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12367else
12368as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12369for as_dir in $PATH
12370do
12371 IFS=$as_save_IFS
12372 test -z "$as_dir" && as_dir=.
12373 for ac_exec_ext in '' $ac_executable_extensions; do
12374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12375 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12377 break 2
12378 fi
12379done
12380 done
12381IFS=$as_save_IFS
12382
12383fi
12384fi
12385RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12386if test -n "$RANLIB_FOR_TARGET"; then
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12388$as_echo "$RANLIB_FOR_TARGET" >&6; }
12389else
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12391$as_echo "no" >&6; }
12392fi
12393
12394
12395 fi
12396 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12397 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12398set dummy ${ncn_progname}; ac_word=$2
12399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12400$as_echo_n "checking for $ac_word... " >&6; }
12401if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12402 $as_echo_n "(cached) " >&6
12403else
12404 if test -n "$RANLIB_FOR_TARGET"; then
12405 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12406else
12407as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12408for as_dir in $PATH
12409do
12410 IFS=$as_save_IFS
12411 test -z "$as_dir" && as_dir=.
12412 for ac_exec_ext in '' $ac_executable_extensions; do
12413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12414 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12416 break 2
12417 fi
12418done
12419 done
12420IFS=$as_save_IFS
12421
12422fi
12423fi
12424RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12425if test -n "$RANLIB_FOR_TARGET"; then
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12427$as_echo "$RANLIB_FOR_TARGET" >&6; }
12428else
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12430$as_echo "no" >&6; }
12431fi
12432
12433
12434 fi
12435 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12436 done
12437fi
12438
12439if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12440 set dummy ranlib
12441 if test $build = $target ; then
12442 RANLIB_FOR_TARGET="$2"
12443 else
12444 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12445 fi
12446else
12447 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12448fi
12449
12450else
12451 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12452fi
12453
12454
12455
12456
12457if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12458 if test -n "$with_build_time_tools"; then
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12460$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12461 if test -x $with_build_time_tools/strip; then
12462 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12463 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12465$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12466 else
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12468$as_echo "no" >&6; }
12469 fi
12470 elif test $build != $host && test $have_gcc_for_target = yes; then
12471 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12472 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12473 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12474 fi
12475fi
12476if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12477 # Extract the first word of "strip", so it can be a program name with args.
12478set dummy strip; ac_word=$2
12479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12480$as_echo_n "checking for $ac_word... " >&6; }
12481if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12482 $as_echo_n "(cached) " >&6
12483else
12484 case $STRIP_FOR_TARGET in
12485 [\\/]* | ?:[\\/]*)
12486 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12487 ;;
12488 *)
12489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12490for as_dir in $gcc_cv_tool_dirs
12491do
12492 IFS=$as_save_IFS
12493 test -z "$as_dir" && as_dir=.
12494 for ac_exec_ext in '' $ac_executable_extensions; do
12495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12496 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12498 break 2
12499 fi
12500done
12501 done
12502IFS=$as_save_IFS
12503
12504 ;;
12505esac
12506fi
12507STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12508if test -n "$STRIP_FOR_TARGET"; then
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12510$as_echo "$STRIP_FOR_TARGET" >&6; }
12511else
12512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12513$as_echo "no" >&6; }
12514fi
12515
12516
12517fi
12518if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12519
12520
12521if test -n "$STRIP_FOR_TARGET"; then
12522 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12523elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12524 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12525fi
12526
12527if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12528 for ncn_progname in strip; do
12529 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12530set dummy ${ncn_progname}; ac_word=$2
12531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12532$as_echo_n "checking for $ac_word... " >&6; }
12533if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12534 $as_echo_n "(cached) " >&6
12535else
12536 if test -n "$STRIP_FOR_TARGET"; then
12537 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12538else
12539as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12540for as_dir in $PATH
12541do
12542 IFS=$as_save_IFS
12543 test -z "$as_dir" && as_dir=.
12544 for ac_exec_ext in '' $ac_executable_extensions; do
12545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12546 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12548 break 2
12549 fi
12550done
12551 done
12552IFS=$as_save_IFS
12553
12554fi
12555fi
12556STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12557if test -n "$STRIP_FOR_TARGET"; then
12558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12559$as_echo "$STRIP_FOR_TARGET" >&6; }
12560else
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12562$as_echo "no" >&6; }
12563fi
12564
12565
12566 done
12567fi
12568
12569if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12570 for ncn_progname in strip; do
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12572$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12573 if test -x $with_build_time_tools/${ncn_progname}; then
12574 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12576$as_echo "yes" >&6; }
12577 break
12578 else
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12580$as_echo "no" >&6; }
12581 fi
12582 done
12583fi
12584
12585if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12586 for ncn_progname in strip; do
12587 if test -n "$ncn_target_tool_prefix"; then
12588 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12589set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12591$as_echo_n "checking for $ac_word... " >&6; }
12592if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12593 $as_echo_n "(cached) " >&6
12594else
12595 if test -n "$STRIP_FOR_TARGET"; then
12596 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12597else
12598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12599for as_dir in $PATH
12600do
12601 IFS=$as_save_IFS
12602 test -z "$as_dir" && as_dir=.
12603 for ac_exec_ext in '' $ac_executable_extensions; do
12604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12605 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12607 break 2
12608 fi
12609done
12610 done
12611IFS=$as_save_IFS
12612
12613fi
12614fi
12615STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12616if test -n "$STRIP_FOR_TARGET"; then
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12618$as_echo "$STRIP_FOR_TARGET" >&6; }
12619else
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12621$as_echo "no" >&6; }
12622fi
12623
12624
12625 fi
12626 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12627 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12628set dummy ${ncn_progname}; ac_word=$2
12629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12630$as_echo_n "checking for $ac_word... " >&6; }
12631if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12632 $as_echo_n "(cached) " >&6
12633else
12634 if test -n "$STRIP_FOR_TARGET"; then
12635 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12636else
12637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12638for as_dir in $PATH
12639do
12640 IFS=$as_save_IFS
12641 test -z "$as_dir" && as_dir=.
12642 for ac_exec_ext in '' $ac_executable_extensions; do
12643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12644 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12646 break 2
12647 fi
12648done
12649 done
12650IFS=$as_save_IFS
12651
12652fi
12653fi
12654STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12655if test -n "$STRIP_FOR_TARGET"; then
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12657$as_echo "$STRIP_FOR_TARGET" >&6; }
12658else
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12660$as_echo "no" >&6; }
12661fi
12662
12663
12664 fi
12665 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12666 done
12667fi
12668
12669if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12670 set dummy strip
12671 if test $build = $target ; then
12672 STRIP_FOR_TARGET="$2"
12673 else
12674 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12675 fi
12676else
12677 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12678fi
12679
12680else
12681 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12682fi
12683
12684
12685
12686
12687if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12688 if test -n "$with_build_time_tools"; then
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12690$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12691 if test -x $with_build_time_tools/windres; then
12692 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12693 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12695$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12696 else
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12698$as_echo "no" >&6; }
12699 fi
12700 elif test $build != $host && test $have_gcc_for_target = yes; then
12701 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12702 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12703 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12704 fi
12705fi
12706if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12707 # Extract the first word of "windres", so it can be a program name with args.
12708set dummy windres; ac_word=$2
12709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12710$as_echo_n "checking for $ac_word... " >&6; }
12711if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12712 $as_echo_n "(cached) " >&6
12713else
12714 case $WINDRES_FOR_TARGET in
12715 [\\/]* | ?:[\\/]*)
12716 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12717 ;;
12718 *)
12719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12720for as_dir in $gcc_cv_tool_dirs
12721do
12722 IFS=$as_save_IFS
12723 test -z "$as_dir" && as_dir=.
12724 for ac_exec_ext in '' $ac_executable_extensions; do
12725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12726 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12728 break 2
12729 fi
12730done
12731 done
12732IFS=$as_save_IFS
12733
12734 ;;
12735esac
12736fi
12737WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12738if test -n "$WINDRES_FOR_TARGET"; then
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12740$as_echo "$WINDRES_FOR_TARGET" >&6; }
12741else
12742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12743$as_echo "no" >&6; }
12744fi
12745
12746
12747fi
12748if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12749
12750
12751if test -n "$WINDRES_FOR_TARGET"; then
12752 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12753elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12754 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12755fi
12756
12757if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12758 for ncn_progname in windres; do
12759 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12760set dummy ${ncn_progname}; ac_word=$2
12761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12762$as_echo_n "checking for $ac_word... " >&6; }
12763if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12764 $as_echo_n "(cached) " >&6
12765else
12766 if test -n "$WINDRES_FOR_TARGET"; then
12767 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12768else
12769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12770for as_dir in $PATH
12771do
12772 IFS=$as_save_IFS
12773 test -z "$as_dir" && as_dir=.
12774 for ac_exec_ext in '' $ac_executable_extensions; do
12775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12776 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12778 break 2
12779 fi
12780done
12781 done
12782IFS=$as_save_IFS
12783
12784fi
12785fi
12786WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12787if test -n "$WINDRES_FOR_TARGET"; then
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12789$as_echo "$WINDRES_FOR_TARGET" >&6; }
12790else
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12792$as_echo "no" >&6; }
12793fi
12794
12795
12796 done
12797fi
12798
12799if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12800 for ncn_progname in windres; do
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12802$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12803 if test -x $with_build_time_tools/${ncn_progname}; then
12804 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12806$as_echo "yes" >&6; }
12807 break
12808 else
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12810$as_echo "no" >&6; }
12811 fi
12812 done
12813fi
12814
12815if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12816 for ncn_progname in windres; do
12817 if test -n "$ncn_target_tool_prefix"; then
12818 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12819set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12821$as_echo_n "checking for $ac_word... " >&6; }
12822if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12823 $as_echo_n "(cached) " >&6
12824else
12825 if test -n "$WINDRES_FOR_TARGET"; then
12826 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12827else
12828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12829for as_dir in $PATH
12830do
12831 IFS=$as_save_IFS
12832 test -z "$as_dir" && as_dir=.
12833 for ac_exec_ext in '' $ac_executable_extensions; do
12834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12835 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12837 break 2
12838 fi
12839done
12840 done
12841IFS=$as_save_IFS
12842
12843fi
12844fi
12845WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12846if test -n "$WINDRES_FOR_TARGET"; then
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12848$as_echo "$WINDRES_FOR_TARGET" >&6; }
12849else
12850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12851$as_echo "no" >&6; }
12852fi
12853
12854
12855 fi
12856 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12857 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12858set dummy ${ncn_progname}; ac_word=$2
12859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12860$as_echo_n "checking for $ac_word... " >&6; }
12861if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12862 $as_echo_n "(cached) " >&6
12863else
12864 if test -n "$WINDRES_FOR_TARGET"; then
12865 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12866else
12867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12868for as_dir in $PATH
12869do
12870 IFS=$as_save_IFS
12871 test -z "$as_dir" && as_dir=.
12872 for ac_exec_ext in '' $ac_executable_extensions; do
12873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12874 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12876 break 2
12877 fi
12878done
12879 done
12880IFS=$as_save_IFS
12881
12882fi
12883fi
12884WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12885if test -n "$WINDRES_FOR_TARGET"; then
12886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12887$as_echo "$WINDRES_FOR_TARGET" >&6; }
12888else
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12890$as_echo "no" >&6; }
12891fi
12892
12893
12894 fi
12895 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12896 done
12897fi
12898
12899if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12900 set dummy windres
12901 if test $build = $target ; then
12902 WINDRES_FOR_TARGET="$2"
12903 else
12904 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
12905 fi
12906else
12907 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
12908fi
12909
12910else
12911 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12912fi
12913
12914
12915
12916
12917if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12918 if test -n "$with_build_time_tools"; then
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12920$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
12921 if test -x $with_build_time_tools/windmc; then
12922 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
12923 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
12925$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
12926 else
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12928$as_echo "no" >&6; }
12929 fi
12930 elif test $build != $host && test $have_gcc_for_target = yes; then
12931 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
12932 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
12933 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12934 fi
12935fi
12936if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12937 # Extract the first word of "windmc", so it can be a program name with args.
12938set dummy windmc; ac_word=$2
12939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12940$as_echo_n "checking for $ac_word... " >&6; }
12941if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
12942 $as_echo_n "(cached) " >&6
12943else
12944 case $WINDMC_FOR_TARGET in
12945 [\\/]* | ?:[\\/]*)
12946 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
12947 ;;
12948 *)
12949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12950for as_dir in $gcc_cv_tool_dirs
12951do
12952 IFS=$as_save_IFS
12953 test -z "$as_dir" && as_dir=.
12954 for ac_exec_ext in '' $ac_executable_extensions; do
12955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12956 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12958 break 2
12959 fi
12960done
12961 done
12962IFS=$as_save_IFS
12963
12964 ;;
12965esac
12966fi
12967WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
12968if test -n "$WINDMC_FOR_TARGET"; then
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
12970$as_echo "$WINDMC_FOR_TARGET" >&6; }
12971else
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12973$as_echo "no" >&6; }
12974fi
12975
12976
12977fi
12978if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12979
12980
12981if test -n "$WINDMC_FOR_TARGET"; then
12982 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
12983elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12984 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
12985fi
12986
12987if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
12988 for ncn_progname in windmc; do
12989 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12990set dummy ${ncn_progname}; ac_word=$2
12991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12992$as_echo_n "checking for $ac_word... " >&6; }
12993if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
12994 $as_echo_n "(cached) " >&6
12995else
12996 if test -n "$WINDMC_FOR_TARGET"; then
12997 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
12998else
12999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13000for as_dir in $PATH
13001do
13002 IFS=$as_save_IFS
13003 test -z "$as_dir" && as_dir=.
13004 for ac_exec_ext in '' $ac_executable_extensions; do
13005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13006 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13008 break 2
13009 fi
13010done
13011 done
13012IFS=$as_save_IFS
13013
13014fi
13015fi
13016WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13017if test -n "$WINDMC_FOR_TARGET"; then
13018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13019$as_echo "$WINDMC_FOR_TARGET" >&6; }
13020else
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13022$as_echo "no" >&6; }
13023fi
13024
13025
13026 done
13027fi
13028
13029if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13030 for ncn_progname in windmc; do
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13032$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13033 if test -x $with_build_time_tools/${ncn_progname}; then
13034 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13036$as_echo "yes" >&6; }
13037 break
13038 else
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13040$as_echo "no" >&6; }
13041 fi
13042 done
13043fi
13044
13045if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13046 for ncn_progname in windmc; do
13047 if test -n "$ncn_target_tool_prefix"; then
13048 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13049set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13051$as_echo_n "checking for $ac_word... " >&6; }
13052if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13053 $as_echo_n "(cached) " >&6
13054else
13055 if test -n "$WINDMC_FOR_TARGET"; then
13056 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13057else
13058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13059for as_dir in $PATH
13060do
13061 IFS=$as_save_IFS
13062 test -z "$as_dir" && as_dir=.
13063 for ac_exec_ext in '' $ac_executable_extensions; do
13064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13065 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13067 break 2
13068 fi
13069done
13070 done
13071IFS=$as_save_IFS
13072
13073fi
13074fi
13075WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13076if test -n "$WINDMC_FOR_TARGET"; then
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13078$as_echo "$WINDMC_FOR_TARGET" >&6; }
13079else
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13081$as_echo "no" >&6; }
13082fi
13083
13084
13085 fi
13086 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13087 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13088set dummy ${ncn_progname}; ac_word=$2
13089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13090$as_echo_n "checking for $ac_word... " >&6; }
13091if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13092 $as_echo_n "(cached) " >&6
13093else
13094 if test -n "$WINDMC_FOR_TARGET"; then
13095 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13096else
13097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13098for as_dir in $PATH
13099do
13100 IFS=$as_save_IFS
13101 test -z "$as_dir" && as_dir=.
13102 for ac_exec_ext in '' $ac_executable_extensions; do
13103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13104 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13106 break 2
13107 fi
13108done
13109 done
13110IFS=$as_save_IFS
13111
13112fi
13113fi
13114WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13115if test -n "$WINDMC_FOR_TARGET"; then
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13117$as_echo "$WINDMC_FOR_TARGET" >&6; }
13118else
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13120$as_echo "no" >&6; }
13121fi
13122
13123
13124 fi
13125 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13126 done
13127fi
13128
13129if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13130 set dummy windmc
13131 if test $build = $target ; then
13132 WINDMC_FOR_TARGET="$2"
13133 else
13134 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13135 fi
13136else
13137 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13138fi
13139
13140else
13141 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13142fi
13143
13144
13145RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13146
13147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13148$as_echo_n "checking where to find the target ar... " >&6; }
13149if test "x${build}" != "x${host}" ; then
13150 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13151 # We already found the complete path
13152 ac_dir=`dirname $AR_FOR_TARGET`
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13154$as_echo "pre-installed in $ac_dir" >&6; }
13155 else
13156 # Canadian cross, just use what we found
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13158$as_echo "pre-installed" >&6; }
13159 fi
13160else
13161 ok=yes
13162 case " ${configdirs} " in
13163 *" binutils "*) ;;
13164 *) ok=no ;;
13165 esac
13166
13167 if test $ok = yes; then
13168 # An in-tree tool is available and we can use it
13169 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13171$as_echo "just compiled" >&6; }
13172 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13173 # We already found the complete path
13174 ac_dir=`dirname $AR_FOR_TARGET`
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13176$as_echo "pre-installed in $ac_dir" >&6; }
13177 elif test "x$target" = "x$host"; then
13178 # We can use an host tool
13179 AR_FOR_TARGET='$(AR)'
13180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13181$as_echo "host tool" >&6; }
13182 else
13183 # We need a cross tool
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13185$as_echo "pre-installed" >&6; }
13186 fi
13187fi
13188
13189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13190$as_echo_n "checking where to find the target as... " >&6; }
13191if test "x${build}" != "x${host}" ; then
13192 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13193 # We already found the complete path
13194 ac_dir=`dirname $AS_FOR_TARGET`
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13196$as_echo "pre-installed in $ac_dir" >&6; }
13197 else
13198 # Canadian cross, just use what we found
13199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13200$as_echo "pre-installed" >&6; }
13201 fi
13202else
13203 ok=yes
13204 case " ${configdirs} " in
13205 *" gas "*) ;;
13206 *) ok=no ;;
13207 esac
13208
13209 if test $ok = yes; then
13210 # An in-tree tool is available and we can use it
13211 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13213$as_echo "just compiled" >&6; }
13214 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13215 # We already found the complete path
13216 ac_dir=`dirname $AS_FOR_TARGET`
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13218$as_echo "pre-installed in $ac_dir" >&6; }
13219 elif test "x$target" = "x$host"; then
13220 # We can use an host tool
13221 AS_FOR_TARGET='$(AS)'
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13223$as_echo "host tool" >&6; }
13224 else
13225 # We need a cross tool
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13227$as_echo "pre-installed" >&6; }
13228 fi
13229fi
13230
13231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13232$as_echo_n "checking where to find the target cc... " >&6; }
13233if test "x${build}" != "x${host}" ; then
13234 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13235 # We already found the complete path
13236 ac_dir=`dirname $CC_FOR_TARGET`
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13238$as_echo "pre-installed in $ac_dir" >&6; }
13239 else
13240 # Canadian cross, just use what we found
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13242$as_echo "pre-installed" >&6; }
13243 fi
13244else
13245 ok=yes
13246 case " ${configdirs} " in
13247 *" gcc "*) ;;
13248 *) ok=no ;;
13249 esac
13250
13251 if test $ok = yes; then
13252 # An in-tree tool is available and we can use it
13253 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13255$as_echo "just compiled" >&6; }
13256 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13257 # We already found the complete path
13258 ac_dir=`dirname $CC_FOR_TARGET`
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13260$as_echo "pre-installed in $ac_dir" >&6; }
13261 elif test "x$target" = "x$host"; then
13262 # We can use an host tool
13263 CC_FOR_TARGET='$(CC)'
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13265$as_echo "host tool" >&6; }
13266 else
13267 # We need a cross tool
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13269$as_echo "pre-installed" >&6; }
13270 fi
13271fi
13272
13273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13274$as_echo_n "checking where to find the target c++... " >&6; }
13275if test "x${build}" != "x${host}" ; then
13276 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13277 # We already found the complete path
13278 ac_dir=`dirname $CXX_FOR_TARGET`
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13280$as_echo "pre-installed in $ac_dir" >&6; }
13281 else
13282 # Canadian cross, just use what we found
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13284$as_echo "pre-installed" >&6; }
13285 fi
13286else
13287 ok=yes
13288 case " ${configdirs} " in
13289 *" gcc "*) ;;
13290 *) ok=no ;;
13291 esac
13292 case ,${enable_languages}, in
13293 *,c++,*) ;;
13294 *) ok=no ;;
13295 esac
13296 if test $ok = yes; then
13297 # An in-tree tool is available and we can use it
13298 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'
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13300$as_echo "just compiled" >&6; }
13301 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13302 # We already found the complete path
13303 ac_dir=`dirname $CXX_FOR_TARGET`
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13305$as_echo "pre-installed in $ac_dir" >&6; }
13306 elif test "x$target" = "x$host"; then
13307 # We can use an host tool
13308 CXX_FOR_TARGET='$(CXX)'
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13310$as_echo "host tool" >&6; }
13311 else
13312 # We need a cross tool
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13314$as_echo "pre-installed" >&6; }
13315 fi
13316fi
13317
13318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13319$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13320if test "x${build}" != "x${host}" ; then
13321 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13322 # We already found the complete path
13323 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13325$as_echo "pre-installed in $ac_dir" >&6; }
13326 else
13327 # Canadian cross, just use what we found
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13329$as_echo "pre-installed" >&6; }
13330 fi
13331else
13332 ok=yes
13333 case " ${configdirs} " in
13334 *" gcc "*) ;;
13335 *) ok=no ;;
13336 esac
13337 case ,${enable_languages}, in
13338 *,c++,*) ;;
13339 *) ok=no ;;
13340 esac
13341 if test $ok = yes; then
13342 # An in-tree tool is available and we can use it
13343 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'
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13345$as_echo "just compiled" >&6; }
13346 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13347 # We already found the complete path
13348 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13350$as_echo "pre-installed in $ac_dir" >&6; }
13351 elif test "x$target" = "x$host"; then
13352 # We can use an host tool
13353 RAW_CXX_FOR_TARGET='$(CXX)'
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13355$as_echo "host tool" >&6; }
13356 else
13357 # We need a cross tool
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13359$as_echo "pre-installed" >&6; }
13360 fi
13361fi
13362
13363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13364$as_echo_n "checking where to find the target dlltool... " >&6; }
13365if test "x${build}" != "x${host}" ; then
13366 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13367 # We already found the complete path
13368 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13370$as_echo "pre-installed in $ac_dir" >&6; }
13371 else
13372 # Canadian cross, just use what we found
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13374$as_echo "pre-installed" >&6; }
13375 fi
13376else
13377 ok=yes
13378 case " ${configdirs} " in
13379 *" binutils "*) ;;
13380 *) ok=no ;;
13381 esac
13382
13383 if test $ok = yes; then
13384 # An in-tree tool is available and we can use it
13385 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13387$as_echo "just compiled" >&6; }
13388 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13389 # We already found the complete path
13390 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13392$as_echo "pre-installed in $ac_dir" >&6; }
13393 elif test "x$target" = "x$host"; then
13394 # We can use an host tool
13395 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13397$as_echo "host tool" >&6; }
13398 else
13399 # We need a cross tool
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13401$as_echo "pre-installed" >&6; }
13402 fi
13403fi
13404
13405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13406$as_echo_n "checking where to find the target gcc... " >&6; }
13407if test "x${build}" != "x${host}" ; then
13408 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13409 # We already found the complete path
13410 ac_dir=`dirname $GCC_FOR_TARGET`
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13412$as_echo "pre-installed in $ac_dir" >&6; }
13413 else
13414 # Canadian cross, just use what we found
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13416$as_echo "pre-installed" >&6; }
13417 fi
13418else
13419 ok=yes
13420 case " ${configdirs} " in
13421 *" gcc "*) ;;
13422 *) ok=no ;;
13423 esac
13424
13425 if test $ok = yes; then
13426 # An in-tree tool is available and we can use it
13427 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13429$as_echo "just compiled" >&6; }
13430 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13431 # We already found the complete path
13432 ac_dir=`dirname $GCC_FOR_TARGET`
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13434$as_echo "pre-installed in $ac_dir" >&6; }
13435 elif test "x$target" = "x$host"; then
13436 # We can use an host tool
13437 GCC_FOR_TARGET='$()'
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13439$as_echo "host tool" >&6; }
13440 else
13441 # We need a cross tool
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13443$as_echo "pre-installed" >&6; }
13444 fi
13445fi
13446
13447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13448$as_echo_n "checking where to find the target gcj... " >&6; }
13449if test "x${build}" != "x${host}" ; then
13450 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13451 # We already found the complete path
13452 ac_dir=`dirname $GCJ_FOR_TARGET`
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13454$as_echo "pre-installed in $ac_dir" >&6; }
13455 else
13456 # Canadian cross, just use what we found
13457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13458$as_echo "pre-installed" >&6; }
13459 fi
13460else
13461 ok=yes
13462 case " ${configdirs} " in
13463 *" gcc "*) ;;
13464 *) ok=no ;;
13465 esac
13466 case ,${enable_languages}, in
13467 *,java,*) ;;
13468 *) ok=no ;;
13469 esac
13470 if test $ok = yes; then
13471 # An in-tree tool is available and we can use it
13472 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13474$as_echo "just compiled" >&6; }
13475 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13476 # We already found the complete path
13477 ac_dir=`dirname $GCJ_FOR_TARGET`
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13479$as_echo "pre-installed in $ac_dir" >&6; }
13480 elif test "x$target" = "x$host"; then
13481 # We can use an host tool
13482 GCJ_FOR_TARGET='$(GCJ)'
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13484$as_echo "host tool" >&6; }
13485 else
13486 # We need a cross tool
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13488$as_echo "pre-installed" >&6; }
13489 fi
13490fi
13491
13492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13493$as_echo_n "checking where to find the target gfortran... " >&6; }
13494if test "x${build}" != "x${host}" ; then
13495 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13496 # We already found the complete path
13497 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13499$as_echo "pre-installed in $ac_dir" >&6; }
13500 else
13501 # Canadian cross, just use what we found
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13503$as_echo "pre-installed" >&6; }
13504 fi
13505else
13506 ok=yes
13507 case " ${configdirs} " in
13508 *" gcc "*) ;;
13509 *) ok=no ;;
13510 esac
13511 case ,${enable_languages}, in
13512 *,fortran,*) ;;
13513 *) ok=no ;;
13514 esac
13515 if test $ok = yes; then
13516 # An in-tree tool is available and we can use it
13517 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13519$as_echo "just compiled" >&6; }
13520 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13521 # We already found the complete path
13522 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13524$as_echo "pre-installed in $ac_dir" >&6; }
13525 elif test "x$target" = "x$host"; then
13526 # We can use an host tool
13527 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13529$as_echo "host tool" >&6; }
13530 else
13531 # We need a cross tool
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13533$as_echo "pre-installed" >&6; }
13534 fi
13535fi
13536
13537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13538$as_echo_n "checking where to find the target gccgo... " >&6; }
13539if test "x${build}" != "x${host}" ; then
13540 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13541 # We already found the complete path
13542 ac_dir=`dirname $GOC_FOR_TARGET`
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13544$as_echo "pre-installed in $ac_dir" >&6; }
13545 else
13546 # Canadian cross, just use what we found
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13548$as_echo "pre-installed" >&6; }
13549 fi
13550else
13551 ok=yes
13552 case " ${configdirs} " in
13553 *" gcc "*) ;;
13554 *) ok=no ;;
13555 esac
13556 case ,${enable_languages}, in
13557 *,go,*) ;;
13558 *) ok=no ;;
13559 esac
13560 if test $ok = yes; then
13561 # An in-tree tool is available and we can use it
13562 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13564$as_echo "just compiled" >&6; }
13565 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13566 # We already found the complete path
13567 ac_dir=`dirname $GOC_FOR_TARGET`
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13569$as_echo "pre-installed in $ac_dir" >&6; }
13570 elif test "x$target" = "x$host"; then
13571 # We can use an host tool
13572 GOC_FOR_TARGET='$(GOC)'
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13574$as_echo "host tool" >&6; }
13575 else
13576 # We need a cross tool
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13578$as_echo "pre-installed" >&6; }
13579 fi
13580fi
13581
13582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13583$as_echo_n "checking where to find the target ld... " >&6; }
13584if test "x${build}" != "x${host}" ; then
13585 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13586 # We already found the complete path
13587 ac_dir=`dirname $LD_FOR_TARGET`
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13589$as_echo "pre-installed in $ac_dir" >&6; }
13590 else
13591 # Canadian cross, just use what we found
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13593$as_echo "pre-installed" >&6; }
13594 fi
13595else
13596 ok=yes
13597 case " ${configdirs} " in
13598 *" ld "*) ;;
13599 *) ok=no ;;
13600 esac
13601
13602 if test $ok = yes; then
13603 # An in-tree tool is available and we can use it
13604 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13606$as_echo "just compiled" >&6; }
13607 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13608 # We already found the complete path
13609 ac_dir=`dirname $LD_FOR_TARGET`
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13611$as_echo "pre-installed in $ac_dir" >&6; }
13612 elif test "x$target" = "x$host"; then
13613 # We can use an host tool
13614 LD_FOR_TARGET='$(LD)'
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13616$as_echo "host tool" >&6; }
13617 else
13618 # We need a cross tool
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13620$as_echo "pre-installed" >&6; }
13621 fi
13622fi
13623
13624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13625$as_echo_n "checking where to find the target lipo... " >&6; }
13626if test "x${build}" != "x${host}" ; then
13627 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13628 # We already found the complete path
13629 ac_dir=`dirname $LIPO_FOR_TARGET`
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13631$as_echo "pre-installed in $ac_dir" >&6; }
13632 else
13633 # Canadian cross, just use what we found
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13635$as_echo "pre-installed" >&6; }
13636 fi
13637else
13638 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13639 # We already found the complete path
13640 ac_dir=`dirname $LIPO_FOR_TARGET`
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13642$as_echo "pre-installed in $ac_dir" >&6; }
13643 elif test "x$target" = "x$host"; then
13644 # We can use an host tool
13645 LIPO_FOR_TARGET='$(LIPO)'
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13647$as_echo "host tool" >&6; }
13648 else
13649 # We need a cross tool
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13651$as_echo "pre-installed" >&6; }
13652 fi
13653fi
13654
13655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13656$as_echo_n "checking where to find the target nm... " >&6; }
13657if test "x${build}" != "x${host}" ; then
13658 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13659 # We already found the complete path
13660 ac_dir=`dirname $NM_FOR_TARGET`
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13662$as_echo "pre-installed in $ac_dir" >&6; }
13663 else
13664 # Canadian cross, just use what we found
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13666$as_echo "pre-installed" >&6; }
13667 fi
13668else
13669 ok=yes
13670 case " ${configdirs} " in
13671 *" binutils "*) ;;
13672 *) ok=no ;;
13673 esac
13674
13675 if test $ok = yes; then
13676 # An in-tree tool is available and we can use it
13677 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13679$as_echo "just compiled" >&6; }
13680 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13681 # We already found the complete path
13682 ac_dir=`dirname $NM_FOR_TARGET`
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13684$as_echo "pre-installed in $ac_dir" >&6; }
13685 elif test "x$target" = "x$host"; then
13686 # We can use an host tool
13687 NM_FOR_TARGET='$(NM)'
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13689$as_echo "host tool" >&6; }
13690 else
13691 # We need a cross tool
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13693$as_echo "pre-installed" >&6; }
13694 fi
13695fi
13696
13697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13698$as_echo_n "checking where to find the target objdump... " >&6; }
13699if test "x${build}" != "x${host}" ; then
13700 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13701 # We already found the complete path
13702 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13704$as_echo "pre-installed in $ac_dir" >&6; }
13705 else
13706 # Canadian cross, just use what we found
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13708$as_echo "pre-installed" >&6; }
13709 fi
13710else
13711 ok=yes
13712 case " ${configdirs} " in
13713 *" binutils "*) ;;
13714 *) ok=no ;;
13715 esac
13716
13717 if test $ok = yes; then
13718 # An in-tree tool is available and we can use it
13719 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13721$as_echo "just compiled" >&6; }
13722 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13723 # We already found the complete path
13724 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13726$as_echo "pre-installed in $ac_dir" >&6; }
13727 elif test "x$target" = "x$host"; then
13728 # We can use an host tool
13729 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13731$as_echo "host tool" >&6; }
13732 else
13733 # We need a cross tool
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13735$as_echo "pre-installed" >&6; }
13736 fi
13737fi
13738
13739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13740$as_echo_n "checking where to find the target ranlib... " >&6; }
13741if test "x${build}" != "x${host}" ; then
13742 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13743 # We already found the complete path
13744 ac_dir=`dirname $RANLIB_FOR_TARGET`
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13746$as_echo "pre-installed in $ac_dir" >&6; }
13747 else
13748 # Canadian cross, just use what we found
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13750$as_echo "pre-installed" >&6; }
13751 fi
13752else
13753 ok=yes
13754 case " ${configdirs} " in
13755 *" binutils "*) ;;
13756 *) ok=no ;;
13757 esac
13758
13759 if test $ok = yes; then
13760 # An in-tree tool is available and we can use it
13761 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13763$as_echo "just compiled" >&6; }
13764 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13765 # We already found the complete path
13766 ac_dir=`dirname $RANLIB_FOR_TARGET`
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13768$as_echo "pre-installed in $ac_dir" >&6; }
13769 elif test "x$target" = "x$host"; then
13770 # We can use an host tool
13771 RANLIB_FOR_TARGET='$(RANLIB)'
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13773$as_echo "host tool" >&6; }
13774 else
13775 # We need a cross tool
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13777$as_echo "pre-installed" >&6; }
13778 fi
13779fi
13780
13781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13782$as_echo_n "checking where to find the target strip... " >&6; }
13783if test "x${build}" != "x${host}" ; then
13784 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13785 # We already found the complete path
13786 ac_dir=`dirname $STRIP_FOR_TARGET`
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13788$as_echo "pre-installed in $ac_dir" >&6; }
13789 else
13790 # Canadian cross, just use what we found
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13792$as_echo "pre-installed" >&6; }
13793 fi
13794else
13795 ok=yes
13796 case " ${configdirs} " in
13797 *" binutils "*) ;;
13798 *) ok=no ;;
13799 esac
13800
13801 if test $ok = yes; then
13802 # An in-tree tool is available and we can use it
13803 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13805$as_echo "just compiled" >&6; }
13806 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13807 # We already found the complete path
13808 ac_dir=`dirname $STRIP_FOR_TARGET`
13809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13810$as_echo "pre-installed in $ac_dir" >&6; }
13811 elif test "x$target" = "x$host"; then
13812 # We can use an host tool
13813 STRIP_FOR_TARGET='$(STRIP)'
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13815$as_echo "host tool" >&6; }
13816 else
13817 # We need a cross tool
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13819$as_echo "pre-installed" >&6; }
13820 fi
13821fi
13822
13823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13824$as_echo_n "checking where to find the target windres... " >&6; }
13825if test "x${build}" != "x${host}" ; then
13826 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13827 # We already found the complete path
13828 ac_dir=`dirname $WINDRES_FOR_TARGET`
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13830$as_echo "pre-installed in $ac_dir" >&6; }
13831 else
13832 # Canadian cross, just use what we found
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13834$as_echo "pre-installed" >&6; }
13835 fi
13836else
13837 ok=yes
13838 case " ${configdirs} " in
13839 *" binutils "*) ;;
13840 *) ok=no ;;
13841 esac
13842
13843 if test $ok = yes; then
13844 # An in-tree tool is available and we can use it
13845 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13847$as_echo "just compiled" >&6; }
13848 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13849 # We already found the complete path
13850 ac_dir=`dirname $WINDRES_FOR_TARGET`
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13852$as_echo "pre-installed in $ac_dir" >&6; }
13853 elif test "x$target" = "x$host"; then
13854 # We can use an host tool
13855 WINDRES_FOR_TARGET='$(WINDRES)'
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13857$as_echo "host tool" >&6; }
13858 else
13859 # We need a cross tool
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13861$as_echo "pre-installed" >&6; }
13862 fi
13863fi
13864
13865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13866$as_echo_n "checking where to find the target windmc... " >&6; }
13867if test "x${build}" != "x${host}" ; then
13868 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13869 # We already found the complete path
13870 ac_dir=`dirname $WINDMC_FOR_TARGET`
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13872$as_echo "pre-installed in $ac_dir" >&6; }
13873 else
13874 # Canadian cross, just use what we found
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13876$as_echo "pre-installed" >&6; }
13877 fi
13878else
13879 ok=yes
13880 case " ${configdirs} " in
13881 *" binutils "*) ;;
13882 *) ok=no ;;
13883 esac
13884
13885 if test $ok = yes; then
13886 # An in-tree tool is available and we can use it
13887 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13889$as_echo "just compiled" >&6; }
13890 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13891 # We already found the complete path
13892 ac_dir=`dirname $WINDMC_FOR_TARGET`
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13894$as_echo "pre-installed in $ac_dir" >&6; }
13895 elif test "x$target" = "x$host"; then
13896 # We can use an host tool
13897 WINDMC_FOR_TARGET='$(WINDMC)'
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13899$as_echo "host tool" >&6; }
13900 else
13901 # We need a cross tool
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13903$as_echo "pre-installed" >&6; }
13904 fi
13905fi
13906
13907
13908
13909
13910
13911# Certain tools may need extra flags.
13912AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13913RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13914NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13915
13916# When building target libraries, except in a Canadian cross, we use
13917# the same toolchain as the compiler we just built.
13918COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13919COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13920COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13921if test $host = $build; then
13922 case " $configdirs " in
13923 *" gcc "*)
13924 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
13925 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
13926 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
13927 ;;
13928 esac
13929fi
13930
13931
13932
13933
13934
13935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13936$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13937# Check whether --enable-maintainer-mode was given.
13938if test "${enable_maintainer_mode+set}" = set; then :
13939 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13940else
13941 USE_MAINTAINER_MODE=no
13942fi
13943
13944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13945$as_echo "$USE_MAINTAINER_MODE" >&6; }
13946
13947
13948if test "$USE_MAINTAINER_MODE" = yes; then
13949 MAINTAINER_MODE_TRUE=
13950 MAINTAINER_MODE_FALSE='#'
13951else
13952 MAINTAINER_MODE_TRUE='#'
13953 MAINTAINER_MODE_FALSE=
13954fi
13955MAINT=$MAINTAINER_MODE_TRUE
13956
13957# ---------------------
13958# GCC bootstrap support
13959# ---------------------
13960
13961# Stage specific cflags for build.
13962stage1_cflags="-g"
13963case $build in
13964 vax-*-*)
13965 case ${GCC} in
13966 yes) stage1_cflags="-g -Wa,-J" ;;
13967 *) stage1_cflags="-g -J" ;;
13968 esac ;;
13969esac
13970
13971# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
13972if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
13973 saved_CFLAGS="$CFLAGS"
13974
13975 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
13976 CFLAGS="$CFLAGS -fkeep-inline-functions"
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
13978$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
13979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13980/* end confdefs.h. */
13981
13982#if (__GNUC__ < 3) \
13983 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
13984 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
13985#error http://gcc.gnu.org/PR29382
13986#endif
13987
13988int
13989main ()
13990{
13991
13992 ;
13993 return 0;
13994}
13995_ACEOF
13996if ac_fn_c_try_compile "$LINENO"; then :
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13998$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
13999else
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14001$as_echo "no" >&6; }
14002fi
14003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14004
14005 CFLAGS="$saved_CFLAGS"
14006fi
14007
14008
14009
14010# Enable --enable-checking in stage1 of the compiler.
14011# Check whether --enable-stage1-checking was given.
14012if test "${enable_stage1_checking+set}" = set; then :
14013 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14014else
14015 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14016 stage1_checking=--enable-checking=yes,types
14017else
14018 stage1_checking=--enable-checking=$enable_checking,types
14019fi
14020fi
14021
14022
14023
14024# Enable -Werror in bootstrap stage2 and later.
14025# Check whether --enable-werror was given.
14026if test "${enable_werror+set}" = set; then :
14027 enableval=$enable_werror;
14028else
14029 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14030 enable_werror=yes
14031else
14032 enable_werror=no
14033fi
14034fi
14035
14036case ${enable_werror} in
14037 yes) stage2_werror_flag="--enable-werror-always" ;;
14038 *) stage2_werror_flag="" ;;
14039esac
14040
14041
14042# Specify what files to not compare during bootstrap.
14043
14044compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14045case "$target" in
14046 hppa*64*-*-hpux*) ;;
14047 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14048esac
14049case " $configdirs " in
14050*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14051esac
14052
14053
14054ac_config_files="$ac_config_files Makefile"
14055
14056cat >confcache <<\_ACEOF
14057# This file is a shell script that caches the results of configure
14058# tests run on this system so they can be shared between configure
14059# scripts and configure runs, see configure's option --config-cache.
14060# It is not useful on other systems. If it contains results you don't
14061# want to keep, you may remove or edit it.
14062#
14063# config.status only pays attention to the cache file if you give it
14064# the --recheck option to rerun configure.
14065#
14066# `ac_cv_env_foo' variables (set or unset) will be overridden when
14067# loading this file, other *unset* `ac_cv_foo' will be assigned the
14068# following values.
14069
14070_ACEOF
14071
14072# The following way of writing the cache mishandles newlines in values,
14073# but we know of no workaround that is simple, portable, and efficient.
14074# So, we kill variables containing newlines.
14075# Ultrix sh set writes to stderr and can't be redirected directly,
14076# and sets the high bit in the cache file unless we assign to the vars.
14077(
14078 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14079 eval ac_val=\$$ac_var
14080 case $ac_val in #(
14081 *${as_nl}*)
14082 case $ac_var in #(
14083 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14084$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14085 esac
14086 case $ac_var in #(
14087 _ | IFS | as_nl) ;; #(
14088 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14089 *) { eval $ac_var=; unset $ac_var;} ;;
14090 esac ;;
14091 esac
14092 done
14093
14094 (set) 2>&1 |
14095 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14096 *${as_nl}ac_space=\ *)
14097 # `set' does not quote correctly, so add quotes: double-quote
14098 # substitution turns \\\\ into \\, and sed turns \\ into \.
14099 sed -n \
14100 "s/'/'\\\\''/g;
14101 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14102 ;; #(
14103 *)
14104 # `set' quotes correctly as required by POSIX, so do not add quotes.
14105 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14106 ;;
14107 esac |
14108 sort
14109) |
14110 sed '
14111 /^ac_cv_env_/b end
14112 t clear
14113 :clear
14114 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14115 t end
14116 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14117 :end' >>confcache
14118if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14119 if test -w "$cache_file"; then
14120 test "x$cache_file" != "x/dev/null" &&
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14122$as_echo "$as_me: updating cache $cache_file" >&6;}
14123 cat confcache >$cache_file
14124 else
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14126$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14127 fi
14128fi
14129rm -f confcache
14130
14131test "x$prefix" = xNONE && prefix=$ac_default_prefix
14132# Let make expand exec_prefix.
14133test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14134
14135# Transform confdefs.h into DEFS.
14136# Protect against shell expansion while executing Makefile rules.
14137# Protect against Makefile macro expansion.
14138#
14139# If the first sed substitution is executed (which looks for macros that
14140# take arguments), then branch to the quote section. Otherwise,
14141# look for a macro that doesn't take arguments.
14142ac_script='
14143:mline
14144/\\$/{
14145 N
14146 s,\\\n,,
14147 b mline
14148}
14149t clear
14150:clear
14151s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14152t quote
14153s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14154t quote
14155b any
14156:quote
14157s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14158s/\[/\\&/g
14159s/\]/\\&/g
14160s/\$/$$/g
14161H
14162:any
14163${
14164 g
14165 s/^\n//
14166 s/\n/ /g
14167 p
14168}
14169'
14170DEFS=`sed -n "$ac_script" confdefs.h`
14171
14172
14173ac_libobjs=
14174ac_ltlibobjs=
14175for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14176 # 1. Remove the extension, and $U if already installed.
14177 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14178 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14179 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14180 # will be set to the directory where LIBOBJS objects are built.
14181 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14182 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14183done
14184LIBOBJS=$ac_libobjs
14185
14186LTLIBOBJS=$ac_ltlibobjs
14187
14188
14189
14190: ${CONFIG_STATUS=./config.status}
14191ac_write_fail=0
14192ac_clean_files_save=$ac_clean_files
14193ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14194{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14195$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14196as_write_fail=0
14197cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14198#! $SHELL
14199# Generated by $as_me.
14200# Run this file to recreate the current configuration.
14201# Compiler output produced by configure, useful for debugging
14202# configure, is in config.log if it exists.
14203
14204debug=false
14205ac_cs_recheck=false
14206ac_cs_silent=false
14207
14208SHELL=\${CONFIG_SHELL-$SHELL}
14209export SHELL
14210_ASEOF
14211cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14212## -------------------- ##
14213## M4sh Initialization. ##
14214## -------------------- ##
14215
14216# Be more Bourne compatible
14217DUALCASE=1; export DUALCASE # for MKS sh
14218if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14219 emulate sh
14220 NULLCMD=:
14221 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14222 # is contrary to our usage. Disable this feature.
14223 alias -g '${1+"$@"}'='"$@"'
14224 setopt NO_GLOB_SUBST
14225else
14226 case `(set -o) 2>/dev/null` in #(
14227 *posix*) :
14228 set -o posix ;; #(
14229 *) :
14230 ;;
14231esac
14232fi
14233
14234
14235as_nl='
14236'
14237export as_nl
14238# Printing a long string crashes Solaris 7 /usr/bin/printf.
14239as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14240as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14241as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14242# Prefer a ksh shell builtin over an external printf program on Solaris,
14243# but without wasting forks for bash or zsh.
14244if test -z "$BASH_VERSION$ZSH_VERSION" \
14245 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14246 as_echo='print -r --'
14247 as_echo_n='print -rn --'
14248elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14249 as_echo='printf %s\n'
14250 as_echo_n='printf %s'
14251else
14252 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14253 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14254 as_echo_n='/usr/ucb/echo -n'
14255 else
14256 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14257 as_echo_n_body='eval
14258 arg=$1;
14259 case $arg in #(
14260 *"$as_nl"*)
14261 expr "X$arg" : "X\\(.*\\)$as_nl";
14262 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14263 esac;
14264 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14265 '
14266 export as_echo_n_body
14267 as_echo_n='sh -c $as_echo_n_body as_echo'
14268 fi
14269 export as_echo_body
14270 as_echo='sh -c $as_echo_body as_echo'
14271fi
14272
14273# The user is always right.
14274if test "${PATH_SEPARATOR+set}" != set; then
14275 PATH_SEPARATOR=:
14276 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14277 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14278 PATH_SEPARATOR=';'
14279 }
14280fi
14281
14282
14283# IFS
14284# We need space, tab and new line, in precisely that order. Quoting is
14285# there to prevent editors from complaining about space-tab.
14286# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14287# splitting by setting IFS to empty value.)
14288IFS=" "" $as_nl"
14289
14290# Find who we are. Look in the path if we contain no directory separator.
14291case $0 in #((
14292 *[\\/]* ) as_myself=$0 ;;
14293 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14294for as_dir in $PATH
14295do
14296 IFS=$as_save_IFS
14297 test -z "$as_dir" && as_dir=.
14298 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14299 done
14300IFS=$as_save_IFS
14301
14302 ;;
14303esac
14304# We did not find ourselves, most probably we were run as `sh COMMAND'
14305# in which case we are not to be found in the path.
14306if test "x$as_myself" = x; then
14307 as_myself=$0
14308fi
14309if test ! -f "$as_myself"; then
14310 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14311 exit 1
14312fi
14313
14314# Unset variables that we do not need and which cause bugs (e.g. in
14315# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14316# suppresses any "Segmentation fault" message there. '((' could
14317# trigger a bug in pdksh 5.2.14.
14318for as_var in BASH_ENV ENV MAIL MAILPATH
14319do eval test x\${$as_var+set} = xset \
14320 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14321done
14322PS1='$ '
14323PS2='> '
14324PS4='+ '
14325
14326# NLS nuisances.
14327LC_ALL=C
14328export LC_ALL
14329LANGUAGE=C
14330export LANGUAGE
14331
14332# CDPATH.
14333(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14334
14335
14336# as_fn_error ERROR [LINENO LOG_FD]
14337# ---------------------------------
14338# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14339# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14340# script with status $?, using 1 if that was 0.
14341as_fn_error ()
14342{
14343 as_status=$?; test $as_status -eq 0 && as_status=1
14344 if test "$3"; then
14345 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14346 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14347 fi
14348 $as_echo "$as_me: error: $1" >&2
14349 as_fn_exit $as_status
14350} # as_fn_error
14351
14352
14353# as_fn_set_status STATUS
14354# -----------------------
14355# Set $? to STATUS, without forking.
14356as_fn_set_status ()
14357{
14358 return $1
14359} # as_fn_set_status
14360
14361# as_fn_exit STATUS
14362# -----------------
14363# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14364as_fn_exit ()
14365{
14366 set +e
14367 as_fn_set_status $1
14368 exit $1
14369} # as_fn_exit
14370
14371# as_fn_unset VAR
14372# ---------------
14373# Portably unset VAR.
14374as_fn_unset ()
14375{
14376 { eval $1=; unset $1;}
14377}
14378as_unset=as_fn_unset
14379# as_fn_append VAR VALUE
14380# ----------------------
14381# Append the text in VALUE to the end of the definition contained in VAR. Take
14382# advantage of any shell optimizations that allow amortized linear growth over
14383# repeated appends, instead of the typical quadratic growth present in naive
14384# implementations.
14385if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14386 eval 'as_fn_append ()
14387 {
14388 eval $1+=\$2
14389 }'
14390else
14391 as_fn_append ()
14392 {
14393 eval $1=\$$1\$2
14394 }
14395fi # as_fn_append
14396
14397# as_fn_arith ARG...
14398# ------------------
14399# Perform arithmetic evaluation on the ARGs, and store the result in the
14400# global $as_val. Take advantage of shells that can avoid forks. The arguments
14401# must be portable across $(()) and expr.
14402if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14403 eval 'as_fn_arith ()
14404 {
14405 as_val=$(( $* ))
14406 }'
14407else
14408 as_fn_arith ()
14409 {
14410 as_val=`expr "$@" || test $? -eq 1`
14411 }
14412fi # as_fn_arith
14413
14414
14415if expr a : '\(a\)' >/dev/null 2>&1 &&
14416 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14417 as_expr=expr
14418else
14419 as_expr=false
14420fi
14421
14422if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14423 as_basename=basename
14424else
14425 as_basename=false
14426fi
14427
14428if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14429 as_dirname=dirname
14430else
14431 as_dirname=false
14432fi
14433
14434as_me=`$as_basename -- "$0" ||
14435$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14436 X"$0" : 'X\(//\)$' \| \
14437 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14438$as_echo X/"$0" |
14439 sed '/^.*\/\([^/][^/]*\)\/*$/{
14440 s//\1/
14441 q
14442 }
14443 /^X\/\(\/\/\)$/{
14444 s//\1/
14445 q
14446 }
14447 /^X\/\(\/\).*/{
14448 s//\1/
14449 q
14450 }
14451 s/.*/./; q'`
14452
14453# Avoid depending upon Character Ranges.
14454as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14455as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14456as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14457as_cr_digits='0123456789'
14458as_cr_alnum=$as_cr_Letters$as_cr_digits
14459
14460ECHO_C= ECHO_N= ECHO_T=
14461case `echo -n x` in #(((((
14462-n*)
14463 case `echo 'xy\c'` in
14464 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14465 xy) ECHO_C='\c';;
14466 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14467 ECHO_T=' ';;
14468 esac;;
14469*)
14470 ECHO_N='-n';;
14471esac
14472
14473rm -f conf$$ conf$$.exe conf$$.file
14474if test -d conf$$.dir; then
14475 rm -f conf$$.dir/conf$$.file
14476else
14477 rm -f conf$$.dir
14478 mkdir conf$$.dir 2>/dev/null
14479fi
14480if (echo >conf$$.file) 2>/dev/null; then
14481 if ln -s conf$$.file conf$$ 2>/dev/null; then
14482 as_ln_s='ln -s'
14483 # ... but there are two gotchas:
14484 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14485 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14486 # In both cases, we have to default to `cp -p'.
14487 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14488 as_ln_s='cp -p'
14489 elif ln conf$$.file conf$$ 2>/dev/null; then
14490 as_ln_s=ln
14491 else
14492 as_ln_s='cp -p'
14493 fi
14494else
14495 as_ln_s='cp -p'
14496fi
14497rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14498rmdir conf$$.dir 2>/dev/null
14499
14500
14501# as_fn_mkdir_p
14502# -------------
14503# Create "$as_dir" as a directory, including parents if necessary.
14504as_fn_mkdir_p ()
14505{
14506
14507 case $as_dir in #(
14508 -*) as_dir=./$as_dir;;
14509 esac
14510 test -d "$as_dir" || eval $as_mkdir_p || {
14511 as_dirs=
14512 while :; do
14513 case $as_dir in #(
14514 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14515 *) as_qdir=$as_dir;;
14516 esac
14517 as_dirs="'$as_qdir' $as_dirs"
14518 as_dir=`$as_dirname -- "$as_dir" ||
14519$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14520 X"$as_dir" : 'X\(//\)[^/]' \| \
14521 X"$as_dir" : 'X\(//\)$' \| \
14522 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14523$as_echo X"$as_dir" |
14524 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14525 s//\1/
14526 q
14527 }
14528 /^X\(\/\/\)[^/].*/{
14529 s//\1/
14530 q
14531 }
14532 /^X\(\/\/\)$/{
14533 s//\1/
14534 q
14535 }
14536 /^X\(\/\).*/{
14537 s//\1/
14538 q
14539 }
14540 s/.*/./; q'`
14541 test -d "$as_dir" && break
14542 done
14543 test -z "$as_dirs" || eval "mkdir $as_dirs"
14544 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14545
14546
14547} # as_fn_mkdir_p
14548if mkdir -p . 2>/dev/null; then
14549 as_mkdir_p='mkdir -p "$as_dir"'
14550else
14551 test -d ./-p && rmdir ./-p
14552 as_mkdir_p=false
14553fi
14554
14555if test -x / >/dev/null 2>&1; then
14556 as_test_x='test -x'
14557else
14558 if ls -dL / >/dev/null 2>&1; then
14559 as_ls_L_option=L
14560 else
14561 as_ls_L_option=
14562 fi
14563 as_test_x='
14564 eval sh -c '\''
14565 if test -d "$1"; then
14566 test -d "$1/.";
14567 else
14568 case $1 in #(
14569 -*)set "./$1";;
14570 esac;
14571 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14572 ???[sx]*):;;*)false;;esac;fi
14573 '\'' sh
14574 '
14575fi
14576as_executable_p=$as_test_x
14577
14578# Sed expression to map a string onto a valid CPP name.
14579as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14580
14581# Sed expression to map a string onto a valid variable name.
14582as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14583
14584
14585exec 6>&1
14586## ----------------------------------- ##
14587## Main body of $CONFIG_STATUS script. ##
14588## ----------------------------------- ##
14589_ASEOF
14590test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14591
14592cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14593# Save the log message, to keep $0 and so on meaningful, and to
14594# report actual input values of CONFIG_FILES etc. instead of their
14595# values after options handling.
14596ac_log="
14597This file was extended by $as_me, which was
14598generated by GNU Autoconf 2.64. Invocation command line was
14599
14600 CONFIG_FILES = $CONFIG_FILES
14601 CONFIG_HEADERS = $CONFIG_HEADERS
14602 CONFIG_LINKS = $CONFIG_LINKS
14603 CONFIG_COMMANDS = $CONFIG_COMMANDS
14604 $ $0 $@
14605
14606on `(hostname || uname -n) 2>/dev/null | sed 1q`
14607"
14608
14609_ACEOF
14610
14611case $ac_config_files in *"
14612"*) set x $ac_config_files; shift; ac_config_files=$*;;
14613esac
14614
14615
14616
14617cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14618# Files that config.status was made for.
14619config_files="$ac_config_files"
14620
14621_ACEOF
14622
14623cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14624ac_cs_usage="\
14625\`$as_me' instantiates files and other configuration actions
14626from templates according to the current configuration. Unless the files
14627and actions are specified as TAGs, all are instantiated by default.
14628
14629Usage: $0 [OPTION]... [TAG]...
14630
14631 -h, --help print this help, then exit
14632 -V, --version print version number and configuration settings, then exit
14633 -q, --quiet, --silent
14634 do not print progress messages
14635 -d, --debug don't remove temporary files
14636 --recheck update $as_me by reconfiguring in the same conditions
14637 --file=FILE[:TEMPLATE]
14638 instantiate the configuration file FILE
14639
14640Configuration files:
14641$config_files
14642
14643Report bugs to the package provider."
14644
14645_ACEOF
14646cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14647ac_cs_version="\\
14648config.status
14649configured by $0, generated by GNU Autoconf 2.64,
14650 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14651
14652Copyright (C) 2009 Free Software Foundation, Inc.
14653This config.status script is free software; the Free Software Foundation
14654gives unlimited permission to copy, distribute and modify it."
14655
14656ac_pwd='$ac_pwd'
14657srcdir='$srcdir'
14658INSTALL='$INSTALL'
14659AWK='$AWK'
14660test -n "\$AWK" || AWK=awk
14661_ACEOF
14662
14663cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14664# The default lists apply if the user does not specify any file.
14665ac_need_defaults=:
14666while test $# != 0
14667do
14668 case $1 in
14669 --*=*)
14670 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14671 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14672 ac_shift=:
14673 ;;
14674 *)
14675 ac_option=$1
14676 ac_optarg=$2
14677 ac_shift=shift
14678 ;;
14679 esac
14680
14681 case $ac_option in
14682 # Handling of the options.
14683 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14684 ac_cs_recheck=: ;;
14685 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14686 $as_echo "$ac_cs_version"; exit ;;
14687 --debug | --debu | --deb | --de | --d | -d )
14688 debug=: ;;
14689 --file | --fil | --fi | --f )
14690 $ac_shift
14691 case $ac_optarg in
14692 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14693 esac
14694 as_fn_append CONFIG_FILES " '$ac_optarg'"
14695 ac_need_defaults=false;;
14696 --he | --h | --help | --hel | -h )
14697 $as_echo "$ac_cs_usage"; exit ;;
14698 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14699 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14700 ac_cs_silent=: ;;
14701
14702 # This is an error.
14703 -*) as_fn_error "unrecognized option: \`$1'
14704Try \`$0 --help' for more information." ;;
14705
14706 *) as_fn_append ac_config_targets " $1"
14707 ac_need_defaults=false ;;
14708
14709 esac
14710 shift
14711done
14712
14713ac_configure_extra_args=
14714
14715if $ac_cs_silent; then
14716 exec 6>/dev/null
14717 ac_configure_extra_args="$ac_configure_extra_args --silent"
14718fi
14719
14720_ACEOF
14721cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14722if \$ac_cs_recheck; then
14723 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14724 shift
14725 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14726 CONFIG_SHELL='$SHELL'
14727 export CONFIG_SHELL
14728 exec "\$@"
14729fi
14730
14731_ACEOF
14732cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14733exec 5>>config.log
14734{
14735 echo
14736 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14737## Running $as_me. ##
14738_ASBOX
14739 $as_echo "$ac_log"
14740} >&5
14741
14742_ACEOF
14743cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14744#
14745# INIT-COMMANDS
14746#
14747extrasub_build="$extrasub_build"
14748 extrasub_host="$extrasub_host"
14749 extrasub_target="$extrasub_target"
14750
14751_ACEOF
14752
14753cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14754
14755# Handling of arguments.
14756for ac_config_target in $ac_config_targets
14757do
14758 case $ac_config_target in
14759 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14760
14761 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14762 esac
14763done
14764
14765
14766# If the user did not use the arguments to specify the items to instantiate,
14767# then the envvar interface is used. Set only those that are not.
14768# We use the long form for the default assignment because of an extremely
14769# bizarre bug on SunOS 4.1.3.
14770if $ac_need_defaults; then
14771 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14772fi
14773
14774# Have a temporary directory for convenience. Make it in the build tree
14775# simply because there is no reason against having it here, and in addition,
14776# creating and moving files from /tmp can sometimes cause problems.
14777# Hook for its removal unless debugging.
14778# Note that there is a small window in which the directory will not be cleaned:
14779# after its creation but before its name has been assigned to `$tmp'.
14780$debug ||
14781{
14782 tmp=
14783 trap 'exit_status=$?
14784 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14785' 0
14786 trap 'as_fn_exit 1' 1 2 13 15
14787}
14788# Create a (secure) tmp directory for tmp files.
14789
14790{
14791 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14792 test -n "$tmp" && test -d "$tmp"
14793} ||
14794{
14795 tmp=./conf$$-$RANDOM
14796 (umask 077 && mkdir "$tmp")
14797} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14798
14799# Set up the scripts for CONFIG_FILES section.
14800# No need to generate them if there are no CONFIG_FILES.
14801# This happens for instance with `./config.status config.h'.
14802if test -n "$CONFIG_FILES"; then
14803
14804if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14805 ac_cs_awk_getline=:
14806 ac_cs_awk_pipe_init=
14807 ac_cs_awk_read_file='
14808 while ((getline aline < (F[key])) > 0)
14809 print(aline)
14810 close(F[key])'
14811 ac_cs_awk_pipe_fini=
14812else
14813 ac_cs_awk_getline=false
14814 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14815 ac_cs_awk_read_file='
14816 print "|#_!!_#|"
14817 print "cat " F[key] " &&"
14818 '$ac_cs_awk_pipe_init
14819 # The final `:' finishes the AND list.
14820 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14821fi
14822ac_cr=`echo X | tr X '\015'`
14823# On cygwin, bash can eat \r inside `` if the user requested igncr.
14824# But we know of no other shell where ac_cr would be empty at this
14825# point, so we can use a bashism as a fallback.
14826if test "x$ac_cr" = x; then
14827 eval ac_cr=\$\'\\r\'
14828fi
14829ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14830if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14831 ac_cs_awk_cr='\r'
14832else
14833 ac_cs_awk_cr=$ac_cr
14834fi
14835
14836echo 'BEGIN {' >"$tmp/subs1.awk" &&
14837_ACEOF
14838
14839# Create commands to substitute file output variables.
14840{
14841 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14842 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14843 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14844 echo "_ACAWK" &&
14845 echo "_ACEOF"
14846} >conf$$files.sh &&
14847. ./conf$$files.sh ||
14848 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14849rm -f conf$$files.sh
14850
14851{
14852 echo "cat >conf$$subs.awk <<_ACEOF" &&
14853 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14854 echo "_ACEOF"
14855} >conf$$subs.sh ||
14856 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14857ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14858ac_delim='%!_!# '
14859for ac_last_try in false false false false false :; do
14860 . ./conf$$subs.sh ||
14861 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14862
14863 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14864 if test $ac_delim_n = $ac_delim_num; then
14865 break
14866 elif $ac_last_try; then
14867 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14868 else
14869 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14870 fi
14871done
14872rm -f conf$$subs.sh
14873
14874cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14875cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14876_ACEOF
14877sed -n '
14878h
14879s/^/S["/; s/!.*/"]=/
14880p
14881g
14882s/^[^!]*!//
14883:repl
14884t repl
14885s/'"$ac_delim"'$//
14886t delim
14887:nl
14888h
14889s/\(.\{148\}\).*/\1/
14890t more1
14891s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14892p
14893n
14894b repl
14895:more1
14896s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14897p
14898g
14899s/.\{148\}//
14900t nl
14901:delim
14902h
14903s/\(.\{148\}\).*/\1/
14904t more2
14905s/["\\]/\\&/g; s/^/"/; s/$/"/
14906p
14907b
14908:more2
14909s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14910p
14911g
14912s/.\{148\}//
14913t delim
14914' <conf$$subs.awk | sed '
14915/^[^""]/{
14916 N
14917 s/\n//
14918}
14919' >>$CONFIG_STATUS || ac_write_fail=1
14920rm -f conf$$subs.awk
14921cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14922_ACAWK
14923cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14924 for (key in S) S_is_set[key] = 1
14925 FS = "\a"
14926 \$ac_cs_awk_pipe_init
14927}
14928{
14929 line = $ 0
14930 nfields = split(line, field, "@")
14931 substed = 0
14932 len = length(field[1])
14933 for (i = 2; i < nfields; i++) {
14934 key = field[i]
14935 keylen = length(key)
14936 if (S_is_set[key]) {
14937 value = S[key]
14938 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14939 len += length(value) + length(field[++i])
14940 substed = 1
14941 } else
14942 len += 1 + keylen
14943 }
14944 if (nfields == 3 && !substed) {
14945 key = field[2]
14946 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14947 \$ac_cs_awk_read_file
14948 next
14949 }
14950 }
14951 print line
14952}
14953\$ac_cs_awk_pipe_fini
14954_ACAWK
14955_ACEOF
14956cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14957if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14958 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14959else
14960 cat
14961fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14962 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14963_ACEOF
14964
14965# VPATH may cause trouble with some makes, so we remove $(srcdir),
14966# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14967# trailing colons and then remove the whole line if VPATH becomes empty
14968# (actually we leave an empty line to preserve line numbers).
14969if test "x$srcdir" = x.; then
14970 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14971s/:*\$(srcdir):*/:/
14972s/:*\${srcdir}:*/:/
14973s/:*@srcdir@:*/:/
14974s/^\([^=]*=[ ]*\):*/\1/
14975s/:*$//
14976s/^[^=]*=[ ]*$//
14977}'
14978fi
14979
14980cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14981fi # test -n "$CONFIG_FILES"
14982
14983
14984eval set X " :F $CONFIG_FILES "
14985shift
14986for ac_tag
14987do
14988 case $ac_tag in
14989 :[FHLC]) ac_mode=$ac_tag; continue;;
14990 esac
14991 case $ac_mode$ac_tag in
14992 :[FHL]*:*);;
14993 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14994 :[FH]-) ac_tag=-:-;;
14995 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14996 esac
14997 ac_save_IFS=$IFS
14998 IFS=:
14999 set x $ac_tag
15000 IFS=$ac_save_IFS
15001 shift
15002 ac_file=$1
15003 shift
15004
15005 case $ac_mode in
15006 :L) ac_source=$1;;
15007 :[FH])
15008 ac_file_inputs=
15009 for ac_f
15010 do
15011 case $ac_f in
15012 -) ac_f="$tmp/stdin";;
15013 *) # Look for the file first in the build tree, then in the source tree
15014 # (if the path is not absolute). The absolute path cannot be DOS-style,
15015 # because $ac_f cannot contain `:'.
15016 test -f "$ac_f" ||
15017 case $ac_f in
15018 [\\/$]*) false;;
15019 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15020 esac ||
15021 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15022 esac
15023 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15024 as_fn_append ac_file_inputs " '$ac_f'"
15025 done
15026
15027 # Let's still pretend it is `configure' which instantiates (i.e., don't
15028 # use $as_me), people would be surprised to read:
15029 # /* config.h. Generated by config.status. */
15030 configure_input='Generated from '`
15031 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15032 `' by configure.'
15033 if test x"$ac_file" != x-; then
15034 configure_input="$ac_file. $configure_input"
15035 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15036$as_echo "$as_me: creating $ac_file" >&6;}
15037 fi
15038 # Neutralize special characters interpreted by sed in replacement strings.
15039 case $configure_input in #(
15040 *\&* | *\|* | *\\* )
15041 ac_sed_conf_input=`$as_echo "$configure_input" |
15042 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15043 *) ac_sed_conf_input=$configure_input;;
15044 esac
15045
15046 case $ac_tag in
15047 *:-:* | *:-) cat >"$tmp/stdin" \
15048 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15049 esac
15050 ;;
15051 esac
15052
15053 ac_dir=`$as_dirname -- "$ac_file" ||
15054$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15055 X"$ac_file" : 'X\(//\)[^/]' \| \
15056 X"$ac_file" : 'X\(//\)$' \| \
15057 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15058$as_echo X"$ac_file" |
15059 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15060 s//\1/
15061 q
15062 }
15063 /^X\(\/\/\)[^/].*/{
15064 s//\1/
15065 q
15066 }
15067 /^X\(\/\/\)$/{
15068 s//\1/
15069 q
15070 }
15071 /^X\(\/\).*/{
15072 s//\1/
15073 q
15074 }
15075 s/.*/./; q'`
15076 as_dir="$ac_dir"; as_fn_mkdir_p
15077 ac_builddir=.
15078
15079case "$ac_dir" in
15080.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15081*)
15082 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15083 # A ".." for each directory in $ac_dir_suffix.
15084 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15085 case $ac_top_builddir_sub in
15086 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15087 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15088 esac ;;
15089esac
15090ac_abs_top_builddir=$ac_pwd
15091ac_abs_builddir=$ac_pwd$ac_dir_suffix
15092# for backward compatibility:
15093ac_top_builddir=$ac_top_build_prefix
15094
15095case $srcdir in
15096 .) # We are building in place.
15097 ac_srcdir=.
15098 ac_top_srcdir=$ac_top_builddir_sub
15099 ac_abs_top_srcdir=$ac_pwd ;;
15100 [\\/]* | ?:[\\/]* ) # Absolute name.
15101 ac_srcdir=$srcdir$ac_dir_suffix;
15102 ac_top_srcdir=$srcdir
15103 ac_abs_top_srcdir=$srcdir ;;
15104 *) # Relative name.
15105 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15106 ac_top_srcdir=$ac_top_build_prefix$srcdir
15107 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15108esac
15109ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15110
15111
15112 case $ac_mode in
15113 :F)
15114 #
15115 # CONFIG_FILE
15116 #
15117
15118 case $INSTALL in
15119 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15120 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15121 esac
15122_ACEOF
15123
15124cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15125# If the template does not know about datarootdir, expand it.
15126# FIXME: This hack should be removed a few years after 2.60.
15127ac_datarootdir_hack=; ac_datarootdir_seen=
15128ac_sed_dataroot='
15129/datarootdir/ {
15130 p
15131 q
15132}
15133/@datadir@/p
15134/@docdir@/p
15135/@infodir@/p
15136/@localedir@/p
15137/@mandir@/p'
15138case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15139*datarootdir*) ac_datarootdir_seen=yes;;
15140*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15142$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15143_ACEOF
15144cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15145 ac_datarootdir_hack='
15146 s&@datadir@&$datadir&g
15147 s&@docdir@&$docdir&g
15148 s&@infodir@&$infodir&g
15149 s&@localedir@&$localedir&g
15150 s&@mandir@&$mandir&g
15151 s&\\\${datarootdir}&$datarootdir&g' ;;
15152esac
15153_ACEOF
15154
15155# Neutralize VPATH when `$srcdir' = `.'.
15156# Shell code in configure.ac might set extrasub.
15157# FIXME: do we really want to maintain this feature?
15158cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15159ac_sed_extra="$ac_vpsub
15160$extrasub
15161_ACEOF
15162cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15163:t
15164/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15165s|@configure_input@|$ac_sed_conf_input|;t t
15166s&@top_builddir@&$ac_top_builddir_sub&;t t
15167s&@top_build_prefix@&$ac_top_build_prefix&;t t
15168s&@srcdir@&$ac_srcdir&;t t
15169s&@abs_srcdir@&$ac_abs_srcdir&;t t
15170s&@top_srcdir@&$ac_top_srcdir&;t t
15171s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15172s&@builddir@&$ac_builddir&;t t
15173s&@abs_builddir@&$ac_abs_builddir&;t t
15174s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15175s&@INSTALL@&$ac_INSTALL&;t t
15176$ac_datarootdir_hack
15177"
15178eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15179if $ac_cs_awk_getline; then
15180 $AWK -f "$tmp/subs.awk"
15181else
15182 $AWK -f "$tmp/subs.awk" | $SHELL
15183fi >$tmp/out \
15184 || as_fn_error "could not create $ac_file" "$LINENO" 5
15185
15186test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15187 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15188 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15189 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15190which seems to be undefined. Please make sure it is defined." >&5
15191$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15192which seems to be undefined. Please make sure it is defined." >&2;}
15193
15194 rm -f "$tmp/stdin"
15195 case $ac_file in
15196 -) cat "$tmp/out" && rm -f "$tmp/out";;
15197 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15198 esac \
15199 || as_fn_error "could not create $ac_file" "$LINENO" 5
15200 ;;
15201
15202
15203
15204 esac
15205
15206
15207 case $ac_file$ac_mode in
15208 "Makefile":F) sed "$extrasub_build" Makefile |
15209 sed "$extrasub_host" |
15210 sed "$extrasub_target" > mf$$
15211 mv -f mf$$ Makefile ;;
15212
15213 esac
15214done # for ac_tag
15215
15216
15217as_fn_exit 0
15218_ACEOF
15219ac_clean_files=$ac_clean_files_save
15220
15221test $ac_write_fail = 0 ||
15222 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15223
15224
15225# configure is writing to config.log, and then calls config.status.
15226# config.status does its own redirection, appending to config.log.
15227# Unfortunately, on DOS this fails, as config.log is still kept open
15228# by configure, so config.status won't be able to write to it; its
15229# output is simply discarded. So we exec the FD to /dev/null,
15230# effectively closing config.log, so it can be properly (re)opened and
15231# appended to by config.status. When coming back to configure, we
15232# need to make the FD available again.
15233if test "$no_create" != yes; then
15234 ac_cs_success=:
15235 ac_config_status_args=
15236 test "$silent" = yes &&
15237 ac_config_status_args="$ac_config_status_args --quiet"
15238 exec 5>/dev/null
15239 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15240 exec 5>>config.log
15241 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15242 # would make configure fail if this is the last instruction.
15243 $ac_cs_success || as_fn_exit $?
15244fi
15245if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15247$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15248fi
15249
This page took 0.073794 seconds and 4 git commands to generate.