2011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
[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. those programs are also very likely
2730# candidates for the "native_only" list which follows
2731#
2732target_tools="target-examples target-groff target-gperf target-rda"
2733
2734################################################################################
2735
2736## All tools belong in one of the four categories, and are assigned above
2737## We assign ${configdirs} this way to remove all embedded newlines. This
2738## is important because configure will choke if they ever get through.
2739## ${configdirs} is directories we build using the host tools.
2740## ${target_configdirs} is directories we build using the target tools.
2741configdirs=`echo ${host_libs} ${host_tools}`
2742target_configdirs=`echo ${target_libraries} ${target_tools}`
2743build_configdirs=`echo ${build_libs} ${build_tools}`
2744
2745
2746
2747################################################################################
2748
2749srcname="gnu development package"
2750
2751# This gets set non-empty for some net releases of packages.
2752appdirs=""
2753
2754# Define is_cross_compiler to save on calls to 'test'.
2755is_cross_compiler=
2756if test x"${host}" = x"${target}" ; then
2757 is_cross_compiler=no
2758else
2759 is_cross_compiler=yes
2760fi
2761
2762# Find the build and target subdir names.
2763
2764# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2765# have matching libraries, they should use host libraries: Makefile.tpl
2766# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2767# However, they still use the build modules, because the corresponding
2768# host modules (e.g. bison) are only built for the host when bootstrap
2769# finishes. So:
2770# - build_subdir is where we find build modules, and never changes.
2771# - build_libsubdir is where we find build libraries, and can be overridden.
2772
2773# Prefix 'build-' so this never conflicts with target_subdir.
2774build_subdir="build-${build_noncanonical}"
2775
2776# Check whether --with-build-libsubdir was given.
2777if test "${with_build_libsubdir+set}" = set; then :
2778 withval=$with_build_libsubdir; build_libsubdir="$withval"
2779else
2780 build_libsubdir="$build_subdir"
2781fi
2782
2783# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2784if ( test $srcdir = . && test -d gcc ) \
2785 || test -d $srcdir/../host-${host_noncanonical}; then
2786 host_subdir="host-${host_noncanonical}"
2787else
2788 host_subdir=.
2789fi
2790# No prefix.
2791target_subdir=${target_noncanonical}
2792
2793# Be sure to cover against remnants of an in-tree build.
2794if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2795 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2796Use a pristine source tree when building in a separate tree" "$LINENO" 5
2797fi
2798
2799# Skipdirs are removed silently.
2800skipdirs=
2801# Noconfigdirs are removed loudly.
2802noconfigdirs=""
2803
2804use_gnu_ld=
2805# Make sure we don't let GNU ld be added if we didn't want it.
2806if test x$with_gnu_ld = xno ; then
2807 use_gnu_ld=no
2808 noconfigdirs="$noconfigdirs ld gold"
2809fi
2810
2811use_gnu_as=
2812# Make sure we don't let GNU as be added if we didn't want it.
2813if test x$with_gnu_as = xno ; then
2814 use_gnu_as=no
2815 noconfigdirs="$noconfigdirs gas"
2816fi
2817
2818use_included_zlib=
2819# Make sure we don't let ZLIB be added if we didn't want it.
2820if test x$with_system_zlib = xyes ; then
2821 use_included_zlib=no
2822 noconfigdirs="$noconfigdirs zlib"
2823fi
2824
2825# some tools are so dependent upon X11 that if we're not building with X,
2826# it's not even worth trying to configure, much less build, that tool.
2827
2828case ${with_x} in
2829 yes | "") ;; # the default value for this tree is that X11 is available
2830 no)
2831 skipdirs="${skipdirs} tk itcl libgui"
2832 # We won't be able to build gdbtk without X.
2833 enable_gdbtk=no
2834 ;;
2835 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2836esac
2837
2838# Some tools are only suitable for building in a "native" situation.
2839# Remove these if host!=target.
2840native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
2841
2842# Similarly, some are only suitable for cross toolchains.
2843# Remove these if host=target.
2844cross_only="target-libgloss target-newlib target-opcodes"
2845
2846case $is_cross_compiler in
2847 no) skipdirs="${skipdirs} ${cross_only}" ;;
2848 yes) skipdirs="${skipdirs} ${native_only}" ;;
2849esac
2850
2851# If both --with-headers and --with-libs are specified, default to
2852# --without-newlib.
2853if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2854 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2855 if test x"${with_newlib}" = x ; then
2856 with_newlib=no
2857 fi
2858fi
2859
2860# Recognize --with-newlib/--without-newlib.
2861case ${with_newlib} in
2862 no) skipdirs="${skipdirs} target-newlib" ;;
2863 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2864esac
2865
2866# Handle --enable-gold, --enable-ld.
2867# --disable-gold [--enable-ld]
2868# Build only ld. Default option.
2869# --enable-gold [--enable-ld]
2870# Build both gold and ld. Install gold as "ld.gold", install ld
2871# as "ld.bfd" and "ld".
2872# --enable-gold=default [--enable-ld]
2873# Build both gold and ld. Install gold as "ld.gold" and "ld",
2874# install ld as "ld.bfd".
2875# --enable-gold[=default] --disable-ld
2876# Build only gold, which is then installed as both "ld.gold" and "ld".
2877# --enable-gold --enable-ld=default
2878# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2879# and ld.bfd).
2880# In other words, ld is default
2881# --enable-gold=default --enable-ld=default
2882# Error.
2883
2884default_ld=
2885# Check whether --enable-gold was given.
2886if test "${enable_gold+set}" = set; then :
2887 enableval=$enable_gold; ENABLE_GOLD=$enableval
2888else
2889 ENABLE_GOLD=no
2890fi
2891
2892case "${ENABLE_GOLD}" in
2893 yes|default)
2894 # Check for ELF target.
2895 is_elf=no
2896 case "${target}" in
2897 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2898 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2899 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
2900 case "${target}" in
2901 *-*-linux*aout* | *-*-linux*oldld*)
2902 ;;
2903 *)
2904 is_elf=yes
2905 ;;
2906 esac
2907 esac
2908
2909 if test "$is_elf" = "yes"; then
2910 # Check for target supported by gold.
2911 case "${target}" in
2912 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
2913 configdirs="$configdirs gold"
2914 if test x${ENABLE_GOLD} = xdefault; then
2915 default_ld=gold
2916 fi
2917 ENABLE_GOLD=yes
2918 ;;
2919 esac
2920 fi
2921 ;;
2922 no)
2923 ;;
2924 *)
2925 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2926 ;;
2927esac
2928
2929# Check whether --enable-ld was given.
2930if test "${enable_ld+set}" = set; then :
2931 enableval=$enable_ld; ENABLE_LD=$enableval
2932else
2933 ENABLE_LD=yes
2934fi
2935
2936
2937case "${ENABLE_LD}" in
2938 default)
2939 if test x${default_ld} != x; then
2940 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2941 fi
2942 ;;
2943 yes)
2944 ;;
2945 no)
2946 if test x${ENABLE_GOLD} != xyes; then
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2948$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2949 fi
2950 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2951 ;;
2952 *)
2953 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2954 ;;
2955esac
2956
2957# Configure extra directories which are host specific
2958
2959case "${host}" in
2960 *-cygwin*)
2961 configdirs="$configdirs libtermcap" ;;
2962esac
2963
2964# A target can indicate whether a language isn't supported for some reason.
2965# Only spaces may be used in this macro; not newlines or tabs.
2966unsupported_languages=
2967
2968# Remove more programs from consideration, based on the host or
2969# target this usually means that a port of the program doesn't
2970# exist yet.
2971
2972case "${host}" in
2973 hppa*64*-*-*)
2974 noconfigdirs="$noconfigdirs byacc"
2975 ;;
2976 i[3456789]86-*-msdosdjgpp*)
2977 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2978 ;;
2979 x86_64-*-mingw*)
2980 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2981 ;;
2982 i[3456789]86-*-mingw32*)
2983 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2984 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2985 ;;
2986 *-*-cygwin*)
2987 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
2988 ;;
2989 *-*-netbsd*)
2990 noconfigdirs="$noconfigdirs rcs"
2991 ;;
2992esac
2993
2994
2995# Check whether --enable-libquadmath was given.
2996if test "${enable_libquadmath+set}" = set; then :
2997 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2998else
2999 ENABLE_LIBQUADMATH=yes
3000fi
3001
3002if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3003 noconfigdirs="$noconfigdirs target-libquadmath"
3004fi
3005
3006
3007# Check whether --enable-libquadmath-support was given.
3008if test "${enable_libquadmath_support+set}" = set; then :
3009 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3010else
3011 ENABLE_LIBQUADMATH_SUPPORT=yes
3012fi
3013
3014enable_libquadmath_support=
3015if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3016 enable_libquadmath_support=no
3017fi
3018
3019
3020# Check whether --enable-libada was given.
3021if test "${enable_libada+set}" = set; then :
3022 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3023else
3024 ENABLE_LIBADA=yes
3025fi
3026
3027if test "${ENABLE_LIBADA}" != "yes" ; then
3028 noconfigdirs="$noconfigdirs gnattools"
3029fi
3030
3031# Check whether --enable-libssp was given.
3032if test "${enable_libssp+set}" = set; then :
3033 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3034else
3035 ENABLE_LIBSSP=yes
3036fi
3037
3038
3039# Save it here so that, even in case of --enable-libgcj, if the Java
3040# front-end isn't enabled, we still get libgcj disabled.
3041libgcj_saved=$libgcj
3042case $enable_libgcj in
3043yes)
3044 # If we reset it here, it won't get added to noconfigdirs in the
3045 # target-specific build rules, so it will be forcibly enabled
3046 # (unless the Java language itself isn't enabled).
3047 libgcj=
3048 ;;
3049no)
3050 # Make sure we get it printed in the list of not supported target libs.
3051 # Don't disable libffi, though, other languages use it.
3052 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3053 # Clear libgcj_saved so that even if java is enabled libffi won't be
3054 # built.
3055 libgcj_saved=
3056 ;;
3057esac
3058
3059
3060# Disable libmudflap on some systems.
3061if test x$enable_libmudflap = x ; then
3062 case "${target}" in
3063 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3064 # Enable libmudflap by default in GNU and friends.
3065 ;;
3066 *-*-freebsd*)
3067 # Enable libmudflap by default in FreeBSD.
3068 ;;
3069 *)
3070 # Disable it by default everywhere else.
3071 noconfigdirs="$noconfigdirs target-libmudflap"
3072 ;;
3073 esac
3074fi
3075
3076# Disable libgomp on non POSIX hosted systems.
3077if test x$enable_libgomp = x ; then
3078 # Enable libgomp by default on hosted POSIX systems.
3079 case "${target}" in
3080 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3081 ;;
3082 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3083 ;;
3084 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
3085 ;;
3086 *-*-darwin* | *-*-aix*)
3087 ;;
3088 *)
3089 noconfigdirs="$noconfigdirs target-libgomp"
3090 ;;
3091 esac
3092fi
3093
3094# Default libgloss CPU subdirectory.
3095libgloss_dir="$target_cpu"
3096
3097case "${target}" in
3098 *-*-chorusos)
3099 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3100 ;;
3101 powerpc-*-darwin*)
3102 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3103 noconfigdirs="$noconfigdirs sim target-rda"
3104 ;;
3105 i[3456789]86-*-darwin*)
3106 noconfigdirs="$noconfigdirs ld gprof"
3107 noconfigdirs="$noconfigdirs sim target-rda"
3108 ;;
3109 x86_64-*-darwin[912]*)
3110 noconfigdirs="$noconfigdirs ld gas gprof"
3111 noconfigdirs="$noconfigdirs sim target-rda"
3112 ;;
3113 *-*-darwin*)
3114 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3115 noconfigdirs="$noconfigdirs sim target-rda"
3116 noconfigdirs="$noconfigdirs ${libgcj}"
3117 ;;
3118 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
3119 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3120 ;;
3121 *-*-freebsd*)
3122 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3123 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3124 && test -f /usr/local/include/gmp.h; then
3125 with_gmp=/usr/local
3126 fi
3127
3128 # Skip some stuff that's unsupported on some FreeBSD configurations.
3129 case "${target}" in
3130 i*86-*-*) ;;
3131 alpha*-*-*) ;;
3132 x86_64-*-*) ;;
3133 *)
3134 noconfigdirs="$noconfigdirs ${libgcj}"
3135 ;;
3136 esac
3137 ;;
3138 *-*-kaos*)
3139 # Remove unsupported stuff on all kaOS configurations.
3140 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
3141 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3142 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3143 noconfigdirs="$noconfigdirs target-libgloss"
3144 ;;
3145 *-*-netbsd*)
3146 # Skip some stuff on all NetBSD configurations.
3147 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3148
3149 # Skip some stuff that's unsupported on some NetBSD configurations.
3150 case "${target}" in
3151 i*86-*-netbsdelf*) ;;
3152 arm*-*-netbsdelf*) ;;
3153 *)
3154 noconfigdirs="$noconfigdirs ${libgcj}"
3155 ;;
3156 esac
3157 ;;
3158 *-*-netware*)
3159 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
3160 ;;
3161 *-*-rtems*)
3162 skipdirs="${skipdirs} target-libiberty"
3163 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3164 ;;
3165 # The tpf target doesn't support gdb yet.
3166 *-*-tpf*)
3167 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
3168 ;;
3169 *-*-uclinux*)
3170 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3171 ;;
3172 *-*-vxworks*)
3173 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3174 ;;
3175 alpha*-dec-osf*)
3176 # ld works, but does not support shared libraries.
3177 # newlib is not 64 bit ready. I'm not sure about fileutils.
3178 # gas doesn't generate exception information.
3179 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3180 ;;
3181 alpha*-*-*vms*)
3182 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3183 ;;
3184 alpha*-*-linux*)
3185 # newlib is not 64 bit ready
3186 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3187 ;;
3188 alpha*-*-*)
3189 # newlib is not 64 bit ready
3190 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3191 ;;
3192 am33_2.0-*-linux*)
3193 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3194 ;;
3195 sh-*-linux*)
3196 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3197 ;;
3198 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3199 noconfigdirs="$noconfigdirs ${libgcj}"
3200 noconfigdirs="$noconfigdirs target-examples"
3201 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
3202 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3203 noconfigdirs="$noconfigdirs expect dejagnu"
3204 # the C++ libraries don't build on top of CE's C libraries
3205 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3206 noconfigdirs="$noconfigdirs target-newlib"
3207 case "${host}" in
3208 *-*-cygwin*) ;; # keep gdb and readline
3209 *) noconfigdirs="$noconfigdirs gdb readline"
3210 ;;
3211 esac
3212 libgloss_dir=wince
3213 ;;
3214 arc-*-*)
3215 noconfigdirs="$noconfigdirs target-libgloss"
3216 ;;
3217 arm-*-coff)
3218 noconfigdirs="$noconfigdirs ${libgcj}"
3219 libgloss_dir=arm
3220 ;;
3221 arm-*-elf* | arm*-*-eabi* )
3222 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
3223 libgloss_dir=arm
3224 ;;
3225 arm*-*-linux-gnueabi)
3226 noconfigdirs="$noconfigdirs target-qthreads"
3227 case ${with_newlib} in
3228 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3229 esac
3230 libgloss_dir=arm
3231 ;;
3232 arm*-*-symbianelf*)
3233 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
3234 libgloss_dir=arm
3235 ;;
3236 arm-*-pe*)
3237 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3238 ;;
3239 arm-*-riscix*)
3240 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3241 ;;
3242 avr-*-*)
3243 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3244 ;;
3245 bfin-*-*)
3246 unsupported_languages="$unsupported_languages java"
3247 noconfigdirs="$noconfigdirs target-boehm-gc"
3248 if test x${is_cross_compiler} != xno ; then
3249 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3250 fi
3251 ;;
3252 c4x-*-* | tic4x-*-*)
3253 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3254 ;;
3255 c54x*-*-* | tic54x-*-*)
3256 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
3257 ;;
3258 cr16-*-*)
3259 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3260 ;;
3261 cris-*-* | crisv32-*-*)
3262 unsupported_languages="$unsupported_languages java"
3263 case "${target}" in
3264 *-*-aout)
3265 unsupported_languages="$unsupported_languages fortran"
3266 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3267 *-*-elf) # See PR46792 regarding target-libffi.
3268 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3269 *-*-linux*)
3270 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3271 *)
3272 unsupported_languages="$unsupported_languages fortran"
3273 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3274 esac
3275 libgloss_dir=cris
3276 ;;
3277 d10v-*-*)
3278 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3279 ;;
3280 d30v-*-*)
3281 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3282 ;;
3283 fr30-*-elf*)
3284 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3285 ;;
3286 frv-*-*)
3287 noconfigdirs="$noconfigdirs ${libgcj}"
3288 ;;
3289 moxie-*-*)
3290 noconfigdirs="$noconfigdirs ${libgcj}"
3291 noconfigdirs="$noconfigdirs gprof"
3292 ;;
3293 h8300*-*-*)
3294 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3295 ;;
3296 h8500-*-*)
3297 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3298 ;;
3299 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3300 ;;
3301 hppa*64*-*-linux*)
3302 # In this case, it's because the hppa64-linux target is for
3303 # the kernel only at this point and has no libc, and thus no
3304 # headers, crt*.o, etc., all of which are needed by these.
3305 noconfigdirs="$noconfigdirs target-zlib"
3306 ;;
3307 hppa*-*-linux*)
3308 ;;
3309 hppa*-*-*elf* | \
3310 hppa*-*-lites* | \
3311 hppa*-*-openbsd* | \
3312 hppa*64*-*-*)
3313 noconfigdirs="$noconfigdirs ${libgcj}"
3314 ;;
3315 hppa*-hp-hpux11*)
3316 noconfigdirs="$noconfigdirs ld shellutils"
3317 ;;
3318 hppa*-*-pro*)
3319 libgloss_dir=pa
3320 ;;
3321 hppa*-*-*)
3322 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3323 # build on HP-UX 10.20.
3324 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
3325 ;;
3326 i960-*-*)
3327 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3328 ;;
3329 ia64*-*-elf*)
3330 # No gdb support yet.
3331 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
3332 ;;
3333 ia64*-**-hpux*)
3334 # No ld support yet.
3335 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
3336 ;;
3337 ia64*-*-*vms*)
3338 # No gdb or ld support yet.
3339 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3340 ;;
3341 i[3456789]86-*-coff | i[3456789]86-*-elf)
3342 noconfigdirs="$noconfigdirs ${libgcj}"
3343 libgloss_dir=i386
3344 ;;
3345 i[3456789]86-*-linux*)
3346 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3347 # not build java stuff by default.
3348 case "${target}" in
3349 *-*-*libc1*)
3350 noconfigdirs="$noconfigdirs ${libgcj}";;
3351 esac
3352
3353 # This section makes it possible to build newlib natively on linux.
3354 # If we are using a cross compiler then don't configure newlib.
3355 if test x${is_cross_compiler} != xno ; then
3356 noconfigdirs="$noconfigdirs target-newlib"
3357 fi
3358 noconfigdirs="$noconfigdirs target-libgloss"
3359 # If we are not using a cross compiler, do configure newlib.
3360 # Note however, that newlib will only be configured in this situation
3361 # if the --with-newlib option has been given, because otherwise
3362 # 'target-newlib' will appear in skipdirs.
3363 ;;
3364 i[3456789]86-w64-mingw*)
3365 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3366 ;;
3367 i[3456789]86-*-mingw*)
3368 target_configdirs="$target_configdirs target-winsup"
3369 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3370 ;;
3371 x86_64-*-mingw*)
3372 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3373 ;;
3374 *-*-cygwin*)
3375 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3376 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
3377 # always build newlib if winsup directory is present.
3378 if test -d "$srcdir/winsup/cygwin"; then
3379 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3380 elif test -d "$srcdir/newlib"; then
3381 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3382 fi
3383 ;;
3384 i[3456789]86-*-interix* )
3385 ;;
3386 i[3456789]86-*-pe)
3387 noconfigdirs="$noconfigdirs target-libgloss"
3388 ;;
3389 i[3456789]86-*-sco3.2v5*)
3390 # The linker does not yet know about weak symbols in COFF,
3391 # and is not configured to handle mixed ELF and COFF.
3392 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3393 ;;
3394 i[3456789]86-*-sco*)
3395 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3396 ;;
3397 i[3456789]86-*-solaris2*)
3398 noconfigdirs="$noconfigdirs target-libgloss"
3399 ;;
3400 i[3456789]86-*-sysv4*)
3401 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3402 ;;
3403 i[3456789]86-*-beos*)
3404 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3405 ;;
3406 i[3456789]86-*-rdos*)
3407 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3408 ;;
3409 m32r-*-*)
3410 noconfigdirs="$noconfigdirs ${libgcj}"
3411 ;;
3412 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3413 noconfigdirs="$noconfigdirs target-libiberty"
3414 libgloss_dir=m68hc11
3415 ;;
3416 m68k-*-elf*)
3417 noconfigdirs="$noconfigdirs ${libgcj}"
3418 ;;
3419 m68k-*-coff*)
3420 noconfigdirs="$noconfigdirs ${libgcj}"
3421 ;;
3422 m68*-*-* | fido-*-*)
3423 libgloss_dir=m68k
3424 ;;
3425 mmix-*-*)
3426 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3427 unsupported_languages="$unsupported_languages fortran java"
3428 ;;
3429 mn10200-*-*)
3430 noconfigdirs="$noconfigdirs ${libgcj}"
3431 ;;
3432 mn10300-*-*)
3433 noconfigdirs="$noconfigdirs ${libgcj}"
3434 ;;
3435 mt-*-*)
3436 noconfigdirs="$noconfigdirs sim"
3437 ;;
3438 picochip-*-*)
3439 noconfigdirs="$noconfigdirs target-libiberty"
3440 ;;
3441 powerpc-*-aix*)
3442 # copied from rs6000-*-* entry
3443 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3444 ;;
3445 powerpc*-*-winnt* | powerpc*-*-pe*)
3446 target_configdirs="$target_configdirs target-winsup"
3447 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
3448 # always build newlib.
3449 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3450 ;;
3451 # This is temporary until we can link against shared libraries
3452 powerpcle-*-solaris*)
3453 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
3454 libgloss_dir=rs6000
3455 ;;
3456 powerpc-*-beos*)
3457 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3458 ;;
3459 powerpc-*-eabi)
3460 noconfigdirs="$noconfigdirs ${libgcj}"
3461 libgloss_dir=rs6000
3462 ;;
3463 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3464 libgloss_dir=rs6000
3465 ;;
3466 rs6000-*-lynxos*)
3467 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
3468 ;;
3469 rs6000-*-aix*)
3470 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3471 ;;
3472 rs6000-*-*)
3473 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3474 ;;
3475 m68k-apollo-*)
3476 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3477 ;;
3478 microblaze*)
3479 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
3480 ;;
3481 mips*-sde-elf*)
3482 skipdirs="$skipdirs target-libiberty"
3483 noconfigdirs="$noconfigdirs ${libgcj}"
3484 if test x$with_newlib = xyes; then
3485 noconfigdirs="$noconfigdirs gprof"
3486 fi
3487 libgloss_dir=mips
3488 ;;
3489 mips*-*-irix5*)
3490 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3491 ;;
3492 mips*-*-irix6*)
3493 # Linking libjava exceeds command-line length limits on at least
3494 # IRIX 6.2, but not on IRIX 6.5.
3495 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3496 # <oldham@codesourcery.com>
3497 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3498 ;;
3499 mips*-*-bsd*)
3500 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3501 ;;
3502 mips*-*-linux*)
3503 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3504 ;;
3505 mips*-*-*)
3506 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3507 libgloss_dir=mips
3508 ;;
3509 romp-*-*)
3510 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3511 ;;
3512 sh-*-* | sh64-*-*)
3513 case "${host}" in
3514 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
3515 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3516 esac
3517 case "${target}" in
3518 sh*-*-elf)
3519 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3520 *)
3521 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3522 esac
3523 ;;
3524 sparclet-*-aout* | sparc86x-*-*)
3525 libgloss_dir=sparc
3526 ;;
3527 sparc-*-elf*)
3528 noconfigdirs="$noconfigdirs ${libgcj}"
3529 ;;
3530 sparc64-*-elf*)
3531 noconfigdirs="$noconfigdirs ${libgcj}"
3532 libgloss_dir=sparc
3533 ;;
3534 sparclite-*-*)
3535 noconfigdirs="$noconfigdirs ${libgcj}"
3536 libgloss_dir=sparc
3537 ;;
3538 sparc-*-sunos4*)
3539 noconfigdirs="$noconfigdirs ${libgcj}"
3540 if test x${is_cross_compiler} != xno ; then
3541 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3542 else
3543 use_gnu_ld=no
3544 fi
3545 ;;
3546 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
3547 noconfigdirs="$noconfigdirs ${libgcj}"
3548 ;;
3549 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3550 ;;
3551 tic6x-*-*)
3552 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3553 ;;
3554 v810-*-*)
3555 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3556 ;;
3557 v850*-*-*)
3558 noconfigdirs="$noconfigdirs ${libgcj}"
3559 ;;
3560 vax-*-vms)
3561 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3562 ;;
3563 vax-*-*)
3564 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3565 ;;
3566 xtensa*-*-*)
3567 noconfigdirs="$noconfigdirs ${libgcj}"
3568 ;;
3569 ip2k-*-*)
3570 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3571 ;;
3572 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3573 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3574 ;;
3575 *-*-lynxos*)
3576 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3577 ;;
3578 *-*-*)
3579 noconfigdirs="$noconfigdirs ${libgcj}"
3580 ;;
3581esac
3582
3583# If we aren't building newlib, then don't build libgloss, since libgloss
3584# depends upon some newlib header files.
3585case "${noconfigdirs}" in
3586 *target-libgloss*) ;;
3587 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3588esac
3589
3590# Work in distributions that contain no compiler tools, like Autoconf.
3591tentative_cc=""
3592host_makefile_frag=/dev/null
3593if test -d ${srcdir}/config ; then
3594case "${host}" in
3595 i[3456789]86-*-solaris2*)
3596 host_makefile_frag="config/mh-sysv4"
3597 ;;
3598 i[3456789]86-*-msdosdjgpp*)
3599 host_makefile_frag="config/mh-djgpp"
3600 ;;
3601 *-cygwin*)
3602
3603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3604$as_echo_n "checking to see if cat works as expected... " >&6; }
3605echo a >cygwin-cat-check
3606if test `cat cygwin-cat-check` = a ; then
3607 rm cygwin-cat-check
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3609$as_echo "yes" >&6; }
3610else
3611 rm cygwin-cat-check
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3613$as_echo "no" >&6; }
3614 as_fn_error "The cat command does not ignore carriage return characters.
3615 Please either mount the build directory in binary mode or run the following
3616 commands before running any configure script:
3617set -o igncr
3618export SHELLOPTS
3619 " "$LINENO" 5
3620fi
3621
3622 host_makefile_frag="config/mh-cygwin"
3623 ;;
3624 *-mingw*)
3625 host_makefile_frag="config/mh-mingw"
3626 ;;
3627 *-interix*)
3628 host_makefile_frag="config/mh-interix"
3629 ;;
3630 *-*-solaris2*)
3631 host_makefile_frag="config/mh-solaris"
3632 ;;
3633 hppa*-hp-hpux10*)
3634 tentative_cc="cc -Wp,-H256000"
3635 host_makefile_frag="config/mh-pa-hpux10"
3636 ;;
3637 hppa*-hp-hpux*)
3638 tentative_cc="cc -Wp,-H256000"
3639 host_makefile_frag="config/mh-pa"
3640 ;;
3641 hppa*-*)
3642 host_makefile_frag="config/mh-pa"
3643 ;;
3644 *-hp-hpux*)
3645 tentative_cc="cc -Wp,-H256000"
3646 ;;
3647 *-*-darwin*)
3648 host_makefile_frag="config/mh-darwin"
3649 ;;
3650 powerpc-*-aix*)
3651 host_makefile_frag="config/mh-ppc-aix"
3652 ;;
3653 rs6000-*-aix*)
3654 host_makefile_frag="config/mh-ppc-aix"
3655 ;;
3656 *-*-lynxos*)
3657 # /bin/cc is less than useful for our purposes. Always use GCC
3658 tentative_cc="/bin/gcc"
3659 ;;
3660 # This is placed last to prevent interfering with the cases above.
3661 i[3456789]86-*-*)
3662 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3663 host_makefile_frag="config/mh-x86omitfp"
3664 ;;
3665esac
3666fi
3667
3668# If we aren't going to be using gcc, see if we can extract a definition
3669# of CC from the fragment.
3670# Actually, use the 'pre-extracted' version above.
3671if test -z "${CC}" && test "${build}" = "${host}" ; then
3672 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
3673 found=
3674 for dir in $PATH; do
3675 test -z "$dir" && dir=.
3676 if test -f $dir/gcc; then
3677 found=yes
3678 break
3679 fi
3680 done
3681 IFS="$save_ifs"
3682 if test -z "${found}" && test -n "${tentative_cc}" ; then
3683 CC=$tentative_cc
3684 fi
3685fi
3686
3687if test "${build}" != "${host}" ; then
3688 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3689 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3690 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3691 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3692 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3693 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3694 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
3695 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3696 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3697 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3698 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3699 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3700 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3701else
3702 AR_FOR_BUILD="\$(AR)"
3703 AS_FOR_BUILD="\$(AS)"
3704 CC_FOR_BUILD="\$(CC)"
3705 CXX_FOR_BUILD="\$(CXX)"
3706 GCJ_FOR_BUILD="\$(GCJ)"
3707 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3708 GOC_FOR_BUILD="\$(GOC)"
3709 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3710 LD_FOR_BUILD="\$(LD)"
3711 NM_FOR_BUILD="\$(NM)"
3712 RANLIB_FOR_BUILD="\$(RANLIB)"
3713 WINDRES_FOR_BUILD="\$(WINDRES)"
3714 WINDMC_FOR_BUILD="\$(WINDMC)"
3715fi
3716
3717ac_ext=c
3718ac_cpp='$CPP $CPPFLAGS'
3719ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3720ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3721ac_compiler_gnu=$ac_cv_c_compiler_gnu
3722if test -n "$ac_tool_prefix"; then
3723 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3724set dummy ${ac_tool_prefix}gcc; ac_word=$2
3725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3726$as_echo_n "checking for $ac_word... " >&6; }
3727if test "${ac_cv_prog_CC+set}" = set; then :
3728 $as_echo_n "(cached) " >&6
3729else
3730 if test -n "$CC"; then
3731 ac_cv_prog_CC="$CC" # Let the user override the test.
3732else
3733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3734for as_dir in $PATH
3735do
3736 IFS=$as_save_IFS
3737 test -z "$as_dir" && as_dir=.
3738 for ac_exec_ext in '' $ac_executable_extensions; do
3739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3740 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3742 break 2
3743 fi
3744done
3745 done
3746IFS=$as_save_IFS
3747
3748fi
3749fi
3750CC=$ac_cv_prog_CC
3751if test -n "$CC"; then
3752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3753$as_echo "$CC" >&6; }
3754else
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3756$as_echo "no" >&6; }
3757fi
3758
3759
3760fi
3761if test -z "$ac_cv_prog_CC"; then
3762 ac_ct_CC=$CC
3763 # Extract the first word of "gcc", so it can be a program name with args.
3764set dummy gcc; ac_word=$2
3765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3766$as_echo_n "checking for $ac_word... " >&6; }
3767if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3768 $as_echo_n "(cached) " >&6
3769else
3770 if test -n "$ac_ct_CC"; then
3771 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3772else
3773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774for as_dir in $PATH
3775do
3776 IFS=$as_save_IFS
3777 test -z "$as_dir" && as_dir=.
3778 for ac_exec_ext in '' $ac_executable_extensions; do
3779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3780 ac_cv_prog_ac_ct_CC="gcc"
3781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3782 break 2
3783 fi
3784done
3785 done
3786IFS=$as_save_IFS
3787
3788fi
3789fi
3790ac_ct_CC=$ac_cv_prog_ac_ct_CC
3791if test -n "$ac_ct_CC"; then
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3793$as_echo "$ac_ct_CC" >&6; }
3794else
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3796$as_echo "no" >&6; }
3797fi
3798
3799 if test "x$ac_ct_CC" = x; then
3800 CC=""
3801 else
3802 case $cross_compiling:$ac_tool_warned in
3803yes:)
3804{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3805$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3806ac_tool_warned=yes ;;
3807esac
3808 CC=$ac_ct_CC
3809 fi
3810else
3811 CC="$ac_cv_prog_CC"
3812fi
3813
3814if test -z "$CC"; then
3815 if test -n "$ac_tool_prefix"; then
3816 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3817set dummy ${ac_tool_prefix}cc; ac_word=$2
3818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819$as_echo_n "checking for $ac_word... " >&6; }
3820if test "${ac_cv_prog_CC+set}" = set; then :
3821 $as_echo_n "(cached) " >&6
3822else
3823 if test -n "$CC"; then
3824 ac_cv_prog_CC="$CC" # Let the user override the test.
3825else
3826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3827for as_dir in $PATH
3828do
3829 IFS=$as_save_IFS
3830 test -z "$as_dir" && as_dir=.
3831 for ac_exec_ext in '' $ac_executable_extensions; do
3832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3833 ac_cv_prog_CC="${ac_tool_prefix}cc"
3834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3835 break 2
3836 fi
3837done
3838 done
3839IFS=$as_save_IFS
3840
3841fi
3842fi
3843CC=$ac_cv_prog_CC
3844if test -n "$CC"; then
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3846$as_echo "$CC" >&6; }
3847else
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849$as_echo "no" >&6; }
3850fi
3851
3852
3853 fi
3854fi
3855if test -z "$CC"; then
3856 # Extract the first word of "cc", so it can be a program name with args.
3857set dummy cc; ac_word=$2
3858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3859$as_echo_n "checking for $ac_word... " >&6; }
3860if test "${ac_cv_prog_CC+set}" = set; then :
3861 $as_echo_n "(cached) " >&6
3862else
3863 if test -n "$CC"; then
3864 ac_cv_prog_CC="$CC" # Let the user override the test.
3865else
3866 ac_prog_rejected=no
3867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3868for as_dir in $PATH
3869do
3870 IFS=$as_save_IFS
3871 test -z "$as_dir" && as_dir=.
3872 for ac_exec_ext in '' $ac_executable_extensions; do
3873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3874 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3875 ac_prog_rejected=yes
3876 continue
3877 fi
3878 ac_cv_prog_CC="cc"
3879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3880 break 2
3881 fi
3882done
3883 done
3884IFS=$as_save_IFS
3885
3886if test $ac_prog_rejected = yes; then
3887 # We found a bogon in the path, so make sure we never use it.
3888 set dummy $ac_cv_prog_CC
3889 shift
3890 if test $# != 0; then
3891 # We chose a different compiler from the bogus one.
3892 # However, it has the same basename, so the bogon will be chosen
3893 # first if we set CC to just the basename; use the full file name.
3894 shift
3895 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3896 fi
3897fi
3898fi
3899fi
3900CC=$ac_cv_prog_CC
3901if test -n "$CC"; then
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3903$as_echo "$CC" >&6; }
3904else
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3906$as_echo "no" >&6; }
3907fi
3908
3909
3910fi
3911if test -z "$CC"; then
3912 if test -n "$ac_tool_prefix"; then
3913 for ac_prog in cl.exe
3914 do
3915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3916set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3918$as_echo_n "checking for $ac_word... " >&6; }
3919if test "${ac_cv_prog_CC+set}" = set; then :
3920 $as_echo_n "(cached) " >&6
3921else
3922 if test -n "$CC"; then
3923 ac_cv_prog_CC="$CC" # Let the user override the test.
3924else
3925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3926for as_dir in $PATH
3927do
3928 IFS=$as_save_IFS
3929 test -z "$as_dir" && as_dir=.
3930 for ac_exec_ext in '' $ac_executable_extensions; do
3931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3932 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3934 break 2
3935 fi
3936done
3937 done
3938IFS=$as_save_IFS
3939
3940fi
3941fi
3942CC=$ac_cv_prog_CC
3943if test -n "$CC"; then
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3945$as_echo "$CC" >&6; }
3946else
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3948$as_echo "no" >&6; }
3949fi
3950
3951
3952 test -n "$CC" && break
3953 done
3954fi
3955if test -z "$CC"; then
3956 ac_ct_CC=$CC
3957 for ac_prog in cl.exe
3958do
3959 # Extract the first word of "$ac_prog", so it can be a program name with args.
3960set dummy $ac_prog; ac_word=$2
3961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3962$as_echo_n "checking for $ac_word... " >&6; }
3963if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3964 $as_echo_n "(cached) " >&6
3965else
3966 if test -n "$ac_ct_CC"; then
3967 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3968else
3969as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970for as_dir in $PATH
3971do
3972 IFS=$as_save_IFS
3973 test -z "$as_dir" && as_dir=.
3974 for ac_exec_ext in '' $ac_executable_extensions; do
3975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3976 ac_cv_prog_ac_ct_CC="$ac_prog"
3977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3978 break 2
3979 fi
3980done
3981 done
3982IFS=$as_save_IFS
3983
3984fi
3985fi
3986ac_ct_CC=$ac_cv_prog_ac_ct_CC
3987if test -n "$ac_ct_CC"; then
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3989$as_echo "$ac_ct_CC" >&6; }
3990else
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3992$as_echo "no" >&6; }
3993fi
3994
3995
3996 test -n "$ac_ct_CC" && break
3997done
3998
3999 if test "x$ac_ct_CC" = x; then
4000 CC=""
4001 else
4002 case $cross_compiling:$ac_tool_warned in
4003yes:)
4004{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4005$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4006ac_tool_warned=yes ;;
4007esac
4008 CC=$ac_ct_CC
4009 fi
4010fi
4011
4012fi
4013
4014
4015test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4016$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4017as_fn_error "no acceptable C compiler found in \$PATH
4018See \`config.log' for more details." "$LINENO" 5; }
4019
4020# Provide some information about the compiler.
4021$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4022set X $ac_compile
4023ac_compiler=$2
4024for ac_option in --version -v -V -qversion; do
4025 { { ac_try="$ac_compiler $ac_option >&5"
4026case "(($ac_try" in
4027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4028 *) ac_try_echo=$ac_try;;
4029esac
4030eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4031$as_echo "$ac_try_echo"; } >&5
4032 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4033 ac_status=$?
4034 if test -s conftest.err; then
4035 sed '10a\
4036... rest of stderr output deleted ...
4037 10q' conftest.err >conftest.er1
4038 cat conftest.er1 >&5
4039 rm -f conftest.er1 conftest.err
4040 fi
4041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4042 test $ac_status = 0; }
4043done
4044
4045cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4046/* end confdefs.h. */
4047
4048int
4049main ()
4050{
4051
4052 ;
4053 return 0;
4054}
4055_ACEOF
4056ac_clean_files_save=$ac_clean_files
4057ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4058# Try to create an executable without -o first, disregard a.out.
4059# It will help us diagnose broken compilers, and finding out an intuition
4060# of exeext.
4061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4062$as_echo_n "checking for C compiler default output file name... " >&6; }
4063ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4064
4065# The possible output files:
4066ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4067
4068ac_rmfiles=
4069for ac_file in $ac_files
4070do
4071 case $ac_file in
4072 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4073 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4074 esac
4075done
4076rm -f $ac_rmfiles
4077
4078if { { ac_try="$ac_link_default"
4079case "(($ac_try" in
4080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4081 *) ac_try_echo=$ac_try;;
4082esac
4083eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4084$as_echo "$ac_try_echo"; } >&5
4085 (eval "$ac_link_default") 2>&5
4086 ac_status=$?
4087 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4088 test $ac_status = 0; }; then :
4089 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4090# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4091# in a Makefile. We should not override ac_cv_exeext if it was cached,
4092# so that the user can short-circuit this test for compilers unknown to
4093# Autoconf.
4094for ac_file in $ac_files ''
4095do
4096 test -f "$ac_file" || continue
4097 case $ac_file in
4098 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4099 ;;
4100 [ab].out )
4101 # We found the default executable, but exeext='' is most
4102 # certainly right.
4103 break;;
4104 *.* )
4105 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4106 then :; else
4107 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4108 fi
4109 # We set ac_cv_exeext here because the later test for it is not
4110 # safe: cross compilers may not add the suffix if given an `-o'
4111 # argument, so we may need to know it at that point already.
4112 # Even if this section looks crufty: it has the advantage of
4113 # actually working.
4114 break;;
4115 * )
4116 break;;
4117 esac
4118done
4119test "$ac_cv_exeext" = no && ac_cv_exeext=
4120
4121else
4122 ac_file=''
4123fi
4124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4125$as_echo "$ac_file" >&6; }
4126if test -z "$ac_file"; then :
4127 $as_echo "$as_me: failed program was:" >&5
4128sed 's/^/| /' conftest.$ac_ext >&5
4129
4130{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4131$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4132{ as_fn_set_status 77
4133as_fn_error "C compiler cannot create executables
4134See \`config.log' for more details." "$LINENO" 5; }; }
4135fi
4136ac_exeext=$ac_cv_exeext
4137
4138# Check that the compiler produces executables we can run. If not, either
4139# the compiler is broken, or we cross compile.
4140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4141$as_echo_n "checking whether the C compiler works... " >&6; }
4142# If not cross compiling, check that we can run a simple program.
4143if test "$cross_compiling" != yes; then
4144 if { ac_try='./$ac_file'
4145 { { case "(($ac_try" in
4146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4147 *) ac_try_echo=$ac_try;;
4148esac
4149eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4150$as_echo "$ac_try_echo"; } >&5
4151 (eval "$ac_try") 2>&5
4152 ac_status=$?
4153 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4154 test $ac_status = 0; }; }; then
4155 cross_compiling=no
4156 else
4157 if test "$cross_compiling" = maybe; then
4158 cross_compiling=yes
4159 else
4160 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4161$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4162as_fn_error "cannot run C compiled programs.
4163If you meant to cross compile, use \`--host'.
4164See \`config.log' for more details." "$LINENO" 5; }
4165 fi
4166 fi
4167fi
4168{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4169$as_echo "yes" >&6; }
4170
4171rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4172ac_clean_files=$ac_clean_files_save
4173# Check that the compiler produces executables we can run. If not, either
4174# the compiler is broken, or we cross compile.
4175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4176$as_echo_n "checking whether we are cross compiling... " >&6; }
4177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4178$as_echo "$cross_compiling" >&6; }
4179
4180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4181$as_echo_n "checking for suffix of executables... " >&6; }
4182if { { ac_try="$ac_link"
4183case "(($ac_try" in
4184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4185 *) ac_try_echo=$ac_try;;
4186esac
4187eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4188$as_echo "$ac_try_echo"; } >&5
4189 (eval "$ac_link") 2>&5
4190 ac_status=$?
4191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4192 test $ac_status = 0; }; then :
4193 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4194# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4195# work properly (i.e., refer to `conftest.exe'), while it won't with
4196# `rm'.
4197for ac_file in conftest.exe conftest conftest.*; do
4198 test -f "$ac_file" || continue
4199 case $ac_file in
4200 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4201 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4202 break;;
4203 * ) break;;
4204 esac
4205done
4206else
4207 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4208$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4209as_fn_error "cannot compute suffix of executables: cannot compile and link
4210See \`config.log' for more details." "$LINENO" 5; }
4211fi
4212rm -f conftest$ac_cv_exeext
4213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4214$as_echo "$ac_cv_exeext" >&6; }
4215
4216rm -f conftest.$ac_ext
4217EXEEXT=$ac_cv_exeext
4218ac_exeext=$EXEEXT
4219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4220$as_echo_n "checking for suffix of object files... " >&6; }
4221if test "${ac_cv_objext+set}" = set; then :
4222 $as_echo_n "(cached) " >&6
4223else
4224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4225/* end confdefs.h. */
4226
4227int
4228main ()
4229{
4230
4231 ;
4232 return 0;
4233}
4234_ACEOF
4235rm -f conftest.o conftest.obj
4236if { { ac_try="$ac_compile"
4237case "(($ac_try" in
4238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4239 *) ac_try_echo=$ac_try;;
4240esac
4241eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4242$as_echo "$ac_try_echo"; } >&5
4243 (eval "$ac_compile") 2>&5
4244 ac_status=$?
4245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4246 test $ac_status = 0; }; then :
4247 for ac_file in conftest.o conftest.obj conftest.*; do
4248 test -f "$ac_file" || continue;
4249 case $ac_file in
4250 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4251 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4252 break;;
4253 esac
4254done
4255else
4256 $as_echo "$as_me: failed program was:" >&5
4257sed 's/^/| /' conftest.$ac_ext >&5
4258
4259{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4260$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4261as_fn_error "cannot compute suffix of object files: cannot compile
4262See \`config.log' for more details." "$LINENO" 5; }
4263fi
4264rm -f conftest.$ac_cv_objext conftest.$ac_ext
4265fi
4266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4267$as_echo "$ac_cv_objext" >&6; }
4268OBJEXT=$ac_cv_objext
4269ac_objext=$OBJEXT
4270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4271$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4272if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4273 $as_echo_n "(cached) " >&6
4274else
4275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4276/* end confdefs.h. */
4277
4278int
4279main ()
4280{
4281#ifndef __GNUC__
4282 choke me
4283#endif
4284
4285 ;
4286 return 0;
4287}
4288_ACEOF
4289if ac_fn_c_try_compile "$LINENO"; then :
4290 ac_compiler_gnu=yes
4291else
4292 ac_compiler_gnu=no
4293fi
4294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4295ac_cv_c_compiler_gnu=$ac_compiler_gnu
4296
4297fi
4298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4299$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4300if test $ac_compiler_gnu = yes; then
4301 GCC=yes
4302else
4303 GCC=
4304fi
4305ac_test_CFLAGS=${CFLAGS+set}
4306ac_save_CFLAGS=$CFLAGS
4307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4308$as_echo_n "checking whether $CC accepts -g... " >&6; }
4309if test "${ac_cv_prog_cc_g+set}" = set; then :
4310 $as_echo_n "(cached) " >&6
4311else
4312 ac_save_c_werror_flag=$ac_c_werror_flag
4313 ac_c_werror_flag=yes
4314 ac_cv_prog_cc_g=no
4315 CFLAGS="-g"
4316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4317/* end confdefs.h. */
4318
4319int
4320main ()
4321{
4322
4323 ;
4324 return 0;
4325}
4326_ACEOF
4327if ac_fn_c_try_compile "$LINENO"; then :
4328 ac_cv_prog_cc_g=yes
4329else
4330 CFLAGS=""
4331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4332/* end confdefs.h. */
4333
4334int
4335main ()
4336{
4337
4338 ;
4339 return 0;
4340}
4341_ACEOF
4342if ac_fn_c_try_compile "$LINENO"; then :
4343
4344else
4345 ac_c_werror_flag=$ac_save_c_werror_flag
4346 CFLAGS="-g"
4347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4348/* end confdefs.h. */
4349
4350int
4351main ()
4352{
4353
4354 ;
4355 return 0;
4356}
4357_ACEOF
4358if ac_fn_c_try_compile "$LINENO"; then :
4359 ac_cv_prog_cc_g=yes
4360fi
4361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4362fi
4363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4364fi
4365rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4366 ac_c_werror_flag=$ac_save_c_werror_flag
4367fi
4368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4369$as_echo "$ac_cv_prog_cc_g" >&6; }
4370if test "$ac_test_CFLAGS" = set; then
4371 CFLAGS=$ac_save_CFLAGS
4372elif test $ac_cv_prog_cc_g = yes; then
4373 if test "$GCC" = yes; then
4374 CFLAGS="-g -O2"
4375 else
4376 CFLAGS="-g"
4377 fi
4378else
4379 if test "$GCC" = yes; then
4380 CFLAGS="-O2"
4381 else
4382 CFLAGS=
4383 fi
4384fi
4385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4386$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4387if test "${ac_cv_prog_cc_c89+set}" = set; then :
4388 $as_echo_n "(cached) " >&6
4389else
4390 ac_cv_prog_cc_c89=no
4391ac_save_CC=$CC
4392cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4393/* end confdefs.h. */
4394#include <stdarg.h>
4395#include <stdio.h>
4396#include <sys/types.h>
4397#include <sys/stat.h>
4398/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4399struct buf { int x; };
4400FILE * (*rcsopen) (struct buf *, struct stat *, int);
4401static char *e (p, i)
4402 char **p;
4403 int i;
4404{
4405 return p[i];
4406}
4407static char *f (char * (*g) (char **, int), char **p, ...)
4408{
4409 char *s;
4410 va_list v;
4411 va_start (v,p);
4412 s = g (p, va_arg (v,int));
4413 va_end (v);
4414 return s;
4415}
4416
4417/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4418 function prototypes and stuff, but not '\xHH' hex character constants.
4419 These don't provoke an error unfortunately, instead are silently treated
4420 as 'x'. The following induces an error, until -std is added to get
4421 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4422 array size at least. It's necessary to write '\x00'==0 to get something
4423 that's true only with -std. */
4424int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4425
4426/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4427 inside strings and character constants. */
4428#define FOO(x) 'x'
4429int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4430
4431int test (int i, double x);
4432struct s1 {int (*f) (int a);};
4433struct s2 {int (*f) (double a);};
4434int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4435int argc;
4436char **argv;
4437int
4438main ()
4439{
4440return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4441 ;
4442 return 0;
4443}
4444_ACEOF
4445for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4446 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4447do
4448 CC="$ac_save_CC $ac_arg"
4449 if ac_fn_c_try_compile "$LINENO"; then :
4450 ac_cv_prog_cc_c89=$ac_arg
4451fi
4452rm -f core conftest.err conftest.$ac_objext
4453 test "x$ac_cv_prog_cc_c89" != "xno" && break
4454done
4455rm -f conftest.$ac_ext
4456CC=$ac_save_CC
4457
4458fi
4459# AC_CACHE_VAL
4460case "x$ac_cv_prog_cc_c89" in
4461 x)
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4463$as_echo "none needed" >&6; } ;;
4464 xno)
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4466$as_echo "unsupported" >&6; } ;;
4467 *)
4468 CC="$CC $ac_cv_prog_cc_c89"
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4470$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4471esac
4472if test "x$ac_cv_prog_cc_c89" != xno; then :
4473
4474fi
4475
4476ac_ext=c
4477ac_cpp='$CPP $CPPFLAGS'
4478ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4479ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4480ac_compiler_gnu=$ac_cv_c_compiler_gnu
4481
4482ac_ext=cpp
4483ac_cpp='$CXXCPP $CPPFLAGS'
4484ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4485ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4486ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4487if test -z "$CXX"; then
4488 if test -n "$CCC"; then
4489 CXX=$CCC
4490 else
4491 if test -n "$ac_tool_prefix"; then
4492 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4493 do
4494 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4495set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4497$as_echo_n "checking for $ac_word... " >&6; }
4498if test "${ac_cv_prog_CXX+set}" = set; then :
4499 $as_echo_n "(cached) " >&6
4500else
4501 if test -n "$CXX"; then
4502 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4503else
4504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4505for as_dir in $PATH
4506do
4507 IFS=$as_save_IFS
4508 test -z "$as_dir" && as_dir=.
4509 for ac_exec_ext in '' $ac_executable_extensions; do
4510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4511 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4513 break 2
4514 fi
4515done
4516 done
4517IFS=$as_save_IFS
4518
4519fi
4520fi
4521CXX=$ac_cv_prog_CXX
4522if test -n "$CXX"; then
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4524$as_echo "$CXX" >&6; }
4525else
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4527$as_echo "no" >&6; }
4528fi
4529
4530
4531 test -n "$CXX" && break
4532 done
4533fi
4534if test -z "$CXX"; then
4535 ac_ct_CXX=$CXX
4536 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4537do
4538 # Extract the first word of "$ac_prog", so it can be a program name with args.
4539set dummy $ac_prog; ac_word=$2
4540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4541$as_echo_n "checking for $ac_word... " >&6; }
4542if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4543 $as_echo_n "(cached) " >&6
4544else
4545 if test -n "$ac_ct_CXX"; then
4546 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4547else
4548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549for as_dir in $PATH
4550do
4551 IFS=$as_save_IFS
4552 test -z "$as_dir" && as_dir=.
4553 for ac_exec_ext in '' $ac_executable_extensions; do
4554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4555 ac_cv_prog_ac_ct_CXX="$ac_prog"
4556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 break 2
4558 fi
4559done
4560 done
4561IFS=$as_save_IFS
4562
4563fi
4564fi
4565ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4566if test -n "$ac_ct_CXX"; then
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4568$as_echo "$ac_ct_CXX" >&6; }
4569else
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4571$as_echo "no" >&6; }
4572fi
4573
4574
4575 test -n "$ac_ct_CXX" && break
4576done
4577
4578 if test "x$ac_ct_CXX" = x; then
4579 CXX="g++"
4580 else
4581 case $cross_compiling:$ac_tool_warned in
4582yes:)
4583{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4584$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4585ac_tool_warned=yes ;;
4586esac
4587 CXX=$ac_ct_CXX
4588 fi
4589fi
4590
4591 fi
4592fi
4593# Provide some information about the compiler.
4594$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4595set X $ac_compile
4596ac_compiler=$2
4597for ac_option in --version -v -V -qversion; do
4598 { { ac_try="$ac_compiler $ac_option >&5"
4599case "(($ac_try" in
4600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4601 *) ac_try_echo=$ac_try;;
4602esac
4603eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4604$as_echo "$ac_try_echo"; } >&5
4605 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4606 ac_status=$?
4607 if test -s conftest.err; then
4608 sed '10a\
4609... rest of stderr output deleted ...
4610 10q' conftest.err >conftest.er1
4611 cat conftest.er1 >&5
4612 rm -f conftest.er1 conftest.err
4613 fi
4614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4615 test $ac_status = 0; }
4616done
4617
4618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4619$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4620if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4621 $as_echo_n "(cached) " >&6
4622else
4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4624/* end confdefs.h. */
4625
4626int
4627main ()
4628{
4629#ifndef __GNUC__
4630 choke me
4631#endif
4632
4633 ;
4634 return 0;
4635}
4636_ACEOF
4637if ac_fn_cxx_try_compile "$LINENO"; then :
4638 ac_compiler_gnu=yes
4639else
4640 ac_compiler_gnu=no
4641fi
4642rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4643ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4644
4645fi
4646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4647$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4648if test $ac_compiler_gnu = yes; then
4649 GXX=yes
4650else
4651 GXX=
4652fi
4653ac_test_CXXFLAGS=${CXXFLAGS+set}
4654ac_save_CXXFLAGS=$CXXFLAGS
4655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4656$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4657if test "${ac_cv_prog_cxx_g+set}" = set; then :
4658 $as_echo_n "(cached) " >&6
4659else
4660 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4661 ac_cxx_werror_flag=yes
4662 ac_cv_prog_cxx_g=no
4663 CXXFLAGS="-g"
4664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4665/* end confdefs.h. */
4666
4667int
4668main ()
4669{
4670
4671 ;
4672 return 0;
4673}
4674_ACEOF
4675if ac_fn_cxx_try_compile "$LINENO"; then :
4676 ac_cv_prog_cxx_g=yes
4677else
4678 CXXFLAGS=""
4679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4680/* end confdefs.h. */
4681
4682int
4683main ()
4684{
4685
4686 ;
4687 return 0;
4688}
4689_ACEOF
4690if ac_fn_cxx_try_compile "$LINENO"; then :
4691
4692else
4693 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4694 CXXFLAGS="-g"
4695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4696/* end confdefs.h. */
4697
4698int
4699main ()
4700{
4701
4702 ;
4703 return 0;
4704}
4705_ACEOF
4706if ac_fn_cxx_try_compile "$LINENO"; then :
4707 ac_cv_prog_cxx_g=yes
4708fi
4709rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4710fi
4711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4712fi
4713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4714 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4715fi
4716{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4717$as_echo "$ac_cv_prog_cxx_g" >&6; }
4718if test "$ac_test_CXXFLAGS" = set; then
4719 CXXFLAGS=$ac_save_CXXFLAGS
4720elif test $ac_cv_prog_cxx_g = yes; then
4721 if test "$GXX" = yes; then
4722 CXXFLAGS="-g -O2"
4723 else
4724 CXXFLAGS="-g"
4725 fi
4726else
4727 if test "$GXX" = yes; then
4728 CXXFLAGS="-O2"
4729 else
4730 CXXFLAGS=
4731 fi
4732fi
4733ac_ext=c
4734ac_cpp='$CPP $CPPFLAGS'
4735ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4736ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4737ac_compiler_gnu=$ac_cv_c_compiler_gnu
4738
4739
4740# We must set the default linker to the linker used by gcc for the correct
4741# operation of libtool. If LD is not defined and we are using gcc, try to
4742# set the LD default to the ld used by gcc.
4743if test -z "$LD"; then
4744 if test "$GCC" = yes; then
4745 case $build in
4746 *-*-mingw*)
4747 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4748 *)
4749 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4750 esac
4751 case $gcc_prog_ld in
4752 # Accept absolute paths.
4753 [\\/]* | [A-Za-z]:[\\/]*)
4754 LD="$gcc_prog_ld" ;;
4755 esac
4756 fi
4757fi
4758
4759
4760
4761
4762if test -n "$ac_tool_prefix"; then
4763 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4764set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4766$as_echo_n "checking for $ac_word... " >&6; }
4767if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4768 $as_echo_n "(cached) " >&6
4769else
4770 if test -n "$GNATBIND"; then
4771 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4772else
4773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774for as_dir in $PATH
4775do
4776 IFS=$as_save_IFS
4777 test -z "$as_dir" && as_dir=.
4778 for ac_exec_ext in '' $ac_executable_extensions; do
4779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4780 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4782 break 2
4783 fi
4784done
4785 done
4786IFS=$as_save_IFS
4787
4788fi
4789fi
4790GNATBIND=$ac_cv_prog_GNATBIND
4791if test -n "$GNATBIND"; then
4792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4793$as_echo "$GNATBIND" >&6; }
4794else
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4796$as_echo "no" >&6; }
4797fi
4798
4799
4800fi
4801if test -z "$ac_cv_prog_GNATBIND"; then
4802 ac_ct_GNATBIND=$GNATBIND
4803 # Extract the first word of "gnatbind", so it can be a program name with args.
4804set dummy gnatbind; ac_word=$2
4805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4806$as_echo_n "checking for $ac_word... " >&6; }
4807if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4808 $as_echo_n "(cached) " >&6
4809else
4810 if test -n "$ac_ct_GNATBIND"; then
4811 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4812else
4813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4814for as_dir in $PATH
4815do
4816 IFS=$as_save_IFS
4817 test -z "$as_dir" && as_dir=.
4818 for ac_exec_ext in '' $ac_executable_extensions; do
4819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4820 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4822 break 2
4823 fi
4824done
4825 done
4826IFS=$as_save_IFS
4827
4828fi
4829fi
4830ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4831if test -n "$ac_ct_GNATBIND"; then
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4833$as_echo "$ac_ct_GNATBIND" >&6; }
4834else
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4836$as_echo "no" >&6; }
4837fi
4838
4839 if test "x$ac_ct_GNATBIND" = x; then
4840 GNATBIND="no"
4841 else
4842 case $cross_compiling:$ac_tool_warned in
4843yes:)
4844{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4845$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4846ac_tool_warned=yes ;;
4847esac
4848 GNATBIND=$ac_ct_GNATBIND
4849 fi
4850else
4851 GNATBIND="$ac_cv_prog_GNATBIND"
4852fi
4853
4854if test -n "$ac_tool_prefix"; then
4855 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4856set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4858$as_echo_n "checking for $ac_word... " >&6; }
4859if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4860 $as_echo_n "(cached) " >&6
4861else
4862 if test -n "$GNATMAKE"; then
4863 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4864else
4865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4866for as_dir in $PATH
4867do
4868 IFS=$as_save_IFS
4869 test -z "$as_dir" && as_dir=.
4870 for ac_exec_ext in '' $ac_executable_extensions; do
4871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4872 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4874 break 2
4875 fi
4876done
4877 done
4878IFS=$as_save_IFS
4879
4880fi
4881fi
4882GNATMAKE=$ac_cv_prog_GNATMAKE
4883if test -n "$GNATMAKE"; then
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4885$as_echo "$GNATMAKE" >&6; }
4886else
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4888$as_echo "no" >&6; }
4889fi
4890
4891
4892fi
4893if test -z "$ac_cv_prog_GNATMAKE"; then
4894 ac_ct_GNATMAKE=$GNATMAKE
4895 # Extract the first word of "gnatmake", so it can be a program name with args.
4896set dummy gnatmake; ac_word=$2
4897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4898$as_echo_n "checking for $ac_word... " >&6; }
4899if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4900 $as_echo_n "(cached) " >&6
4901else
4902 if test -n "$ac_ct_GNATMAKE"; then
4903 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
4904else
4905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906for as_dir in $PATH
4907do
4908 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=.
4910 for ac_exec_ext in '' $ac_executable_extensions; do
4911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4912 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
4913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4914 break 2
4915 fi
4916done
4917 done
4918IFS=$as_save_IFS
4919
4920fi
4921fi
4922ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4923if test -n "$ac_ct_GNATMAKE"; then
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4925$as_echo "$ac_ct_GNATMAKE" >&6; }
4926else
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928$as_echo "no" >&6; }
4929fi
4930
4931 if test "x$ac_ct_GNATMAKE" = x; then
4932 GNATMAKE="no"
4933 else
4934 case $cross_compiling:$ac_tool_warned in
4935yes:)
4936{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4937$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4938ac_tool_warned=yes ;;
4939esac
4940 GNATMAKE=$ac_ct_GNATMAKE
4941 fi
4942else
4943 GNATMAKE="$ac_cv_prog_GNATMAKE"
4944fi
4945
4946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
4947$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
4948if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
4949 $as_echo_n "(cached) " >&6
4950else
4951 cat >conftest.adb <<EOF
4952procedure conftest is begin null; end conftest;
4953EOF
4954acx_cv_cc_gcc_supports_ada=no
4955# There is a bug in old released versions of GCC which causes the
4956# driver to exit successfully when the appropriate language module
4957# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4958# Therefore we must check for the error message as well as an
4959# unsuccessful exit.
4960# Other compilers, like HP Tru64 UNIX cc, exit successfully when
4961# given a .adb file, but produce no object file. So we must check
4962# if an object file was really produced to guard against this.
4963errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4964if test x"$errors" = x && test -f conftest.$ac_objext; then
4965 acx_cv_cc_gcc_supports_ada=yes
4966fi
4967rm -f conftest.*
4968fi
4969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
4970$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
4971
4972if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
4973 have_gnat=yes
4974else
4975 have_gnat=no
4976fi
4977
4978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
4979$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
4980if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
4981 $as_echo_n "(cached) " >&6
4982else
4983 echo abfoo >t1
4984 echo cdfoo >t2
4985 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4986 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4987 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4988 :
4989 else
4990 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4991 fi
4992 fi
4993 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4994 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4995 :
4996 else
4997 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
4998 fi
4999 fi
5000 rm t1 t2
5001
5002fi
5003{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5004$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5005do_compare="$gcc_cv_prog_cmp_skip"
5006
5007
5008
5009# See if we are building gcc with C++.
5010# Check whether --enable-build-with-cxx was given.
5011if test "${enable_build_with_cxx+set}" = set; then :
5012 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
5013else
5014 ENABLE_BUILD_WITH_CXX=no
5015fi
5016
5017
5018# Used for setting $lt_cv_objdir
5019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5020$as_echo_n "checking for objdir... " >&6; }
5021if test "${lt_cv_objdir+set}" = set; then :
5022 $as_echo_n "(cached) " >&6
5023else
5024 rm -f .libs 2>/dev/null
5025mkdir .libs 2>/dev/null
5026if test -d .libs; then
5027 lt_cv_objdir=.libs
5028else
5029 # MS-DOS does not allow filenames that begin with a dot.
5030 lt_cv_objdir=_libs
5031fi
5032rmdir .libs 2>/dev/null
5033fi
5034{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5035$as_echo "$lt_cv_objdir" >&6; }
5036objdir=$lt_cv_objdir
5037
5038
5039
5040
5041
5042cat >>confdefs.h <<_ACEOF
5043#define LT_OBJDIR "$lt_cv_objdir/"
5044_ACEOF
5045
5046
5047
5048# Check for GMP, MPFR and MPC
5049gmplibs="-lmpc -lmpfr -lgmp"
5050gmpinc=
5051have_gmp=no
5052
5053# Specify a location for mpc
5054# check for this first so it ends up on the link line before mpfr.
5055
5056# Check whether --with-mpc was given.
5057if test "${with_mpc+set}" = set; then :
5058 withval=$with_mpc;
5059fi
5060
5061
5062# Check whether --with-mpc-include was given.
5063if test "${with_mpc_include+set}" = set; then :
5064 withval=$with_mpc_include;
5065fi
5066
5067
5068# Check whether --with-mpc-lib was given.
5069if test "${with_mpc_lib+set}" = set; then :
5070 withval=$with_mpc_lib;
5071fi
5072
5073
5074if test "x$with_mpc" != x; then
5075 gmplibs="-L$with_mpc/lib $gmplibs"
5076 gmpinc="-I$with_mpc/include $gmpinc"
5077fi
5078if test "x$with_mpc_include" != x; then
5079 gmpinc="-I$with_mpc_include $gmpinc"
5080fi
5081if test "x$with_mpc_lib" != x; then
5082 gmplibs="-L$with_mpc_lib $gmplibs"
5083fi
5084if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5085 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5086 gmpinc='-I$$s/mpc/src '"$gmpinc"
5087 # Do not test the mpc version. Assume that it is sufficient, since
5088 # it is in the source tree, and the library has not been built yet
5089 # but it would be included on the link line in the version check below
5090 # hence making the test fail.
5091 have_gmp=yes
5092fi
5093
5094# Specify a location for mpfr
5095# check for this first so it ends up on the link line before gmp.
5096
5097# Check whether --with-mpfr-dir was given.
5098if test "${with_mpfr_dir+set}" = set; then :
5099 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5100Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5101fi
5102
5103
5104
5105# Check whether --with-mpfr was given.
5106if test "${with_mpfr+set}" = set; then :
5107 withval=$with_mpfr;
5108fi
5109
5110
5111# Check whether --with-mpfr-include was given.
5112if test "${with_mpfr_include+set}" = set; then :
5113 withval=$with_mpfr_include;
5114fi
5115
5116
5117# Check whether --with-mpfr-lib was given.
5118if test "${with_mpfr_lib+set}" = set; then :
5119 withval=$with_mpfr_lib;
5120fi
5121
5122
5123if test "x$with_mpfr" != x; then
5124 gmplibs="-L$with_mpfr/lib $gmplibs"
5125 gmpinc="-I$with_mpfr/include $gmpinc"
5126fi
5127if test "x$with_mpfr_include" != x; then
5128 gmpinc="-I$with_mpfr_include $gmpinc"
5129fi
5130if test "x$with_mpfr_lib" != x; then
5131 gmplibs="-L$with_mpfr_lib $gmplibs"
5132fi
5133if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5134 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5135 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5136 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5137 # Do not test the mpfr version. Assume that it is sufficient, since
5138 # it is in the source tree, and the library has not been built yet
5139 # but it would be included on the link line in the version check below
5140 # hence making the test fail.
5141 have_gmp=yes
5142fi
5143
5144# Specify a location for gmp
5145
5146# Check whether --with-gmp-dir was given.
5147if test "${with_gmp_dir+set}" = set; then :
5148 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5149Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5150fi
5151
5152
5153
5154# Check whether --with-gmp was given.
5155if test "${with_gmp+set}" = set; then :
5156 withval=$with_gmp;
5157fi
5158
5159
5160# Check whether --with-gmp-include was given.
5161if test "${with_gmp_include+set}" = set; then :
5162 withval=$with_gmp_include;
5163fi
5164
5165
5166# Check whether --with-gmp-lib was given.
5167if test "${with_gmp_lib+set}" = set; then :
5168 withval=$with_gmp_lib;
5169fi
5170
5171
5172
5173if test "x$with_gmp" != x; then
5174 gmplibs="-L$with_gmp/lib $gmplibs"
5175 gmpinc="-I$with_gmp/include $gmpinc"
5176fi
5177if test "x$with_gmp_include" != x; then
5178 gmpinc="-I$with_gmp_include $gmpinc"
5179fi
5180if test "x$with_gmp_lib" != x; then
5181 gmplibs="-L$with_gmp_lib $gmplibs"
5182fi
5183if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5184 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5185 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5186 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5187 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5188 # Do not test the gmp version. Assume that it is sufficient, since
5189 # it is in the source tree, and the library has not been built yet
5190 # but it would be included on the link line in the version check below
5191 # hence making the test fail.
5192 have_gmp=yes
5193fi
5194
5195if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5196 have_gmp=yes
5197 saved_CFLAGS="$CFLAGS"
5198 CFLAGS="$CFLAGS $gmpinc"
5199 # Check for the recommended and required versions of GMP.
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5201$as_echo_n "checking for the correct version of gmp.h... " >&6; }
5202
5203cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5204/* end confdefs.h. */
5205#include "gmp.h"
5206int
5207main ()
5208{
5209
5210 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5211 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5212 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5213 choke me
5214 #endif
5215
5216 ;
5217 return 0;
5218}
5219_ACEOF
5220if ac_fn_c_try_compile "$LINENO"; then :
5221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5222/* end confdefs.h. */
5223#include <gmp.h>
5224int
5225main ()
5226{
5227
5228 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5229 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5230 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5231 choke me
5232 #endif
5233
5234 ;
5235 return 0;
5236}
5237_ACEOF
5238if ac_fn_c_try_compile "$LINENO"; then :
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5240$as_echo "yes" >&6; }
5241else
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5243$as_echo "buggy but acceptable" >&6; }
5244fi
5245rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5246else
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5248$as_echo "no" >&6; }; have_gmp=no
5249fi
5250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5251
5252 # If we have GMP, check the MPFR version.
5253 if test x"$have_gmp" = xyes; then
5254 # Check for the recommended and required versions of MPFR.
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5256$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5258/* end confdefs.h. */
5259#include <gmp.h>
5260 #include <mpfr.h>
5261int
5262main ()
5263{
5264
5265 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5266 choke me
5267 #endif
5268
5269 ;
5270 return 0;
5271}
5272_ACEOF
5273if ac_fn_c_try_compile "$LINENO"; then :
5274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5275/* end confdefs.h. */
5276#include <gmp.h>
5277 #include <mpfr.h>
5278int
5279main ()
5280{
5281
5282 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5283 choke me
5284 #endif
5285
5286 ;
5287 return 0;
5288}
5289_ACEOF
5290if ac_fn_c_try_compile "$LINENO"; then :
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5292$as_echo "yes" >&6; }
5293else
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5295$as_echo "buggy but acceptable" >&6; }
5296fi
5297rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5298else
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5300$as_echo "no" >&6; }; have_gmp=no
5301fi
5302rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5303 fi
5304
5305 # Check for the MPC header version.
5306 if test x"$have_gmp" = xyes ; then
5307 # Check for the recommended and required versions of MPC.
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5309$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5311/* end confdefs.h. */
5312#include <mpc.h>
5313int
5314main ()
5315{
5316
5317 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5318 choke me
5319 #endif
5320
5321 ;
5322 return 0;
5323}
5324_ACEOF
5325if ac_fn_c_try_compile "$LINENO"; then :
5326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5327/* end confdefs.h. */
5328#include <mpc.h>
5329int
5330main ()
5331{
5332
5333 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5334 choke me
5335 #endif
5336
5337 ;
5338 return 0;
5339}
5340_ACEOF
5341if ac_fn_c_try_compile "$LINENO"; then :
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5343$as_echo "yes" >&6; }
5344else
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5346$as_echo "buggy but acceptable" >&6; }
5347fi
5348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5349else
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5351$as_echo "no" >&6; }; have_gmp=no
5352fi
5353rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5354 fi
5355
5356 # Now check the MPFR library.
5357 if test x"$have_gmp" = xyes; then
5358 saved_LIBS="$LIBS"
5359 LIBS="$LIBS $gmplibs"
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5361$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363/* end confdefs.h. */
5364#include <mpc.h>
5365int
5366main ()
5367{
5368
5369 mpfr_t n;
5370 mpfr_t x;
5371 mpc_t c;
5372 int t;
5373 mpfr_init (n);
5374 mpfr_init (x);
5375 mpfr_atan2 (n, n, x, GMP_RNDN);
5376 mpfr_erfc (n, x, GMP_RNDN);
5377 mpfr_subnormalize (x, t, GMP_RNDN);
5378 mpfr_clear(n);
5379 mpfr_clear(x);
5380 mpc_init2 (c, 53);
5381 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5382 mpc_cosh (c, c, MPC_RNDNN);
5383 mpc_pow (c, c, c, MPC_RNDNN);
5384 mpc_acosh (c, c, MPC_RNDNN);
5385 mpc_clear (c);
5386
5387 ;
5388 return 0;
5389}
5390_ACEOF
5391if ac_fn_c_try_link "$LINENO"; then :
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5393$as_echo "yes" >&6; }
5394else
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5396$as_echo "no" >&6; }; have_gmp=no
5397fi
5398rm -f core conftest.err conftest.$ac_objext \
5399 conftest$ac_exeext conftest.$ac_ext
5400 LIBS="$saved_LIBS"
5401 fi
5402
5403 CFLAGS="$saved_CFLAGS"
5404
5405# The library versions listed in the error message below should match
5406# the HARD-minimums enforced above.
5407 if test x$have_gmp != xyes; then
5408 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5409Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5410their locations. Source code for these libraries can be found at
5411their respective hosting sites as well as at
5412ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5413http://gcc.gnu.org/install/prerequisites.html for additional info. If
5414you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5415make sure that you have installed both the libraries and the header
5416files. They may be located in separate packages." "$LINENO" 5
5417 fi
5418fi
5419
5420# Flags needed for both GMP, MPFR and/or MPC.
5421
5422
5423
5424
5425
5426
5427# Allow host libstdc++ to be specified for static linking with PPL.
5428
5429# Check whether --with-host-libstdcxx was given.
5430if test "${with_host_libstdcxx+set}" = set; then :
5431 withval=$with_host_libstdcxx;
5432fi
5433
5434
5435case $with_host_libstdcxx in
5436 no|yes)
5437 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5438 ;;
5439esac
5440
5441# Linker flags to use for stage1 or when not boostrapping.
5442
5443# Check whether --with-stage1-ldflags was given.
5444if test "${with_stage1_ldflags+set}" = set; then :
5445 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5446 stage1_ldflags=
5447 else
5448 stage1_ldflags=$withval
5449 fi
5450else
5451 stage1_ldflags=
5452fi
5453
5454
5455
5456# Libraries to use for stage1 or when not bootstrapping.
5457
5458# Check whether --with-stage1-libs was given.
5459if test "${with_stage1_libs+set}" = set; then :
5460 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5461 stage1_libs=
5462 else
5463 stage1_libs=$withval
5464 fi
5465else
5466 stage1_libs=$with_host_libstdcxx
5467fi
5468
5469
5470
5471# Libraries to use for stage2 and later builds. This defaults to the
5472# argument passed to --with-host-libstdcxx.
5473
5474# Check whether --with-boot-libs was given.
5475if test "${with_boot_libs+set}" = set; then :
5476 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5477 poststage1_libs=
5478 else
5479 poststage1_libs=$withval
5480 fi
5481else
5482 poststage1_libs=$with_host_libstdcxx
5483fi
5484
5485
5486
5487# Linker flags to use for stage2 and later builds.
5488
5489# Check whether --with-boot-ldflags was given.
5490if test "${with_boot_ldflags+set}" = set; then :
5491 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5492 poststage1_ldflags=
5493 else
5494 poststage1_ldflags=$withval
5495 fi
5496else
5497 poststage1_ldflags=
5498 # In stages 2 and 3, default to linking libstdc++ and libgcc
5499 # statically. But if the user explicitly specified the libraries to
5500 # use, trust that they are doing what they want.
5501 if test "$poststage1_libs" = ""; then
5502 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5503 fi
5504fi
5505
5506
5507
5508# Check for PPL
5509ppllibs=
5510pplinc=
5511pwllib=
5512
5513
5514# Check whether --with-ppl was given.
5515if test "${with_ppl+set}" = set; then :
5516 withval=$with_ppl;
5517fi
5518
5519
5520# Check whether --with-ppl-include was given.
5521if test "${with_ppl_include+set}" = set; then :
5522 withval=$with_ppl_include;
5523fi
5524
5525
5526# Check whether --with-ppl-lib was given.
5527if test "${with_ppl_lib+set}" = set; then :
5528 withval=$with_ppl_lib;
5529fi
5530
5531
5532# Check whether --enable-ppl-version-check was given.
5533if test "${enable_ppl_version_check+set}" = set; then :
5534 enableval=$enable_ppl_version_check;
5535fi
5536
5537
5538case $with_ppl in
5539 yes | no | "")
5540 ;;
5541 *)
5542 ppllibs="-L$with_ppl/lib"
5543 pplinc="-I$with_ppl/include $pplinc"
5544 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5545 with_ppl=yes
5546 else
5547 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5548 fi
5549 ;;
5550esac
5551
5552if test x"$with_ppl_include" != x; then
5553 pplinc="-I$with_ppl_include $pplinc"
5554 with_ppl=yes
5555fi
5556
5557if test "x$with_ppl_lib" != x; then
5558 ppllibs="-L$with_ppl_lib"
5559 with_ppl=yes
5560fi
5561
5562if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5563 if test x"$enable_watchdog" = xyes; then
5564 pwllib="-lpwl"
5565 fi
5566 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5567 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5568 enable_ppl_version_check=no
5569 with_ppl=yes
5570fi
5571
5572if test "x$with_ppl" != xno; then
5573 if test "x$pwllib" = x; then
5574 saved_LIBS="$LIBS"
5575 LIBS="$LIBS $ppllibs -lstdc++ -lm"
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5577$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5578if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5579 $as_echo_n "(cached) " >&6
5580else
5581 ac_check_lib_save_LIBS=$LIBS
5582LIBS="-lpwl $LIBS"
5583cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5584/* end confdefs.h. */
5585
5586/* Override any GCC internal prototype to avoid an error.
5587 Use char because int might match the return type of a GCC
5588 builtin and then its argument prototype would still apply. */
5589#ifdef __cplusplus
5590extern "C"
5591#endif
5592char PWL_handle_timeout ();
5593int
5594main ()
5595{
5596return PWL_handle_timeout ();
5597 ;
5598 return 0;
5599}
5600_ACEOF
5601if ac_fn_c_try_link "$LINENO"; then :
5602 ac_cv_lib_pwl_PWL_handle_timeout=yes
5603else
5604 ac_cv_lib_pwl_PWL_handle_timeout=no
5605fi
5606rm -f core conftest.err conftest.$ac_objext \
5607 conftest$ac_exeext conftest.$ac_ext
5608LIBS=$ac_check_lib_save_LIBS
5609fi
5610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5611$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5612if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5613 pwllib="-lpwl"
5614fi
5615
5616 LIBS="$saved_LIBS"
5617 fi
5618
5619 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5620
5621 if test "$enable_ppl_version_check" != no; then
5622 saved_CFLAGS="$CFLAGS"
5623 CFLAGS="$CFLAGS $pplinc $gmpinc"
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5625$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5627/* end confdefs.h. */
5628#include "ppl_c.h"
5629int
5630main ()
5631{
5632
5633 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5634 choke me
5635 #endif
5636
5637 ;
5638 return 0;
5639}
5640_ACEOF
5641if ac_fn_c_try_compile "$LINENO"; then :
5642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5643$as_echo "yes" >&6; }
5644else
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5646$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5647fi
5648rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5649 CFLAGS="$saved_CFLAGS"
5650 fi
5651fi
5652
5653# Flags needed for PPL
5654
5655
5656
5657
5658# Check for CLOOG
5659
5660
5661
5662# Check whether --with-cloog was given.
5663if test "${with_cloog+set}" = set; then :
5664 withval=$with_cloog;
5665fi
5666
5667
5668# Check whether --with-cloog-include was given.
5669if test "${with_cloog_include+set}" = set; then :
5670 withval=$with_cloog_include;
5671fi
5672
5673
5674# Check whether --with-cloog-lib was given.
5675if test "${with_cloog_lib+set}" = set; then :
5676 withval=$with_cloog_lib;
5677fi
5678
5679
5680 # Check whether --enable-cloog-backend was given.
5681if test "${enable_cloog_backend+set}" = set; then :
5682 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5683 cloog_backend=isl
5684 elif test "x${enableval}" = "xppl"; then
5685 cloog_backend=ppl
5686 else
5687 cloog_backend=ppl-legacy
5688 fi
5689else
5690 cloog_backend=ppl-legacy
5691fi
5692
5693 # Check whether --enable-cloog-version-check was given.
5694if test "${enable_cloog_version_check+set}" = set; then :
5695 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5696else
5697 ENABLE_CLOOG_CHECK=yes
5698fi
5699
5700
5701 # Initialize clooglibs and clooginc.
5702 case $with_cloog in
5703 no)
5704 clooglibs=
5705 clooginc=
5706 ;;
5707 "" | yes)
5708 ;;
5709 *)
5710 clooglibs="-L$with_cloog/lib"
5711 clooginc="-I$with_cloog/include"
5712 ;;
5713 esac
5714 if test "x${with_cloog_include}" != x ; then
5715 clooginc="-I$with_cloog_include"
5716 fi
5717 if test "x${with_cloog_lib}" != x; then
5718 clooglibs="-L$with_cloog_lib"
5719 fi
5720
5721
5722
5723
5724
5725if test "x$with_ppl" = "xno"; then
5726
5727
5728
5729 if test "x${with_cloog}" = xno; then
5730 graphite_requested=no
5731 elif test "x${with_cloog}" != x \
5732 || test "x${with_cloog_include}" != x \
5733 || test "x${with_cloog_lib}" != x ; then
5734 graphite_requested=yes
5735 else
5736 graphite_requested=no
5737 fi
5738
5739
5740 if test "${graphite_requested}" = yes; then
5741 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5742 fi
5743 with_cloog=no
5744fi
5745if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5746 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5747 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5748 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5749fi
5750if test "x$with_cloog" != "xno"; then
5751
5752
5753
5754 _cloog_saved_CFLAGS=$CFLAGS
5755 _cloog_saved_CPPFLAGS=$CPPFLAGS
5756 _cloog_saved_LDFLAGS=$LDFLAGS
5757 _cloog_saved_LIBS=$LIBS
5758
5759 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5760
5761 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5762 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5763 LDFLAGS="${LDFLAGS} ${clooglibs}"
5764
5765 case $cloog_backend in
5766 "ppl-legacy")
5767 CFLAGS="${CFLAGS} ${pplinc}"
5768 LDFLAGS="${LDFLAGS} ${ppllibs}"
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5770$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5771if test "${gcc_cv_cloog_type+set}" = set; then :
5772 $as_echo_n "(cached) " >&6
5773else
5774 LIBS="-lcloog ${_cloog_saved_LIBS}"
5775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5776/* end confdefs.h. */
5777#include "cloog/cloog.h"
5778int
5779main ()
5780{
5781#ifndef CLOOG_PPL_BACKEND
5782 choke me
5783 #endif
5784 ;
5785 return 0;
5786}
5787_ACEOF
5788if ac_fn_c_try_link "$LINENO"; then :
5789 gcc_cv_cloog_type="PPL Legacy"
5790else
5791 gcc_cv_cloog_type=no
5792fi
5793rm -f core conftest.err conftest.$ac_objext \
5794 conftest$ac_exeext conftest.$ac_ext
5795fi
5796{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5797$as_echo "$gcc_cv_cloog_type" >&6; }
5798 ;;
5799 "isl")
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5801$as_echo_n "checking for installed CLooG ISL... " >&6; }
5802if test "${gcc_cv_cloog_type+set}" = set; then :
5803 $as_echo_n "(cached) " >&6
5804else
5805 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5807/* end confdefs.h. */
5808#include "cloog/cloog.h"
5809int
5810main ()
5811{
5812cloog_version ()
5813 ;
5814 return 0;
5815}
5816_ACEOF
5817if ac_fn_c_try_link "$LINENO"; then :
5818 gcc_cv_cloog_type="ISL"
5819else
5820 gcc_cv_cloog_type=no
5821fi
5822rm -f core conftest.err conftest.$ac_objext \
5823 conftest$ac_exeext conftest.$ac_ext
5824fi
5825{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5826$as_echo "$gcc_cv_cloog_type" >&6; }
5827 ;;
5828 "ppl")
5829 CFLAGS="${CFLAGS} ${pplinc}"
5830 LDFLAGS="${LDFLAGS} ${ppllibs}"
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5832$as_echo_n "checking for installed CLooG PPL... " >&6; }
5833if test "${gcc_cv_cloog_type+set}" = set; then :
5834 $as_echo_n "(cached) " >&6
5835else
5836 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5838/* end confdefs.h. */
5839#include "cloog/cloog.h"
5840 #include "cloog/ppl/cloog.h"
5841int
5842main ()
5843{
5844cloog_version ()
5845 ;
5846 return 0;
5847}
5848_ACEOF
5849if ac_fn_c_try_link "$LINENO"; then :
5850 gcc_cv_cloog_type="PPL"
5851else
5852 gcc_cv_cloog_type=no
5853fi
5854rm -f core conftest.err conftest.$ac_objext \
5855 conftest$ac_exeext conftest.$ac_ext
5856fi
5857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5858$as_echo "$gcc_cv_cloog_type" >&6; }
5859 ;;
5860 *)
5861 gcc_cv_cloog_type=""
5862 esac
5863
5864 case $gcc_cv_cloog_type in
5865 "PPL Legacy")
5866 clooginc="${clooginc}"
5867 clooglibs="${clooglibs} -lcloog"
5868 cloog_org=no
5869 ;;
5870 "ISL")
5871 clooginc="${clooginc} ${_cloogorginc}"
5872 clooglibs="${clooglibs} -lcloog-isl -lisl"
5873 cloog_org=yes
5874 ;;
5875 "PPL")
5876 clooginc="${clooginc} ${_cloogorginc}"
5877 clooglibs="${clooglibs} -lcloog-ppl"
5878 cloog_org=yes
5879 ;;
5880 *)
5881 clooglibs=
5882 clooginc=
5883 cloog_org=
5884 ;;
5885 esac
5886
5887 LIBS=$_cloog_saved_LIBS
5888 CFLAGS=$_cloog_saved_CFLAGS
5889 CPPFLAGS=$_cloog_saved_CPPFLAGS
5890 LDFLAGS=$_cloog_saved_LDFLAGS
5891
5892
5893
5894
5895
5896 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5897 _cloog_saved_CFLAGS=$CFLAGS
5898 _cloog_saved_LDFLAGS=$LDFLAGS
5899
5900 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
5901 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
5902
5903 if test "${cloog_org}" = yes ; then
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
5905$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
5906if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
5907 $as_echo_n "(cached) " >&6
5908else
5909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5910/* end confdefs.h. */
5911#include "cloog/cloog.h"
5912int
5913main ()
5914{
5915#if CLOOG_VERSION_MAJOR != 0 \
5916 || CLOOG_VERSION_MINOR != 16 \
5917 || CLOOG_VERSION_REVISION < 1
5918 choke me
5919 #endif
5920 ;
5921 return 0;
5922}
5923_ACEOF
5924if ac_fn_c_try_compile "$LINENO"; then :
5925 gcc_cv_cloog_ct_0_14_0=yes
5926else
5927 gcc_cv_cloog_ct_0_14_0=no
5928fi
5929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5930fi
5931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
5932$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
5933 elif test "${cloog_org}" = no ; then
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
5935$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
5936if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
5937 $as_echo_n "(cached) " >&6
5938else
5939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5940/* end confdefs.h. */
5941#include "cloog/cloog.h"
5942int
5943main ()
5944{
5945#if CLOOG_VERSION_MAJOR != 0 \
5946 || CLOOG_VERSION_MINOR != 15 \
5947 || CLOOG_VERSION_REVISION < 5
5948 choke me
5949 #endif
5950 ;
5951 return 0;
5952}
5953_ACEOF
5954if ac_fn_c_try_compile "$LINENO"; then :
5955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5956/* end confdefs.h. */
5957#include "cloog/cloog.h"
5958int
5959main ()
5960{
5961#if CLOOG_VERSION_MAJOR != 0 \
5962 || CLOOG_VERSION_MINOR != 15 \
5963 || CLOOG_VERSION_REVISION < 9
5964 choke me
5965 #endif
5966 ;
5967 return 0;
5968}
5969_ACEOF
5970if ac_fn_c_try_compile "$LINENO"; then :
5971 gcc_cv_cloog_ct_0_15_5=yes
5972else
5973 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
5974fi
5975rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5976else
5977 gcc_cv_cloog_ct_0_15_5=no
5978fi
5979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5980fi
5981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
5982$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
5983 fi
5984
5985 CFLAGS=$_cloog_saved_CFLAGS
5986 LDFLAGS=$_cloog_saved_LDFLAGS
5987 fi
5988
5989
5990
5991
5992
5993
5994
5995 if test "x${with_cloog}" = xno; then
5996 graphite_requested=no
5997 elif test "x${with_cloog}" != x \
5998 || test "x${with_cloog_include}" != x \
5999 || test "x${with_cloog_lib}" != x ; then
6000 graphite_requested=yes
6001 else
6002 graphite_requested=no
6003 fi
6004
6005
6006
6007 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6008 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6009 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6010 clooglibs=
6011 clooginc=
6012 fi
6013
6014 if test "${graphite_requested}" = yes \
6015 && test "x${clooglibs}" = x \
6016 && test "x${clooginc}" = x ; then
6017
6018 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6019 fi
6020
6021
6022fi
6023
6024# Check for LTO support.
6025# Check whether --enable-lto was given.
6026if test "${enable_lto+set}" = set; then :
6027 enableval=$enable_lto; enable_lto=$enableval
6028else
6029 enable_lto=yes; default_enable_lto=yes
6030fi
6031
6032
6033
6034
6035
6036target_elf=no
6037case $target in
6038 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6039 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6040 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6041 target_elf=no
6042 ;;
6043 *)
6044 target_elf=yes
6045 ;;
6046esac
6047
6048if test $target_elf = yes; then :
6049 # ELF platforms build the lto-plugin always.
6050 build_lto_plugin=yes
6051
6052else
6053 if test x"$default_enable_lto" = x"yes" ; then
6054 case $target in
6055 *-apple-darwin* | *-cygwin* | *-mingw*) ;;
6056 # On other non-ELF platforms, LTO has yet to be validated.
6057 *) enable_lto=no ;;
6058 esac
6059 else
6060 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6061 # It would also be nice to check the binutils support, but we don't
6062 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6063 # warn during gcc/ subconfigure; unless you're bootstrapping with
6064 # -flto it won't be needed until after installation anyway.
6065 case $target in
6066 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6067 *) if test x"$enable_lto" = x"yes"; then
6068 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6069 fi
6070 ;;
6071 esac
6072 fi
6073 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6074 # Build it unless LTO was explicitly disabled.
6075 case $target in
6076 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6077 *) ;;
6078 esac
6079
6080fi
6081
6082
6083
6084# By default, C is the only stage 1 language.
6085stage1_languages=,c,
6086
6087# Target libraries that we bootstrap.
6088bootstrap_target_libs=,target-libgcc,
6089
6090# Figure out what language subdirectories are present.
6091# Look if the user specified --enable-languages="..."; if not, use
6092# the environment variable $LANGUAGES if defined. $LANGUAGES might
6093# go away some day.
6094# NB: embedded tabs in this IF block -- do not untabify
6095if test -d ${srcdir}/gcc; then
6096 if test x"${enable_languages+set}" != xset; then
6097 if test x"${LANGUAGES+set}" = xset; then
6098 enable_languages="${LANGUAGES}"
6099 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6100 else
6101 enable_languages=all
6102 fi
6103 else
6104 if test x"${enable_languages}" = x ||
6105 test x"${enable_languages}" = xyes;
6106 then
6107 echo configure.in: --enable-languages needs at least one language argument 1>&2
6108 exit 1
6109 fi
6110 fi
6111 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6112
6113 # 'f95' is the old name for the 'fortran' language. We issue a warning
6114 # and make the substitution.
6115 case ,${enable_languages}, in
6116 *,f95,*)
6117 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6118 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6119 ;;
6120 esac
6121
6122 # First scan to see if an enabled language requires some other language.
6123 # We assume that a given config-lang.in will list all the language
6124 # front ends it requires, even if some are required indirectly.
6125 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6126 case ${lang_frag} in
6127 ..) ;;
6128 # The odd quoting in the next line works around
6129 # an apparent bug in bash 1.12 on linux.
6130 ${srcdir}/gcc/[*]/config-lang.in) ;;
6131 *)
6132 # From the config-lang.in, get $language, $lang_requires, and
6133 # $lang_requires_boot_languages.
6134 language=
6135 lang_requires=
6136 lang_requires_boot_languages=
6137 . ${lang_frag}
6138 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6139 case ,${enable_languages}, in
6140 *,$other,*) ;;
6141 *,all,*) ;;
6142 *,$language,*)
6143 echo " \`$other' language required by \`$language'; enabling" 1>&2
6144 enable_languages="${enable_languages},${other}"
6145 ;;
6146 esac
6147 done
6148 for other in ${lang_requires_boot_languages} ; do
6149 if test "$other" != "c"; then
6150 case ,${enable_stage1_languages}, in
6151 *,$other,*) ;;
6152 *,all,*) ;;
6153 *)
6154 case ,${enable_languages}, in
6155 *,$language,*)
6156 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6157 enable_stage1_languages="$enable_stage1_languages,${other}"
6158 ;;
6159 esac
6160 ;;
6161 esac
6162 fi
6163 done
6164 ;;
6165 esac
6166 done
6167
6168 new_enable_languages=,c,
6169
6170 # If LTO is enabled, add the LTO front end.
6171 extra_host_libiberty_configure_flags=
6172 if test "$enable_lto" = "yes" ; then
6173 case ,${enable_languages}, in
6174 *,lto,*) ;;
6175 *) enable_languages="${enable_languages},lto" ;;
6176 esac
6177 if test "${build_lto_plugin}" = "yes" ; then
6178 configdirs="$configdirs lto-plugin"
6179 extra_host_libiberty_configure_flags=--enable-shared
6180 fi
6181 fi
6182
6183
6184 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6185 potential_languages=,c,
6186
6187 enabled_target_libs=
6188 disabled_target_libs=
6189
6190 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6191 case ${lang_frag} in
6192 ..) ;;
6193 # The odd quoting in the next line works around
6194 # an apparent bug in bash 1.12 on linux.
6195 ${srcdir}/gcc/[*]/config-lang.in) ;;
6196 *)
6197 # From the config-lang.in, get $language, $target_libs,
6198 # $lang_dirs, $boot_language, and $build_by_default
6199 language=
6200 target_libs=
6201 lang_dirs=
6202 subdir_requires=
6203 boot_language=no
6204 build_by_default=yes
6205 . ${lang_frag}
6206 if test x${language} = x; then
6207 echo "${lang_frag} doesn't set \$language." 1>&2
6208 exit 1
6209 fi
6210
6211 if test "$language" = "c++" \
6212 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6213 boot_language=yes
6214 fi
6215
6216 case ,${enable_languages}, in
6217 *,${language},*)
6218 # Language was explicitly selected; include it.
6219 add_this_lang=yes
6220 ;;
6221 *,all,*)
6222 # 'all' was selected, select it if it is a default language
6223 add_this_lang=${build_by_default}
6224 ;;
6225 *)
6226 add_this_lang=no
6227 ;;
6228 esac
6229
6230 # Disable languages that need other directories if these aren't available.
6231 for i in $subdir_requires; do
6232 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6233 case ,${enable_languages}, in
6234 *,${language},*)
6235 # Specifically requested language; tell them.
6236 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6237 ;;
6238 *)
6239 # Silently disable.
6240 add_this_lang=unsupported
6241 ;;
6242 esac
6243 done
6244
6245 # Disable Ada if no preexisting GNAT is available.
6246 case ,${enable_languages},:${language}:${have_gnat} in
6247 *,${language},*:ada:no)
6248 # Specifically requested language; tell them.
6249 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6250 ;;
6251 *:ada:no)
6252 # Silently disable.
6253 add_this_lang=unsupported
6254 ;;
6255 esac
6256
6257 # Disable a language that is unsupported by the target.
6258 case " $unsupported_languages " in
6259 *" $language "*)
6260 add_this_lang=unsupported
6261 ;;
6262 esac
6263
6264 case $add_this_lang in
6265 unsupported)
6266 # Remove language-dependent dirs.
6267 disabled_target_libs="$disabled_target_libs $target_libs"
6268 noconfigdirs="$noconfigdirs $lang_dirs"
6269 ;;
6270 no)
6271 # Remove language-dependent dirs; still show language as supported.
6272 disabled_target_libs="$disabled_target_libs $target_libs"
6273 noconfigdirs="$noconfigdirs $lang_dirs"
6274 potential_languages="${potential_languages}${language},"
6275 ;;
6276 yes)
6277 new_enable_languages="${new_enable_languages}${language},"
6278 potential_languages="${potential_languages}${language},"
6279 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6280 enabled_target_libs="$enabled_target_libs $target_libs"
6281 case "${boot_language}:,$enable_stage1_languages," in
6282 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6283 # Add to (comma-separated) list of stage 1 languages.
6284 case ",$stage1_languages," in
6285 *,$language,* | ,yes, | ,all,) ;;
6286 *) stage1_languages="${stage1_languages}${language}," ;;
6287 esac
6288 # We need to bootstrap any supporting libraries.
6289 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6290 ;;
6291 esac
6292 ;;
6293 esac
6294 ;;
6295 esac
6296 done
6297
6298 # Add target libraries which are only needed for disabled languages
6299 # to noconfigdirs.
6300 if test -n "$disabled_target_libs"; then
6301 for dir in $disabled_target_libs; do
6302 case " $enabled_target_libs " in
6303 *" ${dir} "*) ;;
6304 *) noconfigdirs="$noconfigdirs $dir" ;;
6305 esac
6306 done
6307 fi
6308
6309 # Check whether --enable-stage1-languages was given.
6310if test "${enable_stage1_languages+set}" = set; then :
6311 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6312 ,no,|,,)
6313 # Set it to something that will have no effect in the loop below
6314 enable_stage1_languages=c ;;
6315 ,yes,)
6316 enable_stage1_languages=`echo $new_enable_languages | \
6317 sed -e "s/^,//" -e "s/,$//" ` ;;
6318 *,all,*)
6319 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6320 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6321 esac
6322
6323 # Add "good" languages from enable_stage1_languages to stage1_languages,
6324 # while "bad" languages go in missing_languages. Leave no duplicates.
6325 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6326 case $potential_languages in
6327 *,$i,*)
6328 case $stage1_languages in
6329 *,$i,*) ;;
6330 *) stage1_languages="$stage1_languages$i," ;;
6331 esac ;;
6332 *)
6333 case $missing_languages in
6334 *,$i,*) ;;
6335 *) missing_languages="$missing_languages$i," ;;
6336 esac ;;
6337 esac
6338 done
6339fi
6340
6341
6342 # Remove leading/trailing commas that were added for simplicity
6343 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6344 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6345 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6346 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6347
6348 if test "x$missing_languages" != x; then
6349 as_fn_error "
6350The following requested languages could not be built: ${missing_languages}
6351Supported languages are: ${potential_languages}" "$LINENO" 5
6352 fi
6353 if test "x$new_enable_languages" != "x$enable_languages"; then
6354 echo The following languages will be built: ${new_enable_languages}
6355 enable_languages="$new_enable_languages"
6356 fi
6357
6358
6359 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6360fi
6361
6362# Handle --disable-<component> generically.
6363for dir in $configdirs $build_configdirs $target_configdirs ; do
6364 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6365 varname=`echo $dirname | sed -e s/+/_/g`
6366 if eval test x\${enable_${varname}} "=" xno ; then
6367 noconfigdirs="$noconfigdirs $dir"
6368 fi
6369done
6370
6371# Check for Boehm's garbage collector
6372# Check whether --enable-objc-gc was given.
6373if test "${enable_objc_gc+set}" = set; then :
6374 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6375 *,objc,*:*:yes:*target-boehm-gc*)
6376 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6377 ;;
6378esac
6379fi
6380
6381
6382# Make sure we only build Boehm's garbage collector if required.
6383case ,${enable_languages},:${enable_objc_gc} in
6384 *,objc,*:yes)
6385 # Keep target-boehm-gc if requested for Objective-C.
6386 ;;
6387 *)
6388 # Otherwise remove target-boehm-gc depending on target-libjava.
6389 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6390 noconfigdirs="$noconfigdirs target-boehm-gc"
6391 fi
6392 ;;
6393esac
6394
6395# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6396# $build_configdirs and $target_configdirs.
6397# If we have the source for $noconfigdirs entries, add them to $notsupp.
6398
6399notsupp=""
6400for dir in . $skipdirs $noconfigdirs ; do
6401 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6402 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6403 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6404 if test -r $srcdir/$dirname/configure ; then
6405 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6406 true
6407 else
6408 notsupp="$notsupp $dir"
6409 fi
6410 fi
6411 fi
6412 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6413 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6414 if test -r $srcdir/$dirname/configure ; then
6415 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6416 true
6417 else
6418 notsupp="$notsupp $dir"
6419 fi
6420 fi
6421 fi
6422 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6423 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6424 if test -r $srcdir/$dirname/configure ; then
6425 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6426 true
6427 else
6428 notsupp="$notsupp $dir"
6429 fi
6430 fi
6431 fi
6432done
6433
6434# Sometimes the tools are distributed with libiberty but with no other
6435# libraries. In that case, we don't want to build target-libiberty.
6436# Don't let libgcc imply libiberty either.
6437if test -n "${target_configdirs}" ; then
6438 libgcc=
6439 others=
6440 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6441 if test "$i" = "libgcc"; then
6442 libgcc=target-libgcc
6443 elif test "$i" != "libiberty" ; then
6444 if test -r $srcdir/$i/configure ; then
6445 others=yes;
6446 break;
6447 fi
6448 fi
6449 done
6450 if test -z "${others}" ; then
6451 target_configdirs=$libgcc
6452 fi
6453fi
6454
6455# Quietly strip out all directories which aren't configurable in this tree.
6456# This relies on all configurable subdirectories being autoconfiscated, which
6457# is now the case.
6458build_configdirs_all="$build_configdirs"
6459build_configdirs=
6460for i in ${build_configdirs_all} ; do
6461 j=`echo $i | sed -e s/build-//g`
6462 if test -f ${srcdir}/$j/configure ; then
6463 build_configdirs="${build_configdirs} $i"
6464 fi
6465done
6466
6467configdirs_all="$configdirs"
6468configdirs=
6469for i in ${configdirs_all} ; do
6470 if test -f ${srcdir}/$i/configure ; then
6471 configdirs="${configdirs} $i"
6472 fi
6473done
6474
6475target_configdirs_all="$target_configdirs"
6476target_configdirs=
6477for i in ${target_configdirs_all} ; do
6478 j=`echo $i | sed -e s/target-//g`
6479 if test -f ${srcdir}/$j/configure ; then
6480 target_configdirs="${target_configdirs} $i"
6481 fi
6482done
6483
6484# Produce a warning message for the subdirs we can't configure.
6485# This isn't especially interesting in the Cygnus tree, but in the individual
6486# FSF releases, it's important to let people know when their machine isn't
6487# supported by the one or two programs in a package.
6488
6489if test -n "${notsupp}" && test -z "${norecursion}" ; then
6490 # If $appdirs is non-empty, at least one of those directories must still
6491 # be configured, or we error out. (E.g., if the gas release supports a
6492 # specified target in some subdirs but not the gas subdir, we shouldn't
6493 # pretend that all is well.)
6494 if test -n "$appdirs" ; then
6495 for dir in $appdirs ; do
6496 if test -r $dir/Makefile.in ; then
6497 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6498 appdirs=""
6499 break
6500 fi
6501 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6502 appdirs=""
6503 break
6504 fi
6505 fi
6506 done
6507 if test -n "$appdirs" ; then
6508 echo "*** This configuration is not supported by this package." 1>&2
6509 exit 1
6510 fi
6511 fi
6512 # Okay, some application will build, or we don't care to check. Still
6513 # notify of subdirs not getting built.
6514 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6515 echo " ${notsupp}" 1>&2
6516 echo " (Any other directories should still work fine.)" 1>&2
6517fi
6518
6519case "$host" in
6520 *msdosdjgpp*)
6521 enable_gdbtk=no ;;
6522esac
6523
6524# To find our prefix, in gcc_cv_tool_prefix.
6525
6526# The user is always right.
6527if test "${PATH_SEPARATOR+set}" != set; then
6528 echo "#! /bin/sh" >conf$$.sh
6529 echo "exit 0" >>conf$$.sh
6530 chmod +x conf$$.sh
6531 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6532 PATH_SEPARATOR=';'
6533 else
6534 PATH_SEPARATOR=:
6535 fi
6536 rm -f conf$$.sh
6537fi
6538
6539
6540
6541if test "x$exec_prefix" = xNONE; then
6542 if test "x$prefix" = xNONE; then
6543 gcc_cv_tool_prefix=$ac_default_prefix
6544 else
6545 gcc_cv_tool_prefix=$prefix
6546 fi
6547else
6548 gcc_cv_tool_prefix=$exec_prefix
6549fi
6550
6551# If there is no compiler in the tree, use the PATH only. In any
6552# case, if there is no compiler in the tree nobody should use
6553# AS_FOR_TARGET and LD_FOR_TARGET.
6554if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6555 gcc_version=`cat $srcdir/gcc/BASE-VER`
6556 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6557 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6558 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6559 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6560 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6561 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6562else
6563 gcc_cv_tool_dirs=
6564fi
6565
6566if test x$build = x$target && test -n "$md_exec_prefix"; then
6567 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6568fi
6569
6570
6571
6572copy_dirs=
6573
6574
6575# Check whether --with-build-sysroot was given.
6576if test "${with_build_sysroot+set}" = set; then :
6577 withval=$with_build_sysroot; if test x"$withval" != x ; then
6578 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6579 fi
6580else
6581 SYSROOT_CFLAGS_FOR_TARGET=
6582fi
6583
6584
6585
6586
6587# Check whether --with-debug-prefix-map was given.
6588if test "${with_debug_prefix_map+set}" = set; then :
6589 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6590 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6591 for debug_map in $withval; do
6592 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6593 done
6594 fi
6595else
6596 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6597fi
6598
6599
6600
6601# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6602# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6603# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6604# We want to ensure that TARGET libraries (which we know are built with
6605# gcc) are built with "-O2 -g", so include those options when setting
6606# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6607if test "x$CFLAGS_FOR_TARGET" = x; then
6608 CFLAGS_FOR_TARGET=$CFLAGS
6609 case " $CFLAGS " in
6610 *" -O2 "*) ;;
6611 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6612 esac
6613 case " $CFLAGS " in
6614 *" -g "* | *" -g3 "*) ;;
6615 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6616 esac
6617fi
6618
6619
6620if test "x$CXXFLAGS_FOR_TARGET" = x; then
6621 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6622 case " $CXXFLAGS " in
6623 *" -O2 "*) ;;
6624 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6625 esac
6626 case " $CXXFLAGS " in
6627 *" -g "* | *" -g3 "*) ;;
6628 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6629 esac
6630fi
6631
6632
6633# Handle --with-headers=XXX. If the value is not "yes", the contents of
6634# the named directory are copied to $(tooldir)/sys-include.
6635if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6636 if test x${is_cross_compiler} = xno ; then
6637 echo 1>&2 '***' --with-headers is only supported when cross compiling
6638 exit 1
6639 fi
6640 if test x"${with_headers}" != xyes ; then
6641 x=${gcc_cv_tool_prefix}
6642 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6643 fi
6644fi
6645
6646# Handle --with-libs=XXX. If the value is not "yes", the contents of
6647# the name directories are copied to $(tooldir)/lib. Multiple directories
6648# are permitted.
6649if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6650 if test x${is_cross_compiler} = xno ; then
6651 echo 1>&2 '***' --with-libs is only supported when cross compiling
6652 exit 1
6653 fi
6654 if test x"${with_libs}" != xyes ; then
6655 # Copy the libraries in reverse order, so that files in the first named
6656 # library override files in subsequent libraries.
6657 x=${gcc_cv_tool_prefix}
6658 for l in ${with_libs}; do
6659 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6660 done
6661 fi
6662fi
6663
6664# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6665#
6666# This is done by determining whether or not the appropriate directory
6667# is available, and by checking whether or not specific configurations
6668# have requested that this magic not happen.
6669#
6670# The command line options always override the explicit settings in
6671# configure.in, and the settings in configure.in override this magic.
6672#
6673# If the default for a toolchain is to use GNU as and ld, and you don't
6674# want to do that, then you should use the --without-gnu-as and
6675# --without-gnu-ld options for the configure script. Similarly, if
6676# the default is to use the included zlib and you don't want to do that,
6677# you should use the --with-system-zlib option for the configure script.
6678
6679if test x${use_gnu_as} = x &&
6680 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6681 with_gnu_as=yes
6682 extra_host_args="$extra_host_args --with-gnu-as"
6683fi
6684
6685if test x${use_gnu_ld} = x &&
6686 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6687 with_gnu_ld=yes
6688 extra_host_args="$extra_host_args --with-gnu-ld"
6689fi
6690
6691if test x${use_included_zlib} = x &&
6692 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6693 :
6694else
6695 with_system_zlib=yes
6696 extra_host_args="$extra_host_args --with-system-zlib"
6697fi
6698
6699# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6700# can detect this case.
6701
6702if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6703 with_newlib=yes
6704 extra_host_args="$extra_host_args --with-newlib"
6705fi
6706
6707# Handle ${copy_dirs}
6708set fnord ${copy_dirs}
6709shift
6710while test $# != 0 ; do
6711 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6712 :
6713 else
6714 echo Copying $1 to $2
6715
6716 # Use the install script to create the directory and all required
6717 # parent directories.
6718 if test -d $2 ; then
6719 :
6720 else
6721 echo >config.temp
6722 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6723 fi
6724
6725 # Copy the directory, assuming we have tar.
6726 # FIXME: Should we use B in the second tar? Not all systems support it.
6727 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6728
6729 # It is the responsibility of the user to correctly adjust all
6730 # symlinks. If somebody can figure out how to handle them correctly
6731 # here, feel free to add the code.
6732
6733 echo $1 > $2/COPIED
6734 fi
6735 shift; shift
6736done
6737
6738# Determine a target-dependent exec_prefix that the installed
6739# gcc will search in. Keep this list sorted by triplet, with
6740# the *-*-osname triplets last.
6741md_exec_prefix=
6742case "${target}" in
6743 alpha*-*-*vms*)
6744 md_exec_prefix=/gnu/lib/gcc-lib
6745 ;;
6746 i[34567]86-pc-msdosdjgpp*)
6747 md_exec_prefix=/dev/env/DJDIR/bin
6748 ;;
6749 i[34567]86-*-sco3.2v5*)
6750 if test $with_gnu_as = yes; then
6751 md_exec_prefix=/usr/gnu/bin
6752 else
6753 md_exec_prefix=/usr/ccs/bin/elf
6754 fi
6755 ;;
6756
6757 mn10300-*-* | \
6758 powerpc-*-chorusos* | \
6759 powerpc*-*-eabi* | \
6760 powerpc*-*-sysv* | \
6761 powerpc*-*-kaos* | \
6762 s390x-ibm-tpf*)
6763 md_exec_prefix=/usr/ccs/bin
6764 ;;
6765 sparc64-*-elf*)
6766 ;;
6767 v850*-*-*)
6768 md_exec_prefix=/usr/ccs/bin
6769 ;;
6770 xtensa*-*-elf*)
6771 ;;
6772
6773 *-*-beos* | \
6774 *-*-elf* | \
6775 *-*-hpux* | \
6776 *-*-netware* | \
6777 *-*-nto-qnx* | \
6778 *-*-rtems* | \
6779 *-*-solaris2* | \
6780 *-*-sysv[45]* | \
6781 *-*-vxworks* | \
6782 *-wrs-windiss)
6783 md_exec_prefix=/usr/ccs/bin
6784 ;;
6785esac
6786
6787extra_arflags_for_target=
6788extra_nmflags_for_target=
6789extra_ranlibflags_for_target=
6790target_makefile_frag=/dev/null
6791case "${target}" in
6792 mep*-*-*)
6793 target_makefile_frag="config/mt-mep"
6794 ;;
6795 spu-*-*)
6796 target_makefile_frag="config/mt-spu"
6797 ;;
6798 mips*-sde-elf*)
6799 target_makefile_frag="config/mt-sde"
6800 ;;
6801 mipsisa*-*-elfoabi*)
6802 target_makefile_frag="config/mt-mips-elfoabi"
6803 ;;
6804 mips*-*-*linux* | mips*-*-gnu*)
6805 target_makefile_frag="config/mt-mips-gnu"
6806 ;;
6807 *-*-netware*)
6808 target_makefile_frag="config/mt-netware"
6809 ;;
6810 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6811 target_makefile_frag="config/mt-gnu"
6812 ;;
6813 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6814 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6815 # commands to handle both 32-bit and 64-bit objects. These flags are
6816 # harmless if we're using GNU nm or ar.
6817 extra_arflags_for_target=" -X32_64"
6818 extra_nmflags_for_target=" -B -X32_64"
6819 ;;
6820 *-*-darwin[3-9]*)
6821 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6822 extra_ranlibflags_for_target=" -c"
6823 ;;
6824 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6825 target_makefile_frag="config/mt-wince"
6826 ;;
6827esac
6828
6829alphaieee_frag=/dev/null
6830case $target in
6831 alpha*-*-*)
6832 # This just makes sure to use the -mieee option to build target libs.
6833 # This should probably be set individually by each library.
6834 alphaieee_frag="config/mt-alphaieee"
6835 ;;
6836esac
6837
6838# If --enable-target-optspace always use -Os instead of -O2 to build
6839# the target libraries, similarly if it is not specified, use -Os
6840# on selected platforms.
6841ospace_frag=/dev/null
6842case "${enable_target_optspace}:${target}" in
6843 yes:*)
6844 ospace_frag="config/mt-ospace"
6845 ;;
6846 :d30v-*)
6847 ospace_frag="config/mt-d30v"
6848 ;;
6849 :m32r-* | :d10v-* | :fr30-*)
6850 ospace_frag="config/mt-ospace"
6851 ;;
6852 no:* | :*)
6853 ;;
6854 *)
6855 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6856 ;;
6857esac
6858
6859# Default to using --with-stabs for certain targets.
6860if test x${with_stabs} = x ; then
6861 case "${target}" in
6862 mips*-*-irix[56]*)
6863 ;;
6864 mips*-*-* | alpha*-*-osf*)
6865 with_stabs=yes;
6866 extra_host_args="${extra_host_args} --with-stabs"
6867 ;;
6868 esac
6869fi
6870
6871# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
6872# them automatically.
6873case "${host}" in
6874 hppa*64*-*-hpux11*)
6875 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
6876 ;;
6877esac
6878
6879# Some systems (e.g., one of the i386-aix systems the gas testers are
6880# using) don't handle "\$" correctly, so don't use it here.
6881tooldir='${exec_prefix}'/${target_noncanonical}
6882build_tooldir=${tooldir}
6883
6884# Create a .gdbinit file which runs the one in srcdir
6885# and tells GDB to look there for source files.
6886
6887if test -r ${srcdir}/.gdbinit ; then
6888 case ${srcdir} in
6889 .) ;;
6890 *) cat > ./.gdbinit <<EOF
6891# ${NO_EDIT}
6892dir ${srcdir}
6893dir .
6894source ${srcdir}/.gdbinit
6895EOF
6896 ;;
6897 esac
6898fi
6899
6900# Make sure that the compiler is able to generate an executable. If it
6901# can't, we are probably in trouble. We don't care whether we can run the
6902# executable--we might be using a cross compiler--we only care whether it
6903# can be created. At this point the main configure script has set CC.
6904we_are_ok=no
6905echo "int main () { return 0; }" > conftest.c
6906${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6907if test $? = 0 ; then
6908 if test -s conftest || test -s conftest.exe ; then
6909 we_are_ok=yes
6910 fi
6911fi
6912case $we_are_ok in
6913 no)
6914 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6915 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6916 rm -f conftest*
6917 exit 1
6918 ;;
6919esac
6920rm -f conftest*
6921
6922# The Solaris /usr/ucb/cc compiler does not appear to work.
6923case "${host}" in
6924 sparc-sun-solaris2*)
6925 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
6926 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
6927 could_use=
6928 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
6929 if test -d /opt/cygnus/bin ; then
6930 if test "$could_use" = "" ; then
6931 could_use="/opt/cygnus/bin"
6932 else
6933 could_use="$could_use or /opt/cygnus/bin"
6934 fi
6935 fi
6936 if test "$could_use" = "" ; then
6937 echo "Warning: compilation may fail because you're using"
6938 echo "/usr/ucb/cc. You should change your PATH or CC "
6939 echo "variable and rerun configure."
6940 else
6941 echo "Warning: compilation may fail because you're using"
6942 echo "/usr/ucb/cc, when you should use the C compiler from"
6943 echo "$could_use. You should change your"
6944 echo "PATH or CC variable and rerun configure."
6945 fi
6946 fi
6947 ;;
6948esac
6949
6950# Decide which environment variable is used to find dynamic libraries.
6951case "${host}" in
6952 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
6953 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
6954 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
6955 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6956esac
6957
6958# On systems where the dynamic library environment variable is PATH,
6959# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6960# built executables to PATH.
6961if test "$RPATH_ENVVAR" = PATH; then
6962 GCC_SHLIB_SUBDIR=/shlib
6963else
6964 GCC_SHLIB_SUBDIR=
6965fi
6966
6967# Record target_configdirs and the configure arguments for target and
6968# build configuration in Makefile.
6969target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6970build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
6971
6972# If we are building libgomp, bootstrap it.
6973if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6974 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6975fi
6976
6977# Determine whether gdb needs tk/tcl or not.
6978# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6979# and in that case we want gdb to be built without tk. Ugh!
6980# In fact I believe gdb is the *only* package directly dependent on tk,
6981# so we should be able to put the 'maybe's in unconditionally and
6982# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6983# 100% sure that that's safe though.
6984
6985gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
6986case "$enable_gdbtk" in
6987 no)
6988 GDB_TK="" ;;
6989 yes)
6990 GDB_TK="${gdb_tk}" ;;
6991 *)
6992 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6993 # distro. Eventually someone will fix this and move Insight, nee
6994 # gdbtk to a separate directory.
6995 if test -d ${srcdir}/gdb/gdbtk ; then
6996 GDB_TK="${gdb_tk}"
6997 else
6998 GDB_TK=""
6999 fi
7000 ;;
7001esac
7002CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7003INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7004
7005# Strip out unwanted targets.
7006
7007# While at that, we remove Makefiles if we were started for recursive
7008# configuration, so that the top-level Makefile reconfigures them,
7009# like we used to do when configure itself was recursive.
7010
7011# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7012# but now we're fixing up the Makefile ourselves with the additional
7013# commands passed to AC_CONFIG_FILES. Use separate variables
7014# extrasub-{build,host,target} not because there is any reason to split
7015# the substitutions up that way, but only to remain below the limit of
7016# 99 commands in a script, for HP-UX sed.
7017# Do not nest @if/@endif pairs, because configure will not warn you at all.
7018
7019# Check whether --enable-bootstrap was given.
7020if test "${enable_bootstrap+set}" = set; then :
7021 enableval=$enable_bootstrap;
7022else
7023 enable_bootstrap=default
7024fi
7025
7026
7027# Issue errors and warnings for invalid/strange bootstrap combinations.
7028case "$configdirs" in
7029 *gcc*) have_compiler=yes ;;
7030 *) have_compiler=no ;;
7031esac
7032
7033case "$have_compiler:$host:$target:$enable_bootstrap" in
7034 *:*:*:no) ;;
7035
7036 # Default behavior. Enable bootstrap if we have a compiler
7037 # and we are in a native configuration.
7038 yes:$build:$build:default)
7039 enable_bootstrap=yes ;;
7040
7041 *:*:*:default)
7042 enable_bootstrap=no ;;
7043
7044 # We have a compiler and we are in a native configuration, bootstrap is ok
7045 yes:$build:$build:yes)
7046 ;;
7047
7048 # Other configurations, but we have a compiler. Assume the user knows
7049 # what he's doing.
7050 yes:*:*:yes)
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7052$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7053 ;;
7054
7055 # No compiler: if they passed --enable-bootstrap explicitly, fail
7056 no:*:*:yes)
7057 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
7058
7059 # Fail if wrong command line
7060 *)
7061 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
7062 ;;
7063esac
7064
7065case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7066 *,c++,*:yes:yes) ;;
7067 *:yes:yes)
7068 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7069 ;;
7070esac
7071
7072case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7073 yes:yes:*\ gold\ *:*,c++,*) ;;
7074 yes:yes:*\ gold\ *:*)
7075 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7076 ;;
7077esac
7078
7079# Adjust the toplevel makefile according to whether bootstrap was selected.
7080case $enable_bootstrap in
7081 yes)
7082 bootstrap_suffix=bootstrap
7083 BUILD_CONFIG=bootstrap-debug
7084 ;;
7085 no)
7086 bootstrap_suffix=no-bootstrap
7087 BUILD_CONFIG=
7088 ;;
7089esac
7090
7091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7092$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7093
7094
7095# Check whether --with-build-config was given.
7096if test "${with_build_config+set}" = set; then :
7097 withval=$with_build_config; case $with_build_config in
7098 yes) with_build_config= ;;
7099 no) with_build_config= BUILD_CONFIG= ;;
7100 esac
7101fi
7102
7103
7104if test "x${with_build_config}" != x; then
7105 BUILD_CONFIG=$with_build_config
7106else
7107 case $BUILD_CONFIG in
7108 bootstrap-debug)
7109 if echo "int f (void) { return 0; }" > conftest.c &&
7110 ${CC} -c conftest.c &&
7111 mv conftest.o conftest.o.g0 &&
7112 ${CC} -c -g conftest.c &&
7113 mv conftest.o conftest.o.g &&
7114 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7115 :
7116 else
7117 BUILD_CONFIG=
7118 fi
7119 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7120 ;;
7121 esac
7122fi
7123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7124$as_echo "$BUILD_CONFIG" >&6; }
7125
7126
7127extrasub_build=
7128for module in ${build_configdirs} ; do
7129 if test -z "${no_recursion}" \
7130 && test -f ${build_subdir}/${module}/Makefile; then
7131 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7132 rm -f ${build_subdir}/${module}/Makefile
7133 fi
7134 extrasub_build="$extrasub_build
7135/^@if build-$module\$/d
7136/^@endif build-$module\$/d
7137/^@if build-$module-$bootstrap_suffix\$/d
7138/^@endif build-$module-$bootstrap_suffix\$/d"
7139done
7140extrasub_host=
7141for module in ${configdirs} ; do
7142 if test -z "${no_recursion}"; then
7143 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7144 if test -f ${file}; then
7145 echo 1>&2 "*** removing ${file} to force reconfigure"
7146 rm -f ${file}
7147 fi
7148 done
7149 fi
7150 extrasub_host="$extrasub_host
7151/^@if $module\$/d
7152/^@endif $module\$/d
7153/^@if $module-$bootstrap_suffix\$/d
7154/^@endif $module-$bootstrap_suffix\$/d"
7155done
7156extrasub_target=
7157for module in ${target_configdirs} ; do
7158 if test -z "${no_recursion}" \
7159 && test -f ${target_subdir}/${module}/Makefile; then
7160 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7161 rm -f ${target_subdir}/${module}/Makefile
7162 fi
7163
7164 # We only bootstrap target libraries listed in bootstrap_target_libs.
7165 case $bootstrap_target_libs in
7166 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7167 *) target_bootstrap_suffix=no-bootstrap ;;
7168 esac
7169
7170 extrasub_target="$extrasub_target
7171/^@if target-$module\$/d
7172/^@endif target-$module\$/d
7173/^@if target-$module-$target_bootstrap_suffix\$/d
7174/^@endif target-$module-$target_bootstrap_suffix\$/d"
7175done
7176
7177# Do the final fixup along with target modules.
7178extrasub_target="$extrasub_target
7179/^@if /,/^@endif /d"
7180
7181# Create the serialization dependencies. This uses a temporary file.
7182
7183# Check whether --enable-serial-configure was given.
7184if test "${enable_serial_configure+set}" = set; then :
7185 enableval=$enable_serial_configure;
7186fi
7187
7188
7189case ${enable_serial_configure} in
7190 yes)
7191 enable_serial_build_configure=yes
7192 enable_serial_host_configure=yes
7193 enable_serial_target_configure=yes
7194 ;;
7195esac
7196
7197# These force 'configure's to be done one at a time, to avoid problems
7198# with contention over a shared config.cache.
7199rm -f serdep.tmp
7200echo '# serdep.tmp' > serdep.tmp
7201olditem=
7202test "x${enable_serial_build_configure}" = xyes &&
7203for item in ${build_configdirs} ; do
7204 case ${olditem} in
7205 "") ;;
7206 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7207 esac
7208 olditem=${item}
7209done
7210olditem=
7211test "x${enable_serial_host_configure}" = xyes &&
7212for item in ${configdirs} ; do
7213 case ${olditem} in
7214 "") ;;
7215 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7216 esac
7217 olditem=${item}
7218done
7219olditem=
7220test "x${enable_serial_target_configure}" = xyes &&
7221for item in ${target_configdirs} ; do
7222 case ${olditem} in
7223 "") ;;
7224 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7225 esac
7226 olditem=${item}
7227done
7228serialization_dependencies=serdep.tmp
7229
7230
7231# Base args. Strip norecursion, cache-file, srcdir, host, build,
7232# target, nonopt, and variable assignments. These are the ones we
7233# might not want to pass down to subconfigures. The exception being
7234# --cache-file=/dev/null, which is used to turn off the use of cache
7235# files altogether, and which should be passed on to subconfigures.
7236# Also strip program-prefix, program-suffix, and program-transform-name,
7237# so that we can pass down a consistent program-transform-name.
7238baseargs=
7239tbaseargs=
7240keep_next=no
7241skip_next=no
7242eval "set -- $ac_configure_args"
7243for ac_arg
7244do
7245 if test X"$skip_next" = X"yes"; then
7246 skip_next=no
7247 continue
7248 fi
7249 if test X"$keep_next" = X"yes"; then
7250 case $ac_arg in
7251 *\'*)
7252 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7253 esac
7254 baseargs="$baseargs '$ac_arg'"
7255 tbaseargs="$tbaseargs '$ac_arg'"
7256 keep_next=no
7257 continue
7258 fi
7259
7260 # Handle separated arguments. Based on the logic generated by
7261 # autoconf 2.59.
7262 case $ac_arg in
7263 *=* | --config-cache | -C | -disable-* | --disable-* \
7264 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7265 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7266 | -with-* | --with-* | -without-* | --without-* | --x)
7267 separate_arg=no
7268 ;;
7269 -*)
7270 separate_arg=yes
7271 ;;
7272 *)
7273 separate_arg=no
7274 ;;
7275 esac
7276
7277 skip_targ=no
7278 case $ac_arg in
7279
7280 --with-* | --without-*)
7281 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7282
7283 case $libopt in
7284 *[-_]include)
7285 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7286 ;;
7287 *[-_]lib)
7288 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7289 ;;
7290 *)
7291 lib=$libopt
7292 ;;
7293 esac
7294
7295
7296 case $lib in
7297 mpc | mpfr | gmp | ppl | cloog)
7298 # If we're processing --with-$lib, --with-$lib-include or
7299 # --with-$lib-lib, for one of the libs above, and target is
7300 # different from host, don't pass the current argument to any
7301 # target library's configure.
7302 if test x$is_cross_compiler = xyes; then
7303 skip_targ=yes
7304 fi
7305 ;;
7306 esac
7307 ;;
7308 esac
7309
7310 case "$ac_arg" in
7311 --cache-file=/dev/null | \
7312 -cache-file=/dev/null )
7313 # Handled here to avoid the test to skip args below.
7314 baseargs="$baseargs '$ac_arg'"
7315 tbaseargs="$tbaseargs '$ac_arg'"
7316 # Assert: $separate_arg should always be no.
7317 keep_next=$separate_arg
7318 ;;
7319 --no*)
7320 continue
7321 ;;
7322 --c* | \
7323 --sr* | \
7324 --ho* | \
7325 --bu* | \
7326 --t* | \
7327 --program-* | \
7328 -cache_file* | \
7329 -srcdir* | \
7330 -host* | \
7331 -build* | \
7332 -target* | \
7333 -program-prefix* | \
7334 -program-suffix* | \
7335 -program-transform-name* )
7336 skip_next=$separate_arg
7337 continue
7338 ;;
7339 -*)
7340 # An option. Add it.
7341 case $ac_arg in
7342 *\'*)
7343 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7344 esac
7345 baseargs="$baseargs '$ac_arg'"
7346 if test X"$skip_targ" = Xno; then
7347 tbaseargs="$tbaseargs '$ac_arg'"
7348 fi
7349 keep_next=$separate_arg
7350 ;;
7351 *)
7352 # Either a variable assignment, or a nonopt (triplet). Don't
7353 # pass it down; let the Makefile handle this.
7354 continue
7355 ;;
7356 esac
7357done
7358# Remove the initial space we just introduced and, as these will be
7359# expanded by make, quote '$'.
7360baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7361
7362# Add in --program-transform-name, after --program-prefix and
7363# --program-suffix have been applied to it. Autoconf has already
7364# doubled dollar signs and backslashes in program_transform_name; we want
7365# the backslashes un-doubled, and then the entire thing wrapped in single
7366# quotes, because this will be expanded first by make and then by the shell.
7367# Also, because we want to override the logic in subdir configure scripts to
7368# choose program_transform_name, replace any s,x,x, with s,y,y,.
7369sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7370${program_transform_name}
7371EOF_SED
7372gcc_transform_name=`cat conftestsed.out`
7373rm -f conftestsed.out
7374baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7375tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7376if test "$silent" = yes; then
7377 baseargs="$baseargs --silent"
7378 tbaseargs="$tbaseargs --silent"
7379fi
7380baseargs="$baseargs --disable-option-checking"
7381tbaseargs="$tbaseargs --disable-option-checking"
7382
7383# Record and document user additions to sub configure arguments.
7384
7385
7386
7387
7388# For the build-side libraries, we just need to pretend we're native,
7389# and not use the same cache file. Multilibs are neither needed nor
7390# desired.
7391build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7392
7393# For host modules, accept cache file option, or specification as blank.
7394case "${cache_file}" in
7395"") # empty
7396 cache_file_option="" ;;
7397/* | [A-Za-z]:[\\/]* ) # absolute path
7398 cache_file_option="--cache-file=${cache_file}" ;;
7399*) # relative path
7400 cache_file_option="--cache-file=../${cache_file}" ;;
7401esac
7402
7403# Host dirs don't like to share a cache file either, horribly enough.
7404# This seems to be due to autoconf 2.5x stupidity.
7405host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7406
7407target_configargs="$target_configargs ${tbaseargs}"
7408
7409# Passing a --with-cross-host argument lets the target libraries know
7410# whether they are being built with a cross-compiler or being built
7411# native. However, it would be better to use other mechanisms to make the
7412# sorts of decisions they want to make on this basis. Please consider
7413# this option to be deprecated. FIXME.
7414if test x${is_cross_compiler} = xyes ; then
7415 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7416fi
7417
7418# Default to --enable-multilib.
7419if test x${enable_multilib} = x ; then
7420 target_configargs="--enable-multilib ${target_configargs}"
7421fi
7422
7423# Pass --with-newlib if appropriate. Note that target_configdirs has
7424# changed from the earlier setting of with_newlib.
7425if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7426 target_configargs="--with-newlib ${target_configargs}"
7427fi
7428
7429# Different target subdirs use different values of certain variables
7430# (notably CXX). Worse, multilibs use *lots* of different values.
7431# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7432# it doesn't automatically accept command-line overrides of them.
7433# This means it's not safe for target subdirs to share a cache file,
7434# which is disgusting, but there you have it. Hopefully this can be
7435# fixed in future. It's still worthwhile to use a cache file for each
7436# directory. I think.
7437
7438# Pass the appropriate --build, --host, --target and --cache-file arguments.
7439# We need to pass --target, as newer autoconf's requires consistency
7440# for target_alias and gcc doesn't manage it consistently.
7441target_configargs="--cache-file=./config.cache ${target_configargs}"
7442
7443FLAGS_FOR_TARGET=
7444case " $target_configdirs " in
7445 *" newlib "*)
7446 case " $target_configargs " in
7447 *" --with-newlib "*)
7448 case "$target" in
7449 *-cygwin*)
7450 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'
7451 ;;
7452 esac
7453
7454 # If we're not building GCC, don't discard standard headers.
7455 if test -d ${srcdir}/gcc; then
7456 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7457
7458 if test "${build}" != "${host}"; then
7459 # On Canadian crosses, CC_FOR_TARGET will have already been set
7460 # by `configure', so we won't have an opportunity to add -Bgcc/
7461 # to it. This is right: we don't want to search that directory
7462 # for binaries, but we want the header files in there, so add
7463 # them explicitly.
7464 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7465
7466 # Someone might think of using the pre-installed headers on
7467 # Canadian crosses, in case the installed compiler is not fully
7468 # compatible with the compiler being built. In this case, it
7469 # would be better to flag an error than risking having
7470 # incompatible object files being constructed. We can't
7471 # guarantee that an error will be flagged, but let's hope the
7472 # compiler will do it, when presented with incompatible header
7473 # files.
7474 fi
7475 fi
7476
7477 case "${target}-${is_cross_compiler}" in
7478 i[3456789]86-*-linux*-no)
7479 # Here host == target, so we don't need to build gcc,
7480 # so we don't want to discard standard headers.
7481 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7482 ;;
7483 *)
7484 # If we're building newlib, use its generic headers last, but search
7485 # for any libc-related directories first (so make it the last -B
7486 # switch).
7487 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7488
7489 # If we're building libgloss, find the startup file, simulator library
7490 # and linker script.
7491 case " $target_configdirs " in
7492 *" libgloss "*)
7493 # Look for startup file, simulator library and maybe linker script.
7494 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7495 # Look for libnosys.a in case the target needs it.
7496 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7497 # Most targets have the linker script in the source directory.
7498 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7499 ;;
7500 esac
7501 ;;
7502 esac
7503 ;;
7504 esac
7505 ;;
7506esac
7507
7508case "$target" in
7509 x86_64-*mingw* | *-w64-mingw*)
7510 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7511 # however, use a symlink named 'mingw' in ${prefix} .
7512 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7513 ;;
7514 *-mingw*)
7515 # MinGW can't be handled as Cygwin above since it does not use newlib.
7516 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'
7517 ;;
7518esac
7519
7520# Allow the user to override the flags for
7521# our build compiler if desired.
7522if test x"${build}" = x"${host}" ; then
7523 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7524 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7525 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7526fi
7527
7528# On Canadian crosses, we'll be searching the right directories for
7529# the previously-installed cross compiler, so don't bother to add
7530# flags for directories within the install tree of the compiler
7531# being built; programs in there won't even run.
7532if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7533 # Search for pre-installed headers if nothing else fits.
7534 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7535fi
7536
7537if test "x${use_gnu_ld}" = x &&
7538 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7539 # Arrange for us to find uninstalled linker scripts.
7540 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7541fi
7542
7543# Search for other target-specific linker scripts and such.
7544case "${target}" in
7545 mep*)
7546 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7547 ;;
7548esac
7549
7550# Makefile fragments.
7551for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7552do
7553 eval fragval=\$$frag
7554 if test $fragval != /dev/null; then
7555 eval $frag=${srcdir}/$fragval
7556 fi
7557done
7558
7559
7560
7561
7562
7563# Miscellanea: directories, flags, etc.
7564
7565
7566
7567
7568
7569
7570
7571
7572# Build module lists & subconfigure args.
7573
7574
7575
7576# Host module lists & subconfigure args.
7577
7578
7579
7580
7581# Target module lists & subconfigure args.
7582
7583
7584
7585# Build tools.
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604# Generate default definitions for YACC, M4, LEX and other programs that run
7605# on the build machine. These are used if the Makefile can't locate these
7606# programs in objdir.
7607MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7608
7609for ac_prog in 'bison -y' byacc yacc
7610do
7611 # Extract the first word of "$ac_prog", so it can be a program name with args.
7612set dummy $ac_prog; ac_word=$2
7613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7614$as_echo_n "checking for $ac_word... " >&6; }
7615if test "${ac_cv_prog_YACC+set}" = set; then :
7616 $as_echo_n "(cached) " >&6
7617else
7618 if test -n "$YACC"; then
7619 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7620else
7621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7622for as_dir in $PATH
7623do
7624 IFS=$as_save_IFS
7625 test -z "$as_dir" && as_dir=.
7626 for ac_exec_ext in '' $ac_executable_extensions; do
7627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7628 ac_cv_prog_YACC="$ac_prog"
7629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7630 break 2
7631 fi
7632done
7633 done
7634IFS=$as_save_IFS
7635
7636fi
7637fi
7638YACC=$ac_cv_prog_YACC
7639if test -n "$YACC"; then
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7641$as_echo "$YACC" >&6; }
7642else
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7644$as_echo "no" >&6; }
7645fi
7646
7647
7648 test -n "$YACC" && break
7649done
7650test -n "$YACC" || YACC="$MISSING bison -y"
7651
7652case " $build_configdirs " in
7653 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7654 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7655esac
7656
7657for ac_prog in bison
7658do
7659 # Extract the first word of "$ac_prog", so it can be a program name with args.
7660set dummy $ac_prog; ac_word=$2
7661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7662$as_echo_n "checking for $ac_word... " >&6; }
7663if test "${ac_cv_prog_BISON+set}" = set; then :
7664 $as_echo_n "(cached) " >&6
7665else
7666 if test -n "$BISON"; then
7667 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7668else
7669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7670for as_dir in $PATH
7671do
7672 IFS=$as_save_IFS
7673 test -z "$as_dir" && as_dir=.
7674 for ac_exec_ext in '' $ac_executable_extensions; do
7675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7676 ac_cv_prog_BISON="$ac_prog"
7677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7678 break 2
7679 fi
7680done
7681 done
7682IFS=$as_save_IFS
7683
7684fi
7685fi
7686BISON=$ac_cv_prog_BISON
7687if test -n "$BISON"; then
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7689$as_echo "$BISON" >&6; }
7690else
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7692$as_echo "no" >&6; }
7693fi
7694
7695
7696 test -n "$BISON" && break
7697done
7698test -n "$BISON" || BISON="$MISSING bison"
7699
7700case " $build_configdirs " in
7701 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7702esac
7703
7704for ac_prog in gm4 gnum4 m4
7705do
7706 # Extract the first word of "$ac_prog", so it can be a program name with args.
7707set dummy $ac_prog; ac_word=$2
7708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7709$as_echo_n "checking for $ac_word... " >&6; }
7710if test "${ac_cv_prog_M4+set}" = set; then :
7711 $as_echo_n "(cached) " >&6
7712else
7713 if test -n "$M4"; then
7714 ac_cv_prog_M4="$M4" # Let the user override the test.
7715else
7716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7717for as_dir in $PATH
7718do
7719 IFS=$as_save_IFS
7720 test -z "$as_dir" && as_dir=.
7721 for ac_exec_ext in '' $ac_executable_extensions; do
7722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7723 ac_cv_prog_M4="$ac_prog"
7724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7725 break 2
7726 fi
7727done
7728 done
7729IFS=$as_save_IFS
7730
7731fi
7732fi
7733M4=$ac_cv_prog_M4
7734if test -n "$M4"; then
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7736$as_echo "$M4" >&6; }
7737else
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7739$as_echo "no" >&6; }
7740fi
7741
7742
7743 test -n "$M4" && break
7744done
7745test -n "$M4" || M4="$MISSING m4"
7746
7747case " $build_configdirs " in
7748 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7749esac
7750
7751for ac_prog in flex lex
7752do
7753 # Extract the first word of "$ac_prog", so it can be a program name with args.
7754set dummy $ac_prog; ac_word=$2
7755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7756$as_echo_n "checking for $ac_word... " >&6; }
7757if test "${ac_cv_prog_LEX+set}" = set; then :
7758 $as_echo_n "(cached) " >&6
7759else
7760 if test -n "$LEX"; then
7761 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7762else
7763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764for as_dir in $PATH
7765do
7766 IFS=$as_save_IFS
7767 test -z "$as_dir" && as_dir=.
7768 for ac_exec_ext in '' $ac_executable_extensions; do
7769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7770 ac_cv_prog_LEX="$ac_prog"
7771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7772 break 2
7773 fi
7774done
7775 done
7776IFS=$as_save_IFS
7777
7778fi
7779fi
7780LEX=$ac_cv_prog_LEX
7781if test -n "$LEX"; then
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7783$as_echo "$LEX" >&6; }
7784else
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7786$as_echo "no" >&6; }
7787fi
7788
7789
7790 test -n "$LEX" && break
7791done
7792test -n "$LEX" || LEX="$MISSING flex"
7793
7794case " $build_configdirs " in
7795 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7796 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7797esac
7798
7799for ac_prog in flex
7800do
7801 # Extract the first word of "$ac_prog", so it can be a program name with args.
7802set dummy $ac_prog; ac_word=$2
7803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7804$as_echo_n "checking for $ac_word... " >&6; }
7805if test "${ac_cv_prog_FLEX+set}" = set; then :
7806 $as_echo_n "(cached) " >&6
7807else
7808 if test -n "$FLEX"; then
7809 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7810else
7811as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7812for as_dir in $PATH
7813do
7814 IFS=$as_save_IFS
7815 test -z "$as_dir" && as_dir=.
7816 for ac_exec_ext in '' $ac_executable_extensions; do
7817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7818 ac_cv_prog_FLEX="$ac_prog"
7819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7820 break 2
7821 fi
7822done
7823 done
7824IFS=$as_save_IFS
7825
7826fi
7827fi
7828FLEX=$ac_cv_prog_FLEX
7829if test -n "$FLEX"; then
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7831$as_echo "$FLEX" >&6; }
7832else
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7834$as_echo "no" >&6; }
7835fi
7836
7837
7838 test -n "$FLEX" && break
7839done
7840test -n "$FLEX" || FLEX="$MISSING flex"
7841
7842case " $build_configdirs " in
7843 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7844esac
7845
7846for ac_prog in makeinfo
7847do
7848 # Extract the first word of "$ac_prog", so it can be a program name with args.
7849set dummy $ac_prog; ac_word=$2
7850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7851$as_echo_n "checking for $ac_word... " >&6; }
7852if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7853 $as_echo_n "(cached) " >&6
7854else
7855 if test -n "$MAKEINFO"; then
7856 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7857else
7858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7859for as_dir in $PATH
7860do
7861 IFS=$as_save_IFS
7862 test -z "$as_dir" && as_dir=.
7863 for ac_exec_ext in '' $ac_executable_extensions; do
7864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7865 ac_cv_prog_MAKEINFO="$ac_prog"
7866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7867 break 2
7868 fi
7869done
7870 done
7871IFS=$as_save_IFS
7872
7873fi
7874fi
7875MAKEINFO=$ac_cv_prog_MAKEINFO
7876if test -n "$MAKEINFO"; then
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7878$as_echo "$MAKEINFO" >&6; }
7879else
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7881$as_echo "no" >&6; }
7882fi
7883
7884
7885 test -n "$MAKEINFO" && break
7886done
7887test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7888
7889case " $build_configdirs " in
7890 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7891 *)
7892
7893 # For an installed makeinfo, we require it to be from texinfo 4.7 or
7894 # higher, else we use the "missing" dummy.
7895 if ${MAKEINFO} --version \
7896 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
7897 :
7898 else
7899 MAKEINFO="$MISSING makeinfo"
7900 fi
7901 ;;
7902
7903esac
7904
7905# FIXME: expect and dejagnu may become build tools?
7906
7907for ac_prog in expect
7908do
7909 # Extract the first word of "$ac_prog", so it can be a program name with args.
7910set dummy $ac_prog; ac_word=$2
7911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7912$as_echo_n "checking for $ac_word... " >&6; }
7913if test "${ac_cv_prog_EXPECT+set}" = set; then :
7914 $as_echo_n "(cached) " >&6
7915else
7916 if test -n "$EXPECT"; then
7917 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7918else
7919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920for as_dir in $PATH
7921do
7922 IFS=$as_save_IFS
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7926 ac_cv_prog_EXPECT="$ac_prog"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7928 break 2
7929 fi
7930done
7931 done
7932IFS=$as_save_IFS
7933
7934fi
7935fi
7936EXPECT=$ac_cv_prog_EXPECT
7937if test -n "$EXPECT"; then
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7939$as_echo "$EXPECT" >&6; }
7940else
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7942$as_echo "no" >&6; }
7943fi
7944
7945
7946 test -n "$EXPECT" && break
7947done
7948test -n "$EXPECT" || EXPECT="expect"
7949
7950case " $configdirs " in
7951 *" expect "*)
7952 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7953 ;;
7954esac
7955
7956for ac_prog in runtest
7957do
7958 # Extract the first word of "$ac_prog", so it can be a program name with args.
7959set dummy $ac_prog; ac_word=$2
7960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7961$as_echo_n "checking for $ac_word... " >&6; }
7962if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7963 $as_echo_n "(cached) " >&6
7964else
7965 if test -n "$RUNTEST"; then
7966 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7967else
7968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7969for as_dir in $PATH
7970do
7971 IFS=$as_save_IFS
7972 test -z "$as_dir" && as_dir=.
7973 for ac_exec_ext in '' $ac_executable_extensions; do
7974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7975 ac_cv_prog_RUNTEST="$ac_prog"
7976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7977 break 2
7978 fi
7979done
7980 done
7981IFS=$as_save_IFS
7982
7983fi
7984fi
7985RUNTEST=$ac_cv_prog_RUNTEST
7986if test -n "$RUNTEST"; then
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7988$as_echo "$RUNTEST" >&6; }
7989else
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991$as_echo "no" >&6; }
7992fi
7993
7994
7995 test -n "$RUNTEST" && break
7996done
7997test -n "$RUNTEST" || RUNTEST="runtest"
7998
7999case " $configdirs " in
8000 *" dejagnu "*)
8001 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8002 ;;
8003esac
8004
8005
8006# Host tools.
8007ncn_tool_prefix=
8008test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8009ncn_target_tool_prefix=
8010test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8011
8012
8013
8014if test -n "$AR"; then
8015 ac_cv_prog_AR=$AR
8016elif test -n "$ac_cv_prog_AR"; then
8017 AR=$ac_cv_prog_AR
8018fi
8019
8020if test -n "$ac_cv_prog_AR"; then
8021 for ncn_progname in ar; do
8022 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8023set dummy ${ncn_progname}; ac_word=$2
8024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8025$as_echo_n "checking for $ac_word... " >&6; }
8026if test "${ac_cv_prog_AR+set}" = set; then :
8027 $as_echo_n "(cached) " >&6
8028else
8029 if test -n "$AR"; then
8030 ac_cv_prog_AR="$AR" # Let the user override the test.
8031else
8032as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8033for as_dir in $PATH
8034do
8035 IFS=$as_save_IFS
8036 test -z "$as_dir" && as_dir=.
8037 for ac_exec_ext in '' $ac_executable_extensions; do
8038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8039 ac_cv_prog_AR="${ncn_progname}"
8040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8041 break 2
8042 fi
8043done
8044 done
8045IFS=$as_save_IFS
8046
8047fi
8048fi
8049AR=$ac_cv_prog_AR
8050if test -n "$AR"; then
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8052$as_echo "$AR" >&6; }
8053else
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8055$as_echo "no" >&6; }
8056fi
8057
8058
8059 done
8060fi
8061
8062for ncn_progname in ar; do
8063 if test -n "$ncn_tool_prefix"; then
8064 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8065set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8067$as_echo_n "checking for $ac_word... " >&6; }
8068if test "${ac_cv_prog_AR+set}" = set; then :
8069 $as_echo_n "(cached) " >&6
8070else
8071 if test -n "$AR"; then
8072 ac_cv_prog_AR="$AR" # Let the user override the test.
8073else
8074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8075for as_dir in $PATH
8076do
8077 IFS=$as_save_IFS
8078 test -z "$as_dir" && as_dir=.
8079 for ac_exec_ext in '' $ac_executable_extensions; do
8080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8081 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8083 break 2
8084 fi
8085done
8086 done
8087IFS=$as_save_IFS
8088
8089fi
8090fi
8091AR=$ac_cv_prog_AR
8092if test -n "$AR"; then
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8094$as_echo "$AR" >&6; }
8095else
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8097$as_echo "no" >&6; }
8098fi
8099
8100
8101 fi
8102 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8103 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8104set dummy ${ncn_progname}; ac_word=$2
8105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8106$as_echo_n "checking for $ac_word... " >&6; }
8107if test "${ac_cv_prog_AR+set}" = set; then :
8108 $as_echo_n "(cached) " >&6
8109else
8110 if test -n "$AR"; then
8111 ac_cv_prog_AR="$AR" # Let the user override the test.
8112else
8113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8114for as_dir in $PATH
8115do
8116 IFS=$as_save_IFS
8117 test -z "$as_dir" && as_dir=.
8118 for ac_exec_ext in '' $ac_executable_extensions; do
8119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8120 ac_cv_prog_AR="${ncn_progname}"
8121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8122 break 2
8123 fi
8124done
8125 done
8126IFS=$as_save_IFS
8127
8128fi
8129fi
8130AR=$ac_cv_prog_AR
8131if test -n "$AR"; then
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8133$as_echo "$AR" >&6; }
8134else
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8136$as_echo "no" >&6; }
8137fi
8138
8139
8140 fi
8141 test -n "$ac_cv_prog_AR" && break
8142done
8143
8144if test -z "$ac_cv_prog_AR" ; then
8145 set dummy ar
8146 if test $build = $host ; then
8147 AR="$2"
8148 else
8149 AR="${ncn_tool_prefix}$2"
8150 fi
8151fi
8152
8153
8154
8155if test -n "$AS"; then
8156 ac_cv_prog_AS=$AS
8157elif test -n "$ac_cv_prog_AS"; then
8158 AS=$ac_cv_prog_AS
8159fi
8160
8161if test -n "$ac_cv_prog_AS"; then
8162 for ncn_progname in as; do
8163 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8164set dummy ${ncn_progname}; ac_word=$2
8165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8166$as_echo_n "checking for $ac_word... " >&6; }
8167if test "${ac_cv_prog_AS+set}" = set; then :
8168 $as_echo_n "(cached) " >&6
8169else
8170 if test -n "$AS"; then
8171 ac_cv_prog_AS="$AS" # Let the user override the test.
8172else
8173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8174for as_dir in $PATH
8175do
8176 IFS=$as_save_IFS
8177 test -z "$as_dir" && as_dir=.
8178 for ac_exec_ext in '' $ac_executable_extensions; do
8179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8180 ac_cv_prog_AS="${ncn_progname}"
8181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8182 break 2
8183 fi
8184done
8185 done
8186IFS=$as_save_IFS
8187
8188fi
8189fi
8190AS=$ac_cv_prog_AS
8191if test -n "$AS"; then
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8193$as_echo "$AS" >&6; }
8194else
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8196$as_echo "no" >&6; }
8197fi
8198
8199
8200 done
8201fi
8202
8203for ncn_progname in as; do
8204 if test -n "$ncn_tool_prefix"; then
8205 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8206set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8208$as_echo_n "checking for $ac_word... " >&6; }
8209if test "${ac_cv_prog_AS+set}" = set; then :
8210 $as_echo_n "(cached) " >&6
8211else
8212 if test -n "$AS"; then
8213 ac_cv_prog_AS="$AS" # Let the user override the test.
8214else
8215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8216for as_dir in $PATH
8217do
8218 IFS=$as_save_IFS
8219 test -z "$as_dir" && as_dir=.
8220 for ac_exec_ext in '' $ac_executable_extensions; do
8221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8222 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8224 break 2
8225 fi
8226done
8227 done
8228IFS=$as_save_IFS
8229
8230fi
8231fi
8232AS=$ac_cv_prog_AS
8233if test -n "$AS"; then
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8235$as_echo "$AS" >&6; }
8236else
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8238$as_echo "no" >&6; }
8239fi
8240
8241
8242 fi
8243 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8244 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8245set dummy ${ncn_progname}; ac_word=$2
8246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8247$as_echo_n "checking for $ac_word... " >&6; }
8248if test "${ac_cv_prog_AS+set}" = set; then :
8249 $as_echo_n "(cached) " >&6
8250else
8251 if test -n "$AS"; then
8252 ac_cv_prog_AS="$AS" # Let the user override the test.
8253else
8254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255for as_dir in $PATH
8256do
8257 IFS=$as_save_IFS
8258 test -z "$as_dir" && as_dir=.
8259 for ac_exec_ext in '' $ac_executable_extensions; do
8260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8261 ac_cv_prog_AS="${ncn_progname}"
8262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8263 break 2
8264 fi
8265done
8266 done
8267IFS=$as_save_IFS
8268
8269fi
8270fi
8271AS=$ac_cv_prog_AS
8272if test -n "$AS"; then
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8274$as_echo "$AS" >&6; }
8275else
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8277$as_echo "no" >&6; }
8278fi
8279
8280
8281 fi
8282 test -n "$ac_cv_prog_AS" && break
8283done
8284
8285if test -z "$ac_cv_prog_AS" ; then
8286 set dummy as
8287 if test $build = $host ; then
8288 AS="$2"
8289 else
8290 AS="${ncn_tool_prefix}$2"
8291 fi
8292fi
8293
8294
8295
8296if test -n "$DLLTOOL"; then
8297 ac_cv_prog_DLLTOOL=$DLLTOOL
8298elif test -n "$ac_cv_prog_DLLTOOL"; then
8299 DLLTOOL=$ac_cv_prog_DLLTOOL
8300fi
8301
8302if test -n "$ac_cv_prog_DLLTOOL"; then
8303 for ncn_progname in dlltool; do
8304 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8305set dummy ${ncn_progname}; ac_word=$2
8306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8307$as_echo_n "checking for $ac_word... " >&6; }
8308if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8309 $as_echo_n "(cached) " >&6
8310else
8311 if test -n "$DLLTOOL"; then
8312 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8313else
8314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8315for as_dir in $PATH
8316do
8317 IFS=$as_save_IFS
8318 test -z "$as_dir" && as_dir=.
8319 for ac_exec_ext in '' $ac_executable_extensions; do
8320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8321 ac_cv_prog_DLLTOOL="${ncn_progname}"
8322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8323 break 2
8324 fi
8325done
8326 done
8327IFS=$as_save_IFS
8328
8329fi
8330fi
8331DLLTOOL=$ac_cv_prog_DLLTOOL
8332if test -n "$DLLTOOL"; then
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8334$as_echo "$DLLTOOL" >&6; }
8335else
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8337$as_echo "no" >&6; }
8338fi
8339
8340
8341 done
8342fi
8343
8344for ncn_progname in dlltool; do
8345 if test -n "$ncn_tool_prefix"; then
8346 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8347set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8349$as_echo_n "checking for $ac_word... " >&6; }
8350if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8351 $as_echo_n "(cached) " >&6
8352else
8353 if test -n "$DLLTOOL"; then
8354 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8355else
8356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8357for as_dir in $PATH
8358do
8359 IFS=$as_save_IFS
8360 test -z "$as_dir" && as_dir=.
8361 for ac_exec_ext in '' $ac_executable_extensions; do
8362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8363 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8365 break 2
8366 fi
8367done
8368 done
8369IFS=$as_save_IFS
8370
8371fi
8372fi
8373DLLTOOL=$ac_cv_prog_DLLTOOL
8374if test -n "$DLLTOOL"; then
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8376$as_echo "$DLLTOOL" >&6; }
8377else
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8379$as_echo "no" >&6; }
8380fi
8381
8382
8383 fi
8384 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8386set dummy ${ncn_progname}; ac_word=$2
8387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8388$as_echo_n "checking for $ac_word... " >&6; }
8389if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8390 $as_echo_n "(cached) " >&6
8391else
8392 if test -n "$DLLTOOL"; then
8393 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8394else
8395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8396for as_dir in $PATH
8397do
8398 IFS=$as_save_IFS
8399 test -z "$as_dir" && as_dir=.
8400 for ac_exec_ext in '' $ac_executable_extensions; do
8401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8402 ac_cv_prog_DLLTOOL="${ncn_progname}"
8403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8404 break 2
8405 fi
8406done
8407 done
8408IFS=$as_save_IFS
8409
8410fi
8411fi
8412DLLTOOL=$ac_cv_prog_DLLTOOL
8413if test -n "$DLLTOOL"; then
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8415$as_echo "$DLLTOOL" >&6; }
8416else
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8418$as_echo "no" >&6; }
8419fi
8420
8421
8422 fi
8423 test -n "$ac_cv_prog_DLLTOOL" && break
8424done
8425
8426if test -z "$ac_cv_prog_DLLTOOL" ; then
8427 set dummy dlltool
8428 if test $build = $host ; then
8429 DLLTOOL="$2"
8430 else
8431 DLLTOOL="${ncn_tool_prefix}$2"
8432 fi
8433fi
8434
8435
8436
8437if test -n "$LD"; then
8438 ac_cv_prog_LD=$LD
8439elif test -n "$ac_cv_prog_LD"; then
8440 LD=$ac_cv_prog_LD
8441fi
8442
8443if test -n "$ac_cv_prog_LD"; then
8444 for ncn_progname in ld; do
8445 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8446set dummy ${ncn_progname}; ac_word=$2
8447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8448$as_echo_n "checking for $ac_word... " >&6; }
8449if test "${ac_cv_prog_LD+set}" = set; then :
8450 $as_echo_n "(cached) " >&6
8451else
8452 if test -n "$LD"; then
8453 ac_cv_prog_LD="$LD" # Let the user override the test.
8454else
8455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8456for as_dir in $PATH
8457do
8458 IFS=$as_save_IFS
8459 test -z "$as_dir" && as_dir=.
8460 for ac_exec_ext in '' $ac_executable_extensions; do
8461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8462 ac_cv_prog_LD="${ncn_progname}"
8463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8464 break 2
8465 fi
8466done
8467 done
8468IFS=$as_save_IFS
8469
8470fi
8471fi
8472LD=$ac_cv_prog_LD
8473if test -n "$LD"; then
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8475$as_echo "$LD" >&6; }
8476else
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8478$as_echo "no" >&6; }
8479fi
8480
8481
8482 done
8483fi
8484
8485for ncn_progname in ld; do
8486 if test -n "$ncn_tool_prefix"; then
8487 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8488set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8490$as_echo_n "checking for $ac_word... " >&6; }
8491if test "${ac_cv_prog_LD+set}" = set; then :
8492 $as_echo_n "(cached) " >&6
8493else
8494 if test -n "$LD"; then
8495 ac_cv_prog_LD="$LD" # Let the user override the test.
8496else
8497as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8498for as_dir in $PATH
8499do
8500 IFS=$as_save_IFS
8501 test -z "$as_dir" && as_dir=.
8502 for ac_exec_ext in '' $ac_executable_extensions; do
8503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8504 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8506 break 2
8507 fi
8508done
8509 done
8510IFS=$as_save_IFS
8511
8512fi
8513fi
8514LD=$ac_cv_prog_LD
8515if test -n "$LD"; then
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8517$as_echo "$LD" >&6; }
8518else
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8520$as_echo "no" >&6; }
8521fi
8522
8523
8524 fi
8525 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8526 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8527set dummy ${ncn_progname}; ac_word=$2
8528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8529$as_echo_n "checking for $ac_word... " >&6; }
8530if test "${ac_cv_prog_LD+set}" = set; then :
8531 $as_echo_n "(cached) " >&6
8532else
8533 if test -n "$LD"; then
8534 ac_cv_prog_LD="$LD" # Let the user override the test.
8535else
8536as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537for as_dir in $PATH
8538do
8539 IFS=$as_save_IFS
8540 test -z "$as_dir" && as_dir=.
8541 for ac_exec_ext in '' $ac_executable_extensions; do
8542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8543 ac_cv_prog_LD="${ncn_progname}"
8544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8545 break 2
8546 fi
8547done
8548 done
8549IFS=$as_save_IFS
8550
8551fi
8552fi
8553LD=$ac_cv_prog_LD
8554if test -n "$LD"; then
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8556$as_echo "$LD" >&6; }
8557else
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8559$as_echo "no" >&6; }
8560fi
8561
8562
8563 fi
8564 test -n "$ac_cv_prog_LD" && break
8565done
8566
8567if test -z "$ac_cv_prog_LD" ; then
8568 set dummy ld
8569 if test $build = $host ; then
8570 LD="$2"
8571 else
8572 LD="${ncn_tool_prefix}$2"
8573 fi
8574fi
8575
8576
8577
8578if test -n "$LIPO"; then
8579 ac_cv_prog_LIPO=$LIPO
8580elif test -n "$ac_cv_prog_LIPO"; then
8581 LIPO=$ac_cv_prog_LIPO
8582fi
8583
8584if test -n "$ac_cv_prog_LIPO"; then
8585 for ncn_progname in lipo; do
8586 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8587set dummy ${ncn_progname}; ac_word=$2
8588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8589$as_echo_n "checking for $ac_word... " >&6; }
8590if test "${ac_cv_prog_LIPO+set}" = set; then :
8591 $as_echo_n "(cached) " >&6
8592else
8593 if test -n "$LIPO"; then
8594 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8595else
8596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8597for as_dir in $PATH
8598do
8599 IFS=$as_save_IFS
8600 test -z "$as_dir" && as_dir=.
8601 for ac_exec_ext in '' $ac_executable_extensions; do
8602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8603 ac_cv_prog_LIPO="${ncn_progname}"
8604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8605 break 2
8606 fi
8607done
8608 done
8609IFS=$as_save_IFS
8610
8611fi
8612fi
8613LIPO=$ac_cv_prog_LIPO
8614if test -n "$LIPO"; then
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8616$as_echo "$LIPO" >&6; }
8617else
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8619$as_echo "no" >&6; }
8620fi
8621
8622
8623 done
8624fi
8625
8626for ncn_progname in lipo; do
8627 if test -n "$ncn_tool_prefix"; then
8628 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8629set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8631$as_echo_n "checking for $ac_word... " >&6; }
8632if test "${ac_cv_prog_LIPO+set}" = set; then :
8633 $as_echo_n "(cached) " >&6
8634else
8635 if test -n "$LIPO"; then
8636 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8637else
8638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639for as_dir in $PATH
8640do
8641 IFS=$as_save_IFS
8642 test -z "$as_dir" && as_dir=.
8643 for ac_exec_ext in '' $ac_executable_extensions; do
8644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8645 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8647 break 2
8648 fi
8649done
8650 done
8651IFS=$as_save_IFS
8652
8653fi
8654fi
8655LIPO=$ac_cv_prog_LIPO
8656if test -n "$LIPO"; then
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8658$as_echo "$LIPO" >&6; }
8659else
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8661$as_echo "no" >&6; }
8662fi
8663
8664
8665 fi
8666 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8667 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8668set dummy ${ncn_progname}; ac_word=$2
8669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8670$as_echo_n "checking for $ac_word... " >&6; }
8671if test "${ac_cv_prog_LIPO+set}" = set; then :
8672 $as_echo_n "(cached) " >&6
8673else
8674 if test -n "$LIPO"; then
8675 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8676else
8677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8678for as_dir in $PATH
8679do
8680 IFS=$as_save_IFS
8681 test -z "$as_dir" && as_dir=.
8682 for ac_exec_ext in '' $ac_executable_extensions; do
8683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8684 ac_cv_prog_LIPO="${ncn_progname}"
8685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8686 break 2
8687 fi
8688done
8689 done
8690IFS=$as_save_IFS
8691
8692fi
8693fi
8694LIPO=$ac_cv_prog_LIPO
8695if test -n "$LIPO"; then
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8697$as_echo "$LIPO" >&6; }
8698else
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8700$as_echo "no" >&6; }
8701fi
8702
8703
8704 fi
8705 test -n "$ac_cv_prog_LIPO" && break
8706done
8707
8708if test -z "$ac_cv_prog_LIPO" ; then
8709 set dummy lipo
8710 if test $build = $host ; then
8711 LIPO="$2"
8712 else
8713 LIPO="${ncn_tool_prefix}$2"
8714 fi
8715fi
8716
8717
8718
8719if test -n "$NM"; then
8720 ac_cv_prog_NM=$NM
8721elif test -n "$ac_cv_prog_NM"; then
8722 NM=$ac_cv_prog_NM
8723fi
8724
8725if test -n "$ac_cv_prog_NM"; then
8726 for ncn_progname in nm; do
8727 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8728set dummy ${ncn_progname}; ac_word=$2
8729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8730$as_echo_n "checking for $ac_word... " >&6; }
8731if test "${ac_cv_prog_NM+set}" = set; then :
8732 $as_echo_n "(cached) " >&6
8733else
8734 if test -n "$NM"; then
8735 ac_cv_prog_NM="$NM" # Let the user override the test.
8736else
8737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8738for as_dir in $PATH
8739do
8740 IFS=$as_save_IFS
8741 test -z "$as_dir" && as_dir=.
8742 for ac_exec_ext in '' $ac_executable_extensions; do
8743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8744 ac_cv_prog_NM="${ncn_progname}"
8745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8746 break 2
8747 fi
8748done
8749 done
8750IFS=$as_save_IFS
8751
8752fi
8753fi
8754NM=$ac_cv_prog_NM
8755if test -n "$NM"; then
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8757$as_echo "$NM" >&6; }
8758else
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760$as_echo "no" >&6; }
8761fi
8762
8763
8764 done
8765fi
8766
8767for ncn_progname in nm; do
8768 if test -n "$ncn_tool_prefix"; then
8769 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8770set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8772$as_echo_n "checking for $ac_word... " >&6; }
8773if test "${ac_cv_prog_NM+set}" = set; then :
8774 $as_echo_n "(cached) " >&6
8775else
8776 if test -n "$NM"; then
8777 ac_cv_prog_NM="$NM" # Let the user override the test.
8778else
8779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8780for as_dir in $PATH
8781do
8782 IFS=$as_save_IFS
8783 test -z "$as_dir" && as_dir=.
8784 for ac_exec_ext in '' $ac_executable_extensions; do
8785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8786 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8788 break 2
8789 fi
8790done
8791 done
8792IFS=$as_save_IFS
8793
8794fi
8795fi
8796NM=$ac_cv_prog_NM
8797if test -n "$NM"; then
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8799$as_echo "$NM" >&6; }
8800else
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8802$as_echo "no" >&6; }
8803fi
8804
8805
8806 fi
8807 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8808 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8809set dummy ${ncn_progname}; ac_word=$2
8810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8811$as_echo_n "checking for $ac_word... " >&6; }
8812if test "${ac_cv_prog_NM+set}" = set; then :
8813 $as_echo_n "(cached) " >&6
8814else
8815 if test -n "$NM"; then
8816 ac_cv_prog_NM="$NM" # Let the user override the test.
8817else
8818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8819for as_dir in $PATH
8820do
8821 IFS=$as_save_IFS
8822 test -z "$as_dir" && as_dir=.
8823 for ac_exec_ext in '' $ac_executable_extensions; do
8824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8825 ac_cv_prog_NM="${ncn_progname}"
8826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8827 break 2
8828 fi
8829done
8830 done
8831IFS=$as_save_IFS
8832
8833fi
8834fi
8835NM=$ac_cv_prog_NM
8836if test -n "$NM"; then
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8838$as_echo "$NM" >&6; }
8839else
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8841$as_echo "no" >&6; }
8842fi
8843
8844
8845 fi
8846 test -n "$ac_cv_prog_NM" && break
8847done
8848
8849if test -z "$ac_cv_prog_NM" ; then
8850 set dummy nm
8851 if test $build = $host ; then
8852 NM="$2"
8853 else
8854 NM="${ncn_tool_prefix}$2"
8855 fi
8856fi
8857
8858
8859
8860if test -n "$RANLIB"; then
8861 ac_cv_prog_RANLIB=$RANLIB
8862elif test -n "$ac_cv_prog_RANLIB"; then
8863 RANLIB=$ac_cv_prog_RANLIB
8864fi
8865
8866if test -n "$ac_cv_prog_RANLIB"; then
8867 for ncn_progname in ranlib; do
8868 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8869set dummy ${ncn_progname}; ac_word=$2
8870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8871$as_echo_n "checking for $ac_word... " >&6; }
8872if test "${ac_cv_prog_RANLIB+set}" = set; then :
8873 $as_echo_n "(cached) " >&6
8874else
8875 if test -n "$RANLIB"; then
8876 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8877else
8878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8879for as_dir in $PATH
8880do
8881 IFS=$as_save_IFS
8882 test -z "$as_dir" && as_dir=.
8883 for ac_exec_ext in '' $ac_executable_extensions; do
8884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8885 ac_cv_prog_RANLIB="${ncn_progname}"
8886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8887 break 2
8888 fi
8889done
8890 done
8891IFS=$as_save_IFS
8892
8893fi
8894fi
8895RANLIB=$ac_cv_prog_RANLIB
8896if test -n "$RANLIB"; then
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8898$as_echo "$RANLIB" >&6; }
8899else
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8901$as_echo "no" >&6; }
8902fi
8903
8904
8905 done
8906fi
8907
8908for ncn_progname in ranlib; do
8909 if test -n "$ncn_tool_prefix"; then
8910 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8911set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8913$as_echo_n "checking for $ac_word... " >&6; }
8914if test "${ac_cv_prog_RANLIB+set}" = set; then :
8915 $as_echo_n "(cached) " >&6
8916else
8917 if test -n "$RANLIB"; then
8918 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8919else
8920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8921for as_dir in $PATH
8922do
8923 IFS=$as_save_IFS
8924 test -z "$as_dir" && as_dir=.
8925 for ac_exec_ext in '' $ac_executable_extensions; do
8926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8927 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
8928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8929 break 2
8930 fi
8931done
8932 done
8933IFS=$as_save_IFS
8934
8935fi
8936fi
8937RANLIB=$ac_cv_prog_RANLIB
8938if test -n "$RANLIB"; then
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8940$as_echo "$RANLIB" >&6; }
8941else
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8943$as_echo "no" >&6; }
8944fi
8945
8946
8947 fi
8948 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8949 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8950set dummy ${ncn_progname}; ac_word=$2
8951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8952$as_echo_n "checking for $ac_word... " >&6; }
8953if test "${ac_cv_prog_RANLIB+set}" = set; then :
8954 $as_echo_n "(cached) " >&6
8955else
8956 if test -n "$RANLIB"; then
8957 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8958else
8959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8960for as_dir in $PATH
8961do
8962 IFS=$as_save_IFS
8963 test -z "$as_dir" && as_dir=.
8964 for ac_exec_ext in '' $ac_executable_extensions; do
8965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8966 ac_cv_prog_RANLIB="${ncn_progname}"
8967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8968 break 2
8969 fi
8970done
8971 done
8972IFS=$as_save_IFS
8973
8974fi
8975fi
8976RANLIB=$ac_cv_prog_RANLIB
8977if test -n "$RANLIB"; then
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8979$as_echo "$RANLIB" >&6; }
8980else
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8982$as_echo "no" >&6; }
8983fi
8984
8985
8986 fi
8987 test -n "$ac_cv_prog_RANLIB" && break
8988done
8989
8990if test -z "$ac_cv_prog_RANLIB" ; then
8991 RANLIB="true"
8992fi
8993
8994
8995
8996if test -n "$STRIP"; then
8997 ac_cv_prog_STRIP=$STRIP
8998elif test -n "$ac_cv_prog_STRIP"; then
8999 STRIP=$ac_cv_prog_STRIP
9000fi
9001
9002if test -n "$ac_cv_prog_STRIP"; then
9003 for ncn_progname in strip; do
9004 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9005set dummy ${ncn_progname}; ac_word=$2
9006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9007$as_echo_n "checking for $ac_word... " >&6; }
9008if test "${ac_cv_prog_STRIP+set}" = set; then :
9009 $as_echo_n "(cached) " >&6
9010else
9011 if test -n "$STRIP"; then
9012 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9013else
9014as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9015for as_dir in $PATH
9016do
9017 IFS=$as_save_IFS
9018 test -z "$as_dir" && as_dir=.
9019 for ac_exec_ext in '' $ac_executable_extensions; do
9020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9021 ac_cv_prog_STRIP="${ncn_progname}"
9022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9023 break 2
9024 fi
9025done
9026 done
9027IFS=$as_save_IFS
9028
9029fi
9030fi
9031STRIP=$ac_cv_prog_STRIP
9032if test -n "$STRIP"; then
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9034$as_echo "$STRIP" >&6; }
9035else
9036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9037$as_echo "no" >&6; }
9038fi
9039
9040
9041 done
9042fi
9043
9044for ncn_progname in strip; do
9045 if test -n "$ncn_tool_prefix"; then
9046 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9047set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9049$as_echo_n "checking for $ac_word... " >&6; }
9050if test "${ac_cv_prog_STRIP+set}" = set; then :
9051 $as_echo_n "(cached) " >&6
9052else
9053 if test -n "$STRIP"; then
9054 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9055else
9056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9057for as_dir in $PATH
9058do
9059 IFS=$as_save_IFS
9060 test -z "$as_dir" && as_dir=.
9061 for ac_exec_ext in '' $ac_executable_extensions; do
9062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9063 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9065 break 2
9066 fi
9067done
9068 done
9069IFS=$as_save_IFS
9070
9071fi
9072fi
9073STRIP=$ac_cv_prog_STRIP
9074if test -n "$STRIP"; then
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9076$as_echo "$STRIP" >&6; }
9077else
9078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9079$as_echo "no" >&6; }
9080fi
9081
9082
9083 fi
9084 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9085 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9086set dummy ${ncn_progname}; ac_word=$2
9087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9088$as_echo_n "checking for $ac_word... " >&6; }
9089if test "${ac_cv_prog_STRIP+set}" = set; then :
9090 $as_echo_n "(cached) " >&6
9091else
9092 if test -n "$STRIP"; then
9093 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9094else
9095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9096for as_dir in $PATH
9097do
9098 IFS=$as_save_IFS
9099 test -z "$as_dir" && as_dir=.
9100 for ac_exec_ext in '' $ac_executable_extensions; do
9101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9102 ac_cv_prog_STRIP="${ncn_progname}"
9103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9104 break 2
9105 fi
9106done
9107 done
9108IFS=$as_save_IFS
9109
9110fi
9111fi
9112STRIP=$ac_cv_prog_STRIP
9113if test -n "$STRIP"; then
9114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9115$as_echo "$STRIP" >&6; }
9116else
9117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9118$as_echo "no" >&6; }
9119fi
9120
9121
9122 fi
9123 test -n "$ac_cv_prog_STRIP" && break
9124done
9125
9126if test -z "$ac_cv_prog_STRIP" ; then
9127 STRIP="true"
9128fi
9129
9130
9131
9132if test -n "$WINDRES"; then
9133 ac_cv_prog_WINDRES=$WINDRES
9134elif test -n "$ac_cv_prog_WINDRES"; then
9135 WINDRES=$ac_cv_prog_WINDRES
9136fi
9137
9138if test -n "$ac_cv_prog_WINDRES"; then
9139 for ncn_progname in windres; do
9140 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9141set dummy ${ncn_progname}; ac_word=$2
9142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9143$as_echo_n "checking for $ac_word... " >&6; }
9144if test "${ac_cv_prog_WINDRES+set}" = set; then :
9145 $as_echo_n "(cached) " >&6
9146else
9147 if test -n "$WINDRES"; then
9148 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9149else
9150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9151for as_dir in $PATH
9152do
9153 IFS=$as_save_IFS
9154 test -z "$as_dir" && as_dir=.
9155 for ac_exec_ext in '' $ac_executable_extensions; do
9156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9157 ac_cv_prog_WINDRES="${ncn_progname}"
9158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9159 break 2
9160 fi
9161done
9162 done
9163IFS=$as_save_IFS
9164
9165fi
9166fi
9167WINDRES=$ac_cv_prog_WINDRES
9168if test -n "$WINDRES"; then
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9170$as_echo "$WINDRES" >&6; }
9171else
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9173$as_echo "no" >&6; }
9174fi
9175
9176
9177 done
9178fi
9179
9180for ncn_progname in windres; do
9181 if test -n "$ncn_tool_prefix"; then
9182 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9183set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9185$as_echo_n "checking for $ac_word... " >&6; }
9186if test "${ac_cv_prog_WINDRES+set}" = set; then :
9187 $as_echo_n "(cached) " >&6
9188else
9189 if test -n "$WINDRES"; then
9190 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9191else
9192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9193for as_dir in $PATH
9194do
9195 IFS=$as_save_IFS
9196 test -z "$as_dir" && as_dir=.
9197 for ac_exec_ext in '' $ac_executable_extensions; do
9198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9199 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9201 break 2
9202 fi
9203done
9204 done
9205IFS=$as_save_IFS
9206
9207fi
9208fi
9209WINDRES=$ac_cv_prog_WINDRES
9210if test -n "$WINDRES"; then
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9212$as_echo "$WINDRES" >&6; }
9213else
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9215$as_echo "no" >&6; }
9216fi
9217
9218
9219 fi
9220 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9221 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9222set dummy ${ncn_progname}; ac_word=$2
9223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9224$as_echo_n "checking for $ac_word... " >&6; }
9225if test "${ac_cv_prog_WINDRES+set}" = set; then :
9226 $as_echo_n "(cached) " >&6
9227else
9228 if test -n "$WINDRES"; then
9229 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9230else
9231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9232for as_dir in $PATH
9233do
9234 IFS=$as_save_IFS
9235 test -z "$as_dir" && as_dir=.
9236 for ac_exec_ext in '' $ac_executable_extensions; do
9237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9238 ac_cv_prog_WINDRES="${ncn_progname}"
9239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9240 break 2
9241 fi
9242done
9243 done
9244IFS=$as_save_IFS
9245
9246fi
9247fi
9248WINDRES=$ac_cv_prog_WINDRES
9249if test -n "$WINDRES"; then
9250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9251$as_echo "$WINDRES" >&6; }
9252else
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9254$as_echo "no" >&6; }
9255fi
9256
9257
9258 fi
9259 test -n "$ac_cv_prog_WINDRES" && break
9260done
9261
9262if test -z "$ac_cv_prog_WINDRES" ; then
9263 set dummy windres
9264 if test $build = $host ; then
9265 WINDRES="$2"
9266 else
9267 WINDRES="${ncn_tool_prefix}$2"
9268 fi
9269fi
9270
9271
9272
9273if test -n "$WINDMC"; then
9274 ac_cv_prog_WINDMC=$WINDMC
9275elif test -n "$ac_cv_prog_WINDMC"; then
9276 WINDMC=$ac_cv_prog_WINDMC
9277fi
9278
9279if test -n "$ac_cv_prog_WINDMC"; then
9280 for ncn_progname in windmc; do
9281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9282set dummy ${ncn_progname}; ac_word=$2
9283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9284$as_echo_n "checking for $ac_word... " >&6; }
9285if test "${ac_cv_prog_WINDMC+set}" = set; then :
9286 $as_echo_n "(cached) " >&6
9287else
9288 if test -n "$WINDMC"; then
9289 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9290else
9291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9292for as_dir in $PATH
9293do
9294 IFS=$as_save_IFS
9295 test -z "$as_dir" && as_dir=.
9296 for ac_exec_ext in '' $ac_executable_extensions; do
9297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9298 ac_cv_prog_WINDMC="${ncn_progname}"
9299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9300 break 2
9301 fi
9302done
9303 done
9304IFS=$as_save_IFS
9305
9306fi
9307fi
9308WINDMC=$ac_cv_prog_WINDMC
9309if test -n "$WINDMC"; then
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9311$as_echo "$WINDMC" >&6; }
9312else
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9314$as_echo "no" >&6; }
9315fi
9316
9317
9318 done
9319fi
9320
9321for ncn_progname in windmc; do
9322 if test -n "$ncn_tool_prefix"; then
9323 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9324set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9326$as_echo_n "checking for $ac_word... " >&6; }
9327if test "${ac_cv_prog_WINDMC+set}" = set; then :
9328 $as_echo_n "(cached) " >&6
9329else
9330 if test -n "$WINDMC"; then
9331 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9332else
9333as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9334for as_dir in $PATH
9335do
9336 IFS=$as_save_IFS
9337 test -z "$as_dir" && as_dir=.
9338 for ac_exec_ext in '' $ac_executable_extensions; do
9339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9340 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9342 break 2
9343 fi
9344done
9345 done
9346IFS=$as_save_IFS
9347
9348fi
9349fi
9350WINDMC=$ac_cv_prog_WINDMC
9351if test -n "$WINDMC"; then
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9353$as_echo "$WINDMC" >&6; }
9354else
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9356$as_echo "no" >&6; }
9357fi
9358
9359
9360 fi
9361 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9362 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9363set dummy ${ncn_progname}; ac_word=$2
9364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9365$as_echo_n "checking for $ac_word... " >&6; }
9366if test "${ac_cv_prog_WINDMC+set}" = set; then :
9367 $as_echo_n "(cached) " >&6
9368else
9369 if test -n "$WINDMC"; then
9370 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9371else
9372as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9373for as_dir in $PATH
9374do
9375 IFS=$as_save_IFS
9376 test -z "$as_dir" && as_dir=.
9377 for ac_exec_ext in '' $ac_executable_extensions; do
9378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9379 ac_cv_prog_WINDMC="${ncn_progname}"
9380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9381 break 2
9382 fi
9383done
9384 done
9385IFS=$as_save_IFS
9386
9387fi
9388fi
9389WINDMC=$ac_cv_prog_WINDMC
9390if test -n "$WINDMC"; then
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9392$as_echo "$WINDMC" >&6; }
9393else
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9395$as_echo "no" >&6; }
9396fi
9397
9398
9399 fi
9400 test -n "$ac_cv_prog_WINDMC" && break
9401done
9402
9403if test -z "$ac_cv_prog_WINDMC" ; then
9404 set dummy windmc
9405 if test $build = $host ; then
9406 WINDMC="$2"
9407 else
9408 WINDMC="${ncn_tool_prefix}$2"
9409 fi
9410fi
9411
9412
9413
9414if test -n "$OBJCOPY"; then
9415 ac_cv_prog_OBJCOPY=$OBJCOPY
9416elif test -n "$ac_cv_prog_OBJCOPY"; then
9417 OBJCOPY=$ac_cv_prog_OBJCOPY
9418fi
9419
9420if test -n "$ac_cv_prog_OBJCOPY"; then
9421 for ncn_progname in objcopy; do
9422 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9423set dummy ${ncn_progname}; ac_word=$2
9424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9425$as_echo_n "checking for $ac_word... " >&6; }
9426if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9427 $as_echo_n "(cached) " >&6
9428else
9429 if test -n "$OBJCOPY"; then
9430 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9431else
9432as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9433for as_dir in $PATH
9434do
9435 IFS=$as_save_IFS
9436 test -z "$as_dir" && as_dir=.
9437 for ac_exec_ext in '' $ac_executable_extensions; do
9438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9439 ac_cv_prog_OBJCOPY="${ncn_progname}"
9440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9441 break 2
9442 fi
9443done
9444 done
9445IFS=$as_save_IFS
9446
9447fi
9448fi
9449OBJCOPY=$ac_cv_prog_OBJCOPY
9450if test -n "$OBJCOPY"; then
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9452$as_echo "$OBJCOPY" >&6; }
9453else
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9455$as_echo "no" >&6; }
9456fi
9457
9458
9459 done
9460fi
9461
9462for ncn_progname in objcopy; do
9463 if test -n "$ncn_tool_prefix"; then
9464 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9465set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9467$as_echo_n "checking for $ac_word... " >&6; }
9468if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9469 $as_echo_n "(cached) " >&6
9470else
9471 if test -n "$OBJCOPY"; then
9472 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9473else
9474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475for as_dir in $PATH
9476do
9477 IFS=$as_save_IFS
9478 test -z "$as_dir" && as_dir=.
9479 for ac_exec_ext in '' $ac_executable_extensions; do
9480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9481 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9483 break 2
9484 fi
9485done
9486 done
9487IFS=$as_save_IFS
9488
9489fi
9490fi
9491OBJCOPY=$ac_cv_prog_OBJCOPY
9492if test -n "$OBJCOPY"; then
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9494$as_echo "$OBJCOPY" >&6; }
9495else
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9497$as_echo "no" >&6; }
9498fi
9499
9500
9501 fi
9502 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9504set dummy ${ncn_progname}; ac_word=$2
9505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9506$as_echo_n "checking for $ac_word... " >&6; }
9507if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9508 $as_echo_n "(cached) " >&6
9509else
9510 if test -n "$OBJCOPY"; then
9511 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9512else
9513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9514for as_dir in $PATH
9515do
9516 IFS=$as_save_IFS
9517 test -z "$as_dir" && as_dir=.
9518 for ac_exec_ext in '' $ac_executable_extensions; do
9519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9520 ac_cv_prog_OBJCOPY="${ncn_progname}"
9521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9522 break 2
9523 fi
9524done
9525 done
9526IFS=$as_save_IFS
9527
9528fi
9529fi
9530OBJCOPY=$ac_cv_prog_OBJCOPY
9531if test -n "$OBJCOPY"; then
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9533$as_echo "$OBJCOPY" >&6; }
9534else
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536$as_echo "no" >&6; }
9537fi
9538
9539
9540 fi
9541 test -n "$ac_cv_prog_OBJCOPY" && break
9542done
9543
9544if test -z "$ac_cv_prog_OBJCOPY" ; then
9545 set dummy objcopy
9546 if test $build = $host ; then
9547 OBJCOPY="$2"
9548 else
9549 OBJCOPY="${ncn_tool_prefix}$2"
9550 fi
9551fi
9552
9553
9554
9555if test -n "$OBJDUMP"; then
9556 ac_cv_prog_OBJDUMP=$OBJDUMP
9557elif test -n "$ac_cv_prog_OBJDUMP"; then
9558 OBJDUMP=$ac_cv_prog_OBJDUMP
9559fi
9560
9561if test -n "$ac_cv_prog_OBJDUMP"; then
9562 for ncn_progname in objdump; do
9563 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9564set dummy ${ncn_progname}; ac_word=$2
9565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9566$as_echo_n "checking for $ac_word... " >&6; }
9567if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9568 $as_echo_n "(cached) " >&6
9569else
9570 if test -n "$OBJDUMP"; then
9571 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9572else
9573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9574for as_dir in $PATH
9575do
9576 IFS=$as_save_IFS
9577 test -z "$as_dir" && as_dir=.
9578 for ac_exec_ext in '' $ac_executable_extensions; do
9579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9580 ac_cv_prog_OBJDUMP="${ncn_progname}"
9581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9582 break 2
9583 fi
9584done
9585 done
9586IFS=$as_save_IFS
9587
9588fi
9589fi
9590OBJDUMP=$ac_cv_prog_OBJDUMP
9591if test -n "$OBJDUMP"; then
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9593$as_echo "$OBJDUMP" >&6; }
9594else
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9596$as_echo "no" >&6; }
9597fi
9598
9599
9600 done
9601fi
9602
9603for ncn_progname in objdump; do
9604 if test -n "$ncn_tool_prefix"; then
9605 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9606set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9608$as_echo_n "checking for $ac_word... " >&6; }
9609if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9610 $as_echo_n "(cached) " >&6
9611else
9612 if test -n "$OBJDUMP"; then
9613 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9614else
9615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9616for as_dir in $PATH
9617do
9618 IFS=$as_save_IFS
9619 test -z "$as_dir" && as_dir=.
9620 for ac_exec_ext in '' $ac_executable_extensions; do
9621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9622 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9624 break 2
9625 fi
9626done
9627 done
9628IFS=$as_save_IFS
9629
9630fi
9631fi
9632OBJDUMP=$ac_cv_prog_OBJDUMP
9633if test -n "$OBJDUMP"; then
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9635$as_echo "$OBJDUMP" >&6; }
9636else
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9638$as_echo "no" >&6; }
9639fi
9640
9641
9642 fi
9643 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9645set dummy ${ncn_progname}; ac_word=$2
9646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9647$as_echo_n "checking for $ac_word... " >&6; }
9648if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9649 $as_echo_n "(cached) " >&6
9650else
9651 if test -n "$OBJDUMP"; then
9652 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9653else
9654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9655for as_dir in $PATH
9656do
9657 IFS=$as_save_IFS
9658 test -z "$as_dir" && as_dir=.
9659 for ac_exec_ext in '' $ac_executable_extensions; do
9660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9661 ac_cv_prog_OBJDUMP="${ncn_progname}"
9662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9663 break 2
9664 fi
9665done
9666 done
9667IFS=$as_save_IFS
9668
9669fi
9670fi
9671OBJDUMP=$ac_cv_prog_OBJDUMP
9672if test -n "$OBJDUMP"; then
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9674$as_echo "$OBJDUMP" >&6; }
9675else
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9677$as_echo "no" >&6; }
9678fi
9679
9680
9681 fi
9682 test -n "$ac_cv_prog_OBJDUMP" && break
9683done
9684
9685if test -z "$ac_cv_prog_OBJDUMP" ; then
9686 set dummy objdump
9687 if test $build = $host ; then
9688 OBJDUMP="$2"
9689 else
9690 OBJDUMP="${ncn_tool_prefix}$2"
9691 fi
9692fi
9693
9694
9695
9696
9697
9698
9699# Target tools.
9700
9701# Check whether --with-build-time-tools was given.
9702if test "${with_build_time_tools+set}" = set; then :
9703 withval=$with_build_time_tools; case x"$withval" in
9704 x/*) ;;
9705 *)
9706 with_build_time_tools=
9707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9708$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9709 ;;
9710 esac
9711else
9712 with_build_time_tools=
9713fi
9714
9715
9716
9717
9718if test -n "$CC_FOR_TARGET"; then
9719 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9720elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9721 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9722fi
9723
9724if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9725 for ncn_progname in cc gcc; do
9726 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9727set dummy ${ncn_progname}; ac_word=$2
9728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9729$as_echo_n "checking for $ac_word... " >&6; }
9730if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9731 $as_echo_n "(cached) " >&6
9732else
9733 if test -n "$CC_FOR_TARGET"; then
9734 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9735else
9736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9737for as_dir in $PATH
9738do
9739 IFS=$as_save_IFS
9740 test -z "$as_dir" && as_dir=.
9741 for ac_exec_ext in '' $ac_executable_extensions; do
9742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9743 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9745 break 2
9746 fi
9747done
9748 done
9749IFS=$as_save_IFS
9750
9751fi
9752fi
9753CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9754if test -n "$CC_FOR_TARGET"; then
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9756$as_echo "$CC_FOR_TARGET" >&6; }
9757else
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9759$as_echo "no" >&6; }
9760fi
9761
9762
9763 done
9764fi
9765
9766if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9767 for ncn_progname in cc gcc; do
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9769$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9770 if test -x $with_build_time_tools/${ncn_progname}; then
9771 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9773$as_echo "yes" >&6; }
9774 break
9775 else
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9777$as_echo "no" >&6; }
9778 fi
9779 done
9780fi
9781
9782if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9783 for ncn_progname in cc gcc; do
9784 if test -n "$ncn_target_tool_prefix"; then
9785 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9786set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9788$as_echo_n "checking for $ac_word... " >&6; }
9789if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9790 $as_echo_n "(cached) " >&6
9791else
9792 if test -n "$CC_FOR_TARGET"; then
9793 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9794else
9795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9796for as_dir in $PATH
9797do
9798 IFS=$as_save_IFS
9799 test -z "$as_dir" && as_dir=.
9800 for ac_exec_ext in '' $ac_executable_extensions; do
9801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9802 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9804 break 2
9805 fi
9806done
9807 done
9808IFS=$as_save_IFS
9809
9810fi
9811fi
9812CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9813if test -n "$CC_FOR_TARGET"; then
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9815$as_echo "$CC_FOR_TARGET" >&6; }
9816else
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9818$as_echo "no" >&6; }
9819fi
9820
9821
9822 fi
9823 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9824 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9825set dummy ${ncn_progname}; ac_word=$2
9826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9827$as_echo_n "checking for $ac_word... " >&6; }
9828if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9829 $as_echo_n "(cached) " >&6
9830else
9831 if test -n "$CC_FOR_TARGET"; then
9832 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9833else
9834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9835for as_dir in $PATH
9836do
9837 IFS=$as_save_IFS
9838 test -z "$as_dir" && as_dir=.
9839 for ac_exec_ext in '' $ac_executable_extensions; do
9840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9841 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9843 break 2
9844 fi
9845done
9846 done
9847IFS=$as_save_IFS
9848
9849fi
9850fi
9851CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9852if test -n "$CC_FOR_TARGET"; then
9853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9854$as_echo "$CC_FOR_TARGET" >&6; }
9855else
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9857$as_echo "no" >&6; }
9858fi
9859
9860
9861 fi
9862 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9863 done
9864fi
9865
9866if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9867 set dummy cc gcc
9868 if test $build = $target ; then
9869 CC_FOR_TARGET="$2"
9870 else
9871 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
9872 fi
9873else
9874 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
9875fi
9876
9877
9878
9879if test -n "$CXX_FOR_TARGET"; then
9880 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9881elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9882 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9883fi
9884
9885if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9886 for ncn_progname in c++ g++ cxx gxx; do
9887 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9888set dummy ${ncn_progname}; ac_word=$2
9889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9890$as_echo_n "checking for $ac_word... " >&6; }
9891if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9892 $as_echo_n "(cached) " >&6
9893else
9894 if test -n "$CXX_FOR_TARGET"; then
9895 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9896else
9897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9898for as_dir in $PATH
9899do
9900 IFS=$as_save_IFS
9901 test -z "$as_dir" && as_dir=.
9902 for ac_exec_ext in '' $ac_executable_extensions; do
9903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9904 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
9905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9906 break 2
9907 fi
9908done
9909 done
9910IFS=$as_save_IFS
9911
9912fi
9913fi
9914CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9915if test -n "$CXX_FOR_TARGET"; then
9916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9917$as_echo "$CXX_FOR_TARGET" >&6; }
9918else
9919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9920$as_echo "no" >&6; }
9921fi
9922
9923
9924 done
9925fi
9926
9927if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
9928 for ncn_progname in c++ g++ cxx gxx; do
9929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9930$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9931 if test -x $with_build_time_tools/${ncn_progname}; then
9932 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9934$as_echo "yes" >&6; }
9935 break
9936 else
9937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9938$as_echo "no" >&6; }
9939 fi
9940 done
9941fi
9942
9943if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9944 for ncn_progname in c++ g++ cxx gxx; do
9945 if test -n "$ncn_target_tool_prefix"; then
9946 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9947set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9949$as_echo_n "checking for $ac_word... " >&6; }
9950if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9951 $as_echo_n "(cached) " >&6
9952else
9953 if test -n "$CXX_FOR_TARGET"; then
9954 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9955else
9956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9957for as_dir in $PATH
9958do
9959 IFS=$as_save_IFS
9960 test -z "$as_dir" && as_dir=.
9961 for ac_exec_ext in '' $ac_executable_extensions; do
9962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9963 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9965 break 2
9966 fi
9967done
9968 done
9969IFS=$as_save_IFS
9970
9971fi
9972fi
9973CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9974if test -n "$CXX_FOR_TARGET"; then
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9976$as_echo "$CXX_FOR_TARGET" >&6; }
9977else
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9979$as_echo "no" >&6; }
9980fi
9981
9982
9983 fi
9984 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9985 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9986set dummy ${ncn_progname}; ac_word=$2
9987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9988$as_echo_n "checking for $ac_word... " >&6; }
9989if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9990 $as_echo_n "(cached) " >&6
9991else
9992 if test -n "$CXX_FOR_TARGET"; then
9993 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9994else
9995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9996for as_dir in $PATH
9997do
9998 IFS=$as_save_IFS
9999 test -z "$as_dir" && as_dir=.
10000 for ac_exec_ext in '' $ac_executable_extensions; do
10001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10002 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10004 break 2
10005 fi
10006done
10007 done
10008IFS=$as_save_IFS
10009
10010fi
10011fi
10012CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10013if test -n "$CXX_FOR_TARGET"; then
10014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10015$as_echo "$CXX_FOR_TARGET" >&6; }
10016else
10017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10018$as_echo "no" >&6; }
10019fi
10020
10021
10022 fi
10023 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10024 done
10025fi
10026
10027if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10028 set dummy c++ g++ cxx gxx
10029 if test $build = $target ; then
10030 CXX_FOR_TARGET="$2"
10031 else
10032 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10033 fi
10034else
10035 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10036fi
10037
10038
10039
10040if test -n "$GCC_FOR_TARGET"; then
10041 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10042elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10043 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10044fi
10045
10046if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10047 for ncn_progname in gcc; do
10048 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10049set dummy ${ncn_progname}; ac_word=$2
10050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10051$as_echo_n "checking for $ac_word... " >&6; }
10052if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10053 $as_echo_n "(cached) " >&6
10054else
10055 if test -n "$GCC_FOR_TARGET"; then
10056 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10057else
10058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10059for as_dir in $PATH
10060do
10061 IFS=$as_save_IFS
10062 test -z "$as_dir" && as_dir=.
10063 for ac_exec_ext in '' $ac_executable_extensions; do
10064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10065 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10067 break 2
10068 fi
10069done
10070 done
10071IFS=$as_save_IFS
10072
10073fi
10074fi
10075GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10076if test -n "$GCC_FOR_TARGET"; then
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10078$as_echo "$GCC_FOR_TARGET" >&6; }
10079else
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10081$as_echo "no" >&6; }
10082fi
10083
10084
10085 done
10086fi
10087
10088if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10089 for ncn_progname in gcc; do
10090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10091$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10092 if test -x $with_build_time_tools/${ncn_progname}; then
10093 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10095$as_echo "yes" >&6; }
10096 break
10097 else
10098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10099$as_echo "no" >&6; }
10100 fi
10101 done
10102fi
10103
10104if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10105 for ncn_progname in gcc; do
10106 if test -n "$ncn_target_tool_prefix"; then
10107 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10108set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10110$as_echo_n "checking for $ac_word... " >&6; }
10111if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10112 $as_echo_n "(cached) " >&6
10113else
10114 if test -n "$GCC_FOR_TARGET"; then
10115 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10116else
10117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10118for as_dir in $PATH
10119do
10120 IFS=$as_save_IFS
10121 test -z "$as_dir" && as_dir=.
10122 for ac_exec_ext in '' $ac_executable_extensions; do
10123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10124 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10126 break 2
10127 fi
10128done
10129 done
10130IFS=$as_save_IFS
10131
10132fi
10133fi
10134GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10135if test -n "$GCC_FOR_TARGET"; then
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10137$as_echo "$GCC_FOR_TARGET" >&6; }
10138else
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10140$as_echo "no" >&6; }
10141fi
10142
10143
10144 fi
10145 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10146 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10147set dummy ${ncn_progname}; ac_word=$2
10148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10149$as_echo_n "checking for $ac_word... " >&6; }
10150if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10151 $as_echo_n "(cached) " >&6
10152else
10153 if test -n "$GCC_FOR_TARGET"; then
10154 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10155else
10156as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10157for as_dir in $PATH
10158do
10159 IFS=$as_save_IFS
10160 test -z "$as_dir" && as_dir=.
10161 for ac_exec_ext in '' $ac_executable_extensions; do
10162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10163 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10165 break 2
10166 fi
10167done
10168 done
10169IFS=$as_save_IFS
10170
10171fi
10172fi
10173GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10174if test -n "$GCC_FOR_TARGET"; then
10175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10176$as_echo "$GCC_FOR_TARGET" >&6; }
10177else
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10179$as_echo "no" >&6; }
10180fi
10181
10182
10183 fi
10184 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10185 done
10186fi
10187
10188if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10189 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10190else
10191 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10192fi
10193
10194
10195
10196if test -n "$GCJ_FOR_TARGET"; then
10197 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10198elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10199 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10200fi
10201
10202if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10203 for ncn_progname in gcj; do
10204 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10205set dummy ${ncn_progname}; ac_word=$2
10206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10207$as_echo_n "checking for $ac_word... " >&6; }
10208if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10209 $as_echo_n "(cached) " >&6
10210else
10211 if test -n "$GCJ_FOR_TARGET"; then
10212 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10213else
10214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10215for as_dir in $PATH
10216do
10217 IFS=$as_save_IFS
10218 test -z "$as_dir" && as_dir=.
10219 for ac_exec_ext in '' $ac_executable_extensions; do
10220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10221 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10223 break 2
10224 fi
10225done
10226 done
10227IFS=$as_save_IFS
10228
10229fi
10230fi
10231GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10232if test -n "$GCJ_FOR_TARGET"; then
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10234$as_echo "$GCJ_FOR_TARGET" >&6; }
10235else
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10237$as_echo "no" >&6; }
10238fi
10239
10240
10241 done
10242fi
10243
10244if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10245 for ncn_progname in gcj; do
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10247$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10248 if test -x $with_build_time_tools/${ncn_progname}; then
10249 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10251$as_echo "yes" >&6; }
10252 break
10253 else
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10255$as_echo "no" >&6; }
10256 fi
10257 done
10258fi
10259
10260if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10261 for ncn_progname in gcj; do
10262 if test -n "$ncn_target_tool_prefix"; then
10263 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10264set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10266$as_echo_n "checking for $ac_word... " >&6; }
10267if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10268 $as_echo_n "(cached) " >&6
10269else
10270 if test -n "$GCJ_FOR_TARGET"; then
10271 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10272else
10273as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10274for as_dir in $PATH
10275do
10276 IFS=$as_save_IFS
10277 test -z "$as_dir" && as_dir=.
10278 for ac_exec_ext in '' $ac_executable_extensions; do
10279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10280 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10282 break 2
10283 fi
10284done
10285 done
10286IFS=$as_save_IFS
10287
10288fi
10289fi
10290GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10291if test -n "$GCJ_FOR_TARGET"; then
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10293$as_echo "$GCJ_FOR_TARGET" >&6; }
10294else
10295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10296$as_echo "no" >&6; }
10297fi
10298
10299
10300 fi
10301 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10302 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10303set dummy ${ncn_progname}; ac_word=$2
10304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10305$as_echo_n "checking for $ac_word... " >&6; }
10306if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10307 $as_echo_n "(cached) " >&6
10308else
10309 if test -n "$GCJ_FOR_TARGET"; then
10310 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10311else
10312as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10313for as_dir in $PATH
10314do
10315 IFS=$as_save_IFS
10316 test -z "$as_dir" && as_dir=.
10317 for ac_exec_ext in '' $ac_executable_extensions; do
10318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10319 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10321 break 2
10322 fi
10323done
10324 done
10325IFS=$as_save_IFS
10326
10327fi
10328fi
10329GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10330if test -n "$GCJ_FOR_TARGET"; then
10331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10332$as_echo "$GCJ_FOR_TARGET" >&6; }
10333else
10334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10335$as_echo "no" >&6; }
10336fi
10337
10338
10339 fi
10340 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10341 done
10342fi
10343
10344if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10345 set dummy gcj
10346 if test $build = $target ; then
10347 GCJ_FOR_TARGET="$2"
10348 else
10349 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10350 fi
10351else
10352 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10353fi
10354
10355
10356
10357if test -n "$GFORTRAN_FOR_TARGET"; then
10358 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10359elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10360 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10361fi
10362
10363if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10364 for ncn_progname in gfortran; do
10365 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10366set dummy ${ncn_progname}; ac_word=$2
10367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10368$as_echo_n "checking for $ac_word... " >&6; }
10369if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10370 $as_echo_n "(cached) " >&6
10371else
10372 if test -n "$GFORTRAN_FOR_TARGET"; then
10373 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10374else
10375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10376for as_dir in $PATH
10377do
10378 IFS=$as_save_IFS
10379 test -z "$as_dir" && as_dir=.
10380 for ac_exec_ext in '' $ac_executable_extensions; do
10381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10382 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10384 break 2
10385 fi
10386done
10387 done
10388IFS=$as_save_IFS
10389
10390fi
10391fi
10392GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10393if test -n "$GFORTRAN_FOR_TARGET"; then
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10395$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10396else
10397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10398$as_echo "no" >&6; }
10399fi
10400
10401
10402 done
10403fi
10404
10405if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10406 for ncn_progname in gfortran; do
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10408$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10409 if test -x $with_build_time_tools/${ncn_progname}; then
10410 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10412$as_echo "yes" >&6; }
10413 break
10414 else
10415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10416$as_echo "no" >&6; }
10417 fi
10418 done
10419fi
10420
10421if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10422 for ncn_progname in gfortran; do
10423 if test -n "$ncn_target_tool_prefix"; then
10424 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10425set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10427$as_echo_n "checking for $ac_word... " >&6; }
10428if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10429 $as_echo_n "(cached) " >&6
10430else
10431 if test -n "$GFORTRAN_FOR_TARGET"; then
10432 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10433else
10434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10435for as_dir in $PATH
10436do
10437 IFS=$as_save_IFS
10438 test -z "$as_dir" && as_dir=.
10439 for ac_exec_ext in '' $ac_executable_extensions; do
10440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10441 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10443 break 2
10444 fi
10445done
10446 done
10447IFS=$as_save_IFS
10448
10449fi
10450fi
10451GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10452if test -n "$GFORTRAN_FOR_TARGET"; then
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10454$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10455else
10456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10457$as_echo "no" >&6; }
10458fi
10459
10460
10461 fi
10462 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10463 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10464set dummy ${ncn_progname}; ac_word=$2
10465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10466$as_echo_n "checking for $ac_word... " >&6; }
10467if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10468 $as_echo_n "(cached) " >&6
10469else
10470 if test -n "$GFORTRAN_FOR_TARGET"; then
10471 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10472else
10473as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10474for as_dir in $PATH
10475do
10476 IFS=$as_save_IFS
10477 test -z "$as_dir" && as_dir=.
10478 for ac_exec_ext in '' $ac_executable_extensions; do
10479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10480 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10482 break 2
10483 fi
10484done
10485 done
10486IFS=$as_save_IFS
10487
10488fi
10489fi
10490GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10491if test -n "$GFORTRAN_FOR_TARGET"; then
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10493$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10494else
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10496$as_echo "no" >&6; }
10497fi
10498
10499
10500 fi
10501 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10502 done
10503fi
10504
10505if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10506 set dummy gfortran
10507 if test $build = $target ; then
10508 GFORTRAN_FOR_TARGET="$2"
10509 else
10510 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10511 fi
10512else
10513 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10514fi
10515
10516
10517
10518if test -n "$GOC_FOR_TARGET"; then
10519 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10520elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10521 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10522fi
10523
10524if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10525 for ncn_progname in gccgo; do
10526 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10527set dummy ${ncn_progname}; ac_word=$2
10528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10529$as_echo_n "checking for $ac_word... " >&6; }
10530if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10531 $as_echo_n "(cached) " >&6
10532else
10533 if test -n "$GOC_FOR_TARGET"; then
10534 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10535else
10536as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10537for as_dir in $PATH
10538do
10539 IFS=$as_save_IFS
10540 test -z "$as_dir" && as_dir=.
10541 for ac_exec_ext in '' $ac_executable_extensions; do
10542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10543 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10545 break 2
10546 fi
10547done
10548 done
10549IFS=$as_save_IFS
10550
10551fi
10552fi
10553GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10554if test -n "$GOC_FOR_TARGET"; then
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10556$as_echo "$GOC_FOR_TARGET" >&6; }
10557else
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10559$as_echo "no" >&6; }
10560fi
10561
10562
10563 done
10564fi
10565
10566if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10567 for ncn_progname in gccgo; do
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10569$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10570 if test -x $with_build_time_tools/${ncn_progname}; then
10571 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10573$as_echo "yes" >&6; }
10574 break
10575 else
10576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10577$as_echo "no" >&6; }
10578 fi
10579 done
10580fi
10581
10582if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10583 for ncn_progname in gccgo; do
10584 if test -n "$ncn_target_tool_prefix"; then
10585 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10586set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10588$as_echo_n "checking for $ac_word... " >&6; }
10589if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10590 $as_echo_n "(cached) " >&6
10591else
10592 if test -n "$GOC_FOR_TARGET"; then
10593 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10594else
10595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10596for as_dir in $PATH
10597do
10598 IFS=$as_save_IFS
10599 test -z "$as_dir" && as_dir=.
10600 for ac_exec_ext in '' $ac_executable_extensions; do
10601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10602 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10604 break 2
10605 fi
10606done
10607 done
10608IFS=$as_save_IFS
10609
10610fi
10611fi
10612GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10613if test -n "$GOC_FOR_TARGET"; then
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10615$as_echo "$GOC_FOR_TARGET" >&6; }
10616else
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10618$as_echo "no" >&6; }
10619fi
10620
10621
10622 fi
10623 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10624 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10625set dummy ${ncn_progname}; ac_word=$2
10626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10627$as_echo_n "checking for $ac_word... " >&6; }
10628if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10629 $as_echo_n "(cached) " >&6
10630else
10631 if test -n "$GOC_FOR_TARGET"; then
10632 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10633else
10634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10635for as_dir in $PATH
10636do
10637 IFS=$as_save_IFS
10638 test -z "$as_dir" && as_dir=.
10639 for ac_exec_ext in '' $ac_executable_extensions; do
10640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10641 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10643 break 2
10644 fi
10645done
10646 done
10647IFS=$as_save_IFS
10648
10649fi
10650fi
10651GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10652if test -n "$GOC_FOR_TARGET"; then
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10654$as_echo "$GOC_FOR_TARGET" >&6; }
10655else
10656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10657$as_echo "no" >&6; }
10658fi
10659
10660
10661 fi
10662 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10663 done
10664fi
10665
10666if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10667 set dummy gccgo
10668 if test $build = $target ; then
10669 GOC_FOR_TARGET="$2"
10670 else
10671 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10672 fi
10673else
10674 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10675fi
10676
10677
10678
10679cat > conftest.c << \EOF
10680#ifdef __GNUC__
10681 gcc_yay;
10682#endif
10683EOF
10684if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10685 have_gcc_for_target=yes
10686else
10687 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10688 have_gcc_for_target=no
10689fi
10690rm conftest.c
10691
10692
10693
10694
10695if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10696 if test -n "$with_build_time_tools"; then
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10698$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10699 if test -x $with_build_time_tools/ar; then
10700 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10701 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10703$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10704 else
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10706$as_echo "no" >&6; }
10707 fi
10708 elif test $build != $host && test $have_gcc_for_target = yes; then
10709 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10710 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10711 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10712 fi
10713fi
10714if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10715 # Extract the first word of "ar", so it can be a program name with args.
10716set dummy ar; ac_word=$2
10717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10718$as_echo_n "checking for $ac_word... " >&6; }
10719if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10720 $as_echo_n "(cached) " >&6
10721else
10722 case $AR_FOR_TARGET in
10723 [\\/]* | ?:[\\/]*)
10724 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10725 ;;
10726 *)
10727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10728for as_dir in $gcc_cv_tool_dirs
10729do
10730 IFS=$as_save_IFS
10731 test -z "$as_dir" && as_dir=.
10732 for ac_exec_ext in '' $ac_executable_extensions; do
10733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10734 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10736 break 2
10737 fi
10738done
10739 done
10740IFS=$as_save_IFS
10741
10742 ;;
10743esac
10744fi
10745AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10746if test -n "$AR_FOR_TARGET"; then
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10748$as_echo "$AR_FOR_TARGET" >&6; }
10749else
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10751$as_echo "no" >&6; }
10752fi
10753
10754
10755fi
10756if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10757
10758
10759if test -n "$AR_FOR_TARGET"; then
10760 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10761elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10762 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10763fi
10764
10765if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10766 for ncn_progname in ar; do
10767 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10768set dummy ${ncn_progname}; ac_word=$2
10769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10770$as_echo_n "checking for $ac_word... " >&6; }
10771if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10772 $as_echo_n "(cached) " >&6
10773else
10774 if test -n "$AR_FOR_TARGET"; then
10775 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10776else
10777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10778for as_dir in $PATH
10779do
10780 IFS=$as_save_IFS
10781 test -z "$as_dir" && as_dir=.
10782 for ac_exec_ext in '' $ac_executable_extensions; do
10783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10784 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10786 break 2
10787 fi
10788done
10789 done
10790IFS=$as_save_IFS
10791
10792fi
10793fi
10794AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10795if test -n "$AR_FOR_TARGET"; then
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10797$as_echo "$AR_FOR_TARGET" >&6; }
10798else
10799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10800$as_echo "no" >&6; }
10801fi
10802
10803
10804 done
10805fi
10806
10807if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10808 for ncn_progname in ar; do
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10810$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10811 if test -x $with_build_time_tools/${ncn_progname}; then
10812 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10814$as_echo "yes" >&6; }
10815 break
10816 else
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10818$as_echo "no" >&6; }
10819 fi
10820 done
10821fi
10822
10823if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10824 for ncn_progname in ar; do
10825 if test -n "$ncn_target_tool_prefix"; then
10826 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10827set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10829$as_echo_n "checking for $ac_word... " >&6; }
10830if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10831 $as_echo_n "(cached) " >&6
10832else
10833 if test -n "$AR_FOR_TARGET"; then
10834 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10835else
10836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10837for as_dir in $PATH
10838do
10839 IFS=$as_save_IFS
10840 test -z "$as_dir" && as_dir=.
10841 for ac_exec_ext in '' $ac_executable_extensions; do
10842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10843 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10845 break 2
10846 fi
10847done
10848 done
10849IFS=$as_save_IFS
10850
10851fi
10852fi
10853AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10854if test -n "$AR_FOR_TARGET"; then
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10856$as_echo "$AR_FOR_TARGET" >&6; }
10857else
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10859$as_echo "no" >&6; }
10860fi
10861
10862
10863 fi
10864 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10866set dummy ${ncn_progname}; ac_word=$2
10867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10868$as_echo_n "checking for $ac_word... " >&6; }
10869if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10870 $as_echo_n "(cached) " >&6
10871else
10872 if test -n "$AR_FOR_TARGET"; then
10873 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10874else
10875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10876for as_dir in $PATH
10877do
10878 IFS=$as_save_IFS
10879 test -z "$as_dir" && as_dir=.
10880 for ac_exec_ext in '' $ac_executable_extensions; do
10881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10882 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10884 break 2
10885 fi
10886done
10887 done
10888IFS=$as_save_IFS
10889
10890fi
10891fi
10892AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10893if test -n "$AR_FOR_TARGET"; then
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10895$as_echo "$AR_FOR_TARGET" >&6; }
10896else
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10898$as_echo "no" >&6; }
10899fi
10900
10901
10902 fi
10903 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10904 done
10905fi
10906
10907if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10908 set dummy ar
10909 if test $build = $target ; then
10910 AR_FOR_TARGET="$2"
10911 else
10912 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
10913 fi
10914else
10915 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
10916fi
10917
10918else
10919 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10920fi
10921
10922
10923
10924
10925if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10926 if test -n "$with_build_time_tools"; then
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10928$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
10929 if test -x $with_build_time_tools/as; then
10930 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10931 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10933$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
10934 else
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10936$as_echo "no" >&6; }
10937 fi
10938 elif test $build != $host && test $have_gcc_for_target = yes; then
10939 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
10940 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10941 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
10942 fi
10943fi
10944if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10945 # Extract the first word of "as", so it can be a program name with args.
10946set dummy as; ac_word=$2
10947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10948$as_echo_n "checking for $ac_word... " >&6; }
10949if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10950 $as_echo_n "(cached) " >&6
10951else
10952 case $AS_FOR_TARGET in
10953 [\\/]* | ?:[\\/]*)
10954 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10955 ;;
10956 *)
10957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10958for as_dir in $gcc_cv_tool_dirs
10959do
10960 IFS=$as_save_IFS
10961 test -z "$as_dir" && as_dir=.
10962 for ac_exec_ext in '' $ac_executable_extensions; do
10963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10964 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10966 break 2
10967 fi
10968done
10969 done
10970IFS=$as_save_IFS
10971
10972 ;;
10973esac
10974fi
10975AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
10976if test -n "$AS_FOR_TARGET"; then
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10978$as_echo "$AS_FOR_TARGET" >&6; }
10979else
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10981$as_echo "no" >&6; }
10982fi
10983
10984
10985fi
10986if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10987
10988
10989if test -n "$AS_FOR_TARGET"; then
10990 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10991elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10992 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10993fi
10994
10995if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10996 for ncn_progname in as; do
10997 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10998set dummy ${ncn_progname}; ac_word=$2
10999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11000$as_echo_n "checking for $ac_word... " >&6; }
11001if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11002 $as_echo_n "(cached) " >&6
11003else
11004 if test -n "$AS_FOR_TARGET"; then
11005 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11006else
11007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11008for as_dir in $PATH
11009do
11010 IFS=$as_save_IFS
11011 test -z "$as_dir" && as_dir=.
11012 for ac_exec_ext in '' $ac_executable_extensions; do
11013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11014 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11016 break 2
11017 fi
11018done
11019 done
11020IFS=$as_save_IFS
11021
11022fi
11023fi
11024AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11025if test -n "$AS_FOR_TARGET"; then
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11027$as_echo "$AS_FOR_TARGET" >&6; }
11028else
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11030$as_echo "no" >&6; }
11031fi
11032
11033
11034 done
11035fi
11036
11037if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11038 for ncn_progname in as; do
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11040$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11041 if test -x $with_build_time_tools/${ncn_progname}; then
11042 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11044$as_echo "yes" >&6; }
11045 break
11046 else
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11048$as_echo "no" >&6; }
11049 fi
11050 done
11051fi
11052
11053if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11054 for ncn_progname in as; do
11055 if test -n "$ncn_target_tool_prefix"; then
11056 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11057set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11059$as_echo_n "checking for $ac_word... " >&6; }
11060if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11061 $as_echo_n "(cached) " >&6
11062else
11063 if test -n "$AS_FOR_TARGET"; then
11064 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11065else
11066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11067for as_dir in $PATH
11068do
11069 IFS=$as_save_IFS
11070 test -z "$as_dir" && as_dir=.
11071 for ac_exec_ext in '' $ac_executable_extensions; do
11072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11073 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11075 break 2
11076 fi
11077done
11078 done
11079IFS=$as_save_IFS
11080
11081fi
11082fi
11083AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11084if test -n "$AS_FOR_TARGET"; then
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11086$as_echo "$AS_FOR_TARGET" >&6; }
11087else
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11089$as_echo "no" >&6; }
11090fi
11091
11092
11093 fi
11094 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11096set dummy ${ncn_progname}; ac_word=$2
11097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11098$as_echo_n "checking for $ac_word... " >&6; }
11099if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11100 $as_echo_n "(cached) " >&6
11101else
11102 if test -n "$AS_FOR_TARGET"; then
11103 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11104else
11105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11106for as_dir in $PATH
11107do
11108 IFS=$as_save_IFS
11109 test -z "$as_dir" && as_dir=.
11110 for ac_exec_ext in '' $ac_executable_extensions; do
11111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11112 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11114 break 2
11115 fi
11116done
11117 done
11118IFS=$as_save_IFS
11119
11120fi
11121fi
11122AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11123if test -n "$AS_FOR_TARGET"; then
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11125$as_echo "$AS_FOR_TARGET" >&6; }
11126else
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11128$as_echo "no" >&6; }
11129fi
11130
11131
11132 fi
11133 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11134 done
11135fi
11136
11137if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11138 set dummy as
11139 if test $build = $target ; then
11140 AS_FOR_TARGET="$2"
11141 else
11142 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11143 fi
11144else
11145 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11146fi
11147
11148else
11149 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11150fi
11151
11152
11153
11154
11155if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11156 if test -n "$with_build_time_tools"; then
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11158$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11159 if test -x $with_build_time_tools/dlltool; then
11160 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11161 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11163$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11164 else
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11166$as_echo "no" >&6; }
11167 fi
11168 elif test $build != $host && test $have_gcc_for_target = yes; then
11169 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11170 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11171 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11172 fi
11173fi
11174if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11175 # Extract the first word of "dlltool", so it can be a program name with args.
11176set dummy dlltool; ac_word=$2
11177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11178$as_echo_n "checking for $ac_word... " >&6; }
11179if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11180 $as_echo_n "(cached) " >&6
11181else
11182 case $DLLTOOL_FOR_TARGET in
11183 [\\/]* | ?:[\\/]*)
11184 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11185 ;;
11186 *)
11187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11188for as_dir in $gcc_cv_tool_dirs
11189do
11190 IFS=$as_save_IFS
11191 test -z "$as_dir" && as_dir=.
11192 for ac_exec_ext in '' $ac_executable_extensions; do
11193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11194 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11196 break 2
11197 fi
11198done
11199 done
11200IFS=$as_save_IFS
11201
11202 ;;
11203esac
11204fi
11205DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11206if test -n "$DLLTOOL_FOR_TARGET"; then
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11208$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11209else
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11211$as_echo "no" >&6; }
11212fi
11213
11214
11215fi
11216if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11217
11218
11219if test -n "$DLLTOOL_FOR_TARGET"; then
11220 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11221elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11222 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11223fi
11224
11225if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11226 for ncn_progname in dlltool; do
11227 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11228set dummy ${ncn_progname}; ac_word=$2
11229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11230$as_echo_n "checking for $ac_word... " >&6; }
11231if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11232 $as_echo_n "(cached) " >&6
11233else
11234 if test -n "$DLLTOOL_FOR_TARGET"; then
11235 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11236else
11237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11238for as_dir in $PATH
11239do
11240 IFS=$as_save_IFS
11241 test -z "$as_dir" && as_dir=.
11242 for ac_exec_ext in '' $ac_executable_extensions; do
11243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11244 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11246 break 2
11247 fi
11248done
11249 done
11250IFS=$as_save_IFS
11251
11252fi
11253fi
11254DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11255if test -n "$DLLTOOL_FOR_TARGET"; then
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11257$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11258else
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11260$as_echo "no" >&6; }
11261fi
11262
11263
11264 done
11265fi
11266
11267if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11268 for ncn_progname in dlltool; do
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11270$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11271 if test -x $with_build_time_tools/${ncn_progname}; then
11272 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11274$as_echo "yes" >&6; }
11275 break
11276 else
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11278$as_echo "no" >&6; }
11279 fi
11280 done
11281fi
11282
11283if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11284 for ncn_progname in dlltool; do
11285 if test -n "$ncn_target_tool_prefix"; then
11286 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11287set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11289$as_echo_n "checking for $ac_word... " >&6; }
11290if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11291 $as_echo_n "(cached) " >&6
11292else
11293 if test -n "$DLLTOOL_FOR_TARGET"; then
11294 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11295else
11296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11297for as_dir in $PATH
11298do
11299 IFS=$as_save_IFS
11300 test -z "$as_dir" && as_dir=.
11301 for ac_exec_ext in '' $ac_executable_extensions; do
11302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11303 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11305 break 2
11306 fi
11307done
11308 done
11309IFS=$as_save_IFS
11310
11311fi
11312fi
11313DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11314if test -n "$DLLTOOL_FOR_TARGET"; then
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11316$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11317else
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11319$as_echo "no" >&6; }
11320fi
11321
11322
11323 fi
11324 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11325 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11326set dummy ${ncn_progname}; ac_word=$2
11327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11328$as_echo_n "checking for $ac_word... " >&6; }
11329if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11330 $as_echo_n "(cached) " >&6
11331else
11332 if test -n "$DLLTOOL_FOR_TARGET"; then
11333 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11334else
11335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11336for as_dir in $PATH
11337do
11338 IFS=$as_save_IFS
11339 test -z "$as_dir" && as_dir=.
11340 for ac_exec_ext in '' $ac_executable_extensions; do
11341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11342 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11344 break 2
11345 fi
11346done
11347 done
11348IFS=$as_save_IFS
11349
11350fi
11351fi
11352DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11353if test -n "$DLLTOOL_FOR_TARGET"; then
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11355$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11356else
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11358$as_echo "no" >&6; }
11359fi
11360
11361
11362 fi
11363 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11364 done
11365fi
11366
11367if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11368 set dummy dlltool
11369 if test $build = $target ; then
11370 DLLTOOL_FOR_TARGET="$2"
11371 else
11372 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11373 fi
11374else
11375 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11376fi
11377
11378else
11379 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11380fi
11381
11382
11383
11384
11385if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11386 if test -n "$with_build_time_tools"; then
11387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11388$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11389 if test -x $with_build_time_tools/ld; then
11390 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11391 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11393$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11394 else
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11396$as_echo "no" >&6; }
11397 fi
11398 elif test $build != $host && test $have_gcc_for_target = yes; then
11399 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11400 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11401 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11402 fi
11403fi
11404if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11405 # Extract the first word of "ld", so it can be a program name with args.
11406set dummy ld; ac_word=$2
11407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11408$as_echo_n "checking for $ac_word... " >&6; }
11409if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11410 $as_echo_n "(cached) " >&6
11411else
11412 case $LD_FOR_TARGET in
11413 [\\/]* | ?:[\\/]*)
11414 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11415 ;;
11416 *)
11417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11418for as_dir in $gcc_cv_tool_dirs
11419do
11420 IFS=$as_save_IFS
11421 test -z "$as_dir" && as_dir=.
11422 for ac_exec_ext in '' $ac_executable_extensions; do
11423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11424 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11426 break 2
11427 fi
11428done
11429 done
11430IFS=$as_save_IFS
11431
11432 ;;
11433esac
11434fi
11435LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11436if test -n "$LD_FOR_TARGET"; then
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11438$as_echo "$LD_FOR_TARGET" >&6; }
11439else
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11441$as_echo "no" >&6; }
11442fi
11443
11444
11445fi
11446if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11447
11448
11449if test -n "$LD_FOR_TARGET"; then
11450 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11451elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11452 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11453fi
11454
11455if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11456 for ncn_progname in ld; do
11457 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11458set dummy ${ncn_progname}; ac_word=$2
11459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11460$as_echo_n "checking for $ac_word... " >&6; }
11461if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11462 $as_echo_n "(cached) " >&6
11463else
11464 if test -n "$LD_FOR_TARGET"; then
11465 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11466else
11467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11468for as_dir in $PATH
11469do
11470 IFS=$as_save_IFS
11471 test -z "$as_dir" && as_dir=.
11472 for ac_exec_ext in '' $ac_executable_extensions; do
11473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11474 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11476 break 2
11477 fi
11478done
11479 done
11480IFS=$as_save_IFS
11481
11482fi
11483fi
11484LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11485if test -n "$LD_FOR_TARGET"; then
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11487$as_echo "$LD_FOR_TARGET" >&6; }
11488else
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11490$as_echo "no" >&6; }
11491fi
11492
11493
11494 done
11495fi
11496
11497if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11498 for ncn_progname in ld; do
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11500$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11501 if test -x $with_build_time_tools/${ncn_progname}; then
11502 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11504$as_echo "yes" >&6; }
11505 break
11506 else
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11508$as_echo "no" >&6; }
11509 fi
11510 done
11511fi
11512
11513if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11514 for ncn_progname in ld; do
11515 if test -n "$ncn_target_tool_prefix"; then
11516 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11517set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11519$as_echo_n "checking for $ac_word... " >&6; }
11520if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11521 $as_echo_n "(cached) " >&6
11522else
11523 if test -n "$LD_FOR_TARGET"; then
11524 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11525else
11526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11527for as_dir in $PATH
11528do
11529 IFS=$as_save_IFS
11530 test -z "$as_dir" && as_dir=.
11531 for ac_exec_ext in '' $ac_executable_extensions; do
11532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11533 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11535 break 2
11536 fi
11537done
11538 done
11539IFS=$as_save_IFS
11540
11541fi
11542fi
11543LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11544if test -n "$LD_FOR_TARGET"; then
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11546$as_echo "$LD_FOR_TARGET" >&6; }
11547else
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11549$as_echo "no" >&6; }
11550fi
11551
11552
11553 fi
11554 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11555 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11556set dummy ${ncn_progname}; ac_word=$2
11557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11558$as_echo_n "checking for $ac_word... " >&6; }
11559if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11560 $as_echo_n "(cached) " >&6
11561else
11562 if test -n "$LD_FOR_TARGET"; then
11563 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11564else
11565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11566for as_dir in $PATH
11567do
11568 IFS=$as_save_IFS
11569 test -z "$as_dir" && as_dir=.
11570 for ac_exec_ext in '' $ac_executable_extensions; do
11571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11572 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11574 break 2
11575 fi
11576done
11577 done
11578IFS=$as_save_IFS
11579
11580fi
11581fi
11582LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11583if test -n "$LD_FOR_TARGET"; then
11584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11585$as_echo "$LD_FOR_TARGET" >&6; }
11586else
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11588$as_echo "no" >&6; }
11589fi
11590
11591
11592 fi
11593 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11594 done
11595fi
11596
11597if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11598 set dummy ld
11599 if test $build = $target ; then
11600 LD_FOR_TARGET="$2"
11601 else
11602 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11603 fi
11604else
11605 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11606fi
11607
11608else
11609 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11610fi
11611
11612
11613
11614
11615if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11616 if test -n "$with_build_time_tools"; then
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11618$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11619 if test -x $with_build_time_tools/lipo; then
11620 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11621 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11623$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11624 else
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11626$as_echo "no" >&6; }
11627 fi
11628 elif test $build != $host && test $have_gcc_for_target = yes; then
11629 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11630 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11631 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11632 fi
11633fi
11634if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11635 # Extract the first word of "lipo", so it can be a program name with args.
11636set dummy lipo; ac_word=$2
11637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11638$as_echo_n "checking for $ac_word... " >&6; }
11639if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11640 $as_echo_n "(cached) " >&6
11641else
11642 case $LIPO_FOR_TARGET in
11643 [\\/]* | ?:[\\/]*)
11644 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11645 ;;
11646 *)
11647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11648for as_dir in $gcc_cv_tool_dirs
11649do
11650 IFS=$as_save_IFS
11651 test -z "$as_dir" && as_dir=.
11652 for ac_exec_ext in '' $ac_executable_extensions; do
11653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11654 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11656 break 2
11657 fi
11658done
11659 done
11660IFS=$as_save_IFS
11661
11662 ;;
11663esac
11664fi
11665LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11666if test -n "$LIPO_FOR_TARGET"; then
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11668$as_echo "$LIPO_FOR_TARGET" >&6; }
11669else
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11671$as_echo "no" >&6; }
11672fi
11673
11674
11675fi
11676if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11677
11678
11679if test -n "$LIPO_FOR_TARGET"; then
11680 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11681elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11682 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11683fi
11684
11685if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11686 for ncn_progname in lipo; do
11687 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11688set dummy ${ncn_progname}; ac_word=$2
11689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11690$as_echo_n "checking for $ac_word... " >&6; }
11691if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11692 $as_echo_n "(cached) " >&6
11693else
11694 if test -n "$LIPO_FOR_TARGET"; then
11695 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11696else
11697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11698for as_dir in $PATH
11699do
11700 IFS=$as_save_IFS
11701 test -z "$as_dir" && as_dir=.
11702 for ac_exec_ext in '' $ac_executable_extensions; do
11703 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11704 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11706 break 2
11707 fi
11708done
11709 done
11710IFS=$as_save_IFS
11711
11712fi
11713fi
11714LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11715if test -n "$LIPO_FOR_TARGET"; then
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11717$as_echo "$LIPO_FOR_TARGET" >&6; }
11718else
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11720$as_echo "no" >&6; }
11721fi
11722
11723
11724 done
11725fi
11726
11727if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11728 for ncn_progname in lipo; do
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11730$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11731 if test -x $with_build_time_tools/${ncn_progname}; then
11732 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11734$as_echo "yes" >&6; }
11735 break
11736 else
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11738$as_echo "no" >&6; }
11739 fi
11740 done
11741fi
11742
11743if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11744 for ncn_progname in lipo; do
11745 if test -n "$ncn_target_tool_prefix"; then
11746 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11747set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11749$as_echo_n "checking for $ac_word... " >&6; }
11750if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
11752else
11753 if test -n "$LIPO_FOR_TARGET"; then
11754 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11755else
11756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11757for as_dir in $PATH
11758do
11759 IFS=$as_save_IFS
11760 test -z "$as_dir" && as_dir=.
11761 for ac_exec_ext in '' $ac_executable_extensions; do
11762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11763 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11765 break 2
11766 fi
11767done
11768 done
11769IFS=$as_save_IFS
11770
11771fi
11772fi
11773LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11774if test -n "$LIPO_FOR_TARGET"; then
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11776$as_echo "$LIPO_FOR_TARGET" >&6; }
11777else
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11779$as_echo "no" >&6; }
11780fi
11781
11782
11783 fi
11784 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11786set dummy ${ncn_progname}; ac_word=$2
11787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11788$as_echo_n "checking for $ac_word... " >&6; }
11789if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11790 $as_echo_n "(cached) " >&6
11791else
11792 if test -n "$LIPO_FOR_TARGET"; then
11793 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11794else
11795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11796for as_dir in $PATH
11797do
11798 IFS=$as_save_IFS
11799 test -z "$as_dir" && as_dir=.
11800 for ac_exec_ext in '' $ac_executable_extensions; do
11801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11802 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11804 break 2
11805 fi
11806done
11807 done
11808IFS=$as_save_IFS
11809
11810fi
11811fi
11812LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11813if test -n "$LIPO_FOR_TARGET"; then
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11815$as_echo "$LIPO_FOR_TARGET" >&6; }
11816else
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11818$as_echo "no" >&6; }
11819fi
11820
11821
11822 fi
11823 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11824 done
11825fi
11826
11827if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11828 set dummy lipo
11829 if test $build = $target ; then
11830 LIPO_FOR_TARGET="$2"
11831 else
11832 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11833 fi
11834else
11835 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11836fi
11837
11838else
11839 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11840fi
11841
11842
11843
11844
11845if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11846 if test -n "$with_build_time_tools"; then
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11848$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11849 if test -x $with_build_time_tools/nm; then
11850 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11851 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11853$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11854 else
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11856$as_echo "no" >&6; }
11857 fi
11858 elif test $build != $host && test $have_gcc_for_target = yes; then
11859 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
11860 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11861 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11862 fi
11863fi
11864if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11865 # Extract the first word of "nm", so it can be a program name with args.
11866set dummy nm; ac_word=$2
11867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11868$as_echo_n "checking for $ac_word... " >&6; }
11869if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11870 $as_echo_n "(cached) " >&6
11871else
11872 case $NM_FOR_TARGET in
11873 [\\/]* | ?:[\\/]*)
11874 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11875 ;;
11876 *)
11877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11878for as_dir in $gcc_cv_tool_dirs
11879do
11880 IFS=$as_save_IFS
11881 test -z "$as_dir" && as_dir=.
11882 for ac_exec_ext in '' $ac_executable_extensions; do
11883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11884 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11886 break 2
11887 fi
11888done
11889 done
11890IFS=$as_save_IFS
11891
11892 ;;
11893esac
11894fi
11895NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
11896if test -n "$NM_FOR_TARGET"; then
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11898$as_echo "$NM_FOR_TARGET" >&6; }
11899else
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11901$as_echo "no" >&6; }
11902fi
11903
11904
11905fi
11906if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11907
11908
11909if test -n "$NM_FOR_TARGET"; then
11910 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11911elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11912 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11913fi
11914
11915if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11916 for ncn_progname in nm; do
11917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11918set dummy ${ncn_progname}; ac_word=$2
11919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11920$as_echo_n "checking for $ac_word... " >&6; }
11921if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11922 $as_echo_n "(cached) " >&6
11923else
11924 if test -n "$NM_FOR_TARGET"; then
11925 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11926else
11927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11928for as_dir in $PATH
11929do
11930 IFS=$as_save_IFS
11931 test -z "$as_dir" && as_dir=.
11932 for ac_exec_ext in '' $ac_executable_extensions; do
11933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11934 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
11935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11936 break 2
11937 fi
11938done
11939 done
11940IFS=$as_save_IFS
11941
11942fi
11943fi
11944NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11945if test -n "$NM_FOR_TARGET"; then
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11947$as_echo "$NM_FOR_TARGET" >&6; }
11948else
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11950$as_echo "no" >&6; }
11951fi
11952
11953
11954 done
11955fi
11956
11957if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
11958 for ncn_progname in nm; do
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11960$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11961 if test -x $with_build_time_tools/${ncn_progname}; then
11962 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11964$as_echo "yes" >&6; }
11965 break
11966 else
11967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11968$as_echo "no" >&6; }
11969 fi
11970 done
11971fi
11972
11973if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11974 for ncn_progname in nm; do
11975 if test -n "$ncn_target_tool_prefix"; then
11976 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11977set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11979$as_echo_n "checking for $ac_word... " >&6; }
11980if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11981 $as_echo_n "(cached) " >&6
11982else
11983 if test -n "$NM_FOR_TARGET"; then
11984 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11985else
11986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11987for as_dir in $PATH
11988do
11989 IFS=$as_save_IFS
11990 test -z "$as_dir" && as_dir=.
11991 for ac_exec_ext in '' $ac_executable_extensions; do
11992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11993 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11995 break 2
11996 fi
11997done
11998 done
11999IFS=$as_save_IFS
12000
12001fi
12002fi
12003NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12004if test -n "$NM_FOR_TARGET"; then
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12006$as_echo "$NM_FOR_TARGET" >&6; }
12007else
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12009$as_echo "no" >&6; }
12010fi
12011
12012
12013 fi
12014 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12015 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12016set dummy ${ncn_progname}; ac_word=$2
12017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12018$as_echo_n "checking for $ac_word... " >&6; }
12019if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12020 $as_echo_n "(cached) " >&6
12021else
12022 if test -n "$NM_FOR_TARGET"; then
12023 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12024else
12025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12026for as_dir in $PATH
12027do
12028 IFS=$as_save_IFS
12029 test -z "$as_dir" && as_dir=.
12030 for ac_exec_ext in '' $ac_executable_extensions; do
12031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12032 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12034 break 2
12035 fi
12036done
12037 done
12038IFS=$as_save_IFS
12039
12040fi
12041fi
12042NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12043if test -n "$NM_FOR_TARGET"; then
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12045$as_echo "$NM_FOR_TARGET" >&6; }
12046else
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12048$as_echo "no" >&6; }
12049fi
12050
12051
12052 fi
12053 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12054 done
12055fi
12056
12057if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12058 set dummy nm
12059 if test $build = $target ; then
12060 NM_FOR_TARGET="$2"
12061 else
12062 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12063 fi
12064else
12065 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12066fi
12067
12068else
12069 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12070fi
12071
12072
12073
12074
12075if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12076 if test -n "$with_build_time_tools"; then
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12078$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12079 if test -x $with_build_time_tools/objdump; then
12080 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12081 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12083$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12084 else
12085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12086$as_echo "no" >&6; }
12087 fi
12088 elif test $build != $host && test $have_gcc_for_target = yes; then
12089 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12090 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12091 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12092 fi
12093fi
12094if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12095 # Extract the first word of "objdump", so it can be a program name with args.
12096set dummy objdump; ac_word=$2
12097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12098$as_echo_n "checking for $ac_word... " >&6; }
12099if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12100 $as_echo_n "(cached) " >&6
12101else
12102 case $OBJDUMP_FOR_TARGET in
12103 [\\/]* | ?:[\\/]*)
12104 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12105 ;;
12106 *)
12107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12108for as_dir in $gcc_cv_tool_dirs
12109do
12110 IFS=$as_save_IFS
12111 test -z "$as_dir" && as_dir=.
12112 for ac_exec_ext in '' $ac_executable_extensions; do
12113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12114 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12116 break 2
12117 fi
12118done
12119 done
12120IFS=$as_save_IFS
12121
12122 ;;
12123esac
12124fi
12125OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12126if test -n "$OBJDUMP_FOR_TARGET"; then
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12128$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12129else
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12131$as_echo "no" >&6; }
12132fi
12133
12134
12135fi
12136if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12137
12138
12139if test -n "$OBJDUMP_FOR_TARGET"; then
12140 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12141elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12142 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12143fi
12144
12145if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12146 for ncn_progname in objdump; do
12147 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12148set dummy ${ncn_progname}; ac_word=$2
12149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12150$as_echo_n "checking for $ac_word... " >&6; }
12151if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12152 $as_echo_n "(cached) " >&6
12153else
12154 if test -n "$OBJDUMP_FOR_TARGET"; then
12155 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12156else
12157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12158for as_dir in $PATH
12159do
12160 IFS=$as_save_IFS
12161 test -z "$as_dir" && as_dir=.
12162 for ac_exec_ext in '' $ac_executable_extensions; do
12163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12164 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12166 break 2
12167 fi
12168done
12169 done
12170IFS=$as_save_IFS
12171
12172fi
12173fi
12174OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12175if test -n "$OBJDUMP_FOR_TARGET"; then
12176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12177$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12178else
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12180$as_echo "no" >&6; }
12181fi
12182
12183
12184 done
12185fi
12186
12187if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12188 for ncn_progname in objdump; do
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12190$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12191 if test -x $with_build_time_tools/${ncn_progname}; then
12192 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12194$as_echo "yes" >&6; }
12195 break
12196 else
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12198$as_echo "no" >&6; }
12199 fi
12200 done
12201fi
12202
12203if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12204 for ncn_progname in objdump; do
12205 if test -n "$ncn_target_tool_prefix"; then
12206 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12207set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12209$as_echo_n "checking for $ac_word... " >&6; }
12210if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12211 $as_echo_n "(cached) " >&6
12212else
12213 if test -n "$OBJDUMP_FOR_TARGET"; then
12214 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12215else
12216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12217for as_dir in $PATH
12218do
12219 IFS=$as_save_IFS
12220 test -z "$as_dir" && as_dir=.
12221 for ac_exec_ext in '' $ac_executable_extensions; do
12222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12223 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12225 break 2
12226 fi
12227done
12228 done
12229IFS=$as_save_IFS
12230
12231fi
12232fi
12233OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12234if test -n "$OBJDUMP_FOR_TARGET"; then
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12236$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12237else
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12239$as_echo "no" >&6; }
12240fi
12241
12242
12243 fi
12244 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12245 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12246set dummy ${ncn_progname}; ac_word=$2
12247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12248$as_echo_n "checking for $ac_word... " >&6; }
12249if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12250 $as_echo_n "(cached) " >&6
12251else
12252 if test -n "$OBJDUMP_FOR_TARGET"; then
12253 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12254else
12255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12256for as_dir in $PATH
12257do
12258 IFS=$as_save_IFS
12259 test -z "$as_dir" && as_dir=.
12260 for ac_exec_ext in '' $ac_executable_extensions; do
12261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12262 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12264 break 2
12265 fi
12266done
12267 done
12268IFS=$as_save_IFS
12269
12270fi
12271fi
12272OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12273if test -n "$OBJDUMP_FOR_TARGET"; then
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12275$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12276else
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12278$as_echo "no" >&6; }
12279fi
12280
12281
12282 fi
12283 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12284 done
12285fi
12286
12287if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12288 set dummy objdump
12289 if test $build = $target ; then
12290 OBJDUMP_FOR_TARGET="$2"
12291 else
12292 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12293 fi
12294else
12295 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12296fi
12297
12298else
12299 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12300fi
12301
12302
12303
12304
12305if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12306 if test -n "$with_build_time_tools"; then
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12308$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12309 if test -x $with_build_time_tools/ranlib; then
12310 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12311 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12313$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12314 else
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12316$as_echo "no" >&6; }
12317 fi
12318 elif test $build != $host && test $have_gcc_for_target = yes; then
12319 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12320 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12321 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12322 fi
12323fi
12324if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12325 # Extract the first word of "ranlib", so it can be a program name with args.
12326set dummy ranlib; ac_word=$2
12327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12328$as_echo_n "checking for $ac_word... " >&6; }
12329if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12330 $as_echo_n "(cached) " >&6
12331else
12332 case $RANLIB_FOR_TARGET in
12333 [\\/]* | ?:[\\/]*)
12334 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12335 ;;
12336 *)
12337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12338for as_dir in $gcc_cv_tool_dirs
12339do
12340 IFS=$as_save_IFS
12341 test -z "$as_dir" && as_dir=.
12342 for ac_exec_ext in '' $ac_executable_extensions; do
12343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12344 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12346 break 2
12347 fi
12348done
12349 done
12350IFS=$as_save_IFS
12351
12352 ;;
12353esac
12354fi
12355RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12356if test -n "$RANLIB_FOR_TARGET"; then
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12358$as_echo "$RANLIB_FOR_TARGET" >&6; }
12359else
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12361$as_echo "no" >&6; }
12362fi
12363
12364
12365fi
12366if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12367
12368
12369if test -n "$RANLIB_FOR_TARGET"; then
12370 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12371elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12372 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12373fi
12374
12375if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12376 for ncn_progname in ranlib; do
12377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12378set dummy ${ncn_progname}; ac_word=$2
12379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12380$as_echo_n "checking for $ac_word... " >&6; }
12381if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12382 $as_echo_n "(cached) " >&6
12383else
12384 if test -n "$RANLIB_FOR_TARGET"; then
12385 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12386else
12387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12388for as_dir in $PATH
12389do
12390 IFS=$as_save_IFS
12391 test -z "$as_dir" && as_dir=.
12392 for ac_exec_ext in '' $ac_executable_extensions; do
12393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12394 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12396 break 2
12397 fi
12398done
12399 done
12400IFS=$as_save_IFS
12401
12402fi
12403fi
12404RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12405if test -n "$RANLIB_FOR_TARGET"; then
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12407$as_echo "$RANLIB_FOR_TARGET" >&6; }
12408else
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12410$as_echo "no" >&6; }
12411fi
12412
12413
12414 done
12415fi
12416
12417if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12418 for ncn_progname in ranlib; do
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12420$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12421 if test -x $with_build_time_tools/${ncn_progname}; then
12422 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12424$as_echo "yes" >&6; }
12425 break
12426 else
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12428$as_echo "no" >&6; }
12429 fi
12430 done
12431fi
12432
12433if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12434 for ncn_progname in ranlib; do
12435 if test -n "$ncn_target_tool_prefix"; then
12436 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12437set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12439$as_echo_n "checking for $ac_word... " >&6; }
12440if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12441 $as_echo_n "(cached) " >&6
12442else
12443 if test -n "$RANLIB_FOR_TARGET"; then
12444 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12445else
12446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12447for as_dir in $PATH
12448do
12449 IFS=$as_save_IFS
12450 test -z "$as_dir" && as_dir=.
12451 for ac_exec_ext in '' $ac_executable_extensions; do
12452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12453 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12455 break 2
12456 fi
12457done
12458 done
12459IFS=$as_save_IFS
12460
12461fi
12462fi
12463RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12464if test -n "$RANLIB_FOR_TARGET"; then
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12466$as_echo "$RANLIB_FOR_TARGET" >&6; }
12467else
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12469$as_echo "no" >&6; }
12470fi
12471
12472
12473 fi
12474 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12475 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12476set dummy ${ncn_progname}; ac_word=$2
12477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12478$as_echo_n "checking for $ac_word... " >&6; }
12479if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12480 $as_echo_n "(cached) " >&6
12481else
12482 if test -n "$RANLIB_FOR_TARGET"; then
12483 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12484else
12485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12486for as_dir in $PATH
12487do
12488 IFS=$as_save_IFS
12489 test -z "$as_dir" && as_dir=.
12490 for ac_exec_ext in '' $ac_executable_extensions; do
12491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12492 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12494 break 2
12495 fi
12496done
12497 done
12498IFS=$as_save_IFS
12499
12500fi
12501fi
12502RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12503if test -n "$RANLIB_FOR_TARGET"; then
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12505$as_echo "$RANLIB_FOR_TARGET" >&6; }
12506else
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12508$as_echo "no" >&6; }
12509fi
12510
12511
12512 fi
12513 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12514 done
12515fi
12516
12517if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12518 set dummy ranlib
12519 if test $build = $target ; then
12520 RANLIB_FOR_TARGET="$2"
12521 else
12522 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12523 fi
12524else
12525 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12526fi
12527
12528else
12529 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12530fi
12531
12532
12533
12534
12535if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12536 if test -n "$with_build_time_tools"; then
12537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12538$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12539 if test -x $with_build_time_tools/strip; then
12540 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12541 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12543$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12544 else
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12546$as_echo "no" >&6; }
12547 fi
12548 elif test $build != $host && test $have_gcc_for_target = yes; then
12549 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12550 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12551 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12552 fi
12553fi
12554if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12555 # Extract the first word of "strip", so it can be a program name with args.
12556set dummy strip; ac_word=$2
12557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12558$as_echo_n "checking for $ac_word... " >&6; }
12559if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12560 $as_echo_n "(cached) " >&6
12561else
12562 case $STRIP_FOR_TARGET in
12563 [\\/]* | ?:[\\/]*)
12564 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12565 ;;
12566 *)
12567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12568for as_dir in $gcc_cv_tool_dirs
12569do
12570 IFS=$as_save_IFS
12571 test -z "$as_dir" && as_dir=.
12572 for ac_exec_ext in '' $ac_executable_extensions; do
12573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12574 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12576 break 2
12577 fi
12578done
12579 done
12580IFS=$as_save_IFS
12581
12582 ;;
12583esac
12584fi
12585STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12586if test -n "$STRIP_FOR_TARGET"; then
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12588$as_echo "$STRIP_FOR_TARGET" >&6; }
12589else
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12591$as_echo "no" >&6; }
12592fi
12593
12594
12595fi
12596if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12597
12598
12599if test -n "$STRIP_FOR_TARGET"; then
12600 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12601elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12602 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12603fi
12604
12605if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12606 for ncn_progname in strip; do
12607 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12608set dummy ${ncn_progname}; ac_word=$2
12609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12610$as_echo_n "checking for $ac_word... " >&6; }
12611if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12612 $as_echo_n "(cached) " >&6
12613else
12614 if test -n "$STRIP_FOR_TARGET"; then
12615 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12616else
12617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12618for as_dir in $PATH
12619do
12620 IFS=$as_save_IFS
12621 test -z "$as_dir" && as_dir=.
12622 for ac_exec_ext in '' $ac_executable_extensions; do
12623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12624 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12626 break 2
12627 fi
12628done
12629 done
12630IFS=$as_save_IFS
12631
12632fi
12633fi
12634STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12635if test -n "$STRIP_FOR_TARGET"; then
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12637$as_echo "$STRIP_FOR_TARGET" >&6; }
12638else
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12640$as_echo "no" >&6; }
12641fi
12642
12643
12644 done
12645fi
12646
12647if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12648 for ncn_progname in strip; do
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12650$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12651 if test -x $with_build_time_tools/${ncn_progname}; then
12652 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12654$as_echo "yes" >&6; }
12655 break
12656 else
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12658$as_echo "no" >&6; }
12659 fi
12660 done
12661fi
12662
12663if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12664 for ncn_progname in strip; do
12665 if test -n "$ncn_target_tool_prefix"; then
12666 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12667set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12669$as_echo_n "checking for $ac_word... " >&6; }
12670if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12671 $as_echo_n "(cached) " >&6
12672else
12673 if test -n "$STRIP_FOR_TARGET"; then
12674 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12675else
12676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12677for as_dir in $PATH
12678do
12679 IFS=$as_save_IFS
12680 test -z "$as_dir" && as_dir=.
12681 for ac_exec_ext in '' $ac_executable_extensions; do
12682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12683 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12685 break 2
12686 fi
12687done
12688 done
12689IFS=$as_save_IFS
12690
12691fi
12692fi
12693STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12694if test -n "$STRIP_FOR_TARGET"; then
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12696$as_echo "$STRIP_FOR_TARGET" >&6; }
12697else
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12699$as_echo "no" >&6; }
12700fi
12701
12702
12703 fi
12704 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12705 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12706set dummy ${ncn_progname}; ac_word=$2
12707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12708$as_echo_n "checking for $ac_word... " >&6; }
12709if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12710 $as_echo_n "(cached) " >&6
12711else
12712 if test -n "$STRIP_FOR_TARGET"; then
12713 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12714else
12715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12716for as_dir in $PATH
12717do
12718 IFS=$as_save_IFS
12719 test -z "$as_dir" && as_dir=.
12720 for ac_exec_ext in '' $ac_executable_extensions; do
12721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12722 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12724 break 2
12725 fi
12726done
12727 done
12728IFS=$as_save_IFS
12729
12730fi
12731fi
12732STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12733if test -n "$STRIP_FOR_TARGET"; then
12734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12735$as_echo "$STRIP_FOR_TARGET" >&6; }
12736else
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12738$as_echo "no" >&6; }
12739fi
12740
12741
12742 fi
12743 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12744 done
12745fi
12746
12747if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12748 set dummy strip
12749 if test $build = $target ; then
12750 STRIP_FOR_TARGET="$2"
12751 else
12752 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12753 fi
12754else
12755 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12756fi
12757
12758else
12759 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12760fi
12761
12762
12763
12764
12765if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12766 if test -n "$with_build_time_tools"; then
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12768$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12769 if test -x $with_build_time_tools/windres; then
12770 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12771 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12773$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12774 else
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12776$as_echo "no" >&6; }
12777 fi
12778 elif test $build != $host && test $have_gcc_for_target = yes; then
12779 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12780 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12781 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12782 fi
12783fi
12784if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12785 # Extract the first word of "windres", so it can be a program name with args.
12786set dummy windres; ac_word=$2
12787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12788$as_echo_n "checking for $ac_word... " >&6; }
12789if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12790 $as_echo_n "(cached) " >&6
12791else
12792 case $WINDRES_FOR_TARGET in
12793 [\\/]* | ?:[\\/]*)
12794 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12795 ;;
12796 *)
12797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12798for as_dir in $gcc_cv_tool_dirs
12799do
12800 IFS=$as_save_IFS
12801 test -z "$as_dir" && as_dir=.
12802 for ac_exec_ext in '' $ac_executable_extensions; do
12803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12804 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12806 break 2
12807 fi
12808done
12809 done
12810IFS=$as_save_IFS
12811
12812 ;;
12813esac
12814fi
12815WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12816if test -n "$WINDRES_FOR_TARGET"; then
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12818$as_echo "$WINDRES_FOR_TARGET" >&6; }
12819else
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12821$as_echo "no" >&6; }
12822fi
12823
12824
12825fi
12826if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12827
12828
12829if test -n "$WINDRES_FOR_TARGET"; then
12830 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12831elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12832 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12833fi
12834
12835if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12836 for ncn_progname in windres; do
12837 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12838set dummy ${ncn_progname}; ac_word=$2
12839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12840$as_echo_n "checking for $ac_word... " >&6; }
12841if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12842 $as_echo_n "(cached) " >&6
12843else
12844 if test -n "$WINDRES_FOR_TARGET"; then
12845 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12846else
12847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12848for as_dir in $PATH
12849do
12850 IFS=$as_save_IFS
12851 test -z "$as_dir" && as_dir=.
12852 for ac_exec_ext in '' $ac_executable_extensions; do
12853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12854 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12856 break 2
12857 fi
12858done
12859 done
12860IFS=$as_save_IFS
12861
12862fi
12863fi
12864WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12865if test -n "$WINDRES_FOR_TARGET"; then
12866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12867$as_echo "$WINDRES_FOR_TARGET" >&6; }
12868else
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12870$as_echo "no" >&6; }
12871fi
12872
12873
12874 done
12875fi
12876
12877if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
12878 for ncn_progname in windres; do
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12880$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12881 if test -x $with_build_time_tools/${ncn_progname}; then
12882 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12884$as_echo "yes" >&6; }
12885 break
12886 else
12887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12888$as_echo "no" >&6; }
12889 fi
12890 done
12891fi
12892
12893if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12894 for ncn_progname in windres; do
12895 if test -n "$ncn_target_tool_prefix"; then
12896 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12897set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12899$as_echo_n "checking for $ac_word... " >&6; }
12900if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12901 $as_echo_n "(cached) " >&6
12902else
12903 if test -n "$WINDRES_FOR_TARGET"; then
12904 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12905else
12906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12907for as_dir in $PATH
12908do
12909 IFS=$as_save_IFS
12910 test -z "$as_dir" && as_dir=.
12911 for ac_exec_ext in '' $ac_executable_extensions; do
12912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12913 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12915 break 2
12916 fi
12917done
12918 done
12919IFS=$as_save_IFS
12920
12921fi
12922fi
12923WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12924if test -n "$WINDRES_FOR_TARGET"; then
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12926$as_echo "$WINDRES_FOR_TARGET" >&6; }
12927else
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12929$as_echo "no" >&6; }
12930fi
12931
12932
12933 fi
12934 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
12935 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12936set dummy ${ncn_progname}; ac_word=$2
12937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12938$as_echo_n "checking for $ac_word... " >&6; }
12939if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12940 $as_echo_n "(cached) " >&6
12941else
12942 if test -n "$WINDRES_FOR_TARGET"; then
12943 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12944else
12945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12946for as_dir in $PATH
12947do
12948 IFS=$as_save_IFS
12949 test -z "$as_dir" && as_dir=.
12950 for ac_exec_ext in '' $ac_executable_extensions; do
12951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12952 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12954 break 2
12955 fi
12956done
12957 done
12958IFS=$as_save_IFS
12959
12960fi
12961fi
12962WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12963if test -n "$WINDRES_FOR_TARGET"; then
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12965$as_echo "$WINDRES_FOR_TARGET" >&6; }
12966else
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12968$as_echo "no" >&6; }
12969fi
12970
12971
12972 fi
12973 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
12974 done
12975fi
12976
12977if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
12978 set dummy windres
12979 if test $build = $target ; then
12980 WINDRES_FOR_TARGET="$2"
12981 else
12982 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
12983 fi
12984else
12985 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
12986fi
12987
12988else
12989 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12990fi
12991
12992
12993
12994
12995if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
12996 if test -n "$with_build_time_tools"; then
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
12998$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
12999 if test -x $with_build_time_tools/windmc; then
13000 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13001 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13003$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13004 else
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13006$as_echo "no" >&6; }
13007 fi
13008 elif test $build != $host && test $have_gcc_for_target = yes; then
13009 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13010 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13011 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13012 fi
13013fi
13014if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13015 # Extract the first word of "windmc", so it can be a program name with args.
13016set dummy windmc; ac_word=$2
13017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13018$as_echo_n "checking for $ac_word... " >&6; }
13019if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13020 $as_echo_n "(cached) " >&6
13021else
13022 case $WINDMC_FOR_TARGET in
13023 [\\/]* | ?:[\\/]*)
13024 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13025 ;;
13026 *)
13027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13028for as_dir in $gcc_cv_tool_dirs
13029do
13030 IFS=$as_save_IFS
13031 test -z "$as_dir" && as_dir=.
13032 for ac_exec_ext in '' $ac_executable_extensions; do
13033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13034 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13036 break 2
13037 fi
13038done
13039 done
13040IFS=$as_save_IFS
13041
13042 ;;
13043esac
13044fi
13045WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13046if test -n "$WINDMC_FOR_TARGET"; then
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13048$as_echo "$WINDMC_FOR_TARGET" >&6; }
13049else
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13051$as_echo "no" >&6; }
13052fi
13053
13054
13055fi
13056if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13057
13058
13059if test -n "$WINDMC_FOR_TARGET"; then
13060 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13061elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13062 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13063fi
13064
13065if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13066 for ncn_progname in windmc; do
13067 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13068set dummy ${ncn_progname}; ac_word=$2
13069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13070$as_echo_n "checking for $ac_word... " >&6; }
13071if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13072 $as_echo_n "(cached) " >&6
13073else
13074 if test -n "$WINDMC_FOR_TARGET"; then
13075 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13076else
13077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13078for as_dir in $PATH
13079do
13080 IFS=$as_save_IFS
13081 test -z "$as_dir" && as_dir=.
13082 for ac_exec_ext in '' $ac_executable_extensions; do
13083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13084 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13086 break 2
13087 fi
13088done
13089 done
13090IFS=$as_save_IFS
13091
13092fi
13093fi
13094WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13095if test -n "$WINDMC_FOR_TARGET"; then
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13097$as_echo "$WINDMC_FOR_TARGET" >&6; }
13098else
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13100$as_echo "no" >&6; }
13101fi
13102
13103
13104 done
13105fi
13106
13107if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13108 for ncn_progname in windmc; do
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13110$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13111 if test -x $with_build_time_tools/${ncn_progname}; then
13112 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13114$as_echo "yes" >&6; }
13115 break
13116 else
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13118$as_echo "no" >&6; }
13119 fi
13120 done
13121fi
13122
13123if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13124 for ncn_progname in windmc; do
13125 if test -n "$ncn_target_tool_prefix"; then
13126 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13127set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13129$as_echo_n "checking for $ac_word... " >&6; }
13130if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13131 $as_echo_n "(cached) " >&6
13132else
13133 if test -n "$WINDMC_FOR_TARGET"; then
13134 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13135else
13136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13137for as_dir in $PATH
13138do
13139 IFS=$as_save_IFS
13140 test -z "$as_dir" && as_dir=.
13141 for ac_exec_ext in '' $ac_executable_extensions; do
13142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13143 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13145 break 2
13146 fi
13147done
13148 done
13149IFS=$as_save_IFS
13150
13151fi
13152fi
13153WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13154if test -n "$WINDMC_FOR_TARGET"; then
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13156$as_echo "$WINDMC_FOR_TARGET" >&6; }
13157else
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13159$as_echo "no" >&6; }
13160fi
13161
13162
13163 fi
13164 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13165 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13166set dummy ${ncn_progname}; ac_word=$2
13167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13168$as_echo_n "checking for $ac_word... " >&6; }
13169if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13170 $as_echo_n "(cached) " >&6
13171else
13172 if test -n "$WINDMC_FOR_TARGET"; then
13173 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13174else
13175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13176for as_dir in $PATH
13177do
13178 IFS=$as_save_IFS
13179 test -z "$as_dir" && as_dir=.
13180 for ac_exec_ext in '' $ac_executable_extensions; do
13181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13182 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13184 break 2
13185 fi
13186done
13187 done
13188IFS=$as_save_IFS
13189
13190fi
13191fi
13192WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13193if test -n "$WINDMC_FOR_TARGET"; then
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13195$as_echo "$WINDMC_FOR_TARGET" >&6; }
13196else
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13198$as_echo "no" >&6; }
13199fi
13200
13201
13202 fi
13203 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13204 done
13205fi
13206
13207if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13208 set dummy windmc
13209 if test $build = $target ; then
13210 WINDMC_FOR_TARGET="$2"
13211 else
13212 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13213 fi
13214else
13215 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13216fi
13217
13218else
13219 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13220fi
13221
13222
13223RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13224
13225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13226$as_echo_n "checking where to find the target ar... " >&6; }
13227if test "x${build}" != "x${host}" ; then
13228 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13229 # We already found the complete path
13230 ac_dir=`dirname $AR_FOR_TARGET`
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13232$as_echo "pre-installed in $ac_dir" >&6; }
13233 else
13234 # Canadian cross, just use what we found
13235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13236$as_echo "pre-installed" >&6; }
13237 fi
13238else
13239 ok=yes
13240 case " ${configdirs} " in
13241 *" binutils "*) ;;
13242 *) ok=no ;;
13243 esac
13244
13245 if test $ok = yes; then
13246 # An in-tree tool is available and we can use it
13247 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13249$as_echo "just compiled" >&6; }
13250 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13251 # We already found the complete path
13252 ac_dir=`dirname $AR_FOR_TARGET`
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13254$as_echo "pre-installed in $ac_dir" >&6; }
13255 elif test "x$target" = "x$host"; then
13256 # We can use an host tool
13257 AR_FOR_TARGET='$(AR)'
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13259$as_echo "host tool" >&6; }
13260 else
13261 # We need a cross tool
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13263$as_echo "pre-installed" >&6; }
13264 fi
13265fi
13266
13267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13268$as_echo_n "checking where to find the target as... " >&6; }
13269if test "x${build}" != "x${host}" ; then
13270 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13271 # We already found the complete path
13272 ac_dir=`dirname $AS_FOR_TARGET`
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13274$as_echo "pre-installed in $ac_dir" >&6; }
13275 else
13276 # Canadian cross, just use what we found
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13278$as_echo "pre-installed" >&6; }
13279 fi
13280else
13281 ok=yes
13282 case " ${configdirs} " in
13283 *" gas "*) ;;
13284 *) ok=no ;;
13285 esac
13286
13287 if test $ok = yes; then
13288 # An in-tree tool is available and we can use it
13289 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13291$as_echo "just compiled" >&6; }
13292 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13293 # We already found the complete path
13294 ac_dir=`dirname $AS_FOR_TARGET`
13295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13296$as_echo "pre-installed in $ac_dir" >&6; }
13297 elif test "x$target" = "x$host"; then
13298 # We can use an host tool
13299 AS_FOR_TARGET='$(AS)'
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13301$as_echo "host tool" >&6; }
13302 else
13303 # We need a cross tool
13304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13305$as_echo "pre-installed" >&6; }
13306 fi
13307fi
13308
13309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13310$as_echo_n "checking where to find the target cc... " >&6; }
13311if test "x${build}" != "x${host}" ; then
13312 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13313 # We already found the complete path
13314 ac_dir=`dirname $CC_FOR_TARGET`
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13316$as_echo "pre-installed in $ac_dir" >&6; }
13317 else
13318 # Canadian cross, just use what we found
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13320$as_echo "pre-installed" >&6; }
13321 fi
13322else
13323 ok=yes
13324 case " ${configdirs} " in
13325 *" gcc "*) ;;
13326 *) ok=no ;;
13327 esac
13328
13329 if test $ok = yes; then
13330 # An in-tree tool is available and we can use it
13331 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13333$as_echo "just compiled" >&6; }
13334 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13335 # We already found the complete path
13336 ac_dir=`dirname $CC_FOR_TARGET`
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13338$as_echo "pre-installed in $ac_dir" >&6; }
13339 elif test "x$target" = "x$host"; then
13340 # We can use an host tool
13341 CC_FOR_TARGET='$(CC)'
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13343$as_echo "host tool" >&6; }
13344 else
13345 # We need a cross tool
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13347$as_echo "pre-installed" >&6; }
13348 fi
13349fi
13350
13351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13352$as_echo_n "checking where to find the target c++... " >&6; }
13353if test "x${build}" != "x${host}" ; then
13354 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13355 # We already found the complete path
13356 ac_dir=`dirname $CXX_FOR_TARGET`
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13358$as_echo "pre-installed in $ac_dir" >&6; }
13359 else
13360 # Canadian cross, just use what we found
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13362$as_echo "pre-installed" >&6; }
13363 fi
13364else
13365 ok=yes
13366 case " ${configdirs} " in
13367 *" gcc "*) ;;
13368 *) ok=no ;;
13369 esac
13370 case ,${enable_languages}, in
13371 *,c++,*) ;;
13372 *) ok=no ;;
13373 esac
13374 if test $ok = yes; then
13375 # An in-tree tool is available and we can use it
13376 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'
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13378$as_echo "just compiled" >&6; }
13379 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13380 # We already found the complete path
13381 ac_dir=`dirname $CXX_FOR_TARGET`
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13383$as_echo "pre-installed in $ac_dir" >&6; }
13384 elif test "x$target" = "x$host"; then
13385 # We can use an host tool
13386 CXX_FOR_TARGET='$(CXX)'
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13388$as_echo "host tool" >&6; }
13389 else
13390 # We need a cross tool
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13392$as_echo "pre-installed" >&6; }
13393 fi
13394fi
13395
13396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13397$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13398if test "x${build}" != "x${host}" ; then
13399 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13400 # We already found the complete path
13401 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13403$as_echo "pre-installed in $ac_dir" >&6; }
13404 else
13405 # Canadian cross, just use what we found
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13407$as_echo "pre-installed" >&6; }
13408 fi
13409else
13410 ok=yes
13411 case " ${configdirs} " in
13412 *" gcc "*) ;;
13413 *) ok=no ;;
13414 esac
13415 case ,${enable_languages}, in
13416 *,c++,*) ;;
13417 *) ok=no ;;
13418 esac
13419 if test $ok = yes; then
13420 # An in-tree tool is available and we can use it
13421 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'
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13423$as_echo "just compiled" >&6; }
13424 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13425 # We already found the complete path
13426 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13428$as_echo "pre-installed in $ac_dir" >&6; }
13429 elif test "x$target" = "x$host"; then
13430 # We can use an host tool
13431 RAW_CXX_FOR_TARGET='$(CXX)'
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13433$as_echo "host tool" >&6; }
13434 else
13435 # We need a cross tool
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13437$as_echo "pre-installed" >&6; }
13438 fi
13439fi
13440
13441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13442$as_echo_n "checking where to find the target dlltool... " >&6; }
13443if test "x${build}" != "x${host}" ; then
13444 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13445 # We already found the complete path
13446 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13448$as_echo "pre-installed in $ac_dir" >&6; }
13449 else
13450 # Canadian cross, just use what we found
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13452$as_echo "pre-installed" >&6; }
13453 fi
13454else
13455 ok=yes
13456 case " ${configdirs} " in
13457 *" binutils "*) ;;
13458 *) ok=no ;;
13459 esac
13460
13461 if test $ok = yes; then
13462 # An in-tree tool is available and we can use it
13463 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13465$as_echo "just compiled" >&6; }
13466 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13467 # We already found the complete path
13468 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13470$as_echo "pre-installed in $ac_dir" >&6; }
13471 elif test "x$target" = "x$host"; then
13472 # We can use an host tool
13473 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13475$as_echo "host tool" >&6; }
13476 else
13477 # We need a cross tool
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13479$as_echo "pre-installed" >&6; }
13480 fi
13481fi
13482
13483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13484$as_echo_n "checking where to find the target gcc... " >&6; }
13485if test "x${build}" != "x${host}" ; then
13486 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13487 # We already found the complete path
13488 ac_dir=`dirname $GCC_FOR_TARGET`
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13490$as_echo "pre-installed in $ac_dir" >&6; }
13491 else
13492 # Canadian cross, just use what we found
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13494$as_echo "pre-installed" >&6; }
13495 fi
13496else
13497 ok=yes
13498 case " ${configdirs} " in
13499 *" gcc "*) ;;
13500 *) ok=no ;;
13501 esac
13502
13503 if test $ok = yes; then
13504 # An in-tree tool is available and we can use it
13505 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13507$as_echo "just compiled" >&6; }
13508 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13509 # We already found the complete path
13510 ac_dir=`dirname $GCC_FOR_TARGET`
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13512$as_echo "pre-installed in $ac_dir" >&6; }
13513 elif test "x$target" = "x$host"; then
13514 # We can use an host tool
13515 GCC_FOR_TARGET='$()'
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13517$as_echo "host tool" >&6; }
13518 else
13519 # We need a cross tool
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13521$as_echo "pre-installed" >&6; }
13522 fi
13523fi
13524
13525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13526$as_echo_n "checking where to find the target gcj... " >&6; }
13527if test "x${build}" != "x${host}" ; then
13528 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13529 # We already found the complete path
13530 ac_dir=`dirname $GCJ_FOR_TARGET`
13531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13532$as_echo "pre-installed in $ac_dir" >&6; }
13533 else
13534 # Canadian cross, just use what we found
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13536$as_echo "pre-installed" >&6; }
13537 fi
13538else
13539 ok=yes
13540 case " ${configdirs} " in
13541 *" gcc "*) ;;
13542 *) ok=no ;;
13543 esac
13544 case ,${enable_languages}, in
13545 *,java,*) ;;
13546 *) ok=no ;;
13547 esac
13548 if test $ok = yes; then
13549 # An in-tree tool is available and we can use it
13550 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13552$as_echo "just compiled" >&6; }
13553 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13554 # We already found the complete path
13555 ac_dir=`dirname $GCJ_FOR_TARGET`
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13557$as_echo "pre-installed in $ac_dir" >&6; }
13558 elif test "x$target" = "x$host"; then
13559 # We can use an host tool
13560 GCJ_FOR_TARGET='$(GCJ)'
13561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13562$as_echo "host tool" >&6; }
13563 else
13564 # We need a cross tool
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13566$as_echo "pre-installed" >&6; }
13567 fi
13568fi
13569
13570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13571$as_echo_n "checking where to find the target gfortran... " >&6; }
13572if test "x${build}" != "x${host}" ; then
13573 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13574 # We already found the complete path
13575 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13577$as_echo "pre-installed in $ac_dir" >&6; }
13578 else
13579 # Canadian cross, just use what we found
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13581$as_echo "pre-installed" >&6; }
13582 fi
13583else
13584 ok=yes
13585 case " ${configdirs} " in
13586 *" gcc "*) ;;
13587 *) ok=no ;;
13588 esac
13589 case ,${enable_languages}, in
13590 *,fortran,*) ;;
13591 *) ok=no ;;
13592 esac
13593 if test $ok = yes; then
13594 # An in-tree tool is available and we can use it
13595 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13597$as_echo "just compiled" >&6; }
13598 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13599 # We already found the complete path
13600 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13602$as_echo "pre-installed in $ac_dir" >&6; }
13603 elif test "x$target" = "x$host"; then
13604 # We can use an host tool
13605 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13607$as_echo "host tool" >&6; }
13608 else
13609 # We need a cross tool
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13611$as_echo "pre-installed" >&6; }
13612 fi
13613fi
13614
13615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13616$as_echo_n "checking where to find the target gccgo... " >&6; }
13617if test "x${build}" != "x${host}" ; then
13618 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13619 # We already found the complete path
13620 ac_dir=`dirname $GOC_FOR_TARGET`
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13622$as_echo "pre-installed in $ac_dir" >&6; }
13623 else
13624 # Canadian cross, just use what we found
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13626$as_echo "pre-installed" >&6; }
13627 fi
13628else
13629 ok=yes
13630 case " ${configdirs} " in
13631 *" gcc "*) ;;
13632 *) ok=no ;;
13633 esac
13634 case ,${enable_languages}, in
13635 *,go,*) ;;
13636 *) ok=no ;;
13637 esac
13638 if test $ok = yes; then
13639 # An in-tree tool is available and we can use it
13640 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13642$as_echo "just compiled" >&6; }
13643 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13644 # We already found the complete path
13645 ac_dir=`dirname $GOC_FOR_TARGET`
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13647$as_echo "pre-installed in $ac_dir" >&6; }
13648 elif test "x$target" = "x$host"; then
13649 # We can use an host tool
13650 GOC_FOR_TARGET='$(GOC)'
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13652$as_echo "host tool" >&6; }
13653 else
13654 # We need a cross tool
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13656$as_echo "pre-installed" >&6; }
13657 fi
13658fi
13659
13660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13661$as_echo_n "checking where to find the target ld... " >&6; }
13662if test "x${build}" != "x${host}" ; then
13663 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13664 # We already found the complete path
13665 ac_dir=`dirname $LD_FOR_TARGET`
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13667$as_echo "pre-installed in $ac_dir" >&6; }
13668 else
13669 # Canadian cross, just use what we found
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13671$as_echo "pre-installed" >&6; }
13672 fi
13673else
13674 ok=yes
13675 case " ${configdirs} " in
13676 *" ld "*) ;;
13677 *) ok=no ;;
13678 esac
13679
13680 if test $ok = yes; then
13681 # An in-tree tool is available and we can use it
13682 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13684$as_echo "just compiled" >&6; }
13685 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13686 # We already found the complete path
13687 ac_dir=`dirname $LD_FOR_TARGET`
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13689$as_echo "pre-installed in $ac_dir" >&6; }
13690 elif test "x$target" = "x$host"; then
13691 # We can use an host tool
13692 LD_FOR_TARGET='$(LD)'
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13694$as_echo "host tool" >&6; }
13695 else
13696 # We need a cross tool
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13698$as_echo "pre-installed" >&6; }
13699 fi
13700fi
13701
13702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13703$as_echo_n "checking where to find the target lipo... " >&6; }
13704if test "x${build}" != "x${host}" ; then
13705 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13706 # We already found the complete path
13707 ac_dir=`dirname $LIPO_FOR_TARGET`
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13709$as_echo "pre-installed in $ac_dir" >&6; }
13710 else
13711 # Canadian cross, just use what we found
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13713$as_echo "pre-installed" >&6; }
13714 fi
13715else
13716 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13717 # We already found the complete path
13718 ac_dir=`dirname $LIPO_FOR_TARGET`
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13720$as_echo "pre-installed in $ac_dir" >&6; }
13721 elif test "x$target" = "x$host"; then
13722 # We can use an host tool
13723 LIPO_FOR_TARGET='$(LIPO)'
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13725$as_echo "host tool" >&6; }
13726 else
13727 # We need a cross tool
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13729$as_echo "pre-installed" >&6; }
13730 fi
13731fi
13732
13733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13734$as_echo_n "checking where to find the target nm... " >&6; }
13735if test "x${build}" != "x${host}" ; then
13736 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13737 # We already found the complete path
13738 ac_dir=`dirname $NM_FOR_TARGET`
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13740$as_echo "pre-installed in $ac_dir" >&6; }
13741 else
13742 # Canadian cross, just use what we found
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13744$as_echo "pre-installed" >&6; }
13745 fi
13746else
13747 ok=yes
13748 case " ${configdirs} " in
13749 *" binutils "*) ;;
13750 *) ok=no ;;
13751 esac
13752
13753 if test $ok = yes; then
13754 # An in-tree tool is available and we can use it
13755 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13757$as_echo "just compiled" >&6; }
13758 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13759 # We already found the complete path
13760 ac_dir=`dirname $NM_FOR_TARGET`
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13762$as_echo "pre-installed in $ac_dir" >&6; }
13763 elif test "x$target" = "x$host"; then
13764 # We can use an host tool
13765 NM_FOR_TARGET='$(NM)'
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13767$as_echo "host tool" >&6; }
13768 else
13769 # We need a cross tool
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13771$as_echo "pre-installed" >&6; }
13772 fi
13773fi
13774
13775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13776$as_echo_n "checking where to find the target objdump... " >&6; }
13777if test "x${build}" != "x${host}" ; then
13778 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13779 # We already found the complete path
13780 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13782$as_echo "pre-installed in $ac_dir" >&6; }
13783 else
13784 # Canadian cross, just use what we found
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13786$as_echo "pre-installed" >&6; }
13787 fi
13788else
13789 ok=yes
13790 case " ${configdirs} " in
13791 *" binutils "*) ;;
13792 *) ok=no ;;
13793 esac
13794
13795 if test $ok = yes; then
13796 # An in-tree tool is available and we can use it
13797 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13799$as_echo "just compiled" >&6; }
13800 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13801 # We already found the complete path
13802 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13804$as_echo "pre-installed in $ac_dir" >&6; }
13805 elif test "x$target" = "x$host"; then
13806 # We can use an host tool
13807 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13809$as_echo "host tool" >&6; }
13810 else
13811 # We need a cross tool
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13813$as_echo "pre-installed" >&6; }
13814 fi
13815fi
13816
13817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13818$as_echo_n "checking where to find the target ranlib... " >&6; }
13819if test "x${build}" != "x${host}" ; then
13820 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13821 # We already found the complete path
13822 ac_dir=`dirname $RANLIB_FOR_TARGET`
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13824$as_echo "pre-installed in $ac_dir" >&6; }
13825 else
13826 # Canadian cross, just use what we found
13827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13828$as_echo "pre-installed" >&6; }
13829 fi
13830else
13831 ok=yes
13832 case " ${configdirs} " in
13833 *" binutils "*) ;;
13834 *) ok=no ;;
13835 esac
13836
13837 if test $ok = yes; then
13838 # An in-tree tool is available and we can use it
13839 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13841$as_echo "just compiled" >&6; }
13842 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13843 # We already found the complete path
13844 ac_dir=`dirname $RANLIB_FOR_TARGET`
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13846$as_echo "pre-installed in $ac_dir" >&6; }
13847 elif test "x$target" = "x$host"; then
13848 # We can use an host tool
13849 RANLIB_FOR_TARGET='$(RANLIB)'
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13851$as_echo "host tool" >&6; }
13852 else
13853 # We need a cross tool
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13855$as_echo "pre-installed" >&6; }
13856 fi
13857fi
13858
13859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
13860$as_echo_n "checking where to find the target strip... " >&6; }
13861if test "x${build}" != "x${host}" ; then
13862 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13863 # We already found the complete path
13864 ac_dir=`dirname $STRIP_FOR_TARGET`
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13866$as_echo "pre-installed in $ac_dir" >&6; }
13867 else
13868 # Canadian cross, just use what we found
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13870$as_echo "pre-installed" >&6; }
13871 fi
13872else
13873 ok=yes
13874 case " ${configdirs} " in
13875 *" binutils "*) ;;
13876 *) ok=no ;;
13877 esac
13878
13879 if test $ok = yes; then
13880 # An in-tree tool is available and we can use it
13881 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
13882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13883$as_echo "just compiled" >&6; }
13884 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
13885 # We already found the complete path
13886 ac_dir=`dirname $STRIP_FOR_TARGET`
13887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13888$as_echo "pre-installed in $ac_dir" >&6; }
13889 elif test "x$target" = "x$host"; then
13890 # We can use an host tool
13891 STRIP_FOR_TARGET='$(STRIP)'
13892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13893$as_echo "host tool" >&6; }
13894 else
13895 # We need a cross tool
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13897$as_echo "pre-installed" >&6; }
13898 fi
13899fi
13900
13901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
13902$as_echo_n "checking where to find the target windres... " >&6; }
13903if test "x${build}" != "x${host}" ; then
13904 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13905 # We already found the complete path
13906 ac_dir=`dirname $WINDRES_FOR_TARGET`
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13908$as_echo "pre-installed in $ac_dir" >&6; }
13909 else
13910 # Canadian cross, just use what we found
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13912$as_echo "pre-installed" >&6; }
13913 fi
13914else
13915 ok=yes
13916 case " ${configdirs} " in
13917 *" binutils "*) ;;
13918 *) ok=no ;;
13919 esac
13920
13921 if test $ok = yes; then
13922 # An in-tree tool is available and we can use it
13923 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13925$as_echo "just compiled" >&6; }
13926 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
13927 # We already found the complete path
13928 ac_dir=`dirname $WINDRES_FOR_TARGET`
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13930$as_echo "pre-installed in $ac_dir" >&6; }
13931 elif test "x$target" = "x$host"; then
13932 # We can use an host tool
13933 WINDRES_FOR_TARGET='$(WINDRES)'
13934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13935$as_echo "host tool" >&6; }
13936 else
13937 # We need a cross tool
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13939$as_echo "pre-installed" >&6; }
13940 fi
13941fi
13942
13943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
13944$as_echo_n "checking where to find the target windmc... " >&6; }
13945if test "x${build}" != "x${host}" ; then
13946 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13947 # We already found the complete path
13948 ac_dir=`dirname $WINDMC_FOR_TARGET`
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13950$as_echo "pre-installed in $ac_dir" >&6; }
13951 else
13952 # Canadian cross, just use what we found
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13954$as_echo "pre-installed" >&6; }
13955 fi
13956else
13957 ok=yes
13958 case " ${configdirs} " in
13959 *" binutils "*) ;;
13960 *) ok=no ;;
13961 esac
13962
13963 if test $ok = yes; then
13964 # An in-tree tool is available and we can use it
13965 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13967$as_echo "just compiled" >&6; }
13968 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
13969 # We already found the complete path
13970 ac_dir=`dirname $WINDMC_FOR_TARGET`
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13972$as_echo "pre-installed in $ac_dir" >&6; }
13973 elif test "x$target" = "x$host"; then
13974 # We can use an host tool
13975 WINDMC_FOR_TARGET='$(WINDMC)'
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13977$as_echo "host tool" >&6; }
13978 else
13979 # We need a cross tool
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13981$as_echo "pre-installed" >&6; }
13982 fi
13983fi
13984
13985
13986
13987
13988
13989# Certain tools may need extra flags.
13990AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
13991RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
13992NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
13993
13994# When building target libraries, except in a Canadian cross, we use
13995# the same toolchain as the compiler we just built.
13996COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
13997COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
13998COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
13999if test $host = $build; then
14000 case " $configdirs " in
14001 *" gcc "*)
14002 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14003 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14004 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14005 ;;
14006 esac
14007fi
14008
14009
14010
14011
14012
14013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14014$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14015# Check whether --enable-maintainer-mode was given.
14016if test "${enable_maintainer_mode+set}" = set; then :
14017 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14018else
14019 USE_MAINTAINER_MODE=no
14020fi
14021
14022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14023$as_echo "$USE_MAINTAINER_MODE" >&6; }
14024
14025
14026if test "$USE_MAINTAINER_MODE" = yes; then
14027 MAINTAINER_MODE_TRUE=
14028 MAINTAINER_MODE_FALSE='#'
14029else
14030 MAINTAINER_MODE_TRUE='#'
14031 MAINTAINER_MODE_FALSE=
14032fi
14033MAINT=$MAINTAINER_MODE_TRUE
14034
14035# ---------------------
14036# GCC bootstrap support
14037# ---------------------
14038
14039# Stage specific cflags for build.
14040stage1_cflags="-g"
14041case $build in
14042 vax-*-*)
14043 case ${GCC} in
14044 yes) stage1_cflags="-g -Wa,-J" ;;
14045 *) stage1_cflags="-g -J" ;;
14046 esac ;;
14047esac
14048
14049# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
14050if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
14051 saved_CFLAGS="$CFLAGS"
14052
14053 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14054 CFLAGS="$CFLAGS -fkeep-inline-functions"
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14056$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14058/* end confdefs.h. */
14059
14060#if (__GNUC__ < 3) \
14061 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14062 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14063#error http://gcc.gnu.org/PR29382
14064#endif
14065
14066int
14067main ()
14068{
14069
14070 ;
14071 return 0;
14072}
14073_ACEOF
14074if ac_fn_c_try_compile "$LINENO"; then :
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14076$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14077else
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14079$as_echo "no" >&6; }
14080fi
14081rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14082
14083 CFLAGS="$saved_CFLAGS"
14084fi
14085
14086
14087
14088# Enable --enable-checking in stage1 of the compiler.
14089# Check whether --enable-stage1-checking was given.
14090if test "${enable_stage1_checking+set}" = set; then :
14091 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14092else
14093 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14094 stage1_checking=--enable-checking=yes,types
14095else
14096 stage1_checking=--enable-checking=$enable_checking,types
14097fi
14098fi
14099
14100
14101
14102# Enable -Werror in bootstrap stage2 and later.
14103# Check whether --enable-werror was given.
14104if test "${enable_werror+set}" = set; then :
14105 enableval=$enable_werror;
14106else
14107 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14108 enable_werror=yes
14109else
14110 enable_werror=no
14111fi
14112fi
14113
14114case ${enable_werror} in
14115 yes) stage2_werror_flag="--enable-werror-always" ;;
14116 *) stage2_werror_flag="" ;;
14117esac
14118
14119
14120# Specify what files to not compare during bootstrap.
14121
14122compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14123case "$target" in
14124 hppa*64*-*-hpux*) ;;
14125 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14126esac
14127case " $configdirs " in
14128*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14129esac
14130
14131
14132ac_config_files="$ac_config_files Makefile"
14133
14134cat >confcache <<\_ACEOF
14135# This file is a shell script that caches the results of configure
14136# tests run on this system so they can be shared between configure
14137# scripts and configure runs, see configure's option --config-cache.
14138# It is not useful on other systems. If it contains results you don't
14139# want to keep, you may remove or edit it.
14140#
14141# config.status only pays attention to the cache file if you give it
14142# the --recheck option to rerun configure.
14143#
14144# `ac_cv_env_foo' variables (set or unset) will be overridden when
14145# loading this file, other *unset* `ac_cv_foo' will be assigned the
14146# following values.
14147
14148_ACEOF
14149
14150# The following way of writing the cache mishandles newlines in values,
14151# but we know of no workaround that is simple, portable, and efficient.
14152# So, we kill variables containing newlines.
14153# Ultrix sh set writes to stderr and can't be redirected directly,
14154# and sets the high bit in the cache file unless we assign to the vars.
14155(
14156 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14157 eval ac_val=\$$ac_var
14158 case $ac_val in #(
14159 *${as_nl}*)
14160 case $ac_var in #(
14161 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14162$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14163 esac
14164 case $ac_var in #(
14165 _ | IFS | as_nl) ;; #(
14166 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14167 *) { eval $ac_var=; unset $ac_var;} ;;
14168 esac ;;
14169 esac
14170 done
14171
14172 (set) 2>&1 |
14173 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14174 *${as_nl}ac_space=\ *)
14175 # `set' does not quote correctly, so add quotes: double-quote
14176 # substitution turns \\\\ into \\, and sed turns \\ into \.
14177 sed -n \
14178 "s/'/'\\\\''/g;
14179 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14180 ;; #(
14181 *)
14182 # `set' quotes correctly as required by POSIX, so do not add quotes.
14183 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14184 ;;
14185 esac |
14186 sort
14187) |
14188 sed '
14189 /^ac_cv_env_/b end
14190 t clear
14191 :clear
14192 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14193 t end
14194 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14195 :end' >>confcache
14196if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14197 if test -w "$cache_file"; then
14198 test "x$cache_file" != "x/dev/null" &&
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14200$as_echo "$as_me: updating cache $cache_file" >&6;}
14201 cat confcache >$cache_file
14202 else
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14204$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14205 fi
14206fi
14207rm -f confcache
14208
14209test "x$prefix" = xNONE && prefix=$ac_default_prefix
14210# Let make expand exec_prefix.
14211test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14212
14213# Transform confdefs.h into DEFS.
14214# Protect against shell expansion while executing Makefile rules.
14215# Protect against Makefile macro expansion.
14216#
14217# If the first sed substitution is executed (which looks for macros that
14218# take arguments), then branch to the quote section. Otherwise,
14219# look for a macro that doesn't take arguments.
14220ac_script='
14221:mline
14222/\\$/{
14223 N
14224 s,\\\n,,
14225 b mline
14226}
14227t clear
14228:clear
14229s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14230t quote
14231s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14232t quote
14233b any
14234:quote
14235s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14236s/\[/\\&/g
14237s/\]/\\&/g
14238s/\$/$$/g
14239H
14240:any
14241${
14242 g
14243 s/^\n//
14244 s/\n/ /g
14245 p
14246}
14247'
14248DEFS=`sed -n "$ac_script" confdefs.h`
14249
14250
14251ac_libobjs=
14252ac_ltlibobjs=
14253for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14254 # 1. Remove the extension, and $U if already installed.
14255 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14256 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14257 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14258 # will be set to the directory where LIBOBJS objects are built.
14259 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14260 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14261done
14262LIBOBJS=$ac_libobjs
14263
14264LTLIBOBJS=$ac_ltlibobjs
14265
14266
14267
14268: ${CONFIG_STATUS=./config.status}
14269ac_write_fail=0
14270ac_clean_files_save=$ac_clean_files
14271ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14272{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14273$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14274as_write_fail=0
14275cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14276#! $SHELL
14277# Generated by $as_me.
14278# Run this file to recreate the current configuration.
14279# Compiler output produced by configure, useful for debugging
14280# configure, is in config.log if it exists.
14281
14282debug=false
14283ac_cs_recheck=false
14284ac_cs_silent=false
14285
14286SHELL=\${CONFIG_SHELL-$SHELL}
14287export SHELL
14288_ASEOF
14289cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14290## -------------------- ##
14291## M4sh Initialization. ##
14292## -------------------- ##
14293
14294# Be more Bourne compatible
14295DUALCASE=1; export DUALCASE # for MKS sh
14296if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14297 emulate sh
14298 NULLCMD=:
14299 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14300 # is contrary to our usage. Disable this feature.
14301 alias -g '${1+"$@"}'='"$@"'
14302 setopt NO_GLOB_SUBST
14303else
14304 case `(set -o) 2>/dev/null` in #(
14305 *posix*) :
14306 set -o posix ;; #(
14307 *) :
14308 ;;
14309esac
14310fi
14311
14312
14313as_nl='
14314'
14315export as_nl
14316# Printing a long string crashes Solaris 7 /usr/bin/printf.
14317as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14318as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14319as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14320# Prefer a ksh shell builtin over an external printf program on Solaris,
14321# but without wasting forks for bash or zsh.
14322if test -z "$BASH_VERSION$ZSH_VERSION" \
14323 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14324 as_echo='print -r --'
14325 as_echo_n='print -rn --'
14326elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14327 as_echo='printf %s\n'
14328 as_echo_n='printf %s'
14329else
14330 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14331 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14332 as_echo_n='/usr/ucb/echo -n'
14333 else
14334 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14335 as_echo_n_body='eval
14336 arg=$1;
14337 case $arg in #(
14338 *"$as_nl"*)
14339 expr "X$arg" : "X\\(.*\\)$as_nl";
14340 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14341 esac;
14342 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14343 '
14344 export as_echo_n_body
14345 as_echo_n='sh -c $as_echo_n_body as_echo'
14346 fi
14347 export as_echo_body
14348 as_echo='sh -c $as_echo_body as_echo'
14349fi
14350
14351# The user is always right.
14352if test "${PATH_SEPARATOR+set}" != set; then
14353 PATH_SEPARATOR=:
14354 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14355 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14356 PATH_SEPARATOR=';'
14357 }
14358fi
14359
14360
14361# IFS
14362# We need space, tab and new line, in precisely that order. Quoting is
14363# there to prevent editors from complaining about space-tab.
14364# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14365# splitting by setting IFS to empty value.)
14366IFS=" "" $as_nl"
14367
14368# Find who we are. Look in the path if we contain no directory separator.
14369case $0 in #((
14370 *[\\/]* ) as_myself=$0 ;;
14371 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14372for as_dir in $PATH
14373do
14374 IFS=$as_save_IFS
14375 test -z "$as_dir" && as_dir=.
14376 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14377 done
14378IFS=$as_save_IFS
14379
14380 ;;
14381esac
14382# We did not find ourselves, most probably we were run as `sh COMMAND'
14383# in which case we are not to be found in the path.
14384if test "x$as_myself" = x; then
14385 as_myself=$0
14386fi
14387if test ! -f "$as_myself"; then
14388 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14389 exit 1
14390fi
14391
14392# Unset variables that we do not need and which cause bugs (e.g. in
14393# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14394# suppresses any "Segmentation fault" message there. '((' could
14395# trigger a bug in pdksh 5.2.14.
14396for as_var in BASH_ENV ENV MAIL MAILPATH
14397do eval test x\${$as_var+set} = xset \
14398 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14399done
14400PS1='$ '
14401PS2='> '
14402PS4='+ '
14403
14404# NLS nuisances.
14405LC_ALL=C
14406export LC_ALL
14407LANGUAGE=C
14408export LANGUAGE
14409
14410# CDPATH.
14411(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14412
14413
14414# as_fn_error ERROR [LINENO LOG_FD]
14415# ---------------------------------
14416# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14417# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14418# script with status $?, using 1 if that was 0.
14419as_fn_error ()
14420{
14421 as_status=$?; test $as_status -eq 0 && as_status=1
14422 if test "$3"; then
14423 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14425 fi
14426 $as_echo "$as_me: error: $1" >&2
14427 as_fn_exit $as_status
14428} # as_fn_error
14429
14430
14431# as_fn_set_status STATUS
14432# -----------------------
14433# Set $? to STATUS, without forking.
14434as_fn_set_status ()
14435{
14436 return $1
14437} # as_fn_set_status
14438
14439# as_fn_exit STATUS
14440# -----------------
14441# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14442as_fn_exit ()
14443{
14444 set +e
14445 as_fn_set_status $1
14446 exit $1
14447} # as_fn_exit
14448
14449# as_fn_unset VAR
14450# ---------------
14451# Portably unset VAR.
14452as_fn_unset ()
14453{
14454 { eval $1=; unset $1;}
14455}
14456as_unset=as_fn_unset
14457# as_fn_append VAR VALUE
14458# ----------------------
14459# Append the text in VALUE to the end of the definition contained in VAR. Take
14460# advantage of any shell optimizations that allow amortized linear growth over
14461# repeated appends, instead of the typical quadratic growth present in naive
14462# implementations.
14463if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14464 eval 'as_fn_append ()
14465 {
14466 eval $1+=\$2
14467 }'
14468else
14469 as_fn_append ()
14470 {
14471 eval $1=\$$1\$2
14472 }
14473fi # as_fn_append
14474
14475# as_fn_arith ARG...
14476# ------------------
14477# Perform arithmetic evaluation on the ARGs, and store the result in the
14478# global $as_val. Take advantage of shells that can avoid forks. The arguments
14479# must be portable across $(()) and expr.
14480if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14481 eval 'as_fn_arith ()
14482 {
14483 as_val=$(( $* ))
14484 }'
14485else
14486 as_fn_arith ()
14487 {
14488 as_val=`expr "$@" || test $? -eq 1`
14489 }
14490fi # as_fn_arith
14491
14492
14493if expr a : '\(a\)' >/dev/null 2>&1 &&
14494 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14495 as_expr=expr
14496else
14497 as_expr=false
14498fi
14499
14500if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14501 as_basename=basename
14502else
14503 as_basename=false
14504fi
14505
14506if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14507 as_dirname=dirname
14508else
14509 as_dirname=false
14510fi
14511
14512as_me=`$as_basename -- "$0" ||
14513$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14514 X"$0" : 'X\(//\)$' \| \
14515 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14516$as_echo X/"$0" |
14517 sed '/^.*\/\([^/][^/]*\)\/*$/{
14518 s//\1/
14519 q
14520 }
14521 /^X\/\(\/\/\)$/{
14522 s//\1/
14523 q
14524 }
14525 /^X\/\(\/\).*/{
14526 s//\1/
14527 q
14528 }
14529 s/.*/./; q'`
14530
14531# Avoid depending upon Character Ranges.
14532as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14533as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14534as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14535as_cr_digits='0123456789'
14536as_cr_alnum=$as_cr_Letters$as_cr_digits
14537
14538ECHO_C= ECHO_N= ECHO_T=
14539case `echo -n x` in #(((((
14540-n*)
14541 case `echo 'xy\c'` in
14542 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14543 xy) ECHO_C='\c';;
14544 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14545 ECHO_T=' ';;
14546 esac;;
14547*)
14548 ECHO_N='-n';;
14549esac
14550
14551rm -f conf$$ conf$$.exe conf$$.file
14552if test -d conf$$.dir; then
14553 rm -f conf$$.dir/conf$$.file
14554else
14555 rm -f conf$$.dir
14556 mkdir conf$$.dir 2>/dev/null
14557fi
14558if (echo >conf$$.file) 2>/dev/null; then
14559 if ln -s conf$$.file conf$$ 2>/dev/null; then
14560 as_ln_s='ln -s'
14561 # ... but there are two gotchas:
14562 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14563 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14564 # In both cases, we have to default to `cp -p'.
14565 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14566 as_ln_s='cp -p'
14567 elif ln conf$$.file conf$$ 2>/dev/null; then
14568 as_ln_s=ln
14569 else
14570 as_ln_s='cp -p'
14571 fi
14572else
14573 as_ln_s='cp -p'
14574fi
14575rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14576rmdir conf$$.dir 2>/dev/null
14577
14578
14579# as_fn_mkdir_p
14580# -------------
14581# Create "$as_dir" as a directory, including parents if necessary.
14582as_fn_mkdir_p ()
14583{
14584
14585 case $as_dir in #(
14586 -*) as_dir=./$as_dir;;
14587 esac
14588 test -d "$as_dir" || eval $as_mkdir_p || {
14589 as_dirs=
14590 while :; do
14591 case $as_dir in #(
14592 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14593 *) as_qdir=$as_dir;;
14594 esac
14595 as_dirs="'$as_qdir' $as_dirs"
14596 as_dir=`$as_dirname -- "$as_dir" ||
14597$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14598 X"$as_dir" : 'X\(//\)[^/]' \| \
14599 X"$as_dir" : 'X\(//\)$' \| \
14600 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14601$as_echo X"$as_dir" |
14602 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14603 s//\1/
14604 q
14605 }
14606 /^X\(\/\/\)[^/].*/{
14607 s//\1/
14608 q
14609 }
14610 /^X\(\/\/\)$/{
14611 s//\1/
14612 q
14613 }
14614 /^X\(\/\).*/{
14615 s//\1/
14616 q
14617 }
14618 s/.*/./; q'`
14619 test -d "$as_dir" && break
14620 done
14621 test -z "$as_dirs" || eval "mkdir $as_dirs"
14622 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14623
14624
14625} # as_fn_mkdir_p
14626if mkdir -p . 2>/dev/null; then
14627 as_mkdir_p='mkdir -p "$as_dir"'
14628else
14629 test -d ./-p && rmdir ./-p
14630 as_mkdir_p=false
14631fi
14632
14633if test -x / >/dev/null 2>&1; then
14634 as_test_x='test -x'
14635else
14636 if ls -dL / >/dev/null 2>&1; then
14637 as_ls_L_option=L
14638 else
14639 as_ls_L_option=
14640 fi
14641 as_test_x='
14642 eval sh -c '\''
14643 if test -d "$1"; then
14644 test -d "$1/.";
14645 else
14646 case $1 in #(
14647 -*)set "./$1";;
14648 esac;
14649 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14650 ???[sx]*):;;*)false;;esac;fi
14651 '\'' sh
14652 '
14653fi
14654as_executable_p=$as_test_x
14655
14656# Sed expression to map a string onto a valid CPP name.
14657as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14658
14659# Sed expression to map a string onto a valid variable name.
14660as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14661
14662
14663exec 6>&1
14664## ----------------------------------- ##
14665## Main body of $CONFIG_STATUS script. ##
14666## ----------------------------------- ##
14667_ASEOF
14668test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14669
14670cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14671# Save the log message, to keep $0 and so on meaningful, and to
14672# report actual input values of CONFIG_FILES etc. instead of their
14673# values after options handling.
14674ac_log="
14675This file was extended by $as_me, which was
14676generated by GNU Autoconf 2.64. Invocation command line was
14677
14678 CONFIG_FILES = $CONFIG_FILES
14679 CONFIG_HEADERS = $CONFIG_HEADERS
14680 CONFIG_LINKS = $CONFIG_LINKS
14681 CONFIG_COMMANDS = $CONFIG_COMMANDS
14682 $ $0 $@
14683
14684on `(hostname || uname -n) 2>/dev/null | sed 1q`
14685"
14686
14687_ACEOF
14688
14689case $ac_config_files in *"
14690"*) set x $ac_config_files; shift; ac_config_files=$*;;
14691esac
14692
14693
14694
14695cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14696# Files that config.status was made for.
14697config_files="$ac_config_files"
14698
14699_ACEOF
14700
14701cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14702ac_cs_usage="\
14703\`$as_me' instantiates files and other configuration actions
14704from templates according to the current configuration. Unless the files
14705and actions are specified as TAGs, all are instantiated by default.
14706
14707Usage: $0 [OPTION]... [TAG]...
14708
14709 -h, --help print this help, then exit
14710 -V, --version print version number and configuration settings, then exit
14711 -q, --quiet, --silent
14712 do not print progress messages
14713 -d, --debug don't remove temporary files
14714 --recheck update $as_me by reconfiguring in the same conditions
14715 --file=FILE[:TEMPLATE]
14716 instantiate the configuration file FILE
14717
14718Configuration files:
14719$config_files
14720
14721Report bugs to the package provider."
14722
14723_ACEOF
14724cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14725ac_cs_version="\\
14726config.status
14727configured by $0, generated by GNU Autoconf 2.64,
14728 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14729
14730Copyright (C) 2009 Free Software Foundation, Inc.
14731This config.status script is free software; the Free Software Foundation
14732gives unlimited permission to copy, distribute and modify it."
14733
14734ac_pwd='$ac_pwd'
14735srcdir='$srcdir'
14736INSTALL='$INSTALL'
14737AWK='$AWK'
14738test -n "\$AWK" || AWK=awk
14739_ACEOF
14740
14741cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14742# The default lists apply if the user does not specify any file.
14743ac_need_defaults=:
14744while test $# != 0
14745do
14746 case $1 in
14747 --*=*)
14748 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14749 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14750 ac_shift=:
14751 ;;
14752 *)
14753 ac_option=$1
14754 ac_optarg=$2
14755 ac_shift=shift
14756 ;;
14757 esac
14758
14759 case $ac_option in
14760 # Handling of the options.
14761 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14762 ac_cs_recheck=: ;;
14763 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14764 $as_echo "$ac_cs_version"; exit ;;
14765 --debug | --debu | --deb | --de | --d | -d )
14766 debug=: ;;
14767 --file | --fil | --fi | --f )
14768 $ac_shift
14769 case $ac_optarg in
14770 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14771 esac
14772 as_fn_append CONFIG_FILES " '$ac_optarg'"
14773 ac_need_defaults=false;;
14774 --he | --h | --help | --hel | -h )
14775 $as_echo "$ac_cs_usage"; exit ;;
14776 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14777 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14778 ac_cs_silent=: ;;
14779
14780 # This is an error.
14781 -*) as_fn_error "unrecognized option: \`$1'
14782Try \`$0 --help' for more information." ;;
14783
14784 *) as_fn_append ac_config_targets " $1"
14785 ac_need_defaults=false ;;
14786
14787 esac
14788 shift
14789done
14790
14791ac_configure_extra_args=
14792
14793if $ac_cs_silent; then
14794 exec 6>/dev/null
14795 ac_configure_extra_args="$ac_configure_extra_args --silent"
14796fi
14797
14798_ACEOF
14799cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14800if \$ac_cs_recheck; then
14801 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14802 shift
14803 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14804 CONFIG_SHELL='$SHELL'
14805 export CONFIG_SHELL
14806 exec "\$@"
14807fi
14808
14809_ACEOF
14810cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14811exec 5>>config.log
14812{
14813 echo
14814 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14815## Running $as_me. ##
14816_ASBOX
14817 $as_echo "$ac_log"
14818} >&5
14819
14820_ACEOF
14821cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14822#
14823# INIT-COMMANDS
14824#
14825extrasub_build="$extrasub_build"
14826 extrasub_host="$extrasub_host"
14827 extrasub_target="$extrasub_target"
14828
14829_ACEOF
14830
14831cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14832
14833# Handling of arguments.
14834for ac_config_target in $ac_config_targets
14835do
14836 case $ac_config_target in
14837 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14838
14839 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14840 esac
14841done
14842
14843
14844# If the user did not use the arguments to specify the items to instantiate,
14845# then the envvar interface is used. Set only those that are not.
14846# We use the long form for the default assignment because of an extremely
14847# bizarre bug on SunOS 4.1.3.
14848if $ac_need_defaults; then
14849 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14850fi
14851
14852# Have a temporary directory for convenience. Make it in the build tree
14853# simply because there is no reason against having it here, and in addition,
14854# creating and moving files from /tmp can sometimes cause problems.
14855# Hook for its removal unless debugging.
14856# Note that there is a small window in which the directory will not be cleaned:
14857# after its creation but before its name has been assigned to `$tmp'.
14858$debug ||
14859{
14860 tmp=
14861 trap 'exit_status=$?
14862 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14863' 0
14864 trap 'as_fn_exit 1' 1 2 13 15
14865}
14866# Create a (secure) tmp directory for tmp files.
14867
14868{
14869 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14870 test -n "$tmp" && test -d "$tmp"
14871} ||
14872{
14873 tmp=./conf$$-$RANDOM
14874 (umask 077 && mkdir "$tmp")
14875} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14876
14877# Set up the scripts for CONFIG_FILES section.
14878# No need to generate them if there are no CONFIG_FILES.
14879# This happens for instance with `./config.status config.h'.
14880if test -n "$CONFIG_FILES"; then
14881
14882if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14883 ac_cs_awk_getline=:
14884 ac_cs_awk_pipe_init=
14885 ac_cs_awk_read_file='
14886 while ((getline aline < (F[key])) > 0)
14887 print(aline)
14888 close(F[key])'
14889 ac_cs_awk_pipe_fini=
14890else
14891 ac_cs_awk_getline=false
14892 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14893 ac_cs_awk_read_file='
14894 print "|#_!!_#|"
14895 print "cat " F[key] " &&"
14896 '$ac_cs_awk_pipe_init
14897 # The final `:' finishes the AND list.
14898 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14899fi
14900ac_cr=`echo X | tr X '\015'`
14901# On cygwin, bash can eat \r inside `` if the user requested igncr.
14902# But we know of no other shell where ac_cr would be empty at this
14903# point, so we can use a bashism as a fallback.
14904if test "x$ac_cr" = x; then
14905 eval ac_cr=\$\'\\r\'
14906fi
14907ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14908if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14909 ac_cs_awk_cr='\r'
14910else
14911 ac_cs_awk_cr=$ac_cr
14912fi
14913
14914echo 'BEGIN {' >"$tmp/subs1.awk" &&
14915_ACEOF
14916
14917# Create commands to substitute file output variables.
14918{
14919 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14920 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14921 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14922 echo "_ACAWK" &&
14923 echo "_ACEOF"
14924} >conf$$files.sh &&
14925. ./conf$$files.sh ||
14926 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14927rm -f conf$$files.sh
14928
14929{
14930 echo "cat >conf$$subs.awk <<_ACEOF" &&
14931 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14932 echo "_ACEOF"
14933} >conf$$subs.sh ||
14934 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14935ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14936ac_delim='%!_!# '
14937for ac_last_try in false false false false false :; do
14938 . ./conf$$subs.sh ||
14939 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14940
14941 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14942 if test $ac_delim_n = $ac_delim_num; then
14943 break
14944 elif $ac_last_try; then
14945 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14946 else
14947 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14948 fi
14949done
14950rm -f conf$$subs.sh
14951
14952cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14953cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14954_ACEOF
14955sed -n '
14956h
14957s/^/S["/; s/!.*/"]=/
14958p
14959g
14960s/^[^!]*!//
14961:repl
14962t repl
14963s/'"$ac_delim"'$//
14964t delim
14965:nl
14966h
14967s/\(.\{148\}\).*/\1/
14968t more1
14969s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14970p
14971n
14972b repl
14973:more1
14974s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14975p
14976g
14977s/.\{148\}//
14978t nl
14979:delim
14980h
14981s/\(.\{148\}\).*/\1/
14982t more2
14983s/["\\]/\\&/g; s/^/"/; s/$/"/
14984p
14985b
14986:more2
14987s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14988p
14989g
14990s/.\{148\}//
14991t delim
14992' <conf$$subs.awk | sed '
14993/^[^""]/{
14994 N
14995 s/\n//
14996}
14997' >>$CONFIG_STATUS || ac_write_fail=1
14998rm -f conf$$subs.awk
14999cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15000_ACAWK
15001cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15002 for (key in S) S_is_set[key] = 1
15003 FS = "\a"
15004 \$ac_cs_awk_pipe_init
15005}
15006{
15007 line = $ 0
15008 nfields = split(line, field, "@")
15009 substed = 0
15010 len = length(field[1])
15011 for (i = 2; i < nfields; i++) {
15012 key = field[i]
15013 keylen = length(key)
15014 if (S_is_set[key]) {
15015 value = S[key]
15016 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15017 len += length(value) + length(field[++i])
15018 substed = 1
15019 } else
15020 len += 1 + keylen
15021 }
15022 if (nfields == 3 && !substed) {
15023 key = field[2]
15024 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15025 \$ac_cs_awk_read_file
15026 next
15027 }
15028 }
15029 print line
15030}
15031\$ac_cs_awk_pipe_fini
15032_ACAWK
15033_ACEOF
15034cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15035if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15036 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15037else
15038 cat
15039fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15040 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15041_ACEOF
15042
15043# VPATH may cause trouble with some makes, so we remove $(srcdir),
15044# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15045# trailing colons and then remove the whole line if VPATH becomes empty
15046# (actually we leave an empty line to preserve line numbers).
15047if test "x$srcdir" = x.; then
15048 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15049s/:*\$(srcdir):*/:/
15050s/:*\${srcdir}:*/:/
15051s/:*@srcdir@:*/:/
15052s/^\([^=]*=[ ]*\):*/\1/
15053s/:*$//
15054s/^[^=]*=[ ]*$//
15055}'
15056fi
15057
15058cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15059fi # test -n "$CONFIG_FILES"
15060
15061
15062eval set X " :F $CONFIG_FILES "
15063shift
15064for ac_tag
15065do
15066 case $ac_tag in
15067 :[FHLC]) ac_mode=$ac_tag; continue;;
15068 esac
15069 case $ac_mode$ac_tag in
15070 :[FHL]*:*);;
15071 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15072 :[FH]-) ac_tag=-:-;;
15073 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15074 esac
15075 ac_save_IFS=$IFS
15076 IFS=:
15077 set x $ac_tag
15078 IFS=$ac_save_IFS
15079 shift
15080 ac_file=$1
15081 shift
15082
15083 case $ac_mode in
15084 :L) ac_source=$1;;
15085 :[FH])
15086 ac_file_inputs=
15087 for ac_f
15088 do
15089 case $ac_f in
15090 -) ac_f="$tmp/stdin";;
15091 *) # Look for the file first in the build tree, then in the source tree
15092 # (if the path is not absolute). The absolute path cannot be DOS-style,
15093 # because $ac_f cannot contain `:'.
15094 test -f "$ac_f" ||
15095 case $ac_f in
15096 [\\/$]*) false;;
15097 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15098 esac ||
15099 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15100 esac
15101 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15102 as_fn_append ac_file_inputs " '$ac_f'"
15103 done
15104
15105 # Let's still pretend it is `configure' which instantiates (i.e., don't
15106 # use $as_me), people would be surprised to read:
15107 # /* config.h. Generated by config.status. */
15108 configure_input='Generated from '`
15109 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15110 `' by configure.'
15111 if test x"$ac_file" != x-; then
15112 configure_input="$ac_file. $configure_input"
15113 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15114$as_echo "$as_me: creating $ac_file" >&6;}
15115 fi
15116 # Neutralize special characters interpreted by sed in replacement strings.
15117 case $configure_input in #(
15118 *\&* | *\|* | *\\* )
15119 ac_sed_conf_input=`$as_echo "$configure_input" |
15120 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15121 *) ac_sed_conf_input=$configure_input;;
15122 esac
15123
15124 case $ac_tag in
15125 *:-:* | *:-) cat >"$tmp/stdin" \
15126 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15127 esac
15128 ;;
15129 esac
15130
15131 ac_dir=`$as_dirname -- "$ac_file" ||
15132$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15133 X"$ac_file" : 'X\(//\)[^/]' \| \
15134 X"$ac_file" : 'X\(//\)$' \| \
15135 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15136$as_echo X"$ac_file" |
15137 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15138 s//\1/
15139 q
15140 }
15141 /^X\(\/\/\)[^/].*/{
15142 s//\1/
15143 q
15144 }
15145 /^X\(\/\/\)$/{
15146 s//\1/
15147 q
15148 }
15149 /^X\(\/\).*/{
15150 s//\1/
15151 q
15152 }
15153 s/.*/./; q'`
15154 as_dir="$ac_dir"; as_fn_mkdir_p
15155 ac_builddir=.
15156
15157case "$ac_dir" in
15158.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15159*)
15160 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15161 # A ".." for each directory in $ac_dir_suffix.
15162 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15163 case $ac_top_builddir_sub in
15164 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15165 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15166 esac ;;
15167esac
15168ac_abs_top_builddir=$ac_pwd
15169ac_abs_builddir=$ac_pwd$ac_dir_suffix
15170# for backward compatibility:
15171ac_top_builddir=$ac_top_build_prefix
15172
15173case $srcdir in
15174 .) # We are building in place.
15175 ac_srcdir=.
15176 ac_top_srcdir=$ac_top_builddir_sub
15177 ac_abs_top_srcdir=$ac_pwd ;;
15178 [\\/]* | ?:[\\/]* ) # Absolute name.
15179 ac_srcdir=$srcdir$ac_dir_suffix;
15180 ac_top_srcdir=$srcdir
15181 ac_abs_top_srcdir=$srcdir ;;
15182 *) # Relative name.
15183 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15184 ac_top_srcdir=$ac_top_build_prefix$srcdir
15185 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15186esac
15187ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15188
15189
15190 case $ac_mode in
15191 :F)
15192 #
15193 # CONFIG_FILE
15194 #
15195
15196 case $INSTALL in
15197 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15198 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15199 esac
15200_ACEOF
15201
15202cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15203# If the template does not know about datarootdir, expand it.
15204# FIXME: This hack should be removed a few years after 2.60.
15205ac_datarootdir_hack=; ac_datarootdir_seen=
15206ac_sed_dataroot='
15207/datarootdir/ {
15208 p
15209 q
15210}
15211/@datadir@/p
15212/@docdir@/p
15213/@infodir@/p
15214/@localedir@/p
15215/@mandir@/p'
15216case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15217*datarootdir*) ac_datarootdir_seen=yes;;
15218*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15220$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15221_ACEOF
15222cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15223 ac_datarootdir_hack='
15224 s&@datadir@&$datadir&g
15225 s&@docdir@&$docdir&g
15226 s&@infodir@&$infodir&g
15227 s&@localedir@&$localedir&g
15228 s&@mandir@&$mandir&g
15229 s&\\\${datarootdir}&$datarootdir&g' ;;
15230esac
15231_ACEOF
15232
15233# Neutralize VPATH when `$srcdir' = `.'.
15234# Shell code in configure.ac might set extrasub.
15235# FIXME: do we really want to maintain this feature?
15236cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15237ac_sed_extra="$ac_vpsub
15238$extrasub
15239_ACEOF
15240cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15241:t
15242/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15243s|@configure_input@|$ac_sed_conf_input|;t t
15244s&@top_builddir@&$ac_top_builddir_sub&;t t
15245s&@top_build_prefix@&$ac_top_build_prefix&;t t
15246s&@srcdir@&$ac_srcdir&;t t
15247s&@abs_srcdir@&$ac_abs_srcdir&;t t
15248s&@top_srcdir@&$ac_top_srcdir&;t t
15249s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15250s&@builddir@&$ac_builddir&;t t
15251s&@abs_builddir@&$ac_abs_builddir&;t t
15252s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15253s&@INSTALL@&$ac_INSTALL&;t t
15254$ac_datarootdir_hack
15255"
15256eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15257if $ac_cs_awk_getline; then
15258 $AWK -f "$tmp/subs.awk"
15259else
15260 $AWK -f "$tmp/subs.awk" | $SHELL
15261fi >$tmp/out \
15262 || as_fn_error "could not create $ac_file" "$LINENO" 5
15263
15264test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15265 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15266 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15267 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15268which seems to be undefined. Please make sure it is defined." >&5
15269$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15270which seems to be undefined. Please make sure it is defined." >&2;}
15271
15272 rm -f "$tmp/stdin"
15273 case $ac_file in
15274 -) cat "$tmp/out" && rm -f "$tmp/out";;
15275 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15276 esac \
15277 || as_fn_error "could not create $ac_file" "$LINENO" 5
15278 ;;
15279
15280
15281
15282 esac
15283
15284
15285 case $ac_file$ac_mode in
15286 "Makefile":F) sed "$extrasub_build" Makefile |
15287 sed "$extrasub_host" |
15288 sed "$extrasub_target" > mf$$
15289 mv -f mf$$ Makefile ;;
15290
15291 esac
15292done # for ac_tag
15293
15294
15295as_fn_exit 0
15296_ACEOF
15297ac_clean_files=$ac_clean_files_save
15298
15299test $ac_write_fail = 0 ||
15300 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15301
15302
15303# configure is writing to config.log, and then calls config.status.
15304# config.status does its own redirection, appending to config.log.
15305# Unfortunately, on DOS this fails, as config.log is still kept open
15306# by configure, so config.status won't be able to write to it; its
15307# output is simply discarded. So we exec the FD to /dev/null,
15308# effectively closing config.log, so it can be properly (re)opened and
15309# appended to by config.status. When coming back to configure, we
15310# need to make the FD available again.
15311if test "$no_create" != yes; then
15312 ac_cs_success=:
15313 ac_config_status_args=
15314 test "$silent" = yes &&
15315 ac_config_status_args="$ac_config_status_args --quiet"
15316 exec 5>/dev/null
15317 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15318 exec 5>>config.log
15319 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15320 # would make configure fail if this is the last instruction.
15321 $ac_cs_success || as_fn_exit $?
15322fi
15323if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15325$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15326fi
15327
This page took 0.079332 seconds and 4 git commands to generate.