Update NEWS post GDB 7.11 branch creation.
[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
82033c9b 559host_shared
81ecdfbb
RW
560stage2_werror_flag
561stage1_checking
562stage1_cflags
563MAINT
564MAINTAINER_MODE_FALSE
565MAINTAINER_MODE_TRUE
566COMPILER_NM_FOR_TARGET
567COMPILER_LD_FOR_TARGET
568COMPILER_AS_FOR_TARGET
569FLAGS_FOR_TARGET
570RAW_CXX_FOR_TARGET
571WINDMC_FOR_TARGET
572WINDRES_FOR_TARGET
573STRIP_FOR_TARGET
b121d7d4 574READELF_FOR_TARGET
81ecdfbb
RW
575RANLIB_FOR_TARGET
576OBJDUMP_FOR_TARGET
6b91c541 577OBJCOPY_FOR_TARGET
81ecdfbb
RW
578NM_FOR_TARGET
579LIPO_FOR_TARGET
580LD_FOR_TARGET
581DLLTOOL_FOR_TARGET
582AS_FOR_TARGET
583AR_FOR_TARGET
e552509b 584GOC_FOR_TARGET
81ecdfbb
RW
585GFORTRAN_FOR_TARGET
586GCJ_FOR_TARGET
587GCC_FOR_TARGET
588CXX_FOR_TARGET
589CC_FOR_TARGET
b121d7d4 590READELF
81ecdfbb
RW
591OBJDUMP
592OBJCOPY
593WINDMC
594WINDRES
595STRIP
596RANLIB
597NM
598LIPO
599LD
600DLLTOOL
601AS
602AR
603RUNTEST
604EXPECT
605MAKEINFO
606FLEX
607LEX
608M4
609BISON
610YACC
81ecdfbb
RW
611WINDRES_FOR_BUILD
612WINDMC_FOR_BUILD
613RANLIB_FOR_BUILD
614NM_FOR_BUILD
615LD_FOR_BUILD
616LDFLAGS_FOR_BUILD
e552509b 617GOC_FOR_BUILD
81ecdfbb
RW
618GFORTRAN_FOR_BUILD
619GCJ_FOR_BUILD
620DLLTOOL_FOR_BUILD
621CXX_FOR_BUILD
622CXXFLAGS_FOR_BUILD
623CFLAGS_FOR_BUILD
624CC_FOR_BUILD
625AS_FOR_BUILD
626AR_FOR_BUILD
911e63d0 627target_configdirs
81ecdfbb 628configdirs
81ecdfbb 629build_configdirs
81ecdfbb
RW
630INSTALL_GDB_TK
631GDB_TK
632CONFIGURE_GDB_TK
633build_tooldir
634tooldir
635GCC_SHLIB_SUBDIR
636RPATH_ENVVAR
4074d5f2
RW
637target_configargs
638host_configargs
639build_configargs
96655cc4 640BUILD_CONFIG
91c1f14c 641LDFLAGS_FOR_TARGET
81ecdfbb
RW
642CXXFLAGS_FOR_TARGET
643CFLAGS_FOR_TARGET
644DEBUG_PREFIX_CFLAGS_FOR_TARGET
645SYSROOT_CFLAGS_FOR_TARGET
e81d5d05 646extra_host_zlib_configure_flags
700d40ca 647extra_host_libiberty_configure_flags
1b6c0831
L
648stage1_languages
649extra_linker_plugin_flags
650extra_linker_plugin_configure_flags
7ec59b9e 651islinc
1b6c0831 652isllibs
81ecdfbb 653poststage1_ldflags
143754cd 654poststage1_libs
81ecdfbb 655stage1_ldflags
b3676d82 656stage1_libs
7ec59b9e 657extra_isl_gmp_configure_flags
81ecdfbb
RW
658extra_mpc_mpfr_configure_flags
659extra_mpc_gmp_configure_flags
660extra_mpfr_configure_flags
661gmpinc
662gmplibs
663do_compare
664GNATMAKE
665GNATBIND
666ac_ct_CXX
667CXXFLAGS
668CXX
669OBJEXT
670EXEEXT
671ac_ct_CC
672CPPFLAGS
673LDFLAGS
674CFLAGS
675CC
ffdd6afc 676EXTRA_CONFIGARGS_LIBJAVA
1b6c0831 677extra_liboffloadmic_configure_flags
81ecdfbb
RW
678target_subdir
679host_subdir
680build_subdir
681build_libsubdir
8e957354
PB
682AWK
683SED
81ecdfbb
RW
684LN_S
685LN
686INSTALL_DATA
687INSTALL_SCRIPT
688INSTALL_PROGRAM
689target_os
690target_vendor
691target_cpu
692target
693host_os
694host_vendor
695host_cpu
696host
697target_noncanonical
698host_noncanonical
699build_noncanonical
700build_os
701build_vendor
702build_cpu
703build
704TOPLEVEL_CONFIGURE_ARGUMENTS
705target_alias
706host_alias
707build_alias
708LIBS
709ECHO_T
710ECHO_N
711ECHO_C
712DEFS
713mandir
714localedir
715libdir
716psdir
717pdfdir
718dvidir
719htmldir
720infodir
721docdir
722oldincludedir
723includedir
724localstatedir
725sharedstatedir
726sysconfdir
727datadir
728datarootdir
729libexecdir
730sbindir
731bindir
732program_transform_name
733prefix
734exec_prefix
735PACKAGE_URL
736PACKAGE_BUGREPORT
737PACKAGE_STRING
738PACKAGE_VERSION
739PACKAGE_TARNAME
740PACKAGE_NAME
741PATH_SEPARATOR
742SHELL'
743ac_subst_files='serialization_dependencies
744host_makefile_frag
745target_makefile_frag
746alphaieee_frag
747ospace_frag'
748ac_user_opts='
749enable_option_checking
750with_build_libsubdir
cf39cfc5 751with_system_zlib
1b6c0831
L
752enable_as_accelerator_for
753enable_offload_targets
81ecdfbb 754enable_gold
c7791212 755enable_ld
edeefb67 756enable_compressed_debug_sections
89a1e9c3
PB
757enable_libquadmath
758enable_libquadmath_support
81ecdfbb
RW
759enable_libada
760enable_libssp
f66a9a70 761enable_libstdcxx
1b6c0831 762enable_liboffloadmic
ffdd6afc
ILT
763enable_static_libjava
764enable_bootstrap
81ecdfbb
RW
765with_mpc
766with_mpc_include
767with_mpc_lib
768with_mpfr_dir
769with_mpfr
770with_mpfr_include
771with_mpfr_lib
772with_gmp_dir
773with_gmp
774with_gmp_include
775with_gmp_lib
81ecdfbb 776with_stage1_libs
b3676d82 777with_stage1_ldflags
81ecdfbb 778with_boot_libs
143754cd 779with_boot_ldflags
7ec59b9e
L
780with_isl
781with_isl_include
782with_isl_lib
783enable_isl_version_check
700d40ca 784enable_lto
1b6c0831
L
785enable_linker_plugin_configure_flags
786enable_linker_plugin_flags
81ecdfbb
RW
787enable_stage1_languages
788enable_objc_gc
789with_build_sysroot
790with_debug_prefix_map
96655cc4 791with_build_config
730af8ee 792enable_vtable_verify
81ecdfbb
RW
793enable_serial_configure
794with_build_time_tools
795enable_maintainer_mode
796enable_stage1_checking
797enable_werror
82033c9b 798enable_host_shared
81ecdfbb
RW
799'
800 ac_precious_vars='build_alias
801host_alias
802target_alias
803CC
804CFLAGS
805LDFLAGS
806LIBS
807CPPFLAGS
808CXX
809CXXFLAGS
810CCC
4074d5f2
RW
811build_configargs
812host_configargs
813target_configargs
81ecdfbb
RW
814AR
815AS
816DLLTOOL
817LD
818LIPO
819NM
820RANLIB
821STRIP
822WINDRES
823WINDMC
824OBJCOPY
825OBJDUMP
b121d7d4 826READELF
81ecdfbb
RW
827CC_FOR_TARGET
828CXX_FOR_TARGET
829GCC_FOR_TARGET
830GCJ_FOR_TARGET
831GFORTRAN_FOR_TARGET
e552509b 832GOC_FOR_TARGET
81ecdfbb
RW
833AR_FOR_TARGET
834AS_FOR_TARGET
835DLLTOOL_FOR_TARGET
836LD_FOR_TARGET
837LIPO_FOR_TARGET
838NM_FOR_TARGET
6b91c541 839OBJCOPY_FOR_TARGET
81ecdfbb
RW
840OBJDUMP_FOR_TARGET
841RANLIB_FOR_TARGET
b121d7d4 842READELF_FOR_TARGET
81ecdfbb
RW
843STRIP_FOR_TARGET
844WINDRES_FOR_TARGET
845WINDMC_FOR_TARGET'
846
a0da8069
NN
847
848# Initialize some variables set by options.
c6b750e1
DJ
849ac_init_help=
850ac_init_version=false
81ecdfbb
RW
851ac_unrecognized_opts=
852ac_unrecognized_sep=
a0da8069
NN
853# The variables have the same names as the options, with
854# dashes changed to underlines.
c6b750e1 855cache_file=/dev/null
a0da8069 856exec_prefix=NONE
a0da8069 857no_create=
a0da8069
NN
858no_recursion=
859prefix=NONE
860program_prefix=NONE
861program_suffix=NONE
862program_transform_name=s,x,x,
863silent=
864site=
865srcdir=
a0da8069
NN
866verbose=
867x_includes=NONE
868x_libraries=NONE
c6b750e1
DJ
869
870# Installation directory options.
871# These are left unexpanded so users can "make install exec_prefix=/foo"
872# and all the variables that are supposed to be based on exec_prefix
873# by default will actually change.
874# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 875# (The list follows the same order as the GNU Coding Standards.)
a0da8069
NN
876bindir='${exec_prefix}/bin'
877sbindir='${exec_prefix}/sbin'
878libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
879datarootdir='${prefix}/share'
880datadir='${datarootdir}'
a0da8069
NN
881sysconfdir='${prefix}/etc'
882sharedstatedir='${prefix}/com'
883localstatedir='${prefix}/var'
a0da8069
NN
884includedir='${prefix}/include'
885oldincludedir='/usr/include'
81ecdfbb
RW
886docdir='${datarootdir}/doc/${PACKAGE}'
887infodir='${datarootdir}/info'
888htmldir='${docdir}'
889dvidir='${docdir}'
890pdfdir='${docdir}'
891psdir='${docdir}'
892libdir='${exec_prefix}/lib'
893localedir='${datarootdir}/locale'
894mandir='${datarootdir}/man'
252b5132 895
a0da8069 896ac_prev=
81ecdfbb 897ac_dashdash=
a0da8069
NN
898for ac_option
899do
a0da8069
NN
900 # If the previous option needs an argument, assign it.
901 if test -n "$ac_prev"; then
81ecdfbb 902 eval $ac_prev=\$ac_option
a0da8069
NN
903 ac_prev=
904 continue
905 fi
252b5132 906
81ecdfbb
RW
907 case $ac_option in
908 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
909 *) ac_optarg=yes ;;
910 esac
a0da8069
NN
911
912 # Accept the important Cygnus configure options, so we can diagnose typos.
913
81ecdfbb
RW
914 case $ac_dashdash$ac_option in
915 --)
916 ac_dashdash=yes ;;
a0da8069
NN
917
918 -bindir | --bindir | --bindi | --bind | --bin | --bi)
919 ac_prev=bindir ;;
920 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
c6b750e1 921 bindir=$ac_optarg ;;
a0da8069
NN
922
923 -build | --build | --buil | --bui | --bu)
c6b750e1 924 ac_prev=build_alias ;;
a0da8069 925 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
c6b750e1 926 build_alias=$ac_optarg ;;
a0da8069
NN
927
928 -cache-file | --cache-file | --cache-fil | --cache-fi \
929 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
930 ac_prev=cache_file ;;
931 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
932 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c6b750e1
DJ
933 cache_file=$ac_optarg ;;
934
935 --config-cache | -C)
936 cache_file=config.cache ;;
a0da8069 937
81ecdfbb 938 -datadir | --datadir | --datadi | --datad)
a0da8069 939 ac_prev=datadir ;;
81ecdfbb 940 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c6b750e1 941 datadir=$ac_optarg ;;
a0da8069 942
81ecdfbb
RW
943 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
944 | --dataroo | --dataro | --datar)
945 ac_prev=datarootdir ;;
946 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
947 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
948 datarootdir=$ac_optarg ;;
949
a0da8069 950 -disable-* | --disable-*)
81ecdfbb 951 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
a0da8069 952 # Reject names that are not valid shell variable names.
81ecdfbb
RW
953 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
954 as_fn_error "invalid feature name: $ac_useropt"
955 ac_useropt_orig=$ac_useropt
956 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
957 case $ac_user_opts in
958 *"
959"enable_$ac_useropt"
960"*) ;;
961 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
962 ac_unrecognized_sep=', ';;
963 esac
964 eval enable_$ac_useropt=no ;;
965
966 -docdir | --docdir | --docdi | --doc | --do)
967 ac_prev=docdir ;;
968 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
969 docdir=$ac_optarg ;;
970
971 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
972 ac_prev=dvidir ;;
973 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
974 dvidir=$ac_optarg ;;
a0da8069
NN
975
976 -enable-* | --enable-*)
81ecdfbb 977 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
a0da8069 978 # Reject names that are not valid shell variable names.
81ecdfbb
RW
979 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980 as_fn_error "invalid feature name: $ac_useropt"
981 ac_useropt_orig=$ac_useropt
982 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
984 *"
985"enable_$ac_useropt"
986"*) ;;
987 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
988 ac_unrecognized_sep=', ';;
a0da8069 989 esac
81ecdfbb 990 eval enable_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
991
992 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
993 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
994 | --exec | --exe | --ex)
995 ac_prev=exec_prefix ;;
996 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
997 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
998 | --exec=* | --exe=* | --ex=*)
c6b750e1 999 exec_prefix=$ac_optarg ;;
a0da8069
NN
1000
1001 -gas | --gas | --ga | --g)
1002 # Obsolete; use --with-gas.
1003 with_gas=yes ;;
1004
c6b750e1
DJ
1005 -help | --help | --hel | --he | -h)
1006 ac_init_help=long ;;
1007 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1008 ac_init_help=recursive ;;
1009 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1010 ac_init_help=short ;;
a0da8069
NN
1011
1012 -host | --host | --hos | --ho)
c6b750e1 1013 ac_prev=host_alias ;;
a0da8069 1014 -host=* | --host=* | --hos=* | --ho=*)
c6b750e1 1015 host_alias=$ac_optarg ;;
a0da8069 1016
81ecdfbb
RW
1017 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1018 ac_prev=htmldir ;;
1019 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1020 | --ht=*)
1021 htmldir=$ac_optarg ;;
1022
a0da8069
NN
1023 -includedir | --includedir | --includedi | --included | --include \
1024 | --includ | --inclu | --incl | --inc)
1025 ac_prev=includedir ;;
1026 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1027 | --includ=* | --inclu=* | --incl=* | --inc=*)
c6b750e1 1028 includedir=$ac_optarg ;;
a0da8069
NN
1029
1030 -infodir | --infodir | --infodi | --infod | --info | --inf)
1031 ac_prev=infodir ;;
1032 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c6b750e1 1033 infodir=$ac_optarg ;;
a0da8069
NN
1034
1035 -libdir | --libdir | --libdi | --libd)
1036 ac_prev=libdir ;;
1037 -libdir=* | --libdir=* | --libdi=* | --libd=*)
c6b750e1 1038 libdir=$ac_optarg ;;
a0da8069
NN
1039
1040 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1041 | --libexe | --libex | --libe)
1042 ac_prev=libexecdir ;;
1043 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1044 | --libexe=* | --libex=* | --libe=*)
c6b750e1 1045 libexecdir=$ac_optarg ;;
a0da8069 1046
81ecdfbb
RW
1047 -localedir | --localedir | --localedi | --localed | --locale)
1048 ac_prev=localedir ;;
1049 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1050 localedir=$ac_optarg ;;
1051
a0da8069 1052 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1053 | --localstate | --localstat | --localsta | --localst | --locals)
a0da8069
NN
1054 ac_prev=localstatedir ;;
1055 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1056 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c6b750e1 1057 localstatedir=$ac_optarg ;;
a0da8069
NN
1058
1059 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1060 ac_prev=mandir ;;
1061 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
c6b750e1 1062 mandir=$ac_optarg ;;
a0da8069
NN
1063
1064 -nfp | --nfp | --nf)
1065 # Obsolete; use --without-fp.
1066 with_fp=no ;;
1067
1068 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c6b750e1 1069 | --no-cr | --no-c | -n)
a0da8069
NN
1070 no_create=yes ;;
1071
1072 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1073 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1074 no_recursion=yes ;;
1075
1076 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1077 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1078 | --oldin | --oldi | --old | --ol | --o)
1079 ac_prev=oldincludedir ;;
1080 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1081 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1082 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c6b750e1 1083 oldincludedir=$ac_optarg ;;
a0da8069
NN
1084
1085 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1086 ac_prev=prefix ;;
1087 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c6b750e1 1088 prefix=$ac_optarg ;;
a0da8069
NN
1089
1090 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1091 | --program-pre | --program-pr | --program-p)
1092 ac_prev=program_prefix ;;
1093 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1094 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c6b750e1 1095 program_prefix=$ac_optarg ;;
a0da8069
NN
1096
1097 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1098 | --program-suf | --program-su | --program-s)
1099 ac_prev=program_suffix ;;
1100 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1101 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
c6b750e1 1102 program_suffix=$ac_optarg ;;
a0da8069
NN
1103
1104 -program-transform-name | --program-transform-name \
1105 | --program-transform-nam | --program-transform-na \
1106 | --program-transform-n | --program-transform- \
1107 | --program-transform | --program-transfor \
1108 | --program-transfo | --program-transf \
1109 | --program-trans | --program-tran \
1110 | --progr-tra | --program-tr | --program-t)
1111 ac_prev=program_transform_name ;;
1112 -program-transform-name=* | --program-transform-name=* \
1113 | --program-transform-nam=* | --program-transform-na=* \
1114 | --program-transform-n=* | --program-transform-=* \
1115 | --program-transform=* | --program-transfor=* \
1116 | --program-transfo=* | --program-transf=* \
1117 | --program-trans=* | --program-tran=* \
1118 | --progr-tra=* | --program-tr=* | --program-t=*)
c6b750e1 1119 program_transform_name=$ac_optarg ;;
a0da8069 1120
81ecdfbb
RW
1121 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1122 ac_prev=pdfdir ;;
1123 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1124 pdfdir=$ac_optarg ;;
1125
1126 -psdir | --psdir | --psdi | --psd | --ps)
1127 ac_prev=psdir ;;
1128 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1129 psdir=$ac_optarg ;;
1130
a0da8069
NN
1131 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1132 | -silent | --silent | --silen | --sile | --sil)
1133 silent=yes ;;
1134
1135 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1136 ac_prev=sbindir ;;
1137 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1138 | --sbi=* | --sb=*)
c6b750e1 1139 sbindir=$ac_optarg ;;
a0da8069
NN
1140
1141 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1142 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1143 | --sharedst | --shareds | --shared | --share | --shar \
1144 | --sha | --sh)
1145 ac_prev=sharedstatedir ;;
1146 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1147 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1148 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1149 | --sha=* | --sh=*)
c6b750e1 1150 sharedstatedir=$ac_optarg ;;
a0da8069
NN
1151
1152 -site | --site | --sit)
1153 ac_prev=site ;;
1154 -site=* | --site=* | --sit=*)
c6b750e1 1155 site=$ac_optarg ;;
a0da8069
NN
1156
1157 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1158 ac_prev=srcdir ;;
1159 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c6b750e1 1160 srcdir=$ac_optarg ;;
a0da8069
NN
1161
1162 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1163 | --syscon | --sysco | --sysc | --sys | --sy)
1164 ac_prev=sysconfdir ;;
1165 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1166 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c6b750e1 1167 sysconfdir=$ac_optarg ;;
a0da8069
NN
1168
1169 -target | --target | --targe | --targ | --tar | --ta | --t)
c6b750e1 1170 ac_prev=target_alias ;;
a0da8069 1171 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c6b750e1 1172 target_alias=$ac_optarg ;;
a0da8069
NN
1173
1174 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1175 verbose=yes ;;
1176
c6b750e1
DJ
1177 -version | --version | --versio | --versi | --vers | -V)
1178 ac_init_version=: ;;
a0da8069
NN
1179
1180 -with-* | --with-*)
81ecdfbb 1181 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
a0da8069 1182 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1183 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1184 as_fn_error "invalid package name: $ac_useropt"
1185 ac_useropt_orig=$ac_useropt
1186 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1187 case $ac_user_opts in
1188 *"
1189"with_$ac_useropt"
1190"*) ;;
1191 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1192 ac_unrecognized_sep=', ';;
a0da8069 1193 esac
81ecdfbb 1194 eval with_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1195
1196 -without-* | --without-*)
81ecdfbb 1197 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
a0da8069 1198 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1199 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1200 as_fn_error "invalid package name: $ac_useropt"
1201 ac_useropt_orig=$ac_useropt
1202 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1203 case $ac_user_opts in
1204 *"
1205"with_$ac_useropt"
1206"*) ;;
1207 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1208 ac_unrecognized_sep=', ';;
1209 esac
1210 eval with_$ac_useropt=no ;;
a0da8069
NN
1211
1212 --x)
1213 # Obsolete; use --with-x.
1214 with_x=yes ;;
1215
1216 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1217 | --x-incl | --x-inc | --x-in | --x-i)
1218 ac_prev=x_includes ;;
1219 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1220 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
c6b750e1 1221 x_includes=$ac_optarg ;;
a0da8069
NN
1222
1223 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1224 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1225 ac_prev=x_libraries ;;
1226 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1227 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c6b750e1 1228 x_libraries=$ac_optarg ;;
a0da8069 1229
81ecdfbb
RW
1230 -*) as_fn_error "unrecognized option: \`$ac_option'
1231Try \`$0 --help' for more information."
a0da8069
NN
1232 ;;
1233
c6b750e1
DJ
1234 *=*)
1235 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1236 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1237 case $ac_envvar in #(
1238 '' | [0-9]* | *[!_$as_cr_alnum]* )
1239 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1240 esac
1241 eval $ac_envvar=\$ac_optarg
c6b750e1
DJ
1242 export $ac_envvar ;;
1243
a0da8069 1244 *)
c6b750e1 1245 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1246 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c6b750e1 1247 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1248 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
c6b750e1 1249 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
a0da8069
NN
1250 ;;
1251
1252 esac
1253done
1254
1255if test -n "$ac_prev"; then
c6b750e1 1256 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1257 as_fn_error "missing argument to $ac_option"
a0da8069 1258fi
a0da8069 1259
81ecdfbb
RW
1260if test -n "$ac_unrecognized_opts"; then
1261 case $enable_option_checking in
1262 no) ;;
1263 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1264 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c6b750e1 1265 esac
81ecdfbb 1266fi
a0da8069 1267
81ecdfbb
RW
1268# Check all directory arguments for consistency.
1269for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1270 datadir sysconfdir sharedstatedir localstatedir includedir \
1271 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1272 libdir localedir mandir
a0da8069 1273do
81ecdfbb
RW
1274 eval ac_val=\$$ac_var
1275 # Remove trailing slashes.
1276 case $ac_val in
1277 */ )
1278 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1279 eval $ac_var=\$ac_val;;
1280 esac
1281 # Be sure to have absolute directory names.
c6b750e1 1282 case $ac_val in
81ecdfbb
RW
1283 [\\/$]* | ?:[\\/]* ) continue;;
1284 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
a0da8069 1285 esac
81ecdfbb 1286 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
a0da8069
NN
1287done
1288
c6b750e1
DJ
1289# There might be people who depend on the old broken behavior: `$host'
1290# used to hold the argument of --host etc.
1291# FIXME: To remove some day.
1292build=$build_alias
1293host=$host_alias
1294target=$target_alias
376a0e54 1295
c6b750e1
DJ
1296# FIXME: To remove some day.
1297if test "x$host_alias" != x; then
1298 if test "x$build_alias" = x; then
1299 cross_compiling=maybe
81ecdfbb 1300 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
c6b750e1
DJ
1301 If a cross compiler is detected then cross compile mode will be used." >&2
1302 elif test "x$build_alias" != "x$host_alias"; then
1303 cross_compiling=yes
1304 fi
1305fi
1306
1307ac_tool_prefix=
1308test -n "$host_alias" && ac_tool_prefix=$host_alias-
1309
1310test "$silent" = yes && exec 6>/dev/null
a0da8069 1311
a0da8069 1312
81ecdfbb
RW
1313ac_pwd=`pwd` && test -n "$ac_pwd" &&
1314ac_ls_di=`ls -di .` &&
1315ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1316 as_fn_error "working directory cannot be determined"
1317test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1318 as_fn_error "pwd does not report name of working directory"
1319
1320
a0da8069
NN
1321# Find the source files, if location was not specified.
1322if test -z "$srcdir"; then
1323 ac_srcdir_defaulted=yes
81ecdfbb
RW
1324 # Try the directory containing this script, then the parent directory.
1325 ac_confdir=`$as_dirname -- "$as_myself" ||
1326$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1327 X"$as_myself" : 'X\(//\)[^/]' \| \
1328 X"$as_myself" : 'X\(//\)$' \| \
1329 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1330$as_echo X"$as_myself" |
1331 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1332 s//\1/
1333 q
1334 }
1335 /^X\(\/\/\)[^/].*/{
1336 s//\1/
1337 q
1338 }
1339 /^X\(\/\/\)$/{
1340 s//\1/
1341 q
1342 }
1343 /^X\(\/\).*/{
1344 s//\1/
1345 q
1346 }
1347 s/.*/./; q'`
a0da8069 1348 srcdir=$ac_confdir
81ecdfbb 1349 if test ! -r "$srcdir/$ac_unique_file"; then
a0da8069
NN
1350 srcdir=..
1351 fi
1352else
1353 ac_srcdir_defaulted=no
1354fi
81ecdfbb
RW
1355if test ! -r "$srcdir/$ac_unique_file"; then
1356 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1357 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1358fi
1359ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1360ac_abs_confdir=`(
1361 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1362 pwd)`
1363# When building in place, set srcdir=.
1364if test "$ac_abs_confdir" = "$ac_pwd"; then
1365 srcdir=.
1366fi
1367# Remove unnecessary trailing slashes from srcdir.
1368# Double slashes in file names in object file debugging info
1369# mess up M-x gdb in Emacs.
1370case $srcdir in
1371*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1372esac
6d0cd39e
AM
1373case $srcdir in
1374 *" "*)
1375 as_fn_error "path to source, $srcdir, contains spaces"
1376 ;;
1377esac
9cc8ae67
PB
1378ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1379
81ecdfbb
RW
1380for ac_var in $ac_precious_vars; do
1381 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1382 eval ac_env_${ac_var}_value=\$${ac_var}
1383 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1384 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1385done
c6b750e1
DJ
1386
1387#
1388# Report the --help message.
1389#
1390if test "$ac_init_help" = "long"; then
1391 # Omit some internal or obsolete options to make the list less imposing.
1392 # This message is too long to be a string in the A/UX 3.1 sh.
1393 cat <<_ACEOF
1394\`configure' configures this package to adapt to many kinds of systems.
1395
1396Usage: $0 [OPTION]... [VAR=VALUE]...
1397
1398To assign environment variables (e.g., CC, CFLAGS...), specify them as
1399VAR=VALUE. See below for descriptions of some of the useful variables.
1400
1401Defaults for the options are specified in brackets.
1402
1403Configuration:
1404 -h, --help display this help and exit
1405 --help=short display options specific to this package
1406 --help=recursive display the short help of all the included packages
1407 -V, --version display version information and exit
1408 -q, --quiet, --silent do not print \`checking...' messages
1409 --cache-file=FILE cache test results in FILE [disabled]
1410 -C, --config-cache alias for \`--cache-file=config.cache'
1411 -n, --no-create do not create output files
1412 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1413
c6b750e1
DJ
1414Installation directories:
1415 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1416 [$ac_default_prefix]
c6b750e1 1417 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1418 [PREFIX]
c6b750e1
DJ
1419
1420By default, \`make install' will install all the files in
1421\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1422an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1423for instance \`--prefix=\$HOME'.
1424
1425For better control, use the options below.
1426
1427Fine tuning of the installation directories:
81ecdfbb
RW
1428 --bindir=DIR user executables [EPREFIX/bin]
1429 --sbindir=DIR system admin executables [EPREFIX/sbin]
1430 --libexecdir=DIR program executables [EPREFIX/libexec]
1431 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1432 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1433 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1434 --libdir=DIR object code libraries [EPREFIX/lib]
1435 --includedir=DIR C header files [PREFIX/include]
1436 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1437 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1438 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1439 --infodir=DIR info documentation [DATAROOTDIR/info]
1440 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1441 --mandir=DIR man documentation [DATAROOTDIR/man]
1442 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1443 --htmldir=DIR html documentation [DOCDIR]
1444 --dvidir=DIR dvi documentation [DOCDIR]
1445 --pdfdir=DIR pdf documentation [DOCDIR]
1446 --psdir=DIR ps documentation [DOCDIR]
c6b750e1
DJ
1447_ACEOF
1448
1449 cat <<\_ACEOF
1450
1451Program names:
1452 --program-prefix=PREFIX prepend PREFIX to installed program names
1453 --program-suffix=SUFFIX append SUFFIX to installed program names
1454 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1455
1456System types:
1457 --build=BUILD configure for building on BUILD [guessed]
1458 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1459 --target=TARGET configure for building compilers for TARGET [HOST]
1460_ACEOF
a0da8069 1461fi
a0da8069 1462
c6b750e1
DJ
1463if test -n "$ac_init_help"; then
1464
1465 cat <<\_ACEOF
1466
1467Optional Features:
81ecdfbb 1468 --disable-option-checking ignore unrecognized --enable/--with options
c6b750e1
DJ
1469 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1470 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1b6c0831
L
1471 --enable-as-accelerator-for=ARG
1472 build as offload target compiler. Specify offload
1473 host triple by ARG
1474 --enable-offload-targets=LIST
1475 enable offloading to devices from comma-separated
1476 LIST of TARGET[=DIR]. Use optional path to find
1477 offload target compiler during the build
c7791212 1478 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7837304f 1479 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
6c3bc0f8 1480 --enable-compressed-debug-sections={all,gas,gold,ld,none}
edeefb67
L
1481 Enable compressed debug sections for gas, gold or ld
1482 by default
89a1e9c3
PB
1483 --disable-libquadmath do not build libquadmath directory
1484 --disable-libquadmath-support
1485 disable libquadmath support for Fortran
521ec477
DD
1486 --enable-libada build libada directory
1487 --enable-libssp build libssp directory
f66a9a70 1488 --disable-libstdcxx do not build libstdc++-v3 directory
1b6c0831
L
1489 --enable-liboffloadmic=ARG
1490 build liboffloadmic [ARG={no,host,target}]
ffdd6afc
ILT
1491 --enable-static-libjava[=ARG]
1492 build static libjava [default=no]
1493 --enable-bootstrap enable bootstrapping [yes if native build]
7ec59b9e 1494 --disable-isl-version-check
4849dfd8 1495 disable check for isl version
700d40ca 1496 --enable-lto enable link time optimization support
1b6c0831
L
1497 --enable-linker-plugin-configure-flags=FLAGS
1498 additional flags for configuring linker plugins
1499 [none]
1500 --enable-linker-plugin-flags=FLAGS
1501 additional flags for configuring and building linker
1502 plugins [none]
7837304f
AS
1503 --enable-stage1-languages[=all]
1504 choose additional languages to build during stage1.
1505 Mostly useful for compiler development
1506 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1507 Objective-C runtime
ce6c656d 1508 --enable-vtable-verify Enable vtable verification feature
521ec477 1509 --enable-serial-[{host,target,build}-]configure
7837304f
AS
1510 force sequential configuration of sub-packages for
1511 the host, target or build machine, or all
1512 sub-packages
1513 --enable-maintainer-mode
1514 enable make rules and dependencies not useful (and
1515 sometimes confusing) to the casual installer
1516 --enable-stage1-checking[=all]
1517 choose additional checking for stage1 of the
1518 compiler
c6b750e1 1519 --enable-werror enable -Werror in bootstrap stage2 and later
82033c9b 1520 --enable-host-shared build host code as shared libraries
c6b750e1
DJ
1521
1522Optional Packages:
1523 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1524 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1525 --with-build-libsubdir=DIR Directory where to find libraries for build system
cf39cfc5 1526 --with-system-zlib use installed libz
7837304f
AS
1527 --with-mpc=PATH specify prefix directory for installed MPC package.
1528 Equivalent to --with-mpc-include=PATH/include plus
1529 --with-mpc-lib=PATH/lib
1530 --with-mpc-include=PATH specify directory for installed MPC include files
1531 --with-mpc-lib=PATH specify directory for the installed MPC library
521ec477
DD
1532 --with-mpfr-dir=PATH this option has been REMOVED
1533 --with-mpfr=PATH specify prefix directory for installed MPFR package.
7837304f
AS
1534 Equivalent to --with-mpfr-include=PATH/include plus
1535 --with-mpfr-lib=PATH/lib
c6b750e1 1536 --with-mpfr-include=PATH
521ec477
DD
1537 specify directory for installed MPFR include files
1538 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1539 --with-gmp-dir=PATH this option has been REMOVED
7837304f
AS
1540 --with-gmp=PATH specify prefix directory for the installed GMP
1541 package. Equivalent to
1542 --with-gmp-include=PATH/include plus
1543 --with-gmp-lib=PATH/lib
521ec477
DD
1544 --with-gmp-include=PATH specify directory for installed GMP include files
1545 --with-gmp-lib=PATH specify directory for the installed GMP library
b3676d82 1546 --with-stage1-libs=LIBS libraries for stage1
7837304f
AS
1547 --with-stage1-ldflags=FLAGS
1548 linker flags for stage1
7837304f
AS
1549 --with-boot-libs=LIBS libraries for stage2 and later
1550 --with-boot-ldflags=FLAGS
1551 linker flags for stage2 and later
4849dfd8 1552 --with-isl=PATH Specify prefix directory for the installed isl
7837304f 1553 package. Equivalent to
7ec59b9e
L
1554 --with-isl-include=PATH/include plus
1555 --with-isl-lib=PATH/lib
4849dfd8
NC
1556 --with-isl-include=PATH Specify directory for installed isl include files
1557 --with-isl-lib=PATH Specify the directory for the installed isl library
521ec477 1558 --with-build-sysroot=SYSROOT
c6b750e1 1559 use sysroot as the system root during the build
8a6ee3ab 1560 --with-debug-prefix-map='A=B C=D ...'
7837304f
AS
1561 map A to B, C to D ... in debug information
1562 --with-build-config='NAME NAME2...'
1563 use config/NAME.mk build configuration
521ec477 1564 --with-build-time-tools=PATH
c6b750e1 1565 use given path to find target tools during the build
c6b750e1
DJ
1566
1567Some influential environment variables:
1568 CC C compiler command
1569 CFLAGS C compiler flags
1570 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1571 nonstandard directory <lib dir>
81ecdfbb
RW
1572 LIBS libraries to pass to the linker, e.g. -l<library>
1573 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1574 you have headers in a nonstandard directory <include dir>
18f6b6ee
PB
1575 CXX C++ compiler command
1576 CXXFLAGS C++ compiler flags
4074d5f2
RW
1577 build_configargs
1578 additional configure arguments for build directories
1579 host_configargs
1580 additional configure arguments for host directories
1581 target_configargs
1582 additional configure arguments for target directories
9a819804
AO
1583 AR AR for the host
1584 AS AS for the host
1585 DLLTOOL DLLTOOL for the host
1586 LD LD for the host
1587 LIPO LIPO for the host
1588 NM NM for the host
1589 RANLIB RANLIB for the host
1590 STRIP STRIP for the host
1591 WINDRES WINDRES for the host
0c24b341 1592 WINDMC WINDMC for the host
9a819804
AO
1593 OBJCOPY OBJCOPY for the host
1594 OBJDUMP OBJDUMP for the host
b121d7d4 1595 READELF READELF for the host
9a819804
AO
1596 CC_FOR_TARGET
1597 CC for the target
1598 CXX_FOR_TARGET
1599 CXX for the target
1600 GCC_FOR_TARGET
1601 GCC for the target
1602 GCJ_FOR_TARGET
1603 GCJ for the target
1604 GFORTRAN_FOR_TARGET
1605 GFORTRAN for the target
e552509b
ILT
1606 GOC_FOR_TARGET
1607 GOC for the target
9a819804
AO
1608 AR_FOR_TARGET
1609 AR for the target
1610 AS_FOR_TARGET
1611 AS for the target
1612 DLLTOOL_FOR_TARGET
1613 DLLTOOL for the target
1614 LD_FOR_TARGET
1615 LD for the target
1616 LIPO_FOR_TARGET
1617 LIPO for the target
1618 NM_FOR_TARGET
1619 NM for the target
6b91c541
AP
1620 OBJCOPY_FOR_TARGET
1621 OBJCOPY for the target
9a819804
AO
1622 OBJDUMP_FOR_TARGET
1623 OBJDUMP for the target
1624 RANLIB_FOR_TARGET
1625 RANLIB for the target
b121d7d4
DD
1626 READELF_FOR_TARGET
1627 READELF for the target
9a819804
AO
1628 STRIP_FOR_TARGET
1629 STRIP for the target
1630 WINDRES_FOR_TARGET
1631 WINDRES for the target
0c24b341
NC
1632 WINDMC_FOR_TARGET
1633 WINDMC for the target
c6b750e1
DJ
1634
1635Use these variables to override the choices made by `configure' or to help
1636it to find libraries and programs with nonstandard names/locations.
1637
81ecdfbb 1638Report bugs to the package provider.
c6b750e1 1639_ACEOF
81ecdfbb 1640ac_status=$?
c6b750e1
DJ
1641fi
1642
1643if test "$ac_init_help" = "recursive"; then
1644 # If there are subdirs, report their specific --help.
c6b750e1 1645 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1646 test -d "$ac_dir" ||
1647 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1648 continue
c6b750e1
DJ
1649 ac_builddir=.
1650
81ecdfbb
RW
1651case "$ac_dir" in
1652.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1653*)
1654 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1655 # A ".." for each directory in $ac_dir_suffix.
1656 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1657 case $ac_top_builddir_sub in
1658 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1659 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1660 esac ;;
1661esac
1662ac_abs_top_builddir=$ac_pwd
1663ac_abs_builddir=$ac_pwd$ac_dir_suffix
1664# for backward compatibility:
1665ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
1666
1667case $srcdir in
81ecdfbb 1668 .) # We are building in place.
c6b750e1 1669 ac_srcdir=.
81ecdfbb
RW
1670 ac_top_srcdir=$ac_top_builddir_sub
1671 ac_abs_top_srcdir=$ac_pwd ;;
1672 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 1673 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1674 ac_top_srcdir=$srcdir
1675 ac_abs_top_srcdir=$srcdir ;;
1676 *) # Relative name.
1677 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1678 ac_top_srcdir=$ac_top_build_prefix$srcdir
1679 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 1680esac
81ecdfbb
RW
1681ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1682
1683 cd "$ac_dir" || { ac_status=$?; continue; }
1684 # Check for guested configure.
1685 if test -f "$ac_srcdir/configure.gnu"; then
1686 echo &&
1687 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1688 elif test -f "$ac_srcdir/configure"; then
1689 echo &&
1690 $SHELL "$ac_srcdir/configure" --help=recursive
c6b750e1 1691 else
81ecdfbb
RW
1692 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1693 fi || ac_status=$?
1694 cd "$ac_pwd" || { ac_status=$?; break; }
c6b750e1
DJ
1695 done
1696fi
1697
81ecdfbb 1698test -n "$ac_init_help" && exit $ac_status
c6b750e1
DJ
1699if $ac_init_version; then
1700 cat <<\_ACEOF
81ecdfbb
RW
1701configure
1702generated by GNU Autoconf 2.64
c6b750e1 1703
81ecdfbb 1704Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
1705This configure script is free software; the Free Software Foundation
1706gives unlimited permission to copy, distribute and modify it.
1707_ACEOF
81ecdfbb 1708 exit
c6b750e1 1709fi
81ecdfbb
RW
1710
1711## ------------------------ ##
1712## Autoconf initialization. ##
1713## ------------------------ ##
1714
1715# ac_fn_c_try_compile LINENO
1716# --------------------------
1717# Try to compile conftest.$ac_ext, and return whether this succeeded.
1718ac_fn_c_try_compile ()
1719{
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 rm -f conftest.$ac_objext
1722 if { { ac_try="$ac_compile"
1723case "(($ac_try" in
1724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1725 *) ac_try_echo=$ac_try;;
1726esac
1727eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1728$as_echo "$ac_try_echo"; } >&5
1729 (eval "$ac_compile") 2>conftest.err
1730 ac_status=$?
1731 if test -s conftest.err; then
1732 grep -v '^ *+' conftest.err >conftest.er1
1733 cat conftest.er1 >&5
1734 mv -f conftest.er1 conftest.err
1735 fi
1736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1737 test $ac_status = 0; } && {
1738 test -z "$ac_c_werror_flag" ||
1739 test ! -s conftest.err
1740 } && test -s conftest.$ac_objext; then :
1741 ac_retval=0
1742else
1743 $as_echo "$as_me: failed program was:" >&5
1744sed 's/^/| /' conftest.$ac_ext >&5
1745
1746 ac_retval=1
1747fi
1748 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749 return $ac_retval
1750
1751} # ac_fn_c_try_compile
1752
1753# ac_fn_cxx_try_compile LINENO
1754# ----------------------------
1755# Try to compile conftest.$ac_ext, and return whether this succeeded.
1756ac_fn_cxx_try_compile ()
1757{
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 rm -f conftest.$ac_objext
1760 if { { ac_try="$ac_compile"
1761case "(($ac_try" in
1762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763 *) ac_try_echo=$ac_try;;
1764esac
1765eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766$as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_compile") 2>conftest.err
1768 ac_status=$?
1769 if test -s conftest.err; then
1770 grep -v '^ *+' conftest.err >conftest.er1
1771 cat conftest.er1 >&5
1772 mv -f conftest.er1 conftest.err
1773 fi
1774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1775 test $ac_status = 0; } && {
1776 test -z "$ac_cxx_werror_flag" ||
1777 test ! -s conftest.err
1778 } && test -s conftest.$ac_objext; then :
1779 ac_retval=0
1780else
1781 $as_echo "$as_me: failed program was:" >&5
1782sed 's/^/| /' conftest.$ac_ext >&5
1783
1784 ac_retval=1
1785fi
1786 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1787 return $ac_retval
1788
1789} # ac_fn_cxx_try_compile
1790
b3676d82
EB
1791# ac_fn_cxx_try_link LINENO
1792# -------------------------
1793# Try to link conftest.$ac_ext, and return whether this succeeded.
1794ac_fn_cxx_try_link ()
1795{
1796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797 rm -f conftest.$ac_objext conftest$ac_exeext
1798 if { { ac_try="$ac_link"
1799case "(($ac_try" in
1800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1801 *) ac_try_echo=$ac_try;;
1802esac
1803eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1804$as_echo "$ac_try_echo"; } >&5
1805 (eval "$ac_link") 2>conftest.err
1806 ac_status=$?
1807 if test -s conftest.err; then
1808 grep -v '^ *+' conftest.err >conftest.er1
1809 cat conftest.er1 >&5
1810 mv -f conftest.er1 conftest.err
1811 fi
1812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1813 test $ac_status = 0; } && {
1814 test -z "$ac_cxx_werror_flag" ||
1815 test ! -s conftest.err
1816 } && test -s conftest$ac_exeext && {
1817 test "$cross_compiling" = yes ||
1818 $as_test_x conftest$ac_exeext
1819 }; then :
1820 ac_retval=0
1821else
1822 $as_echo "$as_me: failed program was:" >&5
1823sed 's/^/| /' conftest.$ac_ext >&5
1824
1825 ac_retval=1
1826fi
1827 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1828 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1829 # interfere with the next link command; also delete a directory that is
1830 # left behind by Apple's compiler. We do this before executing the actions.
1831 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1832 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1833 return $ac_retval
1834
1835} # ac_fn_cxx_try_link
1836
81ecdfbb
RW
1837# ac_fn_c_try_link LINENO
1838# -----------------------
1839# Try to link conftest.$ac_ext, and return whether this succeeded.
1840ac_fn_c_try_link ()
1841{
1842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1843 rm -f conftest.$ac_objext conftest$ac_exeext
1844 if { { ac_try="$ac_link"
1845case "(($ac_try" in
1846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1847 *) ac_try_echo=$ac_try;;
1848esac
1849eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1850$as_echo "$ac_try_echo"; } >&5
1851 (eval "$ac_link") 2>conftest.err
1852 ac_status=$?
1853 if test -s conftest.err; then
1854 grep -v '^ *+' conftest.err >conftest.er1
1855 cat conftest.er1 >&5
1856 mv -f conftest.er1 conftest.err
1857 fi
1858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859 test $ac_status = 0; } && {
1860 test -z "$ac_c_werror_flag" ||
1861 test ! -s conftest.err
1862 } && test -s conftest$ac_exeext && {
1863 test "$cross_compiling" = yes ||
1864 $as_test_x conftest$ac_exeext
1865 }; then :
1866 ac_retval=0
1867else
1868 $as_echo "$as_me: failed program was:" >&5
1869sed 's/^/| /' conftest.$ac_ext >&5
1870
1871 ac_retval=1
1872fi
1873 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1874 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1875 # interfere with the next link command; also delete a directory that is
1876 # left behind by Apple's compiler. We do this before executing the actions.
1877 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1878 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1879 return $ac_retval
1880
1881} # ac_fn_c_try_link
1882cat >config.log <<_ACEOF
c6b750e1
DJ
1883This file contains any messages produced by compilers while
1884running configure, to aid debugging if configure makes a mistake.
1885
1886It was created by $as_me, which was
81ecdfbb 1887generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
1888
1889 $ $0 $@
1890
1891_ACEOF
81ecdfbb 1892exec 5>>config.log
c6b750e1
DJ
1893{
1894cat <<_ASUNAME
1895## --------- ##
1896## Platform. ##
1897## --------- ##
1898
1899hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1900uname -m = `(uname -m) 2>/dev/null || echo unknown`
1901uname -r = `(uname -r) 2>/dev/null || echo unknown`
1902uname -s = `(uname -s) 2>/dev/null || echo unknown`
1903uname -v = `(uname -v) 2>/dev/null || echo unknown`
1904
1905/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1906/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1907
1908/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1909/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1910/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1911/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
c6b750e1
DJ
1912/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1913/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1914/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1915
1916_ASUNAME
1917
1918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1919for as_dir in $PATH
1920do
1921 IFS=$as_save_IFS
1922 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1923 $as_echo "PATH: $as_dir"
1924 done
1925IFS=$as_save_IFS
c6b750e1
DJ
1926
1927} >&5
1928
1929cat >&5 <<_ACEOF
1930
1931
1932## ----------- ##
1933## Core tests. ##
1934## ----------- ##
1935
1936_ACEOF
1937
1938
1939# Keep a trace of the command line.
1940# Strip out --no-create and --no-recursion so they do not pile up.
1941# Strip out --silent because we don't want to record it for future runs.
1942# Also quote any args containing shell meta-characters.
1943# Make two passes to allow for proper duplicate-argument suppression.
1944ac_configure_args=
1945ac_configure_args0=
1946ac_configure_args1=
c6b750e1
DJ
1947ac_must_keep_next=false
1948for ac_pass in 1 2
1949do
1950 for ac_arg
1951 do
1952 case $ac_arg in
1953 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1954 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1955 | -silent | --silent | --silen | --sile | --sil)
1956 continue ;;
81ecdfbb
RW
1957 *\'*)
1958 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
1959 esac
1960 case $ac_pass in
81ecdfbb 1961 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c6b750e1 1962 2)
81ecdfbb 1963 as_fn_append ac_configure_args1 " '$ac_arg'"
c6b750e1
DJ
1964 if test $ac_must_keep_next = true; then
1965 ac_must_keep_next=false # Got value, back to normal.
1966 else
1967 case $ac_arg in
1968 *=* | --config-cache | -C | -disable-* | --disable-* \
1969 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1970 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1971 | -with-* | --with-* | -without-* | --without-* | --x)
1972 case "$ac_configure_args0 " in
1973 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1974 esac
1975 ;;
1976 -* ) ac_must_keep_next=true ;;
1977 esac
1978 fi
81ecdfbb 1979 as_fn_append ac_configure_args " '$ac_arg'"
c6b750e1
DJ
1980 ;;
1981 esac
1982 done
1983done
81ecdfbb
RW
1984{ ac_configure_args0=; unset ac_configure_args0;}
1985{ ac_configure_args1=; unset ac_configure_args1;}
c6b750e1
DJ
1986
1987# When interrupted or exit'd, cleanup temporary files, and complete
1988# config.log. We remove comments because anyway the quotes in there
1989# would cause problems or look ugly.
81ecdfbb
RW
1990# WARNING: Use '\'' to represent an apostrophe within the trap.
1991# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c6b750e1
DJ
1992trap 'exit_status=$?
1993 # Save into config.log some information that might help in debugging.
1994 {
1995 echo
1996
1997 cat <<\_ASBOX
1998## ---------------- ##
1999## Cache variables. ##
2000## ---------------- ##
2001_ASBOX
2002 echo
2003 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2004(
2005 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2006 eval ac_val=\$$ac_var
2007 case $ac_val in #(
2008 *${as_nl}*)
2009 case $ac_var in #(
2010 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2011$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2012 esac
2013 case $ac_var in #(
2014 _ | IFS | as_nl) ;; #(
2015 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2016 *) { eval $ac_var=; unset $ac_var;} ;;
2017 esac ;;
2018 esac
2019 done
c6b750e1 2020 (set) 2>&1 |
81ecdfbb
RW
2021 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2022 *${as_nl}ac_space=\ *)
c6b750e1 2023 sed -n \
81ecdfbb
RW
2024 "s/'\''/'\''\\\\'\'''\''/g;
2025 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2026 ;; #(
c6b750e1 2027 *)
81ecdfbb 2028 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 2029 ;;
81ecdfbb
RW
2030 esac |
2031 sort
2032)
c6b750e1
DJ
2033 echo
2034
2035 cat <<\_ASBOX
2036## ----------------- ##
2037## Output variables. ##
2038## ----------------- ##
2039_ASBOX
2040 echo
2041 for ac_var in $ac_subst_vars
2042 do
81ecdfbb
RW
2043 eval ac_val=\$$ac_var
2044 case $ac_val in
2045 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2046 esac
2047 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
2048 done | sort
2049 echo
2050
2051 if test -n "$ac_subst_files"; then
2052 cat <<\_ASBOX
81ecdfbb
RW
2053## ------------------- ##
2054## File substitutions. ##
2055## ------------------- ##
c6b750e1
DJ
2056_ASBOX
2057 echo
2058 for ac_var in $ac_subst_files
2059 do
81ecdfbb
RW
2060 eval ac_val=\$$ac_var
2061 case $ac_val in
2062 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2063 esac
2064 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
2065 done | sort
2066 echo
2067 fi
2068
2069 if test -s confdefs.h; then
2070 cat <<\_ASBOX
2071## ----------- ##
2072## confdefs.h. ##
2073## ----------- ##
2074_ASBOX
2075 echo
81ecdfbb 2076 cat confdefs.h
c6b750e1
DJ
2077 echo
2078 fi
2079 test "$ac_signal" != 0 &&
81ecdfbb
RW
2080 $as_echo "$as_me: caught signal $ac_signal"
2081 $as_echo "$as_me: exit $exit_status"
c6b750e1 2082 } >&5
81ecdfbb
RW
2083 rm -f core *.core core.conftest.* &&
2084 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c6b750e1 2085 exit $exit_status
81ecdfbb 2086' 0
c6b750e1 2087for ac_signal in 1 2 13 15; do
81ecdfbb 2088 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c6b750e1
DJ
2089done
2090ac_signal=0
2091
2092# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2093rm -f -r conftest* confdefs.h
2094
2095$as_echo "/* confdefs.h */" > confdefs.h
c6b750e1
DJ
2096
2097# Predefined preprocessor variables.
2098
2099cat >>confdefs.h <<_ACEOF
2100#define PACKAGE_NAME "$PACKAGE_NAME"
2101_ACEOF
2102
c6b750e1
DJ
2103cat >>confdefs.h <<_ACEOF
2104#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2105_ACEOF
2106
c6b750e1
DJ
2107cat >>confdefs.h <<_ACEOF
2108#define PACKAGE_VERSION "$PACKAGE_VERSION"
2109_ACEOF
2110
c6b750e1
DJ
2111cat >>confdefs.h <<_ACEOF
2112#define PACKAGE_STRING "$PACKAGE_STRING"
2113_ACEOF
2114
c6b750e1
DJ
2115cat >>confdefs.h <<_ACEOF
2116#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2117_ACEOF
2118
81ecdfbb
RW
2119cat >>confdefs.h <<_ACEOF
2120#define PACKAGE_URL "$PACKAGE_URL"
2121_ACEOF
2122
c6b750e1
DJ
2123
2124# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2125# Prefer an explicitly selected file to automatically selected ones.
2126ac_site_file1=NONE
2127ac_site_file2=NONE
2128if test -n "$CONFIG_SITE"; then
2129 ac_site_file1=$CONFIG_SITE
2130elif test "x$prefix" != xNONE; then
2131 ac_site_file1=$prefix/share/config.site
2132 ac_site_file2=$prefix/etc/config.site
2133else
2134 ac_site_file1=$ac_default_prefix/share/config.site
2135 ac_site_file2=$ac_default_prefix/etc/config.site
a0da8069 2136fi
81ecdfbb
RW
2137for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2138do
2139 test "x$ac_site_file" = xNONE && continue
a0da8069 2140 if test -r "$ac_site_file"; then
81ecdfbb
RW
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2142$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c6b750e1 2143 sed 's/^/| /' "$ac_site_file" >&5
a0da8069
NN
2144 . "$ac_site_file"
2145 fi
2146done
2147
2148if test -r "$cache_file"; then
c6b750e1
DJ
2149 # Some versions of bash will fail to source /dev/null (special
2150 # files actually), so we avoid doing that.
2151 if test -f "$cache_file"; then
81ecdfbb
RW
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2153$as_echo "$as_me: loading cache $cache_file" >&6;}
c6b750e1 2154 case $cache_file in
81ecdfbb
RW
2155 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2156 *) . "./$cache_file";;
c6b750e1
DJ
2157 esac
2158 fi
a0da8069 2159else
81ecdfbb
RW
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2161$as_echo "$as_me: creating cache $cache_file" >&6;}
c6b750e1
DJ
2162 >$cache_file
2163fi
2164
2165# Check that the precious variables saved in the cache have kept the same
2166# value.
2167ac_cache_corrupted=false
81ecdfbb 2168for ac_var in $ac_precious_vars; do
c6b750e1
DJ
2169 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2170 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2171 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2172 eval ac_new_val=\$ac_env_${ac_var}_value
c6b750e1
DJ
2173 case $ac_old_set,$ac_new_set in
2174 set,)
81ecdfbb
RW
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2176$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c6b750e1
DJ
2177 ac_cache_corrupted=: ;;
2178 ,set)
81ecdfbb
RW
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2180$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c6b750e1
DJ
2181 ac_cache_corrupted=: ;;
2182 ,);;
2183 *)
2184 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2185 # differences in whitespace do not lead to failure.
2186 ac_old_val_w=`echo x $ac_old_val`
2187 ac_new_val_w=`echo x $ac_new_val`
2188 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2190$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2191 ac_cache_corrupted=:
2192 else
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2194$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2195 eval $ac_var=\$ac_old_val
2196 fi
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2198$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2200$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c6b750e1
DJ
2201 fi;;
2202 esac
2203 # Pass precious variables to config.status.
2204 if test "$ac_new_set" = set; then
2205 case $ac_new_val in
81ecdfbb 2206 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2207 *) ac_arg=$ac_var=$ac_new_val ;;
2208 esac
2209 case " $ac_configure_args " in
2210 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2211 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c6b750e1
DJ
2212 esac
2213 fi
2214done
2215if $ac_cache_corrupted; then
81ecdfbb
RW
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2217$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2219$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2220 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
a0da8069 2221fi
81ecdfbb
RW
2222## -------------------- ##
2223## Main body of script. ##
2224## -------------------- ##
a0da8069
NN
2225
2226ac_ext=c
a0da8069 2227ac_cpp='$CPP $CPPFLAGS'
c6b750e1
DJ
2228ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2229ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2230ac_compiler_gnu=$ac_cv_c_compiler_gnu
2231
2232
2233
2234
c6b750e1
DJ
2235
2236
34a0f3cf 2237
c6b750e1 2238
5b553f7e
RW
2239
2240progname=$0
2241# if PWD already has a value, it is probably wrong.
2242if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2243
2244# Export original configure arguments for use by sub-configures.
2245# Quote arguments with shell meta charatcers.
2246TOPLEVEL_CONFIGURE_ARGUMENTS=
2247set -- "$progname" "$@"
2248for ac_arg
2249do
2250 case "$ac_arg" in
2251 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2252 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2253 # if the argument is of the form -foo=baz, quote the baz part only
2254 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2255 *) ;;
2256 esac
2257 # Add the quoted argument to the list.
2258 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2259done
2260if test "$silent" = yes; then
2261 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2262fi
2263# Remove the initial space we just introduced and, as these will be
2264# expanded by make, quote '$'.
2265TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2266
c6b750e1
DJ
2267
2268# Find the build, host, and target systems.
a0da8069 2269ac_aux_dir=
81ecdfbb
RW
2270for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2271 for ac_t in install-sh install.sh shtool; do
2272 if test -f "$ac_dir/$ac_t"; then
2273 ac_aux_dir=$ac_dir
2274 ac_install_sh="$ac_aux_dir/$ac_t -c"
2275 break 2
2276 fi
2277 done
a0da8069
NN
2278done
2279if test -z "$ac_aux_dir"; then
81ecdfbb 2280 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
a0da8069 2281fi
81ecdfbb
RW
2282
2283# These three variables are undocumented and unsupported,
2284# and are intended to be withdrawn in a future Autoconf release.
2285# They can cause serious problems if a builder's source tree is in a directory
2286# whose full name contains unusual characters.
2287ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2288ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2289ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2290
a0da8069 2291
c6b750e1 2292# Make sure we can run config.sub.
81ecdfbb
RW
2293$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2294 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2295
2296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2297$as_echo_n "checking build system type... " >&6; }
2298if test "${ac_cv_build+set}" = set; then :
2299 $as_echo_n "(cached) " >&6
2300else
2301 ac_build_alias=$build_alias
2302test "x$ac_build_alias" = x &&
2303 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2304test "x$ac_build_alias" = x &&
2305 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2306ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2308
2309fi
2310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2311$as_echo "$ac_cv_build" >&6; }
2312case $ac_cv_build in
2313*-*-*) ;;
2314*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2315esac
c6b750e1 2316build=$ac_cv_build
81ecdfbb
RW
2317ac_save_IFS=$IFS; IFS='-'
2318set x $ac_cv_build
2319shift
2320build_cpu=$1
2321build_vendor=$2
2322shift; shift
2323# Remember, the first character of IFS is used to create $*,
2324# except with old shells:
2325build_os=$*
2326IFS=$ac_save_IFS
2327case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
a0da8069 2328
a0da8069 2329
c6b750e1
DJ
2330 case ${build_alias} in
2331 "") build_noncanonical=${build} ;;
2332 *) build_noncanonical=${build_alias} ;;
cac3d6c4
CM
2333esac
2334
2335
cac3d6c4 2336
c6b750e1
DJ
2337 case ${host_alias} in
2338 "") host_noncanonical=${build_noncanonical} ;;
2339 *) host_noncanonical=${host_alias} ;;
cac3d6c4
CM
2340esac
2341
cac3d6c4 2342
c6b750e1
DJ
2343
2344 case ${target_alias} in
2345 "") target_noncanonical=${host_noncanonical} ;;
2346 *) target_noncanonical=${target_alias} ;;
cac3d6c4
CM
2347esac
2348
cac3d6c4 2349
c6b750e1
DJ
2350
2351
2352test "$host_noncanonical" = "$target_noncanonical" &&
a0da8069
NN
2353 test "$program_prefix$program_suffix$program_transform_name" = \
2354 NONENONEs,x,x, &&
c6b750e1 2355 program_transform_name=s,y,y,
cac3d6c4 2356
81ecdfbb
RW
2357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2358$as_echo_n "checking host system type... " >&6; }
2359if test "${ac_cv_host+set}" = set; then :
2360 $as_echo_n "(cached) " >&6
cac3d6c4 2361else
81ecdfbb
RW
2362 if test "x$host_alias" = x; then
2363 ac_cv_host=$ac_cv_build
2364else
2365 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2366 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2367fi
c6b750e1
DJ
2368
2369fi
81ecdfbb
RW
2370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2371$as_echo "$ac_cv_host" >&6; }
2372case $ac_cv_host in
2373*-*-*) ;;
2374*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2375esac
c6b750e1 2376host=$ac_cv_host
81ecdfbb
RW
2377ac_save_IFS=$IFS; IFS='-'
2378set x $ac_cv_host
2379shift
2380host_cpu=$1
2381host_vendor=$2
2382shift; shift
2383# Remember, the first character of IFS is used to create $*,
2384# except with old shells:
2385host_os=$*
2386IFS=$ac_save_IFS
2387case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2388
2389
81ecdfbb
RW
2390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2391$as_echo_n "checking target system type... " >&6; }
2392if test "${ac_cv_target+set}" = set; then :
2393 $as_echo_n "(cached) " >&6
c6b750e1 2394else
81ecdfbb
RW
2395 if test "x$target_alias" = x; then
2396 ac_cv_target=$ac_cv_host
2397else
2398 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2399 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2400fi
c6b750e1 2401
cac3d6c4 2402fi
81ecdfbb
RW
2403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2404$as_echo "$ac_cv_target" >&6; }
2405case $ac_cv_target in
2406*-*-*) ;;
2407*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2408esac
c6b750e1 2409target=$ac_cv_target
81ecdfbb
RW
2410ac_save_IFS=$IFS; IFS='-'
2411set x $ac_cv_target
2412shift
2413target_cpu=$1
2414target_vendor=$2
2415shift; shift
2416# Remember, the first character of IFS is used to create $*,
2417# except with old shells:
2418target_os=$*
2419IFS=$ac_save_IFS
2420case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2421
2422
2423# The aliases save the names the user supplied, while $host etc.
2424# will get canonicalized.
2425test -n "$target_alias" &&
2426 test "$program_prefix$program_suffix$program_transform_name" = \
2427 NONENONEs,x,x, &&
2428 program_prefix=${target_alias}-
81ecdfbb 2429
a0da8069 2430test "$program_prefix" != NONE &&
81ecdfbb 2431 program_transform_name="s&^&$program_prefix&;$program_transform_name"
a0da8069
NN
2432# Use a double $ so make ignores it.
2433test "$program_suffix" != NONE &&
81ecdfbb
RW
2434 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2435# Double any \ or $.
c6b750e1 2436# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2437ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2438program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cac3d6c4 2439
a0da8069
NN
2440
2441
e5c3f801
NN
2442# Get 'install' or 'install-sh' and its variants.
2443# Find a good install program. We prefer a C program (faster),
2444# so one script is as good as another. But avoid the broken or
2445# incompatible versions:
2446# SysV /etc/install, /usr/sbin/install
2447# SunOS /usr/etc/install
2448# IRIX /sbin/install
2449# AIX /bin/install
c6b750e1 2450# AmigaOS /C/install, which installs bootblocks on floppy discs
e5c3f801
NN
2451# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2452# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2453# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
c6b750e1 2454# OS/2's system install, which has a completely different semantic
e5c3f801 2455# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2456# Reject install programs that cannot install multiple files.
81ecdfbb
RW
2457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2458$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5c3f801 2459if test -z "$INSTALL"; then
81ecdfbb
RW
2460if test "${ac_cv_path_install+set}" = set; then :
2461 $as_echo_n "(cached) " >&6
c6b750e1
DJ
2462else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464for as_dir in $PATH
2465do
2466 IFS=$as_save_IFS
2467 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2468 # Account for people who put trailing slashes in PATH elements.
2469case $as_dir/ in #((
2470 ./ | .// | /[cC]/* | \
c6b750e1 2471 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 2472 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
c6b750e1
DJ
2473 /usr/ucb/* ) ;;
2474 *)
2475 # OSF1 and SCO ODT 3.0 have their own names for install.
2476 # Don't use installbsd from OSF since it installs stuff as root
2477 # by default.
2478 for ac_prog in ginstall scoinst install; do
2479 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 2480 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
e5c3f801 2481 if test $ac_prog = install &&
c6b750e1 2482 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
e5c3f801
NN
2483 # AIX install. It has an incompatible calling convention.
2484 :
c6b750e1
DJ
2485 elif test $ac_prog = install &&
2486 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2487 # program-specific install script used by HP pwplus--don't use.
2488 :
e5c3f801 2489 else
58c85be7
RW
2490 rm -rf conftest.one conftest.two conftest.dir
2491 echo one > conftest.one
2492 echo two > conftest.two
2493 mkdir conftest.dir
2494 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2495 test -s conftest.one && test -s conftest.two &&
2496 test -s conftest.dir/conftest.one &&
2497 test -s conftest.dir/conftest.two
2498 then
2499 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2500 break 3
2501 fi
e5c3f801
NN
2502 fi
2503 fi
2504 done
c6b750e1
DJ
2505 done
2506 ;;
2507esac
81ecdfbb
RW
2508
2509 done
2510IFS=$as_save_IFS
c6b750e1 2511
58c85be7 2512rm -rf conftest.one conftest.two conftest.dir
e5c3f801
NN
2513
2514fi
2515 if test "${ac_cv_path_install+set}" = set; then
c6b750e1 2516 INSTALL=$ac_cv_path_install
e5c3f801 2517 else
58c85be7
RW
2518 # As a last resort, use the slow shell script. Don't cache a
2519 # value for INSTALL within a source directory, because that will
e5c3f801 2520 # break other packages using the cache if that directory is
58c85be7 2521 # removed, or if the value is a relative name.
c6b750e1 2522 INSTALL=$ac_install_sh
e5c3f801
NN
2523 fi
2524fi
81ecdfbb
RW
2525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2526$as_echo "$INSTALL" >&6; }
e5c3f801
NN
2527
2528# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2529# It thinks the first close brace ends the variable substitution.
2530test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2531
c6b750e1 2532test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
e5c3f801
NN
2533
2534test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2535
81ecdfbb
RW
2536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2537$as_echo_n "checking whether ln works... " >&6; }
2538if test "${acx_cv_prog_LN+set}" = set; then :
2539 $as_echo_n "(cached) " >&6
656fdd47
PB
2540else
2541 rm -f conftestdata_t
2542echo >conftestdata_f
2543if ln conftestdata_f conftestdata_t 2>/dev/null
2544then
2545 acx_cv_prog_LN=ln
2546else
2547 acx_cv_prog_LN=no
2548fi
2549rm -f conftestdata_f conftestdata_t
2550
2551fi
2552if test $acx_cv_prog_LN = no; then
2553 LN="cp"
81ecdfbb
RW
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2555$as_echo "no, using $LN" >&6; }
656fdd47
PB
2556else
2557 LN="$acx_cv_prog_LN"
81ecdfbb
RW
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2559$as_echo "yes" >&6; }
656fdd47
PB
2560fi
2561
81ecdfbb
RW
2562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2563$as_echo_n "checking whether ln -s works... " >&6; }
c6b750e1
DJ
2564LN_S=$as_ln_s
2565if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2567$as_echo "yes" >&6; }
cac3d6c4 2568else
81ecdfbb
RW
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2570$as_echo "no, using $LN_S" >&6; }
dfdffa2c
PB
2571fi
2572
8e957354
PB
2573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2574$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2575if test "${ac_cv_path_SED+set}" = set; then :
2576 $as_echo_n "(cached) " >&6
2577else
2578 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2579 for ac_i in 1 2 3 4 5 6 7; do
2580 ac_script="$ac_script$as_nl$ac_script"
2581 done
2582 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2583 { ac_script=; unset ac_script;}
2584 if test -z "$SED"; then
2585 ac_path_SED_found=false
2586 # Loop through the user's path and test for each of PROGNAME-LIST
2587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2588for as_dir in $PATH
2589do
2590 IFS=$as_save_IFS
2591 test -z "$as_dir" && as_dir=.
2592 for ac_prog in sed gsed; do
2593 for ac_exec_ext in '' $ac_executable_extensions; do
2594 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2595 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2596# Check for GNU ac_path_SED and select it if it is found.
2597 # Check for GNU $ac_path_SED
2598case `"$ac_path_SED" --version 2>&1` in
2599*GNU*)
2600 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2601*)
2602 ac_count=0
2603 $as_echo_n 0123456789 >"conftest.in"
2604 while :
2605 do
2606 cat "conftest.in" "conftest.in" >"conftest.tmp"
2607 mv "conftest.tmp" "conftest.in"
2608 cp "conftest.in" "conftest.nl"
2609 $as_echo '' >> "conftest.nl"
2610 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2611 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2612 as_fn_arith $ac_count + 1 && ac_count=$as_val
2613 if test $ac_count -gt ${ac_path_SED_max-0}; then
2614 # Best one so far, save it but keep looking for a better one
2615 ac_cv_path_SED="$ac_path_SED"
2616 ac_path_SED_max=$ac_count
2617 fi
2618 # 10*(2^10) chars as input seems more than enough
2619 test $ac_count -gt 10 && break
2620 done
2621 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2622esac
2623
2624 $ac_path_SED_found && break 3
2625 done
2626 done
2627 done
2628IFS=$as_save_IFS
2629 if test -z "$ac_cv_path_SED"; then
2630 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2631 fi
2632else
2633 ac_cv_path_SED=$SED
2634fi
2635
2636fi
2637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2638$as_echo "$ac_cv_path_SED" >&6; }
2639 SED="$ac_cv_path_SED"
2640 rm -f conftest.sed
2641
2642for ac_prog in gawk mawk nawk awk
2643do
2644 # Extract the first word of "$ac_prog", so it can be a program name with args.
2645set dummy $ac_prog; ac_word=$2
2646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2647$as_echo_n "checking for $ac_word... " >&6; }
2648if test "${ac_cv_prog_AWK+set}" = set; then :
2649 $as_echo_n "(cached) " >&6
2650else
2651 if test -n "$AWK"; then
2652 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2653else
2654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2655for as_dir in $PATH
2656do
2657 IFS=$as_save_IFS
2658 test -z "$as_dir" && as_dir=.
2659 for ac_exec_ext in '' $ac_executable_extensions; do
2660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2661 ac_cv_prog_AWK="$ac_prog"
2662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2663 break 2
2664 fi
2665done
2666 done
2667IFS=$as_save_IFS
2668
2669fi
2670fi
2671AWK=$ac_cv_prog_AWK
2672if test -n "$AWK"; then
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2674$as_echo "$AWK" >&6; }
2675else
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2677$as_echo "no" >&6; }
2678fi
2679
2680
2681 test -n "$AWK" && break
2682done
2683
e5c3f801 2684
0fdbe983
DJ
2685srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2686
2687# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2688# a relative path.
2689if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2690 INSTALL="${srcpwd}/install-sh -c"
2691fi
2692
a0da8069
NN
2693# Set srcdir to "." if that's what it is.
2694# This is important for multilib support.
2695pwd=`${PWDCMD-pwd}`
a0da8069
NN
2696if test "${pwd}" = "${srcpwd}" ; then
2697 srcdir=.
252b5132
RH
2698fi
2699
a0da8069 2700topsrcdir=$srcpwd
252b5132 2701
a0da8069 2702extra_host_args=
afefada0 2703
a0da8069
NN
2704### To add a new directory to the tree, first choose whether it is a target
2705### or a host dependent tool. Then put it into the appropriate list
2706### (library or tools, host or target), doing a dependency sort.
252b5132 2707
c6b750e1 2708# Subdirs will be configured in the order listed in build_configdirs,
a0da8069 2709# configdirs, or target_configdirs; see the serialization section below.
252b5132 2710
c6b750e1
DJ
2711# Dependency sorting is only needed when *configuration* must be done in
2712# a particular order. In all cases a dependency should be specified in
a0da8069 2713# the Makefile, whether or not it's implicitly specified here.
252b5132 2714
a0da8069
NN
2715# Double entries in build_configdirs, configdirs, or target_configdirs may
2716# cause circular dependencies and break everything horribly.
252b5132 2717
6a9cf61e
PB
2718# these library is used by various programs built for the build
2719# environment
2720#
1b6c0831 2721build_libs="build-libiberty build-libcpp"
6a9cf61e
PB
2722
2723# these tools are built for the build environment
a90ef4bf 2724build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 2725
a0da8069 2726# these libraries are used by various programs built for the host environment
1b6c0831
L
2727#f
2728host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
a0da8069 2729
a0da8069
NN
2730# these tools are built for the host environment
2731# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2732# know that we are building the simulator.
2733# binutils, gas and ld appear in that order because it makes sense to run
2734# "make check" in that particular order.
e6de499b 2735# If --enable-gold is used, "gold" may replace "ld".
1b6c0831 2736host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
a0da8069
NN
2737
2738# libgcj represents the runtime libraries only used by gcj.
2739libgcj="target-libffi \
a0da8069 2740 target-zlib \
a0da8069
NN
2741 target-libjava"
2742
2743# these libraries are built for the target environment, and are built after
2744# the host libraries and the host tools (which may be a cross compiler)
ffdd6afc 2745# Note that libiberty is not a target library.
b1299c4e 2746target_libraries="target-libgcc \
2bf680c4 2747 target-libbacktrace \
a0da8069
NN
2748 target-libgloss \
2749 target-newlib \
cff87f51 2750 target-libgomp \
522e3d71 2751 target-libcilkrts \
1b6c0831 2752 target-liboffloadmic \
7ec59b9e 2753 target-libatomic \
d32e2926 2754 target-libitm \
b9459e83 2755 target-libstdc++-v3 \
5286fdef 2756 target-libsanitizer \
95e43135 2757 target-libvtv \
1b6c0831 2758 target-libmpx \
bb780410 2759 target-libssp \
e552509b 2760 target-libquadmath \
4b1cb4fe 2761 target-libgfortran \
4f0ef2d8 2762 target-boehm-gc \
83326456 2763 ${libgcj} \
a2592b1b 2764 target-libobjc \
e552509b
ILT
2765 target-libada \
2766 target-libgo"
a0da8069 2767
9c14acb8
NN
2768# these tools are built using the target libraries, and are intended to
2769# run only in the target environment
a0da8069 2770#
9c14acb8 2771# note: any program that *uses* libraries that are in the "target_libraries"
0377a422 2772# list belongs in this list.
a0da8069 2773#
a90ef4bf 2774target_tools="target-rda"
252b5132 2775
a0da8069 2776################################################################################
252b5132 2777
a0da8069
NN
2778## All tools belong in one of the four categories, and are assigned above
2779## We assign ${configdirs} this way to remove all embedded newlines. This
2780## is important because configure will choke if they ever get through.
2781## ${configdirs} is directories we build using the host tools.
2782## ${target_configdirs} is directories we build using the target tools.
a0da8069 2783configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2784target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2785build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2786
9cc8ae67
PB
2787
2788
a0da8069 2789################################################################################
252b5132 2790
a0da8069 2791srcname="gnu development package"
252b5132 2792
a0da8069
NN
2793# This gets set non-empty for some net releases of packages.
2794appdirs=""
252b5132 2795
a0da8069
NN
2796# Define is_cross_compiler to save on calls to 'test'.
2797is_cross_compiler=
2798if test x"${host}" = x"${target}" ; then
2799 is_cross_compiler=no
252b5132 2800else
a0da8069 2801 is_cross_compiler=yes
c6b750e1 2802fi
252b5132 2803
9175bfc0 2804# Find the build and target subdir names.
dd12c3a8 2805
66a79c16
DJ
2806# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2807# have matching libraries, they should use host libraries: Makefile.tpl
2808# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2809# However, they still use the build modules, because the corresponding
2810# host modules (e.g. bison) are only built for the host when bootstrap
2811# finishes. So:
2812# - build_subdir is where we find build modules, and never changes.
2813# - build_libsubdir is where we find build libraries, and can be overridden.
2814
2815# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2816build_subdir="build-${build_noncanonical}"
c6b750e1 2817
81ecdfbb
RW
2818# Check whether --with-build-libsubdir was given.
2819if test "${with_build_libsubdir+set}" = set; then :
2820 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2821else
2822 build_libsubdir="$build_subdir"
81ecdfbb
RW
2823fi
2824
b00612cc
PB
2825# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2826if ( test $srcdir = . && test -d gcc ) \
2827 || test -d $srcdir/../host-${host_noncanonical}; then
2828 host_subdir="host-${host_noncanonical}"
2829else
2830 host_subdir=.
2831fi
dd12c3a8
NN
2832# No prefix.
2833target_subdir=${target_noncanonical}
c6b750e1 2834
2fd0b40b
RW
2835# Be sure to cover against remnants of an in-tree build.
2836if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2837 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2838Use a pristine source tree when building in a separate tree" "$LINENO" 5
2839fi
252b5132 2840
a0da8069
NN
2841# Skipdirs are removed silently.
2842skipdirs=
2843# Noconfigdirs are removed loudly.
2844noconfigdirs=""
252b5132 2845
a0da8069
NN
2846use_gnu_ld=
2847# Make sure we don't let GNU ld be added if we didn't want it.
2848if test x$with_gnu_ld = xno ; then
2849 use_gnu_ld=no
93f9b408 2850 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2851fi
2852
a0da8069
NN
2853use_gnu_as=
2854# Make sure we don't let GNU as be added if we didn't want it.
2855if test x$with_gnu_as = xno ; then
2856 use_gnu_as=no
2857 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2858fi
2859
700d40ca 2860use_included_zlib=
cf39cfc5
L
2861
2862# Check whether --with-system-zlib was given.
2863if test "${with_system_zlib+set}" = set; then :
2864 withval=$with_system_zlib;
2865fi
2866
700d40ca
ILT
2867# Make sure we don't let ZLIB be added if we didn't want it.
2868if test x$with_system_zlib = xyes ; then
2869 use_included_zlib=no
2870 noconfigdirs="$noconfigdirs zlib"
2871fi
2872
c6b750e1 2873# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2874# it's not even worth trying to configure, much less build, that tool.
252b5132 2875
a0da8069
NN
2876case ${with_x} in
2877 yes | "") ;; # the default value for this tree is that X11 is available
2878 no)
675c6968 2879 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2880 # We won't be able to build gdbtk without X.
c6b750e1 2881 enable_gdbtk=no
a0da8069
NN
2882 ;;
2883 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2884esac
252b5132 2885
0377a422 2886# Some are only suitable for cross toolchains.
a0da8069
NN
2887# Remove these if host=target.
2888cross_only="target-libgloss target-newlib target-opcodes"
2889
2890case $is_cross_compiler in
2891 no) skipdirs="${skipdirs} ${cross_only}" ;;
a0da8069 2892esac
252b5132 2893
a0da8069
NN
2894# If both --with-headers and --with-libs are specified, default to
2895# --without-newlib.
32be62b5
RS
2896if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2897 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2898 if test x"${with_newlib}" = x ; then
2899 with_newlib=no
2900 fi
252b5132
RH
2901fi
2902
a0da8069
NN
2903# Recognize --with-newlib/--without-newlib.
2904case ${with_newlib} in
2905 no) skipdirs="${skipdirs} target-newlib" ;;
2906 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2907esac
252b5132 2908
1b6c0831
L
2909# Check whether --enable-as-accelerator-for was given.
2910if test "${enable_as_accelerator_for+set}" = set; then :
2911 enableval=$enable_as_accelerator_for;
2912fi
2913
2914
2915# Check whether --enable-offload-targets was given.
2916if test "${enable_offload_targets+set}" = set; then :
2917 enableval=$enable_offload_targets;
2918 if test x"$enable_offload_targets" = x; then
2919 as_fn_error "no offload targets specified" "$LINENO" 5
2920 fi
2921
2922else
2923 enable_offload_targets=
2924fi
2925
2926
c7791212
NC
2927# Handle --enable-gold, --enable-ld.
2928# --disable-gold [--enable-ld]
2929# Build only ld. Default option.
d3b50760
L
2930# --enable-gold [--enable-ld]
2931# Build both gold and ld. Install gold as "ld.gold", install ld
2932# as "ld.bfd" and "ld".
2933# --enable-gold=default [--enable-ld]
c7791212
NC
2934# Build both gold and ld. Install gold as "ld.gold" and "ld",
2935# install ld as "ld.bfd".
2936# --enable-gold[=default] --disable-ld
2937# Build only gold, which is then installed as both "ld.gold" and "ld".
2938# --enable-gold --enable-ld=default
d3b50760
L
2939# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2940# and ld.bfd).
c7791212
NC
2941# In other words, ld is default
2942# --enable-gold=default --enable-ld=default
2943# Error.
2944
2945default_ld=
81ecdfbb
RW
2946# Check whether --enable-gold was given.
2947if test "${enable_gold+set}" = set; then :
2948 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2949else
2950 ENABLE_GOLD=no
81ecdfbb
RW
2951fi
2952
c7791212
NC
2953case "${ENABLE_GOLD}" in
2954 yes|default)
e6de499b
NC
2955 # Check for ELF target.
2956 is_elf=no
2957 case "${target}" in
2958 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2344b8da 2959 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
5b806d27 2960 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2bda3143 2961 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
e6de499b
NC
2962 case "${target}" in
2963 *-*-linux*aout* | *-*-linux*oldld*)
2964 ;;
2965 *)
2966 is_elf=yes
2967 ;;
2968 esac
2969 esac
2970
2971 if test "$is_elf" = "yes"; then
2972 # Check for target supported by gold.
93f9b408 2973 case "${target}" in
6d26190c
JY
2974 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
2975 | aarch64*-*-* | tilegx*-*-*)
c7791212
NC
2976 configdirs="$configdirs gold"
2977 if test x${ENABLE_GOLD} = xdefault; then
2978 default_ld=gold
2979 fi
e6de499b 2980 ENABLE_GOLD=yes
93f9b408
ILT
2981 ;;
2982 esac
e6de499b
NC
2983 fi
2984 ;;
2985 no)
2986 ;;
2987 *)
2988 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2989 ;;
c7791212
NC
2990esac
2991
2992# Check whether --enable-ld was given.
2993if test "${enable_ld+set}" = set; then :
2994 enableval=$enable_ld; ENABLE_LD=$enableval
2995else
2996 ENABLE_LD=yes
2997fi
2998
2999
3000case "${ENABLE_LD}" in
3001 default)
d3b50760 3002 if test x${default_ld} != x; then
c7791212
NC
3003 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3004 fi
3005 ;;
3006 yes)
3007 ;;
3008 no)
3009 if test x${ENABLE_GOLD} != xyes; then
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3011$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3012 fi
3013 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3014 ;;
3015 *)
3016 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3017 ;;
3018esac
93f9b408 3019
edeefb67
L
3020# PR gas/19109
3021# Decide the default method for compressing debug sections.
3022# Provide a configure time option to override our default.
3023# Check whether --enable-compressed_debug_sections was given.
3024if test "${enable_compressed_debug_sections+set}" = set; then :
3025 enableval=$enable_compressed_debug_sections;
3026 if test x"$enable_compressed_debug_sections" = xyes; then
3027 as_fn_error "no program with compressed debug sections specified" "$LINENO" 5
3028 fi
3029
3030else
3031 enable_compressed_debug_sections=
3032fi
3033
3034
a0da8069 3035# Configure extra directories which are host specific
252b5132 3036
a0da8069
NN
3037case "${host}" in
3038 *-cygwin*)
3039 configdirs="$configdirs libtermcap" ;;
3040esac
252b5132 3041
59f7ec45
HPN
3042# A target can indicate whether a language isn't supported for some reason.
3043# Only spaces may be used in this macro; not newlines or tabs.
3044unsupported_languages=
3045
c6b750e1 3046# Remove more programs from consideration, based on the host or
a0da8069
NN
3047# target this usually means that a port of the program doesn't
3048# exist yet.
252b5132 3049
a0da8069 3050case "${host}" in
3516a403 3051 i[3456789]86-*-msdosdjgpp*)
6a608608 3052 noconfigdirs="$noconfigdirs tcl tk itcl"
a0da8069 3053 ;;
a0da8069 3054esac
252b5132 3055
4b1cb4fe 3056
89a1e9c3
PB
3057# Check whether --enable-libquadmath was given.
3058if test "${enable_libquadmath+set}" = set; then :
3059 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3060else
3061 ENABLE_LIBQUADMATH=yes
3062fi
3063
3064if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3065 noconfigdirs="$noconfigdirs target-libquadmath"
3066fi
3067
3068
3069# Check whether --enable-libquadmath-support was given.
3070if test "${enable_libquadmath_support+set}" = set; then :
3071 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3072else
3073 ENABLE_LIBQUADMATH_SUPPORT=yes
3074fi
3075
3076enable_libquadmath_support=
3077if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3078 enable_libquadmath_support=no
3079fi
3080
3081
81ecdfbb
RW
3082# Check whether --enable-libada was given.
3083if test "${enable_libada+set}" = set; then :
3084 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3085else
3086 ENABLE_LIBADA=yes
81ecdfbb
RW
3087fi
3088
a2592b1b 3089if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3090 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3091fi
3092
81ecdfbb
RW
3093# Check whether --enable-libssp was given.
3094if test "${enable_libssp+set}" = set; then :
3095 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3096else
3097 ENABLE_LIBSSP=yes
81ecdfbb
RW
3098fi
3099
5f128533 3100
f66a9a70
L
3101# Check whether --enable-libstdcxx was given.
3102if test "${enable_libstdcxx+set}" = set; then :
3103 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3104else
3105 ENABLE_LIBSTDCXX=default
3106fi
3107
3108if test "${ENABLE_LIBSTDCXX}" = "no" ; then
1b6c0831
L
3109 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3110fi
3111
3112# If this is accelerator compiler and its target is intelmic we enable
3113# target liboffloadmic by default. If this is compiler with offloading
3114# for intelmic we enable host liboffloadmic by default. Otherwise
3115# liboffloadmic is disabled by default.
3116# Check whether --enable-liboffloadmic was given.
3117if test "${enable_liboffloadmic+set}" = set; then :
3118 enableval=$enable_liboffloadmic; case "$enableval" in
3119 no | host | target)
3120 enable_liboffloadmic=$enableval ;;
3121 *)
3122 as_fn_error "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3123esac
3124else
3125 if test x"$enable_as_accelerator_for" != x; then
3126 case "${target}" in
3127 *-intelmic-* | *-intelmicemul-*)
3128 enable_liboffloadmic=target
3129 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
3130 ;;
3131 *)
3132 enable_liboffloadmic=no
3133 ;;
3134 esac
3135else
3136 case "${enable_offload_targets}" in
3137 *-intelmic-* | *-intelmicemul-*)
3138 enable_liboffloadmic=host
3139 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
3140 ;;
3141 *)
3142 enable_liboffloadmic=no
3143 ;;
3144 esac
3145fi
f66a9a70
L
3146fi
3147
1b6c0831
L
3148
3149
a0da8069
NN
3150# Save it here so that, even in case of --enable-libgcj, if the Java
3151# front-end isn't enabled, we still get libgcj disabled.
3152libgcj_saved=$libgcj
3153case $enable_libgcj in
3154yes)
3155 # If we reset it here, it won't get added to noconfigdirs in the
3156 # target-specific build rules, so it will be forcibly enabled
3157 # (unless the Java language itself isn't enabled).
3158 libgcj=
3159 ;;
3160no)
3161 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3162 # Don't disable libffi, though, other languages use it.
3163 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3164 # Clear libgcj_saved so that even if java is enabled libffi won't be
3165 # built.
3166 libgcj_saved=
a0da8069
NN
3167 ;;
3168esac
252b5132 3169
ffdd6afc
ILT
3170# Check whether --enable-static-libjava was given.
3171if test "${enable_static_libjava+set}" = set; then :
3172 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3173else
3174 ENABLE_STATIC_LIBJAVA=no
3175fi
3176
3177enable_static_libjava=
3178if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3179 enable_static_libjava=yes
3180fi
3181
3182if test x$enable_static_libjava != xyes ; then
3183 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3184fi
3185
4b1cb4fe 3186
68996839 3187# Enable libgomp by default on hosted POSIX systems, and a few others.
a6df5a19 3188if test x$enable_libgomp = x ; then
b3ded179 3189 case "${target}" in
29383458 3190 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179 3191 ;;
5b806d27 3192 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
b3ded179 3193 ;;
2479f722 3194 *-*-solaris2* | *-*-hpux11*)
b3ded179
PB
3195 ;;
3196 *-*-darwin* | *-*-aix*)
3197 ;;
68996839
NC
3198 nvptx*-*-*)
3199 ;;
b3ded179
PB
3200 *)
3201 noconfigdirs="$noconfigdirs target-libgomp"
3202 ;;
3203 esac
a6df5a19 3204fi
b3ded179 3205
7ec59b9e
L
3206# Disable libatomic on unsupported systems.
3207if test -d ${srcdir}/libatomic; then
3208 if test x$enable_libatomic = x; then
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3210$as_echo_n "checking for libatomic support... " >&6; }
3211 if (srcdir=${srcdir}/libatomic; \
3212 . ${srcdir}/configure.tgt; \
3213 test -n "$UNSUPPORTED")
3214 then
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3216$as_echo "no" >&6; }
3217 noconfigdirs="$noconfigdirs target-libatomic"
3218 else
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3220$as_echo "yes" >&6; }
3221 fi
3222 fi
3223fi
3224
522e3d71 3225# Disable libcilkrts on unsupported systems.
3226if test -d ${srcdir}/libcilkrts; then
3227 if test x$enable_libcilkrts = x; then
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3229$as_echo_n "checking for libcilkrts support... " >&6; }
3230 if (srcdir=${srcdir}/libcilkrts; \
3231 . ${srcdir}/configure.tgt; \
3232 test -n "$UNSUPPORTED")
3233 then
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3235$as_echo "no" >&6; }
3236 noconfigdirs="$noconfigdirs target-libcilkrts"
3237 else
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3239$as_echo "yes" >&6; }
3240 fi
3241 fi
3242fi
3243
1b6c0831
L
3244# Disable liboffloadmic on unsupported systems.
3245if test -d ${srcdir}/liboffloadmic; then
3246 if test x$enable_liboffloadmic != xno; then
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3248$as_echo_n "checking for liboffloadmic support... " >&6; }
3249 if (srcdir=${srcdir}/liboffloadmic; \
3250 . ${srcdir}/configure.tgt; \
3251 test -n "$UNSUPPORTED")
3252 then
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3254$as_echo "no" >&6; }
3255 noconfigdirs="$noconfigdirs target-liboffloadmic"
3256 else
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3258$as_echo "yes" >&6; }
3259 fi
3260 fi
3261fi
3262
d32e2926
RH
3263# Disable libitm on unsupported systems.
3264if test -d ${srcdir}/libitm; then
3265 if test x$enable_libitm = x; then
3266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3267$as_echo_n "checking for libitm support... " >&6; }
3268 if (srcdir=${srcdir}/libitm; \
3269 . ${srcdir}/configure.tgt; \
3270 test -n "$UNSUPPORTED")
3271 then
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3273$as_echo "no" >&6; }
3274 noconfigdirs="$noconfigdirs target-libitm"
3275 else
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3277$as_echo "yes" >&6; }
3278 fi
3279 fi
3280fi
3281
5286fdef
L
3282# Disable libsanitizer on unsupported systems.
3283if test -d ${srcdir}/libsanitizer; then
3284 if test x$enable_libsanitizer = x; then
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3286$as_echo_n "checking for libsanitizer support... " >&6; }
3287 if (srcdir=${srcdir}/libsanitizer; \
3288 . ${srcdir}/configure.tgt; \
3289 test -n "$UNSUPPORTED")
3290 then
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3292$as_echo "no" >&6; }
3293 noconfigdirs="$noconfigdirs target-libsanitizer"
3294 else
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3296$as_echo "yes" >&6; }
3297 fi
3298 fi
3299fi
3300
95e43135
JBG
3301# Disable libvtv on unsupported systems.
3302if test -d ${srcdir}/libvtv; then
3303 if test x$enable_libvtv = x; then
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3305$as_echo_n "checking for libvtv support... " >&6; }
3306 if (srcdir=${srcdir}/libvtv; \
3307 . ${srcdir}/configure.tgt; \
3308 test "$VTV_SUPPORTED" != "yes")
3309 then
3310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3311$as_echo "no" >&6; }
3312 noconfigdirs="$noconfigdirs target-libvtv"
3313 else
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3315$as_echo "yes" >&6; }
3316 fi
3317 fi
3318fi
3319
1b6c0831
L
3320
3321# Enable libmpx on supported systems by request.
3322if test -d ${srcdir}/libmpx; then
4849dfd8 3323 if test x$enable_libmpx = x; then
1b6c0831
L
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
3325$as_echo_n "checking for libmpx support... " >&6; }
3326 if (srcdir=${srcdir}/libmpx; \
3327 . ${srcdir}/configure.tgt; \
3328 test "$LIBMPX_SUPPORTED" != "yes")
3329 then
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3331$as_echo "no" >&6; }
3332 noconfigdirs="$noconfigdirs target-libmpx"
3333 else
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3335$as_echo "yes" >&6; }
3336 fi
1b6c0831
L
3337 fi
3338fi
3339
3340
3341
1488e230
DE
3342# Disable libquadmath for some systems.
3343case "${target}" in
5286fdef
L
3344 avr-*-*)
3345 noconfigdirs="$noconfigdirs target-libquadmath"
3346 ;;
1488e230
DE
3347 # libquadmath is unused on AIX and libquadmath build process use of
3348 # LD_LIBRARY_PATH can break AIX bootstrap.
3349 powerpc-*-aix* | rs6000-*-aix*)
3350 noconfigdirs="$noconfigdirs target-libquadmath"
3351 ;;
3352esac
3353
065a5627
JM
3354# Disable libssp for some systems.
3355case "${target}" in
3356 avr-*-*)
c5f5c3c2 3357 # No hosted I/O support.
065a5627
JM
3358 noconfigdirs="$noconfigdirs target-libssp"
3359 ;;
3360 powerpc-*-aix* | rs6000-*-aix*)
3361 noconfigdirs="$noconfigdirs target-libssp"
3362 ;;
99c513f6 3363 rl78-*-*)
202e2356
NC
3364 # libssp uses a misaligned load to trigger a fault, but the RL78
3365 # doesn't fault for those - instead, it gives a build-time error
3366 # for explicit misaligned loads.
99c513f6
DD
3367 noconfigdirs="$noconfigdirs target-libssp"
3368 ;;
1b6c0831
L
3369 visium-*-*)
3370 # No hosted I/O support.
3371 noconfigdirs="$noconfigdirs target-libssp"
3372 ;;
065a5627
JM
3373esac
3374
065a5627 3375# Disable libstdc++-v3 for some systems.
f66a9a70
L
3376# Allow user to override this if they pass --enable-libstdc++-v3
3377if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3378 case "${target}" in
3379 *-*-vxworks*)
3380 # VxWorks uses the Dinkumware C++ library.
3381 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3382 ;;
3383 arm*-wince-pe*)
3384 # the C++ libraries don't build on top of CE's C libraries
3385 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3386 ;;
3387 avr-*-*)
3388 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3389 ;;
969b1713
L
3390 ft32-*-*)
3391 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3392 ;;
f66a9a70
L
3393 esac
3394fi
065a5627
JM
3395
3396# Disable Fortran for some systems.
3397case "${target}" in
3398 mmix-*-*)
3399 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3400 unsupported_languages="$unsupported_languages fortran"
3401 ;;
3402esac
3403
0827f9a6 3404# Disable Java if libffi is not supported.
9863d716 3405case "${target}" in
e7d5abf1
JBG
3406 aarch64-*-*)
3407 ;;
0827f9a6
JM
3408 alpha*-*-*)
3409 ;;
3410 arm*-*-*)
3411 ;;
3412 cris-*-*)
3413 ;;
3414 frv-*-*)
3415 ;;
3416 hppa*-*-linux*)
3417 ;;
3418 hppa*-*-hpux*)
3419 ;;
3420 i?86-*-*)
3421 ;;
3422 ia64*-*-*)
3423 ;;
3424 m32r*-*-*)
3425 ;;
3426 m68k-*-*)
3427 ;;
2479f722 3428 mips*-*-rtems*)
0827f9a6
JM
3429 ;;
3430 mips*-*-linux*)
3431 ;;
3432 powerpc*-*-linux*)
3433 ;;
3434 powerpc-*-darwin*)
3435 ;;
3436 powerpc-*-aix* | rs6000-*-aix*)
3437 ;;
3438 powerpc-*-freebsd*)
3439 ;;
3440 powerpc64-*-freebsd*)
3441 ;;
3442 powerpc*-*-rtems*)
9863d716 3443 ;;
0827f9a6
JM
3444 s390-*-* | s390x-*-*)
3445 ;;
3446 sh-*-* | sh[34]*-*-*)
3447 ;;
3448 sh64-*-* | sh5*-*-*)
3449 ;;
3450 sparc*-*-*)
3451 ;;
3452 x86_64-*-*)
3453 ;;
3454 *-*-*)
3455 unsupported_languages="$unsupported_languages java"
3456 ;;
3457esac
3458
3459# Disable Java, libgcj or related libraries for some systems.
3460case "${target}" in
9863d716
JM
3461 powerpc-*-darwin*)
3462 ;;
3463 i[3456789]86-*-darwin*)
3464 ;;
3465 x86_64-*-darwin[912]*)
3466 ;;
3467 *-*-darwin*)
3468 noconfigdirs="$noconfigdirs ${libgcj}"
3469 ;;
9863d716
JM
3470 *-*-netware*)
3471 noconfigdirs="$noconfigdirs ${libgcj}"
3472 ;;
3473 *-*-rtems*)
3474 noconfigdirs="$noconfigdirs ${libgcj}"
3475 ;;
3476 *-*-tpf*)
3477 noconfigdirs="$noconfigdirs ${libgcj}"
3478 ;;
3479 *-*-uclinux*)
3480 noconfigdirs="$noconfigdirs ${libgcj}"
3481 ;;
3482 *-*-vxworks*)
3483 noconfigdirs="$noconfigdirs ${libgcj}"
3484 ;;
9863d716
JM
3485 alpha*-*-*vms*)
3486 noconfigdirs="$noconfigdirs ${libgcj}"
3487 ;;
1b6c0831
L
3488 arm*-*-freebsd*)
3489 noconfigdirs="$noconfigdirs ${libgcj}"
3490 ;;
0827f9a6 3491 arm-wince-pe)
9863d716
JM
3492 noconfigdirs="$noconfigdirs ${libgcj}"
3493 ;;
9863d716
JM
3494 arm*-*-symbianelf*)
3495 noconfigdirs="$noconfigdirs ${libgcj}"
3496 ;;
9863d716 3497 bfin-*-*)
9863d716
JM
3498 noconfigdirs="$noconfigdirs target-boehm-gc"
3499 ;;
9863d716
JM
3500 cris-*-* | crisv32-*-*)
3501 unsupported_languages="$unsupported_languages java"
3502 case "${target}" in
3503 *-*-linux*)
3504 ;;
3505 *) # See PR46792 regarding target-libffi.
3506 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3507 esac
3508 ;;
9863d716
JM
3509 hppa*64*-*-linux*)
3510 # In this case, it's because the hppa64-linux target is for
3511 # the kernel only at this point and has no libc, and thus no
3512 # headers, crt*.o, etc., all of which are needed by these.
82ae827f 3513 unsupported_languages="$unsupported_languages java"
9863d716 3514 ;;
82ae827f 3515 hppa*64*-*-hpux*)
9863d716
JM
3516 noconfigdirs="$noconfigdirs ${libgcj}"
3517 ;;
3518 hppa*-hp-hpux11*)
3519 ;;
82ae827f 3520 hppa*-*-hpux*)
9863d716
JM
3521 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3522 # build on HP-UX 10.20.
3523 noconfigdirs="$noconfigdirs ${libgcj}"
3524 ;;
9863d716
JM
3525 ia64*-*-*vms*)
3526 noconfigdirs="$noconfigdirs ${libgcj}"
3527 ;;
9863d716
JM
3528 i[3456789]86-w64-mingw*)
3529 noconfigdirs="$noconfigdirs ${libgcj}"
3530 ;;
3531 i[3456789]86-*-mingw*)
3532 noconfigdirs="$noconfigdirs ${libgcj}"
3533 ;;
3534 x86_64-*-mingw*)
3535 noconfigdirs="$noconfigdirs ${libgcj}"
3536 ;;
9863d716
JM
3537 mmix-*-*)
3538 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
9863d716
JM
3539 ;;
3540 powerpc-*-aix*)
3541 # copied from rs6000-*-* entry
3542 noconfigdirs="$noconfigdirs ${libgcj}"
3543 ;;
9863d716
JM
3544 rs6000-*-aix*)
3545 noconfigdirs="$noconfigdirs ${libgcj}"
3546 ;;
3f8107ab
AM
3547 ft32-*-*)
3548 noconfigdirs="$noconfigdirs ${libgcj}"
3549 ;;
9863d716
JM
3550 *-*-lynxos*)
3551 noconfigdirs="$noconfigdirs ${libgcj}"
3552 ;;
9863d716
JM
3553esac
3554
1b6c0831
L
3555# Disable the go frontend on systems where it is known to not work. Please keep
3556# this in sync with contrib/config-list.mk.
3557case "${target}" in
3558*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
3559 unsupported_languages="$unsupported_languages go"
3560 ;;
3561esac
3562
a413f71a
ILT
3563# Disable libgo for some systems where it is known to not work.
3564# For testing, you can easily override this with --enable-libgo.
3565if test x$enable_libgo = x; then
3566 case "${target}" in
3567 *-*-darwin*)
3568 # PR 46986
3569 noconfigdirs="$noconfigdirs target-libgo"
3570 ;;
3571 *-*-cygwin* | *-*-mingw*)
3572 noconfigdirs="$noconfigdirs target-libgo"
3573 ;;
3574 *-*-aix*)
3575 noconfigdirs="$noconfigdirs target-libgo"
3576 ;;
3577 esac
3578fi
3579
691bb5a1
DD
3580# Default libgloss CPU subdirectory.
3581libgloss_dir="$target_cpu"
4b1cb4fe 3582
ff46fb8f
JM
3583case "${target}" in
3584 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3585 libgloss_dir=wince
3586 ;;
f1dd87fc
YZ
3587 aarch64*-*-* )
3588 libgloss_dir=aarch64
3589 ;;
ff46fb8f
JM
3590 arm*-*-*)
3591 libgloss_dir=arm
3592 ;;
3593 cris-*-* | crisv32-*-*)
3594 libgloss_dir=cris
3595 ;;
3596 hppa*-*-*)
3597 libgloss_dir=pa
3598 ;;
3599 i[3456789]86-*-*)
3600 libgloss_dir=i386
3601 ;;
3602 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3603 libgloss_dir=m68hc11
3604 ;;
3605 m68*-*-* | fido-*-*)
3606 libgloss_dir=m68k
3607 ;;
3608 mips*-*-*)
3609 libgloss_dir=mips
3610 ;;
3611 powerpc*-*-*)
3612 libgloss_dir=rs6000
3613 ;;
3614 sparc*-*-*)
3615 libgloss_dir=sparc
3616 ;;
3617esac
3618
c7e4b184 3619# Disable newlib and libgloss for various target OSes.
a0da8069 3620case "${target}" in
c7e4b184
JM
3621 alpha*-dec-osf*)
3622 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3623 ;;
3624 i[3456789]86-*-linux*)
3625 # This section makes it possible to build newlib natively on linux.
3626 # If we are using a cross compiler then don't configure newlib.
3627 if test x${is_cross_compiler} != xno ; then
3628 noconfigdirs="$noconfigdirs target-newlib"
3629 fi
3630 noconfigdirs="$noconfigdirs target-libgloss"
3631 # If we are not using a cross compiler, do configure newlib.
3632 # Note however, that newlib will only be configured in this situation
3633 # if the --with-newlib option has been given, because otherwise
3634 # 'target-newlib' will appear in skipdirs.
3635 ;;
3636 i[3456789]86-*-rdos*)
3637 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3638 ;;
3639 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3640 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3641 ;;
3642 sparc-*-sunos4*)
3643 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3644 ;;
3645 *-*-aix*)
3646 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3647 ;;
3648 *-*-beos*)
3649 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3650 ;;
a0da8069 3651 *-*-chorusos)
b2f14e4a 3652 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3653 ;;
c7e4b184
JM
3654 *-*-dragonfly*)
3655 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3656 ;;
3657 *-*-freebsd*)
3658 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3659 ;;
3660 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3661 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3662 ;;
3663 *-*-lynxos*)
3664 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3665 ;;
3666 *-*-mingw*)
3667 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3668 ;;
3669 *-*-netbsd*)
3670 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3671 ;;
3672 *-*-netware*)
3673 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3674 ;;
3675 *-*-tpf*)
3676 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3677 ;;
3678 *-*-uclinux*)
3679 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3680 ;;
3681 *-*-vxworks*)
3682 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3683 ;;
3684esac
3685
3686case "${target}" in
3687 *-*-chorusos)
3688 ;;
f075eb5e
TG
3689 aarch64-*-darwin*)
3690 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3691 noconfigdirs="$noconfigdirs sim target-rda"
3692 ;;
3693 arm-*-darwin*)
3694 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3695 noconfigdirs="$noconfigdirs sim target-rda"
3696 ;;
24741ab2 3697 powerpc-*-darwin*)
9d39db92 3698 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3699 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3700 ;;
85bd1942
TG
3701 i[3456789]86-*-darwin*)
3702 noconfigdirs="$noconfigdirs ld gprof"
3703 noconfigdirs="$noconfigdirs sim target-rda"
3704 ;;
e8a5fa9c 3705 x86_64-*-darwin[912]*)
652dec25
TG
3706 noconfigdirs="$noconfigdirs ld gas gprof"
3707 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3708 ;;
04d1ab34 3709 *-*-darwin*)
d320aacb 3710 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3711 noconfigdirs="$noconfigdirs sim target-rda"
04d1ab34 3712 ;;
5b806d27 3713 *-*-dragonfly*)
5b806d27 3714 ;;
de0b4a87 3715 *-*-freebsd*)
4b1cb4fe
DD
3716 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3717 && test -f /usr/local/include/gmp.h; then
3718 with_gmp=/usr/local
3719 fi
4b1cb4fe 3720 ;;
f8a495c8
NC
3721 *-*-kaos*)
3722 # Remove unsupported stuff on all kaOS configurations.
f8a495c8
NC
3723 noconfigdirs="$noconfigdirs target-libgloss"
3724 ;;
a0da8069 3725 *-*-netbsd*)
a0da8069 3726 ;;
2a3124ca 3727 *-*-netware*)
a0da8069
NN
3728 ;;
3729 *-*-rtems*)
9863d716 3730 noconfigdirs="$noconfigdirs target-libgloss"
f8797b5a
JB
3731 # this is not caught below because this stanza matches earlier
3732 case $target in
3733 or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
3734 esac
a0da8069 3735 ;;
1587117a
EC
3736 # The tpf target doesn't support gdb yet.
3737 *-*-tpf*)
c7e4b184 3738 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
1587117a 3739 ;;
c1968181 3740 *-*-uclinux*)
c7e4b184 3741 noconfigdirs="$noconfigdirs target-rda"
c1968181 3742 ;;
a0da8069 3743 *-*-vxworks*)
a0da8069
NN
3744 ;;
3745 alpha*-dec-osf*)
3746 # ld works, but does not support shared libraries.
a0da8069 3747 # gas doesn't generate exception information.
c7e4b184 3748 noconfigdirs="$noconfigdirs gas ld"
a0da8069
NN
3749 ;;
3750 alpha*-*-*vms*)
9863d716 3751 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
a0da8069 3752 ;;
a0da8069
NN
3753 alpha*-*-*)
3754 # newlib is not 64 bit ready
9863d716 3755 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3756 ;;
a0da8069 3757 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
675c6968 3758 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069 3759 ;;
f4cfb980 3760 arc-*-*|arceb-*-*)
782cb41f 3761 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3762 ;;
a0da8069 3763 arm-*-pe*)
9863d716 3764 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3765 ;;
a0da8069 3766 arm-*-riscix*)
b2f14e4a 3767 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3768 ;;
8e71395b
L
3769 avr-*-rtems*)
3770 ;;
3771 avr-*-*)
3772 if test x${with_avrlibc} != xno; then
3773 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3774 fi
3775 ;;
a0da8069 3776 c4x-*-* | tic4x-*-*)
b2f14e4a 3777 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3778 ;;
b2f14e4a
JM
3779 tic54x-*-*)
3780 noconfigdirs="$noconfigdirs target-libgloss gdb"
a0da8069 3781 ;;
a0da8069 3782 d10v-*-*)
b2f14e4a 3783 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3784 ;;
3785 d30v-*-*)
b2f14e4a 3786 noconfigdirs="$noconfigdirs gdb"
a0da8069
NN
3787 ;;
3788 fr30-*-elf*)
9863d716 3789 noconfigdirs="$noconfigdirs gdb"
a0da8069 3790 ;;
3f8107ab
AM
3791 ft32-*-*)
3792 noconfigdirs="$noconfigdirs target-rda gprof"
3793 ;;
20135e4c 3794 moxie-*-*)
10b8fe5e 3795 noconfigdirs="$noconfigdirs"
20135e4c 3796 ;;
a0da8069 3797 h8300*-*-*)
9863d716 3798 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3799 ;;
3800 h8500-*-*)
b2f14e4a 3801 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3802 ;;
caeba88f 3803 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3804 ;;
5569a85f
JDA
3805 hppa*64*-*-hpux*)
3806 noconfigdirs="$noconfigdirs gdb"
3807 ;;
3808 hppa*-*-hpux11*)
3809 noconfigdirs="$noconfigdirs gdb ld"
3810 ;;
93cc359e 3811 hppa*64*-*-linux*)
a0da8069 3812 ;;
f0ff0f90 3813 hppa*-*-linux*)
5dcac624 3814 ;;
a0da8069 3815 hppa*-*-*elf* | \
a0da8069
NN
3816 hppa*-*-lites* | \
3817 hppa*-*-openbsd* | \
3818 hppa*64*-*-*)
4f0ef2d8 3819 ;;
691bb5a1 3820 hppa*-*-pro*)
691bb5a1 3821 ;;
a0da8069 3822 hppa*-*-*)
9863d716 3823 noconfigdirs="$noconfigdirs ld"
a0da8069 3824 ;;
b07c2aad 3825 i960-*-*)
b2f14e4a 3826 noconfigdirs="$noconfigdirs gdb"
b07c2aad 3827 ;;
a0da8069
NN
3828 ia64*-*-elf*)
3829 # No gdb support yet.
0377a422 3830 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
a0da8069
NN
3831 ;;
3832 ia64*-**-hpux*)
92c9a463 3833 # No ld support yet.
5569a85f 3834 noconfigdirs="$noconfigdirs gdb libgui itcl ld"
a0da8069 3835 ;;
19e99079 3836 ia64*-*-*vms*)
7ec59b9e
L
3837 # No ld support yet.
3838 noconfigdirs="$noconfigdirs libgui itcl ld"
19e99079 3839 ;;
1f53ca9a 3840 i[3456789]86-w64-mingw*)
1f53ca9a
AO
3841 ;;
3842 i[3456789]86-*-mingw*)
45055374 3843 target_configdirs="$target_configdirs target-winsup"
c6b750e1 3844 ;;
a0da8069
NN
3845 *-*-cygwin*)
3846 target_configdirs="$target_configdirs target-libtermcap target-winsup"
0377a422 3847 noconfigdirs="$noconfigdirs target-libgloss"
b76d7de0 3848 # always build newlib if winsup directory is present.
45055374 3849 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3850 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3851 elif test -d "$srcdir/newlib"; then
45055374 3852 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3853 fi
c6b750e1 3854 ;;
ec11bdc6 3855 i[3456789]86-*-pe)
782cb41f 3856 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3857 ;;
ec11bdc6 3858 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3859 # The linker does not yet know about weak symbols in COFF,
3860 # and is not configured to handle mixed ELF and COFF.
b2f14e4a 3861 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3862 ;;
ec11bdc6 3863 i[3456789]86-*-sco*)
b2f14e4a 3864 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3865 ;;
cff32a7c 3866 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
a0da8069
NN
3867 noconfigdirs="$noconfigdirs target-libgloss"
3868 ;;
ec11bdc6 3869 i[3456789]86-*-sysv4*)
b2f14e4a 3870 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3871 ;;
ec11bdc6 3872 i[3456789]86-*-beos*)
c7e4b184 3873 noconfigdirs="$noconfigdirs gdb"
bba45b8b 3874 ;;
b59bea8a 3875 i[3456789]86-*-rdos*)
c7e4b184 3876 noconfigdirs="$noconfigdirs gdb"
691bb5a1 3877 ;;
a0da8069 3878 mmix-*-*)
9863d716 3879 noconfigdirs="$noconfigdirs gdb"
a0da8069 3880 ;;
4970f871 3881 mt-*-*)
cdb9b172
AH
3882 noconfigdirs="$noconfigdirs sim"
3883 ;;
a0da8069
NN
3884 powerpc-*-aix*)
3885 # copied from rs6000-*-* entry
c7e4b184 3886 noconfigdirs="$noconfigdirs gprof"
a0da8069 3887 ;;
93cc359e 3888 powerpc*-*-winnt* | powerpc*-*-pe*)
a0da8069 3889 target_configdirs="$target_configdirs target-winsup"
b2f14e4a 3890 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
a0da8069
NN
3891 # always build newlib.
3892 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3893 ;;
3894 # This is temporary until we can link against shared libraries
3895 powerpcle-*-solaris*)
b2f14e4a 3896 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
a0da8069
NN
3897 ;;
3898 powerpc-*-beos*)
c7e4b184 3899 noconfigdirs="$noconfigdirs gdb"
a0da8069 3900 ;;
a0da8069 3901 rs6000-*-lynxos*)
c7e4b184 3902 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3903 ;;
3904 rs6000-*-aix*)
c7e4b184 3905 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3906 ;;
3907 rs6000-*-*)
9863d716 3908 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3909 ;;
3910 m68k-apollo-*)
b2f14e4a 3911 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
a0da8069 3912 ;;
25a07265 3913 microblaze*)
9863d716 3914 noconfigdirs="$noconfigdirs gprof"
25a07265 3915 ;;
a9d58c06 3916 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
5bd8be13
RS
3917 if test x$with_newlib = xyes; then
3918 noconfigdirs="$noconfigdirs gprof"
3919 fi
5bd8be13 3920 ;;
a0da8069 3921 mips*-*-irix5*)
b2f14e4a 3922 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069
NN
3923 ;;
3924 mips*-*-irix6*)
9863d716 3925 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3926 ;;
a0da8069 3927 mips*-*-bsd*)
e8044f35 3928 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
a0da8069 3929 ;;
a0da8069 3930 mips*-*-linux*)
a0da8069 3931 ;;
e8044f35
RS
3932 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3933 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3934 noconfigdirs="$noconfigdirs ld gas gprof"
3935 ;;
a0da8069 3936 mips*-*-*)
9863d716 3937 noconfigdirs="$noconfigdirs gprof"
a0da8069 3938 ;;
b25b5cef
CJW
3939 nds32*-*-*)
3940 noconfigdirs="$noconfigdirs gdb"
3941 ;;
1b6c0831 3942 nvptx*-*-*)
1b6c0831
L
3943 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3944 ;;
cfbc1a6c
JS
3945 or1k*-*-*)
3946 noconfigdirs="$noconfigdirs gdb"
3947 ;;
dbf85af7 3948 sh-*-* | sh64-*-*)
e8a5fa9c
RW
3949 case "${target}" in
3950 sh*-*-elf)
9863d716 3951 ;;
e8a5fa9c 3952 *)
9863d716 3953 noconfigdirs="$noconfigdirs target-libgloss" ;;
e8a5fa9c 3954 esac
a0da8069 3955 ;;
a0da8069 3956 sparc-*-sunos4*)
c7e4b184 3957 if test x${is_cross_compiler} = xno ; then
a0da8069
NN
3958 use_gnu_ld=no
3959 fi
3960 ;;
619a3713 3961 tic6x-*-*)
40ae9136 3962 noconfigdirs="$noconfigdirs sim"
619a3713 3963 ;;
68d122bb 3964 tilepro*-*-* | tilegx*-*-*)
eb4b2452
NC
3965 noconfigdirs="$noconfigdirs sim"
3966 ;;
a0da8069 3967 v810-*-*)
b2f14e4a 3968 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
a0da8069
NN
3969 ;;
3970 vax-*-*)
9863d716 3971 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3972 ;;
a0da8069 3973esac
252b5132 3974
a0da8069
NN
3975# If we aren't building newlib, then don't build libgloss, since libgloss
3976# depends upon some newlib header files.
3977case "${noconfigdirs}" in
3978 *target-libgloss*) ;;
3979 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3980esac
3981
a0da8069 3982# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069
NN
3983host_makefile_frag=/dev/null
3984if test -d ${srcdir}/config ; then
3985case "${host}" in
ec11bdc6 3986 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3987 host_makefile_frag="config/mh-djgpp"
3988 ;;
3989 *-cygwin*)
e33b51a6 3990
81ecdfbb
RW
3991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3992$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3993echo a >cygwin-cat-check
1f53ca9a 3994if test `cat cygwin-cat-check` = a ; then
8ade07e9 3995 rm cygwin-cat-check
81ecdfbb
RW
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3997$as_echo "yes" >&6; }
e33b51a6 3998else
8ade07e9 3999 rm cygwin-cat-check
81ecdfbb
RW
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001$as_echo "no" >&6; }
4002 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
4003 Please either mount the build directory in binary mode or run the following
4004 commands before running any configure script:
4005set -o igncr
4006export SHELLOPTS
81ecdfbb 4007 " "$LINENO" 5
e33b51a6 4008fi
e33b51a6 4009
a0da8069
NN
4010 host_makefile_frag="config/mh-cygwin"
4011 ;;
8a1599ab 4012 *-mingw*)
84e7906e 4013 host_makefile_frag="config/mh-mingw"
2d1e8239 4014 ;;
ce6c656d
L
4015 alpha*-linux*)
4016 host_makefile_frag="config/mh-alpha-linux"
4017 ;;
da888c87 4018 hppa*-hp-hpux10*)
da888c87 4019 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 4020 ;;
3516a403 4021 hppa*-hp-hpux*)
da888c87
PB
4022 host_makefile_frag="config/mh-pa"
4023 ;;
4024 hppa*-*)
4025 host_makefile_frag="config/mh-pa"
4026 ;;
e552509b
ILT
4027 *-*-darwin*)
4028 host_makefile_frag="config/mh-darwin"
0df3d27f 4029 ;;
f6d183c0
PB
4030 powerpc-*-aix*)
4031 host_makefile_frag="config/mh-ppc-aix"
4032 ;;
4033 rs6000-*-aix*)
4034 host_makefile_frag="config/mh-ppc-aix"
4035 ;;
a0da8069
NN
4036esac
4037fi
4038
9e07f89d 4039if test "${build}" != "${host}" ; then
1576798e
PB
4040 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
4041 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 4042 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
4043 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
4044 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
4045 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 4046 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
4047 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
4048 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
4049 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
4050 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
4051 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
4052 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
4053else
4054 AR_FOR_BUILD="\$(AR)"
4055 AS_FOR_BUILD="\$(AS)"
512b7dfb 4056 CC_FOR_BUILD="\$(CC)"
1576798e
PB
4057 CXX_FOR_BUILD="\$(CXX)"
4058 GCJ_FOR_BUILD="\$(GCJ)"
4059 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 4060 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
4061 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
4062 LD_FOR_BUILD="\$(LD)"
4063 NM_FOR_BUILD="\$(NM)"
4064 RANLIB_FOR_BUILD="\$(RANLIB)"
4065 WINDRES_FOR_BUILD="\$(WINDRES)"
4066 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
4067fi
4068
4069ac_ext=c
c6b750e1
DJ
4070ac_cpp='$CPP $CPPFLAGS'
4071ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4072ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4073ac_compiler_gnu=$ac_cv_c_compiler_gnu
4074if test -n "$ac_tool_prefix"; then
4075 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4076set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4078$as_echo_n "checking for $ac_word... " >&6; }
4079if test "${ac_cv_prog_CC+set}" = set; then :
4080 $as_echo_n "(cached) " >&6
c6b750e1
DJ
4081else
4082 if test -n "$CC"; then
4083 ac_cv_prog_CC="$CC" # Let the user override the test.
4084else
4085as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4086for as_dir in $PATH
4087do
4088 IFS=$as_save_IFS
4089 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4090 for ac_exec_ext in '' $ac_executable_extensions; do
4091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4092 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4094 break 2
4095 fi
4096done
81ecdfbb
RW
4097 done
4098IFS=$as_save_IFS
c6b750e1
DJ
4099
4100fi
4101fi
4102CC=$ac_cv_prog_CC
4103if test -n "$CC"; then
81ecdfbb
RW
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4105$as_echo "$CC" >&6; }
c6b750e1 4106else
81ecdfbb
RW
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4108$as_echo "no" >&6; }
c6b750e1
DJ
4109fi
4110
81ecdfbb 4111
c6b750e1
DJ
4112fi
4113if test -z "$ac_cv_prog_CC"; then
4114 ac_ct_CC=$CC
6a9cf61e 4115 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 4116set dummy gcc; ac_word=$2
81ecdfbb
RW
4117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4118$as_echo_n "checking for $ac_word... " >&6; }
4119if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4120 $as_echo_n "(cached) " >&6
c6b750e1
DJ
4121else
4122 if test -n "$ac_ct_CC"; then
4123 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4124else
4125as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4126for as_dir in $PATH
4127do
4128 IFS=$as_save_IFS
4129 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4130 for ac_exec_ext in '' $ac_executable_extensions; do
4131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4132 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4134 break 2
4135 fi
4136done
81ecdfbb
RW
4137 done
4138IFS=$as_save_IFS
c6b750e1
DJ
4139
4140fi
4141fi
4142ac_ct_CC=$ac_cv_prog_ac_ct_CC
4143if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4145$as_echo "$ac_ct_CC" >&6; }
c6b750e1 4146else
81ecdfbb
RW
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4148$as_echo "no" >&6; }
c6b750e1
DJ
4149fi
4150
81ecdfbb
RW
4151 if test "x$ac_ct_CC" = x; then
4152 CC=""
4153 else
4154 case $cross_compiling:$ac_tool_warned in
4155yes:)
4156{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4157$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4158ac_tool_warned=yes ;;
4159esac
4160 CC=$ac_ct_CC
4161 fi
c6b750e1
DJ
4162else
4163 CC="$ac_cv_prog_CC"
4164fi
4165
4166if test -z "$CC"; then
81ecdfbb
RW
4167 if test -n "$ac_tool_prefix"; then
4168 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 4169set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171$as_echo_n "checking for $ac_word... " >&6; }
4172if test "${ac_cv_prog_CC+set}" = set; then :
4173 $as_echo_n "(cached) " >&6
9e07f89d
NN
4174else
4175 if test -n "$CC"; then
4176 ac_cv_prog_CC="$CC" # Let the user override the test.
4177else
c6b750e1
DJ
4178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179for as_dir in $PATH
4180do
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4183 for ac_exec_ext in '' $ac_executable_extensions; do
4184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4185 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4187 break 2
4188 fi
4189done
81ecdfbb
RW
4190 done
4191IFS=$as_save_IFS
c6b750e1 4192
9e07f89d
NN
4193fi
4194fi
c6b750e1 4195CC=$ac_cv_prog_CC
9e07f89d 4196if test -n "$CC"; then
81ecdfbb
RW
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4198$as_echo "$CC" >&6; }
c6b750e1 4199else
81ecdfbb
RW
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201$as_echo "no" >&6; }
c6b750e1
DJ
4202fi
4203
c6b750e1 4204
81ecdfbb 4205 fi
c6b750e1 4206fi
9e07f89d
NN
4207if test -z "$CC"; then
4208 # Extract the first word of "cc", so it can be a program name with args.
4209set dummy cc; ac_word=$2
81ecdfbb
RW
4210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4211$as_echo_n "checking for $ac_word... " >&6; }
4212if test "${ac_cv_prog_CC+set}" = set; then :
4213 $as_echo_n "(cached) " >&6
9e07f89d
NN
4214else
4215 if test -n "$CC"; then
4216 ac_cv_prog_CC="$CC" # Let the user override the test.
4217else
9e07f89d 4218 ac_prog_rejected=no
c6b750e1
DJ
4219as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4220for as_dir in $PATH
4221do
4222 IFS=$as_save_IFS
4223 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4224 for ac_exec_ext in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
4226 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4227 ac_prog_rejected=yes
4228 continue
4229 fi
4230 ac_cv_prog_CC="cc"
81ecdfbb 4231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4232 break 2
4233 fi
4234done
81ecdfbb
RW
4235 done
4236IFS=$as_save_IFS
c6b750e1 4237
9e07f89d
NN
4238if test $ac_prog_rejected = yes; then
4239 # We found a bogon in the path, so make sure we never use it.
4240 set dummy $ac_cv_prog_CC
4241 shift
c6b750e1 4242 if test $# != 0; then
9e07f89d
NN
4243 # We chose a different compiler from the bogus one.
4244 # However, it has the same basename, so the bogon will be chosen
4245 # first if we set CC to just the basename; use the full file name.
4246 shift
c6b750e1 4247 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
4248 fi
4249fi
4250fi
4251fi
c6b750e1 4252CC=$ac_cv_prog_CC
9e07f89d 4253if test -n "$CC"; then
81ecdfbb
RW
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4255$as_echo "$CC" >&6; }
9e07f89d 4256else
81ecdfbb
RW
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4258$as_echo "no" >&6; }
9e07f89d
NN
4259fi
4260
81ecdfbb 4261
c6b750e1
DJ
4262fi
4263if test -z "$CC"; then
4264 if test -n "$ac_tool_prefix"; then
81ecdfbb 4265 for ac_prog in cl.exe
c6b750e1
DJ
4266 do
4267 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4268set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4270$as_echo_n "checking for $ac_word... " >&6; }
4271if test "${ac_cv_prog_CC+set}" = set; then :
4272 $as_echo_n "(cached) " >&6
9e07f89d
NN
4273else
4274 if test -n "$CC"; then
4275 ac_cv_prog_CC="$CC" # Let the user override the test.
4276else
c6b750e1
DJ
4277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4278for as_dir in $PATH
4279do
4280 IFS=$as_save_IFS
4281 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4282 for ac_exec_ext in '' $ac_executable_extensions; do
4283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4284 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 4286 break 2
376a0e54 4287 fi
c6b750e1 4288done
81ecdfbb
RW
4289 done
4290IFS=$as_save_IFS
cac3d6c4 4291
c6b750e1
DJ
4292fi
4293fi
4294CC=$ac_cv_prog_CC
4295if test -n "$CC"; then
81ecdfbb
RW
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4297$as_echo "$CC" >&6; }
cac3d6c4 4298else
81ecdfbb
RW
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4300$as_echo "no" >&6; }
9e07f89d 4301fi
cac3d6c4 4302
81ecdfbb 4303
c6b750e1
DJ
4304 test -n "$CC" && break
4305 done
cac3d6c4 4306fi
c6b750e1
DJ
4307if test -z "$CC"; then
4308 ac_ct_CC=$CC
81ecdfbb 4309 for ac_prog in cl.exe
c6b750e1
DJ
4310do
4311 # Extract the first word of "$ac_prog", so it can be a program name with args.
4312set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4314$as_echo_n "checking for $ac_word... " >&6; }
4315if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4316 $as_echo_n "(cached) " >&6
cac3d6c4 4317else
c6b750e1
DJ
4318 if test -n "$ac_ct_CC"; then
4319 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 4320else
c6b750e1
DJ
4321as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4322for as_dir in $PATH
4323do
4324 IFS=$as_save_IFS
4325 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4326 for ac_exec_ext in '' $ac_executable_extensions; do
4327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4328 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4330 break 2
4331 fi
4332done
81ecdfbb
RW
4333 done
4334IFS=$as_save_IFS
c6b750e1 4335
cac3d6c4
CM
4336fi
4337fi
c6b750e1
DJ
4338ac_ct_CC=$ac_cv_prog_ac_ct_CC
4339if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4341$as_echo "$ac_ct_CC" >&6; }
9e07f89d 4342else
81ecdfbb
RW
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4344$as_echo "no" >&6; }
cac3d6c4 4345fi
376a0e54 4346
81ecdfbb 4347
c6b750e1
DJ
4348 test -n "$ac_ct_CC" && break
4349done
4350
81ecdfbb
RW
4351 if test "x$ac_ct_CC" = x; then
4352 CC=""
4353 else
4354 case $cross_compiling:$ac_tool_warned in
4355yes:)
4356{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4357$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4358ac_tool_warned=yes ;;
4359esac
4360 CC=$ac_ct_CC
4361 fi
c6b750e1
DJ
4362fi
4363
4364fi
4365
4366
81ecdfbb
RW
4367test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4368$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4369as_fn_error "no acceptable C compiler found in \$PATH
4370See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4371
4372# Provide some information about the compiler.
81ecdfbb
RW
4373$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4374set X $ac_compile
4375ac_compiler=$2
4376for ac_option in --version -v -V -qversion; do
4377 { { ac_try="$ac_compiler $ac_option >&5"
4378case "(($ac_try" in
4379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4380 *) ac_try_echo=$ac_try;;
4381esac
4382eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4383$as_echo "$ac_try_echo"; } >&5
4384 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 4385 ac_status=$?
81ecdfbb
RW
4386 if test -s conftest.err; then
4387 sed '10a\
4388... rest of stderr output deleted ...
4389 10q' conftest.err >conftest.er1
4390 cat conftest.er1 >&5
4391 rm -f conftest.er1 conftest.err
4392 fi
4393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4394 test $ac_status = 0; }
4395done
c6b750e1 4396
81ecdfbb 4397cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4398/* end confdefs.h. */
4399
4400int
4401main ()
4402{
4403
4404 ;
4405 return 0;
4406}
4407_ACEOF
4408ac_clean_files_save=$ac_clean_files
81ecdfbb 4409ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
4410# Try to create an executable without -o first, disregard a.out.
4411# It will help us diagnose broken compilers, and finding out an intuition
4412# of exeext.
81ecdfbb
RW
4413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4414$as_echo_n "checking for C compiler default output file name... " >&6; }
4415ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4416
4417# The possible output files:
4418ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4419
4420ac_rmfiles=
4421for ac_file in $ac_files
4422do
4423 case $ac_file in
4424 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4425 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4426 esac
4427done
4428rm -f $ac_rmfiles
4429
4430if { { ac_try="$ac_link_default"
4431case "(($ac_try" in
4432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4433 *) ac_try_echo=$ac_try;;
4434esac
4435eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4436$as_echo "$ac_try_echo"; } >&5
4437 (eval "$ac_link_default") 2>&5
c6b750e1 4438 ac_status=$?
81ecdfbb
RW
4439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4440 test $ac_status = 0; }; then :
4441 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4442# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4443# in a Makefile. We should not override ac_cv_exeext if it was cached,
4444# so that the user can short-circuit this test for compilers unknown to
4445# Autoconf.
4446for ac_file in $ac_files ''
c6b750e1
DJ
4447do
4448 test -f "$ac_file" || continue
4449 case $ac_file in
81ecdfbb 4450 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4451 ;;
4452 [ab].out )
4453 # We found the default executable, but exeext='' is most
4454 # certainly right.
4455 break;;
4456 *.* )
81ecdfbb
RW
4457 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4458 then :; else
4459 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4460 fi
4461 # We set ac_cv_exeext here because the later test for it is not
4462 # safe: cross compilers may not add the suffix if given an `-o'
4463 # argument, so we may need to know it at that point already.
4464 # Even if this section looks crufty: it has the advantage of
4465 # actually working.
c6b750e1
DJ
4466 break;;
4467 * )
4468 break;;
4469 esac
4470done
81ecdfbb
RW
4471test "$ac_cv_exeext" = no && ac_cv_exeext=
4472
c6b750e1 4473else
81ecdfbb
RW
4474 ac_file=''
4475fi
4476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4477$as_echo "$ac_file" >&6; }
4478if test -z "$ac_file"; then :
4479 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4480sed 's/^/| /' conftest.$ac_ext >&5
4481
81ecdfbb
RW
4482{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4483$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4484{ as_fn_set_status 77
4485as_fn_error "C compiler cannot create executables
4486See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4487fi
c6b750e1 4488ac_exeext=$ac_cv_exeext
c6b750e1 4489
81ecdfbb 4490# Check that the compiler produces executables we can run. If not, either
c6b750e1 4491# the compiler is broken, or we cross compile.
81ecdfbb
RW
4492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4493$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4494# If not cross compiling, check that we can run a simple program.
4495if test "$cross_compiling" != yes; then
4496 if { ac_try='./$ac_file'
81ecdfbb
RW
4497 { { case "(($ac_try" in
4498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4499 *) ac_try_echo=$ac_try;;
4500esac
4501eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4502$as_echo "$ac_try_echo"; } >&5
4503 (eval "$ac_try") 2>&5
c6b750e1 4504 ac_status=$?
81ecdfbb
RW
4505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4506 test $ac_status = 0; }; }; then
c6b750e1
DJ
4507 cross_compiling=no
4508 else
4509 if test "$cross_compiling" = maybe; then
4510 cross_compiling=yes
4511 else
81ecdfbb
RW
4512 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4513$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4514as_fn_error "cannot run C compiled programs.
c6b750e1 4515If you meant to cross compile, use \`--host'.
81ecdfbb 4516See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4517 fi
4518 fi
4519fi
81ecdfbb
RW
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4521$as_echo "yes" >&6; }
c6b750e1 4522
81ecdfbb 4523rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4524ac_clean_files=$ac_clean_files_save
81ecdfbb 4525# Check that the compiler produces executables we can run. If not, either
c6b750e1 4526# the compiler is broken, or we cross compile.
81ecdfbb
RW
4527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4528$as_echo_n "checking whether we are cross compiling... " >&6; }
4529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4530$as_echo "$cross_compiling" >&6; }
4531
4532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4533$as_echo_n "checking for suffix of executables... " >&6; }
4534if { { ac_try="$ac_link"
4535case "(($ac_try" in
4536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4537 *) ac_try_echo=$ac_try;;
4538esac
4539eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4540$as_echo "$ac_try_echo"; } >&5
4541 (eval "$ac_link") 2>&5
c6b750e1 4542 ac_status=$?
81ecdfbb
RW
4543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4544 test $ac_status = 0; }; then :
c6b750e1
DJ
4545 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4546# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4547# work properly (i.e., refer to `conftest.exe'), while it won't with
4548# `rm'.
4549for ac_file in conftest.exe conftest conftest.*; do
4550 test -f "$ac_file" || continue
4551 case $ac_file in
81ecdfbb 4552 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4553 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4554 break;;
4555 * ) break;;
4556 esac
4557done
4558else
81ecdfbb
RW
4559 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4560$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4561as_fn_error "cannot compute suffix of executables: cannot compile and link
4562See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4563fi
c6b750e1 4564rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4566$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4567
4568rm -f conftest.$ac_ext
4569EXEEXT=$ac_cv_exeext
4570ac_exeext=$EXEEXT
81ecdfbb
RW
4571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4572$as_echo_n "checking for suffix of object files... " >&6; }
4573if test "${ac_cv_objext+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
c6b750e1 4575else
81ecdfbb 4576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4577/* end confdefs.h. */
4578
4579int
4580main ()
4581{
4582
4583 ;
4584 return 0;
4585}
4586_ACEOF
4587rm -f conftest.o conftest.obj
81ecdfbb
RW
4588if { { ac_try="$ac_compile"
4589case "(($ac_try" in
4590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4591 *) ac_try_echo=$ac_try;;
4592esac
4593eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4594$as_echo "$ac_try_echo"; } >&5
4595 (eval "$ac_compile") 2>&5
c6b750e1 4596 ac_status=$?
81ecdfbb
RW
4597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4598 test $ac_status = 0; }; then :
4599 for ac_file in conftest.o conftest.obj conftest.*; do
4600 test -f "$ac_file" || continue;
c6b750e1 4601 case $ac_file in
81ecdfbb 4602 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4603 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4604 break;;
4605 esac
4606done
cac3d6c4 4607else
81ecdfbb 4608 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4609sed 's/^/| /' conftest.$ac_ext >&5
4610
81ecdfbb
RW
4611{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4612$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4613as_fn_error "cannot compute suffix of object files: cannot compile
4614See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4615fi
c6b750e1
DJ
4616rm -f conftest.$ac_cv_objext conftest.$ac_ext
4617fi
81ecdfbb
RW
4618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4619$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4620OBJEXT=$ac_cv_objext
4621ac_objext=$OBJEXT
81ecdfbb
RW
4622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4623$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4624if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4625 $as_echo_n "(cached) " >&6
c6b750e1 4626else
81ecdfbb 4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4628/* end confdefs.h. */
4629
4630int
4631main ()
4632{
4633#ifndef __GNUC__
4634 choke me
4635#endif
4636
4637 ;
4638 return 0;
4639}
4640_ACEOF
81ecdfbb 4641if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4642 ac_compiler_gnu=yes
4643else
81ecdfbb 4644 ac_compiler_gnu=no
c6b750e1 4645fi
81ecdfbb 4646rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4647ac_cv_c_compiler_gnu=$ac_compiler_gnu
4648
4649fi
81ecdfbb
RW
4650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4651$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4652if test $ac_compiler_gnu = yes; then
4653 GCC=yes
4654else
4655 GCC=
4656fi
c6b750e1
DJ
4657ac_test_CFLAGS=${CFLAGS+set}
4658ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4660$as_echo_n "checking whether $CC accepts -g... " >&6; }
4661if test "${ac_cv_prog_cc_g+set}" = set; then :
4662 $as_echo_n "(cached) " >&6
4663else
4664 ac_save_c_werror_flag=$ac_c_werror_flag
4665 ac_c_werror_flag=yes
4666 ac_cv_prog_cc_g=no
4667 CFLAGS="-g"
4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4669/* end confdefs.h. */
4670
4671int
4672main ()
4673{
4674
4675 ;
4676 return 0;
4677}
4678_ACEOF
81ecdfbb 4679if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4680 ac_cv_prog_cc_g=yes
4681else
81ecdfbb
RW
4682 CFLAGS=""
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684/* end confdefs.h. */
4685
4686int
4687main ()
4688{
4689
4690 ;
4691 return 0;
4692}
4693_ACEOF
4694if ac_fn_c_try_compile "$LINENO"; then :
4695
4696else
4697 ac_c_werror_flag=$ac_save_c_werror_flag
4698 CFLAGS="-g"
4699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4700/* end confdefs.h. */
cac3d6c4 4701
81ecdfbb
RW
4702int
4703main ()
4704{
4705
4706 ;
4707 return 0;
4708}
4709_ACEOF
4710if ac_fn_c_try_compile "$LINENO"; then :
4711 ac_cv_prog_cc_g=yes
4712fi
4713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4714fi
81ecdfbb 4715rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4716fi
81ecdfbb
RW
4717rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4718 ac_c_werror_flag=$ac_save_c_werror_flag
4719fi
4720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4721$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4722if test "$ac_test_CFLAGS" = set; then
c6b750e1 4723 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4724elif test $ac_cv_prog_cc_g = yes; then
4725 if test "$GCC" = yes; then
4726 CFLAGS="-g -O2"
4727 else
4728 CFLAGS="-g"
4729 fi
4730else
4731 if test "$GCC" = yes; then
4732 CFLAGS="-O2"
4733 else
4734 CFLAGS=
4735 fi
4736fi
81ecdfbb
RW
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4738$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4739if test "${ac_cv_prog_cc_c89+set}" = set; then :
4740 $as_echo_n "(cached) " >&6
c6b750e1 4741else
81ecdfbb 4742 ac_cv_prog_cc_c89=no
c6b750e1 4743ac_save_CC=$CC
81ecdfbb 4744cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4745/* end confdefs.h. */
4746#include <stdarg.h>
4747#include <stdio.h>
4748#include <sys/types.h>
4749#include <sys/stat.h>
4750/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4751struct buf { int x; };
4752FILE * (*rcsopen) (struct buf *, struct stat *, int);
4753static char *e (p, i)
4754 char **p;
4755 int i;
4756{
4757 return p[i];
4758}
4759static char *f (char * (*g) (char **, int), char **p, ...)
4760{
4761 char *s;
4762 va_list v;
4763 va_start (v,p);
4764 s = g (p, va_arg (v,int));
4765 va_end (v);
4766 return s;
4767}
4768
4769/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4770 function prototypes and stuff, but not '\xHH' hex character constants.
4771 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4772 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4773 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4774 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4775 that's true only with -std. */
c6b750e1
DJ
4776int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4777
81ecdfbb
RW
4778/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4779 inside strings and character constants. */
4780#define FOO(x) 'x'
4781int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4782
c6b750e1
DJ
4783int test (int i, double x);
4784struct s1 {int (*f) (int a);};
4785struct s2 {int (*f) (double a);};
4786int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4787int argc;
4788char **argv;
4789int
4790main ()
4791{
4792return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4793 ;
4794 return 0;
4795}
4796_ACEOF
81ecdfbb
RW
4797for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4798 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4799do
4800 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4801 if ac_fn_c_try_compile "$LINENO"; then :
4802 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4803fi
81ecdfbb
RW
4804rm -f core conftest.err conftest.$ac_objext
4805 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4806done
81ecdfbb 4807rm -f conftest.$ac_ext
c6b750e1
DJ
4808CC=$ac_save_CC
4809
4810fi
81ecdfbb
RW
4811# AC_CACHE_VAL
4812case "x$ac_cv_prog_cc_c89" in
4813 x)
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4815$as_echo "none needed" >&6; } ;;
4816 xno)
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4818$as_echo "unsupported" >&6; } ;;
c6b750e1 4819 *)
81ecdfbb
RW
4820 CC="$CC $ac_cv_prog_cc_c89"
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4822$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4823esac
81ecdfbb 4824if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4825
c6b750e1
DJ
4826fi
4827
c6b750e1
DJ
4828ac_ext=c
4829ac_cpp='$CPP $CPPFLAGS'
4830ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4831ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4832ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4833
81ecdfbb 4834ac_ext=cpp
18f6b6ee
PB
4835ac_cpp='$CXXCPP $CPPFLAGS'
4836ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4837ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4838ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4839if test -z "$CXX"; then
4840 if test -n "$CCC"; then
4841 CXX=$CCC
4842 else
4843 if test -n "$ac_tool_prefix"; then
4844 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4845 do
4846 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4847set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4849$as_echo_n "checking for $ac_word... " >&6; }
4850if test "${ac_cv_prog_CXX+set}" = set; then :
4851 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4852else
4853 if test -n "$CXX"; then
4854 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4855else
4856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857for as_dir in $PATH
4858do
4859 IFS=$as_save_IFS
4860 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4861 for ac_exec_ext in '' $ac_executable_extensions; do
4862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4863 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4865 break 2
4866 fi
4867done
81ecdfbb
RW
4868 done
4869IFS=$as_save_IFS
512b7dfb 4870
18f6b6ee
PB
4871fi
4872fi
4873CXX=$ac_cv_prog_CXX
4874if test -n "$CXX"; then
81ecdfbb
RW
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4876$as_echo "$CXX" >&6; }
18f6b6ee 4877else
81ecdfbb
RW
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879$as_echo "no" >&6; }
18f6b6ee
PB
4880fi
4881
81ecdfbb 4882
18f6b6ee
PB
4883 test -n "$CXX" && break
4884 done
4885fi
4886if test -z "$CXX"; then
4887 ac_ct_CXX=$CXX
81ecdfbb 4888 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4889do
4890 # Extract the first word of "$ac_prog", so it can be a program name with args.
4891set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4893$as_echo_n "checking for $ac_word... " >&6; }
4894if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4895 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4896else
4897 if test -n "$ac_ct_CXX"; then
4898 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4899else
4900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901for as_dir in $PATH
4902do
4903 IFS=$as_save_IFS
4904 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4905 for ac_exec_ext in '' $ac_executable_extensions; do
4906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4907 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4909 break 2
512b7dfb 4910 fi
18f6b6ee 4911done
81ecdfbb
RW
4912 done
4913IFS=$as_save_IFS
512b7dfb 4914
18f6b6ee
PB
4915fi
4916fi
4917ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4918if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4920$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4921else
81ecdfbb
RW
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4923$as_echo "no" >&6; }
18f6b6ee
PB
4924fi
4925
81ecdfbb 4926
18f6b6ee
PB
4927 test -n "$ac_ct_CXX" && break
4928done
18f6b6ee 4929
81ecdfbb
RW
4930 if test "x$ac_ct_CXX" = x; then
4931 CXX="g++"
4932 else
4933 case $cross_compiling:$ac_tool_warned in
4934yes:)
4935{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4936$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4937ac_tool_warned=yes ;;
4938esac
4939 CXX=$ac_ct_CXX
4940 fi
18f6b6ee
PB
4941fi
4942
81ecdfbb
RW
4943 fi
4944fi
18f6b6ee 4945# Provide some information about the compiler.
81ecdfbb
RW
4946$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4947set X $ac_compile
4948ac_compiler=$2
4949for ac_option in --version -v -V -qversion; do
4950 { { ac_try="$ac_compiler $ac_option >&5"
4951case "(($ac_try" in
4952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4953 *) ac_try_echo=$ac_try;;
4954esac
4955eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4956$as_echo "$ac_try_echo"; } >&5
4957 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4958 ac_status=$?
81ecdfbb
RW
4959 if test -s conftest.err; then
4960 sed '10a\
4961... rest of stderr output deleted ...
4962 10q' conftest.err >conftest.er1
4963 cat conftest.er1 >&5
4964 rm -f conftest.er1 conftest.err
4965 fi
4966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4967 test $ac_status = 0; }
4968done
18f6b6ee 4969
81ecdfbb
RW
4970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4971$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4972if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4973 $as_echo_n "(cached) " >&6
18f6b6ee 4974else
81ecdfbb 4975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4976/* end confdefs.h. */
4977
4978int
4979main ()
4980{
4981#ifndef __GNUC__
4982 choke me
4983#endif
4984
4985 ;
4986 return 0;
4987}
4988_ACEOF
81ecdfbb 4989if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4990 ac_compiler_gnu=yes
4991else
81ecdfbb 4992 ac_compiler_gnu=no
18f6b6ee 4993fi
81ecdfbb 4994rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4995ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4996
4997fi
81ecdfbb
RW
4998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4999$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5000if test $ac_compiler_gnu = yes; then
5001 GXX=yes
5002else
5003 GXX=
5004fi
18f6b6ee
PB
5005ac_test_CXXFLAGS=${CXXFLAGS+set}
5006ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5008$as_echo_n "checking whether $CXX accepts -g... " >&6; }
5009if test "${ac_cv_prog_cxx_g+set}" = set; then :
5010 $as_echo_n "(cached) " >&6
5011else
5012 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5013 ac_cxx_werror_flag=yes
5014 ac_cv_prog_cxx_g=no
5015 CXXFLAGS="-g"
5016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
5017/* end confdefs.h. */
5018
5019int
5020main ()
5021{
5022
5023 ;
5024 return 0;
5025}
5026_ACEOF
81ecdfbb 5027if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
5028 ac_cv_prog_cxx_g=yes
5029else
81ecdfbb
RW
5030 CXXFLAGS=""
5031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 5032/* end confdefs.h. */
81ecdfbb 5033
18f6b6ee
PB
5034int
5035main ()
5036{
81ecdfbb 5037
18f6b6ee
PB
5038 ;
5039 return 0;
5040}
5041_ACEOF
81ecdfbb 5042if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 5043
81ecdfbb
RW
5044else
5045 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5046 CXXFLAGS="-g"
5047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 5048/* end confdefs.h. */
81ecdfbb 5049
18f6b6ee
PB
5050int
5051main ()
5052{
81ecdfbb 5053
18f6b6ee
PB
5054 ;
5055 return 0;
5056}
5057_ACEOF
81ecdfbb
RW
5058if ac_fn_cxx_try_compile "$LINENO"; then :
5059 ac_cv_prog_cxx_g=yes
18f6b6ee 5060fi
81ecdfbb
RW
5061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5062fi
5063rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5064fi
5065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5066 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5067fi
5068{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5069$as_echo "$ac_cv_prog_cxx_g" >&6; }
5070if test "$ac_test_CXXFLAGS" = set; then
5071 CXXFLAGS=$ac_save_CXXFLAGS
5072elif test $ac_cv_prog_cxx_g = yes; then
5073 if test "$GXX" = yes; then
5074 CXXFLAGS="-g -O2"
5075 else
5076 CXXFLAGS="-g"
5077 fi
5078else
5079 if test "$GXX" = yes; then
5080 CXXFLAGS="-O2"
5081 else
5082 CXXFLAGS=
5083 fi
18f6b6ee 5084fi
18f6b6ee
PB
5085ac_ext=c
5086ac_cpp='$CPP $CPPFLAGS'
5087ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5088ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5089ac_compiler_gnu=$ac_cv_c_compiler_gnu
5090
5091
5092# We must set the default linker to the linker used by gcc for the correct
5093# operation of libtool. If LD is not defined and we are using gcc, try to
5094# set the LD default to the ld used by gcc.
5095if test -z "$LD"; then
5096 if test "$GCC" = yes; then
5097 case $build in
5098 *-*-mingw*)
5099 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5100 *)
5101 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
5102 esac
5103 case $gcc_prog_ld in
5104 # Accept absolute paths.
5105 [\\/]* | [A-Za-z]:[\\/]*)
5106 LD="$gcc_prog_ld" ;;
5107 esac
5108 fi
512b7dfb
PB
5109fi
5110
b3676d82
EB
5111# Check whether -static-libstdc++ -static-libgcc is supported.
5112have_static_libs=no
5113if test "$GCC" = yes; then
5114 saved_LDFLAGS="$LDFLAGS"
5115
5116 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5118$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5119 ac_ext=cpp
5120ac_cpp='$CXXCPP $CPPFLAGS'
5121ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5122ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5123ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5124
5125
5126cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5127/* end confdefs.h. */
a882be68
EB
5128
5129#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5130#error -static-libstdc++ not implemented
5131#endif
b3676d82
EB
5132int main() {}
5133_ACEOF
5134if ac_fn_cxx_try_link "$LINENO"; then :
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5136$as_echo "yes" >&6; }; have_static_libs=yes
5137else
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5139$as_echo "no" >&6; }
5140fi
5141rm -f core conftest.err conftest.$ac_objext \
5142 conftest$ac_exeext conftest.$ac_ext
5143 ac_ext=c
5144ac_cpp='$CPP $CPPFLAGS'
5145ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5146ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5147ac_compiler_gnu=$ac_cv_c_compiler_gnu
5148
5149
5150 LDFLAGS="$saved_LDFLAGS"
5151fi
5152
512b7dfb
PB
5153
5154
5155
c6b750e1 5156if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5157 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5158set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
5159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5160$as_echo_n "checking for $ac_word... " >&6; }
5161if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5162 $as_echo_n "(cached) " >&6
9e07f89d 5163else
512b7dfb
PB
5164 if test -n "$GNATBIND"; then
5165 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 5166else
c6b750e1
DJ
5167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5168for as_dir in $PATH
5169do
5170 IFS=$as_save_IFS
5171 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5172 for ac_exec_ext in '' $ac_executable_extensions; do
5173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5174 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 5175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5176 break 2
5177 fi
5178done
81ecdfbb
RW
5179 done
5180IFS=$as_save_IFS
c6b750e1 5181
9e07f89d
NN
5182fi
5183fi
512b7dfb
PB
5184GNATBIND=$ac_cv_prog_GNATBIND
5185if test -n "$GNATBIND"; then
81ecdfbb
RW
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5187$as_echo "$GNATBIND" >&6; }
9e07f89d 5188else
81ecdfbb
RW
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5190$as_echo "no" >&6; }
9e07f89d
NN
5191fi
5192
81ecdfbb 5193
c6b750e1 5194fi
512b7dfb
PB
5195if test -z "$ac_cv_prog_GNATBIND"; then
5196 ac_ct_GNATBIND=$GNATBIND
5197 # Extract the first word of "gnatbind", so it can be a program name with args.
5198set dummy gnatbind; ac_word=$2
81ecdfbb
RW
5199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5200$as_echo_n "checking for $ac_word... " >&6; }
5201if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5202 $as_echo_n "(cached) " >&6
9e07f89d 5203else
512b7dfb
PB
5204 if test -n "$ac_ct_GNATBIND"; then
5205 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 5206else
c6b750e1
DJ
5207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5208for as_dir in $PATH
5209do
5210 IFS=$as_save_IFS
5211 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5212 for ac_exec_ext in '' $ac_executable_extensions; do
5213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5214 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 5215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5216 break 2
5217 fi
5218done
81ecdfbb
RW
5219 done
5220IFS=$as_save_IFS
c6b750e1 5221
9e07f89d
NN
5222fi
5223fi
512b7dfb
PB
5224ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5225if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5227$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 5228else
81ecdfbb
RW
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5230$as_echo "no" >&6; }
9e07f89d
NN
5231fi
5232
81ecdfbb
RW
5233 if test "x$ac_ct_GNATBIND" = x; then
5234 GNATBIND="no"
5235 else
5236 case $cross_compiling:$ac_tool_warned in
5237yes:)
5238{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5239$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5240ac_tool_warned=yes ;;
5241esac
5242 GNATBIND=$ac_ct_GNATBIND
5243 fi
24ff9987 5244else
512b7dfb 5245 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
5246fi
5247
7df2cd5d 5248if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5249 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5250set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
5251{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5252$as_echo_n "checking for $ac_word... " >&6; }
5253if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5254 $as_echo_n "(cached) " >&6
7df2cd5d 5255else
512b7dfb
PB
5256 if test -n "$GNATMAKE"; then
5257 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5258else
5259as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5260for as_dir in $PATH
5261do
5262 IFS=$as_save_IFS
5263 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5264 for ac_exec_ext in '' $ac_executable_extensions; do
5265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5266 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 5267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5268 break 2
5269 fi
5270done
81ecdfbb
RW
5271 done
5272IFS=$as_save_IFS
7df2cd5d
PB
5273
5274fi
5275fi
512b7dfb
PB
5276GNATMAKE=$ac_cv_prog_GNATMAKE
5277if test -n "$GNATMAKE"; then
81ecdfbb
RW
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5279$as_echo "$GNATMAKE" >&6; }
7df2cd5d 5280else
81ecdfbb
RW
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5282$as_echo "no" >&6; }
7df2cd5d
PB
5283fi
5284
81ecdfbb 5285
7df2cd5d 5286fi
512b7dfb
PB
5287if test -z "$ac_cv_prog_GNATMAKE"; then
5288 ac_ct_GNATMAKE=$GNATMAKE
5289 # Extract the first word of "gnatmake", so it can be a program name with args.
5290set dummy gnatmake; ac_word=$2
81ecdfbb
RW
5291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5292$as_echo_n "checking for $ac_word... " >&6; }
5293if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5294 $as_echo_n "(cached) " >&6
7df2cd5d 5295else
512b7dfb
PB
5296 if test -n "$ac_ct_GNATMAKE"; then
5297 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5298else
5299as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5300for as_dir in $PATH
5301do
5302 IFS=$as_save_IFS
5303 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5304 for ac_exec_ext in '' $ac_executable_extensions; do
5305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5306 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 5307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5308 break 2
5309 fi
5310done
81ecdfbb
RW
5311 done
5312IFS=$as_save_IFS
7df2cd5d 5313
7df2cd5d
PB
5314fi
5315fi
512b7dfb
PB
5316ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5317if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5319$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 5320else
81ecdfbb
RW
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5322$as_echo "no" >&6; }
7df2cd5d
PB
5323fi
5324
81ecdfbb
RW
5325 if test "x$ac_ct_GNATMAKE" = x; then
5326 GNATMAKE="no"
5327 else
5328 case $cross_compiling:$ac_tool_warned in
5329yes:)
5330{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5331$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5332ac_tool_warned=yes ;;
5333esac
5334 GNATMAKE=$ac_ct_GNATMAKE
5335 fi
7df2cd5d 5336else
512b7dfb 5337 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
5338fi
5339
81ecdfbb
RW
5340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5341$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5342if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5343 $as_echo_n "(cached) " >&6
9e07f89d
NN
5344else
5345 cat >conftest.adb <<EOF
5346procedure conftest is begin null; end conftest;
5347EOF
5348acx_cv_cc_gcc_supports_ada=no
5349# There is a bug in old released versions of GCC which causes the
5350# driver to exit successfully when the appropriate language module
5351# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5352# Therefore we must check for the error message as well as an
5353# unsuccessful exit.
b8908782
DD
5354# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5355# given a .adb file, but produce no object file. So we must check
5356# if an object file was really produced to guard against this.
9e07f89d 5357errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 5358if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 5359 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
5360fi
5361rm -f conftest.*
5362fi
81ecdfbb
RW
5363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5364$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 5365
64b986c0 5366if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
5367 have_gnat=yes
5368else
5369 have_gnat=no
5370fi
5371
81ecdfbb
RW
5372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5373$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5374if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5375 $as_echo_n "(cached) " >&6
b8908782
DD
5376else
5377 echo abfoo >t1
5378 echo cdfoo >t2
5379 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
5380 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5381 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5382 :
5383 else
5384 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5385 fi
5386 fi
b8908782
DD
5387 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5388 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 5389 :
b8908782
DD
5390 else
5391 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5392 fi
5393 fi
5394 rm t1 t2
5395
5396fi
81ecdfbb
RW
5397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5398$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
5399do_compare="$gcc_cv_prog_cmp_skip"
5400
5401
9e07f89d 5402
ffdd6afc
ILT
5403# Check whether --enable-bootstrap was given.
5404if test "${enable_bootstrap+set}" = set; then :
5405 enableval=$enable_bootstrap;
5406else
5407 enable_bootstrap=default
5408fi
5409
5410
5411# Issue errors and warnings for invalid/strange bootstrap combinations.
5412if test -r $srcdir/gcc/configure; then
5413 have_compiler=yes
5414else
5415 have_compiler=no
5416fi
5417
5418case "$have_compiler:$host:$target:$enable_bootstrap" in
5419 *:*:*:no) ;;
5420
5421 # Default behavior. Enable bootstrap if we have a compiler
5422 # and we are in a native configuration.
5423 yes:$build:$build:default)
5424 enable_bootstrap=yes ;;
5425
5426 *:*:*:default)
5427 enable_bootstrap=no ;;
5428
5429 # We have a compiler and we are in a native configuration, bootstrap is ok
5430 yes:$build:$build:yes)
5431 ;;
5432
5433 # Other configurations, but we have a compiler. Assume the user knows
5434 # what he's doing.
5435 yes:*:*:yes)
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5437$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5438 ;;
5439
5440 # No compiler: if they passed --enable-bootstrap explicitly, fail
5441 no:*:*:yes)
5442 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5443
5444 # Fail if wrong command line
5445 *)
5446 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5447 ;;
5448esac
5449
ce6c656d
L
5450# When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5451# C++98 compiler can still start the bootstrap.
5452if test "$enable_bootstrap:$GXX" = "yes:yes"; then
5453 CXX="$CXX -std=gnu++98"
5454fi
5455
d5f2ee2e
KG
5456# Used for setting $lt_cv_objdir
5457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5458$as_echo_n "checking for objdir... " >&6; }
5459if test "${lt_cv_objdir+set}" = set; then :
5460 $as_echo_n "(cached) " >&6
5461else
5462 rm -f .libs 2>/dev/null
5463mkdir .libs 2>/dev/null
5464if test -d .libs; then
5465 lt_cv_objdir=.libs
5466else
5467 # MS-DOS does not allow filenames that begin with a dot.
5468 lt_cv_objdir=_libs
5469fi
5470rmdir .libs 2>/dev/null
5471fi
5472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5473$as_echo "$lt_cv_objdir" >&6; }
5474objdir=$lt_cv_objdir
5475
5476
5477
5478
5479
5480cat >>confdefs.h <<_ACEOF
5481#define LT_OBJDIR "$lt_cv_objdir/"
5482_ACEOF
5483
5484
5485
e8a5fa9c 5486# Check for GMP, MPFR and MPC
d9b76ff9 5487gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5488gmpinc=
4b900473 5489have_gmp=no
e8a5fa9c
RW
5490
5491# Specify a location for mpc
5492# check for this first so it ends up on the link line before mpfr.
5493
81ecdfbb
RW
5494# Check whether --with-mpc was given.
5495if test "${with_mpc+set}" = set; then :
5496 withval=$with_mpc;
5497fi
e8a5fa9c 5498
e8a5fa9c 5499
e552509b 5500# Check whether --with-mpc-include was given.
81ecdfbb
RW
5501if test "${with_mpc_include+set}" = set; then :
5502 withval=$with_mpc_include;
5503fi
e8a5fa9c 5504
e8a5fa9c 5505
e552509b 5506# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5507if test "${with_mpc_lib+set}" = set; then :
5508 withval=$with_mpc_lib;
5509fi
e8a5fa9c 5510
e8a5fa9c
RW
5511
5512if test "x$with_mpc" != x; then
d9b76ff9
KG
5513 gmplibs="-L$with_mpc/lib $gmplibs"
5514 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5515fi
5516if test "x$with_mpc_include" != x; then
d9b76ff9 5517 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5518fi
5519if test "x$with_mpc_lib" != x; then
d9b76ff9 5520 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5521fi
5522if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5523 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5524 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5525 # Do not test the mpc version. Assume that it is sufficient, since
5526 # it is in the source tree, and the library has not been built yet
5527 # but it would be included on the link line in the version check below
5528 # hence making the test fail.
d9b76ff9 5529 have_gmp=yes
e8a5fa9c 5530fi
4b900473 5531
11b04d1f
DD
5532# Specify a location for mpfr
5533# check for this first so it ends up on the link line before gmp.
c6b750e1 5534
81ecdfbb
RW
5535# Check whether --with-mpfr-dir was given.
5536if test "${with_mpfr_dir+set}" = set; then :
5537 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5538Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5539fi
5540
11b04d1f
DD
5541
5542
81ecdfbb
RW
5543# Check whether --with-mpfr was given.
5544if test "${with_mpfr+set}" = set; then :
5545 withval=$with_mpfr;
5546fi
c6b750e1 5547
11b04d1f 5548
e552509b 5549# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5550if test "${with_mpfr_include+set}" = set; then :
5551 withval=$with_mpfr_include;
5552fi
c6b750e1 5553
8a0d8a5c 5554
e552509b 5555# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5556if test "${with_mpfr_lib+set}" = set; then :
5557 withval=$with_mpfr_lib;
5558fi
8a0d8a5c 5559
11b04d1f
DD
5560
5561if test "x$with_mpfr" != x; then
5562 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5563 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5564fi
8a0d8a5c 5565if test "x$with_mpfr_include" != x; then
d9b76ff9 5566 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5567fi
5568if test "x$with_mpfr_lib" != x; then
5569 gmplibs="-L$with_mpfr_lib $gmplibs"
5570fi
4b900473 5571if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
58b1dd21
NC
5572 # MPFR v3.1.0 moved the sources into a src sub-directory.
5573 if test -d ${srcdir}/mpfr/src; then
5574 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5575 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5576 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5577 else
5578 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5579 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5580 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5581 fi
4b900473
PB
5582 # Do not test the mpfr version. Assume that it is sufficient, since
5583 # it is in the source tree, and the library has not been built yet
5584 # but it would be included on the link line in the version check below
5585 # hence making the test fail.
5586 have_gmp=yes
5587fi
11b04d1f 5588
4b1cb4fe 5589# Specify a location for gmp
c6b750e1 5590
81ecdfbb
RW
5591# Check whether --with-gmp-dir was given.
5592if test "${with_gmp_dir+set}" = set; then :
5593 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5594Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5595fi
5596
4b1cb4fe
DD
5597
5598
81ecdfbb
RW
5599# Check whether --with-gmp was given.
5600if test "${with_gmp+set}" = set; then :
5601 withval=$with_gmp;
5602fi
c6b750e1 5603
4b1cb4fe 5604
e552509b 5605# Check whether --with-gmp-include was given.
81ecdfbb
RW
5606if test "${with_gmp_include+set}" = set; then :
5607 withval=$with_gmp_include;
5608fi
c6b750e1 5609
8a0d8a5c 5610
e552509b 5611# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5612if test "${with_gmp_lib+set}" = set; then :
5613 withval=$with_gmp_lib;
5614fi
8a0d8a5c
PB
5615
5616
4b1cb4fe 5617
11b04d1f
DD
5618if test "x$with_gmp" != x; then
5619 gmplibs="-L$with_gmp/lib $gmplibs"
5620 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5621fi
8a0d8a5c
PB
5622if test "x$with_gmp_include" != x; then
5623 gmpinc="-I$with_gmp_include $gmpinc"
5624fi
5625if test "x$with_gmp_lib" != x; then
5626 gmplibs="-L$with_gmp_lib $gmplibs"
5627fi
4b900473 5628if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5629 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5630 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5631 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5632 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7ec59b9e 5633 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
4b900473
PB
5634 # Do not test the gmp version. Assume that it is sufficient, since
5635 # it is in the source tree, and the library has not been built yet
5636 # but it would be included on the link line in the version check below
5637 # hence making the test fail.
5638 have_gmp=yes
5639fi
4b1cb4fe 5640
ceb92e78 5641if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5642 have_gmp=yes
5643 saved_CFLAGS="$CFLAGS"
5644 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5645 # Check for the recommended and required versions of GMP.
5646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5647$as_echo_n "checking for the correct version of gmp.h... " >&6; }
a009f2e7
RW
5648
5649cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5650/* end confdefs.h. */
5651#include "gmp.h"
5652int
5653main ()
5654{
5655
5656 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5657 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
8e71395b 5658 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
a6b5846e
KG
5659 choke me
5660 #endif
5661
5662 ;
5663 return 0;
5664}
5665_ACEOF
5666if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5668/* end confdefs.h. */
a6b5846e 5669#include <gmp.h>
c6b750e1
DJ
5670int
5671main ()
5672{
4b1cb4fe 5673
a6b5846e
KG
5674 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5675 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5676 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5677 choke me
5678 #endif
c6b750e1
DJ
5679
5680 ;
5681 return 0;
5682}
5683_ACEOF
81ecdfbb
RW
5684if ac_fn_c_try_compile "$LINENO"; then :
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5686$as_echo "yes" >&6; }
a6b5846e
KG
5687else
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5689$as_echo "buggy but acceptable" >&6; }
5690fi
5691rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5692else
81ecdfbb
RW
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5694$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5695fi
81ecdfbb 5696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5697
e8a5fa9c 5698 # If we have GMP, check the MPFR version.
4b900473 5699 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5700 # Check for the recommended and required versions of MPFR.
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5702$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5704/* end confdefs.h. */
9b134994 5705#include <gmp.h>
4b900473 5706 #include <mpfr.h>
c6b750e1
DJ
5707int
5708main ()
5709{
9b134994 5710
7ec59b9e 5711 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
4b900473
PB
5712 choke me
5713 #endif
c6b750e1
DJ
5714
5715 ;
5716 return 0;
5717}
5718_ACEOF
81ecdfbb
RW
5719if ac_fn_c_try_compile "$LINENO"; then :
5720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5721/* end confdefs.h. */
4b1cb4fe 5722#include <gmp.h>
4b900473 5723 #include <mpfr.h>
c6b750e1
DJ
5724int
5725main ()
5726{
9dbaa842 5727
a6b5846e 5728 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5729 choke me
5730 #endif
e8a5fa9c
RW
5731
5732 ;
5733 return 0;
5734}
5735_ACEOF
81ecdfbb
RW
5736if ac_fn_c_try_compile "$LINENO"; then :
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5738$as_echo "yes" >&6; }
e8a5fa9c 5739else
81ecdfbb
RW
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5741$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5742fi
81ecdfbb 5743rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5744else
81ecdfbb
RW
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5746$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5747fi
81ecdfbb 5748rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5749 fi
5750
5751 # Check for the MPC header version.
d9b76ff9 5752 if test x"$have_gmp" = xyes ; then
a6b5846e 5753 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5755$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5757/* end confdefs.h. */
5758#include <mpc.h>
5759int
5760main ()
5761{
5762
a6b5846e
KG
5763 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5764 choke me
5765 #endif
5766
5767 ;
5768 return 0;
5769}
5770_ACEOF
5771if ac_fn_c_try_compile "$LINENO"; then :
5772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5773/* end confdefs.h. */
5774#include <mpc.h>
5775int
5776main ()
5777{
5778
5779 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5780 choke me
5781 #endif
5782
5783 ;
5784 return 0;
5785}
5786_ACEOF
81ecdfbb
RW
5787if ac_fn_c_try_compile "$LINENO"; then :
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5789$as_echo "yes" >&6; }
a6b5846e
KG
5790else
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5792$as_echo "buggy but acceptable" >&6; }
5793fi
5794rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5795else
81ecdfbb 5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5797$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5798fi
81ecdfbb 5799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5800 fi
5801
5802 # Now check the MPFR library.
5803 if test x"$have_gmp" = xyes; then
5804 saved_LIBS="$LIBS"
5805 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5807$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5809/* end confdefs.h. */
d9b76ff9 5810#include <mpc.h>
e8a5fa9c
RW
5811int
5812main ()
5813{
5814
5815 mpfr_t n;
5816 mpfr_t x;
d9b76ff9 5817 mpc_t c;
e8a5fa9c
RW
5818 int t;
5819 mpfr_init (n);
5820 mpfr_init (x);
5821 mpfr_atan2 (n, n, x, GMP_RNDN);
5822 mpfr_erfc (n, x, GMP_RNDN);
5823 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5824 mpfr_clear(n);
5825 mpfr_clear(x);
5826 mpc_init2 (c, 53);
5827 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5828 mpc_cosh (c, c, MPC_RNDNN);
5829 mpc_pow (c, c, c, MPC_RNDNN);
5830 mpc_acosh (c, c, MPC_RNDNN);
5831 mpc_clear (c);
c6b750e1
DJ
5832
5833 ;
5834 return 0;
5835}
5836_ACEOF
81ecdfbb
RW
5837if ac_fn_c_try_link "$LINENO"; then :
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5839$as_echo "yes" >&6; }
c6b750e1 5840else
81ecdfbb
RW
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5843fi
81ecdfbb
RW
5844rm -f core conftest.err conftest.$ac_objext \
5845 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5846 LIBS="$saved_LIBS"
5847 fi
5848
4b900473 5849 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5850
a6b5846e
KG
5851# The library versions listed in the error message below should match
5852# the HARD-minimums enforced above.
4b900473 5853 if test x$have_gmp != xyes; then
7ec59b9e 5854 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
d9b76ff9
KG
5855Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5856their locations. Source code for these libraries can be found at
5857their respective hosting sites as well as at
5858ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5859http://gcc.gnu.org/install/prerequisites.html for additional info. If
5860you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5861make sure that you have installed both the libraries and the header
5862files. They may be located in separate packages." "$LINENO" 5
4b900473 5863 fi
9dbaa842
DD
5864fi
5865
e8a5fa9c
RW
5866# Flags needed for both GMP, MPFR and/or MPC.
5867
5868
5869
4b1cb4fe
DD
5870
5871
5872
7ec59b9e 5873
b3676d82 5874# Libraries to use for stage1 or when not bootstrapping.
e8a5fa9c 5875
b3676d82
EB
5876# Check whether --with-stage1-libs was given.
5877if test "${with_stage1_libs+set}" = set; then :
5878 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5879 stage1_libs=
e8a5fa9c 5880 else
b3676d82 5881 stage1_libs=$withval
e8a5fa9c
RW
5882 fi
5883else
68996839 5884 stage1_libs=
81ecdfbb
RW
5885fi
5886
e8a5fa9c
RW
5887
5888
b3676d82 5889# Linker flags to use for stage1 or when not bootstrapping.
e8a5fa9c 5890
b3676d82
EB
5891# Check whether --with-stage1-ldflags was given.
5892if test "${with_stage1_ldflags+set}" = set; then :
5893 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5894 stage1_ldflags=
e8a5fa9c 5895 else
b3676d82 5896 stage1_ldflags=$withval
e8a5fa9c
RW
5897 fi
5898else
b3676d82
EB
5899 stage1_ldflags=
5900 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5901 # if supported. But if the user explicitly specified the libraries to use,
5902 # trust that they are doing what they want.
5903 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5904 stage1_ldflags="-static-libstdc++ -static-libgcc"
5905 fi
81ecdfbb
RW
5906fi
5907
e8a5fa9c
RW
5908
5909
68996839 5910# Libraries to use for stage2 and later builds.
e8a5fa9c 5911
81ecdfbb
RW
5912# Check whether --with-boot-libs was given.
5913if test "${with_boot_libs+set}" = set; then :
5914 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5915 poststage1_libs=
5916 else
5917 poststage1_libs=$withval
5918 fi
5919else
68996839 5920 poststage1_libs=
81ecdfbb
RW
5921fi
5922
e8a5fa9c
RW
5923
5924
143754cd
NC
5925# Linker flags to use for stage2 and later builds.
5926
5927# Check whether --with-boot-ldflags was given.
5928if test "${with_boot_ldflags+set}" = set; then :
5929 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5930 poststage1_ldflags=
5931 else
5932 poststage1_ldflags=$withval
5933 fi
5934else
5935 poststage1_ldflags=
4f11b223
ILT
5936 # In stages 2 and 3, default to linking libstdc++ and libgcc
5937 # statically. But if the user explicitly specified the libraries to
5938 # use, trust that they are doing what they want.
5939 if test "$poststage1_libs" = ""; then
143754cd
NC
5940 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5941 fi
5942fi
5943
5944
5945
4849dfd8 5946# GCC GRAPHITE dependency isl.
1b6c0831 5947# Basic setup is inlined here, actual checks are in config/isl.m4
e28c595f
JM
5948
5949
7ec59b9e
L
5950# Check whether --with-isl was given.
5951if test "${with_isl+set}" = set; then :
5952 withval=$with_isl;
81ecdfbb 5953fi
e28c595f 5954
e28c595f 5955
1b6c0831 5956# Treat --without-isl as a request to disable
8e71395b 5957# GRAPHITE support and skip all following checks.
1b6c0831 5958if test "x$with_isl" != "xno"; then
4849dfd8 5959 # Check for isl
8e71395b
L
5960
5961
7ec59b9e
L
5962# Check whether --with-isl-include was given.
5963if test "${with_isl_include+set}" = set; then :
5964 withval=$with_isl_include;
81ecdfbb
RW
5965fi
5966
e28c595f 5967
7ec59b9e
L
5968# Check whether --with-isl-lib was given.
5969if test "${with_isl_lib+set}" = set; then :
5970 withval=$with_isl_lib;
81ecdfbb 5971fi
e28c595f 5972
e28c595f 5973
7ec59b9e
L
5974 # Check whether --enable-isl-version-check was given.
5975if test "${enable_isl_version_check+set}" = set; then :
5976 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5977else
5978 ENABLE_ISL_CHECK=yes
b123da99
SP
5979fi
5980
5981
7ec59b9e
L
5982 # Initialize isllibs and islinc.
5983 case $with_isl in
5984 no)
5985 isllibs=
5986 islinc=
5987 ;;
5988 "" | yes)
5989 ;;
5990 *)
5991 isllibs="-L$with_isl/lib"
5992 islinc="-I$with_isl/include"
5993 ;;
5994 esac
5995 if test "x${with_isl_include}" != x ; then
5996 islinc="-I$with_isl_include"
5997 fi
5998 if test "x${with_isl_lib}" != x; then
5999 isllibs="-L$with_isl_lib"
6000 fi
6001 if test "x${islinc}" = x && test "x${isllibs}" = x \
6002 && test -d ${srcdir}/isl; then
6003 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
6004 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
6005 ENABLE_ISL_CHECK=no
4849dfd8
NC
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree isl, disabling version check" >&5
6007$as_echo "$as_me: WARNING: using in-tree isl, disabling version check" >&2;}
7ec59b9e 6008 fi
b123da99 6009
1b6c0831 6010 isllibs="${isllibs} -lisl"
b123da99 6011
e28c595f 6012
b3fc79f8
JBG
6013
6014 if test "${ENABLE_ISL_CHECK}" = yes ; then
6015 _isl_saved_CFLAGS=$CFLAGS
6016 _isl_saved_LDFLAGS=$LDFLAGS
6017 _isl_saved_LIBS=$LIBS
6018
6019 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
4849dfd8
NC
6020 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs} ${gmplibs}"
6021 LIBS="${_isl_saved_LIBS} -lisl -lgmp"
b3fc79f8 6022
4849dfd8
NC
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isl 0.15 (or deprecated 0.14)" >&5
6024$as_echo_n "checking for isl 0.15 (or deprecated 0.14)... " >&6; }
1b6c0831 6025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b3fc79f8 6026/* end confdefs.h. */
4849dfd8 6027#include <isl/ctx.h>
b3fc79f8
JBG
6028int
6029main ()
6030{
4849dfd8 6031isl_ctx_get_max_operations (isl_ctx_alloc ());
b3fc79f8
JBG
6032 ;
6033 return 0;
6034}
6035_ACEOF
1b6c0831 6036if ac_fn_c_try_link "$LINENO"; then :
b3fc79f8
JBG
6037 gcc_cv_isl=yes
6038else
6039 gcc_cv_isl=no
6040fi
1b6c0831
L
6041rm -f core conftest.err conftest.$ac_objext \
6042 conftest$ac_exeext conftest.$ac_ext
b3fc79f8
JBG
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6044$as_echo "$gcc_cv_isl" >&6; }
6045
4849dfd8
NC
6046 if test "${gcc_cv_isl}" = no ; then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: recommended isl version is 0.15, minimum required isl version 0.14 is deprecated" >&5
6048$as_echo "recommended isl version is 0.15, minimum required isl version 0.14 is deprecated" >&6; }
6049 fi
6050
b3fc79f8
JBG
6051 CFLAGS=$_isl_saved_CFLAGS
6052 LDFLAGS=$_isl_saved_LDFLAGS
6053 LIBS=$_isl_saved_LIBS
6054 fi
6055
6056
e28c595f 6057
e28c595f 6058
7ec59b9e
L
6059
6060
7ec59b9e
L
6061 if test "x${with_isl}" = xno; then
6062 graphite_requested=no
6063 elif test "x${with_isl}" != x \
6064 || test "x${with_isl_include}" != x \
6065 || test "x${with_isl_lib}" != x ; then
6066 graphite_requested=yes
6067 else
6068 graphite_requested=no
b123da99 6069 fi
e28c595f 6070
e28c595f
JM
6071
6072
7ec59b9e
L
6073 if test "${gcc_cv_isl}" = no ; then
6074 isllibs=
6075 islinc=
6076 fi
e28c595f 6077
7ec59b9e
L
6078 if test "${graphite_requested}" = yes \
6079 && test "x${isllibs}" = x \
6080 && test "x${islinc}" = x ; then
e28c595f 6081
4849dfd8 6082 as_fn_error "Unable to find a usable isl. See config.log for details." "$LINENO" 5
7ec59b9e 6083 fi
e552509b 6084
e28c595f 6085
e552509b
ILT
6086fi
6087
4849dfd8 6088# If the isl check failed, disable builds of in-tree variant of isl
8e71395b 6089if test "x$with_isl" = xno ||
8e71395b 6090 test "x$gcc_cv_isl" = xno; then
1b6c0831 6091 noconfigdirs="$noconfigdirs isl"
8e71395b 6092 islinc=
7ec59b9e
L
6093fi
6094
8e71395b
L
6095
6096
6097
700d40ca
ILT
6098# Check for LTO support.
6099# Check whether --enable-lto was given.
6100if test "${enable_lto+set}" = set; then :
6101 enableval=$enable_lto; enable_lto=$enableval
6102else
6103 enable_lto=yes; default_enable_lto=yes
6104fi
6105
6106
143754cd 6107
e49e5c92
DK
6108
6109
6110target_elf=no
6111case $target in
6112 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
090bc50f 6113 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
1b6c0831
L
6114 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
6115 nvptx-*-none)
e49e5c92
DK
6116 target_elf=no
6117 ;;
6118 *)
6119 target_elf=yes
6120 ;;
6121esac
6122
6123if test $target_elf = yes; then :
74cea91b
DK
6124 # ELF platforms build the lto-plugin always.
6125 build_lto_plugin=yes
e49e5c92 6126
e49e5c92
DK
6127else
6128 if test x"$default_enable_lto" = x"yes" ; then
29821356 6129 case $target in
899b04ef 6130 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
74cea91b 6131 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6132 *) enable_lto=no ;;
6133 esac
e49e5c92 6134 else
29821356
RW
6135 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6136 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
6137 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6138 # warn during gcc/ subconfigure; unless you're bootstrapping with
6139 # -flto it won't be needed until after installation anyway.
6140 case $target in
a8eb3f0a 6141 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
6142 *) if test x"$enable_lto" = x"yes"; then
6143 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6144 fi
6145 ;;
6146 esac
6147 fi
a8eb3f0a 6148 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6149 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6150 case $target in
74cea91b 6151 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6152 *) ;;
6153 esac
74cea91b 6154
e49e5c92
DK
6155fi
6156
700d40ca 6157
1b6c0831
L
6158# Check whether --enable-linker-plugin-configure-flags was given.
6159if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6160 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6161else
6162 extra_linker_plugin_configure_flags=
6163fi
6164
6165
6166# Check whether --enable-linker-plugin-flags was given.
6167if test "${enable_linker_plugin_flags+set}" = set; then :
6168 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6169else
6170 extra_linker_plugin_flags=
6171fi
6172
6173
6174
e28c595f 6175
7ec59b9e 6176# By default, C and C++ are the only stage 1 languages.
9b134994 6177stage1_languages=,c,
1d39f329 6178
e8a5fa9c 6179# Target libraries that we bootstrap.
2aa2364a 6180bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6181
9e07f89d
NN
6182# Figure out what language subdirectories are present.
6183# Look if the user specified --enable-languages="..."; if not, use
6184# the environment variable $LANGUAGES if defined. $LANGUAGES might
6185# go away some day.
6186# NB: embedded tabs in this IF block -- do not untabify
6187if test -d ${srcdir}/gcc; then
6188 if test x"${enable_languages+set}" != xset; then
6189 if test x"${LANGUAGES+set}" = xset; then
6190 enable_languages="${LANGUAGES}"
136bb21f 6191 echo configure.ac: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
9e07f89d
NN
6192 else
6193 enable_languages=all
6194 fi
6195 else
6196 if test x"${enable_languages}" = x ||
6197 test x"${enable_languages}" = xyes;
6198 then
136bb21f 6199 echo configure.ac: --enable-languages needs at least one language argument 1>&2
9e07f89d
NN
6200 exit 1
6201 fi
6202 fi
6203 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6204
096f7d00
DE
6205 # 'f95' is the old name for the 'fortran' language. We issue a warning
6206 # and make the substitution.
6207 case ,${enable_languages}, in
6208 *,f95,*)
136bb21f 6209 echo configure.ac: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
096f7d00
DE
6210 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6211 ;;
6212 esac
6213
7ec59b9e
L
6214 # If bootstrapping, C++ must be enabled.
6215 case ",$enable_languages,:$enable_bootstrap" in
6216 *,c++,*:*) ;;
6217 *:yes)
ffdd6afc
ILT
6218 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6219 enable_languages="${enable_languages},c++"
6220 else
7ec59b9e 6221 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ffdd6afc
ILT
6222 fi
6223 ;;
6224 esac
6225
9e07f89d
NN
6226 # First scan to see if an enabled language requires some other language.
6227 # We assume that a given config-lang.in will list all the language
6228 # front ends it requires, even if some are required indirectly.
6229 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6230 case ${lang_frag} in
6231 ..) ;;
6232 # The odd quoting in the next line works around
6233 # an apparent bug in bash 1.12 on linux.
6234 ${srcdir}/gcc/[*]/config-lang.in) ;;
6235 *)
e552509b
ILT
6236 # From the config-lang.in, get $language, $lang_requires, and
6237 # $lang_requires_boot_languages.
9e07f89d
NN
6238 language=
6239 lang_requires=
e552509b 6240 lang_requires_boot_languages=
9e07f89d 6241 . ${lang_frag}
e552509b 6242 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6243 case ,${enable_languages}, in
6244 *,$other,*) ;;
6245 *,all,*) ;;
6246 *,$language,*)
6247 echo " \`$other' language required by \`$language'; enabling" 1>&2
6248 enable_languages="${enable_languages},${other}"
6249 ;;
6250 esac
6251 done
e552509b
ILT
6252 for other in ${lang_requires_boot_languages} ; do
6253 if test "$other" != "c"; then
6254 case ,${enable_stage1_languages}, in
6255 *,$other,*) ;;
6256 *,all,*) ;;
6257 *)
6258 case ,${enable_languages}, in
6259 *,$language,*)
6260 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6261 enable_stage1_languages="$enable_stage1_languages,${other}"
6262 ;;
6263 esac
6264 ;;
6265 esac
6266 fi
6267 done
9e07f89d
NN
6268 ;;
6269 esac
6270 done
6271
9b134994 6272 new_enable_languages=,c,
700d40ca
ILT
6273
6274 # If LTO is enabled, add the LTO front end.
700d40ca 6275 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6276 case ,${enable_languages}, in
6277 *,lto,*) ;;
6278 *) enable_languages="${enable_languages},lto" ;;
6279 esac
a8eb3f0a 6280 if test "${build_lto_plugin}" = "yes" ; then
700d40ca 6281 configdirs="$configdirs lto-plugin"
700d40ca
ILT
6282 fi
6283 fi
6284
1b6c0831
L
6285 # If we're building an offloading compiler, add the LTO front end.
6286 if test x"$enable_as_accelerator_for" != x ; then
6287 case ,${enable_languages}, in
6288 *,lto,*) ;;
6289 *) enable_languages="${enable_languages},lto" ;;
6290 esac
6291 fi
700d40ca 6292
9e07f89d 6293 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6294 potential_languages=,c,
9e07f89d 6295
9e1a94f4
ILT
6296 enabled_target_libs=
6297 disabled_target_libs=
6298
9e07f89d
NN
6299 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6300 case ${lang_frag} in
6301 ..) ;;
6302 # The odd quoting in the next line works around
6303 # an apparent bug in bash 1.12 on linux.
6304 ${srcdir}/gcc/[*]/config-lang.in) ;;
6305 *)
c6b750e1 6306 # From the config-lang.in, get $language, $target_libs,
1d39f329 6307 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6308 language=
6309 target_libs=
6310 lang_dirs=
64ce424c 6311 subdir_requires=
9b134994
PB
6312 boot_language=no
6313 build_by_default=yes
9e07f89d 6314 . ${lang_frag}
9b134994
PB
6315 if test x${language} = x; then
6316 echo "${lang_frag} doesn't set \$language." 1>&2
6317 exit 1
6318 fi
6319
ffdd6afc 6320 if test "$language" = "c++"; then
7ec59b9e 6321 boot_language=yes
e8a5fa9c
RW
6322 fi
6323
8e71395b 6324 add_this_lang=no
9b134994
PB
6325 case ,${enable_languages}, in
6326 *,${language},*)
7ec59b9e
L
6327 # Language was explicitly selected; include it
6328 # unless it is C, which is enabled by default.
6329 if test "$language" != "c"; then
6330 add_this_lang=yes
6331 fi
9e07f89d 6332 ;;
9b134994
PB
6333 *,all,*)
6334 # 'all' was selected, select it if it is a default language
8e71395b
L
6335 if test "$language" != "c"; then
6336 add_this_lang=${build_by_default}
6337 fi
9e07f89d
NN
6338 ;;
6339 esac
4b1cb4fe 6340
64ce424c 6341 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6342 for i in $subdir_requires; do
3d3adb43 6343 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6344 case ,${enable_languages}, in
6345 *,${language},*)
6346 # Specifically requested language; tell them.
81ecdfbb 6347 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6348 ;;
6349 *)
6350 # Silently disable.
9b134994 6351 add_this_lang=unsupported
64ce424c
PB
6352 ;;
6353 esac
6354 done
6355
9b134994
PB
6356 # Disable Ada if no preexisting GNAT is available.
6357 case ,${enable_languages},:${language}:${have_gnat} in
6358 *,${language},*:ada:no)
6359 # Specifically requested language; tell them.
81ecdfbb 6360 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6361 ;;
6362 *:ada:no)
6363 # Silently disable.
6364 add_this_lang=unsupported
6365 ;;
6366 esac
6367
59f7ec45
HPN
6368 # Disable a language that is unsupported by the target.
6369 case " $unsupported_languages " in
6370 *" $language "*)
9b134994 6371 add_this_lang=unsupported
59f7ec45
HPN
6372 ;;
6373 esac
6374
4b1cb4fe 6375 case $add_this_lang in
9b134994 6376 unsupported)
9e07f89d 6377 # Remove language-dependent dirs.
9e1a94f4
ILT
6378 disabled_target_libs="$disabled_target_libs $target_libs"
6379 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6380 ;;
9b134994
PB
6381 no)
6382 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6383 disabled_target_libs="$disabled_target_libs $target_libs"
6384 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6385 potential_languages="${potential_languages}${language},"
6386 ;;
6387 yes)
6388 new_enable_languages="${new_enable_languages}${language},"
6389 potential_languages="${potential_languages}${language},"
1d39f329 6390 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6391 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6392 case "${boot_language}:,$enable_stage1_languages," in
6393 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6394 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6395 case ",$stage1_languages," in
6396 *,$language,* | ,yes, | ,all,) ;;
6397 *) stage1_languages="${stage1_languages}${language}," ;;
6398 esac
e8a5fa9c
RW
6399 # We need to bootstrap any supporting libraries.
6400 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6401 ;;
6402 esac
6403 ;;
9e07f89d
NN
6404 esac
6405 ;;
6406 esac
6407 done
6408
9e1a94f4
ILT
6409 # Add target libraries which are only needed for disabled languages
6410 # to noconfigdirs.
6411 if test -n "$disabled_target_libs"; then
6412 for dir in $disabled_target_libs; do
6413 case " $enabled_target_libs " in
6414 *" ${dir} "*) ;;
6415 *) noconfigdirs="$noconfigdirs $dir" ;;
6416 esac
6417 done
6418 fi
6419
81ecdfbb
RW
6420 # Check whether --enable-stage1-languages was given.
6421if test "${enable_stage1_languages+set}" = set; then :
6422 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6423 ,no,|,,)
6424 # Set it to something that will have no effect in the loop below
6425 enable_stage1_languages=c ;;
6426 ,yes,)
6427 enable_stage1_languages=`echo $new_enable_languages | \
6428 sed -e "s/^,//" -e "s/,$//" ` ;;
6429 *,all,*)
6430 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6431 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6432 esac
6433
6434 # Add "good" languages from enable_stage1_languages to stage1_languages,
6435 # while "bad" languages go in missing_languages. Leave no duplicates.
6436 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6437 case $potential_languages in
6438 *,$i,*)
6439 case $stage1_languages in
6440 *,$i,*) ;;
6441 *) stage1_languages="$stage1_languages$i," ;;
6442 esac ;;
6443 *)
6444 case $missing_languages in
6445 *,$i,*) ;;
6446 *) missing_languages="$missing_languages$i," ;;
6447 esac ;;
6448 esac
6449 done
81ecdfbb
RW
6450fi
6451
9b134994
PB
6452
6453 # Remove leading/trailing commas that were added for simplicity
6454 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6455 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6456 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6457 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6458
9e07f89d 6459 if test "x$missing_languages" != x; then
81ecdfbb 6460 as_fn_error "
27258dd4 6461The following requested languages could not be built: ${missing_languages}
81ecdfbb 6462Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6463 fi
9e07f89d
NN
6464 if test "x$new_enable_languages" != "x$enable_languages"; then
6465 echo The following languages will be built: ${new_enable_languages}
9b134994 6466 enable_languages="$new_enable_languages"
9e07f89d 6467 fi
9b134994 6468
c6b750e1 6469
81ec575a 6470 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6471fi
6472
a6df5a19
PB
6473# Handle --disable-<component> generically.
6474for dir in $configdirs $build_configdirs $target_configdirs ; do
6475 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6476 varname=`echo $dirname | sed -e s/+/_/g`
6477 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6478 noconfigdirs="$noconfigdirs $dir"
6479 fi
6480done
6481
4f0ef2d8 6482# Check for Boehm's garbage collector
81ecdfbb
RW
6483# Check whether --enable-objc-gc was given.
6484if test "${enable_objc_gc+set}" = set; then :
6485 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 6486 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6487 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6488 ;;
6489esac
81ecdfbb
RW
6490fi
6491
4f0ef2d8
CD
6492
6493# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6494case ,${enable_languages},:${enable_objc_gc} in
6495 *,objc,*:yes)
4f0ef2d8
CD
6496 # Keep target-boehm-gc if requested for Objective-C.
6497 ;;
4f0ef2d8 6498 *)
d42c4017
DA
6499 # Otherwise remove target-boehm-gc depending on target-libjava.
6500 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6501 noconfigdirs="$noconfigdirs target-boehm-gc"
6502 fi
4f0ef2d8
CD
6503 ;;
6504esac
6505
1b6c0831 6506# Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
7ec59b9e 6507case ,${enable_languages}, in
1b6c0831
L
6508 *,c++,*)
6509 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6510 case "${noconfigdirs}" in
6511 *target-libstdc++-v3*)
6512 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6513 ;;
6514 *) ;;
6515 esac
6516 ;;
7ec59b9e 6517 *)
1b6c0831 6518 noconfigdirs="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
7ec59b9e
L
6519 ;;
6520esac
6521
caeba88f
AL
6522# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6523# $build_configdirs and $target_configdirs.
9e07f89d
NN
6524# If we have the source for $noconfigdirs entries, add them to $notsupp.
6525
6526notsupp=""
6527for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6528 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6529 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6530 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6531 if test -r $srcdir/$dirname/configure ; then
6532 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6533 true
6534 else
6535 notsupp="$notsupp $dir"
6536 fi
6537 fi
6538 fi
caeba88f
AL
6539 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6540 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6541 if test -r $srcdir/$dirname/configure ; then
6542 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6543 true
6544 else
6545 notsupp="$notsupp $dir"
6546 fi
6547 fi
6548 fi
9e07f89d
NN
6549 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6550 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6551 if test -r $srcdir/$dirname/configure ; then
6552 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6553 true
6554 else
6555 notsupp="$notsupp $dir"
6556 fi
6557 fi
6558 fi
6559done
6560
9e07f89d
NN
6561# Quietly strip out all directories which aren't configurable in this tree.
6562# This relies on all configurable subdirectories being autoconfiscated, which
6563# is now the case.
6a9cf61e
PB
6564build_configdirs_all="$build_configdirs"
6565build_configdirs=
6566for i in ${build_configdirs_all} ; do
c6b750e1 6567 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6568 if test -f ${srcdir}/$j/configure ; then
6569 build_configdirs="${build_configdirs} $i"
6570 fi
6571done
6572
9e07f89d
NN
6573configdirs_all="$configdirs"
6574configdirs=
6575for i in ${configdirs_all} ; do
6576 if test -f ${srcdir}/$i/configure ; then
6577 configdirs="${configdirs} $i"
6578 fi
6579done
6a9cf61e 6580
9e07f89d
NN
6581target_configdirs_all="$target_configdirs"
6582target_configdirs=
6583for i in ${target_configdirs_all} ; do
c6b750e1 6584 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6585 if test -f ${srcdir}/$j/configure ; then
6586 target_configdirs="${target_configdirs} $i"
6587 fi
6588done
6589
091021fa
L
6590# Exclude target-zlib if target-libjava isn't built.
6591case ${target_configdirs} in
6592*target-libjava*)
6593 ;;
6594*)
6595 target_configdirs="`echo ${target_configdirs} | sed -e 's/target-zlib//'`"
6596 ;;
6597esac
6598
1b6c0831
L
6599# libiberty-linker-plugin is special: it doesn't have its own source directory,
6600# so we have to add it after the preceding checks.
6601if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6602then
6603 case " $configdirs " in
6604 *" libiberty "*)
6605 # If we can build libiberty, we can also build libiberty-linker-plugin.
6606 configdirs="$configdirs libiberty-linker-plugin"
6607 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6608 --with-libiberty=../libiberty-linker-plugin";;
6609 *)
6610 as_fn_error "libiberty missing" "$LINENO" 5;;
6611 esac
6612fi
6613
6614# Sometimes we have special requirements for the host libiberty.
6615extra_host_libiberty_configure_flags=
e81d5d05 6616extra_host_zlib_configure_flags=
1b6c0831
L
6617case " $configdirs " in
6618 *" lto-plugin "* | *" libcc1 "*)
6619 # When these are to be built as shared libraries, the same applies to
6620 # libiberty.
6621 extra_host_libiberty_configure_flags=--enable-shared
6622 ;;
e81d5d05
L
6623 *" bfd "*)
6624 # When bfd is to be built as a shared library, the same applies to
6625 # zlib.
6626 if test "$enable_shared" = "yes"; then
6627 extra_host_zlib_configure_flags=--enable-host-shared
6628 fi
6629 ;;
1b6c0831
L
6630esac
6631
6632
e81d5d05 6633
9e07f89d
NN
6634# Produce a warning message for the subdirs we can't configure.
6635# This isn't especially interesting in the Cygnus tree, but in the individual
6636# FSF releases, it's important to let people know when their machine isn't
6637# supported by the one or two programs in a package.
6638
6639if test -n "${notsupp}" && test -z "${norecursion}" ; then
6640 # If $appdirs is non-empty, at least one of those directories must still
6641 # be configured, or we error out. (E.g., if the gas release supports a
6642 # specified target in some subdirs but not the gas subdir, we shouldn't
6643 # pretend that all is well.)
6644 if test -n "$appdirs" ; then
6645 for dir in $appdirs ; do
6646 if test -r $dir/Makefile.in ; then
6647 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6648 appdirs=""
6649 break
6650 fi
6a9cf61e 6651 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6652 appdirs=""
6653 break
6654 fi
6655 fi
6656 done
6657 if test -n "$appdirs" ; then
6658 echo "*** This configuration is not supported by this package." 1>&2
6659 exit 1
6660 fi
6661 fi
6662 # Okay, some application will build, or we don't care to check. Still
6663 # notify of subdirs not getting built.
6664 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6665 echo " ${notsupp}" 1>&2
6666 echo " (Any other directories should still work fine.)" 1>&2
6667fi
6668
6669case "$host" in
6670 *msdosdjgpp*)
6671 enable_gdbtk=no ;;
6672esac
6673
18f6b6ee
PB
6674# To find our prefix, in gcc_cv_tool_prefix.
6675
6676# The user is always right.
6677if test "${PATH_SEPARATOR+set}" != set; then
6678 echo "#! /bin/sh" >conf$$.sh
6679 echo "exit 0" >>conf$$.sh
6680 chmod +x conf$$.sh
6681 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6682 PATH_SEPARATOR=';'
6683 else
6684 PATH_SEPARATOR=:
6685 fi
6686 rm -f conf$$.sh
6687fi
6688
6689
6690
6691if test "x$exec_prefix" = xNONE; then
6692 if test "x$prefix" = xNONE; then
6693 gcc_cv_tool_prefix=$ac_default_prefix
6694 else
6695 gcc_cv_tool_prefix=$prefix
6696 fi
6697else
6698 gcc_cv_tool_prefix=$exec_prefix
6699fi
6700
6701# If there is no compiler in the tree, use the PATH only. In any
6702# case, if there is no compiler in the tree nobody should use
6703# AS_FOR_TARGET and LD_FOR_TARGET.
6704if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6705 gcc_version=`cat $srcdir/gcc/BASE-VER`
6706 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6707 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6708 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6709 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6710 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6711 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6712else
6713 gcc_cv_tool_dirs=
6714fi
6715
6716if test x$build = x$target && test -n "$md_exec_prefix"; then
6717 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6718fi
6719
6720
6721
9e07f89d
NN
6722copy_dirs=
6723
c6b750e1 6724
81ecdfbb
RW
6725# Check whether --with-build-sysroot was given.
6726if test "${with_build_sysroot+set}" = set; then :
6727 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6728 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6729 fi
6730else
6731 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6732fi
a19b6204
MM
6733
6734
8a6ee3ab 6735
81ecdfbb
RW
6736
6737# Check whether --with-debug-prefix-map was given.
6738if test "${with_debug_prefix_map+set}" = set; then :
6739 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6740 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6741 for debug_map in $withval; do
6742 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6743 done
6744 fi
6745else
6746 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6747fi
6748
8a6ee3ab
JM
6749
6750
7f6ef0c0
PB
6751# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6752# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6753# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6754# We want to ensure that TARGET libraries (which we know are built with
6755# gcc) are built with "-O2 -g", so include those options when setting
6756# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6757if test "x$CFLAGS_FOR_TARGET" = x; then
1b6c0831
L
6758 if test "x${is_cross_compiler}" = xyes; then
6759 CFLAGS_FOR_TARGET="-g -O2"
6760 else
6761 CFLAGS_FOR_TARGET=$CFLAGS
6762 case " $CFLAGS " in
6763 *" -O2 "*) ;;
6764 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6765 esac
6766 case " $CFLAGS " in
6767 *" -g "* | *" -g3 "*) ;;
6768 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6769 esac
6770 fi
7f6ef0c0
PB
6771fi
6772
6773
6774if test "x$CXXFLAGS_FOR_TARGET" = x; then
1b6c0831
L
6775 if test "x${is_cross_compiler}" = xyes; then
6776 CXXFLAGS_FOR_TARGET="-g -O2"
6777 else
6778 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6779 case " $CXXFLAGS " in
6780 *" -O2 "*) ;;
6781 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6782 esac
6783 case " $CXXFLAGS " in
6784 *" -g "* | *" -g3 "*) ;;
6785 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6786 esac
6787 fi
7f6ef0c0
PB
6788fi
6789
6790
91c1f14c
DK
6791
6792
9e07f89d
NN
6793# Handle --with-headers=XXX. If the value is not "yes", the contents of
6794# the named directory are copied to $(tooldir)/sys-include.
6795if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6796 if test x${is_cross_compiler} = xno ; then
6797 echo 1>&2 '***' --with-headers is only supported when cross compiling
6798 exit 1
6799 fi
6800 if test x"${with_headers}" != xyes ; then
18f6b6ee 6801 x=${gcc_cv_tool_prefix}
c6b750e1 6802 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6803 fi
6804fi
6805
6806# Handle --with-libs=XXX. If the value is not "yes", the contents of
6807# the name directories are copied to $(tooldir)/lib. Multiple directories
6808# are permitted.
6809if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6810 if test x${is_cross_compiler} = xno ; then
6811 echo 1>&2 '***' --with-libs is only supported when cross compiling
6812 exit 1
6813 fi
6814 if test x"${with_libs}" != xyes ; then
6815 # Copy the libraries in reverse order, so that files in the first named
6816 # library override files in subsequent libraries.
18f6b6ee 6817 x=${gcc_cv_tool_prefix}
9e07f89d 6818 for l in ${with_libs}; do
c6b750e1 6819 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6820 done
6821 fi
6822fi
6823
700d40ca 6824# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
6825#
6826# This is done by determining whether or not the appropriate directory
6827# is available, and by checking whether or not specific configurations
6828# have requested that this magic not happen.
c6b750e1
DJ
6829#
6830# The command line options always override the explicit settings in
136bb21f 6831# configure.ac, and the settings in configure.ac override this magic.
2429c060 6832#
c6b750e1 6833# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6834# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
6835# --without-gnu-ld options for the configure script. Similarly, if
6836# the default is to use the included zlib and you don't want to do that,
6837# you should use the --with-system-zlib option for the configure script.
2429c060
PB
6838
6839if test x${use_gnu_as} = x &&
6840 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6841 with_gnu_as=yes
6842 extra_host_args="$extra_host_args --with-gnu-as"
6843fi
6844
6845if test x${use_gnu_ld} = x &&
93f9b408 6846 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6847 with_gnu_ld=yes
6848 extra_host_args="$extra_host_args --with-gnu-ld"
6849fi
6850
700d40ca
ILT
6851if test x${use_included_zlib} = x &&
6852 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6853 :
6854else
6855 with_system_zlib=yes
6856 extra_host_args="$extra_host_args --with-system-zlib"
6857fi
6858
2429c060
PB
6859# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6860# can detect this case.
6861
6862if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6863 with_newlib=yes
6864 extra_host_args="$extra_host_args --with-newlib"
6865fi
6866
9e07f89d
NN
6867# Handle ${copy_dirs}
6868set fnord ${copy_dirs}
6869shift
6870while test $# != 0 ; do
6871 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6872 :
6873 else
6874 echo Copying $1 to $2
6875
6876 # Use the install script to create the directory and all required
6877 # parent directories.
6878 if test -d $2 ; then
6879 :
6880 else
6881 echo >config.temp
6882 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6883 fi
6884
6885 # Copy the directory, assuming we have tar.
6886 # FIXME: Should we use B in the second tar? Not all systems support it.
6887 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6888
6889 # It is the responsibility of the user to correctly adjust all
6890 # symlinks. If somebody can figure out how to handle them correctly
6891 # here, feel free to add the code.
6892
6893 echo $1 > $2/COPIED
6894 fi
6895 shift; shift
6896done
6897
2429c060
PB
6898# Determine a target-dependent exec_prefix that the installed
6899# gcc will search in. Keep this list sorted by triplet, with
6900# the *-*-osname triplets last.
6901md_exec_prefix=
6902case "${target}" in
521ec477 6903 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6904 md_exec_prefix=/dev/env/DJDIR/bin
6905 ;;
2429c060 6906 *-*-hpux* | \
2429c060 6907 *-*-nto-qnx* | \
1f111696 6908 *-*-solaris2*)
2429c060
PB
6909 md_exec_prefix=/usr/ccs/bin
6910 ;;
6911esac
6912
a0da8069
NN
6913extra_arflags_for_target=
6914extra_nmflags_for_target=
6915extra_ranlibflags_for_target=
6916target_makefile_frag=/dev/null
6917case "${target}" in
77d7106f
AM
6918 spu-*-*)
6919 target_makefile_frag="config/mt-spu"
6920 ;;
a9d58c06 6921 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
429acdec
RS
6922 target_makefile_frag="config/mt-sde"
6923 ;;
f3b1e08e
RS
6924 mipsisa*-*-elfoabi*)
6925 target_makefile_frag="config/mt-mips-elfoabi"
6926 ;;
e7c8859c
RS
6927 mips*-*-*linux* | mips*-*-gnu*)
6928 target_makefile_frag="config/mt-mips-gnu"
6929 ;;
d9e042ac
SL
6930 nios2-*-elf*)
6931 target_makefile_frag="config/mt-nios2-elf"
6932 ;;
29383458 6933 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 6934 target_makefile_frag="config/mt-gnu"
a0da8069
NN
6935 ;;
6936 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 6937 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
6938 # commands to handle both 32-bit and 64-bit objects. These flags are
6939 # harmless if we're using GNU nm or ar.
6940 extra_arflags_for_target=" -X32_64"
6941 extra_nmflags_for_target=" -B -X32_64"
6942 ;;
a0da8069
NN
6943esac
6944
6945alphaieee_frag=/dev/null
6946case $target in
6947 alpha*-*-*)
6948 # This just makes sure to use the -mieee option to build target libs.
6949 # This should probably be set individually by each library.
6950 alphaieee_frag="config/mt-alphaieee"
6951 ;;
6952esac
6953
6954# If --enable-target-optspace always use -Os instead of -O2 to build
6955# the target libraries, similarly if it is not specified, use -Os
6956# on selected platforms.
6957ospace_frag=/dev/null
6958case "${enable_target_optspace}:${target}" in
6959 yes:*)
6960 ospace_frag="config/mt-ospace"
6961 ;;
6962 :d30v-*)
6963 ospace_frag="config/mt-d30v"
6964 ;;
16beab3d 6965 :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
a0da8069
NN
6966 ospace_frag="config/mt-ospace"
6967 ;;
6968 no:* | :*)
6969 ;;
6970 *)
6971 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6972 ;;
6973esac
6974
a0da8069
NN
6975# Some systems (e.g., one of the i386-aix systems the gas testers are
6976# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 6977tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
6978build_tooldir=${tooldir}
6979
a0da8069
NN
6980# Create a .gdbinit file which runs the one in srcdir
6981# and tells GDB to look there for source files.
6982
6983if test -r ${srcdir}/.gdbinit ; then
6984 case ${srcdir} in
6985 .) ;;
6986 *) cat > ./.gdbinit <<EOF
6987# ${NO_EDIT}
6988dir ${srcdir}
6989dir .
6990source ${srcdir}/.gdbinit
6991EOF
6992 ;;
6993 esac
6994fi
6995
a0da8069
NN
6996# Make sure that the compiler is able to generate an executable. If it
6997# can't, we are probably in trouble. We don't care whether we can run the
6998# executable--we might be using a cross compiler--we only care whether it
6999# can be created. At this point the main configure script has set CC.
7000we_are_ok=no
7001echo "int main () { return 0; }" > conftest.c
7002${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7003if test $? = 0 ; then
7004 if test -s conftest || test -s conftest.exe ; then
7005 we_are_ok=yes
7006 fi
c6b750e1 7007fi
a0da8069
NN
7008case $we_are_ok in
7009 no)
7010 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7011 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7012 rm -f conftest*
7013 exit 1
7014 ;;
7015esac
7016rm -f conftest*
7017
3bbd2f8f 7018# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
7019case "${host}" in
7020 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 7021 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 7022 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
7023 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7024esac
7025
3bbd2f8f 7026# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
7027# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7028# built executables to PATH.
3bbd2f8f
AL
7029if test "$RPATH_ENVVAR" = PATH; then
7030 GCC_SHLIB_SUBDIR=/shlib
7031else
7032 GCC_SHLIB_SUBDIR=
7033fi
7034
730af8ee 7035# Adjust the toplevel makefile according to whether bootstrap was selected.
7036case $enable_bootstrap in
7037 yes)
7038 bootstrap_suffix=bootstrap
7039 BUILD_CONFIG=bootstrap-debug
7040 ;;
7041 no)
7042 bootstrap_suffix=no-bootstrap
7043 BUILD_CONFIG=
7044 ;;
7045esac
7046
7047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7048$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7049
7050
7051# Check whether --with-build-config was given.
7052if test "${with_build_config+set}" = set; then :
7053 withval=$with_build_config; case $with_build_config in
7054 yes) with_build_config= ;;
7055 no) with_build_config= BUILD_CONFIG= ;;
7056 esac
7057fi
7058
7059
7060if test "x${with_build_config}" != x; then
7061 BUILD_CONFIG=$with_build_config
7062else
7063 case $BUILD_CONFIG in
7064 bootstrap-debug)
7065 if echo "int f (void) { return 0; }" > conftest.c &&
7066 ${CC} -c conftest.c &&
7067 mv conftest.o conftest.o.g0 &&
7068 ${CC} -c -g conftest.c &&
7069 mv conftest.o conftest.o.g &&
7070 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7071 :
7072 else
7073 BUILD_CONFIG=
7074 fi
7075 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7076 ;;
7077 esac
7078fi
7079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7080$as_echo "$BUILD_CONFIG" >&6; }
7081
7082
7083# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7085$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7086# Check whether --enable-vtable-verify was given.
7087if test "${enable_vtable_verify+set}" = set; then :
7088 enableval=$enable_vtable_verify; case "$enableval" in
7089 yes) enable_vtable_verify=yes ;;
7090 no) enable_vtable_verify=no ;;
7091 *) enable_vtable_verify=no;;
7092 esac
7093else
7094 enable_vtable_verify=no
7095fi
7096
7097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7098$as_echo "$enable_vtable_verify" >&6; }
7099
a0da8069
NN
7100# Record target_configdirs and the configure arguments for target and
7101# build configuration in Makefile.
7102target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 7103build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
201f096f 7104bootstrap_fixincludes=no
a0da8069 7105
2aa2364a
JR
7106# If we are building libgomp, bootstrap it.
7107if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7108 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7109fi
7110
730af8ee 7111# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7112# or bootstrap-ubsan, bootstrap it.
7113if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7114 case "$BUILD_CONFIG" in
7115 *bootstrap-asan* | *bootstrap-ubsan* )
7116 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
201f096f 7117 bootstrap_fixincludes=yes
730af8ee 7118 ;;
7119 esac
5eb08693
L
7120fi
7121
730af8ee 7122# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7123if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7124 test "$enable_vtable_verify" != no; then
95e43135
JBG
7125 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7126fi
7127
1b6c0831
L
7128# If we are building libmpx, bootstrap it.
7129if echo " ${target_configdirs} " | grep " libmpx " > /dev/null 2>&1; then
7130 bootstrap_target_libs=${bootstrap_target_libs}target-libmpx,
7131fi
7132
a0da8069
NN
7133# Determine whether gdb needs tk/tcl or not.
7134# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7135# and in that case we want gdb to be built without tk. Ugh!
7136# In fact I believe gdb is the *only* package directly dependent on tk,
7137# so we should be able to put the 'maybe's in unconditionally and
7138# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7139# 100% sure that that's safe though.
c180f501 7140
675c6968 7141gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
7142case "$enable_gdbtk" in
7143 no)
7144 GDB_TK="" ;;
c180f501
AC
7145 yes)
7146 GDB_TK="${gdb_tk}" ;;
a0da8069 7147 *)
c180f501
AC
7148 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7149 # distro. Eventually someone will fix this and move Insight, nee
7150 # gdbtk to a separate directory.
7151 if test -d ${srcdir}/gdb/gdbtk ; then
7152 GDB_TK="${gdb_tk}"
7153 else
7154 GDB_TK=""
7155 fi
7156 ;;
a0da8069 7157esac
907be67c
DJ
7158CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7159INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 7160
6bd3dfaa 7161# Strip out unwanted targets.
dd12c3a8
NN
7162
7163# While at that, we remove Makefiles if we were started for recursive
7164# configuration, so that the top-level Makefile reconfigures them,
7165# like we used to do when configure itself was recursive.
dd12c3a8 7166
06a51eac
RW
7167# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7168# but now we're fixing up the Makefile ourselves with the additional
7169# commands passed to AC_CONFIG_FILES. Use separate variables
7170# extrasub-{build,host,target} not because there is any reason to split
7171# the substitutions up that way, but only to remain below the limit of
7172# 99 commands in a script, for HP-UX sed.
7173# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 7174
16b1ad29
RW
7175case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7176 yes:yes:*\ gold\ *:*,c++,*) ;;
7177 yes:yes:*\ gold\ *:*)
7178 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7179 ;;
7180esac
7181
06a51eac 7182extrasub_build=
6a9cf61e 7183for module in ${build_configdirs} ; do
498d4a71
CF
7184 if test -z "${no_recursion}" \
7185 && test -f ${build_subdir}/${module}/Makefile; then
7186 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7187 rm -f ${build_subdir}/${module}/Makefile
7188 fi
06a51eac 7189 extrasub_build="$extrasub_build
498d4a71
CF
7190/^@if build-$module\$/d
7191/^@endif build-$module\$/d
7192/^@if build-$module-$bootstrap_suffix\$/d
7193/^@endif build-$module-$bootstrap_suffix\$/d"
7194done
06a51eac 7195extrasub_host=
498d4a71 7196for module in ${configdirs} ; do
80911fe1 7197 if test -z "${no_recursion}"; then
8cf39b1b 7198 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7199 if test -f ${file}; then
7200 echo 1>&2 "*** removing ${file} to force reconfigure"
7201 rm -f ${file}
7202 fi
7203 done
498d4a71 7204 fi
201f096f 7205 case ${module},${bootstrap_fixincludes} in
7206 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7207 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7208 esac
06a51eac 7209 extrasub_host="$extrasub_host
498d4a71
CF
7210/^@if $module\$/d
7211/^@endif $module\$/d
201f096f 7212/^@if $module-$host_bootstrap_suffix\$/d
7213/^@endif $module-$host_bootstrap_suffix\$/d"
498d4a71 7214done
06a51eac 7215extrasub_target=
498d4a71
CF
7216for module in ${target_configdirs} ; do
7217 if test -z "${no_recursion}" \
7218 && test -f ${target_subdir}/${module}/Makefile; then
7219 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7220 rm -f ${target_subdir}/${module}/Makefile
7221 fi
e8a5fa9c
RW
7222
7223 # We only bootstrap target libraries listed in bootstrap_target_libs.
7224 case $bootstrap_target_libs in
7225 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7226 *) target_bootstrap_suffix=no-bootstrap ;;
7227 esac
7228
06a51eac 7229 extrasub_target="$extrasub_target
498d4a71
CF
7230/^@if target-$module\$/d
7231/^@endif target-$module\$/d
e8a5fa9c
RW
7232/^@if target-$module-$target_bootstrap_suffix\$/d
7233/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7234done
7235
06a51eac
RW
7236# Do the final fixup along with target modules.
7237extrasub_target="$extrasub_target
6bd3dfaa 7238/^@if /,/^@endif /d"
a0da8069
NN
7239
7240# Create the serialization dependencies. This uses a temporary file.
7241
81ecdfbb
RW
7242# Check whether --enable-serial-configure was given.
7243if test "${enable_serial_configure+set}" = set; then :
7244 enableval=$enable_serial_configure;
7245fi
e6bfb94a
AO
7246
7247
1047cb91
DD
7248case ${enable_serial_configure} in
7249 yes)
7250 enable_serial_build_configure=yes
7251 enable_serial_host_configure=yes
7252 enable_serial_target_configure=yes
7253 ;;
7254esac
7255
a0da8069
NN
7256# These force 'configure's to be done one at a time, to avoid problems
7257# with contention over a shared config.cache.
7258rm -f serdep.tmp
e6bfb94a 7259echo '# serdep.tmp' > serdep.tmp
a0da8069 7260olditem=
1047cb91 7261test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7262for item in ${build_configdirs} ; do
7263 case ${olditem} in
7264 "") ;;
e6bfb94a 7265 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7266 esac
7267 olditem=${item}
7268done
7269olditem=
1047cb91 7270test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7271for item in ${configdirs} ; do
7272 case ${olditem} in
7273 "") ;;
e6bfb94a 7274 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7275 esac
7276 olditem=${item}
7277done
7278olditem=
1047cb91 7279test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7280for item in ${target_configdirs} ; do
7281 case ${olditem} in
7282 "") ;;
e6bfb94a 7283 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7284 esac
7285 olditem=${item}
7286done
7287serialization_dependencies=serdep.tmp
7288
7289
e6bfb94a 7290# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7291# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7292# might not want to pass down to subconfigures. The exception being
7293# --cache-file=/dev/null, which is used to turn off the use of cache
7294# files altogether, and which should be passed on to subconfigures.
7295# Also strip program-prefix, program-suffix, and program-transform-name,
7296# so that we can pass down a consistent program-transform-name.
c6b750e1 7297baseargs=
65b4571a 7298tbaseargs=
c6b750e1
DJ
7299keep_next=no
7300skip_next=no
7301eval "set -- $ac_configure_args"
18f6b6ee
PB
7302for ac_arg
7303do
c6b750e1
DJ
7304 if test X"$skip_next" = X"yes"; then
7305 skip_next=no
7306 continue
7307 fi
7308 if test X"$keep_next" = X"yes"; then
7309 case $ac_arg in
7310 *\'*)
7311 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7312 esac
7313 baseargs="$baseargs '$ac_arg'"
65b4571a 7314 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7315 keep_next=no
7316 continue
7317 fi
7318
7319 # Handle separated arguments. Based on the logic generated by
7320 # autoconf 2.59.
7321 case $ac_arg in
7322 *=* | --config-cache | -C | -disable-* | --disable-* \
7323 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7324 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7325 | -with-* | --with-* | -without-* | --without-* | --x)
7326 separate_arg=no
7327 ;;
7328 -*)
7329 separate_arg=yes
7330 ;;
7331 *)
7332 separate_arg=no
7333 ;;
7334 esac
7335
65b4571a
AO
7336 skip_targ=no
7337 case $ac_arg in
7338
7339 --with-* | --without-*)
7340 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7341
7342 case $libopt in
7343 *[-_]include)
7344 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7345 ;;
7346 *[-_]lib)
7347 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7348 ;;
7349 *)
7350 lib=$libopt
7351 ;;
7352 esac
7353
7354
7355 case $lib in
1b6c0831 7356 mpc | mpfr | gmp | isl)
65b4571a
AO
7357 # If we're processing --with-$lib, --with-$lib-include or
7358 # --with-$lib-lib, for one of the libs above, and target is
7359 # different from host, don't pass the current argument to any
7360 # target library's configure.
7361 if test x$is_cross_compiler = xyes; then
7362 skip_targ=yes
7363 fi
7364 ;;
7365 esac
7366 ;;
7367 esac
7368
c6b750e1 7369 case "$ac_arg" in
30167e0a
NC
7370 --cache-file=/dev/null | \
7371 -cache-file=/dev/null )
7372 # Handled here to avoid the test to skip args below.
7373 baseargs="$baseargs '$ac_arg'"
65b4571a 7374 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7375 # Assert: $separate_arg should always be no.
7376 keep_next=$separate_arg
7377 ;;
c6b750e1
DJ
7378 --no*)
7379 continue
7380 ;;
7381 --c* | \
7382 --sr* | \
7383 --ho* | \
7384 --bu* | \
7385 --t* | \
7386 --program-* | \
7387 -cache_file* | \
7388 -srcdir* | \
7389 -host* | \
7390 -build* | \
7391 -target* | \
7392 -program-prefix* | \
7393 -program-suffix* | \
7394 -program-transform-name* )
7395 skip_next=$separate_arg
7396 continue
7397 ;;
7398 -*)
7399 # An option. Add it.
7400 case $ac_arg in
7401 *\'*)
7402 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7403 esac
7404 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7405 if test X"$skip_targ" = Xno; then
7406 tbaseargs="$tbaseargs '$ac_arg'"
7407 fi
c6b750e1
DJ
7408 keep_next=$separate_arg
7409 ;;
7410 *)
7411 # Either a variable assignment, or a nonopt (triplet). Don't
7412 # pass it down; let the Makefile handle this.
7413 continue
7414 ;;
7415 esac
7416done
7417# Remove the initial space we just introduced and, as these will be
7418# expanded by make, quote '$'.
7419baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7420
f27d4f92
DJ
7421# Add in --program-transform-name, after --program-prefix and
7422# --program-suffix have been applied to it. Autoconf has already
7423# doubled dollar signs and backslashes in program_transform_name; we want
7424# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7425# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7426# Also, because we want to override the logic in subdir configure scripts to
7427# choose program_transform_name, replace any s,x,x, with s,y,y,.
7428sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7429${program_transform_name}
7430EOF_SED
7431gcc_transform_name=`cat conftestsed.out`
7432rm -f conftestsed.out
7433baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7434tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7435if test "$silent" = yes; then
7436 baseargs="$baseargs --silent"
65b4571a 7437 tbaseargs="$tbaseargs --silent"
2444379b 7438fi
34a0f3cf 7439baseargs="$baseargs --disable-option-checking"
65b4571a 7440tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7441
4074d5f2
RW
7442# Record and document user additions to sub configure arguments.
7443
7444
7445
7446
a0da8069
NN
7447# For the build-side libraries, we just need to pretend we're native,
7448# and not use the same cache file. Multilibs are neither needed nor
1b6c0831
L
7449# desired. We can't even use the same cache file for all build-side
7450# libraries, as they're compiled differently; some with C, some with
7451# C++ or with different feature-enabling options.
7452build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
a0da8069
NN
7453
7454# For host modules, accept cache file option, or specification as blank.
7455case "${cache_file}" in
7456"") # empty
7457 cache_file_option="" ;;
7458/* | [A-Za-z]:[\\/]* ) # absolute path
7459 cache_file_option="--cache-file=${cache_file}" ;;
7460*) # relative path
7461 cache_file_option="--cache-file=../${cache_file}" ;;
7462esac
7463
82252c06
NN
7464# Host dirs don't like to share a cache file either, horribly enough.
7465# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7466host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7467
65b4571a 7468target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7469
7470# Passing a --with-cross-host argument lets the target libraries know
7471# whether they are being built with a cross-compiler or being built
7472# native. However, it would be better to use other mechanisms to make the
7473# sorts of decisions they want to make on this basis. Please consider
7474# this option to be deprecated. FIXME.
7475if test x${is_cross_compiler} = xyes ; then
c6b750e1 7476 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7477fi
7478
afc0578d 7479# Special user-friendly check for native x86_64-linux build, if
7480# multilib is not explicitly enabled.
7481case "$target:$have_compiler:$host:$target:$enable_multilib" in
7482 x86_64-*linux*:yes:$build:$build:)
ce6c656d 7483 # Make sure we have a development environment that handles 32-bit
afc0578d 7484 dev64=no
7485 echo "int main () { return 0; }" > conftest.c
7486 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7487 if test $? = 0 ; then
7488 if test -s conftest || test -s conftest.exe ; then
7489 dev64=yes
7490 fi
7491 fi
7492 rm -f conftest*
7493 if test x${dev64} != xyes ; then
ce6c656d 7494 as_fn_error "I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
afc0578d 7495 fi
7496 ;;
7497esac
7498
938d2b74
RW
7499# Default to --enable-multilib.
7500if test x${enable_multilib} = x ; then
a0da8069 7501 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7502fi
a0da8069
NN
7503
7504# Pass --with-newlib if appropriate. Note that target_configdirs has
7505# changed from the earlier setting of with_newlib.
7506if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7507 target_configargs="--with-newlib ${target_configargs}"
7508fi
7509
95036d20
NN
7510# Different target subdirs use different values of certain variables
7511# (notably CXX). Worse, multilibs use *lots* of different values.
7512# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7513# it doesn't automatically accept command-line overrides of them.
7514# This means it's not safe for target subdirs to share a cache file,
7515# which is disgusting, but there you have it. Hopefully this can be
7516# fixed in future. It's still worthwhile to use a cache file for each
7517# directory. I think.
7518
ae380b45
MS
7519# Pass the appropriate --build, --host, --target and --cache-file arguments.
7520# We need to pass --target, as newer autoconf's requires consistency
7521# for target_alias and gcc doesn't manage it consistently.
4b900473 7522target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7523
a0da8069
NN
7524FLAGS_FOR_TARGET=
7525case " $target_configdirs " in
7526 *" newlib "*)
7527 case " $target_configargs " in
7528 *" --with-newlib "*)
7529 case "$target" in
1f53ca9a 7530 *-cygwin*)
6d94c122 7531 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
1f53ca9a 7532 ;;
a0da8069
NN
7533 esac
7534
7535 # If we're not building GCC, don't discard standard headers.
7536 if test -d ${srcdir}/gcc; then
7537 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7538
7539 if test "${build}" != "${host}"; then
7540 # On Canadian crosses, CC_FOR_TARGET will have already been set
7541 # by `configure', so we won't have an opportunity to add -Bgcc/
7542 # to it. This is right: we don't want to search that directory
7543 # for binaries, but we want the header files in there, so add
7544 # them explicitly.
e552509b 7545 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7546
7547 # Someone might think of using the pre-installed headers on
7548 # Canadian crosses, in case the installed compiler is not fully
7549 # compatible with the compiler being built. In this case, it
7550 # would be better to flag an error than risking having
7551 # incompatible object files being constructed. We can't
7552 # guarantee that an error will be flagged, but let's hope the
7553 # compiler will do it, when presented with incompatible header
7554 # files.
7555 fi
7556 fi
7557
7558 case "${target}-${is_cross_compiler}" in
ec11bdc6 7559 i[3456789]86-*-linux*-no)
a0da8069
NN
7560 # Here host == target, so we don't need to build gcc,
7561 # so we don't want to discard standard headers.
7562 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7563 ;;
7564 *)
7565 # If we're building newlib, use its generic headers last, but search
7566 # for any libc-related directories first (so make it the last -B
7567 # switch).
7568 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
7569
7570 # If we're building libgloss, find the startup file, simulator library
7571 # and linker script.
7572 case " $target_configdirs " in
7573 *" libgloss "*)
7574 # Look for startup file, simulator library and maybe linker script.
7575 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7576 # Look for libnosys.a in case the target needs it.
7577 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7578 # Most targets have the linker script in the source directory.
7579 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7580 ;;
7581 esac
a0da8069
NN
7582 ;;
7583 esac
7584 ;;
7585 esac
7586 ;;
7587esac
1f53ca9a 7588
45055374 7589case "$target" in
1f53ca9a
AO
7590 x86_64-*mingw* | *-w64-mingw*)
7591 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7592 # however, use a symlink named 'mingw' in ${prefix} .
7593 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7594 ;;
7595 *-mingw*)
7596 # MinGW can't be handled as Cygwin above since it does not use newlib.
7597 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'
7598 ;;
45055374 7599esac
a0da8069 7600
5fbad20a
DD
7601# Allow the user to override the flags for
7602# our build compiler if desired.
c66487f8
NC
7603if test x"${build}" = x"${host}" ; then
7604 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7605 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7606 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7607fi
5fbad20a 7608
a0da8069
NN
7609# On Canadian crosses, we'll be searching the right directories for
7610# the previously-installed cross compiler, so don't bother to add
7611# flags for directories within the install tree of the compiler
7612# being built; programs in there won't even run.
7613if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7614 # Search for pre-installed headers if nothing else fits.
bba45b8b 7615 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
7616fi
7617
7618if test "x${use_gnu_ld}" = x &&
7619 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7620 # Arrange for us to find uninstalled linker scripts.
b00612cc 7621 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7622fi
7623
a481dbb7
DD
7624# Search for other target-specific linker scripts and such.
7625case "${target}" in
4e206d7e
DB
7626 mep*)
7627 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7628 ;;
7629esac
7630
a0da8069 7631# Makefile fragments.
3e707e94
PB
7632for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7633do
7634 eval fragval=\$$frag
7635 if test $fragval != /dev/null; then
7636 eval $frag=${srcdir}/$fragval
7637 fi
7638done
a0da8069
NN
7639
7640
7641
7642
7643
7644# Miscellanea: directories, flags, etc.
7645
7646
7647
7648
7649
7650
7651
3bbd2f8f 7652
6a9cf61e 7653# Build module lists & subconfigure args.
a0da8069
NN
7654
7655
7656
be01d343
PB
7657# Host module lists & subconfigure args.
7658
7659
7660
911e63d0 7661
be01d343
PB
7662# Target module lists & subconfigure args.
7663
7664
7665
7666# Build tools.
7667
7668
7669
1576798e
PB
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
be01d343
PB
7684# Generate default definitions for YACC, M4, LEX and other programs that run
7685# on the build machine. These are used if the Makefile can't locate these
7686# programs in objdir.
7687MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7688
7689for ac_prog in 'bison -y' byacc yacc
7690do
c6b750e1 7691 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7692set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7694$as_echo_n "checking for $ac_word... " >&6; }
7695if test "${ac_cv_prog_YACC+set}" = set; then :
7696 $as_echo_n "(cached) " >&6
be01d343
PB
7697else
7698 if test -n "$YACC"; then
7699 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7700else
c6b750e1
DJ
7701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7702for as_dir in $PATH
7703do
7704 IFS=$as_save_IFS
7705 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7706 for ac_exec_ext in '' $ac_executable_extensions; do
7707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7708 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7710 break 2
7711 fi
7712done
81ecdfbb
RW
7713 done
7714IFS=$as_save_IFS
c6b750e1 7715
be01d343
PB
7716fi
7717fi
c6b750e1 7718YACC=$ac_cv_prog_YACC
be01d343 7719if test -n "$YACC"; then
81ecdfbb
RW
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7721$as_echo "$YACC" >&6; }
be01d343 7722else
81ecdfbb
RW
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7724$as_echo "no" >&6; }
be01d343
PB
7725fi
7726
81ecdfbb 7727
c6b750e1 7728 test -n "$YACC" && break
be01d343
PB
7729done
7730test -n "$YACC" || YACC="$MISSING bison -y"
7731
7732case " $build_configdirs " in
7733 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
be01d343
PB
7734esac
7735
7736for ac_prog in bison
7737do
c6b750e1 7738 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7739set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7741$as_echo_n "checking for $ac_word... " >&6; }
7742if test "${ac_cv_prog_BISON+set}" = set; then :
7743 $as_echo_n "(cached) " >&6
be01d343
PB
7744else
7745 if test -n "$BISON"; then
7746 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7747else
c6b750e1
DJ
7748as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7749for as_dir in $PATH
7750do
7751 IFS=$as_save_IFS
7752 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7753 for ac_exec_ext in '' $ac_executable_extensions; do
7754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7755 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7757 break 2
7758 fi
7759done
81ecdfbb
RW
7760 done
7761IFS=$as_save_IFS
c6b750e1 7762
be01d343
PB
7763fi
7764fi
c6b750e1 7765BISON=$ac_cv_prog_BISON
be01d343 7766if test -n "$BISON"; then
81ecdfbb
RW
7767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7768$as_echo "$BISON" >&6; }
be01d343 7769else
81ecdfbb
RW
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7771$as_echo "no" >&6; }
be01d343
PB
7772fi
7773
81ecdfbb 7774
c6b750e1 7775 test -n "$BISON" && break
be01d343
PB
7776done
7777test -n "$BISON" || BISON="$MISSING bison"
7778
7779case " $build_configdirs " in
7780 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7781esac
7782
7783for ac_prog in gm4 gnum4 m4
7784do
c6b750e1 7785 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7786set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7788$as_echo_n "checking for $ac_word... " >&6; }
7789if test "${ac_cv_prog_M4+set}" = set; then :
7790 $as_echo_n "(cached) " >&6
be01d343
PB
7791else
7792 if test -n "$M4"; then
7793 ac_cv_prog_M4="$M4" # Let the user override the test.
7794else
c6b750e1
DJ
7795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7796for as_dir in $PATH
7797do
7798 IFS=$as_save_IFS
7799 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7800 for ac_exec_ext in '' $ac_executable_extensions; do
7801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7802 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7804 break 2
7805 fi
7806done
81ecdfbb
RW
7807 done
7808IFS=$as_save_IFS
c6b750e1 7809
be01d343
PB
7810fi
7811fi
c6b750e1 7812M4=$ac_cv_prog_M4
be01d343 7813if test -n "$M4"; then
81ecdfbb
RW
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7815$as_echo "$M4" >&6; }
be01d343 7816else
81ecdfbb
RW
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7818$as_echo "no" >&6; }
be01d343
PB
7819fi
7820
81ecdfbb 7821
c6b750e1 7822 test -n "$M4" && break
be01d343
PB
7823done
7824test -n "$M4" || M4="$MISSING m4"
7825
7826case " $build_configdirs " in
7827 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7828esac
7829
7830for ac_prog in flex lex
7831do
c6b750e1 7832 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7833set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7835$as_echo_n "checking for $ac_word... " >&6; }
7836if test "${ac_cv_prog_LEX+set}" = set; then :
7837 $as_echo_n "(cached) " >&6
be01d343
PB
7838else
7839 if test -n "$LEX"; then
7840 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7841else
c6b750e1
DJ
7842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7843for as_dir in $PATH
7844do
7845 IFS=$as_save_IFS
7846 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7847 for ac_exec_ext in '' $ac_executable_extensions; do
7848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7849 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7851 break 2
7852 fi
7853done
81ecdfbb
RW
7854 done
7855IFS=$as_save_IFS
c6b750e1 7856
be01d343
PB
7857fi
7858fi
c6b750e1 7859LEX=$ac_cv_prog_LEX
be01d343 7860if test -n "$LEX"; then
81ecdfbb
RW
7861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7862$as_echo "$LEX" >&6; }
be01d343 7863else
81ecdfbb
RW
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7865$as_echo "no" >&6; }
be01d343
PB
7866fi
7867
81ecdfbb 7868
c6b750e1 7869 test -n "$LEX" && break
be01d343
PB
7870done
7871test -n "$LEX" || LEX="$MISSING flex"
7872
7873case " $build_configdirs " in
7874 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7875 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7876esac
7877
7878for ac_prog in flex
7879do
c6b750e1 7880 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7881set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7883$as_echo_n "checking for $ac_word... " >&6; }
7884if test "${ac_cv_prog_FLEX+set}" = set; then :
7885 $as_echo_n "(cached) " >&6
be01d343
PB
7886else
7887 if test -n "$FLEX"; then
7888 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7889else
c6b750e1
DJ
7890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7891for as_dir in $PATH
7892do
7893 IFS=$as_save_IFS
7894 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7895 for ac_exec_ext in '' $ac_executable_extensions; do
7896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7897 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7899 break 2
7900 fi
7901done
81ecdfbb
RW
7902 done
7903IFS=$as_save_IFS
c6b750e1 7904
be01d343
PB
7905fi
7906fi
c6b750e1 7907FLEX=$ac_cv_prog_FLEX
be01d343 7908if test -n "$FLEX"; then
81ecdfbb
RW
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7910$as_echo "$FLEX" >&6; }
be01d343 7911else
81ecdfbb
RW
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7913$as_echo "no" >&6; }
be01d343
PB
7914fi
7915
81ecdfbb 7916
c6b750e1 7917 test -n "$FLEX" && break
be01d343
PB
7918done
7919test -n "$FLEX" || FLEX="$MISSING flex"
7920
7921case " $build_configdirs " in
7922 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7923esac
7924
7925for ac_prog in makeinfo
7926do
c6b750e1 7927 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7928set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7930$as_echo_n "checking for $ac_word... " >&6; }
7931if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7932 $as_echo_n "(cached) " >&6
be01d343
PB
7933else
7934 if test -n "$MAKEINFO"; then
7935 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7936else
c6b750e1
DJ
7937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7938for as_dir in $PATH
7939do
7940 IFS=$as_save_IFS
7941 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7942 for ac_exec_ext in '' $ac_executable_extensions; do
7943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7944 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 7945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7946 break 2
7947 fi
7948done
81ecdfbb
RW
7949 done
7950IFS=$as_save_IFS
c6b750e1 7951
be01d343
PB
7952fi
7953fi
c6b750e1 7954MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 7955if test -n "$MAKEINFO"; then
81ecdfbb
RW
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7957$as_echo "$MAKEINFO" >&6; }
be01d343 7958else
81ecdfbb
RW
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7960$as_echo "no" >&6; }
be01d343
PB
7961fi
7962
81ecdfbb 7963
c6b750e1 7964 test -n "$MAKEINFO" && break
be01d343
PB
7965done
7966test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7967
7968case " $build_configdirs " in
7969 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7970 *)
7971
10ad8ef3 7972 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
7973 # higher, else we use the "missing" dummy.
7974 if ${MAKEINFO} --version \
10ad8ef3 7975 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
7976 :
7977 else
7978 MAKEINFO="$MISSING makeinfo"
7979 fi
7980 ;;
7981
7982esac
a0da8069 7983
be01d343 7984# FIXME: expect and dejagnu may become build tools?
a0da8069 7985
be01d343
PB
7986for ac_prog in expect
7987do
c6b750e1 7988 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7989set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7991$as_echo_n "checking for $ac_word... " >&6; }
7992if test "${ac_cv_prog_EXPECT+set}" = set; then :
7993 $as_echo_n "(cached) " >&6
be01d343
PB
7994else
7995 if test -n "$EXPECT"; then
7996 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7997else
c6b750e1
DJ
7998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7999for as_dir in $PATH
8000do
8001 IFS=$as_save_IFS
8002 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8003 for ac_exec_ext in '' $ac_executable_extensions; do
8004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8005 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 8006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8007 break 2
8008 fi
8009done
81ecdfbb
RW
8010 done
8011IFS=$as_save_IFS
c6b750e1 8012
be01d343
PB
8013fi
8014fi
c6b750e1 8015EXPECT=$ac_cv_prog_EXPECT
be01d343 8016if test -n "$EXPECT"; then
81ecdfbb
RW
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8018$as_echo "$EXPECT" >&6; }
be01d343 8019else
81ecdfbb
RW
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8021$as_echo "no" >&6; }
be01d343 8022fi
a0da8069 8023
81ecdfbb 8024
c6b750e1 8025 test -n "$EXPECT" && break
be01d343
PB
8026done
8027test -n "$EXPECT" || EXPECT="expect"
a0da8069 8028
be01d343
PB
8029case " $configdirs " in
8030 *" expect "*)
8031 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8032 ;;
8033esac
a0da8069 8034
be01d343
PB
8035for ac_prog in runtest
8036do
c6b750e1 8037 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8038set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8040$as_echo_n "checking for $ac_word... " >&6; }
8041if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8042 $as_echo_n "(cached) " >&6
be01d343
PB
8043else
8044 if test -n "$RUNTEST"; then
8045 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8046else
c6b750e1
DJ
8047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8048for as_dir in $PATH
8049do
8050 IFS=$as_save_IFS
8051 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8052 for ac_exec_ext in '' $ac_executable_extensions; do
8053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8054 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 8055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8056 break 2
8057 fi
8058done
81ecdfbb
RW
8059 done
8060IFS=$as_save_IFS
c6b750e1 8061
be01d343
PB
8062fi
8063fi
c6b750e1 8064RUNTEST=$ac_cv_prog_RUNTEST
be01d343 8065if test -n "$RUNTEST"; then
81ecdfbb
RW
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8067$as_echo "$RUNTEST" >&6; }
be01d343 8068else
81ecdfbb
RW
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8070$as_echo "no" >&6; }
be01d343 8071fi
a0da8069 8072
81ecdfbb 8073
c6b750e1 8074 test -n "$RUNTEST" && break
be01d343
PB
8075done
8076test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 8077
be01d343
PB
8078case " $configdirs " in
8079 *" dejagnu "*)
6b89cc21 8080 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
8081 ;;
8082esac
a0da8069
NN
8083
8084
a0da8069 8085# Host tools.
859789af
AC
8086ncn_tool_prefix=
8087test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8088ncn_target_tool_prefix=
8089test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8090
9a819804
AO
8091
8092
8093if test -n "$AR"; then
8094 ac_cv_prog_AR=$AR
8095elif test -n "$ac_cv_prog_AR"; then
8096 AR=$ac_cv_prog_AR
8097fi
8098
8099if test -n "$ac_cv_prog_AR"; then
8100 for ncn_progname in ar; do
8101 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8102set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8104$as_echo_n "checking for $ac_word... " >&6; }
8105if test "${ac_cv_prog_AR+set}" = set; then :
8106 $as_echo_n "(cached) " >&6
9a819804
AO
8107else
8108 if test -n "$AR"; then
8109 ac_cv_prog_AR="$AR" # Let the user override the test.
8110else
8111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8112for as_dir in $PATH
8113do
8114 IFS=$as_save_IFS
8115 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8116 for ac_exec_ext in '' $ac_executable_extensions; do
8117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8118 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8120 break 2
8121 fi
8122done
81ecdfbb
RW
8123 done
8124IFS=$as_save_IFS
9a819804
AO
8125
8126fi
8127fi
8128AR=$ac_cv_prog_AR
8129if test -n "$AR"; then
81ecdfbb
RW
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8131$as_echo "$AR" >&6; }
9a819804 8132else
81ecdfbb
RW
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8134$as_echo "no" >&6; }
9a819804
AO
8135fi
8136
81ecdfbb 8137
9a819804
AO
8138 done
8139fi
8140
8141for ncn_progname in ar; do
05cbd757
PB
8142 if test -n "$ncn_tool_prefix"; then
8143 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8144set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8146$as_echo_n "checking for $ac_word... " >&6; }
8147if test "${ac_cv_prog_AR+set}" = set; then :
8148 $as_echo_n "(cached) " >&6
859789af
AC
8149else
8150 if test -n "$AR"; then
8151 ac_cv_prog_AR="$AR" # Let the user override the test.
8152else
c6b750e1
DJ
8153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8154for as_dir in $PATH
8155do
8156 IFS=$as_save_IFS
8157 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8158 for ac_exec_ext in '' $ac_executable_extensions; do
8159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8160 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8162 break 2
8163 fi
8164done
81ecdfbb
RW
8165 done
8166IFS=$as_save_IFS
c6b750e1 8167
859789af
AC
8168fi
8169fi
c6b750e1 8170AR=$ac_cv_prog_AR
859789af 8171if test -n "$AR"; then
81ecdfbb
RW
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8173$as_echo "$AR" >&6; }
859789af 8174else
81ecdfbb
RW
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8176$as_echo "no" >&6; }
859789af
AC
8177fi
8178
81ecdfbb 8179
05cbd757
PB
8180 fi
8181 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8182 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8183set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8185$as_echo_n "checking for $ac_word... " >&6; }
8186if test "${ac_cv_prog_AR+set}" = set; then :
8187 $as_echo_n "(cached) " >&6
859789af 8188else
05cbd757
PB
8189 if test -n "$AR"; then
8190 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8191else
c6b750e1
DJ
8192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8193for as_dir in $PATH
8194do
8195 IFS=$as_save_IFS
8196 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8197 for ac_exec_ext in '' $ac_executable_extensions; do
8198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8199 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8201 break 2
8202 fi
8203done
81ecdfbb
RW
8204 done
8205IFS=$as_save_IFS
c6b750e1 8206
859789af
AC
8207fi
8208fi
c6b750e1 8209AR=$ac_cv_prog_AR
05cbd757 8210if test -n "$AR"; then
81ecdfbb
RW
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8212$as_echo "$AR" >&6; }
859789af 8213else
81ecdfbb
RW
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8215$as_echo "no" >&6; }
859789af 8216fi
c6b750e1 8217
81ecdfbb 8218
05cbd757
PB
8219 fi
8220 test -n "$ac_cv_prog_AR" && break
8221done
8222
8223if test -z "$ac_cv_prog_AR" ; then
8224 set dummy ar
8225 if test $build = $host ; then
8226 AR="$2"
859789af 8227 else
05cbd757 8228 AR="${ncn_tool_prefix}$2"
859789af 8229 fi
859789af
AC
8230fi
8231
9a819804
AO
8232
8233
8234if test -n "$AS"; then
8235 ac_cv_prog_AS=$AS
8236elif test -n "$ac_cv_prog_AS"; then
8237 AS=$ac_cv_prog_AS
8238fi
8239
8240if test -n "$ac_cv_prog_AS"; then
8241 for ncn_progname in as; do
8242 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8243set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8245$as_echo_n "checking for $ac_word... " >&6; }
8246if test "${ac_cv_prog_AS+set}" = set; then :
8247 $as_echo_n "(cached) " >&6
9a819804
AO
8248else
8249 if test -n "$AS"; then
8250 ac_cv_prog_AS="$AS" # Let the user override the test.
8251else
8252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8253for as_dir in $PATH
8254do
8255 IFS=$as_save_IFS
8256 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8257 for ac_exec_ext in '' $ac_executable_extensions; do
8258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8259 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8261 break 2
8262 fi
8263done
81ecdfbb
RW
8264 done
8265IFS=$as_save_IFS
9a819804
AO
8266
8267fi
8268fi
8269AS=$ac_cv_prog_AS
8270if test -n "$AS"; then
81ecdfbb
RW
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8272$as_echo "$AS" >&6; }
9a819804 8273else
81ecdfbb
RW
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8275$as_echo "no" >&6; }
9a819804
AO
8276fi
8277
81ecdfbb 8278
9a819804
AO
8279 done
8280fi
8281
8282for ncn_progname in as; do
05cbd757
PB
8283 if test -n "$ncn_tool_prefix"; then
8284 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8285set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8287$as_echo_n "checking for $ac_word... " >&6; }
8288if test "${ac_cv_prog_AS+set}" = set; then :
8289 $as_echo_n "(cached) " >&6
859789af
AC
8290else
8291 if test -n "$AS"; then
8292 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8293else
8294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8295for as_dir in $PATH
8296do
8297 IFS=$as_save_IFS
8298 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8299 for ac_exec_ext in '' $ac_executable_extensions; do
8300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8301 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8303 break 2
8304 fi
8305done
81ecdfbb
RW
8306 done
8307IFS=$as_save_IFS
c6b750e1 8308
859789af
AC
8309fi
8310fi
c6b750e1 8311AS=$ac_cv_prog_AS
859789af 8312if test -n "$AS"; then
81ecdfbb
RW
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8314$as_echo "$AS" >&6; }
859789af 8315else
81ecdfbb
RW
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8317$as_echo "no" >&6; }
859789af
AC
8318fi
8319
81ecdfbb 8320
05cbd757
PB
8321 fi
8322 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8323 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8324set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8326$as_echo_n "checking for $ac_word... " >&6; }
8327if test "${ac_cv_prog_AS+set}" = set; then :
8328 $as_echo_n "(cached) " >&6
859789af 8329else
05cbd757
PB
8330 if test -n "$AS"; then
8331 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8332else
c6b750e1
DJ
8333as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8334for as_dir in $PATH
8335do
8336 IFS=$as_save_IFS
8337 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8338 for ac_exec_ext in '' $ac_executable_extensions; do
8339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8340 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8342 break 2
8343 fi
8344done
81ecdfbb
RW
8345 done
8346IFS=$as_save_IFS
c6b750e1 8347
859789af
AC
8348fi
8349fi
c6b750e1 8350AS=$ac_cv_prog_AS
05cbd757 8351if test -n "$AS"; then
81ecdfbb
RW
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8353$as_echo "$AS" >&6; }
859789af 8354else
81ecdfbb
RW
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8356$as_echo "no" >&6; }
859789af 8357fi
c6b750e1 8358
81ecdfbb 8359
05cbd757
PB
8360 fi
8361 test -n "$ac_cv_prog_AS" && break
8362done
8363
8364if test -z "$ac_cv_prog_AS" ; then
8365 set dummy as
8366 if test $build = $host ; then
8367 AS="$2"
859789af 8368 else
05cbd757 8369 AS="${ncn_tool_prefix}$2"
859789af 8370 fi
859789af
AC
8371fi
8372
9a819804
AO
8373
8374
8375if test -n "$DLLTOOL"; then
8376 ac_cv_prog_DLLTOOL=$DLLTOOL
8377elif test -n "$ac_cv_prog_DLLTOOL"; then
8378 DLLTOOL=$ac_cv_prog_DLLTOOL
8379fi
8380
8381if test -n "$ac_cv_prog_DLLTOOL"; then
8382 for ncn_progname in dlltool; do
8383 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8384set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8386$as_echo_n "checking for $ac_word... " >&6; }
8387if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8388 $as_echo_n "(cached) " >&6
9a819804
AO
8389else
8390 if test -n "$DLLTOOL"; then
8391 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8392else
8393as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8394for as_dir in $PATH
8395do
8396 IFS=$as_save_IFS
8397 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8398 for ac_exec_ext in '' $ac_executable_extensions; do
8399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8400 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8402 break 2
8403 fi
8404done
81ecdfbb
RW
8405 done
8406IFS=$as_save_IFS
9a819804
AO
8407
8408fi
8409fi
8410DLLTOOL=$ac_cv_prog_DLLTOOL
8411if test -n "$DLLTOOL"; then
81ecdfbb
RW
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8413$as_echo "$DLLTOOL" >&6; }
9a819804 8414else
81ecdfbb
RW
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8416$as_echo "no" >&6; }
9a819804
AO
8417fi
8418
81ecdfbb 8419
9a819804
AO
8420 done
8421fi
8422
8423for ncn_progname in dlltool; do
05cbd757
PB
8424 if test -n "$ncn_tool_prefix"; then
8425 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8426set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8428$as_echo_n "checking for $ac_word... " >&6; }
8429if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8430 $as_echo_n "(cached) " >&6
859789af
AC
8431else
8432 if test -n "$DLLTOOL"; then
8433 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8434else
c6b750e1
DJ
8435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8436for as_dir in $PATH
8437do
8438 IFS=$as_save_IFS
8439 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8440 for ac_exec_ext in '' $ac_executable_extensions; do
8441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8442 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8444 break 2
8445 fi
8446done
81ecdfbb
RW
8447 done
8448IFS=$as_save_IFS
c6b750e1 8449
859789af
AC
8450fi
8451fi
c6b750e1 8452DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8453if test -n "$DLLTOOL"; then
81ecdfbb
RW
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8455$as_echo "$DLLTOOL" >&6; }
859789af 8456else
81ecdfbb
RW
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8458$as_echo "no" >&6; }
859789af
AC
8459fi
8460
81ecdfbb 8461
05cbd757
PB
8462 fi
8463 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8464 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8465set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8467$as_echo_n "checking for $ac_word... " >&6; }
8468if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8469 $as_echo_n "(cached) " >&6
859789af 8470else
05cbd757
PB
8471 if test -n "$DLLTOOL"; then
8472 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8473else
c6b750e1
DJ
8474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8475for as_dir in $PATH
8476do
8477 IFS=$as_save_IFS
8478 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8479 for ac_exec_ext in '' $ac_executable_extensions; do
8480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8481 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8483 break 2
8484 fi
8485done
81ecdfbb
RW
8486 done
8487IFS=$as_save_IFS
c6b750e1 8488
859789af
AC
8489fi
8490fi
c6b750e1 8491DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8492if test -n "$DLLTOOL"; then
81ecdfbb
RW
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8494$as_echo "$DLLTOOL" >&6; }
859789af 8495else
81ecdfbb
RW
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8497$as_echo "no" >&6; }
859789af 8498fi
c6b750e1 8499
81ecdfbb 8500
05cbd757
PB
8501 fi
8502 test -n "$ac_cv_prog_DLLTOOL" && break
8503done
8504
8505if test -z "$ac_cv_prog_DLLTOOL" ; then
8506 set dummy dlltool
8507 if test $build = $host ; then
8508 DLLTOOL="$2"
859789af 8509 else
05cbd757 8510 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8511 fi
859789af
AC
8512fi
8513
9a819804
AO
8514
8515
8516if test -n "$LD"; then
8517 ac_cv_prog_LD=$LD
8518elif test -n "$ac_cv_prog_LD"; then
8519 LD=$ac_cv_prog_LD
8520fi
8521
8522if test -n "$ac_cv_prog_LD"; then
8523 for ncn_progname in ld; do
8524 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8525set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8527$as_echo_n "checking for $ac_word... " >&6; }
8528if test "${ac_cv_prog_LD+set}" = set; then :
8529 $as_echo_n "(cached) " >&6
9a819804
AO
8530else
8531 if test -n "$LD"; then
8532 ac_cv_prog_LD="$LD" # Let the user override the test.
8533else
8534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8535for as_dir in $PATH
8536do
8537 IFS=$as_save_IFS
8538 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8539 for ac_exec_ext in '' $ac_executable_extensions; do
8540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8541 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8543 break 2
8544 fi
8545done
81ecdfbb
RW
8546 done
8547IFS=$as_save_IFS
9a819804
AO
8548
8549fi
8550fi
8551LD=$ac_cv_prog_LD
8552if test -n "$LD"; then
81ecdfbb
RW
8553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8554$as_echo "$LD" >&6; }
9a819804 8555else
81ecdfbb
RW
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8557$as_echo "no" >&6; }
9a819804
AO
8558fi
8559
81ecdfbb 8560
9a819804
AO
8561 done
8562fi
8563
8564for ncn_progname in ld; do
05cbd757
PB
8565 if test -n "$ncn_tool_prefix"; then
8566 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8567set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8569$as_echo_n "checking for $ac_word... " >&6; }
8570if test "${ac_cv_prog_LD+set}" = set; then :
8571 $as_echo_n "(cached) " >&6
859789af
AC
8572else
8573 if test -n "$LD"; then
8574 ac_cv_prog_LD="$LD" # Let the user override the test.
8575else
c6b750e1
DJ
8576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8577for as_dir in $PATH
8578do
8579 IFS=$as_save_IFS
8580 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8581 for ac_exec_ext in '' $ac_executable_extensions; do
8582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8583 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8585 break 2
8586 fi
8587done
81ecdfbb
RW
8588 done
8589IFS=$as_save_IFS
c6b750e1 8590
859789af
AC
8591fi
8592fi
c6b750e1 8593LD=$ac_cv_prog_LD
859789af 8594if test -n "$LD"; then
81ecdfbb
RW
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8596$as_echo "$LD" >&6; }
859789af 8597else
81ecdfbb
RW
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8599$as_echo "no" >&6; }
859789af
AC
8600fi
8601
81ecdfbb 8602
05cbd757
PB
8603 fi
8604 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8605 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8606set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8608$as_echo_n "checking for $ac_word... " >&6; }
8609if test "${ac_cv_prog_LD+set}" = set; then :
8610 $as_echo_n "(cached) " >&6
859789af 8611else
05cbd757
PB
8612 if test -n "$LD"; then
8613 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8614else
c6b750e1
DJ
8615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8616for as_dir in $PATH
8617do
8618 IFS=$as_save_IFS
8619 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8620 for ac_exec_ext in '' $ac_executable_extensions; do
8621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8622 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8624 break 2
8625 fi
8626done
81ecdfbb
RW
8627 done
8628IFS=$as_save_IFS
c6b750e1 8629
859789af
AC
8630fi
8631fi
c6b750e1 8632LD=$ac_cv_prog_LD
05cbd757 8633if test -n "$LD"; then
81ecdfbb
RW
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8635$as_echo "$LD" >&6; }
859789af 8636else
81ecdfbb
RW
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8638$as_echo "no" >&6; }
859789af 8639fi
c6b750e1 8640
81ecdfbb 8641
05cbd757
PB
8642 fi
8643 test -n "$ac_cv_prog_LD" && break
8644done
8645
8646if test -z "$ac_cv_prog_LD" ; then
8647 set dummy ld
8648 if test $build = $host ; then
8649 LD="$2"
859789af 8650 else
05cbd757 8651 LD="${ncn_tool_prefix}$2"
859789af 8652 fi
859789af
AC
8653fi
8654
9a819804
AO
8655
8656
8657if test -n "$LIPO"; then
8658 ac_cv_prog_LIPO=$LIPO
8659elif test -n "$ac_cv_prog_LIPO"; then
8660 LIPO=$ac_cv_prog_LIPO
8661fi
8662
8663if test -n "$ac_cv_prog_LIPO"; then
8664 for ncn_progname in lipo; do
8665 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8666set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8668$as_echo_n "checking for $ac_word... " >&6; }
8669if test "${ac_cv_prog_LIPO+set}" = set; then :
8670 $as_echo_n "(cached) " >&6
9a819804
AO
8671else
8672 if test -n "$LIPO"; then
8673 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8674else
8675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8676for as_dir in $PATH
8677do
8678 IFS=$as_save_IFS
8679 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8680 for ac_exec_ext in '' $ac_executable_extensions; do
8681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8682 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8684 break 2
8685 fi
8686done
81ecdfbb
RW
8687 done
8688IFS=$as_save_IFS
9a819804
AO
8689
8690fi
8691fi
8692LIPO=$ac_cv_prog_LIPO
8693if test -n "$LIPO"; then
81ecdfbb
RW
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8695$as_echo "$LIPO" >&6; }
9a819804 8696else
81ecdfbb
RW
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8698$as_echo "no" >&6; }
9a819804
AO
8699fi
8700
81ecdfbb 8701
9a819804
AO
8702 done
8703fi
8704
8705for ncn_progname in lipo; do
be01d343
PB
8706 if test -n "$ncn_tool_prefix"; then
8707 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8708set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8710$as_echo_n "checking for $ac_word... " >&6; }
8711if test "${ac_cv_prog_LIPO+set}" = set; then :
8712 $as_echo_n "(cached) " >&6
be01d343
PB
8713else
8714 if test -n "$LIPO"; then
8715 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8716else
c6b750e1
DJ
8717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8718for as_dir in $PATH
8719do
8720 IFS=$as_save_IFS
8721 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8722 for ac_exec_ext in '' $ac_executable_extensions; do
8723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8724 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8726 break 2
8727 fi
8728done
81ecdfbb
RW
8729 done
8730IFS=$as_save_IFS
c6b750e1 8731
be01d343
PB
8732fi
8733fi
c6b750e1 8734LIPO=$ac_cv_prog_LIPO
be01d343 8735if test -n "$LIPO"; then
81ecdfbb
RW
8736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8737$as_echo "$LIPO" >&6; }
be01d343 8738else
81ecdfbb
RW
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8740$as_echo "no" >&6; }
be01d343
PB
8741fi
8742
81ecdfbb 8743
be01d343
PB
8744 fi
8745 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8747set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8749$as_echo_n "checking for $ac_word... " >&6; }
8750if test "${ac_cv_prog_LIPO+set}" = set; then :
8751 $as_echo_n "(cached) " >&6
be01d343
PB
8752else
8753 if test -n "$LIPO"; then
8754 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8755else
c6b750e1
DJ
8756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8757for as_dir in $PATH
8758do
8759 IFS=$as_save_IFS
8760 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8761 for ac_exec_ext in '' $ac_executable_extensions; do
8762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8763 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8765 break 2
8766 fi
8767done
81ecdfbb
RW
8768 done
8769IFS=$as_save_IFS
c6b750e1 8770
be01d343
PB
8771fi
8772fi
c6b750e1 8773LIPO=$ac_cv_prog_LIPO
be01d343 8774if test -n "$LIPO"; then
81ecdfbb
RW
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8776$as_echo "$LIPO" >&6; }
be01d343 8777else
81ecdfbb
RW
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8779$as_echo "no" >&6; }
be01d343 8780fi
c6b750e1 8781
81ecdfbb 8782
be01d343
PB
8783 fi
8784 test -n "$ac_cv_prog_LIPO" && break
8785done
8786
8787if test -z "$ac_cv_prog_LIPO" ; then
8788 set dummy lipo
8789 if test $build = $host ; then
8790 LIPO="$2"
8791 else
8792 LIPO="${ncn_tool_prefix}$2"
8793 fi
8794fi
8795
9a819804
AO
8796
8797
8798if test -n "$NM"; then
8799 ac_cv_prog_NM=$NM
8800elif test -n "$ac_cv_prog_NM"; then
8801 NM=$ac_cv_prog_NM
8802fi
8803
8804if test -n "$ac_cv_prog_NM"; then
8805 for ncn_progname in nm; do
8806 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8807set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8809$as_echo_n "checking for $ac_word... " >&6; }
8810if test "${ac_cv_prog_NM+set}" = set; then :
8811 $as_echo_n "(cached) " >&6
859789af
AC
8812else
8813 if test -n "$NM"; then
8814 ac_cv_prog_NM="$NM" # Let the user override the test.
8815else
c6b750e1
DJ
8816as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8817for as_dir in $PATH
8818do
8819 IFS=$as_save_IFS
8820 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8821 for ac_exec_ext in '' $ac_executable_extensions; do
8822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8823 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8825 break 2
8826 fi
8827done
81ecdfbb
RW
8828 done
8829IFS=$as_save_IFS
c6b750e1 8830
859789af
AC
8831fi
8832fi
c6b750e1 8833NM=$ac_cv_prog_NM
859789af 8834if test -n "$NM"; then
81ecdfbb
RW
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8836$as_echo "$NM" >&6; }
859789af 8837else
81ecdfbb
RW
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8839$as_echo "no" >&6; }
859789af
AC
8840fi
8841
81ecdfbb 8842
9a819804
AO
8843 done
8844fi
8845
8846for ncn_progname in nm; do
8847 if test -n "$ncn_tool_prefix"; then
8848 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8849set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8851$as_echo_n "checking for $ac_word... " >&6; }
8852if test "${ac_cv_prog_NM+set}" = set; then :
8853 $as_echo_n "(cached) " >&6
859789af 8854else
05cbd757
PB
8855 if test -n "$NM"; then
8856 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8857else
c6b750e1
DJ
8858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8859for as_dir in $PATH
8860do
8861 IFS=$as_save_IFS
8862 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8863 for ac_exec_ext in '' $ac_executable_extensions; do
8864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8865 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8867 break 2
8868 fi
8869done
81ecdfbb
RW
8870 done
8871IFS=$as_save_IFS
c6b750e1 8872
859789af
AC
8873fi
8874fi
c6b750e1 8875NM=$ac_cv_prog_NM
05cbd757 8876if test -n "$NM"; then
81ecdfbb
RW
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8878$as_echo "$NM" >&6; }
859789af 8879else
81ecdfbb
RW
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8881$as_echo "no" >&6; }
859789af 8882fi
c6b750e1 8883
81ecdfbb 8884
05cbd757 8885 fi
9a819804
AO
8886 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8887 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8888set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8890$as_echo_n "checking for $ac_word... " >&6; }
8891if test "${ac_cv_prog_NM+set}" = set; then :
8892 $as_echo_n "(cached) " >&6
9a819804
AO
8893else
8894 if test -n "$NM"; then
8895 ac_cv_prog_NM="$NM" # Let the user override the test.
8896else
8897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8898for as_dir in $PATH
8899do
8900 IFS=$as_save_IFS
8901 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8902 for ac_exec_ext in '' $ac_executable_extensions; do
8903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8904 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8906 break 2
8907 fi
8908done
81ecdfbb
RW
8909 done
8910IFS=$as_save_IFS
9a819804
AO
8911
8912fi
8913fi
8914NM=$ac_cv_prog_NM
8915if test -n "$NM"; then
81ecdfbb
RW
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8917$as_echo "$NM" >&6; }
9a819804 8918else
81ecdfbb
RW
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8920$as_echo "no" >&6; }
9a819804
AO
8921fi
8922
81ecdfbb 8923
9a819804
AO
8924 fi
8925 test -n "$ac_cv_prog_NM" && break
8926done
8927
8928if test -z "$ac_cv_prog_NM" ; then
8929 set dummy nm
8930 if test $build = $host ; then
8931 NM="$2"
8932 else
8933 NM="${ncn_tool_prefix}$2"
8934 fi
8935fi
8936
8937
8938
8939if test -n "$RANLIB"; then
8940 ac_cv_prog_RANLIB=$RANLIB
8941elif test -n "$ac_cv_prog_RANLIB"; then
8942 RANLIB=$ac_cv_prog_RANLIB
8943fi
8944
8945if test -n "$ac_cv_prog_RANLIB"; then
8946 for ncn_progname in ranlib; do
8947 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8948set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8950$as_echo_n "checking for $ac_word... " >&6; }
8951if test "${ac_cv_prog_RANLIB+set}" = set; then :
8952 $as_echo_n "(cached) " >&6
9a819804
AO
8953else
8954 if test -n "$RANLIB"; then
8955 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8956else
8957as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8958for as_dir in $PATH
8959do
8960 IFS=$as_save_IFS
8961 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8962 for ac_exec_ext in '' $ac_executable_extensions; do
8963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8964 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 8965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8966 break 2
8967 fi
8968done
81ecdfbb
RW
8969 done
8970IFS=$as_save_IFS
9a819804
AO
8971
8972fi
8973fi
8974RANLIB=$ac_cv_prog_RANLIB
8975if test -n "$RANLIB"; then
81ecdfbb
RW
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8977$as_echo "$RANLIB" >&6; }
9a819804 8978else
81ecdfbb
RW
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8980$as_echo "no" >&6; }
9a819804
AO
8981fi
8982
81ecdfbb 8983
9a819804
AO
8984 done
8985fi
859789af 8986
9a819804 8987for ncn_progname in ranlib; do
05cbd757
PB
8988 if test -n "$ncn_tool_prefix"; then
8989 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8990set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8992$as_echo_n "checking for $ac_word... " >&6; }
8993if test "${ac_cv_prog_RANLIB+set}" = set; then :
8994 $as_echo_n "(cached) " >&6
859789af
AC
8995else
8996 if test -n "$RANLIB"; then
8997 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8998else
c6b750e1
DJ
8999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9000for as_dir in $PATH
9001do
9002 IFS=$as_save_IFS
9003 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9004 for ac_exec_ext in '' $ac_executable_extensions; do
9005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9006 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9008 break 2
9009 fi
9010done
81ecdfbb
RW
9011 done
9012IFS=$as_save_IFS
c6b750e1 9013
859789af
AC
9014fi
9015fi
c6b750e1 9016RANLIB=$ac_cv_prog_RANLIB
859789af 9017if test -n "$RANLIB"; then
81ecdfbb
RW
9018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9019$as_echo "$RANLIB" >&6; }
859789af 9020else
81ecdfbb
RW
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9022$as_echo "no" >&6; }
859789af
AC
9023fi
9024
81ecdfbb 9025
05cbd757
PB
9026 fi
9027 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9028 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9029set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9031$as_echo_n "checking for $ac_word... " >&6; }
9032if test "${ac_cv_prog_RANLIB+set}" = set; then :
9033 $as_echo_n "(cached) " >&6
859789af 9034else
05cbd757
PB
9035 if test -n "$RANLIB"; then
9036 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 9037else
c6b750e1
DJ
9038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9039for as_dir in $PATH
9040do
9041 IFS=$as_save_IFS
9042 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9043 for ac_exec_ext in '' $ac_executable_extensions; do
9044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9045 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9047 break 2
9048 fi
9049done
81ecdfbb
RW
9050 done
9051IFS=$as_save_IFS
c6b750e1 9052
859789af
AC
9053fi
9054fi
c6b750e1 9055RANLIB=$ac_cv_prog_RANLIB
05cbd757 9056if test -n "$RANLIB"; then
81ecdfbb
RW
9057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9058$as_echo "$RANLIB" >&6; }
859789af 9059else
81ecdfbb
RW
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9061$as_echo "no" >&6; }
859789af 9062fi
c6b750e1 9063
81ecdfbb 9064
859789af 9065 fi
05cbd757
PB
9066 test -n "$ac_cv_prog_RANLIB" && break
9067done
9068
9069if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 9070 RANLIB="true"
859789af
AC
9071fi
9072
9a819804
AO
9073
9074
9075if test -n "$STRIP"; then
9076 ac_cv_prog_STRIP=$STRIP
9077elif test -n "$ac_cv_prog_STRIP"; then
9078 STRIP=$ac_cv_prog_STRIP
9079fi
9080
9081if test -n "$ac_cv_prog_STRIP"; then
9082 for ncn_progname in strip; do
9083 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9084set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9086$as_echo_n "checking for $ac_word... " >&6; }
9087if test "${ac_cv_prog_STRIP+set}" = set; then :
9088 $as_echo_n "(cached) " >&6
9a819804
AO
9089else
9090 if test -n "$STRIP"; then
9091 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9092else
9093as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9094for as_dir in $PATH
9095do
9096 IFS=$as_save_IFS
9097 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9098 for ac_exec_ext in '' $ac_executable_extensions; do
9099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9100 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9102 break 2
9103 fi
9104done
81ecdfbb
RW
9105 done
9106IFS=$as_save_IFS
9a819804
AO
9107
9108fi
9109fi
9110STRIP=$ac_cv_prog_STRIP
9111if test -n "$STRIP"; then
81ecdfbb
RW
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9113$as_echo "$STRIP" >&6; }
9a819804 9114else
81ecdfbb
RW
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9116$as_echo "no" >&6; }
9a819804
AO
9117fi
9118
81ecdfbb 9119
9a819804
AO
9120 done
9121fi
9122
9123for ncn_progname in strip; do
be01d343
PB
9124 if test -n "$ncn_tool_prefix"; then
9125 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9126set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9128$as_echo_n "checking for $ac_word... " >&6; }
9129if test "${ac_cv_prog_STRIP+set}" = set; then :
9130 $as_echo_n "(cached) " >&6
be01d343
PB
9131else
9132 if test -n "$STRIP"; then
9133 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9134else
c6b750e1
DJ
9135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9136for as_dir in $PATH
9137do
9138 IFS=$as_save_IFS
9139 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9140 for ac_exec_ext in '' $ac_executable_extensions; do
9141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9142 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9144 break 2
9145 fi
9146done
81ecdfbb
RW
9147 done
9148IFS=$as_save_IFS
c6b750e1 9149
be01d343
PB
9150fi
9151fi
c6b750e1 9152STRIP=$ac_cv_prog_STRIP
be01d343 9153if test -n "$STRIP"; then
81ecdfbb
RW
9154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9155$as_echo "$STRIP" >&6; }
be01d343 9156else
81ecdfbb
RW
9157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9158$as_echo "no" >&6; }
be01d343
PB
9159fi
9160
81ecdfbb 9161
be01d343
PB
9162 fi
9163 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9164 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9165set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9167$as_echo_n "checking for $ac_word... " >&6; }
9168if test "${ac_cv_prog_STRIP+set}" = set; then :
9169 $as_echo_n "(cached) " >&6
be01d343
PB
9170else
9171 if test -n "$STRIP"; then
9172 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9173else
c6b750e1
DJ
9174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9175for as_dir in $PATH
9176do
9177 IFS=$as_save_IFS
9178 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9179 for ac_exec_ext in '' $ac_executable_extensions; do
9180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9181 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9183 break 2
9184 fi
9185done
81ecdfbb
RW
9186 done
9187IFS=$as_save_IFS
c6b750e1 9188
be01d343
PB
9189fi
9190fi
c6b750e1 9191STRIP=$ac_cv_prog_STRIP
be01d343 9192if test -n "$STRIP"; then
81ecdfbb
RW
9193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9194$as_echo "$STRIP" >&6; }
be01d343 9195else
81ecdfbb
RW
9196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9197$as_echo "no" >&6; }
be01d343 9198fi
c6b750e1 9199
81ecdfbb 9200
be01d343
PB
9201 fi
9202 test -n "$ac_cv_prog_STRIP" && break
9203done
9204
9205if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9206 STRIP="true"
be01d343
PB
9207fi
9208
9a819804
AO
9209
9210
9211if test -n "$WINDRES"; then
9212 ac_cv_prog_WINDRES=$WINDRES
9213elif test -n "$ac_cv_prog_WINDRES"; then
9214 WINDRES=$ac_cv_prog_WINDRES
9215fi
9216
9217if test -n "$ac_cv_prog_WINDRES"; then
9218 for ncn_progname in windres; do
9219 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9220set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9222$as_echo_n "checking for $ac_word... " >&6; }
9223if test "${ac_cv_prog_WINDRES+set}" = set; then :
9224 $as_echo_n "(cached) " >&6
9a819804
AO
9225else
9226 if test -n "$WINDRES"; then
9227 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9228else
9229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9230for as_dir in $PATH
9231do
9232 IFS=$as_save_IFS
9233 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9234 for ac_exec_ext in '' $ac_executable_extensions; do
9235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9236 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9238 break 2
9239 fi
9240done
81ecdfbb
RW
9241 done
9242IFS=$as_save_IFS
9a819804
AO
9243
9244fi
9245fi
9246WINDRES=$ac_cv_prog_WINDRES
9247if test -n "$WINDRES"; then
81ecdfbb
RW
9248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9249$as_echo "$WINDRES" >&6; }
9a819804 9250else
81ecdfbb
RW
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9252$as_echo "no" >&6; }
9a819804
AO
9253fi
9254
81ecdfbb 9255
9a819804
AO
9256 done
9257fi
9258
9259for ncn_progname in windres; do
05cbd757
PB
9260 if test -n "$ncn_tool_prefix"; then
9261 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9262set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9264$as_echo_n "checking for $ac_word... " >&6; }
9265if test "${ac_cv_prog_WINDRES+set}" = set; then :
9266 $as_echo_n "(cached) " >&6
859789af
AC
9267else
9268 if test -n "$WINDRES"; then
9269 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9270else
c6b750e1
DJ
9271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9272for as_dir in $PATH
9273do
9274 IFS=$as_save_IFS
9275 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9276 for ac_exec_ext in '' $ac_executable_extensions; do
9277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9278 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9280 break 2
9281 fi
9282done
81ecdfbb
RW
9283 done
9284IFS=$as_save_IFS
c6b750e1 9285
859789af
AC
9286fi
9287fi
c6b750e1 9288WINDRES=$ac_cv_prog_WINDRES
859789af 9289if test -n "$WINDRES"; then
81ecdfbb
RW
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9291$as_echo "$WINDRES" >&6; }
859789af 9292else
81ecdfbb
RW
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9294$as_echo "no" >&6; }
859789af
AC
9295fi
9296
81ecdfbb 9297
05cbd757
PB
9298 fi
9299 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9300 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9301set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9303$as_echo_n "checking for $ac_word... " >&6; }
9304if test "${ac_cv_prog_WINDRES+set}" = set; then :
9305 $as_echo_n "(cached) " >&6
859789af 9306else
05cbd757
PB
9307 if test -n "$WINDRES"; then
9308 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9309else
c6b750e1
DJ
9310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9311for as_dir in $PATH
9312do
9313 IFS=$as_save_IFS
9314 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9315 for ac_exec_ext in '' $ac_executable_extensions; do
9316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9317 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9319 break 2
9320 fi
9321done
81ecdfbb
RW
9322 done
9323IFS=$as_save_IFS
c6b750e1 9324
859789af
AC
9325fi
9326fi
c6b750e1 9327WINDRES=$ac_cv_prog_WINDRES
05cbd757 9328if test -n "$WINDRES"; then
81ecdfbb
RW
9329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9330$as_echo "$WINDRES" >&6; }
859789af 9331else
81ecdfbb
RW
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9333$as_echo "no" >&6; }
859789af 9334fi
c6b750e1 9335
81ecdfbb 9336
05cbd757
PB
9337 fi
9338 test -n "$ac_cv_prog_WINDRES" && break
9339done
9340
9341if test -z "$ac_cv_prog_WINDRES" ; then
9342 set dummy windres
9343 if test $build = $host ; then
9344 WINDRES="$2"
859789af 9345 else
05cbd757 9346 WINDRES="${ncn_tool_prefix}$2"
859789af 9347 fi
859789af
AC
9348fi
9349
9a819804
AO
9350
9351
0c24b341
NC
9352if test -n "$WINDMC"; then
9353 ac_cv_prog_WINDMC=$WINDMC
9354elif test -n "$ac_cv_prog_WINDMC"; then
9355 WINDMC=$ac_cv_prog_WINDMC
9356fi
9357
9358if test -n "$ac_cv_prog_WINDMC"; then
9359 for ncn_progname in windmc; do
9360 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9361set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9363$as_echo_n "checking for $ac_word... " >&6; }
9364if test "${ac_cv_prog_WINDMC+set}" = set; then :
9365 $as_echo_n "(cached) " >&6
0c24b341
NC
9366else
9367 if test -n "$WINDMC"; then
9368 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9369else
9370as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9371for as_dir in $PATH
9372do
9373 IFS=$as_save_IFS
9374 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9375 for ac_exec_ext in '' $ac_executable_extensions; do
9376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9377 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9379 break 2
9380 fi
9381done
81ecdfbb
RW
9382 done
9383IFS=$as_save_IFS
0c24b341
NC
9384
9385fi
9386fi
9387WINDMC=$ac_cv_prog_WINDMC
9388if test -n "$WINDMC"; then
81ecdfbb
RW
9389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9390$as_echo "$WINDMC" >&6; }
0c24b341 9391else
81ecdfbb
RW
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9393$as_echo "no" >&6; }
0c24b341
NC
9394fi
9395
81ecdfbb 9396
0c24b341
NC
9397 done
9398fi
9399
9400for ncn_progname in windmc; do
9401 if test -n "$ncn_tool_prefix"; then
9402 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9403set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9405$as_echo_n "checking for $ac_word... " >&6; }
9406if test "${ac_cv_prog_WINDMC+set}" = set; then :
9407 $as_echo_n "(cached) " >&6
0c24b341
NC
9408else
9409 if test -n "$WINDMC"; then
9410 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9411else
9412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9413for as_dir in $PATH
9414do
9415 IFS=$as_save_IFS
9416 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9417 for ac_exec_ext in '' $ac_executable_extensions; do
9418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9419 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9421 break 2
9422 fi
9423done
81ecdfbb
RW
9424 done
9425IFS=$as_save_IFS
0c24b341
NC
9426
9427fi
9428fi
9429WINDMC=$ac_cv_prog_WINDMC
9430if test -n "$WINDMC"; then
81ecdfbb
RW
9431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9432$as_echo "$WINDMC" >&6; }
0c24b341 9433else
81ecdfbb
RW
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9435$as_echo "no" >&6; }
0c24b341
NC
9436fi
9437
81ecdfbb 9438
0c24b341
NC
9439 fi
9440 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9441 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9442set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9444$as_echo_n "checking for $ac_word... " >&6; }
9445if test "${ac_cv_prog_WINDMC+set}" = set; then :
9446 $as_echo_n "(cached) " >&6
0c24b341
NC
9447else
9448 if test -n "$WINDMC"; then
9449 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9450else
9451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9452for as_dir in $PATH
9453do
9454 IFS=$as_save_IFS
9455 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9456 for ac_exec_ext in '' $ac_executable_extensions; do
9457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9458 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9460 break 2
9461 fi
9462done
81ecdfbb
RW
9463 done
9464IFS=$as_save_IFS
0c24b341
NC
9465
9466fi
9467fi
9468WINDMC=$ac_cv_prog_WINDMC
9469if test -n "$WINDMC"; then
81ecdfbb
RW
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9471$as_echo "$WINDMC" >&6; }
0c24b341 9472else
81ecdfbb
RW
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9474$as_echo "no" >&6; }
0c24b341
NC
9475fi
9476
81ecdfbb 9477
0c24b341
NC
9478 fi
9479 test -n "$ac_cv_prog_WINDMC" && break
9480done
9481
9482if test -z "$ac_cv_prog_WINDMC" ; then
9483 set dummy windmc
9484 if test $build = $host ; then
9485 WINDMC="$2"
9486 else
9487 WINDMC="${ncn_tool_prefix}$2"
9488 fi
9489fi
9490
9491
9492
9a819804
AO
9493if test -n "$OBJCOPY"; then
9494 ac_cv_prog_OBJCOPY=$OBJCOPY
9495elif test -n "$ac_cv_prog_OBJCOPY"; then
9496 OBJCOPY=$ac_cv_prog_OBJCOPY
9497fi
9498
9499if test -n "$ac_cv_prog_OBJCOPY"; then
9500 for ncn_progname in objcopy; do
9501 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9502set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9504$as_echo_n "checking for $ac_word... " >&6; }
9505if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9506 $as_echo_n "(cached) " >&6
9a819804
AO
9507else
9508 if test -n "$OBJCOPY"; then
9509 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9510else
9511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9512for as_dir in $PATH
9513do
9514 IFS=$as_save_IFS
9515 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9516 for ac_exec_ext in '' $ac_executable_extensions; do
9517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9518 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9520 break 2
9521 fi
9522done
81ecdfbb
RW
9523 done
9524IFS=$as_save_IFS
9a819804
AO
9525
9526fi
9527fi
9528OBJCOPY=$ac_cv_prog_OBJCOPY
9529if test -n "$OBJCOPY"; then
81ecdfbb
RW
9530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9531$as_echo "$OBJCOPY" >&6; }
9a819804 9532else
81ecdfbb
RW
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9534$as_echo "no" >&6; }
9a819804
AO
9535fi
9536
81ecdfbb 9537
9a819804
AO
9538 done
9539fi
9540
9541for ncn_progname in objcopy; do
05cbd757
PB
9542 if test -n "$ncn_tool_prefix"; then
9543 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9544set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9546$as_echo_n "checking for $ac_word... " >&6; }
9547if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9548 $as_echo_n "(cached) " >&6
859789af
AC
9549else
9550 if test -n "$OBJCOPY"; then
9551 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9552else
c6b750e1
DJ
9553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9554for as_dir in $PATH
9555do
9556 IFS=$as_save_IFS
9557 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9558 for ac_exec_ext in '' $ac_executable_extensions; do
9559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9560 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9562 break 2
9563 fi
9564done
81ecdfbb
RW
9565 done
9566IFS=$as_save_IFS
c6b750e1 9567
859789af
AC
9568fi
9569fi
c6b750e1 9570OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9571if test -n "$OBJCOPY"; then
81ecdfbb
RW
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9573$as_echo "$OBJCOPY" >&6; }
859789af 9574else
81ecdfbb
RW
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9576$as_echo "no" >&6; }
859789af
AC
9577fi
9578
81ecdfbb 9579
05cbd757
PB
9580 fi
9581 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9583set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9585$as_echo_n "checking for $ac_word... " >&6; }
9586if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9587 $as_echo_n "(cached) " >&6
859789af 9588else
05cbd757
PB
9589 if test -n "$OBJCOPY"; then
9590 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9591else
c6b750e1
DJ
9592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9593for as_dir in $PATH
9594do
9595 IFS=$as_save_IFS
9596 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9597 for ac_exec_ext in '' $ac_executable_extensions; do
9598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9599 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9601 break 2
9602 fi
9603done
81ecdfbb
RW
9604 done
9605IFS=$as_save_IFS
c6b750e1 9606
859789af
AC
9607fi
9608fi
c6b750e1 9609OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9610if test -n "$OBJCOPY"; then
81ecdfbb
RW
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9612$as_echo "$OBJCOPY" >&6; }
859789af 9613else
81ecdfbb
RW
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9615$as_echo "no" >&6; }
859789af 9616fi
c6b750e1 9617
81ecdfbb 9618
05cbd757
PB
9619 fi
9620 test -n "$ac_cv_prog_OBJCOPY" && break
9621done
9622
9623if test -z "$ac_cv_prog_OBJCOPY" ; then
9624 set dummy objcopy
9625 if test $build = $host ; then
9626 OBJCOPY="$2"
859789af 9627 else
05cbd757 9628 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9629 fi
859789af
AC
9630fi
9631
9a819804
AO
9632
9633
9634if test -n "$OBJDUMP"; then
9635 ac_cv_prog_OBJDUMP=$OBJDUMP
9636elif test -n "$ac_cv_prog_OBJDUMP"; then
9637 OBJDUMP=$ac_cv_prog_OBJDUMP
9638fi
9639
9640if test -n "$ac_cv_prog_OBJDUMP"; then
9641 for ncn_progname in objdump; do
9642 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9643set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9645$as_echo_n "checking for $ac_word... " >&6; }
9646if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9647 $as_echo_n "(cached) " >&6
9a819804
AO
9648else
9649 if test -n "$OBJDUMP"; then
9650 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9651else
9652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9653for as_dir in $PATH
9654do
9655 IFS=$as_save_IFS
9656 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9657 for ac_exec_ext in '' $ac_executable_extensions; do
9658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9659 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9661 break 2
9662 fi
9663done
81ecdfbb
RW
9664 done
9665IFS=$as_save_IFS
9a819804
AO
9666
9667fi
9668fi
9669OBJDUMP=$ac_cv_prog_OBJDUMP
9670if test -n "$OBJDUMP"; then
81ecdfbb
RW
9671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9672$as_echo "$OBJDUMP" >&6; }
9a819804 9673else
81ecdfbb
RW
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9675$as_echo "no" >&6; }
9a819804
AO
9676fi
9677
81ecdfbb 9678
9a819804
AO
9679 done
9680fi
9681
9682for ncn_progname in objdump; do
05cbd757
PB
9683 if test -n "$ncn_tool_prefix"; then
9684 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9685set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9687$as_echo_n "checking for $ac_word... " >&6; }
9688if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9689 $as_echo_n "(cached) " >&6
859789af
AC
9690else
9691 if test -n "$OBJDUMP"; then
9692 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9693else
c6b750e1
DJ
9694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9695for as_dir in $PATH
9696do
9697 IFS=$as_save_IFS
9698 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9699 for ac_exec_ext in '' $ac_executable_extensions; do
9700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9701 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9703 break 2
9704 fi
9705done
81ecdfbb
RW
9706 done
9707IFS=$as_save_IFS
c6b750e1 9708
859789af
AC
9709fi
9710fi
c6b750e1 9711OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9712if test -n "$OBJDUMP"; then
81ecdfbb
RW
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9714$as_echo "$OBJDUMP" >&6; }
859789af 9715else
81ecdfbb
RW
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9717$as_echo "no" >&6; }
859789af
AC
9718fi
9719
81ecdfbb 9720
05cbd757
PB
9721 fi
9722 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9723 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9724set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9726$as_echo_n "checking for $ac_word... " >&6; }
9727if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9728 $as_echo_n "(cached) " >&6
859789af 9729else
05cbd757
PB
9730 if test -n "$OBJDUMP"; then
9731 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9732else
c6b750e1
DJ
9733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9734for as_dir in $PATH
9735do
9736 IFS=$as_save_IFS
9737 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9738 for ac_exec_ext in '' $ac_executable_extensions; do
9739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9740 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9742 break 2
9743 fi
9744done
81ecdfbb
RW
9745 done
9746IFS=$as_save_IFS
c6b750e1 9747
859789af
AC
9748fi
9749fi
c6b750e1 9750OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9751if test -n "$OBJDUMP"; then
81ecdfbb
RW
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9753$as_echo "$OBJDUMP" >&6; }
859789af 9754else
81ecdfbb
RW
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9756$as_echo "no" >&6; }
859789af 9757fi
c6b750e1 9758
81ecdfbb 9759
05cbd757
PB
9760 fi
9761 test -n "$ac_cv_prog_OBJDUMP" && break
9762done
9763
9764if test -z "$ac_cv_prog_OBJDUMP" ; then
9765 set dummy objdump
9766 if test $build = $host ; then
9767 OBJDUMP="$2"
859789af 9768 else
05cbd757 9769 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9770 fi
859789af
AC
9771fi
9772
a0da8069
NN
9773
9774
b121d7d4
DD
9775if test -n "$READELF"; then
9776 ac_cv_prog_READELF=$READELF
9777elif test -n "$ac_cv_prog_READELF"; then
9778 READELF=$ac_cv_prog_READELF
9779fi
9780
9781if test -n "$ac_cv_prog_READELF"; then
9782 for ncn_progname in readelf; do
9783 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9784set dummy ${ncn_progname}; ac_word=$2
9785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9786$as_echo_n "checking for $ac_word... " >&6; }
9787if test "${ac_cv_prog_READELF+set}" = set; then :
9788 $as_echo_n "(cached) " >&6
9789else
9790 if test -n "$READELF"; then
9791 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9792else
9793as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9794for as_dir in $PATH
9795do
9796 IFS=$as_save_IFS
9797 test -z "$as_dir" && as_dir=.
9798 for ac_exec_ext in '' $ac_executable_extensions; do
9799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9800 ac_cv_prog_READELF="${ncn_progname}"
9801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9802 break 2
9803 fi
9804done
9805 done
9806IFS=$as_save_IFS
9807
9808fi
9809fi
9810READELF=$ac_cv_prog_READELF
9811if test -n "$READELF"; then
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9813$as_echo "$READELF" >&6; }
9814else
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9816$as_echo "no" >&6; }
9817fi
9818
9819
9820 done
9821fi
9822
9823for ncn_progname in readelf; do
9824 if test -n "$ncn_tool_prefix"; then
9825 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9826set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9828$as_echo_n "checking for $ac_word... " >&6; }
9829if test "${ac_cv_prog_READELF+set}" = set; then :
9830 $as_echo_n "(cached) " >&6
9831else
9832 if test -n "$READELF"; then
9833 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9834else
9835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9836for as_dir in $PATH
9837do
9838 IFS=$as_save_IFS
9839 test -z "$as_dir" && as_dir=.
9840 for ac_exec_ext in '' $ac_executable_extensions; do
9841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9842 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9844 break 2
9845 fi
9846done
9847 done
9848IFS=$as_save_IFS
9849
9850fi
9851fi
9852READELF=$ac_cv_prog_READELF
9853if test -n "$READELF"; then
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9855$as_echo "$READELF" >&6; }
9856else
9857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9858$as_echo "no" >&6; }
9859fi
9860
9861
9862 fi
9863 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9864 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9865set dummy ${ncn_progname}; ac_word=$2
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_READELF+set}" = set; then :
9869 $as_echo_n "(cached) " >&6
9870else
9871 if test -n "$READELF"; then
9872 ac_cv_prog_READELF="$READELF" # 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=.
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
9881 ac_cv_prog_READELF="${ncn_progname}"
9882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9883 break 2
9884 fi
9885done
9886 done
9887IFS=$as_save_IFS
9888
9889fi
9890fi
9891READELF=$ac_cv_prog_READELF
9892if test -n "$READELF"; then
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9894$as_echo "$READELF" >&6; }
9895else
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9897$as_echo "no" >&6; }
9898fi
9899
9900
9901 fi
9902 test -n "$ac_cv_prog_READELF" && break
9903done
9904
9905if test -z "$ac_cv_prog_READELF" ; then
9906 set dummy readelf
9907 if test $build = $host ; then
9908 READELF="$2"
9909 else
9910 READELF="${ncn_tool_prefix}$2"
9911 fi
9912fi
9913
9914
9915
a0da8069
NN
9916
9917
9918
be01d343 9919# Target tools.
c6b750e1 9920
81ecdfbb
RW
9921# Check whether --with-build-time-tools was given.
9922if test "${with_build_time_tools+set}" = set; then :
9923 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9924 x/*) ;;
9925 *)
9926 with_build_time_tools=
81ecdfbb
RW
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9928$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9929 ;;
9930 esac
859789af 9931else
2429c060 9932 with_build_time_tools=
81ecdfbb
RW
9933fi
9934
859789af 9935
9a819804
AO
9936
9937
9938if test -n "$CC_FOR_TARGET"; then
9939 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9940elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9941 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9942fi
9943
9944if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9945 for ncn_progname in cc gcc; do
9946 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9947set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9949$as_echo_n "checking for $ac_word... " >&6; }
9950if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9951 $as_echo_n "(cached) " >&6
9a819804
AO
9952else
9953 if test -n "$CC_FOR_TARGET"; then
9954 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9955else
9956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9957for as_dir in $PATH
9958do
9959 IFS=$as_save_IFS
9960 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9961 for ac_exec_ext in '' $ac_executable_extensions; do
9962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9963 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 9964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9965 break 2
9966 fi
9967done
81ecdfbb
RW
9968 done
9969IFS=$as_save_IFS
9a819804
AO
9970
9971fi
9972fi
9973CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9974if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9976$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 9977else
81ecdfbb
RW
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9979$as_echo "no" >&6; }
9a819804
AO
9980fi
9981
81ecdfbb 9982
9a819804
AO
9983 done
9984fi
9985
9986if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 9987 for ncn_progname in cc gcc; do
81ecdfbb
RW
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9989$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
9990 if test -x $with_build_time_tools/${ncn_progname}; then
9991 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9993$as_echo "yes" >&6; }
cac3d6c4 9994 break
2429c060 9995 else
81ecdfbb
RW
9996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9997$as_echo "no" >&6; }
cac3d6c4
CM
9998 fi
9999 done
55db4b87
PB
10000fi
10001
2429c060
PB
10002if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10003 for ncn_progname in cc gcc; do
10004 if test -n "$ncn_target_tool_prefix"; then
10005 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10006set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10008$as_echo_n "checking for $ac_word... " >&6; }
10009if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10010 $as_echo_n "(cached) " >&6
55db4b87
PB
10011else
10012 if test -n "$CC_FOR_TARGET"; then
10013 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10014else
c6b750e1
DJ
10015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10016for as_dir in $PATH
10017do
10018 IFS=$as_save_IFS
10019 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10020 for ac_exec_ext in '' $ac_executable_extensions; do
10021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10022 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10024 break 2
10025 fi
10026done
81ecdfbb
RW
10027 done
10028IFS=$as_save_IFS
c6b750e1 10029
55db4b87
PB
10030fi
10031fi
c6b750e1 10032CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 10033if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10035$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10036else
81ecdfbb
RW
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10038$as_echo "no" >&6; }
55db4b87
PB
10039fi
10040
81ecdfbb 10041
2429c060
PB
10042 fi
10043 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10044 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10045set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10047$as_echo_n "checking for $ac_word... " >&6; }
10048if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10049 $as_echo_n "(cached) " >&6
55db4b87 10050else
05cbd757
PB
10051 if test -n "$CC_FOR_TARGET"; then
10052 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 10053else
c6b750e1
DJ
10054as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10055for as_dir in $PATH
10056do
10057 IFS=$as_save_IFS
10058 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10059 for ac_exec_ext in '' $ac_executable_extensions; do
10060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10061 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10063 break 2
10064 fi
10065done
81ecdfbb
RW
10066 done
10067IFS=$as_save_IFS
c6b750e1 10068
55db4b87
PB
10069fi
10070fi
c6b750e1 10071CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 10072if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10074$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10075else
81ecdfbb
RW
10076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10077$as_echo "no" >&6; }
55db4b87 10078fi
c6b750e1 10079
81ecdfbb 10080
2429c060
PB
10081 fi
10082 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10083 done
10084fi
c6b750e1 10085
05cbd757
PB
10086if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10087 set dummy cc gcc
10088 if test $build = $target ; then
10089 CC_FOR_TARGET="$2"
55db4b87 10090 else
05cbd757 10091 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10092 fi
d3f5afc4
MS
10093else
10094 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
10095fi
10096
9a819804
AO
10097
10098
10099if test -n "$CXX_FOR_TARGET"; then
10100 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10101elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10102 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10103fi
10104
10105if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10106 for ncn_progname in c++ g++ cxx gxx; do
10107 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10108set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10110$as_echo_n "checking for $ac_word... " >&6; }
10111if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10112 $as_echo_n "(cached) " >&6
9a819804
AO
10113else
10114 if test -n "$CXX_FOR_TARGET"; then
10115 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10116else
10117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10118for as_dir in $PATH
10119do
10120 IFS=$as_save_IFS
10121 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10122 for ac_exec_ext in '' $ac_executable_extensions; do
10123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10124 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10126 break 2
10127 fi
10128done
81ecdfbb
RW
10129 done
10130IFS=$as_save_IFS
9a819804
AO
10131
10132fi
10133fi
10134CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10135if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10137$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 10138else
81ecdfbb
RW
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10140$as_echo "no" >&6; }
9a819804
AO
10141fi
10142
81ecdfbb 10143
9a819804
AO
10144 done
10145fi
10146
10147if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10148 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
10149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10150$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10151 if test -x $with_build_time_tools/${ncn_progname}; then
10152 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10154$as_echo "yes" >&6; }
2429c060
PB
10155 break
10156 else
81ecdfbb
RW
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10158$as_echo "no" >&6; }
2429c060
PB
10159 fi
10160 done
10161fi
10162
10163if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10164 for ncn_progname in c++ g++ cxx gxx; do
10165 if test -n "$ncn_target_tool_prefix"; then
10166 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10167set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10169$as_echo_n "checking for $ac_word... " >&6; }
10170if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10171 $as_echo_n "(cached) " >&6
55db4b87
PB
10172else
10173 if test -n "$CXX_FOR_TARGET"; then
10174 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10175else
c6b750e1
DJ
10176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10177for as_dir in $PATH
10178do
10179 IFS=$as_save_IFS
10180 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10181 for ac_exec_ext in '' $ac_executable_extensions; do
10182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10183 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10185 break 2
10186 fi
10187done
81ecdfbb
RW
10188 done
10189IFS=$as_save_IFS
c6b750e1 10190
55db4b87
PB
10191fi
10192fi
c6b750e1 10193CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 10194if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10196$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10197else
81ecdfbb
RW
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10199$as_echo "no" >&6; }
55db4b87
PB
10200fi
10201
81ecdfbb 10202
2429c060
PB
10203 fi
10204 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10205 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10206set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10208$as_echo_n "checking for $ac_word... " >&6; }
10209if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10210 $as_echo_n "(cached) " >&6
55db4b87 10211else
05cbd757
PB
10212 if test -n "$CXX_FOR_TARGET"; then
10213 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 10214else
c6b750e1
DJ
10215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10216for as_dir in $PATH
10217do
10218 IFS=$as_save_IFS
10219 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10220 for ac_exec_ext in '' $ac_executable_extensions; do
10221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10222 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10224 break 2
10225 fi
10226done
81ecdfbb
RW
10227 done
10228IFS=$as_save_IFS
c6b750e1 10229
55db4b87
PB
10230fi
10231fi
c6b750e1 10232CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 10233if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10235$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10236else
81ecdfbb
RW
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10238$as_echo "no" >&6; }
55db4b87 10239fi
c6b750e1 10240
81ecdfbb 10241
2429c060
PB
10242 fi
10243 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10244 done
10245fi
c6b750e1 10246
05cbd757
PB
10247if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10248 set dummy c++ g++ cxx gxx
10249 if test $build = $target ; then
10250 CXX_FOR_TARGET="$2"
55db4b87 10251 else
05cbd757 10252 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10253 fi
d3f5afc4
MS
10254else
10255 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
10256fi
10257
9a819804
AO
10258
10259
10260if test -n "$GCC_FOR_TARGET"; then
10261 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10262elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10263 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10264fi
10265
10266if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10267 for ncn_progname in gcc; do
10268 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10269set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10271$as_echo_n "checking for $ac_word... " >&6; }
10272if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10273 $as_echo_n "(cached) " >&6
9a819804
AO
10274else
10275 if test -n "$GCC_FOR_TARGET"; then
10276 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10277else
10278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10279for as_dir in $PATH
10280do
10281 IFS=$as_save_IFS
10282 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10283 for ac_exec_ext in '' $ac_executable_extensions; do
10284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10285 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10287 break 2
10288 fi
10289done
81ecdfbb
RW
10290 done
10291IFS=$as_save_IFS
9a819804
AO
10292
10293fi
10294fi
10295GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10296if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10298$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10299else
81ecdfbb
RW
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10301$as_echo "no" >&6; }
9a819804
AO
10302fi
10303
81ecdfbb 10304
9a819804
AO
10305 done
10306fi
10307
10308if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10309 for ncn_progname in gcc; do
81ecdfbb
RW
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10311$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10312 if test -x $with_build_time_tools/${ncn_progname}; then
10313 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10315$as_echo "yes" >&6; }
2429c060
PB
10316 break
10317 else
81ecdfbb
RW
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10319$as_echo "no" >&6; }
2429c060
PB
10320 fi
10321 done
10322fi
10323
10324if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10325 for ncn_progname in gcc; do
10326 if test -n "$ncn_target_tool_prefix"; then
10327 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10328set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10330$as_echo_n "checking for $ac_word... " >&6; }
10331if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10332 $as_echo_n "(cached) " >&6
859789af 10333else
2429c060
PB
10334 if test -n "$GCC_FOR_TARGET"; then
10335 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10336else
c6b750e1
DJ
10337as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10338for as_dir in $PATH
10339do
10340 IFS=$as_save_IFS
10341 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10342 for ac_exec_ext in '' $ac_executable_extensions; do
10343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10344 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10346 break 2
10347 fi
10348done
81ecdfbb
RW
10349 done
10350IFS=$as_save_IFS
c6b750e1 10351
55db4b87
PB
10352fi
10353fi
c6b750e1 10354GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10355if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10357$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10358else
81ecdfbb
RW
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10360$as_echo "no" >&6; }
55db4b87
PB
10361fi
10362
81ecdfbb 10363
2429c060
PB
10364 fi
10365 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10366 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10367set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10369$as_echo_n "checking for $ac_word... " >&6; }
10370if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10371 $as_echo_n "(cached) " >&6
55db4b87 10372else
05cbd757
PB
10373 if test -n "$GCC_FOR_TARGET"; then
10374 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10375else
c6b750e1
DJ
10376as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10377for as_dir in $PATH
10378do
10379 IFS=$as_save_IFS
10380 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10381 for ac_exec_ext in '' $ac_executable_extensions; do
10382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10383 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10385 break 2
10386 fi
10387done
81ecdfbb
RW
10388 done
10389IFS=$as_save_IFS
c6b750e1 10390
55db4b87
PB
10391fi
10392fi
c6b750e1 10393GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10394if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10396$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10397else
81ecdfbb
RW
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10399$as_echo "no" >&6; }
55db4b87 10400fi
c6b750e1 10401
81ecdfbb 10402
2429c060
PB
10403 fi
10404 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10405 done
10406fi
c6b750e1 10407
05cbd757
PB
10408if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10409 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10410else
10411 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10412fi
10413
9a819804
AO
10414
10415
10416if test -n "$GCJ_FOR_TARGET"; then
10417 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10418elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10419 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10420fi
10421
10422if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10423 for ncn_progname in gcj; do
10424 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10425set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10427$as_echo_n "checking for $ac_word... " >&6; }
10428if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10429 $as_echo_n "(cached) " >&6
9a819804
AO
10430else
10431 if test -n "$GCJ_FOR_TARGET"; then
10432 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10433else
10434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10435for as_dir in $PATH
10436do
10437 IFS=$as_save_IFS
10438 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10439 for ac_exec_ext in '' $ac_executable_extensions; do
10440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10441 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10443 break 2
10444 fi
10445done
81ecdfbb
RW
10446 done
10447IFS=$as_save_IFS
9a819804
AO
10448
10449fi
10450fi
10451GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10452if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10454$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10455else
81ecdfbb
RW
10456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10457$as_echo "no" >&6; }
9a819804
AO
10458fi
10459
81ecdfbb 10460
9a819804
AO
10461 done
10462fi
10463
10464if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10465 for ncn_progname in gcj; do
81ecdfbb
RW
10466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10467$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10468 if test -x $with_build_time_tools/${ncn_progname}; then
10469 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10471$as_echo "yes" >&6; }
2429c060
PB
10472 break
10473 else
81ecdfbb
RW
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10475$as_echo "no" >&6; }
2429c060
PB
10476 fi
10477 done
10478fi
10479
10480if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10481 for ncn_progname in gcj; do
10482 if test -n "$ncn_target_tool_prefix"; then
10483 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10484set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10486$as_echo_n "checking for $ac_word... " >&6; }
10487if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10488 $as_echo_n "(cached) " >&6
55db4b87
PB
10489else
10490 if test -n "$GCJ_FOR_TARGET"; then
10491 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10492else
c6b750e1
DJ
10493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10494for as_dir in $PATH
10495do
10496 IFS=$as_save_IFS
10497 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10498 for ac_exec_ext in '' $ac_executable_extensions; do
10499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10500 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10502 break 2
10503 fi
10504done
81ecdfbb
RW
10505 done
10506IFS=$as_save_IFS
c6b750e1 10507
55db4b87
PB
10508fi
10509fi
9a819804
AO
10510GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10511if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10513$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10514else
81ecdfbb
RW
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10516$as_echo "no" >&6; }
9a819804
AO
10517fi
10518
81ecdfbb 10519
9a819804
AO
10520 fi
10521 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10522 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10523set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10525$as_echo_n "checking for $ac_word... " >&6; }
10526if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10527 $as_echo_n "(cached) " >&6
9a819804
AO
10528else
10529 if test -n "$GCJ_FOR_TARGET"; then
10530 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10531else
10532as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10533for as_dir in $PATH
10534do
10535 IFS=$as_save_IFS
10536 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10537 for ac_exec_ext in '' $ac_executable_extensions; do
10538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10539 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10541 break 2
10542 fi
10543done
81ecdfbb
RW
10544 done
10545IFS=$as_save_IFS
9a819804
AO
10546
10547fi
10548fi
10549GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10550if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10552$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10553else
81ecdfbb
RW
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10555$as_echo "no" >&6; }
9a819804
AO
10556fi
10557
81ecdfbb 10558
9a819804
AO
10559 fi
10560 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10561 done
10562fi
10563
10564if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10565 set dummy gcj
10566 if test $build = $target ; then
10567 GCJ_FOR_TARGET="$2"
10568 else
10569 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10570 fi
d3f5afc4
MS
10571else
10572 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10573fi
10574
10575
10576
10577if test -n "$GFORTRAN_FOR_TARGET"; then
10578 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10579elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10580 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10581fi
10582
9a819804
AO
10583if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10584 for ncn_progname in gfortran; do
10585 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10586set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10588$as_echo_n "checking for $ac_word... " >&6; }
10589if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10590 $as_echo_n "(cached) " >&6
55db4b87 10591else
9a819804
AO
10592 if test -n "$GFORTRAN_FOR_TARGET"; then
10593 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10594else
c6b750e1
DJ
10595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10596for as_dir in $PATH
10597do
10598 IFS=$as_save_IFS
10599 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10600 for ac_exec_ext in '' $ac_executable_extensions; do
10601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10602 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10604 break 2
10605 fi
10606done
81ecdfbb
RW
10607 done
10608IFS=$as_save_IFS
c6b750e1 10609
55db4b87
PB
10610fi
10611fi
9a819804
AO
10612GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10613if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10615$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10616else
81ecdfbb
RW
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10618$as_echo "no" >&6; }
55db4b87 10619fi
c6b750e1 10620
81ecdfbb 10621
2429c060
PB
10622 done
10623fi
c6b750e1 10624
9a819804 10625if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10626 for ncn_progname in gfortran; do
81ecdfbb
RW
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10628$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10629 if test -x $with_build_time_tools/${ncn_progname}; then
10630 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10632$as_echo "yes" >&6; }
2429c060
PB
10633 break
10634 else
81ecdfbb
RW
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10636$as_echo "no" >&6; }
2429c060
PB
10637 fi
10638 done
10639fi
10640
10641if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10642 for ncn_progname in gfortran; do
10643 if test -n "$ncn_target_tool_prefix"; then
10644 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10645set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10647$as_echo_n "checking for $ac_word... " >&6; }
10648if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10649 $as_echo_n "(cached) " >&6
55db4b87
PB
10650else
10651 if test -n "$GFORTRAN_FOR_TARGET"; then
10652 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10653else
c6b750e1
DJ
10654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10655for as_dir in $PATH
10656do
10657 IFS=$as_save_IFS
10658 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10659 for ac_exec_ext in '' $ac_executable_extensions; do
10660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10661 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10663 break 2
10664 fi
10665done
81ecdfbb
RW
10666 done
10667IFS=$as_save_IFS
c6b750e1 10668
55db4b87
PB
10669fi
10670fi
c6b750e1 10671GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10672if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10674$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10675else
81ecdfbb
RW
10676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10677$as_echo "no" >&6; }
55db4b87
PB
10678fi
10679
81ecdfbb 10680
2429c060
PB
10681 fi
10682 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10683 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10684set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10686$as_echo_n "checking for $ac_word... " >&6; }
10687if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10688 $as_echo_n "(cached) " >&6
55db4b87 10689else
05cbd757 10690 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10691 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10692else
10693as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10694for as_dir in $PATH
10695do
10696 IFS=$as_save_IFS
10697 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10698 for ac_exec_ext in '' $ac_executable_extensions; do
10699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10700 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10702 break 2
10703 fi
10704done
81ecdfbb
RW
10705 done
10706IFS=$as_save_IFS
c6b750e1 10707
55db4b87
PB
10708fi
10709fi
c6b750e1 10710GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10711if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10713$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10714else
81ecdfbb
RW
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10716$as_echo "no" >&6; }
55db4b87 10717fi
c6b750e1 10718
81ecdfbb 10719
2429c060
PB
10720 fi
10721 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10722 done
10723fi
c6b750e1 10724
05cbd757
PB
10725if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10726 set dummy gfortran
10727 if test $build = $target ; then
10728 GFORTRAN_FOR_TARGET="$2"
55db4b87 10729 else
05cbd757 10730 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10731 fi
d3f5afc4
MS
10732else
10733 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10734fi
10735
2429c060
PB
10736
10737
e552509b
ILT
10738if test -n "$GOC_FOR_TARGET"; then
10739 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10740elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10741 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10742fi
10743
10744if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10745 for ncn_progname in gccgo; do
10746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10747set dummy ${ncn_progname}; ac_word=$2
10748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10749$as_echo_n "checking for $ac_word... " >&6; }
10750if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10751 $as_echo_n "(cached) " >&6
10752else
10753 if test -n "$GOC_FOR_TARGET"; then
10754 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10755else
10756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10757for as_dir in $PATH
10758do
10759 IFS=$as_save_IFS
10760 test -z "$as_dir" && as_dir=.
10761 for ac_exec_ext in '' $ac_executable_extensions; do
10762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10763 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10765 break 2
10766 fi
10767done
10768 done
10769IFS=$as_save_IFS
10770
10771fi
10772fi
10773GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10774if test -n "$GOC_FOR_TARGET"; then
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10776$as_echo "$GOC_FOR_TARGET" >&6; }
10777else
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10779$as_echo "no" >&6; }
10780fi
10781
10782
10783 done
10784fi
10785
10786if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10787 for ncn_progname in gccgo; do
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10789$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10790 if test -x $with_build_time_tools/${ncn_progname}; then
10791 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10793$as_echo "yes" >&6; }
10794 break
10795 else
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10797$as_echo "no" >&6; }
10798 fi
10799 done
10800fi
10801
10802if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10803 for ncn_progname in gccgo; do
10804 if test -n "$ncn_target_tool_prefix"; then
10805 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10806set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10808$as_echo_n "checking for $ac_word... " >&6; }
10809if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10810 $as_echo_n "(cached) " >&6
10811else
10812 if test -n "$GOC_FOR_TARGET"; then
10813 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10814else
10815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10816for as_dir in $PATH
10817do
10818 IFS=$as_save_IFS
10819 test -z "$as_dir" && as_dir=.
10820 for ac_exec_ext in '' $ac_executable_extensions; do
10821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10822 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10824 break 2
10825 fi
10826done
10827 done
10828IFS=$as_save_IFS
10829
10830fi
10831fi
10832GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10833if test -n "$GOC_FOR_TARGET"; then
10834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10835$as_echo "$GOC_FOR_TARGET" >&6; }
10836else
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10838$as_echo "no" >&6; }
10839fi
10840
10841
10842 fi
10843 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10844 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10845set dummy ${ncn_progname}; ac_word=$2
10846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10847$as_echo_n "checking for $ac_word... " >&6; }
10848if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10849 $as_echo_n "(cached) " >&6
10850else
10851 if test -n "$GOC_FOR_TARGET"; then
10852 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10853else
10854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10855for as_dir in $PATH
10856do
10857 IFS=$as_save_IFS
10858 test -z "$as_dir" && as_dir=.
10859 for ac_exec_ext in '' $ac_executable_extensions; do
10860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10861 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10863 break 2
10864 fi
10865done
10866 done
10867IFS=$as_save_IFS
10868
10869fi
10870fi
10871GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10872if test -n "$GOC_FOR_TARGET"; then
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10874$as_echo "$GOC_FOR_TARGET" >&6; }
10875else
10876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10877$as_echo "no" >&6; }
10878fi
10879
10880
10881 fi
10882 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10883 done
10884fi
10885
10886if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10887 set dummy gccgo
10888 if test $build = $target ; then
10889 GOC_FOR_TARGET="$2"
10890 else
10891 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10892 fi
10893else
10894 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10895fi
10896
10897
10898
2429c060
PB
10899cat > conftest.c << \EOF
10900#ifdef __GNUC__
10901 gcc_yay;
10902#endif
10903EOF
10904if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10905 have_gcc_for_target=yes
859789af 10906else
2429c060
PB
10907 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10908 have_gcc_for_target=no
859789af 10909fi
2429c060
PB
10910rm conftest.c
10911
10912
10913
859789af 10914
2429c060
PB
10915if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10916 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10918$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10919 if test -x $with_build_time_tools/ar; then
10920 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10921 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10923$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10924 else
81ecdfbb
RW
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10926$as_echo "no" >&6; }
3a35eeb3 10927 fi
2429c060
PB
10928 elif test $build != $host && test $have_gcc_for_target = yes; then
10929 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10930 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10931 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10932 fi
2429c060 10933fi
c6b750e1 10934if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
10935 # Extract the first word of "ar", so it can be a program name with args.
10936set dummy ar; ac_word=$2
81ecdfbb
RW
10937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10938$as_echo_n "checking for $ac_word... " >&6; }
10939if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10940 $as_echo_n "(cached) " >&6
859789af 10941else
c6b750e1
DJ
10942 case $AR_FOR_TARGET in
10943 [\\/]* | ?:[\\/]*)
2429c060
PB
10944 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10945 ;;
2429c060 10946 *)
c6b750e1
DJ
10947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10948for as_dir in $gcc_cv_tool_dirs
10949do
10950 IFS=$as_save_IFS
10951 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10952 for ac_exec_ext in '' $ac_executable_extensions; do
10953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10954 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 10955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10956 break 2
10957 fi
10958done
81ecdfbb
RW
10959 done
10960IFS=$as_save_IFS
c6b750e1 10961
2429c060
PB
10962 ;;
10963esac
859789af 10964fi
c6b750e1 10965AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 10966if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10968$as_echo "$AR_FOR_TARGET" >&6; }
859789af 10969else
81ecdfbb
RW
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10971$as_echo "no" >&6; }
859789af 10972fi
05cbd757 10973
81ecdfbb 10974
2429c060
PB
10975fi
10976if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
10977
10978
10979if test -n "$AR_FOR_TARGET"; then
10980 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10981elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10982 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10983fi
10984
10985if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10986 for ncn_progname in ar; do
10987 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10988set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10990$as_echo_n "checking for $ac_word... " >&6; }
10991if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10992 $as_echo_n "(cached) " >&6
9a819804
AO
10993else
10994 if test -n "$AR_FOR_TARGET"; then
10995 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10996else
10997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10998for as_dir in $PATH
10999do
11000 IFS=$as_save_IFS
11001 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11002 for ac_exec_ext in '' $ac_executable_extensions; do
11003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11004 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11006 break 2
11007 fi
11008done
81ecdfbb
RW
11009 done
11010IFS=$as_save_IFS
9a819804
AO
11011
11012fi
11013fi
11014AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11015if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11017$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 11018else
81ecdfbb
RW
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11020$as_echo "no" >&6; }
9a819804
AO
11021fi
11022
81ecdfbb 11023
9a819804
AO
11024 done
11025fi
11026
11027if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11028 for ncn_progname in ar; do
81ecdfbb
RW
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11030$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11031 if test -x $with_build_time_tools/${ncn_progname}; then
11032 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11034$as_echo "yes" >&6; }
2429c060
PB
11035 break
11036 else
81ecdfbb
RW
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11038$as_echo "no" >&6; }
2429c060
PB
11039 fi
11040 done
859789af
AC
11041fi
11042
2429c060
PB
11043if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11044 for ncn_progname in ar; do
11045 if test -n "$ncn_target_tool_prefix"; then
11046 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 11047set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11049$as_echo_n "checking for $ac_word... " >&6; }
11050if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11051 $as_echo_n "(cached) " >&6
7e0f7140 11052else
2429c060
PB
11053 if test -n "$AR_FOR_TARGET"; then
11054 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 11055else
c6b750e1
DJ
11056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11057for as_dir in $PATH
11058do
11059 IFS=$as_save_IFS
11060 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11061 for ac_exec_ext in '' $ac_executable_extensions; do
11062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11063 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11065 break 2
11066 fi
11067done
81ecdfbb
RW
11068 done
11069IFS=$as_save_IFS
c6b750e1 11070
7e0f7140
GK
11071fi
11072fi
c6b750e1 11073AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11074if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11076$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11077else
81ecdfbb
RW
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11079$as_echo "no" >&6; }
7e0f7140
GK
11080fi
11081
81ecdfbb 11082
2429c060
PB
11083 fi
11084 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11085 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 11086set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11088$as_echo_n "checking for $ac_word... " >&6; }
11089if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11090 $as_echo_n "(cached) " >&6
7e0f7140 11091else
2429c060
PB
11092 if test -n "$AR_FOR_TARGET"; then
11093 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 11094else
c6b750e1
DJ
11095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11096for as_dir in $PATH
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_prog_AR_FOR_TARGET="${ncn_progname}"
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
7e0f7140
GK
11110fi
11111fi
c6b750e1 11112AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11113if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11115$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11116else
81ecdfbb
RW
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11118$as_echo "no" >&6; }
7e0f7140 11119fi
c6b750e1 11120
81ecdfbb 11121
2429c060
PB
11122 fi
11123 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11124 done
11125fi
c6b750e1 11126
2429c060
PB
11127if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11128 set dummy ar
7e0f7140 11129 if test $build = $target ; then
2429c060 11130 AR_FOR_TARGET="$2"
7e0f7140 11131 else
2429c060 11132 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 11133 fi
d3f5afc4
MS
11134else
11135 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
11136fi
11137
3a35eeb3
PB
11138else
11139 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
11140fi
11141
11142
11143
11144
11145if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11146 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11148$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11149 if test -x $with_build_time_tools/as; then
11150 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11151 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11153$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 11154 else
81ecdfbb
RW
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11156$as_echo "no" >&6; }
3a35eeb3 11157 fi
2429c060
PB
11158 elif test $build != $host && test $have_gcc_for_target = yes; then
11159 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
11160 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11161 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
11162 fi
11163fi
c6b750e1 11164if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11165 # Extract the first word of "as", so it can be a program name with args.
11166set dummy as; ac_word=$2
81ecdfbb
RW
11167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11168$as_echo_n "checking for $ac_word... " >&6; }
11169if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11170 $as_echo_n "(cached) " >&6
2429c060 11171else
c6b750e1
DJ
11172 case $AS_FOR_TARGET in
11173 [\\/]* | ?:[\\/]*)
2429c060
PB
11174 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11175 ;;
2429c060 11176 *)
c6b750e1
DJ
11177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11178for as_dir in $gcc_cv_tool_dirs
11179do
11180 IFS=$as_save_IFS
11181 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11182 for ac_exec_ext in '' $ac_executable_extensions; do
11183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11184 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11186 break 2
11187 fi
11188done
81ecdfbb
RW
11189 done
11190IFS=$as_save_IFS
c6b750e1 11191
2429c060
PB
11192 ;;
11193esac
11194fi
c6b750e1 11195AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 11196if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11198$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11199else
81ecdfbb
RW
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11201$as_echo "no" >&6; }
2429c060
PB
11202fi
11203
81ecdfbb 11204
2429c060
PB
11205fi
11206if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
11207
11208
11209if test -n "$AS_FOR_TARGET"; then
11210 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11211elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11212 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11213fi
11214
11215if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11216 for ncn_progname in as; do
11217 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11218set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11220$as_echo_n "checking for $ac_word... " >&6; }
11221if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11222 $as_echo_n "(cached) " >&6
9a819804
AO
11223else
11224 if test -n "$AS_FOR_TARGET"; then
11225 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11226else
11227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11228for as_dir in $PATH
11229do
11230 IFS=$as_save_IFS
11231 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11232 for ac_exec_ext in '' $ac_executable_extensions; do
11233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11234 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11236 break 2
11237 fi
11238done
81ecdfbb
RW
11239 done
11240IFS=$as_save_IFS
9a819804
AO
11241
11242fi
11243fi
11244AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11245if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11247$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 11248else
81ecdfbb
RW
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11250$as_echo "no" >&6; }
9a819804
AO
11251fi
11252
81ecdfbb 11253
9a819804
AO
11254 done
11255fi
11256
11257if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11258 for ncn_progname in as; do
81ecdfbb
RW
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11260$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11261 if test -x $with_build_time_tools/${ncn_progname}; then
11262 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11264$as_echo "yes" >&6; }
2429c060
PB
11265 break
11266 else
81ecdfbb
RW
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11268$as_echo "no" >&6; }
2429c060
PB
11269 fi
11270 done
11271fi
11272
11273if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11274 for ncn_progname in as; do
11275 if test -n "$ncn_target_tool_prefix"; then
11276 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11277set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11279$as_echo_n "checking for $ac_word... " >&6; }
11280if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11281 $as_echo_n "(cached) " >&6
2429c060
PB
11282else
11283 if test -n "$AS_FOR_TARGET"; then
11284 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11285else
c6b750e1
DJ
11286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11287for as_dir in $PATH
11288do
11289 IFS=$as_save_IFS
11290 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11291 for ac_exec_ext in '' $ac_executable_extensions; do
11292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11293 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11295 break 2
11296 fi
11297done
81ecdfbb
RW
11298 done
11299IFS=$as_save_IFS
c6b750e1 11300
2429c060
PB
11301fi
11302fi
c6b750e1 11303AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11304if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11306$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11307else
81ecdfbb
RW
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11309$as_echo "no" >&6; }
2429c060
PB
11310fi
11311
81ecdfbb 11312
2429c060
PB
11313 fi
11314 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11315 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11316set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11318$as_echo_n "checking for $ac_word... " >&6; }
11319if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11320 $as_echo_n "(cached) " >&6
2429c060
PB
11321else
11322 if test -n "$AS_FOR_TARGET"; then
11323 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11324else
c6b750e1
DJ
11325as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11326for as_dir in $PATH
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_prog_AS_FOR_TARGET="${ncn_progname}"
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
11340fi
11341fi
c6b750e1 11342AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11343if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11345$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11346else
81ecdfbb
RW
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11348$as_echo "no" >&6; }
2429c060 11349fi
c6b750e1 11350
81ecdfbb 11351
2429c060
PB
11352 fi
11353 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11354 done
11355fi
c6b750e1 11356
2429c060
PB
11357if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11358 set dummy as
11359 if test $build = $target ; then
11360 AS_FOR_TARGET="$2"
11361 else
11362 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11363 fi
d3f5afc4
MS
11364else
11365 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11366fi
11367
3a35eeb3
PB
11368else
11369 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11370fi
11371
11372
11373
11374
11375if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11376 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11378$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11379 if test -x $with_build_time_tools/dlltool; then
11380 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11381 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11383$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11384 else
81ecdfbb
RW
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11386$as_echo "no" >&6; }
3a35eeb3 11387 fi
2429c060
PB
11388 elif test $build != $host && test $have_gcc_for_target = yes; then
11389 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11390 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11391 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11392 fi
11393fi
c6b750e1 11394if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11395 # Extract the first word of "dlltool", so it can be a program name with args.
11396set dummy dlltool; ac_word=$2
81ecdfbb
RW
11397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11398$as_echo_n "checking for $ac_word... " >&6; }
11399if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11400 $as_echo_n "(cached) " >&6
2429c060 11401else
c6b750e1
DJ
11402 case $DLLTOOL_FOR_TARGET in
11403 [\\/]* | ?:[\\/]*)
2429c060
PB
11404 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11405 ;;
2429c060 11406 *)
c6b750e1
DJ
11407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11408for as_dir in $gcc_cv_tool_dirs
11409do
11410 IFS=$as_save_IFS
11411 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11412 for ac_exec_ext in '' $ac_executable_extensions; do
11413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11414 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11416 break 2
11417 fi
11418done
81ecdfbb
RW
11419 done
11420IFS=$as_save_IFS
c6b750e1 11421
2429c060
PB
11422 ;;
11423esac
11424fi
c6b750e1 11425DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11426if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11428$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11429else
81ecdfbb
RW
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11431$as_echo "no" >&6; }
2429c060
PB
11432fi
11433
81ecdfbb 11434
2429c060
PB
11435fi
11436if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11437
11438
11439if test -n "$DLLTOOL_FOR_TARGET"; then
11440 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11441elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11442 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11443fi
11444
11445if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11446 for ncn_progname in dlltool; do
11447 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11448set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11450$as_echo_n "checking for $ac_word... " >&6; }
11451if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11452 $as_echo_n "(cached) " >&6
9a819804
AO
11453else
11454 if test -n "$DLLTOOL_FOR_TARGET"; then
11455 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11456else
11457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11458for as_dir in $PATH
11459do
11460 IFS=$as_save_IFS
11461 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11462 for ac_exec_ext in '' $ac_executable_extensions; do
11463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11464 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11466 break 2
11467 fi
11468done
81ecdfbb
RW
11469 done
11470IFS=$as_save_IFS
9a819804
AO
11471
11472fi
11473fi
11474DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11475if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11477$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11478else
81ecdfbb
RW
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11480$as_echo "no" >&6; }
9a819804
AO
11481fi
11482
81ecdfbb 11483
9a819804
AO
11484 done
11485fi
11486
11487if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11488 for ncn_progname in dlltool; do
81ecdfbb
RW
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11490$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11491 if test -x $with_build_time_tools/${ncn_progname}; then
11492 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11494$as_echo "yes" >&6; }
2429c060
PB
11495 break
11496 else
81ecdfbb
RW
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11498$as_echo "no" >&6; }
2429c060
PB
11499 fi
11500 done
11501fi
11502
11503if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11504 for ncn_progname in dlltool; do
11505 if test -n "$ncn_target_tool_prefix"; then
11506 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11507set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11509$as_echo_n "checking for $ac_word... " >&6; }
11510if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11511 $as_echo_n "(cached) " >&6
2429c060
PB
11512else
11513 if test -n "$DLLTOOL_FOR_TARGET"; then
11514 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11515else
c6b750e1
DJ
11516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11517for as_dir in $PATH
11518do
11519 IFS=$as_save_IFS
11520 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11521 for ac_exec_ext in '' $ac_executable_extensions; do
11522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11523 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11525 break 2
11526 fi
11527done
81ecdfbb
RW
11528 done
11529IFS=$as_save_IFS
c6b750e1 11530
2429c060
PB
11531fi
11532fi
c6b750e1 11533DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11534if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11536$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11537else
81ecdfbb
RW
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11539$as_echo "no" >&6; }
2429c060
PB
11540fi
11541
81ecdfbb 11542
2429c060
PB
11543 fi
11544 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11545 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11546set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11548$as_echo_n "checking for $ac_word... " >&6; }
11549if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11550 $as_echo_n "(cached) " >&6
2429c060
PB
11551else
11552 if test -n "$DLLTOOL_FOR_TARGET"; then
11553 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11554else
c6b750e1
DJ
11555as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11556for as_dir in $PATH
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_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
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
11570fi
11571fi
c6b750e1 11572DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11573if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11575$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11576else
81ecdfbb
RW
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11578$as_echo "no" >&6; }
2429c060 11579fi
c6b750e1 11580
81ecdfbb 11581
2429c060
PB
11582 fi
11583 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11584 done
11585fi
c6b750e1 11586
2429c060
PB
11587if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11588 set dummy dlltool
11589 if test $build = $target ; then
11590 DLLTOOL_FOR_TARGET="$2"
11591 else
11592 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11593 fi
d3f5afc4
MS
11594else
11595 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11596fi
11597
3a35eeb3
PB
11598else
11599 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11600fi
11601
11602
11603
11604
11605if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11606 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11608$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11609 if test -x $with_build_time_tools/ld; then
11610 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11611 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11613$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11614 else
81ecdfbb
RW
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11616$as_echo "no" >&6; }
3a35eeb3 11617 fi
2429c060
PB
11618 elif test $build != $host && test $have_gcc_for_target = yes; then
11619 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11620 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11621 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11622 fi
11623fi
c6b750e1 11624if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11625 # Extract the first word of "ld", so it can be a program name with args.
11626set dummy ld; ac_word=$2
81ecdfbb
RW
11627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11628$as_echo_n "checking for $ac_word... " >&6; }
11629if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11630 $as_echo_n "(cached) " >&6
2429c060 11631else
c6b750e1
DJ
11632 case $LD_FOR_TARGET in
11633 [\\/]* | ?:[\\/]*)
2429c060
PB
11634 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11635 ;;
2429c060 11636 *)
c6b750e1
DJ
11637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11638for as_dir in $gcc_cv_tool_dirs
11639do
11640 IFS=$as_save_IFS
11641 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11642 for ac_exec_ext in '' $ac_executable_extensions; do
11643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11644 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11646 break 2
11647 fi
11648done
81ecdfbb
RW
11649 done
11650IFS=$as_save_IFS
c6b750e1 11651
2429c060
PB
11652 ;;
11653esac
11654fi
c6b750e1 11655LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11656if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11658$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11659else
81ecdfbb
RW
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11661$as_echo "no" >&6; }
2429c060
PB
11662fi
11663
81ecdfbb 11664
2429c060
PB
11665fi
11666if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11667
11668
11669if test -n "$LD_FOR_TARGET"; then
11670 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11671elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11672 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11673fi
11674
11675if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11676 for ncn_progname in ld; do
11677 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11678set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11680$as_echo_n "checking for $ac_word... " >&6; }
11681if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11682 $as_echo_n "(cached) " >&6
9a819804
AO
11683else
11684 if test -n "$LD_FOR_TARGET"; then
11685 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11686else
11687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11688for as_dir in $PATH
11689do
11690 IFS=$as_save_IFS
11691 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11692 for ac_exec_ext in '' $ac_executable_extensions; do
11693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11694 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11696 break 2
11697 fi
11698done
81ecdfbb
RW
11699 done
11700IFS=$as_save_IFS
9a819804
AO
11701
11702fi
11703fi
11704LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11705if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11707$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11708else
81ecdfbb
RW
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11710$as_echo "no" >&6; }
9a819804
AO
11711fi
11712
81ecdfbb 11713
9a819804
AO
11714 done
11715fi
11716
11717if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11718 for ncn_progname in ld; do
81ecdfbb
RW
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11720$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11721 if test -x $with_build_time_tools/${ncn_progname}; then
11722 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11724$as_echo "yes" >&6; }
2429c060
PB
11725 break
11726 else
81ecdfbb
RW
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11728$as_echo "no" >&6; }
2429c060
PB
11729 fi
11730 done
11731fi
11732
11733if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11734 for ncn_progname in ld; do
11735 if test -n "$ncn_target_tool_prefix"; then
11736 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11737set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11739$as_echo_n "checking for $ac_word... " >&6; }
11740if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11741 $as_echo_n "(cached) " >&6
2429c060
PB
11742else
11743 if test -n "$LD_FOR_TARGET"; then
11744 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11745else
c6b750e1
DJ
11746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11747for as_dir in $PATH
11748do
11749 IFS=$as_save_IFS
11750 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11751 for ac_exec_ext in '' $ac_executable_extensions; do
11752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11753 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11755 break 2
11756 fi
11757done
81ecdfbb
RW
11758 done
11759IFS=$as_save_IFS
c6b750e1 11760
2429c060
PB
11761fi
11762fi
c6b750e1 11763LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11764if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11766$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11767else
81ecdfbb
RW
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11769$as_echo "no" >&6; }
2429c060
PB
11770fi
11771
81ecdfbb 11772
2429c060
PB
11773 fi
11774 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11775 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11776set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11778$as_echo_n "checking for $ac_word... " >&6; }
11779if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11780 $as_echo_n "(cached) " >&6
2429c060
PB
11781else
11782 if test -n "$LD_FOR_TARGET"; then
11783 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11784else
c6b750e1
DJ
11785as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11786for as_dir in $PATH
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
c6b750e1 11792 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11794 break 2
11795 fi
11796done
81ecdfbb
RW
11797 done
11798IFS=$as_save_IFS
c6b750e1 11799
2429c060
PB
11800fi
11801fi
c6b750e1 11802LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11803if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11805$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11806else
81ecdfbb
RW
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11808$as_echo "no" >&6; }
2429c060 11809fi
c6b750e1 11810
81ecdfbb 11811
2429c060
PB
11812 fi
11813 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11814 done
11815fi
c6b750e1 11816
2429c060
PB
11817if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11818 set dummy ld
11819 if test $build = $target ; then
11820 LD_FOR_TARGET="$2"
11821 else
11822 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11823 fi
d3f5afc4
MS
11824else
11825 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11826fi
11827
3a35eeb3
PB
11828else
11829 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11830fi
11831
11832
11833
11834
11835if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11836 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11838$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11839 if test -x $with_build_time_tools/lipo; then
11840 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11841 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11843$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11844 else
81ecdfbb
RW
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11846$as_echo "no" >&6; }
3a35eeb3 11847 fi
2429c060
PB
11848 elif test $build != $host && test $have_gcc_for_target = yes; then
11849 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11850 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11851 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11852 fi
11853fi
9a819804
AO
11854if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11855 # Extract the first word of "lipo", so it can be a program name with args.
11856set dummy lipo; ac_word=$2
81ecdfbb
RW
11857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11858$as_echo_n "checking for $ac_word... " >&6; }
11859if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11860 $as_echo_n "(cached) " >&6
9a819804
AO
11861else
11862 case $LIPO_FOR_TARGET in
11863 [\\/]* | ?:[\\/]*)
11864 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11865 ;;
11866 *)
11867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11868for as_dir in $gcc_cv_tool_dirs
11869do
11870 IFS=$as_save_IFS
11871 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11872 for ac_exec_ext in '' $ac_executable_extensions; do
11873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11874 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11876 break 2
11877 fi
11878done
81ecdfbb
RW
11879 done
11880IFS=$as_save_IFS
9a819804
AO
11881
11882 ;;
11883esac
11884fi
11885LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11886if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11888$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11889else
81ecdfbb
RW
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11891$as_echo "no" >&6; }
9a819804
AO
11892fi
11893
81ecdfbb 11894
9a819804
AO
11895fi
11896if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11897
11898
11899if test -n "$LIPO_FOR_TARGET"; then
11900 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11901elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11902 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11903fi
11904
11905if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11906 for ncn_progname in lipo; do
11907 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11908set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11910$as_echo_n "checking for $ac_word... " >&6; }
11911if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11912 $as_echo_n "(cached) " >&6
2429c060 11913else
9a819804
AO
11914 if test -n "$LIPO_FOR_TARGET"; then
11915 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11916else
11917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11918for as_dir in $PATH
c6b750e1
DJ
11919do
11920 IFS=$as_save_IFS
11921 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11922 for ac_exec_ext in '' $ac_executable_extensions; do
11923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11924 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11926 break 2
11927 fi
11928done
81ecdfbb
RW
11929 done
11930IFS=$as_save_IFS
c6b750e1 11931
2429c060 11932fi
9a819804
AO
11933fi
11934LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11935if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11937$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11938else
81ecdfbb
RW
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11940$as_echo "no" >&6; }
2429c060
PB
11941fi
11942
81ecdfbb 11943
9a819804 11944 done
2429c060 11945fi
9a819804
AO
11946
11947if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11948 for ncn_progname in lipo; do
81ecdfbb
RW
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11950$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11951 if test -x $with_build_time_tools/${ncn_progname}; then
11952 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11954$as_echo "yes" >&6; }
2429c060
PB
11955 break
11956 else
81ecdfbb
RW
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11958$as_echo "no" >&6; }
2429c060
PB
11959 fi
11960 done
11961fi
11962
11963if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11964 for ncn_progname in lipo; do
11965 if test -n "$ncn_target_tool_prefix"; then
11966 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11967set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11969$as_echo_n "checking for $ac_word... " >&6; }
11970if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11971 $as_echo_n "(cached) " >&6
2429c060
PB
11972else
11973 if test -n "$LIPO_FOR_TARGET"; then
11974 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11975else
c6b750e1
DJ
11976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11977for as_dir in $PATH
11978do
11979 IFS=$as_save_IFS
11980 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11981 for ac_exec_ext in '' $ac_executable_extensions; do
11982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11983 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11985 break 2
11986 fi
11987done
81ecdfbb
RW
11988 done
11989IFS=$as_save_IFS
c6b750e1 11990
2429c060
PB
11991fi
11992fi
c6b750e1 11993LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 11994if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11996$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 11997else
81ecdfbb
RW
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11999$as_echo "no" >&6; }
2429c060
PB
12000fi
12001
81ecdfbb 12002
2429c060
PB
12003 fi
12004 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12005 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12006set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12008$as_echo_n "checking for $ac_word... " >&6; }
12009if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12010 $as_echo_n "(cached) " >&6
2429c060
PB
12011else
12012 if test -n "$LIPO_FOR_TARGET"; then
12013 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12014else
c6b750e1
DJ
12015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12016for as_dir in $PATH
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_prog_LIPO_FOR_TARGET="${ncn_progname}"
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
12030fi
12031fi
c6b750e1 12032LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12033if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12035$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12036else
81ecdfbb
RW
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12038$as_echo "no" >&6; }
2429c060 12039fi
c6b750e1 12040
81ecdfbb 12041
2429c060
PB
12042 fi
12043 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12044 done
12045fi
c6b750e1 12046
2429c060
PB
12047if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12048 set dummy lipo
12049 if test $build = $target ; then
12050 LIPO_FOR_TARGET="$2"
12051 else
12052 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12053 fi
d3f5afc4
MS
12054else
12055 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
12056fi
12057
3a35eeb3
PB
12058else
12059 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
12060fi
12061
12062
12063
12064
12065if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12066 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12068$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12069 if test -x $with_build_time_tools/nm; then
12070 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12071 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12073$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 12074 else
81ecdfbb
RW
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12076$as_echo "no" >&6; }
3a35eeb3 12077 fi
2429c060
PB
12078 elif test $build != $host && test $have_gcc_for_target = yes; then
12079 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
12080 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12081 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
12082 fi
12083fi
c6b750e1 12084if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12085 # Extract the first word of "nm", so it can be a program name with args.
12086set dummy nm; ac_word=$2
81ecdfbb
RW
12087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12088$as_echo_n "checking for $ac_word... " >&6; }
12089if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12090 $as_echo_n "(cached) " >&6
2429c060 12091else
c6b750e1
DJ
12092 case $NM_FOR_TARGET in
12093 [\\/]* | ?:[\\/]*)
2429c060
PB
12094 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12095 ;;
2429c060 12096 *)
c6b750e1
DJ
12097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12098for as_dir in $gcc_cv_tool_dirs
12099do
12100 IFS=$as_save_IFS
12101 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12102 for ac_exec_ext in '' $ac_executable_extensions; do
12103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12104 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12106 break 2
12107 fi
12108done
81ecdfbb
RW
12109 done
12110IFS=$as_save_IFS
c6b750e1 12111
2429c060
PB
12112 ;;
12113esac
12114fi
c6b750e1 12115NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 12116if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12118$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 12119else
81ecdfbb
RW
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12121$as_echo "no" >&6; }
2429c060
PB
12122fi
12123
81ecdfbb 12124
2429c060
PB
12125fi
12126if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
12127
12128
12129if test -n "$NM_FOR_TARGET"; then
12130 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12131elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12132 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12133fi
12134
12135if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12136 for ncn_progname in nm; do
12137 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12138set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12140$as_echo_n "checking for $ac_word... " >&6; }
12141if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12142 $as_echo_n "(cached) " >&6
9a819804
AO
12143else
12144 if test -n "$NM_FOR_TARGET"; then
12145 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12146else
12147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12148for as_dir in $PATH
12149do
12150 IFS=$as_save_IFS
12151 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12152 for ac_exec_ext in '' $ac_executable_extensions; do
12153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12154 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12156 break 2
12157 fi
12158done
81ecdfbb
RW
12159 done
12160IFS=$as_save_IFS
9a819804
AO
12161
12162fi
12163fi
12164NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12165if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12167$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 12168else
81ecdfbb
RW
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12170$as_echo "no" >&6; }
9a819804
AO
12171fi
12172
81ecdfbb 12173
9a819804
AO
12174 done
12175fi
12176
12177if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12178 for ncn_progname in nm; do
81ecdfbb
RW
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12180$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12181 if test -x $with_build_time_tools/${ncn_progname}; then
12182 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12184$as_echo "yes" >&6; }
2429c060
PB
12185 break
12186 else
81ecdfbb
RW
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12188$as_echo "no" >&6; }
2429c060
PB
12189 fi
12190 done
12191fi
12192
12193if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12194 for ncn_progname in nm; do
12195 if test -n "$ncn_target_tool_prefix"; then
12196 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12197set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12199$as_echo_n "checking for $ac_word... " >&6; }
12200if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12201 $as_echo_n "(cached) " >&6
859789af 12202else
55db4b87
PB
12203 if test -n "$NM_FOR_TARGET"; then
12204 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12205else
c6b750e1
DJ
12206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12207for as_dir in $PATH
12208do
12209 IFS=$as_save_IFS
12210 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12211 for ac_exec_ext in '' $ac_executable_extensions; do
12212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12213 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12215 break 2
12216 fi
12217done
81ecdfbb
RW
12218 done
12219IFS=$as_save_IFS
c6b750e1 12220
859789af
AC
12221fi
12222fi
c6b750e1 12223NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 12224if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12226$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12227else
81ecdfbb
RW
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12229$as_echo "no" >&6; }
859789af
AC
12230fi
12231
81ecdfbb 12232
2429c060
PB
12233 fi
12234 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12235 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12236set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12238$as_echo_n "checking for $ac_word... " >&6; }
12239if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12240 $as_echo_n "(cached) " >&6
859789af 12241else
05cbd757
PB
12242 if test -n "$NM_FOR_TARGET"; then
12243 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12244else
c6b750e1
DJ
12245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12246for as_dir in $PATH
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_prog_NM_FOR_TARGET="${ncn_progname}"
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
859789af
AC
12260fi
12261fi
c6b750e1 12262NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12263if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12265$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12266else
81ecdfbb
RW
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12268$as_echo "no" >&6; }
859789af 12269fi
c6b750e1 12270
81ecdfbb 12271
2429c060
PB
12272 fi
12273 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12274 done
12275fi
c6b750e1 12276
05cbd757
PB
12277if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12278 set dummy nm
12279 if test $build = $target ; then
12280 NM_FOR_TARGET="$2"
859789af 12281 else
05cbd757 12282 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12283 fi
d3f5afc4
MS
12284else
12285 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12286fi
12287
3a35eeb3
PB
12288else
12289 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12290fi
12291
12292
12293
12294
6b91c541
AP
12295if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12296 if test -n "$with_build_time_tools"; then
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objcopy in $with_build_time_tools" >&5
12298$as_echo_n "checking for objcopy in $with_build_time_tools... " >&6; }
12299 if test -x $with_build_time_tools/objcopy; then
12300 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12301 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12303$as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12304 else
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12306$as_echo "no" >&6; }
12307 fi
12308 elif test $build != $host && test $have_gcc_for_target = yes; then
12309 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12310 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12311 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12312 fi
12313fi
12314if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12315 # Extract the first word of "objcopy", so it can be a program name with args.
12316set dummy objcopy; ac_word=$2
12317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12318$as_echo_n "checking for $ac_word... " >&6; }
12319if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then :
12320 $as_echo_n "(cached) " >&6
12321else
12322 case $OBJCOPY_FOR_TARGET in
12323 [\\/]* | ?:[\\/]*)
12324 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12325 ;;
12326 *)
12327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12328for as_dir in $gcc_cv_tool_dirs
12329do
12330 IFS=$as_save_IFS
12331 test -z "$as_dir" && as_dir=.
12332 for ac_exec_ext in '' $ac_executable_extensions; do
12333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12334 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12336 break 2
12337 fi
12338done
12339 done
12340IFS=$as_save_IFS
12341
12342 ;;
12343esac
12344fi
12345OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12346if test -n "$OBJCOPY_FOR_TARGET"; then
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12348$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12349else
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12351$as_echo "no" >&6; }
12352fi
12353
12354
12355fi
12356if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12357
12358
12359if test -n "$OBJCOPY_FOR_TARGET"; then
12360 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12361elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12362 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12363fi
12364
12365if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12366 for ncn_progname in objcopy; do
12367 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12368set dummy ${ncn_progname}; ac_word=$2
12369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12370$as_echo_n "checking for $ac_word... " >&6; }
12371if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12372 $as_echo_n "(cached) " >&6
12373else
12374 if test -n "$OBJCOPY_FOR_TARGET"; then
12375 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12376else
12377as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12378for as_dir in $PATH
12379do
12380 IFS=$as_save_IFS
12381 test -z "$as_dir" && as_dir=.
12382 for ac_exec_ext in '' $ac_executable_extensions; do
12383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12384 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12386 break 2
12387 fi
12388done
12389 done
12390IFS=$as_save_IFS
12391
12392fi
12393fi
12394OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12395if test -n "$OBJCOPY_FOR_TARGET"; then
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12397$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12398else
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12400$as_echo "no" >&6; }
12401fi
12402
12403
12404 done
12405fi
12406
12407if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12408 for ncn_progname in objcopy; do
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12410$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12411 if test -x $with_build_time_tools/${ncn_progname}; then
12412 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12414$as_echo "yes" >&6; }
12415 break
12416 else
12417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12418$as_echo "no" >&6; }
12419 fi
12420 done
12421fi
12422
12423if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12424 for ncn_progname in objcopy; do
12425 if test -n "$ncn_target_tool_prefix"; then
12426 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12427set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12429$as_echo_n "checking for $ac_word... " >&6; }
12430if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12431 $as_echo_n "(cached) " >&6
12432else
12433 if test -n "$OBJCOPY_FOR_TARGET"; then
12434 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12435else
12436as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12437for as_dir in $PATH
12438do
12439 IFS=$as_save_IFS
12440 test -z "$as_dir" && as_dir=.
12441 for ac_exec_ext in '' $ac_executable_extensions; do
12442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12443 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12445 break 2
12446 fi
12447done
12448 done
12449IFS=$as_save_IFS
12450
12451fi
12452fi
12453OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12454if test -n "$OBJCOPY_FOR_TARGET"; then
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12456$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12457else
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12459$as_echo "no" >&6; }
12460fi
12461
12462
12463 fi
12464 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12465 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12466set dummy ${ncn_progname}; ac_word=$2
12467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12468$as_echo_n "checking for $ac_word... " >&6; }
12469if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12470 $as_echo_n "(cached) " >&6
12471else
12472 if test -n "$OBJCOPY_FOR_TARGET"; then
12473 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12474else
12475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12476for as_dir in $PATH
12477do
12478 IFS=$as_save_IFS
12479 test -z "$as_dir" && as_dir=.
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
12482 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12484 break 2
12485 fi
12486done
12487 done
12488IFS=$as_save_IFS
12489
12490fi
12491fi
12492OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12493if test -n "$OBJCOPY_FOR_TARGET"; then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12495$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12496else
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12498$as_echo "no" >&6; }
12499fi
12500
12501
12502 fi
12503 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12504 done
12505fi
12506
12507if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12508 set dummy objcopy
12509 if test $build = $target ; then
12510 OBJCOPY_FOR_TARGET="$2"
12511 else
12512 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12513 fi
12514else
12515 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12516fi
12517
12518else
12519 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12520fi
12521
12522
12523
12524
2429c060
PB
12525if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12526 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12528$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12529 if test -x $with_build_time_tools/objdump; then
12530 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12531 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12533$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12534 else
81ecdfbb
RW
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12536$as_echo "no" >&6; }
3a35eeb3 12537 fi
2429c060
PB
12538 elif test $build != $host && test $have_gcc_for_target = yes; then
12539 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12540 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12541 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12542 fi
12543fi
c6b750e1 12544if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12545 # Extract the first word of "objdump", so it can be a program name with args.
12546set dummy objdump; ac_word=$2
81ecdfbb
RW
12547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12548$as_echo_n "checking for $ac_word... " >&6; }
12549if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12550 $as_echo_n "(cached) " >&6
2429c060 12551else
c6b750e1
DJ
12552 case $OBJDUMP_FOR_TARGET in
12553 [\\/]* | ?:[\\/]*)
2429c060
PB
12554 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12555 ;;
2429c060 12556 *)
c6b750e1
DJ
12557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12558for as_dir in $gcc_cv_tool_dirs
12559do
12560 IFS=$as_save_IFS
12561 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12562 for ac_exec_ext in '' $ac_executable_extensions; do
12563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12564 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12566 break 2
12567 fi
12568done
81ecdfbb
RW
12569 done
12570IFS=$as_save_IFS
c6b750e1 12571
2429c060
PB
12572 ;;
12573esac
12574fi
c6b750e1 12575OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12576if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12578$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12579else
81ecdfbb
RW
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12581$as_echo "no" >&6; }
2429c060
PB
12582fi
12583
81ecdfbb 12584
2429c060
PB
12585fi
12586if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12587
12588
12589if test -n "$OBJDUMP_FOR_TARGET"; then
12590 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12591elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12592 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12593fi
12594
12595if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12596 for ncn_progname in objdump; do
12597 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12598set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12600$as_echo_n "checking for $ac_word... " >&6; }
12601if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12602 $as_echo_n "(cached) " >&6
9a819804
AO
12603else
12604 if test -n "$OBJDUMP_FOR_TARGET"; then
12605 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12606else
12607as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12608for as_dir in $PATH
12609do
12610 IFS=$as_save_IFS
12611 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12612 for ac_exec_ext in '' $ac_executable_extensions; do
12613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12614 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12616 break 2
12617 fi
12618done
81ecdfbb
RW
12619 done
12620IFS=$as_save_IFS
9a819804
AO
12621
12622fi
12623fi
12624OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12625if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12627$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12628else
81ecdfbb
RW
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12630$as_echo "no" >&6; }
9a819804
AO
12631fi
12632
81ecdfbb 12633
9a819804
AO
12634 done
12635fi
12636
12637if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12638 for ncn_progname in objdump; do
81ecdfbb
RW
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12640$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12641 if test -x $with_build_time_tools/${ncn_progname}; then
12642 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12644$as_echo "yes" >&6; }
2429c060
PB
12645 break
12646 else
81ecdfbb
RW
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12648$as_echo "no" >&6; }
2429c060
PB
12649 fi
12650 done
12651fi
12652
12653if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12654 for ncn_progname in objdump; do
12655 if test -n "$ncn_target_tool_prefix"; then
12656 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12657set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12659$as_echo_n "checking for $ac_word... " >&6; }
12660if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12661 $as_echo_n "(cached) " >&6
5ae72758
DJ
12662else
12663 if test -n "$OBJDUMP_FOR_TARGET"; then
12664 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12665else
c6b750e1
DJ
12666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12667for as_dir in $PATH
12668do
12669 IFS=$as_save_IFS
12670 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12671 for ac_exec_ext in '' $ac_executable_extensions; do
12672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12673 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12675 break 2
12676 fi
12677done
81ecdfbb
RW
12678 done
12679IFS=$as_save_IFS
c6b750e1 12680
5ae72758
DJ
12681fi
12682fi
c6b750e1 12683OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12684if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12686$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12687else
81ecdfbb
RW
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12689$as_echo "no" >&6; }
5ae72758
DJ
12690fi
12691
81ecdfbb 12692
2429c060
PB
12693 fi
12694 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12695 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12696set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12698$as_echo_n "checking for $ac_word... " >&6; }
12699if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12700 $as_echo_n "(cached) " >&6
5ae72758
DJ
12701else
12702 if test -n "$OBJDUMP_FOR_TARGET"; then
12703 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12704else
c6b750e1
DJ
12705as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12706for as_dir in $PATH
12707do
12708 IFS=$as_save_IFS
12709 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
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
c6b750e1 12712 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12714 break 2
12715 fi
12716done
81ecdfbb
RW
12717 done
12718IFS=$as_save_IFS
c6b750e1 12719
5ae72758
DJ
12720fi
12721fi
c6b750e1 12722OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12723if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12725$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12726else
81ecdfbb
RW
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12728$as_echo "no" >&6; }
5ae72758 12729fi
c6b750e1 12730
81ecdfbb 12731
2429c060
PB
12732 fi
12733 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12734 done
12735fi
c6b750e1 12736
5ae72758
DJ
12737if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12738 set dummy objdump
12739 if test $build = $target ; then
12740 OBJDUMP_FOR_TARGET="$2"
12741 else
12742 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12743 fi
d3f5afc4
MS
12744else
12745 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12746fi
12747
3a35eeb3
PB
12748else
12749 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12750fi
12751
12752
12753
12754
12755if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12756 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12758$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12759 if test -x $with_build_time_tools/ranlib; then
12760 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12761 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12763$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12764 else
81ecdfbb
RW
12765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12766$as_echo "no" >&6; }
3a35eeb3 12767 fi
2429c060
PB
12768 elif test $build != $host && test $have_gcc_for_target = yes; then
12769 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12770 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12771 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12772 fi
12773fi
c6b750e1 12774if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12775 # Extract the first word of "ranlib", so it can be a program name with args.
12776set dummy ranlib; ac_word=$2
81ecdfbb
RW
12777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12778$as_echo_n "checking for $ac_word... " >&6; }
12779if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12780 $as_echo_n "(cached) " >&6
2429c060 12781else
c6b750e1
DJ
12782 case $RANLIB_FOR_TARGET in
12783 [\\/]* | ?:[\\/]*)
2429c060
PB
12784 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12785 ;;
2429c060 12786 *)
c6b750e1
DJ
12787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12788for as_dir in $gcc_cv_tool_dirs
12789do
12790 IFS=$as_save_IFS
12791 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12792 for ac_exec_ext in '' $ac_executable_extensions; do
12793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12794 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12796 break 2
12797 fi
12798done
81ecdfbb
RW
12799 done
12800IFS=$as_save_IFS
c6b750e1 12801
2429c060
PB
12802 ;;
12803esac
12804fi
c6b750e1 12805RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12806if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12808$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12809else
81ecdfbb
RW
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12811$as_echo "no" >&6; }
2429c060
PB
12812fi
12813
81ecdfbb 12814
2429c060
PB
12815fi
12816if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12817
12818
12819if test -n "$RANLIB_FOR_TARGET"; then
12820 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12821elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12822 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12823fi
12824
12825if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12826 for ncn_progname in ranlib; do
12827 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12828set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12830$as_echo_n "checking for $ac_word... " >&6; }
12831if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12832 $as_echo_n "(cached) " >&6
9a819804
AO
12833else
12834 if test -n "$RANLIB_FOR_TARGET"; then
12835 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12836else
12837as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12838for as_dir in $PATH
12839do
12840 IFS=$as_save_IFS
12841 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12842 for ac_exec_ext in '' $ac_executable_extensions; do
12843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12844 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12846 break 2
12847 fi
12848done
81ecdfbb
RW
12849 done
12850IFS=$as_save_IFS
9a819804
AO
12851
12852fi
12853fi
12854RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12855if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12857$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12858else
81ecdfbb
RW
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12860$as_echo "no" >&6; }
9a819804
AO
12861fi
12862
81ecdfbb 12863
9a819804
AO
12864 done
12865fi
12866
12867if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12868 for ncn_progname in ranlib; do
81ecdfbb
RW
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12870$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12871 if test -x $with_build_time_tools/${ncn_progname}; then
12872 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12874$as_echo "yes" >&6; }
2429c060
PB
12875 break
12876 else
81ecdfbb
RW
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12878$as_echo "no" >&6; }
2429c060
PB
12879 fi
12880 done
12881fi
12882
12883if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12884 for ncn_progname in ranlib; do
12885 if test -n "$ncn_target_tool_prefix"; then
12886 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12887set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12889$as_echo_n "checking for $ac_word... " >&6; }
12890if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12891 $as_echo_n "(cached) " >&6
859789af 12892else
55db4b87
PB
12893 if test -n "$RANLIB_FOR_TARGET"; then
12894 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12895else
c6b750e1
DJ
12896as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12897for as_dir in $PATH
12898do
12899 IFS=$as_save_IFS
12900 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12901 for ac_exec_ext in '' $ac_executable_extensions; do
12902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12903 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12905 break 2
12906 fi
12907done
81ecdfbb
RW
12908 done
12909IFS=$as_save_IFS
c6b750e1 12910
859789af
AC
12911fi
12912fi
c6b750e1 12913RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12914if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12916$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12917else
81ecdfbb
RW
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12919$as_echo "no" >&6; }
859789af
AC
12920fi
12921
81ecdfbb 12922
2429c060
PB
12923 fi
12924 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12925 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12926set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12928$as_echo_n "checking for $ac_word... " >&6; }
12929if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12930 $as_echo_n "(cached) " >&6
859789af 12931else
05cbd757
PB
12932 if test -n "$RANLIB_FOR_TARGET"; then
12933 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12934else
c6b750e1
DJ
12935as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12936for as_dir in $PATH
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_prog_RANLIB_FOR_TARGET="${ncn_progname}"
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
859789af
AC
12950fi
12951fi
c6b750e1 12952RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12953if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12955$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12956else
81ecdfbb
RW
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12958$as_echo "no" >&6; }
859789af 12959fi
c6b750e1 12960
81ecdfbb 12961
2429c060
PB
12962 fi
12963 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12964 done
12965fi
c6b750e1 12966
2429c060
PB
12967if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12968 set dummy ranlib
12969 if test $build = $target ; then
12970 RANLIB_FOR_TARGET="$2"
12971 else
12972 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12973 fi
d3f5afc4
MS
12974else
12975 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12976fi
05cbd757 12977
3a35eeb3
PB
12978else
12979 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12980fi
12981
2429c060
PB
12982
12983
12984
b121d7d4
DD
12985if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12986 if test -n "$with_build_time_tools"; then
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12988$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12989 if test -x $with_build_time_tools/readelf; then
12990 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12991 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12993$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12994 else
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12996$as_echo "no" >&6; }
12997 fi
12998 elif test $build != $host && test $have_gcc_for_target = yes; then
12999 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
13000 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
13001 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
13002 fi
13003fi
13004if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13005 # Extract the first word of "readelf", so it can be a program name with args.
13006set dummy readelf; ac_word=$2
13007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13008$as_echo_n "checking for $ac_word... " >&6; }
13009if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
13010 $as_echo_n "(cached) " >&6
13011else
13012 case $READELF_FOR_TARGET in
13013 [\\/]* | ?:[\\/]*)
13014 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
13015 ;;
13016 *)
13017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13018for as_dir in $gcc_cv_tool_dirs
13019do
13020 IFS=$as_save_IFS
13021 test -z "$as_dir" && as_dir=.
13022 for ac_exec_ext in '' $ac_executable_extensions; do
13023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13024 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13026 break 2
13027 fi
13028done
13029 done
13030IFS=$as_save_IFS
13031
13032 ;;
13033esac
13034fi
13035READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13036if test -n "$READELF_FOR_TARGET"; then
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13038$as_echo "$READELF_FOR_TARGET" >&6; }
13039else
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13041$as_echo "no" >&6; }
13042fi
13043
13044
13045fi
13046if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13047
13048
13049if test -n "$READELF_FOR_TARGET"; then
13050 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13051elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13052 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13053fi
13054
13055if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13056 for ncn_progname in readelf; do
13057 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13058set dummy ${ncn_progname}; ac_word=$2
13059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13060$as_echo_n "checking for $ac_word... " >&6; }
13061if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13062 $as_echo_n "(cached) " >&6
13063else
13064 if test -n "$READELF_FOR_TARGET"; then
13065 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13066else
13067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13068for as_dir in $PATH
13069do
13070 IFS=$as_save_IFS
13071 test -z "$as_dir" && as_dir=.
13072 for ac_exec_ext in '' $ac_executable_extensions; do
13073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13074 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13076 break 2
13077 fi
13078done
13079 done
13080IFS=$as_save_IFS
13081
13082fi
13083fi
13084READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13085if test -n "$READELF_FOR_TARGET"; then
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13087$as_echo "$READELF_FOR_TARGET" >&6; }
13088else
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13090$as_echo "no" >&6; }
13091fi
13092
13093
13094 done
13095fi
13096
13097if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13098 for ncn_progname in readelf; do
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13100$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13101 if test -x $with_build_time_tools/${ncn_progname}; then
13102 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13104$as_echo "yes" >&6; }
13105 break
13106 else
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13108$as_echo "no" >&6; }
13109 fi
13110 done
13111fi
13112
13113if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13114 for ncn_progname in readelf; do
13115 if test -n "$ncn_target_tool_prefix"; then
13116 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13117set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13119$as_echo_n "checking for $ac_word... " >&6; }
13120if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13121 $as_echo_n "(cached) " >&6
13122else
13123 if test -n "$READELF_FOR_TARGET"; then
13124 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13125else
13126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13127for as_dir in $PATH
13128do
13129 IFS=$as_save_IFS
13130 test -z "$as_dir" && as_dir=.
13131 for ac_exec_ext in '' $ac_executable_extensions; do
13132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13133 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13135 break 2
13136 fi
13137done
13138 done
13139IFS=$as_save_IFS
13140
13141fi
13142fi
13143READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13144if test -n "$READELF_FOR_TARGET"; then
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13146$as_echo "$READELF_FOR_TARGET" >&6; }
13147else
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13149$as_echo "no" >&6; }
13150fi
13151
13152
13153 fi
13154 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13155 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13156set dummy ${ncn_progname}; ac_word=$2
13157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13158$as_echo_n "checking for $ac_word... " >&6; }
13159if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13160 $as_echo_n "(cached) " >&6
13161else
13162 if test -n "$READELF_FOR_TARGET"; then
13163 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13164else
13165as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13166for as_dir in $PATH
13167do
13168 IFS=$as_save_IFS
13169 test -z "$as_dir" && as_dir=.
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
13172 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13174 break 2
13175 fi
13176done
13177 done
13178IFS=$as_save_IFS
13179
13180fi
13181fi
13182READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13183if test -n "$READELF_FOR_TARGET"; then
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13185$as_echo "$READELF_FOR_TARGET" >&6; }
13186else
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13188$as_echo "no" >&6; }
13189fi
13190
13191
13192 fi
13193 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13194 done
13195fi
13196
13197if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13198 set dummy readelf
13199 if test $build = $target ; then
13200 READELF_FOR_TARGET="$2"
13201 else
13202 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13203 fi
13204else
13205 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13206fi
13207
13208else
13209 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13210fi
13211
13212
13213
13214
2429c060
PB
13215if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13216 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13218$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13219 if test -x $with_build_time_tools/strip; then
13220 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13221 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13223$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 13224 else
81ecdfbb
RW
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13226$as_echo "no" >&6; }
3a35eeb3 13227 fi
2429c060
PB
13228 elif test $build != $host && test $have_gcc_for_target = yes; then
13229 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
13230 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13231 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
13232 fi
13233fi
c6b750e1 13234if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13235 # Extract the first word of "strip", so it can be a program name with args.
13236set dummy strip; ac_word=$2
81ecdfbb
RW
13237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13238$as_echo_n "checking for $ac_word... " >&6; }
13239if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13240 $as_echo_n "(cached) " >&6
2429c060 13241else
c6b750e1
DJ
13242 case $STRIP_FOR_TARGET in
13243 [\\/]* | ?:[\\/]*)
2429c060
PB
13244 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13245 ;;
2429c060 13246 *)
c6b750e1
DJ
13247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13248for as_dir in $gcc_cv_tool_dirs
13249do
13250 IFS=$as_save_IFS
13251 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13252 for ac_exec_ext in '' $ac_executable_extensions; do
13253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13254 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13256 break 2
13257 fi
13258done
81ecdfbb
RW
13259 done
13260IFS=$as_save_IFS
c6b750e1 13261
2429c060
PB
13262 ;;
13263esac
13264fi
c6b750e1 13265STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 13266if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13268$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 13269else
81ecdfbb
RW
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13271$as_echo "no" >&6; }
2429c060
PB
13272fi
13273
81ecdfbb 13274
2429c060
PB
13275fi
13276if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
13277
13278
13279if test -n "$STRIP_FOR_TARGET"; then
13280 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13281elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13282 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13283fi
13284
13285if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13286 for ncn_progname in strip; do
13287 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13288set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13290$as_echo_n "checking for $ac_word... " >&6; }
13291if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13292 $as_echo_n "(cached) " >&6
9a819804
AO
13293else
13294 if test -n "$STRIP_FOR_TARGET"; then
13295 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13296else
13297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13298for as_dir in $PATH
13299do
13300 IFS=$as_save_IFS
13301 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13302 for ac_exec_ext in '' $ac_executable_extensions; do
13303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13304 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13306 break 2
13307 fi
13308done
81ecdfbb
RW
13309 done
13310IFS=$as_save_IFS
9a819804
AO
13311
13312fi
13313fi
13314STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13315if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13317$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 13318else
81ecdfbb
RW
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13320$as_echo "no" >&6; }
9a819804
AO
13321fi
13322
81ecdfbb 13323
9a819804
AO
13324 done
13325fi
13326
13327if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13328 for ncn_progname in strip; do
81ecdfbb
RW
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13330$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13331 if test -x $with_build_time_tools/${ncn_progname}; then
13332 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13334$as_echo "yes" >&6; }
2429c060
PB
13335 break
13336 else
81ecdfbb
RW
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13338$as_echo "no" >&6; }
2429c060
PB
13339 fi
13340 done
13341fi
13342
13343if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13344 for ncn_progname in strip; do
13345 if test -n "$ncn_target_tool_prefix"; then
13346 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 13347set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13349$as_echo_n "checking for $ac_word... " >&6; }
13350if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13351 $as_echo_n "(cached) " >&6
7e0f7140
GK
13352else
13353 if test -n "$STRIP_FOR_TARGET"; then
13354 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
13355else
13356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13357for as_dir in $PATH
13358do
13359 IFS=$as_save_IFS
13360 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13361 for ac_exec_ext in '' $ac_executable_extensions; do
13362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13363 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13365 break 2
13366 fi
13367done
81ecdfbb
RW
13368 done
13369IFS=$as_save_IFS
c6b750e1 13370
7e0f7140
GK
13371fi
13372fi
c6b750e1 13373STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13374if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13376$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13377else
81ecdfbb
RW
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13379$as_echo "no" >&6; }
7e0f7140
GK
13380fi
13381
81ecdfbb 13382
2429c060
PB
13383 fi
13384 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 13386set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13388$as_echo_n "checking for $ac_word... " >&6; }
13389if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13390 $as_echo_n "(cached) " >&6
7e0f7140
GK
13391else
13392 if test -n "$STRIP_FOR_TARGET"; then
13393 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13394else
c6b750e1
DJ
13395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13396for as_dir in $PATH
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
c6b750e1 13402 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13404 break 2
13405 fi
13406done
81ecdfbb
RW
13407 done
13408IFS=$as_save_IFS
c6b750e1 13409
7e0f7140
GK
13410fi
13411fi
c6b750e1 13412STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13413if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13415$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13416else
81ecdfbb
RW
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13418$as_echo "no" >&6; }
7e0f7140 13419fi
c6b750e1 13420
81ecdfbb 13421
2429c060
PB
13422 fi
13423 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13424 done
13425fi
c6b750e1 13426
7e0f7140
GK
13427if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13428 set dummy strip
13429 if test $build = $target ; then
13430 STRIP_FOR_TARGET="$2"
13431 else
13432 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13433 fi
d3f5afc4
MS
13434else
13435 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
13436fi
13437
3a35eeb3
PB
13438else
13439 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
13440fi
13441
13442
13443
13444
13445if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13446 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13448$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13449 if test -x $with_build_time_tools/windres; then
13450 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13451 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
13452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13453$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 13454 else
81ecdfbb
RW
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13456$as_echo "no" >&6; }
3a35eeb3 13457 fi
2429c060
PB
13458 elif test $build != $host && test $have_gcc_for_target = yes; then
13459 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
13460 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13461 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
13462 fi
13463fi
c6b750e1 13464if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13465 # Extract the first word of "windres", so it can be a program name with args.
13466set dummy windres; ac_word=$2
81ecdfbb
RW
13467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13468$as_echo_n "checking for $ac_word... " >&6; }
13469if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13470 $as_echo_n "(cached) " >&6
2429c060 13471else
c6b750e1
DJ
13472 case $WINDRES_FOR_TARGET in
13473 [\\/]* | ?:[\\/]*)
2429c060
PB
13474 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13475 ;;
2429c060 13476 *)
c6b750e1
DJ
13477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13478for as_dir in $gcc_cv_tool_dirs
13479do
13480 IFS=$as_save_IFS
13481 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13482 for ac_exec_ext in '' $ac_executable_extensions; do
13483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13484 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13486 break 2
13487 fi
13488done
81ecdfbb
RW
13489 done
13490IFS=$as_save_IFS
c6b750e1 13491
2429c060
PB
13492 ;;
13493esac
13494fi
c6b750e1 13495WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 13496if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13498$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 13499else
81ecdfbb
RW
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13501$as_echo "no" >&6; }
2429c060
PB
13502fi
13503
81ecdfbb 13504
2429c060
PB
13505fi
13506if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
13507
13508
13509if test -n "$WINDRES_FOR_TARGET"; then
13510 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13511elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13512 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13513fi
13514
13515if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13516 for ncn_progname in windres; do
13517 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13518set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13520$as_echo_n "checking for $ac_word... " >&6; }
13521if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13522 $as_echo_n "(cached) " >&6
9a819804
AO
13523else
13524 if test -n "$WINDRES_FOR_TARGET"; then
13525 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13526else
13527as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13528for as_dir in $PATH
13529do
13530 IFS=$as_save_IFS
13531 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13532 for ac_exec_ext in '' $ac_executable_extensions; do
13533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13534 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13536 break 2
13537 fi
13538done
81ecdfbb
RW
13539 done
13540IFS=$as_save_IFS
9a819804
AO
13541
13542fi
13543fi
13544WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13545if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13547$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 13548else
81ecdfbb
RW
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13550$as_echo "no" >&6; }
9a819804
AO
13551fi
13552
81ecdfbb 13553
9a819804
AO
13554 done
13555fi
13556
13557if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13558 for ncn_progname in windres; do
81ecdfbb
RW
13559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13560$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13561 if test -x $with_build_time_tools/${ncn_progname}; then
13562 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13564$as_echo "yes" >&6; }
2429c060
PB
13565 break
13566 else
81ecdfbb
RW
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13568$as_echo "no" >&6; }
2429c060
PB
13569 fi
13570 done
13571fi
13572
13573if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13574 for ncn_progname in windres; do
13575 if test -n "$ncn_target_tool_prefix"; then
13576 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 13577set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13579$as_echo_n "checking for $ac_word... " >&6; }
13580if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13581 $as_echo_n "(cached) " >&6
859789af 13582else
55db4b87
PB
13583 if test -n "$WINDRES_FOR_TARGET"; then
13584 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13585else
c6b750e1
DJ
13586as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13587for as_dir in $PATH
13588do
13589 IFS=$as_save_IFS
13590 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13591 for ac_exec_ext in '' $ac_executable_extensions; do
13592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13593 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13595 break 2
13596 fi
13597done
81ecdfbb
RW
13598 done
13599IFS=$as_save_IFS
c6b750e1 13600
859789af
AC
13601fi
13602fi
c6b750e1 13603WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 13604if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13606$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13607else
81ecdfbb
RW
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13609$as_echo "no" >&6; }
859789af
AC
13610fi
13611
81ecdfbb 13612
2429c060
PB
13613 fi
13614 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13615 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 13616set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13618$as_echo_n "checking for $ac_word... " >&6; }
13619if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13620 $as_echo_n "(cached) " >&6
859789af 13621else
05cbd757
PB
13622 if test -n "$WINDRES_FOR_TARGET"; then
13623 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13624else
c6b750e1
DJ
13625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13626for as_dir in $PATH
13627do
13628 IFS=$as_save_IFS
13629 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13630 for ac_exec_ext in '' $ac_executable_extensions; do
13631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13632 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13634 break 2
13635 fi
13636done
81ecdfbb
RW
13637 done
13638IFS=$as_save_IFS
c6b750e1 13639
859789af
AC
13640fi
13641fi
c6b750e1 13642WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 13643if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13645$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13646else
81ecdfbb
RW
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13648$as_echo "no" >&6; }
859789af 13649fi
c6b750e1 13650
81ecdfbb 13651
2429c060
PB
13652 fi
13653 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13654 done
13655fi
c6b750e1 13656
05cbd757
PB
13657if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13658 set dummy windres
13659 if test $build = $target ; then
13660 WINDRES_FOR_TARGET="$2"
859789af 13661 else
05cbd757 13662 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13663 fi
d3f5afc4
MS
13664else
13665 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
13666fi
13667
3a35eeb3
PB
13668else
13669 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
13670fi
13671
852e5f18 13672
0c24b341
NC
13673
13674
13675if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13676 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13678$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
13679 if test -x $with_build_time_tools/windmc; then
13680 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13681 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13683$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 13684 else
81ecdfbb
RW
13685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13686$as_echo "no" >&6; }
0c24b341
NC
13687 fi
13688 elif test $build != $host && test $have_gcc_for_target = yes; then
13689 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13690 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13691 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13692 fi
13693fi
13694if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13695 # Extract the first word of "windmc", so it can be a program name with args.
13696set dummy windmc; ac_word=$2
81ecdfbb
RW
13697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13698$as_echo_n "checking for $ac_word... " >&6; }
13699if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13700 $as_echo_n "(cached) " >&6
0c24b341
NC
13701else
13702 case $WINDMC_FOR_TARGET in
13703 [\\/]* | ?:[\\/]*)
13704 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13705 ;;
13706 *)
13707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13708for as_dir in $gcc_cv_tool_dirs
13709do
13710 IFS=$as_save_IFS
13711 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13712 for ac_exec_ext in '' $ac_executable_extensions; do
13713 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13714 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13716 break 2
13717 fi
13718done
81ecdfbb
RW
13719 done
13720IFS=$as_save_IFS
0c24b341
NC
13721
13722 ;;
13723esac
13724fi
13725WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13726if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13728$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13729else
81ecdfbb
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13731$as_echo "no" >&6; }
0c24b341
NC
13732fi
13733
81ecdfbb 13734
0c24b341
NC
13735fi
13736if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13737
13738
13739if test -n "$WINDMC_FOR_TARGET"; then
13740 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13741elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13742 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13743fi
13744
13745if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13746 for ncn_progname in windmc; do
13747 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13748set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13750$as_echo_n "checking for $ac_word... " >&6; }
13751if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13752 $as_echo_n "(cached) " >&6
0c24b341
NC
13753else
13754 if test -n "$WINDMC_FOR_TARGET"; then
13755 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13756else
13757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13758for as_dir in $PATH
13759do
13760 IFS=$as_save_IFS
13761 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13762 for ac_exec_ext in '' $ac_executable_extensions; do
13763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13764 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13766 break 2
13767 fi
13768done
81ecdfbb
RW
13769 done
13770IFS=$as_save_IFS
0c24b341
NC
13771
13772fi
13773fi
13774WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13775if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13777$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13778else
81ecdfbb
RW
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13780$as_echo "no" >&6; }
0c24b341
NC
13781fi
13782
81ecdfbb 13783
0c24b341
NC
13784 done
13785fi
13786
13787if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13788 for ncn_progname in windmc; do
81ecdfbb
RW
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13790$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13791 if test -x $with_build_time_tools/${ncn_progname}; then
13792 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13794$as_echo "yes" >&6; }
0c24b341
NC
13795 break
13796 else
81ecdfbb
RW
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13798$as_echo "no" >&6; }
0c24b341
NC
13799 fi
13800 done
13801fi
13802
13803if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13804 for ncn_progname in windmc; do
13805 if test -n "$ncn_target_tool_prefix"; then
13806 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13807set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13809$as_echo_n "checking for $ac_word... " >&6; }
13810if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13811 $as_echo_n "(cached) " >&6
0c24b341
NC
13812else
13813 if test -n "$WINDMC_FOR_TARGET"; then
13814 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13815else
13816as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13817for as_dir in $PATH
13818do
13819 IFS=$as_save_IFS
13820 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13821 for ac_exec_ext in '' $ac_executable_extensions; do
13822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13823 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13825 break 2
13826 fi
13827done
81ecdfbb
RW
13828 done
13829IFS=$as_save_IFS
0c24b341
NC
13830
13831fi
13832fi
13833WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13834if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13836$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13837else
81ecdfbb
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13839$as_echo "no" >&6; }
0c24b341
NC
13840fi
13841
81ecdfbb 13842
0c24b341
NC
13843 fi
13844 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13845 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13846set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13848$as_echo_n "checking for $ac_word... " >&6; }
13849if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13850 $as_echo_n "(cached) " >&6
0c24b341
NC
13851else
13852 if test -n "$WINDMC_FOR_TARGET"; then
13853 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13854else
13855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13856for as_dir in $PATH
13857do
13858 IFS=$as_save_IFS
13859 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13860 for ac_exec_ext in '' $ac_executable_extensions; do
13861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13862 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13864 break 2
13865 fi
13866done
81ecdfbb
RW
13867 done
13868IFS=$as_save_IFS
0c24b341
NC
13869
13870fi
13871fi
13872WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13873if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13875$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13876else
81ecdfbb
RW
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13878$as_echo "no" >&6; }
0c24b341
NC
13879fi
13880
81ecdfbb 13881
0c24b341
NC
13882 fi
13883 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13884 done
13885fi
13886
13887if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13888 set dummy windmc
13889 if test $build = $target ; then
13890 WINDMC_FOR_TARGET="$2"
13891 else
13892 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13893 fi
13894else
13895 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13896fi
13897
13898else
13899 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13900fi
13901
13902
be01d343
PB
13903RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13904
81ecdfbb
RW
13905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13906$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13907if test "x${build}" != "x${host}" ; then
2429c060
PB
13908 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13909 # We already found the complete path
b8025f34 13910 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13912$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13913 else
13914 # Canadian cross, just use what we found
81ecdfbb
RW
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13916$as_echo "pre-installed" >&6; }
2429c060 13917 fi
be01d343
PB
13918else
13919 ok=yes
13920 case " ${configdirs} " in
13921 *" binutils "*) ;;
13922 *) ok=no ;;
13923 esac
c6b750e1 13924
be01d343
PB
13925 if test $ok = yes; then
13926 # An in-tree tool is available and we can use it
13927 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13929$as_echo "just compiled" >&6; }
2429c060
PB
13930 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13931 # We already found the complete path
b8025f34 13932 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13934$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13935 elif test "x$target" = "x$host"; then
13936 # We can use an host tool
13937 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13939$as_echo "host tool" >&6; }
be01d343
PB
13940 else
13941 # We need a cross tool
81ecdfbb
RW
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13943$as_echo "pre-installed" >&6; }
be01d343
PB
13944 fi
13945fi
4b900473 13946
81ecdfbb
RW
13947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13948$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13949if test "x${build}" != "x${host}" ; then
2429c060
PB
13950 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13951 # We already found the complete path
b8025f34 13952 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13954$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13955 else
13956 # Canadian cross, just use what we found
81ecdfbb
RW
13957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13958$as_echo "pre-installed" >&6; }
2429c060 13959 fi
be01d343
PB
13960else
13961 ok=yes
13962 case " ${configdirs} " in
13963 *" gas "*) ;;
13964 *) ok=no ;;
13965 esac
c6b750e1 13966
be01d343
PB
13967 if test $ok = yes; then
13968 # An in-tree tool is available and we can use it
13969 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13971$as_echo "just compiled" >&6; }
2429c060
PB
13972 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13973 # We already found the complete path
b8025f34 13974 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13976$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13977 elif test "x$target" = "x$host"; then
13978 # We can use an host tool
13979 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13981$as_echo "host tool" >&6; }
be01d343
PB
13982 else
13983 # We need a cross tool
81ecdfbb
RW
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13985$as_echo "pre-installed" >&6; }
be01d343
PB
13986 fi
13987fi
4b900473 13988
81ecdfbb
RW
13989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13990$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13991if test "x${build}" != "x${host}" ; then
2429c060
PB
13992 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13993 # We already found the complete path
b8025f34 13994 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13996$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13997 else
13998 # Canadian cross, just use what we found
81ecdfbb
RW
13999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14000$as_echo "pre-installed" >&6; }
2429c060 14001 fi
be01d343
PB
14002else
14003 ok=yes
14004 case " ${configdirs} " in
14005 *" gcc "*) ;;
14006 *) ok=no ;;
14007 esac
c6b750e1 14008
be01d343
PB
14009 if test $ok = yes; then
14010 # An in-tree tool is available and we can use it
14011 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14013$as_echo "just compiled" >&6; }
2429c060
PB
14014 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
14015 # We already found the complete path
b8025f34 14016 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14018$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14019 elif test "x$target" = "x$host"; then
14020 # We can use an host tool
14021 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14023$as_echo "host tool" >&6; }
be01d343
PB
14024 else
14025 # We need a cross tool
81ecdfbb
RW
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14027$as_echo "pre-installed" >&6; }
be01d343
PB
14028 fi
14029fi
4b900473 14030
81ecdfbb
RW
14031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
14032$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 14033if test "x${build}" != "x${host}" ; then
2429c060
PB
14034 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14035 # We already found the complete path
b8025f34 14036 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14038$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14039 else
14040 # Canadian cross, just use what we found
81ecdfbb
RW
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14042$as_echo "pre-installed" >&6; }
2429c060 14043 fi
be01d343
PB
14044else
14045 ok=yes
14046 case " ${configdirs} " in
14047 *" gcc "*) ;;
14048 *) ok=no ;;
14049 esac
14050 case ,${enable_languages}, in
14051 *,c++,*) ;;
14052 *) ok=no ;;
14053 esac
14054 if test $ok = yes; then
14055 # An in-tree tool is available and we can use it
95e43135 14056 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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
81ecdfbb
RW
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14058$as_echo "just compiled" >&6; }
2429c060
PB
14059 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14060 # We already found the complete path
b8025f34 14061 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14063$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14064 elif test "x$target" = "x$host"; then
14065 # We can use an host tool
14066 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14068$as_echo "host tool" >&6; }
be01d343
PB
14069 else
14070 # We need a cross tool
81ecdfbb
RW
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14072$as_echo "pre-installed" >&6; }
be01d343
PB
14073 fi
14074fi
4b900473 14075
81ecdfbb
RW
14076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14077$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 14078if test "x${build}" != "x${host}" ; then
2429c060
PB
14079 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14080 # We already found the complete path
b8025f34 14081 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14083$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14084 else
14085 # Canadian cross, just use what we found
81ecdfbb
RW
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14087$as_echo "pre-installed" >&6; }
2429c060 14088 fi
be01d343
PB
14089else
14090 ok=yes
14091 case " ${configdirs} " in
14092 *" gcc "*) ;;
14093 *) ok=no ;;
14094 esac
14095 case ,${enable_languages}, in
14096 *,c++,*) ;;
14097 *) ok=no ;;
14098 esac
14099 if test $ok = yes; then
14100 # An in-tree tool is available and we can use it
95e43135 14101 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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
81ecdfbb
RW
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14103$as_echo "just compiled" >&6; }
2429c060
PB
14104 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14105 # We already found the complete path
b8025f34 14106 ac_dir=`dirname $RAW_CXX_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; }
be01d343
PB
14109 elif test "x$target" = "x$host"; then
14110 # We can use an host tool
14111 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14113$as_echo "host tool" >&6; }
be01d343
PB
14114 else
14115 # We need a cross tool
81ecdfbb
RW
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14117$as_echo "pre-installed" >&6; }
be01d343
PB
14118 fi
14119fi
4b900473 14120
81ecdfbb
RW
14121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14122$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 14123if test "x${build}" != "x${host}" ; then
2429c060
PB
14124 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14125 # We already found the complete path
b8025f34 14126 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14128$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14129 else
14130 # Canadian cross, just use what we found
81ecdfbb
RW
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14132$as_echo "pre-installed" >&6; }
2429c060 14133 fi
be01d343
PB
14134else
14135 ok=yes
14136 case " ${configdirs} " in
14137 *" binutils "*) ;;
14138 *) ok=no ;;
14139 esac
c6b750e1 14140
be01d343
PB
14141 if test $ok = yes; then
14142 # An in-tree tool is available and we can use it
14143 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14145$as_echo "just compiled" >&6; }
2429c060
PB
14146 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14147 # We already found the complete path
b8025f34 14148 ac_dir=`dirname $DLLTOOL_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; }
be01d343
PB
14151 elif test "x$target" = "x$host"; then
14152 # We can use an host tool
14153 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14155$as_echo "host tool" >&6; }
be01d343
PB
14156 else
14157 # We need a cross tool
81ecdfbb
RW
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14159$as_echo "pre-installed" >&6; }
be01d343
PB
14160 fi
14161fi
4b900473 14162
81ecdfbb
RW
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14164$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 14165if test "x${build}" != "x${host}" ; then
2429c060
PB
14166 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14167 # We already found the complete path
b8025f34 14168 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14170$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14171 else
14172 # Canadian cross, just use what we found
81ecdfbb
RW
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14174$as_echo "pre-installed" >&6; }
2429c060 14175 fi
be01d343
PB
14176else
14177 ok=yes
14178 case " ${configdirs} " in
14179 *" gcc "*) ;;
14180 *) ok=no ;;
14181 esac
c6b750e1 14182
be01d343
PB
14183 if test $ok = yes; then
14184 # An in-tree tool is available and we can use it
14185 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14187$as_echo "just compiled" >&6; }
2429c060
PB
14188 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14189 # We already found the complete path
b8025f34 14190 ac_dir=`dirname $GCC_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; }
be01d343
PB
14193 elif test "x$target" = "x$host"; then
14194 # We can use an host tool
14195 GCC_FOR_TARGET='$()'
81ecdfbb
RW
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14197$as_echo "host tool" >&6; }
be01d343
PB
14198 else
14199 # We need a cross tool
81ecdfbb
RW
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14201$as_echo "pre-installed" >&6; }
be01d343
PB
14202 fi
14203fi
4b900473 14204
81ecdfbb
RW
14205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14206$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 14207if test "x${build}" != "x${host}" ; then
2429c060
PB
14208 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14209 # We already found the complete path
b8025f34 14210 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14212$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14213 else
14214 # Canadian cross, just use what we found
81ecdfbb
RW
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14216$as_echo "pre-installed" >&6; }
2429c060 14217 fi
be01d343
PB
14218else
14219 ok=yes
14220 case " ${configdirs} " in
14221 *" gcc "*) ;;
14222 *) ok=no ;;
14223 esac
14224 case ,${enable_languages}, in
14225 *,java,*) ;;
14226 *) ok=no ;;
14227 esac
14228 if test $ok = yes; then
14229 # An in-tree tool is available and we can use it
14230 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14232$as_echo "just compiled" >&6; }
2429c060
PB
14233 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14234 # We already found the complete path
b8025f34 14235 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14237$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14238 elif test "x$target" = "x$host"; then
14239 # We can use an host tool
14240 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14242$as_echo "host tool" >&6; }
be01d343
PB
14243 else
14244 # We need a cross tool
81ecdfbb
RW
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14246$as_echo "pre-installed" >&6; }
be01d343
PB
14247 fi
14248fi
4b900473 14249
81ecdfbb
RW
14250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14251$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 14252if test "x${build}" != "x${host}" ; then
2429c060
PB
14253 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14254 # We already found the complete path
b8025f34 14255 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14257$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14258 else
14259 # Canadian cross, just use what we found
81ecdfbb
RW
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14261$as_echo "pre-installed" >&6; }
2429c060 14262 fi
be01d343
PB
14263else
14264 ok=yes
14265 case " ${configdirs} " in
14266 *" gcc "*) ;;
14267 *) ok=no ;;
14268 esac
14269 case ,${enable_languages}, in
14270 *,fortran,*) ;;
14271 *) ok=no ;;
14272 esac
14273 if test $ok = yes; then
14274 # An in-tree tool is available and we can use it
14275 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14277$as_echo "just compiled" >&6; }
2429c060
PB
14278 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14279 # We already found the complete path
b8025f34 14280 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14282$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14283 elif test "x$target" = "x$host"; then
14284 # We can use an host tool
14285 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14287$as_echo "host tool" >&6; }
be01d343
PB
14288 else
14289 # We need a cross tool
81ecdfbb
RW
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14291$as_echo "pre-installed" >&6; }
be01d343
PB
14292 fi
14293fi
4b900473 14294
e552509b
ILT
14295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14296$as_echo_n "checking where to find the target gccgo... " >&6; }
14297if test "x${build}" != "x${host}" ; then
14298 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14299 # We already found the complete path
14300 ac_dir=`dirname $GOC_FOR_TARGET`
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14302$as_echo "pre-installed in $ac_dir" >&6; }
14303 else
14304 # Canadian cross, just use what we found
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14306$as_echo "pre-installed" >&6; }
14307 fi
14308else
14309 ok=yes
14310 case " ${configdirs} " in
14311 *" gcc "*) ;;
14312 *) ok=no ;;
14313 esac
14314 case ,${enable_languages}, in
14315 *,go,*) ;;
14316 *) ok=no ;;
14317 esac
14318 if test $ok = yes; then
14319 # An in-tree tool is available and we can use it
14320 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14322$as_echo "just compiled" >&6; }
14323 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14324 # We already found the complete path
14325 ac_dir=`dirname $GOC_FOR_TARGET`
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14327$as_echo "pre-installed in $ac_dir" >&6; }
14328 elif test "x$target" = "x$host"; then
14329 # We can use an host tool
14330 GOC_FOR_TARGET='$(GOC)'
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14332$as_echo "host tool" >&6; }
14333 else
14334 # We need a cross tool
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14336$as_echo "pre-installed" >&6; }
14337 fi
14338fi
14339
81ecdfbb
RW
14340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14341$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 14342if test "x${build}" != "x${host}" ; then
2429c060
PB
14343 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14344 # We already found the complete path
b8025f34 14345 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14347$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14348 else
14349 # Canadian cross, just use what we found
81ecdfbb
RW
14350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14351$as_echo "pre-installed" >&6; }
2429c060 14352 fi
be01d343
PB
14353else
14354 ok=yes
14355 case " ${configdirs} " in
14356 *" ld "*) ;;
14357 *) ok=no ;;
14358 esac
c6b750e1 14359
be01d343
PB
14360 if test $ok = yes; then
14361 # An in-tree tool is available and we can use it
14362 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14364$as_echo "just compiled" >&6; }
2429c060
PB
14365 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14366 # We already found the complete path
b8025f34 14367 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14369$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14370 elif test "x$target" = "x$host"; then
14371 # We can use an host tool
14372 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
14373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14374$as_echo "host tool" >&6; }
be01d343
PB
14375 else
14376 # We need a cross tool
81ecdfbb
RW
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14378$as_echo "pre-installed" >&6; }
be01d343
PB
14379 fi
14380fi
4b900473 14381
81ecdfbb
RW
14382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14383$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 14384if test "x${build}" != "x${host}" ; then
2429c060
PB
14385 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14386 # We already found the complete path
b8025f34 14387 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14389$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14390 else
14391 # Canadian cross, just use what we found
81ecdfbb
RW
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14393$as_echo "pre-installed" >&6; }
2429c060 14394 fi
be01d343 14395else
2429c060
PB
14396 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14397 # We already found the complete path
b8025f34 14398 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14400$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 14401 elif test "x$target" = "x$host"; then
be01d343
PB
14402 # We can use an host tool
14403 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
14404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14405$as_echo "host tool" >&6; }
be01d343
PB
14406 else
14407 # We need a cross tool
81ecdfbb
RW
14408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14409$as_echo "pre-installed" >&6; }
be01d343
PB
14410 fi
14411fi
4b900473 14412
81ecdfbb
RW
14413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14414$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 14415if test "x${build}" != "x${host}" ; then
2429c060
PB
14416 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14417 # We already found the complete path
b8025f34 14418 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14420$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14421 else
14422 # Canadian cross, just use what we found
81ecdfbb
RW
14423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14424$as_echo "pre-installed" >&6; }
2429c060 14425 fi
be01d343
PB
14426else
14427 ok=yes
14428 case " ${configdirs} " in
14429 *" binutils "*) ;;
14430 *) ok=no ;;
14431 esac
c6b750e1 14432
be01d343
PB
14433 if test $ok = yes; then
14434 # An in-tree tool is available and we can use it
14435 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14437$as_echo "just compiled" >&6; }
2429c060
PB
14438 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14439 # We already found the complete path
b8025f34 14440 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14442$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14443 elif test "x$target" = "x$host"; then
14444 # We can use an host tool
14445 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14447$as_echo "host tool" >&6; }
be01d343
PB
14448 else
14449 # We need a cross tool
81ecdfbb
RW
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14451$as_echo "pre-installed" >&6; }
be01d343
PB
14452 fi
14453fi
4b900473 14454
6b91c541
AP
14455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objcopy" >&5
14456$as_echo_n "checking where to find the target objcopy... " >&6; }
14457if test "x${build}" != "x${host}" ; then
14458 if expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14459 # We already found the complete path
14460 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14462$as_echo "pre-installed in $ac_dir" >&6; }
14463 else
14464 # Canadian cross, just use what we found
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14466$as_echo "pre-installed" >&6; }
14467 fi
14468else
14469 ok=yes
14470 case " ${configdirs} " in
14471 *" binutils "*) ;;
14472 *) ok=no ;;
14473 esac
14474
14475 if test $ok = yes; then
14476 # An in-tree tool is available and we can use it
14477 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14479$as_echo "just compiled" >&6; }
14480 elif expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14481 # We already found the complete path
14482 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14484$as_echo "pre-installed in $ac_dir" >&6; }
14485 elif test "x$target" = "x$host"; then
14486 # We can use an host tool
1b6c0831 14487 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
6b91c541
AP
14488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14489$as_echo "host tool" >&6; }
14490 else
14491 # We need a cross tool
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14493$as_echo "pre-installed" >&6; }
14494 fi
14495fi
14496
81ecdfbb
RW
14497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14498$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 14499if test "x${build}" != "x${host}" ; then
2429c060
PB
14500 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14501 # We already found the complete path
b8025f34 14502 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14504$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14505 else
14506 # Canadian cross, just use what we found
81ecdfbb
RW
14507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14508$as_echo "pre-installed" >&6; }
2429c060 14509 fi
be01d343
PB
14510else
14511 ok=yes
14512 case " ${configdirs} " in
14513 *" binutils "*) ;;
14514 *) ok=no ;;
14515 esac
c6b750e1 14516
be01d343
PB
14517 if test $ok = yes; then
14518 # An in-tree tool is available and we can use it
14519 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
14520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14521$as_echo "just compiled" >&6; }
2429c060
PB
14522 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14523 # We already found the complete path
b8025f34 14524 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14526$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14527 elif test "x$target" = "x$host"; then
14528 # We can use an host tool
14529 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14531$as_echo "host tool" >&6; }
be01d343
PB
14532 else
14533 # We need a cross tool
81ecdfbb
RW
14534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14535$as_echo "pre-installed" >&6; }
be01d343
PB
14536 fi
14537fi
4b900473 14538
81ecdfbb
RW
14539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14540$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 14541if test "x${build}" != "x${host}" ; then
2429c060
PB
14542 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14543 # We already found the complete path
b8025f34 14544 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14546$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14547 else
14548 # Canadian cross, just use what we found
81ecdfbb
RW
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14550$as_echo "pre-installed" >&6; }
2429c060 14551 fi
be01d343
PB
14552else
14553 ok=yes
14554 case " ${configdirs} " in
14555 *" binutils "*) ;;
14556 *) ok=no ;;
14557 esac
c6b750e1 14558
be01d343
PB
14559 if test $ok = yes; then
14560 # An in-tree tool is available and we can use it
14561 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14563$as_echo "just compiled" >&6; }
2429c060
PB
14564 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14565 # We already found the complete path
b8025f34 14566 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14568$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14569 elif test "x$target" = "x$host"; then
14570 # We can use an host tool
14571 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14573$as_echo "host tool" >&6; }
be01d343
PB
14574 else
14575 # We need a cross tool
81ecdfbb
RW
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14577$as_echo "pre-installed" >&6; }
be01d343
PB
14578 fi
14579fi
4b900473 14580
b121d7d4
DD
14581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14582$as_echo_n "checking where to find the target readelf... " >&6; }
14583if test "x${build}" != "x${host}" ; then
14584 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14585 # We already found the complete path
14586 ac_dir=`dirname $READELF_FOR_TARGET`
14587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14588$as_echo "pre-installed in $ac_dir" >&6; }
14589 else
14590 # Canadian cross, just use what we found
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14592$as_echo "pre-installed" >&6; }
14593 fi
14594else
14595 ok=yes
14596 case " ${configdirs} " in
14597 *" binutils "*) ;;
14598 *) ok=no ;;
14599 esac
14600
14601 if test $ok = yes; then
14602 # An in-tree tool is available and we can use it
14603 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14605$as_echo "just compiled" >&6; }
14606 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14607 # We already found the complete path
14608 ac_dir=`dirname $READELF_FOR_TARGET`
14609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14610$as_echo "pre-installed in $ac_dir" >&6; }
14611 elif test "x$target" = "x$host"; then
14612 # We can use an host tool
14613 READELF_FOR_TARGET='$(READELF)'
14614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14615$as_echo "host tool" >&6; }
14616 else
14617 # We need a cross tool
14618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14619$as_echo "pre-installed" >&6; }
14620 fi
14621fi
14622
81ecdfbb
RW
14623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14624$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 14625if test "x${build}" != "x${host}" ; then
2429c060
PB
14626 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14627 # We already found the complete path
b8025f34 14628 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14630$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14631 else
14632 # Canadian cross, just use what we found
81ecdfbb
RW
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14634$as_echo "pre-installed" >&6; }
2429c060 14635 fi
be01d343
PB
14636else
14637 ok=yes
14638 case " ${configdirs} " in
14639 *" binutils "*) ;;
14640 *) ok=no ;;
14641 esac
c6b750e1 14642
be01d343
PB
14643 if test $ok = yes; then
14644 # An in-tree tool is available and we can use it
9b980aa1 14645 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
14646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14647$as_echo "just compiled" >&6; }
2429c060
PB
14648 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14649 # We already found the complete path
b8025f34 14650 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14652$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14653 elif test "x$target" = "x$host"; then
14654 # We can use an host tool
14655 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14657$as_echo "host tool" >&6; }
be01d343
PB
14658 else
14659 # We need a cross tool
81ecdfbb
RW
14660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14661$as_echo "pre-installed" >&6; }
be01d343
PB
14662 fi
14663fi
4b900473 14664
81ecdfbb
RW
14665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14666$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 14667if test "x${build}" != "x${host}" ; then
2429c060
PB
14668 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14669 # We already found the complete path
b8025f34 14670 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14672$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14673 else
14674 # Canadian cross, just use what we found
81ecdfbb
RW
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14676$as_echo "pre-installed" >&6; }
2429c060 14677 fi
be01d343
PB
14678else
14679 ok=yes
14680 case " ${configdirs} " in
14681 *" binutils "*) ;;
14682 *) ok=no ;;
14683 esac
c6b750e1 14684
be01d343
PB
14685 if test $ok = yes; then
14686 # An in-tree tool is available and we can use it
14687 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14689$as_echo "just compiled" >&6; }
2429c060
PB
14690 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14691 # We already found the complete path
b8025f34 14692 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14694$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14695 elif test "x$target" = "x$host"; then
14696 # We can use an host tool
14697 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14699$as_echo "host tool" >&6; }
be01d343
PB
14700 else
14701 # We need a cross tool
81ecdfbb
RW
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14703$as_echo "pre-installed" >&6; }
be01d343 14704 fi
a0da8069 14705fi
54752a6b 14706
81ecdfbb
RW
14707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14708$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
14709if test "x${build}" != "x${host}" ; then
14710 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14711 # We already found the complete path
14712 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14714$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14715 else
14716 # Canadian cross, just use what we found
81ecdfbb
RW
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14718$as_echo "pre-installed" >&6; }
0c24b341
NC
14719 fi
14720else
14721 ok=yes
14722 case " ${configdirs} " in
14723 *" binutils "*) ;;
14724 *) ok=no ;;
14725 esac
14726
14727 if test $ok = yes; then
14728 # An in-tree tool is available and we can use it
14729 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
14730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14731$as_echo "just compiled" >&6; }
0c24b341
NC
14732 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14733 # We already found the complete path
14734 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14736$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14737 elif test "x$target" = "x$host"; then
14738 # We can use an host tool
14739 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14741$as_echo "host tool" >&6; }
0c24b341
NC
14742 else
14743 # We need a cross tool
81ecdfbb
RW
14744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14745$as_echo "pre-installed" >&6; }
0c24b341
NC
14746 fi
14747fi
14748
54752a6b
NN
14749
14750
be01d343 14751
4b900473 14752
a0da8069
NN
14753# Certain tools may need extra flags.
14754AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14755RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14756NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14757
be01d343
PB
14758# When building target libraries, except in a Canadian cross, we use
14759# the same toolchain as the compiler we just built.
14760COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14761COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14762COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14763if test $host = $build; then
14764 case " $configdirs " in
14765 *" gcc "*)
14766 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14767 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14768 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14769 ;;
14770 esac
14771fi
14772
14773
14774
14775
14776
81ecdfbb
RW
14777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14778$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14779# Check whether --enable-maintainer-mode was given.
14780if test "${enable_maintainer_mode+set}" = set; then :
14781 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
14782else
14783 USE_MAINTAINER_MODE=no
81ecdfbb
RW
14784fi
14785
14786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14787$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
14788
14789
14790if test "$USE_MAINTAINER_MODE" = yes; then
14791 MAINTAINER_MODE_TRUE=
14792 MAINTAINER_MODE_FALSE='#'
14793else
14794 MAINTAINER_MODE_TRUE='#'
14795 MAINTAINER_MODE_FALSE=
c6b750e1 14796fi
3d5e36ae
AO
14797MAINT=$MAINTAINER_MODE_TRUE
14798
1d39f329
NN
14799# ---------------------
14800# GCC bootstrap support
14801# ---------------------
14802
14803# Stage specific cflags for build.
14804stage1_cflags="-g"
14805case $build in
14806 vax-*-*)
14807 case ${GCC} in
14808 yes) stage1_cflags="-g -Wa,-J" ;;
14809 *) stage1_cflags="-g -J" ;;
14810 esac ;;
1d39f329
NN
14811esac
14812
1d89b610 14813
1d39f329 14814
8a0d8a5c 14815# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14816# Check whether --enable-stage1-checking was given.
14817if test "${enable_stage1_checking+set}" = set; then :
14818 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14819else
5566c1fa 14820 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
ce6c656d
L
14821 # For --disable-checking or implicit --enable-checking=release, avoid
14822 # setting --enable-checking=gc in the default stage1 checking for LTO
14823 # bootstraps. See PR62077.
14824 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types
14825 case $BUILD_CONFIG in
14826 *lto*)
14827 if test "x$enable_checking" = x && \
14828 test -d ${srcdir}/gcc && \
14829 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
14830 stage1_checking=--enable-checking=yes,types
14831 fi;;
14832 *) stage1_checking=--enable-checking=yes,types;;
14833 esac
8a0d8a5c 14834else
5566c1fa 14835 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14836fi
81ecdfbb 14837fi
8a0d8a5c
PB
14838
14839
c6b750e1 14840
81ecdfbb
RW
14841# Enable -Werror in bootstrap stage2 and later.
14842# Check whether --enable-werror was given.
14843if test "${enable_werror+set}" = set; then :
14844 enableval=$enable_werror;
1d39f329 14845else
a0323144 14846 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14847 enable_werror=yes
79fcd0ec
PB
14848else
14849 enable_werror=no
14850fi
81ecdfbb
RW
14851fi
14852
1a6f2dc7
NN
14853case ${enable_werror} in
14854 yes) stage2_werror_flag="--enable-werror-always" ;;
14855 *) stage2_werror_flag="" ;;
1d39f329
NN
14856esac
14857
14858
82033c9b
JBG
14859# Enable --enable-host-shared.
14860# Check whether --enable-host-shared was given.
14861if test "${enable_host_shared+set}" = set; then :
14862 enableval=$enable_host_shared; host_shared=$enableval
14863else
14864 host_shared=no
14865fi
14866
14867
14868
1b6c0831
L
14869# PR jit/64780: Require the user to explicitly specify
14870# --enable-host-shared if the jit is enabled, hinting
14871# that they might want to do a separate configure/build of
14872# the jit, to avoid users from slowing down the rest of the
14873# compiler by enabling the jit.
14874if test ${host_shared} = "no" ; then
14875 case "${enable_languages}" in
14876 *jit*)
14877 as_fn_error "
14878Enabling language \"jit\" requires --enable-host-shared.
14879
14880--enable-host-shared typically slows the rest of the compiler down by
14881a few %, so you must explicitly enable it.
14882
14883If you want to build both the jit and the regular compiler, it is often
14884best to do this via two separate configure/builds, in separate
14885directories, to avoid imposing the performance cost of
14886--enable-host-shared on the regular compiler." "$LINENO" 5
14887 ;;
14888 *)
14889 ;;
14890 esac
14891fi
14892
e8a5fa9c
RW
14893# Specify what files to not compare during bootstrap.
14894
14895compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14896case "$target" in
14897 hppa*64*-*-hpux*) ;;
14898 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
1488e230 14899 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
e8a5fa9c
RW
14900esac
14901
14902
81ecdfbb
RW
14903ac_config_files="$ac_config_files Makefile"
14904
c6b750e1 14905cat >confcache <<\_ACEOF
a0da8069
NN
14906# This file is a shell script that caches the results of configure
14907# tests run on this system so they can be shared between configure
c6b750e1
DJ
14908# scripts and configure runs, see configure's option --config-cache.
14909# It is not useful on other systems. If it contains results you don't
14910# want to keep, you may remove or edit it.
a0da8069 14911#
c6b750e1
DJ
14912# config.status only pays attention to the cache file if you give it
14913# the --recheck option to rerun configure.
a0da8069 14914#
c6b750e1
DJ
14915# `ac_cv_env_foo' variables (set or unset) will be overridden when
14916# loading this file, other *unset* `ac_cv_foo' will be assigned the
14917# following values.
14918
14919_ACEOF
14920
a0da8069
NN
14921# The following way of writing the cache mishandles newlines in values,
14922# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14923# So, we kill variables containing newlines.
a0da8069
NN
14924# Ultrix sh set writes to stderr and can't be redirected directly,
14925# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14926(
14927 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14928 eval ac_val=\$$ac_var
14929 case $ac_val in #(
14930 *${as_nl}*)
14931 case $ac_var in #(
14932 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14933$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14934 esac
14935 case $ac_var in #(
14936 _ | IFS | as_nl) ;; #(
14937 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14938 *) { eval $ac_var=; unset $ac_var;} ;;
14939 esac ;;
14940 esac
14941 done
14942
c6b750e1 14943 (set) 2>&1 |
81ecdfbb
RW
14944 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14945 *${as_nl}ac_space=\ *)
14946 # `set' does not quote correctly, so add quotes: double-quote
14947 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14948 sed -n \
14949 "s/'/'\\\\''/g;
14950 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14951 ;; #(
c6b750e1
DJ
14952 *)
14953 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14954 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14955 ;;
81ecdfbb
RW
14956 esac |
14957 sort
14958) |
c6b750e1 14959 sed '
81ecdfbb 14960 /^ac_cv_env_/b end
c6b750e1 14961 t clear
81ecdfbb 14962 :clear
c6b750e1
DJ
14963 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14964 t end
81ecdfbb
RW
14965 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14966 :end' >>confcache
14967if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14968 if test -w "$cache_file"; then
14969 test "x$cache_file" != "x/dev/null" &&
14970 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14971$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14972 cat confcache >$cache_file
a0da8069 14973 else
81ecdfbb
RW
14974 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14975$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14976 fi
852e5f18 14977fi
a0da8069 14978rm -f confcache
852e5f18 14979
a0da8069
NN
14980test "x$prefix" = xNONE && prefix=$ac_default_prefix
14981# Let make expand exec_prefix.
14982test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14983
a0da8069
NN
14984# Transform confdefs.h into DEFS.
14985# Protect against shell expansion while executing Makefile rules.
14986# Protect against Makefile macro expansion.
c6b750e1
DJ
14987#
14988# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14989# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14990# look for a macro that doesn't take arguments.
81ecdfbb
RW
14991ac_script='
14992:mline
14993/\\$/{
14994 N
14995 s,\\\n,,
14996 b mline
14997}
c6b750e1 14998t clear
81ecdfbb
RW
14999:clear
15000s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 15001t quote
81ecdfbb 15002s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 15003t quote
81ecdfbb
RW
15004b any
15005:quote
15006s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
15007s/\[/\\&/g
15008s/\]/\\&/g
15009s/\$/$$/g
15010H
15011:any
15012${
15013 g
15014 s/^\n//
15015 s/\n/ /g
15016 p
15017}
15018'
15019DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
15020
15021
15022ac_libobjs=
15023ac_ltlibobjs=
15024for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15025 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15026 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15027 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15028 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15029 # will be set to the directory where LIBOBJS objects are built.
15030 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15031 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
15032done
15033LIBOBJS=$ac_libobjs
852e5f18 15034
c6b750e1 15035LTLIBOBJS=$ac_ltlibobjs
376a0e54 15036
cac3d6c4 15037
c6b750e1
DJ
15038
15039: ${CONFIG_STATUS=./config.status}
81ecdfbb 15040ac_write_fail=0
c6b750e1
DJ
15041ac_clean_files_save=$ac_clean_files
15042ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15043{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15044$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15045as_write_fail=0
15046cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
15047#! $SHELL
15048# Generated by $as_me.
a0da8069 15049# Run this file to recreate the current configuration.
a0da8069 15050# Compiler output produced by configure, useful for debugging
c6b750e1 15051# configure, is in config.log if it exists.
376a0e54 15052
c6b750e1
DJ
15053debug=false
15054ac_cs_recheck=false
15055ac_cs_silent=false
c6b750e1 15056
81ecdfbb
RW
15057SHELL=\${CONFIG_SHELL-$SHELL}
15058export SHELL
15059_ASEOF
15060cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15061## -------------------- ##
15062## M4sh Initialization. ##
15063## -------------------- ##
15064
15065# Be more Bourne compatible
15066DUALCASE=1; export DUALCASE # for MKS sh
15067if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
15068 emulate sh
15069 NULLCMD=:
81ecdfbb 15070 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
15071 # is contrary to our usage. Disable this feature.
15072 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15073 setopt NO_GLOB_SUBST
15074else
15075 case `(set -o) 2>/dev/null` in #(
15076 *posix*) :
15077 set -o posix ;; #(
15078 *) :
15079 ;;
15080esac
c6b750e1 15081fi
c6b750e1 15082
81ecdfbb
RW
15083
15084as_nl='
15085'
15086export as_nl
15087# Printing a long string crashes Solaris 7 /usr/bin/printf.
15088as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15089as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15090as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15091# Prefer a ksh shell builtin over an external printf program on Solaris,
15092# but without wasting forks for bash or zsh.
15093if test -z "$BASH_VERSION$ZSH_VERSION" \
15094 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15095 as_echo='print -r --'
15096 as_echo_n='print -rn --'
15097elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15098 as_echo='printf %s\n'
15099 as_echo_n='printf %s'
15100else
15101 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15102 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15103 as_echo_n='/usr/ucb/echo -n'
15104 else
15105 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15106 as_echo_n_body='eval
15107 arg=$1;
15108 case $arg in #(
15109 *"$as_nl"*)
15110 expr "X$arg" : "X\\(.*\\)$as_nl";
15111 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15112 esac;
15113 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15114 '
15115 export as_echo_n_body
15116 as_echo_n='sh -c $as_echo_n_body as_echo'
15117 fi
15118 export as_echo_body
15119 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
15120fi
15121
81ecdfbb
RW
15122# The user is always right.
15123if test "${PATH_SEPARATOR+set}" != set; then
15124 PATH_SEPARATOR=:
15125 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15126 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15127 PATH_SEPARATOR=';'
15128 }
15129fi
15130
15131
15132# IFS
15133# We need space, tab and new line, in precisely that order. Quoting is
15134# there to prevent editors from complaining about space-tab.
15135# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15136# splitting by setting IFS to empty value.)
15137IFS=" "" $as_nl"
15138
15139# Find who we are. Look in the path if we contain no directory separator.
15140case $0 in #((
15141 *[\\/]* ) as_myself=$0 ;;
15142 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15143for as_dir in $PATH
15144do
15145 IFS=$as_save_IFS
15146 test -z "$as_dir" && as_dir=.
15147 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15148 done
15149IFS=$as_save_IFS
15150
15151 ;;
15152esac
15153# We did not find ourselves, most probably we were run as `sh COMMAND'
15154# in which case we are not to be found in the path.
15155if test "x$as_myself" = x; then
15156 as_myself=$0
15157fi
15158if test ! -f "$as_myself"; then
15159 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15160 exit 1
15161fi
c6b750e1 15162
81ecdfbb
RW
15163# Unset variables that we do not need and which cause bugs (e.g. in
15164# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15165# suppresses any "Segmentation fault" message there. '((' could
15166# trigger a bug in pdksh 5.2.14.
15167for as_var in BASH_ENV ENV MAIL MAILPATH
15168do eval test x\${$as_var+set} = xset \
15169 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15170done
c6b750e1
DJ
15171PS1='$ '
15172PS2='> '
15173PS4='+ '
15174
15175# NLS nuisances.
81ecdfbb
RW
15176LC_ALL=C
15177export LC_ALL
15178LANGUAGE=C
15179export LANGUAGE
15180
15181# CDPATH.
15182(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15183
15184
15185# as_fn_error ERROR [LINENO LOG_FD]
15186# ---------------------------------
15187# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15188# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15189# script with status $?, using 1 if that was 0.
15190as_fn_error ()
15191{
15192 as_status=$?; test $as_status -eq 0 && as_status=1
15193 if test "$3"; then
15194 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15195 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 15196 fi
81ecdfbb
RW
15197 $as_echo "$as_me: error: $1" >&2
15198 as_fn_exit $as_status
15199} # as_fn_error
15200
15201
15202# as_fn_set_status STATUS
15203# -----------------------
15204# Set $? to STATUS, without forking.
15205as_fn_set_status ()
15206{
15207 return $1
15208} # as_fn_set_status
15209
15210# as_fn_exit STATUS
15211# -----------------
15212# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15213as_fn_exit ()
15214{
15215 set +e
15216 as_fn_set_status $1
15217 exit $1
15218} # as_fn_exit
15219
15220# as_fn_unset VAR
15221# ---------------
15222# Portably unset VAR.
15223as_fn_unset ()
15224{
15225 { eval $1=; unset $1;}
15226}
15227as_unset=as_fn_unset
15228# as_fn_append VAR VALUE
15229# ----------------------
15230# Append the text in VALUE to the end of the definition contained in VAR. Take
15231# advantage of any shell optimizations that allow amortized linear growth over
15232# repeated appends, instead of the typical quadratic growth present in naive
15233# implementations.
15234if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15235 eval 'as_fn_append ()
15236 {
15237 eval $1+=\$2
15238 }'
15239else
15240 as_fn_append ()
15241 {
15242 eval $1=\$$1\$2
15243 }
15244fi # as_fn_append
15245
15246# as_fn_arith ARG...
15247# ------------------
15248# Perform arithmetic evaluation on the ARGs, and store the result in the
15249# global $as_val. Take advantage of shells that can avoid forks. The arguments
15250# must be portable across $(()) and expr.
15251if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15252 eval 'as_fn_arith ()
15253 {
15254 as_val=$(( $* ))
15255 }'
15256else
15257 as_fn_arith ()
15258 {
15259 as_val=`expr "$@" || test $? -eq 1`
15260 }
15261fi # as_fn_arith
15262
c6b750e1 15263
81ecdfbb
RW
15264if expr a : '\(a\)' >/dev/null 2>&1 &&
15265 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
15266 as_expr=expr
15267else
15268 as_expr=false
15269fi
15270
81ecdfbb 15271if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
15272 as_basename=basename
15273else
15274 as_basename=false
15275fi
15276
81ecdfbb
RW
15277if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15278 as_dirname=dirname
15279else
15280 as_dirname=false
15281fi
c6b750e1 15282
81ecdfbb 15283as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
15284$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15285 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15286 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15287$as_echo X/"$0" |
15288 sed '/^.*\/\([^/][^/]*\)\/*$/{
15289 s//\1/
15290 q
15291 }
15292 /^X\/\(\/\/\)$/{
15293 s//\1/
15294 q
15295 }
15296 /^X\/\(\/\).*/{
15297 s//\1/
15298 q
15299 }
15300 s/.*/./; q'`
c6b750e1 15301
c6b750e1
DJ
15302# Avoid depending upon Character Ranges.
15303as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15304as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15305as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15306as_cr_digits='0123456789'
15307as_cr_alnum=$as_cr_Letters$as_cr_digits
15308
81ecdfbb
RW
15309ECHO_C= ECHO_N= ECHO_T=
15310case `echo -n x` in #(((((
15311-n*)
15312 case `echo 'xy\c'` in
15313 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15314 xy) ECHO_C='\c';;
15315 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15316 ECHO_T=' ';;
15317 esac;;
15318*)
15319 ECHO_N='-n';;
c6b750e1
DJ
15320esac
15321
81ecdfbb
RW
15322rm -f conf$$ conf$$.exe conf$$.file
15323if test -d conf$$.dir; then
15324 rm -f conf$$.dir/conf$$.file
c6b750e1 15325else
81ecdfbb
RW
15326 rm -f conf$$.dir
15327 mkdir conf$$.dir 2>/dev/null
c6b750e1 15328fi
81ecdfbb
RW
15329if (echo >conf$$.file) 2>/dev/null; then
15330 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 15331 as_ln_s='ln -s'
81ecdfbb
RW
15332 # ... but there are two gotchas:
15333 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15334 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15335 # In both cases, we have to default to `cp -p'.
15336 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15337 as_ln_s='cp -p'
15338 elif ln conf$$.file conf$$ 2>/dev/null; then
15339 as_ln_s=ln
15340 else
15341 as_ln_s='cp -p'
c6b750e1 15342 fi
c6b750e1
DJ
15343else
15344 as_ln_s='cp -p'
15345fi
81ecdfbb
RW
15346rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15347rmdir conf$$.dir 2>/dev/null
15348
15349
15350# as_fn_mkdir_p
15351# -------------
15352# Create "$as_dir" as a directory, including parents if necessary.
15353as_fn_mkdir_p ()
15354{
15355
15356 case $as_dir in #(
15357 -*) as_dir=./$as_dir;;
15358 esac
15359 test -d "$as_dir" || eval $as_mkdir_p || {
15360 as_dirs=
15361 while :; do
15362 case $as_dir in #(
15363 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15364 *) as_qdir=$as_dir;;
15365 esac
15366 as_dirs="'$as_qdir' $as_dirs"
15367 as_dir=`$as_dirname -- "$as_dir" ||
15368$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15369 X"$as_dir" : 'X\(//\)[^/]' \| \
15370 X"$as_dir" : 'X\(//\)$' \| \
15371 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15372$as_echo X"$as_dir" |
15373 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15374 s//\1/
15375 q
15376 }
15377 /^X\(\/\/\)[^/].*/{
15378 s//\1/
15379 q
15380 }
15381 /^X\(\/\/\)$/{
15382 s//\1/
15383 q
15384 }
15385 /^X\(\/\).*/{
15386 s//\1/
15387 q
15388 }
15389 s/.*/./; q'`
15390 test -d "$as_dir" && break
15391 done
15392 test -z "$as_dirs" || eval "mkdir $as_dirs"
15393 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15394
c6b750e1 15395
81ecdfbb 15396} # as_fn_mkdir_p
c6b750e1 15397if mkdir -p . 2>/dev/null; then
81ecdfbb 15398 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
15399else
15400 test -d ./-p && rmdir ./-p
15401 as_mkdir_p=false
15402fi
15403
81ecdfbb
RW
15404if test -x / >/dev/null 2>&1; then
15405 as_test_x='test -x'
15406else
15407 if ls -dL / >/dev/null 2>&1; then
15408 as_ls_L_option=L
15409 else
15410 as_ls_L_option=
15411 fi
15412 as_test_x='
15413 eval sh -c '\''
15414 if test -d "$1"; then
15415 test -d "$1/.";
15416 else
15417 case $1 in #(
15418 -*)set "./$1";;
15419 esac;
15420 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15421 ???[sx]*):;;*)false;;esac;fi
15422 '\'' sh
15423 '
15424fi
15425as_executable_p=$as_test_x
c6b750e1
DJ
15426
15427# Sed expression to map a string onto a valid CPP name.
15428as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15429
15430# Sed expression to map a string onto a valid variable name.
15431as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15432
15433
c6b750e1 15434exec 6>&1
81ecdfbb
RW
15435## ----------------------------------- ##
15436## Main body of $CONFIG_STATUS script. ##
15437## ----------------------------------- ##
15438_ASEOF
15439test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15440
15441cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15442# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 15443# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15444# values after options handling.
15445ac_log="
c6b750e1 15446This file was extended by $as_me, which was
81ecdfbb 15447generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
15448
15449 CONFIG_FILES = $CONFIG_FILES
15450 CONFIG_HEADERS = $CONFIG_HEADERS
15451 CONFIG_LINKS = $CONFIG_LINKS
15452 CONFIG_COMMANDS = $CONFIG_COMMANDS
15453 $ $0 $@
15454
81ecdfbb
RW
15455on `(hostname || uname -n) 2>/dev/null | sed 1q`
15456"
15457
c6b750e1
DJ
15458_ACEOF
15459
81ecdfbb
RW
15460case $ac_config_files in *"
15461"*) set x $ac_config_files; shift; ac_config_files=$*;;
15462esac
c6b750e1 15463
c6b750e1 15464
c6b750e1 15465
81ecdfbb
RW
15466cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15467# Files that config.status was made for.
15468config_files="$ac_config_files"
c6b750e1 15469
81ecdfbb 15470_ACEOF
c6b750e1 15471
81ecdfbb 15472cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15473ac_cs_usage="\
81ecdfbb
RW
15474\`$as_me' instantiates files and other configuration actions
15475from templates according to the current configuration. Unless the files
15476and actions are specified as TAGs, all are instantiated by default.
c6b750e1 15477
81ecdfbb 15478Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
15479
15480 -h, --help print this help, then exit
81ecdfbb
RW
15481 -V, --version print version number and configuration settings, then exit
15482 -q, --quiet, --silent
15483 do not print progress messages
c6b750e1
DJ
15484 -d, --debug don't remove temporary files
15485 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15486 --file=FILE[:TEMPLATE]
15487 instantiate the configuration file FILE
c6b750e1
DJ
15488
15489Configuration files:
15490$config_files
15491
81ecdfbb 15492Report bugs to the package provider."
c6b750e1 15493
81ecdfbb
RW
15494_ACEOF
15495cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
15496ac_cs_version="\\
15497config.status
81ecdfbb
RW
15498configured by $0, generated by GNU Autoconf 2.64,
15499 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 15500
81ecdfbb 15501Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
15502This config.status script is free software; the Free Software Foundation
15503gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15504
15505ac_pwd='$ac_pwd'
15506srcdir='$srcdir'
15507INSTALL='$INSTALL'
8e957354 15508AWK='$AWK'
81ecdfbb 15509test -n "\$AWK" || AWK=awk
c6b750e1
DJ
15510_ACEOF
15511
81ecdfbb
RW
15512cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15513# The default lists apply if the user does not specify any file.
c6b750e1
DJ
15514ac_need_defaults=:
15515while test $# != 0
a0da8069 15516do
c6b750e1
DJ
15517 case $1 in
15518 --*=*)
81ecdfbb
RW
15519 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15520 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
15521 ac_shift=:
15522 ;;
81ecdfbb 15523 *)
c6b750e1
DJ
15524 ac_option=$1
15525 ac_optarg=$2
15526 ac_shift=shift
15527 ;;
c6b750e1
DJ
15528 esac
15529
15530 case $ac_option in
15531 # Handling of the options.
a0da8069 15532 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 15533 ac_cs_recheck=: ;;
81ecdfbb
RW
15534 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15535 $as_echo "$ac_cs_version"; exit ;;
15536 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
15537 debug=: ;;
15538 --file | --fil | --fi | --f )
15539 $ac_shift
81ecdfbb
RW
15540 case $ac_optarg in
15541 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15542 esac
15543 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 15544 ac_need_defaults=false;;
81ecdfbb
RW
15545 --he | --h | --help | --hel | -h )
15546 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
15547 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15548 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15549 ac_cs_silent=: ;;
15550
15551 # This is an error.
81ecdfbb
RW
15552 -*) as_fn_error "unrecognized option: \`$1'
15553Try \`$0 --help' for more information." ;;
c6b750e1 15554
81ecdfbb
RW
15555 *) as_fn_append ac_config_targets " $1"
15556 ac_need_defaults=false ;;
c6b750e1 15557
376a0e54 15558 esac
c6b750e1 15559 shift
376a0e54
CM
15560done
15561
c6b750e1 15562ac_configure_extra_args=
376a0e54 15563
c6b750e1
DJ
15564if $ac_cs_silent; then
15565 exec 6>/dev/null
15566 ac_configure_extra_args="$ac_configure_extra_args --silent"
15567fi
376a0e54 15568
c6b750e1 15569_ACEOF
81ecdfbb 15570cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 15571if \$ac_cs_recheck; then
81ecdfbb
RW
15572 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15573 shift
15574 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15575 CONFIG_SHELL='$SHELL'
15576 export CONFIG_SHELL
15577 exec "\$@"
c6b750e1
DJ
15578fi
15579
15580_ACEOF
81ecdfbb
RW
15581cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15582exec 5>>config.log
15583{
15584 echo
15585 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15586## Running $as_me. ##
15587_ASBOX
15588 $as_echo "$ac_log"
15589} >&5
c6b750e1 15590
81ecdfbb
RW
15591_ACEOF
15592cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
15593#
15594# INIT-COMMANDS
15595#
15596extrasub_build="$extrasub_build"
15597 extrasub_host="$extrasub_host"
15598 extrasub_target="$extrasub_target"
15599
81ecdfbb 15600_ACEOF
c6b750e1 15601
81ecdfbb 15602cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15603
81ecdfbb 15604# Handling of arguments.
c6b750e1
DJ
15605for ac_config_target in $ac_config_targets
15606do
81ecdfbb
RW
15607 case $ac_config_target in
15608 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15609
15610 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
15611 esac
15612done
15613
81ecdfbb 15614
c6b750e1
DJ
15615# If the user did not use the arguments to specify the items to instantiate,
15616# then the envvar interface is used. Set only those that are not.
15617# We use the long form for the default assignment because of an extremely
15618# bizarre bug on SunOS 4.1.3.
15619if $ac_need_defaults; then
15620 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15621fi
15622
15623# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15624# simply because there is no reason against having it here, and in addition,
c6b750e1 15625# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15626# Hook for its removal unless debugging.
15627# Note that there is a small window in which the directory will not be cleaned:
15628# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
15629$debug ||
15630{
81ecdfbb
RW
15631 tmp=
15632 trap 'exit_status=$?
15633 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15634' 0
15635 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 15636}
c6b750e1
DJ
15637# Create a (secure) tmp directory for tmp files.
15638
15639{
81ecdfbb 15640 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
15641 test -n "$tmp" && test -d "$tmp"
15642} ||
15643{
81ecdfbb
RW
15644 tmp=./conf$$-$RANDOM
15645 (umask 077 && mkdir "$tmp")
15646} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15647
15648# Set up the scripts for CONFIG_FILES section.
15649# No need to generate them if there are no CONFIG_FILES.
15650# This happens for instance with `./config.status config.h'.
15651if test -n "$CONFIG_FILES"; then
15652
15653if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15654 ac_cs_awk_getline=:
15655 ac_cs_awk_pipe_init=
15656 ac_cs_awk_read_file='
15657 while ((getline aline < (F[key])) > 0)
15658 print(aline)
15659 close(F[key])'
15660 ac_cs_awk_pipe_fini=
15661else
15662 ac_cs_awk_getline=false
15663 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15664 ac_cs_awk_read_file='
15665 print "|#_!!_#|"
15666 print "cat " F[key] " &&"
15667 '$ac_cs_awk_pipe_init
15668 # The final `:' finishes the AND list.
15669 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15670fi
15671ac_cr=`echo X | tr X '\015'`
15672# On cygwin, bash can eat \r inside `` if the user requested igncr.
15673# But we know of no other shell where ac_cr would be empty at this
15674# point, so we can use a bashism as a fallback.
15675if test "x$ac_cr" = x; then
15676 eval ac_cr=\$\'\\r\'
15677fi
15678ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15679if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15680 ac_cs_awk_cr='\r'
15681else
15682 ac_cs_awk_cr=$ac_cr
15683fi
15684
15685echo 'BEGIN {' >"$tmp/subs1.awk" &&
15686_ACEOF
15687
15688# Create commands to substitute file output variables.
c6b750e1 15689{
81ecdfbb
RW
15690 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15691 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15692 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15693 echo "_ACAWK" &&
15694 echo "_ACEOF"
15695} >conf$$files.sh &&
15696. ./conf$$files.sh ||
15697 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15698rm -f conf$$files.sh
c6b750e1 15699
81ecdfbb
RW
15700{
15701 echo "cat >conf$$subs.awk <<_ACEOF" &&
15702 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15703 echo "_ACEOF"
15704} >conf$$subs.sh ||
15705 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15706ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15707ac_delim='%!_!# '
15708for ac_last_try in false false false false false :; do
15709 . ./conf$$subs.sh ||
15710 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15711
15712 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15713 if test $ac_delim_n = $ac_delim_num; then
15714 break
15715 elif $ac_last_try; then
15716 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15717 else
15718 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15719 fi
15720done
15721rm -f conf$$subs.sh
15722
15723cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15724cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 15725_ACEOF
81ecdfbb
RW
15726sed -n '
15727h
15728s/^/S["/; s/!.*/"]=/
15729p
15730g
15731s/^[^!]*!//
15732:repl
15733t repl
15734s/'"$ac_delim"'$//
15735t delim
15736:nl
15737h
15738s/\(.\{148\}\).*/\1/
15739t more1
15740s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15741p
15742n
15743b repl
15744:more1
15745s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15746p
15747g
15748s/.\{148\}//
15749t nl
15750:delim
15751h
15752s/\(.\{148\}\).*/\1/
15753t more2
15754s/["\\]/\\&/g; s/^/"/; s/$/"/
15755p
15756b
15757:more2
15758s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15759p
15760g
15761s/.\{148\}//
15762t delim
15763' <conf$$subs.awk | sed '
15764/^[^""]/{
15765 N
15766 s/\n//
15767}
15768' >>$CONFIG_STATUS || ac_write_fail=1
15769rm -f conf$$subs.awk
15770cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15771_ACAWK
15772cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15773 for (key in S) S_is_set[key] = 1
15774 FS = "\a"
15775 \$ac_cs_awk_pipe_init
15776}
15777{
15778 line = $ 0
15779 nfields = split(line, field, "@")
15780 substed = 0
15781 len = length(field[1])
15782 for (i = 2; i < nfields; i++) {
15783 key = field[i]
15784 keylen = length(key)
15785 if (S_is_set[key]) {
15786 value = S[key]
15787 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15788 len += length(value) + length(field[++i])
15789 substed = 1
15790 } else
15791 len += 1 + keylen
15792 }
15793 if (nfields == 3 && !substed) {
15794 key = field[2]
15795 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15796 \$ac_cs_awk_read_file
15797 next
15798 }
15799 }
15800 print line
15801}
15802\$ac_cs_awk_pipe_fini
15803_ACAWK
15804_ACEOF
15805cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15806if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15807 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15808else
15809 cat
15810fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15811 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15812_ACEOF
15813
15814# VPATH may cause trouble with some makes, so we remove $(srcdir),
15815# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15816# trailing colons and then remove the whole line if VPATH becomes empty
15817# (actually we leave an empty line to preserve line numbers).
15818if test "x$srcdir" = x.; then
15819 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15820s/:*\$(srcdir):*/:/
15821s/:*\${srcdir}:*/:/
15822s/:*@srcdir@:*/:/
15823s/^\([^=]*=[ ]*\):*/\1/
15824s/:*$//
15825s/^[^=]*=[ ]*$//
15826}'
15827fi
c6b750e1 15828
81ecdfbb
RW
15829cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15830fi # test -n "$CONFIG_FILES"
c6b750e1 15831
c6b750e1 15832
81ecdfbb
RW
15833eval set X " :F $CONFIG_FILES "
15834shift
15835for ac_tag
15836do
15837 case $ac_tag in
15838 :[FHLC]) ac_mode=$ac_tag; continue;;
15839 esac
15840 case $ac_mode$ac_tag in
15841 :[FHL]*:*);;
15842 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15843 :[FH]-) ac_tag=-:-;;
15844 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15845 esac
15846 ac_save_IFS=$IFS
15847 IFS=:
15848 set x $ac_tag
15849 IFS=$ac_save_IFS
15850 shift
15851 ac_file=$1
15852 shift
252b5132 15853
81ecdfbb
RW
15854 case $ac_mode in
15855 :L) ac_source=$1;;
15856 :[FH])
15857 ac_file_inputs=
15858 for ac_f
15859 do
15860 case $ac_f in
15861 -) ac_f="$tmp/stdin";;
15862 *) # Look for the file first in the build tree, then in the source tree
15863 # (if the path is not absolute). The absolute path cannot be DOS-style,
15864 # because $ac_f cannot contain `:'.
15865 test -f "$ac_f" ||
15866 case $ac_f in
15867 [\\/$]*) false;;
15868 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15869 esac ||
15870 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15871 esac
15872 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15873 as_fn_append ac_file_inputs " '$ac_f'"
15874 done
c6b750e1 15875
81ecdfbb
RW
15876 # Let's still pretend it is `configure' which instantiates (i.e., don't
15877 # use $as_me), people would be surprised to read:
15878 # /* config.h. Generated by config.status. */
15879 configure_input='Generated from '`
15880 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15881 `' by configure.'
15882 if test x"$ac_file" != x-; then
15883 configure_input="$ac_file. $configure_input"
15884 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15885$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15886 fi
81ecdfbb
RW
15887 # Neutralize special characters interpreted by sed in replacement strings.
15888 case $configure_input in #(
15889 *\&* | *\|* | *\\* )
15890 ac_sed_conf_input=`$as_echo "$configure_input" |
15891 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15892 *) ac_sed_conf_input=$configure_input;;
15893 esac
cac3d6c4 15894
81ecdfbb
RW
15895 case $ac_tag in
15896 *:-:* | *:-) cat >"$tmp/stdin" \
15897 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15898 esac
15899 ;;
a0da8069 15900 esac
252b5132 15901
81ecdfbb 15902 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15903$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15904 X"$ac_file" : 'X\(//\)[^/]' \| \
15905 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15906 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15907$as_echo X"$ac_file" |
15908 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15909 s//\1/
15910 q
15911 }
15912 /^X\(\/\/\)[^/].*/{
15913 s//\1/
15914 q
15915 }
15916 /^X\(\/\/\)$/{
15917 s//\1/
15918 q
15919 }
15920 /^X\(\/\).*/{
15921 s//\1/
15922 q
15923 }
15924 s/.*/./; q'`
15925 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15926 ac_builddir=.
252b5132 15927
81ecdfbb
RW
15928case "$ac_dir" in
15929.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15930*)
15931 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15932 # A ".." for each directory in $ac_dir_suffix.
15933 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15934 case $ac_top_builddir_sub in
15935 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15936 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15937 esac ;;
15938esac
15939ac_abs_top_builddir=$ac_pwd
15940ac_abs_builddir=$ac_pwd$ac_dir_suffix
15941# for backward compatibility:
15942ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15943
15944case $srcdir in
81ecdfbb 15945 .) # We are building in place.
c6b750e1 15946 ac_srcdir=.
81ecdfbb
RW
15947 ac_top_srcdir=$ac_top_builddir_sub
15948 ac_abs_top_srcdir=$ac_pwd ;;
15949 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15950 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15951 ac_top_srcdir=$srcdir
15952 ac_abs_top_srcdir=$srcdir ;;
15953 *) # Relative name.
15954 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15955 ac_top_srcdir=$ac_top_build_prefix$srcdir
15956 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15957esac
81ecdfbb 15958ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15959
252b5132 15960
81ecdfbb
RW
15961 case $ac_mode in
15962 :F)
15963 #
15964 # CONFIG_FILE
15965 #
c6b750e1
DJ
15966
15967 case $INSTALL in
15968 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15969 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15970 esac
81ecdfbb 15971_ACEOF
252b5132 15972
81ecdfbb
RW
15973cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15974# If the template does not know about datarootdir, expand it.
15975# FIXME: This hack should be removed a few years after 2.60.
15976ac_datarootdir_hack=; ac_datarootdir_seen=
15977ac_sed_dataroot='
15978/datarootdir/ {
15979 p
15980 q
15981}
15982/@datadir@/p
15983/@docdir@/p
15984/@infodir@/p
15985/@localedir@/p
15986/@mandir@/p'
15987case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15988*datarootdir*) ac_datarootdir_seen=yes;;
15989*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15990 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15991$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15992_ACEOF
81ecdfbb
RW
15993cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15994 ac_datarootdir_hack='
15995 s&@datadir@&$datadir&g
15996 s&@docdir@&$docdir&g
15997 s&@infodir@&$infodir&g
15998 s&@localedir@&$localedir&g
15999 s&@mandir@&$mandir&g
16000 s&\\\${datarootdir}&$datarootdir&g' ;;
16001esac
16002_ACEOF
16003
16004# Neutralize VPATH when `$srcdir' = `.'.
16005# Shell code in configure.ac might set extrasub.
16006# FIXME: do we really want to maintain this feature?
16007cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16008ac_sed_extra="$ac_vpsub
c6b750e1
DJ
16009$extrasub
16010_ACEOF
81ecdfbb 16011cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
16012:t
16013/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16014s|@configure_input@|$ac_sed_conf_input|;t t
16015s&@top_builddir@&$ac_top_builddir_sub&;t t
16016s&@top_build_prefix@&$ac_top_build_prefix&;t t
16017s&@srcdir@&$ac_srcdir&;t t
16018s&@abs_srcdir@&$ac_abs_srcdir&;t t
16019s&@top_srcdir@&$ac_top_srcdir&;t t
16020s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16021s&@builddir@&$ac_builddir&;t t
16022s&@abs_builddir@&$ac_abs_builddir&;t t
16023s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16024s&@INSTALL@&$ac_INSTALL&;t t
16025$ac_datarootdir_hack
16026"
16027eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16028if $ac_cs_awk_getline; then
16029 $AWK -f "$tmp/subs.awk"
16030else
16031 $AWK -f "$tmp/subs.awk" | $SHELL
16032fi >$tmp/out \
16033 || as_fn_error "could not create $ac_file" "$LINENO" 5
16034
16035test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16036 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16037 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16039which seems to be undefined. Please make sure it is defined." >&5
16040$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16041which seems to be undefined. Please make sure it is defined." >&2;}
16042
16043 rm -f "$tmp/stdin"
16044 case $ac_file in
16045 -) cat "$tmp/out" && rm -f "$tmp/out";;
16046 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16047 esac \
16048 || as_fn_error "could not create $ac_file" "$LINENO" 5
16049 ;;
c148b4cb 16050
c148b4cb 16051
c148b4cb 16052
81ecdfbb
RW
16053 esac
16054
06a51eac
RW
16055
16056 case $ac_file$ac_mode in
16057 "Makefile":F) sed "$extrasub_build" Makefile |
16058 sed "$extrasub_host" |
16059 sed "$extrasub_target" > mf$$
16060 mv -f mf$$ Makefile ;;
16061
16062 esac
81ecdfbb
RW
16063done # for ac_tag
16064
16065
16066as_fn_exit 0
c6b750e1 16067_ACEOF
c6b750e1
DJ
16068ac_clean_files=$ac_clean_files_save
16069
81ecdfbb
RW
16070test $ac_write_fail = 0 ||
16071 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16072
c6b750e1
DJ
16073
16074# configure is writing to config.log, and then calls config.status.
16075# config.status does its own redirection, appending to config.log.
16076# Unfortunately, on DOS this fails, as config.log is still kept open
16077# by configure, so config.status won't be able to write to it; its
16078# output is simply discarded. So we exec the FD to /dev/null,
16079# effectively closing config.log, so it can be properly (re)opened and
16080# appended to by config.status. When coming back to configure, we
16081# need to make the FD available again.
16082if test "$no_create" != yes; then
16083 ac_cs_success=:
16084 ac_config_status_args=
16085 test "$silent" = yes &&
16086 ac_config_status_args="$ac_config_status_args --quiet"
16087 exec 5>/dev/null
16088 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16089 exec 5>>config.log
16090 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16091 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16092 $ac_cs_success || as_fn_exit $?
16093fi
16094if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16096$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 16097fi
c148b4cb 16098
This page took 1.818512 seconds and 4 git commands to generate.