*** empty log message ***
[deliverable/binutils-gdb.git] / configure
CommitLineData
a0da8069 1#! /bin/sh
a0da8069 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
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.
a0da8069
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c6b750e1 14
81ecdfbb
RW
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 :
c6b750e1
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
c6b750e1 31fi
c6b750e1 32
81ecdfbb
RW
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 }
c6b750e1
DJ
79fi
80
81
81ecdfbb
RW
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
c6b750e1
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
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'\" &&
8e957354
PB
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
81ecdfbb
RW
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
c6b750e1 184do
81ecdfbb
RW
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."
c6b750e1 228 else
81ecdfbb
RW
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."
c6b750e1 233 fi
81ecdfbb
RW
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
c6b750e1 263
81ecdfbb
RW
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
c6b750e1
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
81ecdfbb 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
81ecdfbb
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
c6b750e1 391
81ecdfbb 392as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
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'`
c6b750e1 410
c6b750e1
DJ
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
c6b750e1 418
81ecdfbb
RW
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 |
c6b750e1 428 sed '
81ecdfbb
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
c6b750e1 433 N
81ecdfbb
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c6b750e1 436 t loop
81ecdfbb 437 s/-\n.*//
c6b750e1 438 ' >$as_me.lineno &&
81ecdfbb
RW
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; }
c6b750e1
DJ
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
81ecdfbb
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
c6b750e1
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
81ecdfbb
RW
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';;
c6b750e1
DJ
461esac
462
81ecdfbb
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
c6b750e1 466else
81ecdfbb
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
c6b750e1 469fi
81ecdfbb
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 472 as_ln_s='ln -s'
81ecdfbb
RW
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'
c6b750e1 483 fi
c6b750e1
DJ
484else
485 as_ln_s='cp -p'
486fi
81ecdfbb
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
c6b750e1
DJ
489
490if mkdir -p . 2>/dev/null; then
81ecdfbb 491 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
81ecdfbb
RW
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
c6b750e1
DJ
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
81ecdfbb 527exec 7<&0 </dev/null 6>&1
a0da8069 528
c6b750e1
DJ
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
c6b750e1
DJ
534#
535# Initializations.
536#
a0da8069 537ac_default_prefix=/usr/local
81ecdfbb 538ac_clean_files=
c6b750e1 539ac_config_libobj_dir=.
81ecdfbb 540LIBOBJS=
c6b750e1
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
c6b750e1
DJ
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
c6b750e1
DJ
553
554ac_unique_file="move-if-change"
81ecdfbb
RW
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
b121d7d4 573READELF_FOR_TARGET
81ecdfbb
RW
574RANLIB_FOR_TARGET
575OBJDUMP_FOR_TARGET
576NM_FOR_TARGET
577LIPO_FOR_TARGET
578LD_FOR_TARGET
579DLLTOOL_FOR_TARGET
580AS_FOR_TARGET
581AR_FOR_TARGET
e552509b 582GOC_FOR_TARGET
81ecdfbb
RW
583GFORTRAN_FOR_TARGET
584GCJ_FOR_TARGET
585GCC_FOR_TARGET
586CXX_FOR_TARGET
587CC_FOR_TARGET
b121d7d4 588READELF
81ecdfbb
RW
589OBJDUMP
590OBJCOPY
591WINDMC
592WINDRES
593STRIP
594RANLIB
595NM
596LIPO
597LD
598DLLTOOL
599AS
600AR
601RUNTEST
602EXPECT
603MAKEINFO
604FLEX
605LEX
606M4
607BISON
608YACC
81ecdfbb
RW
609WINDRES_FOR_BUILD
610WINDMC_FOR_BUILD
611RANLIB_FOR_BUILD
612NM_FOR_BUILD
613LD_FOR_BUILD
614LDFLAGS_FOR_BUILD
e552509b 615GOC_FOR_BUILD
81ecdfbb
RW
616GFORTRAN_FOR_BUILD
617GCJ_FOR_BUILD
618DLLTOOL_FOR_BUILD
619CXX_FOR_BUILD
620CXXFLAGS_FOR_BUILD
621CFLAGS_FOR_BUILD
622CC_FOR_BUILD
623AS_FOR_BUILD
624AR_FOR_BUILD
911e63d0 625target_configdirs
81ecdfbb 626configdirs
81ecdfbb 627build_configdirs
81ecdfbb
RW
628INSTALL_GDB_TK
629GDB_TK
630CONFIGURE_GDB_TK
631build_tooldir
632tooldir
633GCC_SHLIB_SUBDIR
634RPATH_ENVVAR
4074d5f2
RW
635target_configargs
636host_configargs
637build_configargs
96655cc4 638BUILD_CONFIG
91c1f14c 639LDFLAGS_FOR_TARGET
81ecdfbb
RW
640CXXFLAGS_FOR_TARGET
641CFLAGS_FOR_TARGET
642DEBUG_PREFIX_CFLAGS_FOR_TARGET
643SYSROOT_CFLAGS_FOR_TARGET
644stage1_languages
700d40ca 645extra_host_libiberty_configure_flags
81ecdfbb
RW
646clooginc
647clooglibs
7ec59b9e 648islinc
81ecdfbb 649poststage1_ldflags
143754cd 650poststage1_libs
81ecdfbb 651stage1_ldflags
b3676d82 652stage1_libs
7ec59b9e 653extra_isl_gmp_configure_flags
81ecdfbb
RW
654extra_mpc_mpfr_configure_flags
655extra_mpc_gmp_configure_flags
656extra_mpfr_configure_flags
657gmpinc
658gmplibs
659do_compare
660GNATMAKE
661GNATBIND
662ac_ct_CXX
663CXXFLAGS
664CXX
665OBJEXT
666EXEEXT
667ac_ct_CC
668CPPFLAGS
669LDFLAGS
670CFLAGS
671CC
ffdd6afc 672EXTRA_CONFIGARGS_LIBJAVA
81ecdfbb
RW
673target_subdir
674host_subdir
675build_subdir
676build_libsubdir
8e957354
PB
677AWK
678SED
81ecdfbb
RW
679LN_S
680LN
681INSTALL_DATA
682INSTALL_SCRIPT
683INSTALL_PROGRAM
684target_os
685target_vendor
686target_cpu
687target
688host_os
689host_vendor
690host_cpu
691host
692target_noncanonical
693host_noncanonical
694build_noncanonical
695build_os
696build_vendor
697build_cpu
698build
699TOPLEVEL_CONFIGURE_ARGUMENTS
700target_alias
701host_alias
702build_alias
703LIBS
704ECHO_T
705ECHO_N
706ECHO_C
707DEFS
708mandir
709localedir
710libdir
711psdir
712pdfdir
713dvidir
714htmldir
715infodir
716docdir
717oldincludedir
718includedir
719localstatedir
720sharedstatedir
721sysconfdir
722datadir
723datarootdir
724libexecdir
725sbindir
726bindir
727program_transform_name
728prefix
729exec_prefix
730PACKAGE_URL
731PACKAGE_BUGREPORT
732PACKAGE_STRING
733PACKAGE_VERSION
734PACKAGE_TARNAME
735PACKAGE_NAME
736PATH_SEPARATOR
737SHELL'
738ac_subst_files='serialization_dependencies
739host_makefile_frag
740target_makefile_frag
741alphaieee_frag
742ospace_frag'
743ac_user_opts='
744enable_option_checking
745with_build_libsubdir
746enable_gold
c7791212 747enable_ld
89a1e9c3
PB
748enable_libquadmath
749enable_libquadmath_support
81ecdfbb
RW
750enable_libada
751enable_libssp
f66a9a70 752enable_libstdcxx
ffdd6afc
ILT
753enable_static_libjava
754enable_bootstrap
81ecdfbb
RW
755with_mpc
756with_mpc_include
757with_mpc_lib
758with_mpfr_dir
759with_mpfr
760with_mpfr_include
761with_mpfr_lib
762with_gmp_dir
763with_gmp
764with_gmp_include
765with_gmp_lib
766with_host_libstdcxx
81ecdfbb 767with_stage1_libs
b3676d82 768with_stage1_ldflags
81ecdfbb 769with_boot_libs
143754cd 770with_boot_ldflags
8e71395b 771with_cloog
7ec59b9e
L
772with_isl
773with_isl_include
774with_isl_lib
775enable_isl_version_check
81ecdfbb
RW
776with_cloog_include
777with_cloog_lib
778enable_cloog_version_check
700d40ca 779enable_lto
81ecdfbb
RW
780enable_stage1_languages
781enable_objc_gc
782with_build_sysroot
783with_debug_prefix_map
96655cc4 784with_build_config
81ecdfbb
RW
785enable_serial_configure
786with_build_time_tools
787enable_maintainer_mode
788enable_stage1_checking
789enable_werror
81ecdfbb
RW
790'
791 ac_precious_vars='build_alias
792host_alias
793target_alias
794CC
795CFLAGS
796LDFLAGS
797LIBS
798CPPFLAGS
799CXX
800CXXFLAGS
801CCC
4074d5f2
RW
802build_configargs
803host_configargs
804target_configargs
81ecdfbb
RW
805AR
806AS
807DLLTOOL
808LD
809LIPO
810NM
811RANLIB
812STRIP
813WINDRES
814WINDMC
815OBJCOPY
816OBJDUMP
b121d7d4 817READELF
81ecdfbb
RW
818CC_FOR_TARGET
819CXX_FOR_TARGET
820GCC_FOR_TARGET
821GCJ_FOR_TARGET
822GFORTRAN_FOR_TARGET
e552509b 823GOC_FOR_TARGET
81ecdfbb
RW
824AR_FOR_TARGET
825AS_FOR_TARGET
826DLLTOOL_FOR_TARGET
827LD_FOR_TARGET
828LIPO_FOR_TARGET
829NM_FOR_TARGET
830OBJDUMP_FOR_TARGET
831RANLIB_FOR_TARGET
b121d7d4 832READELF_FOR_TARGET
81ecdfbb
RW
833STRIP_FOR_TARGET
834WINDRES_FOR_TARGET
835WINDMC_FOR_TARGET'
836
a0da8069
NN
837
838# Initialize some variables set by options.
c6b750e1
DJ
839ac_init_help=
840ac_init_version=false
81ecdfbb
RW
841ac_unrecognized_opts=
842ac_unrecognized_sep=
a0da8069
NN
843# The variables have the same names as the options, with
844# dashes changed to underlines.
c6b750e1 845cache_file=/dev/null
a0da8069 846exec_prefix=NONE
a0da8069 847no_create=
a0da8069
NN
848no_recursion=
849prefix=NONE
850program_prefix=NONE
851program_suffix=NONE
852program_transform_name=s,x,x,
853silent=
854site=
855srcdir=
a0da8069
NN
856verbose=
857x_includes=NONE
858x_libraries=NONE
c6b750e1
DJ
859
860# Installation directory options.
861# These are left unexpanded so users can "make install exec_prefix=/foo"
862# and all the variables that are supposed to be based on exec_prefix
863# by default will actually change.
864# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 865# (The list follows the same order as the GNU Coding Standards.)
a0da8069
NN
866bindir='${exec_prefix}/bin'
867sbindir='${exec_prefix}/sbin'
868libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
869datarootdir='${prefix}/share'
870datadir='${datarootdir}'
a0da8069
NN
871sysconfdir='${prefix}/etc'
872sharedstatedir='${prefix}/com'
873localstatedir='${prefix}/var'
a0da8069
NN
874includedir='${prefix}/include'
875oldincludedir='/usr/include'
81ecdfbb
RW
876docdir='${datarootdir}/doc/${PACKAGE}'
877infodir='${datarootdir}/info'
878htmldir='${docdir}'
879dvidir='${docdir}'
880pdfdir='${docdir}'
881psdir='${docdir}'
882libdir='${exec_prefix}/lib'
883localedir='${datarootdir}/locale'
884mandir='${datarootdir}/man'
252b5132 885
a0da8069 886ac_prev=
81ecdfbb 887ac_dashdash=
a0da8069
NN
888for ac_option
889do
a0da8069
NN
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
81ecdfbb 892 eval $ac_prev=\$ac_option
a0da8069
NN
893 ac_prev=
894 continue
895 fi
252b5132 896
81ecdfbb
RW
897 case $ac_option in
898 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *) ac_optarg=yes ;;
900 esac
a0da8069
NN
901
902 # Accept the important Cygnus configure options, so we can diagnose typos.
903
81ecdfbb
RW
904 case $ac_dashdash$ac_option in
905 --)
906 ac_dashdash=yes ;;
a0da8069
NN
907
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
c6b750e1 911 bindir=$ac_optarg ;;
a0da8069
NN
912
913 -build | --build | --buil | --bui | --bu)
c6b750e1 914 ac_prev=build_alias ;;
a0da8069 915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
c6b750e1 916 build_alias=$ac_optarg ;;
a0da8069
NN
917
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c6b750e1
DJ
923 cache_file=$ac_optarg ;;
924
925 --config-cache | -C)
926 cache_file=config.cache ;;
a0da8069 927
81ecdfbb 928 -datadir | --datadir | --datadi | --datad)
a0da8069 929 ac_prev=datadir ;;
81ecdfbb 930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c6b750e1 931 datadir=$ac_optarg ;;
a0da8069 932
81ecdfbb
RW
933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
939
a0da8069 940 -disable-* | --disable-*)
81ecdfbb 941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
a0da8069 942 # Reject names that are not valid shell variable names.
81ecdfbb
RW
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
948 *"
949"enable_$ac_useropt"
950"*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
955
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
960
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
a0da8069
NN
965
966 -enable-* | --enable-*)
81ecdfbb 967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
a0da8069 968 # Reject names that are not valid shell variable names.
81ecdfbb
RW
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
974 *"
975"enable_$ac_useropt"
976"*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
a0da8069 979 esac
81ecdfbb 980 eval enable_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
981
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
c6b750e1 989 exec_prefix=$ac_optarg ;;
a0da8069
NN
990
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
994
c6b750e1
DJ
995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
a0da8069
NN
1001
1002 -host | --host | --hos | --ho)
c6b750e1 1003 ac_prev=host_alias ;;
a0da8069 1004 -host=* | --host=* | --hos=* | --ho=*)
c6b750e1 1005 host_alias=$ac_optarg ;;
a0da8069 1006
81ecdfbb
RW
1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1012
a0da8069
NN
1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
c6b750e1 1018 includedir=$ac_optarg ;;
a0da8069
NN
1019
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c6b750e1 1023 infodir=$ac_optarg ;;
a0da8069
NN
1024
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
c6b750e1 1028 libdir=$ac_optarg ;;
a0da8069
NN
1029
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
c6b750e1 1035 libexecdir=$ac_optarg ;;
a0da8069 1036
81ecdfbb
RW
1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1041
a0da8069 1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1043 | --localstate | --localstat | --localsta | --localst | --locals)
a0da8069
NN
1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c6b750e1 1047 localstatedir=$ac_optarg ;;
a0da8069
NN
1048
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
c6b750e1 1052 mandir=$ac_optarg ;;
a0da8069
NN
1053
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1057
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c6b750e1 1059 | --no-cr | --no-c | -n)
a0da8069
NN
1060 no_create=yes ;;
1061
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1065
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c6b750e1 1073 oldincludedir=$ac_optarg ;;
a0da8069
NN
1074
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c6b750e1 1078 prefix=$ac_optarg ;;
a0da8069
NN
1079
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c6b750e1 1085 program_prefix=$ac_optarg ;;
a0da8069
NN
1086
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
c6b750e1 1092 program_suffix=$ac_optarg ;;
a0da8069
NN
1093
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
c6b750e1 1109 program_transform_name=$ac_optarg ;;
a0da8069 1110
81ecdfbb
RW
1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1115
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1120
a0da8069
NN
1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1124
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
c6b750e1 1129 sbindir=$ac_optarg ;;
a0da8069
NN
1130
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
c6b750e1 1140 sharedstatedir=$ac_optarg ;;
a0da8069
NN
1141
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
c6b750e1 1145 site=$ac_optarg ;;
a0da8069
NN
1146
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c6b750e1 1150 srcdir=$ac_optarg ;;
a0da8069
NN
1151
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c6b750e1 1157 sysconfdir=$ac_optarg ;;
a0da8069
NN
1158
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
c6b750e1 1160 ac_prev=target_alias ;;
a0da8069 1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c6b750e1 1162 target_alias=$ac_optarg ;;
a0da8069
NN
1163
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1166
c6b750e1
DJ
1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
a0da8069
NN
1169
1170 -with-* | --with-*)
81ecdfbb 1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
a0da8069 1172 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1178 *"
1179"with_$ac_useropt"
1180"*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
a0da8069 1183 esac
81ecdfbb 1184 eval with_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1185
1186 -without-* | --without-*)
81ecdfbb 1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
a0da8069 1188 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1194 *"
1195"with_$ac_useropt"
1196"*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
a0da8069
NN
1201
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1205
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
c6b750e1 1211 x_includes=$ac_optarg ;;
a0da8069
NN
1212
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c6b750e1 1218 x_libraries=$ac_optarg ;;
a0da8069 1219
81ecdfbb
RW
1220 -*) as_fn_error "unrecognized option: \`$ac_option'
1221Try \`$0 --help' for more information."
a0da8069
NN
1222 ;;
1223
c6b750e1
DJ
1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
c6b750e1
DJ
1232 export $ac_envvar ;;
1233
a0da8069 1234 *)
c6b750e1 1235 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c6b750e1 1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
c6b750e1 1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
a0da8069
NN
1240 ;;
1241
1242 esac
1243done
1244
1245if test -n "$ac_prev"; then
c6b750e1 1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1247 as_fn_error "missing argument to $ac_option"
a0da8069 1248fi
a0da8069 1249
81ecdfbb
RW
1250if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c6b750e1 1255 esac
81ecdfbb 1256fi
a0da8069 1257
81ecdfbb
RW
1258# Check all directory arguments for consistency.
1259for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
a0da8069 1263do
81ecdfbb
RW
1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
c6b750e1 1272 case $ac_val in
81ecdfbb
RW
1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
a0da8069 1275 esac
81ecdfbb 1276 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
a0da8069
NN
1277done
1278
c6b750e1
DJ
1279# There might be people who depend on the old broken behavior: `$host'
1280# used to hold the argument of --host etc.
1281# FIXME: To remove some day.
1282build=$build_alias
1283host=$host_alias
1284target=$target_alias
376a0e54 1285
c6b750e1
DJ
1286# FIXME: To remove some day.
1287if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
81ecdfbb 1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
c6b750e1
DJ
1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1293 cross_compiling=yes
1294 fi
1295fi
1296
1297ac_tool_prefix=
1298test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299
1300test "$silent" = yes && exec 6>/dev/null
a0da8069 1301
a0da8069 1302
81ecdfbb
RW
1303ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304ac_ls_di=`ls -di .` &&
1305ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error "working directory cannot be determined"
1307test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error "pwd does not report name of working directory"
1309
1310
a0da8069
NN
1311# Find the source files, if location was not specified.
1312if test -z "$srcdir"; then
1313 ac_srcdir_defaulted=yes
81ecdfbb
RW
1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir=`$as_dirname -- "$as_myself" ||
1316$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320$as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 s//\1/
1323 q
1324 }
1325 /^X\(\/\/\)[^/].*/{
1326 s//\1/
1327 q
1328 }
1329 /^X\(\/\/\)$/{
1330 s//\1/
1331 q
1332 }
1333 /^X\(\/\).*/{
1334 s//\1/
1335 q
1336 }
1337 s/.*/./; q'`
a0da8069 1338 srcdir=$ac_confdir
81ecdfbb 1339 if test ! -r "$srcdir/$ac_unique_file"; then
a0da8069
NN
1340 srcdir=..
1341 fi
1342else
1343 ac_srcdir_defaulted=no
1344fi
81ecdfbb
RW
1345if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1348fi
1349ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350ac_abs_confdir=`(
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 pwd)`
1353# When building in place, set srcdir=.
1354if test "$ac_abs_confdir" = "$ac_pwd"; then
1355 srcdir=.
1356fi
1357# Remove unnecessary trailing slashes from srcdir.
1358# Double slashes in file names in object file debugging info
1359# mess up M-x gdb in Emacs.
1360case $srcdir in
1361*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362esac
6d0cd39e
AM
1363case $srcdir in
1364 *" "*)
1365 as_fn_error "path to source, $srcdir, contains spaces"
1366 ;;
1367esac
9cc8ae67
PB
1368ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1369
81ecdfbb
RW
1370for ac_var in $ac_precious_vars; do
1371 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_${ac_var}_value=\$${ac_var}
1373 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375done
c6b750e1
DJ
1376
1377#
1378# Report the --help message.
1379#
1380if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1383 cat <<_ACEOF
1384\`configure' configures this package to adapt to many kinds of systems.
1385
1386Usage: $0 [OPTION]... [VAR=VALUE]...
1387
1388To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389VAR=VALUE. See below for descriptions of some of the useful variables.
1390
1391Defaults for the options are specified in brackets.
1392
1393Configuration:
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1403
c6b750e1
DJ
1404Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1406 [$ac_default_prefix]
c6b750e1 1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1408 [PREFIX]
c6b750e1
DJ
1409
1410By default, \`make install' will install all the files in
1411\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413for instance \`--prefix=\$HOME'.
1414
1415For better control, use the options below.
1416
1417Fine tuning of the installation directories:
81ecdfbb
RW
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
c6b750e1
DJ
1437_ACEOF
1438
1439 cat <<\_ACEOF
1440
1441Program names:
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1445
1446System types:
1447 --build=BUILD configure for building on BUILD [guessed]
1448 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1449 --target=TARGET configure for building compilers for TARGET [HOST]
1450_ACEOF
a0da8069 1451fi
a0da8069 1452
c6b750e1
DJ
1453if test -n "$ac_init_help"; then
1454
1455 cat <<\_ACEOF
1456
1457Optional Features:
81ecdfbb 1458 --disable-option-checking ignore unrecognized --enable/--with options
c6b750e1
DJ
1459 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1460 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
c7791212 1461 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7837304f 1462 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
89a1e9c3
PB
1463 --disable-libquadmath do not build libquadmath directory
1464 --disable-libquadmath-support
1465 disable libquadmath support for Fortran
521ec477
DD
1466 --enable-libada build libada directory
1467 --enable-libssp build libssp directory
f66a9a70 1468 --disable-libstdcxx do not build libstdc++-v3 directory
ffdd6afc
ILT
1469 --enable-static-libjava[=ARG]
1470 build static libjava [default=no]
1471 --enable-bootstrap enable bootstrapping [yes if native build]
7ec59b9e
L
1472 --disable-isl-version-check
1473 disable check for ISL version
e552509b
ILT
1474 --disable-cloog-version-check
1475 disable check for CLooG version
700d40ca 1476 --enable-lto enable link time optimization support
7837304f
AS
1477 --enable-stage1-languages[=all]
1478 choose additional languages to build during stage1.
1479 Mostly useful for compiler development
1480 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1481 Objective-C runtime
521ec477 1482 --enable-serial-[{host,target,build}-]configure
7837304f
AS
1483 force sequential configuration of sub-packages for
1484 the host, target or build machine, or all
1485 sub-packages
1486 --enable-maintainer-mode
1487 enable make rules and dependencies not useful (and
1488 sometimes confusing) to the casual installer
1489 --enable-stage1-checking[=all]
1490 choose additional checking for stage1 of the
1491 compiler
c6b750e1
DJ
1492 --enable-werror enable -Werror in bootstrap stage2 and later
1493
1494Optional Packages:
1495 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1496 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1497 --with-build-libsubdir=DIR Directory where to find libraries for build system
7837304f
AS
1498 --with-mpc=PATH specify prefix directory for installed MPC package.
1499 Equivalent to --with-mpc-include=PATH/include plus
1500 --with-mpc-lib=PATH/lib
1501 --with-mpc-include=PATH specify directory for installed MPC include files
1502 --with-mpc-lib=PATH specify directory for the installed MPC library
521ec477
DD
1503 --with-mpfr-dir=PATH this option has been REMOVED
1504 --with-mpfr=PATH specify prefix directory for installed MPFR package.
7837304f
AS
1505 Equivalent to --with-mpfr-include=PATH/include plus
1506 --with-mpfr-lib=PATH/lib
c6b750e1 1507 --with-mpfr-include=PATH
521ec477
DD
1508 specify directory for installed MPFR include files
1509 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1510 --with-gmp-dir=PATH this option has been REMOVED
7837304f
AS
1511 --with-gmp=PATH specify prefix directory for the installed GMP
1512 package. Equivalent to
1513 --with-gmp-include=PATH/include plus
1514 --with-gmp-lib=PATH/lib
521ec477
DD
1515 --with-gmp-include=PATH specify directory for installed GMP include files
1516 --with-gmp-lib=PATH specify directory for the installed GMP library
7837304f
AS
1517 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1518 linking with PPL
b3676d82 1519 --with-stage1-libs=LIBS libraries for stage1
7837304f
AS
1520 --with-stage1-ldflags=FLAGS
1521 linker flags for stage1
7837304f
AS
1522 --with-boot-libs=LIBS libraries for stage2 and later
1523 --with-boot-ldflags=FLAGS
1524 linker flags for stage2 and later
8e71395b
L
1525 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1526 package. Equivalent to
1527 --with-cloog-include=PATH/include plus
1528 --with-cloog-lib=PATH/lib
7ec59b9e 1529 --with-isl=PATH Specify prefix directory for the installed ISL
7837304f 1530 package. Equivalent to
7ec59b9e
L
1531 --with-isl-include=PATH/include plus
1532 --with-isl-lib=PATH/lib
1533 --with-isl-include=PATH Specify directory for installed ISL include files
1534 --with-isl-lib=PATH Specify the directory for the installed ISL library
e552509b
ILT
1535 --with-cloog-include=PATH
1536 Specify directory for installed CLooG include files
1537 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1538 library
521ec477 1539 --with-build-sysroot=SYSROOT
c6b750e1 1540 use sysroot as the system root during the build
8a6ee3ab 1541 --with-debug-prefix-map='A=B C=D ...'
7837304f
AS
1542 map A to B, C to D ... in debug information
1543 --with-build-config='NAME NAME2...'
1544 use config/NAME.mk build configuration
521ec477 1545 --with-build-time-tools=PATH
c6b750e1 1546 use given path to find target tools during the build
c6b750e1
DJ
1547
1548Some influential environment variables:
1549 CC C compiler command
1550 CFLAGS C compiler flags
1551 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1552 nonstandard directory <lib dir>
81ecdfbb
RW
1553 LIBS libraries to pass to the linker, e.g. -l<library>
1554 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1555 you have headers in a nonstandard directory <include dir>
18f6b6ee
PB
1556 CXX C++ compiler command
1557 CXXFLAGS C++ compiler flags
4074d5f2
RW
1558 build_configargs
1559 additional configure arguments for build directories
1560 host_configargs
1561 additional configure arguments for host directories
1562 target_configargs
1563 additional configure arguments for target directories
9a819804
AO
1564 AR AR for the host
1565 AS AS for the host
1566 DLLTOOL DLLTOOL for the host
1567 LD LD for the host
1568 LIPO LIPO for the host
1569 NM NM for the host
1570 RANLIB RANLIB for the host
1571 STRIP STRIP for the host
1572 WINDRES WINDRES for the host
0c24b341 1573 WINDMC WINDMC for the host
9a819804
AO
1574 OBJCOPY OBJCOPY for the host
1575 OBJDUMP OBJDUMP for the host
b121d7d4 1576 READELF READELF for the host
9a819804
AO
1577 CC_FOR_TARGET
1578 CC for the target
1579 CXX_FOR_TARGET
1580 CXX for the target
1581 GCC_FOR_TARGET
1582 GCC for the target
1583 GCJ_FOR_TARGET
1584 GCJ for the target
1585 GFORTRAN_FOR_TARGET
1586 GFORTRAN for the target
e552509b
ILT
1587 GOC_FOR_TARGET
1588 GOC for the target
9a819804
AO
1589 AR_FOR_TARGET
1590 AR for the target
1591 AS_FOR_TARGET
1592 AS for the target
1593 DLLTOOL_FOR_TARGET
1594 DLLTOOL for the target
1595 LD_FOR_TARGET
1596 LD for the target
1597 LIPO_FOR_TARGET
1598 LIPO for the target
1599 NM_FOR_TARGET
1600 NM for the target
1601 OBJDUMP_FOR_TARGET
1602 OBJDUMP for the target
1603 RANLIB_FOR_TARGET
1604 RANLIB for the target
b121d7d4
DD
1605 READELF_FOR_TARGET
1606 READELF for the target
9a819804
AO
1607 STRIP_FOR_TARGET
1608 STRIP for the target
1609 WINDRES_FOR_TARGET
1610 WINDRES for the target
0c24b341
NC
1611 WINDMC_FOR_TARGET
1612 WINDMC for the target
c6b750e1
DJ
1613
1614Use these variables to override the choices made by `configure' or to help
1615it to find libraries and programs with nonstandard names/locations.
1616
81ecdfbb 1617Report bugs to the package provider.
c6b750e1 1618_ACEOF
81ecdfbb 1619ac_status=$?
c6b750e1
DJ
1620fi
1621
1622if test "$ac_init_help" = "recursive"; then
1623 # If there are subdirs, report their specific --help.
c6b750e1 1624 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1625 test -d "$ac_dir" ||
1626 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1627 continue
c6b750e1
DJ
1628 ac_builddir=.
1629
81ecdfbb
RW
1630case "$ac_dir" in
1631.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1632*)
1633 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1634 # A ".." for each directory in $ac_dir_suffix.
1635 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1636 case $ac_top_builddir_sub in
1637 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1638 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1639 esac ;;
1640esac
1641ac_abs_top_builddir=$ac_pwd
1642ac_abs_builddir=$ac_pwd$ac_dir_suffix
1643# for backward compatibility:
1644ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
1645
1646case $srcdir in
81ecdfbb 1647 .) # We are building in place.
c6b750e1 1648 ac_srcdir=.
81ecdfbb
RW
1649 ac_top_srcdir=$ac_top_builddir_sub
1650 ac_abs_top_srcdir=$ac_pwd ;;
1651 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 1652 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1653 ac_top_srcdir=$srcdir
1654 ac_abs_top_srcdir=$srcdir ;;
1655 *) # Relative name.
1656 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1657 ac_top_srcdir=$ac_top_build_prefix$srcdir
1658 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 1659esac
81ecdfbb
RW
1660ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1661
1662 cd "$ac_dir" || { ac_status=$?; continue; }
1663 # Check for guested configure.
1664 if test -f "$ac_srcdir/configure.gnu"; then
1665 echo &&
1666 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1667 elif test -f "$ac_srcdir/configure"; then
1668 echo &&
1669 $SHELL "$ac_srcdir/configure" --help=recursive
c6b750e1 1670 else
81ecdfbb
RW
1671 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1672 fi || ac_status=$?
1673 cd "$ac_pwd" || { ac_status=$?; break; }
c6b750e1
DJ
1674 done
1675fi
1676
81ecdfbb 1677test -n "$ac_init_help" && exit $ac_status
c6b750e1
DJ
1678if $ac_init_version; then
1679 cat <<\_ACEOF
81ecdfbb
RW
1680configure
1681generated by GNU Autoconf 2.64
c6b750e1 1682
81ecdfbb 1683Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
1684This configure script is free software; the Free Software Foundation
1685gives unlimited permission to copy, distribute and modify it.
1686_ACEOF
81ecdfbb 1687 exit
c6b750e1 1688fi
81ecdfbb
RW
1689
1690## ------------------------ ##
1691## Autoconf initialization. ##
1692## ------------------------ ##
1693
1694# ac_fn_c_try_compile LINENO
1695# --------------------------
1696# Try to compile conftest.$ac_ext, and return whether this succeeded.
1697ac_fn_c_try_compile ()
1698{
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 rm -f conftest.$ac_objext
1701 if { { ac_try="$ac_compile"
1702case "(($ac_try" in
1703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1704 *) ac_try_echo=$ac_try;;
1705esac
1706eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707$as_echo "$ac_try_echo"; } >&5
1708 (eval "$ac_compile") 2>conftest.err
1709 ac_status=$?
1710 if test -s conftest.err; then
1711 grep -v '^ *+' conftest.err >conftest.er1
1712 cat conftest.er1 >&5
1713 mv -f conftest.er1 conftest.err
1714 fi
1715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716 test $ac_status = 0; } && {
1717 test -z "$ac_c_werror_flag" ||
1718 test ! -s conftest.err
1719 } && test -s conftest.$ac_objext; then :
1720 ac_retval=0
1721else
1722 $as_echo "$as_me: failed program was:" >&5
1723sed 's/^/| /' conftest.$ac_ext >&5
1724
1725 ac_retval=1
1726fi
1727 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1728 return $ac_retval
1729
1730} # ac_fn_c_try_compile
1731
1732# ac_fn_cxx_try_compile LINENO
1733# ----------------------------
1734# Try to compile conftest.$ac_ext, and return whether this succeeded.
1735ac_fn_cxx_try_compile ()
1736{
1737 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738 rm -f conftest.$ac_objext
1739 if { { ac_try="$ac_compile"
1740case "(($ac_try" in
1741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1742 *) ac_try_echo=$ac_try;;
1743esac
1744eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1745$as_echo "$ac_try_echo"; } >&5
1746 (eval "$ac_compile") 2>conftest.err
1747 ac_status=$?
1748 if test -s conftest.err; then
1749 grep -v '^ *+' conftest.err >conftest.er1
1750 cat conftest.er1 >&5
1751 mv -f conftest.er1 conftest.err
1752 fi
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; } && {
1755 test -z "$ac_cxx_werror_flag" ||
1756 test ! -s conftest.err
1757 } && test -s conftest.$ac_objext; then :
1758 ac_retval=0
1759else
1760 $as_echo "$as_me: failed program was:" >&5
1761sed 's/^/| /' conftest.$ac_ext >&5
1762
1763 ac_retval=1
1764fi
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 return $ac_retval
1767
1768} # ac_fn_cxx_try_compile
1769
b3676d82
EB
1770# ac_fn_cxx_try_link LINENO
1771# -------------------------
1772# Try to link conftest.$ac_ext, and return whether this succeeded.
1773ac_fn_cxx_try_link ()
1774{
1775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776 rm -f conftest.$ac_objext conftest$ac_exeext
1777 if { { ac_try="$ac_link"
1778case "(($ac_try" in
1779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1780 *) ac_try_echo=$ac_try;;
1781esac
1782eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1783$as_echo "$ac_try_echo"; } >&5
1784 (eval "$ac_link") 2>conftest.err
1785 ac_status=$?
1786 if test -s conftest.err; then
1787 grep -v '^ *+' conftest.err >conftest.er1
1788 cat conftest.er1 >&5
1789 mv -f conftest.er1 conftest.err
1790 fi
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; } && {
1793 test -z "$ac_cxx_werror_flag" ||
1794 test ! -s conftest.err
1795 } && test -s conftest$ac_exeext && {
1796 test "$cross_compiling" = yes ||
1797 $as_test_x conftest$ac_exeext
1798 }; then :
1799 ac_retval=0
1800else
1801 $as_echo "$as_me: failed program was:" >&5
1802sed 's/^/| /' conftest.$ac_ext >&5
1803
1804 ac_retval=1
1805fi
1806 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1807 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1808 # interfere with the next link command; also delete a directory that is
1809 # left behind by Apple's compiler. We do this before executing the actions.
1810 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1811 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1812 return $ac_retval
1813
1814} # ac_fn_cxx_try_link
1815
81ecdfbb
RW
1816# ac_fn_c_try_link LINENO
1817# -----------------------
1818# Try to link conftest.$ac_ext, and return whether this succeeded.
1819ac_fn_c_try_link ()
1820{
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 rm -f conftest.$ac_objext conftest$ac_exeext
1823 if { { ac_try="$ac_link"
1824case "(($ac_try" in
1825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1826 *) ac_try_echo=$ac_try;;
1827esac
1828eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1829$as_echo "$ac_try_echo"; } >&5
1830 (eval "$ac_link") 2>conftest.err
1831 ac_status=$?
1832 if test -s conftest.err; then
1833 grep -v '^ *+' conftest.err >conftest.er1
1834 cat conftest.er1 >&5
1835 mv -f conftest.er1 conftest.err
1836 fi
1837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1838 test $ac_status = 0; } && {
1839 test -z "$ac_c_werror_flag" ||
1840 test ! -s conftest.err
1841 } && test -s conftest$ac_exeext && {
1842 test "$cross_compiling" = yes ||
1843 $as_test_x conftest$ac_exeext
1844 }; then :
1845 ac_retval=0
1846else
1847 $as_echo "$as_me: failed program was:" >&5
1848sed 's/^/| /' conftest.$ac_ext >&5
1849
1850 ac_retval=1
1851fi
1852 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1853 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1854 # interfere with the next link command; also delete a directory that is
1855 # left behind by Apple's compiler. We do this before executing the actions.
1856 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1857 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1858 return $ac_retval
1859
1860} # ac_fn_c_try_link
7ec59b9e
L
1861
1862# ac_fn_c_try_run LINENO
1863# ----------------------
1864# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1865# that executables *can* be run.
1866ac_fn_c_try_run ()
1867{
1868 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1869 if { { ac_try="$ac_link"
1870case "(($ac_try" in
1871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1872 *) ac_try_echo=$ac_try;;
1873esac
1874eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1875$as_echo "$ac_try_echo"; } >&5
1876 (eval "$ac_link") 2>&5
1877 ac_status=$?
1878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1879 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1880 { { case "(($ac_try" in
1881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1882 *) ac_try_echo=$ac_try;;
1883esac
1884eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1885$as_echo "$ac_try_echo"; } >&5
1886 (eval "$ac_try") 2>&5
1887 ac_status=$?
1888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1889 test $ac_status = 0; }; }; then :
1890 ac_retval=0
1891else
1892 $as_echo "$as_me: program exited with status $ac_status" >&5
1893 $as_echo "$as_me: failed program was:" >&5
1894sed 's/^/| /' conftest.$ac_ext >&5
1895
1896 ac_retval=$ac_status
1897fi
1898 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1899 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1900 return $ac_retval
1901
1902} # ac_fn_c_try_run
81ecdfbb 1903cat >config.log <<_ACEOF
c6b750e1
DJ
1904This file contains any messages produced by compilers while
1905running configure, to aid debugging if configure makes a mistake.
1906
1907It was created by $as_me, which was
81ecdfbb 1908generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
1909
1910 $ $0 $@
1911
1912_ACEOF
81ecdfbb 1913exec 5>>config.log
c6b750e1
DJ
1914{
1915cat <<_ASUNAME
1916## --------- ##
1917## Platform. ##
1918## --------- ##
1919
1920hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1921uname -m = `(uname -m) 2>/dev/null || echo unknown`
1922uname -r = `(uname -r) 2>/dev/null || echo unknown`
1923uname -s = `(uname -s) 2>/dev/null || echo unknown`
1924uname -v = `(uname -v) 2>/dev/null || echo unknown`
1925
1926/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1927/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1928
1929/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1930/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1931/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1932/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
c6b750e1
DJ
1933/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1934/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1935/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1936
1937_ASUNAME
1938
1939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1940for as_dir in $PATH
1941do
1942 IFS=$as_save_IFS
1943 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1944 $as_echo "PATH: $as_dir"
1945 done
1946IFS=$as_save_IFS
c6b750e1
DJ
1947
1948} >&5
1949
1950cat >&5 <<_ACEOF
1951
1952
1953## ----------- ##
1954## Core tests. ##
1955## ----------- ##
1956
1957_ACEOF
1958
1959
1960# Keep a trace of the command line.
1961# Strip out --no-create and --no-recursion so they do not pile up.
1962# Strip out --silent because we don't want to record it for future runs.
1963# Also quote any args containing shell meta-characters.
1964# Make two passes to allow for proper duplicate-argument suppression.
1965ac_configure_args=
1966ac_configure_args0=
1967ac_configure_args1=
c6b750e1
DJ
1968ac_must_keep_next=false
1969for ac_pass in 1 2
1970do
1971 for ac_arg
1972 do
1973 case $ac_arg in
1974 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1975 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1976 | -silent | --silent | --silen | --sile | --sil)
1977 continue ;;
81ecdfbb
RW
1978 *\'*)
1979 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
1980 esac
1981 case $ac_pass in
81ecdfbb 1982 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c6b750e1 1983 2)
81ecdfbb 1984 as_fn_append ac_configure_args1 " '$ac_arg'"
c6b750e1
DJ
1985 if test $ac_must_keep_next = true; then
1986 ac_must_keep_next=false # Got value, back to normal.
1987 else
1988 case $ac_arg in
1989 *=* | --config-cache | -C | -disable-* | --disable-* \
1990 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1991 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1992 | -with-* | --with-* | -without-* | --without-* | --x)
1993 case "$ac_configure_args0 " in
1994 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1995 esac
1996 ;;
1997 -* ) ac_must_keep_next=true ;;
1998 esac
1999 fi
81ecdfbb 2000 as_fn_append ac_configure_args " '$ac_arg'"
c6b750e1
DJ
2001 ;;
2002 esac
2003 done
2004done
81ecdfbb
RW
2005{ ac_configure_args0=; unset ac_configure_args0;}
2006{ ac_configure_args1=; unset ac_configure_args1;}
c6b750e1
DJ
2007
2008# When interrupted or exit'd, cleanup temporary files, and complete
2009# config.log. We remove comments because anyway the quotes in there
2010# would cause problems or look ugly.
81ecdfbb
RW
2011# WARNING: Use '\'' to represent an apostrophe within the trap.
2012# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c6b750e1
DJ
2013trap 'exit_status=$?
2014 # Save into config.log some information that might help in debugging.
2015 {
2016 echo
2017
2018 cat <<\_ASBOX
2019## ---------------- ##
2020## Cache variables. ##
2021## ---------------- ##
2022_ASBOX
2023 echo
2024 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2025(
2026 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2027 eval ac_val=\$$ac_var
2028 case $ac_val in #(
2029 *${as_nl}*)
2030 case $ac_var in #(
2031 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2032$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033 esac
2034 case $ac_var in #(
2035 _ | IFS | as_nl) ;; #(
2036 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2037 *) { eval $ac_var=; unset $ac_var;} ;;
2038 esac ;;
2039 esac
2040 done
c6b750e1 2041 (set) 2>&1 |
81ecdfbb
RW
2042 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2043 *${as_nl}ac_space=\ *)
c6b750e1 2044 sed -n \
81ecdfbb
RW
2045 "s/'\''/'\''\\\\'\'''\''/g;
2046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2047 ;; #(
c6b750e1 2048 *)
81ecdfbb 2049 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 2050 ;;
81ecdfbb
RW
2051 esac |
2052 sort
2053)
c6b750e1
DJ
2054 echo
2055
2056 cat <<\_ASBOX
2057## ----------------- ##
2058## Output variables. ##
2059## ----------------- ##
2060_ASBOX
2061 echo
2062 for ac_var in $ac_subst_vars
2063 do
81ecdfbb
RW
2064 eval ac_val=\$$ac_var
2065 case $ac_val in
2066 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2067 esac
2068 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
2069 done | sort
2070 echo
2071
2072 if test -n "$ac_subst_files"; then
2073 cat <<\_ASBOX
81ecdfbb
RW
2074## ------------------- ##
2075## File substitutions. ##
2076## ------------------- ##
c6b750e1
DJ
2077_ASBOX
2078 echo
2079 for ac_var in $ac_subst_files
2080 do
81ecdfbb
RW
2081 eval ac_val=\$$ac_var
2082 case $ac_val in
2083 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2084 esac
2085 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
2086 done | sort
2087 echo
2088 fi
2089
2090 if test -s confdefs.h; then
2091 cat <<\_ASBOX
2092## ----------- ##
2093## confdefs.h. ##
2094## ----------- ##
2095_ASBOX
2096 echo
81ecdfbb 2097 cat confdefs.h
c6b750e1
DJ
2098 echo
2099 fi
2100 test "$ac_signal" != 0 &&
81ecdfbb
RW
2101 $as_echo "$as_me: caught signal $ac_signal"
2102 $as_echo "$as_me: exit $exit_status"
c6b750e1 2103 } >&5
81ecdfbb
RW
2104 rm -f core *.core core.conftest.* &&
2105 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c6b750e1 2106 exit $exit_status
81ecdfbb 2107' 0
c6b750e1 2108for ac_signal in 1 2 13 15; do
81ecdfbb 2109 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c6b750e1
DJ
2110done
2111ac_signal=0
2112
2113# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2114rm -f -r conftest* confdefs.h
2115
2116$as_echo "/* confdefs.h */" > confdefs.h
c6b750e1
DJ
2117
2118# Predefined preprocessor variables.
2119
2120cat >>confdefs.h <<_ACEOF
2121#define PACKAGE_NAME "$PACKAGE_NAME"
2122_ACEOF
2123
c6b750e1
DJ
2124cat >>confdefs.h <<_ACEOF
2125#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126_ACEOF
2127
c6b750e1
DJ
2128cat >>confdefs.h <<_ACEOF
2129#define PACKAGE_VERSION "$PACKAGE_VERSION"
2130_ACEOF
2131
c6b750e1
DJ
2132cat >>confdefs.h <<_ACEOF
2133#define PACKAGE_STRING "$PACKAGE_STRING"
2134_ACEOF
2135
c6b750e1
DJ
2136cat >>confdefs.h <<_ACEOF
2137#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138_ACEOF
2139
81ecdfbb
RW
2140cat >>confdefs.h <<_ACEOF
2141#define PACKAGE_URL "$PACKAGE_URL"
2142_ACEOF
2143
c6b750e1
DJ
2144
2145# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2146# Prefer an explicitly selected file to automatically selected ones.
2147ac_site_file1=NONE
2148ac_site_file2=NONE
2149if test -n "$CONFIG_SITE"; then
2150 ac_site_file1=$CONFIG_SITE
2151elif test "x$prefix" != xNONE; then
2152 ac_site_file1=$prefix/share/config.site
2153 ac_site_file2=$prefix/etc/config.site
2154else
2155 ac_site_file1=$ac_default_prefix/share/config.site
2156 ac_site_file2=$ac_default_prefix/etc/config.site
a0da8069 2157fi
81ecdfbb
RW
2158for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2159do
2160 test "x$ac_site_file" = xNONE && continue
a0da8069 2161 if test -r "$ac_site_file"; then
81ecdfbb
RW
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2163$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c6b750e1 2164 sed 's/^/| /' "$ac_site_file" >&5
a0da8069
NN
2165 . "$ac_site_file"
2166 fi
2167done
2168
2169if test -r "$cache_file"; then
c6b750e1
DJ
2170 # Some versions of bash will fail to source /dev/null (special
2171 # files actually), so we avoid doing that.
2172 if test -f "$cache_file"; then
81ecdfbb
RW
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2174$as_echo "$as_me: loading cache $cache_file" >&6;}
c6b750e1 2175 case $cache_file in
81ecdfbb
RW
2176 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2177 *) . "./$cache_file";;
c6b750e1
DJ
2178 esac
2179 fi
a0da8069 2180else
81ecdfbb
RW
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2182$as_echo "$as_me: creating cache $cache_file" >&6;}
c6b750e1
DJ
2183 >$cache_file
2184fi
2185
2186# Check that the precious variables saved in the cache have kept the same
2187# value.
2188ac_cache_corrupted=false
81ecdfbb 2189for ac_var in $ac_precious_vars; do
c6b750e1
DJ
2190 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2191 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2192 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2193 eval ac_new_val=\$ac_env_${ac_var}_value
c6b750e1
DJ
2194 case $ac_old_set,$ac_new_set in
2195 set,)
81ecdfbb
RW
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2197$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c6b750e1
DJ
2198 ac_cache_corrupted=: ;;
2199 ,set)
81ecdfbb
RW
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2201$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c6b750e1
DJ
2202 ac_cache_corrupted=: ;;
2203 ,);;
2204 *)
2205 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2206 # differences in whitespace do not lead to failure.
2207 ac_old_val_w=`echo x $ac_old_val`
2208 ac_new_val_w=`echo x $ac_new_val`
2209 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2211$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2212 ac_cache_corrupted=:
2213 else
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2215$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2216 eval $ac_var=\$ac_old_val
2217 fi
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2219$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2221$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c6b750e1
DJ
2222 fi;;
2223 esac
2224 # Pass precious variables to config.status.
2225 if test "$ac_new_set" = set; then
2226 case $ac_new_val in
81ecdfbb 2227 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2228 *) ac_arg=$ac_var=$ac_new_val ;;
2229 esac
2230 case " $ac_configure_args " in
2231 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2232 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c6b750e1
DJ
2233 esac
2234 fi
2235done
2236if $ac_cache_corrupted; then
81ecdfbb
RW
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2238$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2240$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2241 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
a0da8069 2242fi
81ecdfbb
RW
2243## -------------------- ##
2244## Main body of script. ##
2245## -------------------- ##
a0da8069
NN
2246
2247ac_ext=c
a0da8069 2248ac_cpp='$CPP $CPPFLAGS'
c6b750e1
DJ
2249ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2250ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2251ac_compiler_gnu=$ac_cv_c_compiler_gnu
2252
2253
2254
2255
c6b750e1
DJ
2256
2257
34a0f3cf 2258
c6b750e1 2259
5b553f7e
RW
2260
2261progname=$0
2262# if PWD already has a value, it is probably wrong.
2263if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2264
2265# Export original configure arguments for use by sub-configures.
2266# Quote arguments with shell meta charatcers.
2267TOPLEVEL_CONFIGURE_ARGUMENTS=
2268set -- "$progname" "$@"
2269for ac_arg
2270do
2271 case "$ac_arg" in
2272 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2273 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2274 # if the argument is of the form -foo=baz, quote the baz part only
2275 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2276 *) ;;
2277 esac
2278 # Add the quoted argument to the list.
2279 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2280done
2281if test "$silent" = yes; then
2282 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2283fi
2284# Remove the initial space we just introduced and, as these will be
2285# expanded by make, quote '$'.
2286TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2287
c6b750e1
DJ
2288
2289# Find the build, host, and target systems.
a0da8069 2290ac_aux_dir=
81ecdfbb
RW
2291for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2292 for ac_t in install-sh install.sh shtool; do
2293 if test -f "$ac_dir/$ac_t"; then
2294 ac_aux_dir=$ac_dir
2295 ac_install_sh="$ac_aux_dir/$ac_t -c"
2296 break 2
2297 fi
2298 done
a0da8069
NN
2299done
2300if test -z "$ac_aux_dir"; then
81ecdfbb 2301 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
a0da8069 2302fi
81ecdfbb
RW
2303
2304# These three variables are undocumented and unsupported,
2305# and are intended to be withdrawn in a future Autoconf release.
2306# They can cause serious problems if a builder's source tree is in a directory
2307# whose full name contains unusual characters.
2308ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2309ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2310ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2311
a0da8069 2312
c6b750e1 2313# Make sure we can run config.sub.
81ecdfbb
RW
2314$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2315 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2316
2317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2318$as_echo_n "checking build system type... " >&6; }
2319if test "${ac_cv_build+set}" = set; then :
2320 $as_echo_n "(cached) " >&6
2321else
2322 ac_build_alias=$build_alias
2323test "x$ac_build_alias" = x &&
2324 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2325test "x$ac_build_alias" = x &&
2326 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2327ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2328 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2329
2330fi
2331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2332$as_echo "$ac_cv_build" >&6; }
2333case $ac_cv_build in
2334*-*-*) ;;
2335*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2336esac
c6b750e1 2337build=$ac_cv_build
81ecdfbb
RW
2338ac_save_IFS=$IFS; IFS='-'
2339set x $ac_cv_build
2340shift
2341build_cpu=$1
2342build_vendor=$2
2343shift; shift
2344# Remember, the first character of IFS is used to create $*,
2345# except with old shells:
2346build_os=$*
2347IFS=$ac_save_IFS
2348case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
a0da8069 2349
a0da8069 2350
c6b750e1
DJ
2351 case ${build_alias} in
2352 "") build_noncanonical=${build} ;;
2353 *) build_noncanonical=${build_alias} ;;
cac3d6c4
CM
2354esac
2355
2356
cac3d6c4 2357
c6b750e1
DJ
2358 case ${host_alias} in
2359 "") host_noncanonical=${build_noncanonical} ;;
2360 *) host_noncanonical=${host_alias} ;;
cac3d6c4
CM
2361esac
2362
cac3d6c4 2363
c6b750e1
DJ
2364
2365 case ${target_alias} in
2366 "") target_noncanonical=${host_noncanonical} ;;
2367 *) target_noncanonical=${target_alias} ;;
cac3d6c4
CM
2368esac
2369
cac3d6c4 2370
c6b750e1
DJ
2371
2372
2373test "$host_noncanonical" = "$target_noncanonical" &&
a0da8069
NN
2374 test "$program_prefix$program_suffix$program_transform_name" = \
2375 NONENONEs,x,x, &&
c6b750e1 2376 program_transform_name=s,y,y,
cac3d6c4 2377
81ecdfbb
RW
2378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2379$as_echo_n "checking host system type... " >&6; }
2380if test "${ac_cv_host+set}" = set; then :
2381 $as_echo_n "(cached) " >&6
cac3d6c4 2382else
81ecdfbb
RW
2383 if test "x$host_alias" = x; then
2384 ac_cv_host=$ac_cv_build
2385else
2386 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2387 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2388fi
c6b750e1
DJ
2389
2390fi
81ecdfbb
RW
2391{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2392$as_echo "$ac_cv_host" >&6; }
2393case $ac_cv_host in
2394*-*-*) ;;
2395*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2396esac
c6b750e1 2397host=$ac_cv_host
81ecdfbb
RW
2398ac_save_IFS=$IFS; IFS='-'
2399set x $ac_cv_host
2400shift
2401host_cpu=$1
2402host_vendor=$2
2403shift; shift
2404# Remember, the first character of IFS is used to create $*,
2405# except with old shells:
2406host_os=$*
2407IFS=$ac_save_IFS
2408case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2409
2410
81ecdfbb
RW
2411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2412$as_echo_n "checking target system type... " >&6; }
2413if test "${ac_cv_target+set}" = set; then :
2414 $as_echo_n "(cached) " >&6
c6b750e1 2415else
81ecdfbb
RW
2416 if test "x$target_alias" = x; then
2417 ac_cv_target=$ac_cv_host
2418else
2419 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2420 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2421fi
c6b750e1 2422
cac3d6c4 2423fi
81ecdfbb
RW
2424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2425$as_echo "$ac_cv_target" >&6; }
2426case $ac_cv_target in
2427*-*-*) ;;
2428*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2429esac
c6b750e1 2430target=$ac_cv_target
81ecdfbb
RW
2431ac_save_IFS=$IFS; IFS='-'
2432set x $ac_cv_target
2433shift
2434target_cpu=$1
2435target_vendor=$2
2436shift; shift
2437# Remember, the first character of IFS is used to create $*,
2438# except with old shells:
2439target_os=$*
2440IFS=$ac_save_IFS
2441case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2442
2443
2444# The aliases save the names the user supplied, while $host etc.
2445# will get canonicalized.
2446test -n "$target_alias" &&
2447 test "$program_prefix$program_suffix$program_transform_name" = \
2448 NONENONEs,x,x, &&
2449 program_prefix=${target_alias}-
81ecdfbb 2450
a0da8069 2451test "$program_prefix" != NONE &&
81ecdfbb 2452 program_transform_name="s&^&$program_prefix&;$program_transform_name"
a0da8069
NN
2453# Use a double $ so make ignores it.
2454test "$program_suffix" != NONE &&
81ecdfbb
RW
2455 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2456# Double any \ or $.
c6b750e1 2457# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2458ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2459program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cac3d6c4 2460
a0da8069
NN
2461
2462
e5c3f801
NN
2463# Get 'install' or 'install-sh' and its variants.
2464# Find a good install program. We prefer a C program (faster),
2465# so one script is as good as another. But avoid the broken or
2466# incompatible versions:
2467# SysV /etc/install, /usr/sbin/install
2468# SunOS /usr/etc/install
2469# IRIX /sbin/install
2470# AIX /bin/install
c6b750e1 2471# AmigaOS /C/install, which installs bootblocks on floppy discs
e5c3f801
NN
2472# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2473# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2474# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
c6b750e1 2475# OS/2's system install, which has a completely different semantic
e5c3f801 2476# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2477# Reject install programs that cannot install multiple files.
81ecdfbb
RW
2478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2479$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5c3f801 2480if test -z "$INSTALL"; then
81ecdfbb
RW
2481if test "${ac_cv_path_install+set}" = set; then :
2482 $as_echo_n "(cached) " >&6
c6b750e1
DJ
2483else
2484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2485for as_dir in $PATH
2486do
2487 IFS=$as_save_IFS
2488 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2489 # Account for people who put trailing slashes in PATH elements.
2490case $as_dir/ in #((
2491 ./ | .// | /[cC]/* | \
c6b750e1 2492 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 2493 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
c6b750e1
DJ
2494 /usr/ucb/* ) ;;
2495 *)
2496 # OSF1 and SCO ODT 3.0 have their own names for install.
2497 # Don't use installbsd from OSF since it installs stuff as root
2498 # by default.
2499 for ac_prog in ginstall scoinst install; do
2500 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 2501 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
e5c3f801 2502 if test $ac_prog = install &&
c6b750e1 2503 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
e5c3f801
NN
2504 # AIX install. It has an incompatible calling convention.
2505 :
c6b750e1
DJ
2506 elif test $ac_prog = install &&
2507 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2508 # program-specific install script used by HP pwplus--don't use.
2509 :
e5c3f801 2510 else
58c85be7
RW
2511 rm -rf conftest.one conftest.two conftest.dir
2512 echo one > conftest.one
2513 echo two > conftest.two
2514 mkdir conftest.dir
2515 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2516 test -s conftest.one && test -s conftest.two &&
2517 test -s conftest.dir/conftest.one &&
2518 test -s conftest.dir/conftest.two
2519 then
2520 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2521 break 3
2522 fi
e5c3f801
NN
2523 fi
2524 fi
2525 done
c6b750e1
DJ
2526 done
2527 ;;
2528esac
81ecdfbb
RW
2529
2530 done
2531IFS=$as_save_IFS
c6b750e1 2532
58c85be7 2533rm -rf conftest.one conftest.two conftest.dir
e5c3f801
NN
2534
2535fi
2536 if test "${ac_cv_path_install+set}" = set; then
c6b750e1 2537 INSTALL=$ac_cv_path_install
e5c3f801 2538 else
58c85be7
RW
2539 # As a last resort, use the slow shell script. Don't cache a
2540 # value for INSTALL within a source directory, because that will
e5c3f801 2541 # break other packages using the cache if that directory is
58c85be7 2542 # removed, or if the value is a relative name.
c6b750e1 2543 INSTALL=$ac_install_sh
e5c3f801
NN
2544 fi
2545fi
81ecdfbb
RW
2546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2547$as_echo "$INSTALL" >&6; }
e5c3f801
NN
2548
2549# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2550# It thinks the first close brace ends the variable substitution.
2551test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2552
c6b750e1 2553test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
e5c3f801
NN
2554
2555test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2556
81ecdfbb
RW
2557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2558$as_echo_n "checking whether ln works... " >&6; }
2559if test "${acx_cv_prog_LN+set}" = set; then :
2560 $as_echo_n "(cached) " >&6
656fdd47
PB
2561else
2562 rm -f conftestdata_t
2563echo >conftestdata_f
2564if ln conftestdata_f conftestdata_t 2>/dev/null
2565then
2566 acx_cv_prog_LN=ln
2567else
2568 acx_cv_prog_LN=no
2569fi
2570rm -f conftestdata_f conftestdata_t
2571
2572fi
2573if test $acx_cv_prog_LN = no; then
2574 LN="cp"
81ecdfbb
RW
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2576$as_echo "no, using $LN" >&6; }
656fdd47
PB
2577else
2578 LN="$acx_cv_prog_LN"
81ecdfbb
RW
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2580$as_echo "yes" >&6; }
656fdd47
PB
2581fi
2582
81ecdfbb
RW
2583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2584$as_echo_n "checking whether ln -s works... " >&6; }
c6b750e1
DJ
2585LN_S=$as_ln_s
2586if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2588$as_echo "yes" >&6; }
cac3d6c4 2589else
81ecdfbb
RW
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2591$as_echo "no, using $LN_S" >&6; }
dfdffa2c
PB
2592fi
2593
8e957354
PB
2594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2595$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2596if test "${ac_cv_path_SED+set}" = set; then :
2597 $as_echo_n "(cached) " >&6
2598else
2599 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2600 for ac_i in 1 2 3 4 5 6 7; do
2601 ac_script="$ac_script$as_nl$ac_script"
2602 done
2603 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2604 { ac_script=; unset ac_script;}
2605 if test -z "$SED"; then
2606 ac_path_SED_found=false
2607 # Loop through the user's path and test for each of PROGNAME-LIST
2608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609for as_dir in $PATH
2610do
2611 IFS=$as_save_IFS
2612 test -z "$as_dir" && as_dir=.
2613 for ac_prog in sed gsed; do
2614 for ac_exec_ext in '' $ac_executable_extensions; do
2615 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2616 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2617# Check for GNU ac_path_SED and select it if it is found.
2618 # Check for GNU $ac_path_SED
2619case `"$ac_path_SED" --version 2>&1` in
2620*GNU*)
2621 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2622*)
2623 ac_count=0
2624 $as_echo_n 0123456789 >"conftest.in"
2625 while :
2626 do
2627 cat "conftest.in" "conftest.in" >"conftest.tmp"
2628 mv "conftest.tmp" "conftest.in"
2629 cp "conftest.in" "conftest.nl"
2630 $as_echo '' >> "conftest.nl"
2631 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2632 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2633 as_fn_arith $ac_count + 1 && ac_count=$as_val
2634 if test $ac_count -gt ${ac_path_SED_max-0}; then
2635 # Best one so far, save it but keep looking for a better one
2636 ac_cv_path_SED="$ac_path_SED"
2637 ac_path_SED_max=$ac_count
2638 fi
2639 # 10*(2^10) chars as input seems more than enough
2640 test $ac_count -gt 10 && break
2641 done
2642 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2643esac
2644
2645 $ac_path_SED_found && break 3
2646 done
2647 done
2648 done
2649IFS=$as_save_IFS
2650 if test -z "$ac_cv_path_SED"; then
2651 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2652 fi
2653else
2654 ac_cv_path_SED=$SED
2655fi
2656
2657fi
2658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2659$as_echo "$ac_cv_path_SED" >&6; }
2660 SED="$ac_cv_path_SED"
2661 rm -f conftest.sed
2662
2663for ac_prog in gawk mawk nawk awk
2664do
2665 # Extract the first word of "$ac_prog", so it can be a program name with args.
2666set dummy $ac_prog; ac_word=$2
2667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2668$as_echo_n "checking for $ac_word... " >&6; }
2669if test "${ac_cv_prog_AWK+set}" = set; then :
2670 $as_echo_n "(cached) " >&6
2671else
2672 if test -n "$AWK"; then
2673 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2674else
2675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2676for as_dir in $PATH
2677do
2678 IFS=$as_save_IFS
2679 test -z "$as_dir" && as_dir=.
2680 for ac_exec_ext in '' $ac_executable_extensions; do
2681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2682 ac_cv_prog_AWK="$ac_prog"
2683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2684 break 2
2685 fi
2686done
2687 done
2688IFS=$as_save_IFS
2689
2690fi
2691fi
2692AWK=$ac_cv_prog_AWK
2693if test -n "$AWK"; then
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2695$as_echo "$AWK" >&6; }
2696else
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2698$as_echo "no" >&6; }
2699fi
2700
2701
2702 test -n "$AWK" && break
2703done
2704
e5c3f801 2705
0fdbe983
DJ
2706srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2707
2708# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2709# a relative path.
2710if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2711 INSTALL="${srcpwd}/install-sh -c"
2712fi
2713
a0da8069
NN
2714# Set srcdir to "." if that's what it is.
2715# This is important for multilib support.
2716pwd=`${PWDCMD-pwd}`
a0da8069
NN
2717if test "${pwd}" = "${srcpwd}" ; then
2718 srcdir=.
252b5132
RH
2719fi
2720
a0da8069 2721topsrcdir=$srcpwd
252b5132 2722
a0da8069 2723extra_host_args=
afefada0 2724
a0da8069
NN
2725### To add a new directory to the tree, first choose whether it is a target
2726### or a host dependent tool. Then put it into the appropriate list
2727### (library or tools, host or target), doing a dependency sort.
252b5132 2728
c6b750e1 2729# Subdirs will be configured in the order listed in build_configdirs,
a0da8069 2730# configdirs, or target_configdirs; see the serialization section below.
252b5132 2731
c6b750e1
DJ
2732# Dependency sorting is only needed when *configuration* must be done in
2733# a particular order. In all cases a dependency should be specified in
a0da8069 2734# the Makefile, whether or not it's implicitly specified here.
252b5132 2735
a0da8069
NN
2736# Double entries in build_configdirs, configdirs, or target_configdirs may
2737# cause circular dependencies and break everything horribly.
252b5132 2738
6a9cf61e
PB
2739# these library is used by various programs built for the build
2740# environment
2741#
2742build_libs="build-libiberty"
2743
2744# these tools are built for the build environment
a90ef4bf 2745build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 2746
a0da8069
NN
2747# these libraries are used by various programs built for the host environment
2748#
2bf680c4 2749host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
a0da8069 2750
a0da8069
NN
2751# these tools are built for the host environment
2752# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2753# know that we are building the simulator.
2754# binutils, gas and ld appear in that order because it makes sense to run
2755# "make check" in that particular order.
e6de499b 2756# If --enable-gold is used, "gold" may replace "ld".
a90ef4bf 2757host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
a0da8069
NN
2758
2759# libgcj represents the runtime libraries only used by gcj.
2760libgcj="target-libffi \
a0da8069 2761 target-zlib \
a0da8069
NN
2762 target-libjava"
2763
2764# these libraries are built for the target environment, and are built after
2765# the host libraries and the host tools (which may be a cross compiler)
ffdd6afc 2766# Note that libiberty is not a target library.
b1299c4e 2767target_libraries="target-libgcc \
2bf680c4 2768 target-libbacktrace \
a0da8069
NN
2769 target-libgloss \
2770 target-newlib \
cff87f51 2771 target-libgomp \
7ec59b9e 2772 target-libatomic \
d32e2926 2773 target-libitm \
b9459e83 2774 target-libstdc++-v3 \
4b1cb4fe 2775 target-libmudflap \
bb780410 2776 target-libssp \
e552509b 2777 target-libquadmath \
4b1cb4fe 2778 target-libgfortran \
4f0ef2d8 2779 target-boehm-gc \
83326456 2780 ${libgcj} \
a2592b1b 2781 target-libobjc \
e552509b
ILT
2782 target-libada \
2783 target-libgo"
a0da8069 2784
9c14acb8
NN
2785# these tools are built using the target libraries, and are intended to
2786# run only in the target environment
a0da8069 2787#
9c14acb8 2788# note: any program that *uses* libraries that are in the "target_libraries"
0377a422 2789# list belongs in this list.
a0da8069 2790#
a90ef4bf 2791target_tools="target-rda"
252b5132 2792
a0da8069 2793################################################################################
252b5132 2794
a0da8069
NN
2795## All tools belong in one of the four categories, and are assigned above
2796## We assign ${configdirs} this way to remove all embedded newlines. This
2797## is important because configure will choke if they ever get through.
2798## ${configdirs} is directories we build using the host tools.
2799## ${target_configdirs} is directories we build using the target tools.
a0da8069 2800configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2801target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2802build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2803
9cc8ae67
PB
2804
2805
a0da8069 2806################################################################################
252b5132 2807
a0da8069 2808srcname="gnu development package"
252b5132 2809
a0da8069
NN
2810# This gets set non-empty for some net releases of packages.
2811appdirs=""
252b5132 2812
a0da8069
NN
2813# Define is_cross_compiler to save on calls to 'test'.
2814is_cross_compiler=
2815if test x"${host}" = x"${target}" ; then
2816 is_cross_compiler=no
252b5132 2817else
a0da8069 2818 is_cross_compiler=yes
c6b750e1 2819fi
252b5132 2820
9175bfc0 2821# Find the build and target subdir names.
dd12c3a8 2822
66a79c16
DJ
2823# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2824# have matching libraries, they should use host libraries: Makefile.tpl
2825# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2826# However, they still use the build modules, because the corresponding
2827# host modules (e.g. bison) are only built for the host when bootstrap
2828# finishes. So:
2829# - build_subdir is where we find build modules, and never changes.
2830# - build_libsubdir is where we find build libraries, and can be overridden.
2831
2832# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2833build_subdir="build-${build_noncanonical}"
c6b750e1 2834
81ecdfbb
RW
2835# Check whether --with-build-libsubdir was given.
2836if test "${with_build_libsubdir+set}" = set; then :
2837 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2838else
2839 build_libsubdir="$build_subdir"
81ecdfbb
RW
2840fi
2841
b00612cc
PB
2842# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2843if ( test $srcdir = . && test -d gcc ) \
2844 || test -d $srcdir/../host-${host_noncanonical}; then
2845 host_subdir="host-${host_noncanonical}"
2846else
2847 host_subdir=.
2848fi
dd12c3a8
NN
2849# No prefix.
2850target_subdir=${target_noncanonical}
c6b750e1 2851
2fd0b40b
RW
2852# Be sure to cover against remnants of an in-tree build.
2853if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2854 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2855Use a pristine source tree when building in a separate tree" "$LINENO" 5
2856fi
252b5132 2857
a0da8069
NN
2858# Skipdirs are removed silently.
2859skipdirs=
2860# Noconfigdirs are removed loudly.
2861noconfigdirs=""
252b5132 2862
a0da8069
NN
2863use_gnu_ld=
2864# Make sure we don't let GNU ld be added if we didn't want it.
2865if test x$with_gnu_ld = xno ; then
2866 use_gnu_ld=no
93f9b408 2867 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2868fi
2869
a0da8069
NN
2870use_gnu_as=
2871# Make sure we don't let GNU as be added if we didn't want it.
2872if test x$with_gnu_as = xno ; then
2873 use_gnu_as=no
2874 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2875fi
2876
700d40ca
ILT
2877use_included_zlib=
2878# Make sure we don't let ZLIB be added if we didn't want it.
2879if test x$with_system_zlib = xyes ; then
2880 use_included_zlib=no
2881 noconfigdirs="$noconfigdirs zlib"
2882fi
2883
c6b750e1 2884# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2885# it's not even worth trying to configure, much less build, that tool.
252b5132 2886
a0da8069
NN
2887case ${with_x} in
2888 yes | "") ;; # the default value for this tree is that X11 is available
2889 no)
675c6968 2890 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2891 # We won't be able to build gdbtk without X.
c6b750e1 2892 enable_gdbtk=no
a0da8069
NN
2893 ;;
2894 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2895esac
252b5132 2896
0377a422 2897# Some are only suitable for cross toolchains.
a0da8069
NN
2898# Remove these if host=target.
2899cross_only="target-libgloss target-newlib target-opcodes"
2900
2901case $is_cross_compiler in
2902 no) skipdirs="${skipdirs} ${cross_only}" ;;
a0da8069 2903esac
252b5132 2904
a0da8069
NN
2905# If both --with-headers and --with-libs are specified, default to
2906# --without-newlib.
32be62b5
RS
2907if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2908 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2909 if test x"${with_newlib}" = x ; then
2910 with_newlib=no
2911 fi
252b5132
RH
2912fi
2913
a0da8069
NN
2914# Recognize --with-newlib/--without-newlib.
2915case ${with_newlib} in
2916 no) skipdirs="${skipdirs} target-newlib" ;;
2917 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2918esac
252b5132 2919
c7791212
NC
2920# Handle --enable-gold, --enable-ld.
2921# --disable-gold [--enable-ld]
2922# Build only ld. Default option.
d3b50760
L
2923# --enable-gold [--enable-ld]
2924# Build both gold and ld. Install gold as "ld.gold", install ld
2925# as "ld.bfd" and "ld".
2926# --enable-gold=default [--enable-ld]
c7791212
NC
2927# Build both gold and ld. Install gold as "ld.gold" and "ld",
2928# install ld as "ld.bfd".
2929# --enable-gold[=default] --disable-ld
2930# Build only gold, which is then installed as both "ld.gold" and "ld".
2931# --enable-gold --enable-ld=default
d3b50760
L
2932# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2933# and ld.bfd).
c7791212
NC
2934# In other words, ld is default
2935# --enable-gold=default --enable-ld=default
2936# Error.
2937
2938default_ld=
81ecdfbb
RW
2939# Check whether --enable-gold was given.
2940if test "${enable_gold+set}" = set; then :
2941 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2942else
2943 ENABLE_GOLD=no
81ecdfbb
RW
2944fi
2945
c7791212
NC
2946case "${ENABLE_GOLD}" in
2947 yes|default)
e6de499b
NC
2948 # Check for ELF target.
2949 is_elf=no
2950 case "${target}" in
2951 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2952 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
5b806d27 2953 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
7ec59b9e 2954 | *-*-solaris2* | *-*-nto*)
e6de499b
NC
2955 case "${target}" in
2956 *-*-linux*aout* | *-*-linux*oldld*)
2957 ;;
2958 *)
2959 is_elf=yes
2960 ;;
2961 esac
2962 esac
2963
2964 if test "$is_elf" = "yes"; then
2965 # Check for target supported by gold.
93f9b408 2966 case "${target}" in
5c0b3823 2967 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
c7791212
NC
2968 configdirs="$configdirs gold"
2969 if test x${ENABLE_GOLD} = xdefault; then
2970 default_ld=gold
2971 fi
e6de499b 2972 ENABLE_GOLD=yes
93f9b408
ILT
2973 ;;
2974 esac
e6de499b
NC
2975 fi
2976 ;;
2977 no)
2978 ;;
2979 *)
2980 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2981 ;;
c7791212
NC
2982esac
2983
2984# Check whether --enable-ld was given.
2985if test "${enable_ld+set}" = set; then :
2986 enableval=$enable_ld; ENABLE_LD=$enableval
2987else
2988 ENABLE_LD=yes
2989fi
2990
2991
2992case "${ENABLE_LD}" in
2993 default)
d3b50760 2994 if test x${default_ld} != x; then
c7791212
NC
2995 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2996 fi
2997 ;;
2998 yes)
2999 ;;
3000 no)
3001 if test x${ENABLE_GOLD} != xyes; then
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3003$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3004 fi
3005 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3006 ;;
3007 *)
3008 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3009 ;;
3010esac
93f9b408 3011
a0da8069 3012# Configure extra directories which are host specific
252b5132 3013
a0da8069
NN
3014case "${host}" in
3015 *-cygwin*)
3016 configdirs="$configdirs libtermcap" ;;
3017esac
252b5132 3018
59f7ec45
HPN
3019# A target can indicate whether a language isn't supported for some reason.
3020# Only spaces may be used in this macro; not newlines or tabs.
3021unsupported_languages=
3022
c6b750e1 3023# Remove more programs from consideration, based on the host or
a0da8069
NN
3024# target this usually means that a port of the program doesn't
3025# exist yet.
252b5132 3026
a0da8069 3027case "${host}" in
3516a403 3028 i[3456789]86-*-msdosdjgpp*)
6a608608 3029 noconfigdirs="$noconfigdirs tcl tk itcl"
a0da8069 3030 ;;
a0da8069 3031esac
252b5132 3032
4b1cb4fe 3033
89a1e9c3
PB
3034# Check whether --enable-libquadmath was given.
3035if test "${enable_libquadmath+set}" = set; then :
3036 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3037else
3038 ENABLE_LIBQUADMATH=yes
3039fi
3040
3041if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3042 noconfigdirs="$noconfigdirs target-libquadmath"
3043fi
3044
3045
3046# Check whether --enable-libquadmath-support was given.
3047if test "${enable_libquadmath_support+set}" = set; then :
3048 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3049else
3050 ENABLE_LIBQUADMATH_SUPPORT=yes
3051fi
3052
3053enable_libquadmath_support=
3054if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3055 enable_libquadmath_support=no
3056fi
3057
3058
81ecdfbb
RW
3059# Check whether --enable-libada was given.
3060if test "${enable_libada+set}" = set; then :
3061 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3062else
3063 ENABLE_LIBADA=yes
81ecdfbb
RW
3064fi
3065
a2592b1b 3066if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3067 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3068fi
3069
81ecdfbb
RW
3070# Check whether --enable-libssp was given.
3071if test "${enable_libssp+set}" = set; then :
3072 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3073else
3074 ENABLE_LIBSSP=yes
81ecdfbb
RW
3075fi
3076
5f128533 3077
f66a9a70
L
3078# Check whether --enable-libstdcxx was given.
3079if test "${enable_libstdcxx+set}" = set; then :
3080 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3081else
3082 ENABLE_LIBSTDCXX=default
3083fi
3084
3085if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3086 noconfigdirs="$noconfigdirs libstdc++-v3"
3087fi
3088
a0da8069
NN
3089# Save it here so that, even in case of --enable-libgcj, if the Java
3090# front-end isn't enabled, we still get libgcj disabled.
3091libgcj_saved=$libgcj
3092case $enable_libgcj in
3093yes)
3094 # If we reset it here, it won't get added to noconfigdirs in the
3095 # target-specific build rules, so it will be forcibly enabled
3096 # (unless the Java language itself isn't enabled).
3097 libgcj=
3098 ;;
3099no)
3100 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3101 # Don't disable libffi, though, other languages use it.
3102 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3103 # Clear libgcj_saved so that even if java is enabled libffi won't be
3104 # built.
3105 libgcj_saved=
a0da8069
NN
3106 ;;
3107esac
252b5132 3108
ffdd6afc
ILT
3109# Check whether --enable-static-libjava was given.
3110if test "${enable_static_libjava+set}" = set; then :
3111 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3112else
3113 ENABLE_STATIC_LIBJAVA=no
3114fi
3115
3116enable_static_libjava=
3117if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3118 enable_static_libjava=yes
3119fi
3120
3121if test x$enable_static_libjava != xyes ; then
3122 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3123fi
3124
4b1cb4fe 3125
a6df5a19
PB
3126# Disable libmudflap on some systems.
3127if test x$enable_libmudflap = x ; then
3e707e94 3128 case "${target}" in
29383458 3129 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3d6dfe0f 3130 # Enable libmudflap by default in GNU and friends.
3e707e94
PB
3131 ;;
3132 *-*-freebsd*)
3133 # Enable libmudflap by default in FreeBSD.
3134 ;;
3135 *)
3136 # Disable it by default everywhere else.
3137 noconfigdirs="$noconfigdirs target-libmudflap"
3138 ;;
3139 esac
a6df5a19 3140fi
4b1cb4fe 3141
a6df5a19
PB
3142# Disable libgomp on non POSIX hosted systems.
3143if test x$enable_libgomp = x ; then
b3ded179
PB
3144 # Enable libgomp by default on hosted POSIX systems.
3145 case "${target}" in
29383458 3146 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179 3147 ;;
5b806d27 3148 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
b3ded179 3149 ;;
2479f722 3150 *-*-solaris2* | *-*-hpux11*)
b3ded179
PB
3151 ;;
3152 *-*-darwin* | *-*-aix*)
3153 ;;
3154 *)
3155 noconfigdirs="$noconfigdirs target-libgomp"
3156 ;;
3157 esac
a6df5a19 3158fi
b3ded179 3159
7ec59b9e
L
3160# Disable libatomic on unsupported systems.
3161if test -d ${srcdir}/libatomic; then
3162 if test x$enable_libatomic = x; then
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3164$as_echo_n "checking for libatomic support... " >&6; }
3165 if (srcdir=${srcdir}/libatomic; \
3166 . ${srcdir}/configure.tgt; \
3167 test -n "$UNSUPPORTED")
3168 then
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3170$as_echo "no" >&6; }
3171 noconfigdirs="$noconfigdirs target-libatomic"
3172 else
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3174$as_echo "yes" >&6; }
3175 fi
3176 fi
3177fi
3178
d32e2926
RH
3179# Disable libitm on unsupported systems.
3180if test -d ${srcdir}/libitm; then
3181 if test x$enable_libitm = x; then
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3183$as_echo_n "checking for libitm support... " >&6; }
3184 if (srcdir=${srcdir}/libitm; \
3185 . ${srcdir}/configure.tgt; \
3186 test -n "$UNSUPPORTED")
3187 then
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3189$as_echo "no" >&6; }
3190 noconfigdirs="$noconfigdirs target-libitm"
3191 else
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3193$as_echo "yes" >&6; }
3194 fi
3195 fi
3196fi
3197
1488e230
DE
3198# Disable libquadmath for some systems.
3199case "${target}" in
3200 # libquadmath is unused on AIX and libquadmath build process use of
3201 # LD_LIBRARY_PATH can break AIX bootstrap.
3202 powerpc-*-aix* | rs6000-*-aix*)
3203 noconfigdirs="$noconfigdirs target-libquadmath"
3204 ;;
3205esac
3206
065a5627
JM
3207# Disable libssp for some systems.
3208case "${target}" in
3209 avr-*-*)
c5f5c3c2 3210 # No hosted I/O support.
065a5627
JM
3211 noconfigdirs="$noconfigdirs target-libssp"
3212 ;;
3213 powerpc-*-aix* | rs6000-*-aix*)
3214 noconfigdirs="$noconfigdirs target-libssp"
3215 ;;
99c513f6 3216 rl78-*-*)
202e2356
NC
3217 # libssp uses a misaligned load to trigger a fault, but the RL78
3218 # doesn't fault for those - instead, it gives a build-time error
3219 # for explicit misaligned loads.
99c513f6
DD
3220 noconfigdirs="$noconfigdirs target-libssp"
3221 ;;
065a5627
JM
3222esac
3223
8e71395b
L
3224# Disable libquadmath for some systems.
3225case "${target}" in
3226 avr-*-*)
3227 noconfigdirs="$noconfigdirs target-libquadmath"
3228 ;;
3229esac
3230
065a5627 3231# Disable libstdc++-v3 for some systems.
f66a9a70
L
3232# Allow user to override this if they pass --enable-libstdc++-v3
3233if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3234 case "${target}" in
3235 *-*-vxworks*)
3236 # VxWorks uses the Dinkumware C++ library.
3237 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3238 ;;
3239 arm*-wince-pe*)
3240 # the C++ libraries don't build on top of CE's C libraries
3241 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3242 ;;
3243 avr-*-*)
3244 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3245 ;;
3246 esac
3247fi
065a5627
JM
3248
3249# Disable Fortran for some systems.
3250case "${target}" in
3251 mmix-*-*)
3252 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3253 unsupported_languages="$unsupported_languages fortran"
3254 ;;
3255esac
3256
0827f9a6 3257# Disable Java if libffi is not supported.
9863d716 3258case "${target}" in
0827f9a6
JM
3259 alpha*-*-*)
3260 ;;
3261 arm*-*-*)
3262 ;;
3263 cris-*-*)
3264 ;;
3265 frv-*-*)
3266 ;;
3267 hppa*-*-linux*)
3268 ;;
3269 hppa*-*-hpux*)
3270 ;;
3271 i?86-*-*)
3272 ;;
3273 ia64*-*-*)
3274 ;;
3275 m32r*-*-*)
3276 ;;
3277 m68k-*-*)
3278 ;;
2479f722 3279 mips*-*-rtems*)
0827f9a6
JM
3280 ;;
3281 mips*-*-linux*)
3282 ;;
3283 powerpc*-*-linux*)
3284 ;;
3285 powerpc-*-darwin*)
3286 ;;
3287 powerpc-*-aix* | rs6000-*-aix*)
3288 ;;
3289 powerpc-*-freebsd*)
3290 ;;
3291 powerpc64-*-freebsd*)
3292 ;;
3293 powerpc*-*-rtems*)
9863d716 3294 ;;
0827f9a6
JM
3295 s390-*-* | s390x-*-*)
3296 ;;
3297 sh-*-* | sh[34]*-*-*)
3298 ;;
3299 sh64-*-* | sh5*-*-*)
3300 ;;
3301 sparc*-*-*)
3302 ;;
3303 x86_64-*-*)
3304 ;;
3305 *-*-*)
3306 unsupported_languages="$unsupported_languages java"
3307 ;;
3308esac
3309
3310# Disable Java, libgcj or related libraries for some systems.
3311case "${target}" in
9863d716
JM
3312 powerpc-*-darwin*)
3313 ;;
3314 i[3456789]86-*-darwin*)
3315 ;;
3316 x86_64-*-darwin[912]*)
3317 ;;
3318 *-*-darwin*)
3319 noconfigdirs="$noconfigdirs ${libgcj}"
3320 ;;
9863d716
JM
3321 *-*-netware*)
3322 noconfigdirs="$noconfigdirs ${libgcj}"
3323 ;;
3324 *-*-rtems*)
3325 noconfigdirs="$noconfigdirs ${libgcj}"
3326 ;;
3327 *-*-tpf*)
3328 noconfigdirs="$noconfigdirs ${libgcj}"
3329 ;;
3330 *-*-uclinux*)
3331 noconfigdirs="$noconfigdirs ${libgcj}"
3332 ;;
3333 *-*-vxworks*)
3334 noconfigdirs="$noconfigdirs ${libgcj}"
3335 ;;
9863d716
JM
3336 alpha*-*-*vms*)
3337 noconfigdirs="$noconfigdirs ${libgcj}"
3338 ;;
0827f9a6 3339 arm-wince-pe)
9863d716
JM
3340 noconfigdirs="$noconfigdirs ${libgcj}"
3341 ;;
9863d716
JM
3342 arm*-*-symbianelf*)
3343 noconfigdirs="$noconfigdirs ${libgcj}"
3344 ;;
9863d716 3345 bfin-*-*)
9863d716
JM
3346 noconfigdirs="$noconfigdirs target-boehm-gc"
3347 ;;
9863d716
JM
3348 cris-*-* | crisv32-*-*)
3349 unsupported_languages="$unsupported_languages java"
3350 case "${target}" in
3351 *-*-linux*)
3352 ;;
3353 *) # See PR46792 regarding target-libffi.
3354 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3355 esac
3356 ;;
9863d716
JM
3357 hppa*64*-*-linux*)
3358 # In this case, it's because the hppa64-linux target is for
3359 # the kernel only at this point and has no libc, and thus no
3360 # headers, crt*.o, etc., all of which are needed by these.
82ae827f 3361 unsupported_languages="$unsupported_languages java"
9863d716 3362 ;;
82ae827f 3363 hppa*64*-*-hpux*)
9863d716
JM
3364 noconfigdirs="$noconfigdirs ${libgcj}"
3365 ;;
3366 hppa*-hp-hpux11*)
3367 ;;
82ae827f 3368 hppa*-*-hpux*)
9863d716
JM
3369 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3370 # build on HP-UX 10.20.
3371 noconfigdirs="$noconfigdirs ${libgcj}"
3372 ;;
9863d716
JM
3373 ia64*-*-*vms*)
3374 noconfigdirs="$noconfigdirs ${libgcj}"
3375 ;;
9863d716
JM
3376 i[3456789]86-w64-mingw*)
3377 noconfigdirs="$noconfigdirs ${libgcj}"
3378 ;;
3379 i[3456789]86-*-mingw*)
3380 noconfigdirs="$noconfigdirs ${libgcj}"
3381 ;;
3382 x86_64-*-mingw*)
3383 noconfigdirs="$noconfigdirs ${libgcj}"
3384 ;;
9863d716
JM
3385 mmix-*-*)
3386 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
9863d716
JM
3387 ;;
3388 powerpc-*-aix*)
3389 # copied from rs6000-*-* entry
3390 noconfigdirs="$noconfigdirs ${libgcj}"
3391 ;;
9863d716
JM
3392 rs6000-*-aix*)
3393 noconfigdirs="$noconfigdirs ${libgcj}"
3394 ;;
9863d716
JM
3395 *-*-lynxos*)
3396 noconfigdirs="$noconfigdirs ${libgcj}"
3397 ;;
9863d716
JM
3398esac
3399
691bb5a1
DD
3400# Default libgloss CPU subdirectory.
3401libgloss_dir="$target_cpu"
4b1cb4fe 3402
ff46fb8f
JM
3403case "${target}" in
3404 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3405 libgloss_dir=wince
3406 ;;
3407 arm*-*-*)
3408 libgloss_dir=arm
3409 ;;
3410 cris-*-* | crisv32-*-*)
3411 libgloss_dir=cris
3412 ;;
3413 hppa*-*-*)
3414 libgloss_dir=pa
3415 ;;
3416 i[3456789]86-*-*)
3417 libgloss_dir=i386
3418 ;;
3419 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3420 libgloss_dir=m68hc11
3421 ;;
3422 m68*-*-* | fido-*-*)
3423 libgloss_dir=m68k
3424 ;;
3425 mips*-*-*)
3426 libgloss_dir=mips
3427 ;;
3428 powerpc*-*-*)
3429 libgloss_dir=rs6000
3430 ;;
3431 sparc*-*-*)
3432 libgloss_dir=sparc
3433 ;;
3434esac
3435
c7e4b184 3436# Disable newlib and libgloss for various target OSes.
a0da8069 3437case "${target}" in
c7e4b184
JM
3438 alpha*-dec-osf*)
3439 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3440 ;;
3441 i[3456789]86-*-linux*)
3442 # This section makes it possible to build newlib natively on linux.
3443 # If we are using a cross compiler then don't configure newlib.
3444 if test x${is_cross_compiler} != xno ; then
3445 noconfigdirs="$noconfigdirs target-newlib"
3446 fi
3447 noconfigdirs="$noconfigdirs target-libgloss"
3448 # If we are not using a cross compiler, do configure newlib.
3449 # Note however, that newlib will only be configured in this situation
3450 # if the --with-newlib option has been given, because otherwise
3451 # 'target-newlib' will appear in skipdirs.
3452 ;;
3453 i[3456789]86-*-rdos*)
3454 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3455 ;;
3456 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3457 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3458 ;;
3459 sparc-*-sunos4*)
3460 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3461 ;;
3462 *-*-aix*)
3463 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3464 ;;
3465 *-*-beos*)
3466 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3467 ;;
a0da8069 3468 *-*-chorusos)
b2f14e4a 3469 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3470 ;;
c7e4b184
JM
3471 *-*-dragonfly*)
3472 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3473 ;;
3474 *-*-freebsd*)
3475 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3476 ;;
3477 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3478 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3479 ;;
3480 *-*-lynxos*)
3481 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3482 ;;
3483 *-*-mingw*)
3484 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3485 ;;
3486 *-*-netbsd*)
3487 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3488 ;;
3489 *-*-netware*)
3490 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3491 ;;
3492 *-*-tpf*)
3493 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3494 ;;
3495 *-*-uclinux*)
3496 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3497 ;;
3498 *-*-vxworks*)
3499 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3500 ;;
3501esac
3502
3503case "${target}" in
3504 *-*-chorusos)
3505 ;;
24741ab2 3506 powerpc-*-darwin*)
9d39db92 3507 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3508 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3509 ;;
85bd1942
TG
3510 i[3456789]86-*-darwin*)
3511 noconfigdirs="$noconfigdirs ld gprof"
3512 noconfigdirs="$noconfigdirs sim target-rda"
3513 ;;
e8a5fa9c 3514 x86_64-*-darwin[912]*)
652dec25
TG
3515 noconfigdirs="$noconfigdirs ld gas gprof"
3516 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3517 ;;
04d1ab34 3518 *-*-darwin*)
d320aacb 3519 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3520 noconfigdirs="$noconfigdirs sim target-rda"
04d1ab34 3521 ;;
5b806d27 3522 *-*-dragonfly*)
5b806d27 3523 ;;
de0b4a87 3524 *-*-freebsd*)
4b1cb4fe
DD
3525 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3526 && test -f /usr/local/include/gmp.h; then
3527 with_gmp=/usr/local
3528 fi
4b1cb4fe 3529 ;;
f8a495c8
NC
3530 *-*-kaos*)
3531 # Remove unsupported stuff on all kaOS configurations.
f8a495c8
NC
3532 noconfigdirs="$noconfigdirs target-libgloss"
3533 ;;
a0da8069 3534 *-*-netbsd*)
a0da8069 3535 ;;
2a3124ca 3536 *-*-netware*)
a0da8069
NN
3537 ;;
3538 *-*-rtems*)
9863d716 3539 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3540 ;;
1587117a
EC
3541 # The tpf target doesn't support gdb yet.
3542 *-*-tpf*)
c7e4b184 3543 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
1587117a 3544 ;;
c1968181 3545 *-*-uclinux*)
c7e4b184 3546 noconfigdirs="$noconfigdirs target-rda"
c1968181 3547 ;;
a0da8069 3548 *-*-vxworks*)
a0da8069
NN
3549 ;;
3550 alpha*-dec-osf*)
3551 # ld works, but does not support shared libraries.
a0da8069 3552 # gas doesn't generate exception information.
c7e4b184 3553 noconfigdirs="$noconfigdirs gas ld"
a0da8069
NN
3554 ;;
3555 alpha*-*-*vms*)
9863d716 3556 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
a0da8069 3557 ;;
a0da8069
NN
3558 alpha*-*-*)
3559 # newlib is not 64 bit ready
9863d716 3560 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3561 ;;
a0da8069 3562 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
675c6968 3563 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069
NN
3564 ;;
3565 arc-*-*)
782cb41f 3566 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3567 ;;
a0da8069 3568 arm-*-pe*)
9863d716 3569 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3570 ;;
a0da8069 3571 arm-*-riscix*)
b2f14e4a 3572 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3573 ;;
8e71395b
L
3574 avr-*-rtems*)
3575 ;;
3576 avr-*-*)
3577 if test x${with_avrlibc} != xno; then
3578 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3579 fi
3580 ;;
a0da8069 3581 c4x-*-* | tic4x-*-*)
b2f14e4a 3582 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3583 ;;
b2f14e4a
JM
3584 tic54x-*-*)
3585 noconfigdirs="$noconfigdirs target-libgloss gdb"
a0da8069 3586 ;;
a0da8069 3587 d10v-*-*)
b2f14e4a 3588 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3589 ;;
3590 d30v-*-*)
b2f14e4a 3591 noconfigdirs="$noconfigdirs gdb"
a0da8069
NN
3592 ;;
3593 fr30-*-elf*)
9863d716 3594 noconfigdirs="$noconfigdirs gdb"
a0da8069 3595 ;;
20135e4c 3596 moxie-*-*)
20135e4c
NC
3597 noconfigdirs="$noconfigdirs gprof"
3598 ;;
a0da8069 3599 h8300*-*-*)
9863d716 3600 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3601 ;;
3602 h8500-*-*)
b2f14e4a 3603 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3604 ;;
caeba88f 3605 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3606 ;;
93cc359e 3607 hppa*64*-*-linux*)
a0da8069 3608 ;;
f0ff0f90 3609 hppa*-*-linux*)
5dcac624 3610 ;;
a0da8069 3611 hppa*-*-*elf* | \
a0da8069
NN
3612 hppa*-*-lites* | \
3613 hppa*-*-openbsd* | \
3614 hppa*64*-*-*)
4f0ef2d8
CD
3615 ;;
3616 hppa*-hp-hpux11*)
0377a422 3617 noconfigdirs="$noconfigdirs ld"
a0da8069 3618 ;;
691bb5a1 3619 hppa*-*-pro*)
691bb5a1 3620 ;;
a0da8069 3621 hppa*-*-*)
9863d716 3622 noconfigdirs="$noconfigdirs ld"
a0da8069 3623 ;;
b07c2aad 3624 i960-*-*)
b2f14e4a 3625 noconfigdirs="$noconfigdirs gdb"
b07c2aad 3626 ;;
a0da8069
NN
3627 ia64*-*-elf*)
3628 # No gdb support yet.
0377a422 3629 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
a0da8069
NN
3630 ;;
3631 ia64*-**-hpux*)
92c9a463 3632 # No ld support yet.
9863d716 3633 noconfigdirs="$noconfigdirs libgui itcl ld"
a0da8069 3634 ;;
19e99079 3635 ia64*-*-*vms*)
7ec59b9e
L
3636 # No ld support yet.
3637 noconfigdirs="$noconfigdirs libgui itcl ld"
19e99079 3638 ;;
1f53ca9a 3639 i[3456789]86-w64-mingw*)
1f53ca9a
AO
3640 ;;
3641 i[3456789]86-*-mingw*)
45055374 3642 target_configdirs="$target_configdirs target-winsup"
c6b750e1 3643 ;;
a0da8069
NN
3644 *-*-cygwin*)
3645 target_configdirs="$target_configdirs target-libtermcap target-winsup"
0377a422 3646 noconfigdirs="$noconfigdirs target-libgloss"
b76d7de0 3647 # always build newlib if winsup directory is present.
45055374 3648 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3649 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3650 elif test -d "$srcdir/newlib"; then
45055374 3651 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3652 fi
c6b750e1 3653 ;;
ec11bdc6 3654 i[3456789]86-*-pe)
782cb41f 3655 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3656 ;;
ec11bdc6 3657 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3658 # The linker does not yet know about weak symbols in COFF,
3659 # and is not configured to handle mixed ELF and COFF.
b2f14e4a 3660 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3661 ;;
ec11bdc6 3662 i[3456789]86-*-sco*)
b2f14e4a 3663 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3664 ;;
cff32a7c 3665 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
a0da8069
NN
3666 noconfigdirs="$noconfigdirs target-libgloss"
3667 ;;
ec11bdc6 3668 i[3456789]86-*-sysv4*)
b2f14e4a 3669 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3670 ;;
ec11bdc6 3671 i[3456789]86-*-beos*)
c7e4b184 3672 noconfigdirs="$noconfigdirs gdb"
bba45b8b 3673 ;;
b59bea8a 3674 i[3456789]86-*-rdos*)
c7e4b184 3675 noconfigdirs="$noconfigdirs gdb"
691bb5a1 3676 ;;
a0da8069 3677 mmix-*-*)
9863d716 3678 noconfigdirs="$noconfigdirs gdb"
a0da8069 3679 ;;
4970f871 3680 mt-*-*)
cdb9b172
AH
3681 noconfigdirs="$noconfigdirs sim"
3682 ;;
a0da8069
NN
3683 powerpc-*-aix*)
3684 # copied from rs6000-*-* entry
c7e4b184 3685 noconfigdirs="$noconfigdirs gprof"
a0da8069 3686 ;;
93cc359e 3687 powerpc*-*-winnt* | powerpc*-*-pe*)
a0da8069 3688 target_configdirs="$target_configdirs target-winsup"
b2f14e4a 3689 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
a0da8069
NN
3690 # always build newlib.
3691 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3692 ;;
3693 # This is temporary until we can link against shared libraries
3694 powerpcle-*-solaris*)
b2f14e4a 3695 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
a0da8069
NN
3696 ;;
3697 powerpc-*-beos*)
c7e4b184 3698 noconfigdirs="$noconfigdirs gdb"
a0da8069 3699 ;;
a0da8069 3700 rs6000-*-lynxos*)
c7e4b184 3701 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3702 ;;
3703 rs6000-*-aix*)
c7e4b184 3704 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3705 ;;
3706 rs6000-*-*)
9863d716 3707 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3708 ;;
3709 m68k-apollo-*)
b2f14e4a 3710 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
a0da8069 3711 ;;
25a07265 3712 microblaze*)
9863d716 3713 noconfigdirs="$noconfigdirs gprof"
25a07265 3714 ;;
d09bbf00 3715 mips*-sde-elf* | mips*-mti-elf*)
5bd8be13
RS
3716 if test x$with_newlib = xyes; then
3717 noconfigdirs="$noconfigdirs gprof"
3718 fi
5bd8be13 3719 ;;
a0da8069 3720 mips*-*-irix5*)
b2f14e4a 3721 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069
NN
3722 ;;
3723 mips*-*-irix6*)
9863d716 3724 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3725 ;;
a0da8069 3726 mips*-*-bsd*)
b2f14e4a 3727 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3728 ;;
a0da8069 3729 mips*-*-linux*)
a0da8069
NN
3730 ;;
3731 mips*-*-*)
9863d716 3732 noconfigdirs="$noconfigdirs gprof"
a0da8069 3733 ;;
dbf85af7 3734 sh-*-* | sh64-*-*)
e8a5fa9c
RW
3735 case "${target}" in
3736 sh*-*-elf)
9863d716 3737 ;;
e8a5fa9c 3738 *)
9863d716 3739 noconfigdirs="$noconfigdirs target-libgloss" ;;
e8a5fa9c 3740 esac
a0da8069 3741 ;;
a0da8069 3742 sparc-*-sunos4*)
c7e4b184 3743 if test x${is_cross_compiler} = xno ; then
a0da8069
NN
3744 use_gnu_ld=no
3745 fi
3746 ;;
619a3713 3747 tic6x-*-*)
40ae9136 3748 noconfigdirs="$noconfigdirs sim"
619a3713 3749 ;;
eb4b2452
NC
3750 tilepro-*-* | tilegx-*-*)
3751 noconfigdirs="$noconfigdirs sim"
3752 ;;
a0da8069 3753 v810-*-*)
b2f14e4a 3754 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
a0da8069
NN
3755 ;;
3756 vax-*-*)
9863d716 3757 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3758 ;;
a0da8069 3759esac
252b5132 3760
a0da8069
NN
3761# If we aren't building newlib, then don't build libgloss, since libgloss
3762# depends upon some newlib header files.
3763case "${noconfigdirs}" in
3764 *target-libgloss*) ;;
3765 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3766esac
3767
a0da8069 3768# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069
NN
3769host_makefile_frag=/dev/null
3770if test -d ${srcdir}/config ; then
3771case "${host}" in
ec11bdc6 3772 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3773 host_makefile_frag="config/mh-djgpp"
3774 ;;
3775 *-cygwin*)
e33b51a6 3776
81ecdfbb
RW
3777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3778$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3779echo a >cygwin-cat-check
1f53ca9a 3780if test `cat cygwin-cat-check` = a ; then
8ade07e9 3781 rm cygwin-cat-check
81ecdfbb
RW
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3783$as_echo "yes" >&6; }
e33b51a6 3784else
8ade07e9 3785 rm cygwin-cat-check
81ecdfbb
RW
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3787$as_echo "no" >&6; }
3788 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
3789 Please either mount the build directory in binary mode or run the following
3790 commands before running any configure script:
3791set -o igncr
3792export SHELLOPTS
81ecdfbb 3793 " "$LINENO" 5
e33b51a6 3794fi
e33b51a6 3795
a0da8069
NN
3796 host_makefile_frag="config/mh-cygwin"
3797 ;;
8a1599ab 3798 *-mingw*)
84e7906e 3799 host_makefile_frag="config/mh-mingw"
2d1e8239 3800 ;;
da888c87 3801 hppa*-hp-hpux10*)
da888c87 3802 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3803 ;;
3516a403 3804 hppa*-hp-hpux*)
da888c87
PB
3805 host_makefile_frag="config/mh-pa"
3806 ;;
3807 hppa*-*)
3808 host_makefile_frag="config/mh-pa"
3809 ;;
e552509b
ILT
3810 *-*-darwin*)
3811 host_makefile_frag="config/mh-darwin"
0df3d27f 3812 ;;
f6d183c0
PB
3813 powerpc-*-aix*)
3814 host_makefile_frag="config/mh-ppc-aix"
3815 ;;
3816 rs6000-*-aix*)
3817 host_makefile_frag="config/mh-ppc-aix"
3818 ;;
a0da8069
NN
3819esac
3820fi
3821
9e07f89d 3822if test "${build}" != "${host}" ; then
1576798e
PB
3823 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3824 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3825 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
3826 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3827 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3828 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 3829 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
3830 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3831 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3832 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3833 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3834 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3835 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3836else
3837 AR_FOR_BUILD="\$(AR)"
3838 AS_FOR_BUILD="\$(AS)"
512b7dfb 3839 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3840 CXX_FOR_BUILD="\$(CXX)"
3841 GCJ_FOR_BUILD="\$(GCJ)"
3842 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 3843 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
3844 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3845 LD_FOR_BUILD="\$(LD)"
3846 NM_FOR_BUILD="\$(NM)"
3847 RANLIB_FOR_BUILD="\$(RANLIB)"
3848 WINDRES_FOR_BUILD="\$(WINDRES)"
3849 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
3850fi
3851
3852ac_ext=c
c6b750e1
DJ
3853ac_cpp='$CPP $CPPFLAGS'
3854ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3855ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3856ac_compiler_gnu=$ac_cv_c_compiler_gnu
3857if test -n "$ac_tool_prefix"; then
3858 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3859set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3861$as_echo_n "checking for $ac_word... " >&6; }
3862if test "${ac_cv_prog_CC+set}" = set; then :
3863 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3864else
3865 if test -n "$CC"; then
3866 ac_cv_prog_CC="$CC" # Let the user override the test.
3867else
3868as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3869for as_dir in $PATH
3870do
3871 IFS=$as_save_IFS
3872 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3873 for ac_exec_ext in '' $ac_executable_extensions; do
3874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3875 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3877 break 2
3878 fi
3879done
81ecdfbb
RW
3880 done
3881IFS=$as_save_IFS
c6b750e1
DJ
3882
3883fi
3884fi
3885CC=$ac_cv_prog_CC
3886if test -n "$CC"; then
81ecdfbb
RW
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3888$as_echo "$CC" >&6; }
c6b750e1 3889else
81ecdfbb
RW
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3891$as_echo "no" >&6; }
c6b750e1
DJ
3892fi
3893
81ecdfbb 3894
c6b750e1
DJ
3895fi
3896if test -z "$ac_cv_prog_CC"; then
3897 ac_ct_CC=$CC
6a9cf61e 3898 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3899set dummy gcc; ac_word=$2
81ecdfbb
RW
3900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3901$as_echo_n "checking for $ac_word... " >&6; }
3902if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3903 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3904else
3905 if test -n "$ac_ct_CC"; then
3906 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3907else
3908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3909for as_dir in $PATH
3910do
3911 IFS=$as_save_IFS
3912 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3913 for ac_exec_ext in '' $ac_executable_extensions; do
3914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3915 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3917 break 2
3918 fi
3919done
81ecdfbb
RW
3920 done
3921IFS=$as_save_IFS
c6b750e1
DJ
3922
3923fi
3924fi
3925ac_ct_CC=$ac_cv_prog_ac_ct_CC
3926if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3928$as_echo "$ac_ct_CC" >&6; }
c6b750e1 3929else
81ecdfbb
RW
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3931$as_echo "no" >&6; }
c6b750e1
DJ
3932fi
3933
81ecdfbb
RW
3934 if test "x$ac_ct_CC" = x; then
3935 CC=""
3936 else
3937 case $cross_compiling:$ac_tool_warned in
3938yes:)
3939{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3940$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3941ac_tool_warned=yes ;;
3942esac
3943 CC=$ac_ct_CC
3944 fi
c6b750e1
DJ
3945else
3946 CC="$ac_cv_prog_CC"
3947fi
3948
3949if test -z "$CC"; then
81ecdfbb
RW
3950 if test -n "$ac_tool_prefix"; then
3951 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 3952set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3954$as_echo_n "checking for $ac_word... " >&6; }
3955if test "${ac_cv_prog_CC+set}" = set; then :
3956 $as_echo_n "(cached) " >&6
9e07f89d
NN
3957else
3958 if test -n "$CC"; then
3959 ac_cv_prog_CC="$CC" # Let the user override the test.
3960else
c6b750e1
DJ
3961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3962for as_dir in $PATH
3963do
3964 IFS=$as_save_IFS
3965 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3966 for ac_exec_ext in '' $ac_executable_extensions; do
3967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3968 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3970 break 2
3971 fi
3972done
81ecdfbb
RW
3973 done
3974IFS=$as_save_IFS
c6b750e1 3975
9e07f89d
NN
3976fi
3977fi
c6b750e1 3978CC=$ac_cv_prog_CC
9e07f89d 3979if test -n "$CC"; then
81ecdfbb
RW
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3981$as_echo "$CC" >&6; }
c6b750e1 3982else
81ecdfbb
RW
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3984$as_echo "no" >&6; }
c6b750e1
DJ
3985fi
3986
c6b750e1 3987
81ecdfbb 3988 fi
c6b750e1 3989fi
9e07f89d
NN
3990if test -z "$CC"; then
3991 # Extract the first word of "cc", so it can be a program name with args.
3992set dummy cc; ac_word=$2
81ecdfbb
RW
3993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3994$as_echo_n "checking for $ac_word... " >&6; }
3995if test "${ac_cv_prog_CC+set}" = set; then :
3996 $as_echo_n "(cached) " >&6
9e07f89d
NN
3997else
3998 if test -n "$CC"; then
3999 ac_cv_prog_CC="$CC" # Let the user override the test.
4000else
9e07f89d 4001 ac_prog_rejected=no
c6b750e1
DJ
4002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4003for as_dir in $PATH
4004do
4005 IFS=$as_save_IFS
4006 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4007 for ac_exec_ext in '' $ac_executable_extensions; do
4008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
4009 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4010 ac_prog_rejected=yes
4011 continue
4012 fi
4013 ac_cv_prog_CC="cc"
81ecdfbb 4014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4015 break 2
4016 fi
4017done
81ecdfbb
RW
4018 done
4019IFS=$as_save_IFS
c6b750e1 4020
9e07f89d
NN
4021if test $ac_prog_rejected = yes; then
4022 # We found a bogon in the path, so make sure we never use it.
4023 set dummy $ac_cv_prog_CC
4024 shift
c6b750e1 4025 if test $# != 0; then
9e07f89d
NN
4026 # We chose a different compiler from the bogus one.
4027 # However, it has the same basename, so the bogon will be chosen
4028 # first if we set CC to just the basename; use the full file name.
4029 shift
c6b750e1 4030 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
4031 fi
4032fi
4033fi
4034fi
c6b750e1 4035CC=$ac_cv_prog_CC
9e07f89d 4036if test -n "$CC"; then
81ecdfbb
RW
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4038$as_echo "$CC" >&6; }
9e07f89d 4039else
81ecdfbb
RW
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4041$as_echo "no" >&6; }
9e07f89d
NN
4042fi
4043
81ecdfbb 4044
c6b750e1
DJ
4045fi
4046if test -z "$CC"; then
4047 if test -n "$ac_tool_prefix"; then
81ecdfbb 4048 for ac_prog in cl.exe
c6b750e1
DJ
4049 do
4050 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4051set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4053$as_echo_n "checking for $ac_word... " >&6; }
4054if test "${ac_cv_prog_CC+set}" = set; then :
4055 $as_echo_n "(cached) " >&6
9e07f89d
NN
4056else
4057 if test -n "$CC"; then
4058 ac_cv_prog_CC="$CC" # Let the user override the test.
4059else
c6b750e1
DJ
4060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4061for as_dir in $PATH
4062do
4063 IFS=$as_save_IFS
4064 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4065 for ac_exec_ext in '' $ac_executable_extensions; do
4066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4067 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 4069 break 2
376a0e54 4070 fi
c6b750e1 4071done
81ecdfbb
RW
4072 done
4073IFS=$as_save_IFS
cac3d6c4 4074
c6b750e1
DJ
4075fi
4076fi
4077CC=$ac_cv_prog_CC
4078if test -n "$CC"; then
81ecdfbb
RW
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4080$as_echo "$CC" >&6; }
cac3d6c4 4081else
81ecdfbb
RW
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4083$as_echo "no" >&6; }
9e07f89d 4084fi
cac3d6c4 4085
81ecdfbb 4086
c6b750e1
DJ
4087 test -n "$CC" && break
4088 done
cac3d6c4 4089fi
c6b750e1
DJ
4090if test -z "$CC"; then
4091 ac_ct_CC=$CC
81ecdfbb 4092 for ac_prog in cl.exe
c6b750e1
DJ
4093do
4094 # Extract the first word of "$ac_prog", so it can be a program name with args.
4095set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4097$as_echo_n "checking for $ac_word... " >&6; }
4098if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4099 $as_echo_n "(cached) " >&6
cac3d6c4 4100else
c6b750e1
DJ
4101 if test -n "$ac_ct_CC"; then
4102 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 4103else
c6b750e1
DJ
4104as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4105for as_dir in $PATH
4106do
4107 IFS=$as_save_IFS
4108 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4109 for ac_exec_ext in '' $ac_executable_extensions; do
4110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4111 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4113 break 2
4114 fi
4115done
81ecdfbb
RW
4116 done
4117IFS=$as_save_IFS
c6b750e1 4118
cac3d6c4
CM
4119fi
4120fi
c6b750e1
DJ
4121ac_ct_CC=$ac_cv_prog_ac_ct_CC
4122if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4124$as_echo "$ac_ct_CC" >&6; }
9e07f89d 4125else
81ecdfbb
RW
4126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4127$as_echo "no" >&6; }
cac3d6c4 4128fi
376a0e54 4129
81ecdfbb 4130
c6b750e1
DJ
4131 test -n "$ac_ct_CC" && break
4132done
4133
81ecdfbb
RW
4134 if test "x$ac_ct_CC" = x; then
4135 CC=""
4136 else
4137 case $cross_compiling:$ac_tool_warned in
4138yes:)
4139{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4140$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4141ac_tool_warned=yes ;;
4142esac
4143 CC=$ac_ct_CC
4144 fi
c6b750e1
DJ
4145fi
4146
4147fi
4148
4149
81ecdfbb
RW
4150test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4151$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4152as_fn_error "no acceptable C compiler found in \$PATH
4153See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4154
4155# Provide some information about the compiler.
81ecdfbb
RW
4156$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4157set X $ac_compile
4158ac_compiler=$2
4159for ac_option in --version -v -V -qversion; do
4160 { { ac_try="$ac_compiler $ac_option >&5"
4161case "(($ac_try" in
4162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4163 *) ac_try_echo=$ac_try;;
4164esac
4165eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4166$as_echo "$ac_try_echo"; } >&5
4167 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 4168 ac_status=$?
81ecdfbb
RW
4169 if test -s conftest.err; then
4170 sed '10a\
4171... rest of stderr output deleted ...
4172 10q' conftest.err >conftest.er1
4173 cat conftest.er1 >&5
4174 rm -f conftest.er1 conftest.err
4175 fi
4176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4177 test $ac_status = 0; }
4178done
c6b750e1 4179
81ecdfbb 4180cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4181/* end confdefs.h. */
4182
4183int
4184main ()
4185{
4186
4187 ;
4188 return 0;
4189}
4190_ACEOF
4191ac_clean_files_save=$ac_clean_files
81ecdfbb 4192ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
4193# Try to create an executable without -o first, disregard a.out.
4194# It will help us diagnose broken compilers, and finding out an intuition
4195# of exeext.
81ecdfbb
RW
4196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4197$as_echo_n "checking for C compiler default output file name... " >&6; }
4198ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4199
4200# The possible output files:
4201ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4202
4203ac_rmfiles=
4204for ac_file in $ac_files
4205do
4206 case $ac_file in
4207 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4208 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4209 esac
4210done
4211rm -f $ac_rmfiles
4212
4213if { { ac_try="$ac_link_default"
4214case "(($ac_try" in
4215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4216 *) ac_try_echo=$ac_try;;
4217esac
4218eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4219$as_echo "$ac_try_echo"; } >&5
4220 (eval "$ac_link_default") 2>&5
c6b750e1 4221 ac_status=$?
81ecdfbb
RW
4222 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4223 test $ac_status = 0; }; then :
4224 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4225# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4226# in a Makefile. We should not override ac_cv_exeext if it was cached,
4227# so that the user can short-circuit this test for compilers unknown to
4228# Autoconf.
4229for ac_file in $ac_files ''
c6b750e1
DJ
4230do
4231 test -f "$ac_file" || continue
4232 case $ac_file in
81ecdfbb 4233 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4234 ;;
4235 [ab].out )
4236 # We found the default executable, but exeext='' is most
4237 # certainly right.
4238 break;;
4239 *.* )
81ecdfbb
RW
4240 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4241 then :; else
4242 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4243 fi
4244 # We set ac_cv_exeext here because the later test for it is not
4245 # safe: cross compilers may not add the suffix if given an `-o'
4246 # argument, so we may need to know it at that point already.
4247 # Even if this section looks crufty: it has the advantage of
4248 # actually working.
c6b750e1
DJ
4249 break;;
4250 * )
4251 break;;
4252 esac
4253done
81ecdfbb
RW
4254test "$ac_cv_exeext" = no && ac_cv_exeext=
4255
c6b750e1 4256else
81ecdfbb
RW
4257 ac_file=''
4258fi
4259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4260$as_echo "$ac_file" >&6; }
4261if test -z "$ac_file"; then :
4262 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4263sed 's/^/| /' conftest.$ac_ext >&5
4264
81ecdfbb
RW
4265{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4266$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4267{ as_fn_set_status 77
4268as_fn_error "C compiler cannot create executables
4269See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4270fi
c6b750e1 4271ac_exeext=$ac_cv_exeext
c6b750e1 4272
81ecdfbb 4273# Check that the compiler produces executables we can run. If not, either
c6b750e1 4274# the compiler is broken, or we cross compile.
81ecdfbb
RW
4275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4276$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4277# If not cross compiling, check that we can run a simple program.
4278if test "$cross_compiling" != yes; then
4279 if { ac_try='./$ac_file'
81ecdfbb
RW
4280 { { case "(($ac_try" in
4281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4282 *) ac_try_echo=$ac_try;;
4283esac
4284eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4285$as_echo "$ac_try_echo"; } >&5
4286 (eval "$ac_try") 2>&5
c6b750e1 4287 ac_status=$?
81ecdfbb
RW
4288 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4289 test $ac_status = 0; }; }; then
c6b750e1
DJ
4290 cross_compiling=no
4291 else
4292 if test "$cross_compiling" = maybe; then
4293 cross_compiling=yes
4294 else
81ecdfbb
RW
4295 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4296$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4297as_fn_error "cannot run C compiled programs.
c6b750e1 4298If you meant to cross compile, use \`--host'.
81ecdfbb 4299See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4300 fi
4301 fi
4302fi
81ecdfbb
RW
4303{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4304$as_echo "yes" >&6; }
c6b750e1 4305
81ecdfbb 4306rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4307ac_clean_files=$ac_clean_files_save
81ecdfbb 4308# Check that the compiler produces executables we can run. If not, either
c6b750e1 4309# the compiler is broken, or we cross compile.
81ecdfbb
RW
4310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4311$as_echo_n "checking whether we are cross compiling... " >&6; }
4312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4313$as_echo "$cross_compiling" >&6; }
4314
4315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4316$as_echo_n "checking for suffix of executables... " >&6; }
4317if { { ac_try="$ac_link"
4318case "(($ac_try" in
4319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4320 *) ac_try_echo=$ac_try;;
4321esac
4322eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4323$as_echo "$ac_try_echo"; } >&5
4324 (eval "$ac_link") 2>&5
c6b750e1 4325 ac_status=$?
81ecdfbb
RW
4326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4327 test $ac_status = 0; }; then :
c6b750e1
DJ
4328 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4329# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4330# work properly (i.e., refer to `conftest.exe'), while it won't with
4331# `rm'.
4332for ac_file in conftest.exe conftest conftest.*; do
4333 test -f "$ac_file" || continue
4334 case $ac_file in
81ecdfbb 4335 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4336 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4337 break;;
4338 * ) break;;
4339 esac
4340done
4341else
81ecdfbb
RW
4342 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4343$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4344as_fn_error "cannot compute suffix of executables: cannot compile and link
4345See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4346fi
c6b750e1 4347rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4349$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4350
4351rm -f conftest.$ac_ext
4352EXEEXT=$ac_cv_exeext
4353ac_exeext=$EXEEXT
81ecdfbb
RW
4354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4355$as_echo_n "checking for suffix of object files... " >&6; }
4356if test "${ac_cv_objext+set}" = set; then :
4357 $as_echo_n "(cached) " >&6
c6b750e1 4358else
81ecdfbb 4359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4360/* end confdefs.h. */
4361
4362int
4363main ()
4364{
4365
4366 ;
4367 return 0;
4368}
4369_ACEOF
4370rm -f conftest.o conftest.obj
81ecdfbb
RW
4371if { { ac_try="$ac_compile"
4372case "(($ac_try" in
4373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4374 *) ac_try_echo=$ac_try;;
4375esac
4376eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4377$as_echo "$ac_try_echo"; } >&5
4378 (eval "$ac_compile") 2>&5
c6b750e1 4379 ac_status=$?
81ecdfbb
RW
4380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4381 test $ac_status = 0; }; then :
4382 for ac_file in conftest.o conftest.obj conftest.*; do
4383 test -f "$ac_file" || continue;
c6b750e1 4384 case $ac_file in
81ecdfbb 4385 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4386 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4387 break;;
4388 esac
4389done
cac3d6c4 4390else
81ecdfbb 4391 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4392sed 's/^/| /' conftest.$ac_ext >&5
4393
81ecdfbb
RW
4394{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4395$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4396as_fn_error "cannot compute suffix of object files: cannot compile
4397See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4398fi
c6b750e1
DJ
4399rm -f conftest.$ac_cv_objext conftest.$ac_ext
4400fi
81ecdfbb
RW
4401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4402$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4403OBJEXT=$ac_cv_objext
4404ac_objext=$OBJEXT
81ecdfbb
RW
4405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4406$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4407if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4408 $as_echo_n "(cached) " >&6
c6b750e1 4409else
81ecdfbb 4410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4411/* end confdefs.h. */
4412
4413int
4414main ()
4415{
4416#ifndef __GNUC__
4417 choke me
4418#endif
4419
4420 ;
4421 return 0;
4422}
4423_ACEOF
81ecdfbb 4424if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4425 ac_compiler_gnu=yes
4426else
81ecdfbb 4427 ac_compiler_gnu=no
c6b750e1 4428fi
81ecdfbb 4429rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4430ac_cv_c_compiler_gnu=$ac_compiler_gnu
4431
4432fi
81ecdfbb
RW
4433{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4434$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4435if test $ac_compiler_gnu = yes; then
4436 GCC=yes
4437else
4438 GCC=
4439fi
c6b750e1
DJ
4440ac_test_CFLAGS=${CFLAGS+set}
4441ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4443$as_echo_n "checking whether $CC accepts -g... " >&6; }
4444if test "${ac_cv_prog_cc_g+set}" = set; then :
4445 $as_echo_n "(cached) " >&6
4446else
4447 ac_save_c_werror_flag=$ac_c_werror_flag
4448 ac_c_werror_flag=yes
4449 ac_cv_prog_cc_g=no
4450 CFLAGS="-g"
4451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4452/* end confdefs.h. */
4453
4454int
4455main ()
4456{
4457
4458 ;
4459 return 0;
4460}
4461_ACEOF
81ecdfbb 4462if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4463 ac_cv_prog_cc_g=yes
4464else
81ecdfbb
RW
4465 CFLAGS=""
4466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4467/* end confdefs.h. */
4468
4469int
4470main ()
4471{
4472
4473 ;
4474 return 0;
4475}
4476_ACEOF
4477if ac_fn_c_try_compile "$LINENO"; then :
4478
4479else
4480 ac_c_werror_flag=$ac_save_c_werror_flag
4481 CFLAGS="-g"
4482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4483/* end confdefs.h. */
cac3d6c4 4484
81ecdfbb
RW
4485int
4486main ()
4487{
4488
4489 ;
4490 return 0;
4491}
4492_ACEOF
4493if ac_fn_c_try_compile "$LINENO"; then :
4494 ac_cv_prog_cc_g=yes
4495fi
4496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4497fi
81ecdfbb 4498rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4499fi
81ecdfbb
RW
4500rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4501 ac_c_werror_flag=$ac_save_c_werror_flag
4502fi
4503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4504$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4505if test "$ac_test_CFLAGS" = set; then
c6b750e1 4506 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4507elif test $ac_cv_prog_cc_g = yes; then
4508 if test "$GCC" = yes; then
4509 CFLAGS="-g -O2"
4510 else
4511 CFLAGS="-g"
4512 fi
4513else
4514 if test "$GCC" = yes; then
4515 CFLAGS="-O2"
4516 else
4517 CFLAGS=
4518 fi
4519fi
81ecdfbb
RW
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4521$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4522if test "${ac_cv_prog_cc_c89+set}" = set; then :
4523 $as_echo_n "(cached) " >&6
c6b750e1 4524else
81ecdfbb 4525 ac_cv_prog_cc_c89=no
c6b750e1 4526ac_save_CC=$CC
81ecdfbb 4527cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4528/* end confdefs.h. */
4529#include <stdarg.h>
4530#include <stdio.h>
4531#include <sys/types.h>
4532#include <sys/stat.h>
4533/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4534struct buf { int x; };
4535FILE * (*rcsopen) (struct buf *, struct stat *, int);
4536static char *e (p, i)
4537 char **p;
4538 int i;
4539{
4540 return p[i];
4541}
4542static char *f (char * (*g) (char **, int), char **p, ...)
4543{
4544 char *s;
4545 va_list v;
4546 va_start (v,p);
4547 s = g (p, va_arg (v,int));
4548 va_end (v);
4549 return s;
4550}
4551
4552/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4553 function prototypes and stuff, but not '\xHH' hex character constants.
4554 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4555 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4556 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4557 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4558 that's true only with -std. */
c6b750e1
DJ
4559int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4560
81ecdfbb
RW
4561/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4562 inside strings and character constants. */
4563#define FOO(x) 'x'
4564int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4565
c6b750e1
DJ
4566int test (int i, double x);
4567struct s1 {int (*f) (int a);};
4568struct s2 {int (*f) (double a);};
4569int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4570int argc;
4571char **argv;
4572int
4573main ()
4574{
4575return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4576 ;
4577 return 0;
4578}
4579_ACEOF
81ecdfbb
RW
4580for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4581 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4582do
4583 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4584 if ac_fn_c_try_compile "$LINENO"; then :
4585 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4586fi
81ecdfbb
RW
4587rm -f core conftest.err conftest.$ac_objext
4588 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4589done
81ecdfbb 4590rm -f conftest.$ac_ext
c6b750e1
DJ
4591CC=$ac_save_CC
4592
4593fi
81ecdfbb
RW
4594# AC_CACHE_VAL
4595case "x$ac_cv_prog_cc_c89" in
4596 x)
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4598$as_echo "none needed" >&6; } ;;
4599 xno)
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4601$as_echo "unsupported" >&6; } ;;
c6b750e1 4602 *)
81ecdfbb
RW
4603 CC="$CC $ac_cv_prog_cc_c89"
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4605$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4606esac
81ecdfbb 4607if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4608
c6b750e1
DJ
4609fi
4610
c6b750e1
DJ
4611ac_ext=c
4612ac_cpp='$CPP $CPPFLAGS'
4613ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4614ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4615ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4616
81ecdfbb 4617ac_ext=cpp
18f6b6ee
PB
4618ac_cpp='$CXXCPP $CPPFLAGS'
4619ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4620ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4621ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4622if test -z "$CXX"; then
4623 if test -n "$CCC"; then
4624 CXX=$CCC
4625 else
4626 if test -n "$ac_tool_prefix"; then
4627 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4628 do
4629 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4630set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4632$as_echo_n "checking for $ac_word... " >&6; }
4633if test "${ac_cv_prog_CXX+set}" = set; then :
4634 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4635else
4636 if test -n "$CXX"; then
4637 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4638else
4639as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4640for as_dir in $PATH
4641do
4642 IFS=$as_save_IFS
4643 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4644 for ac_exec_ext in '' $ac_executable_extensions; do
4645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4646 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4648 break 2
4649 fi
4650done
81ecdfbb
RW
4651 done
4652IFS=$as_save_IFS
512b7dfb 4653
18f6b6ee
PB
4654fi
4655fi
4656CXX=$ac_cv_prog_CXX
4657if test -n "$CXX"; then
81ecdfbb
RW
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4659$as_echo "$CXX" >&6; }
18f6b6ee 4660else
81ecdfbb
RW
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4662$as_echo "no" >&6; }
18f6b6ee
PB
4663fi
4664
81ecdfbb 4665
18f6b6ee
PB
4666 test -n "$CXX" && break
4667 done
4668fi
4669if test -z "$CXX"; then
4670 ac_ct_CXX=$CXX
81ecdfbb 4671 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4672do
4673 # Extract the first word of "$ac_prog", so it can be a program name with args.
4674set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4676$as_echo_n "checking for $ac_word... " >&6; }
4677if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4678 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4679else
4680 if test -n "$ac_ct_CXX"; then
4681 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4682else
4683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4684for as_dir in $PATH
4685do
4686 IFS=$as_save_IFS
4687 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4688 for ac_exec_ext in '' $ac_executable_extensions; do
4689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4690 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4692 break 2
512b7dfb 4693 fi
18f6b6ee 4694done
81ecdfbb
RW
4695 done
4696IFS=$as_save_IFS
512b7dfb 4697
18f6b6ee
PB
4698fi
4699fi
4700ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4701if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4703$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4704else
81ecdfbb
RW
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4706$as_echo "no" >&6; }
18f6b6ee
PB
4707fi
4708
81ecdfbb 4709
18f6b6ee
PB
4710 test -n "$ac_ct_CXX" && break
4711done
18f6b6ee 4712
81ecdfbb
RW
4713 if test "x$ac_ct_CXX" = x; then
4714 CXX="g++"
4715 else
4716 case $cross_compiling:$ac_tool_warned in
4717yes:)
4718{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4719$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4720ac_tool_warned=yes ;;
4721esac
4722 CXX=$ac_ct_CXX
4723 fi
18f6b6ee
PB
4724fi
4725
81ecdfbb
RW
4726 fi
4727fi
18f6b6ee 4728# Provide some information about the compiler.
81ecdfbb
RW
4729$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4730set X $ac_compile
4731ac_compiler=$2
4732for ac_option in --version -v -V -qversion; do
4733 { { ac_try="$ac_compiler $ac_option >&5"
4734case "(($ac_try" in
4735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4736 *) ac_try_echo=$ac_try;;
4737esac
4738eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4739$as_echo "$ac_try_echo"; } >&5
4740 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4741 ac_status=$?
81ecdfbb
RW
4742 if test -s conftest.err; then
4743 sed '10a\
4744... rest of stderr output deleted ...
4745 10q' conftest.err >conftest.er1
4746 cat conftest.er1 >&5
4747 rm -f conftest.er1 conftest.err
4748 fi
4749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4750 test $ac_status = 0; }
4751done
18f6b6ee 4752
81ecdfbb
RW
4753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4754$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4755if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4756 $as_echo_n "(cached) " >&6
18f6b6ee 4757else
81ecdfbb 4758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4759/* end confdefs.h. */
4760
4761int
4762main ()
4763{
4764#ifndef __GNUC__
4765 choke me
4766#endif
4767
4768 ;
4769 return 0;
4770}
4771_ACEOF
81ecdfbb 4772if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4773 ac_compiler_gnu=yes
4774else
81ecdfbb 4775 ac_compiler_gnu=no
18f6b6ee 4776fi
81ecdfbb 4777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4778ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4779
4780fi
81ecdfbb
RW
4781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4782$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4783if test $ac_compiler_gnu = yes; then
4784 GXX=yes
4785else
4786 GXX=
4787fi
18f6b6ee
PB
4788ac_test_CXXFLAGS=${CXXFLAGS+set}
4789ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
4790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4791$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4792if test "${ac_cv_prog_cxx_g+set}" = set; then :
4793 $as_echo_n "(cached) " >&6
4794else
4795 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4796 ac_cxx_werror_flag=yes
4797 ac_cv_prog_cxx_g=no
4798 CXXFLAGS="-g"
4799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4800/* end confdefs.h. */
4801
4802int
4803main ()
4804{
4805
4806 ;
4807 return 0;
4808}
4809_ACEOF
81ecdfbb 4810if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4811 ac_cv_prog_cxx_g=yes
4812else
81ecdfbb
RW
4813 CXXFLAGS=""
4814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4815/* end confdefs.h. */
81ecdfbb 4816
18f6b6ee
PB
4817int
4818main ()
4819{
81ecdfbb 4820
18f6b6ee
PB
4821 ;
4822 return 0;
4823}
4824_ACEOF
81ecdfbb 4825if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4826
81ecdfbb
RW
4827else
4828 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4829 CXXFLAGS="-g"
4830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4831/* end confdefs.h. */
81ecdfbb 4832
18f6b6ee
PB
4833int
4834main ()
4835{
81ecdfbb 4836
18f6b6ee
PB
4837 ;
4838 return 0;
4839}
4840_ACEOF
81ecdfbb
RW
4841if ac_fn_cxx_try_compile "$LINENO"; then :
4842 ac_cv_prog_cxx_g=yes
18f6b6ee 4843fi
81ecdfbb
RW
4844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4845fi
4846rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4847fi
4848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4849 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4850fi
4851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4852$as_echo "$ac_cv_prog_cxx_g" >&6; }
4853if test "$ac_test_CXXFLAGS" = set; then
4854 CXXFLAGS=$ac_save_CXXFLAGS
4855elif test $ac_cv_prog_cxx_g = yes; then
4856 if test "$GXX" = yes; then
4857 CXXFLAGS="-g -O2"
4858 else
4859 CXXFLAGS="-g"
4860 fi
4861else
4862 if test "$GXX" = yes; then
4863 CXXFLAGS="-O2"
4864 else
4865 CXXFLAGS=
4866 fi
18f6b6ee 4867fi
18f6b6ee
PB
4868ac_ext=c
4869ac_cpp='$CPP $CPPFLAGS'
4870ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4871ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4872ac_compiler_gnu=$ac_cv_c_compiler_gnu
4873
4874
4875# We must set the default linker to the linker used by gcc for the correct
4876# operation of libtool. If LD is not defined and we are using gcc, try to
4877# set the LD default to the ld used by gcc.
4878if test -z "$LD"; then
4879 if test "$GCC" = yes; then
4880 case $build in
4881 *-*-mingw*)
4882 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4883 *)
4884 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4885 esac
4886 case $gcc_prog_ld in
4887 # Accept absolute paths.
4888 [\\/]* | [A-Za-z]:[\\/]*)
4889 LD="$gcc_prog_ld" ;;
4890 esac
4891 fi
512b7dfb
PB
4892fi
4893
b3676d82
EB
4894# Check whether -static-libstdc++ -static-libgcc is supported.
4895have_static_libs=no
4896if test "$GCC" = yes; then
4897 saved_LDFLAGS="$LDFLAGS"
4898
4899 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4901$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4902 ac_ext=cpp
4903ac_cpp='$CXXCPP $CPPFLAGS'
4904ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4905ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4906ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4907
4908
4909cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4910/* end confdefs.h. */
a882be68
EB
4911
4912#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4913#error -static-libstdc++ not implemented
4914#endif
b3676d82
EB
4915int main() {}
4916_ACEOF
4917if ac_fn_cxx_try_link "$LINENO"; then :
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4919$as_echo "yes" >&6; }; have_static_libs=yes
4920else
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4922$as_echo "no" >&6; }
4923fi
4924rm -f core conftest.err conftest.$ac_objext \
4925 conftest$ac_exeext conftest.$ac_ext
4926 ac_ext=c
4927ac_cpp='$CPP $CPPFLAGS'
4928ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4929ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4930ac_compiler_gnu=$ac_cv_c_compiler_gnu
4931
4932
4933 LDFLAGS="$saved_LDFLAGS"
4934fi
4935
512b7dfb
PB
4936
4937
4938
c6b750e1 4939if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4940 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4941set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
4942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4943$as_echo_n "checking for $ac_word... " >&6; }
4944if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4945 $as_echo_n "(cached) " >&6
9e07f89d 4946else
512b7dfb
PB
4947 if test -n "$GNATBIND"; then
4948 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 4949else
c6b750e1
DJ
4950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4951for as_dir in $PATH
4952do
4953 IFS=$as_save_IFS
4954 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4955 for ac_exec_ext in '' $ac_executable_extensions; do
4956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4957 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 4958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4959 break 2
4960 fi
4961done
81ecdfbb
RW
4962 done
4963IFS=$as_save_IFS
c6b750e1 4964
9e07f89d
NN
4965fi
4966fi
512b7dfb
PB
4967GNATBIND=$ac_cv_prog_GNATBIND
4968if test -n "$GNATBIND"; then
81ecdfbb
RW
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4970$as_echo "$GNATBIND" >&6; }
9e07f89d 4971else
81ecdfbb
RW
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4973$as_echo "no" >&6; }
9e07f89d
NN
4974fi
4975
81ecdfbb 4976
c6b750e1 4977fi
512b7dfb
PB
4978if test -z "$ac_cv_prog_GNATBIND"; then
4979 ac_ct_GNATBIND=$GNATBIND
4980 # Extract the first word of "gnatbind", so it can be a program name with args.
4981set dummy gnatbind; ac_word=$2
81ecdfbb
RW
4982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4983$as_echo_n "checking for $ac_word... " >&6; }
4984if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4985 $as_echo_n "(cached) " >&6
9e07f89d 4986else
512b7dfb
PB
4987 if test -n "$ac_ct_GNATBIND"; then
4988 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 4989else
c6b750e1
DJ
4990as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4991for as_dir in $PATH
4992do
4993 IFS=$as_save_IFS
4994 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4995 for ac_exec_ext in '' $ac_executable_extensions; do
4996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4997 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 4998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4999 break 2
5000 fi
5001done
81ecdfbb
RW
5002 done
5003IFS=$as_save_IFS
c6b750e1 5004
9e07f89d
NN
5005fi
5006fi
512b7dfb
PB
5007ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5008if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5010$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 5011else
81ecdfbb
RW
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013$as_echo "no" >&6; }
9e07f89d
NN
5014fi
5015
81ecdfbb
RW
5016 if test "x$ac_ct_GNATBIND" = x; then
5017 GNATBIND="no"
5018 else
5019 case $cross_compiling:$ac_tool_warned in
5020yes:)
5021{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5022$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5023ac_tool_warned=yes ;;
5024esac
5025 GNATBIND=$ac_ct_GNATBIND
5026 fi
24ff9987 5027else
512b7dfb 5028 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
5029fi
5030
7df2cd5d 5031if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5032 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5033set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
5034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5035$as_echo_n "checking for $ac_word... " >&6; }
5036if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5037 $as_echo_n "(cached) " >&6
7df2cd5d 5038else
512b7dfb
PB
5039 if test -n "$GNATMAKE"; then
5040 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5041else
5042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043for as_dir in $PATH
5044do
5045 IFS=$as_save_IFS
5046 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5047 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5049 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 5050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5051 break 2
5052 fi
5053done
81ecdfbb
RW
5054 done
5055IFS=$as_save_IFS
7df2cd5d
PB
5056
5057fi
5058fi
512b7dfb
PB
5059GNATMAKE=$ac_cv_prog_GNATMAKE
5060if test -n "$GNATMAKE"; then
81ecdfbb
RW
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5062$as_echo "$GNATMAKE" >&6; }
7df2cd5d 5063else
81ecdfbb
RW
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5065$as_echo "no" >&6; }
7df2cd5d
PB
5066fi
5067
81ecdfbb 5068
7df2cd5d 5069fi
512b7dfb
PB
5070if test -z "$ac_cv_prog_GNATMAKE"; then
5071 ac_ct_GNATMAKE=$GNATMAKE
5072 # Extract the first word of "gnatmake", so it can be a program name with args.
5073set dummy gnatmake; ac_word=$2
81ecdfbb
RW
5074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5075$as_echo_n "checking for $ac_word... " >&6; }
5076if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5077 $as_echo_n "(cached) " >&6
7df2cd5d 5078else
512b7dfb
PB
5079 if test -n "$ac_ct_GNATMAKE"; then
5080 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5081else
5082as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083for as_dir in $PATH
5084do
5085 IFS=$as_save_IFS
5086 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5087 for ac_exec_ext in '' $ac_executable_extensions; do
5088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5089 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 5090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5091 break 2
5092 fi
5093done
81ecdfbb
RW
5094 done
5095IFS=$as_save_IFS
7df2cd5d 5096
7df2cd5d
PB
5097fi
5098fi
512b7dfb
PB
5099ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5100if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5102$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 5103else
81ecdfbb
RW
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5105$as_echo "no" >&6; }
7df2cd5d
PB
5106fi
5107
81ecdfbb
RW
5108 if test "x$ac_ct_GNATMAKE" = x; then
5109 GNATMAKE="no"
5110 else
5111 case $cross_compiling:$ac_tool_warned in
5112yes:)
5113{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5114$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5115ac_tool_warned=yes ;;
5116esac
5117 GNATMAKE=$ac_ct_GNATMAKE
5118 fi
7df2cd5d 5119else
512b7dfb 5120 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
5121fi
5122
81ecdfbb
RW
5123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5124$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5125if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5126 $as_echo_n "(cached) " >&6
9e07f89d
NN
5127else
5128 cat >conftest.adb <<EOF
5129procedure conftest is begin null; end conftest;
5130EOF
5131acx_cv_cc_gcc_supports_ada=no
5132# There is a bug in old released versions of GCC which causes the
5133# driver to exit successfully when the appropriate language module
5134# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5135# Therefore we must check for the error message as well as an
5136# unsuccessful exit.
b8908782
DD
5137# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5138# given a .adb file, but produce no object file. So we must check
5139# if an object file was really produced to guard against this.
9e07f89d 5140errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 5141if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 5142 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
5143fi
5144rm -f conftest.*
5145fi
81ecdfbb
RW
5146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5147$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 5148
64b986c0 5149if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
5150 have_gnat=yes
5151else
5152 have_gnat=no
5153fi
5154
81ecdfbb
RW
5155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5156$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5157if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5158 $as_echo_n "(cached) " >&6
b8908782
DD
5159else
5160 echo abfoo >t1
5161 echo cdfoo >t2
5162 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
5163 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5164 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5165 :
5166 else
5167 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5168 fi
5169 fi
b8908782
DD
5170 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5171 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 5172 :
b8908782
DD
5173 else
5174 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5175 fi
5176 fi
5177 rm t1 t2
5178
5179fi
81ecdfbb
RW
5180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5181$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
5182do_compare="$gcc_cv_prog_cmp_skip"
5183
5184
9e07f89d 5185
ffdd6afc
ILT
5186# Check whether --enable-bootstrap was given.
5187if test "${enable_bootstrap+set}" = set; then :
5188 enableval=$enable_bootstrap;
5189else
5190 enable_bootstrap=default
5191fi
5192
5193
5194# Issue errors and warnings for invalid/strange bootstrap combinations.
5195if test -r $srcdir/gcc/configure; then
5196 have_compiler=yes
5197else
5198 have_compiler=no
5199fi
5200
5201case "$have_compiler:$host:$target:$enable_bootstrap" in
5202 *:*:*:no) ;;
5203
5204 # Default behavior. Enable bootstrap if we have a compiler
5205 # and we are in a native configuration.
5206 yes:$build:$build:default)
5207 enable_bootstrap=yes ;;
5208
5209 *:*:*:default)
5210 enable_bootstrap=no ;;
5211
5212 # We have a compiler and we are in a native configuration, bootstrap is ok
5213 yes:$build:$build:yes)
5214 ;;
5215
5216 # Other configurations, but we have a compiler. Assume the user knows
5217 # what he's doing.
5218 yes:*:*:yes)
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5220$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5221 ;;
5222
5223 # No compiler: if they passed --enable-bootstrap explicitly, fail
5224 no:*:*:yes)
5225 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5226
5227 # Fail if wrong command line
5228 *)
5229 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5230 ;;
5231esac
5232
d5f2ee2e
KG
5233# Used for setting $lt_cv_objdir
5234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5235$as_echo_n "checking for objdir... " >&6; }
5236if test "${lt_cv_objdir+set}" = set; then :
5237 $as_echo_n "(cached) " >&6
5238else
5239 rm -f .libs 2>/dev/null
5240mkdir .libs 2>/dev/null
5241if test -d .libs; then
5242 lt_cv_objdir=.libs
5243else
5244 # MS-DOS does not allow filenames that begin with a dot.
5245 lt_cv_objdir=_libs
5246fi
5247rmdir .libs 2>/dev/null
5248fi
5249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5250$as_echo "$lt_cv_objdir" >&6; }
5251objdir=$lt_cv_objdir
5252
5253
5254
5255
5256
5257cat >>confdefs.h <<_ACEOF
5258#define LT_OBJDIR "$lt_cv_objdir/"
5259_ACEOF
5260
5261
5262
e8a5fa9c 5263# Check for GMP, MPFR and MPC
d9b76ff9 5264gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5265gmpinc=
4b900473 5266have_gmp=no
e8a5fa9c
RW
5267
5268# Specify a location for mpc
5269# check for this first so it ends up on the link line before mpfr.
5270
81ecdfbb
RW
5271# Check whether --with-mpc was given.
5272if test "${with_mpc+set}" = set; then :
5273 withval=$with_mpc;
5274fi
e8a5fa9c 5275
e8a5fa9c 5276
e552509b 5277# Check whether --with-mpc-include was given.
81ecdfbb
RW
5278if test "${with_mpc_include+set}" = set; then :
5279 withval=$with_mpc_include;
5280fi
e8a5fa9c 5281
e8a5fa9c 5282
e552509b 5283# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5284if test "${with_mpc_lib+set}" = set; then :
5285 withval=$with_mpc_lib;
5286fi
e8a5fa9c 5287
e8a5fa9c
RW
5288
5289if test "x$with_mpc" != x; then
d9b76ff9
KG
5290 gmplibs="-L$with_mpc/lib $gmplibs"
5291 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5292fi
5293if test "x$with_mpc_include" != x; then
d9b76ff9 5294 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5295fi
5296if test "x$with_mpc_lib" != x; then
d9b76ff9 5297 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5298fi
5299if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5300 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5301 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5302 # Do not test the mpc version. Assume that it is sufficient, since
5303 # it is in the source tree, and the library has not been built yet
5304 # but it would be included on the link line in the version check below
5305 # hence making the test fail.
d9b76ff9 5306 have_gmp=yes
e8a5fa9c 5307fi
4b900473 5308
11b04d1f
DD
5309# Specify a location for mpfr
5310# check for this first so it ends up on the link line before gmp.
c6b750e1 5311
81ecdfbb
RW
5312# Check whether --with-mpfr-dir was given.
5313if test "${with_mpfr_dir+set}" = set; then :
5314 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5315Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5316fi
5317
11b04d1f
DD
5318
5319
81ecdfbb
RW
5320# Check whether --with-mpfr was given.
5321if test "${with_mpfr+set}" = set; then :
5322 withval=$with_mpfr;
5323fi
c6b750e1 5324
11b04d1f 5325
e552509b 5326# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5327if test "${with_mpfr_include+set}" = set; then :
5328 withval=$with_mpfr_include;
5329fi
c6b750e1 5330
8a0d8a5c 5331
e552509b 5332# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5333if test "${with_mpfr_lib+set}" = set; then :
5334 withval=$with_mpfr_lib;
5335fi
8a0d8a5c 5336
11b04d1f
DD
5337
5338if test "x$with_mpfr" != x; then
5339 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5340 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5341fi
8a0d8a5c 5342if test "x$with_mpfr_include" != x; then
d9b76ff9 5343 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5344fi
5345if test "x$with_mpfr_lib" != x; then
5346 gmplibs="-L$with_mpfr_lib $gmplibs"
5347fi
4b900473 5348if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
58b1dd21
NC
5349 # MPFR v3.1.0 moved the sources into a src sub-directory.
5350 if test -d ${srcdir}/mpfr/src; then
5351 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5352 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5353 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5354 else
5355 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5356 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5357 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5358 fi
4b900473
PB
5359 # Do not test the mpfr version. Assume that it is sufficient, since
5360 # it is in the source tree, and the library has not been built yet
5361 # but it would be included on the link line in the version check below
5362 # hence making the test fail.
5363 have_gmp=yes
5364fi
11b04d1f 5365
4b1cb4fe 5366# Specify a location for gmp
c6b750e1 5367
81ecdfbb
RW
5368# Check whether --with-gmp-dir was given.
5369if test "${with_gmp_dir+set}" = set; then :
5370 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5371Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5372fi
5373
4b1cb4fe
DD
5374
5375
81ecdfbb
RW
5376# Check whether --with-gmp was given.
5377if test "${with_gmp+set}" = set; then :
5378 withval=$with_gmp;
5379fi
c6b750e1 5380
4b1cb4fe 5381
e552509b 5382# Check whether --with-gmp-include was given.
81ecdfbb
RW
5383if test "${with_gmp_include+set}" = set; then :
5384 withval=$with_gmp_include;
5385fi
c6b750e1 5386
8a0d8a5c 5387
e552509b 5388# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5389if test "${with_gmp_lib+set}" = set; then :
5390 withval=$with_gmp_lib;
5391fi
8a0d8a5c
PB
5392
5393
4b1cb4fe 5394
11b04d1f
DD
5395if test "x$with_gmp" != x; then
5396 gmplibs="-L$with_gmp/lib $gmplibs"
5397 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5398fi
8a0d8a5c
PB
5399if test "x$with_gmp_include" != x; then
5400 gmpinc="-I$with_gmp_include $gmpinc"
5401fi
5402if test "x$with_gmp_lib" != x; then
5403 gmplibs="-L$with_gmp_lib $gmplibs"
5404fi
4b900473 5405if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5406 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5407 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5408 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5409 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7ec59b9e 5410 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
4b900473
PB
5411 # Do not test the gmp version. Assume that it is sufficient, since
5412 # it is in the source tree, and the library has not been built yet
5413 # but it would be included on the link line in the version check below
5414 # hence making the test fail.
5415 have_gmp=yes
5416fi
4b1cb4fe 5417
ceb92e78 5418if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5419 have_gmp=yes
5420 saved_CFLAGS="$CFLAGS"
5421 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5422 # Check for the recommended and required versions of GMP.
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5424$as_echo_n "checking for the correct version of gmp.h... " >&6; }
a009f2e7
RW
5425
5426cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5427/* end confdefs.h. */
5428#include "gmp.h"
5429int
5430main ()
5431{
5432
5433 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5434 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
8e71395b 5435 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
a6b5846e
KG
5436 choke me
5437 #endif
5438
5439 ;
5440 return 0;
5441}
5442_ACEOF
5443if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5445/* end confdefs.h. */
a6b5846e 5446#include <gmp.h>
c6b750e1
DJ
5447int
5448main ()
5449{
4b1cb4fe 5450
a6b5846e
KG
5451 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5452 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5453 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5454 choke me
5455 #endif
c6b750e1
DJ
5456
5457 ;
5458 return 0;
5459}
5460_ACEOF
81ecdfbb
RW
5461if ac_fn_c_try_compile "$LINENO"; then :
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5463$as_echo "yes" >&6; }
a6b5846e
KG
5464else
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5466$as_echo "buggy but acceptable" >&6; }
5467fi
5468rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5469else
81ecdfbb
RW
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5471$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5472fi
81ecdfbb 5473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5474
e8a5fa9c 5475 # If we have GMP, check the MPFR version.
4b900473 5476 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5477 # Check for the recommended and required versions of MPFR.
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5479$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5481/* end confdefs.h. */
9b134994 5482#include <gmp.h>
4b900473 5483 #include <mpfr.h>
c6b750e1
DJ
5484int
5485main ()
5486{
9b134994 5487
7ec59b9e 5488 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
4b900473
PB
5489 choke me
5490 #endif
c6b750e1
DJ
5491
5492 ;
5493 return 0;
5494}
5495_ACEOF
81ecdfbb
RW
5496if ac_fn_c_try_compile "$LINENO"; then :
5497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5498/* end confdefs.h. */
4b1cb4fe 5499#include <gmp.h>
4b900473 5500 #include <mpfr.h>
c6b750e1
DJ
5501int
5502main ()
5503{
9dbaa842 5504
a6b5846e 5505 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5506 choke me
5507 #endif
e8a5fa9c
RW
5508
5509 ;
5510 return 0;
5511}
5512_ACEOF
81ecdfbb
RW
5513if ac_fn_c_try_compile "$LINENO"; then :
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5515$as_echo "yes" >&6; }
e8a5fa9c 5516else
81ecdfbb
RW
5517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5518$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5519fi
81ecdfbb 5520rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5521else
81ecdfbb
RW
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5523$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5524fi
81ecdfbb 5525rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5526 fi
5527
5528 # Check for the MPC header version.
d9b76ff9 5529 if test x"$have_gmp" = xyes ; then
a6b5846e 5530 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5532$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5534/* end confdefs.h. */
5535#include <mpc.h>
5536int
5537main ()
5538{
5539
a6b5846e
KG
5540 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5541 choke me
5542 #endif
5543
5544 ;
5545 return 0;
5546}
5547_ACEOF
5548if ac_fn_c_try_compile "$LINENO"; then :
5549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5550/* end confdefs.h. */
5551#include <mpc.h>
5552int
5553main ()
5554{
5555
5556 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5557 choke me
5558 #endif
5559
5560 ;
5561 return 0;
5562}
5563_ACEOF
81ecdfbb
RW
5564if ac_fn_c_try_compile "$LINENO"; then :
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5566$as_echo "yes" >&6; }
a6b5846e
KG
5567else
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5569$as_echo "buggy but acceptable" >&6; }
5570fi
5571rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5572else
81ecdfbb 5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5574$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5575fi
81ecdfbb 5576rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5577 fi
5578
5579 # Now check the MPFR library.
5580 if test x"$have_gmp" = xyes; then
5581 saved_LIBS="$LIBS"
5582 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5584$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5586/* end confdefs.h. */
d9b76ff9 5587#include <mpc.h>
e8a5fa9c
RW
5588int
5589main ()
5590{
5591
5592 mpfr_t n;
5593 mpfr_t x;
d9b76ff9 5594 mpc_t c;
e8a5fa9c
RW
5595 int t;
5596 mpfr_init (n);
5597 mpfr_init (x);
5598 mpfr_atan2 (n, n, x, GMP_RNDN);
5599 mpfr_erfc (n, x, GMP_RNDN);
5600 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5601 mpfr_clear(n);
5602 mpfr_clear(x);
5603 mpc_init2 (c, 53);
5604 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5605 mpc_cosh (c, c, MPC_RNDNN);
5606 mpc_pow (c, c, c, MPC_RNDNN);
5607 mpc_acosh (c, c, MPC_RNDNN);
5608 mpc_clear (c);
c6b750e1
DJ
5609
5610 ;
5611 return 0;
5612}
5613_ACEOF
81ecdfbb
RW
5614if ac_fn_c_try_link "$LINENO"; then :
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5616$as_echo "yes" >&6; }
c6b750e1 5617else
81ecdfbb
RW
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5619$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5620fi
81ecdfbb
RW
5621rm -f core conftest.err conftest.$ac_objext \
5622 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5623 LIBS="$saved_LIBS"
5624 fi
5625
4b900473 5626 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5627
a6b5846e
KG
5628# The library versions listed in the error message below should match
5629# the HARD-minimums enforced above.
4b900473 5630 if test x$have_gmp != xyes; then
7ec59b9e 5631 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
d9b76ff9
KG
5632Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5633their locations. Source code for these libraries can be found at
5634their respective hosting sites as well as at
5635ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5636http://gcc.gnu.org/install/prerequisites.html for additional info. If
5637you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5638make sure that you have installed both the libraries and the header
5639files. They may be located in separate packages." "$LINENO" 5
4b900473 5640 fi
9dbaa842
DD
5641fi
5642
e8a5fa9c
RW
5643# Flags needed for both GMP, MPFR and/or MPC.
5644
5645
5646
4b1cb4fe
DD
5647
5648
5649
7ec59b9e 5650
29383458
JM
5651# Allow host libstdc++ to be specified for static linking with PPL.
5652
81ecdfbb
RW
5653# Check whether --with-host-libstdcxx was given.
5654if test "${with_host_libstdcxx+set}" = set; then :
5655 withval=$with_host_libstdcxx;
5656fi
29383458 5657
29383458
JM
5658
5659case $with_host_libstdcxx in
5660 no|yes)
81ecdfbb 5661 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5662 ;;
5663esac
e28c595f 5664
b3676d82 5665# Libraries to use for stage1 or when not bootstrapping.
e8a5fa9c 5666
b3676d82
EB
5667# Check whether --with-stage1-libs was given.
5668if test "${with_stage1_libs+set}" = set; then :
5669 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5670 stage1_libs=
e8a5fa9c 5671 else
b3676d82 5672 stage1_libs=$withval
e8a5fa9c
RW
5673 fi
5674else
b3676d82 5675 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5676fi
5677
e8a5fa9c
RW
5678
5679
b3676d82 5680# Linker flags to use for stage1 or when not bootstrapping.
e8a5fa9c 5681
b3676d82
EB
5682# Check whether --with-stage1-ldflags was given.
5683if test "${with_stage1_ldflags+set}" = set; then :
5684 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5685 stage1_ldflags=
e8a5fa9c 5686 else
b3676d82 5687 stage1_ldflags=$withval
e8a5fa9c
RW
5688 fi
5689else
b3676d82
EB
5690 stage1_ldflags=
5691 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5692 # if supported. But if the user explicitly specified the libraries to use,
5693 # trust that they are doing what they want.
5694 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5695 stage1_ldflags="-static-libstdc++ -static-libgcc"
5696 fi
81ecdfbb
RW
5697fi
5698
e8a5fa9c
RW
5699
5700
e8a5fa9c
RW
5701# Libraries to use for stage2 and later builds. This defaults to the
5702# argument passed to --with-host-libstdcxx.
5703
81ecdfbb
RW
5704# Check whether --with-boot-libs was given.
5705if test "${with_boot_libs+set}" = set; then :
5706 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5707 poststage1_libs=
5708 else
5709 poststage1_libs=$withval
5710 fi
5711else
5712 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5713fi
5714
e8a5fa9c
RW
5715
5716
143754cd
NC
5717# Linker flags to use for stage2 and later builds.
5718
5719# Check whether --with-boot-ldflags was given.
5720if test "${with_boot_ldflags+set}" = set; then :
5721 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5722 poststage1_ldflags=
5723 else
5724 poststage1_ldflags=$withval
5725 fi
5726else
5727 poststage1_ldflags=
4f11b223
ILT
5728 # In stages 2 and 3, default to linking libstdc++ and libgcc
5729 # statically. But if the user explicitly specified the libraries to
5730 # use, trust that they are doing what they want.
5731 if test "$poststage1_libs" = ""; then
143754cd
NC
5732 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5733 fi
5734fi
5735
5736
5737
8e71395b
L
5738# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5739# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5740# config/isl.m4
5741
5742
5743# Check whether --with-cloog was given.
5744if test "${with_cloog+set}" = set; then :
5745 withval=$with_cloog;
5746fi
e28c595f
JM
5747
5748
7ec59b9e
L
5749# Check whether --with-isl was given.
5750if test "${with_isl+set}" = set; then :
5751 withval=$with_isl;
81ecdfbb 5752fi
e28c595f 5753
e28c595f 5754
8e71395b
L
5755# Treat either --without-cloog or --without-isl as a request to disable
5756# GRAPHITE support and skip all following checks.
5757if test "x$with_isl" != "xno" &&
5758 test "x$with_cloog" != "xno"; then
5759 # Check for ISL
5760
5761
7ec59b9e
L
5762# Check whether --with-isl-include was given.
5763if test "${with_isl_include+set}" = set; then :
5764 withval=$with_isl_include;
81ecdfbb
RW
5765fi
5766
e28c595f 5767
7ec59b9e
L
5768# Check whether --with-isl-lib was given.
5769if test "${with_isl_lib+set}" = set; then :
5770 withval=$with_isl_lib;
81ecdfbb 5771fi
e28c595f 5772
e28c595f 5773
7ec59b9e
L
5774 # Check whether --enable-isl-version-check was given.
5775if test "${enable_isl_version_check+set}" = set; then :
5776 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5777else
5778 ENABLE_ISL_CHECK=yes
b123da99
SP
5779fi
5780
5781
7ec59b9e
L
5782 # Initialize isllibs and islinc.
5783 case $with_isl in
5784 no)
5785 isllibs=
5786 islinc=
5787 ;;
5788 "" | yes)
5789 ;;
5790 *)
5791 isllibs="-L$with_isl/lib"
5792 islinc="-I$with_isl/include"
5793 ;;
5794 esac
5795 if test "x${with_isl_include}" != x ; then
5796 islinc="-I$with_isl_include"
5797 fi
5798 if test "x${with_isl_lib}" != x; then
5799 isllibs="-L$with_isl_lib"
5800 fi
5801 if test "x${islinc}" = x && test "x${isllibs}" = x \
5802 && test -d ${srcdir}/isl; then
5803 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5804 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5805 ENABLE_ISL_CHECK=no
5806 fi
b123da99 5807
b123da99 5808
e28c595f 5809
7ec59b9e
L
5810 if test "${ENABLE_ISL_CHECK}" = yes ; then
5811 _isl_saved_CFLAGS=$CFLAGS
5812 _isl_saved_LDFLAGS=$LDFLAGS
5813 _isl_saved_LIBS=$LIBS
5814
5815 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5816 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5817 LIBS="${_isl_saved_LIBS} -lisl"
5818 echo $CFLAGS
5819
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5821$as_echo_n "checking for version 0.10 of ISL... " >&6; }
5822if test "${gcc_cv_isl+set}" = set; then :
b123da99
SP
5823 $as_echo_n "(cached) " >&6
5824else
7ec59b9e
L
5825 if test "$cross_compiling" = yes; then :
5826 gcc_cv_isl=yes
5827else
5828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b123da99 5829/* end confdefs.h. */
7ec59b9e
L
5830#include <isl/version.h>
5831 #include <string.h>
b123da99
SP
5832int
5833main ()
5834{
7ec59b9e
L
5835if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5836 return 1;
5837
b123da99
SP
5838 ;
5839 return 0;
5840}
5841_ACEOF
7ec59b9e
L
5842if ac_fn_c_try_run "$LINENO"; then :
5843 gcc_cv_isl=yes
e28c595f 5844else
7ec59b9e 5845 gcc_cv_isl=no
b123da99 5846fi
7ec59b9e
L
5847rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5848 conftest.$ac_objext conftest.beam conftest.$ac_ext
b123da99 5849fi
7ec59b9e 5850
81ecdfbb 5851fi
7ec59b9e
L
5852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5853$as_echo "$gcc_cv_isl" >&6; }
81ecdfbb 5854
7ec59b9e
L
5855 CFLAGS=$_isl_saved_CFLAGS
5856 LDFLAGS=$_isl_saved_LDFLAGS
5857 LIBS=$_isl_saved_LIBS
b123da99 5858 fi
e28c595f 5859
b123da99 5860
e28c595f 5861
e28c595f 5862
7ec59b9e
L
5863
5864
7ec59b9e
L
5865 if test "x${with_isl}" = xno; then
5866 graphite_requested=no
5867 elif test "x${with_isl}" != x \
5868 || test "x${with_isl_include}" != x \
5869 || test "x${with_isl_lib}" != x ; then
5870 graphite_requested=yes
5871 else
5872 graphite_requested=no
b123da99 5873 fi
e28c595f 5874
e28c595f
JM
5875
5876
7ec59b9e
L
5877 if test "${gcc_cv_isl}" = no ; then
5878 isllibs=
5879 islinc=
5880 fi
e28c595f 5881
7ec59b9e
L
5882 if test "${graphite_requested}" = yes \
5883 && test "x${isllibs}" = x \
5884 && test "x${islinc}" = x ; then
e28c595f 5885
7ec59b9e
L
5886 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5887 fi
e552509b 5888
e28c595f
JM
5889
5890
8e71395b
L
5891 if test "x$gcc_cv_isl" != "xno"; then
5892 # Check for CLOOG
81ecdfbb 5893
e28c595f 5894
e552509b 5895# Check whether --with-cloog-include was given.
81ecdfbb
RW
5896if test "${with_cloog_include+set}" = set; then :
5897 withval=$with_cloog_include;
5898fi
e28c595f 5899
e28c595f 5900
e552509b 5901# Check whether --with-cloog-lib was given.
81ecdfbb
RW
5902if test "${with_cloog_lib+set}" = set; then :
5903 withval=$with_cloog_lib;
5904fi
e28c595f 5905
e28c595f 5906
e552509b
ILT
5907 # Check whether --enable-cloog-version-check was given.
5908if test "${enable_cloog_version_check+set}" = set; then :
5909 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5910else
5911 ENABLE_CLOOG_CHECK=yes
5912fi
5913
5914
5915 # Initialize clooglibs and clooginc.
5916 case $with_cloog in
5917 no)
5918 clooglibs=
5919 clooginc=
5920 ;;
5921 "" | yes)
5922 ;;
5923 *)
5924 clooglibs="-L$with_cloog/lib"
5925 clooginc="-I$with_cloog/include"
5926 ;;
5927 esac
5928 if test "x${with_cloog_include}" != x ; then
5929 clooginc="-I$with_cloog_include"
5930 fi
5931 if test "x${with_cloog_lib}" != x; then
5932 clooglibs="-L$with_cloog_lib"
5933 fi
7ec59b9e
L
5934 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
5935 && test -d ${srcdir}/cloog; then
5936 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5937 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
8d8eef9a
RW
5938 fi
5939
7ec59b9e 5940 clooginc="-DCLOOG_INT_GMP ${clooginc}"
8e71395b 5941 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
e28c595f 5942
e552509b
ILT
5943
5944
5945
5946
5947 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5948 _cloog_saved_CFLAGS=$CFLAGS
5949 _cloog_saved_LDFLAGS=$LDFLAGS
5950
7ec59b9e
L
5951 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
5952 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
e552509b 5953
7ec59b9e
L
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
5955$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
5956if test "${gcc_cv_cloog+set}" = set; then :
e552509b
ILT
5957 $as_echo_n "(cached) " >&6
5958else
5959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5960/* end confdefs.h. */
7ec59b9e 5961#include "cloog/version.h"
e552509b
ILT
5962int
5963main ()
5964{
5965#if CLOOG_VERSION_MAJOR != 0 \
7ec59b9e
L
5966 || CLOOG_VERSION_MINOR != 17 \
5967 || CLOOG_VERSION_REVISION < 0
e552509b
ILT
5968 choke me
5969 #endif
5970 ;
5971 return 0;
5972}
5973_ACEOF
5974if ac_fn_c_try_compile "$LINENO"; then :
7ec59b9e 5975 gcc_cv_cloog=yes
e552509b 5976else
7ec59b9e 5977 gcc_cv_cloog=no
e552509b
ILT
5978fi
5979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5980fi
7ec59b9e
L
5981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
5982$as_echo "$gcc_cv_cloog" >&6; }
e552509b
ILT
5983
5984 CFLAGS=$_cloog_saved_CFLAGS
5985 LDFLAGS=$_cloog_saved_LDFLAGS
5986 fi
5987
5988
5989
e28c595f 5990
e28c595f
JM
5991
5992
5993
8d8eef9a
RW
5994 if test "x${with_cloog}" = xno; then
5995 graphite_requested=no
5996 elif test "x${with_cloog}" != x \
e552509b
ILT
5997 || test "x${with_cloog_include}" != x \
5998 || test "x${with_cloog_lib}" != x ; then
5999 graphite_requested=yes
6000 else
6001 graphite_requested=no
6002 fi
6003
6004
6005
7ec59b9e 6006 if test "${gcc_cv_cloog}" = no ; then
e552509b
ILT
6007 clooglibs=
6008 clooginc=
6009 fi
6010
6011 if test "${graphite_requested}" = yes \
6012 && test "x${clooglibs}" = x \
6013 && test "x${clooginc}" = x ; then
6014
8e71395b 6015 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
e552509b
ILT
6016 fi
6017
6018
8e71395b 6019 fi
e552509b
ILT
6020fi
6021
7ec59b9e
L
6022# If either the ISL or the CLooG check failed, disable builds of in-tree
6023# variants of both
8e71395b
L
6024if test "x$with_isl" = xno ||
6025 test "x$with_cloog" = xno ||
6026 test "x$gcc_cv_cloog" = xno ||
6027 test "x$gcc_cv_isl" = xno; then
7ec59b9e 6028 noconfigdirs="$noconfigdirs cloog isl"
8e71395b
L
6029 islinc=
6030 clooginc=
6031 clooglibs=
7ec59b9e
L
6032fi
6033
8e71395b
L
6034
6035
6036
6037
6038
700d40ca
ILT
6039# Check for LTO support.
6040# Check whether --enable-lto was given.
6041if test "${enable_lto+set}" = set; then :
6042 enableval=$enable_lto; enable_lto=$enableval
6043else
6044 enable_lto=yes; default_enable_lto=yes
6045fi
6046
6047
143754cd 6048
e49e5c92
DK
6049
6050
6051target_elf=no
6052case $target in
6053 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
090bc50f 6054 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
a009f2e7 6055 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
e49e5c92
DK
6056 target_elf=no
6057 ;;
6058 *)
6059 target_elf=yes
6060 ;;
6061esac
6062
6063if test $target_elf = yes; then :
74cea91b
DK
6064 # ELF platforms build the lto-plugin always.
6065 build_lto_plugin=yes
e49e5c92 6066
e49e5c92
DK
6067else
6068 if test x"$default_enable_lto" = x"yes" ; then
29821356 6069 case $target in
899b04ef 6070 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
74cea91b 6071 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6072 *) enable_lto=no ;;
6073 esac
e49e5c92 6074 else
29821356
RW
6075 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6076 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
6077 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6078 # warn during gcc/ subconfigure; unless you're bootstrapping with
6079 # -flto it won't be needed until after installation anyway.
6080 case $target in
a8eb3f0a 6081 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
6082 *) if test x"$enable_lto" = x"yes"; then
6083 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6084 fi
6085 ;;
6086 esac
6087 fi
a8eb3f0a 6088 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6089 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6090 case $target in
74cea91b 6091 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6092 *) ;;
6093 esac
74cea91b 6094
e49e5c92
DK
6095fi
6096
700d40ca 6097
e28c595f 6098
7ec59b9e 6099# By default, C and C++ are the only stage 1 languages.
9b134994 6100stage1_languages=,c,
1d39f329 6101
e8a5fa9c 6102# Target libraries that we bootstrap.
2aa2364a 6103bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6104
9e07f89d
NN
6105# Figure out what language subdirectories are present.
6106# Look if the user specified --enable-languages="..."; if not, use
6107# the environment variable $LANGUAGES if defined. $LANGUAGES might
6108# go away some day.
6109# NB: embedded tabs in this IF block -- do not untabify
6110if test -d ${srcdir}/gcc; then
6111 if test x"${enable_languages+set}" != xset; then
6112 if test x"${LANGUAGES+set}" = xset; then
6113 enable_languages="${LANGUAGES}"
6114 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6115 else
6116 enable_languages=all
6117 fi
6118 else
6119 if test x"${enable_languages}" = x ||
6120 test x"${enable_languages}" = xyes;
6121 then
6122 echo configure.in: --enable-languages needs at least one language argument 1>&2
6123 exit 1
6124 fi
6125 fi
6126 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6127
096f7d00
DE
6128 # 'f95' is the old name for the 'fortran' language. We issue a warning
6129 # and make the substitution.
6130 case ,${enable_languages}, in
6131 *,f95,*)
6132 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6133 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6134 ;;
6135 esac
6136
7ec59b9e
L
6137 # If bootstrapping, C++ must be enabled.
6138 case ",$enable_languages,:$enable_bootstrap" in
6139 *,c++,*:*) ;;
6140 *:yes)
ffdd6afc
ILT
6141 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6142 enable_languages="${enable_languages},c++"
6143 else
7ec59b9e 6144 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ffdd6afc
ILT
6145 fi
6146 ;;
6147 esac
6148
9e07f89d
NN
6149 # First scan to see if an enabled language requires some other language.
6150 # We assume that a given config-lang.in will list all the language
6151 # front ends it requires, even if some are required indirectly.
6152 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6153 case ${lang_frag} in
6154 ..) ;;
6155 # The odd quoting in the next line works around
6156 # an apparent bug in bash 1.12 on linux.
6157 ${srcdir}/gcc/[*]/config-lang.in) ;;
6158 *)
e552509b
ILT
6159 # From the config-lang.in, get $language, $lang_requires, and
6160 # $lang_requires_boot_languages.
9e07f89d
NN
6161 language=
6162 lang_requires=
e552509b 6163 lang_requires_boot_languages=
9e07f89d 6164 . ${lang_frag}
e552509b 6165 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6166 case ,${enable_languages}, in
6167 *,$other,*) ;;
6168 *,all,*) ;;
6169 *,$language,*)
6170 echo " \`$other' language required by \`$language'; enabling" 1>&2
6171 enable_languages="${enable_languages},${other}"
6172 ;;
6173 esac
6174 done
e552509b
ILT
6175 for other in ${lang_requires_boot_languages} ; do
6176 if test "$other" != "c"; then
6177 case ,${enable_stage1_languages}, in
6178 *,$other,*) ;;
6179 *,all,*) ;;
6180 *)
6181 case ,${enable_languages}, in
6182 *,$language,*)
6183 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6184 enable_stage1_languages="$enable_stage1_languages,${other}"
6185 ;;
6186 esac
6187 ;;
6188 esac
6189 fi
6190 done
9e07f89d
NN
6191 ;;
6192 esac
6193 done
6194
9b134994 6195 new_enable_languages=,c,
700d40ca
ILT
6196
6197 # If LTO is enabled, add the LTO front end.
6198 extra_host_libiberty_configure_flags=
6199 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6200 case ,${enable_languages}, in
6201 *,lto,*) ;;
6202 *) enable_languages="${enable_languages},lto" ;;
6203 esac
a8eb3f0a 6204 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
6205 configdirs="$configdirs lto-plugin"
6206 extra_host_libiberty_configure_flags=--enable-shared
6207 fi
6208 fi
6209
6210
9e07f89d 6211 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6212 potential_languages=,c,
9e07f89d 6213
9e1a94f4
ILT
6214 enabled_target_libs=
6215 disabled_target_libs=
6216
9e07f89d
NN
6217 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6218 case ${lang_frag} in
6219 ..) ;;
6220 # The odd quoting in the next line works around
6221 # an apparent bug in bash 1.12 on linux.
6222 ${srcdir}/gcc/[*]/config-lang.in) ;;
6223 *)
c6b750e1 6224 # From the config-lang.in, get $language, $target_libs,
1d39f329 6225 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6226 language=
6227 target_libs=
6228 lang_dirs=
64ce424c 6229 subdir_requires=
9b134994
PB
6230 boot_language=no
6231 build_by_default=yes
9e07f89d 6232 . ${lang_frag}
9b134994
PB
6233 if test x${language} = x; then
6234 echo "${lang_frag} doesn't set \$language." 1>&2
6235 exit 1
6236 fi
6237
ffdd6afc 6238 if test "$language" = "c++"; then
7ec59b9e 6239 boot_language=yes
e8a5fa9c
RW
6240 fi
6241
8e71395b 6242 add_this_lang=no
9b134994
PB
6243 case ,${enable_languages}, in
6244 *,${language},*)
7ec59b9e
L
6245 # Language was explicitly selected; include it
6246 # unless it is C, which is enabled by default.
6247 if test "$language" != "c"; then
6248 add_this_lang=yes
6249 fi
9e07f89d 6250 ;;
9b134994
PB
6251 *,all,*)
6252 # 'all' was selected, select it if it is a default language
8e71395b
L
6253 if test "$language" != "c"; then
6254 add_this_lang=${build_by_default}
6255 fi
9e07f89d
NN
6256 ;;
6257 esac
4b1cb4fe 6258
64ce424c 6259 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6260 for i in $subdir_requires; do
3d3adb43 6261 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6262 case ,${enable_languages}, in
6263 *,${language},*)
6264 # Specifically requested language; tell them.
81ecdfbb 6265 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6266 ;;
6267 *)
6268 # Silently disable.
9b134994 6269 add_this_lang=unsupported
64ce424c
PB
6270 ;;
6271 esac
6272 done
6273
9b134994
PB
6274 # Disable Ada if no preexisting GNAT is available.
6275 case ,${enable_languages},:${language}:${have_gnat} in
6276 *,${language},*:ada:no)
6277 # Specifically requested language; tell them.
81ecdfbb 6278 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6279 ;;
6280 *:ada:no)
6281 # Silently disable.
6282 add_this_lang=unsupported
6283 ;;
6284 esac
6285
59f7ec45
HPN
6286 # Disable a language that is unsupported by the target.
6287 case " $unsupported_languages " in
6288 *" $language "*)
9b134994 6289 add_this_lang=unsupported
59f7ec45
HPN
6290 ;;
6291 esac
6292
4b1cb4fe 6293 case $add_this_lang in
9b134994 6294 unsupported)
9e07f89d 6295 # Remove language-dependent dirs.
9e1a94f4
ILT
6296 disabled_target_libs="$disabled_target_libs $target_libs"
6297 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6298 ;;
9b134994
PB
6299 no)
6300 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6301 disabled_target_libs="$disabled_target_libs $target_libs"
6302 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6303 potential_languages="${potential_languages}${language},"
6304 ;;
6305 yes)
6306 new_enable_languages="${new_enable_languages}${language},"
6307 potential_languages="${potential_languages}${language},"
1d39f329 6308 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6309 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6310 case "${boot_language}:,$enable_stage1_languages," in
6311 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6312 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6313 case ",$stage1_languages," in
6314 *,$language,* | ,yes, | ,all,) ;;
6315 *) stage1_languages="${stage1_languages}${language}," ;;
6316 esac
e8a5fa9c
RW
6317 # We need to bootstrap any supporting libraries.
6318 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6319 ;;
6320 esac
6321 ;;
9e07f89d
NN
6322 esac
6323 ;;
6324 esac
6325 done
6326
9e1a94f4
ILT
6327 # Add target libraries which are only needed for disabled languages
6328 # to noconfigdirs.
6329 if test -n "$disabled_target_libs"; then
6330 for dir in $disabled_target_libs; do
6331 case " $enabled_target_libs " in
6332 *" ${dir} "*) ;;
6333 *) noconfigdirs="$noconfigdirs $dir" ;;
6334 esac
6335 done
6336 fi
6337
81ecdfbb
RW
6338 # Check whether --enable-stage1-languages was given.
6339if test "${enable_stage1_languages+set}" = set; then :
6340 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6341 ,no,|,,)
6342 # Set it to something that will have no effect in the loop below
6343 enable_stage1_languages=c ;;
6344 ,yes,)
6345 enable_stage1_languages=`echo $new_enable_languages | \
6346 sed -e "s/^,//" -e "s/,$//" ` ;;
6347 *,all,*)
6348 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6349 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6350 esac
6351
6352 # Add "good" languages from enable_stage1_languages to stage1_languages,
6353 # while "bad" languages go in missing_languages. Leave no duplicates.
6354 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6355 case $potential_languages in
6356 *,$i,*)
6357 case $stage1_languages in
6358 *,$i,*) ;;
6359 *) stage1_languages="$stage1_languages$i," ;;
6360 esac ;;
6361 *)
6362 case $missing_languages in
6363 *,$i,*) ;;
6364 *) missing_languages="$missing_languages$i," ;;
6365 esac ;;
6366 esac
6367 done
81ecdfbb
RW
6368fi
6369
9b134994
PB
6370
6371 # Remove leading/trailing commas that were added for simplicity
6372 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6373 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6374 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6375 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6376
9e07f89d 6377 if test "x$missing_languages" != x; then
81ecdfbb 6378 as_fn_error "
27258dd4 6379The following requested languages could not be built: ${missing_languages}
81ecdfbb 6380Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6381 fi
9e07f89d
NN
6382 if test "x$new_enable_languages" != "x$enable_languages"; then
6383 echo The following languages will be built: ${new_enable_languages}
9b134994 6384 enable_languages="$new_enable_languages"
9e07f89d 6385 fi
9b134994 6386
c6b750e1 6387
81ec575a 6388 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6389fi
6390
a6df5a19
PB
6391# Handle --disable-<component> generically.
6392for dir in $configdirs $build_configdirs $target_configdirs ; do
6393 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6394 varname=`echo $dirname | sed -e s/+/_/g`
6395 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6396 noconfigdirs="$noconfigdirs $dir"
6397 fi
6398done
6399
4f0ef2d8 6400# Check for Boehm's garbage collector
81ecdfbb
RW
6401# Check whether --enable-objc-gc was given.
6402if test "${enable_objc_gc+set}" = set; then :
6403 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 6404 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6405 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6406 ;;
6407esac
81ecdfbb
RW
6408fi
6409
4f0ef2d8
CD
6410
6411# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6412case ,${enable_languages},:${enable_objc_gc} in
6413 *,objc,*:yes)
4f0ef2d8
CD
6414 # Keep target-boehm-gc if requested for Objective-C.
6415 ;;
4f0ef2d8 6416 *)
d42c4017
DA
6417 # Otherwise remove target-boehm-gc depending on target-libjava.
6418 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6419 noconfigdirs="$noconfigdirs target-boehm-gc"
6420 fi
4f0ef2d8
CD
6421 ;;
6422esac
6423
7ec59b9e
L
6424# Disable libitm if we're not building C++
6425case ,${enable_languages}, in
6426 *,c++,*) ;;
6427 *)
6428 noconfigdirs="$noconfigdirs target-libitm"
6429 ;;
6430esac
6431
caeba88f
AL
6432# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6433# $build_configdirs and $target_configdirs.
9e07f89d
NN
6434# If we have the source for $noconfigdirs entries, add them to $notsupp.
6435
6436notsupp=""
6437for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6438 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6439 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6440 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6441 if test -r $srcdir/$dirname/configure ; then
6442 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6443 true
6444 else
6445 notsupp="$notsupp $dir"
6446 fi
6447 fi
6448 fi
caeba88f
AL
6449 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6450 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6451 if test -r $srcdir/$dirname/configure ; then
6452 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6453 true
6454 else
6455 notsupp="$notsupp $dir"
6456 fi
6457 fi
6458 fi
9e07f89d
NN
6459 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6460 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6461 if test -r $srcdir/$dirname/configure ; then
6462 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6463 true
6464 else
6465 notsupp="$notsupp $dir"
6466 fi
6467 fi
6468 fi
6469done
6470
9e07f89d
NN
6471# Quietly strip out all directories which aren't configurable in this tree.
6472# This relies on all configurable subdirectories being autoconfiscated, which
6473# is now the case.
6a9cf61e
PB
6474build_configdirs_all="$build_configdirs"
6475build_configdirs=
6476for i in ${build_configdirs_all} ; do
c6b750e1 6477 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6478 if test -f ${srcdir}/$j/configure ; then
6479 build_configdirs="${build_configdirs} $i"
6480 fi
6481done
6482
9e07f89d
NN
6483configdirs_all="$configdirs"
6484configdirs=
6485for i in ${configdirs_all} ; do
6486 if test -f ${srcdir}/$i/configure ; then
6487 configdirs="${configdirs} $i"
6488 fi
6489done
6a9cf61e 6490
9e07f89d
NN
6491target_configdirs_all="$target_configdirs"
6492target_configdirs=
6493for i in ${target_configdirs_all} ; do
c6b750e1 6494 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6495 if test -f ${srcdir}/$j/configure ; then
6496 target_configdirs="${target_configdirs} $i"
6497 fi
6498done
6499
6500# Produce a warning message for the subdirs we can't configure.
6501# This isn't especially interesting in the Cygnus tree, but in the individual
6502# FSF releases, it's important to let people know when their machine isn't
6503# supported by the one or two programs in a package.
6504
6505if test -n "${notsupp}" && test -z "${norecursion}" ; then
6506 # If $appdirs is non-empty, at least one of those directories must still
6507 # be configured, or we error out. (E.g., if the gas release supports a
6508 # specified target in some subdirs but not the gas subdir, we shouldn't
6509 # pretend that all is well.)
6510 if test -n "$appdirs" ; then
6511 for dir in $appdirs ; do
6512 if test -r $dir/Makefile.in ; then
6513 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6514 appdirs=""
6515 break
6516 fi
6a9cf61e 6517 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6518 appdirs=""
6519 break
6520 fi
6521 fi
6522 done
6523 if test -n "$appdirs" ; then
6524 echo "*** This configuration is not supported by this package." 1>&2
6525 exit 1
6526 fi
6527 fi
6528 # Okay, some application will build, or we don't care to check. Still
6529 # notify of subdirs not getting built.
6530 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6531 echo " ${notsupp}" 1>&2
6532 echo " (Any other directories should still work fine.)" 1>&2
6533fi
6534
6535case "$host" in
6536 *msdosdjgpp*)
6537 enable_gdbtk=no ;;
6538esac
6539
18f6b6ee
PB
6540# To find our prefix, in gcc_cv_tool_prefix.
6541
6542# The user is always right.
6543if test "${PATH_SEPARATOR+set}" != set; then
6544 echo "#! /bin/sh" >conf$$.sh
6545 echo "exit 0" >>conf$$.sh
6546 chmod +x conf$$.sh
6547 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6548 PATH_SEPARATOR=';'
6549 else
6550 PATH_SEPARATOR=:
6551 fi
6552 rm -f conf$$.sh
6553fi
6554
6555
6556
6557if test "x$exec_prefix" = xNONE; then
6558 if test "x$prefix" = xNONE; then
6559 gcc_cv_tool_prefix=$ac_default_prefix
6560 else
6561 gcc_cv_tool_prefix=$prefix
6562 fi
6563else
6564 gcc_cv_tool_prefix=$exec_prefix
6565fi
6566
6567# If there is no compiler in the tree, use the PATH only. In any
6568# case, if there is no compiler in the tree nobody should use
6569# AS_FOR_TARGET and LD_FOR_TARGET.
6570if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6571 gcc_version=`cat $srcdir/gcc/BASE-VER`
6572 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6573 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6574 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6575 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6576 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6577 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6578else
6579 gcc_cv_tool_dirs=
6580fi
6581
6582if test x$build = x$target && test -n "$md_exec_prefix"; then
6583 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6584fi
6585
6586
6587
9e07f89d
NN
6588copy_dirs=
6589
c6b750e1 6590
81ecdfbb
RW
6591# Check whether --with-build-sysroot was given.
6592if test "${with_build_sysroot+set}" = set; then :
6593 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6594 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6595 fi
6596else
6597 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6598fi
a19b6204
MM
6599
6600
8a6ee3ab 6601
81ecdfbb
RW
6602
6603# Check whether --with-debug-prefix-map was given.
6604if test "${with_debug_prefix_map+set}" = set; then :
6605 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6606 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6607 for debug_map in $withval; do
6608 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6609 done
6610 fi
6611else
6612 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6613fi
6614
8a6ee3ab
JM
6615
6616
7f6ef0c0
PB
6617# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6618# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6619# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6620# We want to ensure that TARGET libraries (which we know are built with
6621# gcc) are built with "-O2 -g", so include those options when setting
6622# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6623if test "x$CFLAGS_FOR_TARGET" = x; then
6624 CFLAGS_FOR_TARGET=$CFLAGS
6625 case " $CFLAGS " in
6626 *" -O2 "*) ;;
68f107fa 6627 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6628 esac
6629 case " $CFLAGS " in
6630 *" -g "* | *" -g3 "*) ;;
68f107fa 6631 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6632 esac
6633fi
6634
6635
6636if test "x$CXXFLAGS_FOR_TARGET" = x; then
6637 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6638 case " $CXXFLAGS " in
6639 *" -O2 "*) ;;
68f107fa 6640 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6641 esac
6642 case " $CXXFLAGS " in
6643 *" -g "* | *" -g3 "*) ;;
68f107fa 6644 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6645 esac
6646fi
6647
6648
91c1f14c
DK
6649
6650
9e07f89d
NN
6651# Handle --with-headers=XXX. If the value is not "yes", the contents of
6652# the named directory are copied to $(tooldir)/sys-include.
6653if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6654 if test x${is_cross_compiler} = xno ; then
6655 echo 1>&2 '***' --with-headers is only supported when cross compiling
6656 exit 1
6657 fi
6658 if test x"${with_headers}" != xyes ; then
18f6b6ee 6659 x=${gcc_cv_tool_prefix}
c6b750e1 6660 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6661 fi
6662fi
6663
6664# Handle --with-libs=XXX. If the value is not "yes", the contents of
6665# the name directories are copied to $(tooldir)/lib. Multiple directories
6666# are permitted.
6667if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6668 if test x${is_cross_compiler} = xno ; then
6669 echo 1>&2 '***' --with-libs is only supported when cross compiling
6670 exit 1
6671 fi
6672 if test x"${with_libs}" != xyes ; then
6673 # Copy the libraries in reverse order, so that files in the first named
6674 # library override files in subsequent libraries.
18f6b6ee 6675 x=${gcc_cv_tool_prefix}
9e07f89d 6676 for l in ${with_libs}; do
c6b750e1 6677 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6678 done
6679 fi
6680fi
6681
700d40ca 6682# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
6683#
6684# This is done by determining whether or not the appropriate directory
6685# is available, and by checking whether or not specific configurations
6686# have requested that this magic not happen.
c6b750e1
DJ
6687#
6688# The command line options always override the explicit settings in
2429c060
PB
6689# configure.in, and the settings in configure.in override this magic.
6690#
c6b750e1 6691# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6692# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
6693# --without-gnu-ld options for the configure script. Similarly, if
6694# the default is to use the included zlib and you don't want to do that,
6695# you should use the --with-system-zlib option for the configure script.
2429c060
PB
6696
6697if test x${use_gnu_as} = x &&
6698 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6699 with_gnu_as=yes
6700 extra_host_args="$extra_host_args --with-gnu-as"
6701fi
6702
6703if test x${use_gnu_ld} = x &&
93f9b408 6704 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6705 with_gnu_ld=yes
6706 extra_host_args="$extra_host_args --with-gnu-ld"
6707fi
6708
700d40ca
ILT
6709if test x${use_included_zlib} = x &&
6710 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6711 :
6712else
6713 with_system_zlib=yes
6714 extra_host_args="$extra_host_args --with-system-zlib"
6715fi
6716
2429c060
PB
6717# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6718# can detect this case.
6719
6720if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6721 with_newlib=yes
6722 extra_host_args="$extra_host_args --with-newlib"
6723fi
6724
9e07f89d
NN
6725# Handle ${copy_dirs}
6726set fnord ${copy_dirs}
6727shift
6728while test $# != 0 ; do
6729 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6730 :
6731 else
6732 echo Copying $1 to $2
6733
6734 # Use the install script to create the directory and all required
6735 # parent directories.
6736 if test -d $2 ; then
6737 :
6738 else
6739 echo >config.temp
6740 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6741 fi
6742
6743 # Copy the directory, assuming we have tar.
6744 # FIXME: Should we use B in the second tar? Not all systems support it.
6745 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6746
6747 # It is the responsibility of the user to correctly adjust all
6748 # symlinks. If somebody can figure out how to handle them correctly
6749 # here, feel free to add the code.
6750
6751 echo $1 > $2/COPIED
6752 fi
6753 shift; shift
6754done
6755
2429c060
PB
6756# Determine a target-dependent exec_prefix that the installed
6757# gcc will search in. Keep this list sorted by triplet, with
6758# the *-*-osname triplets last.
6759md_exec_prefix=
6760case "${target}" in
521ec477 6761 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6762 md_exec_prefix=/dev/env/DJDIR/bin
6763 ;;
2429c060 6764 *-*-hpux* | \
2429c060 6765 *-*-nto-qnx* | \
1f111696 6766 *-*-solaris2*)
2429c060
PB
6767 md_exec_prefix=/usr/ccs/bin
6768 ;;
6769esac
6770
a0da8069
NN
6771extra_arflags_for_target=
6772extra_nmflags_for_target=
6773extra_ranlibflags_for_target=
6774target_makefile_frag=/dev/null
6775case "${target}" in
77d7106f
AM
6776 spu-*-*)
6777 target_makefile_frag="config/mt-spu"
6778 ;;
d09bbf00 6779 mips*-sde-elf* | mips*-mti-elf*)
429acdec
RS
6780 target_makefile_frag="config/mt-sde"
6781 ;;
f3b1e08e
RS
6782 mipsisa*-*-elfoabi*)
6783 target_makefile_frag="config/mt-mips-elfoabi"
6784 ;;
e7c8859c
RS
6785 mips*-*-*linux* | mips*-*-gnu*)
6786 target_makefile_frag="config/mt-mips-gnu"
6787 ;;
29383458 6788 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6789 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6790 ;;
6791 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6792 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
6793 # commands to handle both 32-bit and 64-bit objects. These flags are
6794 # harmless if we're using GNU nm or ar.
6795 extra_arflags_for_target=" -X32_64"
6796 extra_nmflags_for_target=" -B -X32_64"
6797 ;;
a0da8069
NN
6798esac
6799
6800alphaieee_frag=/dev/null
6801case $target in
6802 alpha*-*-*)
6803 # This just makes sure to use the -mieee option to build target libs.
6804 # This should probably be set individually by each library.
6805 alphaieee_frag="config/mt-alphaieee"
6806 ;;
6807esac
6808
6809# If --enable-target-optspace always use -Os instead of -O2 to build
6810# the target libraries, similarly if it is not specified, use -Os
6811# on selected platforms.
6812ospace_frag=/dev/null
6813case "${enable_target_optspace}:${target}" in
6814 yes:*)
6815 ospace_frag="config/mt-ospace"
6816 ;;
6817 :d30v-*)
6818 ospace_frag="config/mt-d30v"
6819 ;;
6820 :m32r-* | :d10v-* | :fr30-*)
6821 ospace_frag="config/mt-ospace"
6822 ;;
6823 no:* | :*)
6824 ;;
6825 *)
6826 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6827 ;;
6828esac
6829
a0da8069
NN
6830# Some systems (e.g., one of the i386-aix systems the gas testers are
6831# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 6832tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
6833build_tooldir=${tooldir}
6834
a0da8069
NN
6835# Create a .gdbinit file which runs the one in srcdir
6836# and tells GDB to look there for source files.
6837
6838if test -r ${srcdir}/.gdbinit ; then
6839 case ${srcdir} in
6840 .) ;;
6841 *) cat > ./.gdbinit <<EOF
6842# ${NO_EDIT}
6843dir ${srcdir}
6844dir .
6845source ${srcdir}/.gdbinit
6846EOF
6847 ;;
6848 esac
6849fi
6850
a0da8069
NN
6851# Make sure that the compiler is able to generate an executable. If it
6852# can't, we are probably in trouble. We don't care whether we can run the
6853# executable--we might be using a cross compiler--we only care whether it
6854# can be created. At this point the main configure script has set CC.
6855we_are_ok=no
6856echo "int main () { return 0; }" > conftest.c
6857${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6858if test $? = 0 ; then
6859 if test -s conftest || test -s conftest.exe ; then
6860 we_are_ok=yes
6861 fi
c6b750e1 6862fi
a0da8069
NN
6863case $we_are_ok in
6864 no)
6865 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6866 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6867 rm -f conftest*
6868 exit 1
6869 ;;
6870esac
6871rm -f conftest*
6872
3bbd2f8f 6873# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
6874case "${host}" in
6875 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 6876 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 6877 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
6878 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6879esac
6880
3bbd2f8f 6881# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
6882# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6883# built executables to PATH.
3bbd2f8f
AL
6884if test "$RPATH_ENVVAR" = PATH; then
6885 GCC_SHLIB_SUBDIR=/shlib
6886else
6887 GCC_SHLIB_SUBDIR=
6888fi
6889
a0da8069
NN
6890# Record target_configdirs and the configure arguments for target and
6891# build configuration in Makefile.
6892target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 6893build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
a0da8069 6894
2aa2364a
JR
6895# If we are building libgomp, bootstrap it.
6896if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6897 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6898fi
6899
a0da8069
NN
6900# Determine whether gdb needs tk/tcl or not.
6901# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6902# and in that case we want gdb to be built without tk. Ugh!
6903# In fact I believe gdb is the *only* package directly dependent on tk,
6904# so we should be able to put the 'maybe's in unconditionally and
6905# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6906# 100% sure that that's safe though.
c180f501 6907
675c6968 6908gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
6909case "$enable_gdbtk" in
6910 no)
6911 GDB_TK="" ;;
c180f501
AC
6912 yes)
6913 GDB_TK="${gdb_tk}" ;;
a0da8069 6914 *)
c180f501
AC
6915 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6916 # distro. Eventually someone will fix this and move Insight, nee
6917 # gdbtk to a separate directory.
6918 if test -d ${srcdir}/gdb/gdbtk ; then
6919 GDB_TK="${gdb_tk}"
6920 else
6921 GDB_TK=""
6922 fi
6923 ;;
a0da8069 6924esac
907be67c
DJ
6925CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6926INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 6927
6bd3dfaa 6928# Strip out unwanted targets.
dd12c3a8
NN
6929
6930# While at that, we remove Makefiles if we were started for recursive
6931# configuration, so that the top-level Makefile reconfigures them,
6932# like we used to do when configure itself was recursive.
dd12c3a8 6933
06a51eac
RW
6934# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6935# but now we're fixing up the Makefile ourselves with the additional
6936# commands passed to AC_CONFIG_FILES. Use separate variables
6937# extrasub-{build,host,target} not because there is any reason to split
6938# the substitutions up that way, but only to remain below the limit of
6939# 99 commands in a script, for HP-UX sed.
6940# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 6941
16b1ad29
RW
6942case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6943 yes:yes:*\ gold\ *:*,c++,*) ;;
6944 yes:yes:*\ gold\ *:*)
6945 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6946 ;;
6947esac
6948
9cb3fa6f 6949# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 6950case $enable_bootstrap in
319cab08 6951 yes)
96655cc4
AO
6952 bootstrap_suffix=bootstrap
6953 BUILD_CONFIG=bootstrap-debug
6954 ;;
319cab08 6955 no)
96655cc4
AO
6956 bootstrap_suffix=no-bootstrap
6957 BUILD_CONFIG=
6958 ;;
319cab08
PB
6959esac
6960
96655cc4
AO
6961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6962$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6963
6964
6965# Check whether --with-build-config was given.
6966if test "${with_build_config+set}" = set; then :
6967 withval=$with_build_config; case $with_build_config in
6968 yes) with_build_config= ;;
6969 no) with_build_config= BUILD_CONFIG= ;;
6970 esac
6971fi
6972
6973
6974if test "x${with_build_config}" != x; then
6975 BUILD_CONFIG=$with_build_config
6976else
6977 case $BUILD_CONFIG in
6978 bootstrap-debug)
6979 if echo "int f (void) { return 0; }" > conftest.c &&
6980 ${CC} -c conftest.c &&
6981 mv conftest.o conftest.o.g0 &&
6982 ${CC} -c -g conftest.c &&
6983 mv conftest.o conftest.o.g &&
a009f2e7 6984 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
96655cc4
AO
6985 :
6986 else
6987 BUILD_CONFIG=
6988 fi
6989 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6990 ;;
6991 esac
6992fi
6993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6994$as_echo "$BUILD_CONFIG" >&6; }
6995
6996
06a51eac 6997extrasub_build=
6a9cf61e 6998for module in ${build_configdirs} ; do
498d4a71
CF
6999 if test -z "${no_recursion}" \
7000 && test -f ${build_subdir}/${module}/Makefile; then
7001 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7002 rm -f ${build_subdir}/${module}/Makefile
7003 fi
06a51eac 7004 extrasub_build="$extrasub_build
498d4a71
CF
7005/^@if build-$module\$/d
7006/^@endif build-$module\$/d
7007/^@if build-$module-$bootstrap_suffix\$/d
7008/^@endif build-$module-$bootstrap_suffix\$/d"
7009done
06a51eac 7010extrasub_host=
498d4a71 7011for module in ${configdirs} ; do
80911fe1 7012 if test -z "${no_recursion}"; then
8cf39b1b 7013 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7014 if test -f ${file}; then
7015 echo 1>&2 "*** removing ${file} to force reconfigure"
7016 rm -f ${file}
7017 fi
7018 done
498d4a71 7019 fi
06a51eac 7020 extrasub_host="$extrasub_host
498d4a71
CF
7021/^@if $module\$/d
7022/^@endif $module\$/d
7023/^@if $module-$bootstrap_suffix\$/d
7024/^@endif $module-$bootstrap_suffix\$/d"
7025done
06a51eac 7026extrasub_target=
498d4a71
CF
7027for module in ${target_configdirs} ; do
7028 if test -z "${no_recursion}" \
7029 && test -f ${target_subdir}/${module}/Makefile; then
7030 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7031 rm -f ${target_subdir}/${module}/Makefile
7032 fi
e8a5fa9c
RW
7033
7034 # We only bootstrap target libraries listed in bootstrap_target_libs.
7035 case $bootstrap_target_libs in
7036 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7037 *) target_bootstrap_suffix=no-bootstrap ;;
7038 esac
7039
06a51eac 7040 extrasub_target="$extrasub_target
498d4a71
CF
7041/^@if target-$module\$/d
7042/^@endif target-$module\$/d
e8a5fa9c
RW
7043/^@if target-$module-$target_bootstrap_suffix\$/d
7044/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7045done
7046
06a51eac
RW
7047# Do the final fixup along with target modules.
7048extrasub_target="$extrasub_target
6bd3dfaa 7049/^@if /,/^@endif /d"
a0da8069
NN
7050
7051# Create the serialization dependencies. This uses a temporary file.
7052
81ecdfbb
RW
7053# Check whether --enable-serial-configure was given.
7054if test "${enable_serial_configure+set}" = set; then :
7055 enableval=$enable_serial_configure;
7056fi
e6bfb94a
AO
7057
7058
1047cb91
DD
7059case ${enable_serial_configure} in
7060 yes)
7061 enable_serial_build_configure=yes
7062 enable_serial_host_configure=yes
7063 enable_serial_target_configure=yes
7064 ;;
7065esac
7066
a0da8069
NN
7067# These force 'configure's to be done one at a time, to avoid problems
7068# with contention over a shared config.cache.
7069rm -f serdep.tmp
e6bfb94a 7070echo '# serdep.tmp' > serdep.tmp
a0da8069 7071olditem=
1047cb91 7072test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7073for item in ${build_configdirs} ; do
7074 case ${olditem} in
7075 "") ;;
e6bfb94a 7076 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7077 esac
7078 olditem=${item}
7079done
7080olditem=
1047cb91 7081test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7082for item in ${configdirs} ; do
7083 case ${olditem} in
7084 "") ;;
e6bfb94a 7085 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7086 esac
7087 olditem=${item}
7088done
7089olditem=
1047cb91 7090test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7091for item in ${target_configdirs} ; do
7092 case ${olditem} in
7093 "") ;;
e6bfb94a 7094 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7095 esac
7096 olditem=${item}
7097done
7098serialization_dependencies=serdep.tmp
7099
7100
e6bfb94a 7101# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7102# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7103# might not want to pass down to subconfigures. The exception being
7104# --cache-file=/dev/null, which is used to turn off the use of cache
7105# files altogether, and which should be passed on to subconfigures.
7106# Also strip program-prefix, program-suffix, and program-transform-name,
7107# so that we can pass down a consistent program-transform-name.
c6b750e1 7108baseargs=
65b4571a 7109tbaseargs=
c6b750e1
DJ
7110keep_next=no
7111skip_next=no
7112eval "set -- $ac_configure_args"
18f6b6ee
PB
7113for ac_arg
7114do
c6b750e1
DJ
7115 if test X"$skip_next" = X"yes"; then
7116 skip_next=no
7117 continue
7118 fi
7119 if test X"$keep_next" = X"yes"; then
7120 case $ac_arg in
7121 *\'*)
7122 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7123 esac
7124 baseargs="$baseargs '$ac_arg'"
65b4571a 7125 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7126 keep_next=no
7127 continue
7128 fi
7129
7130 # Handle separated arguments. Based on the logic generated by
7131 # autoconf 2.59.
7132 case $ac_arg in
7133 *=* | --config-cache | -C | -disable-* | --disable-* \
7134 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7135 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7136 | -with-* | --with-* | -without-* | --without-* | --x)
7137 separate_arg=no
7138 ;;
7139 -*)
7140 separate_arg=yes
7141 ;;
7142 *)
7143 separate_arg=no
7144 ;;
7145 esac
7146
65b4571a
AO
7147 skip_targ=no
7148 case $ac_arg in
7149
7150 --with-* | --without-*)
7151 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7152
7153 case $libopt in
7154 *[-_]include)
7155 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7156 ;;
7157 *[-_]lib)
7158 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7159 ;;
7160 *)
7161 lib=$libopt
7162 ;;
7163 esac
7164
7165
7166 case $lib in
7ec59b9e 7167 mpc | mpfr | gmp | cloog)
65b4571a
AO
7168 # If we're processing --with-$lib, --with-$lib-include or
7169 # --with-$lib-lib, for one of the libs above, and target is
7170 # different from host, don't pass the current argument to any
7171 # target library's configure.
7172 if test x$is_cross_compiler = xyes; then
7173 skip_targ=yes
7174 fi
7175 ;;
7176 esac
7177 ;;
7178 esac
7179
c6b750e1 7180 case "$ac_arg" in
30167e0a
NC
7181 --cache-file=/dev/null | \
7182 -cache-file=/dev/null )
7183 # Handled here to avoid the test to skip args below.
7184 baseargs="$baseargs '$ac_arg'"
65b4571a 7185 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7186 # Assert: $separate_arg should always be no.
7187 keep_next=$separate_arg
7188 ;;
c6b750e1
DJ
7189 --no*)
7190 continue
7191 ;;
7192 --c* | \
7193 --sr* | \
7194 --ho* | \
7195 --bu* | \
7196 --t* | \
7197 --program-* | \
7198 -cache_file* | \
7199 -srcdir* | \
7200 -host* | \
7201 -build* | \
7202 -target* | \
7203 -program-prefix* | \
7204 -program-suffix* | \
7205 -program-transform-name* )
7206 skip_next=$separate_arg
7207 continue
7208 ;;
7209 -*)
7210 # An option. Add it.
7211 case $ac_arg in
7212 *\'*)
7213 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7214 esac
7215 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7216 if test X"$skip_targ" = Xno; then
7217 tbaseargs="$tbaseargs '$ac_arg'"
7218 fi
c6b750e1
DJ
7219 keep_next=$separate_arg
7220 ;;
7221 *)
7222 # Either a variable assignment, or a nonopt (triplet). Don't
7223 # pass it down; let the Makefile handle this.
7224 continue
7225 ;;
7226 esac
7227done
7228# Remove the initial space we just introduced and, as these will be
7229# expanded by make, quote '$'.
7230baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7231
f27d4f92
DJ
7232# Add in --program-transform-name, after --program-prefix and
7233# --program-suffix have been applied to it. Autoconf has already
7234# doubled dollar signs and backslashes in program_transform_name; we want
7235# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7236# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7237# Also, because we want to override the logic in subdir configure scripts to
7238# choose program_transform_name, replace any s,x,x, with s,y,y,.
7239sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7240${program_transform_name}
7241EOF_SED
7242gcc_transform_name=`cat conftestsed.out`
7243rm -f conftestsed.out
7244baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7245tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7246if test "$silent" = yes; then
7247 baseargs="$baseargs --silent"
65b4571a 7248 tbaseargs="$tbaseargs --silent"
2444379b 7249fi
34a0f3cf 7250baseargs="$baseargs --disable-option-checking"
65b4571a 7251tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7252
4074d5f2
RW
7253# Record and document user additions to sub configure arguments.
7254
7255
7256
7257
a0da8069
NN
7258# For the build-side libraries, we just need to pretend we're native,
7259# and not use the same cache file. Multilibs are neither needed nor
7260# desired.
4074d5f2 7261build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
NN
7262
7263# For host modules, accept cache file option, or specification as blank.
7264case "${cache_file}" in
7265"") # empty
7266 cache_file_option="" ;;
7267/* | [A-Za-z]:[\\/]* ) # absolute path
7268 cache_file_option="--cache-file=${cache_file}" ;;
7269*) # relative path
7270 cache_file_option="--cache-file=../${cache_file}" ;;
7271esac
7272
82252c06
NN
7273# Host dirs don't like to share a cache file either, horribly enough.
7274# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7275host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7276
65b4571a 7277target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7278
7279# Passing a --with-cross-host argument lets the target libraries know
7280# whether they are being built with a cross-compiler or being built
7281# native. However, it would be better to use other mechanisms to make the
7282# sorts of decisions they want to make on this basis. Please consider
7283# this option to be deprecated. FIXME.
7284if test x${is_cross_compiler} = xyes ; then
c6b750e1 7285 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7286fi
7287
938d2b74
RW
7288# Default to --enable-multilib.
7289if test x${enable_multilib} = x ; then
a0da8069 7290 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7291fi
a0da8069
NN
7292
7293# Pass --with-newlib if appropriate. Note that target_configdirs has
7294# changed from the earlier setting of with_newlib.
7295if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7296 target_configargs="--with-newlib ${target_configargs}"
7297fi
7298
95036d20
NN
7299# Different target subdirs use different values of certain variables
7300# (notably CXX). Worse, multilibs use *lots* of different values.
7301# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7302# it doesn't automatically accept command-line overrides of them.
7303# This means it's not safe for target subdirs to share a cache file,
7304# which is disgusting, but there you have it. Hopefully this can be
7305# fixed in future. It's still worthwhile to use a cache file for each
7306# directory. I think.
7307
ae380b45
MS
7308# Pass the appropriate --build, --host, --target and --cache-file arguments.
7309# We need to pass --target, as newer autoconf's requires consistency
7310# for target_alias and gcc doesn't manage it consistently.
4b900473 7311target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7312
a0da8069
NN
7313FLAGS_FOR_TARGET=
7314case " $target_configdirs " in
7315 *" newlib "*)
7316 case " $target_configargs " in
7317 *" --with-newlib "*)
7318 case "$target" in
1f53ca9a 7319 *-cygwin*)
6d94c122 7320 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
1f53ca9a 7321 ;;
a0da8069
NN
7322 esac
7323
7324 # If we're not building GCC, don't discard standard headers.
7325 if test -d ${srcdir}/gcc; then
7326 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7327
7328 if test "${build}" != "${host}"; then
7329 # On Canadian crosses, CC_FOR_TARGET will have already been set
7330 # by `configure', so we won't have an opportunity to add -Bgcc/
7331 # to it. This is right: we don't want to search that directory
7332 # for binaries, but we want the header files in there, so add
7333 # them explicitly.
e552509b 7334 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7335
7336 # Someone might think of using the pre-installed headers on
7337 # Canadian crosses, in case the installed compiler is not fully
7338 # compatible with the compiler being built. In this case, it
7339 # would be better to flag an error than risking having
7340 # incompatible object files being constructed. We can't
7341 # guarantee that an error will be flagged, but let's hope the
7342 # compiler will do it, when presented with incompatible header
7343 # files.
7344 fi
7345 fi
7346
7347 case "${target}-${is_cross_compiler}" in
ec11bdc6 7348 i[3456789]86-*-linux*-no)
a0da8069
NN
7349 # Here host == target, so we don't need to build gcc,
7350 # so we don't want to discard standard headers.
7351 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7352 ;;
7353 *)
7354 # If we're building newlib, use its generic headers last, but search
7355 # for any libc-related directories first (so make it the last -B
7356 # switch).
7357 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
691bb5a1
DD
7358
7359 # If we're building libgloss, find the startup file, simulator library
7360 # and linker script.
7361 case " $target_configdirs " in
7362 *" libgloss "*)
7363 # Look for startup file, simulator library and maybe linker script.
7364 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7365 # Look for libnosys.a in case the target needs it.
7366 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7367 # Most targets have the linker script in the source directory.
7368 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7369 ;;
7370 esac
a0da8069
NN
7371 ;;
7372 esac
7373 ;;
7374 esac
7375 ;;
7376esac
1f53ca9a 7377
45055374 7378case "$target" in
1f53ca9a
AO
7379 x86_64-*mingw* | *-w64-mingw*)
7380 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7381 # however, use a symlink named 'mingw' in ${prefix} .
7382 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7383 ;;
7384 *-mingw*)
7385 # MinGW can't be handled as Cygwin above since it does not use newlib.
7386 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'
7387 ;;
45055374 7388esac
a0da8069 7389
5fbad20a
DD
7390# Allow the user to override the flags for
7391# our build compiler if desired.
c66487f8
NC
7392if test x"${build}" = x"${host}" ; then
7393 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7394 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7395 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7396fi
5fbad20a 7397
a0da8069
NN
7398# On Canadian crosses, we'll be searching the right directories for
7399# the previously-installed cross compiler, so don't bother to add
7400# flags for directories within the install tree of the compiler
7401# being built; programs in there won't even run.
7402if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7403 # Search for pre-installed headers if nothing else fits.
bba45b8b 7404 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
a0da8069
NN
7405fi
7406
7407if test "x${use_gnu_ld}" = x &&
7408 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7409 # Arrange for us to find uninstalled linker scripts.
b00612cc 7410 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7411fi
7412
a481dbb7
DD
7413# Search for other target-specific linker scripts and such.
7414case "${target}" in
4e206d7e
DB
7415 mep*)
7416 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7417 ;;
7418esac
7419
a0da8069 7420# Makefile fragments.
3e707e94
PB
7421for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7422do
7423 eval fragval=\$$frag
7424 if test $fragval != /dev/null; then
7425 eval $frag=${srcdir}/$fragval
7426 fi
7427done
a0da8069
NN
7428
7429
7430
7431
7432
7433# Miscellanea: directories, flags, etc.
7434
7435
7436
7437
7438
7439
7440
3bbd2f8f 7441
6a9cf61e 7442# Build module lists & subconfigure args.
a0da8069
NN
7443
7444
7445
be01d343
PB
7446# Host module lists & subconfigure args.
7447
7448
7449
911e63d0 7450
be01d343
PB
7451# Target module lists & subconfigure args.
7452
7453
7454
7455# Build tools.
7456
7457
7458
1576798e
PB
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
be01d343
PB
7473# Generate default definitions for YACC, M4, LEX and other programs that run
7474# on the build machine. These are used if the Makefile can't locate these
7475# programs in objdir.
7476MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7477
7478for ac_prog in 'bison -y' byacc yacc
7479do
c6b750e1 7480 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7481set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7483$as_echo_n "checking for $ac_word... " >&6; }
7484if test "${ac_cv_prog_YACC+set}" = set; then :
7485 $as_echo_n "(cached) " >&6
be01d343
PB
7486else
7487 if test -n "$YACC"; then
7488 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7489else
c6b750e1
DJ
7490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7491for as_dir in $PATH
7492do
7493 IFS=$as_save_IFS
7494 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7495 for ac_exec_ext in '' $ac_executable_extensions; do
7496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7497 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7499 break 2
7500 fi
7501done
81ecdfbb
RW
7502 done
7503IFS=$as_save_IFS
c6b750e1 7504
be01d343
PB
7505fi
7506fi
c6b750e1 7507YACC=$ac_cv_prog_YACC
be01d343 7508if test -n "$YACC"; then
81ecdfbb
RW
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7510$as_echo "$YACC" >&6; }
be01d343 7511else
81ecdfbb
RW
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7513$as_echo "no" >&6; }
be01d343
PB
7514fi
7515
81ecdfbb 7516
c6b750e1 7517 test -n "$YACC" && break
be01d343
PB
7518done
7519test -n "$YACC" || YACC="$MISSING bison -y"
7520
7521case " $build_configdirs " in
7522 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
be01d343
PB
7523esac
7524
7525for ac_prog in bison
7526do
c6b750e1 7527 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7528set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7530$as_echo_n "checking for $ac_word... " >&6; }
7531if test "${ac_cv_prog_BISON+set}" = set; then :
7532 $as_echo_n "(cached) " >&6
be01d343
PB
7533else
7534 if test -n "$BISON"; then
7535 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7536else
c6b750e1
DJ
7537as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7538for as_dir in $PATH
7539do
7540 IFS=$as_save_IFS
7541 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7542 for ac_exec_ext in '' $ac_executable_extensions; do
7543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7544 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7546 break 2
7547 fi
7548done
81ecdfbb
RW
7549 done
7550IFS=$as_save_IFS
c6b750e1 7551
be01d343
PB
7552fi
7553fi
c6b750e1 7554BISON=$ac_cv_prog_BISON
be01d343 7555if test -n "$BISON"; then
81ecdfbb
RW
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7557$as_echo "$BISON" >&6; }
be01d343 7558else
81ecdfbb
RW
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7560$as_echo "no" >&6; }
be01d343
PB
7561fi
7562
81ecdfbb 7563
c6b750e1 7564 test -n "$BISON" && break
be01d343
PB
7565done
7566test -n "$BISON" || BISON="$MISSING bison"
7567
7568case " $build_configdirs " in
7569 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7570esac
7571
7572for ac_prog in gm4 gnum4 m4
7573do
c6b750e1 7574 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7575set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7577$as_echo_n "checking for $ac_word... " >&6; }
7578if test "${ac_cv_prog_M4+set}" = set; then :
7579 $as_echo_n "(cached) " >&6
be01d343
PB
7580else
7581 if test -n "$M4"; then
7582 ac_cv_prog_M4="$M4" # Let the user override the test.
7583else
c6b750e1
DJ
7584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7585for as_dir in $PATH
7586do
7587 IFS=$as_save_IFS
7588 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7589 for ac_exec_ext in '' $ac_executable_extensions; do
7590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7591 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7593 break 2
7594 fi
7595done
81ecdfbb
RW
7596 done
7597IFS=$as_save_IFS
c6b750e1 7598
be01d343
PB
7599fi
7600fi
c6b750e1 7601M4=$ac_cv_prog_M4
be01d343 7602if test -n "$M4"; then
81ecdfbb
RW
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7604$as_echo "$M4" >&6; }
be01d343 7605else
81ecdfbb
RW
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7607$as_echo "no" >&6; }
be01d343
PB
7608fi
7609
81ecdfbb 7610
c6b750e1 7611 test -n "$M4" && break
be01d343
PB
7612done
7613test -n "$M4" || M4="$MISSING m4"
7614
7615case " $build_configdirs " in
7616 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7617esac
7618
7619for ac_prog in flex lex
7620do
c6b750e1 7621 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7622set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7624$as_echo_n "checking for $ac_word... " >&6; }
7625if test "${ac_cv_prog_LEX+set}" = set; then :
7626 $as_echo_n "(cached) " >&6
be01d343
PB
7627else
7628 if test -n "$LEX"; then
7629 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7630else
c6b750e1
DJ
7631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7632for as_dir in $PATH
7633do
7634 IFS=$as_save_IFS
7635 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7636 for ac_exec_ext in '' $ac_executable_extensions; do
7637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7638 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7640 break 2
7641 fi
7642done
81ecdfbb
RW
7643 done
7644IFS=$as_save_IFS
c6b750e1 7645
be01d343
PB
7646fi
7647fi
c6b750e1 7648LEX=$ac_cv_prog_LEX
be01d343 7649if test -n "$LEX"; then
81ecdfbb
RW
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7651$as_echo "$LEX" >&6; }
be01d343 7652else
81ecdfbb
RW
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7654$as_echo "no" >&6; }
be01d343
PB
7655fi
7656
81ecdfbb 7657
c6b750e1 7658 test -n "$LEX" && break
be01d343
PB
7659done
7660test -n "$LEX" || LEX="$MISSING flex"
7661
7662case " $build_configdirs " in
7663 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7664 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7665esac
7666
7667for ac_prog in flex
7668do
c6b750e1 7669 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7670set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7672$as_echo_n "checking for $ac_word... " >&6; }
7673if test "${ac_cv_prog_FLEX+set}" = set; then :
7674 $as_echo_n "(cached) " >&6
be01d343
PB
7675else
7676 if test -n "$FLEX"; then
7677 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7678else
c6b750e1
DJ
7679as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7680for as_dir in $PATH
7681do
7682 IFS=$as_save_IFS
7683 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7684 for ac_exec_ext in '' $ac_executable_extensions; do
7685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7686 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7688 break 2
7689 fi
7690done
81ecdfbb
RW
7691 done
7692IFS=$as_save_IFS
c6b750e1 7693
be01d343
PB
7694fi
7695fi
c6b750e1 7696FLEX=$ac_cv_prog_FLEX
be01d343 7697if test -n "$FLEX"; then
81ecdfbb
RW
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7699$as_echo "$FLEX" >&6; }
be01d343 7700else
81ecdfbb
RW
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7702$as_echo "no" >&6; }
be01d343
PB
7703fi
7704
81ecdfbb 7705
c6b750e1 7706 test -n "$FLEX" && break
be01d343
PB
7707done
7708test -n "$FLEX" || FLEX="$MISSING flex"
7709
7710case " $build_configdirs " in
7711 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7712esac
7713
7714for ac_prog in makeinfo
7715do
c6b750e1 7716 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7717set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7719$as_echo_n "checking for $ac_word... " >&6; }
7720if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7721 $as_echo_n "(cached) " >&6
be01d343
PB
7722else
7723 if test -n "$MAKEINFO"; then
7724 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7725else
c6b750e1
DJ
7726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7727for as_dir in $PATH
7728do
7729 IFS=$as_save_IFS
7730 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7731 for ac_exec_ext in '' $ac_executable_extensions; do
7732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7733 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 7734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7735 break 2
7736 fi
7737done
81ecdfbb
RW
7738 done
7739IFS=$as_save_IFS
c6b750e1 7740
be01d343
PB
7741fi
7742fi
c6b750e1 7743MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 7744if test -n "$MAKEINFO"; then
81ecdfbb
RW
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7746$as_echo "$MAKEINFO" >&6; }
be01d343 7747else
81ecdfbb
RW
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7749$as_echo "no" >&6; }
be01d343
PB
7750fi
7751
81ecdfbb 7752
c6b750e1 7753 test -n "$MAKEINFO" && break
be01d343
PB
7754done
7755test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7756
7757case " $build_configdirs " in
7758 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7759 *)
7760
10ad8ef3 7761 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
7762 # higher, else we use the "missing" dummy.
7763 if ${MAKEINFO} --version \
10ad8ef3 7764 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
7765 :
7766 else
7767 MAKEINFO="$MISSING makeinfo"
7768 fi
7769 ;;
7770
7771esac
a0da8069 7772
be01d343 7773# FIXME: expect and dejagnu may become build tools?
a0da8069 7774
be01d343
PB
7775for ac_prog in expect
7776do
c6b750e1 7777 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7778set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7780$as_echo_n "checking for $ac_word... " >&6; }
7781if test "${ac_cv_prog_EXPECT+set}" = set; then :
7782 $as_echo_n "(cached) " >&6
be01d343
PB
7783else
7784 if test -n "$EXPECT"; then
7785 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7786else
c6b750e1
DJ
7787as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7788for as_dir in $PATH
7789do
7790 IFS=$as_save_IFS
7791 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7792 for ac_exec_ext in '' $ac_executable_extensions; do
7793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7794 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 7795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7796 break 2
7797 fi
7798done
81ecdfbb
RW
7799 done
7800IFS=$as_save_IFS
c6b750e1 7801
be01d343
PB
7802fi
7803fi
c6b750e1 7804EXPECT=$ac_cv_prog_EXPECT
be01d343 7805if test -n "$EXPECT"; then
81ecdfbb
RW
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7807$as_echo "$EXPECT" >&6; }
be01d343 7808else
81ecdfbb
RW
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7810$as_echo "no" >&6; }
be01d343 7811fi
a0da8069 7812
81ecdfbb 7813
c6b750e1 7814 test -n "$EXPECT" && break
be01d343
PB
7815done
7816test -n "$EXPECT" || EXPECT="expect"
a0da8069 7817
be01d343
PB
7818case " $configdirs " in
7819 *" expect "*)
7820 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7821 ;;
7822esac
a0da8069 7823
be01d343
PB
7824for ac_prog in runtest
7825do
c6b750e1 7826 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7827set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7829$as_echo_n "checking for $ac_word... " >&6; }
7830if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7831 $as_echo_n "(cached) " >&6
be01d343
PB
7832else
7833 if test -n "$RUNTEST"; then
7834 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7835else
c6b750e1
DJ
7836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7837for as_dir in $PATH
7838do
7839 IFS=$as_save_IFS
7840 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7841 for ac_exec_ext in '' $ac_executable_extensions; do
7842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7843 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 7844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7845 break 2
7846 fi
7847done
81ecdfbb
RW
7848 done
7849IFS=$as_save_IFS
c6b750e1 7850
be01d343
PB
7851fi
7852fi
c6b750e1 7853RUNTEST=$ac_cv_prog_RUNTEST
be01d343 7854if test -n "$RUNTEST"; then
81ecdfbb
RW
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7856$as_echo "$RUNTEST" >&6; }
be01d343 7857else
81ecdfbb
RW
7858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7859$as_echo "no" >&6; }
be01d343 7860fi
a0da8069 7861
81ecdfbb 7862
c6b750e1 7863 test -n "$RUNTEST" && break
be01d343
PB
7864done
7865test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 7866
be01d343
PB
7867case " $configdirs " in
7868 *" dejagnu "*)
6b89cc21 7869 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
7870 ;;
7871esac
a0da8069
NN
7872
7873
a0da8069 7874# Host tools.
859789af
AC
7875ncn_tool_prefix=
7876test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7877ncn_target_tool_prefix=
7878test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7879
9a819804
AO
7880
7881
7882if test -n "$AR"; then
7883 ac_cv_prog_AR=$AR
7884elif test -n "$ac_cv_prog_AR"; then
7885 AR=$ac_cv_prog_AR
7886fi
7887
7888if test -n "$ac_cv_prog_AR"; then
7889 for ncn_progname in ar; do
7890 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7891set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7893$as_echo_n "checking for $ac_word... " >&6; }
7894if test "${ac_cv_prog_AR+set}" = set; then :
7895 $as_echo_n "(cached) " >&6
9a819804
AO
7896else
7897 if test -n "$AR"; then
7898 ac_cv_prog_AR="$AR" # Let the user override the test.
7899else
7900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7901for as_dir in $PATH
7902do
7903 IFS=$as_save_IFS
7904 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7905 for ac_exec_ext in '' $ac_executable_extensions; do
7906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 7907 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 7908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
7909 break 2
7910 fi
7911done
81ecdfbb
RW
7912 done
7913IFS=$as_save_IFS
9a819804
AO
7914
7915fi
7916fi
7917AR=$ac_cv_prog_AR
7918if test -n "$AR"; then
81ecdfbb
RW
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7920$as_echo "$AR" >&6; }
9a819804 7921else
81ecdfbb
RW
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7923$as_echo "no" >&6; }
9a819804
AO
7924fi
7925
81ecdfbb 7926
9a819804
AO
7927 done
7928fi
7929
7930for ncn_progname in ar; do
05cbd757
PB
7931 if test -n "$ncn_tool_prefix"; then
7932 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7933set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
7934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7935$as_echo_n "checking for $ac_word... " >&6; }
7936if test "${ac_cv_prog_AR+set}" = set; then :
7937 $as_echo_n "(cached) " >&6
859789af
AC
7938else
7939 if test -n "$AR"; then
7940 ac_cv_prog_AR="$AR" # Let the user override the test.
7941else
c6b750e1
DJ
7942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7943for as_dir in $PATH
7944do
7945 IFS=$as_save_IFS
7946 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7947 for ac_exec_ext in '' $ac_executable_extensions; do
7948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7949 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 7950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7951 break 2
7952 fi
7953done
81ecdfbb
RW
7954 done
7955IFS=$as_save_IFS
c6b750e1 7956
859789af
AC
7957fi
7958fi
c6b750e1 7959AR=$ac_cv_prog_AR
859789af 7960if test -n "$AR"; then
81ecdfbb
RW
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7962$as_echo "$AR" >&6; }
859789af 7963else
81ecdfbb
RW
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7965$as_echo "no" >&6; }
859789af
AC
7966fi
7967
81ecdfbb 7968
05cbd757
PB
7969 fi
7970 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7971 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7972set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
7973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7974$as_echo_n "checking for $ac_word... " >&6; }
7975if test "${ac_cv_prog_AR+set}" = set; then :
7976 $as_echo_n "(cached) " >&6
859789af 7977else
05cbd757
PB
7978 if test -n "$AR"; then
7979 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 7980else
c6b750e1
DJ
7981as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7982for as_dir in $PATH
7983do
7984 IFS=$as_save_IFS
7985 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7986 for ac_exec_ext in '' $ac_executable_extensions; do
7987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7988 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 7989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7990 break 2
7991 fi
7992done
81ecdfbb
RW
7993 done
7994IFS=$as_save_IFS
c6b750e1 7995
859789af
AC
7996fi
7997fi
c6b750e1 7998AR=$ac_cv_prog_AR
05cbd757 7999if test -n "$AR"; then
81ecdfbb
RW
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8001$as_echo "$AR" >&6; }
859789af 8002else
81ecdfbb
RW
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8004$as_echo "no" >&6; }
859789af 8005fi
c6b750e1 8006
81ecdfbb 8007
05cbd757
PB
8008 fi
8009 test -n "$ac_cv_prog_AR" && break
8010done
8011
8012if test -z "$ac_cv_prog_AR" ; then
8013 set dummy ar
8014 if test $build = $host ; then
8015 AR="$2"
859789af 8016 else
05cbd757 8017 AR="${ncn_tool_prefix}$2"
859789af 8018 fi
859789af
AC
8019fi
8020
9a819804
AO
8021
8022
8023if test -n "$AS"; then
8024 ac_cv_prog_AS=$AS
8025elif test -n "$ac_cv_prog_AS"; then
8026 AS=$ac_cv_prog_AS
8027fi
8028
8029if test -n "$ac_cv_prog_AS"; then
8030 for ncn_progname in as; do
8031 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8032set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8034$as_echo_n "checking for $ac_word... " >&6; }
8035if test "${ac_cv_prog_AS+set}" = set; then :
8036 $as_echo_n "(cached) " >&6
9a819804
AO
8037else
8038 if test -n "$AS"; then
8039 ac_cv_prog_AS="$AS" # Let the user override the test.
8040else
8041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8042for as_dir in $PATH
8043do
8044 IFS=$as_save_IFS
8045 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8046 for ac_exec_ext in '' $ac_executable_extensions; do
8047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8048 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8050 break 2
8051 fi
8052done
81ecdfbb
RW
8053 done
8054IFS=$as_save_IFS
9a819804
AO
8055
8056fi
8057fi
8058AS=$ac_cv_prog_AS
8059if test -n "$AS"; then
81ecdfbb
RW
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8061$as_echo "$AS" >&6; }
9a819804 8062else
81ecdfbb
RW
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8064$as_echo "no" >&6; }
9a819804
AO
8065fi
8066
81ecdfbb 8067
9a819804
AO
8068 done
8069fi
8070
8071for ncn_progname in as; do
05cbd757
PB
8072 if test -n "$ncn_tool_prefix"; then
8073 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8074set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8076$as_echo_n "checking for $ac_word... " >&6; }
8077if test "${ac_cv_prog_AS+set}" = set; then :
8078 $as_echo_n "(cached) " >&6
859789af
AC
8079else
8080 if test -n "$AS"; then
8081 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8082else
8083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8084for as_dir in $PATH
8085do
8086 IFS=$as_save_IFS
8087 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8088 for ac_exec_ext in '' $ac_executable_extensions; do
8089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8090 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8092 break 2
8093 fi
8094done
81ecdfbb
RW
8095 done
8096IFS=$as_save_IFS
c6b750e1 8097
859789af
AC
8098fi
8099fi
c6b750e1 8100AS=$ac_cv_prog_AS
859789af 8101if test -n "$AS"; then
81ecdfbb
RW
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8103$as_echo "$AS" >&6; }
859789af 8104else
81ecdfbb
RW
8105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8106$as_echo "no" >&6; }
859789af
AC
8107fi
8108
81ecdfbb 8109
05cbd757
PB
8110 fi
8111 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8112 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8113set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8115$as_echo_n "checking for $ac_word... " >&6; }
8116if test "${ac_cv_prog_AS+set}" = set; then :
8117 $as_echo_n "(cached) " >&6
859789af 8118else
05cbd757
PB
8119 if test -n "$AS"; then
8120 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8121else
c6b750e1
DJ
8122as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8123for as_dir in $PATH
8124do
8125 IFS=$as_save_IFS
8126 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8127 for ac_exec_ext in '' $ac_executable_extensions; do
8128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8129 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8131 break 2
8132 fi
8133done
81ecdfbb
RW
8134 done
8135IFS=$as_save_IFS
c6b750e1 8136
859789af
AC
8137fi
8138fi
c6b750e1 8139AS=$ac_cv_prog_AS
05cbd757 8140if test -n "$AS"; then
81ecdfbb
RW
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8142$as_echo "$AS" >&6; }
859789af 8143else
81ecdfbb
RW
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8145$as_echo "no" >&6; }
859789af 8146fi
c6b750e1 8147
81ecdfbb 8148
05cbd757
PB
8149 fi
8150 test -n "$ac_cv_prog_AS" && break
8151done
8152
8153if test -z "$ac_cv_prog_AS" ; then
8154 set dummy as
8155 if test $build = $host ; then
8156 AS="$2"
859789af 8157 else
05cbd757 8158 AS="${ncn_tool_prefix}$2"
859789af 8159 fi
859789af
AC
8160fi
8161
9a819804
AO
8162
8163
8164if test -n "$DLLTOOL"; then
8165 ac_cv_prog_DLLTOOL=$DLLTOOL
8166elif test -n "$ac_cv_prog_DLLTOOL"; then
8167 DLLTOOL=$ac_cv_prog_DLLTOOL
8168fi
8169
8170if test -n "$ac_cv_prog_DLLTOOL"; then
8171 for ncn_progname in dlltool; do
8172 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8173set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8175$as_echo_n "checking for $ac_word... " >&6; }
8176if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8177 $as_echo_n "(cached) " >&6
9a819804
AO
8178else
8179 if test -n "$DLLTOOL"; then
8180 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8181else
8182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8183for as_dir in $PATH
8184do
8185 IFS=$as_save_IFS
8186 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8187 for ac_exec_ext in '' $ac_executable_extensions; do
8188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8189 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8191 break 2
8192 fi
8193done
81ecdfbb
RW
8194 done
8195IFS=$as_save_IFS
9a819804
AO
8196
8197fi
8198fi
8199DLLTOOL=$ac_cv_prog_DLLTOOL
8200if test -n "$DLLTOOL"; then
81ecdfbb
RW
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8202$as_echo "$DLLTOOL" >&6; }
9a819804 8203else
81ecdfbb
RW
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8205$as_echo "no" >&6; }
9a819804
AO
8206fi
8207
81ecdfbb 8208
9a819804
AO
8209 done
8210fi
8211
8212for ncn_progname in dlltool; do
05cbd757
PB
8213 if test -n "$ncn_tool_prefix"; then
8214 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8215set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8217$as_echo_n "checking for $ac_word... " >&6; }
8218if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8219 $as_echo_n "(cached) " >&6
859789af
AC
8220else
8221 if test -n "$DLLTOOL"; then
8222 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8223else
c6b750e1
DJ
8224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8225for as_dir in $PATH
8226do
8227 IFS=$as_save_IFS
8228 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8229 for ac_exec_ext in '' $ac_executable_extensions; do
8230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8231 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8233 break 2
8234 fi
8235done
81ecdfbb
RW
8236 done
8237IFS=$as_save_IFS
c6b750e1 8238
859789af
AC
8239fi
8240fi
c6b750e1 8241DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8242if test -n "$DLLTOOL"; then
81ecdfbb
RW
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8244$as_echo "$DLLTOOL" >&6; }
859789af 8245else
81ecdfbb
RW
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8247$as_echo "no" >&6; }
859789af
AC
8248fi
8249
81ecdfbb 8250
05cbd757
PB
8251 fi
8252 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8253 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8254set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8256$as_echo_n "checking for $ac_word... " >&6; }
8257if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8258 $as_echo_n "(cached) " >&6
859789af 8259else
05cbd757
PB
8260 if test -n "$DLLTOOL"; then
8261 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8262else
c6b750e1
DJ
8263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8264for as_dir in $PATH
8265do
8266 IFS=$as_save_IFS
8267 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8268 for ac_exec_ext in '' $ac_executable_extensions; do
8269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8270 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8272 break 2
8273 fi
8274done
81ecdfbb
RW
8275 done
8276IFS=$as_save_IFS
c6b750e1 8277
859789af
AC
8278fi
8279fi
c6b750e1 8280DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8281if test -n "$DLLTOOL"; then
81ecdfbb
RW
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8283$as_echo "$DLLTOOL" >&6; }
859789af 8284else
81ecdfbb
RW
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8286$as_echo "no" >&6; }
859789af 8287fi
c6b750e1 8288
81ecdfbb 8289
05cbd757
PB
8290 fi
8291 test -n "$ac_cv_prog_DLLTOOL" && break
8292done
8293
8294if test -z "$ac_cv_prog_DLLTOOL" ; then
8295 set dummy dlltool
8296 if test $build = $host ; then
8297 DLLTOOL="$2"
859789af 8298 else
05cbd757 8299 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8300 fi
859789af
AC
8301fi
8302
9a819804
AO
8303
8304
8305if test -n "$LD"; then
8306 ac_cv_prog_LD=$LD
8307elif test -n "$ac_cv_prog_LD"; then
8308 LD=$ac_cv_prog_LD
8309fi
8310
8311if test -n "$ac_cv_prog_LD"; then
8312 for ncn_progname in ld; do
8313 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8314set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8316$as_echo_n "checking for $ac_word... " >&6; }
8317if test "${ac_cv_prog_LD+set}" = set; then :
8318 $as_echo_n "(cached) " >&6
9a819804
AO
8319else
8320 if test -n "$LD"; then
8321 ac_cv_prog_LD="$LD" # Let the user override the test.
8322else
8323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8324for as_dir in $PATH
8325do
8326 IFS=$as_save_IFS
8327 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8328 for ac_exec_ext in '' $ac_executable_extensions; do
8329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8330 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8332 break 2
8333 fi
8334done
81ecdfbb
RW
8335 done
8336IFS=$as_save_IFS
9a819804
AO
8337
8338fi
8339fi
8340LD=$ac_cv_prog_LD
8341if test -n "$LD"; then
81ecdfbb
RW
8342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8343$as_echo "$LD" >&6; }
9a819804 8344else
81ecdfbb
RW
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8346$as_echo "no" >&6; }
9a819804
AO
8347fi
8348
81ecdfbb 8349
9a819804
AO
8350 done
8351fi
8352
8353for ncn_progname in ld; do
05cbd757
PB
8354 if test -n "$ncn_tool_prefix"; then
8355 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8356set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8358$as_echo_n "checking for $ac_word... " >&6; }
8359if test "${ac_cv_prog_LD+set}" = set; then :
8360 $as_echo_n "(cached) " >&6
859789af
AC
8361else
8362 if test -n "$LD"; then
8363 ac_cv_prog_LD="$LD" # Let the user override the test.
8364else
c6b750e1
DJ
8365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8366for as_dir in $PATH
8367do
8368 IFS=$as_save_IFS
8369 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8370 for ac_exec_ext in '' $ac_executable_extensions; do
8371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8372 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8374 break 2
8375 fi
8376done
81ecdfbb
RW
8377 done
8378IFS=$as_save_IFS
c6b750e1 8379
859789af
AC
8380fi
8381fi
c6b750e1 8382LD=$ac_cv_prog_LD
859789af 8383if test -n "$LD"; then
81ecdfbb
RW
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8385$as_echo "$LD" >&6; }
859789af 8386else
81ecdfbb
RW
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8388$as_echo "no" >&6; }
859789af
AC
8389fi
8390
81ecdfbb 8391
05cbd757
PB
8392 fi
8393 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8395set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8397$as_echo_n "checking for $ac_word... " >&6; }
8398if test "${ac_cv_prog_LD+set}" = set; then :
8399 $as_echo_n "(cached) " >&6
859789af 8400else
05cbd757
PB
8401 if test -n "$LD"; then
8402 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8403else
c6b750e1
DJ
8404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8405for as_dir in $PATH
8406do
8407 IFS=$as_save_IFS
8408 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8409 for ac_exec_ext in '' $ac_executable_extensions; do
8410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8411 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8413 break 2
8414 fi
8415done
81ecdfbb
RW
8416 done
8417IFS=$as_save_IFS
c6b750e1 8418
859789af
AC
8419fi
8420fi
c6b750e1 8421LD=$ac_cv_prog_LD
05cbd757 8422if test -n "$LD"; then
81ecdfbb
RW
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8424$as_echo "$LD" >&6; }
859789af 8425else
81ecdfbb
RW
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8427$as_echo "no" >&6; }
859789af 8428fi
c6b750e1 8429
81ecdfbb 8430
05cbd757
PB
8431 fi
8432 test -n "$ac_cv_prog_LD" && break
8433done
8434
8435if test -z "$ac_cv_prog_LD" ; then
8436 set dummy ld
8437 if test $build = $host ; then
8438 LD="$2"
859789af 8439 else
05cbd757 8440 LD="${ncn_tool_prefix}$2"
859789af 8441 fi
859789af
AC
8442fi
8443
9a819804
AO
8444
8445
8446if test -n "$LIPO"; then
8447 ac_cv_prog_LIPO=$LIPO
8448elif test -n "$ac_cv_prog_LIPO"; then
8449 LIPO=$ac_cv_prog_LIPO
8450fi
8451
8452if test -n "$ac_cv_prog_LIPO"; then
8453 for ncn_progname in lipo; do
8454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8455set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8457$as_echo_n "checking for $ac_word... " >&6; }
8458if test "${ac_cv_prog_LIPO+set}" = set; then :
8459 $as_echo_n "(cached) " >&6
9a819804
AO
8460else
8461 if test -n "$LIPO"; then
8462 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8463else
8464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8465for as_dir in $PATH
8466do
8467 IFS=$as_save_IFS
8468 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8469 for ac_exec_ext in '' $ac_executable_extensions; do
8470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8471 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8473 break 2
8474 fi
8475done
81ecdfbb
RW
8476 done
8477IFS=$as_save_IFS
9a819804
AO
8478
8479fi
8480fi
8481LIPO=$ac_cv_prog_LIPO
8482if test -n "$LIPO"; then
81ecdfbb
RW
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8484$as_echo "$LIPO" >&6; }
9a819804 8485else
81ecdfbb
RW
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8487$as_echo "no" >&6; }
9a819804
AO
8488fi
8489
81ecdfbb 8490
9a819804
AO
8491 done
8492fi
8493
8494for ncn_progname in lipo; do
be01d343
PB
8495 if test -n "$ncn_tool_prefix"; then
8496 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8497set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8499$as_echo_n "checking for $ac_word... " >&6; }
8500if test "${ac_cv_prog_LIPO+set}" = set; then :
8501 $as_echo_n "(cached) " >&6
be01d343
PB
8502else
8503 if test -n "$LIPO"; then
8504 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8505else
c6b750e1
DJ
8506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8507for as_dir in $PATH
8508do
8509 IFS=$as_save_IFS
8510 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8511 for ac_exec_ext in '' $ac_executable_extensions; do
8512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8513 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8515 break 2
8516 fi
8517done
81ecdfbb
RW
8518 done
8519IFS=$as_save_IFS
c6b750e1 8520
be01d343
PB
8521fi
8522fi
c6b750e1 8523LIPO=$ac_cv_prog_LIPO
be01d343 8524if test -n "$LIPO"; then
81ecdfbb
RW
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8526$as_echo "$LIPO" >&6; }
be01d343 8527else
81ecdfbb
RW
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8529$as_echo "no" >&6; }
be01d343
PB
8530fi
8531
81ecdfbb 8532
be01d343
PB
8533 fi
8534 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8535 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8536set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8538$as_echo_n "checking for $ac_word... " >&6; }
8539if test "${ac_cv_prog_LIPO+set}" = set; then :
8540 $as_echo_n "(cached) " >&6
be01d343
PB
8541else
8542 if test -n "$LIPO"; then
8543 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8544else
c6b750e1
DJ
8545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8546for as_dir in $PATH
8547do
8548 IFS=$as_save_IFS
8549 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8550 for ac_exec_ext in '' $ac_executable_extensions; do
8551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8552 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8554 break 2
8555 fi
8556done
81ecdfbb
RW
8557 done
8558IFS=$as_save_IFS
c6b750e1 8559
be01d343
PB
8560fi
8561fi
c6b750e1 8562LIPO=$ac_cv_prog_LIPO
be01d343 8563if test -n "$LIPO"; then
81ecdfbb
RW
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8565$as_echo "$LIPO" >&6; }
be01d343 8566else
81ecdfbb
RW
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8568$as_echo "no" >&6; }
be01d343 8569fi
c6b750e1 8570
81ecdfbb 8571
be01d343
PB
8572 fi
8573 test -n "$ac_cv_prog_LIPO" && break
8574done
8575
8576if test -z "$ac_cv_prog_LIPO" ; then
8577 set dummy lipo
8578 if test $build = $host ; then
8579 LIPO="$2"
8580 else
8581 LIPO="${ncn_tool_prefix}$2"
8582 fi
8583fi
8584
9a819804
AO
8585
8586
8587if test -n "$NM"; then
8588 ac_cv_prog_NM=$NM
8589elif test -n "$ac_cv_prog_NM"; then
8590 NM=$ac_cv_prog_NM
8591fi
8592
8593if test -n "$ac_cv_prog_NM"; then
8594 for ncn_progname in nm; do
8595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8596set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8598$as_echo_n "checking for $ac_word... " >&6; }
8599if test "${ac_cv_prog_NM+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
859789af
AC
8601else
8602 if test -n "$NM"; then
8603 ac_cv_prog_NM="$NM" # Let the user override the test.
8604else
c6b750e1
DJ
8605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8606for as_dir in $PATH
8607do
8608 IFS=$as_save_IFS
8609 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8610 for ac_exec_ext in '' $ac_executable_extensions; do
8611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8612 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8614 break 2
8615 fi
8616done
81ecdfbb
RW
8617 done
8618IFS=$as_save_IFS
c6b750e1 8619
859789af
AC
8620fi
8621fi
c6b750e1 8622NM=$ac_cv_prog_NM
859789af 8623if test -n "$NM"; then
81ecdfbb
RW
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8625$as_echo "$NM" >&6; }
859789af 8626else
81ecdfbb
RW
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8628$as_echo "no" >&6; }
859789af
AC
8629fi
8630
81ecdfbb 8631
9a819804
AO
8632 done
8633fi
8634
8635for ncn_progname in nm; do
8636 if test -n "$ncn_tool_prefix"; then
8637 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8638set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8640$as_echo_n "checking for $ac_word... " >&6; }
8641if test "${ac_cv_prog_NM+set}" = set; then :
8642 $as_echo_n "(cached) " >&6
859789af 8643else
05cbd757
PB
8644 if test -n "$NM"; then
8645 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8646else
c6b750e1
DJ
8647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8648for as_dir in $PATH
8649do
8650 IFS=$as_save_IFS
8651 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8652 for ac_exec_ext in '' $ac_executable_extensions; do
8653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8654 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8656 break 2
8657 fi
8658done
81ecdfbb
RW
8659 done
8660IFS=$as_save_IFS
c6b750e1 8661
859789af
AC
8662fi
8663fi
c6b750e1 8664NM=$ac_cv_prog_NM
05cbd757 8665if test -n "$NM"; then
81ecdfbb
RW
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8667$as_echo "$NM" >&6; }
859789af 8668else
81ecdfbb
RW
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8670$as_echo "no" >&6; }
859789af 8671fi
c6b750e1 8672
81ecdfbb 8673
05cbd757 8674 fi
9a819804
AO
8675 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8677set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8679$as_echo_n "checking for $ac_word... " >&6; }
8680if test "${ac_cv_prog_NM+set}" = set; then :
8681 $as_echo_n "(cached) " >&6
9a819804
AO
8682else
8683 if test -n "$NM"; then
8684 ac_cv_prog_NM="$NM" # Let the user override the test.
8685else
8686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8687for as_dir in $PATH
8688do
8689 IFS=$as_save_IFS
8690 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8691 for ac_exec_ext in '' $ac_executable_extensions; do
8692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8693 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8695 break 2
8696 fi
8697done
81ecdfbb
RW
8698 done
8699IFS=$as_save_IFS
9a819804
AO
8700
8701fi
8702fi
8703NM=$ac_cv_prog_NM
8704if test -n "$NM"; then
81ecdfbb
RW
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8706$as_echo "$NM" >&6; }
9a819804 8707else
81ecdfbb
RW
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8709$as_echo "no" >&6; }
9a819804
AO
8710fi
8711
81ecdfbb 8712
9a819804
AO
8713 fi
8714 test -n "$ac_cv_prog_NM" && break
8715done
8716
8717if test -z "$ac_cv_prog_NM" ; then
8718 set dummy nm
8719 if test $build = $host ; then
8720 NM="$2"
8721 else
8722 NM="${ncn_tool_prefix}$2"
8723 fi
8724fi
8725
8726
8727
8728if test -n "$RANLIB"; then
8729 ac_cv_prog_RANLIB=$RANLIB
8730elif test -n "$ac_cv_prog_RANLIB"; then
8731 RANLIB=$ac_cv_prog_RANLIB
8732fi
8733
8734if test -n "$ac_cv_prog_RANLIB"; then
8735 for ncn_progname in ranlib; do
8736 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8737set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8739$as_echo_n "checking for $ac_word... " >&6; }
8740if test "${ac_cv_prog_RANLIB+set}" = set; then :
8741 $as_echo_n "(cached) " >&6
9a819804
AO
8742else
8743 if test -n "$RANLIB"; then
8744 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8745else
8746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8747for as_dir in $PATH
8748do
8749 IFS=$as_save_IFS
8750 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8751 for ac_exec_ext in '' $ac_executable_extensions; do
8752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8753 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8755 break 2
8756 fi
8757done
81ecdfbb
RW
8758 done
8759IFS=$as_save_IFS
9a819804
AO
8760
8761fi
8762fi
8763RANLIB=$ac_cv_prog_RANLIB
8764if test -n "$RANLIB"; then
81ecdfbb
RW
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8766$as_echo "$RANLIB" >&6; }
9a819804 8767else
81ecdfbb
RW
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8769$as_echo "no" >&6; }
9a819804
AO
8770fi
8771
81ecdfbb 8772
9a819804
AO
8773 done
8774fi
859789af 8775
9a819804 8776for ncn_progname in ranlib; do
05cbd757
PB
8777 if test -n "$ncn_tool_prefix"; then
8778 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8779set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8781$as_echo_n "checking for $ac_word... " >&6; }
8782if test "${ac_cv_prog_RANLIB+set}" = set; then :
8783 $as_echo_n "(cached) " >&6
859789af
AC
8784else
8785 if test -n "$RANLIB"; then
8786 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8787else
c6b750e1
DJ
8788as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8789for as_dir in $PATH
8790do
8791 IFS=$as_save_IFS
8792 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8793 for ac_exec_ext in '' $ac_executable_extensions; do
8794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8795 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8797 break 2
8798 fi
8799done
81ecdfbb
RW
8800 done
8801IFS=$as_save_IFS
c6b750e1 8802
859789af
AC
8803fi
8804fi
c6b750e1 8805RANLIB=$ac_cv_prog_RANLIB
859789af 8806if test -n "$RANLIB"; then
81ecdfbb
RW
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8808$as_echo "$RANLIB" >&6; }
859789af 8809else
81ecdfbb
RW
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8811$as_echo "no" >&6; }
859789af
AC
8812fi
8813
81ecdfbb 8814
05cbd757
PB
8815 fi
8816 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8817 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8818set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8820$as_echo_n "checking for $ac_word... " >&6; }
8821if test "${ac_cv_prog_RANLIB+set}" = set; then :
8822 $as_echo_n "(cached) " >&6
859789af 8823else
05cbd757
PB
8824 if test -n "$RANLIB"; then
8825 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 8826else
c6b750e1
DJ
8827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8828for as_dir in $PATH
8829do
8830 IFS=$as_save_IFS
8831 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8832 for ac_exec_ext in '' $ac_executable_extensions; do
8833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8834 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8836 break 2
8837 fi
8838done
81ecdfbb
RW
8839 done
8840IFS=$as_save_IFS
c6b750e1 8841
859789af
AC
8842fi
8843fi
c6b750e1 8844RANLIB=$ac_cv_prog_RANLIB
05cbd757 8845if test -n "$RANLIB"; then
81ecdfbb
RW
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8847$as_echo "$RANLIB" >&6; }
859789af 8848else
81ecdfbb
RW
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8850$as_echo "no" >&6; }
859789af 8851fi
c6b750e1 8852
81ecdfbb 8853
859789af 8854 fi
05cbd757
PB
8855 test -n "$ac_cv_prog_RANLIB" && break
8856done
8857
8858if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 8859 RANLIB="true"
859789af
AC
8860fi
8861
9a819804
AO
8862
8863
8864if test -n "$STRIP"; then
8865 ac_cv_prog_STRIP=$STRIP
8866elif test -n "$ac_cv_prog_STRIP"; then
8867 STRIP=$ac_cv_prog_STRIP
8868fi
8869
8870if test -n "$ac_cv_prog_STRIP"; then
8871 for ncn_progname in strip; do
8872 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8873set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8875$as_echo_n "checking for $ac_word... " >&6; }
8876if test "${ac_cv_prog_STRIP+set}" = set; then :
8877 $as_echo_n "(cached) " >&6
9a819804
AO
8878else
8879 if test -n "$STRIP"; then
8880 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8881else
8882as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8883for as_dir in $PATH
8884do
8885 IFS=$as_save_IFS
8886 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8887 for ac_exec_ext in '' $ac_executable_extensions; do
8888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8889 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 8890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8891 break 2
8892 fi
8893done
81ecdfbb
RW
8894 done
8895IFS=$as_save_IFS
9a819804
AO
8896
8897fi
8898fi
8899STRIP=$ac_cv_prog_STRIP
8900if test -n "$STRIP"; then
81ecdfbb
RW
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8902$as_echo "$STRIP" >&6; }
9a819804 8903else
81ecdfbb
RW
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8905$as_echo "no" >&6; }
9a819804
AO
8906fi
8907
81ecdfbb 8908
9a819804
AO
8909 done
8910fi
8911
8912for ncn_progname in strip; do
be01d343
PB
8913 if test -n "$ncn_tool_prefix"; then
8914 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8915set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8917$as_echo_n "checking for $ac_word... " >&6; }
8918if test "${ac_cv_prog_STRIP+set}" = set; then :
8919 $as_echo_n "(cached) " >&6
be01d343
PB
8920else
8921 if test -n "$STRIP"; then
8922 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8923else
c6b750e1
DJ
8924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8925for as_dir in $PATH
8926do
8927 IFS=$as_save_IFS
8928 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8929 for ac_exec_ext in '' $ac_executable_extensions; do
8930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8931 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8933 break 2
8934 fi
8935done
81ecdfbb
RW
8936 done
8937IFS=$as_save_IFS
c6b750e1 8938
be01d343
PB
8939fi
8940fi
c6b750e1 8941STRIP=$ac_cv_prog_STRIP
be01d343 8942if test -n "$STRIP"; then
81ecdfbb
RW
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8944$as_echo "$STRIP" >&6; }
be01d343 8945else
81ecdfbb
RW
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8947$as_echo "no" >&6; }
be01d343
PB
8948fi
8949
81ecdfbb 8950
be01d343
PB
8951 fi
8952 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8953 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8954set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8956$as_echo_n "checking for $ac_word... " >&6; }
8957if test "${ac_cv_prog_STRIP+set}" = set; then :
8958 $as_echo_n "(cached) " >&6
be01d343
PB
8959else
8960 if test -n "$STRIP"; then
8961 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8962else
c6b750e1
DJ
8963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8964for as_dir in $PATH
8965do
8966 IFS=$as_save_IFS
8967 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8968 for ac_exec_ext in '' $ac_executable_extensions; do
8969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8970 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 8971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8972 break 2
8973 fi
8974done
81ecdfbb
RW
8975 done
8976IFS=$as_save_IFS
c6b750e1 8977
be01d343
PB
8978fi
8979fi
c6b750e1 8980STRIP=$ac_cv_prog_STRIP
be01d343 8981if test -n "$STRIP"; then
81ecdfbb
RW
8982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8983$as_echo "$STRIP" >&6; }
be01d343 8984else
81ecdfbb
RW
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8986$as_echo "no" >&6; }
be01d343 8987fi
c6b750e1 8988
81ecdfbb 8989
be01d343
PB
8990 fi
8991 test -n "$ac_cv_prog_STRIP" && break
8992done
8993
8994if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 8995 STRIP="true"
be01d343
PB
8996fi
8997
9a819804
AO
8998
8999
9000if test -n "$WINDRES"; then
9001 ac_cv_prog_WINDRES=$WINDRES
9002elif test -n "$ac_cv_prog_WINDRES"; then
9003 WINDRES=$ac_cv_prog_WINDRES
9004fi
9005
9006if test -n "$ac_cv_prog_WINDRES"; then
9007 for ncn_progname in windres; do
9008 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9009set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9011$as_echo_n "checking for $ac_word... " >&6; }
9012if test "${ac_cv_prog_WINDRES+set}" = set; then :
9013 $as_echo_n "(cached) " >&6
9a819804
AO
9014else
9015 if test -n "$WINDRES"; then
9016 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9017else
9018as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9019for as_dir in $PATH
9020do
9021 IFS=$as_save_IFS
9022 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9023 for ac_exec_ext in '' $ac_executable_extensions; do
9024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9025 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9027 break 2
9028 fi
9029done
81ecdfbb
RW
9030 done
9031IFS=$as_save_IFS
9a819804
AO
9032
9033fi
9034fi
9035WINDRES=$ac_cv_prog_WINDRES
9036if test -n "$WINDRES"; then
81ecdfbb
RW
9037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9038$as_echo "$WINDRES" >&6; }
9a819804 9039else
81ecdfbb
RW
9040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9041$as_echo "no" >&6; }
9a819804
AO
9042fi
9043
81ecdfbb 9044
9a819804
AO
9045 done
9046fi
9047
9048for ncn_progname in windres; do
05cbd757
PB
9049 if test -n "$ncn_tool_prefix"; then
9050 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9051set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9053$as_echo_n "checking for $ac_word... " >&6; }
9054if test "${ac_cv_prog_WINDRES+set}" = set; then :
9055 $as_echo_n "(cached) " >&6
859789af
AC
9056else
9057 if test -n "$WINDRES"; then
9058 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9059else
c6b750e1
DJ
9060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9061for as_dir in $PATH
9062do
9063 IFS=$as_save_IFS
9064 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9065 for ac_exec_ext in '' $ac_executable_extensions; do
9066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9067 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9069 break 2
9070 fi
9071done
81ecdfbb
RW
9072 done
9073IFS=$as_save_IFS
c6b750e1 9074
859789af
AC
9075fi
9076fi
c6b750e1 9077WINDRES=$ac_cv_prog_WINDRES
859789af 9078if test -n "$WINDRES"; then
81ecdfbb
RW
9079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9080$as_echo "$WINDRES" >&6; }
859789af 9081else
81ecdfbb
RW
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9083$as_echo "no" >&6; }
859789af
AC
9084fi
9085
81ecdfbb 9086
05cbd757
PB
9087 fi
9088 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9089 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9090set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9092$as_echo_n "checking for $ac_word... " >&6; }
9093if test "${ac_cv_prog_WINDRES+set}" = set; then :
9094 $as_echo_n "(cached) " >&6
859789af 9095else
05cbd757
PB
9096 if test -n "$WINDRES"; then
9097 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9098else
c6b750e1
DJ
9099as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9100for as_dir in $PATH
9101do
9102 IFS=$as_save_IFS
9103 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9104 for ac_exec_ext in '' $ac_executable_extensions; do
9105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9106 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9108 break 2
9109 fi
9110done
81ecdfbb
RW
9111 done
9112IFS=$as_save_IFS
c6b750e1 9113
859789af
AC
9114fi
9115fi
c6b750e1 9116WINDRES=$ac_cv_prog_WINDRES
05cbd757 9117if test -n "$WINDRES"; then
81ecdfbb
RW
9118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9119$as_echo "$WINDRES" >&6; }
859789af 9120else
81ecdfbb
RW
9121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9122$as_echo "no" >&6; }
859789af 9123fi
c6b750e1 9124
81ecdfbb 9125
05cbd757
PB
9126 fi
9127 test -n "$ac_cv_prog_WINDRES" && break
9128done
9129
9130if test -z "$ac_cv_prog_WINDRES" ; then
9131 set dummy windres
9132 if test $build = $host ; then
9133 WINDRES="$2"
859789af 9134 else
05cbd757 9135 WINDRES="${ncn_tool_prefix}$2"
859789af 9136 fi
859789af
AC
9137fi
9138
9a819804
AO
9139
9140
0c24b341
NC
9141if test -n "$WINDMC"; then
9142 ac_cv_prog_WINDMC=$WINDMC
9143elif test -n "$ac_cv_prog_WINDMC"; then
9144 WINDMC=$ac_cv_prog_WINDMC
9145fi
9146
9147if test -n "$ac_cv_prog_WINDMC"; then
9148 for ncn_progname in windmc; do
9149 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9150set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9152$as_echo_n "checking for $ac_word... " >&6; }
9153if test "${ac_cv_prog_WINDMC+set}" = set; then :
9154 $as_echo_n "(cached) " >&6
0c24b341
NC
9155else
9156 if test -n "$WINDMC"; then
9157 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9158else
9159as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9160for as_dir in $PATH
9161do
9162 IFS=$as_save_IFS
9163 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9164 for ac_exec_ext in '' $ac_executable_extensions; do
9165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9166 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9168 break 2
9169 fi
9170done
81ecdfbb
RW
9171 done
9172IFS=$as_save_IFS
0c24b341
NC
9173
9174fi
9175fi
9176WINDMC=$ac_cv_prog_WINDMC
9177if test -n "$WINDMC"; then
81ecdfbb
RW
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9179$as_echo "$WINDMC" >&6; }
0c24b341 9180else
81ecdfbb
RW
9181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9182$as_echo "no" >&6; }
0c24b341
NC
9183fi
9184
81ecdfbb 9185
0c24b341
NC
9186 done
9187fi
9188
9189for ncn_progname in windmc; do
9190 if test -n "$ncn_tool_prefix"; then
9191 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9192set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9194$as_echo_n "checking for $ac_word... " >&6; }
9195if test "${ac_cv_prog_WINDMC+set}" = set; then :
9196 $as_echo_n "(cached) " >&6
0c24b341
NC
9197else
9198 if test -n "$WINDMC"; then
9199 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9200else
9201as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9202for as_dir in $PATH
9203do
9204 IFS=$as_save_IFS
9205 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9206 for ac_exec_ext in '' $ac_executable_extensions; do
9207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9208 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9210 break 2
9211 fi
9212done
81ecdfbb
RW
9213 done
9214IFS=$as_save_IFS
0c24b341
NC
9215
9216fi
9217fi
9218WINDMC=$ac_cv_prog_WINDMC
9219if test -n "$WINDMC"; then
81ecdfbb
RW
9220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9221$as_echo "$WINDMC" >&6; }
0c24b341 9222else
81ecdfbb
RW
9223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9224$as_echo "no" >&6; }
0c24b341
NC
9225fi
9226
81ecdfbb 9227
0c24b341
NC
9228 fi
9229 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9230 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9231set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9233$as_echo_n "checking for $ac_word... " >&6; }
9234if test "${ac_cv_prog_WINDMC+set}" = set; then :
9235 $as_echo_n "(cached) " >&6
0c24b341
NC
9236else
9237 if test -n "$WINDMC"; then
9238 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9239else
9240as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9241for as_dir in $PATH
9242do
9243 IFS=$as_save_IFS
9244 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9245 for ac_exec_ext in '' $ac_executable_extensions; do
9246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9247 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9249 break 2
9250 fi
9251done
81ecdfbb
RW
9252 done
9253IFS=$as_save_IFS
0c24b341
NC
9254
9255fi
9256fi
9257WINDMC=$ac_cv_prog_WINDMC
9258if test -n "$WINDMC"; then
81ecdfbb
RW
9259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9260$as_echo "$WINDMC" >&6; }
0c24b341 9261else
81ecdfbb
RW
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9263$as_echo "no" >&6; }
0c24b341
NC
9264fi
9265
81ecdfbb 9266
0c24b341
NC
9267 fi
9268 test -n "$ac_cv_prog_WINDMC" && break
9269done
9270
9271if test -z "$ac_cv_prog_WINDMC" ; then
9272 set dummy windmc
9273 if test $build = $host ; then
9274 WINDMC="$2"
9275 else
9276 WINDMC="${ncn_tool_prefix}$2"
9277 fi
9278fi
9279
9280
9281
9a819804
AO
9282if test -n "$OBJCOPY"; then
9283 ac_cv_prog_OBJCOPY=$OBJCOPY
9284elif test -n "$ac_cv_prog_OBJCOPY"; then
9285 OBJCOPY=$ac_cv_prog_OBJCOPY
9286fi
9287
9288if test -n "$ac_cv_prog_OBJCOPY"; then
9289 for ncn_progname in objcopy; do
9290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9291set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9293$as_echo_n "checking for $ac_word... " >&6; }
9294if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9295 $as_echo_n "(cached) " >&6
9a819804
AO
9296else
9297 if test -n "$OBJCOPY"; then
9298 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9299else
9300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9301for as_dir in $PATH
9302do
9303 IFS=$as_save_IFS
9304 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9305 for ac_exec_ext in '' $ac_executable_extensions; do
9306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9307 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9309 break 2
9310 fi
9311done
81ecdfbb
RW
9312 done
9313IFS=$as_save_IFS
9a819804
AO
9314
9315fi
9316fi
9317OBJCOPY=$ac_cv_prog_OBJCOPY
9318if test -n "$OBJCOPY"; then
81ecdfbb
RW
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9320$as_echo "$OBJCOPY" >&6; }
9a819804 9321else
81ecdfbb
RW
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9323$as_echo "no" >&6; }
9a819804
AO
9324fi
9325
81ecdfbb 9326
9a819804
AO
9327 done
9328fi
9329
9330for ncn_progname in objcopy; do
05cbd757
PB
9331 if test -n "$ncn_tool_prefix"; then
9332 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9333set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9335$as_echo_n "checking for $ac_word... " >&6; }
9336if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9337 $as_echo_n "(cached) " >&6
859789af
AC
9338else
9339 if test -n "$OBJCOPY"; then
9340 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9341else
c6b750e1
DJ
9342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9343for as_dir in $PATH
9344do
9345 IFS=$as_save_IFS
9346 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9347 for ac_exec_ext in '' $ac_executable_extensions; do
9348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9349 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9351 break 2
9352 fi
9353done
81ecdfbb
RW
9354 done
9355IFS=$as_save_IFS
c6b750e1 9356
859789af
AC
9357fi
9358fi
c6b750e1 9359OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9360if test -n "$OBJCOPY"; then
81ecdfbb
RW
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9362$as_echo "$OBJCOPY" >&6; }
859789af 9363else
81ecdfbb
RW
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9365$as_echo "no" >&6; }
859789af
AC
9366fi
9367
81ecdfbb 9368
05cbd757
PB
9369 fi
9370 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9371 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9372set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9374$as_echo_n "checking for $ac_word... " >&6; }
9375if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9376 $as_echo_n "(cached) " >&6
859789af 9377else
05cbd757
PB
9378 if test -n "$OBJCOPY"; then
9379 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9380else
c6b750e1
DJ
9381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9382for as_dir in $PATH
9383do
9384 IFS=$as_save_IFS
9385 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9386 for ac_exec_ext in '' $ac_executable_extensions; do
9387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9388 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9390 break 2
9391 fi
9392done
81ecdfbb
RW
9393 done
9394IFS=$as_save_IFS
c6b750e1 9395
859789af
AC
9396fi
9397fi
c6b750e1 9398OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9399if test -n "$OBJCOPY"; then
81ecdfbb
RW
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9401$as_echo "$OBJCOPY" >&6; }
859789af 9402else
81ecdfbb
RW
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9404$as_echo "no" >&6; }
859789af 9405fi
c6b750e1 9406
81ecdfbb 9407
05cbd757
PB
9408 fi
9409 test -n "$ac_cv_prog_OBJCOPY" && break
9410done
9411
9412if test -z "$ac_cv_prog_OBJCOPY" ; then
9413 set dummy objcopy
9414 if test $build = $host ; then
9415 OBJCOPY="$2"
859789af 9416 else
05cbd757 9417 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9418 fi
859789af
AC
9419fi
9420
9a819804
AO
9421
9422
9423if test -n "$OBJDUMP"; then
9424 ac_cv_prog_OBJDUMP=$OBJDUMP
9425elif test -n "$ac_cv_prog_OBJDUMP"; then
9426 OBJDUMP=$ac_cv_prog_OBJDUMP
9427fi
9428
9429if test -n "$ac_cv_prog_OBJDUMP"; then
9430 for ncn_progname in objdump; do
9431 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9432set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9434$as_echo_n "checking for $ac_word... " >&6; }
9435if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9436 $as_echo_n "(cached) " >&6
9a819804
AO
9437else
9438 if test -n "$OBJDUMP"; then
9439 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9440else
9441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9442for as_dir in $PATH
9443do
9444 IFS=$as_save_IFS
9445 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9446 for ac_exec_ext in '' $ac_executable_extensions; do
9447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9448 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9450 break 2
9451 fi
9452done
81ecdfbb
RW
9453 done
9454IFS=$as_save_IFS
9a819804
AO
9455
9456fi
9457fi
9458OBJDUMP=$ac_cv_prog_OBJDUMP
9459if test -n "$OBJDUMP"; then
81ecdfbb
RW
9460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9461$as_echo "$OBJDUMP" >&6; }
9a819804 9462else
81ecdfbb
RW
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9464$as_echo "no" >&6; }
9a819804
AO
9465fi
9466
81ecdfbb 9467
9a819804
AO
9468 done
9469fi
9470
9471for ncn_progname in objdump; do
05cbd757
PB
9472 if test -n "$ncn_tool_prefix"; then
9473 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9474set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9476$as_echo_n "checking for $ac_word... " >&6; }
9477if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9478 $as_echo_n "(cached) " >&6
859789af
AC
9479else
9480 if test -n "$OBJDUMP"; then
9481 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9482else
c6b750e1
DJ
9483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9484for as_dir in $PATH
9485do
9486 IFS=$as_save_IFS
9487 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9488 for ac_exec_ext in '' $ac_executable_extensions; do
9489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9490 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9492 break 2
9493 fi
9494done
81ecdfbb
RW
9495 done
9496IFS=$as_save_IFS
c6b750e1 9497
859789af
AC
9498fi
9499fi
c6b750e1 9500OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9501if test -n "$OBJDUMP"; then
81ecdfbb
RW
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9503$as_echo "$OBJDUMP" >&6; }
859789af 9504else
81ecdfbb
RW
9505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9506$as_echo "no" >&6; }
859789af
AC
9507fi
9508
81ecdfbb 9509
05cbd757
PB
9510 fi
9511 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9512 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9513set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9515$as_echo_n "checking for $ac_word... " >&6; }
9516if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9517 $as_echo_n "(cached) " >&6
859789af 9518else
05cbd757
PB
9519 if test -n "$OBJDUMP"; then
9520 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9521else
c6b750e1
DJ
9522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9523for as_dir in $PATH
9524do
9525 IFS=$as_save_IFS
9526 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9527 for ac_exec_ext in '' $ac_executable_extensions; do
9528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9529 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9531 break 2
9532 fi
9533done
81ecdfbb
RW
9534 done
9535IFS=$as_save_IFS
c6b750e1 9536
859789af
AC
9537fi
9538fi
c6b750e1 9539OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9540if test -n "$OBJDUMP"; then
81ecdfbb
RW
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9542$as_echo "$OBJDUMP" >&6; }
859789af 9543else
81ecdfbb
RW
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9545$as_echo "no" >&6; }
859789af 9546fi
c6b750e1 9547
81ecdfbb 9548
05cbd757
PB
9549 fi
9550 test -n "$ac_cv_prog_OBJDUMP" && break
9551done
9552
9553if test -z "$ac_cv_prog_OBJDUMP" ; then
9554 set dummy objdump
9555 if test $build = $host ; then
9556 OBJDUMP="$2"
859789af 9557 else
05cbd757 9558 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9559 fi
859789af
AC
9560fi
9561
a0da8069
NN
9562
9563
b121d7d4
DD
9564if test -n "$READELF"; then
9565 ac_cv_prog_READELF=$READELF
9566elif test -n "$ac_cv_prog_READELF"; then
9567 READELF=$ac_cv_prog_READELF
9568fi
9569
9570if test -n "$ac_cv_prog_READELF"; then
9571 for ncn_progname in readelf; do
9572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9573set dummy ${ncn_progname}; ac_word=$2
9574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9575$as_echo_n "checking for $ac_word... " >&6; }
9576if test "${ac_cv_prog_READELF+set}" = set; then :
9577 $as_echo_n "(cached) " >&6
9578else
9579 if test -n "$READELF"; then
9580 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9581else
9582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9583for as_dir in $PATH
9584do
9585 IFS=$as_save_IFS
9586 test -z "$as_dir" && as_dir=.
9587 for ac_exec_ext in '' $ac_executable_extensions; do
9588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9589 ac_cv_prog_READELF="${ncn_progname}"
9590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9591 break 2
9592 fi
9593done
9594 done
9595IFS=$as_save_IFS
9596
9597fi
9598fi
9599READELF=$ac_cv_prog_READELF
9600if test -n "$READELF"; then
9601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9602$as_echo "$READELF" >&6; }
9603else
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9605$as_echo "no" >&6; }
9606fi
9607
9608
9609 done
9610fi
9611
9612for ncn_progname in readelf; do
9613 if test -n "$ncn_tool_prefix"; then
9614 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9615set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9617$as_echo_n "checking for $ac_word... " >&6; }
9618if test "${ac_cv_prog_READELF+set}" = set; then :
9619 $as_echo_n "(cached) " >&6
9620else
9621 if test -n "$READELF"; then
9622 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9623else
9624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9625for as_dir in $PATH
9626do
9627 IFS=$as_save_IFS
9628 test -z "$as_dir" && as_dir=.
9629 for ac_exec_ext in '' $ac_executable_extensions; do
9630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9631 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9633 break 2
9634 fi
9635done
9636 done
9637IFS=$as_save_IFS
9638
9639fi
9640fi
9641READELF=$ac_cv_prog_READELF
9642if test -n "$READELF"; then
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9644$as_echo "$READELF" >&6; }
9645else
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9647$as_echo "no" >&6; }
9648fi
9649
9650
9651 fi
9652 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9653 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9654set dummy ${ncn_progname}; ac_word=$2
9655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9656$as_echo_n "checking for $ac_word... " >&6; }
9657if test "${ac_cv_prog_READELF+set}" = set; then :
9658 $as_echo_n "(cached) " >&6
9659else
9660 if test -n "$READELF"; then
9661 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9662else
9663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9664for as_dir in $PATH
9665do
9666 IFS=$as_save_IFS
9667 test -z "$as_dir" && as_dir=.
9668 for ac_exec_ext in '' $ac_executable_extensions; do
9669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9670 ac_cv_prog_READELF="${ncn_progname}"
9671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9672 break 2
9673 fi
9674done
9675 done
9676IFS=$as_save_IFS
9677
9678fi
9679fi
9680READELF=$ac_cv_prog_READELF
9681if test -n "$READELF"; then
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9683$as_echo "$READELF" >&6; }
9684else
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9686$as_echo "no" >&6; }
9687fi
9688
9689
9690 fi
9691 test -n "$ac_cv_prog_READELF" && break
9692done
9693
9694if test -z "$ac_cv_prog_READELF" ; then
9695 set dummy readelf
9696 if test $build = $host ; then
9697 READELF="$2"
9698 else
9699 READELF="${ncn_tool_prefix}$2"
9700 fi
9701fi
9702
9703
9704
a0da8069
NN
9705
9706
9707
be01d343 9708# Target tools.
c6b750e1 9709
81ecdfbb
RW
9710# Check whether --with-build-time-tools was given.
9711if test "${with_build_time_tools+set}" = set; then :
9712 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9713 x/*) ;;
9714 *)
9715 with_build_time_tools=
81ecdfbb
RW
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9717$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9718 ;;
9719 esac
859789af 9720else
2429c060 9721 with_build_time_tools=
81ecdfbb
RW
9722fi
9723
859789af 9724
9a819804
AO
9725
9726
9727if test -n "$CC_FOR_TARGET"; then
9728 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9729elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9730 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9731fi
9732
9733if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9734 for ncn_progname in cc gcc; do
9735 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9736set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9738$as_echo_n "checking for $ac_word... " >&6; }
9739if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9740 $as_echo_n "(cached) " >&6
9a819804
AO
9741else
9742 if test -n "$CC_FOR_TARGET"; then
9743 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9744else
9745as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9746for as_dir in $PATH
9747do
9748 IFS=$as_save_IFS
9749 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9750 for ac_exec_ext in '' $ac_executable_extensions; do
9751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9752 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9754 break 2
9755 fi
9756done
81ecdfbb
RW
9757 done
9758IFS=$as_save_IFS
9a819804
AO
9759
9760fi
9761fi
9762CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9763if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9765$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9766else
81ecdfbb
RW
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9768$as_echo "no" >&6; }
9a819804
AO
9769fi
9770
81ecdfbb 9771
9a819804
AO
9772 done
9773fi
9774
9775if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9776 for ncn_progname in cc gcc; do
81ecdfbb
RW
9777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9778$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9779 if test -x $with_build_time_tools/${ncn_progname}; then
9780 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9782$as_echo "yes" >&6; }
cac3d6c4 9783 break
2429c060 9784 else
81ecdfbb
RW
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9786$as_echo "no" >&6; }
cac3d6c4
CM
9787 fi
9788 done
55db4b87
PB
9789fi
9790
2429c060
PB
9791if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9792 for ncn_progname in cc gcc; do
9793 if test -n "$ncn_target_tool_prefix"; then
9794 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9795set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9797$as_echo_n "checking for $ac_word... " >&6; }
9798if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9799 $as_echo_n "(cached) " >&6
55db4b87
PB
9800else
9801 if test -n "$CC_FOR_TARGET"; then
9802 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9803else
c6b750e1
DJ
9804as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9805for as_dir in $PATH
9806do
9807 IFS=$as_save_IFS
9808 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9809 for ac_exec_ext in '' $ac_executable_extensions; do
9810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9811 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9813 break 2
9814 fi
9815done
81ecdfbb
RW
9816 done
9817IFS=$as_save_IFS
c6b750e1 9818
55db4b87
PB
9819fi
9820fi
c6b750e1 9821CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 9822if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9824$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9825else
81ecdfbb
RW
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9827$as_echo "no" >&6; }
55db4b87
PB
9828fi
9829
81ecdfbb 9830
2429c060
PB
9831 fi
9832 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9833 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9834set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9836$as_echo_n "checking for $ac_word... " >&6; }
9837if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9838 $as_echo_n "(cached) " >&6
55db4b87 9839else
05cbd757
PB
9840 if test -n "$CC_FOR_TARGET"; then
9841 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 9842else
c6b750e1
DJ
9843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9844for as_dir in $PATH
9845do
9846 IFS=$as_save_IFS
9847 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9848 for ac_exec_ext in '' $ac_executable_extensions; do
9849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9850 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9852 break 2
9853 fi
9854done
81ecdfbb
RW
9855 done
9856IFS=$as_save_IFS
c6b750e1 9857
55db4b87
PB
9858fi
9859fi
c6b750e1 9860CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 9861if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9863$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9864else
81ecdfbb
RW
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9866$as_echo "no" >&6; }
55db4b87 9867fi
c6b750e1 9868
81ecdfbb 9869
2429c060
PB
9870 fi
9871 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9872 done
9873fi
c6b750e1 9874
05cbd757
PB
9875if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9876 set dummy cc gcc
9877 if test $build = $target ; then
9878 CC_FOR_TARGET="$2"
55db4b87 9879 else
05cbd757 9880 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 9881 fi
d3f5afc4
MS
9882else
9883 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
9884fi
9885
9a819804
AO
9886
9887
9888if test -n "$CXX_FOR_TARGET"; then
9889 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9890elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9891 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9892fi
9893
9894if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9895 for ncn_progname in c++ g++ cxx gxx; do
9896 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9897set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9899$as_echo_n "checking for $ac_word... " >&6; }
9900if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9901 $as_echo_n "(cached) " >&6
9a819804
AO
9902else
9903 if test -n "$CXX_FOR_TARGET"; then
9904 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9905else
9906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9907for as_dir in $PATH
9908do
9909 IFS=$as_save_IFS
9910 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9911 for ac_exec_ext in '' $ac_executable_extensions; do
9912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9913 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 9914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9915 break 2
9916 fi
9917done
81ecdfbb
RW
9918 done
9919IFS=$as_save_IFS
9a819804
AO
9920
9921fi
9922fi
9923CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9924if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9926$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 9927else
81ecdfbb
RW
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9929$as_echo "no" >&6; }
9a819804
AO
9930fi
9931
81ecdfbb 9932
9a819804
AO
9933 done
9934fi
9935
9936if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9937 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9939$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9940 if test -x $with_build_time_tools/${ncn_progname}; then
9941 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9943$as_echo "yes" >&6; }
2429c060
PB
9944 break
9945 else
81ecdfbb
RW
9946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9947$as_echo "no" >&6; }
2429c060
PB
9948 fi
9949 done
9950fi
9951
9952if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9953 for ncn_progname in c++ g++ cxx gxx; do
9954 if test -n "$ncn_target_tool_prefix"; then
9955 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9956set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9958$as_echo_n "checking for $ac_word... " >&6; }
9959if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9960 $as_echo_n "(cached) " >&6
55db4b87
PB
9961else
9962 if test -n "$CXX_FOR_TARGET"; then
9963 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9964else
c6b750e1
DJ
9965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9966for as_dir in $PATH
9967do
9968 IFS=$as_save_IFS
9969 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9970 for ac_exec_ext in '' $ac_executable_extensions; do
9971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9972 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9974 break 2
9975 fi
9976done
81ecdfbb
RW
9977 done
9978IFS=$as_save_IFS
c6b750e1 9979
55db4b87
PB
9980fi
9981fi
c6b750e1 9982CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 9983if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
9984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9985$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 9986else
81ecdfbb
RW
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9988$as_echo "no" >&6; }
55db4b87
PB
9989fi
9990
81ecdfbb 9991
2429c060
PB
9992 fi
9993 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9994 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9995set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9997$as_echo_n "checking for $ac_word... " >&6; }
9998if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9999 $as_echo_n "(cached) " >&6
55db4b87 10000else
05cbd757
PB
10001 if test -n "$CXX_FOR_TARGET"; then
10002 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 10003else
c6b750e1
DJ
10004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10005for as_dir in $PATH
10006do
10007 IFS=$as_save_IFS
10008 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10009 for ac_exec_ext in '' $ac_executable_extensions; do
10010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10011 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10013 break 2
10014 fi
10015done
81ecdfbb
RW
10016 done
10017IFS=$as_save_IFS
c6b750e1 10018
55db4b87
PB
10019fi
10020fi
c6b750e1 10021CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 10022if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10024$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10025else
81ecdfbb
RW
10026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10027$as_echo "no" >&6; }
55db4b87 10028fi
c6b750e1 10029
81ecdfbb 10030
2429c060
PB
10031 fi
10032 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10033 done
10034fi
c6b750e1 10035
05cbd757
PB
10036if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10037 set dummy c++ g++ cxx gxx
10038 if test $build = $target ; then
10039 CXX_FOR_TARGET="$2"
55db4b87 10040 else
05cbd757 10041 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10042 fi
d3f5afc4
MS
10043else
10044 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
10045fi
10046
9a819804
AO
10047
10048
10049if test -n "$GCC_FOR_TARGET"; then
10050 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10051elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10052 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10053fi
10054
10055if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10056 for ncn_progname in gcc; do
10057 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10058set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10060$as_echo_n "checking for $ac_word... " >&6; }
10061if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10062 $as_echo_n "(cached) " >&6
9a819804
AO
10063else
10064 if test -n "$GCC_FOR_TARGET"; then
10065 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10066else
10067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10068for as_dir in $PATH
10069do
10070 IFS=$as_save_IFS
10071 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10072 for ac_exec_ext in '' $ac_executable_extensions; do
10073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10074 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10076 break 2
10077 fi
10078done
81ecdfbb
RW
10079 done
10080IFS=$as_save_IFS
9a819804
AO
10081
10082fi
10083fi
10084GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10085if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10087$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10088else
81ecdfbb
RW
10089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10090$as_echo "no" >&6; }
9a819804
AO
10091fi
10092
81ecdfbb 10093
9a819804
AO
10094 done
10095fi
10096
10097if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10098 for ncn_progname in gcc; do
81ecdfbb
RW
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10100$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10101 if test -x $with_build_time_tools/${ncn_progname}; then
10102 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10104$as_echo "yes" >&6; }
2429c060
PB
10105 break
10106 else
81ecdfbb
RW
10107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10108$as_echo "no" >&6; }
2429c060
PB
10109 fi
10110 done
10111fi
10112
10113if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10114 for ncn_progname in gcc; do
10115 if test -n "$ncn_target_tool_prefix"; then
10116 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10117set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10119$as_echo_n "checking for $ac_word... " >&6; }
10120if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10121 $as_echo_n "(cached) " >&6
859789af 10122else
2429c060
PB
10123 if test -n "$GCC_FOR_TARGET"; then
10124 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10125else
c6b750e1
DJ
10126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10127for as_dir in $PATH
10128do
10129 IFS=$as_save_IFS
10130 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10131 for ac_exec_ext in '' $ac_executable_extensions; do
10132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10133 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10135 break 2
10136 fi
10137done
81ecdfbb
RW
10138 done
10139IFS=$as_save_IFS
c6b750e1 10140
55db4b87
PB
10141fi
10142fi
c6b750e1 10143GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10144if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10146$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10147else
81ecdfbb
RW
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10149$as_echo "no" >&6; }
55db4b87
PB
10150fi
10151
81ecdfbb 10152
2429c060
PB
10153 fi
10154 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10155 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10156set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10158$as_echo_n "checking for $ac_word... " >&6; }
10159if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10160 $as_echo_n "(cached) " >&6
55db4b87 10161else
05cbd757
PB
10162 if test -n "$GCC_FOR_TARGET"; then
10163 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10164else
c6b750e1
DJ
10165as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10166for as_dir in $PATH
10167do
10168 IFS=$as_save_IFS
10169 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10170 for ac_exec_ext in '' $ac_executable_extensions; do
10171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10172 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10174 break 2
10175 fi
10176done
81ecdfbb
RW
10177 done
10178IFS=$as_save_IFS
c6b750e1 10179
55db4b87
PB
10180fi
10181fi
c6b750e1 10182GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10183if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10185$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10186else
81ecdfbb
RW
10187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10188$as_echo "no" >&6; }
55db4b87 10189fi
c6b750e1 10190
81ecdfbb 10191
2429c060
PB
10192 fi
10193 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10194 done
10195fi
c6b750e1 10196
05cbd757
PB
10197if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10198 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10199else
10200 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10201fi
10202
9a819804
AO
10203
10204
10205if test -n "$GCJ_FOR_TARGET"; then
10206 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10207elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10208 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10209fi
10210
10211if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10212 for ncn_progname in gcj; do
10213 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10214set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10216$as_echo_n "checking for $ac_word... " >&6; }
10217if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10218 $as_echo_n "(cached) " >&6
9a819804
AO
10219else
10220 if test -n "$GCJ_FOR_TARGET"; then
10221 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10222else
10223as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10224for as_dir in $PATH
10225do
10226 IFS=$as_save_IFS
10227 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10228 for ac_exec_ext in '' $ac_executable_extensions; do
10229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10230 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10232 break 2
10233 fi
10234done
81ecdfbb
RW
10235 done
10236IFS=$as_save_IFS
9a819804
AO
10237
10238fi
10239fi
10240GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10241if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10243$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10244else
81ecdfbb
RW
10245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10246$as_echo "no" >&6; }
9a819804
AO
10247fi
10248
81ecdfbb 10249
9a819804
AO
10250 done
10251fi
10252
10253if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10254 for ncn_progname in gcj; do
81ecdfbb
RW
10255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10256$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10257 if test -x $with_build_time_tools/${ncn_progname}; then
10258 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10260$as_echo "yes" >&6; }
2429c060
PB
10261 break
10262 else
81ecdfbb
RW
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10264$as_echo "no" >&6; }
2429c060
PB
10265 fi
10266 done
10267fi
10268
10269if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10270 for ncn_progname in gcj; do
10271 if test -n "$ncn_target_tool_prefix"; then
10272 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10273set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10275$as_echo_n "checking for $ac_word... " >&6; }
10276if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10277 $as_echo_n "(cached) " >&6
55db4b87
PB
10278else
10279 if test -n "$GCJ_FOR_TARGET"; then
10280 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10281else
c6b750e1
DJ
10282as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10283for as_dir in $PATH
10284do
10285 IFS=$as_save_IFS
10286 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10287 for ac_exec_ext in '' $ac_executable_extensions; do
10288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10289 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10291 break 2
10292 fi
10293done
81ecdfbb
RW
10294 done
10295IFS=$as_save_IFS
c6b750e1 10296
55db4b87
PB
10297fi
10298fi
9a819804
AO
10299GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10300if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10302$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10303else
81ecdfbb
RW
10304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10305$as_echo "no" >&6; }
9a819804
AO
10306fi
10307
81ecdfbb 10308
9a819804
AO
10309 fi
10310 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10311 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10312set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10314$as_echo_n "checking for $ac_word... " >&6; }
10315if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10316 $as_echo_n "(cached) " >&6
9a819804
AO
10317else
10318 if test -n "$GCJ_FOR_TARGET"; then
10319 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10320else
10321as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10322for as_dir in $PATH
10323do
10324 IFS=$as_save_IFS
10325 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10326 for ac_exec_ext in '' $ac_executable_extensions; do
10327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10328 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10330 break 2
10331 fi
10332done
81ecdfbb
RW
10333 done
10334IFS=$as_save_IFS
9a819804
AO
10335
10336fi
10337fi
10338GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10339if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10341$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10342else
81ecdfbb
RW
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10344$as_echo "no" >&6; }
9a819804
AO
10345fi
10346
81ecdfbb 10347
9a819804
AO
10348 fi
10349 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10350 done
10351fi
10352
10353if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10354 set dummy gcj
10355 if test $build = $target ; then
10356 GCJ_FOR_TARGET="$2"
10357 else
10358 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10359 fi
d3f5afc4
MS
10360else
10361 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10362fi
10363
10364
10365
10366if test -n "$GFORTRAN_FOR_TARGET"; then
10367 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10368elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10369 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10370fi
10371
9a819804
AO
10372if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10373 for ncn_progname in gfortran; do
10374 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10375set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10377$as_echo_n "checking for $ac_word... " >&6; }
10378if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10379 $as_echo_n "(cached) " >&6
55db4b87 10380else
9a819804
AO
10381 if test -n "$GFORTRAN_FOR_TARGET"; then
10382 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10383else
c6b750e1
DJ
10384as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10385for as_dir in $PATH
10386do
10387 IFS=$as_save_IFS
10388 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10389 for ac_exec_ext in '' $ac_executable_extensions; do
10390 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10391 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10393 break 2
10394 fi
10395done
81ecdfbb
RW
10396 done
10397IFS=$as_save_IFS
c6b750e1 10398
55db4b87
PB
10399fi
10400fi
9a819804
AO
10401GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10402if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10404$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10405else
81ecdfbb
RW
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10407$as_echo "no" >&6; }
55db4b87 10408fi
c6b750e1 10409
81ecdfbb 10410
2429c060
PB
10411 done
10412fi
c6b750e1 10413
9a819804 10414if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10415 for ncn_progname in gfortran; do
81ecdfbb
RW
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10417$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10418 if test -x $with_build_time_tools/${ncn_progname}; then
10419 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10421$as_echo "yes" >&6; }
2429c060
PB
10422 break
10423 else
81ecdfbb
RW
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10425$as_echo "no" >&6; }
2429c060
PB
10426 fi
10427 done
10428fi
10429
10430if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10431 for ncn_progname in gfortran; do
10432 if test -n "$ncn_target_tool_prefix"; then
10433 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10434set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10436$as_echo_n "checking for $ac_word... " >&6; }
10437if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10438 $as_echo_n "(cached) " >&6
55db4b87
PB
10439else
10440 if test -n "$GFORTRAN_FOR_TARGET"; then
10441 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10442else
c6b750e1
DJ
10443as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10444for as_dir in $PATH
10445do
10446 IFS=$as_save_IFS
10447 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10448 for ac_exec_ext in '' $ac_executable_extensions; do
10449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10450 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10452 break 2
10453 fi
10454done
81ecdfbb
RW
10455 done
10456IFS=$as_save_IFS
c6b750e1 10457
55db4b87
PB
10458fi
10459fi
c6b750e1 10460GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10461if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10463$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10464else
81ecdfbb
RW
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10466$as_echo "no" >&6; }
55db4b87
PB
10467fi
10468
81ecdfbb 10469
2429c060
PB
10470 fi
10471 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10472 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10473set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10475$as_echo_n "checking for $ac_word... " >&6; }
10476if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10477 $as_echo_n "(cached) " >&6
55db4b87 10478else
05cbd757 10479 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10480 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10481else
10482as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10483for as_dir in $PATH
10484do
10485 IFS=$as_save_IFS
10486 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10487 for ac_exec_ext in '' $ac_executable_extensions; do
10488 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10489 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10491 break 2
10492 fi
10493done
81ecdfbb
RW
10494 done
10495IFS=$as_save_IFS
c6b750e1 10496
55db4b87
PB
10497fi
10498fi
c6b750e1 10499GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10500if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10502$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10503else
81ecdfbb
RW
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10505$as_echo "no" >&6; }
55db4b87 10506fi
c6b750e1 10507
81ecdfbb 10508
2429c060
PB
10509 fi
10510 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10511 done
10512fi
c6b750e1 10513
05cbd757
PB
10514if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10515 set dummy gfortran
10516 if test $build = $target ; then
10517 GFORTRAN_FOR_TARGET="$2"
55db4b87 10518 else
05cbd757 10519 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10520 fi
d3f5afc4
MS
10521else
10522 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10523fi
10524
2429c060
PB
10525
10526
e552509b
ILT
10527if test -n "$GOC_FOR_TARGET"; then
10528 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10529elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10530 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10531fi
10532
10533if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10534 for ncn_progname in gccgo; do
10535 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10536set dummy ${ncn_progname}; ac_word=$2
10537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10538$as_echo_n "checking for $ac_word... " >&6; }
10539if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10540 $as_echo_n "(cached) " >&6
10541else
10542 if test -n "$GOC_FOR_TARGET"; then
10543 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10544else
10545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10546for as_dir in $PATH
10547do
10548 IFS=$as_save_IFS
10549 test -z "$as_dir" && as_dir=.
10550 for ac_exec_ext in '' $ac_executable_extensions; do
10551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10552 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10554 break 2
10555 fi
10556done
10557 done
10558IFS=$as_save_IFS
10559
10560fi
10561fi
10562GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10563if test -n "$GOC_FOR_TARGET"; then
10564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10565$as_echo "$GOC_FOR_TARGET" >&6; }
10566else
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10568$as_echo "no" >&6; }
10569fi
10570
10571
10572 done
10573fi
10574
10575if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10576 for ncn_progname in gccgo; do
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10578$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10579 if test -x $with_build_time_tools/${ncn_progname}; then
10580 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10582$as_echo "yes" >&6; }
10583 break
10584 else
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10586$as_echo "no" >&6; }
10587 fi
10588 done
10589fi
10590
10591if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10592 for ncn_progname in gccgo; do
10593 if test -n "$ncn_target_tool_prefix"; then
10594 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10595set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10597$as_echo_n "checking for $ac_word... " >&6; }
10598if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10599 $as_echo_n "(cached) " >&6
10600else
10601 if test -n "$GOC_FOR_TARGET"; then
10602 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10603else
10604as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10605for as_dir in $PATH
10606do
10607 IFS=$as_save_IFS
10608 test -z "$as_dir" && as_dir=.
10609 for ac_exec_ext in '' $ac_executable_extensions; do
10610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10611 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10613 break 2
10614 fi
10615done
10616 done
10617IFS=$as_save_IFS
10618
10619fi
10620fi
10621GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10622if test -n "$GOC_FOR_TARGET"; then
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10624$as_echo "$GOC_FOR_TARGET" >&6; }
10625else
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10627$as_echo "no" >&6; }
10628fi
10629
10630
10631 fi
10632 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10633 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10634set dummy ${ncn_progname}; ac_word=$2
10635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10636$as_echo_n "checking for $ac_word... " >&6; }
10637if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10638 $as_echo_n "(cached) " >&6
10639else
10640 if test -n "$GOC_FOR_TARGET"; then
10641 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10642else
10643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10644for as_dir in $PATH
10645do
10646 IFS=$as_save_IFS
10647 test -z "$as_dir" && as_dir=.
10648 for ac_exec_ext in '' $ac_executable_extensions; do
10649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10650 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10652 break 2
10653 fi
10654done
10655 done
10656IFS=$as_save_IFS
10657
10658fi
10659fi
10660GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10661if test -n "$GOC_FOR_TARGET"; then
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10663$as_echo "$GOC_FOR_TARGET" >&6; }
10664else
10665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10666$as_echo "no" >&6; }
10667fi
10668
10669
10670 fi
10671 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10672 done
10673fi
10674
10675if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10676 set dummy gccgo
10677 if test $build = $target ; then
10678 GOC_FOR_TARGET="$2"
10679 else
10680 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10681 fi
10682else
10683 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10684fi
10685
10686
10687
2429c060
PB
10688cat > conftest.c << \EOF
10689#ifdef __GNUC__
10690 gcc_yay;
10691#endif
10692EOF
10693if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10694 have_gcc_for_target=yes
859789af 10695else
2429c060
PB
10696 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10697 have_gcc_for_target=no
859789af 10698fi
2429c060
PB
10699rm conftest.c
10700
10701
10702
859789af 10703
2429c060
PB
10704if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10705 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10707$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10708 if test -x $with_build_time_tools/ar; then
10709 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10710 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10712$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10713 else
81ecdfbb
RW
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10715$as_echo "no" >&6; }
3a35eeb3 10716 fi
2429c060
PB
10717 elif test $build != $host && test $have_gcc_for_target = yes; then
10718 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10719 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10720 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10721 fi
2429c060 10722fi
c6b750e1 10723if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10724 # Extract the first word of "ar", so it can be a program name with args.
10725set dummy ar; ac_word=$2
81ecdfbb
RW
10726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10727$as_echo_n "checking for $ac_word... " >&6; }
10728if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10729 $as_echo_n "(cached) " >&6
859789af 10730else
c6b750e1
DJ
10731 case $AR_FOR_TARGET in
10732 [\\/]* | ?:[\\/]*)
2429c060
PB
10733 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10734 ;;
2429c060 10735 *)
c6b750e1
DJ
10736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10737for as_dir in $gcc_cv_tool_dirs
10738do
10739 IFS=$as_save_IFS
10740 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10741 for ac_exec_ext in '' $ac_executable_extensions; do
10742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10743 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10745 break 2
10746 fi
10747done
81ecdfbb
RW
10748 done
10749IFS=$as_save_IFS
c6b750e1 10750
2429c060
PB
10751 ;;
10752esac
859789af 10753fi
c6b750e1 10754AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10755if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10757$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10758else
81ecdfbb
RW
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10760$as_echo "no" >&6; }
859789af 10761fi
05cbd757 10762
81ecdfbb 10763
2429c060
PB
10764fi
10765if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
10766
10767
10768if test -n "$AR_FOR_TARGET"; then
10769 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10770elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10771 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10772fi
10773
10774if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10775 for ncn_progname in ar; do
10776 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10777set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10779$as_echo_n "checking for $ac_word... " >&6; }
10780if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10781 $as_echo_n "(cached) " >&6
9a819804
AO
10782else
10783 if test -n "$AR_FOR_TARGET"; then
10784 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10785else
10786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10787for as_dir in $PATH
10788do
10789 IFS=$as_save_IFS
10790 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10791 for ac_exec_ext in '' $ac_executable_extensions; do
10792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10793 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10795 break 2
10796 fi
10797done
81ecdfbb
RW
10798 done
10799IFS=$as_save_IFS
9a819804
AO
10800
10801fi
10802fi
10803AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10804if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10806$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 10807else
81ecdfbb
RW
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10809$as_echo "no" >&6; }
9a819804
AO
10810fi
10811
81ecdfbb 10812
9a819804
AO
10813 done
10814fi
10815
10816if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10817 for ncn_progname in ar; do
81ecdfbb
RW
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10819$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10820 if test -x $with_build_time_tools/${ncn_progname}; then
10821 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10823$as_echo "yes" >&6; }
2429c060
PB
10824 break
10825 else
81ecdfbb
RW
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10827$as_echo "no" >&6; }
2429c060
PB
10828 fi
10829 done
859789af
AC
10830fi
10831
2429c060
PB
10832if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10833 for ncn_progname in ar; do
10834 if test -n "$ncn_target_tool_prefix"; then
10835 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10836set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10838$as_echo_n "checking for $ac_word... " >&6; }
10839if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10840 $as_echo_n "(cached) " >&6
7e0f7140 10841else
2429c060
PB
10842 if test -n "$AR_FOR_TARGET"; then
10843 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 10844else
c6b750e1
DJ
10845as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10846for as_dir in $PATH
10847do
10848 IFS=$as_save_IFS
10849 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10850 for ac_exec_ext in '' $ac_executable_extensions; do
10851 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10852 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10854 break 2
10855 fi
10856done
81ecdfbb
RW
10857 done
10858IFS=$as_save_IFS
c6b750e1 10859
7e0f7140
GK
10860fi
10861fi
c6b750e1 10862AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10863if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10865$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10866else
81ecdfbb
RW
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10868$as_echo "no" >&6; }
7e0f7140
GK
10869fi
10870
81ecdfbb 10871
2429c060
PB
10872 fi
10873 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10874 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 10875set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10877$as_echo_n "checking for $ac_word... " >&6; }
10878if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10879 $as_echo_n "(cached) " >&6
7e0f7140 10880else
2429c060
PB
10881 if test -n "$AR_FOR_TARGET"; then
10882 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 10883else
c6b750e1
DJ
10884as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10885for as_dir in $PATH
10886do
10887 IFS=$as_save_IFS
10888 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10889 for ac_exec_ext in '' $ac_executable_extensions; do
10890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10891 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10893 break 2
10894 fi
10895done
81ecdfbb
RW
10896 done
10897IFS=$as_save_IFS
c6b750e1 10898
7e0f7140
GK
10899fi
10900fi
c6b750e1 10901AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10902if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10904$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10905else
81ecdfbb
RW
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10907$as_echo "no" >&6; }
7e0f7140 10908fi
c6b750e1 10909
81ecdfbb 10910
2429c060
PB
10911 fi
10912 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10913 done
10914fi
c6b750e1 10915
2429c060
PB
10916if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10917 set dummy ar
7e0f7140 10918 if test $build = $target ; then
2429c060 10919 AR_FOR_TARGET="$2"
7e0f7140 10920 else
2429c060 10921 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 10922 fi
d3f5afc4
MS
10923else
10924 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
10925fi
10926
3a35eeb3
PB
10927else
10928 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
10929fi
10930
10931
10932
10933
10934if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10935 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10937$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10938 if test -x $with_build_time_tools/as; then
10939 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10940 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10942$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 10943 else
81ecdfbb
RW
10944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10945$as_echo "no" >&6; }
3a35eeb3 10946 fi
2429c060
PB
10947 elif test $build != $host && test $have_gcc_for_target = yes; then
10948 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
10949 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10950 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
10951 fi
10952fi
c6b750e1 10953if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10954 # Extract the first word of "as", so it can be a program name with args.
10955set dummy as; ac_word=$2
81ecdfbb
RW
10956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10957$as_echo_n "checking for $ac_word... " >&6; }
10958if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10959 $as_echo_n "(cached) " >&6
2429c060 10960else
c6b750e1
DJ
10961 case $AS_FOR_TARGET in
10962 [\\/]* | ?:[\\/]*)
2429c060
PB
10963 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10964 ;;
2429c060 10965 *)
c6b750e1
DJ
10966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10967for as_dir in $gcc_cv_tool_dirs
10968do
10969 IFS=$as_save_IFS
10970 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10971 for ac_exec_ext in '' $ac_executable_extensions; do
10972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10973 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10975 break 2
10976 fi
10977done
81ecdfbb
RW
10978 done
10979IFS=$as_save_IFS
c6b750e1 10980
2429c060
PB
10981 ;;
10982esac
10983fi
c6b750e1 10984AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 10985if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10987$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 10988else
81ecdfbb
RW
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10990$as_echo "no" >&6; }
2429c060
PB
10991fi
10992
81ecdfbb 10993
2429c060
PB
10994fi
10995if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
10996
10997
10998if test -n "$AS_FOR_TARGET"; then
10999 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11000elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11001 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11002fi
11003
11004if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11005 for ncn_progname in as; do
11006 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11007set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11009$as_echo_n "checking for $ac_word... " >&6; }
11010if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11011 $as_echo_n "(cached) " >&6
9a819804
AO
11012else
11013 if test -n "$AS_FOR_TARGET"; then
11014 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11015else
11016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11017for as_dir in $PATH
11018do
11019 IFS=$as_save_IFS
11020 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11021 for ac_exec_ext in '' $ac_executable_extensions; do
11022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11023 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11025 break 2
11026 fi
11027done
81ecdfbb
RW
11028 done
11029IFS=$as_save_IFS
9a819804
AO
11030
11031fi
11032fi
11033AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11034if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11036$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 11037else
81ecdfbb
RW
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11039$as_echo "no" >&6; }
9a819804
AO
11040fi
11041
81ecdfbb 11042
9a819804
AO
11043 done
11044fi
11045
11046if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11047 for ncn_progname in as; do
81ecdfbb
RW
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11049$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11050 if test -x $with_build_time_tools/${ncn_progname}; then
11051 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11053$as_echo "yes" >&6; }
2429c060
PB
11054 break
11055 else
81ecdfbb
RW
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11057$as_echo "no" >&6; }
2429c060
PB
11058 fi
11059 done
11060fi
11061
11062if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11063 for ncn_progname in as; do
11064 if test -n "$ncn_target_tool_prefix"; then
11065 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11066set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11068$as_echo_n "checking for $ac_word... " >&6; }
11069if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11070 $as_echo_n "(cached) " >&6
2429c060
PB
11071else
11072 if test -n "$AS_FOR_TARGET"; then
11073 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11074else
c6b750e1
DJ
11075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11076for as_dir in $PATH
11077do
11078 IFS=$as_save_IFS
11079 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11080 for ac_exec_ext in '' $ac_executable_extensions; do
11081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11082 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11084 break 2
11085 fi
11086done
81ecdfbb
RW
11087 done
11088IFS=$as_save_IFS
c6b750e1 11089
2429c060
PB
11090fi
11091fi
c6b750e1 11092AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11093if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11095$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11096else
81ecdfbb
RW
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11098$as_echo "no" >&6; }
2429c060
PB
11099fi
11100
81ecdfbb 11101
2429c060
PB
11102 fi
11103 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11104 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11105set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11107$as_echo_n "checking for $ac_word... " >&6; }
11108if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11109 $as_echo_n "(cached) " >&6
2429c060
PB
11110else
11111 if test -n "$AS_FOR_TARGET"; then
11112 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11113else
c6b750e1
DJ
11114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11115for as_dir in $PATH
11116do
11117 IFS=$as_save_IFS
11118 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11119 for ac_exec_ext in '' $ac_executable_extensions; do
11120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11121 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11123 break 2
11124 fi
11125done
81ecdfbb
RW
11126 done
11127IFS=$as_save_IFS
c6b750e1 11128
2429c060
PB
11129fi
11130fi
c6b750e1 11131AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11132if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11134$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11135else
81ecdfbb
RW
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11137$as_echo "no" >&6; }
2429c060 11138fi
c6b750e1 11139
81ecdfbb 11140
2429c060
PB
11141 fi
11142 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11143 done
11144fi
c6b750e1 11145
2429c060
PB
11146if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11147 set dummy as
11148 if test $build = $target ; then
11149 AS_FOR_TARGET="$2"
11150 else
11151 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11152 fi
d3f5afc4
MS
11153else
11154 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11155fi
11156
3a35eeb3
PB
11157else
11158 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11159fi
11160
11161
11162
11163
11164if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11165 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11167$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11168 if test -x $with_build_time_tools/dlltool; then
11169 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11170 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11172$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11173 else
81ecdfbb
RW
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11175$as_echo "no" >&6; }
3a35eeb3 11176 fi
2429c060
PB
11177 elif test $build != $host && test $have_gcc_for_target = yes; then
11178 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11179 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11180 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11181 fi
11182fi
c6b750e1 11183if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11184 # Extract the first word of "dlltool", so it can be a program name with args.
11185set dummy dlltool; ac_word=$2
81ecdfbb
RW
11186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11187$as_echo_n "checking for $ac_word... " >&6; }
11188if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11189 $as_echo_n "(cached) " >&6
2429c060 11190else
c6b750e1
DJ
11191 case $DLLTOOL_FOR_TARGET in
11192 [\\/]* | ?:[\\/]*)
2429c060
PB
11193 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11194 ;;
2429c060 11195 *)
c6b750e1
DJ
11196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11197for as_dir in $gcc_cv_tool_dirs
11198do
11199 IFS=$as_save_IFS
11200 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11201 for ac_exec_ext in '' $ac_executable_extensions; do
11202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11203 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11205 break 2
11206 fi
11207done
81ecdfbb
RW
11208 done
11209IFS=$as_save_IFS
c6b750e1 11210
2429c060
PB
11211 ;;
11212esac
11213fi
c6b750e1 11214DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11215if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11217$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11218else
81ecdfbb
RW
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11220$as_echo "no" >&6; }
2429c060
PB
11221fi
11222
81ecdfbb 11223
2429c060
PB
11224fi
11225if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11226
11227
11228if test -n "$DLLTOOL_FOR_TARGET"; then
11229 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11230elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11231 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11232fi
11233
11234if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11235 for ncn_progname in dlltool; do
11236 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11237set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11239$as_echo_n "checking for $ac_word... " >&6; }
11240if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11241 $as_echo_n "(cached) " >&6
9a819804
AO
11242else
11243 if test -n "$DLLTOOL_FOR_TARGET"; then
11244 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11245else
11246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11247for as_dir in $PATH
11248do
11249 IFS=$as_save_IFS
11250 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11251 for ac_exec_ext in '' $ac_executable_extensions; do
11252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11253 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11255 break 2
11256 fi
11257done
81ecdfbb
RW
11258 done
11259IFS=$as_save_IFS
9a819804
AO
11260
11261fi
11262fi
11263DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11264if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11266$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11267else
81ecdfbb
RW
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11269$as_echo "no" >&6; }
9a819804
AO
11270fi
11271
81ecdfbb 11272
9a819804
AO
11273 done
11274fi
11275
11276if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11277 for ncn_progname in dlltool; do
81ecdfbb
RW
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11279$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11280 if test -x $with_build_time_tools/${ncn_progname}; then
11281 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11283$as_echo "yes" >&6; }
2429c060
PB
11284 break
11285 else
81ecdfbb
RW
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11287$as_echo "no" >&6; }
2429c060
PB
11288 fi
11289 done
11290fi
11291
11292if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11293 for ncn_progname in dlltool; do
11294 if test -n "$ncn_target_tool_prefix"; then
11295 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11296set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11298$as_echo_n "checking for $ac_word... " >&6; }
11299if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11300 $as_echo_n "(cached) " >&6
2429c060
PB
11301else
11302 if test -n "$DLLTOOL_FOR_TARGET"; then
11303 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11304else
c6b750e1
DJ
11305as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11306for as_dir in $PATH
11307do
11308 IFS=$as_save_IFS
11309 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11310 for ac_exec_ext in '' $ac_executable_extensions; do
11311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11312 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11314 break 2
11315 fi
11316done
81ecdfbb
RW
11317 done
11318IFS=$as_save_IFS
c6b750e1 11319
2429c060
PB
11320fi
11321fi
c6b750e1 11322DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11323if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11325$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11326else
81ecdfbb
RW
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11328$as_echo "no" >&6; }
2429c060
PB
11329fi
11330
81ecdfbb 11331
2429c060
PB
11332 fi
11333 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11334 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11335set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11337$as_echo_n "checking for $ac_word... " >&6; }
11338if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11339 $as_echo_n "(cached) " >&6
2429c060
PB
11340else
11341 if test -n "$DLLTOOL_FOR_TARGET"; then
11342 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11343else
c6b750e1
DJ
11344as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11345for as_dir in $PATH
11346do
11347 IFS=$as_save_IFS
11348 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11349 for ac_exec_ext in '' $ac_executable_extensions; do
11350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11351 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11352 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11353 break 2
11354 fi
11355done
81ecdfbb
RW
11356 done
11357IFS=$as_save_IFS
c6b750e1 11358
2429c060
PB
11359fi
11360fi
c6b750e1 11361DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11362if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11364$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11365else
81ecdfbb
RW
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11367$as_echo "no" >&6; }
2429c060 11368fi
c6b750e1 11369
81ecdfbb 11370
2429c060
PB
11371 fi
11372 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11373 done
11374fi
c6b750e1 11375
2429c060
PB
11376if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11377 set dummy dlltool
11378 if test $build = $target ; then
11379 DLLTOOL_FOR_TARGET="$2"
11380 else
11381 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11382 fi
d3f5afc4
MS
11383else
11384 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11385fi
11386
3a35eeb3
PB
11387else
11388 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11389fi
11390
11391
11392
11393
11394if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11395 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11397$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11398 if test -x $with_build_time_tools/ld; then
11399 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11400 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11402$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11403 else
81ecdfbb
RW
11404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11405$as_echo "no" >&6; }
3a35eeb3 11406 fi
2429c060
PB
11407 elif test $build != $host && test $have_gcc_for_target = yes; then
11408 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11409 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11410 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11411 fi
11412fi
c6b750e1 11413if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11414 # Extract the first word of "ld", so it can be a program name with args.
11415set dummy ld; ac_word=$2
81ecdfbb
RW
11416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11417$as_echo_n "checking for $ac_word... " >&6; }
11418if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11419 $as_echo_n "(cached) " >&6
2429c060 11420else
c6b750e1
DJ
11421 case $LD_FOR_TARGET in
11422 [\\/]* | ?:[\\/]*)
2429c060
PB
11423 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11424 ;;
2429c060 11425 *)
c6b750e1
DJ
11426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11427for as_dir in $gcc_cv_tool_dirs
11428do
11429 IFS=$as_save_IFS
11430 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11431 for ac_exec_ext in '' $ac_executable_extensions; do
11432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11433 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11435 break 2
11436 fi
11437done
81ecdfbb
RW
11438 done
11439IFS=$as_save_IFS
c6b750e1 11440
2429c060
PB
11441 ;;
11442esac
11443fi
c6b750e1 11444LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11445if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11447$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11448else
81ecdfbb
RW
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11450$as_echo "no" >&6; }
2429c060
PB
11451fi
11452
81ecdfbb 11453
2429c060
PB
11454fi
11455if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11456
11457
11458if test -n "$LD_FOR_TARGET"; then
11459 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11460elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11461 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11462fi
11463
11464if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11465 for ncn_progname in ld; do
11466 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11467set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11469$as_echo_n "checking for $ac_word... " >&6; }
11470if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11471 $as_echo_n "(cached) " >&6
9a819804
AO
11472else
11473 if test -n "$LD_FOR_TARGET"; then
11474 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11475else
11476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11477for as_dir in $PATH
11478do
11479 IFS=$as_save_IFS
11480 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11481 for ac_exec_ext in '' $ac_executable_extensions; do
11482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11483 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11485 break 2
11486 fi
11487done
81ecdfbb
RW
11488 done
11489IFS=$as_save_IFS
9a819804
AO
11490
11491fi
11492fi
11493LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11494if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11496$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11497else
81ecdfbb
RW
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11499$as_echo "no" >&6; }
9a819804
AO
11500fi
11501
81ecdfbb 11502
9a819804
AO
11503 done
11504fi
11505
11506if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11507 for ncn_progname in ld; do
81ecdfbb
RW
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11509$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11510 if test -x $with_build_time_tools/${ncn_progname}; then
11511 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11513$as_echo "yes" >&6; }
2429c060
PB
11514 break
11515 else
81ecdfbb
RW
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11517$as_echo "no" >&6; }
2429c060
PB
11518 fi
11519 done
11520fi
11521
11522if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11523 for ncn_progname in ld; do
11524 if test -n "$ncn_target_tool_prefix"; then
11525 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11526set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11528$as_echo_n "checking for $ac_word... " >&6; }
11529if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11530 $as_echo_n "(cached) " >&6
2429c060
PB
11531else
11532 if test -n "$LD_FOR_TARGET"; then
11533 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11534else
c6b750e1
DJ
11535as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11536for as_dir in $PATH
11537do
11538 IFS=$as_save_IFS
11539 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11540 for ac_exec_ext in '' $ac_executable_extensions; do
11541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11542 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11544 break 2
11545 fi
11546done
81ecdfbb
RW
11547 done
11548IFS=$as_save_IFS
c6b750e1 11549
2429c060
PB
11550fi
11551fi
c6b750e1 11552LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11553if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11555$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11556else
81ecdfbb
RW
11557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11558$as_echo "no" >&6; }
2429c060
PB
11559fi
11560
81ecdfbb 11561
2429c060
PB
11562 fi
11563 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11564 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11565set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11567$as_echo_n "checking for $ac_word... " >&6; }
11568if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11569 $as_echo_n "(cached) " >&6
2429c060
PB
11570else
11571 if test -n "$LD_FOR_TARGET"; then
11572 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11573else
c6b750e1
DJ
11574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11575for as_dir in $PATH
11576do
11577 IFS=$as_save_IFS
11578 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11579 for ac_exec_ext in '' $ac_executable_extensions; do
11580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11581 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11583 break 2
11584 fi
11585done
81ecdfbb
RW
11586 done
11587IFS=$as_save_IFS
c6b750e1 11588
2429c060
PB
11589fi
11590fi
c6b750e1 11591LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11592if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11594$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11595else
81ecdfbb
RW
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11597$as_echo "no" >&6; }
2429c060 11598fi
c6b750e1 11599
81ecdfbb 11600
2429c060
PB
11601 fi
11602 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11603 done
11604fi
c6b750e1 11605
2429c060
PB
11606if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11607 set dummy ld
11608 if test $build = $target ; then
11609 LD_FOR_TARGET="$2"
11610 else
11611 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11612 fi
d3f5afc4
MS
11613else
11614 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11615fi
11616
3a35eeb3
PB
11617else
11618 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11619fi
11620
11621
11622
11623
11624if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11625 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11627$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11628 if test -x $with_build_time_tools/lipo; then
11629 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11630 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11632$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11633 else
81ecdfbb
RW
11634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11635$as_echo "no" >&6; }
3a35eeb3 11636 fi
2429c060
PB
11637 elif test $build != $host && test $have_gcc_for_target = yes; then
11638 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11639 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11640 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11641 fi
11642fi
9a819804
AO
11643if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11644 # Extract the first word of "lipo", so it can be a program name with args.
11645set dummy lipo; ac_word=$2
81ecdfbb
RW
11646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11647$as_echo_n "checking for $ac_word... " >&6; }
11648if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11649 $as_echo_n "(cached) " >&6
9a819804
AO
11650else
11651 case $LIPO_FOR_TARGET in
11652 [\\/]* | ?:[\\/]*)
11653 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11654 ;;
11655 *)
11656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11657for as_dir in $gcc_cv_tool_dirs
11658do
11659 IFS=$as_save_IFS
11660 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11661 for ac_exec_ext in '' $ac_executable_extensions; do
11662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11663 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11665 break 2
11666 fi
11667done
81ecdfbb
RW
11668 done
11669IFS=$as_save_IFS
9a819804
AO
11670
11671 ;;
11672esac
11673fi
11674LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11675if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11677$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11678else
81ecdfbb
RW
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11680$as_echo "no" >&6; }
9a819804
AO
11681fi
11682
81ecdfbb 11683
9a819804
AO
11684fi
11685if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11686
11687
11688if test -n "$LIPO_FOR_TARGET"; then
11689 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11690elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11691 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11692fi
11693
11694if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11695 for ncn_progname in lipo; do
11696 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11697set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11699$as_echo_n "checking for $ac_word... " >&6; }
11700if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11701 $as_echo_n "(cached) " >&6
2429c060 11702else
9a819804
AO
11703 if test -n "$LIPO_FOR_TARGET"; then
11704 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11705else
11706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11707for as_dir in $PATH
c6b750e1
DJ
11708do
11709 IFS=$as_save_IFS
11710 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11711 for ac_exec_ext in '' $ac_executable_extensions; do
11712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11713 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11715 break 2
11716 fi
11717done
81ecdfbb
RW
11718 done
11719IFS=$as_save_IFS
c6b750e1 11720
2429c060 11721fi
9a819804
AO
11722fi
11723LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11724if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11726$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11727else
81ecdfbb
RW
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11729$as_echo "no" >&6; }
2429c060
PB
11730fi
11731
81ecdfbb 11732
9a819804 11733 done
2429c060 11734fi
9a819804
AO
11735
11736if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11737 for ncn_progname in lipo; do
81ecdfbb
RW
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11739$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11740 if test -x $with_build_time_tools/${ncn_progname}; then
11741 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11743$as_echo "yes" >&6; }
2429c060
PB
11744 break
11745 else
81ecdfbb
RW
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11747$as_echo "no" >&6; }
2429c060
PB
11748 fi
11749 done
11750fi
11751
11752if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11753 for ncn_progname in lipo; do
11754 if test -n "$ncn_target_tool_prefix"; then
11755 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11756set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11758$as_echo_n "checking for $ac_word... " >&6; }
11759if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11760 $as_echo_n "(cached) " >&6
2429c060
PB
11761else
11762 if test -n "$LIPO_FOR_TARGET"; then
11763 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11764else
c6b750e1
DJ
11765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11766for as_dir in $PATH
11767do
11768 IFS=$as_save_IFS
11769 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11770 for ac_exec_ext in '' $ac_executable_extensions; do
11771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11772 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11774 break 2
11775 fi
11776done
81ecdfbb
RW
11777 done
11778IFS=$as_save_IFS
c6b750e1 11779
2429c060
PB
11780fi
11781fi
c6b750e1 11782LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11783if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11785$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11786else
81ecdfbb
RW
11787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11788$as_echo "no" >&6; }
2429c060
PB
11789fi
11790
81ecdfbb 11791
2429c060
PB
11792 fi
11793 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11794 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11795set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11797$as_echo_n "checking for $ac_word... " >&6; }
11798if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11799 $as_echo_n "(cached) " >&6
2429c060
PB
11800else
11801 if test -n "$LIPO_FOR_TARGET"; then
11802 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11803else
c6b750e1
DJ
11804as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11805for as_dir in $PATH
11806do
11807 IFS=$as_save_IFS
11808 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11809 for ac_exec_ext in '' $ac_executable_extensions; do
11810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11811 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11813 break 2
11814 fi
11815done
81ecdfbb
RW
11816 done
11817IFS=$as_save_IFS
c6b750e1 11818
2429c060
PB
11819fi
11820fi
c6b750e1 11821LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11822if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11824$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11825else
81ecdfbb
RW
11826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11827$as_echo "no" >&6; }
2429c060 11828fi
c6b750e1 11829
81ecdfbb 11830
2429c060
PB
11831 fi
11832 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11833 done
11834fi
c6b750e1 11835
2429c060
PB
11836if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11837 set dummy lipo
11838 if test $build = $target ; then
11839 LIPO_FOR_TARGET="$2"
11840 else
11841 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11842 fi
d3f5afc4
MS
11843else
11844 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
11845fi
11846
3a35eeb3
PB
11847else
11848 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
11849fi
11850
11851
11852
11853
11854if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11855 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11857$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11858 if test -x $with_build_time_tools/nm; then
11859 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11860 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11862$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 11863 else
81ecdfbb
RW
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11865$as_echo "no" >&6; }
3a35eeb3 11866 fi
2429c060
PB
11867 elif test $build != $host && test $have_gcc_for_target = yes; then
11868 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
11869 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11870 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
11871 fi
11872fi
c6b750e1 11873if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11874 # Extract the first word of "nm", so it can be a program name with args.
11875set dummy nm; ac_word=$2
81ecdfbb
RW
11876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11877$as_echo_n "checking for $ac_word... " >&6; }
11878if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11879 $as_echo_n "(cached) " >&6
2429c060 11880else
c6b750e1
DJ
11881 case $NM_FOR_TARGET in
11882 [\\/]* | ?:[\\/]*)
2429c060
PB
11883 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11884 ;;
2429c060 11885 *)
c6b750e1
DJ
11886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11887for as_dir in $gcc_cv_tool_dirs
11888do
11889 IFS=$as_save_IFS
11890 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11891 for ac_exec_ext in '' $ac_executable_extensions; do
11892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11893 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11895 break 2
11896 fi
11897done
81ecdfbb
RW
11898 done
11899IFS=$as_save_IFS
c6b750e1 11900
2429c060
PB
11901 ;;
11902esac
11903fi
c6b750e1 11904NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 11905if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11907$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 11908else
81ecdfbb
RW
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11910$as_echo "no" >&6; }
2429c060
PB
11911fi
11912
81ecdfbb 11913
2429c060
PB
11914fi
11915if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
11916
11917
11918if test -n "$NM_FOR_TARGET"; then
11919 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11920elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11921 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11922fi
11923
11924if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11925 for ncn_progname in nm; do
11926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11927set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11929$as_echo_n "checking for $ac_word... " >&6; }
11930if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11931 $as_echo_n "(cached) " >&6
9a819804
AO
11932else
11933 if test -n "$NM_FOR_TARGET"; then
11934 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11935else
11936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11937for as_dir in $PATH
11938do
11939 IFS=$as_save_IFS
11940 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11941 for ac_exec_ext in '' $ac_executable_extensions; do
11942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11943 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 11944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11945 break 2
11946 fi
11947done
81ecdfbb
RW
11948 done
11949IFS=$as_save_IFS
9a819804
AO
11950
11951fi
11952fi
11953NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11954if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11956$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 11957else
81ecdfbb
RW
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11959$as_echo "no" >&6; }
9a819804
AO
11960fi
11961
81ecdfbb 11962
9a819804
AO
11963 done
11964fi
11965
11966if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11967 for ncn_progname in nm; do
81ecdfbb
RW
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11969$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11970 if test -x $with_build_time_tools/${ncn_progname}; then
11971 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11973$as_echo "yes" >&6; }
2429c060
PB
11974 break
11975 else
81ecdfbb
RW
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11977$as_echo "no" >&6; }
2429c060
PB
11978 fi
11979 done
11980fi
11981
11982if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11983 for ncn_progname in nm; do
11984 if test -n "$ncn_target_tool_prefix"; then
11985 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 11986set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11988$as_echo_n "checking for $ac_word... " >&6; }
11989if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11990 $as_echo_n "(cached) " >&6
859789af 11991else
55db4b87
PB
11992 if test -n "$NM_FOR_TARGET"; then
11993 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 11994else
c6b750e1
DJ
11995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11996for as_dir in $PATH
11997do
11998 IFS=$as_save_IFS
11999 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12000 for ac_exec_ext in '' $ac_executable_extensions; do
12001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12002 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12004 break 2
12005 fi
12006done
81ecdfbb
RW
12007 done
12008IFS=$as_save_IFS
c6b750e1 12009
859789af
AC
12010fi
12011fi
c6b750e1 12012NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 12013if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12015$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12016else
81ecdfbb
RW
12017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12018$as_echo "no" >&6; }
859789af
AC
12019fi
12020
81ecdfbb 12021
2429c060
PB
12022 fi
12023 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12024 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12025set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12027$as_echo_n "checking for $ac_word... " >&6; }
12028if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12029 $as_echo_n "(cached) " >&6
859789af 12030else
05cbd757
PB
12031 if test -n "$NM_FOR_TARGET"; then
12032 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12033else
c6b750e1
DJ
12034as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12035for as_dir in $PATH
12036do
12037 IFS=$as_save_IFS
12038 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12039 for ac_exec_ext in '' $ac_executable_extensions; do
12040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12041 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12043 break 2
12044 fi
12045done
81ecdfbb
RW
12046 done
12047IFS=$as_save_IFS
c6b750e1 12048
859789af
AC
12049fi
12050fi
c6b750e1 12051NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12052if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12054$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12055else
81ecdfbb
RW
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12057$as_echo "no" >&6; }
859789af 12058fi
c6b750e1 12059
81ecdfbb 12060
2429c060
PB
12061 fi
12062 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12063 done
12064fi
c6b750e1 12065
05cbd757
PB
12066if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12067 set dummy nm
12068 if test $build = $target ; then
12069 NM_FOR_TARGET="$2"
859789af 12070 else
05cbd757 12071 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12072 fi
d3f5afc4
MS
12073else
12074 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12075fi
12076
3a35eeb3
PB
12077else
12078 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12079fi
12080
12081
12082
12083
12084if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12085 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12087$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12088 if test -x $with_build_time_tools/objdump; then
12089 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12090 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12092$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12093 else
81ecdfbb
RW
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12095$as_echo "no" >&6; }
3a35eeb3 12096 fi
2429c060
PB
12097 elif test $build != $host && test $have_gcc_for_target = yes; then
12098 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12099 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12100 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12101 fi
12102fi
c6b750e1 12103if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12104 # Extract the first word of "objdump", so it can be a program name with args.
12105set dummy objdump; ac_word=$2
81ecdfbb
RW
12106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12107$as_echo_n "checking for $ac_word... " >&6; }
12108if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12109 $as_echo_n "(cached) " >&6
2429c060 12110else
c6b750e1
DJ
12111 case $OBJDUMP_FOR_TARGET in
12112 [\\/]* | ?:[\\/]*)
2429c060
PB
12113 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12114 ;;
2429c060 12115 *)
c6b750e1
DJ
12116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12117for as_dir in $gcc_cv_tool_dirs
12118do
12119 IFS=$as_save_IFS
12120 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12121 for ac_exec_ext in '' $ac_executable_extensions; do
12122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12123 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12125 break 2
12126 fi
12127done
81ecdfbb
RW
12128 done
12129IFS=$as_save_IFS
c6b750e1 12130
2429c060
PB
12131 ;;
12132esac
12133fi
c6b750e1 12134OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12135if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12137$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12138else
81ecdfbb
RW
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12140$as_echo "no" >&6; }
2429c060
PB
12141fi
12142
81ecdfbb 12143
2429c060
PB
12144fi
12145if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12146
12147
12148if test -n "$OBJDUMP_FOR_TARGET"; then
12149 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12150elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12151 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12152fi
12153
12154if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12155 for ncn_progname in objdump; do
12156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12157set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12159$as_echo_n "checking for $ac_word... " >&6; }
12160if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12161 $as_echo_n "(cached) " >&6
9a819804
AO
12162else
12163 if test -n "$OBJDUMP_FOR_TARGET"; then
12164 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12165else
12166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12167for as_dir in $PATH
12168do
12169 IFS=$as_save_IFS
12170 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12171 for ac_exec_ext in '' $ac_executable_extensions; do
12172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12173 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12175 break 2
12176 fi
12177done
81ecdfbb
RW
12178 done
12179IFS=$as_save_IFS
9a819804
AO
12180
12181fi
12182fi
12183OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12184if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12186$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12187else
81ecdfbb
RW
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12189$as_echo "no" >&6; }
9a819804
AO
12190fi
12191
81ecdfbb 12192
9a819804
AO
12193 done
12194fi
12195
12196if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12197 for ncn_progname in objdump; do
81ecdfbb
RW
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12199$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12200 if test -x $with_build_time_tools/${ncn_progname}; then
12201 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12203$as_echo "yes" >&6; }
2429c060
PB
12204 break
12205 else
81ecdfbb
RW
12206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12207$as_echo "no" >&6; }
2429c060
PB
12208 fi
12209 done
12210fi
12211
12212if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12213 for ncn_progname in objdump; do
12214 if test -n "$ncn_target_tool_prefix"; then
12215 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12216set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12218$as_echo_n "checking for $ac_word... " >&6; }
12219if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12220 $as_echo_n "(cached) " >&6
5ae72758
DJ
12221else
12222 if test -n "$OBJDUMP_FOR_TARGET"; then
12223 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12224else
c6b750e1
DJ
12225as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12226for as_dir in $PATH
12227do
12228 IFS=$as_save_IFS
12229 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12230 for ac_exec_ext in '' $ac_executable_extensions; do
12231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12232 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12234 break 2
12235 fi
12236done
81ecdfbb
RW
12237 done
12238IFS=$as_save_IFS
c6b750e1 12239
5ae72758
DJ
12240fi
12241fi
c6b750e1 12242OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12243if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12245$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12246else
81ecdfbb
RW
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12248$as_echo "no" >&6; }
5ae72758
DJ
12249fi
12250
81ecdfbb 12251
2429c060
PB
12252 fi
12253 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12254 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12255set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12257$as_echo_n "checking for $ac_word... " >&6; }
12258if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12259 $as_echo_n "(cached) " >&6
5ae72758
DJ
12260else
12261 if test -n "$OBJDUMP_FOR_TARGET"; then
12262 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12263else
c6b750e1
DJ
12264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12265for as_dir in $PATH
12266do
12267 IFS=$as_save_IFS
12268 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12269 for ac_exec_ext in '' $ac_executable_extensions; do
12270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12271 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12273 break 2
12274 fi
12275done
81ecdfbb
RW
12276 done
12277IFS=$as_save_IFS
c6b750e1 12278
5ae72758
DJ
12279fi
12280fi
c6b750e1 12281OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12282if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12284$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12285else
81ecdfbb
RW
12286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12287$as_echo "no" >&6; }
5ae72758 12288fi
c6b750e1 12289
81ecdfbb 12290
2429c060
PB
12291 fi
12292 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12293 done
12294fi
c6b750e1 12295
5ae72758
DJ
12296if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12297 set dummy objdump
12298 if test $build = $target ; then
12299 OBJDUMP_FOR_TARGET="$2"
12300 else
12301 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12302 fi
d3f5afc4
MS
12303else
12304 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12305fi
12306
3a35eeb3
PB
12307else
12308 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12309fi
12310
12311
12312
12313
12314if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12315 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12317$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12318 if test -x $with_build_time_tools/ranlib; then
12319 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12320 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12322$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12323 else
81ecdfbb
RW
12324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12325$as_echo "no" >&6; }
3a35eeb3 12326 fi
2429c060
PB
12327 elif test $build != $host && test $have_gcc_for_target = yes; then
12328 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12329 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12330 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12331 fi
12332fi
c6b750e1 12333if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12334 # Extract the first word of "ranlib", so it can be a program name with args.
12335set dummy ranlib; ac_word=$2
81ecdfbb
RW
12336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12337$as_echo_n "checking for $ac_word... " >&6; }
12338if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12339 $as_echo_n "(cached) " >&6
2429c060 12340else
c6b750e1
DJ
12341 case $RANLIB_FOR_TARGET in
12342 [\\/]* | ?:[\\/]*)
2429c060
PB
12343 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12344 ;;
2429c060 12345 *)
c6b750e1
DJ
12346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12347for as_dir in $gcc_cv_tool_dirs
12348do
12349 IFS=$as_save_IFS
12350 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12351 for ac_exec_ext in '' $ac_executable_extensions; do
12352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12353 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12355 break 2
12356 fi
12357done
81ecdfbb
RW
12358 done
12359IFS=$as_save_IFS
c6b750e1 12360
2429c060
PB
12361 ;;
12362esac
12363fi
c6b750e1 12364RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12365if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12367$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12368else
81ecdfbb
RW
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12370$as_echo "no" >&6; }
2429c060
PB
12371fi
12372
81ecdfbb 12373
2429c060
PB
12374fi
12375if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12376
12377
12378if test -n "$RANLIB_FOR_TARGET"; then
12379 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12380elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12381 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12382fi
12383
12384if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12385 for ncn_progname in ranlib; do
12386 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12387set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12389$as_echo_n "checking for $ac_word... " >&6; }
12390if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12391 $as_echo_n "(cached) " >&6
9a819804
AO
12392else
12393 if test -n "$RANLIB_FOR_TARGET"; then
12394 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12395else
12396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12397for as_dir in $PATH
12398do
12399 IFS=$as_save_IFS
12400 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12401 for ac_exec_ext in '' $ac_executable_extensions; do
12402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12403 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12405 break 2
12406 fi
12407done
81ecdfbb
RW
12408 done
12409IFS=$as_save_IFS
9a819804
AO
12410
12411fi
12412fi
12413RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12414if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12416$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12417else
81ecdfbb
RW
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12419$as_echo "no" >&6; }
9a819804
AO
12420fi
12421
81ecdfbb 12422
9a819804
AO
12423 done
12424fi
12425
12426if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12427 for ncn_progname in ranlib; do
81ecdfbb
RW
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12429$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12430 if test -x $with_build_time_tools/${ncn_progname}; then
12431 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12433$as_echo "yes" >&6; }
2429c060
PB
12434 break
12435 else
81ecdfbb
RW
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12437$as_echo "no" >&6; }
2429c060
PB
12438 fi
12439 done
12440fi
12441
12442if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12443 for ncn_progname in ranlib; do
12444 if test -n "$ncn_target_tool_prefix"; then
12445 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12446set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12448$as_echo_n "checking for $ac_word... " >&6; }
12449if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12450 $as_echo_n "(cached) " >&6
859789af 12451else
55db4b87
PB
12452 if test -n "$RANLIB_FOR_TARGET"; then
12453 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12454else
c6b750e1
DJ
12455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12456for as_dir in $PATH
12457do
12458 IFS=$as_save_IFS
12459 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12460 for ac_exec_ext in '' $ac_executable_extensions; do
12461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12462 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12464 break 2
12465 fi
12466done
81ecdfbb
RW
12467 done
12468IFS=$as_save_IFS
c6b750e1 12469
859789af
AC
12470fi
12471fi
c6b750e1 12472RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12473if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12475$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12476else
81ecdfbb
RW
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12478$as_echo "no" >&6; }
859789af
AC
12479fi
12480
81ecdfbb 12481
2429c060
PB
12482 fi
12483 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12484 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12485set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12487$as_echo_n "checking for $ac_word... " >&6; }
12488if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12489 $as_echo_n "(cached) " >&6
859789af 12490else
05cbd757
PB
12491 if test -n "$RANLIB_FOR_TARGET"; then
12492 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12493else
c6b750e1
DJ
12494as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12495for as_dir in $PATH
12496do
12497 IFS=$as_save_IFS
12498 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12499 for ac_exec_ext in '' $ac_executable_extensions; do
12500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12501 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12503 break 2
12504 fi
12505done
81ecdfbb
RW
12506 done
12507IFS=$as_save_IFS
c6b750e1 12508
859789af
AC
12509fi
12510fi
c6b750e1 12511RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12512if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12514$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12515else
81ecdfbb
RW
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12517$as_echo "no" >&6; }
859789af 12518fi
c6b750e1 12519
81ecdfbb 12520
2429c060
PB
12521 fi
12522 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12523 done
12524fi
c6b750e1 12525
2429c060
PB
12526if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12527 set dummy ranlib
12528 if test $build = $target ; then
12529 RANLIB_FOR_TARGET="$2"
12530 else
12531 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12532 fi
d3f5afc4
MS
12533else
12534 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12535fi
05cbd757 12536
3a35eeb3
PB
12537else
12538 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12539fi
12540
2429c060
PB
12541
12542
12543
b121d7d4
DD
12544if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12545 if test -n "$with_build_time_tools"; then
12546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12547$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12548 if test -x $with_build_time_tools/readelf; then
12549 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12550 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12552$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12553 else
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12555$as_echo "no" >&6; }
12556 fi
12557 elif test $build != $host && test $have_gcc_for_target = yes; then
12558 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12559 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12560 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12561 fi
12562fi
12563if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12564 # Extract the first word of "readelf", so it can be a program name with args.
12565set dummy readelf; ac_word=$2
12566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12567$as_echo_n "checking for $ac_word... " >&6; }
12568if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12569 $as_echo_n "(cached) " >&6
12570else
12571 case $READELF_FOR_TARGET in
12572 [\\/]* | ?:[\\/]*)
12573 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12574 ;;
12575 *)
12576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12577for as_dir in $gcc_cv_tool_dirs
12578do
12579 IFS=$as_save_IFS
12580 test -z "$as_dir" && as_dir=.
12581 for ac_exec_ext in '' $ac_executable_extensions; do
12582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12583 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12585 break 2
12586 fi
12587done
12588 done
12589IFS=$as_save_IFS
12590
12591 ;;
12592esac
12593fi
12594READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12595if test -n "$READELF_FOR_TARGET"; then
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12597$as_echo "$READELF_FOR_TARGET" >&6; }
12598else
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12600$as_echo "no" >&6; }
12601fi
12602
12603
12604fi
12605if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12606
12607
12608if test -n "$READELF_FOR_TARGET"; then
12609 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12610elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12611 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12612fi
12613
12614if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12615 for ncn_progname in readelf; do
12616 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12617set dummy ${ncn_progname}; ac_word=$2
12618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12619$as_echo_n "checking for $ac_word... " >&6; }
12620if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12621 $as_echo_n "(cached) " >&6
12622else
12623 if test -n "$READELF_FOR_TARGET"; then
12624 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12625else
12626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12627for as_dir in $PATH
12628do
12629 IFS=$as_save_IFS
12630 test -z "$as_dir" && as_dir=.
12631 for ac_exec_ext in '' $ac_executable_extensions; do
12632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12633 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12635 break 2
12636 fi
12637done
12638 done
12639IFS=$as_save_IFS
12640
12641fi
12642fi
12643READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12644if test -n "$READELF_FOR_TARGET"; then
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12646$as_echo "$READELF_FOR_TARGET" >&6; }
12647else
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12649$as_echo "no" >&6; }
12650fi
12651
12652
12653 done
12654fi
12655
12656if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12657 for ncn_progname in readelf; do
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12659$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12660 if test -x $with_build_time_tools/${ncn_progname}; then
12661 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12663$as_echo "yes" >&6; }
12664 break
12665 else
12666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12667$as_echo "no" >&6; }
12668 fi
12669 done
12670fi
12671
12672if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12673 for ncn_progname in readelf; do
12674 if test -n "$ncn_target_tool_prefix"; then
12675 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12676set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12678$as_echo_n "checking for $ac_word... " >&6; }
12679if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12680 $as_echo_n "(cached) " >&6
12681else
12682 if test -n "$READELF_FOR_TARGET"; then
12683 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12684else
12685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12686for as_dir in $PATH
12687do
12688 IFS=$as_save_IFS
12689 test -z "$as_dir" && as_dir=.
12690 for ac_exec_ext in '' $ac_executable_extensions; do
12691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12692 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12694 break 2
12695 fi
12696done
12697 done
12698IFS=$as_save_IFS
12699
12700fi
12701fi
12702READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12703if test -n "$READELF_FOR_TARGET"; then
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12705$as_echo "$READELF_FOR_TARGET" >&6; }
12706else
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12708$as_echo "no" >&6; }
12709fi
12710
12711
12712 fi
12713 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12714 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12715set dummy ${ncn_progname}; ac_word=$2
12716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12717$as_echo_n "checking for $ac_word... " >&6; }
12718if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12719 $as_echo_n "(cached) " >&6
12720else
12721 if test -n "$READELF_FOR_TARGET"; then
12722 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12723else
12724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12725for as_dir in $PATH
12726do
12727 IFS=$as_save_IFS
12728 test -z "$as_dir" && as_dir=.
12729 for ac_exec_ext in '' $ac_executable_extensions; do
12730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12731 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12733 break 2
12734 fi
12735done
12736 done
12737IFS=$as_save_IFS
12738
12739fi
12740fi
12741READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12742if test -n "$READELF_FOR_TARGET"; then
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12744$as_echo "$READELF_FOR_TARGET" >&6; }
12745else
12746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12747$as_echo "no" >&6; }
12748fi
12749
12750
12751 fi
12752 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12753 done
12754fi
12755
12756if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12757 set dummy readelf
12758 if test $build = $target ; then
12759 READELF_FOR_TARGET="$2"
12760 else
12761 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12762 fi
12763else
12764 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12765fi
12766
12767else
12768 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12769fi
12770
12771
12772
12773
2429c060
PB
12774if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12775 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12777$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12778 if test -x $with_build_time_tools/strip; then
12779 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12780 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
12781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12782$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 12783 else
81ecdfbb
RW
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12785$as_echo "no" >&6; }
3a35eeb3 12786 fi
2429c060
PB
12787 elif test $build != $host && test $have_gcc_for_target = yes; then
12788 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
12789 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12790 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
12791 fi
12792fi
c6b750e1 12793if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12794 # Extract the first word of "strip", so it can be a program name with args.
12795set dummy strip; ac_word=$2
81ecdfbb
RW
12796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12797$as_echo_n "checking for $ac_word... " >&6; }
12798if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12799 $as_echo_n "(cached) " >&6
2429c060 12800else
c6b750e1
DJ
12801 case $STRIP_FOR_TARGET in
12802 [\\/]* | ?:[\\/]*)
2429c060
PB
12803 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12804 ;;
2429c060 12805 *)
c6b750e1
DJ
12806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12807for as_dir in $gcc_cv_tool_dirs
12808do
12809 IFS=$as_save_IFS
12810 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12811 for ac_exec_ext in '' $ac_executable_extensions; do
12812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12813 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12815 break 2
12816 fi
12817done
81ecdfbb
RW
12818 done
12819IFS=$as_save_IFS
c6b750e1 12820
2429c060
PB
12821 ;;
12822esac
12823fi
c6b750e1 12824STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 12825if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12827$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 12828else
81ecdfbb
RW
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12830$as_echo "no" >&6; }
2429c060
PB
12831fi
12832
81ecdfbb 12833
2429c060
PB
12834fi
12835if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
12836
12837
12838if test -n "$STRIP_FOR_TARGET"; then
12839 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12840elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12841 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12842fi
12843
12844if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12845 for ncn_progname in strip; do
12846 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12847set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12849$as_echo_n "checking for $ac_word... " >&6; }
12850if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12851 $as_echo_n "(cached) " >&6
9a819804
AO
12852else
12853 if test -n "$STRIP_FOR_TARGET"; then
12854 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12855else
12856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12857for as_dir in $PATH
12858do
12859 IFS=$as_save_IFS
12860 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12861 for ac_exec_ext in '' $ac_executable_extensions; do
12862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12863 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12865 break 2
12866 fi
12867done
81ecdfbb
RW
12868 done
12869IFS=$as_save_IFS
9a819804
AO
12870
12871fi
12872fi
12873STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12874if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12876$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 12877else
81ecdfbb
RW
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12879$as_echo "no" >&6; }
9a819804
AO
12880fi
12881
81ecdfbb 12882
9a819804
AO
12883 done
12884fi
12885
12886if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12887 for ncn_progname in strip; do
81ecdfbb
RW
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12889$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12890 if test -x $with_build_time_tools/${ncn_progname}; then
12891 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12893$as_echo "yes" >&6; }
2429c060
PB
12894 break
12895 else
81ecdfbb
RW
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12897$as_echo "no" >&6; }
2429c060
PB
12898 fi
12899 done
12900fi
12901
12902if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12903 for ncn_progname in strip; do
12904 if test -n "$ncn_target_tool_prefix"; then
12905 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12906set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12908$as_echo_n "checking for $ac_word... " >&6; }
12909if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12910 $as_echo_n "(cached) " >&6
7e0f7140
GK
12911else
12912 if test -n "$STRIP_FOR_TARGET"; then
12913 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
12914else
12915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12916for as_dir in $PATH
12917do
12918 IFS=$as_save_IFS
12919 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12920 for ac_exec_ext in '' $ac_executable_extensions; do
12921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12922 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12924 break 2
12925 fi
12926done
81ecdfbb
RW
12927 done
12928IFS=$as_save_IFS
c6b750e1 12929
7e0f7140
GK
12930fi
12931fi
c6b750e1 12932STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12933if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12935$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12936else
81ecdfbb
RW
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12938$as_echo "no" >&6; }
7e0f7140
GK
12939fi
12940
81ecdfbb 12941
2429c060
PB
12942 fi
12943 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12944 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 12945set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12947$as_echo_n "checking for $ac_word... " >&6; }
12948if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12949 $as_echo_n "(cached) " >&6
7e0f7140
GK
12950else
12951 if test -n "$STRIP_FOR_TARGET"; then
12952 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12953else
c6b750e1
DJ
12954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12955for as_dir in $PATH
12956do
12957 IFS=$as_save_IFS
12958 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12959 for ac_exec_ext in '' $ac_executable_extensions; do
12960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12961 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12963 break 2
12964 fi
12965done
81ecdfbb
RW
12966 done
12967IFS=$as_save_IFS
c6b750e1 12968
7e0f7140
GK
12969fi
12970fi
c6b750e1 12971STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 12972if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12974$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 12975else
81ecdfbb
RW
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12977$as_echo "no" >&6; }
7e0f7140 12978fi
c6b750e1 12979
81ecdfbb 12980
2429c060
PB
12981 fi
12982 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12983 done
12984fi
c6b750e1 12985
7e0f7140
GK
12986if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12987 set dummy strip
12988 if test $build = $target ; then
12989 STRIP_FOR_TARGET="$2"
12990 else
12991 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12992 fi
d3f5afc4
MS
12993else
12994 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
12995fi
12996
3a35eeb3
PB
12997else
12998 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
12999fi
13000
13001
13002
13003
13004if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13005 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13007$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13008 if test -x $with_build_time_tools/windres; then
13009 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13010 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13012$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 13013 else
81ecdfbb
RW
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13015$as_echo "no" >&6; }
3a35eeb3 13016 fi
2429c060
PB
13017 elif test $build != $host && test $have_gcc_for_target = yes; then
13018 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
13019 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13020 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
13021 fi
13022fi
c6b750e1 13023if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13024 # Extract the first word of "windres", so it can be a program name with args.
13025set dummy windres; ac_word=$2
81ecdfbb
RW
13026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13027$as_echo_n "checking for $ac_word... " >&6; }
13028if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13029 $as_echo_n "(cached) " >&6
2429c060 13030else
c6b750e1
DJ
13031 case $WINDRES_FOR_TARGET in
13032 [\\/]* | ?:[\\/]*)
2429c060
PB
13033 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13034 ;;
2429c060 13035 *)
c6b750e1
DJ
13036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13037for as_dir in $gcc_cv_tool_dirs
13038do
13039 IFS=$as_save_IFS
13040 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13041 for ac_exec_ext in '' $ac_executable_extensions; do
13042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13043 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13045 break 2
13046 fi
13047done
81ecdfbb
RW
13048 done
13049IFS=$as_save_IFS
c6b750e1 13050
2429c060
PB
13051 ;;
13052esac
13053fi
c6b750e1 13054WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 13055if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13057$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 13058else
81ecdfbb
RW
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13060$as_echo "no" >&6; }
2429c060
PB
13061fi
13062
81ecdfbb 13063
2429c060
PB
13064fi
13065if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
13066
13067
13068if test -n "$WINDRES_FOR_TARGET"; then
13069 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13070elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13071 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13072fi
13073
13074if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13075 for ncn_progname in windres; do
13076 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13077set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13079$as_echo_n "checking for $ac_word... " >&6; }
13080if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13081 $as_echo_n "(cached) " >&6
9a819804
AO
13082else
13083 if test -n "$WINDRES_FOR_TARGET"; then
13084 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13085else
13086as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13087for as_dir in $PATH
13088do
13089 IFS=$as_save_IFS
13090 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13091 for ac_exec_ext in '' $ac_executable_extensions; do
13092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13093 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13095 break 2
13096 fi
13097done
81ecdfbb
RW
13098 done
13099IFS=$as_save_IFS
9a819804
AO
13100
13101fi
13102fi
13103WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13104if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13106$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 13107else
81ecdfbb
RW
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13109$as_echo "no" >&6; }
9a819804
AO
13110fi
13111
81ecdfbb 13112
9a819804
AO
13113 done
13114fi
13115
13116if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13117 for ncn_progname in windres; do
81ecdfbb
RW
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13119$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13120 if test -x $with_build_time_tools/${ncn_progname}; then
13121 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13123$as_echo "yes" >&6; }
2429c060
PB
13124 break
13125 else
81ecdfbb
RW
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13127$as_echo "no" >&6; }
2429c060
PB
13128 fi
13129 done
13130fi
13131
13132if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13133 for ncn_progname in windres; do
13134 if test -n "$ncn_target_tool_prefix"; then
13135 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 13136set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13138$as_echo_n "checking for $ac_word... " >&6; }
13139if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13140 $as_echo_n "(cached) " >&6
859789af 13141else
55db4b87
PB
13142 if test -n "$WINDRES_FOR_TARGET"; then
13143 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13144else
c6b750e1
DJ
13145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13146for as_dir in $PATH
13147do
13148 IFS=$as_save_IFS
13149 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13150 for ac_exec_ext in '' $ac_executable_extensions; do
13151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13152 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13154 break 2
13155 fi
13156done
81ecdfbb
RW
13157 done
13158IFS=$as_save_IFS
c6b750e1 13159
859789af
AC
13160fi
13161fi
c6b750e1 13162WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 13163if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13165$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13166else
81ecdfbb
RW
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13168$as_echo "no" >&6; }
859789af
AC
13169fi
13170
81ecdfbb 13171
2429c060
PB
13172 fi
13173 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13174 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 13175set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13177$as_echo_n "checking for $ac_word... " >&6; }
13178if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13179 $as_echo_n "(cached) " >&6
859789af 13180else
05cbd757
PB
13181 if test -n "$WINDRES_FOR_TARGET"; then
13182 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13183else
c6b750e1
DJ
13184as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13185for as_dir in $PATH
13186do
13187 IFS=$as_save_IFS
13188 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13189 for ac_exec_ext in '' $ac_executable_extensions; do
13190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13191 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13193 break 2
13194 fi
13195done
81ecdfbb
RW
13196 done
13197IFS=$as_save_IFS
c6b750e1 13198
859789af
AC
13199fi
13200fi
c6b750e1 13201WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 13202if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13204$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13205else
81ecdfbb
RW
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13207$as_echo "no" >&6; }
859789af 13208fi
c6b750e1 13209
81ecdfbb 13210
2429c060
PB
13211 fi
13212 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13213 done
13214fi
c6b750e1 13215
05cbd757
PB
13216if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13217 set dummy windres
13218 if test $build = $target ; then
13219 WINDRES_FOR_TARGET="$2"
859789af 13220 else
05cbd757 13221 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13222 fi
d3f5afc4
MS
13223else
13224 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
13225fi
13226
3a35eeb3
PB
13227else
13228 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
13229fi
13230
852e5f18 13231
0c24b341
NC
13232
13233
13234if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13235 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13237$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
13238 if test -x $with_build_time_tools/windmc; then
13239 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13240 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13242$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 13243 else
81ecdfbb
RW
13244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13245$as_echo "no" >&6; }
0c24b341
NC
13246 fi
13247 elif test $build != $host && test $have_gcc_for_target = yes; then
13248 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13249 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13250 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13251 fi
13252fi
13253if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13254 # Extract the first word of "windmc", so it can be a program name with args.
13255set dummy windmc; ac_word=$2
81ecdfbb
RW
13256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13257$as_echo_n "checking for $ac_word... " >&6; }
13258if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13259 $as_echo_n "(cached) " >&6
0c24b341
NC
13260else
13261 case $WINDMC_FOR_TARGET in
13262 [\\/]* | ?:[\\/]*)
13263 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13264 ;;
13265 *)
13266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13267for as_dir in $gcc_cv_tool_dirs
13268do
13269 IFS=$as_save_IFS
13270 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13271 for ac_exec_ext in '' $ac_executable_extensions; do
13272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13273 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13275 break 2
13276 fi
13277done
81ecdfbb
RW
13278 done
13279IFS=$as_save_IFS
0c24b341
NC
13280
13281 ;;
13282esac
13283fi
13284WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13285if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13287$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13288else
81ecdfbb
RW
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13290$as_echo "no" >&6; }
0c24b341
NC
13291fi
13292
81ecdfbb 13293
0c24b341
NC
13294fi
13295if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13296
13297
13298if test -n "$WINDMC_FOR_TARGET"; then
13299 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13300elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13301 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13302fi
13303
13304if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13305 for ncn_progname in windmc; do
13306 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13307set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13309$as_echo_n "checking for $ac_word... " >&6; }
13310if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13311 $as_echo_n "(cached) " >&6
0c24b341
NC
13312else
13313 if test -n "$WINDMC_FOR_TARGET"; then
13314 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13315else
13316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317for as_dir in $PATH
13318do
13319 IFS=$as_save_IFS
13320 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13321 for ac_exec_ext in '' $ac_executable_extensions; do
13322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13323 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13325 break 2
13326 fi
13327done
81ecdfbb
RW
13328 done
13329IFS=$as_save_IFS
0c24b341
NC
13330
13331fi
13332fi
13333WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13334if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13336$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13337else
81ecdfbb
RW
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13339$as_echo "no" >&6; }
0c24b341
NC
13340fi
13341
81ecdfbb 13342
0c24b341
NC
13343 done
13344fi
13345
13346if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13347 for ncn_progname in windmc; do
81ecdfbb
RW
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13349$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13350 if test -x $with_build_time_tools/${ncn_progname}; then
13351 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13353$as_echo "yes" >&6; }
0c24b341
NC
13354 break
13355 else
81ecdfbb
RW
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13357$as_echo "no" >&6; }
0c24b341
NC
13358 fi
13359 done
13360fi
13361
13362if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13363 for ncn_progname in windmc; do
13364 if test -n "$ncn_target_tool_prefix"; then
13365 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13366set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13368$as_echo_n "checking for $ac_word... " >&6; }
13369if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13370 $as_echo_n "(cached) " >&6
0c24b341
NC
13371else
13372 if test -n "$WINDMC_FOR_TARGET"; then
13373 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13374else
13375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13376for as_dir in $PATH
13377do
13378 IFS=$as_save_IFS
13379 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13380 for ac_exec_ext in '' $ac_executable_extensions; do
13381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13382 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13384 break 2
13385 fi
13386done
81ecdfbb
RW
13387 done
13388IFS=$as_save_IFS
0c24b341
NC
13389
13390fi
13391fi
13392WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13393if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13395$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13396else
81ecdfbb
RW
13397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13398$as_echo "no" >&6; }
0c24b341
NC
13399fi
13400
81ecdfbb 13401
0c24b341
NC
13402 fi
13403 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13404 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13405set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13407$as_echo_n "checking for $ac_word... " >&6; }
13408if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13409 $as_echo_n "(cached) " >&6
0c24b341
NC
13410else
13411 if test -n "$WINDMC_FOR_TARGET"; then
13412 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13413else
13414as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13415for as_dir in $PATH
13416do
13417 IFS=$as_save_IFS
13418 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13419 for ac_exec_ext in '' $ac_executable_extensions; do
13420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13421 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13423 break 2
13424 fi
13425done
81ecdfbb
RW
13426 done
13427IFS=$as_save_IFS
0c24b341
NC
13428
13429fi
13430fi
13431WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13432if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13434$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13435else
81ecdfbb
RW
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13437$as_echo "no" >&6; }
0c24b341
NC
13438fi
13439
81ecdfbb 13440
0c24b341
NC
13441 fi
13442 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13443 done
13444fi
13445
13446if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13447 set dummy windmc
13448 if test $build = $target ; then
13449 WINDMC_FOR_TARGET="$2"
13450 else
13451 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13452 fi
13453else
13454 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13455fi
13456
13457else
13458 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13459fi
13460
13461
be01d343
PB
13462RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13463
81ecdfbb
RW
13464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13465$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13466if test "x${build}" != "x${host}" ; then
2429c060
PB
13467 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13468 # We already found the complete path
b8025f34 13469 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13471$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13472 else
13473 # Canadian cross, just use what we found
81ecdfbb
RW
13474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13475$as_echo "pre-installed" >&6; }
2429c060 13476 fi
be01d343
PB
13477else
13478 ok=yes
13479 case " ${configdirs} " in
13480 *" binutils "*) ;;
13481 *) ok=no ;;
13482 esac
c6b750e1 13483
be01d343
PB
13484 if test $ok = yes; then
13485 # An in-tree tool is available and we can use it
13486 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13488$as_echo "just compiled" >&6; }
2429c060
PB
13489 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13490 # We already found the complete path
b8025f34 13491 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13493$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13494 elif test "x$target" = "x$host"; then
13495 # We can use an host tool
13496 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13498$as_echo "host tool" >&6; }
be01d343
PB
13499 else
13500 # We need a cross tool
81ecdfbb
RW
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13502$as_echo "pre-installed" >&6; }
be01d343
PB
13503 fi
13504fi
4b900473 13505
81ecdfbb
RW
13506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13507$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13508if test "x${build}" != "x${host}" ; then
2429c060
PB
13509 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13510 # We already found the complete path
b8025f34 13511 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13513$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13514 else
13515 # Canadian cross, just use what we found
81ecdfbb
RW
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13517$as_echo "pre-installed" >&6; }
2429c060 13518 fi
be01d343
PB
13519else
13520 ok=yes
13521 case " ${configdirs} " in
13522 *" gas "*) ;;
13523 *) ok=no ;;
13524 esac
c6b750e1 13525
be01d343
PB
13526 if test $ok = yes; then
13527 # An in-tree tool is available and we can use it
13528 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13530$as_echo "just compiled" >&6; }
2429c060
PB
13531 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13532 # We already found the complete path
b8025f34 13533 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13535$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13536 elif test "x$target" = "x$host"; then
13537 # We can use an host tool
13538 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13540$as_echo "host tool" >&6; }
be01d343
PB
13541 else
13542 # We need a cross tool
81ecdfbb
RW
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13544$as_echo "pre-installed" >&6; }
be01d343
PB
13545 fi
13546fi
4b900473 13547
81ecdfbb
RW
13548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13549$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13550if test "x${build}" != "x${host}" ; then
2429c060
PB
13551 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13552 # We already found the complete path
b8025f34 13553 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13555$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13556 else
13557 # Canadian cross, just use what we found
81ecdfbb
RW
13558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13559$as_echo "pre-installed" >&6; }
2429c060 13560 fi
be01d343
PB
13561else
13562 ok=yes
13563 case " ${configdirs} " in
13564 *" gcc "*) ;;
13565 *) ok=no ;;
13566 esac
c6b750e1 13567
be01d343
PB
13568 if test $ok = yes; then
13569 # An in-tree tool is available and we can use it
13570 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13572$as_echo "just compiled" >&6; }
2429c060
PB
13573 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13574 # We already found the complete path
b8025f34 13575 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13577$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13578 elif test "x$target" = "x$host"; then
13579 # We can use an host tool
13580 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13582$as_echo "host tool" >&6; }
be01d343
PB
13583 else
13584 # We need a cross tool
81ecdfbb
RW
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13586$as_echo "pre-installed" >&6; }
be01d343
PB
13587 fi
13588fi
4b900473 13589
81ecdfbb
RW
13590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13591$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13592if test "x${build}" != "x${host}" ; then
2429c060
PB
13593 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13594 # We already found the complete path
b8025f34 13595 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13597$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13598 else
13599 # Canadian cross, just use what we found
81ecdfbb
RW
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13601$as_echo "pre-installed" >&6; }
2429c060 13602 fi
be01d343
PB
13603else
13604 ok=yes
13605 case " ${configdirs} " in
13606 *" gcc "*) ;;
13607 *) ok=no ;;
13608 esac
13609 case ,${enable_languages}, in
13610 *,c++,*) ;;
13611 *) ok=no ;;
13612 esac
13613 if test $ok = yes; then
13614 # An in-tree tool is available and we can use it
87cda2cf 13615 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'
81ecdfbb
RW
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13617$as_echo "just compiled" >&6; }
2429c060
PB
13618 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13619 # We already found the complete path
b8025f34 13620 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13622$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13623 elif test "x$target" = "x$host"; then
13624 # We can use an host tool
13625 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13627$as_echo "host tool" >&6; }
be01d343
PB
13628 else
13629 # We need a cross tool
81ecdfbb
RW
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13631$as_echo "pre-installed" >&6; }
be01d343
PB
13632 fi
13633fi
4b900473 13634
81ecdfbb
RW
13635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13636$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 13637if test "x${build}" != "x${host}" ; then
2429c060
PB
13638 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13639 # We already found the complete path
b8025f34 13640 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13642$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13643 else
13644 # Canadian cross, just use what we found
81ecdfbb
RW
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13646$as_echo "pre-installed" >&6; }
2429c060 13647 fi
be01d343
PB
13648else
13649 ok=yes
13650 case " ${configdirs} " in
13651 *" gcc "*) ;;
13652 *) ok=no ;;
13653 esac
13654 case ,${enable_languages}, in
13655 *,c++,*) ;;
13656 *) ok=no ;;
13657 esac
13658 if test $ok = yes; then
13659 # An in-tree tool is available and we can use it
13660 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'
81ecdfbb
RW
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13662$as_echo "just compiled" >&6; }
2429c060
PB
13663 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13664 # We already found the complete path
b8025f34 13665 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13667$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13668 elif test "x$target" = "x$host"; then
13669 # We can use an host tool
13670 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13672$as_echo "host tool" >&6; }
be01d343
PB
13673 else
13674 # We need a cross tool
81ecdfbb
RW
13675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13676$as_echo "pre-installed" >&6; }
be01d343
PB
13677 fi
13678fi
4b900473 13679
81ecdfbb
RW
13680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13681$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 13682if test "x${build}" != "x${host}" ; then
2429c060
PB
13683 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13684 # We already found the complete path
b8025f34 13685 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13687$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13688 else
13689 # Canadian cross, just use what we found
81ecdfbb
RW
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13691$as_echo "pre-installed" >&6; }
2429c060 13692 fi
be01d343
PB
13693else
13694 ok=yes
13695 case " ${configdirs} " in
13696 *" binutils "*) ;;
13697 *) ok=no ;;
13698 esac
c6b750e1 13699
be01d343
PB
13700 if test $ok = yes; then
13701 # An in-tree tool is available and we can use it
13702 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13704$as_echo "just compiled" >&6; }
2429c060
PB
13705 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13706 # We already found the complete path
b8025f34 13707 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13709$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13710 elif test "x$target" = "x$host"; then
13711 # We can use an host tool
13712 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13714$as_echo "host tool" >&6; }
be01d343
PB
13715 else
13716 # We need a cross tool
81ecdfbb
RW
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13718$as_echo "pre-installed" >&6; }
be01d343
PB
13719 fi
13720fi
4b900473 13721
81ecdfbb
RW
13722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13723$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 13724if test "x${build}" != "x${host}" ; then
2429c060
PB
13725 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13726 # We already found the complete path
b8025f34 13727 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13729$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13730 else
13731 # Canadian cross, just use what we found
81ecdfbb
RW
13732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13733$as_echo "pre-installed" >&6; }
2429c060 13734 fi
be01d343
PB
13735else
13736 ok=yes
13737 case " ${configdirs} " in
13738 *" gcc "*) ;;
13739 *) ok=no ;;
13740 esac
c6b750e1 13741
be01d343
PB
13742 if test $ok = yes; then
13743 # An in-tree tool is available and we can use it
13744 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13746$as_echo "just compiled" >&6; }
2429c060
PB
13747 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13748 # We already found the complete path
b8025f34 13749 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13751$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13752 elif test "x$target" = "x$host"; then
13753 # We can use an host tool
13754 GCC_FOR_TARGET='$()'
81ecdfbb
RW
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13756$as_echo "host tool" >&6; }
be01d343
PB
13757 else
13758 # We need a cross tool
81ecdfbb
RW
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13760$as_echo "pre-installed" >&6; }
be01d343
PB
13761 fi
13762fi
4b900473 13763
81ecdfbb
RW
13764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13765$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 13766if test "x${build}" != "x${host}" ; then
2429c060
PB
13767 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13768 # We already found the complete path
b8025f34 13769 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13771$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13772 else
13773 # Canadian cross, just use what we found
81ecdfbb
RW
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13775$as_echo "pre-installed" >&6; }
2429c060 13776 fi
be01d343
PB
13777else
13778 ok=yes
13779 case " ${configdirs} " in
13780 *" gcc "*) ;;
13781 *) ok=no ;;
13782 esac
13783 case ,${enable_languages}, in
13784 *,java,*) ;;
13785 *) ok=no ;;
13786 esac
13787 if test $ok = yes; then
13788 # An in-tree tool is available and we can use it
13789 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13791$as_echo "just compiled" >&6; }
2429c060
PB
13792 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13793 # We already found the complete path
b8025f34 13794 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13796$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13797 elif test "x$target" = "x$host"; then
13798 # We can use an host tool
13799 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13801$as_echo "host tool" >&6; }
be01d343
PB
13802 else
13803 # We need a cross tool
81ecdfbb
RW
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13805$as_echo "pre-installed" >&6; }
be01d343
PB
13806 fi
13807fi
4b900473 13808
81ecdfbb
RW
13809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13810$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 13811if test "x${build}" != "x${host}" ; then
2429c060
PB
13812 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13813 # We already found the complete path
b8025f34 13814 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13816$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13817 else
13818 # Canadian cross, just use what we found
81ecdfbb
RW
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13820$as_echo "pre-installed" >&6; }
2429c060 13821 fi
be01d343
PB
13822else
13823 ok=yes
13824 case " ${configdirs} " in
13825 *" gcc "*) ;;
13826 *) ok=no ;;
13827 esac
13828 case ,${enable_languages}, in
13829 *,fortran,*) ;;
13830 *) ok=no ;;
13831 esac
13832 if test $ok = yes; then
13833 # An in-tree tool is available and we can use it
13834 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13836$as_echo "just compiled" >&6; }
2429c060
PB
13837 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13838 # We already found the complete path
b8025f34 13839 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13841$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13842 elif test "x$target" = "x$host"; then
13843 # We can use an host tool
13844 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13846$as_echo "host tool" >&6; }
be01d343
PB
13847 else
13848 # We need a cross tool
81ecdfbb
RW
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13850$as_echo "pre-installed" >&6; }
be01d343
PB
13851 fi
13852fi
4b900473 13853
e552509b
ILT
13854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13855$as_echo_n "checking where to find the target gccgo... " >&6; }
13856if test "x${build}" != "x${host}" ; then
13857 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13858 # We already found the complete path
13859 ac_dir=`dirname $GOC_FOR_TARGET`
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13861$as_echo "pre-installed in $ac_dir" >&6; }
13862 else
13863 # Canadian cross, just use what we found
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13865$as_echo "pre-installed" >&6; }
13866 fi
13867else
13868 ok=yes
13869 case " ${configdirs} " in
13870 *" gcc "*) ;;
13871 *) ok=no ;;
13872 esac
13873 case ,${enable_languages}, in
13874 *,go,*) ;;
13875 *) ok=no ;;
13876 esac
13877 if test $ok = yes; then
13878 # An in-tree tool is available and we can use it
13879 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13881$as_echo "just compiled" >&6; }
13882 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13883 # We already found the complete path
13884 ac_dir=`dirname $GOC_FOR_TARGET`
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13886$as_echo "pre-installed in $ac_dir" >&6; }
13887 elif test "x$target" = "x$host"; then
13888 # We can use an host tool
13889 GOC_FOR_TARGET='$(GOC)'
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13891$as_echo "host tool" >&6; }
13892 else
13893 # We need a cross tool
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13895$as_echo "pre-installed" >&6; }
13896 fi
13897fi
13898
81ecdfbb
RW
13899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13900$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 13901if test "x${build}" != "x${host}" ; then
2429c060
PB
13902 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13903 # We already found the complete path
b8025f34 13904 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13906$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13907 else
13908 # Canadian cross, just use what we found
81ecdfbb
RW
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13910$as_echo "pre-installed" >&6; }
2429c060 13911 fi
be01d343
PB
13912else
13913 ok=yes
13914 case " ${configdirs} " in
13915 *" ld "*) ;;
13916 *) ok=no ;;
13917 esac
c6b750e1 13918
be01d343
PB
13919 if test $ok = yes; then
13920 # An in-tree tool is available and we can use it
13921 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13923$as_echo "just compiled" >&6; }
2429c060
PB
13924 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13925 # We already found the complete path
b8025f34 13926 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
13927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13928$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13929 elif test "x$target" = "x$host"; then
13930 # We can use an host tool
13931 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13933$as_echo "host tool" >&6; }
be01d343
PB
13934 else
13935 # We need a cross tool
81ecdfbb
RW
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13937$as_echo "pre-installed" >&6; }
be01d343
PB
13938 fi
13939fi
4b900473 13940
81ecdfbb
RW
13941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13942$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 13943if test "x${build}" != "x${host}" ; then
2429c060
PB
13944 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13945 # We already found the complete path
b8025f34 13946 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13948$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13949 else
13950 # Canadian cross, just use what we found
81ecdfbb
RW
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13952$as_echo "pre-installed" >&6; }
2429c060 13953 fi
be01d343 13954else
2429c060
PB
13955 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13956 # We already found the complete path
b8025f34 13957 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13959$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 13960 elif test "x$target" = "x$host"; then
be01d343
PB
13961 # We can use an host tool
13962 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13964$as_echo "host tool" >&6; }
be01d343
PB
13965 else
13966 # We need a cross tool
81ecdfbb
RW
13967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13968$as_echo "pre-installed" >&6; }
be01d343
PB
13969 fi
13970fi
4b900473 13971
81ecdfbb
RW
13972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13973$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 13974if test "x${build}" != "x${host}" ; then
2429c060
PB
13975 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13976 # We already found the complete path
b8025f34 13977 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13979$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13980 else
13981 # Canadian cross, just use what we found
81ecdfbb
RW
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13983$as_echo "pre-installed" >&6; }
2429c060 13984 fi
be01d343
PB
13985else
13986 ok=yes
13987 case " ${configdirs} " in
13988 *" binutils "*) ;;
13989 *) ok=no ;;
13990 esac
c6b750e1 13991
be01d343
PB
13992 if test $ok = yes; then
13993 # An in-tree tool is available and we can use it
13994 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13996$as_echo "just compiled" >&6; }
2429c060
PB
13997 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13998 # We already found the complete path
b8025f34 13999 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14001$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14002 elif test "x$target" = "x$host"; then
14003 # We can use an host tool
14004 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14006$as_echo "host tool" >&6; }
be01d343
PB
14007 else
14008 # We need a cross tool
81ecdfbb
RW
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14010$as_echo "pre-installed" >&6; }
be01d343
PB
14011 fi
14012fi
4b900473 14013
81ecdfbb
RW
14014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14015$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 14016if test "x${build}" != "x${host}" ; then
2429c060
PB
14017 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14018 # We already found the complete path
b8025f34 14019 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14021$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14022 else
14023 # Canadian cross, just use what we found
81ecdfbb
RW
14024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14025$as_echo "pre-installed" >&6; }
2429c060 14026 fi
be01d343
PB
14027else
14028 ok=yes
14029 case " ${configdirs} " in
14030 *" binutils "*) ;;
14031 *) ok=no ;;
14032 esac
c6b750e1 14033
be01d343
PB
14034 if test $ok = yes; then
14035 # An in-tree tool is available and we can use it
14036 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14038$as_echo "just compiled" >&6; }
2429c060
PB
14039 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14040 # We already found the complete path
b8025f34 14041 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14043$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14044 elif test "x$target" = "x$host"; then
14045 # We can use an host tool
14046 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14048$as_echo "host tool" >&6; }
be01d343
PB
14049 else
14050 # We need a cross tool
81ecdfbb
RW
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14052$as_echo "pre-installed" >&6; }
be01d343
PB
14053 fi
14054fi
4b900473 14055
81ecdfbb
RW
14056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14057$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 14058if test "x${build}" != "x${host}" ; then
2429c060
PB
14059 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14060 # We already found the complete path
b8025f34 14061 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14063$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14064 else
14065 # Canadian cross, just use what we found
81ecdfbb
RW
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14067$as_echo "pre-installed" >&6; }
2429c060 14068 fi
be01d343
PB
14069else
14070 ok=yes
14071 case " ${configdirs} " in
14072 *" binutils "*) ;;
14073 *) ok=no ;;
14074 esac
c6b750e1 14075
be01d343
PB
14076 if test $ok = yes; then
14077 # An in-tree tool is available and we can use it
14078 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14080$as_echo "just compiled" >&6; }
2429c060
PB
14081 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14082 # We already found the complete path
b8025f34 14083 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14085$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14086 elif test "x$target" = "x$host"; then
14087 # We can use an host tool
14088 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14090$as_echo "host tool" >&6; }
be01d343
PB
14091 else
14092 # We need a cross tool
81ecdfbb
RW
14093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14094$as_echo "pre-installed" >&6; }
be01d343
PB
14095 fi
14096fi
4b900473 14097
b121d7d4
DD
14098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14099$as_echo_n "checking where to find the target readelf... " >&6; }
14100if test "x${build}" != "x${host}" ; then
14101 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14102 # We already found the complete path
14103 ac_dir=`dirname $READELF_FOR_TARGET`
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14105$as_echo "pre-installed in $ac_dir" >&6; }
14106 else
14107 # Canadian cross, just use what we found
14108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14109$as_echo "pre-installed" >&6; }
14110 fi
14111else
14112 ok=yes
14113 case " ${configdirs} " in
14114 *" binutils "*) ;;
14115 *) ok=no ;;
14116 esac
14117
14118 if test $ok = yes; then
14119 # An in-tree tool is available and we can use it
14120 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14122$as_echo "just compiled" >&6; }
14123 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14124 # We already found the complete path
14125 ac_dir=`dirname $READELF_FOR_TARGET`
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14127$as_echo "pre-installed in $ac_dir" >&6; }
14128 elif test "x$target" = "x$host"; then
14129 # We can use an host tool
14130 READELF_FOR_TARGET='$(READELF)'
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14132$as_echo "host tool" >&6; }
14133 else
14134 # We need a cross tool
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14136$as_echo "pre-installed" >&6; }
14137 fi
14138fi
14139
81ecdfbb
RW
14140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14141$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 14142if test "x${build}" != "x${host}" ; then
2429c060
PB
14143 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14144 # We already found the complete path
b8025f34 14145 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14147$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14148 else
14149 # Canadian cross, just use what we found
81ecdfbb
RW
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14151$as_echo "pre-installed" >&6; }
2429c060 14152 fi
be01d343
PB
14153else
14154 ok=yes
14155 case " ${configdirs} " in
14156 *" binutils "*) ;;
14157 *) ok=no ;;
14158 esac
c6b750e1 14159
be01d343
PB
14160 if test $ok = yes; then
14161 # An in-tree tool is available and we can use it
9b980aa1 14162 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14164$as_echo "just compiled" >&6; }
2429c060
PB
14165 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14166 # We already found the complete path
b8025f34 14167 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14169$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14170 elif test "x$target" = "x$host"; then
14171 # We can use an host tool
14172 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14174$as_echo "host tool" >&6; }
be01d343
PB
14175 else
14176 # We need a cross tool
81ecdfbb
RW
14177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14178$as_echo "pre-installed" >&6; }
be01d343
PB
14179 fi
14180fi
4b900473 14181
81ecdfbb
RW
14182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14183$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 14184if test "x${build}" != "x${host}" ; then
2429c060
PB
14185 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14186 # We already found the complete path
b8025f34 14187 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14189$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14190 else
14191 # Canadian cross, just use what we found
81ecdfbb
RW
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14193$as_echo "pre-installed" >&6; }
2429c060 14194 fi
be01d343
PB
14195else
14196 ok=yes
14197 case " ${configdirs} " in
14198 *" binutils "*) ;;
14199 *) ok=no ;;
14200 esac
c6b750e1 14201
be01d343
PB
14202 if test $ok = yes; then
14203 # An in-tree tool is available and we can use it
14204 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14206$as_echo "just compiled" >&6; }
2429c060
PB
14207 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14208 # We already found the complete path
b8025f34 14209 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14211$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14212 elif test "x$target" = "x$host"; then
14213 # We can use an host tool
14214 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14216$as_echo "host tool" >&6; }
be01d343
PB
14217 else
14218 # We need a cross tool
81ecdfbb
RW
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14220$as_echo "pre-installed" >&6; }
be01d343 14221 fi
a0da8069 14222fi
54752a6b 14223
81ecdfbb
RW
14224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14225$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
14226if test "x${build}" != "x${host}" ; then
14227 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14228 # We already found the complete path
14229 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14231$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14232 else
14233 # Canadian cross, just use what we found
81ecdfbb
RW
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14235$as_echo "pre-installed" >&6; }
0c24b341
NC
14236 fi
14237else
14238 ok=yes
14239 case " ${configdirs} " in
14240 *" binutils "*) ;;
14241 *) ok=no ;;
14242 esac
14243
14244 if test $ok = yes; then
14245 # An in-tree tool is available and we can use it
14246 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14248$as_echo "just compiled" >&6; }
0c24b341
NC
14249 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14250 # We already found the complete path
14251 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14253$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14254 elif test "x$target" = "x$host"; then
14255 # We can use an host tool
14256 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14258$as_echo "host tool" >&6; }
0c24b341
NC
14259 else
14260 # We need a cross tool
81ecdfbb
RW
14261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14262$as_echo "pre-installed" >&6; }
0c24b341
NC
14263 fi
14264fi
14265
54752a6b
NN
14266
14267
be01d343 14268
4b900473 14269
a0da8069
NN
14270# Certain tools may need extra flags.
14271AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14272RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14273NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14274
be01d343
PB
14275# When building target libraries, except in a Canadian cross, we use
14276# the same toolchain as the compiler we just built.
14277COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14278COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14279COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14280if test $host = $build; then
14281 case " $configdirs " in
14282 *" gcc "*)
14283 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14284 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14285 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14286 ;;
14287 esac
14288fi
14289
14290
14291
14292
14293
81ecdfbb
RW
14294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14295$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14296# Check whether --enable-maintainer-mode was given.
14297if test "${enable_maintainer_mode+set}" = set; then :
14298 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
14299else
14300 USE_MAINTAINER_MODE=no
81ecdfbb
RW
14301fi
14302
14303{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14304$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
14305
14306
14307if test "$USE_MAINTAINER_MODE" = yes; then
14308 MAINTAINER_MODE_TRUE=
14309 MAINTAINER_MODE_FALSE='#'
14310else
14311 MAINTAINER_MODE_TRUE='#'
14312 MAINTAINER_MODE_FALSE=
c6b750e1 14313fi
3d5e36ae
AO
14314MAINT=$MAINTAINER_MODE_TRUE
14315
1d39f329
NN
14316# ---------------------
14317# GCC bootstrap support
14318# ---------------------
14319
14320# Stage specific cflags for build.
14321stage1_cflags="-g"
14322case $build in
14323 vax-*-*)
14324 case ${GCC} in
14325 yes) stage1_cflags="-g -Wa,-J" ;;
14326 *) stage1_cflags="-g -J" ;;
14327 esac ;;
1d39f329
NN
14328esac
14329
1d89b610 14330
1d39f329 14331
8a0d8a5c 14332# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14333# Check whether --enable-stage1-checking was given.
14334if test "${enable_stage1_checking+set}" = set; then :
14335 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14336else
5566c1fa 14337 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14338 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14339else
5566c1fa 14340 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14341fi
81ecdfbb 14342fi
8a0d8a5c
PB
14343
14344
c6b750e1 14345
81ecdfbb
RW
14346# Enable -Werror in bootstrap stage2 and later.
14347# Check whether --enable-werror was given.
14348if test "${enable_werror+set}" = set; then :
14349 enableval=$enable_werror;
1d39f329 14350else
a0323144 14351 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14352 enable_werror=yes
79fcd0ec
PB
14353else
14354 enable_werror=no
14355fi
81ecdfbb
RW
14356fi
14357
1a6f2dc7
NN
14358case ${enable_werror} in
14359 yes) stage2_werror_flag="--enable-werror-always" ;;
14360 *) stage2_werror_flag="" ;;
1d39f329
NN
14361esac
14362
14363
e8a5fa9c
RW
14364# Specify what files to not compare during bootstrap.
14365
14366compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14367case "$target" in
14368 hppa*64*-*-hpux*) ;;
14369 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
1488e230 14370 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
e8a5fa9c
RW
14371esac
14372
14373
81ecdfbb
RW
14374ac_config_files="$ac_config_files Makefile"
14375
c6b750e1 14376cat >confcache <<\_ACEOF
a0da8069
NN
14377# This file is a shell script that caches the results of configure
14378# tests run on this system so they can be shared between configure
c6b750e1
DJ
14379# scripts and configure runs, see configure's option --config-cache.
14380# It is not useful on other systems. If it contains results you don't
14381# want to keep, you may remove or edit it.
a0da8069 14382#
c6b750e1
DJ
14383# config.status only pays attention to the cache file if you give it
14384# the --recheck option to rerun configure.
a0da8069 14385#
c6b750e1
DJ
14386# `ac_cv_env_foo' variables (set or unset) will be overridden when
14387# loading this file, other *unset* `ac_cv_foo' will be assigned the
14388# following values.
14389
14390_ACEOF
14391
a0da8069
NN
14392# The following way of writing the cache mishandles newlines in values,
14393# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14394# So, we kill variables containing newlines.
a0da8069
NN
14395# Ultrix sh set writes to stderr and can't be redirected directly,
14396# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14397(
14398 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14399 eval ac_val=\$$ac_var
14400 case $ac_val in #(
14401 *${as_nl}*)
14402 case $ac_var in #(
14403 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14404$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14405 esac
14406 case $ac_var in #(
14407 _ | IFS | as_nl) ;; #(
14408 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14409 *) { eval $ac_var=; unset $ac_var;} ;;
14410 esac ;;
14411 esac
14412 done
14413
c6b750e1 14414 (set) 2>&1 |
81ecdfbb
RW
14415 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14416 *${as_nl}ac_space=\ *)
14417 # `set' does not quote correctly, so add quotes: double-quote
14418 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14419 sed -n \
14420 "s/'/'\\\\''/g;
14421 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14422 ;; #(
c6b750e1
DJ
14423 *)
14424 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14425 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14426 ;;
81ecdfbb
RW
14427 esac |
14428 sort
14429) |
c6b750e1 14430 sed '
81ecdfbb 14431 /^ac_cv_env_/b end
c6b750e1 14432 t clear
81ecdfbb 14433 :clear
c6b750e1
DJ
14434 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14435 t end
81ecdfbb
RW
14436 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14437 :end' >>confcache
14438if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14439 if test -w "$cache_file"; then
14440 test "x$cache_file" != "x/dev/null" &&
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14442$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14443 cat confcache >$cache_file
a0da8069 14444 else
81ecdfbb
RW
14445 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14446$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14447 fi
852e5f18 14448fi
a0da8069 14449rm -f confcache
852e5f18 14450
a0da8069
NN
14451test "x$prefix" = xNONE && prefix=$ac_default_prefix
14452# Let make expand exec_prefix.
14453test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14454
a0da8069
NN
14455# Transform confdefs.h into DEFS.
14456# Protect against shell expansion while executing Makefile rules.
14457# Protect against Makefile macro expansion.
c6b750e1
DJ
14458#
14459# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14460# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14461# look for a macro that doesn't take arguments.
81ecdfbb
RW
14462ac_script='
14463:mline
14464/\\$/{
14465 N
14466 s,\\\n,,
14467 b mline
14468}
c6b750e1 14469t clear
81ecdfbb
RW
14470:clear
14471s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14472t quote
81ecdfbb 14473s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14474t quote
81ecdfbb
RW
14475b any
14476:quote
14477s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14478s/\[/\\&/g
14479s/\]/\\&/g
14480s/\$/$$/g
14481H
14482:any
14483${
14484 g
14485 s/^\n//
14486 s/\n/ /g
14487 p
14488}
14489'
14490DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
14491
14492
14493ac_libobjs=
14494ac_ltlibobjs=
14495for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14496 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14497 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14498 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14499 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14500 # will be set to the directory where LIBOBJS objects are built.
14501 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14502 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
14503done
14504LIBOBJS=$ac_libobjs
852e5f18 14505
c6b750e1 14506LTLIBOBJS=$ac_ltlibobjs
376a0e54 14507
cac3d6c4 14508
c6b750e1
DJ
14509
14510: ${CONFIG_STATUS=./config.status}
81ecdfbb 14511ac_write_fail=0
c6b750e1
DJ
14512ac_clean_files_save=$ac_clean_files
14513ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14514{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14515$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14516as_write_fail=0
14517cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
14518#! $SHELL
14519# Generated by $as_me.
a0da8069 14520# Run this file to recreate the current configuration.
a0da8069 14521# Compiler output produced by configure, useful for debugging
c6b750e1 14522# configure, is in config.log if it exists.
376a0e54 14523
c6b750e1
DJ
14524debug=false
14525ac_cs_recheck=false
14526ac_cs_silent=false
c6b750e1 14527
81ecdfbb
RW
14528SHELL=\${CONFIG_SHELL-$SHELL}
14529export SHELL
14530_ASEOF
14531cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14532## -------------------- ##
14533## M4sh Initialization. ##
14534## -------------------- ##
14535
14536# Be more Bourne compatible
14537DUALCASE=1; export DUALCASE # for MKS sh
14538if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
14539 emulate sh
14540 NULLCMD=:
81ecdfbb 14541 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14542 # is contrary to our usage. Disable this feature.
14543 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14544 setopt NO_GLOB_SUBST
14545else
14546 case `(set -o) 2>/dev/null` in #(
14547 *posix*) :
14548 set -o posix ;; #(
14549 *) :
14550 ;;
14551esac
c6b750e1 14552fi
c6b750e1 14553
81ecdfbb
RW
14554
14555as_nl='
14556'
14557export as_nl
14558# Printing a long string crashes Solaris 7 /usr/bin/printf.
14559as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14560as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14561as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14562# Prefer a ksh shell builtin over an external printf program on Solaris,
14563# but without wasting forks for bash or zsh.
14564if test -z "$BASH_VERSION$ZSH_VERSION" \
14565 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14566 as_echo='print -r --'
14567 as_echo_n='print -rn --'
14568elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14569 as_echo='printf %s\n'
14570 as_echo_n='printf %s'
14571else
14572 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14573 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14574 as_echo_n='/usr/ucb/echo -n'
14575 else
14576 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14577 as_echo_n_body='eval
14578 arg=$1;
14579 case $arg in #(
14580 *"$as_nl"*)
14581 expr "X$arg" : "X\\(.*\\)$as_nl";
14582 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14583 esac;
14584 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14585 '
14586 export as_echo_n_body
14587 as_echo_n='sh -c $as_echo_n_body as_echo'
14588 fi
14589 export as_echo_body
14590 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
14591fi
14592
81ecdfbb
RW
14593# The user is always right.
14594if test "${PATH_SEPARATOR+set}" != set; then
14595 PATH_SEPARATOR=:
14596 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14597 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14598 PATH_SEPARATOR=';'
14599 }
14600fi
14601
14602
14603# IFS
14604# We need space, tab and new line, in precisely that order. Quoting is
14605# there to prevent editors from complaining about space-tab.
14606# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14607# splitting by setting IFS to empty value.)
14608IFS=" "" $as_nl"
14609
14610# Find who we are. Look in the path if we contain no directory separator.
14611case $0 in #((
14612 *[\\/]* ) as_myself=$0 ;;
14613 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14614for as_dir in $PATH
14615do
14616 IFS=$as_save_IFS
14617 test -z "$as_dir" && as_dir=.
14618 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14619 done
14620IFS=$as_save_IFS
14621
14622 ;;
14623esac
14624# We did not find ourselves, most probably we were run as `sh COMMAND'
14625# in which case we are not to be found in the path.
14626if test "x$as_myself" = x; then
14627 as_myself=$0
14628fi
14629if test ! -f "$as_myself"; then
14630 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14631 exit 1
14632fi
c6b750e1 14633
81ecdfbb
RW
14634# Unset variables that we do not need and which cause bugs (e.g. in
14635# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14636# suppresses any "Segmentation fault" message there. '((' could
14637# trigger a bug in pdksh 5.2.14.
14638for as_var in BASH_ENV ENV MAIL MAILPATH
14639do eval test x\${$as_var+set} = xset \
14640 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14641done
c6b750e1
DJ
14642PS1='$ '
14643PS2='> '
14644PS4='+ '
14645
14646# NLS nuisances.
81ecdfbb
RW
14647LC_ALL=C
14648export LC_ALL
14649LANGUAGE=C
14650export LANGUAGE
14651
14652# CDPATH.
14653(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14654
14655
14656# as_fn_error ERROR [LINENO LOG_FD]
14657# ---------------------------------
14658# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14659# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14660# script with status $?, using 1 if that was 0.
14661as_fn_error ()
14662{
14663 as_status=$?; test $as_status -eq 0 && as_status=1
14664 if test "$3"; then
14665 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14666 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 14667 fi
81ecdfbb
RW
14668 $as_echo "$as_me: error: $1" >&2
14669 as_fn_exit $as_status
14670} # as_fn_error
14671
14672
14673# as_fn_set_status STATUS
14674# -----------------------
14675# Set $? to STATUS, without forking.
14676as_fn_set_status ()
14677{
14678 return $1
14679} # as_fn_set_status
14680
14681# as_fn_exit STATUS
14682# -----------------
14683# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14684as_fn_exit ()
14685{
14686 set +e
14687 as_fn_set_status $1
14688 exit $1
14689} # as_fn_exit
14690
14691# as_fn_unset VAR
14692# ---------------
14693# Portably unset VAR.
14694as_fn_unset ()
14695{
14696 { eval $1=; unset $1;}
14697}
14698as_unset=as_fn_unset
14699# as_fn_append VAR VALUE
14700# ----------------------
14701# Append the text in VALUE to the end of the definition contained in VAR. Take
14702# advantage of any shell optimizations that allow amortized linear growth over
14703# repeated appends, instead of the typical quadratic growth present in naive
14704# implementations.
14705if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14706 eval 'as_fn_append ()
14707 {
14708 eval $1+=\$2
14709 }'
14710else
14711 as_fn_append ()
14712 {
14713 eval $1=\$$1\$2
14714 }
14715fi # as_fn_append
14716
14717# as_fn_arith ARG...
14718# ------------------
14719# Perform arithmetic evaluation on the ARGs, and store the result in the
14720# global $as_val. Take advantage of shells that can avoid forks. The arguments
14721# must be portable across $(()) and expr.
14722if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14723 eval 'as_fn_arith ()
14724 {
14725 as_val=$(( $* ))
14726 }'
14727else
14728 as_fn_arith ()
14729 {
14730 as_val=`expr "$@" || test $? -eq 1`
14731 }
14732fi # as_fn_arith
14733
c6b750e1 14734
81ecdfbb
RW
14735if expr a : '\(a\)' >/dev/null 2>&1 &&
14736 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
14737 as_expr=expr
14738else
14739 as_expr=false
14740fi
14741
81ecdfbb 14742if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
14743 as_basename=basename
14744else
14745 as_basename=false
14746fi
14747
81ecdfbb
RW
14748if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14749 as_dirname=dirname
14750else
14751 as_dirname=false
14752fi
c6b750e1 14753
81ecdfbb 14754as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
14755$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14756 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14757 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14758$as_echo X/"$0" |
14759 sed '/^.*\/\([^/][^/]*\)\/*$/{
14760 s//\1/
14761 q
14762 }
14763 /^X\/\(\/\/\)$/{
14764 s//\1/
14765 q
14766 }
14767 /^X\/\(\/\).*/{
14768 s//\1/
14769 q
14770 }
14771 s/.*/./; q'`
c6b750e1 14772
c6b750e1
DJ
14773# Avoid depending upon Character Ranges.
14774as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14775as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14776as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14777as_cr_digits='0123456789'
14778as_cr_alnum=$as_cr_Letters$as_cr_digits
14779
81ecdfbb
RW
14780ECHO_C= ECHO_N= ECHO_T=
14781case `echo -n x` in #(((((
14782-n*)
14783 case `echo 'xy\c'` in
14784 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14785 xy) ECHO_C='\c';;
14786 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14787 ECHO_T=' ';;
14788 esac;;
14789*)
14790 ECHO_N='-n';;
c6b750e1
DJ
14791esac
14792
81ecdfbb
RW
14793rm -f conf$$ conf$$.exe conf$$.file
14794if test -d conf$$.dir; then
14795 rm -f conf$$.dir/conf$$.file
c6b750e1 14796else
81ecdfbb
RW
14797 rm -f conf$$.dir
14798 mkdir conf$$.dir 2>/dev/null
c6b750e1 14799fi
81ecdfbb
RW
14800if (echo >conf$$.file) 2>/dev/null; then
14801 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 14802 as_ln_s='ln -s'
81ecdfbb
RW
14803 # ... but there are two gotchas:
14804 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14805 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14806 # In both cases, we have to default to `cp -p'.
14807 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14808 as_ln_s='cp -p'
14809 elif ln conf$$.file conf$$ 2>/dev/null; then
14810 as_ln_s=ln
14811 else
14812 as_ln_s='cp -p'
c6b750e1 14813 fi
c6b750e1
DJ
14814else
14815 as_ln_s='cp -p'
14816fi
81ecdfbb
RW
14817rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14818rmdir conf$$.dir 2>/dev/null
14819
14820
14821# as_fn_mkdir_p
14822# -------------
14823# Create "$as_dir" as a directory, including parents if necessary.
14824as_fn_mkdir_p ()
14825{
14826
14827 case $as_dir in #(
14828 -*) as_dir=./$as_dir;;
14829 esac
14830 test -d "$as_dir" || eval $as_mkdir_p || {
14831 as_dirs=
14832 while :; do
14833 case $as_dir in #(
14834 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14835 *) as_qdir=$as_dir;;
14836 esac
14837 as_dirs="'$as_qdir' $as_dirs"
14838 as_dir=`$as_dirname -- "$as_dir" ||
14839$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14840 X"$as_dir" : 'X\(//\)[^/]' \| \
14841 X"$as_dir" : 'X\(//\)$' \| \
14842 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14843$as_echo X"$as_dir" |
14844 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14845 s//\1/
14846 q
14847 }
14848 /^X\(\/\/\)[^/].*/{
14849 s//\1/
14850 q
14851 }
14852 /^X\(\/\/\)$/{
14853 s//\1/
14854 q
14855 }
14856 /^X\(\/\).*/{
14857 s//\1/
14858 q
14859 }
14860 s/.*/./; q'`
14861 test -d "$as_dir" && break
14862 done
14863 test -z "$as_dirs" || eval "mkdir $as_dirs"
14864 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14865
c6b750e1 14866
81ecdfbb 14867} # as_fn_mkdir_p
c6b750e1 14868if mkdir -p . 2>/dev/null; then
81ecdfbb 14869 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
14870else
14871 test -d ./-p && rmdir ./-p
14872 as_mkdir_p=false
14873fi
14874
81ecdfbb
RW
14875if test -x / >/dev/null 2>&1; then
14876 as_test_x='test -x'
14877else
14878 if ls -dL / >/dev/null 2>&1; then
14879 as_ls_L_option=L
14880 else
14881 as_ls_L_option=
14882 fi
14883 as_test_x='
14884 eval sh -c '\''
14885 if test -d "$1"; then
14886 test -d "$1/.";
14887 else
14888 case $1 in #(
14889 -*)set "./$1";;
14890 esac;
14891 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14892 ???[sx]*):;;*)false;;esac;fi
14893 '\'' sh
14894 '
14895fi
14896as_executable_p=$as_test_x
c6b750e1
DJ
14897
14898# Sed expression to map a string onto a valid CPP name.
14899as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14900
14901# Sed expression to map a string onto a valid variable name.
14902as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14903
14904
c6b750e1 14905exec 6>&1
81ecdfbb
RW
14906## ----------------------------------- ##
14907## Main body of $CONFIG_STATUS script. ##
14908## ----------------------------------- ##
14909_ASEOF
14910test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14911
14912cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14913# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 14914# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14915# values after options handling.
14916ac_log="
c6b750e1 14917This file was extended by $as_me, which was
81ecdfbb 14918generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
14919
14920 CONFIG_FILES = $CONFIG_FILES
14921 CONFIG_HEADERS = $CONFIG_HEADERS
14922 CONFIG_LINKS = $CONFIG_LINKS
14923 CONFIG_COMMANDS = $CONFIG_COMMANDS
14924 $ $0 $@
14925
81ecdfbb
RW
14926on `(hostname || uname -n) 2>/dev/null | sed 1q`
14927"
14928
c6b750e1
DJ
14929_ACEOF
14930
81ecdfbb
RW
14931case $ac_config_files in *"
14932"*) set x $ac_config_files; shift; ac_config_files=$*;;
14933esac
c6b750e1 14934
c6b750e1 14935
c6b750e1 14936
81ecdfbb
RW
14937cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14938# Files that config.status was made for.
14939config_files="$ac_config_files"
c6b750e1 14940
81ecdfbb 14941_ACEOF
c6b750e1 14942
81ecdfbb 14943cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 14944ac_cs_usage="\
81ecdfbb
RW
14945\`$as_me' instantiates files and other configuration actions
14946from templates according to the current configuration. Unless the files
14947and actions are specified as TAGs, all are instantiated by default.
c6b750e1 14948
81ecdfbb 14949Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
14950
14951 -h, --help print this help, then exit
81ecdfbb
RW
14952 -V, --version print version number and configuration settings, then exit
14953 -q, --quiet, --silent
14954 do not print progress messages
c6b750e1
DJ
14955 -d, --debug don't remove temporary files
14956 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14957 --file=FILE[:TEMPLATE]
14958 instantiate the configuration file FILE
c6b750e1
DJ
14959
14960Configuration files:
14961$config_files
14962
81ecdfbb 14963Report bugs to the package provider."
c6b750e1 14964
81ecdfbb
RW
14965_ACEOF
14966cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
14967ac_cs_version="\\
14968config.status
81ecdfbb
RW
14969configured by $0, generated by GNU Autoconf 2.64,
14970 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 14971
81ecdfbb 14972Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
14973This config.status script is free software; the Free Software Foundation
14974gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14975
14976ac_pwd='$ac_pwd'
14977srcdir='$srcdir'
14978INSTALL='$INSTALL'
8e957354 14979AWK='$AWK'
81ecdfbb 14980test -n "\$AWK" || AWK=awk
c6b750e1
DJ
14981_ACEOF
14982
81ecdfbb
RW
14983cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14984# The default lists apply if the user does not specify any file.
c6b750e1
DJ
14985ac_need_defaults=:
14986while test $# != 0
a0da8069 14987do
c6b750e1
DJ
14988 case $1 in
14989 --*=*)
81ecdfbb
RW
14990 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14991 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
14992 ac_shift=:
14993 ;;
81ecdfbb 14994 *)
c6b750e1
DJ
14995 ac_option=$1
14996 ac_optarg=$2
14997 ac_shift=shift
14998 ;;
c6b750e1
DJ
14999 esac
15000
15001 case $ac_option in
15002 # Handling of the options.
a0da8069 15003 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 15004 ac_cs_recheck=: ;;
81ecdfbb
RW
15005 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15006 $as_echo "$ac_cs_version"; exit ;;
15007 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
15008 debug=: ;;
15009 --file | --fil | --fi | --f )
15010 $ac_shift
81ecdfbb
RW
15011 case $ac_optarg in
15012 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15013 esac
15014 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 15015 ac_need_defaults=false;;
81ecdfbb
RW
15016 --he | --h | --help | --hel | -h )
15017 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
15018 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15019 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15020 ac_cs_silent=: ;;
15021
15022 # This is an error.
81ecdfbb
RW
15023 -*) as_fn_error "unrecognized option: \`$1'
15024Try \`$0 --help' for more information." ;;
c6b750e1 15025
81ecdfbb
RW
15026 *) as_fn_append ac_config_targets " $1"
15027 ac_need_defaults=false ;;
c6b750e1 15028
376a0e54 15029 esac
c6b750e1 15030 shift
376a0e54
CM
15031done
15032
c6b750e1 15033ac_configure_extra_args=
376a0e54 15034
c6b750e1
DJ
15035if $ac_cs_silent; then
15036 exec 6>/dev/null
15037 ac_configure_extra_args="$ac_configure_extra_args --silent"
15038fi
376a0e54 15039
c6b750e1 15040_ACEOF
81ecdfbb 15041cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 15042if \$ac_cs_recheck; then
81ecdfbb
RW
15043 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15044 shift
15045 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15046 CONFIG_SHELL='$SHELL'
15047 export CONFIG_SHELL
15048 exec "\$@"
c6b750e1
DJ
15049fi
15050
15051_ACEOF
81ecdfbb
RW
15052cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15053exec 5>>config.log
15054{
15055 echo
15056 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15057## Running $as_me. ##
15058_ASBOX
15059 $as_echo "$ac_log"
15060} >&5
c6b750e1 15061
81ecdfbb
RW
15062_ACEOF
15063cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
15064#
15065# INIT-COMMANDS
15066#
15067extrasub_build="$extrasub_build"
15068 extrasub_host="$extrasub_host"
15069 extrasub_target="$extrasub_target"
15070
81ecdfbb 15071_ACEOF
c6b750e1 15072
81ecdfbb 15073cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15074
81ecdfbb 15075# Handling of arguments.
c6b750e1
DJ
15076for ac_config_target in $ac_config_targets
15077do
81ecdfbb
RW
15078 case $ac_config_target in
15079 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15080
15081 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
15082 esac
15083done
15084
81ecdfbb 15085
c6b750e1
DJ
15086# If the user did not use the arguments to specify the items to instantiate,
15087# then the envvar interface is used. Set only those that are not.
15088# We use the long form for the default assignment because of an extremely
15089# bizarre bug on SunOS 4.1.3.
15090if $ac_need_defaults; then
15091 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15092fi
15093
15094# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15095# simply because there is no reason against having it here, and in addition,
c6b750e1 15096# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15097# Hook for its removal unless debugging.
15098# Note that there is a small window in which the directory will not be cleaned:
15099# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
15100$debug ||
15101{
81ecdfbb
RW
15102 tmp=
15103 trap 'exit_status=$?
15104 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15105' 0
15106 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 15107}
c6b750e1
DJ
15108# Create a (secure) tmp directory for tmp files.
15109
15110{
81ecdfbb 15111 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
15112 test -n "$tmp" && test -d "$tmp"
15113} ||
15114{
81ecdfbb
RW
15115 tmp=./conf$$-$RANDOM
15116 (umask 077 && mkdir "$tmp")
15117} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15118
15119# Set up the scripts for CONFIG_FILES section.
15120# No need to generate them if there are no CONFIG_FILES.
15121# This happens for instance with `./config.status config.h'.
15122if test -n "$CONFIG_FILES"; then
15123
15124if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15125 ac_cs_awk_getline=:
15126 ac_cs_awk_pipe_init=
15127 ac_cs_awk_read_file='
15128 while ((getline aline < (F[key])) > 0)
15129 print(aline)
15130 close(F[key])'
15131 ac_cs_awk_pipe_fini=
15132else
15133 ac_cs_awk_getline=false
15134 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15135 ac_cs_awk_read_file='
15136 print "|#_!!_#|"
15137 print "cat " F[key] " &&"
15138 '$ac_cs_awk_pipe_init
15139 # The final `:' finishes the AND list.
15140 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15141fi
15142ac_cr=`echo X | tr X '\015'`
15143# On cygwin, bash can eat \r inside `` if the user requested igncr.
15144# But we know of no other shell where ac_cr would be empty at this
15145# point, so we can use a bashism as a fallback.
15146if test "x$ac_cr" = x; then
15147 eval ac_cr=\$\'\\r\'
15148fi
15149ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15150if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15151 ac_cs_awk_cr='\r'
15152else
15153 ac_cs_awk_cr=$ac_cr
15154fi
15155
15156echo 'BEGIN {' >"$tmp/subs1.awk" &&
15157_ACEOF
15158
15159# Create commands to substitute file output variables.
c6b750e1 15160{
81ecdfbb
RW
15161 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15162 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15163 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15164 echo "_ACAWK" &&
15165 echo "_ACEOF"
15166} >conf$$files.sh &&
15167. ./conf$$files.sh ||
15168 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15169rm -f conf$$files.sh
c6b750e1 15170
81ecdfbb
RW
15171{
15172 echo "cat >conf$$subs.awk <<_ACEOF" &&
15173 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15174 echo "_ACEOF"
15175} >conf$$subs.sh ||
15176 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15177ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15178ac_delim='%!_!# '
15179for ac_last_try in false false false false false :; do
15180 . ./conf$$subs.sh ||
15181 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15182
15183 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15184 if test $ac_delim_n = $ac_delim_num; then
15185 break
15186 elif $ac_last_try; then
15187 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15188 else
15189 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15190 fi
15191done
15192rm -f conf$$subs.sh
15193
15194cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15195cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 15196_ACEOF
81ecdfbb
RW
15197sed -n '
15198h
15199s/^/S["/; s/!.*/"]=/
15200p
15201g
15202s/^[^!]*!//
15203:repl
15204t repl
15205s/'"$ac_delim"'$//
15206t delim
15207:nl
15208h
15209s/\(.\{148\}\).*/\1/
15210t more1
15211s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15212p
15213n
15214b repl
15215:more1
15216s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15217p
15218g
15219s/.\{148\}//
15220t nl
15221:delim
15222h
15223s/\(.\{148\}\).*/\1/
15224t more2
15225s/["\\]/\\&/g; s/^/"/; s/$/"/
15226p
15227b
15228:more2
15229s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15230p
15231g
15232s/.\{148\}//
15233t delim
15234' <conf$$subs.awk | sed '
15235/^[^""]/{
15236 N
15237 s/\n//
15238}
15239' >>$CONFIG_STATUS || ac_write_fail=1
15240rm -f conf$$subs.awk
15241cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15242_ACAWK
15243cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15244 for (key in S) S_is_set[key] = 1
15245 FS = "\a"
15246 \$ac_cs_awk_pipe_init
15247}
15248{
15249 line = $ 0
15250 nfields = split(line, field, "@")
15251 substed = 0
15252 len = length(field[1])
15253 for (i = 2; i < nfields; i++) {
15254 key = field[i]
15255 keylen = length(key)
15256 if (S_is_set[key]) {
15257 value = S[key]
15258 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15259 len += length(value) + length(field[++i])
15260 substed = 1
15261 } else
15262 len += 1 + keylen
15263 }
15264 if (nfields == 3 && !substed) {
15265 key = field[2]
15266 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15267 \$ac_cs_awk_read_file
15268 next
15269 }
15270 }
15271 print line
15272}
15273\$ac_cs_awk_pipe_fini
15274_ACAWK
15275_ACEOF
15276cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15277if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15278 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15279else
15280 cat
15281fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15282 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15283_ACEOF
15284
15285# VPATH may cause trouble with some makes, so we remove $(srcdir),
15286# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15287# trailing colons and then remove the whole line if VPATH becomes empty
15288# (actually we leave an empty line to preserve line numbers).
15289if test "x$srcdir" = x.; then
15290 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15291s/:*\$(srcdir):*/:/
15292s/:*\${srcdir}:*/:/
15293s/:*@srcdir@:*/:/
15294s/^\([^=]*=[ ]*\):*/\1/
15295s/:*$//
15296s/^[^=]*=[ ]*$//
15297}'
15298fi
c6b750e1 15299
81ecdfbb
RW
15300cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15301fi # test -n "$CONFIG_FILES"
c6b750e1 15302
c6b750e1 15303
81ecdfbb
RW
15304eval set X " :F $CONFIG_FILES "
15305shift
15306for ac_tag
15307do
15308 case $ac_tag in
15309 :[FHLC]) ac_mode=$ac_tag; continue;;
15310 esac
15311 case $ac_mode$ac_tag in
15312 :[FHL]*:*);;
15313 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15314 :[FH]-) ac_tag=-:-;;
15315 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15316 esac
15317 ac_save_IFS=$IFS
15318 IFS=:
15319 set x $ac_tag
15320 IFS=$ac_save_IFS
15321 shift
15322 ac_file=$1
15323 shift
252b5132 15324
81ecdfbb
RW
15325 case $ac_mode in
15326 :L) ac_source=$1;;
15327 :[FH])
15328 ac_file_inputs=
15329 for ac_f
15330 do
15331 case $ac_f in
15332 -) ac_f="$tmp/stdin";;
15333 *) # Look for the file first in the build tree, then in the source tree
15334 # (if the path is not absolute). The absolute path cannot be DOS-style,
15335 # because $ac_f cannot contain `:'.
15336 test -f "$ac_f" ||
15337 case $ac_f in
15338 [\\/$]*) false;;
15339 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15340 esac ||
15341 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15342 esac
15343 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15344 as_fn_append ac_file_inputs " '$ac_f'"
15345 done
c6b750e1 15346
81ecdfbb
RW
15347 # Let's still pretend it is `configure' which instantiates (i.e., don't
15348 # use $as_me), people would be surprised to read:
15349 # /* config.h. Generated by config.status. */
15350 configure_input='Generated from '`
15351 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15352 `' by configure.'
15353 if test x"$ac_file" != x-; then
15354 configure_input="$ac_file. $configure_input"
15355 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15356$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15357 fi
81ecdfbb
RW
15358 # Neutralize special characters interpreted by sed in replacement strings.
15359 case $configure_input in #(
15360 *\&* | *\|* | *\\* )
15361 ac_sed_conf_input=`$as_echo "$configure_input" |
15362 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15363 *) ac_sed_conf_input=$configure_input;;
15364 esac
cac3d6c4 15365
81ecdfbb
RW
15366 case $ac_tag in
15367 *:-:* | *:-) cat >"$tmp/stdin" \
15368 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15369 esac
15370 ;;
a0da8069 15371 esac
252b5132 15372
81ecdfbb 15373 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15374$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15375 X"$ac_file" : 'X\(//\)[^/]' \| \
15376 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15377 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15378$as_echo X"$ac_file" |
15379 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15380 s//\1/
15381 q
15382 }
15383 /^X\(\/\/\)[^/].*/{
15384 s//\1/
15385 q
15386 }
15387 /^X\(\/\/\)$/{
15388 s//\1/
15389 q
15390 }
15391 /^X\(\/\).*/{
15392 s//\1/
15393 q
15394 }
15395 s/.*/./; q'`
15396 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15397 ac_builddir=.
252b5132 15398
81ecdfbb
RW
15399case "$ac_dir" in
15400.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15401*)
15402 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15403 # A ".." for each directory in $ac_dir_suffix.
15404 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15405 case $ac_top_builddir_sub in
15406 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15407 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15408 esac ;;
15409esac
15410ac_abs_top_builddir=$ac_pwd
15411ac_abs_builddir=$ac_pwd$ac_dir_suffix
15412# for backward compatibility:
15413ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15414
15415case $srcdir in
81ecdfbb 15416 .) # We are building in place.
c6b750e1 15417 ac_srcdir=.
81ecdfbb
RW
15418 ac_top_srcdir=$ac_top_builddir_sub
15419 ac_abs_top_srcdir=$ac_pwd ;;
15420 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15421 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15422 ac_top_srcdir=$srcdir
15423 ac_abs_top_srcdir=$srcdir ;;
15424 *) # Relative name.
15425 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15426 ac_top_srcdir=$ac_top_build_prefix$srcdir
15427 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15428esac
81ecdfbb 15429ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15430
252b5132 15431
81ecdfbb
RW
15432 case $ac_mode in
15433 :F)
15434 #
15435 # CONFIG_FILE
15436 #
c6b750e1
DJ
15437
15438 case $INSTALL in
15439 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15440 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15441 esac
81ecdfbb 15442_ACEOF
252b5132 15443
81ecdfbb
RW
15444cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15445# If the template does not know about datarootdir, expand it.
15446# FIXME: This hack should be removed a few years after 2.60.
15447ac_datarootdir_hack=; ac_datarootdir_seen=
15448ac_sed_dataroot='
15449/datarootdir/ {
15450 p
15451 q
15452}
15453/@datadir@/p
15454/@docdir@/p
15455/@infodir@/p
15456/@localedir@/p
15457/@mandir@/p'
15458case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15459*datarootdir*) ac_datarootdir_seen=yes;;
15460*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15461 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15462$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15463_ACEOF
81ecdfbb
RW
15464cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15465 ac_datarootdir_hack='
15466 s&@datadir@&$datadir&g
15467 s&@docdir@&$docdir&g
15468 s&@infodir@&$infodir&g
15469 s&@localedir@&$localedir&g
15470 s&@mandir@&$mandir&g
15471 s&\\\${datarootdir}&$datarootdir&g' ;;
15472esac
15473_ACEOF
15474
15475# Neutralize VPATH when `$srcdir' = `.'.
15476# Shell code in configure.ac might set extrasub.
15477# FIXME: do we really want to maintain this feature?
15478cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15479ac_sed_extra="$ac_vpsub
c6b750e1
DJ
15480$extrasub
15481_ACEOF
81ecdfbb 15482cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15483:t
15484/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15485s|@configure_input@|$ac_sed_conf_input|;t t
15486s&@top_builddir@&$ac_top_builddir_sub&;t t
15487s&@top_build_prefix@&$ac_top_build_prefix&;t t
15488s&@srcdir@&$ac_srcdir&;t t
15489s&@abs_srcdir@&$ac_abs_srcdir&;t t
15490s&@top_srcdir@&$ac_top_srcdir&;t t
15491s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15492s&@builddir@&$ac_builddir&;t t
15493s&@abs_builddir@&$ac_abs_builddir&;t t
15494s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15495s&@INSTALL@&$ac_INSTALL&;t t
15496$ac_datarootdir_hack
15497"
15498eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15499if $ac_cs_awk_getline; then
15500 $AWK -f "$tmp/subs.awk"
15501else
15502 $AWK -f "$tmp/subs.awk" | $SHELL
15503fi >$tmp/out \
15504 || as_fn_error "could not create $ac_file" "$LINENO" 5
15505
15506test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15507 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15508 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15509 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15510which seems to be undefined. Please make sure it is defined." >&5
15511$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15512which seems to be undefined. Please make sure it is defined." >&2;}
15513
15514 rm -f "$tmp/stdin"
15515 case $ac_file in
15516 -) cat "$tmp/out" && rm -f "$tmp/out";;
15517 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15518 esac \
15519 || as_fn_error "could not create $ac_file" "$LINENO" 5
15520 ;;
c148b4cb 15521
c148b4cb 15522
c148b4cb 15523
81ecdfbb
RW
15524 esac
15525
06a51eac
RW
15526
15527 case $ac_file$ac_mode in
15528 "Makefile":F) sed "$extrasub_build" Makefile |
15529 sed "$extrasub_host" |
15530 sed "$extrasub_target" > mf$$
15531 mv -f mf$$ Makefile ;;
15532
15533 esac
81ecdfbb
RW
15534done # for ac_tag
15535
15536
15537as_fn_exit 0
c6b750e1 15538_ACEOF
c6b750e1
DJ
15539ac_clean_files=$ac_clean_files_save
15540
81ecdfbb
RW
15541test $ac_write_fail = 0 ||
15542 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15543
c6b750e1
DJ
15544
15545# configure is writing to config.log, and then calls config.status.
15546# config.status does its own redirection, appending to config.log.
15547# Unfortunately, on DOS this fails, as config.log is still kept open
15548# by configure, so config.status won't be able to write to it; its
15549# output is simply discarded. So we exec the FD to /dev/null,
15550# effectively closing config.log, so it can be properly (re)opened and
15551# appended to by config.status. When coming back to configure, we
15552# need to make the FD available again.
15553if test "$no_create" != yes; then
15554 ac_cs_success=:
15555 ac_config_status_args=
15556 test "$silent" = yes &&
15557 ac_config_status_args="$ac_config_status_args --quiet"
15558 exec 5>/dev/null
15559 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15560 exec 5>>config.log
15561 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15562 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15563 $ac_cs_success || as_fn_exit $?
15564fi
15565if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15567$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 15568fi
c148b4cb 15569
This page took 1.632802 seconds and 4 git commands to generate.