Tweak moxie-rtems triplet recognition
[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 \
5286fdef 2776 target-libsanitizer \
bb780410 2777 target-libssp \
e552509b 2778 target-libquadmath \
4b1cb4fe 2779 target-libgfortran \
4f0ef2d8 2780 target-boehm-gc \
83326456 2781 ${libgcj} \
a2592b1b 2782 target-libobjc \
e552509b
ILT
2783 target-libada \
2784 target-libgo"
a0da8069 2785
9c14acb8
NN
2786# these tools are built using the target libraries, and are intended to
2787# run only in the target environment
a0da8069 2788#
9c14acb8 2789# note: any program that *uses* libraries that are in the "target_libraries"
0377a422 2790# list belongs in this list.
a0da8069 2791#
a90ef4bf 2792target_tools="target-rda"
252b5132 2793
a0da8069 2794################################################################################
252b5132 2795
a0da8069
NN
2796## All tools belong in one of the four categories, and are assigned above
2797## We assign ${configdirs} this way to remove all embedded newlines. This
2798## is important because configure will choke if they ever get through.
2799## ${configdirs} is directories we build using the host tools.
2800## ${target_configdirs} is directories we build using the target tools.
a0da8069 2801configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2802target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2803build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2804
9cc8ae67
PB
2805
2806
a0da8069 2807################################################################################
252b5132 2808
a0da8069 2809srcname="gnu development package"
252b5132 2810
a0da8069
NN
2811# This gets set non-empty for some net releases of packages.
2812appdirs=""
252b5132 2813
a0da8069
NN
2814# Define is_cross_compiler to save on calls to 'test'.
2815is_cross_compiler=
2816if test x"${host}" = x"${target}" ; then
2817 is_cross_compiler=no
252b5132 2818else
a0da8069 2819 is_cross_compiler=yes
c6b750e1 2820fi
252b5132 2821
9175bfc0 2822# Find the build and target subdir names.
dd12c3a8 2823
66a79c16
DJ
2824# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2825# have matching libraries, they should use host libraries: Makefile.tpl
2826# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2827# However, they still use the build modules, because the corresponding
2828# host modules (e.g. bison) are only built for the host when bootstrap
2829# finishes. So:
2830# - build_subdir is where we find build modules, and never changes.
2831# - build_libsubdir is where we find build libraries, and can be overridden.
2832
2833# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2834build_subdir="build-${build_noncanonical}"
c6b750e1 2835
81ecdfbb
RW
2836# Check whether --with-build-libsubdir was given.
2837if test "${with_build_libsubdir+set}" = set; then :
2838 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2839else
2840 build_libsubdir="$build_subdir"
81ecdfbb
RW
2841fi
2842
b00612cc
PB
2843# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2844if ( test $srcdir = . && test -d gcc ) \
2845 || test -d $srcdir/../host-${host_noncanonical}; then
2846 host_subdir="host-${host_noncanonical}"
2847else
2848 host_subdir=.
2849fi
dd12c3a8
NN
2850# No prefix.
2851target_subdir=${target_noncanonical}
c6b750e1 2852
2fd0b40b
RW
2853# Be sure to cover against remnants of an in-tree build.
2854if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2855 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2856Use a pristine source tree when building in a separate tree" "$LINENO" 5
2857fi
252b5132 2858
a0da8069
NN
2859# Skipdirs are removed silently.
2860skipdirs=
2861# Noconfigdirs are removed loudly.
2862noconfigdirs=""
252b5132 2863
a0da8069
NN
2864use_gnu_ld=
2865# Make sure we don't let GNU ld be added if we didn't want it.
2866if test x$with_gnu_ld = xno ; then
2867 use_gnu_ld=no
93f9b408 2868 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2869fi
2870
a0da8069
NN
2871use_gnu_as=
2872# Make sure we don't let GNU as be added if we didn't want it.
2873if test x$with_gnu_as = xno ; then
2874 use_gnu_as=no
2875 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2876fi
2877
700d40ca
ILT
2878use_included_zlib=
2879# Make sure we don't let ZLIB be added if we didn't want it.
2880if test x$with_system_zlib = xyes ; then
2881 use_included_zlib=no
2882 noconfigdirs="$noconfigdirs zlib"
2883fi
2884
c6b750e1 2885# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2886# it's not even worth trying to configure, much less build, that tool.
252b5132 2887
a0da8069
NN
2888case ${with_x} in
2889 yes | "") ;; # the default value for this tree is that X11 is available
2890 no)
675c6968 2891 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2892 # We won't be able to build gdbtk without X.
c6b750e1 2893 enable_gdbtk=no
a0da8069
NN
2894 ;;
2895 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2896esac
252b5132 2897
0377a422 2898# Some are only suitable for cross toolchains.
a0da8069
NN
2899# Remove these if host=target.
2900cross_only="target-libgloss target-newlib target-opcodes"
2901
2902case $is_cross_compiler in
2903 no) skipdirs="${skipdirs} ${cross_only}" ;;
a0da8069 2904esac
252b5132 2905
a0da8069
NN
2906# If both --with-headers and --with-libs are specified, default to
2907# --without-newlib.
32be62b5
RS
2908if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2909 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2910 if test x"${with_newlib}" = x ; then
2911 with_newlib=no
2912 fi
252b5132
RH
2913fi
2914
a0da8069
NN
2915# Recognize --with-newlib/--without-newlib.
2916case ${with_newlib} in
2917 no) skipdirs="${skipdirs} target-newlib" ;;
2918 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2919esac
252b5132 2920
c7791212
NC
2921# Handle --enable-gold, --enable-ld.
2922# --disable-gold [--enable-ld]
2923# Build only ld. Default option.
d3b50760
L
2924# --enable-gold [--enable-ld]
2925# Build both gold and ld. Install gold as "ld.gold", install ld
2926# as "ld.bfd" and "ld".
2927# --enable-gold=default [--enable-ld]
c7791212
NC
2928# Build both gold and ld. Install gold as "ld.gold" and "ld",
2929# install ld as "ld.bfd".
2930# --enable-gold[=default] --disable-ld
2931# Build only gold, which is then installed as both "ld.gold" and "ld".
2932# --enable-gold --enable-ld=default
d3b50760
L
2933# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2934# and ld.bfd).
c7791212
NC
2935# In other words, ld is default
2936# --enable-gold=default --enable-ld=default
2937# Error.
2938
2939default_ld=
81ecdfbb
RW
2940# Check whether --enable-gold was given.
2941if test "${enable_gold+set}" = set; then :
2942 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2943else
2944 ENABLE_GOLD=no
81ecdfbb
RW
2945fi
2946
c7791212
NC
2947case "${ENABLE_GOLD}" in
2948 yes|default)
e6de499b
NC
2949 # Check for ELF target.
2950 is_elf=no
2951 case "${target}" in
2952 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2344b8da 2953 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
5b806d27 2954 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2bda3143 2955 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
e6de499b
NC
2956 case "${target}" in
2957 *-*-linux*aout* | *-*-linux*oldld*)
2958 ;;
2959 *)
2960 is_elf=yes
2961 ;;
2962 esac
2963 esac
2964
2965 if test "$is_elf" = "yes"; then
2966 # Check for target supported by gold.
93f9b408 2967 case "${target}" in
5c0b3823 2968 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
c7791212
NC
2969 configdirs="$configdirs gold"
2970 if test x${ENABLE_GOLD} = xdefault; then
2971 default_ld=gold
2972 fi
e6de499b 2973 ENABLE_GOLD=yes
93f9b408
ILT
2974 ;;
2975 esac
e6de499b
NC
2976 fi
2977 ;;
2978 no)
2979 ;;
2980 *)
2981 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2982 ;;
c7791212
NC
2983esac
2984
2985# Check whether --enable-ld was given.
2986if test "${enable_ld+set}" = set; then :
2987 enableval=$enable_ld; ENABLE_LD=$enableval
2988else
2989 ENABLE_LD=yes
2990fi
2991
2992
2993case "${ENABLE_LD}" in
2994 default)
d3b50760 2995 if test x${default_ld} != x; then
c7791212
NC
2996 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2997 fi
2998 ;;
2999 yes)
3000 ;;
3001 no)
3002 if test x${ENABLE_GOLD} != xyes; then
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3004$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3005 fi
3006 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3007 ;;
3008 *)
3009 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3010 ;;
3011esac
93f9b408 3012
a0da8069 3013# Configure extra directories which are host specific
252b5132 3014
a0da8069
NN
3015case "${host}" in
3016 *-cygwin*)
3017 configdirs="$configdirs libtermcap" ;;
3018esac
252b5132 3019
59f7ec45
HPN
3020# A target can indicate whether a language isn't supported for some reason.
3021# Only spaces may be used in this macro; not newlines or tabs.
3022unsupported_languages=
3023
c6b750e1 3024# Remove more programs from consideration, based on the host or
a0da8069
NN
3025# target this usually means that a port of the program doesn't
3026# exist yet.
252b5132 3027
a0da8069 3028case "${host}" in
3516a403 3029 i[3456789]86-*-msdosdjgpp*)
6a608608 3030 noconfigdirs="$noconfigdirs tcl tk itcl"
a0da8069 3031 ;;
a0da8069 3032esac
252b5132 3033
4b1cb4fe 3034
89a1e9c3
PB
3035# Check whether --enable-libquadmath was given.
3036if test "${enable_libquadmath+set}" = set; then :
3037 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3038else
3039 ENABLE_LIBQUADMATH=yes
3040fi
3041
3042if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3043 noconfigdirs="$noconfigdirs target-libquadmath"
3044fi
3045
3046
3047# Check whether --enable-libquadmath-support was given.
3048if test "${enable_libquadmath_support+set}" = set; then :
3049 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3050else
3051 ENABLE_LIBQUADMATH_SUPPORT=yes
3052fi
3053
3054enable_libquadmath_support=
3055if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3056 enable_libquadmath_support=no
3057fi
3058
3059
81ecdfbb
RW
3060# Check whether --enable-libada was given.
3061if test "${enable_libada+set}" = set; then :
3062 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3063else
3064 ENABLE_LIBADA=yes
81ecdfbb
RW
3065fi
3066
a2592b1b 3067if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3068 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3069fi
3070
81ecdfbb
RW
3071# Check whether --enable-libssp was given.
3072if test "${enable_libssp+set}" = set; then :
3073 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3074else
3075 ENABLE_LIBSSP=yes
81ecdfbb
RW
3076fi
3077
5f128533 3078
f66a9a70
L
3079# Check whether --enable-libstdcxx was given.
3080if test "${enable_libstdcxx+set}" = set; then :
3081 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3082else
3083 ENABLE_LIBSTDCXX=default
3084fi
3085
3086if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3087 noconfigdirs="$noconfigdirs libstdc++-v3"
3088fi
3089
a0da8069
NN
3090# Save it here so that, even in case of --enable-libgcj, if the Java
3091# front-end isn't enabled, we still get libgcj disabled.
3092libgcj_saved=$libgcj
3093case $enable_libgcj in
3094yes)
3095 # If we reset it here, it won't get added to noconfigdirs in the
3096 # target-specific build rules, so it will be forcibly enabled
3097 # (unless the Java language itself isn't enabled).
3098 libgcj=
3099 ;;
3100no)
3101 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3102 # Don't disable libffi, though, other languages use it.
3103 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3104 # Clear libgcj_saved so that even if java is enabled libffi won't be
3105 # built.
3106 libgcj_saved=
a0da8069
NN
3107 ;;
3108esac
252b5132 3109
ffdd6afc
ILT
3110# Check whether --enable-static-libjava was given.
3111if test "${enable_static_libjava+set}" = set; then :
3112 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3113else
3114 ENABLE_STATIC_LIBJAVA=no
3115fi
3116
3117enable_static_libjava=
3118if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3119 enable_static_libjava=yes
3120fi
3121
3122if test x$enable_static_libjava != xyes ; then
3123 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3124fi
3125
4b1cb4fe 3126
a6df5a19
PB
3127# Disable libmudflap on some systems.
3128if test x$enable_libmudflap = x ; then
3e707e94 3129 case "${target}" in
29383458 3130 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3d6dfe0f 3131 # Enable libmudflap by default in GNU and friends.
3e707e94
PB
3132 ;;
3133 *-*-freebsd*)
3134 # Enable libmudflap by default in FreeBSD.
3135 ;;
3136 *)
3137 # Disable it by default everywhere else.
3138 noconfigdirs="$noconfigdirs target-libmudflap"
3139 ;;
3140 esac
a6df5a19 3141fi
4b1cb4fe 3142
a6df5a19
PB
3143# Disable libgomp on non POSIX hosted systems.
3144if test x$enable_libgomp = x ; then
b3ded179
PB
3145 # Enable libgomp by default on hosted POSIX systems.
3146 case "${target}" in
29383458 3147 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179 3148 ;;
5b806d27 3149 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
b3ded179 3150 ;;
2479f722 3151 *-*-solaris2* | *-*-hpux11*)
b3ded179
PB
3152 ;;
3153 *-*-darwin* | *-*-aix*)
3154 ;;
3155 *)
3156 noconfigdirs="$noconfigdirs target-libgomp"
3157 ;;
3158 esac
a6df5a19 3159fi
b3ded179 3160
7ec59b9e
L
3161# Disable libatomic on unsupported systems.
3162if test -d ${srcdir}/libatomic; then
3163 if test x$enable_libatomic = x; then
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3165$as_echo_n "checking for libatomic support... " >&6; }
3166 if (srcdir=${srcdir}/libatomic; \
3167 . ${srcdir}/configure.tgt; \
3168 test -n "$UNSUPPORTED")
3169 then
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3171$as_echo "no" >&6; }
3172 noconfigdirs="$noconfigdirs target-libatomic"
3173 else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175$as_echo "yes" >&6; }
3176 fi
3177 fi
3178fi
3179
d32e2926
RH
3180# Disable libitm on unsupported systems.
3181if test -d ${srcdir}/libitm; then
3182 if test x$enable_libitm = x; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3184$as_echo_n "checking for libitm support... " >&6; }
3185 if (srcdir=${srcdir}/libitm; \
3186 . ${srcdir}/configure.tgt; \
3187 test -n "$UNSUPPORTED")
3188 then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190$as_echo "no" >&6; }
3191 noconfigdirs="$noconfigdirs target-libitm"
3192 else
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3194$as_echo "yes" >&6; }
3195 fi
3196 fi
3197fi
3198
5286fdef
L
3199# Disable libsanitizer on unsupported systems.
3200if test -d ${srcdir}/libsanitizer; then
3201 if test x$enable_libsanitizer = x; then
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3203$as_echo_n "checking for libsanitizer support... " >&6; }
3204 if (srcdir=${srcdir}/libsanitizer; \
3205 . ${srcdir}/configure.tgt; \
3206 test -n "$UNSUPPORTED")
3207 then
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3209$as_echo "no" >&6; }
3210 noconfigdirs="$noconfigdirs target-libsanitizer"
3211 else
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3213$as_echo "yes" >&6; }
3214 fi
3215 fi
3216fi
3217
1488e230
DE
3218# Disable libquadmath for some systems.
3219case "${target}" in
5286fdef
L
3220 avr-*-*)
3221 noconfigdirs="$noconfigdirs target-libquadmath"
3222 ;;
1488e230
DE
3223 # libquadmath is unused on AIX and libquadmath build process use of
3224 # LD_LIBRARY_PATH can break AIX bootstrap.
3225 powerpc-*-aix* | rs6000-*-aix*)
3226 noconfigdirs="$noconfigdirs target-libquadmath"
3227 ;;
3228esac
3229
065a5627
JM
3230# Disable libssp for some systems.
3231case "${target}" in
3232 avr-*-*)
c5f5c3c2 3233 # No hosted I/O support.
065a5627
JM
3234 noconfigdirs="$noconfigdirs target-libssp"
3235 ;;
3236 powerpc-*-aix* | rs6000-*-aix*)
3237 noconfigdirs="$noconfigdirs target-libssp"
3238 ;;
99c513f6 3239 rl78-*-*)
202e2356
NC
3240 # libssp uses a misaligned load to trigger a fault, but the RL78
3241 # doesn't fault for those - instead, it gives a build-time error
3242 # for explicit misaligned loads.
99c513f6
DD
3243 noconfigdirs="$noconfigdirs target-libssp"
3244 ;;
065a5627
JM
3245esac
3246
065a5627 3247# Disable libstdc++-v3 for some systems.
f66a9a70
L
3248# Allow user to override this if they pass --enable-libstdc++-v3
3249if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3250 case "${target}" in
3251 *-*-vxworks*)
3252 # VxWorks uses the Dinkumware C++ library.
3253 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3254 ;;
3255 arm*-wince-pe*)
3256 # the C++ libraries don't build on top of CE's C libraries
3257 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3258 ;;
3259 avr-*-*)
3260 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3261 ;;
3262 esac
3263fi
065a5627
JM
3264
3265# Disable Fortran for some systems.
3266case "${target}" in
3267 mmix-*-*)
3268 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3269 unsupported_languages="$unsupported_languages fortran"
3270 ;;
3271esac
3272
0827f9a6 3273# Disable Java if libffi is not supported.
9863d716 3274case "${target}" in
0827f9a6
JM
3275 alpha*-*-*)
3276 ;;
3277 arm*-*-*)
3278 ;;
3279 cris-*-*)
3280 ;;
3281 frv-*-*)
3282 ;;
3283 hppa*-*-linux*)
3284 ;;
3285 hppa*-*-hpux*)
3286 ;;
3287 i?86-*-*)
3288 ;;
3289 ia64*-*-*)
3290 ;;
3291 m32r*-*-*)
3292 ;;
3293 m68k-*-*)
3294 ;;
2479f722 3295 mips*-*-rtems*)
0827f9a6
JM
3296 ;;
3297 mips*-*-linux*)
3298 ;;
3299 powerpc*-*-linux*)
3300 ;;
3301 powerpc-*-darwin*)
3302 ;;
3303 powerpc-*-aix* | rs6000-*-aix*)
3304 ;;
3305 powerpc-*-freebsd*)
3306 ;;
3307 powerpc64-*-freebsd*)
3308 ;;
3309 powerpc*-*-rtems*)
9863d716 3310 ;;
0827f9a6
JM
3311 s390-*-* | s390x-*-*)
3312 ;;
3313 sh-*-* | sh[34]*-*-*)
3314 ;;
3315 sh64-*-* | sh5*-*-*)
3316 ;;
3317 sparc*-*-*)
3318 ;;
3319 x86_64-*-*)
3320 ;;
3321 *-*-*)
3322 unsupported_languages="$unsupported_languages java"
3323 ;;
3324esac
3325
3326# Disable Java, libgcj or related libraries for some systems.
3327case "${target}" in
9863d716
JM
3328 powerpc-*-darwin*)
3329 ;;
3330 i[3456789]86-*-darwin*)
3331 ;;
3332 x86_64-*-darwin[912]*)
3333 ;;
3334 *-*-darwin*)
3335 noconfigdirs="$noconfigdirs ${libgcj}"
3336 ;;
9863d716
JM
3337 *-*-netware*)
3338 noconfigdirs="$noconfigdirs ${libgcj}"
3339 ;;
3340 *-*-rtems*)
3341 noconfigdirs="$noconfigdirs ${libgcj}"
3342 ;;
3343 *-*-tpf*)
3344 noconfigdirs="$noconfigdirs ${libgcj}"
3345 ;;
3346 *-*-uclinux*)
3347 noconfigdirs="$noconfigdirs ${libgcj}"
3348 ;;
3349 *-*-vxworks*)
3350 noconfigdirs="$noconfigdirs ${libgcj}"
3351 ;;
9863d716
JM
3352 alpha*-*-*vms*)
3353 noconfigdirs="$noconfigdirs ${libgcj}"
3354 ;;
0827f9a6 3355 arm-wince-pe)
9863d716
JM
3356 noconfigdirs="$noconfigdirs ${libgcj}"
3357 ;;
9863d716
JM
3358 arm*-*-symbianelf*)
3359 noconfigdirs="$noconfigdirs ${libgcj}"
3360 ;;
9863d716 3361 bfin-*-*)
9863d716
JM
3362 noconfigdirs="$noconfigdirs target-boehm-gc"
3363 ;;
9863d716
JM
3364 cris-*-* | crisv32-*-*)
3365 unsupported_languages="$unsupported_languages java"
3366 case "${target}" in
3367 *-*-linux*)
3368 ;;
3369 *) # See PR46792 regarding target-libffi.
3370 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3371 esac
3372 ;;
9863d716
JM
3373 hppa*64*-*-linux*)
3374 # In this case, it's because the hppa64-linux target is for
3375 # the kernel only at this point and has no libc, and thus no
3376 # headers, crt*.o, etc., all of which are needed by these.
82ae827f 3377 unsupported_languages="$unsupported_languages java"
9863d716 3378 ;;
82ae827f 3379 hppa*64*-*-hpux*)
9863d716
JM
3380 noconfigdirs="$noconfigdirs ${libgcj}"
3381 ;;
3382 hppa*-hp-hpux11*)
3383 ;;
82ae827f 3384 hppa*-*-hpux*)
9863d716
JM
3385 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3386 # build on HP-UX 10.20.
3387 noconfigdirs="$noconfigdirs ${libgcj}"
3388 ;;
9863d716
JM
3389 ia64*-*-*vms*)
3390 noconfigdirs="$noconfigdirs ${libgcj}"
3391 ;;
9863d716
JM
3392 i[3456789]86-w64-mingw*)
3393 noconfigdirs="$noconfigdirs ${libgcj}"
3394 ;;
3395 i[3456789]86-*-mingw*)
3396 noconfigdirs="$noconfigdirs ${libgcj}"
3397 ;;
3398 x86_64-*-mingw*)
3399 noconfigdirs="$noconfigdirs ${libgcj}"
3400 ;;
9863d716
JM
3401 mmix-*-*)
3402 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
9863d716
JM
3403 ;;
3404 powerpc-*-aix*)
3405 # copied from rs6000-*-* entry
3406 noconfigdirs="$noconfigdirs ${libgcj}"
3407 ;;
9863d716
JM
3408 rs6000-*-aix*)
3409 noconfigdirs="$noconfigdirs ${libgcj}"
3410 ;;
9863d716
JM
3411 *-*-lynxos*)
3412 noconfigdirs="$noconfigdirs ${libgcj}"
3413 ;;
9863d716
JM
3414esac
3415
a413f71a
ILT
3416# Disable libgo for some systems where it is known to not work.
3417# For testing, you can easily override this with --enable-libgo.
3418if test x$enable_libgo = x; then
3419 case "${target}" in
3420 *-*-darwin*)
3421 # PR 46986
3422 noconfigdirs="$noconfigdirs target-libgo"
3423 ;;
3424 *-*-cygwin* | *-*-mingw*)
3425 noconfigdirs="$noconfigdirs target-libgo"
3426 ;;
3427 *-*-aix*)
3428 noconfigdirs="$noconfigdirs target-libgo"
3429 ;;
3430 esac
3431fi
3432
691bb5a1
DD
3433# Default libgloss CPU subdirectory.
3434libgloss_dir="$target_cpu"
4b1cb4fe 3435
ff46fb8f
JM
3436case "${target}" in
3437 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3438 libgloss_dir=wince
3439 ;;
f1dd87fc
YZ
3440 aarch64*-*-* )
3441 libgloss_dir=aarch64
3442 ;;
ff46fb8f
JM
3443 arm*-*-*)
3444 libgloss_dir=arm
3445 ;;
3446 cris-*-* | crisv32-*-*)
3447 libgloss_dir=cris
3448 ;;
3449 hppa*-*-*)
3450 libgloss_dir=pa
3451 ;;
3452 i[3456789]86-*-*)
3453 libgloss_dir=i386
3454 ;;
3455 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3456 libgloss_dir=m68hc11
3457 ;;
3458 m68*-*-* | fido-*-*)
3459 libgloss_dir=m68k
3460 ;;
3461 mips*-*-*)
3462 libgloss_dir=mips
3463 ;;
3464 powerpc*-*-*)
3465 libgloss_dir=rs6000
3466 ;;
3467 sparc*-*-*)
3468 libgloss_dir=sparc
3469 ;;
3470esac
3471
c7e4b184 3472# Disable newlib and libgloss for various target OSes.
a0da8069 3473case "${target}" in
c7e4b184
JM
3474 alpha*-dec-osf*)
3475 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3476 ;;
3477 i[3456789]86-*-linux*)
3478 # This section makes it possible to build newlib natively on linux.
3479 # If we are using a cross compiler then don't configure newlib.
3480 if test x${is_cross_compiler} != xno ; then
3481 noconfigdirs="$noconfigdirs target-newlib"
3482 fi
3483 noconfigdirs="$noconfigdirs target-libgloss"
3484 # If we are not using a cross compiler, do configure newlib.
3485 # Note however, that newlib will only be configured in this situation
3486 # if the --with-newlib option has been given, because otherwise
3487 # 'target-newlib' will appear in skipdirs.
3488 ;;
3489 i[3456789]86-*-rdos*)
3490 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3491 ;;
3492 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3493 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3494 ;;
3495 sparc-*-sunos4*)
3496 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3497 ;;
3498 *-*-aix*)
3499 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3500 ;;
3501 *-*-beos*)
3502 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3503 ;;
a0da8069 3504 *-*-chorusos)
b2f14e4a 3505 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3506 ;;
c7e4b184
JM
3507 *-*-dragonfly*)
3508 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3509 ;;
3510 *-*-freebsd*)
3511 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3512 ;;
3513 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3514 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3515 ;;
3516 *-*-lynxos*)
3517 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3518 ;;
3519 *-*-mingw*)
3520 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3521 ;;
3522 *-*-netbsd*)
3523 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3524 ;;
3525 *-*-netware*)
3526 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3527 ;;
3528 *-*-tpf*)
3529 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3530 ;;
3531 *-*-uclinux*)
3532 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3533 ;;
3534 *-*-vxworks*)
3535 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3536 ;;
3537esac
3538
3539case "${target}" in
3540 *-*-chorusos)
3541 ;;
24741ab2 3542 powerpc-*-darwin*)
9d39db92 3543 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3544 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3545 ;;
85bd1942
TG
3546 i[3456789]86-*-darwin*)
3547 noconfigdirs="$noconfigdirs ld gprof"
3548 noconfigdirs="$noconfigdirs sim target-rda"
3549 ;;
e8a5fa9c 3550 x86_64-*-darwin[912]*)
652dec25
TG
3551 noconfigdirs="$noconfigdirs ld gas gprof"
3552 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3553 ;;
04d1ab34 3554 *-*-darwin*)
d320aacb 3555 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3556 noconfigdirs="$noconfigdirs sim target-rda"
04d1ab34 3557 ;;
5b806d27 3558 *-*-dragonfly*)
5b806d27 3559 ;;
de0b4a87 3560 *-*-freebsd*)
4b1cb4fe
DD
3561 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3562 && test -f /usr/local/include/gmp.h; then
3563 with_gmp=/usr/local
3564 fi
4b1cb4fe 3565 ;;
f8a495c8
NC
3566 *-*-kaos*)
3567 # Remove unsupported stuff on all kaOS configurations.
f8a495c8
NC
3568 noconfigdirs="$noconfigdirs target-libgloss"
3569 ;;
a0da8069 3570 *-*-netbsd*)
a0da8069 3571 ;;
2a3124ca 3572 *-*-netware*)
a0da8069
NN
3573 ;;
3574 *-*-rtems*)
9863d716 3575 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3576 ;;
1587117a
EC
3577 # The tpf target doesn't support gdb yet.
3578 *-*-tpf*)
c7e4b184 3579 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
1587117a 3580 ;;
c1968181 3581 *-*-uclinux*)
c7e4b184 3582 noconfigdirs="$noconfigdirs target-rda"
c1968181 3583 ;;
a0da8069 3584 *-*-vxworks*)
a0da8069
NN
3585 ;;
3586 alpha*-dec-osf*)
3587 # ld works, but does not support shared libraries.
a0da8069 3588 # gas doesn't generate exception information.
c7e4b184 3589 noconfigdirs="$noconfigdirs gas ld"
a0da8069
NN
3590 ;;
3591 alpha*-*-*vms*)
9863d716 3592 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
a0da8069 3593 ;;
a0da8069
NN
3594 alpha*-*-*)
3595 # newlib is not 64 bit ready
9863d716 3596 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3597 ;;
a0da8069 3598 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
675c6968 3599 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069
NN
3600 ;;
3601 arc-*-*)
782cb41f 3602 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3603 ;;
a0da8069 3604 arm-*-pe*)
9863d716 3605 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3606 ;;
a0da8069 3607 arm-*-riscix*)
b2f14e4a 3608 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3609 ;;
8e71395b
L
3610 avr-*-rtems*)
3611 ;;
3612 avr-*-*)
3613 if test x${with_avrlibc} != xno; then
3614 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3615 fi
3616 ;;
a0da8069 3617 c4x-*-* | tic4x-*-*)
b2f14e4a 3618 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3619 ;;
b2f14e4a
JM
3620 tic54x-*-*)
3621 noconfigdirs="$noconfigdirs target-libgloss gdb"
a0da8069 3622 ;;
a0da8069 3623 d10v-*-*)
b2f14e4a 3624 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3625 ;;
3626 d30v-*-*)
b2f14e4a 3627 noconfigdirs="$noconfigdirs gdb"
a0da8069
NN
3628 ;;
3629 fr30-*-elf*)
9863d716 3630 noconfigdirs="$noconfigdirs gdb"
a0da8069 3631 ;;
20135e4c 3632 moxie-*-*)
20135e4c
NC
3633 noconfigdirs="$noconfigdirs gprof"
3634 ;;
a0da8069 3635 h8300*-*-*)
9863d716 3636 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3637 ;;
3638 h8500-*-*)
b2f14e4a 3639 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3640 ;;
caeba88f 3641 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3642 ;;
93cc359e 3643 hppa*64*-*-linux*)
a0da8069 3644 ;;
f0ff0f90 3645 hppa*-*-linux*)
5dcac624 3646 ;;
a0da8069 3647 hppa*-*-*elf* | \
a0da8069
NN
3648 hppa*-*-lites* | \
3649 hppa*-*-openbsd* | \
3650 hppa*64*-*-*)
4f0ef2d8
CD
3651 ;;
3652 hppa*-hp-hpux11*)
0377a422 3653 noconfigdirs="$noconfigdirs ld"
a0da8069 3654 ;;
691bb5a1 3655 hppa*-*-pro*)
691bb5a1 3656 ;;
a0da8069 3657 hppa*-*-*)
9863d716 3658 noconfigdirs="$noconfigdirs ld"
a0da8069 3659 ;;
b07c2aad 3660 i960-*-*)
b2f14e4a 3661 noconfigdirs="$noconfigdirs gdb"
b07c2aad 3662 ;;
a0da8069
NN
3663 ia64*-*-elf*)
3664 # No gdb support yet.
0377a422 3665 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
a0da8069
NN
3666 ;;
3667 ia64*-**-hpux*)
92c9a463 3668 # No ld support yet.
9863d716 3669 noconfigdirs="$noconfigdirs libgui itcl ld"
a0da8069 3670 ;;
19e99079 3671 ia64*-*-*vms*)
7ec59b9e
L
3672 # No ld support yet.
3673 noconfigdirs="$noconfigdirs libgui itcl ld"
19e99079 3674 ;;
1f53ca9a 3675 i[3456789]86-w64-mingw*)
1f53ca9a
AO
3676 ;;
3677 i[3456789]86-*-mingw*)
45055374 3678 target_configdirs="$target_configdirs target-winsup"
c6b750e1 3679 ;;
a0da8069
NN
3680 *-*-cygwin*)
3681 target_configdirs="$target_configdirs target-libtermcap target-winsup"
0377a422 3682 noconfigdirs="$noconfigdirs target-libgloss"
b76d7de0 3683 # always build newlib if winsup directory is present.
45055374 3684 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3685 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3686 elif test -d "$srcdir/newlib"; then
45055374 3687 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3688 fi
c6b750e1 3689 ;;
ec11bdc6 3690 i[3456789]86-*-pe)
782cb41f 3691 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3692 ;;
ec11bdc6 3693 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3694 # The linker does not yet know about weak symbols in COFF,
3695 # and is not configured to handle mixed ELF and COFF.
b2f14e4a 3696 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3697 ;;
ec11bdc6 3698 i[3456789]86-*-sco*)
b2f14e4a 3699 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3700 ;;
cff32a7c 3701 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
a0da8069
NN
3702 noconfigdirs="$noconfigdirs target-libgloss"
3703 ;;
ec11bdc6 3704 i[3456789]86-*-sysv4*)
b2f14e4a 3705 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3706 ;;
ec11bdc6 3707 i[3456789]86-*-beos*)
c7e4b184 3708 noconfigdirs="$noconfigdirs gdb"
bba45b8b 3709 ;;
b59bea8a 3710 i[3456789]86-*-rdos*)
c7e4b184 3711 noconfigdirs="$noconfigdirs gdb"
691bb5a1 3712 ;;
a0da8069 3713 mmix-*-*)
9863d716 3714 noconfigdirs="$noconfigdirs gdb"
a0da8069 3715 ;;
4970f871 3716 mt-*-*)
cdb9b172
AH
3717 noconfigdirs="$noconfigdirs sim"
3718 ;;
a0da8069
NN
3719 powerpc-*-aix*)
3720 # copied from rs6000-*-* entry
c7e4b184 3721 noconfigdirs="$noconfigdirs gprof"
a0da8069 3722 ;;
93cc359e 3723 powerpc*-*-winnt* | powerpc*-*-pe*)
a0da8069 3724 target_configdirs="$target_configdirs target-winsup"
b2f14e4a 3725 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
a0da8069
NN
3726 # always build newlib.
3727 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3728 ;;
3729 # This is temporary until we can link against shared libraries
3730 powerpcle-*-solaris*)
b2f14e4a 3731 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
a0da8069
NN
3732 ;;
3733 powerpc-*-beos*)
c7e4b184 3734 noconfigdirs="$noconfigdirs gdb"
a0da8069 3735 ;;
a0da8069 3736 rs6000-*-lynxos*)
c7e4b184 3737 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3738 ;;
3739 rs6000-*-aix*)
c7e4b184 3740 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3741 ;;
3742 rs6000-*-*)
9863d716 3743 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3744 ;;
3745 m68k-apollo-*)
b2f14e4a 3746 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
a0da8069 3747 ;;
25a07265 3748 microblaze*)
9863d716 3749 noconfigdirs="$noconfigdirs gprof"
25a07265 3750 ;;
d09bbf00 3751 mips*-sde-elf* | mips*-mti-elf*)
5bd8be13
RS
3752 if test x$with_newlib = xyes; then
3753 noconfigdirs="$noconfigdirs gprof"
3754 fi
5bd8be13 3755 ;;
a0da8069 3756 mips*-*-irix5*)
b2f14e4a 3757 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069
NN
3758 ;;
3759 mips*-*-irix6*)
9863d716 3760 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3761 ;;
a0da8069 3762 mips*-*-bsd*)
b2f14e4a 3763 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3764 ;;
a0da8069 3765 mips*-*-linux*)
a0da8069
NN
3766 ;;
3767 mips*-*-*)
9863d716 3768 noconfigdirs="$noconfigdirs gprof"
a0da8069 3769 ;;
dbf85af7 3770 sh-*-* | sh64-*-*)
e8a5fa9c
RW
3771 case "${target}" in
3772 sh*-*-elf)
9863d716 3773 ;;
e8a5fa9c 3774 *)
9863d716 3775 noconfigdirs="$noconfigdirs target-libgloss" ;;
e8a5fa9c 3776 esac
a0da8069 3777 ;;
a0da8069 3778 sparc-*-sunos4*)
c7e4b184 3779 if test x${is_cross_compiler} = xno ; then
a0da8069
NN
3780 use_gnu_ld=no
3781 fi
3782 ;;
619a3713 3783 tic6x-*-*)
40ae9136 3784 noconfigdirs="$noconfigdirs sim"
619a3713 3785 ;;
eb4b2452
NC
3786 tilepro-*-* | tilegx-*-*)
3787 noconfigdirs="$noconfigdirs sim"
3788 ;;
a0da8069 3789 v810-*-*)
b2f14e4a 3790 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
a0da8069
NN
3791 ;;
3792 vax-*-*)
9863d716 3793 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3794 ;;
a0da8069 3795esac
252b5132 3796
a0da8069
NN
3797# If we aren't building newlib, then don't build libgloss, since libgloss
3798# depends upon some newlib header files.
3799case "${noconfigdirs}" in
3800 *target-libgloss*) ;;
3801 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3802esac
3803
a0da8069 3804# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069
NN
3805host_makefile_frag=/dev/null
3806if test -d ${srcdir}/config ; then
3807case "${host}" in
ec11bdc6 3808 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3809 host_makefile_frag="config/mh-djgpp"
3810 ;;
3811 *-cygwin*)
e33b51a6 3812
81ecdfbb
RW
3813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3814$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3815echo a >cygwin-cat-check
1f53ca9a 3816if test `cat cygwin-cat-check` = a ; then
8ade07e9 3817 rm cygwin-cat-check
81ecdfbb
RW
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3819$as_echo "yes" >&6; }
e33b51a6 3820else
8ade07e9 3821 rm cygwin-cat-check
81ecdfbb
RW
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3823$as_echo "no" >&6; }
3824 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
3825 Please either mount the build directory in binary mode or run the following
3826 commands before running any configure script:
3827set -o igncr
3828export SHELLOPTS
81ecdfbb 3829 " "$LINENO" 5
e33b51a6 3830fi
e33b51a6 3831
a0da8069
NN
3832 host_makefile_frag="config/mh-cygwin"
3833 ;;
8a1599ab 3834 *-mingw*)
84e7906e 3835 host_makefile_frag="config/mh-mingw"
2d1e8239 3836 ;;
da888c87 3837 hppa*-hp-hpux10*)
da888c87 3838 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3839 ;;
3516a403 3840 hppa*-hp-hpux*)
da888c87
PB
3841 host_makefile_frag="config/mh-pa"
3842 ;;
3843 hppa*-*)
3844 host_makefile_frag="config/mh-pa"
3845 ;;
e552509b
ILT
3846 *-*-darwin*)
3847 host_makefile_frag="config/mh-darwin"
0df3d27f 3848 ;;
f6d183c0
PB
3849 powerpc-*-aix*)
3850 host_makefile_frag="config/mh-ppc-aix"
3851 ;;
3852 rs6000-*-aix*)
3853 host_makefile_frag="config/mh-ppc-aix"
3854 ;;
a0da8069
NN
3855esac
3856fi
3857
9e07f89d 3858if test "${build}" != "${host}" ; then
1576798e
PB
3859 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3860 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3861 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
3862 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3863 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3864 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 3865 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
3866 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3867 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3868 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3869 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3870 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3871 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3872else
3873 AR_FOR_BUILD="\$(AR)"
3874 AS_FOR_BUILD="\$(AS)"
512b7dfb 3875 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3876 CXX_FOR_BUILD="\$(CXX)"
3877 GCJ_FOR_BUILD="\$(GCJ)"
3878 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 3879 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
3880 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3881 LD_FOR_BUILD="\$(LD)"
3882 NM_FOR_BUILD="\$(NM)"
3883 RANLIB_FOR_BUILD="\$(RANLIB)"
3884 WINDRES_FOR_BUILD="\$(WINDRES)"
3885 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
3886fi
3887
3888ac_ext=c
c6b750e1
DJ
3889ac_cpp='$CPP $CPPFLAGS'
3890ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3891ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3892ac_compiler_gnu=$ac_cv_c_compiler_gnu
3893if test -n "$ac_tool_prefix"; then
3894 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3895set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3897$as_echo_n "checking for $ac_word... " >&6; }
3898if test "${ac_cv_prog_CC+set}" = set; then :
3899 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3900else
3901 if test -n "$CC"; then
3902 ac_cv_prog_CC="$CC" # Let the user override the test.
3903else
3904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3905for as_dir in $PATH
3906do
3907 IFS=$as_save_IFS
3908 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3909 for ac_exec_ext in '' $ac_executable_extensions; do
3910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3911 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3913 break 2
3914 fi
3915done
81ecdfbb
RW
3916 done
3917IFS=$as_save_IFS
c6b750e1
DJ
3918
3919fi
3920fi
3921CC=$ac_cv_prog_CC
3922if test -n "$CC"; then
81ecdfbb
RW
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3924$as_echo "$CC" >&6; }
c6b750e1 3925else
81ecdfbb
RW
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3927$as_echo "no" >&6; }
c6b750e1
DJ
3928fi
3929
81ecdfbb 3930
c6b750e1
DJ
3931fi
3932if test -z "$ac_cv_prog_CC"; then
3933 ac_ct_CC=$CC
6a9cf61e 3934 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3935set dummy gcc; ac_word=$2
81ecdfbb
RW
3936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3937$as_echo_n "checking for $ac_word... " >&6; }
3938if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3939 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3940else
3941 if test -n "$ac_ct_CC"; then
3942 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3943else
3944as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3945for as_dir in $PATH
3946do
3947 IFS=$as_save_IFS
3948 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3949 for ac_exec_ext in '' $ac_executable_extensions; do
3950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3951 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3953 break 2
3954 fi
3955done
81ecdfbb
RW
3956 done
3957IFS=$as_save_IFS
c6b750e1
DJ
3958
3959fi
3960fi
3961ac_ct_CC=$ac_cv_prog_ac_ct_CC
3962if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3964$as_echo "$ac_ct_CC" >&6; }
c6b750e1 3965else
81ecdfbb
RW
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3967$as_echo "no" >&6; }
c6b750e1
DJ
3968fi
3969
81ecdfbb
RW
3970 if test "x$ac_ct_CC" = x; then
3971 CC=""
3972 else
3973 case $cross_compiling:$ac_tool_warned in
3974yes:)
3975{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3976$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3977ac_tool_warned=yes ;;
3978esac
3979 CC=$ac_ct_CC
3980 fi
c6b750e1
DJ
3981else
3982 CC="$ac_cv_prog_CC"
3983fi
3984
3985if test -z "$CC"; then
81ecdfbb
RW
3986 if test -n "$ac_tool_prefix"; then
3987 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 3988set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3990$as_echo_n "checking for $ac_word... " >&6; }
3991if test "${ac_cv_prog_CC+set}" = set; then :
3992 $as_echo_n "(cached) " >&6
9e07f89d
NN
3993else
3994 if test -n "$CC"; then
3995 ac_cv_prog_CC="$CC" # Let the user override the test.
3996else
c6b750e1
DJ
3997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3998for as_dir in $PATH
3999do
4000 IFS=$as_save_IFS
4001 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4002 for ac_exec_ext in '' $ac_executable_extensions; do
4003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4004 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4006 break 2
4007 fi
4008done
81ecdfbb
RW
4009 done
4010IFS=$as_save_IFS
c6b750e1 4011
9e07f89d
NN
4012fi
4013fi
c6b750e1 4014CC=$ac_cv_prog_CC
9e07f89d 4015if test -n "$CC"; then
81ecdfbb
RW
4016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4017$as_echo "$CC" >&6; }
c6b750e1 4018else
81ecdfbb
RW
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4020$as_echo "no" >&6; }
c6b750e1
DJ
4021fi
4022
c6b750e1 4023
81ecdfbb 4024 fi
c6b750e1 4025fi
9e07f89d
NN
4026if test -z "$CC"; then
4027 # Extract the first word of "cc", so it can be a program name with args.
4028set dummy cc; ac_word=$2
81ecdfbb
RW
4029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4030$as_echo_n "checking for $ac_word... " >&6; }
4031if test "${ac_cv_prog_CC+set}" = set; then :
4032 $as_echo_n "(cached) " >&6
9e07f89d
NN
4033else
4034 if test -n "$CC"; then
4035 ac_cv_prog_CC="$CC" # Let the user override the test.
4036else
9e07f89d 4037 ac_prog_rejected=no
c6b750e1
DJ
4038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4039for as_dir in $PATH
4040do
4041 IFS=$as_save_IFS
4042 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4043 for ac_exec_ext in '' $ac_executable_extensions; do
4044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
4045 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4046 ac_prog_rejected=yes
4047 continue
4048 fi
4049 ac_cv_prog_CC="cc"
81ecdfbb 4050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4051 break 2
4052 fi
4053done
81ecdfbb
RW
4054 done
4055IFS=$as_save_IFS
c6b750e1 4056
9e07f89d
NN
4057if test $ac_prog_rejected = yes; then
4058 # We found a bogon in the path, so make sure we never use it.
4059 set dummy $ac_cv_prog_CC
4060 shift
c6b750e1 4061 if test $# != 0; then
9e07f89d
NN
4062 # We chose a different compiler from the bogus one.
4063 # However, it has the same basename, so the bogon will be chosen
4064 # first if we set CC to just the basename; use the full file name.
4065 shift
c6b750e1 4066 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
4067 fi
4068fi
4069fi
4070fi
c6b750e1 4071CC=$ac_cv_prog_CC
9e07f89d 4072if test -n "$CC"; then
81ecdfbb
RW
4073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4074$as_echo "$CC" >&6; }
9e07f89d 4075else
81ecdfbb
RW
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4077$as_echo "no" >&6; }
9e07f89d
NN
4078fi
4079
81ecdfbb 4080
c6b750e1
DJ
4081fi
4082if test -z "$CC"; then
4083 if test -n "$ac_tool_prefix"; then
81ecdfbb 4084 for ac_prog in cl.exe
c6b750e1
DJ
4085 do
4086 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4087set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4089$as_echo_n "checking for $ac_word... " >&6; }
4090if test "${ac_cv_prog_CC+set}" = set; then :
4091 $as_echo_n "(cached) " >&6
9e07f89d
NN
4092else
4093 if test -n "$CC"; then
4094 ac_cv_prog_CC="$CC" # Let the user override the test.
4095else
c6b750e1
DJ
4096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4097for as_dir in $PATH
4098do
4099 IFS=$as_save_IFS
4100 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4101 for ac_exec_ext in '' $ac_executable_extensions; do
4102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4103 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 4105 break 2
376a0e54 4106 fi
c6b750e1 4107done
81ecdfbb
RW
4108 done
4109IFS=$as_save_IFS
cac3d6c4 4110
c6b750e1
DJ
4111fi
4112fi
4113CC=$ac_cv_prog_CC
4114if test -n "$CC"; then
81ecdfbb
RW
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4116$as_echo "$CC" >&6; }
cac3d6c4 4117else
81ecdfbb
RW
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4119$as_echo "no" >&6; }
9e07f89d 4120fi
cac3d6c4 4121
81ecdfbb 4122
c6b750e1
DJ
4123 test -n "$CC" && break
4124 done
cac3d6c4 4125fi
c6b750e1
DJ
4126if test -z "$CC"; then
4127 ac_ct_CC=$CC
81ecdfbb 4128 for ac_prog in cl.exe
c6b750e1
DJ
4129do
4130 # Extract the first word of "$ac_prog", so it can be a program name with args.
4131set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4133$as_echo_n "checking for $ac_word... " >&6; }
4134if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
cac3d6c4 4136else
c6b750e1
DJ
4137 if test -n "$ac_ct_CC"; then
4138 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 4139else
c6b750e1
DJ
4140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4141for as_dir in $PATH
4142do
4143 IFS=$as_save_IFS
4144 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4145 for ac_exec_ext in '' $ac_executable_extensions; do
4146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4147 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4149 break 2
4150 fi
4151done
81ecdfbb
RW
4152 done
4153IFS=$as_save_IFS
c6b750e1 4154
cac3d6c4
CM
4155fi
4156fi
c6b750e1
DJ
4157ac_ct_CC=$ac_cv_prog_ac_ct_CC
4158if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4160$as_echo "$ac_ct_CC" >&6; }
9e07f89d 4161else
81ecdfbb
RW
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4163$as_echo "no" >&6; }
cac3d6c4 4164fi
376a0e54 4165
81ecdfbb 4166
c6b750e1
DJ
4167 test -n "$ac_ct_CC" && break
4168done
4169
81ecdfbb
RW
4170 if test "x$ac_ct_CC" = x; then
4171 CC=""
4172 else
4173 case $cross_compiling:$ac_tool_warned in
4174yes:)
4175{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4176$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4177ac_tool_warned=yes ;;
4178esac
4179 CC=$ac_ct_CC
4180 fi
c6b750e1
DJ
4181fi
4182
4183fi
4184
4185
81ecdfbb
RW
4186test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4187$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4188as_fn_error "no acceptable C compiler found in \$PATH
4189See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4190
4191# Provide some information about the compiler.
81ecdfbb
RW
4192$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4193set X $ac_compile
4194ac_compiler=$2
4195for ac_option in --version -v -V -qversion; do
4196 { { ac_try="$ac_compiler $ac_option >&5"
4197case "(($ac_try" in
4198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4199 *) ac_try_echo=$ac_try;;
4200esac
4201eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4202$as_echo "$ac_try_echo"; } >&5
4203 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 4204 ac_status=$?
81ecdfbb
RW
4205 if test -s conftest.err; then
4206 sed '10a\
4207... rest of stderr output deleted ...
4208 10q' conftest.err >conftest.er1
4209 cat conftest.er1 >&5
4210 rm -f conftest.er1 conftest.err
4211 fi
4212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4213 test $ac_status = 0; }
4214done
c6b750e1 4215
81ecdfbb 4216cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4217/* end confdefs.h. */
4218
4219int
4220main ()
4221{
4222
4223 ;
4224 return 0;
4225}
4226_ACEOF
4227ac_clean_files_save=$ac_clean_files
81ecdfbb 4228ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
4229# Try to create an executable without -o first, disregard a.out.
4230# It will help us diagnose broken compilers, and finding out an intuition
4231# of exeext.
81ecdfbb
RW
4232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4233$as_echo_n "checking for C compiler default output file name... " >&6; }
4234ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4235
4236# The possible output files:
4237ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4238
4239ac_rmfiles=
4240for ac_file in $ac_files
4241do
4242 case $ac_file in
4243 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4244 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4245 esac
4246done
4247rm -f $ac_rmfiles
4248
4249if { { ac_try="$ac_link_default"
4250case "(($ac_try" in
4251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4252 *) ac_try_echo=$ac_try;;
4253esac
4254eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4255$as_echo "$ac_try_echo"; } >&5
4256 (eval "$ac_link_default") 2>&5
c6b750e1 4257 ac_status=$?
81ecdfbb
RW
4258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4259 test $ac_status = 0; }; then :
4260 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4261# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4262# in a Makefile. We should not override ac_cv_exeext if it was cached,
4263# so that the user can short-circuit this test for compilers unknown to
4264# Autoconf.
4265for ac_file in $ac_files ''
c6b750e1
DJ
4266do
4267 test -f "$ac_file" || continue
4268 case $ac_file in
81ecdfbb 4269 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4270 ;;
4271 [ab].out )
4272 # We found the default executable, but exeext='' is most
4273 # certainly right.
4274 break;;
4275 *.* )
81ecdfbb
RW
4276 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4277 then :; else
4278 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4279 fi
4280 # We set ac_cv_exeext here because the later test for it is not
4281 # safe: cross compilers may not add the suffix if given an `-o'
4282 # argument, so we may need to know it at that point already.
4283 # Even if this section looks crufty: it has the advantage of
4284 # actually working.
c6b750e1
DJ
4285 break;;
4286 * )
4287 break;;
4288 esac
4289done
81ecdfbb
RW
4290test "$ac_cv_exeext" = no && ac_cv_exeext=
4291
c6b750e1 4292else
81ecdfbb
RW
4293 ac_file=''
4294fi
4295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4296$as_echo "$ac_file" >&6; }
4297if test -z "$ac_file"; then :
4298 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4299sed 's/^/| /' conftest.$ac_ext >&5
4300
81ecdfbb
RW
4301{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4302$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4303{ as_fn_set_status 77
4304as_fn_error "C compiler cannot create executables
4305See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4306fi
c6b750e1 4307ac_exeext=$ac_cv_exeext
c6b750e1 4308
81ecdfbb 4309# Check that the compiler produces executables we can run. If not, either
c6b750e1 4310# the compiler is broken, or we cross compile.
81ecdfbb
RW
4311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4312$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4313# If not cross compiling, check that we can run a simple program.
4314if test "$cross_compiling" != yes; then
4315 if { ac_try='./$ac_file'
81ecdfbb
RW
4316 { { case "(($ac_try" in
4317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4318 *) ac_try_echo=$ac_try;;
4319esac
4320eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4321$as_echo "$ac_try_echo"; } >&5
4322 (eval "$ac_try") 2>&5
c6b750e1 4323 ac_status=$?
81ecdfbb
RW
4324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4325 test $ac_status = 0; }; }; then
c6b750e1
DJ
4326 cross_compiling=no
4327 else
4328 if test "$cross_compiling" = maybe; then
4329 cross_compiling=yes
4330 else
81ecdfbb
RW
4331 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4332$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4333as_fn_error "cannot run C compiled programs.
c6b750e1 4334If you meant to cross compile, use \`--host'.
81ecdfbb 4335See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4336 fi
4337 fi
4338fi
81ecdfbb
RW
4339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4340$as_echo "yes" >&6; }
c6b750e1 4341
81ecdfbb 4342rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4343ac_clean_files=$ac_clean_files_save
81ecdfbb 4344# Check that the compiler produces executables we can run. If not, either
c6b750e1 4345# the compiler is broken, or we cross compile.
81ecdfbb
RW
4346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4347$as_echo_n "checking whether we are cross compiling... " >&6; }
4348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4349$as_echo "$cross_compiling" >&6; }
4350
4351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4352$as_echo_n "checking for suffix of executables... " >&6; }
4353if { { ac_try="$ac_link"
4354case "(($ac_try" in
4355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4356 *) ac_try_echo=$ac_try;;
4357esac
4358eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4359$as_echo "$ac_try_echo"; } >&5
4360 (eval "$ac_link") 2>&5
c6b750e1 4361 ac_status=$?
81ecdfbb
RW
4362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4363 test $ac_status = 0; }; then :
c6b750e1
DJ
4364 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4365# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4366# work properly (i.e., refer to `conftest.exe'), while it won't with
4367# `rm'.
4368for ac_file in conftest.exe conftest conftest.*; do
4369 test -f "$ac_file" || continue
4370 case $ac_file in
81ecdfbb 4371 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4372 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4373 break;;
4374 * ) break;;
4375 esac
4376done
4377else
81ecdfbb
RW
4378 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4379$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4380as_fn_error "cannot compute suffix of executables: cannot compile and link
4381See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4382fi
c6b750e1 4383rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4385$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4386
4387rm -f conftest.$ac_ext
4388EXEEXT=$ac_cv_exeext
4389ac_exeext=$EXEEXT
81ecdfbb
RW
4390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4391$as_echo_n "checking for suffix of object files... " >&6; }
4392if test "${ac_cv_objext+set}" = set; then :
4393 $as_echo_n "(cached) " >&6
c6b750e1 4394else
81ecdfbb 4395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4396/* end confdefs.h. */
4397
4398int
4399main ()
4400{
4401
4402 ;
4403 return 0;
4404}
4405_ACEOF
4406rm -f conftest.o conftest.obj
81ecdfbb
RW
4407if { { ac_try="$ac_compile"
4408case "(($ac_try" in
4409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4410 *) ac_try_echo=$ac_try;;
4411esac
4412eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4413$as_echo "$ac_try_echo"; } >&5
4414 (eval "$ac_compile") 2>&5
c6b750e1 4415 ac_status=$?
81ecdfbb
RW
4416 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4417 test $ac_status = 0; }; then :
4418 for ac_file in conftest.o conftest.obj conftest.*; do
4419 test -f "$ac_file" || continue;
c6b750e1 4420 case $ac_file in
81ecdfbb 4421 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4422 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4423 break;;
4424 esac
4425done
cac3d6c4 4426else
81ecdfbb 4427 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4428sed 's/^/| /' conftest.$ac_ext >&5
4429
81ecdfbb
RW
4430{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4431$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4432as_fn_error "cannot compute suffix of object files: cannot compile
4433See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4434fi
c6b750e1
DJ
4435rm -f conftest.$ac_cv_objext conftest.$ac_ext
4436fi
81ecdfbb
RW
4437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4438$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4439OBJEXT=$ac_cv_objext
4440ac_objext=$OBJEXT
81ecdfbb
RW
4441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4442$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4443if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4444 $as_echo_n "(cached) " >&6
c6b750e1 4445else
81ecdfbb 4446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4447/* end confdefs.h. */
4448
4449int
4450main ()
4451{
4452#ifndef __GNUC__
4453 choke me
4454#endif
4455
4456 ;
4457 return 0;
4458}
4459_ACEOF
81ecdfbb 4460if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4461 ac_compiler_gnu=yes
4462else
81ecdfbb 4463 ac_compiler_gnu=no
c6b750e1 4464fi
81ecdfbb 4465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4466ac_cv_c_compiler_gnu=$ac_compiler_gnu
4467
4468fi
81ecdfbb
RW
4469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4470$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4471if test $ac_compiler_gnu = yes; then
4472 GCC=yes
4473else
4474 GCC=
4475fi
c6b750e1
DJ
4476ac_test_CFLAGS=${CFLAGS+set}
4477ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4479$as_echo_n "checking whether $CC accepts -g... " >&6; }
4480if test "${ac_cv_prog_cc_g+set}" = set; then :
4481 $as_echo_n "(cached) " >&6
4482else
4483 ac_save_c_werror_flag=$ac_c_werror_flag
4484 ac_c_werror_flag=yes
4485 ac_cv_prog_cc_g=no
4486 CFLAGS="-g"
4487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4488/* end confdefs.h. */
4489
4490int
4491main ()
4492{
4493
4494 ;
4495 return 0;
4496}
4497_ACEOF
81ecdfbb 4498if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4499 ac_cv_prog_cc_g=yes
4500else
81ecdfbb
RW
4501 CFLAGS=""
4502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4503/* end confdefs.h. */
4504
4505int
4506main ()
4507{
4508
4509 ;
4510 return 0;
4511}
4512_ACEOF
4513if ac_fn_c_try_compile "$LINENO"; then :
4514
4515else
4516 ac_c_werror_flag=$ac_save_c_werror_flag
4517 CFLAGS="-g"
4518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4519/* end confdefs.h. */
cac3d6c4 4520
81ecdfbb
RW
4521int
4522main ()
4523{
4524
4525 ;
4526 return 0;
4527}
4528_ACEOF
4529if ac_fn_c_try_compile "$LINENO"; then :
4530 ac_cv_prog_cc_g=yes
4531fi
4532rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4533fi
81ecdfbb 4534rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4535fi
81ecdfbb
RW
4536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4537 ac_c_werror_flag=$ac_save_c_werror_flag
4538fi
4539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4540$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4541if test "$ac_test_CFLAGS" = set; then
c6b750e1 4542 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4543elif test $ac_cv_prog_cc_g = yes; then
4544 if test "$GCC" = yes; then
4545 CFLAGS="-g -O2"
4546 else
4547 CFLAGS="-g"
4548 fi
4549else
4550 if test "$GCC" = yes; then
4551 CFLAGS="-O2"
4552 else
4553 CFLAGS=
4554 fi
4555fi
81ecdfbb
RW
4556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4557$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4558if test "${ac_cv_prog_cc_c89+set}" = set; then :
4559 $as_echo_n "(cached) " >&6
c6b750e1 4560else
81ecdfbb 4561 ac_cv_prog_cc_c89=no
c6b750e1 4562ac_save_CC=$CC
81ecdfbb 4563cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4564/* end confdefs.h. */
4565#include <stdarg.h>
4566#include <stdio.h>
4567#include <sys/types.h>
4568#include <sys/stat.h>
4569/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4570struct buf { int x; };
4571FILE * (*rcsopen) (struct buf *, struct stat *, int);
4572static char *e (p, i)
4573 char **p;
4574 int i;
4575{
4576 return p[i];
4577}
4578static char *f (char * (*g) (char **, int), char **p, ...)
4579{
4580 char *s;
4581 va_list v;
4582 va_start (v,p);
4583 s = g (p, va_arg (v,int));
4584 va_end (v);
4585 return s;
4586}
4587
4588/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4589 function prototypes and stuff, but not '\xHH' hex character constants.
4590 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4591 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4592 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4593 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4594 that's true only with -std. */
c6b750e1
DJ
4595int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4596
81ecdfbb
RW
4597/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4598 inside strings and character constants. */
4599#define FOO(x) 'x'
4600int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4601
c6b750e1
DJ
4602int test (int i, double x);
4603struct s1 {int (*f) (int a);};
4604struct s2 {int (*f) (double a);};
4605int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4606int argc;
4607char **argv;
4608int
4609main ()
4610{
4611return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4612 ;
4613 return 0;
4614}
4615_ACEOF
81ecdfbb
RW
4616for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4617 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4618do
4619 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4620 if ac_fn_c_try_compile "$LINENO"; then :
4621 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4622fi
81ecdfbb
RW
4623rm -f core conftest.err conftest.$ac_objext
4624 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4625done
81ecdfbb 4626rm -f conftest.$ac_ext
c6b750e1
DJ
4627CC=$ac_save_CC
4628
4629fi
81ecdfbb
RW
4630# AC_CACHE_VAL
4631case "x$ac_cv_prog_cc_c89" in
4632 x)
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4634$as_echo "none needed" >&6; } ;;
4635 xno)
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4637$as_echo "unsupported" >&6; } ;;
c6b750e1 4638 *)
81ecdfbb
RW
4639 CC="$CC $ac_cv_prog_cc_c89"
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4641$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4642esac
81ecdfbb 4643if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4644
c6b750e1
DJ
4645fi
4646
c6b750e1
DJ
4647ac_ext=c
4648ac_cpp='$CPP $CPPFLAGS'
4649ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4650ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4651ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4652
81ecdfbb 4653ac_ext=cpp
18f6b6ee
PB
4654ac_cpp='$CXXCPP $CPPFLAGS'
4655ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4656ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4657ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4658if test -z "$CXX"; then
4659 if test -n "$CCC"; then
4660 CXX=$CCC
4661 else
4662 if test -n "$ac_tool_prefix"; then
4663 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4664 do
4665 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4666set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4668$as_echo_n "checking for $ac_word... " >&6; }
4669if test "${ac_cv_prog_CXX+set}" = set; then :
4670 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4671else
4672 if test -n "$CXX"; then
4673 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4674else
4675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4676for as_dir in $PATH
4677do
4678 IFS=$as_save_IFS
4679 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4680 for ac_exec_ext in '' $ac_executable_extensions; do
4681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4682 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4684 break 2
4685 fi
4686done
81ecdfbb
RW
4687 done
4688IFS=$as_save_IFS
512b7dfb 4689
18f6b6ee
PB
4690fi
4691fi
4692CXX=$ac_cv_prog_CXX
4693if test -n "$CXX"; then
81ecdfbb
RW
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4695$as_echo "$CXX" >&6; }
18f6b6ee 4696else
81ecdfbb
RW
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4698$as_echo "no" >&6; }
18f6b6ee
PB
4699fi
4700
81ecdfbb 4701
18f6b6ee
PB
4702 test -n "$CXX" && break
4703 done
4704fi
4705if test -z "$CXX"; then
4706 ac_ct_CXX=$CXX
81ecdfbb 4707 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4708do
4709 # Extract the first word of "$ac_prog", so it can be a program name with args.
4710set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712$as_echo_n "checking for $ac_word... " >&6; }
4713if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4714 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4715else
4716 if test -n "$ac_ct_CXX"; then
4717 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4718else
4719as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720for as_dir in $PATH
4721do
4722 IFS=$as_save_IFS
4723 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4724 for ac_exec_ext in '' $ac_executable_extensions; do
4725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4726 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4728 break 2
512b7dfb 4729 fi
18f6b6ee 4730done
81ecdfbb
RW
4731 done
4732IFS=$as_save_IFS
512b7dfb 4733
18f6b6ee
PB
4734fi
4735fi
4736ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4737if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4739$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4740else
81ecdfbb
RW
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742$as_echo "no" >&6; }
18f6b6ee
PB
4743fi
4744
81ecdfbb 4745
18f6b6ee
PB
4746 test -n "$ac_ct_CXX" && break
4747done
18f6b6ee 4748
81ecdfbb
RW
4749 if test "x$ac_ct_CXX" = x; then
4750 CXX="g++"
4751 else
4752 case $cross_compiling:$ac_tool_warned in
4753yes:)
4754{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4755$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4756ac_tool_warned=yes ;;
4757esac
4758 CXX=$ac_ct_CXX
4759 fi
18f6b6ee
PB
4760fi
4761
81ecdfbb
RW
4762 fi
4763fi
18f6b6ee 4764# Provide some information about the compiler.
81ecdfbb
RW
4765$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4766set X $ac_compile
4767ac_compiler=$2
4768for ac_option in --version -v -V -qversion; do
4769 { { ac_try="$ac_compiler $ac_option >&5"
4770case "(($ac_try" in
4771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4772 *) ac_try_echo=$ac_try;;
4773esac
4774eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4775$as_echo "$ac_try_echo"; } >&5
4776 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4777 ac_status=$?
81ecdfbb
RW
4778 if test -s conftest.err; then
4779 sed '10a\
4780... rest of stderr output deleted ...
4781 10q' conftest.err >conftest.er1
4782 cat conftest.er1 >&5
4783 rm -f conftest.er1 conftest.err
4784 fi
4785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4786 test $ac_status = 0; }
4787done
18f6b6ee 4788
81ecdfbb
RW
4789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4790$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4791if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4792 $as_echo_n "(cached) " >&6
18f6b6ee 4793else
81ecdfbb 4794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4795/* end confdefs.h. */
4796
4797int
4798main ()
4799{
4800#ifndef __GNUC__
4801 choke me
4802#endif
4803
4804 ;
4805 return 0;
4806}
4807_ACEOF
81ecdfbb 4808if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4809 ac_compiler_gnu=yes
4810else
81ecdfbb 4811 ac_compiler_gnu=no
18f6b6ee 4812fi
81ecdfbb 4813rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4814ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4815
4816fi
81ecdfbb
RW
4817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4818$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4819if test $ac_compiler_gnu = yes; then
4820 GXX=yes
4821else
4822 GXX=
4823fi
18f6b6ee
PB
4824ac_test_CXXFLAGS=${CXXFLAGS+set}
4825ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
4826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4827$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4828if test "${ac_cv_prog_cxx_g+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
4830else
4831 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4832 ac_cxx_werror_flag=yes
4833 ac_cv_prog_cxx_g=no
4834 CXXFLAGS="-g"
4835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4836/* end confdefs.h. */
4837
4838int
4839main ()
4840{
4841
4842 ;
4843 return 0;
4844}
4845_ACEOF
81ecdfbb 4846if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4847 ac_cv_prog_cxx_g=yes
4848else
81ecdfbb
RW
4849 CXXFLAGS=""
4850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4851/* end confdefs.h. */
81ecdfbb 4852
18f6b6ee
PB
4853int
4854main ()
4855{
81ecdfbb 4856
18f6b6ee
PB
4857 ;
4858 return 0;
4859}
4860_ACEOF
81ecdfbb 4861if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4862
81ecdfbb
RW
4863else
4864 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4865 CXXFLAGS="-g"
4866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4867/* end confdefs.h. */
81ecdfbb 4868
18f6b6ee
PB
4869int
4870main ()
4871{
81ecdfbb 4872
18f6b6ee
PB
4873 ;
4874 return 0;
4875}
4876_ACEOF
81ecdfbb
RW
4877if ac_fn_cxx_try_compile "$LINENO"; then :
4878 ac_cv_prog_cxx_g=yes
18f6b6ee 4879fi
81ecdfbb
RW
4880rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4881fi
4882rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4883fi
4884rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4885 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4886fi
4887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4888$as_echo "$ac_cv_prog_cxx_g" >&6; }
4889if test "$ac_test_CXXFLAGS" = set; then
4890 CXXFLAGS=$ac_save_CXXFLAGS
4891elif test $ac_cv_prog_cxx_g = yes; then
4892 if test "$GXX" = yes; then
4893 CXXFLAGS="-g -O2"
4894 else
4895 CXXFLAGS="-g"
4896 fi
4897else
4898 if test "$GXX" = yes; then
4899 CXXFLAGS="-O2"
4900 else
4901 CXXFLAGS=
4902 fi
18f6b6ee 4903fi
18f6b6ee
PB
4904ac_ext=c
4905ac_cpp='$CPP $CPPFLAGS'
4906ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4907ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4908ac_compiler_gnu=$ac_cv_c_compiler_gnu
4909
4910
4911# We must set the default linker to the linker used by gcc for the correct
4912# operation of libtool. If LD is not defined and we are using gcc, try to
4913# set the LD default to the ld used by gcc.
4914if test -z "$LD"; then
4915 if test "$GCC" = yes; then
4916 case $build in
4917 *-*-mingw*)
4918 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4919 *)
4920 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4921 esac
4922 case $gcc_prog_ld in
4923 # Accept absolute paths.
4924 [\\/]* | [A-Za-z]:[\\/]*)
4925 LD="$gcc_prog_ld" ;;
4926 esac
4927 fi
512b7dfb
PB
4928fi
4929
b3676d82
EB
4930# Check whether -static-libstdc++ -static-libgcc is supported.
4931have_static_libs=no
4932if test "$GCC" = yes; then
4933 saved_LDFLAGS="$LDFLAGS"
4934
4935 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4937$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4938 ac_ext=cpp
4939ac_cpp='$CXXCPP $CPPFLAGS'
4940ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4941ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4942ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4943
4944
4945cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4946/* end confdefs.h. */
a882be68
EB
4947
4948#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4949#error -static-libstdc++ not implemented
4950#endif
b3676d82
EB
4951int main() {}
4952_ACEOF
4953if ac_fn_cxx_try_link "$LINENO"; then :
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4955$as_echo "yes" >&6; }; have_static_libs=yes
4956else
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4958$as_echo "no" >&6; }
4959fi
4960rm -f core conftest.err conftest.$ac_objext \
4961 conftest$ac_exeext conftest.$ac_ext
4962 ac_ext=c
4963ac_cpp='$CPP $CPPFLAGS'
4964ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4965ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4966ac_compiler_gnu=$ac_cv_c_compiler_gnu
4967
4968
4969 LDFLAGS="$saved_LDFLAGS"
4970fi
4971
512b7dfb
PB
4972
4973
4974
c6b750e1 4975if test -n "$ac_tool_prefix"; then
512b7dfb
PB
4976 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4977set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
4978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4979$as_echo_n "checking for $ac_word... " >&6; }
4980if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4981 $as_echo_n "(cached) " >&6
9e07f89d 4982else
512b7dfb
PB
4983 if test -n "$GNATBIND"; then
4984 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 4985else
c6b750e1
DJ
4986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4987for as_dir in $PATH
4988do
4989 IFS=$as_save_IFS
4990 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4991 for ac_exec_ext in '' $ac_executable_extensions; do
4992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 4993 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 4994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4995 break 2
4996 fi
4997done
81ecdfbb
RW
4998 done
4999IFS=$as_save_IFS
c6b750e1 5000
9e07f89d
NN
5001fi
5002fi
512b7dfb
PB
5003GNATBIND=$ac_cv_prog_GNATBIND
5004if test -n "$GNATBIND"; then
81ecdfbb
RW
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5006$as_echo "$GNATBIND" >&6; }
9e07f89d 5007else
81ecdfbb
RW
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5009$as_echo "no" >&6; }
9e07f89d
NN
5010fi
5011
81ecdfbb 5012
c6b750e1 5013fi
512b7dfb
PB
5014if test -z "$ac_cv_prog_GNATBIND"; then
5015 ac_ct_GNATBIND=$GNATBIND
5016 # Extract the first word of "gnatbind", so it can be a program name with args.
5017set dummy gnatbind; ac_word=$2
81ecdfbb
RW
5018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5019$as_echo_n "checking for $ac_word... " >&6; }
5020if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5021 $as_echo_n "(cached) " >&6
9e07f89d 5022else
512b7dfb
PB
5023 if test -n "$ac_ct_GNATBIND"; then
5024 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 5025else
c6b750e1
DJ
5026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5027for as_dir in $PATH
5028do
5029 IFS=$as_save_IFS
5030 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5031 for ac_exec_ext in '' $ac_executable_extensions; do
5032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5033 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 5034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5035 break 2
5036 fi
5037done
81ecdfbb
RW
5038 done
5039IFS=$as_save_IFS
c6b750e1 5040
9e07f89d
NN
5041fi
5042fi
512b7dfb
PB
5043ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5044if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5046$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 5047else
81ecdfbb
RW
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5049$as_echo "no" >&6; }
9e07f89d
NN
5050fi
5051
81ecdfbb
RW
5052 if test "x$ac_ct_GNATBIND" = x; then
5053 GNATBIND="no"
5054 else
5055 case $cross_compiling:$ac_tool_warned in
5056yes:)
5057{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5058$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5059ac_tool_warned=yes ;;
5060esac
5061 GNATBIND=$ac_ct_GNATBIND
5062 fi
24ff9987 5063else
512b7dfb 5064 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
5065fi
5066
7df2cd5d 5067if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5068 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5069set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
5070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5071$as_echo_n "checking for $ac_word... " >&6; }
5072if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5073 $as_echo_n "(cached) " >&6
7df2cd5d 5074else
512b7dfb
PB
5075 if test -n "$GNATMAKE"; then
5076 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5077else
5078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5079for as_dir in $PATH
5080do
5081 IFS=$as_save_IFS
5082 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5083 for ac_exec_ext in '' $ac_executable_extensions; do
5084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5085 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 5086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5087 break 2
5088 fi
5089done
81ecdfbb
RW
5090 done
5091IFS=$as_save_IFS
7df2cd5d
PB
5092
5093fi
5094fi
512b7dfb
PB
5095GNATMAKE=$ac_cv_prog_GNATMAKE
5096if test -n "$GNATMAKE"; then
81ecdfbb
RW
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5098$as_echo "$GNATMAKE" >&6; }
7df2cd5d 5099else
81ecdfbb
RW
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5101$as_echo "no" >&6; }
7df2cd5d
PB
5102fi
5103
81ecdfbb 5104
7df2cd5d 5105fi
512b7dfb
PB
5106if test -z "$ac_cv_prog_GNATMAKE"; then
5107 ac_ct_GNATMAKE=$GNATMAKE
5108 # Extract the first word of "gnatmake", so it can be a program name with args.
5109set dummy gnatmake; ac_word=$2
81ecdfbb
RW
5110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5111$as_echo_n "checking for $ac_word... " >&6; }
5112if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5113 $as_echo_n "(cached) " >&6
7df2cd5d 5114else
512b7dfb
PB
5115 if test -n "$ac_ct_GNATMAKE"; then
5116 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5117else
5118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5119for as_dir in $PATH
5120do
5121 IFS=$as_save_IFS
5122 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5123 for ac_exec_ext in '' $ac_executable_extensions; do
5124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5125 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 5126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5127 break 2
5128 fi
5129done
81ecdfbb
RW
5130 done
5131IFS=$as_save_IFS
7df2cd5d 5132
7df2cd5d
PB
5133fi
5134fi
512b7dfb
PB
5135ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5136if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5138$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 5139else
81ecdfbb
RW
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5141$as_echo "no" >&6; }
7df2cd5d
PB
5142fi
5143
81ecdfbb
RW
5144 if test "x$ac_ct_GNATMAKE" = x; then
5145 GNATMAKE="no"
5146 else
5147 case $cross_compiling:$ac_tool_warned in
5148yes:)
5149{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5150$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5151ac_tool_warned=yes ;;
5152esac
5153 GNATMAKE=$ac_ct_GNATMAKE
5154 fi
7df2cd5d 5155else
512b7dfb 5156 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
5157fi
5158
81ecdfbb
RW
5159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5160$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5161if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5162 $as_echo_n "(cached) " >&6
9e07f89d
NN
5163else
5164 cat >conftest.adb <<EOF
5165procedure conftest is begin null; end conftest;
5166EOF
5167acx_cv_cc_gcc_supports_ada=no
5168# There is a bug in old released versions of GCC which causes the
5169# driver to exit successfully when the appropriate language module
5170# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5171# Therefore we must check for the error message as well as an
5172# unsuccessful exit.
b8908782
DD
5173# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5174# given a .adb file, but produce no object file. So we must check
5175# if an object file was really produced to guard against this.
9e07f89d 5176errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 5177if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 5178 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
5179fi
5180rm -f conftest.*
5181fi
81ecdfbb
RW
5182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5183$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 5184
64b986c0 5185if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
5186 have_gnat=yes
5187else
5188 have_gnat=no
5189fi
5190
81ecdfbb
RW
5191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5192$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5193if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5194 $as_echo_n "(cached) " >&6
b8908782
DD
5195else
5196 echo abfoo >t1
5197 echo cdfoo >t2
5198 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
5199 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5200 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5201 :
5202 else
5203 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5204 fi
5205 fi
b8908782
DD
5206 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5207 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 5208 :
b8908782
DD
5209 else
5210 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5211 fi
5212 fi
5213 rm t1 t2
5214
5215fi
81ecdfbb
RW
5216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5217$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
5218do_compare="$gcc_cv_prog_cmp_skip"
5219
5220
9e07f89d 5221
ffdd6afc
ILT
5222# Check whether --enable-bootstrap was given.
5223if test "${enable_bootstrap+set}" = set; then :
5224 enableval=$enable_bootstrap;
5225else
5226 enable_bootstrap=default
5227fi
5228
5229
5230# Issue errors and warnings for invalid/strange bootstrap combinations.
5231if test -r $srcdir/gcc/configure; then
5232 have_compiler=yes
5233else
5234 have_compiler=no
5235fi
5236
5237case "$have_compiler:$host:$target:$enable_bootstrap" in
5238 *:*:*:no) ;;
5239
5240 # Default behavior. Enable bootstrap if we have a compiler
5241 # and we are in a native configuration.
5242 yes:$build:$build:default)
5243 enable_bootstrap=yes ;;
5244
5245 *:*:*:default)
5246 enable_bootstrap=no ;;
5247
5248 # We have a compiler and we are in a native configuration, bootstrap is ok
5249 yes:$build:$build:yes)
5250 ;;
5251
5252 # Other configurations, but we have a compiler. Assume the user knows
5253 # what he's doing.
5254 yes:*:*:yes)
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5256$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5257 ;;
5258
5259 # No compiler: if they passed --enable-bootstrap explicitly, fail
5260 no:*:*:yes)
5261 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5262
5263 # Fail if wrong command line
5264 *)
5265 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5266 ;;
5267esac
5268
d5f2ee2e
KG
5269# Used for setting $lt_cv_objdir
5270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5271$as_echo_n "checking for objdir... " >&6; }
5272if test "${lt_cv_objdir+set}" = set; then :
5273 $as_echo_n "(cached) " >&6
5274else
5275 rm -f .libs 2>/dev/null
5276mkdir .libs 2>/dev/null
5277if test -d .libs; then
5278 lt_cv_objdir=.libs
5279else
5280 # MS-DOS does not allow filenames that begin with a dot.
5281 lt_cv_objdir=_libs
5282fi
5283rmdir .libs 2>/dev/null
5284fi
5285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5286$as_echo "$lt_cv_objdir" >&6; }
5287objdir=$lt_cv_objdir
5288
5289
5290
5291
5292
5293cat >>confdefs.h <<_ACEOF
5294#define LT_OBJDIR "$lt_cv_objdir/"
5295_ACEOF
5296
5297
5298
e8a5fa9c 5299# Check for GMP, MPFR and MPC
d9b76ff9 5300gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5301gmpinc=
4b900473 5302have_gmp=no
e8a5fa9c
RW
5303
5304# Specify a location for mpc
5305# check for this first so it ends up on the link line before mpfr.
5306
81ecdfbb
RW
5307# Check whether --with-mpc was given.
5308if test "${with_mpc+set}" = set; then :
5309 withval=$with_mpc;
5310fi
e8a5fa9c 5311
e8a5fa9c 5312
e552509b 5313# Check whether --with-mpc-include was given.
81ecdfbb
RW
5314if test "${with_mpc_include+set}" = set; then :
5315 withval=$with_mpc_include;
5316fi
e8a5fa9c 5317
e8a5fa9c 5318
e552509b 5319# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5320if test "${with_mpc_lib+set}" = set; then :
5321 withval=$with_mpc_lib;
5322fi
e8a5fa9c 5323
e8a5fa9c
RW
5324
5325if test "x$with_mpc" != x; then
d9b76ff9
KG
5326 gmplibs="-L$with_mpc/lib $gmplibs"
5327 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5328fi
5329if test "x$with_mpc_include" != x; then
d9b76ff9 5330 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5331fi
5332if test "x$with_mpc_lib" != x; then
d9b76ff9 5333 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5334fi
5335if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5336 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5337 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5338 # Do not test the mpc version. Assume that it is sufficient, since
5339 # it is in the source tree, and the library has not been built yet
5340 # but it would be included on the link line in the version check below
5341 # hence making the test fail.
d9b76ff9 5342 have_gmp=yes
e8a5fa9c 5343fi
4b900473 5344
11b04d1f
DD
5345# Specify a location for mpfr
5346# check for this first so it ends up on the link line before gmp.
c6b750e1 5347
81ecdfbb
RW
5348# Check whether --with-mpfr-dir was given.
5349if test "${with_mpfr_dir+set}" = set; then :
5350 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5351Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5352fi
5353
11b04d1f
DD
5354
5355
81ecdfbb
RW
5356# Check whether --with-mpfr was given.
5357if test "${with_mpfr+set}" = set; then :
5358 withval=$with_mpfr;
5359fi
c6b750e1 5360
11b04d1f 5361
e552509b 5362# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5363if test "${with_mpfr_include+set}" = set; then :
5364 withval=$with_mpfr_include;
5365fi
c6b750e1 5366
8a0d8a5c 5367
e552509b 5368# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5369if test "${with_mpfr_lib+set}" = set; then :
5370 withval=$with_mpfr_lib;
5371fi
8a0d8a5c 5372
11b04d1f
DD
5373
5374if test "x$with_mpfr" != x; then
5375 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5376 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5377fi
8a0d8a5c 5378if test "x$with_mpfr_include" != x; then
d9b76ff9 5379 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5380fi
5381if test "x$with_mpfr_lib" != x; then
5382 gmplibs="-L$with_mpfr_lib $gmplibs"
5383fi
4b900473 5384if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
58b1dd21
NC
5385 # MPFR v3.1.0 moved the sources into a src sub-directory.
5386 if test -d ${srcdir}/mpfr/src; then
5387 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5388 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5389 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5390 else
5391 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5392 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5393 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5394 fi
4b900473
PB
5395 # Do not test the mpfr version. Assume that it is sufficient, since
5396 # it is in the source tree, and the library has not been built yet
5397 # but it would be included on the link line in the version check below
5398 # hence making the test fail.
5399 have_gmp=yes
5400fi
11b04d1f 5401
4b1cb4fe 5402# Specify a location for gmp
c6b750e1 5403
81ecdfbb
RW
5404# Check whether --with-gmp-dir was given.
5405if test "${with_gmp_dir+set}" = set; then :
5406 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5407Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5408fi
5409
4b1cb4fe
DD
5410
5411
81ecdfbb
RW
5412# Check whether --with-gmp was given.
5413if test "${with_gmp+set}" = set; then :
5414 withval=$with_gmp;
5415fi
c6b750e1 5416
4b1cb4fe 5417
e552509b 5418# Check whether --with-gmp-include was given.
81ecdfbb
RW
5419if test "${with_gmp_include+set}" = set; then :
5420 withval=$with_gmp_include;
5421fi
c6b750e1 5422
8a0d8a5c 5423
e552509b 5424# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5425if test "${with_gmp_lib+set}" = set; then :
5426 withval=$with_gmp_lib;
5427fi
8a0d8a5c
PB
5428
5429
4b1cb4fe 5430
11b04d1f
DD
5431if test "x$with_gmp" != x; then
5432 gmplibs="-L$with_gmp/lib $gmplibs"
5433 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5434fi
8a0d8a5c
PB
5435if test "x$with_gmp_include" != x; then
5436 gmpinc="-I$with_gmp_include $gmpinc"
5437fi
5438if test "x$with_gmp_lib" != x; then
5439 gmplibs="-L$with_gmp_lib $gmplibs"
5440fi
4b900473 5441if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5442 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5443 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5444 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5445 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7ec59b9e 5446 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
4b900473
PB
5447 # Do not test the gmp version. Assume that it is sufficient, since
5448 # it is in the source tree, and the library has not been built yet
5449 # but it would be included on the link line in the version check below
5450 # hence making the test fail.
5451 have_gmp=yes
5452fi
4b1cb4fe 5453
ceb92e78 5454if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5455 have_gmp=yes
5456 saved_CFLAGS="$CFLAGS"
5457 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5458 # Check for the recommended and required versions of GMP.
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5460$as_echo_n "checking for the correct version of gmp.h... " >&6; }
a009f2e7
RW
5461
5462cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5463/* end confdefs.h. */
5464#include "gmp.h"
5465int
5466main ()
5467{
5468
5469 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5470 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
8e71395b 5471 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
a6b5846e
KG
5472 choke me
5473 #endif
5474
5475 ;
5476 return 0;
5477}
5478_ACEOF
5479if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5481/* end confdefs.h. */
a6b5846e 5482#include <gmp.h>
c6b750e1
DJ
5483int
5484main ()
5485{
4b1cb4fe 5486
a6b5846e
KG
5487 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5488 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5489 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5490 choke me
5491 #endif
c6b750e1
DJ
5492
5493 ;
5494 return 0;
5495}
5496_ACEOF
81ecdfbb
RW
5497if ac_fn_c_try_compile "$LINENO"; then :
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5499$as_echo "yes" >&6; }
a6b5846e
KG
5500else
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5502$as_echo "buggy but acceptable" >&6; }
5503fi
5504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5505else
81ecdfbb
RW
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5507$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5508fi
81ecdfbb 5509rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5510
e8a5fa9c 5511 # If we have GMP, check the MPFR version.
4b900473 5512 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5513 # Check for the recommended and required versions of MPFR.
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5515$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5517/* end confdefs.h. */
9b134994 5518#include <gmp.h>
4b900473 5519 #include <mpfr.h>
c6b750e1
DJ
5520int
5521main ()
5522{
9b134994 5523
7ec59b9e 5524 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
4b900473
PB
5525 choke me
5526 #endif
c6b750e1
DJ
5527
5528 ;
5529 return 0;
5530}
5531_ACEOF
81ecdfbb
RW
5532if ac_fn_c_try_compile "$LINENO"; then :
5533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5534/* end confdefs.h. */
4b1cb4fe 5535#include <gmp.h>
4b900473 5536 #include <mpfr.h>
c6b750e1
DJ
5537int
5538main ()
5539{
9dbaa842 5540
a6b5846e 5541 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5542 choke me
5543 #endif
e8a5fa9c
RW
5544
5545 ;
5546 return 0;
5547}
5548_ACEOF
81ecdfbb
RW
5549if ac_fn_c_try_compile "$LINENO"; then :
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5551$as_echo "yes" >&6; }
e8a5fa9c 5552else
81ecdfbb
RW
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5554$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5555fi
81ecdfbb 5556rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5557else
81ecdfbb
RW
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5559$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5560fi
81ecdfbb 5561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5562 fi
5563
5564 # Check for the MPC header version.
d9b76ff9 5565 if test x"$have_gmp" = xyes ; then
a6b5846e 5566 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5568$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5570/* end confdefs.h. */
5571#include <mpc.h>
5572int
5573main ()
5574{
5575
a6b5846e
KG
5576 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5577 choke me
5578 #endif
5579
5580 ;
5581 return 0;
5582}
5583_ACEOF
5584if ac_fn_c_try_compile "$LINENO"; then :
5585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5586/* end confdefs.h. */
5587#include <mpc.h>
5588int
5589main ()
5590{
5591
5592 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5593 choke me
5594 #endif
5595
5596 ;
5597 return 0;
5598}
5599_ACEOF
81ecdfbb
RW
5600if ac_fn_c_try_compile "$LINENO"; then :
5601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5602$as_echo "yes" >&6; }
a6b5846e
KG
5603else
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5605$as_echo "buggy but acceptable" >&6; }
5606fi
5607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5608else
81ecdfbb 5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5610$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5611fi
81ecdfbb 5612rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5613 fi
5614
5615 # Now check the MPFR library.
5616 if test x"$have_gmp" = xyes; then
5617 saved_LIBS="$LIBS"
5618 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5620$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5622/* end confdefs.h. */
d9b76ff9 5623#include <mpc.h>
e8a5fa9c
RW
5624int
5625main ()
5626{
5627
5628 mpfr_t n;
5629 mpfr_t x;
d9b76ff9 5630 mpc_t c;
e8a5fa9c
RW
5631 int t;
5632 mpfr_init (n);
5633 mpfr_init (x);
5634 mpfr_atan2 (n, n, x, GMP_RNDN);
5635 mpfr_erfc (n, x, GMP_RNDN);
5636 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5637 mpfr_clear(n);
5638 mpfr_clear(x);
5639 mpc_init2 (c, 53);
5640 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5641 mpc_cosh (c, c, MPC_RNDNN);
5642 mpc_pow (c, c, c, MPC_RNDNN);
5643 mpc_acosh (c, c, MPC_RNDNN);
5644 mpc_clear (c);
c6b750e1
DJ
5645
5646 ;
5647 return 0;
5648}
5649_ACEOF
81ecdfbb
RW
5650if ac_fn_c_try_link "$LINENO"; then :
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5652$as_echo "yes" >&6; }
c6b750e1 5653else
81ecdfbb
RW
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5655$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5656fi
81ecdfbb
RW
5657rm -f core conftest.err conftest.$ac_objext \
5658 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5659 LIBS="$saved_LIBS"
5660 fi
5661
4b900473 5662 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5663
a6b5846e
KG
5664# The library versions listed in the error message below should match
5665# the HARD-minimums enforced above.
4b900473 5666 if test x$have_gmp != xyes; then
7ec59b9e 5667 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
d9b76ff9
KG
5668Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5669their locations. Source code for these libraries can be found at
5670their respective hosting sites as well as at
5671ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5672http://gcc.gnu.org/install/prerequisites.html for additional info. If
5673you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5674make sure that you have installed both the libraries and the header
5675files. They may be located in separate packages." "$LINENO" 5
4b900473 5676 fi
9dbaa842
DD
5677fi
5678
e8a5fa9c
RW
5679# Flags needed for both GMP, MPFR and/or MPC.
5680
5681
5682
4b1cb4fe
DD
5683
5684
5685
7ec59b9e 5686
29383458
JM
5687# Allow host libstdc++ to be specified for static linking with PPL.
5688
81ecdfbb
RW
5689# Check whether --with-host-libstdcxx was given.
5690if test "${with_host_libstdcxx+set}" = set; then :
5691 withval=$with_host_libstdcxx;
5692fi
29383458 5693
29383458
JM
5694
5695case $with_host_libstdcxx in
5696 no|yes)
81ecdfbb 5697 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5698 ;;
5699esac
e28c595f 5700
b3676d82 5701# Libraries to use for stage1 or when not bootstrapping.
e8a5fa9c 5702
b3676d82
EB
5703# Check whether --with-stage1-libs was given.
5704if test "${with_stage1_libs+set}" = set; then :
5705 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5706 stage1_libs=
e8a5fa9c 5707 else
b3676d82 5708 stage1_libs=$withval
e8a5fa9c
RW
5709 fi
5710else
b3676d82 5711 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5712fi
5713
e8a5fa9c
RW
5714
5715
b3676d82 5716# Linker flags to use for stage1 or when not bootstrapping.
e8a5fa9c 5717
b3676d82
EB
5718# Check whether --with-stage1-ldflags was given.
5719if test "${with_stage1_ldflags+set}" = set; then :
5720 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5721 stage1_ldflags=
e8a5fa9c 5722 else
b3676d82 5723 stage1_ldflags=$withval
e8a5fa9c
RW
5724 fi
5725else
b3676d82
EB
5726 stage1_ldflags=
5727 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5728 # if supported. But if the user explicitly specified the libraries to use,
5729 # trust that they are doing what they want.
5730 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5731 stage1_ldflags="-static-libstdc++ -static-libgcc"
5732 fi
81ecdfbb
RW
5733fi
5734
e8a5fa9c
RW
5735
5736
e8a5fa9c
RW
5737# Libraries to use for stage2 and later builds. This defaults to the
5738# argument passed to --with-host-libstdcxx.
5739
81ecdfbb
RW
5740# Check whether --with-boot-libs was given.
5741if test "${with_boot_libs+set}" = set; then :
5742 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5743 poststage1_libs=
5744 else
5745 poststage1_libs=$withval
5746 fi
5747else
5748 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5749fi
5750
e8a5fa9c
RW
5751
5752
143754cd
NC
5753# Linker flags to use for stage2 and later builds.
5754
5755# Check whether --with-boot-ldflags was given.
5756if test "${with_boot_ldflags+set}" = set; then :
5757 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5758 poststage1_ldflags=
5759 else
5760 poststage1_ldflags=$withval
5761 fi
5762else
5763 poststage1_ldflags=
4f11b223
ILT
5764 # In stages 2 and 3, default to linking libstdc++ and libgcc
5765 # statically. But if the user explicitly specified the libraries to
5766 # use, trust that they are doing what they want.
5767 if test "$poststage1_libs" = ""; then
143754cd
NC
5768 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5769 fi
5770fi
5771
5772
5773
8e71395b
L
5774# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5775# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5776# config/isl.m4
5777
5778
5779# Check whether --with-cloog was given.
5780if test "${with_cloog+set}" = set; then :
5781 withval=$with_cloog;
5782fi
e28c595f
JM
5783
5784
7ec59b9e
L
5785# Check whether --with-isl was given.
5786if test "${with_isl+set}" = set; then :
5787 withval=$with_isl;
81ecdfbb 5788fi
e28c595f 5789
e28c595f 5790
8e71395b
L
5791# Treat either --without-cloog or --without-isl as a request to disable
5792# GRAPHITE support and skip all following checks.
5793if test "x$with_isl" != "xno" &&
5794 test "x$with_cloog" != "xno"; then
5795 # Check for ISL
5796
5797
7ec59b9e
L
5798# Check whether --with-isl-include was given.
5799if test "${with_isl_include+set}" = set; then :
5800 withval=$with_isl_include;
81ecdfbb
RW
5801fi
5802
e28c595f 5803
7ec59b9e
L
5804# Check whether --with-isl-lib was given.
5805if test "${with_isl_lib+set}" = set; then :
5806 withval=$with_isl_lib;
81ecdfbb 5807fi
e28c595f 5808
e28c595f 5809
7ec59b9e
L
5810 # Check whether --enable-isl-version-check was given.
5811if test "${enable_isl_version_check+set}" = set; then :
5812 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5813else
5814 ENABLE_ISL_CHECK=yes
b123da99
SP
5815fi
5816
5817
7ec59b9e
L
5818 # Initialize isllibs and islinc.
5819 case $with_isl in
5820 no)
5821 isllibs=
5822 islinc=
5823 ;;
5824 "" | yes)
5825 ;;
5826 *)
5827 isllibs="-L$with_isl/lib"
5828 islinc="-I$with_isl/include"
5829 ;;
5830 esac
5831 if test "x${with_isl_include}" != x ; then
5832 islinc="-I$with_isl_include"
5833 fi
5834 if test "x${with_isl_lib}" != x; then
5835 isllibs="-L$with_isl_lib"
5836 fi
5837 if test "x${islinc}" = x && test "x${isllibs}" = x \
5838 && test -d ${srcdir}/isl; then
5839 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5840 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5841 ENABLE_ISL_CHECK=no
3dae1673
JBG
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5843$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
7ec59b9e 5844 fi
b123da99 5845
b123da99 5846
e28c595f 5847
7ec59b9e
L
5848 if test "${ENABLE_ISL_CHECK}" = yes ; then
5849 _isl_saved_CFLAGS=$CFLAGS
5850 _isl_saved_LDFLAGS=$LDFLAGS
5851 _isl_saved_LIBS=$LIBS
5852
5853 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5854 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5855 LIBS="${_isl_saved_LIBS} -lisl"
7ec59b9e
L
5856
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5858$as_echo_n "checking for version 0.10 of ISL... " >&6; }
3dae1673 5859 if test "$cross_compiling" = yes; then :
7ec59b9e
L
5860 gcc_cv_isl=yes
5861else
5862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b123da99 5863/* end confdefs.h. */
7ec59b9e
L
5864#include <isl/version.h>
5865 #include <string.h>
b123da99
SP
5866int
5867main ()
5868{
7ec59b9e
L
5869if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5870 return 1;
5871
b123da99
SP
5872 ;
5873 return 0;
5874}
5875_ACEOF
7ec59b9e
L
5876if ac_fn_c_try_run "$LINENO"; then :
5877 gcc_cv_isl=yes
e28c595f 5878else
7ec59b9e 5879 gcc_cv_isl=no
b123da99 5880fi
7ec59b9e
L
5881rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5882 conftest.$ac_objext conftest.beam conftest.$ac_ext
b123da99 5883fi
7ec59b9e 5884
3dae1673
JBG
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5886$as_echo "$gcc_cv_isl" >&6; }
5887
5888 CFLAGS=$_isl_saved_CFLAGS
5889 LDFLAGS=$_isl_saved_LDFLAGS
5890 LIBS=$_isl_saved_LIBS
5891 fi
5892
5893
5894 if test "${gcc_cv_isl}" = no ; then
5895
5896 if test "${ENABLE_ISL_CHECK}" = yes ; then
5897 _isl_saved_CFLAGS=$CFLAGS
5898 _isl_saved_LDFLAGS=$LDFLAGS
5899 _isl_saved_LIBS=$LIBS
5900
5901 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5902 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5903 LIBS="${_isl_saved_LIBS} -lisl"
3dae1673
JBG
5904
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5906$as_echo_n "checking for version 0.11 of ISL... " >&6; }
5907 if test "$cross_compiling" = yes; then :
5908 gcc_cv_isl=yes
5909else
5910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5911/* end confdefs.h. */
5912#include <isl/version.h>
5913 #include <string.h>
5914int
5915main ()
5916{
5917if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5918 return 1;
5919
5920 ;
5921 return 0;
5922}
5923_ACEOF
5924if ac_fn_c_try_run "$LINENO"; then :
5925 gcc_cv_isl=yes
5926else
5927 gcc_cv_isl=no
5928fi
5929rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5930 conftest.$ac_objext conftest.beam conftest.$ac_ext
81ecdfbb 5931fi
3dae1673
JBG
5932
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
7ec59b9e 5934$as_echo "$gcc_cv_isl" >&6; }
81ecdfbb 5935
7ec59b9e
L
5936 CFLAGS=$_isl_saved_CFLAGS
5937 LDFLAGS=$_isl_saved_LDFLAGS
5938 LIBS=$_isl_saved_LIBS
b123da99 5939 fi
e28c595f 5940
b123da99 5941
3dae1673 5942 fi
e28c595f 5943
e28c595f 5944
7ec59b9e
L
5945
5946
7ec59b9e
L
5947 if test "x${with_isl}" = xno; then
5948 graphite_requested=no
5949 elif test "x${with_isl}" != x \
5950 || test "x${with_isl_include}" != x \
5951 || test "x${with_isl_lib}" != x ; then
5952 graphite_requested=yes
5953 else
5954 graphite_requested=no
b123da99 5955 fi
e28c595f 5956
e28c595f
JM
5957
5958
7ec59b9e
L
5959 if test "${gcc_cv_isl}" = no ; then
5960 isllibs=
5961 islinc=
5962 fi
e28c595f 5963
7ec59b9e
L
5964 if test "${graphite_requested}" = yes \
5965 && test "x${isllibs}" = x \
5966 && test "x${islinc}" = x ; then
e28c595f 5967
7ec59b9e
L
5968 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5969 fi
e552509b 5970
e28c595f
JM
5971
5972
8e71395b
L
5973 if test "x$gcc_cv_isl" != "xno"; then
5974 # Check for CLOOG
81ecdfbb 5975
e28c595f 5976
e552509b 5977# Check whether --with-cloog-include was given.
81ecdfbb
RW
5978if test "${with_cloog_include+set}" = set; then :
5979 withval=$with_cloog_include;
5980fi
e28c595f 5981
e28c595f 5982
e552509b 5983# Check whether --with-cloog-lib was given.
81ecdfbb
RW
5984if test "${with_cloog_lib+set}" = set; then :
5985 withval=$with_cloog_lib;
5986fi
e28c595f 5987
e28c595f 5988
e552509b
ILT
5989 # Check whether --enable-cloog-version-check was given.
5990if test "${enable_cloog_version_check+set}" = set; then :
5991 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5992else
5993 ENABLE_CLOOG_CHECK=yes
5994fi
5995
5996
5997 # Initialize clooglibs and clooginc.
5998 case $with_cloog in
5999 no)
6000 clooglibs=
6001 clooginc=
6002 ;;
6003 "" | yes)
6004 ;;
6005 *)
6006 clooglibs="-L$with_cloog/lib"
6007 clooginc="-I$with_cloog/include"
6008 ;;
6009 esac
6010 if test "x${with_cloog_include}" != x ; then
6011 clooginc="-I$with_cloog_include"
6012 fi
6013 if test "x${with_cloog_lib}" != x; then
6014 clooglibs="-L$with_cloog_lib"
6015 fi
3dae1673 6016 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
7ec59b9e
L
6017 && test -d ${srcdir}/cloog; then
6018 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6019 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
3dae1673
JBG
6020 ENABLE_CLOOG_CHECK=no
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6022$as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
8d8eef9a
RW
6023 fi
6024
7ec59b9e 6025 clooginc="-DCLOOG_INT_GMP ${clooginc}"
8e71395b 6026 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
e28c595f 6027
e552509b
ILT
6028
6029
6030
6031
6032 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6033 _cloog_saved_CFLAGS=$CFLAGS
6034 _cloog_saved_LDFLAGS=$LDFLAGS
6035
7ec59b9e
L
6036 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6037 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
e552509b 6038
7ec59b9e
L
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6040$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
3dae1673 6041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e552509b 6042/* end confdefs.h. */
7ec59b9e 6043#include "cloog/version.h"
e552509b
ILT
6044int
6045main ()
6046{
6047#if CLOOG_VERSION_MAJOR != 0 \
7ec59b9e
L
6048 || CLOOG_VERSION_MINOR != 17 \
6049 || CLOOG_VERSION_REVISION < 0
e552509b
ILT
6050 choke me
6051 #endif
6052 ;
6053 return 0;
6054}
6055_ACEOF
6056if ac_fn_c_try_compile "$LINENO"; then :
7ec59b9e 6057 gcc_cv_cloog=yes
e552509b 6058else
7ec59b9e 6059 gcc_cv_cloog=no
e552509b
ILT
6060fi
6061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3dae1673
JBG
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6063$as_echo "$gcc_cv_cloog" >&6; }
6064
6065 CFLAGS=$_cloog_saved_CFLAGS
6066 LDFLAGS=$_cloog_saved_LDFLAGS
6067 fi
6068
6069
6070 if test "${gcc_cv_cloog}" = no ; then
6071
6072
6073
6074 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6075 _cloog_saved_CFLAGS=$CFLAGS
6076 _cloog_saved_LDFLAGS=$LDFLAGS
6077
6078 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6079 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6080
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6082$as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
6083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6084/* end confdefs.h. */
6085#include "cloog/version.h"
6086int
6087main ()
6088{
6089#if CLOOG_VERSION_MAJOR != 0 \
6090 || CLOOG_VERSION_MINOR != 18 \
6091 || CLOOG_VERSION_REVISION < 0
6092 choke me
6093 #endif
6094 ;
6095 return 0;
6096}
6097_ACEOF
6098if ac_fn_c_try_compile "$LINENO"; then :
6099 gcc_cv_cloog=yes
6100else
6101 gcc_cv_cloog=no
e552509b 6102fi
3dae1673
JBG
6103rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
7ec59b9e 6105$as_echo "$gcc_cv_cloog" >&6; }
e552509b
ILT
6106
6107 CFLAGS=$_cloog_saved_CFLAGS
6108 LDFLAGS=$_cloog_saved_LDFLAGS
6109 fi
6110
6111
3dae1673 6112 fi
e552509b 6113
e28c595f 6114
e28c595f
JM
6115
6116
6117
8d8eef9a
RW
6118 if test "x${with_cloog}" = xno; then
6119 graphite_requested=no
6120 elif test "x${with_cloog}" != x \
e552509b
ILT
6121 || test "x${with_cloog_include}" != x \
6122 || test "x${with_cloog_lib}" != x ; then
6123 graphite_requested=yes
6124 else
6125 graphite_requested=no
6126 fi
6127
6128
6129
7ec59b9e 6130 if test "${gcc_cv_cloog}" = no ; then
e552509b
ILT
6131 clooglibs=
6132 clooginc=
6133 fi
6134
6135 if test "${graphite_requested}" = yes \
6136 && test "x${clooglibs}" = x \
6137 && test "x${clooginc}" = x ; then
6138
8e71395b 6139 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
e552509b
ILT
6140 fi
6141
6142
8e71395b 6143 fi
e552509b
ILT
6144fi
6145
7ec59b9e
L
6146# If either the ISL or the CLooG check failed, disable builds of in-tree
6147# variants of both
8e71395b
L
6148if test "x$with_isl" = xno ||
6149 test "x$with_cloog" = xno ||
6150 test "x$gcc_cv_cloog" = xno ||
6151 test "x$gcc_cv_isl" = xno; then
7ec59b9e 6152 noconfigdirs="$noconfigdirs cloog isl"
8e71395b
L
6153 islinc=
6154 clooginc=
6155 clooglibs=
7ec59b9e
L
6156fi
6157
8e71395b
L
6158
6159
6160
6161
6162
700d40ca
ILT
6163# Check for LTO support.
6164# Check whether --enable-lto was given.
6165if test "${enable_lto+set}" = set; then :
6166 enableval=$enable_lto; enable_lto=$enableval
6167else
6168 enable_lto=yes; default_enable_lto=yes
6169fi
6170
6171
143754cd 6172
e49e5c92
DK
6173
6174
6175target_elf=no
6176case $target in
6177 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
090bc50f 6178 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
a009f2e7 6179 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
e49e5c92
DK
6180 target_elf=no
6181 ;;
6182 *)
6183 target_elf=yes
6184 ;;
6185esac
6186
6187if test $target_elf = yes; then :
74cea91b
DK
6188 # ELF platforms build the lto-plugin always.
6189 build_lto_plugin=yes
e49e5c92 6190
e49e5c92
DK
6191else
6192 if test x"$default_enable_lto" = x"yes" ; then
29821356 6193 case $target in
899b04ef 6194 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
74cea91b 6195 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6196 *) enable_lto=no ;;
6197 esac
e49e5c92 6198 else
29821356
RW
6199 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6200 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
6201 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6202 # warn during gcc/ subconfigure; unless you're bootstrapping with
6203 # -flto it won't be needed until after installation anyway.
6204 case $target in
a8eb3f0a 6205 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
6206 *) if test x"$enable_lto" = x"yes"; then
6207 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6208 fi
6209 ;;
6210 esac
6211 fi
a8eb3f0a 6212 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6213 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6214 case $target in
74cea91b 6215 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6216 *) ;;
6217 esac
74cea91b 6218
e49e5c92
DK
6219fi
6220
700d40ca 6221
e28c595f 6222
7ec59b9e 6223# By default, C and C++ are the only stage 1 languages.
9b134994 6224stage1_languages=,c,
1d39f329 6225
e8a5fa9c 6226# Target libraries that we bootstrap.
2aa2364a 6227bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6228
9e07f89d
NN
6229# Figure out what language subdirectories are present.
6230# Look if the user specified --enable-languages="..."; if not, use
6231# the environment variable $LANGUAGES if defined. $LANGUAGES might
6232# go away some day.
6233# NB: embedded tabs in this IF block -- do not untabify
6234if test -d ${srcdir}/gcc; then
6235 if test x"${enable_languages+set}" != xset; then
6236 if test x"${LANGUAGES+set}" = xset; then
6237 enable_languages="${LANGUAGES}"
6238 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6239 else
6240 enable_languages=all
6241 fi
6242 else
6243 if test x"${enable_languages}" = x ||
6244 test x"${enable_languages}" = xyes;
6245 then
6246 echo configure.in: --enable-languages needs at least one language argument 1>&2
6247 exit 1
6248 fi
6249 fi
6250 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6251
096f7d00
DE
6252 # 'f95' is the old name for the 'fortran' language. We issue a warning
6253 # and make the substitution.
6254 case ,${enable_languages}, in
6255 *,f95,*)
6256 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6257 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6258 ;;
6259 esac
6260
7ec59b9e
L
6261 # If bootstrapping, C++ must be enabled.
6262 case ",$enable_languages,:$enable_bootstrap" in
6263 *,c++,*:*) ;;
6264 *:yes)
ffdd6afc
ILT
6265 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6266 enable_languages="${enable_languages},c++"
6267 else
7ec59b9e 6268 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ffdd6afc
ILT
6269 fi
6270 ;;
6271 esac
6272
9e07f89d
NN
6273 # First scan to see if an enabled language requires some other language.
6274 # We assume that a given config-lang.in will list all the language
6275 # front ends it requires, even if some are required indirectly.
6276 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6277 case ${lang_frag} in
6278 ..) ;;
6279 # The odd quoting in the next line works around
6280 # an apparent bug in bash 1.12 on linux.
6281 ${srcdir}/gcc/[*]/config-lang.in) ;;
6282 *)
e552509b
ILT
6283 # From the config-lang.in, get $language, $lang_requires, and
6284 # $lang_requires_boot_languages.
9e07f89d
NN
6285 language=
6286 lang_requires=
e552509b 6287 lang_requires_boot_languages=
9e07f89d 6288 . ${lang_frag}
e552509b 6289 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6290 case ,${enable_languages}, in
6291 *,$other,*) ;;
6292 *,all,*) ;;
6293 *,$language,*)
6294 echo " \`$other' language required by \`$language'; enabling" 1>&2
6295 enable_languages="${enable_languages},${other}"
6296 ;;
6297 esac
6298 done
e552509b
ILT
6299 for other in ${lang_requires_boot_languages} ; do
6300 if test "$other" != "c"; then
6301 case ,${enable_stage1_languages}, in
6302 *,$other,*) ;;
6303 *,all,*) ;;
6304 *)
6305 case ,${enable_languages}, in
6306 *,$language,*)
6307 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6308 enable_stage1_languages="$enable_stage1_languages,${other}"
6309 ;;
6310 esac
6311 ;;
6312 esac
6313 fi
6314 done
9e07f89d
NN
6315 ;;
6316 esac
6317 done
6318
9b134994 6319 new_enable_languages=,c,
700d40ca
ILT
6320
6321 # If LTO is enabled, add the LTO front end.
6322 extra_host_libiberty_configure_flags=
6323 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6324 case ,${enable_languages}, in
6325 *,lto,*) ;;
6326 *) enable_languages="${enable_languages},lto" ;;
6327 esac
a8eb3f0a 6328 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
6329 configdirs="$configdirs lto-plugin"
6330 extra_host_libiberty_configure_flags=--enable-shared
6331 fi
6332 fi
6333
6334
9e07f89d 6335 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6336 potential_languages=,c,
9e07f89d 6337
9e1a94f4
ILT
6338 enabled_target_libs=
6339 disabled_target_libs=
6340
9e07f89d
NN
6341 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6342 case ${lang_frag} in
6343 ..) ;;
6344 # The odd quoting in the next line works around
6345 # an apparent bug in bash 1.12 on linux.
6346 ${srcdir}/gcc/[*]/config-lang.in) ;;
6347 *)
c6b750e1 6348 # From the config-lang.in, get $language, $target_libs,
1d39f329 6349 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6350 language=
6351 target_libs=
6352 lang_dirs=
64ce424c 6353 subdir_requires=
9b134994
PB
6354 boot_language=no
6355 build_by_default=yes
9e07f89d 6356 . ${lang_frag}
9b134994
PB
6357 if test x${language} = x; then
6358 echo "${lang_frag} doesn't set \$language." 1>&2
6359 exit 1
6360 fi
6361
ffdd6afc 6362 if test "$language" = "c++"; then
7ec59b9e 6363 boot_language=yes
e8a5fa9c
RW
6364 fi
6365
8e71395b 6366 add_this_lang=no
9b134994
PB
6367 case ,${enable_languages}, in
6368 *,${language},*)
7ec59b9e
L
6369 # Language was explicitly selected; include it
6370 # unless it is C, which is enabled by default.
6371 if test "$language" != "c"; then
6372 add_this_lang=yes
6373 fi
9e07f89d 6374 ;;
9b134994
PB
6375 *,all,*)
6376 # 'all' was selected, select it if it is a default language
8e71395b
L
6377 if test "$language" != "c"; then
6378 add_this_lang=${build_by_default}
6379 fi
9e07f89d
NN
6380 ;;
6381 esac
4b1cb4fe 6382
64ce424c 6383 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6384 for i in $subdir_requires; do
3d3adb43 6385 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6386 case ,${enable_languages}, in
6387 *,${language},*)
6388 # Specifically requested language; tell them.
81ecdfbb 6389 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6390 ;;
6391 *)
6392 # Silently disable.
9b134994 6393 add_this_lang=unsupported
64ce424c
PB
6394 ;;
6395 esac
6396 done
6397
9b134994
PB
6398 # Disable Ada if no preexisting GNAT is available.
6399 case ,${enable_languages},:${language}:${have_gnat} in
6400 *,${language},*:ada:no)
6401 # Specifically requested language; tell them.
81ecdfbb 6402 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6403 ;;
6404 *:ada:no)
6405 # Silently disable.
6406 add_this_lang=unsupported
6407 ;;
6408 esac
6409
59f7ec45
HPN
6410 # Disable a language that is unsupported by the target.
6411 case " $unsupported_languages " in
6412 *" $language "*)
9b134994 6413 add_this_lang=unsupported
59f7ec45
HPN
6414 ;;
6415 esac
6416
4b1cb4fe 6417 case $add_this_lang in
9b134994 6418 unsupported)
9e07f89d 6419 # Remove language-dependent dirs.
9e1a94f4
ILT
6420 disabled_target_libs="$disabled_target_libs $target_libs"
6421 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6422 ;;
9b134994
PB
6423 no)
6424 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6425 disabled_target_libs="$disabled_target_libs $target_libs"
6426 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6427 potential_languages="${potential_languages}${language},"
6428 ;;
6429 yes)
6430 new_enable_languages="${new_enable_languages}${language},"
6431 potential_languages="${potential_languages}${language},"
1d39f329 6432 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6433 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6434 case "${boot_language}:,$enable_stage1_languages," in
6435 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6436 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6437 case ",$stage1_languages," in
6438 *,$language,* | ,yes, | ,all,) ;;
6439 *) stage1_languages="${stage1_languages}${language}," ;;
6440 esac
e8a5fa9c
RW
6441 # We need to bootstrap any supporting libraries.
6442 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6443 ;;
6444 esac
6445 ;;
9e07f89d
NN
6446 esac
6447 ;;
6448 esac
6449 done
6450
9e1a94f4
ILT
6451 # Add target libraries which are only needed for disabled languages
6452 # to noconfigdirs.
6453 if test -n "$disabled_target_libs"; then
6454 for dir in $disabled_target_libs; do
6455 case " $enabled_target_libs " in
6456 *" ${dir} "*) ;;
6457 *) noconfigdirs="$noconfigdirs $dir" ;;
6458 esac
6459 done
6460 fi
6461
81ecdfbb
RW
6462 # Check whether --enable-stage1-languages was given.
6463if test "${enable_stage1_languages+set}" = set; then :
6464 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6465 ,no,|,,)
6466 # Set it to something that will have no effect in the loop below
6467 enable_stage1_languages=c ;;
6468 ,yes,)
6469 enable_stage1_languages=`echo $new_enable_languages | \
6470 sed -e "s/^,//" -e "s/,$//" ` ;;
6471 *,all,*)
6472 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6473 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6474 esac
6475
6476 # Add "good" languages from enable_stage1_languages to stage1_languages,
6477 # while "bad" languages go in missing_languages. Leave no duplicates.
6478 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6479 case $potential_languages in
6480 *,$i,*)
6481 case $stage1_languages in
6482 *,$i,*) ;;
6483 *) stage1_languages="$stage1_languages$i," ;;
6484 esac ;;
6485 *)
6486 case $missing_languages in
6487 *,$i,*) ;;
6488 *) missing_languages="$missing_languages$i," ;;
6489 esac ;;
6490 esac
6491 done
81ecdfbb
RW
6492fi
6493
9b134994
PB
6494
6495 # Remove leading/trailing commas that were added for simplicity
6496 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6497 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6498 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6499 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6500
9e07f89d 6501 if test "x$missing_languages" != x; then
81ecdfbb 6502 as_fn_error "
27258dd4 6503The following requested languages could not be built: ${missing_languages}
81ecdfbb 6504Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6505 fi
9e07f89d
NN
6506 if test "x$new_enable_languages" != "x$enable_languages"; then
6507 echo The following languages will be built: ${new_enable_languages}
9b134994 6508 enable_languages="$new_enable_languages"
9e07f89d 6509 fi
9b134994 6510
c6b750e1 6511
81ec575a 6512 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6513fi
6514
a6df5a19
PB
6515# Handle --disable-<component> generically.
6516for dir in $configdirs $build_configdirs $target_configdirs ; do
6517 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6518 varname=`echo $dirname | sed -e s/+/_/g`
6519 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6520 noconfigdirs="$noconfigdirs $dir"
6521 fi
6522done
6523
4f0ef2d8 6524# Check for Boehm's garbage collector
81ecdfbb
RW
6525# Check whether --enable-objc-gc was given.
6526if test "${enable_objc_gc+set}" = set; then :
6527 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 6528 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6529 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6530 ;;
6531esac
81ecdfbb
RW
6532fi
6533
4f0ef2d8
CD
6534
6535# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6536case ,${enable_languages},:${enable_objc_gc} in
6537 *,objc,*:yes)
4f0ef2d8
CD
6538 # Keep target-boehm-gc if requested for Objective-C.
6539 ;;
4f0ef2d8 6540 *)
d42c4017
DA
6541 # Otherwise remove target-boehm-gc depending on target-libjava.
6542 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6543 noconfigdirs="$noconfigdirs target-boehm-gc"
6544 fi
4f0ef2d8
CD
6545 ;;
6546esac
6547
c23b5043 6548# Disable libitm and libsanitizer if we're not building C++
7ec59b9e
L
6549case ,${enable_languages}, in
6550 *,c++,*) ;;
6551 *)
c23b5043 6552 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
7ec59b9e
L
6553 ;;
6554esac
6555
caeba88f
AL
6556# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6557# $build_configdirs and $target_configdirs.
9e07f89d
NN
6558# If we have the source for $noconfigdirs entries, add them to $notsupp.
6559
6560notsupp=""
6561for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6562 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6563 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6564 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6565 if test -r $srcdir/$dirname/configure ; then
6566 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6567 true
6568 else
6569 notsupp="$notsupp $dir"
6570 fi
6571 fi
6572 fi
caeba88f
AL
6573 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6574 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6575 if test -r $srcdir/$dirname/configure ; then
6576 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6577 true
6578 else
6579 notsupp="$notsupp $dir"
6580 fi
6581 fi
6582 fi
9e07f89d
NN
6583 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6584 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6585 if test -r $srcdir/$dirname/configure ; then
6586 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6587 true
6588 else
6589 notsupp="$notsupp $dir"
6590 fi
6591 fi
6592 fi
6593done
6594
9e07f89d
NN
6595# Quietly strip out all directories which aren't configurable in this tree.
6596# This relies on all configurable subdirectories being autoconfiscated, which
6597# is now the case.
6a9cf61e
PB
6598build_configdirs_all="$build_configdirs"
6599build_configdirs=
6600for i in ${build_configdirs_all} ; do
c6b750e1 6601 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6602 if test -f ${srcdir}/$j/configure ; then
6603 build_configdirs="${build_configdirs} $i"
6604 fi
6605done
6606
9e07f89d
NN
6607configdirs_all="$configdirs"
6608configdirs=
6609for i in ${configdirs_all} ; do
6610 if test -f ${srcdir}/$i/configure ; then
6611 configdirs="${configdirs} $i"
6612 fi
6613done
6a9cf61e 6614
9e07f89d
NN
6615target_configdirs_all="$target_configdirs"
6616target_configdirs=
6617for i in ${target_configdirs_all} ; do
c6b750e1 6618 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6619 if test -f ${srcdir}/$j/configure ; then
6620 target_configdirs="${target_configdirs} $i"
6621 fi
6622done
6623
6624# Produce a warning message for the subdirs we can't configure.
6625# This isn't especially interesting in the Cygnus tree, but in the individual
6626# FSF releases, it's important to let people know when their machine isn't
6627# supported by the one or two programs in a package.
6628
6629if test -n "${notsupp}" && test -z "${norecursion}" ; then
6630 # If $appdirs is non-empty, at least one of those directories must still
6631 # be configured, or we error out. (E.g., if the gas release supports a
6632 # specified target in some subdirs but not the gas subdir, we shouldn't
6633 # pretend that all is well.)
6634 if test -n "$appdirs" ; then
6635 for dir in $appdirs ; do
6636 if test -r $dir/Makefile.in ; then
6637 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6638 appdirs=""
6639 break
6640 fi
6a9cf61e 6641 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6642 appdirs=""
6643 break
6644 fi
6645 fi
6646 done
6647 if test -n "$appdirs" ; then
6648 echo "*** This configuration is not supported by this package." 1>&2
6649 exit 1
6650 fi
6651 fi
6652 # Okay, some application will build, or we don't care to check. Still
6653 # notify of subdirs not getting built.
6654 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6655 echo " ${notsupp}" 1>&2
6656 echo " (Any other directories should still work fine.)" 1>&2
6657fi
6658
6659case "$host" in
6660 *msdosdjgpp*)
6661 enable_gdbtk=no ;;
6662esac
6663
18f6b6ee
PB
6664# To find our prefix, in gcc_cv_tool_prefix.
6665
6666# The user is always right.
6667if test "${PATH_SEPARATOR+set}" != set; then
6668 echo "#! /bin/sh" >conf$$.sh
6669 echo "exit 0" >>conf$$.sh
6670 chmod +x conf$$.sh
6671 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6672 PATH_SEPARATOR=';'
6673 else
6674 PATH_SEPARATOR=:
6675 fi
6676 rm -f conf$$.sh
6677fi
6678
6679
6680
6681if test "x$exec_prefix" = xNONE; then
6682 if test "x$prefix" = xNONE; then
6683 gcc_cv_tool_prefix=$ac_default_prefix
6684 else
6685 gcc_cv_tool_prefix=$prefix
6686 fi
6687else
6688 gcc_cv_tool_prefix=$exec_prefix
6689fi
6690
6691# If there is no compiler in the tree, use the PATH only. In any
6692# case, if there is no compiler in the tree nobody should use
6693# AS_FOR_TARGET and LD_FOR_TARGET.
6694if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6695 gcc_version=`cat $srcdir/gcc/BASE-VER`
6696 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6697 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6698 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6699 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6700 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6701 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6702else
6703 gcc_cv_tool_dirs=
6704fi
6705
6706if test x$build = x$target && test -n "$md_exec_prefix"; then
6707 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6708fi
6709
6710
6711
9e07f89d
NN
6712copy_dirs=
6713
c6b750e1 6714
81ecdfbb
RW
6715# Check whether --with-build-sysroot was given.
6716if test "${with_build_sysroot+set}" = set; then :
6717 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6718 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6719 fi
6720else
6721 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6722fi
a19b6204
MM
6723
6724
8a6ee3ab 6725
81ecdfbb
RW
6726
6727# Check whether --with-debug-prefix-map was given.
6728if test "${with_debug_prefix_map+set}" = set; then :
6729 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6730 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6731 for debug_map in $withval; do
6732 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6733 done
6734 fi
6735else
6736 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6737fi
6738
8a6ee3ab
JM
6739
6740
7f6ef0c0
PB
6741# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6742# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6743# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6744# We want to ensure that TARGET libraries (which we know are built with
6745# gcc) are built with "-O2 -g", so include those options when setting
6746# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6747if test "x$CFLAGS_FOR_TARGET" = x; then
6748 CFLAGS_FOR_TARGET=$CFLAGS
6749 case " $CFLAGS " in
6750 *" -O2 "*) ;;
68f107fa 6751 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6752 esac
6753 case " $CFLAGS " in
6754 *" -g "* | *" -g3 "*) ;;
68f107fa 6755 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6756 esac
6757fi
6758
6759
6760if test "x$CXXFLAGS_FOR_TARGET" = x; then
6761 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6762 case " $CXXFLAGS " in
6763 *" -O2 "*) ;;
68f107fa 6764 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6765 esac
6766 case " $CXXFLAGS " in
6767 *" -g "* | *" -g3 "*) ;;
68f107fa 6768 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6769 esac
6770fi
6771
6772
91c1f14c
DK
6773
6774
9e07f89d
NN
6775# Handle --with-headers=XXX. If the value is not "yes", the contents of
6776# the named directory are copied to $(tooldir)/sys-include.
6777if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6778 if test x${is_cross_compiler} = xno ; then
6779 echo 1>&2 '***' --with-headers is only supported when cross compiling
6780 exit 1
6781 fi
6782 if test x"${with_headers}" != xyes ; then
18f6b6ee 6783 x=${gcc_cv_tool_prefix}
c6b750e1 6784 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6785 fi
6786fi
6787
6788# Handle --with-libs=XXX. If the value is not "yes", the contents of
6789# the name directories are copied to $(tooldir)/lib. Multiple directories
6790# are permitted.
6791if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6792 if test x${is_cross_compiler} = xno ; then
6793 echo 1>&2 '***' --with-libs is only supported when cross compiling
6794 exit 1
6795 fi
6796 if test x"${with_libs}" != xyes ; then
6797 # Copy the libraries in reverse order, so that files in the first named
6798 # library override files in subsequent libraries.
18f6b6ee 6799 x=${gcc_cv_tool_prefix}
9e07f89d 6800 for l in ${with_libs}; do
c6b750e1 6801 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6802 done
6803 fi
6804fi
6805
700d40ca 6806# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
6807#
6808# This is done by determining whether or not the appropriate directory
6809# is available, and by checking whether or not specific configurations
6810# have requested that this magic not happen.
c6b750e1
DJ
6811#
6812# The command line options always override the explicit settings in
2429c060
PB
6813# configure.in, and the settings in configure.in override this magic.
6814#
c6b750e1 6815# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6816# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
6817# --without-gnu-ld options for the configure script. Similarly, if
6818# the default is to use the included zlib and you don't want to do that,
6819# you should use the --with-system-zlib option for the configure script.
2429c060
PB
6820
6821if test x${use_gnu_as} = x &&
6822 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6823 with_gnu_as=yes
6824 extra_host_args="$extra_host_args --with-gnu-as"
6825fi
6826
6827if test x${use_gnu_ld} = x &&
93f9b408 6828 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6829 with_gnu_ld=yes
6830 extra_host_args="$extra_host_args --with-gnu-ld"
6831fi
6832
700d40ca
ILT
6833if test x${use_included_zlib} = x &&
6834 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6835 :
6836else
6837 with_system_zlib=yes
6838 extra_host_args="$extra_host_args --with-system-zlib"
6839fi
6840
2429c060
PB
6841# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6842# can detect this case.
6843
6844if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6845 with_newlib=yes
6846 extra_host_args="$extra_host_args --with-newlib"
6847fi
6848
9e07f89d
NN
6849# Handle ${copy_dirs}
6850set fnord ${copy_dirs}
6851shift
6852while test $# != 0 ; do
6853 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6854 :
6855 else
6856 echo Copying $1 to $2
6857
6858 # Use the install script to create the directory and all required
6859 # parent directories.
6860 if test -d $2 ; then
6861 :
6862 else
6863 echo >config.temp
6864 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6865 fi
6866
6867 # Copy the directory, assuming we have tar.
6868 # FIXME: Should we use B in the second tar? Not all systems support it.
6869 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6870
6871 # It is the responsibility of the user to correctly adjust all
6872 # symlinks. If somebody can figure out how to handle them correctly
6873 # here, feel free to add the code.
6874
6875 echo $1 > $2/COPIED
6876 fi
6877 shift; shift
6878done
6879
2429c060
PB
6880# Determine a target-dependent exec_prefix that the installed
6881# gcc will search in. Keep this list sorted by triplet, with
6882# the *-*-osname triplets last.
6883md_exec_prefix=
6884case "${target}" in
521ec477 6885 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6886 md_exec_prefix=/dev/env/DJDIR/bin
6887 ;;
2429c060 6888 *-*-hpux* | \
2429c060 6889 *-*-nto-qnx* | \
1f111696 6890 *-*-solaris2*)
2429c060
PB
6891 md_exec_prefix=/usr/ccs/bin
6892 ;;
6893esac
6894
a0da8069
NN
6895extra_arflags_for_target=
6896extra_nmflags_for_target=
6897extra_ranlibflags_for_target=
6898target_makefile_frag=/dev/null
6899case "${target}" in
77d7106f
AM
6900 spu-*-*)
6901 target_makefile_frag="config/mt-spu"
6902 ;;
d09bbf00 6903 mips*-sde-elf* | mips*-mti-elf*)
429acdec
RS
6904 target_makefile_frag="config/mt-sde"
6905 ;;
f3b1e08e
RS
6906 mipsisa*-*-elfoabi*)
6907 target_makefile_frag="config/mt-mips-elfoabi"
6908 ;;
e7c8859c
RS
6909 mips*-*-*linux* | mips*-*-gnu*)
6910 target_makefile_frag="config/mt-mips-gnu"
6911 ;;
29383458 6912 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6913 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6914 ;;
6915 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6916 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
6917 # commands to handle both 32-bit and 64-bit objects. These flags are
6918 # harmless if we're using GNU nm or ar.
6919 extra_arflags_for_target=" -X32_64"
6920 extra_nmflags_for_target=" -B -X32_64"
6921 ;;
a0da8069
NN
6922esac
6923
6924alphaieee_frag=/dev/null
6925case $target in
6926 alpha*-*-*)
6927 # This just makes sure to use the -mieee option to build target libs.
6928 # This should probably be set individually by each library.
6929 alphaieee_frag="config/mt-alphaieee"
6930 ;;
6931esac
6932
6933# If --enable-target-optspace always use -Os instead of -O2 to build
6934# the target libraries, similarly if it is not specified, use -Os
6935# on selected platforms.
6936ospace_frag=/dev/null
6937case "${enable_target_optspace}:${target}" in
6938 yes:*)
6939 ospace_frag="config/mt-ospace"
6940 ;;
6941 :d30v-*)
6942 ospace_frag="config/mt-d30v"
6943 ;;
6944 :m32r-* | :d10v-* | :fr30-*)
6945 ospace_frag="config/mt-ospace"
6946 ;;
6947 no:* | :*)
6948 ;;
6949 *)
6950 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6951 ;;
6952esac
6953
a0da8069
NN
6954# Some systems (e.g., one of the i386-aix systems the gas testers are
6955# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 6956tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
6957build_tooldir=${tooldir}
6958
a0da8069
NN
6959# Create a .gdbinit file which runs the one in srcdir
6960# and tells GDB to look there for source files.
6961
6962if test -r ${srcdir}/.gdbinit ; then
6963 case ${srcdir} in
6964 .) ;;
6965 *) cat > ./.gdbinit <<EOF
6966# ${NO_EDIT}
6967dir ${srcdir}
6968dir .
6969source ${srcdir}/.gdbinit
6970EOF
6971 ;;
6972 esac
6973fi
6974
a0da8069
NN
6975# Make sure that the compiler is able to generate an executable. If it
6976# can't, we are probably in trouble. We don't care whether we can run the
6977# executable--we might be using a cross compiler--we only care whether it
6978# can be created. At this point the main configure script has set CC.
6979we_are_ok=no
6980echo "int main () { return 0; }" > conftest.c
6981${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6982if test $? = 0 ; then
6983 if test -s conftest || test -s conftest.exe ; then
6984 we_are_ok=yes
6985 fi
c6b750e1 6986fi
a0da8069
NN
6987case $we_are_ok in
6988 no)
6989 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6990 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6991 rm -f conftest*
6992 exit 1
6993 ;;
6994esac
6995rm -f conftest*
6996
3bbd2f8f 6997# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
6998case "${host}" in
6999 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 7000 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 7001 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
7002 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7003esac
7004
3bbd2f8f 7005# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
7006# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7007# built executables to PATH.
3bbd2f8f
AL
7008if test "$RPATH_ENVVAR" = PATH; then
7009 GCC_SHLIB_SUBDIR=/shlib
7010else
7011 GCC_SHLIB_SUBDIR=
7012fi
7013
a0da8069
NN
7014# Record target_configdirs and the configure arguments for target and
7015# build configuration in Makefile.
7016target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 7017build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
a0da8069 7018
2aa2364a
JR
7019# If we are building libgomp, bootstrap it.
7020if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7021 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7022fi
7023
5eb08693
L
7024# If we are building libsanitizer, bootstrap it.
7025if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1 ; then
7026 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
7027fi
7028
a0da8069
NN
7029# Determine whether gdb needs tk/tcl or not.
7030# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7031# and in that case we want gdb to be built without tk. Ugh!
7032# In fact I believe gdb is the *only* package directly dependent on tk,
7033# so we should be able to put the 'maybe's in unconditionally and
7034# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7035# 100% sure that that's safe though.
c180f501 7036
675c6968 7037gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
7038case "$enable_gdbtk" in
7039 no)
7040 GDB_TK="" ;;
c180f501
AC
7041 yes)
7042 GDB_TK="${gdb_tk}" ;;
a0da8069 7043 *)
c180f501
AC
7044 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7045 # distro. Eventually someone will fix this and move Insight, nee
7046 # gdbtk to a separate directory.
7047 if test -d ${srcdir}/gdb/gdbtk ; then
7048 GDB_TK="${gdb_tk}"
7049 else
7050 GDB_TK=""
7051 fi
7052 ;;
a0da8069 7053esac
907be67c
DJ
7054CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7055INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 7056
6bd3dfaa 7057# Strip out unwanted targets.
dd12c3a8
NN
7058
7059# While at that, we remove Makefiles if we were started for recursive
7060# configuration, so that the top-level Makefile reconfigures them,
7061# like we used to do when configure itself was recursive.
dd12c3a8 7062
06a51eac
RW
7063# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7064# but now we're fixing up the Makefile ourselves with the additional
7065# commands passed to AC_CONFIG_FILES. Use separate variables
7066# extrasub-{build,host,target} not because there is any reason to split
7067# the substitutions up that way, but only to remain below the limit of
7068# 99 commands in a script, for HP-UX sed.
7069# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 7070
16b1ad29
RW
7071case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7072 yes:yes:*\ gold\ *:*,c++,*) ;;
7073 yes:yes:*\ gold\ *:*)
7074 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7075 ;;
7076esac
7077
9cb3fa6f 7078# Adjust the toplevel makefile according to whether bootstrap was selected.
96655cc4 7079case $enable_bootstrap in
319cab08 7080 yes)
96655cc4
AO
7081 bootstrap_suffix=bootstrap
7082 BUILD_CONFIG=bootstrap-debug
7083 ;;
319cab08 7084 no)
96655cc4
AO
7085 bootstrap_suffix=no-bootstrap
7086 BUILD_CONFIG=
7087 ;;
319cab08
PB
7088esac
7089
96655cc4
AO
7090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7091$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7092
7093
7094# Check whether --with-build-config was given.
7095if test "${with_build_config+set}" = set; then :
7096 withval=$with_build_config; case $with_build_config in
7097 yes) with_build_config= ;;
7098 no) with_build_config= BUILD_CONFIG= ;;
7099 esac
7100fi
7101
7102
7103if test "x${with_build_config}" != x; then
7104 BUILD_CONFIG=$with_build_config
7105else
7106 case $BUILD_CONFIG in
7107 bootstrap-debug)
7108 if echo "int f (void) { return 0; }" > conftest.c &&
7109 ${CC} -c conftest.c &&
7110 mv conftest.o conftest.o.g0 &&
7111 ${CC} -c -g conftest.c &&
7112 mv conftest.o conftest.o.g &&
a009f2e7 7113 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
96655cc4
AO
7114 :
7115 else
7116 BUILD_CONFIG=
7117 fi
7118 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7119 ;;
7120 esac
7121fi
7122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7123$as_echo "$BUILD_CONFIG" >&6; }
7124
7125
06a51eac 7126extrasub_build=
6a9cf61e 7127for module in ${build_configdirs} ; do
498d4a71
CF
7128 if test -z "${no_recursion}" \
7129 && test -f ${build_subdir}/${module}/Makefile; then
7130 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7131 rm -f ${build_subdir}/${module}/Makefile
7132 fi
06a51eac 7133 extrasub_build="$extrasub_build
498d4a71
CF
7134/^@if build-$module\$/d
7135/^@endif build-$module\$/d
7136/^@if build-$module-$bootstrap_suffix\$/d
7137/^@endif build-$module-$bootstrap_suffix\$/d"
7138done
06a51eac 7139extrasub_host=
498d4a71 7140for module in ${configdirs} ; do
80911fe1 7141 if test -z "${no_recursion}"; then
8cf39b1b 7142 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7143 if test -f ${file}; then
7144 echo 1>&2 "*** removing ${file} to force reconfigure"
7145 rm -f ${file}
7146 fi
7147 done
498d4a71 7148 fi
06a51eac 7149 extrasub_host="$extrasub_host
498d4a71
CF
7150/^@if $module\$/d
7151/^@endif $module\$/d
7152/^@if $module-$bootstrap_suffix\$/d
7153/^@endif $module-$bootstrap_suffix\$/d"
7154done
06a51eac 7155extrasub_target=
498d4a71
CF
7156for module in ${target_configdirs} ; do
7157 if test -z "${no_recursion}" \
7158 && test -f ${target_subdir}/${module}/Makefile; then
7159 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7160 rm -f ${target_subdir}/${module}/Makefile
7161 fi
e8a5fa9c
RW
7162
7163 # We only bootstrap target libraries listed in bootstrap_target_libs.
7164 case $bootstrap_target_libs in
7165 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7166 *) target_bootstrap_suffix=no-bootstrap ;;
7167 esac
7168
06a51eac 7169 extrasub_target="$extrasub_target
498d4a71
CF
7170/^@if target-$module\$/d
7171/^@endif target-$module\$/d
e8a5fa9c
RW
7172/^@if target-$module-$target_bootstrap_suffix\$/d
7173/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7174done
7175
06a51eac
RW
7176# Do the final fixup along with target modules.
7177extrasub_target="$extrasub_target
6bd3dfaa 7178/^@if /,/^@endif /d"
a0da8069
NN
7179
7180# Create the serialization dependencies. This uses a temporary file.
7181
81ecdfbb
RW
7182# Check whether --enable-serial-configure was given.
7183if test "${enable_serial_configure+set}" = set; then :
7184 enableval=$enable_serial_configure;
7185fi
e6bfb94a
AO
7186
7187
1047cb91
DD
7188case ${enable_serial_configure} in
7189 yes)
7190 enable_serial_build_configure=yes
7191 enable_serial_host_configure=yes
7192 enable_serial_target_configure=yes
7193 ;;
7194esac
7195
a0da8069
NN
7196# These force 'configure's to be done one at a time, to avoid problems
7197# with contention over a shared config.cache.
7198rm -f serdep.tmp
e6bfb94a 7199echo '# serdep.tmp' > serdep.tmp
a0da8069 7200olditem=
1047cb91 7201test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7202for item in ${build_configdirs} ; do
7203 case ${olditem} in
7204 "") ;;
e6bfb94a 7205 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7206 esac
7207 olditem=${item}
7208done
7209olditem=
1047cb91 7210test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7211for item in ${configdirs} ; do
7212 case ${olditem} in
7213 "") ;;
e6bfb94a 7214 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7215 esac
7216 olditem=${item}
7217done
7218olditem=
1047cb91 7219test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7220for item in ${target_configdirs} ; do
7221 case ${olditem} in
7222 "") ;;
e6bfb94a 7223 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7224 esac
7225 olditem=${item}
7226done
7227serialization_dependencies=serdep.tmp
7228
7229
e6bfb94a 7230# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7231# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7232# might not want to pass down to subconfigures. The exception being
7233# --cache-file=/dev/null, which is used to turn off the use of cache
7234# files altogether, and which should be passed on to subconfigures.
7235# Also strip program-prefix, program-suffix, and program-transform-name,
7236# so that we can pass down a consistent program-transform-name.
c6b750e1 7237baseargs=
65b4571a 7238tbaseargs=
c6b750e1
DJ
7239keep_next=no
7240skip_next=no
7241eval "set -- $ac_configure_args"
18f6b6ee
PB
7242for ac_arg
7243do
c6b750e1
DJ
7244 if test X"$skip_next" = X"yes"; then
7245 skip_next=no
7246 continue
7247 fi
7248 if test X"$keep_next" = X"yes"; then
7249 case $ac_arg in
7250 *\'*)
7251 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7252 esac
7253 baseargs="$baseargs '$ac_arg'"
65b4571a 7254 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7255 keep_next=no
7256 continue
7257 fi
7258
7259 # Handle separated arguments. Based on the logic generated by
7260 # autoconf 2.59.
7261 case $ac_arg in
7262 *=* | --config-cache | -C | -disable-* | --disable-* \
7263 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7264 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7265 | -with-* | --with-* | -without-* | --without-* | --x)
7266 separate_arg=no
7267 ;;
7268 -*)
7269 separate_arg=yes
7270 ;;
7271 *)
7272 separate_arg=no
7273 ;;
7274 esac
7275
65b4571a
AO
7276 skip_targ=no
7277 case $ac_arg in
7278
7279 --with-* | --without-*)
7280 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7281
7282 case $libopt in
7283 *[-_]include)
7284 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7285 ;;
7286 *[-_]lib)
7287 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7288 ;;
7289 *)
7290 lib=$libopt
7291 ;;
7292 esac
7293
7294
7295 case $lib in
7ec59b9e 7296 mpc | mpfr | gmp | cloog)
65b4571a
AO
7297 # If we're processing --with-$lib, --with-$lib-include or
7298 # --with-$lib-lib, for one of the libs above, and target is
7299 # different from host, don't pass the current argument to any
7300 # target library's configure.
7301 if test x$is_cross_compiler = xyes; then
7302 skip_targ=yes
7303 fi
7304 ;;
7305 esac
7306 ;;
7307 esac
7308
c6b750e1 7309 case "$ac_arg" in
30167e0a
NC
7310 --cache-file=/dev/null | \
7311 -cache-file=/dev/null )
7312 # Handled here to avoid the test to skip args below.
7313 baseargs="$baseargs '$ac_arg'"
65b4571a 7314 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7315 # Assert: $separate_arg should always be no.
7316 keep_next=$separate_arg
7317 ;;
c6b750e1
DJ
7318 --no*)
7319 continue
7320 ;;
7321 --c* | \
7322 --sr* | \
7323 --ho* | \
7324 --bu* | \
7325 --t* | \
7326 --program-* | \
7327 -cache_file* | \
7328 -srcdir* | \
7329 -host* | \
7330 -build* | \
7331 -target* | \
7332 -program-prefix* | \
7333 -program-suffix* | \
7334 -program-transform-name* )
7335 skip_next=$separate_arg
7336 continue
7337 ;;
7338 -*)
7339 # An option. Add it.
7340 case $ac_arg in
7341 *\'*)
7342 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7343 esac
7344 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7345 if test X"$skip_targ" = Xno; then
7346 tbaseargs="$tbaseargs '$ac_arg'"
7347 fi
c6b750e1
DJ
7348 keep_next=$separate_arg
7349 ;;
7350 *)
7351 # Either a variable assignment, or a nonopt (triplet). Don't
7352 # pass it down; let the Makefile handle this.
7353 continue
7354 ;;
7355 esac
7356done
7357# Remove the initial space we just introduced and, as these will be
7358# expanded by make, quote '$'.
7359baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7360
f27d4f92
DJ
7361# Add in --program-transform-name, after --program-prefix and
7362# --program-suffix have been applied to it. Autoconf has already
7363# doubled dollar signs and backslashes in program_transform_name; we want
7364# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7365# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7366# Also, because we want to override the logic in subdir configure scripts to
7367# choose program_transform_name, replace any s,x,x, with s,y,y,.
7368sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7369${program_transform_name}
7370EOF_SED
7371gcc_transform_name=`cat conftestsed.out`
7372rm -f conftestsed.out
7373baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7374tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7375if test "$silent" = yes; then
7376 baseargs="$baseargs --silent"
65b4571a 7377 tbaseargs="$tbaseargs --silent"
2444379b 7378fi
34a0f3cf 7379baseargs="$baseargs --disable-option-checking"
65b4571a 7380tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7381
4074d5f2
RW
7382# Record and document user additions to sub configure arguments.
7383
7384
7385
7386
a0da8069
NN
7387# For the build-side libraries, we just need to pretend we're native,
7388# and not use the same cache file. Multilibs are neither needed nor
7389# desired.
4074d5f2 7390build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
NN
7391
7392# For host modules, accept cache file option, or specification as blank.
7393case "${cache_file}" in
7394"") # empty
7395 cache_file_option="" ;;
7396/* | [A-Za-z]:[\\/]* ) # absolute path
7397 cache_file_option="--cache-file=${cache_file}" ;;
7398*) # relative path
7399 cache_file_option="--cache-file=../${cache_file}" ;;
7400esac
7401
82252c06
NN
7402# Host dirs don't like to share a cache file either, horribly enough.
7403# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7404host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7405
65b4571a 7406target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7407
7408# Passing a --with-cross-host argument lets the target libraries know
7409# whether they are being built with a cross-compiler or being built
7410# native. However, it would be better to use other mechanisms to make the
7411# sorts of decisions they want to make on this basis. Please consider
7412# this option to be deprecated. FIXME.
7413if test x${is_cross_compiler} = xyes ; then
c6b750e1 7414 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7415fi
7416
938d2b74
RW
7417# Default to --enable-multilib.
7418if test x${enable_multilib} = x ; then
a0da8069 7419 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7420fi
a0da8069
NN
7421
7422# Pass --with-newlib if appropriate. Note that target_configdirs has
7423# changed from the earlier setting of with_newlib.
7424if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7425 target_configargs="--with-newlib ${target_configargs}"
7426fi
7427
95036d20
NN
7428# Different target subdirs use different values of certain variables
7429# (notably CXX). Worse, multilibs use *lots* of different values.
7430# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7431# it doesn't automatically accept command-line overrides of them.
7432# This means it's not safe for target subdirs to share a cache file,
7433# which is disgusting, but there you have it. Hopefully this can be
7434# fixed in future. It's still worthwhile to use a cache file for each
7435# directory. I think.
7436
ae380b45
MS
7437# Pass the appropriate --build, --host, --target and --cache-file arguments.
7438# We need to pass --target, as newer autoconf's requires consistency
7439# for target_alias and gcc doesn't manage it consistently.
4b900473 7440target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7441
a0da8069
NN
7442FLAGS_FOR_TARGET=
7443case " $target_configdirs " in
7444 *" newlib "*)
7445 case " $target_configargs " in
7446 *" --with-newlib "*)
7447 case "$target" in
1f53ca9a 7448 *-cygwin*)
6d94c122 7449 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
1f53ca9a 7450 ;;
a0da8069
NN
7451 esac
7452
7453 # If we're not building GCC, don't discard standard headers.
7454 if test -d ${srcdir}/gcc; then
7455 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7456
7457 if test "${build}" != "${host}"; then
7458 # On Canadian crosses, CC_FOR_TARGET will have already been set
7459 # by `configure', so we won't have an opportunity to add -Bgcc/
7460 # to it. This is right: we don't want to search that directory
7461 # for binaries, but we want the header files in there, so add
7462 # them explicitly.
e552509b 7463 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7464
7465 # Someone might think of using the pre-installed headers on
7466 # Canadian crosses, in case the installed compiler is not fully
7467 # compatible with the compiler being built. In this case, it
7468 # would be better to flag an error than risking having
7469 # incompatible object files being constructed. We can't
7470 # guarantee that an error will be flagged, but let's hope the
7471 # compiler will do it, when presented with incompatible header
7472 # files.
7473 fi
7474 fi
7475
7476 case "${target}-${is_cross_compiler}" in
ec11bdc6 7477 i[3456789]86-*-linux*-no)
a0da8069
NN
7478 # Here host == target, so we don't need to build gcc,
7479 # so we don't want to discard standard headers.
7480 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7481 ;;
7482 *)
7483 # If we're building newlib, use its generic headers last, but search
7484 # for any libc-related directories first (so make it the last -B
7485 # switch).
7486 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
7487
7488 # If we're building libgloss, find the startup file, simulator library
7489 # and linker script.
7490 case " $target_configdirs " in
7491 *" libgloss "*)
7492 # Look for startup file, simulator library and maybe linker script.
7493 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7494 # Look for libnosys.a in case the target needs it.
7495 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7496 # Most targets have the linker script in the source directory.
7497 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7498 ;;
7499 esac
a0da8069
NN
7500 ;;
7501 esac
7502 ;;
7503 esac
7504 ;;
7505esac
1f53ca9a 7506
45055374 7507case "$target" in
1f53ca9a
AO
7508 x86_64-*mingw* | *-w64-mingw*)
7509 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7510 # however, use a symlink named 'mingw' in ${prefix} .
7511 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7512 ;;
7513 *-mingw*)
7514 # MinGW can't be handled as Cygwin above since it does not use newlib.
7515 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'
7516 ;;
45055374 7517esac
a0da8069 7518
5fbad20a
DD
7519# Allow the user to override the flags for
7520# our build compiler if desired.
c66487f8
NC
7521if test x"${build}" = x"${host}" ; then
7522 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7523 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7524 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7525fi
5fbad20a 7526
a0da8069
NN
7527# On Canadian crosses, we'll be searching the right directories for
7528# the previously-installed cross compiler, so don't bother to add
7529# flags for directories within the install tree of the compiler
7530# being built; programs in there won't even run.
7531if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7532 # Search for pre-installed headers if nothing else fits.
bba45b8b 7533 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
7534fi
7535
7536if test "x${use_gnu_ld}" = x &&
7537 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7538 # Arrange for us to find uninstalled linker scripts.
b00612cc 7539 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7540fi
7541
a481dbb7
DD
7542# Search for other target-specific linker scripts and such.
7543case "${target}" in
4e206d7e
DB
7544 mep*)
7545 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7546 ;;
7547esac
7548
a0da8069 7549# Makefile fragments.
3e707e94
PB
7550for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7551do
7552 eval fragval=\$$frag
7553 if test $fragval != /dev/null; then
7554 eval $frag=${srcdir}/$fragval
7555 fi
7556done
a0da8069
NN
7557
7558
7559
7560
7561
7562# Miscellanea: directories, flags, etc.
7563
7564
7565
7566
7567
7568
7569
3bbd2f8f 7570
6a9cf61e 7571# Build module lists & subconfigure args.
a0da8069
NN
7572
7573
7574
be01d343
PB
7575# Host module lists & subconfigure args.
7576
7577
7578
911e63d0 7579
be01d343
PB
7580# Target module lists & subconfigure args.
7581
7582
7583
7584# Build tools.
7585
7586
7587
1576798e
PB
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
be01d343
PB
7602# Generate default definitions for YACC, M4, LEX and other programs that run
7603# on the build machine. These are used if the Makefile can't locate these
7604# programs in objdir.
7605MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7606
7607for ac_prog in 'bison -y' byacc yacc
7608do
c6b750e1 7609 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7610set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7612$as_echo_n "checking for $ac_word... " >&6; }
7613if test "${ac_cv_prog_YACC+set}" = set; then :
7614 $as_echo_n "(cached) " >&6
be01d343
PB
7615else
7616 if test -n "$YACC"; then
7617 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7618else
c6b750e1
DJ
7619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7620for as_dir in $PATH
7621do
7622 IFS=$as_save_IFS
7623 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7624 for ac_exec_ext in '' $ac_executable_extensions; do
7625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7626 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7628 break 2
7629 fi
7630done
81ecdfbb
RW
7631 done
7632IFS=$as_save_IFS
c6b750e1 7633
be01d343
PB
7634fi
7635fi
c6b750e1 7636YACC=$ac_cv_prog_YACC
be01d343 7637if test -n "$YACC"; then
81ecdfbb
RW
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7639$as_echo "$YACC" >&6; }
be01d343 7640else
81ecdfbb
RW
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7642$as_echo "no" >&6; }
be01d343
PB
7643fi
7644
81ecdfbb 7645
c6b750e1 7646 test -n "$YACC" && break
be01d343
PB
7647done
7648test -n "$YACC" || YACC="$MISSING bison -y"
7649
7650case " $build_configdirs " in
7651 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
be01d343
PB
7652esac
7653
7654for ac_prog in bison
7655do
c6b750e1 7656 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7657set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7659$as_echo_n "checking for $ac_word... " >&6; }
7660if test "${ac_cv_prog_BISON+set}" = set; then :
7661 $as_echo_n "(cached) " >&6
be01d343
PB
7662else
7663 if test -n "$BISON"; then
7664 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7665else
c6b750e1
DJ
7666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7667for as_dir in $PATH
7668do
7669 IFS=$as_save_IFS
7670 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7671 for ac_exec_ext in '' $ac_executable_extensions; do
7672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7673 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7675 break 2
7676 fi
7677done
81ecdfbb
RW
7678 done
7679IFS=$as_save_IFS
c6b750e1 7680
be01d343
PB
7681fi
7682fi
c6b750e1 7683BISON=$ac_cv_prog_BISON
be01d343 7684if test -n "$BISON"; then
81ecdfbb
RW
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7686$as_echo "$BISON" >&6; }
be01d343 7687else
81ecdfbb
RW
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7689$as_echo "no" >&6; }
be01d343
PB
7690fi
7691
81ecdfbb 7692
c6b750e1 7693 test -n "$BISON" && break
be01d343
PB
7694done
7695test -n "$BISON" || BISON="$MISSING bison"
7696
7697case " $build_configdirs " in
7698 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7699esac
7700
7701for ac_prog in gm4 gnum4 m4
7702do
c6b750e1 7703 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7704set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7706$as_echo_n "checking for $ac_word... " >&6; }
7707if test "${ac_cv_prog_M4+set}" = set; then :
7708 $as_echo_n "(cached) " >&6
be01d343
PB
7709else
7710 if test -n "$M4"; then
7711 ac_cv_prog_M4="$M4" # Let the user override the test.
7712else
c6b750e1
DJ
7713as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7714for as_dir in $PATH
7715do
7716 IFS=$as_save_IFS
7717 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7718 for ac_exec_ext in '' $ac_executable_extensions; do
7719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7720 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7722 break 2
7723 fi
7724done
81ecdfbb
RW
7725 done
7726IFS=$as_save_IFS
c6b750e1 7727
be01d343
PB
7728fi
7729fi
c6b750e1 7730M4=$ac_cv_prog_M4
be01d343 7731if test -n "$M4"; then
81ecdfbb
RW
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7733$as_echo "$M4" >&6; }
be01d343 7734else
81ecdfbb
RW
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7736$as_echo "no" >&6; }
be01d343
PB
7737fi
7738
81ecdfbb 7739
c6b750e1 7740 test -n "$M4" && break
be01d343
PB
7741done
7742test -n "$M4" || M4="$MISSING m4"
7743
7744case " $build_configdirs " in
7745 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7746esac
7747
7748for ac_prog in flex lex
7749do
c6b750e1 7750 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7751set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7753$as_echo_n "checking for $ac_word... " >&6; }
7754if test "${ac_cv_prog_LEX+set}" = set; then :
7755 $as_echo_n "(cached) " >&6
be01d343
PB
7756else
7757 if test -n "$LEX"; then
7758 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7759else
c6b750e1
DJ
7760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7761for as_dir in $PATH
7762do
7763 IFS=$as_save_IFS
7764 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7765 for ac_exec_ext in '' $ac_executable_extensions; do
7766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7767 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7769 break 2
7770 fi
7771done
81ecdfbb
RW
7772 done
7773IFS=$as_save_IFS
c6b750e1 7774
be01d343
PB
7775fi
7776fi
c6b750e1 7777LEX=$ac_cv_prog_LEX
be01d343 7778if test -n "$LEX"; then
81ecdfbb
RW
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7780$as_echo "$LEX" >&6; }
be01d343 7781else
81ecdfbb
RW
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7783$as_echo "no" >&6; }
be01d343
PB
7784fi
7785
81ecdfbb 7786
c6b750e1 7787 test -n "$LEX" && break
be01d343
PB
7788done
7789test -n "$LEX" || LEX="$MISSING flex"
7790
7791case " $build_configdirs " in
7792 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7793 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7794esac
7795
7796for ac_prog in flex
7797do
c6b750e1 7798 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7799set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7801$as_echo_n "checking for $ac_word... " >&6; }
7802if test "${ac_cv_prog_FLEX+set}" = set; then :
7803 $as_echo_n "(cached) " >&6
be01d343
PB
7804else
7805 if test -n "$FLEX"; then
7806 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7807else
c6b750e1
DJ
7808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7809for as_dir in $PATH
7810do
7811 IFS=$as_save_IFS
7812 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7813 for ac_exec_ext in '' $ac_executable_extensions; do
7814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7815 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7817 break 2
7818 fi
7819done
81ecdfbb
RW
7820 done
7821IFS=$as_save_IFS
c6b750e1 7822
be01d343
PB
7823fi
7824fi
c6b750e1 7825FLEX=$ac_cv_prog_FLEX
be01d343 7826if test -n "$FLEX"; then
81ecdfbb
RW
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7828$as_echo "$FLEX" >&6; }
be01d343 7829else
81ecdfbb
RW
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7831$as_echo "no" >&6; }
be01d343
PB
7832fi
7833
81ecdfbb 7834
c6b750e1 7835 test -n "$FLEX" && break
be01d343
PB
7836done
7837test -n "$FLEX" || FLEX="$MISSING flex"
7838
7839case " $build_configdirs " in
7840 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7841esac
7842
7843for ac_prog in makeinfo
7844do
c6b750e1 7845 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7846set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7848$as_echo_n "checking for $ac_word... " >&6; }
7849if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7850 $as_echo_n "(cached) " >&6
be01d343
PB
7851else
7852 if test -n "$MAKEINFO"; then
7853 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7854else
c6b750e1
DJ
7855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7856for as_dir in $PATH
7857do
7858 IFS=$as_save_IFS
7859 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7860 for ac_exec_ext in '' $ac_executable_extensions; do
7861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7862 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 7863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7864 break 2
7865 fi
7866done
81ecdfbb
RW
7867 done
7868IFS=$as_save_IFS
c6b750e1 7869
be01d343
PB
7870fi
7871fi
c6b750e1 7872MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 7873if test -n "$MAKEINFO"; then
81ecdfbb
RW
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7875$as_echo "$MAKEINFO" >&6; }
be01d343 7876else
81ecdfbb
RW
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7878$as_echo "no" >&6; }
be01d343
PB
7879fi
7880
81ecdfbb 7881
c6b750e1 7882 test -n "$MAKEINFO" && break
be01d343
PB
7883done
7884test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7885
7886case " $build_configdirs " in
7887 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7888 *)
7889
10ad8ef3 7890 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
7891 # higher, else we use the "missing" dummy.
7892 if ${MAKEINFO} --version \
10ad8ef3 7893 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
7894 :
7895 else
7896 MAKEINFO="$MISSING makeinfo"
7897 fi
7898 ;;
7899
7900esac
a0da8069 7901
be01d343 7902# FIXME: expect and dejagnu may become build tools?
a0da8069 7903
be01d343
PB
7904for ac_prog in expect
7905do
c6b750e1 7906 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7907set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7909$as_echo_n "checking for $ac_word... " >&6; }
7910if test "${ac_cv_prog_EXPECT+set}" = set; then :
7911 $as_echo_n "(cached) " >&6
be01d343
PB
7912else
7913 if test -n "$EXPECT"; then
7914 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7915else
c6b750e1
DJ
7916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7917for as_dir in $PATH
7918do
7919 IFS=$as_save_IFS
7920 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7921 for ac_exec_ext in '' $ac_executable_extensions; do
7922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7923 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 7924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7925 break 2
7926 fi
7927done
81ecdfbb
RW
7928 done
7929IFS=$as_save_IFS
c6b750e1 7930
be01d343
PB
7931fi
7932fi
c6b750e1 7933EXPECT=$ac_cv_prog_EXPECT
be01d343 7934if test -n "$EXPECT"; then
81ecdfbb
RW
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7936$as_echo "$EXPECT" >&6; }
be01d343 7937else
81ecdfbb
RW
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7939$as_echo "no" >&6; }
be01d343 7940fi
a0da8069 7941
81ecdfbb 7942
c6b750e1 7943 test -n "$EXPECT" && break
be01d343
PB
7944done
7945test -n "$EXPECT" || EXPECT="expect"
a0da8069 7946
be01d343
PB
7947case " $configdirs " in
7948 *" expect "*)
7949 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7950 ;;
7951esac
a0da8069 7952
be01d343
PB
7953for ac_prog in runtest
7954do
c6b750e1 7955 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7956set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7958$as_echo_n "checking for $ac_word... " >&6; }
7959if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7960 $as_echo_n "(cached) " >&6
be01d343
PB
7961else
7962 if test -n "$RUNTEST"; then
7963 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
7964else
c6b750e1
DJ
7965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7966for as_dir in $PATH
7967do
7968 IFS=$as_save_IFS
7969 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7970 for ac_exec_ext in '' $ac_executable_extensions; do
7971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7972 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 7973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7974 break 2
7975 fi
7976done
81ecdfbb
RW
7977 done
7978IFS=$as_save_IFS
c6b750e1 7979
be01d343
PB
7980fi
7981fi
c6b750e1 7982RUNTEST=$ac_cv_prog_RUNTEST
be01d343 7983if test -n "$RUNTEST"; then
81ecdfbb
RW
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7985$as_echo "$RUNTEST" >&6; }
be01d343 7986else
81ecdfbb
RW
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7988$as_echo "no" >&6; }
be01d343 7989fi
a0da8069 7990
81ecdfbb 7991
c6b750e1 7992 test -n "$RUNTEST" && break
be01d343
PB
7993done
7994test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 7995
be01d343
PB
7996case " $configdirs " in
7997 *" dejagnu "*)
6b89cc21 7998 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
7999 ;;
8000esac
a0da8069
NN
8001
8002
a0da8069 8003# Host tools.
859789af
AC
8004ncn_tool_prefix=
8005test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8006ncn_target_tool_prefix=
8007test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8008
9a819804
AO
8009
8010
8011if test -n "$AR"; then
8012 ac_cv_prog_AR=$AR
8013elif test -n "$ac_cv_prog_AR"; then
8014 AR=$ac_cv_prog_AR
8015fi
8016
8017if test -n "$ac_cv_prog_AR"; then
8018 for ncn_progname in ar; do
8019 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8020set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8022$as_echo_n "checking for $ac_word... " >&6; }
8023if test "${ac_cv_prog_AR+set}" = set; then :
8024 $as_echo_n "(cached) " >&6
9a819804
AO
8025else
8026 if test -n "$AR"; then
8027 ac_cv_prog_AR="$AR" # Let the user override the test.
8028else
8029as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8030for as_dir in $PATH
8031do
8032 IFS=$as_save_IFS
8033 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8034 for ac_exec_ext in '' $ac_executable_extensions; do
8035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8036 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8038 break 2
8039 fi
8040done
81ecdfbb
RW
8041 done
8042IFS=$as_save_IFS
9a819804
AO
8043
8044fi
8045fi
8046AR=$ac_cv_prog_AR
8047if test -n "$AR"; then
81ecdfbb
RW
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8049$as_echo "$AR" >&6; }
9a819804 8050else
81ecdfbb
RW
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8052$as_echo "no" >&6; }
9a819804
AO
8053fi
8054
81ecdfbb 8055
9a819804
AO
8056 done
8057fi
8058
8059for ncn_progname in ar; do
05cbd757
PB
8060 if test -n "$ncn_tool_prefix"; then
8061 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8062set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8064$as_echo_n "checking for $ac_word... " >&6; }
8065if test "${ac_cv_prog_AR+set}" = set; then :
8066 $as_echo_n "(cached) " >&6
859789af
AC
8067else
8068 if test -n "$AR"; then
8069 ac_cv_prog_AR="$AR" # Let the user override the test.
8070else
c6b750e1
DJ
8071as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8072for as_dir in $PATH
8073do
8074 IFS=$as_save_IFS
8075 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8076 for ac_exec_ext in '' $ac_executable_extensions; do
8077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8078 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8080 break 2
8081 fi
8082done
81ecdfbb
RW
8083 done
8084IFS=$as_save_IFS
c6b750e1 8085
859789af
AC
8086fi
8087fi
c6b750e1 8088AR=$ac_cv_prog_AR
859789af 8089if test -n "$AR"; then
81ecdfbb
RW
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8091$as_echo "$AR" >&6; }
859789af 8092else
81ecdfbb
RW
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8094$as_echo "no" >&6; }
859789af
AC
8095fi
8096
81ecdfbb 8097
05cbd757
PB
8098 fi
8099 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8100 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8101set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8103$as_echo_n "checking for $ac_word... " >&6; }
8104if test "${ac_cv_prog_AR+set}" = set; then :
8105 $as_echo_n "(cached) " >&6
859789af 8106else
05cbd757
PB
8107 if test -n "$AR"; then
8108 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8109else
c6b750e1
DJ
8110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8111for as_dir in $PATH
8112do
8113 IFS=$as_save_IFS
8114 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8115 for ac_exec_ext in '' $ac_executable_extensions; do
8116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8117 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8119 break 2
8120 fi
8121done
81ecdfbb
RW
8122 done
8123IFS=$as_save_IFS
c6b750e1 8124
859789af
AC
8125fi
8126fi
c6b750e1 8127AR=$ac_cv_prog_AR
05cbd757 8128if test -n "$AR"; then
81ecdfbb
RW
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8130$as_echo "$AR" >&6; }
859789af 8131else
81ecdfbb
RW
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8133$as_echo "no" >&6; }
859789af 8134fi
c6b750e1 8135
81ecdfbb 8136
05cbd757
PB
8137 fi
8138 test -n "$ac_cv_prog_AR" && break
8139done
8140
8141if test -z "$ac_cv_prog_AR" ; then
8142 set dummy ar
8143 if test $build = $host ; then
8144 AR="$2"
859789af 8145 else
05cbd757 8146 AR="${ncn_tool_prefix}$2"
859789af 8147 fi
859789af
AC
8148fi
8149
9a819804
AO
8150
8151
8152if test -n "$AS"; then
8153 ac_cv_prog_AS=$AS
8154elif test -n "$ac_cv_prog_AS"; then
8155 AS=$ac_cv_prog_AS
8156fi
8157
8158if test -n "$ac_cv_prog_AS"; then
8159 for ncn_progname in as; do
8160 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8161set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8163$as_echo_n "checking for $ac_word... " >&6; }
8164if test "${ac_cv_prog_AS+set}" = set; then :
8165 $as_echo_n "(cached) " >&6
9a819804
AO
8166else
8167 if test -n "$AS"; then
8168 ac_cv_prog_AS="$AS" # Let the user override the test.
8169else
8170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8171for as_dir in $PATH
8172do
8173 IFS=$as_save_IFS
8174 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8175 for ac_exec_ext in '' $ac_executable_extensions; do
8176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8177 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8179 break 2
8180 fi
8181done
81ecdfbb
RW
8182 done
8183IFS=$as_save_IFS
9a819804
AO
8184
8185fi
8186fi
8187AS=$ac_cv_prog_AS
8188if test -n "$AS"; then
81ecdfbb
RW
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8190$as_echo "$AS" >&6; }
9a819804 8191else
81ecdfbb
RW
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8193$as_echo "no" >&6; }
9a819804
AO
8194fi
8195
81ecdfbb 8196
9a819804
AO
8197 done
8198fi
8199
8200for ncn_progname in as; do
05cbd757
PB
8201 if test -n "$ncn_tool_prefix"; then
8202 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8203set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8205$as_echo_n "checking for $ac_word... " >&6; }
8206if test "${ac_cv_prog_AS+set}" = set; then :
8207 $as_echo_n "(cached) " >&6
859789af
AC
8208else
8209 if test -n "$AS"; then
8210 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8211else
8212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8213for as_dir in $PATH
8214do
8215 IFS=$as_save_IFS
8216 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8217 for ac_exec_ext in '' $ac_executable_extensions; do
8218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8219 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8221 break 2
8222 fi
8223done
81ecdfbb
RW
8224 done
8225IFS=$as_save_IFS
c6b750e1 8226
859789af
AC
8227fi
8228fi
c6b750e1 8229AS=$ac_cv_prog_AS
859789af 8230if test -n "$AS"; then
81ecdfbb
RW
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8232$as_echo "$AS" >&6; }
859789af 8233else
81ecdfbb
RW
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8235$as_echo "no" >&6; }
859789af
AC
8236fi
8237
81ecdfbb 8238
05cbd757
PB
8239 fi
8240 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8241 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8242set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8244$as_echo_n "checking for $ac_word... " >&6; }
8245if test "${ac_cv_prog_AS+set}" = set; then :
8246 $as_echo_n "(cached) " >&6
859789af 8247else
05cbd757
PB
8248 if test -n "$AS"; then
8249 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8250else
c6b750e1
DJ
8251as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8252for as_dir in $PATH
8253do
8254 IFS=$as_save_IFS
8255 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8256 for ac_exec_ext in '' $ac_executable_extensions; do
8257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8258 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8260 break 2
8261 fi
8262done
81ecdfbb
RW
8263 done
8264IFS=$as_save_IFS
c6b750e1 8265
859789af
AC
8266fi
8267fi
c6b750e1 8268AS=$ac_cv_prog_AS
05cbd757 8269if test -n "$AS"; then
81ecdfbb
RW
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8271$as_echo "$AS" >&6; }
859789af 8272else
81ecdfbb
RW
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8274$as_echo "no" >&6; }
859789af 8275fi
c6b750e1 8276
81ecdfbb 8277
05cbd757
PB
8278 fi
8279 test -n "$ac_cv_prog_AS" && break
8280done
8281
8282if test -z "$ac_cv_prog_AS" ; then
8283 set dummy as
8284 if test $build = $host ; then
8285 AS="$2"
859789af 8286 else
05cbd757 8287 AS="${ncn_tool_prefix}$2"
859789af 8288 fi
859789af
AC
8289fi
8290
9a819804
AO
8291
8292
8293if test -n "$DLLTOOL"; then
8294 ac_cv_prog_DLLTOOL=$DLLTOOL
8295elif test -n "$ac_cv_prog_DLLTOOL"; then
8296 DLLTOOL=$ac_cv_prog_DLLTOOL
8297fi
8298
8299if test -n "$ac_cv_prog_DLLTOOL"; then
8300 for ncn_progname in dlltool; do
8301 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8302set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8304$as_echo_n "checking for $ac_word... " >&6; }
8305if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8306 $as_echo_n "(cached) " >&6
9a819804
AO
8307else
8308 if test -n "$DLLTOOL"; then
8309 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8310else
8311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8312for as_dir in $PATH
8313do
8314 IFS=$as_save_IFS
8315 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8316 for ac_exec_ext in '' $ac_executable_extensions; do
8317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8318 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8320 break 2
8321 fi
8322done
81ecdfbb
RW
8323 done
8324IFS=$as_save_IFS
9a819804
AO
8325
8326fi
8327fi
8328DLLTOOL=$ac_cv_prog_DLLTOOL
8329if test -n "$DLLTOOL"; then
81ecdfbb
RW
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8331$as_echo "$DLLTOOL" >&6; }
9a819804 8332else
81ecdfbb
RW
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8334$as_echo "no" >&6; }
9a819804
AO
8335fi
8336
81ecdfbb 8337
9a819804
AO
8338 done
8339fi
8340
8341for ncn_progname in dlltool; do
05cbd757
PB
8342 if test -n "$ncn_tool_prefix"; then
8343 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8344set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8346$as_echo_n "checking for $ac_word... " >&6; }
8347if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8348 $as_echo_n "(cached) " >&6
859789af
AC
8349else
8350 if test -n "$DLLTOOL"; then
8351 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8352else
c6b750e1
DJ
8353as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8354for as_dir in $PATH
8355do
8356 IFS=$as_save_IFS
8357 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8358 for ac_exec_ext in '' $ac_executable_extensions; do
8359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8360 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8362 break 2
8363 fi
8364done
81ecdfbb
RW
8365 done
8366IFS=$as_save_IFS
c6b750e1 8367
859789af
AC
8368fi
8369fi
c6b750e1 8370DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8371if test -n "$DLLTOOL"; then
81ecdfbb
RW
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8373$as_echo "$DLLTOOL" >&6; }
859789af 8374else
81ecdfbb
RW
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8376$as_echo "no" >&6; }
859789af
AC
8377fi
8378
81ecdfbb 8379
05cbd757
PB
8380 fi
8381 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8382 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8383set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8385$as_echo_n "checking for $ac_word... " >&6; }
8386if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8387 $as_echo_n "(cached) " >&6
859789af 8388else
05cbd757
PB
8389 if test -n "$DLLTOOL"; then
8390 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8391else
c6b750e1
DJ
8392as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8393for as_dir in $PATH
8394do
8395 IFS=$as_save_IFS
8396 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8397 for ac_exec_ext in '' $ac_executable_extensions; do
8398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8399 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8401 break 2
8402 fi
8403done
81ecdfbb
RW
8404 done
8405IFS=$as_save_IFS
c6b750e1 8406
859789af
AC
8407fi
8408fi
c6b750e1 8409DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8410if test -n "$DLLTOOL"; then
81ecdfbb
RW
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8412$as_echo "$DLLTOOL" >&6; }
859789af 8413else
81ecdfbb
RW
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8415$as_echo "no" >&6; }
859789af 8416fi
c6b750e1 8417
81ecdfbb 8418
05cbd757
PB
8419 fi
8420 test -n "$ac_cv_prog_DLLTOOL" && break
8421done
8422
8423if test -z "$ac_cv_prog_DLLTOOL" ; then
8424 set dummy dlltool
8425 if test $build = $host ; then
8426 DLLTOOL="$2"
859789af 8427 else
05cbd757 8428 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8429 fi
859789af
AC
8430fi
8431
9a819804
AO
8432
8433
8434if test -n "$LD"; then
8435 ac_cv_prog_LD=$LD
8436elif test -n "$ac_cv_prog_LD"; then
8437 LD=$ac_cv_prog_LD
8438fi
8439
8440if test -n "$ac_cv_prog_LD"; then
8441 for ncn_progname in ld; do
8442 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8443set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8445$as_echo_n "checking for $ac_word... " >&6; }
8446if test "${ac_cv_prog_LD+set}" = set; then :
8447 $as_echo_n "(cached) " >&6
9a819804
AO
8448else
8449 if test -n "$LD"; then
8450 ac_cv_prog_LD="$LD" # Let the user override the test.
8451else
8452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8453for as_dir in $PATH
8454do
8455 IFS=$as_save_IFS
8456 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8457 for ac_exec_ext in '' $ac_executable_extensions; do
8458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8459 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8461 break 2
8462 fi
8463done
81ecdfbb
RW
8464 done
8465IFS=$as_save_IFS
9a819804
AO
8466
8467fi
8468fi
8469LD=$ac_cv_prog_LD
8470if test -n "$LD"; then
81ecdfbb
RW
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8472$as_echo "$LD" >&6; }
9a819804 8473else
81ecdfbb
RW
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8475$as_echo "no" >&6; }
9a819804
AO
8476fi
8477
81ecdfbb 8478
9a819804
AO
8479 done
8480fi
8481
8482for ncn_progname in ld; do
05cbd757
PB
8483 if test -n "$ncn_tool_prefix"; then
8484 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8485set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8487$as_echo_n "checking for $ac_word... " >&6; }
8488if test "${ac_cv_prog_LD+set}" = set; then :
8489 $as_echo_n "(cached) " >&6
859789af
AC
8490else
8491 if test -n "$LD"; then
8492 ac_cv_prog_LD="$LD" # Let the user override the test.
8493else
c6b750e1
DJ
8494as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8495for as_dir in $PATH
8496do
8497 IFS=$as_save_IFS
8498 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8499 for ac_exec_ext in '' $ac_executable_extensions; do
8500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8501 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8503 break 2
8504 fi
8505done
81ecdfbb
RW
8506 done
8507IFS=$as_save_IFS
c6b750e1 8508
859789af
AC
8509fi
8510fi
c6b750e1 8511LD=$ac_cv_prog_LD
859789af 8512if test -n "$LD"; then
81ecdfbb
RW
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8514$as_echo "$LD" >&6; }
859789af 8515else
81ecdfbb
RW
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8517$as_echo "no" >&6; }
859789af
AC
8518fi
8519
81ecdfbb 8520
05cbd757
PB
8521 fi
8522 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8523 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8524set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8526$as_echo_n "checking for $ac_word... " >&6; }
8527if test "${ac_cv_prog_LD+set}" = set; then :
8528 $as_echo_n "(cached) " >&6
859789af 8529else
05cbd757
PB
8530 if test -n "$LD"; then
8531 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8532else
c6b750e1
DJ
8533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8534for as_dir in $PATH
8535do
8536 IFS=$as_save_IFS
8537 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8538 for ac_exec_ext in '' $ac_executable_extensions; do
8539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8540 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8542 break 2
8543 fi
8544done
81ecdfbb
RW
8545 done
8546IFS=$as_save_IFS
c6b750e1 8547
859789af
AC
8548fi
8549fi
c6b750e1 8550LD=$ac_cv_prog_LD
05cbd757 8551if test -n "$LD"; then
81ecdfbb
RW
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8553$as_echo "$LD" >&6; }
859789af 8554else
81ecdfbb
RW
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8556$as_echo "no" >&6; }
859789af 8557fi
c6b750e1 8558
81ecdfbb 8559
05cbd757
PB
8560 fi
8561 test -n "$ac_cv_prog_LD" && break
8562done
8563
8564if test -z "$ac_cv_prog_LD" ; then
8565 set dummy ld
8566 if test $build = $host ; then
8567 LD="$2"
859789af 8568 else
05cbd757 8569 LD="${ncn_tool_prefix}$2"
859789af 8570 fi
859789af
AC
8571fi
8572
9a819804
AO
8573
8574
8575if test -n "$LIPO"; then
8576 ac_cv_prog_LIPO=$LIPO
8577elif test -n "$ac_cv_prog_LIPO"; then
8578 LIPO=$ac_cv_prog_LIPO
8579fi
8580
8581if test -n "$ac_cv_prog_LIPO"; then
8582 for ncn_progname in lipo; do
8583 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8584set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8586$as_echo_n "checking for $ac_word... " >&6; }
8587if test "${ac_cv_prog_LIPO+set}" = set; then :
8588 $as_echo_n "(cached) " >&6
9a819804
AO
8589else
8590 if test -n "$LIPO"; then
8591 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8592else
8593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8594for as_dir in $PATH
8595do
8596 IFS=$as_save_IFS
8597 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8598 for ac_exec_ext in '' $ac_executable_extensions; do
8599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8600 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8602 break 2
8603 fi
8604done
81ecdfbb
RW
8605 done
8606IFS=$as_save_IFS
9a819804
AO
8607
8608fi
8609fi
8610LIPO=$ac_cv_prog_LIPO
8611if test -n "$LIPO"; then
81ecdfbb
RW
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8613$as_echo "$LIPO" >&6; }
9a819804 8614else
81ecdfbb
RW
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8616$as_echo "no" >&6; }
9a819804
AO
8617fi
8618
81ecdfbb 8619
9a819804
AO
8620 done
8621fi
8622
8623for ncn_progname in lipo; do
be01d343
PB
8624 if test -n "$ncn_tool_prefix"; then
8625 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8626set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8628$as_echo_n "checking for $ac_word... " >&6; }
8629if test "${ac_cv_prog_LIPO+set}" = set; then :
8630 $as_echo_n "(cached) " >&6
be01d343
PB
8631else
8632 if test -n "$LIPO"; then
8633 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8634else
c6b750e1
DJ
8635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8636for as_dir in $PATH
8637do
8638 IFS=$as_save_IFS
8639 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8640 for ac_exec_ext in '' $ac_executable_extensions; do
8641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8642 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8644 break 2
8645 fi
8646done
81ecdfbb
RW
8647 done
8648IFS=$as_save_IFS
c6b750e1 8649
be01d343
PB
8650fi
8651fi
c6b750e1 8652LIPO=$ac_cv_prog_LIPO
be01d343 8653if test -n "$LIPO"; then
81ecdfbb
RW
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8655$as_echo "$LIPO" >&6; }
be01d343 8656else
81ecdfbb
RW
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8658$as_echo "no" >&6; }
be01d343
PB
8659fi
8660
81ecdfbb 8661
be01d343
PB
8662 fi
8663 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8665set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8667$as_echo_n "checking for $ac_word... " >&6; }
8668if test "${ac_cv_prog_LIPO+set}" = set; then :
8669 $as_echo_n "(cached) " >&6
be01d343
PB
8670else
8671 if test -n "$LIPO"; then
8672 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8673else
c6b750e1
DJ
8674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8675for as_dir in $PATH
8676do
8677 IFS=$as_save_IFS
8678 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8679 for ac_exec_ext in '' $ac_executable_extensions; do
8680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8681 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8683 break 2
8684 fi
8685done
81ecdfbb
RW
8686 done
8687IFS=$as_save_IFS
c6b750e1 8688
be01d343
PB
8689fi
8690fi
c6b750e1 8691LIPO=$ac_cv_prog_LIPO
be01d343 8692if test -n "$LIPO"; then
81ecdfbb
RW
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8694$as_echo "$LIPO" >&6; }
be01d343 8695else
81ecdfbb
RW
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8697$as_echo "no" >&6; }
be01d343 8698fi
c6b750e1 8699
81ecdfbb 8700
be01d343
PB
8701 fi
8702 test -n "$ac_cv_prog_LIPO" && break
8703done
8704
8705if test -z "$ac_cv_prog_LIPO" ; then
8706 set dummy lipo
8707 if test $build = $host ; then
8708 LIPO="$2"
8709 else
8710 LIPO="${ncn_tool_prefix}$2"
8711 fi
8712fi
8713
9a819804
AO
8714
8715
8716if test -n "$NM"; then
8717 ac_cv_prog_NM=$NM
8718elif test -n "$ac_cv_prog_NM"; then
8719 NM=$ac_cv_prog_NM
8720fi
8721
8722if test -n "$ac_cv_prog_NM"; then
8723 for ncn_progname in nm; do
8724 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8725set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8727$as_echo_n "checking for $ac_word... " >&6; }
8728if test "${ac_cv_prog_NM+set}" = set; then :
8729 $as_echo_n "(cached) " >&6
859789af
AC
8730else
8731 if test -n "$NM"; then
8732 ac_cv_prog_NM="$NM" # Let the user override the test.
8733else
c6b750e1
DJ
8734as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8735for as_dir in $PATH
8736do
8737 IFS=$as_save_IFS
8738 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8739 for ac_exec_ext in '' $ac_executable_extensions; do
8740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8741 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8743 break 2
8744 fi
8745done
81ecdfbb
RW
8746 done
8747IFS=$as_save_IFS
c6b750e1 8748
859789af
AC
8749fi
8750fi
c6b750e1 8751NM=$ac_cv_prog_NM
859789af 8752if test -n "$NM"; then
81ecdfbb
RW
8753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8754$as_echo "$NM" >&6; }
859789af 8755else
81ecdfbb
RW
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8757$as_echo "no" >&6; }
859789af
AC
8758fi
8759
81ecdfbb 8760
9a819804
AO
8761 done
8762fi
8763
8764for ncn_progname in nm; do
8765 if test -n "$ncn_tool_prefix"; then
8766 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8767set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8769$as_echo_n "checking for $ac_word... " >&6; }
8770if test "${ac_cv_prog_NM+set}" = set; then :
8771 $as_echo_n "(cached) " >&6
859789af 8772else
05cbd757
PB
8773 if test -n "$NM"; then
8774 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8775else
c6b750e1
DJ
8776as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8777for as_dir in $PATH
8778do
8779 IFS=$as_save_IFS
8780 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8781 for ac_exec_ext in '' $ac_executable_extensions; do
8782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8783 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8785 break 2
8786 fi
8787done
81ecdfbb
RW
8788 done
8789IFS=$as_save_IFS
c6b750e1 8790
859789af
AC
8791fi
8792fi
c6b750e1 8793NM=$ac_cv_prog_NM
05cbd757 8794if test -n "$NM"; then
81ecdfbb
RW
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8796$as_echo "$NM" >&6; }
859789af 8797else
81ecdfbb
RW
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8799$as_echo "no" >&6; }
859789af 8800fi
c6b750e1 8801
81ecdfbb 8802
05cbd757 8803 fi
9a819804
AO
8804 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8805 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8806set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8808$as_echo_n "checking for $ac_word... " >&6; }
8809if test "${ac_cv_prog_NM+set}" = set; then :
8810 $as_echo_n "(cached) " >&6
9a819804
AO
8811else
8812 if test -n "$NM"; then
8813 ac_cv_prog_NM="$NM" # Let the user override the test.
8814else
8815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8816for as_dir in $PATH
8817do
8818 IFS=$as_save_IFS
8819 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8820 for ac_exec_ext in '' $ac_executable_extensions; do
8821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8822 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8824 break 2
8825 fi
8826done
81ecdfbb
RW
8827 done
8828IFS=$as_save_IFS
9a819804
AO
8829
8830fi
8831fi
8832NM=$ac_cv_prog_NM
8833if test -n "$NM"; then
81ecdfbb
RW
8834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8835$as_echo "$NM" >&6; }
9a819804 8836else
81ecdfbb
RW
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8838$as_echo "no" >&6; }
9a819804
AO
8839fi
8840
81ecdfbb 8841
9a819804
AO
8842 fi
8843 test -n "$ac_cv_prog_NM" && break
8844done
8845
8846if test -z "$ac_cv_prog_NM" ; then
8847 set dummy nm
8848 if test $build = $host ; then
8849 NM="$2"
8850 else
8851 NM="${ncn_tool_prefix}$2"
8852 fi
8853fi
8854
8855
8856
8857if test -n "$RANLIB"; then
8858 ac_cv_prog_RANLIB=$RANLIB
8859elif test -n "$ac_cv_prog_RANLIB"; then
8860 RANLIB=$ac_cv_prog_RANLIB
8861fi
8862
8863if test -n "$ac_cv_prog_RANLIB"; then
8864 for ncn_progname in ranlib; do
8865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8866set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8868$as_echo_n "checking for $ac_word... " >&6; }
8869if test "${ac_cv_prog_RANLIB+set}" = set; then :
8870 $as_echo_n "(cached) " >&6
9a819804
AO
8871else
8872 if test -n "$RANLIB"; then
8873 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8874else
8875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8876for as_dir in $PATH
8877do
8878 IFS=$as_save_IFS
8879 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8880 for ac_exec_ext in '' $ac_executable_extensions; do
8881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8882 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8884 break 2
8885 fi
8886done
81ecdfbb
RW
8887 done
8888IFS=$as_save_IFS
9a819804
AO
8889
8890fi
8891fi
8892RANLIB=$ac_cv_prog_RANLIB
8893if test -n "$RANLIB"; then
81ecdfbb
RW
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8895$as_echo "$RANLIB" >&6; }
9a819804 8896else
81ecdfbb
RW
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8898$as_echo "no" >&6; }
9a819804
AO
8899fi
8900
81ecdfbb 8901
9a819804
AO
8902 done
8903fi
859789af 8904
9a819804 8905for ncn_progname in ranlib; do
05cbd757
PB
8906 if test -n "$ncn_tool_prefix"; then
8907 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8908set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8910$as_echo_n "checking for $ac_word... " >&6; }
8911if test "${ac_cv_prog_RANLIB+set}" = set; then :
8912 $as_echo_n "(cached) " >&6
859789af
AC
8913else
8914 if test -n "$RANLIB"; then
8915 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8916else
c6b750e1
DJ
8917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8918for as_dir in $PATH
8919do
8920 IFS=$as_save_IFS
8921 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8922 for ac_exec_ext in '' $ac_executable_extensions; do
8923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8924 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8926 break 2
8927 fi
8928done
81ecdfbb
RW
8929 done
8930IFS=$as_save_IFS
c6b750e1 8931
859789af
AC
8932fi
8933fi
c6b750e1 8934RANLIB=$ac_cv_prog_RANLIB
859789af 8935if test -n "$RANLIB"; then
81ecdfbb
RW
8936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8937$as_echo "$RANLIB" >&6; }
859789af 8938else
81ecdfbb
RW
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8940$as_echo "no" >&6; }
859789af
AC
8941fi
8942
81ecdfbb 8943
05cbd757
PB
8944 fi
8945 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8946 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8947set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8949$as_echo_n "checking for $ac_word... " >&6; }
8950if test "${ac_cv_prog_RANLIB+set}" = set; then :
8951 $as_echo_n "(cached) " >&6
859789af 8952else
05cbd757
PB
8953 if test -n "$RANLIB"; then
8954 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 8955else
c6b750e1
DJ
8956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8957for as_dir in $PATH
8958do
8959 IFS=$as_save_IFS
8960 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8961 for ac_exec_ext in '' $ac_executable_extensions; do
8962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8963 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8965 break 2
8966 fi
8967done
81ecdfbb
RW
8968 done
8969IFS=$as_save_IFS
c6b750e1 8970
859789af
AC
8971fi
8972fi
c6b750e1 8973RANLIB=$ac_cv_prog_RANLIB
05cbd757 8974if test -n "$RANLIB"; then
81ecdfbb
RW
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8976$as_echo "$RANLIB" >&6; }
859789af 8977else
81ecdfbb
RW
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8979$as_echo "no" >&6; }
859789af 8980fi
c6b750e1 8981
81ecdfbb 8982
859789af 8983 fi
05cbd757
PB
8984 test -n "$ac_cv_prog_RANLIB" && break
8985done
8986
8987if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 8988 RANLIB="true"
859789af
AC
8989fi
8990
9a819804
AO
8991
8992
8993if test -n "$STRIP"; then
8994 ac_cv_prog_STRIP=$STRIP
8995elif test -n "$ac_cv_prog_STRIP"; then
8996 STRIP=$ac_cv_prog_STRIP
8997fi
8998
8999if test -n "$ac_cv_prog_STRIP"; then
9000 for ncn_progname in strip; do
9001 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9002set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9004$as_echo_n "checking for $ac_word... " >&6; }
9005if test "${ac_cv_prog_STRIP+set}" = set; then :
9006 $as_echo_n "(cached) " >&6
9a819804
AO
9007else
9008 if test -n "$STRIP"; then
9009 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9010else
9011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9012for as_dir in $PATH
9013do
9014 IFS=$as_save_IFS
9015 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9016 for ac_exec_ext in '' $ac_executable_extensions; do
9017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9018 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9020 break 2
9021 fi
9022done
81ecdfbb
RW
9023 done
9024IFS=$as_save_IFS
9a819804
AO
9025
9026fi
9027fi
9028STRIP=$ac_cv_prog_STRIP
9029if test -n "$STRIP"; then
81ecdfbb
RW
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9031$as_echo "$STRIP" >&6; }
9a819804 9032else
81ecdfbb
RW
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9034$as_echo "no" >&6; }
9a819804
AO
9035fi
9036
81ecdfbb 9037
9a819804
AO
9038 done
9039fi
9040
9041for ncn_progname in strip; do
be01d343
PB
9042 if test -n "$ncn_tool_prefix"; then
9043 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9044set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9046$as_echo_n "checking for $ac_word... " >&6; }
9047if test "${ac_cv_prog_STRIP+set}" = set; then :
9048 $as_echo_n "(cached) " >&6
be01d343
PB
9049else
9050 if test -n "$STRIP"; then
9051 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9052else
c6b750e1
DJ
9053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9054for as_dir in $PATH
9055do
9056 IFS=$as_save_IFS
9057 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9058 for ac_exec_ext in '' $ac_executable_extensions; do
9059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9060 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9062 break 2
9063 fi
9064done
81ecdfbb
RW
9065 done
9066IFS=$as_save_IFS
c6b750e1 9067
be01d343
PB
9068fi
9069fi
c6b750e1 9070STRIP=$ac_cv_prog_STRIP
be01d343 9071if test -n "$STRIP"; then
81ecdfbb
RW
9072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9073$as_echo "$STRIP" >&6; }
be01d343 9074else
81ecdfbb
RW
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9076$as_echo "no" >&6; }
be01d343
PB
9077fi
9078
81ecdfbb 9079
be01d343
PB
9080 fi
9081 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9082 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9083set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9085$as_echo_n "checking for $ac_word... " >&6; }
9086if test "${ac_cv_prog_STRIP+set}" = set; then :
9087 $as_echo_n "(cached) " >&6
be01d343
PB
9088else
9089 if test -n "$STRIP"; then
9090 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9091else
c6b750e1
DJ
9092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9093for as_dir in $PATH
9094do
9095 IFS=$as_save_IFS
9096 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9097 for ac_exec_ext in '' $ac_executable_extensions; do
9098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9099 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9101 break 2
9102 fi
9103done
81ecdfbb
RW
9104 done
9105IFS=$as_save_IFS
c6b750e1 9106
be01d343
PB
9107fi
9108fi
c6b750e1 9109STRIP=$ac_cv_prog_STRIP
be01d343 9110if test -n "$STRIP"; then
81ecdfbb
RW
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9112$as_echo "$STRIP" >&6; }
be01d343 9113else
81ecdfbb
RW
9114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9115$as_echo "no" >&6; }
be01d343 9116fi
c6b750e1 9117
81ecdfbb 9118
be01d343
PB
9119 fi
9120 test -n "$ac_cv_prog_STRIP" && break
9121done
9122
9123if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9124 STRIP="true"
be01d343
PB
9125fi
9126
9a819804
AO
9127
9128
9129if test -n "$WINDRES"; then
9130 ac_cv_prog_WINDRES=$WINDRES
9131elif test -n "$ac_cv_prog_WINDRES"; then
9132 WINDRES=$ac_cv_prog_WINDRES
9133fi
9134
9135if test -n "$ac_cv_prog_WINDRES"; then
9136 for ncn_progname in windres; do
9137 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9138set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9140$as_echo_n "checking for $ac_word... " >&6; }
9141if test "${ac_cv_prog_WINDRES+set}" = set; then :
9142 $as_echo_n "(cached) " >&6
9a819804
AO
9143else
9144 if test -n "$WINDRES"; then
9145 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9146else
9147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9148for as_dir in $PATH
9149do
9150 IFS=$as_save_IFS
9151 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9152 for ac_exec_ext in '' $ac_executable_extensions; do
9153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9154 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9156 break 2
9157 fi
9158done
81ecdfbb
RW
9159 done
9160IFS=$as_save_IFS
9a819804
AO
9161
9162fi
9163fi
9164WINDRES=$ac_cv_prog_WINDRES
9165if test -n "$WINDRES"; then
81ecdfbb
RW
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9167$as_echo "$WINDRES" >&6; }
9a819804 9168else
81ecdfbb
RW
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9170$as_echo "no" >&6; }
9a819804
AO
9171fi
9172
81ecdfbb 9173
9a819804
AO
9174 done
9175fi
9176
9177for ncn_progname in windres; do
05cbd757
PB
9178 if test -n "$ncn_tool_prefix"; then
9179 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9180set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9182$as_echo_n "checking for $ac_word... " >&6; }
9183if test "${ac_cv_prog_WINDRES+set}" = set; then :
9184 $as_echo_n "(cached) " >&6
859789af
AC
9185else
9186 if test -n "$WINDRES"; then
9187 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9188else
c6b750e1
DJ
9189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9190for as_dir in $PATH
9191do
9192 IFS=$as_save_IFS
9193 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9194 for ac_exec_ext in '' $ac_executable_extensions; do
9195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9196 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9198 break 2
9199 fi
9200done
81ecdfbb
RW
9201 done
9202IFS=$as_save_IFS
c6b750e1 9203
859789af
AC
9204fi
9205fi
c6b750e1 9206WINDRES=$ac_cv_prog_WINDRES
859789af 9207if test -n "$WINDRES"; then
81ecdfbb
RW
9208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9209$as_echo "$WINDRES" >&6; }
859789af 9210else
81ecdfbb
RW
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9212$as_echo "no" >&6; }
859789af
AC
9213fi
9214
81ecdfbb 9215
05cbd757
PB
9216 fi
9217 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9218 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9219set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9221$as_echo_n "checking for $ac_word... " >&6; }
9222if test "${ac_cv_prog_WINDRES+set}" = set; then :
9223 $as_echo_n "(cached) " >&6
859789af 9224else
05cbd757
PB
9225 if test -n "$WINDRES"; then
9226 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9227else
c6b750e1
DJ
9228as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9229for as_dir in $PATH
9230do
9231 IFS=$as_save_IFS
9232 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9233 for ac_exec_ext in '' $ac_executable_extensions; do
9234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9235 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9237 break 2
9238 fi
9239done
81ecdfbb
RW
9240 done
9241IFS=$as_save_IFS
c6b750e1 9242
859789af
AC
9243fi
9244fi
c6b750e1 9245WINDRES=$ac_cv_prog_WINDRES
05cbd757 9246if test -n "$WINDRES"; then
81ecdfbb
RW
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9248$as_echo "$WINDRES" >&6; }
859789af 9249else
81ecdfbb
RW
9250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9251$as_echo "no" >&6; }
859789af 9252fi
c6b750e1 9253
81ecdfbb 9254
05cbd757
PB
9255 fi
9256 test -n "$ac_cv_prog_WINDRES" && break
9257done
9258
9259if test -z "$ac_cv_prog_WINDRES" ; then
9260 set dummy windres
9261 if test $build = $host ; then
9262 WINDRES="$2"
859789af 9263 else
05cbd757 9264 WINDRES="${ncn_tool_prefix}$2"
859789af 9265 fi
859789af
AC
9266fi
9267
9a819804
AO
9268
9269
0c24b341
NC
9270if test -n "$WINDMC"; then
9271 ac_cv_prog_WINDMC=$WINDMC
9272elif test -n "$ac_cv_prog_WINDMC"; then
9273 WINDMC=$ac_cv_prog_WINDMC
9274fi
9275
9276if test -n "$ac_cv_prog_WINDMC"; then
9277 for ncn_progname in windmc; do
9278 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9279set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9281$as_echo_n "checking for $ac_word... " >&6; }
9282if test "${ac_cv_prog_WINDMC+set}" = set; then :
9283 $as_echo_n "(cached) " >&6
0c24b341
NC
9284else
9285 if test -n "$WINDMC"; then
9286 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9287else
9288as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9289for as_dir in $PATH
9290do
9291 IFS=$as_save_IFS
9292 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9293 for ac_exec_ext in '' $ac_executable_extensions; do
9294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9295 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9297 break 2
9298 fi
9299done
81ecdfbb
RW
9300 done
9301IFS=$as_save_IFS
0c24b341
NC
9302
9303fi
9304fi
9305WINDMC=$ac_cv_prog_WINDMC
9306if test -n "$WINDMC"; then
81ecdfbb
RW
9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9308$as_echo "$WINDMC" >&6; }
0c24b341 9309else
81ecdfbb
RW
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9311$as_echo "no" >&6; }
0c24b341
NC
9312fi
9313
81ecdfbb 9314
0c24b341
NC
9315 done
9316fi
9317
9318for ncn_progname in windmc; do
9319 if test -n "$ncn_tool_prefix"; then
9320 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9321set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9323$as_echo_n "checking for $ac_word... " >&6; }
9324if test "${ac_cv_prog_WINDMC+set}" = set; then :
9325 $as_echo_n "(cached) " >&6
0c24b341
NC
9326else
9327 if test -n "$WINDMC"; then
9328 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9329else
9330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9331for as_dir in $PATH
9332do
9333 IFS=$as_save_IFS
9334 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9335 for ac_exec_ext in '' $ac_executable_extensions; do
9336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9337 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9339 break 2
9340 fi
9341done
81ecdfbb
RW
9342 done
9343IFS=$as_save_IFS
0c24b341
NC
9344
9345fi
9346fi
9347WINDMC=$ac_cv_prog_WINDMC
9348if test -n "$WINDMC"; then
81ecdfbb
RW
9349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9350$as_echo "$WINDMC" >&6; }
0c24b341 9351else
81ecdfbb
RW
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9353$as_echo "no" >&6; }
0c24b341
NC
9354fi
9355
81ecdfbb 9356
0c24b341
NC
9357 fi
9358 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9359 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9360set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9362$as_echo_n "checking for $ac_word... " >&6; }
9363if test "${ac_cv_prog_WINDMC+set}" = set; then :
9364 $as_echo_n "(cached) " >&6
0c24b341
NC
9365else
9366 if test -n "$WINDMC"; then
9367 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9368else
9369as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9370for as_dir in $PATH
9371do
9372 IFS=$as_save_IFS
9373 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9374 for ac_exec_ext in '' $ac_executable_extensions; do
9375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9376 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9378 break 2
9379 fi
9380done
81ecdfbb
RW
9381 done
9382IFS=$as_save_IFS
0c24b341
NC
9383
9384fi
9385fi
9386WINDMC=$ac_cv_prog_WINDMC
9387if test -n "$WINDMC"; then
81ecdfbb
RW
9388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9389$as_echo "$WINDMC" >&6; }
0c24b341 9390else
81ecdfbb
RW
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9392$as_echo "no" >&6; }
0c24b341
NC
9393fi
9394
81ecdfbb 9395
0c24b341
NC
9396 fi
9397 test -n "$ac_cv_prog_WINDMC" && break
9398done
9399
9400if test -z "$ac_cv_prog_WINDMC" ; then
9401 set dummy windmc
9402 if test $build = $host ; then
9403 WINDMC="$2"
9404 else
9405 WINDMC="${ncn_tool_prefix}$2"
9406 fi
9407fi
9408
9409
9410
9a819804
AO
9411if test -n "$OBJCOPY"; then
9412 ac_cv_prog_OBJCOPY=$OBJCOPY
9413elif test -n "$ac_cv_prog_OBJCOPY"; then
9414 OBJCOPY=$ac_cv_prog_OBJCOPY
9415fi
9416
9417if test -n "$ac_cv_prog_OBJCOPY"; then
9418 for ncn_progname in objcopy; do
9419 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9420set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9422$as_echo_n "checking for $ac_word... " >&6; }
9423if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9424 $as_echo_n "(cached) " >&6
9a819804
AO
9425else
9426 if test -n "$OBJCOPY"; then
9427 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9428else
9429as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9430for as_dir in $PATH
9431do
9432 IFS=$as_save_IFS
9433 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9434 for ac_exec_ext in '' $ac_executable_extensions; do
9435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9436 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9438 break 2
9439 fi
9440done
81ecdfbb
RW
9441 done
9442IFS=$as_save_IFS
9a819804
AO
9443
9444fi
9445fi
9446OBJCOPY=$ac_cv_prog_OBJCOPY
9447if test -n "$OBJCOPY"; then
81ecdfbb
RW
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9449$as_echo "$OBJCOPY" >&6; }
9a819804 9450else
81ecdfbb
RW
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9452$as_echo "no" >&6; }
9a819804
AO
9453fi
9454
81ecdfbb 9455
9a819804
AO
9456 done
9457fi
9458
9459for ncn_progname in objcopy; do
05cbd757
PB
9460 if test -n "$ncn_tool_prefix"; then
9461 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9462set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9463{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9464$as_echo_n "checking for $ac_word... " >&6; }
9465if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9466 $as_echo_n "(cached) " >&6
859789af
AC
9467else
9468 if test -n "$OBJCOPY"; then
9469 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9470else
c6b750e1
DJ
9471as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9472for as_dir in $PATH
9473do
9474 IFS=$as_save_IFS
9475 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9476 for ac_exec_ext in '' $ac_executable_extensions; do
9477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9478 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9480 break 2
9481 fi
9482done
81ecdfbb
RW
9483 done
9484IFS=$as_save_IFS
c6b750e1 9485
859789af
AC
9486fi
9487fi
c6b750e1 9488OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9489if test -n "$OBJCOPY"; then
81ecdfbb
RW
9490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9491$as_echo "$OBJCOPY" >&6; }
859789af 9492else
81ecdfbb
RW
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9494$as_echo "no" >&6; }
859789af
AC
9495fi
9496
81ecdfbb 9497
05cbd757
PB
9498 fi
9499 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9500 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9501set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9503$as_echo_n "checking for $ac_word... " >&6; }
9504if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9505 $as_echo_n "(cached) " >&6
859789af 9506else
05cbd757
PB
9507 if test -n "$OBJCOPY"; then
9508 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9509else
c6b750e1
DJ
9510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9511for as_dir in $PATH
9512do
9513 IFS=$as_save_IFS
9514 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9515 for ac_exec_ext in '' $ac_executable_extensions; do
9516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9517 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9519 break 2
9520 fi
9521done
81ecdfbb
RW
9522 done
9523IFS=$as_save_IFS
c6b750e1 9524
859789af
AC
9525fi
9526fi
c6b750e1 9527OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9528if test -n "$OBJCOPY"; then
81ecdfbb
RW
9529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9530$as_echo "$OBJCOPY" >&6; }
859789af 9531else
81ecdfbb
RW
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9533$as_echo "no" >&6; }
859789af 9534fi
c6b750e1 9535
81ecdfbb 9536
05cbd757
PB
9537 fi
9538 test -n "$ac_cv_prog_OBJCOPY" && break
9539done
9540
9541if test -z "$ac_cv_prog_OBJCOPY" ; then
9542 set dummy objcopy
9543 if test $build = $host ; then
9544 OBJCOPY="$2"
859789af 9545 else
05cbd757 9546 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9547 fi
859789af
AC
9548fi
9549
9a819804
AO
9550
9551
9552if test -n "$OBJDUMP"; then
9553 ac_cv_prog_OBJDUMP=$OBJDUMP
9554elif test -n "$ac_cv_prog_OBJDUMP"; then
9555 OBJDUMP=$ac_cv_prog_OBJDUMP
9556fi
9557
9558if test -n "$ac_cv_prog_OBJDUMP"; then
9559 for ncn_progname in objdump; do
9560 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9561set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9563$as_echo_n "checking for $ac_word... " >&6; }
9564if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9565 $as_echo_n "(cached) " >&6
9a819804
AO
9566else
9567 if test -n "$OBJDUMP"; then
9568 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9569else
9570as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9571for as_dir in $PATH
9572do
9573 IFS=$as_save_IFS
9574 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9575 for ac_exec_ext in '' $ac_executable_extensions; do
9576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9577 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9579 break 2
9580 fi
9581done
81ecdfbb
RW
9582 done
9583IFS=$as_save_IFS
9a819804
AO
9584
9585fi
9586fi
9587OBJDUMP=$ac_cv_prog_OBJDUMP
9588if test -n "$OBJDUMP"; then
81ecdfbb
RW
9589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9590$as_echo "$OBJDUMP" >&6; }
9a819804 9591else
81ecdfbb
RW
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9593$as_echo "no" >&6; }
9a819804
AO
9594fi
9595
81ecdfbb 9596
9a819804
AO
9597 done
9598fi
9599
9600for ncn_progname in objdump; do
05cbd757
PB
9601 if test -n "$ncn_tool_prefix"; then
9602 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9603set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9605$as_echo_n "checking for $ac_word... " >&6; }
9606if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9607 $as_echo_n "(cached) " >&6
859789af
AC
9608else
9609 if test -n "$OBJDUMP"; then
9610 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9611else
c6b750e1
DJ
9612as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9613for as_dir in $PATH
9614do
9615 IFS=$as_save_IFS
9616 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9617 for ac_exec_ext in '' $ac_executable_extensions; do
9618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9619 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9621 break 2
9622 fi
9623done
81ecdfbb
RW
9624 done
9625IFS=$as_save_IFS
c6b750e1 9626
859789af
AC
9627fi
9628fi
c6b750e1 9629OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9630if test -n "$OBJDUMP"; then
81ecdfbb
RW
9631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9632$as_echo "$OBJDUMP" >&6; }
859789af 9633else
81ecdfbb
RW
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9635$as_echo "no" >&6; }
859789af
AC
9636fi
9637
81ecdfbb 9638
05cbd757
PB
9639 fi
9640 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9641 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9642set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9644$as_echo_n "checking for $ac_word... " >&6; }
9645if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9646 $as_echo_n "(cached) " >&6
859789af 9647else
05cbd757
PB
9648 if test -n "$OBJDUMP"; then
9649 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9650else
c6b750e1
DJ
9651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9652for as_dir in $PATH
9653do
9654 IFS=$as_save_IFS
9655 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9656 for ac_exec_ext in '' $ac_executable_extensions; do
9657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9658 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9660 break 2
9661 fi
9662done
81ecdfbb
RW
9663 done
9664IFS=$as_save_IFS
c6b750e1 9665
859789af
AC
9666fi
9667fi
c6b750e1 9668OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9669if test -n "$OBJDUMP"; then
81ecdfbb
RW
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9671$as_echo "$OBJDUMP" >&6; }
859789af 9672else
81ecdfbb
RW
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9674$as_echo "no" >&6; }
859789af 9675fi
c6b750e1 9676
81ecdfbb 9677
05cbd757
PB
9678 fi
9679 test -n "$ac_cv_prog_OBJDUMP" && break
9680done
9681
9682if test -z "$ac_cv_prog_OBJDUMP" ; then
9683 set dummy objdump
9684 if test $build = $host ; then
9685 OBJDUMP="$2"
859789af 9686 else
05cbd757 9687 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9688 fi
859789af
AC
9689fi
9690
a0da8069
NN
9691
9692
b121d7d4
DD
9693if test -n "$READELF"; then
9694 ac_cv_prog_READELF=$READELF
9695elif test -n "$ac_cv_prog_READELF"; then
9696 READELF=$ac_cv_prog_READELF
9697fi
9698
9699if test -n "$ac_cv_prog_READELF"; then
9700 for ncn_progname in readelf; do
9701 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9702set dummy ${ncn_progname}; ac_word=$2
9703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9704$as_echo_n "checking for $ac_word... " >&6; }
9705if test "${ac_cv_prog_READELF+set}" = set; then :
9706 $as_echo_n "(cached) " >&6
9707else
9708 if test -n "$READELF"; then
9709 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9710else
9711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9712for as_dir in $PATH
9713do
9714 IFS=$as_save_IFS
9715 test -z "$as_dir" && as_dir=.
9716 for ac_exec_ext in '' $ac_executable_extensions; do
9717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9718 ac_cv_prog_READELF="${ncn_progname}"
9719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9720 break 2
9721 fi
9722done
9723 done
9724IFS=$as_save_IFS
9725
9726fi
9727fi
9728READELF=$ac_cv_prog_READELF
9729if test -n "$READELF"; then
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9731$as_echo "$READELF" >&6; }
9732else
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9734$as_echo "no" >&6; }
9735fi
9736
9737
9738 done
9739fi
9740
9741for ncn_progname in readelf; do
9742 if test -n "$ncn_tool_prefix"; then
9743 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9744set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9746$as_echo_n "checking for $ac_word... " >&6; }
9747if test "${ac_cv_prog_READELF+set}" = set; then :
9748 $as_echo_n "(cached) " >&6
9749else
9750 if test -n "$READELF"; then
9751 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9752else
9753as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9754for as_dir in $PATH
9755do
9756 IFS=$as_save_IFS
9757 test -z "$as_dir" && as_dir=.
9758 for ac_exec_ext in '' $ac_executable_extensions; do
9759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9760 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9762 break 2
9763 fi
9764done
9765 done
9766IFS=$as_save_IFS
9767
9768fi
9769fi
9770READELF=$ac_cv_prog_READELF
9771if test -n "$READELF"; then
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9773$as_echo "$READELF" >&6; }
9774else
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9776$as_echo "no" >&6; }
9777fi
9778
9779
9780 fi
9781 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9782 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9783set dummy ${ncn_progname}; ac_word=$2
9784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9785$as_echo_n "checking for $ac_word... " >&6; }
9786if test "${ac_cv_prog_READELF+set}" = set; then :
9787 $as_echo_n "(cached) " >&6
9788else
9789 if test -n "$READELF"; then
9790 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9791else
9792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9793for as_dir in $PATH
9794do
9795 IFS=$as_save_IFS
9796 test -z "$as_dir" && as_dir=.
9797 for ac_exec_ext in '' $ac_executable_extensions; do
9798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9799 ac_cv_prog_READELF="${ncn_progname}"
9800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9801 break 2
9802 fi
9803done
9804 done
9805IFS=$as_save_IFS
9806
9807fi
9808fi
9809READELF=$ac_cv_prog_READELF
9810if test -n "$READELF"; then
9811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9812$as_echo "$READELF" >&6; }
9813else
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9815$as_echo "no" >&6; }
9816fi
9817
9818
9819 fi
9820 test -n "$ac_cv_prog_READELF" && break
9821done
9822
9823if test -z "$ac_cv_prog_READELF" ; then
9824 set dummy readelf
9825 if test $build = $host ; then
9826 READELF="$2"
9827 else
9828 READELF="${ncn_tool_prefix}$2"
9829 fi
9830fi
9831
9832
9833
a0da8069
NN
9834
9835
9836
be01d343 9837# Target tools.
c6b750e1 9838
81ecdfbb
RW
9839# Check whether --with-build-time-tools was given.
9840if test "${with_build_time_tools+set}" = set; then :
9841 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9842 x/*) ;;
9843 *)
9844 with_build_time_tools=
81ecdfbb
RW
9845 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9846$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9847 ;;
9848 esac
859789af 9849else
2429c060 9850 with_build_time_tools=
81ecdfbb
RW
9851fi
9852
859789af 9853
9a819804
AO
9854
9855
9856if test -n "$CC_FOR_TARGET"; then
9857 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9858elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9859 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9860fi
9861
9862if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9863 for ncn_progname in cc gcc; do
9864 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9865set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9867$as_echo_n "checking for $ac_word... " >&6; }
9868if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9869 $as_echo_n "(cached) " >&6
9a819804
AO
9870else
9871 if test -n "$CC_FOR_TARGET"; then
9872 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9873else
9874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9875for as_dir in $PATH
9876do
9877 IFS=$as_save_IFS
9878 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9879 for ac_exec_ext in '' $ac_executable_extensions; do
9880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9881 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9883 break 2
9884 fi
9885done
81ecdfbb
RW
9886 done
9887IFS=$as_save_IFS
9a819804
AO
9888
9889fi
9890fi
9891CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9892if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9894$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9895else
81ecdfbb
RW
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9897$as_echo "no" >&6; }
9a819804
AO
9898fi
9899
81ecdfbb 9900
9a819804
AO
9901 done
9902fi
9903
9904if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9905 for ncn_progname in cc gcc; do
81ecdfbb
RW
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9907$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9908 if test -x $with_build_time_tools/${ncn_progname}; then
9909 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9911$as_echo "yes" >&6; }
cac3d6c4 9912 break
2429c060 9913 else
81ecdfbb
RW
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9915$as_echo "no" >&6; }
cac3d6c4
CM
9916 fi
9917 done
55db4b87
PB
9918fi
9919
2429c060
PB
9920if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9921 for ncn_progname in cc gcc; do
9922 if test -n "$ncn_target_tool_prefix"; then
9923 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 9924set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9926$as_echo_n "checking for $ac_word... " >&6; }
9927if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9928 $as_echo_n "(cached) " >&6
55db4b87
PB
9929else
9930 if test -n "$CC_FOR_TARGET"; then
9931 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9932else
c6b750e1
DJ
9933as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9934for as_dir in $PATH
9935do
9936 IFS=$as_save_IFS
9937 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9938 for ac_exec_ext in '' $ac_executable_extensions; do
9939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9940 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 9941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9942 break 2
9943 fi
9944done
81ecdfbb
RW
9945 done
9946IFS=$as_save_IFS
c6b750e1 9947
55db4b87
PB
9948fi
9949fi
c6b750e1 9950CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 9951if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9953$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9954else
81ecdfbb
RW
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9956$as_echo "no" >&6; }
55db4b87
PB
9957fi
9958
81ecdfbb 9959
2429c060
PB
9960 fi
9961 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9962 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 9963set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9965$as_echo_n "checking for $ac_word... " >&6; }
9966if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9967 $as_echo_n "(cached) " >&6
55db4b87 9968else
05cbd757
PB
9969 if test -n "$CC_FOR_TARGET"; then
9970 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 9971else
c6b750e1
DJ
9972as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9973for as_dir in $PATH
9974do
9975 IFS=$as_save_IFS
9976 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9977 for ac_exec_ext in '' $ac_executable_extensions; do
9978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9979 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9981 break 2
9982 fi
9983done
81ecdfbb
RW
9984 done
9985IFS=$as_save_IFS
c6b750e1 9986
55db4b87
PB
9987fi
9988fi
c6b750e1 9989CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 9990if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9992$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 9993else
81ecdfbb
RW
9994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9995$as_echo "no" >&6; }
55db4b87 9996fi
c6b750e1 9997
81ecdfbb 9998
2429c060
PB
9999 fi
10000 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10001 done
10002fi
c6b750e1 10003
05cbd757
PB
10004if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10005 set dummy cc gcc
10006 if test $build = $target ; then
10007 CC_FOR_TARGET="$2"
55db4b87 10008 else
05cbd757 10009 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10010 fi
d3f5afc4
MS
10011else
10012 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
10013fi
10014
9a819804
AO
10015
10016
10017if test -n "$CXX_FOR_TARGET"; then
10018 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10019elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10020 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10021fi
10022
10023if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10024 for ncn_progname in c++ g++ cxx gxx; do
10025 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10026set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10028$as_echo_n "checking for $ac_word... " >&6; }
10029if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10030 $as_echo_n "(cached) " >&6
9a819804
AO
10031else
10032 if test -n "$CXX_FOR_TARGET"; then
10033 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10034else
10035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10036for as_dir in $PATH
10037do
10038 IFS=$as_save_IFS
10039 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10040 for ac_exec_ext in '' $ac_executable_extensions; do
10041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10042 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10044 break 2
10045 fi
10046done
81ecdfbb
RW
10047 done
10048IFS=$as_save_IFS
9a819804
AO
10049
10050fi
10051fi
10052CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10053if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10055$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 10056else
81ecdfbb
RW
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10058$as_echo "no" >&6; }
9a819804
AO
10059fi
10060
81ecdfbb 10061
9a819804
AO
10062 done
10063fi
10064
10065if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10066 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10068$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10069 if test -x $with_build_time_tools/${ncn_progname}; then
10070 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10072$as_echo "yes" >&6; }
2429c060
PB
10073 break
10074 else
81ecdfbb
RW
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10076$as_echo "no" >&6; }
2429c060
PB
10077 fi
10078 done
10079fi
10080
10081if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10082 for ncn_progname in c++ g++ cxx gxx; do
10083 if test -n "$ncn_target_tool_prefix"; then
10084 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10085set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10087$as_echo_n "checking for $ac_word... " >&6; }
10088if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10089 $as_echo_n "(cached) " >&6
55db4b87
PB
10090else
10091 if test -n "$CXX_FOR_TARGET"; then
10092 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10093else
c6b750e1
DJ
10094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10095for as_dir in $PATH
10096do
10097 IFS=$as_save_IFS
10098 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10099 for ac_exec_ext in '' $ac_executable_extensions; do
10100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10101 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10103 break 2
10104 fi
10105done
81ecdfbb
RW
10106 done
10107IFS=$as_save_IFS
c6b750e1 10108
55db4b87
PB
10109fi
10110fi
c6b750e1 10111CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 10112if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10114$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10115else
81ecdfbb
RW
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10117$as_echo "no" >&6; }
55db4b87
PB
10118fi
10119
81ecdfbb 10120
2429c060
PB
10121 fi
10122 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10123 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10124set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10126$as_echo_n "checking for $ac_word... " >&6; }
10127if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10128 $as_echo_n "(cached) " >&6
55db4b87 10129else
05cbd757
PB
10130 if test -n "$CXX_FOR_TARGET"; then
10131 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 10132else
c6b750e1
DJ
10133as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10134for as_dir in $PATH
10135do
10136 IFS=$as_save_IFS
10137 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10138 for ac_exec_ext in '' $ac_executable_extensions; do
10139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10140 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10142 break 2
10143 fi
10144done
81ecdfbb
RW
10145 done
10146IFS=$as_save_IFS
c6b750e1 10147
55db4b87
PB
10148fi
10149fi
c6b750e1 10150CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 10151if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10153$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10154else
81ecdfbb
RW
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10156$as_echo "no" >&6; }
55db4b87 10157fi
c6b750e1 10158
81ecdfbb 10159
2429c060
PB
10160 fi
10161 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10162 done
10163fi
c6b750e1 10164
05cbd757
PB
10165if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10166 set dummy c++ g++ cxx gxx
10167 if test $build = $target ; then
10168 CXX_FOR_TARGET="$2"
55db4b87 10169 else
05cbd757 10170 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10171 fi
d3f5afc4
MS
10172else
10173 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
10174fi
10175
9a819804
AO
10176
10177
10178if test -n "$GCC_FOR_TARGET"; then
10179 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10180elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10181 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10182fi
10183
10184if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10185 for ncn_progname in gcc; do
10186 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10187set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10189$as_echo_n "checking for $ac_word... " >&6; }
10190if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10191 $as_echo_n "(cached) " >&6
9a819804
AO
10192else
10193 if test -n "$GCC_FOR_TARGET"; then
10194 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10195else
10196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10197for as_dir in $PATH
10198do
10199 IFS=$as_save_IFS
10200 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10201 for ac_exec_ext in '' $ac_executable_extensions; do
10202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10203 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10205 break 2
10206 fi
10207done
81ecdfbb
RW
10208 done
10209IFS=$as_save_IFS
9a819804
AO
10210
10211fi
10212fi
10213GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10214if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10216$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10217else
81ecdfbb
RW
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10219$as_echo "no" >&6; }
9a819804
AO
10220fi
10221
81ecdfbb 10222
9a819804
AO
10223 done
10224fi
10225
10226if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10227 for ncn_progname in gcc; do
81ecdfbb
RW
10228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10229$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10230 if test -x $with_build_time_tools/${ncn_progname}; then
10231 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10233$as_echo "yes" >&6; }
2429c060
PB
10234 break
10235 else
81ecdfbb
RW
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10237$as_echo "no" >&6; }
2429c060
PB
10238 fi
10239 done
10240fi
10241
10242if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10243 for ncn_progname in gcc; do
10244 if test -n "$ncn_target_tool_prefix"; then
10245 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10246set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10248$as_echo_n "checking for $ac_word... " >&6; }
10249if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10250 $as_echo_n "(cached) " >&6
859789af 10251else
2429c060
PB
10252 if test -n "$GCC_FOR_TARGET"; then
10253 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10254else
c6b750e1
DJ
10255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10256for as_dir in $PATH
10257do
10258 IFS=$as_save_IFS
10259 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10260 for ac_exec_ext in '' $ac_executable_extensions; do
10261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10262 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10264 break 2
10265 fi
10266done
81ecdfbb
RW
10267 done
10268IFS=$as_save_IFS
c6b750e1 10269
55db4b87
PB
10270fi
10271fi
c6b750e1 10272GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10273if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10275$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10276else
81ecdfbb
RW
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10278$as_echo "no" >&6; }
55db4b87
PB
10279fi
10280
81ecdfbb 10281
2429c060
PB
10282 fi
10283 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10284 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10285set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10287$as_echo_n "checking for $ac_word... " >&6; }
10288if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10289 $as_echo_n "(cached) " >&6
55db4b87 10290else
05cbd757
PB
10291 if test -n "$GCC_FOR_TARGET"; then
10292 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10293else
c6b750e1
DJ
10294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10295for as_dir in $PATH
10296do
10297 IFS=$as_save_IFS
10298 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10299 for ac_exec_ext in '' $ac_executable_extensions; do
10300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10301 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10303 break 2
10304 fi
10305done
81ecdfbb
RW
10306 done
10307IFS=$as_save_IFS
c6b750e1 10308
55db4b87
PB
10309fi
10310fi
c6b750e1 10311GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10312if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10314$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10315else
81ecdfbb
RW
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10317$as_echo "no" >&6; }
55db4b87 10318fi
c6b750e1 10319
81ecdfbb 10320
2429c060
PB
10321 fi
10322 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10323 done
10324fi
c6b750e1 10325
05cbd757
PB
10326if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10327 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10328else
10329 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10330fi
10331
9a819804
AO
10332
10333
10334if test -n "$GCJ_FOR_TARGET"; then
10335 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10336elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10337 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10338fi
10339
10340if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10341 for ncn_progname in gcj; do
10342 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10343set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10345$as_echo_n "checking for $ac_word... " >&6; }
10346if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10347 $as_echo_n "(cached) " >&6
9a819804
AO
10348else
10349 if test -n "$GCJ_FOR_TARGET"; then
10350 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10351else
10352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10353for as_dir in $PATH
10354do
10355 IFS=$as_save_IFS
10356 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10357 for ac_exec_ext in '' $ac_executable_extensions; do
10358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10359 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10361 break 2
10362 fi
10363done
81ecdfbb
RW
10364 done
10365IFS=$as_save_IFS
9a819804
AO
10366
10367fi
10368fi
10369GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10370if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10372$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10373else
81ecdfbb
RW
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10375$as_echo "no" >&6; }
9a819804
AO
10376fi
10377
81ecdfbb 10378
9a819804
AO
10379 done
10380fi
10381
10382if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10383 for ncn_progname in gcj; do
81ecdfbb
RW
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10385$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10386 if test -x $with_build_time_tools/${ncn_progname}; then
10387 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10389$as_echo "yes" >&6; }
2429c060
PB
10390 break
10391 else
81ecdfbb
RW
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10393$as_echo "no" >&6; }
2429c060
PB
10394 fi
10395 done
10396fi
10397
10398if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10399 for ncn_progname in gcj; do
10400 if test -n "$ncn_target_tool_prefix"; then
10401 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10402set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10404$as_echo_n "checking for $ac_word... " >&6; }
10405if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10406 $as_echo_n "(cached) " >&6
55db4b87
PB
10407else
10408 if test -n "$GCJ_FOR_TARGET"; then
10409 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10410else
c6b750e1
DJ
10411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10412for as_dir in $PATH
10413do
10414 IFS=$as_save_IFS
10415 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10416 for ac_exec_ext in '' $ac_executable_extensions; do
10417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10418 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10420 break 2
10421 fi
10422done
81ecdfbb
RW
10423 done
10424IFS=$as_save_IFS
c6b750e1 10425
55db4b87
PB
10426fi
10427fi
9a819804
AO
10428GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10429if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10431$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10432else
81ecdfbb
RW
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10434$as_echo "no" >&6; }
9a819804
AO
10435fi
10436
81ecdfbb 10437
9a819804
AO
10438 fi
10439 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10440 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10441set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10443$as_echo_n "checking for $ac_word... " >&6; }
10444if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10445 $as_echo_n "(cached) " >&6
9a819804
AO
10446else
10447 if test -n "$GCJ_FOR_TARGET"; then
10448 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10449else
10450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10451for as_dir in $PATH
10452do
10453 IFS=$as_save_IFS
10454 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10455 for ac_exec_ext in '' $ac_executable_extensions; do
10456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10457 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10459 break 2
10460 fi
10461done
81ecdfbb
RW
10462 done
10463IFS=$as_save_IFS
9a819804
AO
10464
10465fi
10466fi
10467GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10468if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10470$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10471else
81ecdfbb
RW
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10473$as_echo "no" >&6; }
9a819804
AO
10474fi
10475
81ecdfbb 10476
9a819804
AO
10477 fi
10478 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10479 done
10480fi
10481
10482if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10483 set dummy gcj
10484 if test $build = $target ; then
10485 GCJ_FOR_TARGET="$2"
10486 else
10487 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10488 fi
d3f5afc4
MS
10489else
10490 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10491fi
10492
10493
10494
10495if test -n "$GFORTRAN_FOR_TARGET"; then
10496 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10497elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10498 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10499fi
10500
9a819804
AO
10501if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10502 for ncn_progname in gfortran; do
10503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10504set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10506$as_echo_n "checking for $ac_word... " >&6; }
10507if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10508 $as_echo_n "(cached) " >&6
55db4b87 10509else
9a819804
AO
10510 if test -n "$GFORTRAN_FOR_TARGET"; then
10511 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10512else
c6b750e1
DJ
10513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10514for as_dir in $PATH
10515do
10516 IFS=$as_save_IFS
10517 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10518 for ac_exec_ext in '' $ac_executable_extensions; do
10519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10520 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10522 break 2
10523 fi
10524done
81ecdfbb
RW
10525 done
10526IFS=$as_save_IFS
c6b750e1 10527
55db4b87
PB
10528fi
10529fi
9a819804
AO
10530GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10531if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10533$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10534else
81ecdfbb
RW
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10536$as_echo "no" >&6; }
55db4b87 10537fi
c6b750e1 10538
81ecdfbb 10539
2429c060
PB
10540 done
10541fi
c6b750e1 10542
9a819804 10543if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10544 for ncn_progname in gfortran; do
81ecdfbb
RW
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10546$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10547 if test -x $with_build_time_tools/${ncn_progname}; then
10548 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10550$as_echo "yes" >&6; }
2429c060
PB
10551 break
10552 else
81ecdfbb
RW
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10554$as_echo "no" >&6; }
2429c060
PB
10555 fi
10556 done
10557fi
10558
10559if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10560 for ncn_progname in gfortran; do
10561 if test -n "$ncn_target_tool_prefix"; then
10562 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10563set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10565$as_echo_n "checking for $ac_word... " >&6; }
10566if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10567 $as_echo_n "(cached) " >&6
55db4b87
PB
10568else
10569 if test -n "$GFORTRAN_FOR_TARGET"; then
10570 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10571else
c6b750e1
DJ
10572as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10573for as_dir in $PATH
10574do
10575 IFS=$as_save_IFS
10576 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10577 for ac_exec_ext in '' $ac_executable_extensions; do
10578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10579 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10581 break 2
10582 fi
10583done
81ecdfbb
RW
10584 done
10585IFS=$as_save_IFS
c6b750e1 10586
55db4b87
PB
10587fi
10588fi
c6b750e1 10589GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10590if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10592$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10593else
81ecdfbb
RW
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10595$as_echo "no" >&6; }
55db4b87
PB
10596fi
10597
81ecdfbb 10598
2429c060
PB
10599 fi
10600 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10601 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10602set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10604$as_echo_n "checking for $ac_word... " >&6; }
10605if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10606 $as_echo_n "(cached) " >&6
55db4b87 10607else
05cbd757 10608 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10609 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10610else
10611as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10612for as_dir in $PATH
10613do
10614 IFS=$as_save_IFS
10615 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10616 for ac_exec_ext in '' $ac_executable_extensions; do
10617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10618 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10620 break 2
10621 fi
10622done
81ecdfbb
RW
10623 done
10624IFS=$as_save_IFS
c6b750e1 10625
55db4b87
PB
10626fi
10627fi
c6b750e1 10628GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10629if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10631$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10632else
81ecdfbb
RW
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10634$as_echo "no" >&6; }
55db4b87 10635fi
c6b750e1 10636
81ecdfbb 10637
2429c060
PB
10638 fi
10639 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10640 done
10641fi
c6b750e1 10642
05cbd757
PB
10643if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10644 set dummy gfortran
10645 if test $build = $target ; then
10646 GFORTRAN_FOR_TARGET="$2"
55db4b87 10647 else
05cbd757 10648 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10649 fi
d3f5afc4
MS
10650else
10651 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10652fi
10653
2429c060
PB
10654
10655
e552509b
ILT
10656if test -n "$GOC_FOR_TARGET"; then
10657 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10658elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10659 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10660fi
10661
10662if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10663 for ncn_progname in gccgo; do
10664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10665set dummy ${ncn_progname}; ac_word=$2
10666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10667$as_echo_n "checking for $ac_word... " >&6; }
10668if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10669 $as_echo_n "(cached) " >&6
10670else
10671 if test -n "$GOC_FOR_TARGET"; then
10672 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10673else
10674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10675for as_dir in $PATH
10676do
10677 IFS=$as_save_IFS
10678 test -z "$as_dir" && as_dir=.
10679 for ac_exec_ext in '' $ac_executable_extensions; do
10680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10681 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10683 break 2
10684 fi
10685done
10686 done
10687IFS=$as_save_IFS
10688
10689fi
10690fi
10691GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10692if test -n "$GOC_FOR_TARGET"; then
10693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10694$as_echo "$GOC_FOR_TARGET" >&6; }
10695else
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10697$as_echo "no" >&6; }
10698fi
10699
10700
10701 done
10702fi
10703
10704if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10705 for ncn_progname in gccgo; do
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10707$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10708 if test -x $with_build_time_tools/${ncn_progname}; then
10709 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10711$as_echo "yes" >&6; }
10712 break
10713 else
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10715$as_echo "no" >&6; }
10716 fi
10717 done
10718fi
10719
10720if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10721 for ncn_progname in gccgo; do
10722 if test -n "$ncn_target_tool_prefix"; then
10723 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10724set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10726$as_echo_n "checking for $ac_word... " >&6; }
10727if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10728 $as_echo_n "(cached) " >&6
10729else
10730 if test -n "$GOC_FOR_TARGET"; then
10731 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10732else
10733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10734for as_dir in $PATH
10735do
10736 IFS=$as_save_IFS
10737 test -z "$as_dir" && as_dir=.
10738 for ac_exec_ext in '' $ac_executable_extensions; do
10739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10740 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10742 break 2
10743 fi
10744done
10745 done
10746IFS=$as_save_IFS
10747
10748fi
10749fi
10750GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10751if test -n "$GOC_FOR_TARGET"; then
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10753$as_echo "$GOC_FOR_TARGET" >&6; }
10754else
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10756$as_echo "no" >&6; }
10757fi
10758
10759
10760 fi
10761 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10762 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10763set dummy ${ncn_progname}; ac_word=$2
10764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10765$as_echo_n "checking for $ac_word... " >&6; }
10766if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10767 $as_echo_n "(cached) " >&6
10768else
10769 if test -n "$GOC_FOR_TARGET"; then
10770 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10771else
10772as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10773for as_dir in $PATH
10774do
10775 IFS=$as_save_IFS
10776 test -z "$as_dir" && as_dir=.
10777 for ac_exec_ext in '' $ac_executable_extensions; do
10778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10779 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10781 break 2
10782 fi
10783done
10784 done
10785IFS=$as_save_IFS
10786
10787fi
10788fi
10789GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10790if test -n "$GOC_FOR_TARGET"; then
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10792$as_echo "$GOC_FOR_TARGET" >&6; }
10793else
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10795$as_echo "no" >&6; }
10796fi
10797
10798
10799 fi
10800 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10801 done
10802fi
10803
10804if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10805 set dummy gccgo
10806 if test $build = $target ; then
10807 GOC_FOR_TARGET="$2"
10808 else
10809 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10810 fi
10811else
10812 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10813fi
10814
10815
10816
2429c060
PB
10817cat > conftest.c << \EOF
10818#ifdef __GNUC__
10819 gcc_yay;
10820#endif
10821EOF
10822if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10823 have_gcc_for_target=yes
859789af 10824else
2429c060
PB
10825 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10826 have_gcc_for_target=no
859789af 10827fi
2429c060
PB
10828rm conftest.c
10829
10830
10831
859789af 10832
2429c060
PB
10833if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10834 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10836$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10837 if test -x $with_build_time_tools/ar; then
10838 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10839 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10841$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10842 else
81ecdfbb
RW
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10844$as_echo "no" >&6; }
3a35eeb3 10845 fi
2429c060
PB
10846 elif test $build != $host && test $have_gcc_for_target = yes; then
10847 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10848 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10849 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10850 fi
2429c060 10851fi
c6b750e1 10852if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10853 # Extract the first word of "ar", so it can be a program name with args.
10854set dummy ar; ac_word=$2
81ecdfbb
RW
10855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10856$as_echo_n "checking for $ac_word... " >&6; }
10857if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10858 $as_echo_n "(cached) " >&6
859789af 10859else
c6b750e1
DJ
10860 case $AR_FOR_TARGET in
10861 [\\/]* | ?:[\\/]*)
2429c060
PB
10862 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10863 ;;
2429c060 10864 *)
c6b750e1
DJ
10865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10866for as_dir in $gcc_cv_tool_dirs
10867do
10868 IFS=$as_save_IFS
10869 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10870 for ac_exec_ext in '' $ac_executable_extensions; do
10871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10872 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10874 break 2
10875 fi
10876done
81ecdfbb
RW
10877 done
10878IFS=$as_save_IFS
c6b750e1 10879
2429c060
PB
10880 ;;
10881esac
859789af 10882fi
c6b750e1 10883AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10884if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10886$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10887else
81ecdfbb
RW
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10889$as_echo "no" >&6; }
859789af 10890fi
05cbd757 10891
81ecdfbb 10892
2429c060
PB
10893fi
10894if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
10895
10896
10897if test -n "$AR_FOR_TARGET"; then
10898 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10899elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10900 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10901fi
10902
10903if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10904 for ncn_progname in ar; do
10905 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10906set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10908$as_echo_n "checking for $ac_word... " >&6; }
10909if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10910 $as_echo_n "(cached) " >&6
9a819804
AO
10911else
10912 if test -n "$AR_FOR_TARGET"; then
10913 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10914else
10915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10916for as_dir in $PATH
10917do
10918 IFS=$as_save_IFS
10919 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10920 for ac_exec_ext in '' $ac_executable_extensions; do
10921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10922 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 10923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10924 break 2
10925 fi
10926done
81ecdfbb
RW
10927 done
10928IFS=$as_save_IFS
9a819804
AO
10929
10930fi
10931fi
10932AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10933if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10935$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 10936else
81ecdfbb
RW
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10938$as_echo "no" >&6; }
9a819804
AO
10939fi
10940
81ecdfbb 10941
9a819804
AO
10942 done
10943fi
10944
10945if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10946 for ncn_progname in ar; do
81ecdfbb
RW
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10948$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10949 if test -x $with_build_time_tools/${ncn_progname}; then
10950 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10952$as_echo "yes" >&6; }
2429c060
PB
10953 break
10954 else
81ecdfbb
RW
10955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10956$as_echo "no" >&6; }
2429c060
PB
10957 fi
10958 done
859789af
AC
10959fi
10960
2429c060
PB
10961if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10962 for ncn_progname in ar; do
10963 if test -n "$ncn_target_tool_prefix"; then
10964 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10965set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10967$as_echo_n "checking for $ac_word... " >&6; }
10968if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10969 $as_echo_n "(cached) " >&6
7e0f7140 10970else
2429c060
PB
10971 if test -n "$AR_FOR_TARGET"; then
10972 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 10973else
c6b750e1
DJ
10974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10975for as_dir in $PATH
10976do
10977 IFS=$as_save_IFS
10978 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10979 for ac_exec_ext in '' $ac_executable_extensions; do
10980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10981 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10983 break 2
10984 fi
10985done
81ecdfbb
RW
10986 done
10987IFS=$as_save_IFS
c6b750e1 10988
7e0f7140
GK
10989fi
10990fi
c6b750e1 10991AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 10992if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10994$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 10995else
81ecdfbb
RW
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10997$as_echo "no" >&6; }
7e0f7140
GK
10998fi
10999
81ecdfbb 11000
2429c060
PB
11001 fi
11002 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11003 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 11004set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11006$as_echo_n "checking for $ac_word... " >&6; }
11007if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11008 $as_echo_n "(cached) " >&6
7e0f7140 11009else
2429c060
PB
11010 if test -n "$AR_FOR_TARGET"; then
11011 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 11012else
c6b750e1
DJ
11013as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11014for as_dir in $PATH
11015do
11016 IFS=$as_save_IFS
11017 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11018 for ac_exec_ext in '' $ac_executable_extensions; do
11019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11020 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11022 break 2
11023 fi
11024done
81ecdfbb
RW
11025 done
11026IFS=$as_save_IFS
c6b750e1 11027
7e0f7140
GK
11028fi
11029fi
c6b750e1 11030AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11031if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11033$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11034else
81ecdfbb
RW
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11036$as_echo "no" >&6; }
7e0f7140 11037fi
c6b750e1 11038
81ecdfbb 11039
2429c060
PB
11040 fi
11041 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11042 done
11043fi
c6b750e1 11044
2429c060
PB
11045if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11046 set dummy ar
7e0f7140 11047 if test $build = $target ; then
2429c060 11048 AR_FOR_TARGET="$2"
7e0f7140 11049 else
2429c060 11050 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 11051 fi
d3f5afc4
MS
11052else
11053 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
11054fi
11055
3a35eeb3
PB
11056else
11057 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
11058fi
11059
11060
11061
11062
11063if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11064 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11066$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11067 if test -x $with_build_time_tools/as; then
11068 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11069 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11071$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 11072 else
81ecdfbb
RW
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11074$as_echo "no" >&6; }
3a35eeb3 11075 fi
2429c060
PB
11076 elif test $build != $host && test $have_gcc_for_target = yes; then
11077 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
11078 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11079 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
11080 fi
11081fi
c6b750e1 11082if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11083 # Extract the first word of "as", so it can be a program name with args.
11084set dummy as; ac_word=$2
81ecdfbb
RW
11085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11086$as_echo_n "checking for $ac_word... " >&6; }
11087if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11088 $as_echo_n "(cached) " >&6
2429c060 11089else
c6b750e1
DJ
11090 case $AS_FOR_TARGET in
11091 [\\/]* | ?:[\\/]*)
2429c060
PB
11092 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11093 ;;
2429c060 11094 *)
c6b750e1
DJ
11095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11096for as_dir in $gcc_cv_tool_dirs
11097do
11098 IFS=$as_save_IFS
11099 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11100 for ac_exec_ext in '' $ac_executable_extensions; do
11101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11102 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11104 break 2
11105 fi
11106done
81ecdfbb
RW
11107 done
11108IFS=$as_save_IFS
c6b750e1 11109
2429c060
PB
11110 ;;
11111esac
11112fi
c6b750e1 11113AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 11114if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11116$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11117else
81ecdfbb
RW
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11119$as_echo "no" >&6; }
2429c060
PB
11120fi
11121
81ecdfbb 11122
2429c060
PB
11123fi
11124if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
11125
11126
11127if test -n "$AS_FOR_TARGET"; then
11128 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11129elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11130 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11131fi
11132
11133if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11134 for ncn_progname in as; do
11135 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11136set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11138$as_echo_n "checking for $ac_word... " >&6; }
11139if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11140 $as_echo_n "(cached) " >&6
9a819804
AO
11141else
11142 if test -n "$AS_FOR_TARGET"; then
11143 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11144else
11145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11146for as_dir in $PATH
11147do
11148 IFS=$as_save_IFS
11149 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11150 for ac_exec_ext in '' $ac_executable_extensions; do
11151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11152 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11154 break 2
11155 fi
11156done
81ecdfbb
RW
11157 done
11158IFS=$as_save_IFS
9a819804
AO
11159
11160fi
11161fi
11162AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11163if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11165$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 11166else
81ecdfbb
RW
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11168$as_echo "no" >&6; }
9a819804
AO
11169fi
11170
81ecdfbb 11171
9a819804
AO
11172 done
11173fi
11174
11175if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11176 for ncn_progname in as; do
81ecdfbb
RW
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11178$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11179 if test -x $with_build_time_tools/${ncn_progname}; then
11180 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11182$as_echo "yes" >&6; }
2429c060
PB
11183 break
11184 else
81ecdfbb
RW
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11186$as_echo "no" >&6; }
2429c060
PB
11187 fi
11188 done
11189fi
11190
11191if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11192 for ncn_progname in as; do
11193 if test -n "$ncn_target_tool_prefix"; then
11194 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11195set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11197$as_echo_n "checking for $ac_word... " >&6; }
11198if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11199 $as_echo_n "(cached) " >&6
2429c060
PB
11200else
11201 if test -n "$AS_FOR_TARGET"; then
11202 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11203else
c6b750e1
DJ
11204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11205for as_dir in $PATH
11206do
11207 IFS=$as_save_IFS
11208 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11209 for ac_exec_ext in '' $ac_executable_extensions; do
11210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11211 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11213 break 2
11214 fi
11215done
81ecdfbb
RW
11216 done
11217IFS=$as_save_IFS
c6b750e1 11218
2429c060
PB
11219fi
11220fi
c6b750e1 11221AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11222if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11224$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11225else
81ecdfbb
RW
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11227$as_echo "no" >&6; }
2429c060
PB
11228fi
11229
81ecdfbb 11230
2429c060
PB
11231 fi
11232 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11233 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11234set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11236$as_echo_n "checking for $ac_word... " >&6; }
11237if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11238 $as_echo_n "(cached) " >&6
2429c060
PB
11239else
11240 if test -n "$AS_FOR_TARGET"; then
11241 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11242else
c6b750e1
DJ
11243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11244for as_dir in $PATH
11245do
11246 IFS=$as_save_IFS
11247 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11248 for ac_exec_ext in '' $ac_executable_extensions; do
11249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11250 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11252 break 2
11253 fi
11254done
81ecdfbb
RW
11255 done
11256IFS=$as_save_IFS
c6b750e1 11257
2429c060
PB
11258fi
11259fi
c6b750e1 11260AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11261if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11263$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11264else
81ecdfbb
RW
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11266$as_echo "no" >&6; }
2429c060 11267fi
c6b750e1 11268
81ecdfbb 11269
2429c060
PB
11270 fi
11271 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11272 done
11273fi
c6b750e1 11274
2429c060
PB
11275if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11276 set dummy as
11277 if test $build = $target ; then
11278 AS_FOR_TARGET="$2"
11279 else
11280 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11281 fi
d3f5afc4
MS
11282else
11283 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11284fi
11285
3a35eeb3
PB
11286else
11287 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11288fi
11289
11290
11291
11292
11293if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11294 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11296$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11297 if test -x $with_build_time_tools/dlltool; then
11298 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11299 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11301$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11302 else
81ecdfbb
RW
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11304$as_echo "no" >&6; }
3a35eeb3 11305 fi
2429c060
PB
11306 elif test $build != $host && test $have_gcc_for_target = yes; then
11307 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11308 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11309 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11310 fi
11311fi
c6b750e1 11312if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11313 # Extract the first word of "dlltool", so it can be a program name with args.
11314set dummy dlltool; ac_word=$2
81ecdfbb
RW
11315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11316$as_echo_n "checking for $ac_word... " >&6; }
11317if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11318 $as_echo_n "(cached) " >&6
2429c060 11319else
c6b750e1
DJ
11320 case $DLLTOOL_FOR_TARGET in
11321 [\\/]* | ?:[\\/]*)
2429c060
PB
11322 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11323 ;;
2429c060 11324 *)
c6b750e1
DJ
11325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11326for as_dir in $gcc_cv_tool_dirs
11327do
11328 IFS=$as_save_IFS
11329 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11330 for ac_exec_ext in '' $ac_executable_extensions; do
11331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11332 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11334 break 2
11335 fi
11336done
81ecdfbb
RW
11337 done
11338IFS=$as_save_IFS
c6b750e1 11339
2429c060
PB
11340 ;;
11341esac
11342fi
c6b750e1 11343DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11344if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11346$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11347else
81ecdfbb
RW
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11349$as_echo "no" >&6; }
2429c060
PB
11350fi
11351
81ecdfbb 11352
2429c060
PB
11353fi
11354if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11355
11356
11357if test -n "$DLLTOOL_FOR_TARGET"; then
11358 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11359elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11360 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11361fi
11362
11363if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11364 for ncn_progname in dlltool; do
11365 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11366set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11368$as_echo_n "checking for $ac_word... " >&6; }
11369if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11370 $as_echo_n "(cached) " >&6
9a819804
AO
11371else
11372 if test -n "$DLLTOOL_FOR_TARGET"; then
11373 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11374else
11375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11376for as_dir in $PATH
11377do
11378 IFS=$as_save_IFS
11379 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11380 for ac_exec_ext in '' $ac_executable_extensions; do
11381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11382 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11384 break 2
11385 fi
11386done
81ecdfbb
RW
11387 done
11388IFS=$as_save_IFS
9a819804
AO
11389
11390fi
11391fi
11392DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11393if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11395$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11396else
81ecdfbb
RW
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11398$as_echo "no" >&6; }
9a819804
AO
11399fi
11400
81ecdfbb 11401
9a819804
AO
11402 done
11403fi
11404
11405if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11406 for ncn_progname in dlltool; do
81ecdfbb
RW
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11408$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11409 if test -x $with_build_time_tools/${ncn_progname}; then
11410 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11412$as_echo "yes" >&6; }
2429c060
PB
11413 break
11414 else
81ecdfbb
RW
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11416$as_echo "no" >&6; }
2429c060
PB
11417 fi
11418 done
11419fi
11420
11421if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11422 for ncn_progname in dlltool; do
11423 if test -n "$ncn_target_tool_prefix"; then
11424 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11425set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11427$as_echo_n "checking for $ac_word... " >&6; }
11428if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11429 $as_echo_n "(cached) " >&6
2429c060
PB
11430else
11431 if test -n "$DLLTOOL_FOR_TARGET"; then
11432 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11433else
c6b750e1
DJ
11434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11435for as_dir in $PATH
11436do
11437 IFS=$as_save_IFS
11438 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11439 for ac_exec_ext in '' $ac_executable_extensions; do
11440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11441 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11443 break 2
11444 fi
11445done
81ecdfbb
RW
11446 done
11447IFS=$as_save_IFS
c6b750e1 11448
2429c060
PB
11449fi
11450fi
c6b750e1 11451DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11452if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11454$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11455else
81ecdfbb
RW
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11457$as_echo "no" >&6; }
2429c060
PB
11458fi
11459
81ecdfbb 11460
2429c060
PB
11461 fi
11462 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11463 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11464set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11466$as_echo_n "checking for $ac_word... " >&6; }
11467if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11468 $as_echo_n "(cached) " >&6
2429c060
PB
11469else
11470 if test -n "$DLLTOOL_FOR_TARGET"; then
11471 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11472else
c6b750e1
DJ
11473as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11474for as_dir in $PATH
11475do
11476 IFS=$as_save_IFS
11477 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11478 for ac_exec_ext in '' $ac_executable_extensions; do
11479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11480 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11482 break 2
11483 fi
11484done
81ecdfbb
RW
11485 done
11486IFS=$as_save_IFS
c6b750e1 11487
2429c060
PB
11488fi
11489fi
c6b750e1 11490DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11491if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11493$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11494else
81ecdfbb
RW
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11496$as_echo "no" >&6; }
2429c060 11497fi
c6b750e1 11498
81ecdfbb 11499
2429c060
PB
11500 fi
11501 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11502 done
11503fi
c6b750e1 11504
2429c060
PB
11505if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11506 set dummy dlltool
11507 if test $build = $target ; then
11508 DLLTOOL_FOR_TARGET="$2"
11509 else
11510 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11511 fi
d3f5afc4
MS
11512else
11513 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11514fi
11515
3a35eeb3
PB
11516else
11517 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11518fi
11519
11520
11521
11522
11523if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11524 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11526$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11527 if test -x $with_build_time_tools/ld; then
11528 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11529 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11531$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11532 else
81ecdfbb
RW
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11534$as_echo "no" >&6; }
3a35eeb3 11535 fi
2429c060
PB
11536 elif test $build != $host && test $have_gcc_for_target = yes; then
11537 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11538 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11539 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11540 fi
11541fi
c6b750e1 11542if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11543 # Extract the first word of "ld", so it can be a program name with args.
11544set dummy ld; ac_word=$2
81ecdfbb
RW
11545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11546$as_echo_n "checking for $ac_word... " >&6; }
11547if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11548 $as_echo_n "(cached) " >&6
2429c060 11549else
c6b750e1
DJ
11550 case $LD_FOR_TARGET in
11551 [\\/]* | ?:[\\/]*)
2429c060
PB
11552 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11553 ;;
2429c060 11554 *)
c6b750e1
DJ
11555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11556for as_dir in $gcc_cv_tool_dirs
11557do
11558 IFS=$as_save_IFS
11559 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11560 for ac_exec_ext in '' $ac_executable_extensions; do
11561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11562 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11564 break 2
11565 fi
11566done
81ecdfbb
RW
11567 done
11568IFS=$as_save_IFS
c6b750e1 11569
2429c060
PB
11570 ;;
11571esac
11572fi
c6b750e1 11573LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11574if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11576$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11577else
81ecdfbb
RW
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11579$as_echo "no" >&6; }
2429c060
PB
11580fi
11581
81ecdfbb 11582
2429c060
PB
11583fi
11584if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11585
11586
11587if test -n "$LD_FOR_TARGET"; then
11588 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11589elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11590 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11591fi
11592
11593if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11594 for ncn_progname in ld; do
11595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11596set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11598$as_echo_n "checking for $ac_word... " >&6; }
11599if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
9a819804
AO
11601else
11602 if test -n "$LD_FOR_TARGET"; then
11603 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11604else
11605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11606for as_dir in $PATH
11607do
11608 IFS=$as_save_IFS
11609 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11610 for ac_exec_ext in '' $ac_executable_extensions; do
11611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11612 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11614 break 2
11615 fi
11616done
81ecdfbb
RW
11617 done
11618IFS=$as_save_IFS
9a819804
AO
11619
11620fi
11621fi
11622LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11623if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11625$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11626else
81ecdfbb
RW
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11628$as_echo "no" >&6; }
9a819804
AO
11629fi
11630
81ecdfbb 11631
9a819804
AO
11632 done
11633fi
11634
11635if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11636 for ncn_progname in ld; do
81ecdfbb
RW
11637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11638$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11639 if test -x $with_build_time_tools/${ncn_progname}; then
11640 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11642$as_echo "yes" >&6; }
2429c060
PB
11643 break
11644 else
81ecdfbb
RW
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11646$as_echo "no" >&6; }
2429c060
PB
11647 fi
11648 done
11649fi
11650
11651if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11652 for ncn_progname in ld; do
11653 if test -n "$ncn_target_tool_prefix"; then
11654 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11655set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11657$as_echo_n "checking for $ac_word... " >&6; }
11658if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11659 $as_echo_n "(cached) " >&6
2429c060
PB
11660else
11661 if test -n "$LD_FOR_TARGET"; then
11662 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11663else
c6b750e1
DJ
11664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11665for as_dir in $PATH
11666do
11667 IFS=$as_save_IFS
11668 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11669 for ac_exec_ext in '' $ac_executable_extensions; do
11670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11671 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11673 break 2
11674 fi
11675done
81ecdfbb
RW
11676 done
11677IFS=$as_save_IFS
c6b750e1 11678
2429c060
PB
11679fi
11680fi
c6b750e1 11681LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11682if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11684$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11685else
81ecdfbb
RW
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11687$as_echo "no" >&6; }
2429c060
PB
11688fi
11689
81ecdfbb 11690
2429c060
PB
11691 fi
11692 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11693 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11694set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11696$as_echo_n "checking for $ac_word... " >&6; }
11697if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11698 $as_echo_n "(cached) " >&6
2429c060
PB
11699else
11700 if test -n "$LD_FOR_TARGET"; then
11701 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11702else
c6b750e1
DJ
11703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11704for as_dir in $PATH
11705do
11706 IFS=$as_save_IFS
11707 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11708 for ac_exec_ext in '' $ac_executable_extensions; do
11709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11710 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11712 break 2
11713 fi
11714done
81ecdfbb
RW
11715 done
11716IFS=$as_save_IFS
c6b750e1 11717
2429c060
PB
11718fi
11719fi
c6b750e1 11720LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11721if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11723$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11724else
81ecdfbb
RW
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11726$as_echo "no" >&6; }
2429c060 11727fi
c6b750e1 11728
81ecdfbb 11729
2429c060
PB
11730 fi
11731 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11732 done
11733fi
c6b750e1 11734
2429c060
PB
11735if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11736 set dummy ld
11737 if test $build = $target ; then
11738 LD_FOR_TARGET="$2"
11739 else
11740 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11741 fi
d3f5afc4
MS
11742else
11743 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11744fi
11745
3a35eeb3
PB
11746else
11747 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11748fi
11749
11750
11751
11752
11753if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11754 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11756$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11757 if test -x $with_build_time_tools/lipo; then
11758 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11759 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11761$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11762 else
81ecdfbb
RW
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11764$as_echo "no" >&6; }
3a35eeb3 11765 fi
2429c060
PB
11766 elif test $build != $host && test $have_gcc_for_target = yes; then
11767 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11768 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11769 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11770 fi
11771fi
9a819804
AO
11772if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11773 # Extract the first word of "lipo", so it can be a program name with args.
11774set dummy lipo; ac_word=$2
81ecdfbb
RW
11775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11776$as_echo_n "checking for $ac_word... " >&6; }
11777if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11778 $as_echo_n "(cached) " >&6
9a819804
AO
11779else
11780 case $LIPO_FOR_TARGET in
11781 [\\/]* | ?:[\\/]*)
11782 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11783 ;;
11784 *)
11785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11786for as_dir in $gcc_cv_tool_dirs
11787do
11788 IFS=$as_save_IFS
11789 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11790 for ac_exec_ext in '' $ac_executable_extensions; do
11791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11792 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11794 break 2
11795 fi
11796done
81ecdfbb
RW
11797 done
11798IFS=$as_save_IFS
9a819804
AO
11799
11800 ;;
11801esac
11802fi
11803LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11804if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11806$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11807else
81ecdfbb
RW
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11809$as_echo "no" >&6; }
9a819804
AO
11810fi
11811
81ecdfbb 11812
9a819804
AO
11813fi
11814if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11815
11816
11817if test -n "$LIPO_FOR_TARGET"; then
11818 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11819elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11820 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11821fi
11822
11823if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11824 for ncn_progname in lipo; do
11825 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11826set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11828$as_echo_n "checking for $ac_word... " >&6; }
11829if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11830 $as_echo_n "(cached) " >&6
2429c060 11831else
9a819804
AO
11832 if test -n "$LIPO_FOR_TARGET"; then
11833 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11834else
11835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11836for as_dir in $PATH
c6b750e1
DJ
11837do
11838 IFS=$as_save_IFS
11839 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11840 for ac_exec_ext in '' $ac_executable_extensions; do
11841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11842 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11844 break 2
11845 fi
11846done
81ecdfbb
RW
11847 done
11848IFS=$as_save_IFS
c6b750e1 11849
2429c060 11850fi
9a819804
AO
11851fi
11852LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11853if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11855$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11856else
81ecdfbb
RW
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11858$as_echo "no" >&6; }
2429c060
PB
11859fi
11860
81ecdfbb 11861
9a819804 11862 done
2429c060 11863fi
9a819804
AO
11864
11865if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11866 for ncn_progname in lipo; do
81ecdfbb
RW
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11868$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11869 if test -x $with_build_time_tools/${ncn_progname}; then
11870 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11872$as_echo "yes" >&6; }
2429c060
PB
11873 break
11874 else
81ecdfbb
RW
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11876$as_echo "no" >&6; }
2429c060
PB
11877 fi
11878 done
11879fi
11880
11881if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11882 for ncn_progname in lipo; do
11883 if test -n "$ncn_target_tool_prefix"; then
11884 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11885set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11887$as_echo_n "checking for $ac_word... " >&6; }
11888if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11889 $as_echo_n "(cached) " >&6
2429c060
PB
11890else
11891 if test -n "$LIPO_FOR_TARGET"; then
11892 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11893else
c6b750e1
DJ
11894as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11895for as_dir in $PATH
11896do
11897 IFS=$as_save_IFS
11898 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11899 for ac_exec_ext in '' $ac_executable_extensions; do
11900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11901 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11903 break 2
11904 fi
11905done
81ecdfbb
RW
11906 done
11907IFS=$as_save_IFS
c6b750e1 11908
2429c060
PB
11909fi
11910fi
c6b750e1 11911LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11912if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11914$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11915else
81ecdfbb
RW
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11917$as_echo "no" >&6; }
2429c060
PB
11918fi
11919
81ecdfbb 11920
2429c060
PB
11921 fi
11922 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11923 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11924set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11926$as_echo_n "checking for $ac_word... " >&6; }
11927if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11928 $as_echo_n "(cached) " >&6
2429c060
PB
11929else
11930 if test -n "$LIPO_FOR_TARGET"; then
11931 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11932else
c6b750e1
DJ
11933as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11934for as_dir in $PATH
11935do
11936 IFS=$as_save_IFS
11937 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11938 for ac_exec_ext in '' $ac_executable_extensions; do
11939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11940 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11942 break 2
11943 fi
11944done
81ecdfbb
RW
11945 done
11946IFS=$as_save_IFS
c6b750e1 11947
2429c060
PB
11948fi
11949fi
c6b750e1 11950LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11951if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11953$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11954else
81ecdfbb
RW
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11956$as_echo "no" >&6; }
2429c060 11957fi
c6b750e1 11958
81ecdfbb 11959
2429c060
PB
11960 fi
11961 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11962 done
11963fi
c6b750e1 11964
2429c060
PB
11965if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11966 set dummy lipo
11967 if test $build = $target ; then
11968 LIPO_FOR_TARGET="$2"
11969 else
11970 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11971 fi
d3f5afc4
MS
11972else
11973 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
11974fi
11975
3a35eeb3
PB
11976else
11977 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
11978fi
11979
11980
11981
11982
11983if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11984 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11986$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11987 if test -x $with_build_time_tools/nm; then
11988 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11989 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11991$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 11992 else
81ecdfbb
RW
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11994$as_echo "no" >&6; }
3a35eeb3 11995 fi
2429c060
PB
11996 elif test $build != $host && test $have_gcc_for_target = yes; then
11997 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
11998 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11999 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
12000 fi
12001fi
c6b750e1 12002if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12003 # Extract the first word of "nm", so it can be a program name with args.
12004set dummy nm; ac_word=$2
81ecdfbb
RW
12005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12006$as_echo_n "checking for $ac_word... " >&6; }
12007if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12008 $as_echo_n "(cached) " >&6
2429c060 12009else
c6b750e1
DJ
12010 case $NM_FOR_TARGET in
12011 [\\/]* | ?:[\\/]*)
2429c060
PB
12012 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12013 ;;
2429c060 12014 *)
c6b750e1
DJ
12015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12016for as_dir in $gcc_cv_tool_dirs
12017do
12018 IFS=$as_save_IFS
12019 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12020 for ac_exec_ext in '' $ac_executable_extensions; do
12021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12022 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12024 break 2
12025 fi
12026done
81ecdfbb
RW
12027 done
12028IFS=$as_save_IFS
c6b750e1 12029
2429c060
PB
12030 ;;
12031esac
12032fi
c6b750e1 12033NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 12034if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12036$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 12037else
81ecdfbb
RW
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12039$as_echo "no" >&6; }
2429c060
PB
12040fi
12041
81ecdfbb 12042
2429c060
PB
12043fi
12044if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
12045
12046
12047if test -n "$NM_FOR_TARGET"; then
12048 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12049elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12050 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12051fi
12052
12053if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12054 for ncn_progname in nm; do
12055 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12056set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12058$as_echo_n "checking for $ac_word... " >&6; }
12059if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12060 $as_echo_n "(cached) " >&6
9a819804
AO
12061else
12062 if test -n "$NM_FOR_TARGET"; then
12063 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12064else
12065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12066for as_dir in $PATH
12067do
12068 IFS=$as_save_IFS
12069 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12070 for ac_exec_ext in '' $ac_executable_extensions; do
12071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12072 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12074 break 2
12075 fi
12076done
81ecdfbb
RW
12077 done
12078IFS=$as_save_IFS
9a819804
AO
12079
12080fi
12081fi
12082NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12083if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12085$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 12086else
81ecdfbb
RW
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12088$as_echo "no" >&6; }
9a819804
AO
12089fi
12090
81ecdfbb 12091
9a819804
AO
12092 done
12093fi
12094
12095if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12096 for ncn_progname in nm; do
81ecdfbb
RW
12097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12098$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12099 if test -x $with_build_time_tools/${ncn_progname}; then
12100 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12102$as_echo "yes" >&6; }
2429c060
PB
12103 break
12104 else
81ecdfbb
RW
12105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12106$as_echo "no" >&6; }
2429c060
PB
12107 fi
12108 done
12109fi
12110
12111if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12112 for ncn_progname in nm; do
12113 if test -n "$ncn_target_tool_prefix"; then
12114 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12115set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12117$as_echo_n "checking for $ac_word... " >&6; }
12118if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12119 $as_echo_n "(cached) " >&6
859789af 12120else
55db4b87
PB
12121 if test -n "$NM_FOR_TARGET"; then
12122 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12123else
c6b750e1
DJ
12124as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12125for as_dir in $PATH
12126do
12127 IFS=$as_save_IFS
12128 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12129 for ac_exec_ext in '' $ac_executable_extensions; do
12130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12131 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12133 break 2
12134 fi
12135done
81ecdfbb
RW
12136 done
12137IFS=$as_save_IFS
c6b750e1 12138
859789af
AC
12139fi
12140fi
c6b750e1 12141NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 12142if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12144$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12145else
81ecdfbb
RW
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12147$as_echo "no" >&6; }
859789af
AC
12148fi
12149
81ecdfbb 12150
2429c060
PB
12151 fi
12152 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12153 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12154set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12156$as_echo_n "checking for $ac_word... " >&6; }
12157if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12158 $as_echo_n "(cached) " >&6
859789af 12159else
05cbd757
PB
12160 if test -n "$NM_FOR_TARGET"; then
12161 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12162else
c6b750e1
DJ
12163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12164for as_dir in $PATH
12165do
12166 IFS=$as_save_IFS
12167 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12168 for ac_exec_ext in '' $ac_executable_extensions; do
12169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12170 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12172 break 2
12173 fi
12174done
81ecdfbb
RW
12175 done
12176IFS=$as_save_IFS
c6b750e1 12177
859789af
AC
12178fi
12179fi
c6b750e1 12180NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12181if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12183$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12184else
81ecdfbb
RW
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12186$as_echo "no" >&6; }
859789af 12187fi
c6b750e1 12188
81ecdfbb 12189
2429c060
PB
12190 fi
12191 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12192 done
12193fi
c6b750e1 12194
05cbd757
PB
12195if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12196 set dummy nm
12197 if test $build = $target ; then
12198 NM_FOR_TARGET="$2"
859789af 12199 else
05cbd757 12200 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12201 fi
d3f5afc4
MS
12202else
12203 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12204fi
12205
3a35eeb3
PB
12206else
12207 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12208fi
12209
12210
12211
12212
12213if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12214 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12216$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12217 if test -x $with_build_time_tools/objdump; then
12218 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12219 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12221$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12222 else
81ecdfbb
RW
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12224$as_echo "no" >&6; }
3a35eeb3 12225 fi
2429c060
PB
12226 elif test $build != $host && test $have_gcc_for_target = yes; then
12227 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12228 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12229 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12230 fi
12231fi
c6b750e1 12232if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12233 # Extract the first word of "objdump", so it can be a program name with args.
12234set dummy objdump; ac_word=$2
81ecdfbb
RW
12235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12236$as_echo_n "checking for $ac_word... " >&6; }
12237if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12238 $as_echo_n "(cached) " >&6
2429c060 12239else
c6b750e1
DJ
12240 case $OBJDUMP_FOR_TARGET in
12241 [\\/]* | ?:[\\/]*)
2429c060
PB
12242 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12243 ;;
2429c060 12244 *)
c6b750e1
DJ
12245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12246for as_dir in $gcc_cv_tool_dirs
12247do
12248 IFS=$as_save_IFS
12249 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12250 for ac_exec_ext in '' $ac_executable_extensions; do
12251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12252 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12254 break 2
12255 fi
12256done
81ecdfbb
RW
12257 done
12258IFS=$as_save_IFS
c6b750e1 12259
2429c060
PB
12260 ;;
12261esac
12262fi
c6b750e1 12263OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12264if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12266$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12267else
81ecdfbb
RW
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12269$as_echo "no" >&6; }
2429c060
PB
12270fi
12271
81ecdfbb 12272
2429c060
PB
12273fi
12274if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12275
12276
12277if test -n "$OBJDUMP_FOR_TARGET"; then
12278 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12279elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12280 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12281fi
12282
12283if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12284 for ncn_progname in objdump; do
12285 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12286set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12288$as_echo_n "checking for $ac_word... " >&6; }
12289if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12290 $as_echo_n "(cached) " >&6
9a819804
AO
12291else
12292 if test -n "$OBJDUMP_FOR_TARGET"; then
12293 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12294else
12295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12296for as_dir in $PATH
12297do
12298 IFS=$as_save_IFS
12299 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12300 for ac_exec_ext in '' $ac_executable_extensions; do
12301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12302 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12304 break 2
12305 fi
12306done
81ecdfbb
RW
12307 done
12308IFS=$as_save_IFS
9a819804
AO
12309
12310fi
12311fi
12312OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12313if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12315$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12316else
81ecdfbb
RW
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12318$as_echo "no" >&6; }
9a819804
AO
12319fi
12320
81ecdfbb 12321
9a819804
AO
12322 done
12323fi
12324
12325if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12326 for ncn_progname in objdump; do
81ecdfbb
RW
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12328$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12329 if test -x $with_build_time_tools/${ncn_progname}; then
12330 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12332$as_echo "yes" >&6; }
2429c060
PB
12333 break
12334 else
81ecdfbb
RW
12335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12336$as_echo "no" >&6; }
2429c060
PB
12337 fi
12338 done
12339fi
12340
12341if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12342 for ncn_progname in objdump; do
12343 if test -n "$ncn_target_tool_prefix"; then
12344 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12345set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12347$as_echo_n "checking for $ac_word... " >&6; }
12348if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12349 $as_echo_n "(cached) " >&6
5ae72758
DJ
12350else
12351 if test -n "$OBJDUMP_FOR_TARGET"; then
12352 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12353else
c6b750e1
DJ
12354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12355for as_dir in $PATH
12356do
12357 IFS=$as_save_IFS
12358 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12359 for ac_exec_ext in '' $ac_executable_extensions; do
12360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12361 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12363 break 2
12364 fi
12365done
81ecdfbb
RW
12366 done
12367IFS=$as_save_IFS
c6b750e1 12368
5ae72758
DJ
12369fi
12370fi
c6b750e1 12371OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12372if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12374$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12375else
81ecdfbb
RW
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12377$as_echo "no" >&6; }
5ae72758
DJ
12378fi
12379
81ecdfbb 12380
2429c060
PB
12381 fi
12382 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12383 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12384set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12386$as_echo_n "checking for $ac_word... " >&6; }
12387if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12388 $as_echo_n "(cached) " >&6
5ae72758
DJ
12389else
12390 if test -n "$OBJDUMP_FOR_TARGET"; then
12391 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12392else
c6b750e1
DJ
12393as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12394for as_dir in $PATH
12395do
12396 IFS=$as_save_IFS
12397 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12398 for ac_exec_ext in '' $ac_executable_extensions; do
12399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12400 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12402 break 2
12403 fi
12404done
81ecdfbb
RW
12405 done
12406IFS=$as_save_IFS
c6b750e1 12407
5ae72758
DJ
12408fi
12409fi
c6b750e1 12410OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12411if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12413$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12414else
81ecdfbb
RW
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12416$as_echo "no" >&6; }
5ae72758 12417fi
c6b750e1 12418
81ecdfbb 12419
2429c060
PB
12420 fi
12421 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12422 done
12423fi
c6b750e1 12424
5ae72758
DJ
12425if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12426 set dummy objdump
12427 if test $build = $target ; then
12428 OBJDUMP_FOR_TARGET="$2"
12429 else
12430 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12431 fi
d3f5afc4
MS
12432else
12433 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12434fi
12435
3a35eeb3
PB
12436else
12437 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12438fi
12439
12440
12441
12442
12443if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12444 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12446$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12447 if test -x $with_build_time_tools/ranlib; then
12448 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12449 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12451$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12452 else
81ecdfbb
RW
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12454$as_echo "no" >&6; }
3a35eeb3 12455 fi
2429c060
PB
12456 elif test $build != $host && test $have_gcc_for_target = yes; then
12457 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12458 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12459 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12460 fi
12461fi
c6b750e1 12462if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12463 # Extract the first word of "ranlib", so it can be a program name with args.
12464set dummy ranlib; ac_word=$2
81ecdfbb
RW
12465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12466$as_echo_n "checking for $ac_word... " >&6; }
12467if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12468 $as_echo_n "(cached) " >&6
2429c060 12469else
c6b750e1
DJ
12470 case $RANLIB_FOR_TARGET in
12471 [\\/]* | ?:[\\/]*)
2429c060
PB
12472 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12473 ;;
2429c060 12474 *)
c6b750e1
DJ
12475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12476for as_dir in $gcc_cv_tool_dirs
12477do
12478 IFS=$as_save_IFS
12479 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12480 for ac_exec_ext in '' $ac_executable_extensions; do
12481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12482 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12484 break 2
12485 fi
12486done
81ecdfbb
RW
12487 done
12488IFS=$as_save_IFS
c6b750e1 12489
2429c060
PB
12490 ;;
12491esac
12492fi
c6b750e1 12493RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12494if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12496$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12497else
81ecdfbb
RW
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12499$as_echo "no" >&6; }
2429c060
PB
12500fi
12501
81ecdfbb 12502
2429c060
PB
12503fi
12504if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12505
12506
12507if test -n "$RANLIB_FOR_TARGET"; then
12508 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12509elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12510 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12511fi
12512
12513if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12514 for ncn_progname in ranlib; do
12515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12516set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12518$as_echo_n "checking for $ac_word... " >&6; }
12519if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12520 $as_echo_n "(cached) " >&6
9a819804
AO
12521else
12522 if test -n "$RANLIB_FOR_TARGET"; then
12523 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12524else
12525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12526for as_dir in $PATH
12527do
12528 IFS=$as_save_IFS
12529 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12530 for ac_exec_ext in '' $ac_executable_extensions; do
12531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12532 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12534 break 2
12535 fi
12536done
81ecdfbb
RW
12537 done
12538IFS=$as_save_IFS
9a819804
AO
12539
12540fi
12541fi
12542RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12543if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12545$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12546else
81ecdfbb
RW
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12548$as_echo "no" >&6; }
9a819804
AO
12549fi
12550
81ecdfbb 12551
9a819804
AO
12552 done
12553fi
12554
12555if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12556 for ncn_progname in ranlib; do
81ecdfbb
RW
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12558$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12559 if test -x $with_build_time_tools/${ncn_progname}; then
12560 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12562$as_echo "yes" >&6; }
2429c060
PB
12563 break
12564 else
81ecdfbb
RW
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12566$as_echo "no" >&6; }
2429c060
PB
12567 fi
12568 done
12569fi
12570
12571if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12572 for ncn_progname in ranlib; do
12573 if test -n "$ncn_target_tool_prefix"; then
12574 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12575set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12577$as_echo_n "checking for $ac_word... " >&6; }
12578if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12579 $as_echo_n "(cached) " >&6
859789af 12580else
55db4b87
PB
12581 if test -n "$RANLIB_FOR_TARGET"; then
12582 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12583else
c6b750e1
DJ
12584as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12585for as_dir in $PATH
12586do
12587 IFS=$as_save_IFS
12588 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12589 for ac_exec_ext in '' $ac_executable_extensions; do
12590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12591 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12593 break 2
12594 fi
12595done
81ecdfbb
RW
12596 done
12597IFS=$as_save_IFS
c6b750e1 12598
859789af
AC
12599fi
12600fi
c6b750e1 12601RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12602if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12604$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12605else
81ecdfbb
RW
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12607$as_echo "no" >&6; }
859789af
AC
12608fi
12609
81ecdfbb 12610
2429c060
PB
12611 fi
12612 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12613 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12614set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12616$as_echo_n "checking for $ac_word... " >&6; }
12617if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12618 $as_echo_n "(cached) " >&6
859789af 12619else
05cbd757
PB
12620 if test -n "$RANLIB_FOR_TARGET"; then
12621 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12622else
c6b750e1
DJ
12623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12624for as_dir in $PATH
12625do
12626 IFS=$as_save_IFS
12627 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12628 for ac_exec_ext in '' $ac_executable_extensions; do
12629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12630 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12632 break 2
12633 fi
12634done
81ecdfbb
RW
12635 done
12636IFS=$as_save_IFS
c6b750e1 12637
859789af
AC
12638fi
12639fi
c6b750e1 12640RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12641if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12643$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12644else
81ecdfbb
RW
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12646$as_echo "no" >&6; }
859789af 12647fi
c6b750e1 12648
81ecdfbb 12649
2429c060
PB
12650 fi
12651 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12652 done
12653fi
c6b750e1 12654
2429c060
PB
12655if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12656 set dummy ranlib
12657 if test $build = $target ; then
12658 RANLIB_FOR_TARGET="$2"
12659 else
12660 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12661 fi
d3f5afc4
MS
12662else
12663 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12664fi
05cbd757 12665
3a35eeb3
PB
12666else
12667 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12668fi
12669
2429c060
PB
12670
12671
12672
b121d7d4
DD
12673if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12674 if test -n "$with_build_time_tools"; then
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12676$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12677 if test -x $with_build_time_tools/readelf; then
12678 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12679 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12681$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12682 else
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12684$as_echo "no" >&6; }
12685 fi
12686 elif test $build != $host && test $have_gcc_for_target = yes; then
12687 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12688 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12689 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12690 fi
12691fi
12692if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12693 # Extract the first word of "readelf", so it can be a program name with args.
12694set dummy readelf; ac_word=$2
12695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12696$as_echo_n "checking for $ac_word... " >&6; }
12697if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12698 $as_echo_n "(cached) " >&6
12699else
12700 case $READELF_FOR_TARGET in
12701 [\\/]* | ?:[\\/]*)
12702 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12703 ;;
12704 *)
12705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12706for as_dir in $gcc_cv_tool_dirs
12707do
12708 IFS=$as_save_IFS
12709 test -z "$as_dir" && as_dir=.
12710 for ac_exec_ext in '' $ac_executable_extensions; do
12711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12712 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12714 break 2
12715 fi
12716done
12717 done
12718IFS=$as_save_IFS
12719
12720 ;;
12721esac
12722fi
12723READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12724if test -n "$READELF_FOR_TARGET"; then
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12726$as_echo "$READELF_FOR_TARGET" >&6; }
12727else
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12729$as_echo "no" >&6; }
12730fi
12731
12732
12733fi
12734if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12735
12736
12737if test -n "$READELF_FOR_TARGET"; then
12738 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12739elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12740 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12741fi
12742
12743if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12744 for ncn_progname in readelf; do
12745 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12746set dummy ${ncn_progname}; ac_word=$2
12747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12748$as_echo_n "checking for $ac_word... " >&6; }
12749if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12750 $as_echo_n "(cached) " >&6
12751else
12752 if test -n "$READELF_FOR_TARGET"; then
12753 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12754else
12755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12756for as_dir in $PATH
12757do
12758 IFS=$as_save_IFS
12759 test -z "$as_dir" && as_dir=.
12760 for ac_exec_ext in '' $ac_executable_extensions; do
12761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12762 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12764 break 2
12765 fi
12766done
12767 done
12768IFS=$as_save_IFS
12769
12770fi
12771fi
12772READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12773if test -n "$READELF_FOR_TARGET"; then
12774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12775$as_echo "$READELF_FOR_TARGET" >&6; }
12776else
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12778$as_echo "no" >&6; }
12779fi
12780
12781
12782 done
12783fi
12784
12785if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12786 for ncn_progname in readelf; do
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12788$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12789 if test -x $with_build_time_tools/${ncn_progname}; then
12790 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12792$as_echo "yes" >&6; }
12793 break
12794 else
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12796$as_echo "no" >&6; }
12797 fi
12798 done
12799fi
12800
12801if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12802 for ncn_progname in readelf; do
12803 if test -n "$ncn_target_tool_prefix"; then
12804 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12805set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12807$as_echo_n "checking for $ac_word... " >&6; }
12808if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12809 $as_echo_n "(cached) " >&6
12810else
12811 if test -n "$READELF_FOR_TARGET"; then
12812 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12813else
12814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12815for as_dir in $PATH
12816do
12817 IFS=$as_save_IFS
12818 test -z "$as_dir" && as_dir=.
12819 for ac_exec_ext in '' $ac_executable_extensions; do
12820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12821 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12823 break 2
12824 fi
12825done
12826 done
12827IFS=$as_save_IFS
12828
12829fi
12830fi
12831READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12832if test -n "$READELF_FOR_TARGET"; then
12833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12834$as_echo "$READELF_FOR_TARGET" >&6; }
12835else
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12837$as_echo "no" >&6; }
12838fi
12839
12840
12841 fi
12842 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12843 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12844set dummy ${ncn_progname}; ac_word=$2
12845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12846$as_echo_n "checking for $ac_word... " >&6; }
12847if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12848 $as_echo_n "(cached) " >&6
12849else
12850 if test -n "$READELF_FOR_TARGET"; then
12851 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12852else
12853as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12854for as_dir in $PATH
12855do
12856 IFS=$as_save_IFS
12857 test -z "$as_dir" && as_dir=.
12858 for ac_exec_ext in '' $ac_executable_extensions; do
12859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12860 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12862 break 2
12863 fi
12864done
12865 done
12866IFS=$as_save_IFS
12867
12868fi
12869fi
12870READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12871if test -n "$READELF_FOR_TARGET"; then
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12873$as_echo "$READELF_FOR_TARGET" >&6; }
12874else
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12876$as_echo "no" >&6; }
12877fi
12878
12879
12880 fi
12881 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12882 done
12883fi
12884
12885if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12886 set dummy readelf
12887 if test $build = $target ; then
12888 READELF_FOR_TARGET="$2"
12889 else
12890 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12891 fi
12892else
12893 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12894fi
12895
12896else
12897 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12898fi
12899
12900
12901
12902
2429c060
PB
12903if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12904 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12906$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12907 if test -x $with_build_time_tools/strip; then
12908 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12909 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
12910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12911$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 12912 else
81ecdfbb
RW
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12914$as_echo "no" >&6; }
3a35eeb3 12915 fi
2429c060
PB
12916 elif test $build != $host && test $have_gcc_for_target = yes; then
12917 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
12918 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12919 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
12920 fi
12921fi
c6b750e1 12922if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12923 # Extract the first word of "strip", so it can be a program name with args.
12924set dummy strip; ac_word=$2
81ecdfbb
RW
12925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12926$as_echo_n "checking for $ac_word... " >&6; }
12927if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12928 $as_echo_n "(cached) " >&6
2429c060 12929else
c6b750e1
DJ
12930 case $STRIP_FOR_TARGET in
12931 [\\/]* | ?:[\\/]*)
2429c060
PB
12932 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12933 ;;
2429c060 12934 *)
c6b750e1
DJ
12935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12936for as_dir in $gcc_cv_tool_dirs
12937do
12938 IFS=$as_save_IFS
12939 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12940 for ac_exec_ext in '' $ac_executable_extensions; do
12941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12942 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12944 break 2
12945 fi
12946done
81ecdfbb
RW
12947 done
12948IFS=$as_save_IFS
c6b750e1 12949
2429c060
PB
12950 ;;
12951esac
12952fi
c6b750e1 12953STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 12954if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12956$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 12957else
81ecdfbb
RW
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12959$as_echo "no" >&6; }
2429c060
PB
12960fi
12961
81ecdfbb 12962
2429c060
PB
12963fi
12964if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
12965
12966
12967if test -n "$STRIP_FOR_TARGET"; then
12968 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12969elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12970 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12971fi
12972
12973if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12974 for ncn_progname in strip; do
12975 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12976set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12978$as_echo_n "checking for $ac_word... " >&6; }
12979if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12980 $as_echo_n "(cached) " >&6
9a819804
AO
12981else
12982 if test -n "$STRIP_FOR_TARGET"; then
12983 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12984else
12985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12986for as_dir in $PATH
12987do
12988 IFS=$as_save_IFS
12989 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12990 for ac_exec_ext in '' $ac_executable_extensions; do
12991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12992 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12994 break 2
12995 fi
12996done
81ecdfbb
RW
12997 done
12998IFS=$as_save_IFS
9a819804
AO
12999
13000fi
13001fi
13002STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13003if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13005$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 13006else
81ecdfbb
RW
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13008$as_echo "no" >&6; }
9a819804
AO
13009fi
13010
81ecdfbb 13011
9a819804
AO
13012 done
13013fi
13014
13015if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13016 for ncn_progname in strip; do
81ecdfbb
RW
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13018$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13019 if test -x $with_build_time_tools/${ncn_progname}; then
13020 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13022$as_echo "yes" >&6; }
2429c060
PB
13023 break
13024 else
81ecdfbb
RW
13025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13026$as_echo "no" >&6; }
2429c060
PB
13027 fi
13028 done
13029fi
13030
13031if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13032 for ncn_progname in strip; do
13033 if test -n "$ncn_target_tool_prefix"; then
13034 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 13035set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13037$as_echo_n "checking for $ac_word... " >&6; }
13038if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13039 $as_echo_n "(cached) " >&6
7e0f7140
GK
13040else
13041 if test -n "$STRIP_FOR_TARGET"; then
13042 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
13043else
13044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13045for as_dir in $PATH
13046do
13047 IFS=$as_save_IFS
13048 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13049 for ac_exec_ext in '' $ac_executable_extensions; do
13050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13051 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13053 break 2
13054 fi
13055done
81ecdfbb
RW
13056 done
13057IFS=$as_save_IFS
c6b750e1 13058
7e0f7140
GK
13059fi
13060fi
c6b750e1 13061STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13062if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13064$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13065else
81ecdfbb
RW
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13067$as_echo "no" >&6; }
7e0f7140
GK
13068fi
13069
81ecdfbb 13070
2429c060
PB
13071 fi
13072 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13073 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 13074set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13076$as_echo_n "checking for $ac_word... " >&6; }
13077if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13078 $as_echo_n "(cached) " >&6
7e0f7140
GK
13079else
13080 if test -n "$STRIP_FOR_TARGET"; then
13081 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13082else
c6b750e1
DJ
13083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13084for as_dir in $PATH
13085do
13086 IFS=$as_save_IFS
13087 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13088 for ac_exec_ext in '' $ac_executable_extensions; do
13089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13090 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13092 break 2
13093 fi
13094done
81ecdfbb
RW
13095 done
13096IFS=$as_save_IFS
c6b750e1 13097
7e0f7140
GK
13098fi
13099fi
c6b750e1 13100STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13101if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13103$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13104else
81ecdfbb
RW
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13106$as_echo "no" >&6; }
7e0f7140 13107fi
c6b750e1 13108
81ecdfbb 13109
2429c060
PB
13110 fi
13111 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13112 done
13113fi
c6b750e1 13114
7e0f7140
GK
13115if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13116 set dummy strip
13117 if test $build = $target ; then
13118 STRIP_FOR_TARGET="$2"
13119 else
13120 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13121 fi
d3f5afc4
MS
13122else
13123 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
13124fi
13125
3a35eeb3
PB
13126else
13127 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
13128fi
13129
13130
13131
13132
13133if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13134 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13136$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13137 if test -x $with_build_time_tools/windres; then
13138 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13139 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13141$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 13142 else
81ecdfbb
RW
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13144$as_echo "no" >&6; }
3a35eeb3 13145 fi
2429c060
PB
13146 elif test $build != $host && test $have_gcc_for_target = yes; then
13147 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
13148 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13149 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
13150 fi
13151fi
c6b750e1 13152if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13153 # Extract the first word of "windres", so it can be a program name with args.
13154set dummy windres; ac_word=$2
81ecdfbb
RW
13155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13156$as_echo_n "checking for $ac_word... " >&6; }
13157if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13158 $as_echo_n "(cached) " >&6
2429c060 13159else
c6b750e1
DJ
13160 case $WINDRES_FOR_TARGET in
13161 [\\/]* | ?:[\\/]*)
2429c060
PB
13162 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13163 ;;
2429c060 13164 *)
c6b750e1
DJ
13165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13166for as_dir in $gcc_cv_tool_dirs
13167do
13168 IFS=$as_save_IFS
13169 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13170 for ac_exec_ext in '' $ac_executable_extensions; do
13171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13172 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13174 break 2
13175 fi
13176done
81ecdfbb
RW
13177 done
13178IFS=$as_save_IFS
c6b750e1 13179
2429c060
PB
13180 ;;
13181esac
13182fi
c6b750e1 13183WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 13184if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13186$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 13187else
81ecdfbb
RW
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13189$as_echo "no" >&6; }
2429c060
PB
13190fi
13191
81ecdfbb 13192
2429c060
PB
13193fi
13194if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
13195
13196
13197if test -n "$WINDRES_FOR_TARGET"; then
13198 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13199elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13200 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13201fi
13202
13203if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13204 for ncn_progname in windres; do
13205 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13206set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13208$as_echo_n "checking for $ac_word... " >&6; }
13209if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13210 $as_echo_n "(cached) " >&6
9a819804
AO
13211else
13212 if test -n "$WINDRES_FOR_TARGET"; then
13213 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13214else
13215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13216for as_dir in $PATH
13217do
13218 IFS=$as_save_IFS
13219 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13220 for ac_exec_ext in '' $ac_executable_extensions; do
13221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13222 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13224 break 2
13225 fi
13226done
81ecdfbb
RW
13227 done
13228IFS=$as_save_IFS
9a819804
AO
13229
13230fi
13231fi
13232WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13233if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13235$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 13236else
81ecdfbb
RW
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13238$as_echo "no" >&6; }
9a819804
AO
13239fi
13240
81ecdfbb 13241
9a819804
AO
13242 done
13243fi
13244
13245if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13246 for ncn_progname in windres; do
81ecdfbb
RW
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13248$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13249 if test -x $with_build_time_tools/${ncn_progname}; then
13250 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13252$as_echo "yes" >&6; }
2429c060
PB
13253 break
13254 else
81ecdfbb
RW
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13256$as_echo "no" >&6; }
2429c060
PB
13257 fi
13258 done
13259fi
13260
13261if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13262 for ncn_progname in windres; do
13263 if test -n "$ncn_target_tool_prefix"; then
13264 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 13265set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13267$as_echo_n "checking for $ac_word... " >&6; }
13268if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13269 $as_echo_n "(cached) " >&6
859789af 13270else
55db4b87
PB
13271 if test -n "$WINDRES_FOR_TARGET"; then
13272 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13273else
c6b750e1
DJ
13274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13275for as_dir in $PATH
13276do
13277 IFS=$as_save_IFS
13278 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13279 for ac_exec_ext in '' $ac_executable_extensions; do
13280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13281 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13283 break 2
13284 fi
13285done
81ecdfbb
RW
13286 done
13287IFS=$as_save_IFS
c6b750e1 13288
859789af
AC
13289fi
13290fi
c6b750e1 13291WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 13292if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13294$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13295else
81ecdfbb
RW
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13297$as_echo "no" >&6; }
859789af
AC
13298fi
13299
81ecdfbb 13300
2429c060
PB
13301 fi
13302 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13303 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 13304set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13306$as_echo_n "checking for $ac_word... " >&6; }
13307if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13308 $as_echo_n "(cached) " >&6
859789af 13309else
05cbd757
PB
13310 if test -n "$WINDRES_FOR_TARGET"; then
13311 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13312else
c6b750e1
DJ
13313as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13314for as_dir in $PATH
13315do
13316 IFS=$as_save_IFS
13317 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13318 for ac_exec_ext in '' $ac_executable_extensions; do
13319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13320 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13322 break 2
13323 fi
13324done
81ecdfbb
RW
13325 done
13326IFS=$as_save_IFS
c6b750e1 13327
859789af
AC
13328fi
13329fi
c6b750e1 13330WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 13331if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13333$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13334else
81ecdfbb
RW
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13336$as_echo "no" >&6; }
859789af 13337fi
c6b750e1 13338
81ecdfbb 13339
2429c060
PB
13340 fi
13341 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13342 done
13343fi
c6b750e1 13344
05cbd757
PB
13345if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13346 set dummy windres
13347 if test $build = $target ; then
13348 WINDRES_FOR_TARGET="$2"
859789af 13349 else
05cbd757 13350 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13351 fi
d3f5afc4
MS
13352else
13353 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
13354fi
13355
3a35eeb3
PB
13356else
13357 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
13358fi
13359
852e5f18 13360
0c24b341
NC
13361
13362
13363if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13364 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13366$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
13367 if test -x $with_build_time_tools/windmc; then
13368 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13369 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13371$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 13372 else
81ecdfbb
RW
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13374$as_echo "no" >&6; }
0c24b341
NC
13375 fi
13376 elif test $build != $host && test $have_gcc_for_target = yes; then
13377 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13378 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13379 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13380 fi
13381fi
13382if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13383 # Extract the first word of "windmc", so it can be a program name with args.
13384set dummy windmc; ac_word=$2
81ecdfbb
RW
13385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13386$as_echo_n "checking for $ac_word... " >&6; }
13387if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13388 $as_echo_n "(cached) " >&6
0c24b341
NC
13389else
13390 case $WINDMC_FOR_TARGET in
13391 [\\/]* | ?:[\\/]*)
13392 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13393 ;;
13394 *)
13395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13396for as_dir in $gcc_cv_tool_dirs
13397do
13398 IFS=$as_save_IFS
13399 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13400 for ac_exec_ext in '' $ac_executable_extensions; do
13401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13402 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13404 break 2
13405 fi
13406done
81ecdfbb
RW
13407 done
13408IFS=$as_save_IFS
0c24b341
NC
13409
13410 ;;
13411esac
13412fi
13413WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13414if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13416$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13417else
81ecdfbb
RW
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13419$as_echo "no" >&6; }
0c24b341
NC
13420fi
13421
81ecdfbb 13422
0c24b341
NC
13423fi
13424if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13425
13426
13427if test -n "$WINDMC_FOR_TARGET"; then
13428 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13429elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13430 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13431fi
13432
13433if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13434 for ncn_progname in windmc; do
13435 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13436set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13438$as_echo_n "checking for $ac_word... " >&6; }
13439if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13440 $as_echo_n "(cached) " >&6
0c24b341
NC
13441else
13442 if test -n "$WINDMC_FOR_TARGET"; then
13443 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13444else
13445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13446for as_dir in $PATH
13447do
13448 IFS=$as_save_IFS
13449 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13450 for ac_exec_ext in '' $ac_executable_extensions; do
13451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13452 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13454 break 2
13455 fi
13456done
81ecdfbb
RW
13457 done
13458IFS=$as_save_IFS
0c24b341
NC
13459
13460fi
13461fi
13462WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13463if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13465$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13466else
81ecdfbb
RW
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13468$as_echo "no" >&6; }
0c24b341
NC
13469fi
13470
81ecdfbb 13471
0c24b341
NC
13472 done
13473fi
13474
13475if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13476 for ncn_progname in windmc; do
81ecdfbb
RW
13477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13478$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13479 if test -x $with_build_time_tools/${ncn_progname}; then
13480 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13482$as_echo "yes" >&6; }
0c24b341
NC
13483 break
13484 else
81ecdfbb
RW
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13486$as_echo "no" >&6; }
0c24b341
NC
13487 fi
13488 done
13489fi
13490
13491if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13492 for ncn_progname in windmc; do
13493 if test -n "$ncn_target_tool_prefix"; then
13494 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13495set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13497$as_echo_n "checking for $ac_word... " >&6; }
13498if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13499 $as_echo_n "(cached) " >&6
0c24b341
NC
13500else
13501 if test -n "$WINDMC_FOR_TARGET"; then
13502 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13503else
13504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13505for as_dir in $PATH
13506do
13507 IFS=$as_save_IFS
13508 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13509 for ac_exec_ext in '' $ac_executable_extensions; do
13510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13511 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13513 break 2
13514 fi
13515done
81ecdfbb
RW
13516 done
13517IFS=$as_save_IFS
0c24b341
NC
13518
13519fi
13520fi
13521WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13522if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13524$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13525else
81ecdfbb
RW
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13527$as_echo "no" >&6; }
0c24b341
NC
13528fi
13529
81ecdfbb 13530
0c24b341
NC
13531 fi
13532 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13533 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13534set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13536$as_echo_n "checking for $ac_word... " >&6; }
13537if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13538 $as_echo_n "(cached) " >&6
0c24b341
NC
13539else
13540 if test -n "$WINDMC_FOR_TARGET"; then
13541 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13542else
13543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13544for as_dir in $PATH
13545do
13546 IFS=$as_save_IFS
13547 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13548 for ac_exec_ext in '' $ac_executable_extensions; do
13549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13550 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13552 break 2
13553 fi
13554done
81ecdfbb
RW
13555 done
13556IFS=$as_save_IFS
0c24b341
NC
13557
13558fi
13559fi
13560WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13561if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13563$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13564else
81ecdfbb
RW
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13566$as_echo "no" >&6; }
0c24b341
NC
13567fi
13568
81ecdfbb 13569
0c24b341
NC
13570 fi
13571 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13572 done
13573fi
13574
13575if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13576 set dummy windmc
13577 if test $build = $target ; then
13578 WINDMC_FOR_TARGET="$2"
13579 else
13580 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13581 fi
13582else
13583 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13584fi
13585
13586else
13587 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13588fi
13589
13590
be01d343
PB
13591RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13592
81ecdfbb
RW
13593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13594$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13595if test "x${build}" != "x${host}" ; then
2429c060
PB
13596 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13597 # We already found the complete path
b8025f34 13598 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13600$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13601 else
13602 # Canadian cross, just use what we found
81ecdfbb
RW
13603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13604$as_echo "pre-installed" >&6; }
2429c060 13605 fi
be01d343
PB
13606else
13607 ok=yes
13608 case " ${configdirs} " in
13609 *" binutils "*) ;;
13610 *) ok=no ;;
13611 esac
c6b750e1 13612
be01d343
PB
13613 if test $ok = yes; then
13614 # An in-tree tool is available and we can use it
13615 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
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$AR_FOR_TARGET" : "x/" > /dev/null; then
13619 # We already found the complete path
b8025f34 13620 ac_dir=`dirname $AR_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 AR_FOR_TARGET='$(AR)'
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 as" >&5
13636$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13637if test "x${build}" != "x${host}" ; then
2429c060
PB
13638 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13639 # We already found the complete path
b8025f34 13640 ac_dir=`dirname $AS_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 *" gas "*) ;;
13652 *) ok=no ;;
13653 esac
c6b750e1 13654
be01d343
PB
13655 if test $ok = yes; then
13656 # An in-tree tool is available and we can use it
13657 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13659$as_echo "just compiled" >&6; }
2429c060
PB
13660 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13661 # We already found the complete path
b8025f34 13662 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13664$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13665 elif test "x$target" = "x$host"; then
13666 # We can use an host tool
13667 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13669$as_echo "host tool" >&6; }
be01d343
PB
13670 else
13671 # We need a cross tool
81ecdfbb
RW
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13673$as_echo "pre-installed" >&6; }
be01d343
PB
13674 fi
13675fi
4b900473 13676
81ecdfbb
RW
13677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13678$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13679if test "x${build}" != "x${host}" ; then
2429c060
PB
13680 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13681 # We already found the complete path
b8025f34 13682 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13684$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13685 else
13686 # Canadian cross, just use what we found
81ecdfbb
RW
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13688$as_echo "pre-installed" >&6; }
2429c060 13689 fi
be01d343
PB
13690else
13691 ok=yes
13692 case " ${configdirs} " in
13693 *" gcc "*) ;;
13694 *) ok=no ;;
13695 esac
c6b750e1 13696
be01d343
PB
13697 if test $ok = yes; then
13698 # An in-tree tool is available and we can use it
13699 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13701$as_echo "just compiled" >&6; }
2429c060
PB
13702 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13703 # We already found the complete path
b8025f34 13704 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13706$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13707 elif test "x$target" = "x$host"; then
13708 # We can use an host tool
13709 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13711$as_echo "host tool" >&6; }
be01d343
PB
13712 else
13713 # We need a cross tool
81ecdfbb
RW
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13715$as_echo "pre-installed" >&6; }
be01d343
PB
13716 fi
13717fi
4b900473 13718
81ecdfbb
RW
13719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13720$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13721if test "x${build}" != "x${host}" ; then
2429c060
PB
13722 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13723 # We already found the complete path
b8025f34 13724 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13726$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13727 else
13728 # Canadian cross, just use what we found
81ecdfbb
RW
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13730$as_echo "pre-installed" >&6; }
2429c060 13731 fi
be01d343
PB
13732else
13733 ok=yes
13734 case " ${configdirs} " in
13735 *" gcc "*) ;;
13736 *) ok=no ;;
13737 esac
13738 case ,${enable_languages}, in
13739 *,c++,*) ;;
13740 *) ok=no ;;
13741 esac
13742 if test $ok = yes; then
13743 # An in-tree tool is available and we can use it
d2489204 13744 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -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
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13746$as_echo "just compiled" >&6; }
2429c060
PB
13747 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13748 # We already found the complete path
b8025f34 13749 ac_dir=`dirname $CXX_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 CXX_FOR_TARGET='$(CXX)'
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 c++ for libstdc++" >&5
13765$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 13766if test "x${build}" != "x${host}" ; then
2429c060
PB
13767 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13768 # We already found the complete path
b8025f34 13769 ac_dir=`dirname $RAW_CXX_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 *,c++,*) ;;
13785 *) ok=no ;;
13786 esac
13787 if test $ok = yes; then
13788 # An in-tree tool is available and we can use it
13789 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
13790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13791$as_echo "just compiled" >&6; }
2429c060
PB
13792 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13793 # We already found the complete path
b8025f34 13794 ac_dir=`dirname $RAW_CXX_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 RAW_CXX_FOR_TARGET='$(CXX)'
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 dlltool" >&5
13810$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 13811if test "x${build}" != "x${host}" ; then
2429c060
PB
13812 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13813 # We already found the complete path
b8025f34 13814 ac_dir=`dirname $DLLTOOL_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 *" binutils "*) ;;
13826 *) ok=no ;;
13827 esac
c6b750e1 13828
be01d343
PB
13829 if test $ok = yes; then
13830 # An in-tree tool is available and we can use it
13831 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13833$as_echo "just compiled" >&6; }
2429c060
PB
13834 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13835 # We already found the complete path
b8025f34 13836 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13838$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13839 elif test "x$target" = "x$host"; then
13840 # We can use an host tool
13841 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13843$as_echo "host tool" >&6; }
be01d343
PB
13844 else
13845 # We need a cross tool
81ecdfbb
RW
13846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13847$as_echo "pre-installed" >&6; }
be01d343
PB
13848 fi
13849fi
4b900473 13850
81ecdfbb
RW
13851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13852$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 13853if test "x${build}" != "x${host}" ; then
2429c060
PB
13854 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13855 # We already found the complete path
b8025f34 13856 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13858$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13859 else
13860 # Canadian cross, just use what we found
81ecdfbb
RW
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13862$as_echo "pre-installed" >&6; }
2429c060 13863 fi
be01d343
PB
13864else
13865 ok=yes
13866 case " ${configdirs} " in
13867 *" gcc "*) ;;
13868 *) ok=no ;;
13869 esac
c6b750e1 13870
be01d343
PB
13871 if test $ok = yes; then
13872 # An in-tree tool is available and we can use it
13873 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13875$as_echo "just compiled" >&6; }
2429c060
PB
13876 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13877 # We already found the complete path
b8025f34 13878 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
13879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13880$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13881 elif test "x$target" = "x$host"; then
13882 # We can use an host tool
13883 GCC_FOR_TARGET='$()'
81ecdfbb
RW
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13885$as_echo "host tool" >&6; }
be01d343
PB
13886 else
13887 # We need a cross tool
81ecdfbb
RW
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13889$as_echo "pre-installed" >&6; }
be01d343
PB
13890 fi
13891fi
4b900473 13892
81ecdfbb
RW
13893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13894$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 13895if test "x${build}" != "x${host}" ; then
2429c060
PB
13896 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13897 # We already found the complete path
b8025f34 13898 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13900$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13901 else
13902 # Canadian cross, just use what we found
81ecdfbb
RW
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13904$as_echo "pre-installed" >&6; }
2429c060 13905 fi
be01d343
PB
13906else
13907 ok=yes
13908 case " ${configdirs} " in
13909 *" gcc "*) ;;
13910 *) ok=no ;;
13911 esac
13912 case ,${enable_languages}, in
13913 *,java,*) ;;
13914 *) ok=no ;;
13915 esac
13916 if test $ok = yes; then
13917 # An in-tree tool is available and we can use it
13918 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13920$as_echo "just compiled" >&6; }
2429c060
PB
13921 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13922 # We already found the complete path
b8025f34 13923 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13925$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13926 elif test "x$target" = "x$host"; then
13927 # We can use an host tool
13928 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13930$as_echo "host tool" >&6; }
be01d343
PB
13931 else
13932 # We need a cross tool
81ecdfbb
RW
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13934$as_echo "pre-installed" >&6; }
be01d343
PB
13935 fi
13936fi
4b900473 13937
81ecdfbb
RW
13938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13939$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 13940if test "x${build}" != "x${host}" ; then
2429c060
PB
13941 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13942 # We already found the complete path
b8025f34 13943 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13945$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13946 else
13947 # Canadian cross, just use what we found
81ecdfbb
RW
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13949$as_echo "pre-installed" >&6; }
2429c060 13950 fi
be01d343
PB
13951else
13952 ok=yes
13953 case " ${configdirs} " in
13954 *" gcc "*) ;;
13955 *) ok=no ;;
13956 esac
13957 case ,${enable_languages}, in
13958 *,fortran,*) ;;
13959 *) ok=no ;;
13960 esac
13961 if test $ok = yes; then
13962 # An in-tree tool is available and we can use it
13963 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13965$as_echo "just compiled" >&6; }
2429c060
PB
13966 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13967 # We already found the complete path
b8025f34 13968 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13970$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13971 elif test "x$target" = "x$host"; then
13972 # We can use an host tool
13973 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13975$as_echo "host tool" >&6; }
be01d343
PB
13976 else
13977 # We need a cross tool
81ecdfbb
RW
13978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13979$as_echo "pre-installed" >&6; }
be01d343
PB
13980 fi
13981fi
4b900473 13982
e552509b
ILT
13983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13984$as_echo_n "checking where to find the target gccgo... " >&6; }
13985if test "x${build}" != "x${host}" ; then
13986 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13987 # We already found the complete path
13988 ac_dir=`dirname $GOC_FOR_TARGET`
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13990$as_echo "pre-installed in $ac_dir" >&6; }
13991 else
13992 # Canadian cross, just use what we found
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13994$as_echo "pre-installed" >&6; }
13995 fi
13996else
13997 ok=yes
13998 case " ${configdirs} " in
13999 *" gcc "*) ;;
14000 *) ok=no ;;
14001 esac
14002 case ,${enable_languages}, in
14003 *,go,*) ;;
14004 *) ok=no ;;
14005 esac
14006 if test $ok = yes; then
14007 # An in-tree tool is available and we can use it
14008 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14010$as_echo "just compiled" >&6; }
14011 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14012 # We already found the complete path
14013 ac_dir=`dirname $GOC_FOR_TARGET`
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14015$as_echo "pre-installed in $ac_dir" >&6; }
14016 elif test "x$target" = "x$host"; then
14017 # We can use an host tool
14018 GOC_FOR_TARGET='$(GOC)'
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14020$as_echo "host tool" >&6; }
14021 else
14022 # We need a cross tool
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14024$as_echo "pre-installed" >&6; }
14025 fi
14026fi
14027
81ecdfbb
RW
14028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14029$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 14030if test "x${build}" != "x${host}" ; then
2429c060
PB
14031 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14032 # We already found the complete path
b8025f34 14033 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14035$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14036 else
14037 # Canadian cross, just use what we found
81ecdfbb
RW
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14039$as_echo "pre-installed" >&6; }
2429c060 14040 fi
be01d343
PB
14041else
14042 ok=yes
14043 case " ${configdirs} " in
14044 *" ld "*) ;;
14045 *) ok=no ;;
14046 esac
c6b750e1 14047
be01d343
PB
14048 if test $ok = yes; then
14049 # An in-tree tool is available and we can use it
14050 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14052$as_echo "just compiled" >&6; }
2429c060
PB
14053 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14054 # We already found the complete path
b8025f34 14055 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14057$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14058 elif test "x$target" = "x$host"; then
14059 # We can use an host tool
14060 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14062$as_echo "host tool" >&6; }
be01d343
PB
14063 else
14064 # We need a cross tool
81ecdfbb
RW
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14066$as_echo "pre-installed" >&6; }
be01d343
PB
14067 fi
14068fi
4b900473 14069
81ecdfbb
RW
14070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14071$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 14072if test "x${build}" != "x${host}" ; then
2429c060
PB
14073 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14074 # We already found the complete path
b8025f34 14075 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14077$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14078 else
14079 # Canadian cross, just use what we found
81ecdfbb
RW
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14081$as_echo "pre-installed" >&6; }
2429c060 14082 fi
be01d343 14083else
2429c060
PB
14084 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14085 # We already found the complete path
b8025f34 14086 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14088$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 14089 elif test "x$target" = "x$host"; then
be01d343
PB
14090 # We can use an host tool
14091 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14093$as_echo "host tool" >&6; }
be01d343
PB
14094 else
14095 # We need a cross tool
81ecdfbb
RW
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14097$as_echo "pre-installed" >&6; }
be01d343
PB
14098 fi
14099fi
4b900473 14100
81ecdfbb
RW
14101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14102$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 14103if test "x${build}" != "x${host}" ; then
2429c060
PB
14104 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14105 # We already found the complete path
b8025f34 14106 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14108$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14109 else
14110 # Canadian cross, just use what we found
81ecdfbb
RW
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14112$as_echo "pre-installed" >&6; }
2429c060 14113 fi
be01d343
PB
14114else
14115 ok=yes
14116 case " ${configdirs} " in
14117 *" binutils "*) ;;
14118 *) ok=no ;;
14119 esac
c6b750e1 14120
be01d343
PB
14121 if test $ok = yes; then
14122 # An in-tree tool is available and we can use it
14123 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14125$as_echo "just compiled" >&6; }
2429c060
PB
14126 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14127 # We already found the complete path
b8025f34 14128 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14130$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14131 elif test "x$target" = "x$host"; then
14132 # We can use an host tool
14133 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14135$as_echo "host tool" >&6; }
be01d343
PB
14136 else
14137 # We need a cross tool
81ecdfbb
RW
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14139$as_echo "pre-installed" >&6; }
be01d343
PB
14140 fi
14141fi
4b900473 14142
81ecdfbb
RW
14143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14144$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 14145if test "x${build}" != "x${host}" ; then
2429c060
PB
14146 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14147 # We already found the complete path
b8025f34 14148 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14150$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14151 else
14152 # Canadian cross, just use what we found
81ecdfbb
RW
14153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14154$as_echo "pre-installed" >&6; }
2429c060 14155 fi
be01d343
PB
14156else
14157 ok=yes
14158 case " ${configdirs} " in
14159 *" binutils "*) ;;
14160 *) ok=no ;;
14161 esac
c6b750e1 14162
be01d343
PB
14163 if test $ok = yes; then
14164 # An in-tree tool is available and we can use it
14165 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14167$as_echo "just compiled" >&6; }
2429c060
PB
14168 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14169 # We already found the complete path
b8025f34 14170 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14172$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14173 elif test "x$target" = "x$host"; then
14174 # We can use an host tool
14175 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14177$as_echo "host tool" >&6; }
be01d343
PB
14178 else
14179 # We need a cross tool
81ecdfbb
RW
14180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14181$as_echo "pre-installed" >&6; }
be01d343
PB
14182 fi
14183fi
4b900473 14184
81ecdfbb
RW
14185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14186$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 14187if test "x${build}" != "x${host}" ; then
2429c060
PB
14188 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14189 # We already found the complete path
b8025f34 14190 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14192$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14193 else
14194 # Canadian cross, just use what we found
81ecdfbb
RW
14195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14196$as_echo "pre-installed" >&6; }
2429c060 14197 fi
be01d343
PB
14198else
14199 ok=yes
14200 case " ${configdirs} " in
14201 *" binutils "*) ;;
14202 *) ok=no ;;
14203 esac
c6b750e1 14204
be01d343
PB
14205 if test $ok = yes; then
14206 # An in-tree tool is available and we can use it
14207 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14209$as_echo "just compiled" >&6; }
2429c060
PB
14210 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14211 # We already found the complete path
b8025f34 14212 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14214$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14215 elif test "x$target" = "x$host"; then
14216 # We can use an host tool
14217 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14219$as_echo "host tool" >&6; }
be01d343
PB
14220 else
14221 # We need a cross tool
81ecdfbb
RW
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14223$as_echo "pre-installed" >&6; }
be01d343
PB
14224 fi
14225fi
4b900473 14226
b121d7d4
DD
14227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14228$as_echo_n "checking where to find the target readelf... " >&6; }
14229if test "x${build}" != "x${host}" ; then
14230 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14231 # We already found the complete path
14232 ac_dir=`dirname $READELF_FOR_TARGET`
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14234$as_echo "pre-installed in $ac_dir" >&6; }
14235 else
14236 # Canadian cross, just use what we found
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14238$as_echo "pre-installed" >&6; }
14239 fi
14240else
14241 ok=yes
14242 case " ${configdirs} " in
14243 *" binutils "*) ;;
14244 *) ok=no ;;
14245 esac
14246
14247 if test $ok = yes; then
14248 # An in-tree tool is available and we can use it
14249 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14251$as_echo "just compiled" >&6; }
14252 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14253 # We already found the complete path
14254 ac_dir=`dirname $READELF_FOR_TARGET`
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14256$as_echo "pre-installed in $ac_dir" >&6; }
14257 elif test "x$target" = "x$host"; then
14258 # We can use an host tool
14259 READELF_FOR_TARGET='$(READELF)'
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14261$as_echo "host tool" >&6; }
14262 else
14263 # We need a cross tool
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14265$as_echo "pre-installed" >&6; }
14266 fi
14267fi
14268
81ecdfbb
RW
14269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14270$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 14271if test "x${build}" != "x${host}" ; then
2429c060
PB
14272 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14273 # We already found the complete path
b8025f34 14274 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14276$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14277 else
14278 # Canadian cross, just use what we found
81ecdfbb
RW
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14280$as_echo "pre-installed" >&6; }
2429c060 14281 fi
be01d343
PB
14282else
14283 ok=yes
14284 case " ${configdirs} " in
14285 *" binutils "*) ;;
14286 *) ok=no ;;
14287 esac
c6b750e1 14288
be01d343
PB
14289 if test $ok = yes; then
14290 # An in-tree tool is available and we can use it
9b980aa1 14291 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14293$as_echo "just compiled" >&6; }
2429c060
PB
14294 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14295 # We already found the complete path
b8025f34 14296 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14298$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14299 elif test "x$target" = "x$host"; then
14300 # We can use an host tool
14301 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14303$as_echo "host tool" >&6; }
be01d343
PB
14304 else
14305 # We need a cross tool
81ecdfbb
RW
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14307$as_echo "pre-installed" >&6; }
be01d343
PB
14308 fi
14309fi
4b900473 14310
81ecdfbb
RW
14311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14312$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 14313if test "x${build}" != "x${host}" ; then
2429c060
PB
14314 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14315 # We already found the complete path
b8025f34 14316 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14318$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14319 else
14320 # Canadian cross, just use what we found
81ecdfbb
RW
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14322$as_echo "pre-installed" >&6; }
2429c060 14323 fi
be01d343
PB
14324else
14325 ok=yes
14326 case " ${configdirs} " in
14327 *" binutils "*) ;;
14328 *) ok=no ;;
14329 esac
c6b750e1 14330
be01d343
PB
14331 if test $ok = yes; then
14332 # An in-tree tool is available and we can use it
14333 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14335$as_echo "just compiled" >&6; }
2429c060
PB
14336 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14337 # We already found the complete path
b8025f34 14338 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14340$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14341 elif test "x$target" = "x$host"; then
14342 # We can use an host tool
14343 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14345$as_echo "host tool" >&6; }
be01d343
PB
14346 else
14347 # We need a cross tool
81ecdfbb
RW
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14349$as_echo "pre-installed" >&6; }
be01d343 14350 fi
a0da8069 14351fi
54752a6b 14352
81ecdfbb
RW
14353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14354$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
14355if test "x${build}" != "x${host}" ; then
14356 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14357 # We already found the complete path
14358 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14360$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14361 else
14362 # Canadian cross, just use what we found
81ecdfbb
RW
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14364$as_echo "pre-installed" >&6; }
0c24b341
NC
14365 fi
14366else
14367 ok=yes
14368 case " ${configdirs} " in
14369 *" binutils "*) ;;
14370 *) ok=no ;;
14371 esac
14372
14373 if test $ok = yes; then
14374 # An in-tree tool is available and we can use it
14375 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14377$as_echo "just compiled" >&6; }
0c24b341
NC
14378 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14379 # We already found the complete path
14380 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14382$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14383 elif test "x$target" = "x$host"; then
14384 # We can use an host tool
14385 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14387$as_echo "host tool" >&6; }
0c24b341
NC
14388 else
14389 # We need a cross tool
81ecdfbb
RW
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14391$as_echo "pre-installed" >&6; }
0c24b341
NC
14392 fi
14393fi
14394
54752a6b
NN
14395
14396
be01d343 14397
4b900473 14398
a0da8069
NN
14399# Certain tools may need extra flags.
14400AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14401RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14402NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14403
be01d343
PB
14404# When building target libraries, except in a Canadian cross, we use
14405# the same toolchain as the compiler we just built.
14406COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14407COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14408COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14409if test $host = $build; then
14410 case " $configdirs " in
14411 *" gcc "*)
14412 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14413 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14414 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14415 ;;
14416 esac
14417fi
14418
14419
14420
14421
14422
81ecdfbb
RW
14423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14424$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14425# Check whether --enable-maintainer-mode was given.
14426if test "${enable_maintainer_mode+set}" = set; then :
14427 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
14428else
14429 USE_MAINTAINER_MODE=no
81ecdfbb
RW
14430fi
14431
14432{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14433$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
14434
14435
14436if test "$USE_MAINTAINER_MODE" = yes; then
14437 MAINTAINER_MODE_TRUE=
14438 MAINTAINER_MODE_FALSE='#'
14439else
14440 MAINTAINER_MODE_TRUE='#'
14441 MAINTAINER_MODE_FALSE=
c6b750e1 14442fi
3d5e36ae
AO
14443MAINT=$MAINTAINER_MODE_TRUE
14444
1d39f329
NN
14445# ---------------------
14446# GCC bootstrap support
14447# ---------------------
14448
14449# Stage specific cflags for build.
14450stage1_cflags="-g"
14451case $build in
14452 vax-*-*)
14453 case ${GCC} in
14454 yes) stage1_cflags="-g -Wa,-J" ;;
14455 *) stage1_cflags="-g -J" ;;
14456 esac ;;
1d39f329
NN
14457esac
14458
1d89b610 14459
1d39f329 14460
8a0d8a5c 14461# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14462# Check whether --enable-stage1-checking was given.
14463if test "${enable_stage1_checking+set}" = set; then :
14464 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14465else
5566c1fa 14466 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14467 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14468else
5566c1fa 14469 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14470fi
81ecdfbb 14471fi
8a0d8a5c
PB
14472
14473
c6b750e1 14474
81ecdfbb
RW
14475# Enable -Werror in bootstrap stage2 and later.
14476# Check whether --enable-werror was given.
14477if test "${enable_werror+set}" = set; then :
14478 enableval=$enable_werror;
1d39f329 14479else
a0323144 14480 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14481 enable_werror=yes
79fcd0ec
PB
14482else
14483 enable_werror=no
14484fi
81ecdfbb
RW
14485fi
14486
1a6f2dc7
NN
14487case ${enable_werror} in
14488 yes) stage2_werror_flag="--enable-werror-always" ;;
14489 *) stage2_werror_flag="" ;;
1d39f329
NN
14490esac
14491
14492
e8a5fa9c
RW
14493# Specify what files to not compare during bootstrap.
14494
14495compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14496case "$target" in
14497 hppa*64*-*-hpux*) ;;
14498 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
1488e230 14499 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
e8a5fa9c
RW
14500esac
14501
14502
81ecdfbb
RW
14503ac_config_files="$ac_config_files Makefile"
14504
c6b750e1 14505cat >confcache <<\_ACEOF
a0da8069
NN
14506# This file is a shell script that caches the results of configure
14507# tests run on this system so they can be shared between configure
c6b750e1
DJ
14508# scripts and configure runs, see configure's option --config-cache.
14509# It is not useful on other systems. If it contains results you don't
14510# want to keep, you may remove or edit it.
a0da8069 14511#
c6b750e1
DJ
14512# config.status only pays attention to the cache file if you give it
14513# the --recheck option to rerun configure.
a0da8069 14514#
c6b750e1
DJ
14515# `ac_cv_env_foo' variables (set or unset) will be overridden when
14516# loading this file, other *unset* `ac_cv_foo' will be assigned the
14517# following values.
14518
14519_ACEOF
14520
a0da8069
NN
14521# The following way of writing the cache mishandles newlines in values,
14522# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14523# So, we kill variables containing newlines.
a0da8069
NN
14524# Ultrix sh set writes to stderr and can't be redirected directly,
14525# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14526(
14527 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14528 eval ac_val=\$$ac_var
14529 case $ac_val in #(
14530 *${as_nl}*)
14531 case $ac_var in #(
14532 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14533$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14534 esac
14535 case $ac_var in #(
14536 _ | IFS | as_nl) ;; #(
14537 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14538 *) { eval $ac_var=; unset $ac_var;} ;;
14539 esac ;;
14540 esac
14541 done
14542
c6b750e1 14543 (set) 2>&1 |
81ecdfbb
RW
14544 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14545 *${as_nl}ac_space=\ *)
14546 # `set' does not quote correctly, so add quotes: double-quote
14547 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14548 sed -n \
14549 "s/'/'\\\\''/g;
14550 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14551 ;; #(
c6b750e1
DJ
14552 *)
14553 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14554 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14555 ;;
81ecdfbb
RW
14556 esac |
14557 sort
14558) |
c6b750e1 14559 sed '
81ecdfbb 14560 /^ac_cv_env_/b end
c6b750e1 14561 t clear
81ecdfbb 14562 :clear
c6b750e1
DJ
14563 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14564 t end
81ecdfbb
RW
14565 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14566 :end' >>confcache
14567if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14568 if test -w "$cache_file"; then
14569 test "x$cache_file" != "x/dev/null" &&
14570 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14571$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14572 cat confcache >$cache_file
a0da8069 14573 else
81ecdfbb
RW
14574 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14575$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14576 fi
852e5f18 14577fi
a0da8069 14578rm -f confcache
852e5f18 14579
a0da8069
NN
14580test "x$prefix" = xNONE && prefix=$ac_default_prefix
14581# Let make expand exec_prefix.
14582test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14583
a0da8069
NN
14584# Transform confdefs.h into DEFS.
14585# Protect against shell expansion while executing Makefile rules.
14586# Protect against Makefile macro expansion.
c6b750e1
DJ
14587#
14588# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14589# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14590# look for a macro that doesn't take arguments.
81ecdfbb
RW
14591ac_script='
14592:mline
14593/\\$/{
14594 N
14595 s,\\\n,,
14596 b mline
14597}
c6b750e1 14598t clear
81ecdfbb
RW
14599:clear
14600s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14601t quote
81ecdfbb 14602s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14603t quote
81ecdfbb
RW
14604b any
14605:quote
14606s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14607s/\[/\\&/g
14608s/\]/\\&/g
14609s/\$/$$/g
14610H
14611:any
14612${
14613 g
14614 s/^\n//
14615 s/\n/ /g
14616 p
14617}
14618'
14619DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
14620
14621
14622ac_libobjs=
14623ac_ltlibobjs=
14624for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14625 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14626 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14627 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14628 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14629 # will be set to the directory where LIBOBJS objects are built.
14630 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14631 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
14632done
14633LIBOBJS=$ac_libobjs
852e5f18 14634
c6b750e1 14635LTLIBOBJS=$ac_ltlibobjs
376a0e54 14636
cac3d6c4 14637
c6b750e1
DJ
14638
14639: ${CONFIG_STATUS=./config.status}
81ecdfbb 14640ac_write_fail=0
c6b750e1
DJ
14641ac_clean_files_save=$ac_clean_files
14642ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14643{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14644$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14645as_write_fail=0
14646cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
14647#! $SHELL
14648# Generated by $as_me.
a0da8069 14649# Run this file to recreate the current configuration.
a0da8069 14650# Compiler output produced by configure, useful for debugging
c6b750e1 14651# configure, is in config.log if it exists.
376a0e54 14652
c6b750e1
DJ
14653debug=false
14654ac_cs_recheck=false
14655ac_cs_silent=false
c6b750e1 14656
81ecdfbb
RW
14657SHELL=\${CONFIG_SHELL-$SHELL}
14658export SHELL
14659_ASEOF
14660cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14661## -------------------- ##
14662## M4sh Initialization. ##
14663## -------------------- ##
14664
14665# Be more Bourne compatible
14666DUALCASE=1; export DUALCASE # for MKS sh
14667if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
14668 emulate sh
14669 NULLCMD=:
81ecdfbb 14670 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14671 # is contrary to our usage. Disable this feature.
14672 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14673 setopt NO_GLOB_SUBST
14674else
14675 case `(set -o) 2>/dev/null` in #(
14676 *posix*) :
14677 set -o posix ;; #(
14678 *) :
14679 ;;
14680esac
c6b750e1 14681fi
c6b750e1 14682
81ecdfbb
RW
14683
14684as_nl='
14685'
14686export as_nl
14687# Printing a long string crashes Solaris 7 /usr/bin/printf.
14688as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14689as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14690as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14691# Prefer a ksh shell builtin over an external printf program on Solaris,
14692# but without wasting forks for bash or zsh.
14693if test -z "$BASH_VERSION$ZSH_VERSION" \
14694 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14695 as_echo='print -r --'
14696 as_echo_n='print -rn --'
14697elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14698 as_echo='printf %s\n'
14699 as_echo_n='printf %s'
14700else
14701 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14702 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14703 as_echo_n='/usr/ucb/echo -n'
14704 else
14705 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14706 as_echo_n_body='eval
14707 arg=$1;
14708 case $arg in #(
14709 *"$as_nl"*)
14710 expr "X$arg" : "X\\(.*\\)$as_nl";
14711 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14712 esac;
14713 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14714 '
14715 export as_echo_n_body
14716 as_echo_n='sh -c $as_echo_n_body as_echo'
14717 fi
14718 export as_echo_body
14719 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
14720fi
14721
81ecdfbb
RW
14722# The user is always right.
14723if test "${PATH_SEPARATOR+set}" != set; then
14724 PATH_SEPARATOR=:
14725 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14726 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14727 PATH_SEPARATOR=';'
14728 }
14729fi
14730
14731
14732# IFS
14733# We need space, tab and new line, in precisely that order. Quoting is
14734# there to prevent editors from complaining about space-tab.
14735# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14736# splitting by setting IFS to empty value.)
14737IFS=" "" $as_nl"
14738
14739# Find who we are. Look in the path if we contain no directory separator.
14740case $0 in #((
14741 *[\\/]* ) as_myself=$0 ;;
14742 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14743for as_dir in $PATH
14744do
14745 IFS=$as_save_IFS
14746 test -z "$as_dir" && as_dir=.
14747 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14748 done
14749IFS=$as_save_IFS
14750
14751 ;;
14752esac
14753# We did not find ourselves, most probably we were run as `sh COMMAND'
14754# in which case we are not to be found in the path.
14755if test "x$as_myself" = x; then
14756 as_myself=$0
14757fi
14758if test ! -f "$as_myself"; then
14759 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14760 exit 1
14761fi
c6b750e1 14762
81ecdfbb
RW
14763# Unset variables that we do not need and which cause bugs (e.g. in
14764# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14765# suppresses any "Segmentation fault" message there. '((' could
14766# trigger a bug in pdksh 5.2.14.
14767for as_var in BASH_ENV ENV MAIL MAILPATH
14768do eval test x\${$as_var+set} = xset \
14769 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14770done
c6b750e1
DJ
14771PS1='$ '
14772PS2='> '
14773PS4='+ '
14774
14775# NLS nuisances.
81ecdfbb
RW
14776LC_ALL=C
14777export LC_ALL
14778LANGUAGE=C
14779export LANGUAGE
14780
14781# CDPATH.
14782(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14783
14784
14785# as_fn_error ERROR [LINENO LOG_FD]
14786# ---------------------------------
14787# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14788# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14789# script with status $?, using 1 if that was 0.
14790as_fn_error ()
14791{
14792 as_status=$?; test $as_status -eq 0 && as_status=1
14793 if test "$3"; then
14794 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14795 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 14796 fi
81ecdfbb
RW
14797 $as_echo "$as_me: error: $1" >&2
14798 as_fn_exit $as_status
14799} # as_fn_error
14800
14801
14802# as_fn_set_status STATUS
14803# -----------------------
14804# Set $? to STATUS, without forking.
14805as_fn_set_status ()
14806{
14807 return $1
14808} # as_fn_set_status
14809
14810# as_fn_exit STATUS
14811# -----------------
14812# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14813as_fn_exit ()
14814{
14815 set +e
14816 as_fn_set_status $1
14817 exit $1
14818} # as_fn_exit
14819
14820# as_fn_unset VAR
14821# ---------------
14822# Portably unset VAR.
14823as_fn_unset ()
14824{
14825 { eval $1=; unset $1;}
14826}
14827as_unset=as_fn_unset
14828# as_fn_append VAR VALUE
14829# ----------------------
14830# Append the text in VALUE to the end of the definition contained in VAR. Take
14831# advantage of any shell optimizations that allow amortized linear growth over
14832# repeated appends, instead of the typical quadratic growth present in naive
14833# implementations.
14834if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14835 eval 'as_fn_append ()
14836 {
14837 eval $1+=\$2
14838 }'
14839else
14840 as_fn_append ()
14841 {
14842 eval $1=\$$1\$2
14843 }
14844fi # as_fn_append
14845
14846# as_fn_arith ARG...
14847# ------------------
14848# Perform arithmetic evaluation on the ARGs, and store the result in the
14849# global $as_val. Take advantage of shells that can avoid forks. The arguments
14850# must be portable across $(()) and expr.
14851if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14852 eval 'as_fn_arith ()
14853 {
14854 as_val=$(( $* ))
14855 }'
14856else
14857 as_fn_arith ()
14858 {
14859 as_val=`expr "$@" || test $? -eq 1`
14860 }
14861fi # as_fn_arith
14862
c6b750e1 14863
81ecdfbb
RW
14864if expr a : '\(a\)' >/dev/null 2>&1 &&
14865 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
14866 as_expr=expr
14867else
14868 as_expr=false
14869fi
14870
81ecdfbb 14871if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
14872 as_basename=basename
14873else
14874 as_basename=false
14875fi
14876
81ecdfbb
RW
14877if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14878 as_dirname=dirname
14879else
14880 as_dirname=false
14881fi
c6b750e1 14882
81ecdfbb 14883as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
14884$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14885 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14886 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14887$as_echo X/"$0" |
14888 sed '/^.*\/\([^/][^/]*\)\/*$/{
14889 s//\1/
14890 q
14891 }
14892 /^X\/\(\/\/\)$/{
14893 s//\1/
14894 q
14895 }
14896 /^X\/\(\/\).*/{
14897 s//\1/
14898 q
14899 }
14900 s/.*/./; q'`
c6b750e1 14901
c6b750e1
DJ
14902# Avoid depending upon Character Ranges.
14903as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14904as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14905as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14906as_cr_digits='0123456789'
14907as_cr_alnum=$as_cr_Letters$as_cr_digits
14908
81ecdfbb
RW
14909ECHO_C= ECHO_N= ECHO_T=
14910case `echo -n x` in #(((((
14911-n*)
14912 case `echo 'xy\c'` in
14913 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14914 xy) ECHO_C='\c';;
14915 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14916 ECHO_T=' ';;
14917 esac;;
14918*)
14919 ECHO_N='-n';;
c6b750e1
DJ
14920esac
14921
81ecdfbb
RW
14922rm -f conf$$ conf$$.exe conf$$.file
14923if test -d conf$$.dir; then
14924 rm -f conf$$.dir/conf$$.file
c6b750e1 14925else
81ecdfbb
RW
14926 rm -f conf$$.dir
14927 mkdir conf$$.dir 2>/dev/null
c6b750e1 14928fi
81ecdfbb
RW
14929if (echo >conf$$.file) 2>/dev/null; then
14930 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 14931 as_ln_s='ln -s'
81ecdfbb
RW
14932 # ... but there are two gotchas:
14933 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14934 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14935 # In both cases, we have to default to `cp -p'.
14936 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14937 as_ln_s='cp -p'
14938 elif ln conf$$.file conf$$ 2>/dev/null; then
14939 as_ln_s=ln
14940 else
14941 as_ln_s='cp -p'
c6b750e1 14942 fi
c6b750e1
DJ
14943else
14944 as_ln_s='cp -p'
14945fi
81ecdfbb
RW
14946rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14947rmdir conf$$.dir 2>/dev/null
14948
14949
14950# as_fn_mkdir_p
14951# -------------
14952# Create "$as_dir" as a directory, including parents if necessary.
14953as_fn_mkdir_p ()
14954{
14955
14956 case $as_dir in #(
14957 -*) as_dir=./$as_dir;;
14958 esac
14959 test -d "$as_dir" || eval $as_mkdir_p || {
14960 as_dirs=
14961 while :; do
14962 case $as_dir in #(
14963 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14964 *) as_qdir=$as_dir;;
14965 esac
14966 as_dirs="'$as_qdir' $as_dirs"
14967 as_dir=`$as_dirname -- "$as_dir" ||
14968$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14969 X"$as_dir" : 'X\(//\)[^/]' \| \
14970 X"$as_dir" : 'X\(//\)$' \| \
14971 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14972$as_echo X"$as_dir" |
14973 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14974 s//\1/
14975 q
14976 }
14977 /^X\(\/\/\)[^/].*/{
14978 s//\1/
14979 q
14980 }
14981 /^X\(\/\/\)$/{
14982 s//\1/
14983 q
14984 }
14985 /^X\(\/\).*/{
14986 s//\1/
14987 q
14988 }
14989 s/.*/./; q'`
14990 test -d "$as_dir" && break
14991 done
14992 test -z "$as_dirs" || eval "mkdir $as_dirs"
14993 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14994
c6b750e1 14995
81ecdfbb 14996} # as_fn_mkdir_p
c6b750e1 14997if mkdir -p . 2>/dev/null; then
81ecdfbb 14998 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
14999else
15000 test -d ./-p && rmdir ./-p
15001 as_mkdir_p=false
15002fi
15003
81ecdfbb
RW
15004if test -x / >/dev/null 2>&1; then
15005 as_test_x='test -x'
15006else
15007 if ls -dL / >/dev/null 2>&1; then
15008 as_ls_L_option=L
15009 else
15010 as_ls_L_option=
15011 fi
15012 as_test_x='
15013 eval sh -c '\''
15014 if test -d "$1"; then
15015 test -d "$1/.";
15016 else
15017 case $1 in #(
15018 -*)set "./$1";;
15019 esac;
15020 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15021 ???[sx]*):;;*)false;;esac;fi
15022 '\'' sh
15023 '
15024fi
15025as_executable_p=$as_test_x
c6b750e1
DJ
15026
15027# Sed expression to map a string onto a valid CPP name.
15028as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15029
15030# Sed expression to map a string onto a valid variable name.
15031as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15032
15033
c6b750e1 15034exec 6>&1
81ecdfbb
RW
15035## ----------------------------------- ##
15036## Main body of $CONFIG_STATUS script. ##
15037## ----------------------------------- ##
15038_ASEOF
15039test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15040
15041cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15042# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 15043# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15044# values after options handling.
15045ac_log="
c6b750e1 15046This file was extended by $as_me, which was
81ecdfbb 15047generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
15048
15049 CONFIG_FILES = $CONFIG_FILES
15050 CONFIG_HEADERS = $CONFIG_HEADERS
15051 CONFIG_LINKS = $CONFIG_LINKS
15052 CONFIG_COMMANDS = $CONFIG_COMMANDS
15053 $ $0 $@
15054
81ecdfbb
RW
15055on `(hostname || uname -n) 2>/dev/null | sed 1q`
15056"
15057
c6b750e1
DJ
15058_ACEOF
15059
81ecdfbb
RW
15060case $ac_config_files in *"
15061"*) set x $ac_config_files; shift; ac_config_files=$*;;
15062esac
c6b750e1 15063
c6b750e1 15064
c6b750e1 15065
81ecdfbb
RW
15066cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15067# Files that config.status was made for.
15068config_files="$ac_config_files"
c6b750e1 15069
81ecdfbb 15070_ACEOF
c6b750e1 15071
81ecdfbb 15072cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15073ac_cs_usage="\
81ecdfbb
RW
15074\`$as_me' instantiates files and other configuration actions
15075from templates according to the current configuration. Unless the files
15076and actions are specified as TAGs, all are instantiated by default.
c6b750e1 15077
81ecdfbb 15078Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
15079
15080 -h, --help print this help, then exit
81ecdfbb
RW
15081 -V, --version print version number and configuration settings, then exit
15082 -q, --quiet, --silent
15083 do not print progress messages
c6b750e1
DJ
15084 -d, --debug don't remove temporary files
15085 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15086 --file=FILE[:TEMPLATE]
15087 instantiate the configuration file FILE
c6b750e1
DJ
15088
15089Configuration files:
15090$config_files
15091
81ecdfbb 15092Report bugs to the package provider."
c6b750e1 15093
81ecdfbb
RW
15094_ACEOF
15095cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
15096ac_cs_version="\\
15097config.status
81ecdfbb
RW
15098configured by $0, generated by GNU Autoconf 2.64,
15099 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 15100
81ecdfbb 15101Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
15102This config.status script is free software; the Free Software Foundation
15103gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15104
15105ac_pwd='$ac_pwd'
15106srcdir='$srcdir'
15107INSTALL='$INSTALL'
8e957354 15108AWK='$AWK'
81ecdfbb 15109test -n "\$AWK" || AWK=awk
c6b750e1
DJ
15110_ACEOF
15111
81ecdfbb
RW
15112cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15113# The default lists apply if the user does not specify any file.
c6b750e1
DJ
15114ac_need_defaults=:
15115while test $# != 0
a0da8069 15116do
c6b750e1
DJ
15117 case $1 in
15118 --*=*)
81ecdfbb
RW
15119 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15120 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
15121 ac_shift=:
15122 ;;
81ecdfbb 15123 *)
c6b750e1
DJ
15124 ac_option=$1
15125 ac_optarg=$2
15126 ac_shift=shift
15127 ;;
c6b750e1
DJ
15128 esac
15129
15130 case $ac_option in
15131 # Handling of the options.
a0da8069 15132 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 15133 ac_cs_recheck=: ;;
81ecdfbb
RW
15134 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15135 $as_echo "$ac_cs_version"; exit ;;
15136 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
15137 debug=: ;;
15138 --file | --fil | --fi | --f )
15139 $ac_shift
81ecdfbb
RW
15140 case $ac_optarg in
15141 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15142 esac
15143 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 15144 ac_need_defaults=false;;
81ecdfbb
RW
15145 --he | --h | --help | --hel | -h )
15146 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
15147 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15148 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15149 ac_cs_silent=: ;;
15150
15151 # This is an error.
81ecdfbb
RW
15152 -*) as_fn_error "unrecognized option: \`$1'
15153Try \`$0 --help' for more information." ;;
c6b750e1 15154
81ecdfbb
RW
15155 *) as_fn_append ac_config_targets " $1"
15156 ac_need_defaults=false ;;
c6b750e1 15157
376a0e54 15158 esac
c6b750e1 15159 shift
376a0e54
CM
15160done
15161
c6b750e1 15162ac_configure_extra_args=
376a0e54 15163
c6b750e1
DJ
15164if $ac_cs_silent; then
15165 exec 6>/dev/null
15166 ac_configure_extra_args="$ac_configure_extra_args --silent"
15167fi
376a0e54 15168
c6b750e1 15169_ACEOF
81ecdfbb 15170cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 15171if \$ac_cs_recheck; then
81ecdfbb
RW
15172 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15173 shift
15174 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15175 CONFIG_SHELL='$SHELL'
15176 export CONFIG_SHELL
15177 exec "\$@"
c6b750e1
DJ
15178fi
15179
15180_ACEOF
81ecdfbb
RW
15181cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15182exec 5>>config.log
15183{
15184 echo
15185 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15186## Running $as_me. ##
15187_ASBOX
15188 $as_echo "$ac_log"
15189} >&5
c6b750e1 15190
81ecdfbb
RW
15191_ACEOF
15192cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
15193#
15194# INIT-COMMANDS
15195#
15196extrasub_build="$extrasub_build"
15197 extrasub_host="$extrasub_host"
15198 extrasub_target="$extrasub_target"
15199
81ecdfbb 15200_ACEOF
c6b750e1 15201
81ecdfbb 15202cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15203
81ecdfbb 15204# Handling of arguments.
c6b750e1
DJ
15205for ac_config_target in $ac_config_targets
15206do
81ecdfbb
RW
15207 case $ac_config_target in
15208 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15209
15210 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
15211 esac
15212done
15213
81ecdfbb 15214
c6b750e1
DJ
15215# If the user did not use the arguments to specify the items to instantiate,
15216# then the envvar interface is used. Set only those that are not.
15217# We use the long form for the default assignment because of an extremely
15218# bizarre bug on SunOS 4.1.3.
15219if $ac_need_defaults; then
15220 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15221fi
15222
15223# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15224# simply because there is no reason against having it here, and in addition,
c6b750e1 15225# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15226# Hook for its removal unless debugging.
15227# Note that there is a small window in which the directory will not be cleaned:
15228# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
15229$debug ||
15230{
81ecdfbb
RW
15231 tmp=
15232 trap 'exit_status=$?
15233 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15234' 0
15235 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 15236}
c6b750e1
DJ
15237# Create a (secure) tmp directory for tmp files.
15238
15239{
81ecdfbb 15240 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
15241 test -n "$tmp" && test -d "$tmp"
15242} ||
15243{
81ecdfbb
RW
15244 tmp=./conf$$-$RANDOM
15245 (umask 077 && mkdir "$tmp")
15246} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15247
15248# Set up the scripts for CONFIG_FILES section.
15249# No need to generate them if there are no CONFIG_FILES.
15250# This happens for instance with `./config.status config.h'.
15251if test -n "$CONFIG_FILES"; then
15252
15253if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15254 ac_cs_awk_getline=:
15255 ac_cs_awk_pipe_init=
15256 ac_cs_awk_read_file='
15257 while ((getline aline < (F[key])) > 0)
15258 print(aline)
15259 close(F[key])'
15260 ac_cs_awk_pipe_fini=
15261else
15262 ac_cs_awk_getline=false
15263 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15264 ac_cs_awk_read_file='
15265 print "|#_!!_#|"
15266 print "cat " F[key] " &&"
15267 '$ac_cs_awk_pipe_init
15268 # The final `:' finishes the AND list.
15269 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15270fi
15271ac_cr=`echo X | tr X '\015'`
15272# On cygwin, bash can eat \r inside `` if the user requested igncr.
15273# But we know of no other shell where ac_cr would be empty at this
15274# point, so we can use a bashism as a fallback.
15275if test "x$ac_cr" = x; then
15276 eval ac_cr=\$\'\\r\'
15277fi
15278ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15279if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15280 ac_cs_awk_cr='\r'
15281else
15282 ac_cs_awk_cr=$ac_cr
15283fi
15284
15285echo 'BEGIN {' >"$tmp/subs1.awk" &&
15286_ACEOF
15287
15288# Create commands to substitute file output variables.
c6b750e1 15289{
81ecdfbb
RW
15290 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15291 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15292 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15293 echo "_ACAWK" &&
15294 echo "_ACEOF"
15295} >conf$$files.sh &&
15296. ./conf$$files.sh ||
15297 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15298rm -f conf$$files.sh
c6b750e1 15299
81ecdfbb
RW
15300{
15301 echo "cat >conf$$subs.awk <<_ACEOF" &&
15302 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15303 echo "_ACEOF"
15304} >conf$$subs.sh ||
15305 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15306ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15307ac_delim='%!_!# '
15308for ac_last_try in false false false false false :; do
15309 . ./conf$$subs.sh ||
15310 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15311
15312 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15313 if test $ac_delim_n = $ac_delim_num; then
15314 break
15315 elif $ac_last_try; then
15316 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15317 else
15318 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15319 fi
15320done
15321rm -f conf$$subs.sh
15322
15323cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15324cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 15325_ACEOF
81ecdfbb
RW
15326sed -n '
15327h
15328s/^/S["/; s/!.*/"]=/
15329p
15330g
15331s/^[^!]*!//
15332:repl
15333t repl
15334s/'"$ac_delim"'$//
15335t delim
15336:nl
15337h
15338s/\(.\{148\}\).*/\1/
15339t more1
15340s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15341p
15342n
15343b repl
15344:more1
15345s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15346p
15347g
15348s/.\{148\}//
15349t nl
15350:delim
15351h
15352s/\(.\{148\}\).*/\1/
15353t more2
15354s/["\\]/\\&/g; s/^/"/; s/$/"/
15355p
15356b
15357:more2
15358s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15359p
15360g
15361s/.\{148\}//
15362t delim
15363' <conf$$subs.awk | sed '
15364/^[^""]/{
15365 N
15366 s/\n//
15367}
15368' >>$CONFIG_STATUS || ac_write_fail=1
15369rm -f conf$$subs.awk
15370cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15371_ACAWK
15372cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15373 for (key in S) S_is_set[key] = 1
15374 FS = "\a"
15375 \$ac_cs_awk_pipe_init
15376}
15377{
15378 line = $ 0
15379 nfields = split(line, field, "@")
15380 substed = 0
15381 len = length(field[1])
15382 for (i = 2; i < nfields; i++) {
15383 key = field[i]
15384 keylen = length(key)
15385 if (S_is_set[key]) {
15386 value = S[key]
15387 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15388 len += length(value) + length(field[++i])
15389 substed = 1
15390 } else
15391 len += 1 + keylen
15392 }
15393 if (nfields == 3 && !substed) {
15394 key = field[2]
15395 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15396 \$ac_cs_awk_read_file
15397 next
15398 }
15399 }
15400 print line
15401}
15402\$ac_cs_awk_pipe_fini
15403_ACAWK
15404_ACEOF
15405cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15406if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15407 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15408else
15409 cat
15410fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15411 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15412_ACEOF
15413
15414# VPATH may cause trouble with some makes, so we remove $(srcdir),
15415# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15416# trailing colons and then remove the whole line if VPATH becomes empty
15417# (actually we leave an empty line to preserve line numbers).
15418if test "x$srcdir" = x.; then
15419 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15420s/:*\$(srcdir):*/:/
15421s/:*\${srcdir}:*/:/
15422s/:*@srcdir@:*/:/
15423s/^\([^=]*=[ ]*\):*/\1/
15424s/:*$//
15425s/^[^=]*=[ ]*$//
15426}'
15427fi
c6b750e1 15428
81ecdfbb
RW
15429cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15430fi # test -n "$CONFIG_FILES"
c6b750e1 15431
c6b750e1 15432
81ecdfbb
RW
15433eval set X " :F $CONFIG_FILES "
15434shift
15435for ac_tag
15436do
15437 case $ac_tag in
15438 :[FHLC]) ac_mode=$ac_tag; continue;;
15439 esac
15440 case $ac_mode$ac_tag in
15441 :[FHL]*:*);;
15442 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15443 :[FH]-) ac_tag=-:-;;
15444 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15445 esac
15446 ac_save_IFS=$IFS
15447 IFS=:
15448 set x $ac_tag
15449 IFS=$ac_save_IFS
15450 shift
15451 ac_file=$1
15452 shift
252b5132 15453
81ecdfbb
RW
15454 case $ac_mode in
15455 :L) ac_source=$1;;
15456 :[FH])
15457 ac_file_inputs=
15458 for ac_f
15459 do
15460 case $ac_f in
15461 -) ac_f="$tmp/stdin";;
15462 *) # Look for the file first in the build tree, then in the source tree
15463 # (if the path is not absolute). The absolute path cannot be DOS-style,
15464 # because $ac_f cannot contain `:'.
15465 test -f "$ac_f" ||
15466 case $ac_f in
15467 [\\/$]*) false;;
15468 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15469 esac ||
15470 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15471 esac
15472 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15473 as_fn_append ac_file_inputs " '$ac_f'"
15474 done
c6b750e1 15475
81ecdfbb
RW
15476 # Let's still pretend it is `configure' which instantiates (i.e., don't
15477 # use $as_me), people would be surprised to read:
15478 # /* config.h. Generated by config.status. */
15479 configure_input='Generated from '`
15480 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15481 `' by configure.'
15482 if test x"$ac_file" != x-; then
15483 configure_input="$ac_file. $configure_input"
15484 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15485$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15486 fi
81ecdfbb
RW
15487 # Neutralize special characters interpreted by sed in replacement strings.
15488 case $configure_input in #(
15489 *\&* | *\|* | *\\* )
15490 ac_sed_conf_input=`$as_echo "$configure_input" |
15491 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15492 *) ac_sed_conf_input=$configure_input;;
15493 esac
cac3d6c4 15494
81ecdfbb
RW
15495 case $ac_tag in
15496 *:-:* | *:-) cat >"$tmp/stdin" \
15497 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15498 esac
15499 ;;
a0da8069 15500 esac
252b5132 15501
81ecdfbb 15502 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15503$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15504 X"$ac_file" : 'X\(//\)[^/]' \| \
15505 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15506 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15507$as_echo X"$ac_file" |
15508 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15509 s//\1/
15510 q
15511 }
15512 /^X\(\/\/\)[^/].*/{
15513 s//\1/
15514 q
15515 }
15516 /^X\(\/\/\)$/{
15517 s//\1/
15518 q
15519 }
15520 /^X\(\/\).*/{
15521 s//\1/
15522 q
15523 }
15524 s/.*/./; q'`
15525 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15526 ac_builddir=.
252b5132 15527
81ecdfbb
RW
15528case "$ac_dir" in
15529.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15530*)
15531 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15532 # A ".." for each directory in $ac_dir_suffix.
15533 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15534 case $ac_top_builddir_sub in
15535 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15536 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15537 esac ;;
15538esac
15539ac_abs_top_builddir=$ac_pwd
15540ac_abs_builddir=$ac_pwd$ac_dir_suffix
15541# for backward compatibility:
15542ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15543
15544case $srcdir in
81ecdfbb 15545 .) # We are building in place.
c6b750e1 15546 ac_srcdir=.
81ecdfbb
RW
15547 ac_top_srcdir=$ac_top_builddir_sub
15548 ac_abs_top_srcdir=$ac_pwd ;;
15549 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15550 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15551 ac_top_srcdir=$srcdir
15552 ac_abs_top_srcdir=$srcdir ;;
15553 *) # Relative name.
15554 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15555 ac_top_srcdir=$ac_top_build_prefix$srcdir
15556 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15557esac
81ecdfbb 15558ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15559
252b5132 15560
81ecdfbb
RW
15561 case $ac_mode in
15562 :F)
15563 #
15564 # CONFIG_FILE
15565 #
c6b750e1
DJ
15566
15567 case $INSTALL in
15568 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15569 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15570 esac
81ecdfbb 15571_ACEOF
252b5132 15572
81ecdfbb
RW
15573cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15574# If the template does not know about datarootdir, expand it.
15575# FIXME: This hack should be removed a few years after 2.60.
15576ac_datarootdir_hack=; ac_datarootdir_seen=
15577ac_sed_dataroot='
15578/datarootdir/ {
15579 p
15580 q
15581}
15582/@datadir@/p
15583/@docdir@/p
15584/@infodir@/p
15585/@localedir@/p
15586/@mandir@/p'
15587case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15588*datarootdir*) ac_datarootdir_seen=yes;;
15589*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15591$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15592_ACEOF
81ecdfbb
RW
15593cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15594 ac_datarootdir_hack='
15595 s&@datadir@&$datadir&g
15596 s&@docdir@&$docdir&g
15597 s&@infodir@&$infodir&g
15598 s&@localedir@&$localedir&g
15599 s&@mandir@&$mandir&g
15600 s&\\\${datarootdir}&$datarootdir&g' ;;
15601esac
15602_ACEOF
15603
15604# Neutralize VPATH when `$srcdir' = `.'.
15605# Shell code in configure.ac might set extrasub.
15606# FIXME: do we really want to maintain this feature?
15607cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15608ac_sed_extra="$ac_vpsub
c6b750e1
DJ
15609$extrasub
15610_ACEOF
81ecdfbb 15611cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15612:t
15613/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15614s|@configure_input@|$ac_sed_conf_input|;t t
15615s&@top_builddir@&$ac_top_builddir_sub&;t t
15616s&@top_build_prefix@&$ac_top_build_prefix&;t t
15617s&@srcdir@&$ac_srcdir&;t t
15618s&@abs_srcdir@&$ac_abs_srcdir&;t t
15619s&@top_srcdir@&$ac_top_srcdir&;t t
15620s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15621s&@builddir@&$ac_builddir&;t t
15622s&@abs_builddir@&$ac_abs_builddir&;t t
15623s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15624s&@INSTALL@&$ac_INSTALL&;t t
15625$ac_datarootdir_hack
15626"
15627eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15628if $ac_cs_awk_getline; then
15629 $AWK -f "$tmp/subs.awk"
15630else
15631 $AWK -f "$tmp/subs.awk" | $SHELL
15632fi >$tmp/out \
15633 || as_fn_error "could not create $ac_file" "$LINENO" 5
15634
15635test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15636 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15637 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15639which seems to be undefined. Please make sure it is defined." >&5
15640$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15641which seems to be undefined. Please make sure it is defined." >&2;}
15642
15643 rm -f "$tmp/stdin"
15644 case $ac_file in
15645 -) cat "$tmp/out" && rm -f "$tmp/out";;
15646 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15647 esac \
15648 || as_fn_error "could not create $ac_file" "$LINENO" 5
15649 ;;
c148b4cb 15650
c148b4cb 15651
c148b4cb 15652
81ecdfbb
RW
15653 esac
15654
06a51eac
RW
15655
15656 case $ac_file$ac_mode in
15657 "Makefile":F) sed "$extrasub_build" Makefile |
15658 sed "$extrasub_host" |
15659 sed "$extrasub_target" > mf$$
15660 mv -f mf$$ Makefile ;;
15661
15662 esac
81ecdfbb
RW
15663done # for ac_tag
15664
15665
15666as_fn_exit 0
c6b750e1 15667_ACEOF
c6b750e1
DJ
15668ac_clean_files=$ac_clean_files_save
15669
81ecdfbb
RW
15670test $ac_write_fail = 0 ||
15671 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15672
c6b750e1
DJ
15673
15674# configure is writing to config.log, and then calls config.status.
15675# config.status does its own redirection, appending to config.log.
15676# Unfortunately, on DOS this fails, as config.log is still kept open
15677# by configure, so config.status won't be able to write to it; its
15678# output is simply discarded. So we exec the FD to /dev/null,
15679# effectively closing config.log, so it can be properly (re)opened and
15680# appended to by config.status. When coming back to configure, we
15681# need to make the FD available again.
15682if test "$no_create" != yes; then
15683 ac_cs_success=:
15684 ac_config_status_args=
15685 test "$silent" = yes &&
15686 ac_config_status_args="$ac_config_status_args --quiet"
15687 exec 5>/dev/null
15688 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15689 exec 5>>config.log
15690 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15691 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15692 $ac_cs_success || as_fn_exit $?
15693fi
15694if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15696$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 15697fi
c148b4cb 15698
This page took 1.59544 seconds and 4 git commands to generate.