]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
re PR c++/65556 (ICE: verify_gimple failed (type precision mismatch in switch statement))
[thirdparty/gcc.git] / configure
CommitLineData
671aa708 1#! /bin/sh
671aa708 2# Guess values for system-dependent variables and create Makefiles.
5213506e
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.
671aa708
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
5213506e
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
1c710c3c 14
5213506e
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 :
1c710c3c
DJ
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
1c710c3c 31fi
1c710c3c 32
5213506e
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 }
1c710c3c
DJ
79fi
80
81
5213506e
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
1c710c3c
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
5213506e
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'\" &&
87264276
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"
5213506e
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
1c710c3c 184do
5213506e
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."
1c710c3c 228 else
5213506e
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."
1c710c3c 233 fi
5213506e
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
1c710c3c 263
5213506e
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
1c710c3c
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
5213506e 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
5213506e
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
1c710c3c 391
5213506e 392as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
5213506e
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'`
1c710c3c 410
2aeb72e9
DD
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
11a67599 417
1c710c3c 418
5213506e
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 |
1c710c3c 428 sed '
5213506e
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
1c710c3c 433 N
5213506e
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1c710c3c 436 t loop
5213506e 437 s/-\n.*//
1c710c3c 438 ' >$as_me.lineno &&
5213506e
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; }
1c710c3c
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
5213506e
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
1c710c3c
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
5213506e
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';;
1c710c3c
DJ
461esac
462
5213506e
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
1c710c3c 466else
5213506e
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
1c710c3c 469fi
5213506e
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 472 as_ln_s='ln -s'
5213506e
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'
2aeb72e9 483 fi
1c710c3c
DJ
484else
485 as_ln_s='cp -p'
486fi
5213506e
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
1c710c3c
DJ
489
490if mkdir -p . 2>/dev/null; then
5213506e 491 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
5213506e
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
0b0dc272 519
1c710c3c
DJ
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
5213506e 527exec 7<&0 </dev/null 6>&1
1c710c3c
DJ
528
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
1c710c3c
DJ
534#
535# Initializations.
536#
671aa708 537ac_default_prefix=/usr/local
5213506e 538ac_clean_files=
1c710c3c 539ac_config_libobj_dir=.
5213506e 540LIBOBJS=
1c710c3c
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
2aeb72e9 545
1c710c3c
DJ
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
5213506e 552PACKAGE_URL=
1c710c3c
DJ
553
554ac_unique_file="move-if-change"
5213506e
RW
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
459260ec 559host_shared
5213506e
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
e7a82751 574READELF_FOR_TARGET
5213506e
RW
575RANLIB_FOR_TARGET
576OBJDUMP_FOR_TARGET
9bccfdf5 577OBJCOPY_FOR_TARGET
5213506e
RW
578NM_FOR_TARGET
579LIPO_FOR_TARGET
580LD_FOR_TARGET
581DLLTOOL_FOR_TARGET
582AS_FOR_TARGET
583AR_FOR_TARGET
632e2a07 584GOC_FOR_TARGET
5213506e
RW
585GFORTRAN_FOR_TARGET
586GCJ_FOR_TARGET
587GCC_FOR_TARGET
588CXX_FOR_TARGET
589CC_FOR_TARGET
e7a82751 590READELF
5213506e
RW
591OBJDUMP
592OBJCOPY
593WINDMC
594WINDRES
595STRIP
596RANLIB
597NM
598LIPO
599LD
600DLLTOOL
601AS
602AR
603RUNTEST
604EXPECT
605MAKEINFO
606FLEX
607LEX
608M4
609BISON
610YACC
5213506e
RW
611WINDRES_FOR_BUILD
612WINDMC_FOR_BUILD
613RANLIB_FOR_BUILD
614NM_FOR_BUILD
615LD_FOR_BUILD
616LDFLAGS_FOR_BUILD
632e2a07 617GOC_FOR_BUILD
5213506e
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
aae29963 627target_configdirs
5213506e 628configdirs
5213506e 629build_configdirs
5213506e
RW
630INSTALL_GDB_TK
631GDB_TK
632CONFIGURE_GDB_TK
633build_tooldir
634tooldir
635GCC_SHLIB_SUBDIR
636RPATH_ENVVAR
ffedf511
RW
637target_configargs
638host_configargs
639build_configargs
e12c4094 640BUILD_CONFIG
6f57bdf6 641LDFLAGS_FOR_TARGET
5213506e
RW
642CXXFLAGS_FOR_TARGET
643CFLAGS_FOR_TARGET
644DEBUG_PREFIX_CFLAGS_FOR_TARGET
645SYSROOT_CFLAGS_FOR_TARGET
d7f09764 646extra_host_libiberty_configure_flags
fca38047 647stage1_languages
45b3824d
TS
648extra_linker_plugin_flags
649extra_linker_plugin_configure_flags
33ad93b9 650islinc
eae1a5d4 651isllibs
5213506e 652poststage1_ldflags
ed2eaa9f 653poststage1_libs
5213506e 654stage1_ldflags
0b21f5d3 655stage1_libs
0ff2d841 656extra_isl_gmp_configure_flags
5213506e
RW
657extra_mpc_mpfr_configure_flags
658extra_mpc_gmp_configure_flags
659extra_mpfr_configure_flags
660gmpinc
661gmplibs
662do_compare
663GNATMAKE
664GNATBIND
665ac_ct_CXX
666CXXFLAGS
667CXX
668OBJEXT
669EXEEXT
670ac_ct_CC
671CPPFLAGS
672LDFLAGS
673CFLAGS
674CC
a4a2c37d 675EXTRA_CONFIGARGS_LIBJAVA
5f520819 676extra_liboffloadmic_configure_flags
5213506e
RW
677target_subdir
678host_subdir
679build_subdir
680build_libsubdir
87264276
PB
681AWK
682SED
5213506e
RW
683LN_S
684LN
685INSTALL_DATA
686INSTALL_SCRIPT
687INSTALL_PROGRAM
688target_os
689target_vendor
690target_cpu
691target
692host_os
693host_vendor
694host_cpu
695host
696target_noncanonical
697host_noncanonical
698build_noncanonical
699build_os
700build_vendor
701build_cpu
702build
703TOPLEVEL_CONFIGURE_ARGUMENTS
704target_alias
705host_alias
706build_alias
707LIBS
708ECHO_T
709ECHO_N
710ECHO_C
711DEFS
712mandir
713localedir
714libdir
715psdir
716pdfdir
717dvidir
718htmldir
719infodir
720docdir
721oldincludedir
722includedir
723localstatedir
724sharedstatedir
725sysconfdir
726datadir
727datarootdir
728libexecdir
729sbindir
730bindir
731program_transform_name
732prefix
733exec_prefix
734PACKAGE_URL
735PACKAGE_BUGREPORT
736PACKAGE_STRING
737PACKAGE_VERSION
738PACKAGE_TARNAME
739PACKAGE_NAME
740PATH_SEPARATOR
741SHELL'
742ac_subst_files='serialization_dependencies
743host_makefile_frag
744target_makefile_frag
745alphaieee_frag
746ospace_frag'
747ac_user_opts='
748enable_option_checking
749with_build_libsubdir
85c64bbe
BS
750enable_as_accelerator_for
751enable_offload_targets
5213506e 752enable_gold
21539e2e 753enable_ld
87e6d9dc
TB
754enable_libquadmath
755enable_libquadmath_support
5213506e
RW
756enable_libada
757enable_libssp
1873ec0c 758enable_libstdcxx
5f520819 759enable_liboffloadmic
a4a2c37d 760enable_static_libjava
ff3ac0f4 761enable_bootstrap
5213506e
RW
762with_mpc
763with_mpc_include
764with_mpc_lib
765with_mpfr_dir
766with_mpfr
767with_mpfr_include
768with_mpfr_lib
769with_gmp_dir
770with_gmp
771with_gmp_include
772with_gmp_lib
773with_host_libstdcxx
5213506e 774with_stage1_libs
0b21f5d3 775with_stage1_ldflags
5213506e 776with_boot_libs
ed2eaa9f 777with_boot_ldflags
33ad93b9
RG
778with_isl
779with_isl_include
780with_isl_lib
781enable_isl_version_check
d7f09764 782enable_lto
45b3824d
TS
783enable_linker_plugin_configure_flags
784enable_linker_plugin_flags
5213506e
RW
785enable_stage1_languages
786enable_objc_gc
787with_build_sysroot
788with_debug_prefix_map
5646b7b9 789with_build_config
beeda1d9 790enable_vtable_verify
5213506e
RW
791enable_serial_configure
792with_build_time_tools
793enable_maintainer_mode
794enable_stage1_checking
795enable_werror
459260ec 796enable_host_shared
5213506e
RW
797'
798 ac_precious_vars='build_alias
799host_alias
800target_alias
801CC
802CFLAGS
803LDFLAGS
804LIBS
805CPPFLAGS
806CXX
807CXXFLAGS
808CCC
ffedf511
RW
809build_configargs
810host_configargs
811target_configargs
5213506e
RW
812AR
813AS
814DLLTOOL
815LD
816LIPO
817NM
818RANLIB
819STRIP
820WINDRES
821WINDMC
822OBJCOPY
823OBJDUMP
e7a82751 824READELF
5213506e
RW
825CC_FOR_TARGET
826CXX_FOR_TARGET
827GCC_FOR_TARGET
828GCJ_FOR_TARGET
829GFORTRAN_FOR_TARGET
632e2a07 830GOC_FOR_TARGET
5213506e
RW
831AR_FOR_TARGET
832AS_FOR_TARGET
833DLLTOOL_FOR_TARGET
834LD_FOR_TARGET
835LIPO_FOR_TARGET
836NM_FOR_TARGET
9bccfdf5 837OBJCOPY_FOR_TARGET
5213506e
RW
838OBJDUMP_FOR_TARGET
839RANLIB_FOR_TARGET
e7a82751 840READELF_FOR_TARGET
5213506e
RW
841STRIP_FOR_TARGET
842WINDRES_FOR_TARGET
843WINDMC_FOR_TARGET'
844
671aa708
NN
845
846# Initialize some variables set by options.
1c710c3c
DJ
847ac_init_help=
848ac_init_version=false
5213506e
RW
849ac_unrecognized_opts=
850ac_unrecognized_sep=
671aa708
NN
851# The variables have the same names as the options, with
852# dashes changed to underlines.
1c710c3c 853cache_file=/dev/null
671aa708 854exec_prefix=NONE
671aa708 855no_create=
671aa708
NN
856no_recursion=
857prefix=NONE
858program_prefix=NONE
859program_suffix=NONE
860program_transform_name=s,x,x,
861silent=
862site=
863srcdir=
671aa708
NN
864verbose=
865x_includes=NONE
866x_libraries=NONE
1c710c3c
DJ
867
868# Installation directory options.
869# These are left unexpanded so users can "make install exec_prefix=/foo"
870# and all the variables that are supposed to be based on exec_prefix
871# by default will actually change.
872# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 873# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
874bindir='${exec_prefix}/bin'
875sbindir='${exec_prefix}/sbin'
876libexecdir='${exec_prefix}/libexec'
5213506e
RW
877datarootdir='${prefix}/share'
878datadir='${datarootdir}'
671aa708
NN
879sysconfdir='${prefix}/etc'
880sharedstatedir='${prefix}/com'
881localstatedir='${prefix}/var'
671aa708
NN
882includedir='${prefix}/include'
883oldincludedir='/usr/include'
5213506e
RW
884docdir='${datarootdir}/doc/${PACKAGE}'
885infodir='${datarootdir}/info'
886htmldir='${docdir}'
887dvidir='${docdir}'
888pdfdir='${docdir}'
889psdir='${docdir}'
890libdir='${exec_prefix}/lib'
891localedir='${datarootdir}/locale'
892mandir='${datarootdir}/man'
79c06341 893
671aa708 894ac_prev=
5213506e 895ac_dashdash=
671aa708
NN
896for ac_option
897do
671aa708
NN
898 # If the previous option needs an argument, assign it.
899 if test -n "$ac_prev"; then
5213506e 900 eval $ac_prev=\$ac_option
671aa708
NN
901 ac_prev=
902 continue
903 fi
79c06341 904
5213506e
RW
905 case $ac_option in
906 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
907 *) ac_optarg=yes ;;
908 esac
671aa708
NN
909
910 # Accept the important Cygnus configure options, so we can diagnose typos.
911
5213506e
RW
912 case $ac_dashdash$ac_option in
913 --)
914 ac_dashdash=yes ;;
671aa708
NN
915
916 -bindir | --bindir | --bindi | --bind | --bin | --bi)
917 ac_prev=bindir ;;
918 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 919 bindir=$ac_optarg ;;
671aa708
NN
920
921 -build | --build | --buil | --bui | --bu)
1c710c3c 922 ac_prev=build_alias ;;
671aa708 923 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 924 build_alias=$ac_optarg ;;
671aa708
NN
925
926 -cache-file | --cache-file | --cache-fil | --cache-fi \
927 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
928 ac_prev=cache_file ;;
929 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
930 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
931 cache_file=$ac_optarg ;;
932
933 --config-cache | -C)
934 cache_file=config.cache ;;
671aa708 935
5213506e 936 -datadir | --datadir | --datadi | --datad)
671aa708 937 ac_prev=datadir ;;
5213506e 938 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 939 datadir=$ac_optarg ;;
671aa708 940
5213506e
RW
941 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
942 | --dataroo | --dataro | --datar)
943 ac_prev=datarootdir ;;
944 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
945 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
946 datarootdir=$ac_optarg ;;
947
671aa708 948 -disable-* | --disable-*)
5213506e 949 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 950 # Reject names that are not valid shell variable names.
5213506e
RW
951 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
952 as_fn_error "invalid feature name: $ac_useropt"
953 ac_useropt_orig=$ac_useropt
954 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
955 case $ac_user_opts in
956 *"
957"enable_$ac_useropt"
958"*) ;;
959 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
960 ac_unrecognized_sep=', ';;
961 esac
962 eval enable_$ac_useropt=no ;;
963
964 -docdir | --docdir | --docdi | --doc | --do)
965 ac_prev=docdir ;;
966 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
967 docdir=$ac_optarg ;;
968
969 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
970 ac_prev=dvidir ;;
971 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
972 dvidir=$ac_optarg ;;
671aa708
NN
973
974 -enable-* | --enable-*)
5213506e 975 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 976 # Reject names that are not valid shell variable names.
5213506e
RW
977 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978 as_fn_error "invalid feature name: $ac_useropt"
979 ac_useropt_orig=$ac_useropt
980 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
981 case $ac_user_opts in
982 *"
983"enable_$ac_useropt"
984"*) ;;
985 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
986 ac_unrecognized_sep=', ';;
2aeb72e9 987 esac
5213506e 988 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
989
990 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
991 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
992 | --exec | --exe | --ex)
993 ac_prev=exec_prefix ;;
994 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
995 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
996 | --exec=* | --exe=* | --ex=*)
1c710c3c 997 exec_prefix=$ac_optarg ;;
671aa708
NN
998
999 -gas | --gas | --ga | --g)
1000 # Obsolete; use --with-gas.
1001 with_gas=yes ;;
1002
1c710c3c
DJ
1003 -help | --help | --hel | --he | -h)
1004 ac_init_help=long ;;
1005 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1006 ac_init_help=recursive ;;
1007 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1008 ac_init_help=short ;;
671aa708
NN
1009
1010 -host | --host | --hos | --ho)
1c710c3c 1011 ac_prev=host_alias ;;
671aa708 1012 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1013 host_alias=$ac_optarg ;;
671aa708 1014
5213506e
RW
1015 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1016 ac_prev=htmldir ;;
1017 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1018 | --ht=*)
1019 htmldir=$ac_optarg ;;
1020
671aa708
NN
1021 -includedir | --includedir | --includedi | --included | --include \
1022 | --includ | --inclu | --incl | --inc)
1023 ac_prev=includedir ;;
1024 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1025 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1026 includedir=$ac_optarg ;;
671aa708
NN
1027
1028 -infodir | --infodir | --infodi | --infod | --info | --inf)
1029 ac_prev=infodir ;;
1030 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1031 infodir=$ac_optarg ;;
671aa708
NN
1032
1033 -libdir | --libdir | --libdi | --libd)
1034 ac_prev=libdir ;;
1035 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1036 libdir=$ac_optarg ;;
671aa708
NN
1037
1038 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1039 | --libexe | --libex | --libe)
1040 ac_prev=libexecdir ;;
1041 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1042 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1043 libexecdir=$ac_optarg ;;
671aa708 1044
5213506e
RW
1045 -localedir | --localedir | --localedi | --localed | --locale)
1046 ac_prev=localedir ;;
1047 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1048 localedir=$ac_optarg ;;
1049
671aa708 1050 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1051 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1052 ac_prev=localstatedir ;;
1053 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1054 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1055 localstatedir=$ac_optarg ;;
671aa708
NN
1056
1057 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1058 ac_prev=mandir ;;
1059 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1060 mandir=$ac_optarg ;;
671aa708
NN
1061
1062 -nfp | --nfp | --nf)
1063 # Obsolete; use --without-fp.
1064 with_fp=no ;;
1065
1066 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1067 | --no-cr | --no-c | -n)
671aa708
NN
1068 no_create=yes ;;
1069
1070 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1071 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1072 no_recursion=yes ;;
1073
1074 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1075 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1076 | --oldin | --oldi | --old | --ol | --o)
1077 ac_prev=oldincludedir ;;
1078 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1079 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1080 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1081 oldincludedir=$ac_optarg ;;
671aa708
NN
1082
1083 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1084 ac_prev=prefix ;;
1085 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1086 prefix=$ac_optarg ;;
671aa708
NN
1087
1088 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1089 | --program-pre | --program-pr | --program-p)
1090 ac_prev=program_prefix ;;
1091 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1092 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1093 program_prefix=$ac_optarg ;;
671aa708
NN
1094
1095 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1096 | --program-suf | --program-su | --program-s)
1097 ac_prev=program_suffix ;;
1098 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1099 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1100 program_suffix=$ac_optarg ;;
671aa708
NN
1101
1102 -program-transform-name | --program-transform-name \
1103 | --program-transform-nam | --program-transform-na \
1104 | --program-transform-n | --program-transform- \
1105 | --program-transform | --program-transfor \
1106 | --program-transfo | --program-transf \
1107 | --program-trans | --program-tran \
1108 | --progr-tra | --program-tr | --program-t)
1109 ac_prev=program_transform_name ;;
1110 -program-transform-name=* | --program-transform-name=* \
1111 | --program-transform-nam=* | --program-transform-na=* \
1112 | --program-transform-n=* | --program-transform-=* \
1113 | --program-transform=* | --program-transfor=* \
1114 | --program-transfo=* | --program-transf=* \
1115 | --program-trans=* | --program-tran=* \
1116 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1117 program_transform_name=$ac_optarg ;;
671aa708 1118
5213506e
RW
1119 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1120 ac_prev=pdfdir ;;
1121 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1122 pdfdir=$ac_optarg ;;
1123
1124 -psdir | --psdir | --psdi | --psd | --ps)
1125 ac_prev=psdir ;;
1126 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1127 psdir=$ac_optarg ;;
1128
671aa708
NN
1129 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1130 | -silent | --silent | --silen | --sile | --sil)
1131 silent=yes ;;
1132
1133 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1134 ac_prev=sbindir ;;
1135 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1136 | --sbi=* | --sb=*)
1c710c3c 1137 sbindir=$ac_optarg ;;
671aa708
NN
1138
1139 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1140 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1141 | --sharedst | --shareds | --shared | --share | --shar \
1142 | --sha | --sh)
1143 ac_prev=sharedstatedir ;;
1144 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1145 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1146 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1147 | --sha=* | --sh=*)
1c710c3c 1148 sharedstatedir=$ac_optarg ;;
671aa708
NN
1149
1150 -site | --site | --sit)
1151 ac_prev=site ;;
1152 -site=* | --site=* | --sit=*)
1c710c3c 1153 site=$ac_optarg ;;
671aa708
NN
1154
1155 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1156 ac_prev=srcdir ;;
1157 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1158 srcdir=$ac_optarg ;;
671aa708
NN
1159
1160 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1161 | --syscon | --sysco | --sysc | --sys | --sy)
1162 ac_prev=sysconfdir ;;
1163 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1164 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1165 sysconfdir=$ac_optarg ;;
671aa708
NN
1166
1167 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1168 ac_prev=target_alias ;;
671aa708 1169 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1170 target_alias=$ac_optarg ;;
671aa708
NN
1171
1172 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1173 verbose=yes ;;
1174
1c710c3c
DJ
1175 -version | --version | --versio | --versi | --vers | -V)
1176 ac_init_version=: ;;
671aa708
NN
1177
1178 -with-* | --with-*)
5213506e 1179 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1180 # Reject names that are not valid shell variable names.
5213506e
RW
1181 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1182 as_fn_error "invalid package name: $ac_useropt"
1183 ac_useropt_orig=$ac_useropt
1184 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185 case $ac_user_opts in
1186 *"
1187"with_$ac_useropt"
1188"*) ;;
1189 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1190 ac_unrecognized_sep=', ';;
2aeb72e9 1191 esac
5213506e 1192 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1193
1194 -without-* | --without-*)
5213506e 1195 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1196 # Reject names that are not valid shell variable names.
5213506e
RW
1197 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1198 as_fn_error "invalid package name: $ac_useropt"
1199 ac_useropt_orig=$ac_useropt
1200 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1201 case $ac_user_opts in
1202 *"
1203"with_$ac_useropt"
1204"*) ;;
1205 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1206 ac_unrecognized_sep=', ';;
1207 esac
1208 eval with_$ac_useropt=no ;;
671aa708
NN
1209
1210 --x)
1211 # Obsolete; use --with-x.
1212 with_x=yes ;;
1213
1214 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1215 | --x-incl | --x-inc | --x-in | --x-i)
1216 ac_prev=x_includes ;;
1217 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1218 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1219 x_includes=$ac_optarg ;;
671aa708
NN
1220
1221 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1222 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1223 ac_prev=x_libraries ;;
1224 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1225 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1226 x_libraries=$ac_optarg ;;
671aa708 1227
5213506e
RW
1228 -*) as_fn_error "unrecognized option: \`$ac_option'
1229Try \`$0 --help' for more information."
671aa708
NN
1230 ;;
1231
1c710c3c
DJ
1232 *=*)
1233 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1234 # Reject names that are not valid shell variable names.
5213506e
RW
1235 case $ac_envvar in #(
1236 '' | [0-9]* | *[!_$as_cr_alnum]* )
1237 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1238 esac
1239 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1240 export $ac_envvar ;;
1241
671aa708 1242 *)
1c710c3c 1243 # FIXME: should be removed in autoconf 3.0.
5213506e 1244 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1245 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1246 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1247 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1248 ;;
1249
1250 esac
1251done
1252
1253if test -n "$ac_prev"; then
1c710c3c 1254 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1255 as_fn_error "missing argument to $ac_option"
af71363e 1256fi
af71363e 1257
5213506e
RW
1258if test -n "$ac_unrecognized_opts"; then
1259 case $enable_option_checking in
1260 no) ;;
1261 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1262 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1263 esac
5213506e 1264fi
2aeb72e9 1265
5213506e
RW
1266# Check all directory arguments for consistency.
1267for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1268 datadir sysconfdir sharedstatedir localstatedir includedir \
1269 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1270 libdir localedir mandir
2aeb72e9 1271do
5213506e
RW
1272 eval ac_val=\$$ac_var
1273 # Remove trailing slashes.
1274 case $ac_val in
1275 */ )
1276 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1277 eval $ac_var=\$ac_val;;
1278 esac
1279 # Be sure to have absolute directory names.
2aeb72e9 1280 case $ac_val in
5213506e
RW
1281 [\\/$]* | ?:[\\/]* ) continue;;
1282 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1283 esac
5213506e 1284 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1285done
1286
1c710c3c
DJ
1287# There might be people who depend on the old broken behavior: `$host'
1288# used to hold the argument of --host etc.
1289# FIXME: To remove some day.
1290build=$build_alias
1291host=$host_alias
1292target=$target_alias
0b0dc272 1293
1c710c3c
DJ
1294# FIXME: To remove some day.
1295if test "x$host_alias" != x; then
1296 if test "x$build_alias" = x; then
1297 cross_compiling=maybe
5213506e 1298 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1299 If a cross compiler is detected then cross compile mode will be used." >&2
1300 elif test "x$build_alias" != "x$host_alias"; then
1301 cross_compiling=yes
1302 fi
1303fi
1304
1305ac_tool_prefix=
1306test -n "$host_alias" && ac_tool_prefix=$host_alias-
1307
1308test "$silent" = yes && exec 6>/dev/null
671aa708 1309
671aa708 1310
5213506e
RW
1311ac_pwd=`pwd` && test -n "$ac_pwd" &&
1312ac_ls_di=`ls -di .` &&
1313ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1314 as_fn_error "working directory cannot be determined"
1315test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1316 as_fn_error "pwd does not report name of working directory"
1317
1318
671aa708
NN
1319# Find the source files, if location was not specified.
1320if test -z "$srcdir"; then
1321 ac_srcdir_defaulted=yes
5213506e
RW
1322 # Try the directory containing this script, then the parent directory.
1323 ac_confdir=`$as_dirname -- "$as_myself" ||
1324$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1325 X"$as_myself" : 'X\(//\)[^/]' \| \
1326 X"$as_myself" : 'X\(//\)$' \| \
1327 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1328$as_echo X"$as_myself" |
1329 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1330 s//\1/
1331 q
1332 }
1333 /^X\(\/\/\)[^/].*/{
1334 s//\1/
1335 q
1336 }
1337 /^X\(\/\/\)$/{
1338 s//\1/
1339 q
1340 }
1341 /^X\(\/\).*/{
1342 s//\1/
1343 q
1344 }
1345 s/.*/./; q'`
671aa708 1346 srcdir=$ac_confdir
5213506e 1347 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1348 srcdir=..
1349 fi
1350else
1351 ac_srcdir_defaulted=no
1352fi
5213506e
RW
1353if test ! -r "$srcdir/$ac_unique_file"; then
1354 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1355 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1356fi
1357ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1358ac_abs_confdir=`(
1359 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1360 pwd)`
1361# When building in place, set srcdir=.
1362if test "$ac_abs_confdir" = "$ac_pwd"; then
1363 srcdir=.
1364fi
1365# Remove unnecessary trailing slashes from srcdir.
1366# Double slashes in file names in object file debugging info
1367# mess up M-x gdb in Emacs.
1368case $srcdir in
1369*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1370esac
87841584
AM
1371case $srcdir in
1372 *" "*)
1373 as_fn_error "path to source, $srcdir, contains spaces"
1374 ;;
1375esac
ac9e6043
RW
1376ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1377
5213506e
RW
1378for ac_var in $ac_precious_vars; do
1379 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1380 eval ac_env_${ac_var}_value=\$${ac_var}
1381 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1382 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1383done
1c710c3c
DJ
1384
1385#
1386# Report the --help message.
1387#
1388if test "$ac_init_help" = "long"; then
1389 # Omit some internal or obsolete options to make the list less imposing.
1390 # This message is too long to be a string in the A/UX 3.1 sh.
1391 cat <<_ACEOF
1392\`configure' configures this package to adapt to many kinds of systems.
1393
1394Usage: $0 [OPTION]... [VAR=VALUE]...
1395
1396To assign environment variables (e.g., CC, CFLAGS...), specify them as
1397VAR=VALUE. See below for descriptions of some of the useful variables.
1398
1399Defaults for the options are specified in brackets.
1400
1401Configuration:
1402 -h, --help display this help and exit
1403 --help=short display options specific to this package
1404 --help=recursive display the short help of all the included packages
1405 -V, --version display version information and exit
1406 -q, --quiet, --silent do not print \`checking...' messages
1407 --cache-file=FILE cache test results in FILE [disabled]
1408 -C, --config-cache alias for \`--cache-file=config.cache'
1409 -n, --no-create do not create output files
1410 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1411
1c710c3c
DJ
1412Installation directories:
1413 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1414 [$ac_default_prefix]
1c710c3c 1415 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1416 [PREFIX]
1c710c3c
DJ
1417
1418By default, \`make install' will install all the files in
1419\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1420an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1421for instance \`--prefix=\$HOME'.
1422
1423For better control, use the options below.
1424
1425Fine tuning of the installation directories:
5213506e
RW
1426 --bindir=DIR user executables [EPREFIX/bin]
1427 --sbindir=DIR system admin executables [EPREFIX/sbin]
1428 --libexecdir=DIR program executables [EPREFIX/libexec]
1429 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1430 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1431 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1432 --libdir=DIR object code libraries [EPREFIX/lib]
1433 --includedir=DIR C header files [PREFIX/include]
1434 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1435 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1436 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1437 --infodir=DIR info documentation [DATAROOTDIR/info]
1438 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1439 --mandir=DIR man documentation [DATAROOTDIR/man]
1440 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1441 --htmldir=DIR html documentation [DOCDIR]
1442 --dvidir=DIR dvi documentation [DOCDIR]
1443 --pdfdir=DIR pdf documentation [DOCDIR]
1444 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1445_ACEOF
1446
1447 cat <<\_ACEOF
1448
1449Program names:
1450 --program-prefix=PREFIX prepend PREFIX to installed program names
1451 --program-suffix=SUFFIX append SUFFIX to installed program names
1452 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1453
1454System types:
1455 --build=BUILD configure for building on BUILD [guessed]
1456 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1457 --target=TARGET configure for building compilers for TARGET [HOST]
1458_ACEOF
1459fi
1460
1461if test -n "$ac_init_help"; then
1462
1463 cat <<\_ACEOF
1464
1465Optional Features:
5213506e 1466 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1467 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1468 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
85c64bbe
BS
1469 --enable-as-accelerator-for=ARG
1470 build as offload target compiler. Specify offload
1471 host triple by ARG
1472 --enable-offload-targets=LIST
1473 enable offloading to devices from comma-separated
1474 LIST of TARGET[=DIR]. Use optional path to find
1475 offload target compiler during the build
21539e2e 1476 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1477 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
87e6d9dc
TB
1478 --disable-libquadmath do not build libquadmath directory
1479 --disable-libquadmath-support
1480 disable libquadmath support for Fortran
30b74385
RW
1481 --enable-libada build libada directory
1482 --enable-libssp build libssp directory
1873ec0c 1483 --disable-libstdcxx do not build libstdc++-v3 directory
5f520819
KY
1484 --enable-liboffloadmic=ARG
1485 build liboffloadmic [ARG={no,host,target}]
a4a2c37d
MK
1486 --enable-static-libjava[=ARG]
1487 build static libjava [default=no]
ff3ac0f4 1488 --enable-bootstrap enable bootstrapping [yes if native build]
33ad93b9
RG
1489 --disable-isl-version-check
1490 disable check for ISL version
d7f09764 1491 --enable-lto enable link time optimization support
45b3824d
TS
1492 --enable-linker-plugin-configure-flags=FLAGS
1493 additional flags for configuring linker plugins
1494 [none]
1495 --enable-linker-plugin-flags=FLAGS
1496 additional flags for configuring and building linker
1497 plugins [none]
33e39b66
AS
1498 --enable-stage1-languages[=all]
1499 choose additional languages to build during stage1.
1500 Mostly useful for compiler development
1501 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1502 Objective-C runtime
beeda1d9 1503 --enable-vtable-verify Enable vtable verification feature
30b74385 1504 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1505 force sequential configuration of sub-packages for
1506 the host, target or build machine, or all
1507 sub-packages
1508 --enable-maintainer-mode
1509 enable make rules and dependencies not useful (and
1510 sometimes confusing) to the casual installer
1511 --enable-stage1-checking[=all]
1512 choose additional checking for stage1 of the
1513 compiler
1c710c3c 1514 --enable-werror enable -Werror in bootstrap stage2 and later
459260ec 1515 --enable-host-shared build host code as shared libraries
1c710c3c
DJ
1516
1517Optional Packages:
1518 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1519 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1520 --with-build-libsubdir=DIR Directory where to find libraries for build system
33e39b66
AS
1521 --with-mpc=PATH specify prefix directory for installed MPC package.
1522 Equivalent to --with-mpc-include=PATH/include plus
1523 --with-mpc-lib=PATH/lib
1524 --with-mpc-include=PATH specify directory for installed MPC include files
1525 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1526 --with-mpfr-dir=PATH this option has been REMOVED
1527 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1528 Equivalent to --with-mpfr-include=PATH/include plus
1529 --with-mpfr-lib=PATH/lib
1c710c3c 1530 --with-mpfr-include=PATH
30b74385
RW
1531 specify directory for installed MPFR include files
1532 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1533 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1534 --with-gmp=PATH specify prefix directory for the installed GMP
1535 package. Equivalent to
1536 --with-gmp-include=PATH/include plus
1537 --with-gmp-lib=PATH/lib
30b74385
RW
1538 --with-gmp-include=PATH specify directory for installed GMP include files
1539 --with-gmp-lib=PATH specify directory for the installed GMP library
33e39b66
AS
1540 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1541 linking with PPL
0b21f5d3 1542 --with-stage1-libs=LIBS libraries for stage1
33e39b66
AS
1543 --with-stage1-ldflags=FLAGS
1544 linker flags for stage1
33e39b66
AS
1545 --with-boot-libs=LIBS libraries for stage2 and later
1546 --with-boot-ldflags=FLAGS
1547 linker flags for stage2 and later
33ad93b9 1548 --with-isl=PATH Specify prefix directory for the installed ISL
33e39b66 1549 package. Equivalent to
33ad93b9
RG
1550 --with-isl-include=PATH/include plus
1551 --with-isl-lib=PATH/lib
1552 --with-isl-include=PATH Specify directory for installed ISL include files
1553 --with-isl-lib=PATH Specify the directory for the installed ISL library
30b74385 1554 --with-build-sysroot=SYSROOT
1c710c3c 1555 use sysroot as the system root during the build
c8aea42c 1556 --with-debug-prefix-map='A=B C=D ...'
33e39b66
AS
1557 map A to B, C to D ... in debug information
1558 --with-build-config='NAME NAME2...'
1559 use config/NAME.mk build configuration
30b74385 1560 --with-build-time-tools=PATH
1c710c3c 1561 use given path to find target tools during the build
1c710c3c
DJ
1562
1563Some influential environment variables:
1564 CC C compiler command
1565 CFLAGS C compiler flags
1566 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1567 nonstandard directory <lib dir>
5213506e
RW
1568 LIBS libraries to pass to the linker, e.g. -l<library>
1569 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1570 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1571 CXX C++ compiler command
1572 CXXFLAGS C++ compiler flags
ffedf511
RW
1573 build_configargs
1574 additional configure arguments for build directories
1575 host_configargs
1576 additional configure arguments for host directories
1577 target_configargs
1578 additional configure arguments for target directories
278a7a38
AO
1579 AR AR for the host
1580 AS AS for the host
1581 DLLTOOL DLLTOOL for the host
1582 LD LD for the host
1583 LIPO LIPO for the host
1584 NM NM for the host
1585 RANLIB RANLIB for the host
1586 STRIP STRIP for the host
1587 WINDRES WINDRES for the host
901119ae 1588 WINDMC WINDMC for the host
278a7a38
AO
1589 OBJCOPY OBJCOPY for the host
1590 OBJDUMP OBJDUMP for the host
e7a82751 1591 READELF READELF for the host
278a7a38
AO
1592 CC_FOR_TARGET
1593 CC for the target
1594 CXX_FOR_TARGET
1595 CXX for the target
1596 GCC_FOR_TARGET
1597 GCC for the target
1598 GCJ_FOR_TARGET
1599 GCJ for the target
1600 GFORTRAN_FOR_TARGET
1601 GFORTRAN for the target
632e2a07
ILT
1602 GOC_FOR_TARGET
1603 GOC for the target
278a7a38
AO
1604 AR_FOR_TARGET
1605 AR for the target
1606 AS_FOR_TARGET
1607 AS for the target
1608 DLLTOOL_FOR_TARGET
1609 DLLTOOL for the target
1610 LD_FOR_TARGET
1611 LD for the target
1612 LIPO_FOR_TARGET
1613 LIPO for the target
1614 NM_FOR_TARGET
1615 NM for the target
9bccfdf5
AP
1616 OBJCOPY_FOR_TARGET
1617 OBJCOPY for the target
278a7a38
AO
1618 OBJDUMP_FOR_TARGET
1619 OBJDUMP for the target
1620 RANLIB_FOR_TARGET
1621 RANLIB for the target
e7a82751
RM
1622 READELF_FOR_TARGET
1623 READELF for the target
278a7a38
AO
1624 STRIP_FOR_TARGET
1625 STRIP for the target
1626 WINDRES_FOR_TARGET
1627 WINDRES for the target
901119ae
KT
1628 WINDMC_FOR_TARGET
1629 WINDMC for the target
1c710c3c
DJ
1630
1631Use these variables to override the choices made by `configure' or to help
1632it to find libraries and programs with nonstandard names/locations.
1633
5213506e 1634Report bugs to the package provider.
1c710c3c 1635_ACEOF
5213506e 1636ac_status=$?
1c710c3c
DJ
1637fi
1638
1639if test "$ac_init_help" = "recursive"; then
1640 # If there are subdirs, report their specific --help.
1c710c3c 1641 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1642 test -d "$ac_dir" ||
1643 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1644 continue
1c710c3c
DJ
1645 ac_builddir=.
1646
5213506e
RW
1647case "$ac_dir" in
1648.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1649*)
1650 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1651 # A ".." for each directory in $ac_dir_suffix.
1652 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1653 case $ac_top_builddir_sub in
1654 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1655 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1656 esac ;;
1657esac
1658ac_abs_top_builddir=$ac_pwd
1659ac_abs_builddir=$ac_pwd$ac_dir_suffix
1660# for backward compatibility:
1661ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1662
1663case $srcdir in
5213506e 1664 .) # We are building in place.
1c710c3c 1665 ac_srcdir=.
5213506e
RW
1666 ac_top_srcdir=$ac_top_builddir_sub
1667 ac_abs_top_srcdir=$ac_pwd ;;
1668 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1669 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1670 ac_top_srcdir=$srcdir
1671 ac_abs_top_srcdir=$srcdir ;;
1672 *) # Relative name.
1673 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1674 ac_top_srcdir=$ac_top_build_prefix$srcdir
1675 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1676esac
5213506e
RW
1677ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1678
1679 cd "$ac_dir" || { ac_status=$?; continue; }
1680 # Check for guested configure.
1681 if test -f "$ac_srcdir/configure.gnu"; then
1682 echo &&
1683 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1684 elif test -f "$ac_srcdir/configure"; then
1685 echo &&
1686 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1687 else
5213506e
RW
1688 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1689 fi || ac_status=$?
1690 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1691 done
1692fi
1693
5213506e 1694test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1695if $ac_init_version; then
1696 cat <<\_ACEOF
5213506e
RW
1697configure
1698generated by GNU Autoconf 2.64
1c710c3c 1699
5213506e 1700Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
1701This configure script is free software; the Free Software Foundation
1702gives unlimited permission to copy, distribute and modify it.
1703_ACEOF
5213506e 1704 exit
0b0dc272 1705fi
5213506e
RW
1706
1707## ------------------------ ##
1708## Autoconf initialization. ##
1709## ------------------------ ##
1710
1711# ac_fn_c_try_compile LINENO
1712# --------------------------
1713# Try to compile conftest.$ac_ext, and return whether this succeeded.
1714ac_fn_c_try_compile ()
1715{
1716 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1717 rm -f conftest.$ac_objext
1718 if { { ac_try="$ac_compile"
1719case "(($ac_try" in
1720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1721 *) ac_try_echo=$ac_try;;
1722esac
1723eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1724$as_echo "$ac_try_echo"; } >&5
1725 (eval "$ac_compile") 2>conftest.err
1726 ac_status=$?
1727 if test -s conftest.err; then
1728 grep -v '^ *+' conftest.err >conftest.er1
1729 cat conftest.er1 >&5
1730 mv -f conftest.er1 conftest.err
1731 fi
1732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1733 test $ac_status = 0; } && {
1734 test -z "$ac_c_werror_flag" ||
1735 test ! -s conftest.err
1736 } && test -s conftest.$ac_objext; then :
1737 ac_retval=0
1738else
1739 $as_echo "$as_me: failed program was:" >&5
1740sed 's/^/| /' conftest.$ac_ext >&5
1741
1742 ac_retval=1
1743fi
1744 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1745 return $ac_retval
1746
1747} # ac_fn_c_try_compile
1748
1749# ac_fn_cxx_try_compile LINENO
1750# ----------------------------
1751# Try to compile conftest.$ac_ext, and return whether this succeeded.
1752ac_fn_cxx_try_compile ()
1753{
1754 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1755 rm -f conftest.$ac_objext
1756 if { { ac_try="$ac_compile"
1757case "(($ac_try" in
1758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1759 *) ac_try_echo=$ac_try;;
1760esac
1761eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1762$as_echo "$ac_try_echo"; } >&5
1763 (eval "$ac_compile") 2>conftest.err
1764 ac_status=$?
1765 if test -s conftest.err; then
1766 grep -v '^ *+' conftest.err >conftest.er1
1767 cat conftest.er1 >&5
1768 mv -f conftest.er1 conftest.err
1769 fi
1770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1771 test $ac_status = 0; } && {
1772 test -z "$ac_cxx_werror_flag" ||
1773 test ! -s conftest.err
1774 } && test -s conftest.$ac_objext; then :
1775 ac_retval=0
1776else
1777 $as_echo "$as_me: failed program was:" >&5
1778sed 's/^/| /' conftest.$ac_ext >&5
1779
1780 ac_retval=1
1781fi
1782 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1783 return $ac_retval
1784
1785} # ac_fn_cxx_try_compile
1786
0b21f5d3
EB
1787# ac_fn_cxx_try_link LINENO
1788# -------------------------
1789# Try to link conftest.$ac_ext, and return whether this succeeded.
1790ac_fn_cxx_try_link ()
1791{
1792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1793 rm -f conftest.$ac_objext conftest$ac_exeext
1794 if { { ac_try="$ac_link"
1795case "(($ac_try" in
1796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1797 *) ac_try_echo=$ac_try;;
1798esac
1799eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800$as_echo "$ac_try_echo"; } >&5
1801 (eval "$ac_link") 2>conftest.err
1802 ac_status=$?
1803 if test -s conftest.err; then
1804 grep -v '^ *+' conftest.err >conftest.er1
1805 cat conftest.er1 >&5
1806 mv -f conftest.er1 conftest.err
1807 fi
1808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1809 test $ac_status = 0; } && {
1810 test -z "$ac_cxx_werror_flag" ||
1811 test ! -s conftest.err
1812 } && test -s conftest$ac_exeext && {
1813 test "$cross_compiling" = yes ||
1814 $as_test_x conftest$ac_exeext
1815 }; then :
1816 ac_retval=0
1817else
1818 $as_echo "$as_me: failed program was:" >&5
1819sed 's/^/| /' conftest.$ac_ext >&5
1820
1821 ac_retval=1
1822fi
1823 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1824 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1825 # interfere with the next link command; also delete a directory that is
1826 # left behind by Apple's compiler. We do this before executing the actions.
1827 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1828 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1829 return $ac_retval
1830
1831} # ac_fn_cxx_try_link
1832
5213506e
RW
1833# ac_fn_c_try_link LINENO
1834# -----------------------
1835# Try to link conftest.$ac_ext, and return whether this succeeded.
1836ac_fn_c_try_link ()
1837{
1838 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1839 rm -f conftest.$ac_objext conftest$ac_exeext
1840 if { { ac_try="$ac_link"
1841case "(($ac_try" in
1842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1843 *) ac_try_echo=$ac_try;;
1844esac
1845eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1846$as_echo "$ac_try_echo"; } >&5
1847 (eval "$ac_link") 2>conftest.err
1848 ac_status=$?
1849 if test -s conftest.err; then
1850 grep -v '^ *+' conftest.err >conftest.er1
1851 cat conftest.er1 >&5
1852 mv -f conftest.er1 conftest.err
1853 fi
1854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1855 test $ac_status = 0; } && {
1856 test -z "$ac_c_werror_flag" ||
1857 test ! -s conftest.err
1858 } && test -s conftest$ac_exeext && {
1859 test "$cross_compiling" = yes ||
1860 $as_test_x conftest$ac_exeext
1861 }; then :
1862 ac_retval=0
1863else
1864 $as_echo "$as_me: failed program was:" >&5
1865sed 's/^/| /' conftest.$ac_ext >&5
1866
1867 ac_retval=1
1868fi
1869 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1870 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1871 # interfere with the next link command; also delete a directory that is
1872 # left behind by Apple's compiler. We do this before executing the actions.
1873 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1874 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1875 return $ac_retval
1876
1877} # ac_fn_c_try_link
1878cat >config.log <<_ACEOF
1c710c3c
DJ
1879This file contains any messages produced by compilers while
1880running configure, to aid debugging if configure makes a mistake.
1881
1882It was created by $as_me, which was
5213506e 1883generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
1884
1885 $ $0 $@
1886
1887_ACEOF
5213506e 1888exec 5>>config.log
1c710c3c
DJ
1889{
1890cat <<_ASUNAME
1891## --------- ##
1892## Platform. ##
1893## --------- ##
1894
1895hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1896uname -m = `(uname -m) 2>/dev/null || echo unknown`
1897uname -r = `(uname -r) 2>/dev/null || echo unknown`
1898uname -s = `(uname -s) 2>/dev/null || echo unknown`
1899uname -v = `(uname -v) 2>/dev/null || echo unknown`
1900
1901/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1902/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1903
1904/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1905/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1906/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1907/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1908/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1909/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1910/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1911
1912_ASUNAME
1913
1914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1915for as_dir in $PATH
1916do
1917 IFS=$as_save_IFS
1918 test -z "$as_dir" && as_dir=.
5213506e
RW
1919 $as_echo "PATH: $as_dir"
1920 done
1921IFS=$as_save_IFS
1c710c3c
DJ
1922
1923} >&5
1924
1925cat >&5 <<_ACEOF
1926
1927
1928## ----------- ##
1929## Core tests. ##
1930## ----------- ##
1931
1932_ACEOF
1933
1934
1935# Keep a trace of the command line.
1936# Strip out --no-create and --no-recursion so they do not pile up.
1937# Strip out --silent because we don't want to record it for future runs.
1938# Also quote any args containing shell meta-characters.
1939# Make two passes to allow for proper duplicate-argument suppression.
1940ac_configure_args=
1941ac_configure_args0=
1942ac_configure_args1=
1c710c3c
DJ
1943ac_must_keep_next=false
1944for ac_pass in 1 2
1945do
1946 for ac_arg
1947 do
1948 case $ac_arg in
1949 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1950 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1951 | -silent | --silent | --silen | --sile | --sil)
1952 continue ;;
5213506e
RW
1953 *\'*)
1954 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
1955 esac
1956 case $ac_pass in
5213506e 1957 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 1958 2)
5213506e 1959 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
1960 if test $ac_must_keep_next = true; then
1961 ac_must_keep_next=false # Got value, back to normal.
1962 else
1963 case $ac_arg in
1964 *=* | --config-cache | -C | -disable-* | --disable-* \
1965 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1966 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1967 | -with-* | --with-* | -without-* | --without-* | --x)
1968 case "$ac_configure_args0 " in
1969 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1970 esac
1971 ;;
1972 -* ) ac_must_keep_next=true ;;
1973 esac
1974 fi
5213506e 1975 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
1976 ;;
1977 esac
1978 done
1979done
5213506e
RW
1980{ ac_configure_args0=; unset ac_configure_args0;}
1981{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
1982
1983# When interrupted or exit'd, cleanup temporary files, and complete
1984# config.log. We remove comments because anyway the quotes in there
1985# would cause problems or look ugly.
5213506e
RW
1986# WARNING: Use '\'' to represent an apostrophe within the trap.
1987# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
1988trap 'exit_status=$?
1989 # Save into config.log some information that might help in debugging.
1990 {
1991 echo
1992
1993 cat <<\_ASBOX
1994## ---------------- ##
1995## Cache variables. ##
1996## ---------------- ##
1997_ASBOX
1998 echo
1999 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
2000(
2001 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2002 eval ac_val=\$$ac_var
2003 case $ac_val in #(
2004 *${as_nl}*)
2005 case $ac_var in #(
2006 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2007$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2008 esac
2009 case $ac_var in #(
2010 _ | IFS | as_nl) ;; #(
2011 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2012 *) { eval $ac_var=; unset $ac_var;} ;;
2013 esac ;;
2014 esac
2015 done
1c710c3c 2016 (set) 2>&1 |
5213506e
RW
2017 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2018 *${as_nl}ac_space=\ *)
1c710c3c 2019 sed -n \
5213506e
RW
2020 "s/'\''/'\''\\\\'\'''\''/g;
2021 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2022 ;; #(
1c710c3c 2023 *)
5213506e 2024 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 2025 ;;
5213506e
RW
2026 esac |
2027 sort
2028)
1c710c3c
DJ
2029 echo
2030
2031 cat <<\_ASBOX
2032## ----------------- ##
2033## Output variables. ##
2034## ----------------- ##
2035_ASBOX
2036 echo
2037 for ac_var in $ac_subst_vars
2038 do
5213506e
RW
2039 eval ac_val=\$$ac_var
2040 case $ac_val in
2041 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2042 esac
2043 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2044 done | sort
2045 echo
2046
2047 if test -n "$ac_subst_files"; then
2048 cat <<\_ASBOX
5213506e
RW
2049## ------------------- ##
2050## File substitutions. ##
2051## ------------------- ##
1c710c3c
DJ
2052_ASBOX
2053 echo
2054 for ac_var in $ac_subst_files
2055 do
5213506e
RW
2056 eval ac_val=\$$ac_var
2057 case $ac_val in
2058 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2059 esac
2060 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2061 done | sort
2062 echo
2063 fi
2064
2065 if test -s confdefs.h; then
2066 cat <<\_ASBOX
2067## ----------- ##
2068## confdefs.h. ##
2069## ----------- ##
2070_ASBOX
2071 echo
5213506e 2072 cat confdefs.h
1c710c3c
DJ
2073 echo
2074 fi
2075 test "$ac_signal" != 0 &&
5213506e
RW
2076 $as_echo "$as_me: caught signal $ac_signal"
2077 $as_echo "$as_me: exit $exit_status"
1c710c3c 2078 } >&5
5213506e
RW
2079 rm -f core *.core core.conftest.* &&
2080 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 2081 exit $exit_status
5213506e 2082' 0
1c710c3c 2083for ac_signal in 1 2 13 15; do
5213506e 2084 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
2085done
2086ac_signal=0
2087
2088# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2089rm -f -r conftest* confdefs.h
2090
2091$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
2092
2093# Predefined preprocessor variables.
2094
2095cat >>confdefs.h <<_ACEOF
2096#define PACKAGE_NAME "$PACKAGE_NAME"
2097_ACEOF
2098
1c710c3c
DJ
2099cat >>confdefs.h <<_ACEOF
2100#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2101_ACEOF
2102
1c710c3c
DJ
2103cat >>confdefs.h <<_ACEOF
2104#define PACKAGE_VERSION "$PACKAGE_VERSION"
2105_ACEOF
0b0dc272 2106
1c710c3c
DJ
2107cat >>confdefs.h <<_ACEOF
2108#define PACKAGE_STRING "$PACKAGE_STRING"
2109_ACEOF
2110
1c710c3c
DJ
2111cat >>confdefs.h <<_ACEOF
2112#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2113_ACEOF
2114
5213506e
RW
2115cat >>confdefs.h <<_ACEOF
2116#define PACKAGE_URL "$PACKAGE_URL"
2117_ACEOF
2118
1c710c3c
DJ
2119
2120# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2121# Prefer an explicitly selected file to automatically selected ones.
2122ac_site_file1=NONE
2123ac_site_file2=NONE
2124if test -n "$CONFIG_SITE"; then
2125 ac_site_file1=$CONFIG_SITE
2126elif test "x$prefix" != xNONE; then
2127 ac_site_file1=$prefix/share/config.site
2128 ac_site_file2=$prefix/etc/config.site
2129else
2130 ac_site_file1=$ac_default_prefix/share/config.site
2131 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2132fi
5213506e
RW
2133for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2134do
2135 test "x$ac_site_file" = xNONE && continue
671aa708 2136 if test -r "$ac_site_file"; then
5213506e
RW
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2138$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2139 sed 's/^/| /' "$ac_site_file" >&5
671aa708
NN
2140 . "$ac_site_file"
2141 fi
2142done
2143
2144if test -r "$cache_file"; then
1c710c3c
DJ
2145 # Some versions of bash will fail to source /dev/null (special
2146 # files actually), so we avoid doing that.
2147 if test -f "$cache_file"; then
5213506e
RW
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2149$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2150 case $cache_file in
5213506e
RW
2151 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2152 *) . "./$cache_file";;
1c710c3c
DJ
2153 esac
2154 fi
671aa708 2155else
5213506e
RW
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2157$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2158 >$cache_file
2159fi
2160
2161# Check that the precious variables saved in the cache have kept the same
2162# value.
2163ac_cache_corrupted=false
5213506e 2164for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2165 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2166 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2167 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2168 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2169 case $ac_old_set,$ac_new_set in
2170 set,)
5213506e
RW
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2172$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2173 ac_cache_corrupted=: ;;
2174 ,set)
5213506e
RW
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2176$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2177 ac_cache_corrupted=: ;;
2178 ,);;
2179 *)
2180 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2181 # differences in whitespace do not lead to failure.
2182 ac_old_val_w=`echo x $ac_old_val`
2183 ac_new_val_w=`echo x $ac_new_val`
2184 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2186$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2187 ac_cache_corrupted=:
2188 else
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2190$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2191 eval $ac_var=\$ac_old_val
2192 fi
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2194$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2196$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2197 fi;;
2198 esac
2199 # Pass precious variables to config.status.
2200 if test "$ac_new_set" = set; then
2201 case $ac_new_val in
5213506e 2202 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2203 *) ac_arg=$ac_var=$ac_new_val ;;
2204 esac
2205 case " $ac_configure_args " in
2206 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2207 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2208 esac
2209 fi
2210done
2211if $ac_cache_corrupted; then
5213506e
RW
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2213$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2215$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2216 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2217fi
5213506e
RW
2218## -------------------- ##
2219## Main body of script. ##
2220## -------------------- ##
671aa708 2221
2aeb72e9
DD
2222ac_ext=c
2223ac_cpp='$CPP $CPPFLAGS'
2224ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2225ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2226ac_compiler_gnu=$ac_cv_c_compiler_gnu
2227
1c710c3c
DJ
2228
2229
2230
1c710c3c
DJ
2231
2232
0115d4a3 2233
1c710c3c 2234
ad33ff57
RW
2235
2236progname=$0
2237# if PWD already has a value, it is probably wrong.
2238if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2239
2240# Export original configure arguments for use by sub-configures.
2241# Quote arguments with shell meta charatcers.
2242TOPLEVEL_CONFIGURE_ARGUMENTS=
2243set -- "$progname" "$@"
2244for ac_arg
2245do
2246 case "$ac_arg" in
2247 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2248 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2249 # if the argument is of the form -foo=baz, quote the baz part only
2250 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2251 *) ;;
2252 esac
2253 # Add the quoted argument to the list.
2254 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2255done
2256if test "$silent" = yes; then
2257 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2258fi
2259# Remove the initial space we just introduced and, as these will be
2260# expanded by make, quote '$'.
2261TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2262
1c710c3c
DJ
2263
2264# Find the build, host, and target systems.
671aa708 2265ac_aux_dir=
5213506e
RW
2266for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2267 for ac_t in install-sh install.sh shtool; do
2268 if test -f "$ac_dir/$ac_t"; then
2269 ac_aux_dir=$ac_dir
2270 ac_install_sh="$ac_aux_dir/$ac_t -c"
2271 break 2
2272 fi
2273 done
671aa708
NN
2274done
2275if test -z "$ac_aux_dir"; then
5213506e 2276 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2277fi
5213506e
RW
2278
2279# These three variables are undocumented and unsupported,
2280# and are intended to be withdrawn in a future Autoconf release.
2281# They can cause serious problems if a builder's source tree is in a directory
2282# whose full name contains unusual characters.
2283ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2284ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2285ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2286
671aa708 2287
1c710c3c 2288# Make sure we can run config.sub.
5213506e
RW
2289$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2291
2292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2293$as_echo_n "checking build system type... " >&6; }
2294if test "${ac_cv_build+set}" = set; then :
2295 $as_echo_n "(cached) " >&6
2296else
2297 ac_build_alias=$build_alias
2298test "x$ac_build_alias" = x &&
2299 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2300test "x$ac_build_alias" = x &&
2301 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2302ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2303 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2304
2305fi
2306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2307$as_echo "$ac_cv_build" >&6; }
2308case $ac_cv_build in
2309*-*-*) ;;
2310*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2311esac
1c710c3c 2312build=$ac_cv_build
5213506e
RW
2313ac_save_IFS=$IFS; IFS='-'
2314set x $ac_cv_build
2315shift
2316build_cpu=$1
2317build_vendor=$2
2318shift; shift
2319# Remember, the first character of IFS is used to create $*,
2320# except with old shells:
2321build_os=$*
2322IFS=$ac_save_IFS
2323case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2324
671aa708 2325
1c710c3c
DJ
2326 case ${build_alias} in
2327 "") build_noncanonical=${build} ;;
2328 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2329esac
2330
2331
af71363e 2332
1c710c3c
DJ
2333 case ${host_alias} in
2334 "") host_noncanonical=${build_noncanonical} ;;
2335 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2336esac
2337
af71363e 2338
1c710c3c
DJ
2339
2340 case ${target_alias} in
2341 "") target_noncanonical=${host_noncanonical} ;;
2342 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2343esac
2344
af71363e 2345
1c710c3c
DJ
2346
2347
2348test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2349 test "$program_prefix$program_suffix$program_transform_name" = \
2350 NONENONEs,x,x, &&
1c710c3c 2351 program_transform_name=s,y,y,
af71363e 2352
5213506e
RW
2353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2354$as_echo_n "checking host system type... " >&6; }
2355if test "${ac_cv_host+set}" = set; then :
2356 $as_echo_n "(cached) " >&6
af71363e 2357else
5213506e
RW
2358 if test "x$host_alias" = x; then
2359 ac_cv_host=$ac_cv_build
2360else
2361 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2362 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2363fi
1c710c3c 2364
af71363e 2365fi
5213506e
RW
2366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2367$as_echo "$ac_cv_host" >&6; }
2368case $ac_cv_host in
2369*-*-*) ;;
2370*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2371esac
1c710c3c 2372host=$ac_cv_host
5213506e
RW
2373ac_save_IFS=$IFS; IFS='-'
2374set x $ac_cv_host
2375shift
2376host_cpu=$1
2377host_vendor=$2
2378shift; shift
2379# Remember, the first character of IFS is used to create $*,
2380# except with old shells:
2381host_os=$*
2382IFS=$ac_save_IFS
2383case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2384
2385
5213506e
RW
2386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2387$as_echo_n "checking target system type... " >&6; }
2388if test "${ac_cv_target+set}" = set; then :
2389 $as_echo_n "(cached) " >&6
1c710c3c 2390else
5213506e
RW
2391 if test "x$target_alias" = x; then
2392 ac_cv_target=$ac_cv_host
2393else
2394 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2395 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2396fi
1c710c3c
DJ
2397
2398fi
5213506e
RW
2399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2400$as_echo "$ac_cv_target" >&6; }
2401case $ac_cv_target in
2402*-*-*) ;;
2403*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2404esac
1c710c3c 2405target=$ac_cv_target
5213506e
RW
2406ac_save_IFS=$IFS; IFS='-'
2407set x $ac_cv_target
2408shift
2409target_cpu=$1
2410target_vendor=$2
2411shift; shift
2412# Remember, the first character of IFS is used to create $*,
2413# except with old shells:
2414target_os=$*
2415IFS=$ac_save_IFS
2416case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2417
2418
2419# The aliases save the names the user supplied, while $host etc.
2420# will get canonicalized.
2421test -n "$target_alias" &&
2422 test "$program_prefix$program_suffix$program_transform_name" = \
2423 NONENONEs,x,x, &&
2424 program_prefix=${target_alias}-
5213506e 2425
671aa708 2426test "$program_prefix" != NONE &&
5213506e 2427 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2428# Use a double $ so make ignores it.
2429test "$program_suffix" != NONE &&
5213506e
RW
2430 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2431# Double any \ or $.
1c710c3c 2432# By default was `s,x,x', remove it if useless.
5213506e
RW
2433ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2434program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2435
671aa708
NN
2436
2437
775956d0
NN
2438# Get 'install' or 'install-sh' and its variants.
2439# Find a good install program. We prefer a C program (faster),
2440# so one script is as good as another. But avoid the broken or
2441# incompatible versions:
2442# SysV /etc/install, /usr/sbin/install
2443# SunOS /usr/etc/install
2444# IRIX /sbin/install
2445# AIX /bin/install
1c710c3c 2446# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2447# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2448# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2449# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2450# OS/2's system install, which has a completely different semantic
775956d0 2451# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2452# Reject install programs that cannot install multiple files.
5213506e
RW
2453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2454$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2455if test -z "$INSTALL"; then
5213506e
RW
2456if test "${ac_cv_path_install+set}" = set; then :
2457 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2458else
2459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2460for as_dir in $PATH
2461do
2462 IFS=$as_save_IFS
2463 test -z "$as_dir" && as_dir=.
5213506e
RW
2464 # Account for people who put trailing slashes in PATH elements.
2465case $as_dir/ in #((
2466 ./ | .// | /[cC]/* | \
1c710c3c 2467 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2468 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2469 /usr/ucb/* ) ;;
2470 *)
2471 # OSF1 and SCO ODT 3.0 have their own names for install.
2472 # Don't use installbsd from OSF since it installs stuff as root
2473 # by default.
2474 for ac_prog in ginstall scoinst install; do
2475 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2476 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
775956d0 2477 if test $ac_prog = install &&
1c710c3c 2478 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2479 # AIX install. It has an incompatible calling convention.
2480 :
1c710c3c
DJ
2481 elif test $ac_prog = install &&
2482 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2483 # program-specific install script used by HP pwplus--don't use.
2484 :
775956d0 2485 else
38d24731
RW
2486 rm -rf conftest.one conftest.two conftest.dir
2487 echo one > conftest.one
2488 echo two > conftest.two
2489 mkdir conftest.dir
2490 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2491 test -s conftest.one && test -s conftest.two &&
2492 test -s conftest.dir/conftest.one &&
2493 test -s conftest.dir/conftest.two
2494 then
2495 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2496 break 3
2497 fi
775956d0
NN
2498 fi
2499 fi
2500 done
1c710c3c
DJ
2501 done
2502 ;;
2503esac
5213506e
RW
2504
2505 done
2506IFS=$as_save_IFS
1c710c3c 2507
38d24731 2508rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2509
2510fi
2511 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2512 INSTALL=$ac_cv_path_install
775956d0 2513 else
38d24731
RW
2514 # As a last resort, use the slow shell script. Don't cache a
2515 # value for INSTALL within a source directory, because that will
775956d0 2516 # break other packages using the cache if that directory is
38d24731 2517 # removed, or if the value is a relative name.
1c710c3c 2518 INSTALL=$ac_install_sh
775956d0
NN
2519 fi
2520fi
5213506e
RW
2521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2522$as_echo "$INSTALL" >&6; }
775956d0
NN
2523
2524# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2525# It thinks the first close brace ends the variable substitution.
2526test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2527
1c710c3c 2528test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2529
2530test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2531
5213506e
RW
2532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2533$as_echo_n "checking whether ln works... " >&6; }
2534if test "${acx_cv_prog_LN+set}" = set; then :
2535 $as_echo_n "(cached) " >&6
ad6717df
PB
2536else
2537 rm -f conftestdata_t
2538echo >conftestdata_f
2539if ln conftestdata_f conftestdata_t 2>/dev/null
2540then
2541 acx_cv_prog_LN=ln
2542else
2543 acx_cv_prog_LN=no
2544fi
2545rm -f conftestdata_f conftestdata_t
2546
2547fi
2548if test $acx_cv_prog_LN = no; then
2549 LN="cp"
5213506e
RW
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2551$as_echo "no, using $LN" >&6; }
ad6717df
PB
2552else
2553 LN="$acx_cv_prog_LN"
5213506e
RW
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2555$as_echo "yes" >&6; }
ad6717df
PB
2556fi
2557
5213506e
RW
2558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2559$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2560LN_S=$as_ln_s
2561if test "$LN_S" = "ln -s"; then
5213506e
RW
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2563$as_echo "yes" >&6; }
fb0103e5 2564else
5213506e
RW
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2566$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2567fi
2568
87264276
PB
2569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2570$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2571if test "${ac_cv_path_SED+set}" = set; then :
2572 $as_echo_n "(cached) " >&6
2573else
2574 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2575 for ac_i in 1 2 3 4 5 6 7; do
2576 ac_script="$ac_script$as_nl$ac_script"
2577 done
2578 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2579 { ac_script=; unset ac_script;}
2580 if test -z "$SED"; then
2581 ac_path_SED_found=false
2582 # Loop through the user's path and test for each of PROGNAME-LIST
2583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2584for as_dir in $PATH
2585do
2586 IFS=$as_save_IFS
2587 test -z "$as_dir" && as_dir=.
2588 for ac_prog in sed gsed; do
2589 for ac_exec_ext in '' $ac_executable_extensions; do
2590 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2591 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2592# Check for GNU ac_path_SED and select it if it is found.
2593 # Check for GNU $ac_path_SED
2594case `"$ac_path_SED" --version 2>&1` in
2595*GNU*)
2596 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2597*)
2598 ac_count=0
2599 $as_echo_n 0123456789 >"conftest.in"
2600 while :
2601 do
2602 cat "conftest.in" "conftest.in" >"conftest.tmp"
2603 mv "conftest.tmp" "conftest.in"
2604 cp "conftest.in" "conftest.nl"
2605 $as_echo '' >> "conftest.nl"
2606 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2607 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2608 as_fn_arith $ac_count + 1 && ac_count=$as_val
2609 if test $ac_count -gt ${ac_path_SED_max-0}; then
2610 # Best one so far, save it but keep looking for a better one
2611 ac_cv_path_SED="$ac_path_SED"
2612 ac_path_SED_max=$ac_count
2613 fi
2614 # 10*(2^10) chars as input seems more than enough
2615 test $ac_count -gt 10 && break
2616 done
2617 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2618esac
2619
2620 $ac_path_SED_found && break 3
2621 done
2622 done
2623 done
2624IFS=$as_save_IFS
2625 if test -z "$ac_cv_path_SED"; then
2626 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2627 fi
2628else
2629 ac_cv_path_SED=$SED
2630fi
2631
2632fi
2633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2634$as_echo "$ac_cv_path_SED" >&6; }
2635 SED="$ac_cv_path_SED"
2636 rm -f conftest.sed
2637
2638for ac_prog in gawk mawk nawk awk
2639do
2640 # Extract the first word of "$ac_prog", so it can be a program name with args.
2641set dummy $ac_prog; ac_word=$2
2642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2643$as_echo_n "checking for $ac_word... " >&6; }
2644if test "${ac_cv_prog_AWK+set}" = set; then :
2645 $as_echo_n "(cached) " >&6
2646else
2647 if test -n "$AWK"; then
2648 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2649else
2650as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2651for as_dir in $PATH
2652do
2653 IFS=$as_save_IFS
2654 test -z "$as_dir" && as_dir=.
2655 for ac_exec_ext in '' $ac_executable_extensions; do
2656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2657 ac_cv_prog_AWK="$ac_prog"
2658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2659 break 2
2660 fi
2661done
2662 done
2663IFS=$as_save_IFS
2664
2665fi
2666fi
2667AWK=$ac_cv_prog_AWK
2668if test -n "$AWK"; then
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2670$as_echo "$AWK" >&6; }
2671else
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2673$as_echo "no" >&6; }
2674fi
2675
2676
2677 test -n "$AWK" && break
2678done
2679
775956d0 2680
ee6a22df
L
2681srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2682
2683# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2684# a relative path.
2685if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2686 INSTALL="${srcpwd}/install-sh -c"
2687fi
2688
671aa708
NN
2689# Set srcdir to "." if that's what it is.
2690# This is important for multilib support.
2691pwd=`${PWDCMD-pwd}`
671aa708
NN
2692if test "${pwd}" = "${srcpwd}" ; then
2693 srcdir=.
79c06341
JL
2694fi
2695
671aa708 2696topsrcdir=$srcpwd
5d4a5ee6 2697
671aa708 2698extra_host_args=
afabd8e6 2699
671aa708
NN
2700### To add a new directory to the tree, first choose whether it is a target
2701### or a host dependent tool. Then put it into the appropriate list
2702### (library or tools, host or target), doing a dependency sort.
79c06341 2703
1c710c3c 2704# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2705# configdirs, or target_configdirs; see the serialization section below.
79c06341 2706
1c710c3c
DJ
2707# Dependency sorting is only needed when *configuration* must be done in
2708# a particular order. In all cases a dependency should be specified in
671aa708 2709# the Makefile, whether or not it's implicitly specified here.
79c06341 2710
671aa708
NN
2711# Double entries in build_configdirs, configdirs, or target_configdirs may
2712# cause circular dependencies and break everything horribly.
79c06341 2713
23f6b2f9
PB
2714# these library is used by various programs built for the build
2715# environment
2716#
929315a9 2717build_libs="build-libiberty build-libcpp"
23f6b2f9
PB
2718
2719# these tools are built for the build environment
85bfb75e 2720build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2721
671aa708 2722# these libraries are used by various programs built for the host environment
eae1a5d4 2723#f
4a9bb2aa 2724host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl libelf libiconv"
671aa708 2725
671aa708
NN
2726# these tools are built for the host environment
2727# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2728# know that we are building the simulator.
2729# binutils, gas and ld appear in that order because it makes sense to run
2730# "make check" in that particular order.
38e3d868 2731# If --enable-gold is used, "gold" may replace "ld".
bf1de3f0 2732host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
671aa708
NN
2733
2734# libgcj represents the runtime libraries only used by gcj.
2735libgcj="target-libffi \
671aa708 2736 target-zlib \
671aa708
NN
2737 target-libjava"
2738
2739# these libraries are built for the target environment, and are built after
2740# the host libraries and the host tools (which may be a cross compiler)
8499116a 2741# Note that libiberty is not a target library.
291f172e 2742target_libraries="target-libgcc \
eff02e4f 2743 target-libbacktrace \
671aa708
NN
2744 target-libgloss \
2745 target-newlib \
6d3b5aea 2746 target-libgomp \
3038054c 2747 target-libcilkrts \
5f520819 2748 target-liboffloadmic \
48310492 2749 target-libatomic \
0a35513e 2750 target-libitm \
cb543528 2751 target-libstdc++-v3 \
f35db108 2752 target-libsanitizer \
2077db1b 2753 target-libvtv \
5373cd33 2754 target-libmpx \
77008252 2755 target-libssp \
1ec601bf 2756 target-libquadmath \
6de9cd9a 2757 target-libgfortran \
7cd0cf9c 2758 target-boehm-gc \
77d187bc 2759 ${libgcj} \
d9cdb878 2760 target-libobjc \
632e2a07
ILT
2761 target-libada \
2762 target-libgo"
671aa708 2763
4dbda6f0
NN
2764# these tools are built using the target libraries, and are intended to
2765# run only in the target environment
671aa708 2766#
4dbda6f0 2767# note: any program that *uses* libraries that are in the "target_libraries"
1bcce263 2768# list belongs in this list.
671aa708 2769#
85bfb75e 2770target_tools="target-rda"
79c06341 2771
671aa708 2772################################################################################
79c06341 2773
671aa708
NN
2774## All tools belong in one of the four categories, and are assigned above
2775## We assign ${configdirs} this way to remove all embedded newlines. This
2776## is important because configure will choke if they ever get through.
2777## ${configdirs} is directories we build using the host tools.
2778## ${target_configdirs} is directories we build using the target tools.
671aa708 2779configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2780target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2781build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2782
ac9e6043
RW
2783
2784
671aa708 2785################################################################################
79c06341 2786
671aa708 2787srcname="gnu development package"
79c06341 2788
671aa708
NN
2789# This gets set non-empty for some net releases of packages.
2790appdirs=""
79c06341 2791
671aa708
NN
2792# Define is_cross_compiler to save on calls to 'test'.
2793is_cross_compiler=
2794if test x"${host}" = x"${target}" ; then
2795 is_cross_compiler=no
79c06341 2796else
671aa708 2797 is_cross_compiler=yes
1c710c3c 2798fi
79c06341 2799
b4acb5ef 2800# Find the build and target subdir names.
8b87bb96 2801
2e9e6f68
DJ
2802# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2803# have matching libraries, they should use host libraries: Makefile.tpl
2804# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2805# However, they still use the build modules, because the corresponding
2806# host modules (e.g. bison) are only built for the host when bootstrap
2807# finishes. So:
2808# - build_subdir is where we find build modules, and never changes.
2809# - build_libsubdir is where we find build libraries, and can be overridden.
2810
2811# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2812build_subdir="build-${build_noncanonical}"
1c710c3c 2813
5213506e
RW
2814# Check whether --with-build-libsubdir was given.
2815if test "${with_build_libsubdir+set}" = set; then :
2816 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2817else
2818 build_libsubdir="$build_subdir"
5213506e
RW
2819fi
2820
215c351a
PB
2821# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2822if ( test $srcdir = . && test -d gcc ) \
2823 || test -d $srcdir/../host-${host_noncanonical}; then
2824 host_subdir="host-${host_noncanonical}"
2825else
2826 host_subdir=.
2827fi
8b87bb96
NN
2828# No prefix.
2829target_subdir=${target_noncanonical}
1c710c3c 2830
0db770bd
RW
2831# Be sure to cover against remnants of an in-tree build.
2832if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2833 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2834Use a pristine source tree when building in a separate tree" "$LINENO" 5
2835fi
79c06341 2836
671aa708
NN
2837# Skipdirs are removed silently.
2838skipdirs=
2839# Noconfigdirs are removed loudly.
2840noconfigdirs=""
79c06341 2841
671aa708
NN
2842use_gnu_ld=
2843# Make sure we don't let GNU ld be added if we didn't want it.
2844if test x$with_gnu_ld = xno ; then
2845 use_gnu_ld=no
5afab7ad 2846 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2847fi
2848
671aa708
NN
2849use_gnu_as=
2850# Make sure we don't let GNU as be added if we didn't want it.
2851if test x$with_gnu_as = xno ; then
2852 use_gnu_as=no
2853 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2854fi
2855
d7f09764
DN
2856use_included_zlib=
2857# Make sure we don't let ZLIB be added if we didn't want it.
2858if test x$with_system_zlib = xyes ; then
2859 use_included_zlib=no
2860 noconfigdirs="$noconfigdirs zlib"
2861fi
2862
1c710c3c 2863# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2864# it's not even worth trying to configure, much less build, that tool.
79c06341 2865
671aa708
NN
2866case ${with_x} in
2867 yes | "") ;; # the default value for this tree is that X11 is available
2868 no)
b4f96efe 2869 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2870 # We won't be able to build gdbtk without X.
1c710c3c 2871 enable_gdbtk=no
671aa708
NN
2872 ;;
2873 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2874esac
79c06341 2875
1bcce263 2876# Some are only suitable for cross toolchains.
671aa708
NN
2877# Remove these if host=target.
2878cross_only="target-libgloss target-newlib target-opcodes"
2879
2880case $is_cross_compiler in
2881 no) skipdirs="${skipdirs} ${cross_only}" ;;
671aa708 2882esac
79c06341 2883
671aa708
NN
2884# If both --with-headers and --with-libs are specified, default to
2885# --without-newlib.
ee6a22df
L
2886if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2887 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2888 if test x"${with_newlib}" = x ; then
2889 with_newlib=no
2890 fi
79c06341
JL
2891fi
2892
671aa708
NN
2893# Recognize --with-newlib/--without-newlib.
2894case ${with_newlib} in
2895 no) skipdirs="${skipdirs} target-newlib" ;;
2896 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2897esac
79c06341 2898
85c64bbe
BS
2899# Check whether --enable-as-accelerator-for was given.
2900if test "${enable_as_accelerator_for+set}" = set; then :
4b4f2e35 2901 enableval=$enable_as_accelerator_for;
85c64bbe
BS
2902fi
2903
2904
2905# Check whether --enable-offload-targets was given.
2906if test "${enable_offload_targets+set}" = set; then :
2907 enableval=$enable_offload_targets;
2908 if test x"$enable_offload_targets" = x; then
2909 as_fn_error "no offload targets specified" "$LINENO" 5
2910 fi
2911
2912else
2913 enable_offload_targets=
2914fi
2915
2916
21539e2e
MK
2917# Handle --enable-gold, --enable-ld.
2918# --disable-gold [--enable-ld]
2919# Build only ld. Default option.
9580395f
L
2920# --enable-gold [--enable-ld]
2921# Build both gold and ld. Install gold as "ld.gold", install ld
2922# as "ld.bfd" and "ld".
2923# --enable-gold=default [--enable-ld]
21539e2e
MK
2924# Build both gold and ld. Install gold as "ld.gold" and "ld",
2925# install ld as "ld.bfd".
2926# --enable-gold[=default] --disable-ld
2927# Build only gold, which is then installed as both "ld.gold" and "ld".
2928# --enable-gold --enable-ld=default
9580395f
L
2929# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2930# and ld.bfd).
21539e2e
MK
2931# In other words, ld is default
2932# --enable-gold=default --enable-ld=default
2933# Error.
2934
2935default_ld=
5213506e
RW
2936# Check whether --enable-gold was given.
2937if test "${enable_gold+set}" = set; then :
2938 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2939else
2940 ENABLE_GOLD=no
5213506e
RW
2941fi
2942
21539e2e
MK
2943case "${ENABLE_GOLD}" in
2944 yes|default)
38e3d868
RM
2945 # Check for ELF target.
2946 is_elf=no
2947 case "${target}" in
2948 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
0e76460f 2949 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a 2950 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
ff4b7a7e 2951 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
38e3d868
RM
2952 case "${target}" in
2953 *-*-linux*aout* | *-*-linux*oldld*)
2954 ;;
2955 *)
2956 is_elf=yes
2957 ;;
2958 esac
2959 esac
2960
2961 if test "$is_elf" = "yes"; then
2962 # Check for target supported by gold.
5afab7ad 2963 case "${target}" in
7705dfd1
JY
2964 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
2965 | aarch64*-*-* | tilegx*-*-*)
21539e2e
MK
2966 configdirs="$configdirs gold"
2967 if test x${ENABLE_GOLD} = xdefault; then
2968 default_ld=gold
2969 fi
38e3d868 2970 ENABLE_GOLD=yes
5afab7ad
ILT
2971 ;;
2972 esac
38e3d868
RM
2973 fi
2974 ;;
2975 no)
2976 ;;
2977 *)
2978 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2979 ;;
21539e2e
MK
2980esac
2981
2982# Check whether --enable-ld was given.
2983if test "${enable_ld+set}" = set; then :
2984 enableval=$enable_ld; ENABLE_LD=$enableval
2985else
2986 ENABLE_LD=yes
2987fi
2988
2989
2990case "${ENABLE_LD}" in
2991 default)
9580395f 2992 if test x${default_ld} != x; then
21539e2e
MK
2993 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2994 fi
2995 ;;
2996 yes)
2997 ;;
2998 no)
2999 if test x${ENABLE_GOLD} != xyes; then
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3001$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3002 fi
3003 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3004 ;;
3005 *)
3006 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3007 ;;
3008esac
5afab7ad 3009
671aa708 3010# Configure extra directories which are host specific
79c06341 3011
671aa708
NN
3012case "${host}" in
3013 *-cygwin*)
3014 configdirs="$configdirs libtermcap" ;;
3015esac
79c06341 3016
4fab7234
HPN
3017# A target can indicate whether a language isn't supported for some reason.
3018# Only spaces may be used in this macro; not newlines or tabs.
3019unsupported_languages=
3020
1c710c3c 3021# Remove more programs from consideration, based on the host or
671aa708
NN
3022# target this usually means that a port of the program doesn't
3023# exist yet.
ec8d6ddc 3024
671aa708 3025case "${host}" in
111eeb6e 3026 i[3456789]86-*-msdosdjgpp*)
c9bdb152 3027 noconfigdirs="$noconfigdirs tcl tk itcl"
671aa708 3028 ;;
671aa708 3029esac
ec8d6ddc 3030
6de9cd9a 3031
87e6d9dc
TB
3032# Check whether --enable-libquadmath was given.
3033if test "${enable_libquadmath+set}" = set; then :
3034 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3035else
3036 ENABLE_LIBQUADMATH=yes
3037fi
3038
3039if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3040 noconfigdirs="$noconfigdirs target-libquadmath"
3041fi
3042
3043
3044# Check whether --enable-libquadmath-support was given.
3045if test "${enable_libquadmath_support+set}" = set; then :
3046 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3047else
3048 ENABLE_LIBQUADMATH_SUPPORT=yes
3049fi
3050
3051enable_libquadmath_support=
3052if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3053 enable_libquadmath_support=no
3054fi
3055
3056
5213506e
RW
3057# Check whether --enable-libada was given.
3058if test "${enable_libada+set}" = set; then :
3059 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3060else
3061 ENABLE_LIBADA=yes
5213506e
RW
3062fi
3063
d9cdb878 3064if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3065 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3066fi
3067
5213506e
RW
3068# Check whether --enable-libssp was given.
3069if test "${enable_libssp+set}" = set; then :
3070 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3071else
3072 ENABLE_LIBSSP=yes
5213506e
RW
3073fi
3074
ef0087a7 3075
1873ec0c
L
3076# Check whether --enable-libstdcxx was given.
3077if test "${enable_libstdcxx+set}" = set; then :
3078 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3079else
3080 ENABLE_LIBSTDCXX=default
3081fi
3082
3083if test "${ENABLE_LIBSTDCXX}" = "no" ; then
1007a55c 3084 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1873ec0c
L
3085fi
3086
5f520819
KY
3087# If this is accelerator compiler and its target is intelmic we enable
3088# target liboffloadmic by default. If this is compiler with offloading
3089# for intelmic we enable host liboffloadmic by default. Otherwise
3090# liboffloadmic is disabled by default.
3091# Check whether --enable-liboffloadmic was given.
3092if test "${enable_liboffloadmic+set}" = set; then :
3093 enableval=$enable_liboffloadmic; case "$enableval" in
3094 no | host | target)
3095 enable_liboffloadmic=$enableval ;;
3096 *)
3097 as_fn_error "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3098esac
3099else
4b4f2e35 3100 if test x"$enable_as_accelerator_for" != x; then
5f520819
KY
3101 case "${target}" in
3102 *-intelmic-* | *-intelmicemul-*)
3103 enable_liboffloadmic=target
3104 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
3105 ;;
3106 *)
3107 enable_liboffloadmic=no
3108 ;;
3109 esac
3110else
3111 case "${enable_offload_targets}" in
3112 *-intelmic-* | *-intelmicemul-*)
3113 enable_liboffloadmic=host
3114 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
3115 ;;
3116 *)
3117 enable_liboffloadmic=no
3118 ;;
3119 esac
3120fi
3121fi
3122
3123
3124
671aa708
NN
3125# Save it here so that, even in case of --enable-libgcj, if the Java
3126# front-end isn't enabled, we still get libgcj disabled.
3127libgcj_saved=$libgcj
3128case $enable_libgcj in
3129yes)
3130 # If we reset it here, it won't get added to noconfigdirs in the
3131 # target-specific build rules, so it will be forcibly enabled
3132 # (unless the Java language itself isn't enabled).
3133 libgcj=
3134 ;;
3135no)
3136 # Make sure we get it printed in the list of not supported target libs.
4da3b0f8
ILT
3137 # Don't disable libffi, though, other languages use it.
3138 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
d479b128
ILT
3139 # Clear libgcj_saved so that even if java is enabled libffi won't be
3140 # built.
3141 libgcj_saved=
671aa708
NN
3142 ;;
3143esac
ec8d6ddc 3144
a4a2c37d
MK
3145# Check whether --enable-static-libjava was given.
3146if test "${enable_static_libjava+set}" = set; then :
3147 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3148else
3149 ENABLE_STATIC_LIBJAVA=no
3150fi
3151
3152enable_static_libjava=
3153if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3154 enable_static_libjava=yes
3155fi
3156
3157if test x$enable_static_libjava != xyes ; then
3158 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3159fi
3160
6de9cd9a 3161
27079765
AH
3162# Disable libgomp on non POSIX hosted systems.
3163if test x$enable_libgomp = x ; then
953ff289
DN
3164 # Enable libgomp by default on hosted POSIX systems.
3165 case "${target}" in
416ac4d4 3166 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 3167 ;;
8c6d158a 3168 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 3169 ;;
b24513a1 3170 *-*-solaris2* | *-*-hpux11*)
953ff289 3171 ;;
cac90078 3172 *-*-darwin* | *-*-aix*)
953ff289
DN
3173 ;;
3174 *)
3175 noconfigdirs="$noconfigdirs target-libgomp"
3176 ;;
3177 esac
27079765 3178fi
953ff289 3179
48310492
RH
3180# Disable libatomic on unsupported systems.
3181if test -d ${srcdir}/libatomic; then
3182 if test x$enable_libatomic = x; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3184$as_echo_n "checking for libatomic support... " >&6; }
3185 if (srcdir=${srcdir}/libatomic; \
3186 . ${srcdir}/configure.tgt; \
3187 test -n "$UNSUPPORTED")
3188 then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190$as_echo "no" >&6; }
3191 noconfigdirs="$noconfigdirs target-libatomic"
3192 else
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3194$as_echo "yes" >&6; }
3195 fi
3196 fi
3197fi
3198
3038054c
BI
3199# Disable libcilkrts on unsupported systems.
3200if test -d ${srcdir}/libcilkrts; then
3201 if test x$enable_libcilkrts = x; then
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3203$as_echo_n "checking for libcilkrts support... " >&6; }
3204 if (srcdir=${srcdir}/libcilkrts; \
3205 . ${srcdir}/configure.tgt; \
3206 test -n "$UNSUPPORTED")
3207 then
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3209$as_echo "no" >&6; }
3210 noconfigdirs="$noconfigdirs target-libcilkrts"
3211 else
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3213$as_echo "yes" >&6; }
3214 fi
3215 fi
3216fi
3217
5f520819
KY
3218# Disable liboffloadmic on unsupported systems.
3219if test -d ${srcdir}/liboffloadmic; then
3220 if test x$enable_liboffloadmic != xno; then
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3222$as_echo_n "checking for liboffloadmic support... " >&6; }
3223 if (srcdir=${srcdir}/liboffloadmic; \
3224 . ${srcdir}/configure.tgt; \
3225 test -n "$UNSUPPORTED")
3226 then
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3228$as_echo "no" >&6; }
3229 noconfigdirs="$noconfigdirs target-liboffloadmic"
3230 else
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3232$as_echo "yes" >&6; }
3233 fi
3234 fi
3235fi
3236
e948157d
RH
3237# Disable libitm on unsupported systems.
3238if test -d ${srcdir}/libitm; then
3239 if test x$enable_libitm = x; then
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
01f3428c 3241$as_echo_n "checking for libitm support... " >&6; }
e948157d
RH
3242 if (srcdir=${srcdir}/libitm; \
3243 . ${srcdir}/configure.tgt; \
3244 test -n "$UNSUPPORTED")
3245 then
3246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
01f3428c 3247$as_echo "no" >&6; }
e948157d
RH
3248 noconfigdirs="$noconfigdirs target-libitm"
3249 else
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
01f3428c 3251$as_echo "yes" >&6; }
e948157d
RH
3252 fi
3253 fi
0a35513e
AH
3254fi
3255
93bf5390
RH
3256# Disable libsanitizer on unsupported systems.
3257if test -d ${srcdir}/libsanitizer; then
3258 if test x$enable_libsanitizer = x; then
3259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3260$as_echo_n "checking for libsanitizer support... " >&6; }
3261 if (srcdir=${srcdir}/libsanitizer; \
3262 . ${srcdir}/configure.tgt; \
3263 test -n "$UNSUPPORTED")
3264 then
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3266$as_echo "no" >&6; }
3267 noconfigdirs="$noconfigdirs target-libsanitizer"
3268 else
3269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3270$as_echo "yes" >&6; }
3271 fi
3272 fi
3273fi
3274
2077db1b
CT
3275# Disable libvtv on unsupported systems.
3276if test -d ${srcdir}/libvtv; then
3277 if test x$enable_libvtv = x; then
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3279$as_echo_n "checking for libvtv support... " >&6; }
3280 if (srcdir=${srcdir}/libvtv; \
3281 . ${srcdir}/configure.tgt; \
1e74b850 3282 test "$VTV_SUPPORTED" != "yes")
2077db1b
CT
3283 then
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3285$as_echo "no" >&6; }
3286 noconfigdirs="$noconfigdirs target-libvtv"
3287 else
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3289$as_echo "yes" >&6; }
3290 fi
3291 fi
3292fi
3293
5373cd33
IE
3294
3295# Enable libmpx on supported systems by request.
3296if test -d ${srcdir}/libmpx; then
3297 if test x$enable_libmpx = xyes; then
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
3299$as_echo_n "checking for libmpx support... " >&6; }
3300 if (srcdir=${srcdir}/libmpx; \
3301 . ${srcdir}/configure.tgt; \
3302 test "$LIBMPX_SUPPORTED" != "yes")
3303 then
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3305$as_echo "no" >&6; }
3306 noconfigdirs="$noconfigdirs target-libmpx"
3307 else
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3309$as_echo "yes" >&6; }
3310 fi
3311 else
3312 noconfigdirs="$noconfigdirs target-libmpx"
3313 fi
3314fi
3315
3316
3317
d91491e5
SE
3318# Disable libquadmath for some systems.
3319case "${target}" in
e7fae550
DE
3320 avr-*-*)
3321 noconfigdirs="$noconfigdirs target-libquadmath"
3322 ;;
d91491e5
SE
3323 # libquadmath is unused on AIX and libquadmath build process use of
3324 # LD_LIBRARY_PATH can break AIX bootstrap.
3325 powerpc-*-aix* | rs6000-*-aix*)
3326 noconfigdirs="$noconfigdirs target-libquadmath"
3327 ;;
3328esac
3329
1e9e0e23
JM
3330# Disable libssp for some systems.
3331case "${target}" in
3332 avr-*-*)
b318fb4b 3333 # No hosted I/O support.
1e9e0e23
JM
3334 noconfigdirs="$noconfigdirs target-libssp"
3335 ;;
3336 powerpc-*-aix* | rs6000-*-aix*)
3337 noconfigdirs="$noconfigdirs target-libssp"
85b8555e
DD
3338 ;;
3339 rl78-*-*)
7cb62ef1
EB
3340 # libssp uses a misaligned load to trigger a fault, but the RL78
3341 # doesn't fault for those - instead, it gives a build-time error
3342 # for explicit misaligned loads.
85b8555e 3343 noconfigdirs="$noconfigdirs target-libssp"
1e9e0e23 3344 ;;
0969ec7d
EB
3345 visium-*-*)
3346 # No hosted I/O support.
3347 noconfigdirs="$noconfigdirs target-libssp"
3348 ;;
1e9e0e23
JM
3349esac
3350
1e9e0e23 3351# Disable libstdc++-v3 for some systems.
1873ec0c
L
3352# Allow user to override this if they pass --enable-libstdc++-v3
3353if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3354 case "${target}" in
3355 *-*-vxworks*)
3356 # VxWorks uses the Dinkumware C++ library.
3357 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3358 ;;
3359 arm*-wince-pe*)
3360 # the C++ libraries don't build on top of CE's C libraries
3361 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3362 ;;
3363 avr-*-*)
3364 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3365 ;;
3366 esac
3367fi
1e9e0e23
JM
3368
3369# Disable Fortran for some systems.
3370case "${target}" in
3371 mmix-*-*)
3372 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3373 unsupported_languages="$unsupported_languages fortran"
3374 ;;
3375esac
3376
80f81134 3377# Disable Java if libffi is not supported.
2909494b 3378case "${target}" in
eb7062cf
AS
3379 aarch64-*-*)
3380 ;;
80f81134
JM
3381 alpha*-*-*)
3382 ;;
3383 arm*-*-*)
3384 ;;
3385 cris-*-*)
3386 ;;
3387 frv-*-*)
3388 ;;
3389 hppa*-*-linux*)
3390 ;;
3391 hppa*-*-hpux*)
3392 ;;
3393 i?86-*-*)
3394 ;;
3395 ia64*-*-*)
3396 ;;
3397 m32r*-*-*)
3398 ;;
3399 m68k-*-*)
3400 ;;
b24513a1 3401 mips*-*-rtems*)
80f81134
JM
3402 ;;
3403 mips*-*-linux*)
3404 ;;
3405 powerpc*-*-linux*)
3406 ;;
3407 powerpc-*-darwin*)
3408 ;;
3409 powerpc-*-aix* | rs6000-*-aix*)
3410 ;;
3411 powerpc-*-freebsd*)
3412 ;;
3413 powerpc64-*-freebsd*)
3414 ;;
3415 powerpc*-*-rtems*)
2909494b 3416 ;;
80f81134
JM
3417 s390-*-* | s390x-*-*)
3418 ;;
3419 sh-*-* | sh[34]*-*-*)
3420 ;;
3421 sh64-*-* | sh5*-*-*)
3422 ;;
3423 sparc*-*-*)
3424 ;;
3425 x86_64-*-*)
3426 ;;
3427 *-*-*)
3428 unsupported_languages="$unsupported_languages java"
3429 ;;
3430esac
3431
3432# Disable Java, libgcj or related libraries for some systems.
3433case "${target}" in
2909494b
JM
3434 powerpc-*-darwin*)
3435 ;;
3436 i[3456789]86-*-darwin*)
3437 ;;
3438 x86_64-*-darwin[912]*)
3439 ;;
3440 *-*-darwin*)
3441 noconfigdirs="$noconfigdirs ${libgcj}"
3442 ;;
2909494b
JM
3443 *-*-netware*)
3444 noconfigdirs="$noconfigdirs ${libgcj}"
3445 ;;
3446 *-*-rtems*)
3447 noconfigdirs="$noconfigdirs ${libgcj}"
3448 ;;
3449 *-*-tpf*)
3450 noconfigdirs="$noconfigdirs ${libgcj}"
3451 ;;
3452 *-*-uclinux*)
3453 noconfigdirs="$noconfigdirs ${libgcj}"
3454 ;;
3455 *-*-vxworks*)
3456 noconfigdirs="$noconfigdirs ${libgcj}"
3457 ;;
2909494b
JM
3458 alpha*-*-*vms*)
3459 noconfigdirs="$noconfigdirs ${libgcj}"
3460 ;;
82a19768
AT
3461 arm*-*-freebsd*)
3462 noconfigdirs="$noconfigdirs ${libgcj}"
3463 ;;
80f81134 3464 arm-wince-pe)
2909494b
JM
3465 noconfigdirs="$noconfigdirs ${libgcj}"
3466 ;;
2909494b
JM
3467 arm*-*-symbianelf*)
3468 noconfigdirs="$noconfigdirs ${libgcj}"
3469 ;;
2909494b 3470 bfin-*-*)
2909494b
JM
3471 noconfigdirs="$noconfigdirs target-boehm-gc"
3472 ;;
2909494b
JM
3473 cris-*-* | crisv32-*-*)
3474 unsupported_languages="$unsupported_languages java"
3475 case "${target}" in
3476 *-*-linux*)
3477 ;;
3478 *) # See PR46792 regarding target-libffi.
3479 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3480 esac
3481 ;;
2909494b
JM
3482 hppa*64*-*-linux*)
3483 # In this case, it's because the hppa64-linux target is for
3484 # the kernel only at this point and has no libc, and thus no
3485 # headers, crt*.o, etc., all of which are needed by these.
fddf9ee7 3486 unsupported_languages="$unsupported_languages java"
2909494b 3487 ;;
fddf9ee7 3488 hppa*64*-*-hpux*)
2909494b
JM
3489 noconfigdirs="$noconfigdirs ${libgcj}"
3490 ;;
3491 hppa*-hp-hpux11*)
3492 ;;
fddf9ee7 3493 hppa*-*-hpux*)
2909494b
JM
3494 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3495 # build on HP-UX 10.20.
3496 noconfigdirs="$noconfigdirs ${libgcj}"
3497 ;;
2909494b
JM
3498 ia64*-*-*vms*)
3499 noconfigdirs="$noconfigdirs ${libgcj}"
3500 ;;
2909494b
JM
3501 i[3456789]86-w64-mingw*)
3502 noconfigdirs="$noconfigdirs ${libgcj}"
3503 ;;
3504 i[3456789]86-*-mingw*)
3505 noconfigdirs="$noconfigdirs ${libgcj}"
3506 ;;
3507 x86_64-*-mingw*)
3508 noconfigdirs="$noconfigdirs ${libgcj}"
3509 ;;
2909494b
JM
3510 mmix-*-*)
3511 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
2909494b
JM
3512 ;;
3513 powerpc-*-aix*)
3514 # copied from rs6000-*-* entry
3515 noconfigdirs="$noconfigdirs ${libgcj}"
3516 ;;
2909494b
JM
3517 rs6000-*-aix*)
3518 noconfigdirs="$noconfigdirs ${libgcj}"
3519 ;;
2909494b
JM
3520 *-*-lynxos*)
3521 noconfigdirs="$noconfigdirs ${libgcj}"
3522 ;;
2909494b
JM
3523esac
3524
1335a8ca
JBG
3525# Disable the go frontend on systems where it is known to not work. Please keep
3526# this in sync with contrib/config-list.mk.
74cc5471
ILT
3527case "${target}" in
3528*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
3529 unsupported_languages="$unsupported_languages go"
3530 ;;
3531esac
3532
cdbc9e92
ILT
3533# Disable libgo for some systems where it is known to not work.
3534# For testing, you can easily override this with --enable-libgo.
3535if test x$enable_libgo = x; then
3536 case "${target}" in
3537 *-*-darwin*)
3538 # PR 46986
3539 noconfigdirs="$noconfigdirs target-libgo"
3540 ;;
3541 *-*-cygwin* | *-*-mingw*)
3542 noconfigdirs="$noconfigdirs target-libgo"
3543 ;;
3544 *-*-aix*)
3545 noconfigdirs="$noconfigdirs target-libgo"
3546 ;;
3547 esac
3548fi
3549
c03353e2
RIL
3550# Default libgloss CPU subdirectory.
3551libgloss_dir="$target_cpu"
6de9cd9a 3552
fbcf0dca
JM
3553case "${target}" in
3554 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3555 libgloss_dir=wince
3556 ;;
4dddfc74
YZ
3557 aarch64*-*-* )
3558 libgloss_dir=aarch64
3559 ;;
fbcf0dca
JM
3560 arm*-*-*)
3561 libgloss_dir=arm
3562 ;;
3563 cris-*-* | crisv32-*-*)
3564 libgloss_dir=cris
3565 ;;
3566 hppa*-*-*)
3567 libgloss_dir=pa
3568 ;;
3569 i[3456789]86-*-*)
3570 libgloss_dir=i386
3571 ;;
3572 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3573 libgloss_dir=m68hc11
3574 ;;
3575 m68*-*-* | fido-*-*)
3576 libgloss_dir=m68k
3577 ;;
3578 mips*-*-*)
3579 libgloss_dir=mips
3580 ;;
3581 powerpc*-*-*)
3582 libgloss_dir=rs6000
3583 ;;
3584 sparc*-*-*)
3585 libgloss_dir=sparc
3586 ;;
3587esac
3588
6a789d5e 3589# Disable newlib and libgloss for various target OSes.
671aa708 3590case "${target}" in
6a789d5e
JM
3591 alpha*-dec-osf*)
3592 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3593 ;;
3594 i[3456789]86-*-linux*)
3595 # This section makes it possible to build newlib natively on linux.
3596 # If we are using a cross compiler then don't configure newlib.
3597 if test x${is_cross_compiler} != xno ; then
3598 noconfigdirs="$noconfigdirs target-newlib"
3599 fi
3600 noconfigdirs="$noconfigdirs target-libgloss"
3601 # If we are not using a cross compiler, do configure newlib.
3602 # Note however, that newlib will only be configured in this situation
3603 # if the --with-newlib option has been given, because otherwise
3604 # 'target-newlib' will appear in skipdirs.
3605 ;;
3606 i[3456789]86-*-rdos*)
3607 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3608 ;;
3609 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3610 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3611 ;;
3612 sparc-*-sunos4*)
3613 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3614 ;;
3615 *-*-aix*)
3616 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3617 ;;
3618 *-*-beos*)
3619 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3620 ;;
671aa708 3621 *-*-chorusos)
0036370f 3622 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3623 ;;
6a789d5e
JM
3624 *-*-dragonfly*)
3625 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3626 ;;
3627 *-*-freebsd*)
3628 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3629 ;;
3630 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3631 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3632 ;;
3633 *-*-lynxos*)
3634 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3635 ;;
3636 *-*-mingw*)
3637 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3638 ;;
3639 *-*-netbsd*)
3640 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3641 ;;
3642 *-*-netware*)
3643 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3644 ;;
3645 *-*-tpf*)
3646 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3647 ;;
3648 *-*-uclinux*)
3649 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3650 ;;
3651 *-*-vxworks*)
3652 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3653 ;;
3654esac
3655
3656case "${target}" in
3657 *-*-chorusos)
3658 ;;
75eeae1a 3659 powerpc-*-darwin*)
e1514c3f 3660 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3661 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3662 ;;
354ebf88
RW
3663 i[3456789]86-*-darwin*)
3664 noconfigdirs="$noconfigdirs ld gprof"
3665 noconfigdirs="$noconfigdirs sim target-rda"
3666 ;;
3667 x86_64-*-darwin[912]*)
0db3a858
TG
3668 noconfigdirs="$noconfigdirs ld gas gprof"
3669 noconfigdirs="$noconfigdirs sim target-rda"
3670 ;;
42c1cd8a
AT
3671 *-*-darwin*)
3672 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3673 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 3674 ;;
8c6d158a 3675 *-*-dragonfly*)
8c6d158a 3676 ;;
c3f84f61 3677 *-*-freebsd*)
6de9cd9a
DN
3678 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3679 && test -f /usr/local/include/gmp.h; then
3680 with_gmp=/usr/local
3681 fi
6de9cd9a 3682 ;;
ef4e7569
US
3683 *-*-kaos*)
3684 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
3685 noconfigdirs="$noconfigdirs target-libgloss"
3686 ;;
671aa708 3687 *-*-netbsd*)
671aa708 3688 ;;
61fec9ff 3689 *-*-netware*)
671aa708
NN
3690 ;;
3691 *-*-rtems*)
2909494b 3692 noconfigdirs="$noconfigdirs target-libgloss"
d896cc4d
JBG
3693 # this is not caught below because this stanza matches earlier
3694 case $target in
3695 or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
3696 esac
671aa708 3697 ;;
a8ba31f2
EC
3698 # The tpf target doesn't support gdb yet.
3699 *-*-tpf*)
6a789d5e 3700 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 3701 ;;
5785c0ed 3702 *-*-uclinux*)
6a789d5e 3703 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 3704 ;;
671aa708 3705 *-*-vxworks*)
671aa708
NN
3706 ;;
3707 alpha*-dec-osf*)
3708 # ld works, but does not support shared libraries.
671aa708 3709 # gas doesn't generate exception information.
6a789d5e 3710 noconfigdirs="$noconfigdirs gas ld"
671aa708
NN
3711 ;;
3712 alpha*-*-*vms*)
2909494b 3713 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
671aa708 3714 ;;
671aa708
NN
3715 alpha*-*-*)
3716 # newlib is not 64 bit ready
2909494b 3717 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3718 ;;
671aa708 3719 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 3720 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708 3721 ;;
53426f6c 3722 arc-*-*|arceb-*-*)
ebb9f8b0 3723 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3724 ;;
671aa708 3725 arm-*-pe*)
2909494b 3726 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3727 ;;
671aa708 3728 arm-*-riscix*)
0036370f 3729 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3730 ;;
b588ae30
GJL
3731 avr-*-rtems*)
3732 ;;
3733 avr-*-*)
3734 if test x${with_avrlibc} != xno; then
3735 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3736 fi
3737 ;;
671aa708 3738 c4x-*-* | tic4x-*-*)
0036370f 3739 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3740 ;;
0036370f
JM
3741 tic54x-*-*)
3742 noconfigdirs="$noconfigdirs target-libgloss gdb"
671aa708 3743 ;;
671aa708 3744 d10v-*-*)
0036370f 3745 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3746 ;;
3747 d30v-*-*)
0036370f 3748 noconfigdirs="$noconfigdirs gdb"
671aa708
NN
3749 ;;
3750 fr30-*-elf*)
2909494b 3751 noconfigdirs="$noconfigdirs gdb"
671aa708 3752 ;;
55f2d967 3753 moxie-*-*)
55f2d967
AG
3754 noconfigdirs="$noconfigdirs gprof"
3755 ;;
671aa708 3756 h8300*-*-*)
2909494b 3757 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3758 ;;
3759 h8500-*-*)
0036370f 3760 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3761 ;;
ee6a22df 3762 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3763 ;;
4569f85e 3764 hppa*64*-*-linux*)
671aa708 3765 ;;
56f8587a 3766 hppa*-*-linux*)
3e732ba0 3767 ;;
671aa708 3768 hppa*-*-*elf* | \
671aa708
NN
3769 hppa*-*-lites* | \
3770 hppa*-*-openbsd* | \
3771 hppa*64*-*-*)
671aa708 3772 ;;
2a332582 3773 hppa*-hp-hpux11*)
1bcce263 3774 noconfigdirs="$noconfigdirs ld"
2a332582 3775 ;;
c03353e2 3776 hppa*-*-pro*)
c03353e2 3777 ;;
671aa708 3778 hppa*-*-*)
2909494b 3779 noconfigdirs="$noconfigdirs ld"
671aa708 3780 ;;
fb87ad5d 3781 i960-*-*)
0036370f 3782 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 3783 ;;
671aa708
NN
3784 ia64*-*-elf*)
3785 # No gdb support yet.
1bcce263 3786 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
671aa708
NN
3787 ;;
3788 ia64*-**-hpux*)
5a2931d1 3789 # No ld support yet.
2909494b 3790 noconfigdirs="$noconfigdirs libgui itcl ld"
671aa708 3791 ;;
52535a64 3792 ia64*-*-*vms*)
091fe9ca
TG
3793 # No ld support yet.
3794 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 3795 ;;
ef4c4300 3796 i[3456789]86-w64-mingw*)
ef4c4300
KT
3797 ;;
3798 i[3456789]86-*-mingw*)
b91f0a41 3799 target_configdirs="$target_configdirs target-winsup"
1c710c3c 3800 ;;
671aa708
NN
3801 *-*-cygwin*)
3802 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 3803 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 3804 # always build newlib if winsup directory is present.
b91f0a41 3805 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3806 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3807 elif test -d "$srcdir/newlib"; then
b91f0a41 3808 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3809 fi
1c710c3c 3810 ;;
f2a0e225 3811 i[3456789]86-*-pe)
ebb9f8b0 3812 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3813 ;;
f2a0e225 3814 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3815 # The linker does not yet know about weak symbols in COFF,
3816 # and is not configured to handle mixed ELF and COFF.
0036370f 3817 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3818 ;;
f2a0e225 3819 i[3456789]86-*-sco*)
0036370f 3820 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3821 ;;
fbdd5d87 3822 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
671aa708
NN
3823 noconfigdirs="$noconfigdirs target-libgloss"
3824 ;;
f2a0e225 3825 i[3456789]86-*-sysv4*)
0036370f 3826 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3827 ;;
f2a0e225 3828 i[3456789]86-*-beos*)
6a789d5e 3829 noconfigdirs="$noconfigdirs gdb"
3aa83176 3830 ;;
d1f8db0c 3831 i[3456789]86-*-rdos*)
6a789d5e 3832 noconfigdirs="$noconfigdirs gdb"
c03353e2 3833 ;;
671aa708 3834 mmix-*-*)
2909494b 3835 noconfigdirs="$noconfigdirs gdb"
671aa708 3836 ;;
ab34901f 3837 mt-*-*)
79dd769c
AH
3838 noconfigdirs="$noconfigdirs sim"
3839 ;;
671aa708
NN
3840 powerpc-*-aix*)
3841 # copied from rs6000-*-* entry
6a789d5e 3842 noconfigdirs="$noconfigdirs gprof"
671aa708 3843 ;;
4569f85e 3844 powerpc*-*-winnt* | powerpc*-*-pe*)
671aa708 3845 target_configdirs="$target_configdirs target-winsup"
0036370f 3846 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
671aa708
NN
3847 # always build newlib.
3848 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3849 ;;
3850 # This is temporary until we can link against shared libraries
3851 powerpcle-*-solaris*)
0036370f 3852 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
671aa708
NN
3853 ;;
3854 powerpc-*-beos*)
6a789d5e 3855 noconfigdirs="$noconfigdirs gdb"
671aa708 3856 ;;
671aa708 3857 rs6000-*-lynxos*)
6a789d5e 3858 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3859 ;;
3860 rs6000-*-aix*)
6a789d5e 3861 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3862 ;;
3863 rs6000-*-*)
2909494b 3864 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3865 ;;
3866 m68k-apollo-*)
0036370f 3867 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
671aa708 3868 ;;
ca9fe997 3869 microblaze*)
2909494b 3870 noconfigdirs="$noconfigdirs gprof"
ca9fe997 3871 ;;
d896cc4d 3872 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
d9dced13
RS
3873 if test x$with_newlib = xyes; then
3874 noconfigdirs="$noconfigdirs gprof"
3875 fi
d9dced13 3876 ;;
671aa708 3877 mips*-*-irix5*)
0036370f 3878 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708
NN
3879 ;;
3880 mips*-*-irix6*)
2909494b 3881 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3882 ;;
671aa708 3883 mips*-*-bsd*)
bc98bcc4 3884 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
671aa708 3885 ;;
671aa708 3886 mips*-*-linux*)
671aa708 3887 ;;
bc98bcc4
JBG
3888 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3889 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3890 noconfigdirs="$noconfigdirs ld gas gprof"
3891 ;;
671aa708 3892 mips*-*-*)
2909494b 3893 noconfigdirs="$noconfigdirs gprof"
671aa708 3894 ;;
d896cc4d
JBG
3895 nds32*-*-*)
3896 noconfigdirs="$noconfigdirs gdb"
3897 ;;
738f2522
BS
3898 nvptx*-*-*)
3899 # nvptx is just a compiler
3900 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3901 ;;
d896cc4d
JBG
3902 or1k*-*-*)
3903 noconfigdirs="$noconfigdirs gdb"
3904 ;;
669f01d8 3905 sh-*-* | sh64-*-*)
ea2002ba
CB
3906 case "${target}" in
3907 sh*-*-elf)
2909494b 3908 ;;
ea2002ba 3909 *)
2909494b 3910 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 3911 esac
671aa708 3912 ;;
671aa708 3913 sparc-*-sunos4*)
6a789d5e 3914 if test x${is_cross_compiler} = xno ; then
671aa708
NN
3915 use_gnu_ld=no
3916 fi
3917 ;;
b42f0d7e 3918 tic6x-*-*)
0d557ff8 3919 noconfigdirs="$noconfigdirs sim"
b42f0d7e 3920 ;;
341c653c 3921 tilepro*-*-* | tilegx*-*-*)
db1d217c
WL
3922 noconfigdirs="$noconfigdirs sim"
3923 ;;
671aa708 3924 v810-*-*)
0036370f 3925 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
671aa708
NN
3926 ;;
3927 vax-*-*)
2909494b 3928 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3929 ;;
671aa708 3930esac
79c06341 3931
671aa708
NN
3932# If we aren't building newlib, then don't build libgloss, since libgloss
3933# depends upon some newlib header files.
3934case "${noconfigdirs}" in
3935 *target-libgloss*) ;;
3936 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3937esac
3938
671aa708 3939# Work in distributions that contain no compiler tools, like Autoconf.
671aa708
NN
3940host_makefile_frag=/dev/null
3941if test -d ${srcdir}/config ; then
3942case "${host}" in
f2a0e225 3943 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3944 host_makefile_frag="config/mh-djgpp"
3945 ;;
3946 *-cygwin*)
2a79c47f 3947
5213506e
RW
3948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3949$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3950echo a >cygwin-cat-check
e25a8c82 3951if test `cat cygwin-cat-check` = a ; then
2a79c47f 3952 rm cygwin-cat-check
5213506e
RW
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3954$as_echo "yes" >&6; }
2a79c47f
NC
3955else
3956 rm cygwin-cat-check
5213506e
RW
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3958$as_echo "no" >&6; }
3959 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3960 Please either mount the build directory in binary mode or run the following
3961 commands before running any configure script:
3962set -o igncr
3963export SHELLOPTS
5213506e 3964 " "$LINENO" 5
2a79c47f
NC
3965fi
3966
671aa708
NN
3967 host_makefile_frag="config/mh-cygwin"
3968 ;;
c53a18d3 3969 *-mingw*)
1f5a6b84 3970 host_makefile_frag="config/mh-mingw"
95af8923 3971 ;;
efd41714 3972 hppa*-hp-hpux10*)
efd41714 3973 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3974 ;;
111eeb6e 3975 hppa*-hp-hpux*)
efd41714
PB
3976 host_makefile_frag="config/mh-pa"
3977 ;;
3978 hppa*-*)
3979 host_makefile_frag="config/mh-pa"
3980 ;;
d8ed14ce
IS
3981 *-*-darwin*)
3982 host_makefile_frag="config/mh-darwin"
be8fff81 3983 ;;
d19bca38
PB
3984 powerpc-*-aix*)
3985 host_makefile_frag="config/mh-ppc-aix"
3986 ;;
3987 rs6000-*-aix*)
3988 host_makefile_frag="config/mh-ppc-aix"
3989 ;;
671aa708
NN
3990esac
3991fi
3992
55ffb5ed 3993if test "${build}" != "${host}" ; then
0999159b
PB
3994 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3995 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3996 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3997 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3998 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3999 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 4000 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
4001 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
4002 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
4003 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
4004 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
4005 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
4006 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
4007else
4008 AR_FOR_BUILD="\$(AR)"
4009 AS_FOR_BUILD="\$(AS)"
fb0103e5 4010 CC_FOR_BUILD="\$(CC)"
0999159b
PB
4011 CXX_FOR_BUILD="\$(CXX)"
4012 GCJ_FOR_BUILD="\$(GCJ)"
4013 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 4014 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
4015 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
4016 LD_FOR_BUILD="\$(LD)"
4017 NM_FOR_BUILD="\$(NM)"
4018 RANLIB_FOR_BUILD="\$(RANLIB)"
4019 WINDRES_FOR_BUILD="\$(WINDRES)"
4020 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
4021fi
4022
4023ac_ext=c
1c710c3c
DJ
4024ac_cpp='$CPP $CPPFLAGS'
4025ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4026ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4027ac_compiler_gnu=$ac_cv_c_compiler_gnu
4028if test -n "$ac_tool_prefix"; then
4029 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4030set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
4031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4032$as_echo_n "checking for $ac_word... " >&6; }
4033if test "${ac_cv_prog_CC+set}" = set; then :
4034 $as_echo_n "(cached) " >&6
1c710c3c
DJ
4035else
4036 if test -n "$CC"; then
4037 ac_cv_prog_CC="$CC" # Let the user override the test.
4038else
4039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4040for as_dir in $PATH
4041do
4042 IFS=$as_save_IFS
4043 test -z "$as_dir" && as_dir=.
5213506e
RW
4044 for ac_exec_ext in '' $ac_executable_extensions; do
4045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4046 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 4047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4048 break 2
4049 fi
4050done
5213506e
RW
4051 done
4052IFS=$as_save_IFS
1c710c3c
DJ
4053
4054fi
4055fi
4056CC=$ac_cv_prog_CC
4057if test -n "$CC"; then
5213506e
RW
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4059$as_echo "$CC" >&6; }
1c710c3c 4060else
5213506e
RW
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062$as_echo "no" >&6; }
1c710c3c
DJ
4063fi
4064
5213506e 4065
1c710c3c
DJ
4066fi
4067if test -z "$ac_cv_prog_CC"; then
4068 ac_ct_CC=$CC
fb0103e5
RG
4069 # Extract the first word of "gcc", so it can be a program name with args.
4070set dummy gcc; ac_word=$2
5213506e
RW
4071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4072$as_echo_n "checking for $ac_word... " >&6; }
4073if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4074 $as_echo_n "(cached) " >&6
1c710c3c
DJ
4075else
4076 if test -n "$ac_ct_CC"; then
4077 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4078else
4079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080for as_dir in $PATH
4081do
4082 IFS=$as_save_IFS
4083 test -z "$as_dir" && as_dir=.
5213506e
RW
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4086 ac_cv_prog_ac_ct_CC="gcc"
5213506e 4087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4088 break 2
4089 fi
4090done
5213506e
RW
4091 done
4092IFS=$as_save_IFS
1c710c3c
DJ
4093
4094fi
4095fi
4096ac_ct_CC=$ac_cv_prog_ac_ct_CC
4097if test -n "$ac_ct_CC"; then
5213506e
RW
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4099$as_echo "$ac_ct_CC" >&6; }
1c710c3c 4100else
5213506e
RW
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102$as_echo "no" >&6; }
1c710c3c
DJ
4103fi
4104
5213506e
RW
4105 if test "x$ac_ct_CC" = x; then
4106 CC=""
4107 else
4108 case $cross_compiling:$ac_tool_warned in
4109yes:)
4110{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4111$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4112ac_tool_warned=yes ;;
4113esac
4114 CC=$ac_ct_CC
4115 fi
1c710c3c
DJ
4116else
4117 CC="$ac_cv_prog_CC"
4118fi
4119
4120if test -z "$CC"; then
5213506e
RW
4121 if test -n "$ac_tool_prefix"; then
4122 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 4123set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
4124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4125$as_echo_n "checking for $ac_word... " >&6; }
4126if test "${ac_cv_prog_CC+set}" = set; then :
4127 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4128else
4129 if test -n "$CC"; then
4130 ac_cv_prog_CC="$CC" # Let the user override the test.
4131else
1c710c3c
DJ
4132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4133for as_dir in $PATH
4134do
4135 IFS=$as_save_IFS
4136 test -z "$as_dir" && as_dir=.
5213506e
RW
4137 for ac_exec_ext in '' $ac_executable_extensions; do
4138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4139 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 4140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4141 break 2
4142 fi
4143done
5213506e
RW
4144 done
4145IFS=$as_save_IFS
1c710c3c 4146
0b0dc272 4147fi
0b0dc272 4148fi
1c710c3c 4149CC=$ac_cv_prog_CC
af71363e 4150if test -n "$CC"; then
5213506e
RW
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4152$as_echo "$CC" >&6; }
2aeb72e9 4153else
5213506e
RW
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4155$as_echo "no" >&6; }
2aeb72e9
DD
4156fi
4157
2aeb72e9 4158
5213506e 4159 fi
1c710c3c 4160fi
55ffb5ed
NN
4161if test -z "$CC"; then
4162 # Extract the first word of "cc", so it can be a program name with args.
4163set dummy cc; ac_word=$2
5213506e
RW
4164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4165$as_echo_n "checking for $ac_word... " >&6; }
4166if test "${ac_cv_prog_CC+set}" = set; then :
4167 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4168else
4169 if test -n "$CC"; then
4170 ac_cv_prog_CC="$CC" # Let the user override the test.
4171else
0b0dc272 4172 ac_prog_rejected=no
1c710c3c
DJ
4173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4174for as_dir in $PATH
4175do
4176 IFS=$as_save_IFS
4177 test -z "$as_dir" && as_dir=.
5213506e
RW
4178 for ac_exec_ext in '' $ac_executable_extensions; do
4179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
4180 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4181 ac_prog_rejected=yes
4182 continue
4183 fi
4184 ac_cv_prog_CC="cc"
5213506e 4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4186 break 2
4187 fi
4188done
5213506e
RW
4189 done
4190IFS=$as_save_IFS
1c710c3c 4191
55ffb5ed
NN
4192if test $ac_prog_rejected = yes; then
4193 # We found a bogon in the path, so make sure we never use it.
4194 set dummy $ac_cv_prog_CC
4195 shift
1c710c3c 4196 if test $# != 0; then
55ffb5ed
NN
4197 # We chose a different compiler from the bogus one.
4198 # However, it has the same basename, so the bogon will be chosen
4199 # first if we set CC to just the basename; use the full file name.
4200 shift
1c710c3c 4201 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4202 fi
4203fi
4204fi
4205fi
1c710c3c 4206CC=$ac_cv_prog_CC
55ffb5ed 4207if test -n "$CC"; then
5213506e
RW
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4209$as_echo "$CC" >&6; }
55ffb5ed 4210else
5213506e
RW
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4212$as_echo "no" >&6; }
55ffb5ed
NN
4213fi
4214
5213506e 4215
1c710c3c
DJ
4216fi
4217if test -z "$CC"; then
4218 if test -n "$ac_tool_prefix"; then
5213506e 4219 for ac_prog in cl.exe
1c710c3c
DJ
4220 do
4221 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4222set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224$as_echo_n "checking for $ac_word... " >&6; }
4225if test "${ac_cv_prog_CC+set}" = set; then :
4226 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4227else
4228 if test -n "$CC"; then
4229 ac_cv_prog_CC="$CC" # Let the user override the test.
4230else
1c710c3c
DJ
4231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232for as_dir in $PATH
4233do
4234 IFS=$as_save_IFS
4235 test -z "$as_dir" && as_dir=.
5213506e
RW
4236 for ac_exec_ext in '' $ac_executable_extensions; do
4237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4238 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4240 break 2
4241 fi
4242done
5213506e
RW
4243 done
4244IFS=$as_save_IFS
1c710c3c 4245
55ffb5ed
NN
4246fi
4247fi
1c710c3c 4248CC=$ac_cv_prog_CC
55ffb5ed 4249if test -n "$CC"; then
5213506e
RW
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4251$as_echo "$CC" >&6; }
a4b9e93e 4252else
5213506e
RW
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254$as_echo "no" >&6; }
fb0103e5 4255fi
af71363e 4256
5213506e 4257
1c710c3c
DJ
4258 test -n "$CC" && break
4259 done
af71363e 4260fi
1c710c3c
DJ
4261if test -z "$CC"; then
4262 ac_ct_CC=$CC
5213506e 4263 for ac_prog in cl.exe
1c710c3c
DJ
4264do
4265 # Extract the first word of "$ac_prog", so it can be a program name with args.
4266set dummy $ac_prog; ac_word=$2
5213506e
RW
4267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4268$as_echo_n "checking for $ac_word... " >&6; }
4269if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4270 $as_echo_n "(cached) " >&6
0b0dc272 4271else
1c710c3c
DJ
4272 if test -n "$ac_ct_CC"; then
4273 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4274else
1c710c3c
DJ
4275as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4276for as_dir in $PATH
4277do
4278 IFS=$as_save_IFS
4279 test -z "$as_dir" && as_dir=.
5213506e
RW
4280 for ac_exec_ext in '' $ac_executable_extensions; do
4281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4282 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4284 break 2
4285 fi
4286done
5213506e
RW
4287 done
4288IFS=$as_save_IFS
1c710c3c 4289
af71363e
AS
4290fi
4291fi
1c710c3c
DJ
4292ac_ct_CC=$ac_cv_prog_ac_ct_CC
4293if test -n "$ac_ct_CC"; then
5213506e
RW
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4295$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4296else
5213506e
RW
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4298$as_echo "no" >&6; }
af71363e 4299fi
0b0dc272 4300
5213506e 4301
1c710c3c
DJ
4302 test -n "$ac_ct_CC" && break
4303done
4304
5213506e
RW
4305 if test "x$ac_ct_CC" = x; then
4306 CC=""
4307 else
4308 case $cross_compiling:$ac_tool_warned in
4309yes:)
4310{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4311$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4312ac_tool_warned=yes ;;
4313esac
4314 CC=$ac_ct_CC
4315 fi
1c710c3c
DJ
4316fi
4317
4318fi
4319
4320
5213506e
RW
4321test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4322$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4323as_fn_error "no acceptable C compiler found in \$PATH
4324See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4325
4326# Provide some information about the compiler.
5213506e
RW
4327$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4328set X $ac_compile
4329ac_compiler=$2
4330for ac_option in --version -v -V -qversion; do
4331 { { ac_try="$ac_compiler $ac_option >&5"
4332case "(($ac_try" in
4333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4334 *) ac_try_echo=$ac_try;;
4335esac
4336eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4337$as_echo "$ac_try_echo"; } >&5
4338 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4339 ac_status=$?
5213506e
RW
4340 if test -s conftest.err; then
4341 sed '10a\
4342... rest of stderr output deleted ...
4343 10q' conftest.err >conftest.er1
4344 cat conftest.er1 >&5
4345 rm -f conftest.er1 conftest.err
4346 fi
4347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4348 test $ac_status = 0; }
4349done
1c710c3c 4350
5213506e 4351cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4352/* end confdefs.h. */
4353
4354int
4355main ()
4356{
4357
4358 ;
4359 return 0;
4360}
4361_ACEOF
4362ac_clean_files_save=$ac_clean_files
5213506e 4363ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4364# Try to create an executable without -o first, disregard a.out.
4365# It will help us diagnose broken compilers, and finding out an intuition
4366# of exeext.
5213506e
RW
4367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4368$as_echo_n "checking for C compiler default output file name... " >&6; }
4369ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4370
4371# The possible output files:
4372ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4373
4374ac_rmfiles=
4375for ac_file in $ac_files
4376do
4377 case $ac_file in
4378 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4379 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4380 esac
4381done
4382rm -f $ac_rmfiles
4383
4384if { { ac_try="$ac_link_default"
4385case "(($ac_try" in
4386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4387 *) ac_try_echo=$ac_try;;
4388esac
4389eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4390$as_echo "$ac_try_echo"; } >&5
4391 (eval "$ac_link_default") 2>&5
1c710c3c 4392 ac_status=$?
5213506e
RW
4393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4394 test $ac_status = 0; }; then :
4395 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4396# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4397# in a Makefile. We should not override ac_cv_exeext if it was cached,
4398# so that the user can short-circuit this test for compilers unknown to
4399# Autoconf.
4400for ac_file in $ac_files ''
1c710c3c
DJ
4401do
4402 test -f "$ac_file" || continue
4403 case $ac_file in
5213506e 4404 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4405 ;;
4406 [ab].out )
4407 # We found the default executable, but exeext='' is most
4408 # certainly right.
4409 break;;
4410 *.* )
5213506e
RW
4411 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4412 then :; else
4413 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4414 fi
4415 # We set ac_cv_exeext here because the later test for it is not
4416 # safe: cross compilers may not add the suffix if given an `-o'
4417 # argument, so we may need to know it at that point already.
4418 # Even if this section looks crufty: it has the advantage of
4419 # actually working.
1c710c3c
DJ
4420 break;;
4421 * )
4422 break;;
4423 esac
4424done
5213506e
RW
4425test "$ac_cv_exeext" = no && ac_cv_exeext=
4426
1c710c3c 4427else
5213506e
RW
4428 ac_file=''
4429fi
4430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4431$as_echo "$ac_file" >&6; }
4432if test -z "$ac_file"; then :
4433 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4434sed 's/^/| /' conftest.$ac_ext >&5
4435
5213506e
RW
4436{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4437$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4438{ as_fn_set_status 77
4439as_fn_error "C compiler cannot create executables
4440See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4441fi
1c710c3c 4442ac_exeext=$ac_cv_exeext
1c710c3c 4443
5213506e 4444# Check that the compiler produces executables we can run. If not, either
1c710c3c 4445# the compiler is broken, or we cross compile.
5213506e
RW
4446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4447$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4448# If not cross compiling, check that we can run a simple program.
4449if test "$cross_compiling" != yes; then
4450 if { ac_try='./$ac_file'
5213506e
RW
4451 { { case "(($ac_try" in
4452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4453 *) ac_try_echo=$ac_try;;
4454esac
4455eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4456$as_echo "$ac_try_echo"; } >&5
4457 (eval "$ac_try") 2>&5
1c710c3c 4458 ac_status=$?
5213506e
RW
4459 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4460 test $ac_status = 0; }; }; then
1c710c3c
DJ
4461 cross_compiling=no
4462 else
4463 if test "$cross_compiling" = maybe; then
4464 cross_compiling=yes
4465 else
5213506e
RW
4466 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4467$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4468as_fn_error "cannot run C compiled programs.
1c710c3c 4469If you meant to cross compile, use \`--host'.
5213506e 4470See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4471 fi
4472 fi
4473fi
5213506e
RW
4474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4475$as_echo "yes" >&6; }
1c710c3c 4476
5213506e 4477rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4478ac_clean_files=$ac_clean_files_save
5213506e 4479# Check that the compiler produces executables we can run. If not, either
1c710c3c 4480# the compiler is broken, or we cross compile.
5213506e
RW
4481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4482$as_echo_n "checking whether we are cross compiling... " >&6; }
4483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4484$as_echo "$cross_compiling" >&6; }
4485
4486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4487$as_echo_n "checking for suffix of executables... " >&6; }
4488if { { ac_try="$ac_link"
4489case "(($ac_try" in
4490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4491 *) ac_try_echo=$ac_try;;
4492esac
4493eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4494$as_echo "$ac_try_echo"; } >&5
4495 (eval "$ac_link") 2>&5
1c710c3c 4496 ac_status=$?
5213506e
RW
4497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4498 test $ac_status = 0; }; then :
1c710c3c
DJ
4499 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4500# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4501# work properly (i.e., refer to `conftest.exe'), while it won't with
4502# `rm'.
4503for ac_file in conftest.exe conftest conftest.*; do
4504 test -f "$ac_file" || continue
4505 case $ac_file in
5213506e 4506 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4507 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4508 break;;
4509 * ) break;;
4510 esac
4511done
af71363e 4512else
5213506e
RW
4513 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4514$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4515as_fn_error "cannot compute suffix of executables: cannot compile and link
4516See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4517fi
1c710c3c 4518rm -f conftest$ac_cv_exeext
5213506e
RW
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4520$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4521
4522rm -f conftest.$ac_ext
4523EXEEXT=$ac_cv_exeext
4524ac_exeext=$EXEEXT
5213506e
RW
4525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4526$as_echo_n "checking for suffix of object files... " >&6; }
4527if test "${ac_cv_objext+set}" = set; then :
4528 $as_echo_n "(cached) " >&6
1c710c3c 4529else
5213506e 4530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4531/* end confdefs.h. */
4532
4533int
4534main ()
4535{
4536
4537 ;
4538 return 0;
4539}
4540_ACEOF
4541rm -f conftest.o conftest.obj
5213506e
RW
4542if { { ac_try="$ac_compile"
4543case "(($ac_try" in
4544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4545 *) ac_try_echo=$ac_try;;
4546esac
4547eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4548$as_echo "$ac_try_echo"; } >&5
4549 (eval "$ac_compile") 2>&5
1c710c3c 4550 ac_status=$?
5213506e
RW
4551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4552 test $ac_status = 0; }; then :
4553 for ac_file in conftest.o conftest.obj conftest.*; do
4554 test -f "$ac_file" || continue;
1c710c3c 4555 case $ac_file in
5213506e 4556 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4557 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4558 break;;
4559 esac
4560done
4561else
5213506e 4562 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4563sed 's/^/| /' conftest.$ac_ext >&5
4564
5213506e
RW
4565{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4566$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4567as_fn_error "cannot compute suffix of object files: cannot compile
4568See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4569fi
1c710c3c
DJ
4570rm -f conftest.$ac_cv_objext conftest.$ac_ext
4571fi
5213506e
RW
4572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4573$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4574OBJEXT=$ac_cv_objext
4575ac_objext=$OBJEXT
5213506e
RW
4576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4577$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4578if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4579 $as_echo_n "(cached) " >&6
1c710c3c 4580else
5213506e 4581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4582/* end confdefs.h. */
4583
4584int
4585main ()
4586{
4587#ifndef __GNUC__
4588 choke me
4589#endif
4590
4591 ;
4592 return 0;
4593}
4594_ACEOF
5213506e 4595if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4596 ac_compiler_gnu=yes
4597else
5213506e 4598 ac_compiler_gnu=no
1c710c3c 4599fi
5213506e 4600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4601ac_cv_c_compiler_gnu=$ac_compiler_gnu
4602
4603fi
5213506e
RW
4604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4605$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4606if test $ac_compiler_gnu = yes; then
4607 GCC=yes
4608else
4609 GCC=
4610fi
1c710c3c
DJ
4611ac_test_CFLAGS=${CFLAGS+set}
4612ac_save_CFLAGS=$CFLAGS
5213506e
RW
4613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4614$as_echo_n "checking whether $CC accepts -g... " >&6; }
4615if test "${ac_cv_prog_cc_g+set}" = set; then :
4616 $as_echo_n "(cached) " >&6
4617else
4618 ac_save_c_werror_flag=$ac_c_werror_flag
4619 ac_c_werror_flag=yes
4620 ac_cv_prog_cc_g=no
4621 CFLAGS="-g"
4622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4623/* end confdefs.h. */
4624
4625int
4626main ()
4627{
4628
4629 ;
4630 return 0;
4631}
4632_ACEOF
5213506e 4633if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4634 ac_cv_prog_cc_g=yes
4635else
5213506e
RW
4636 CFLAGS=""
4637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4638/* end confdefs.h. */
4639
4640int
4641main ()
4642{
4643
4644 ;
4645 return 0;
4646}
4647_ACEOF
4648if ac_fn_c_try_compile "$LINENO"; then :
4649
4650else
4651 ac_c_werror_flag=$ac_save_c_werror_flag
4652 CFLAGS="-g"
4653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4654/* end confdefs.h. */
af71363e 4655
5213506e
RW
4656int
4657main ()
4658{
4659
4660 ;
4661 return 0;
4662}
4663_ACEOF
4664if ac_fn_c_try_compile "$LINENO"; then :
4665 ac_cv_prog_cc_g=yes
4666fi
4667rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4668fi
5213506e 4669rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4670fi
5213506e
RW
4671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4672 ac_c_werror_flag=$ac_save_c_werror_flag
4673fi
4674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4675$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4676if test "$ac_test_CFLAGS" = set; then
1c710c3c 4677 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4678elif test $ac_cv_prog_cc_g = yes; then
4679 if test "$GCC" = yes; then
4680 CFLAGS="-g -O2"
4681 else
4682 CFLAGS="-g"
4683 fi
4684else
4685 if test "$GCC" = yes; then
4686 CFLAGS="-O2"
4687 else
4688 CFLAGS=
4689 fi
4690fi
5213506e
RW
4691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4692$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4693if test "${ac_cv_prog_cc_c89+set}" = set; then :
4694 $as_echo_n "(cached) " >&6
1c710c3c 4695else
5213506e 4696 ac_cv_prog_cc_c89=no
1c710c3c 4697ac_save_CC=$CC
5213506e 4698cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4699/* end confdefs.h. */
4700#include <stdarg.h>
4701#include <stdio.h>
4702#include <sys/types.h>
4703#include <sys/stat.h>
4704/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4705struct buf { int x; };
4706FILE * (*rcsopen) (struct buf *, struct stat *, int);
4707static char *e (p, i)
4708 char **p;
4709 int i;
4710{
4711 return p[i];
4712}
4713static char *f (char * (*g) (char **, int), char **p, ...)
4714{
4715 char *s;
4716 va_list v;
4717 va_start (v,p);
4718 s = g (p, va_arg (v,int));
4719 va_end (v);
4720 return s;
4721}
4722
4723/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4724 function prototypes and stuff, but not '\xHH' hex character constants.
4725 These don't provoke an error unfortunately, instead are silently treated
5213506e 4726 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4727 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4728 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4729 that's true only with -std. */
1c710c3c
DJ
4730int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4731
5213506e
RW
4732/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4733 inside strings and character constants. */
4734#define FOO(x) 'x'
4735int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4736
1c710c3c
DJ
4737int test (int i, double x);
4738struct s1 {int (*f) (int a);};
4739struct s2 {int (*f) (double a);};
4740int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4741int argc;
4742char **argv;
4743int
4744main ()
4745{
4746return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4747 ;
4748 return 0;
4749}
4750_ACEOF
5213506e
RW
4751for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4752 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4753do
4754 CC="$ac_save_CC $ac_arg"
5213506e
RW
4755 if ac_fn_c_try_compile "$LINENO"; then :
4756 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4757fi
5213506e
RW
4758rm -f core conftest.err conftest.$ac_objext
4759 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4760done
5213506e 4761rm -f conftest.$ac_ext
1c710c3c
DJ
4762CC=$ac_save_CC
4763
4764fi
5213506e
RW
4765# AC_CACHE_VAL
4766case "x$ac_cv_prog_cc_c89" in
4767 x)
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4769$as_echo "none needed" >&6; } ;;
4770 xno)
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4772$as_echo "unsupported" >&6; } ;;
1c710c3c 4773 *)
5213506e
RW
4774 CC="$CC $ac_cv_prog_cc_c89"
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4776$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4777esac
5213506e 4778if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4779
2aeb72e9
DD
4780fi
4781
2aeb72e9
DD
4782ac_ext=c
4783ac_cpp='$CPP $CPPFLAGS'
4784ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4785ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4786ac_compiler_gnu=$ac_cv_c_compiler_gnu
4787
5213506e 4788ac_ext=cpp
2aeb72e9
DD
4789ac_cpp='$CXXCPP $CPPFLAGS'
4790ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4791ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4792ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4793if test -z "$CXX"; then
4794 if test -n "$CCC"; then
4795 CXX=$CCC
4796 else
4797 if test -n "$ac_tool_prefix"; then
4798 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4799 do
4800 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4801set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4803$as_echo_n "checking for $ac_word... " >&6; }
4804if test "${ac_cv_prog_CXX+set}" = set; then :
4805 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4806else
4807 if test -n "$CXX"; then
4808 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4809else
4810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4811for as_dir in $PATH
4812do
4813 IFS=$as_save_IFS
4814 test -z "$as_dir" && as_dir=.
5213506e
RW
4815 for ac_exec_ext in '' $ac_executable_extensions; do
4816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4817 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4819 break 2
4820 fi
4821done
5213506e
RW
4822 done
4823IFS=$as_save_IFS
55ffb5ed 4824
c3a86da9
DJ
4825fi
4826fi
4827CXX=$ac_cv_prog_CXX
4828if test -n "$CXX"; then
5213506e
RW
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4830$as_echo "$CXX" >&6; }
c3a86da9 4831else
5213506e
RW
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4833$as_echo "no" >&6; }
c3a86da9
DJ
4834fi
4835
5213506e 4836
c3a86da9
DJ
4837 test -n "$CXX" && break
4838 done
4839fi
4840if test -z "$CXX"; then
4841 ac_ct_CXX=$CXX
5213506e 4842 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4843do
4844 # Extract the first word of "$ac_prog", so it can be a program name with args.
4845set dummy $ac_prog; ac_word=$2
5213506e
RW
4846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4847$as_echo_n "checking for $ac_word... " >&6; }
4848if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4849 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4850else
4851 if test -n "$ac_ct_CXX"; then
4852 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4853else
4854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855for as_dir in $PATH
4856do
4857 IFS=$as_save_IFS
4858 test -z "$as_dir" && as_dir=.
5213506e
RW
4859 for ac_exec_ext in '' $ac_executable_extensions; do
4860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4861 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4863 break 2
4864 fi
4865done
5213506e
RW
4866 done
4867IFS=$as_save_IFS
c3a86da9
DJ
4868
4869fi
4870fi
4871ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4872if test -n "$ac_ct_CXX"; then
5213506e
RW
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4874$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4875else
5213506e
RW
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4877$as_echo "no" >&6; }
c3a86da9
DJ
4878fi
4879
5213506e 4880
c3a86da9
DJ
4881 test -n "$ac_ct_CXX" && break
4882done
c3a86da9 4883
5213506e
RW
4884 if test "x$ac_ct_CXX" = x; then
4885 CXX="g++"
4886 else
4887 case $cross_compiling:$ac_tool_warned in
4888yes:)
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4890$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4891ac_tool_warned=yes ;;
4892esac
4893 CXX=$ac_ct_CXX
4894 fi
c3a86da9
DJ
4895fi
4896
5213506e
RW
4897 fi
4898fi
c3a86da9 4899# Provide some information about the compiler.
5213506e
RW
4900$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4901set X $ac_compile
4902ac_compiler=$2
4903for ac_option in --version -v -V -qversion; do
4904 { { ac_try="$ac_compiler $ac_option >&5"
4905case "(($ac_try" in
4906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4907 *) ac_try_echo=$ac_try;;
4908esac
4909eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4910$as_echo "$ac_try_echo"; } >&5
4911 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4912 ac_status=$?
5213506e
RW
4913 if test -s conftest.err; then
4914 sed '10a\
4915... rest of stderr output deleted ...
4916 10q' conftest.err >conftest.er1
4917 cat conftest.er1 >&5
4918 rm -f conftest.er1 conftest.err
4919 fi
4920 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4921 test $ac_status = 0; }
4922done
c3a86da9 4923
5213506e
RW
4924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4925$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4926if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4927 $as_echo_n "(cached) " >&6
c3a86da9 4928else
5213506e 4929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4930/* end confdefs.h. */
4931
4932int
4933main ()
4934{
4935#ifndef __GNUC__
4936 choke me
4937#endif
4938
4939 ;
4940 return 0;
4941}
4942_ACEOF
5213506e 4943if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4944 ac_compiler_gnu=yes
4945else
5213506e 4946 ac_compiler_gnu=no
c3a86da9 4947fi
5213506e 4948rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4949ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4950
4951fi
5213506e
RW
4952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4953$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4954if test $ac_compiler_gnu = yes; then
4955 GXX=yes
4956else
4957 GXX=
4958fi
c3a86da9
DJ
4959ac_test_CXXFLAGS=${CXXFLAGS+set}
4960ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4962$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4963if test "${ac_cv_prog_cxx_g+set}" = set; then :
4964 $as_echo_n "(cached) " >&6
4965else
4966 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4967 ac_cxx_werror_flag=yes
4968 ac_cv_prog_cxx_g=no
4969 CXXFLAGS="-g"
4970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4971/* end confdefs.h. */
4972
4973int
4974main ()
4975{
4976
4977 ;
4978 return 0;
4979}
4980_ACEOF
5213506e 4981if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4982 ac_cv_prog_cxx_g=yes
4983else
5213506e
RW
4984 CXXFLAGS=""
4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4986/* end confdefs.h. */
5213506e 4987
c3a86da9
DJ
4988int
4989main ()
4990{
5213506e 4991
c3a86da9
DJ
4992 ;
4993 return 0;
4994}
4995_ACEOF
5213506e 4996if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4997
5213506e
RW
4998else
4999 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5000 CXXFLAGS="-g"
5001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 5002/* end confdefs.h. */
5213506e 5003
c3a86da9
DJ
5004int
5005main ()
5006{
5213506e 5007
c3a86da9
DJ
5008 ;
5009 return 0;
5010}
5011_ACEOF
5213506e
RW
5012if ac_fn_cxx_try_compile "$LINENO"; then :
5013 ac_cv_prog_cxx_g=yes
11a67599 5014fi
5213506e
RW
5015rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5016fi
5017rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5018fi
5019rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5020 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5021fi
5022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5023$as_echo "$ac_cv_prog_cxx_g" >&6; }
5024if test "$ac_test_CXXFLAGS" = set; then
5025 CXXFLAGS=$ac_save_CXXFLAGS
5026elif test $ac_cv_prog_cxx_g = yes; then
5027 if test "$GXX" = yes; then
5028 CXXFLAGS="-g -O2"
5029 else
5030 CXXFLAGS="-g"
5031 fi
5032else
5033 if test "$GXX" = yes; then
5034 CXXFLAGS="-O2"
5035 else
5036 CXXFLAGS=
5037 fi
c3a86da9 5038fi
c3a86da9
DJ
5039ac_ext=c
5040ac_cpp='$CPP $CPPFLAGS'
5041ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5042ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5043ac_compiler_gnu=$ac_cv_c_compiler_gnu
5044
5045
5046# We must set the default linker to the linker used by gcc for the correct
5047# operation of libtool. If LD is not defined and we are using gcc, try to
5048# set the LD default to the ld used by gcc.
5049if test -z "$LD"; then
5050 if test "$GCC" = yes; then
5051 case $build in
5052 *-*-mingw*)
5053 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5054 *)
5055 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
5056 esac
5057 case $gcc_prog_ld in
5058 # Accept absolute paths.
5059 [\\/]* | [A-Za-z]:[\\/]*)
5060 LD="$gcc_prog_ld" ;;
5061 esac
5062 fi
23f6b2f9
PB
5063fi
5064
0b21f5d3
EB
5065# Check whether -static-libstdc++ -static-libgcc is supported.
5066have_static_libs=no
5067if test "$GCC" = yes; then
5068 saved_LDFLAGS="$LDFLAGS"
5069
5070 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5072$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5073 ac_ext=cpp
5074ac_cpp='$CXXCPP $CPPFLAGS'
5075ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5076ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5077ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5078
5079
5080cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5081/* end confdefs.h. */
0d6414b2
EB
5082
5083#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5084#error -static-libstdc++ not implemented
5085#endif
0b21f5d3
EB
5086int main() {}
5087_ACEOF
5088if ac_fn_cxx_try_link "$LINENO"; then :
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5090$as_echo "yes" >&6; }; have_static_libs=yes
5091else
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5093$as_echo "no" >&6; }
5094fi
5095rm -f core conftest.err conftest.$ac_objext \
5096 conftest$ac_exeext conftest.$ac_ext
5097 ac_ext=c
5098ac_cpp='$CPP $CPPFLAGS'
5099ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5101ac_compiler_gnu=$ac_cv_c_compiler_gnu
5102
5103
5104 LDFLAGS="$saved_LDFLAGS"
5105fi
5106
23f6b2f9
PB
5107
5108
55ffb5ed 5109
1c710c3c
DJ
5110if test -n "$ac_tool_prefix"; then
5111 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 5112set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
5113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5114$as_echo_n "checking for $ac_word... " >&6; }
5115if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5116 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5117else
5118 if test -n "$GNATBIND"; then
5119 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5120else
1c710c3c
DJ
5121as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5122for as_dir in $PATH
5123do
5124 IFS=$as_save_IFS
5125 test -z "$as_dir" && as_dir=.
5213506e
RW
5126 for ac_exec_ext in '' $ac_executable_extensions; do
5127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5128 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 5129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5130 break 2
5131 fi
5132done
5213506e
RW
5133 done
5134IFS=$as_save_IFS
1c710c3c 5135
55ffb5ed
NN
5136fi
5137fi
1c710c3c 5138GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 5139if test -n "$GNATBIND"; then
5213506e
RW
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5141$as_echo "$GNATBIND" >&6; }
55ffb5ed 5142else
5213506e
RW
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5144$as_echo "no" >&6; }
55ffb5ed
NN
5145fi
5146
5213506e 5147
1c710c3c 5148fi
55ffb5ed 5149if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 5150 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
5151 # Extract the first word of "gnatbind", so it can be a program name with args.
5152set dummy gnatbind; ac_word=$2
5213506e
RW
5153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5154$as_echo_n "checking for $ac_word... " >&6; }
5155if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5156 $as_echo_n "(cached) " >&6
55ffb5ed 5157else
1c710c3c
DJ
5158 if test -n "$ac_ct_GNATBIND"; then
5159 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 5160else
1c710c3c
DJ
5161as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5162for as_dir in $PATH
5163do
5164 IFS=$as_save_IFS
5165 test -z "$as_dir" && as_dir=.
5213506e
RW
5166 for ac_exec_ext in '' $ac_executable_extensions; do
5167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5168 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 5169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5170 break 2
5171 fi
5172done
5213506e
RW
5173 done
5174IFS=$as_save_IFS
1c710c3c 5175
55ffb5ed
NN
5176fi
5177fi
1c710c3c
DJ
5178ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5179if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5181$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 5182else
5213506e
RW
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5184$as_echo "no" >&6; }
55ffb5ed
NN
5185fi
5186
5213506e
RW
5187 if test "x$ac_ct_GNATBIND" = x; then
5188 GNATBIND="no"
5189 else
5190 case $cross_compiling:$ac_tool_warned in
5191yes:)
5192{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5193$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5194ac_tool_warned=yes ;;
5195esac
5196 GNATBIND=$ac_ct_GNATBIND
5197 fi
55ffb5ed 5198else
1c710c3c 5199 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
5200fi
5201
1c710c3c
DJ
5202if test -n "$ac_tool_prefix"; then
5203 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 5204set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
5205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5206$as_echo_n "checking for $ac_word... " >&6; }
5207if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5208 $as_echo_n "(cached) " >&6
5305be7e
RG
5209else
5210 if test -n "$GNATMAKE"; then
5211 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5212else
1c710c3c
DJ
5213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5214for as_dir in $PATH
5215do
5216 IFS=$as_save_IFS
5217 test -z "$as_dir" && as_dir=.
5213506e
RW
5218 for ac_exec_ext in '' $ac_executable_extensions; do
5219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5220 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5222 break 2
5223 fi
5224done
5213506e
RW
5225 done
5226IFS=$as_save_IFS
1c710c3c 5227
5305be7e
RG
5228fi
5229fi
1c710c3c 5230GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5231if test -n "$GNATMAKE"; then
5213506e
RW
5232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5233$as_echo "$GNATMAKE" >&6; }
5305be7e 5234else
5213506e
RW
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5236$as_echo "no" >&6; }
5305be7e
RG
5237fi
5238
5213506e 5239
1c710c3c 5240fi
5305be7e 5241if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5242 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5243 # Extract the first word of "gnatmake", so it can be a program name with args.
5244set dummy gnatmake; ac_word=$2
5213506e
RW
5245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5246$as_echo_n "checking for $ac_word... " >&6; }
5247if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5248 $as_echo_n "(cached) " >&6
5305be7e 5249else
1c710c3c
DJ
5250 if test -n "$ac_ct_GNATMAKE"; then
5251 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5252else
1c710c3c
DJ
5253as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5254for as_dir in $PATH
5255do
5256 IFS=$as_save_IFS
5257 test -z "$as_dir" && as_dir=.
5213506e
RW
5258 for ac_exec_ext in '' $ac_executable_extensions; do
5259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5260 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5262 break 2
5263 fi
5264done
5213506e
RW
5265 done
5266IFS=$as_save_IFS
1c710c3c 5267
5305be7e
RG
5268fi
5269fi
1c710c3c
DJ
5270ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5271if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5273$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5274else
5213506e
RW
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5276$as_echo "no" >&6; }
5305be7e
RG
5277fi
5278
5213506e
RW
5279 if test "x$ac_ct_GNATMAKE" = x; then
5280 GNATMAKE="no"
5281 else
5282 case $cross_compiling:$ac_tool_warned in
5283yes:)
5284{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5285$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5286ac_tool_warned=yes ;;
5287esac
5288 GNATMAKE=$ac_ct_GNATMAKE
5289 fi
5305be7e 5290else
1c710c3c 5291 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5292fi
5293
5213506e
RW
5294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5295$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5296if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5297 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5298else
5299 cat >conftest.adb <<EOF
5300procedure conftest is begin null; end conftest;
5301EOF
5302acx_cv_cc_gcc_supports_ada=no
5303# There is a bug in old released versions of GCC which causes the
5304# driver to exit successfully when the appropriate language module
5305# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5306# Therefore we must check for the error message as well as an
5307# unsuccessful exit.
1db673ca
RO
5308# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5309# given a .adb file, but produce no object file. So we must check
5310# if an object file was really produced to guard against this.
55ffb5ed 5311errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5312if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5313 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5314fi
5315rm -f conftest.*
5316fi
5213506e
RW
5317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5318$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5319
7cb62ef1 5320if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5321 have_gnat=yes
5322else
5323 have_gnat=no
5324fi
5325
5213506e
RW
5326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5327$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5328if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5329 $as_echo_n "(cached) " >&6
a76494aa
PB
5330else
5331 echo abfoo >t1
5332 echo cdfoo >t2
5333 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5334 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5335 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5336 :
5337 else
5338 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5339 fi
5340 fi
a76494aa
PB
5341 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5342 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5343 :
a76494aa
PB
5344 else
5345 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5346 fi
5347 fi
5348 rm t1 t2
5349
5350fi
5213506e
RW
5351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5352$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5353do_compare="$gcc_cv_prog_cmp_skip"
5354
5355
55ffb5ed 5356
ff3ac0f4
ILT
5357# Check whether --enable-bootstrap was given.
5358if test "${enable_bootstrap+set}" = set; then :
5359 enableval=$enable_bootstrap;
5360else
5361 enable_bootstrap=default
5362fi
5363
5364
5365# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
5366if test -r $srcdir/gcc/configure; then
5367 have_compiler=yes
5368else
5369 have_compiler=no
5370fi
ff3ac0f4
ILT
5371
5372case "$have_compiler:$host:$target:$enable_bootstrap" in
5373 *:*:*:no) ;;
5374
5375 # Default behavior. Enable bootstrap if we have a compiler
5376 # and we are in a native configuration.
5377 yes:$build:$build:default)
5378 enable_bootstrap=yes ;;
5379
5380 *:*:*:default)
5381 enable_bootstrap=no ;;
5382
5383 # We have a compiler and we are in a native configuration, bootstrap is ok
5384 yes:$build:$build:yes)
5385 ;;
5386
5387 # Other configurations, but we have a compiler. Assume the user knows
5388 # what he's doing.
5389 yes:*:*:yes)
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5391$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5392 ;;
5393
5394 # No compiler: if they passed --enable-bootstrap explicitly, fail
5395 no:*:*:yes)
5396 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5397
5398 # Fail if wrong command line
5399 *)
5400 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5401 ;;
5402esac
5403
592c90ff
KG
5404# Used for setting $lt_cv_objdir
5405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5406$as_echo_n "checking for objdir... " >&6; }
5407if test "${lt_cv_objdir+set}" = set; then :
5408 $as_echo_n "(cached) " >&6
5409else
5410 rm -f .libs 2>/dev/null
5411mkdir .libs 2>/dev/null
5412if test -d .libs; then
5413 lt_cv_objdir=.libs
5414else
5415 # MS-DOS does not allow filenames that begin with a dot.
5416 lt_cv_objdir=_libs
5417fi
5418rmdir .libs 2>/dev/null
5419fi
5420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5421$as_echo "$lt_cv_objdir" >&6; }
5422objdir=$lt_cv_objdir
5423
5424
5425
5426
5427
5428cat >>confdefs.h <<_ACEOF
5429#define LT_OBJDIR "$lt_cv_objdir/"
5430_ACEOF
5431
5432
5433
acd26225 5434# Check for GMP, MPFR and MPC
3a5729ea 5435gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5436gmpinc=
e69bf64b 5437have_gmp=no
acd26225
KG
5438
5439# Specify a location for mpc
5440# check for this first so it ends up on the link line before mpfr.
5441
5213506e
RW
5442# Check whether --with-mpc was given.
5443if test "${with_mpc+set}" = set; then :
5444 withval=$with_mpc;
5445fi
acd26225 5446
acd26225 5447
9965e3cd 5448# Check whether --with-mpc-include was given.
5213506e
RW
5449if test "${with_mpc_include+set}" = set; then :
5450 withval=$with_mpc_include;
5451fi
acd26225 5452
acd26225 5453
9965e3cd 5454# Check whether --with-mpc-lib was given.
5213506e
RW
5455if test "${with_mpc_lib+set}" = set; then :
5456 withval=$with_mpc_lib;
5457fi
acd26225 5458
acd26225
KG
5459
5460if test "x$with_mpc" != x; then
3a5729ea
KG
5461 gmplibs="-L$with_mpc/lib $gmplibs"
5462 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5463fi
5464if test "x$with_mpc_include" != x; then
3a5729ea 5465 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5466fi
5467if test "x$with_mpc_lib" != x; then
3a5729ea 5468 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5469fi
5470if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5471 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5472 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5473 # Do not test the mpc version. Assume that it is sufficient, since
5474 # it is in the source tree, and the library has not been built yet
5475 # but it would be included on the link line in the version check below
5476 # hence making the test fail.
3a5729ea 5477 have_gmp=yes
acd26225 5478fi
e69bf64b 5479
bebf829d
PB
5480# Specify a location for mpfr
5481# check for this first so it ends up on the link line before gmp.
1c710c3c 5482
5213506e
RW
5483# Check whether --with-mpfr-dir was given.
5484if test "${with_mpfr_dir+set}" = set; then :
5485 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5486Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5487fi
5488
bebf829d
PB
5489
5490
5213506e
RW
5491# Check whether --with-mpfr was given.
5492if test "${with_mpfr+set}" = set; then :
5493 withval=$with_mpfr;
5494fi
1c710c3c 5495
bebf829d 5496
9965e3cd 5497# Check whether --with-mpfr-include was given.
5213506e
RW
5498if test "${with_mpfr_include+set}" = set; then :
5499 withval=$with_mpfr_include;
5500fi
1c710c3c 5501
8a877c9c 5502
9965e3cd 5503# Check whether --with-mpfr-lib was given.
5213506e
RW
5504if test "${with_mpfr_lib+set}" = set; then :
5505 withval=$with_mpfr_lib;
5506fi
8a877c9c 5507
bebf829d
PB
5508
5509if test "x$with_mpfr" != x; then
5510 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5511 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5512fi
8a877c9c 5513if test "x$with_mpfr_include" != x; then
3a5729ea 5514 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5515fi
5516if test "x$with_mpfr_lib" != x; then
5517 gmplibs="-L$with_mpfr_lib $gmplibs"
5518fi
e69bf64b 5519if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5b0d38e4
NC
5520 # MPFR v3.1.0 moved the sources into a src sub-directory.
5521 if test -d ${srcdir}/mpfr/src; then
5522 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5523 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5524 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5525 else
5526 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5527 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5528 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5529 fi
e69bf64b
PB
5530 # Do not test the mpfr version. Assume that it is sufficient, since
5531 # it is in the source tree, and the library has not been built yet
5532 # but it would be included on the link line in the version check below
5533 # hence making the test fail.
5534 have_gmp=yes
5535fi
bebf829d 5536
6de9cd9a 5537# Specify a location for gmp
1c710c3c 5538
5213506e
RW
5539# Check whether --with-gmp-dir was given.
5540if test "${with_gmp_dir+set}" = set; then :
5541 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5542Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5543fi
5544
6de9cd9a 5545
6de9cd9a 5546
5213506e
RW
5547# Check whether --with-gmp was given.
5548if test "${with_gmp+set}" = set; then :
5549 withval=$with_gmp;
5550fi
1c710c3c 5551
6de9cd9a 5552
9965e3cd 5553# Check whether --with-gmp-include was given.
5213506e
RW
5554if test "${with_gmp_include+set}" = set; then :
5555 withval=$with_gmp_include;
5556fi
1c710c3c 5557
8a877c9c 5558
9965e3cd 5559# Check whether --with-gmp-lib was given.
5213506e
RW
5560if test "${with_gmp_lib+set}" = set; then :
5561 withval=$with_gmp_lib;
5562fi
8a877c9c
KG
5563
5564
6de9cd9a 5565
bebf829d
PB
5566if test "x$with_gmp" != x; then
5567 gmplibs="-L$with_gmp/lib $gmplibs"
5568 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5569fi
8a877c9c
KG
5570if test "x$with_gmp_include" != x; then
5571 gmpinc="-I$with_gmp_include $gmpinc"
5572fi
5573if test "x$with_gmp_lib" != x; then
5574 gmplibs="-L$with_gmp_lib $gmplibs"
5575fi
e69bf64b 5576if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5577 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5578 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5579 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5580 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 5581 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5582 # Do not test the gmp 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
6de9cd9a 5588
d943d7c4 5589if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5590 have_gmp=yes
5591 saved_CFLAGS="$CFLAGS"
5592 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5593 # Check for the recommended and required versions of GMP.
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5595$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5596
5597cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5598/* end confdefs.h. */
5599#include "gmp.h"
5600int
5601main ()
5602{
5603
5604 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5605 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
385c0681 5606 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
362c6d2f
KG
5607 choke me
5608 #endif
5609
5610 ;
5611 return 0;
5612}
5613_ACEOF
5614if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5616/* end confdefs.h. */
362c6d2f 5617#include <gmp.h>
1c710c3c
DJ
5618int
5619main ()
5620{
6de9cd9a 5621
362c6d2f
KG
5622 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5623 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5624 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5625 choke me
5626 #endif
1c710c3c
DJ
5627
5628 ;
5629 return 0;
5630}
5631_ACEOF
5213506e
RW
5632if ac_fn_c_try_compile "$LINENO"; then :
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5634$as_echo "yes" >&6; }
362c6d2f
KG
5635else
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5637$as_echo "buggy but acceptable" >&6; }
5638fi
5639rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5640else
5213506e
RW
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5642$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5643fi
5213506e 5644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5645
acd26225 5646 # If we have GMP, check the MPFR version.
e69bf64b 5647 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5648 # Check for the recommended and required versions of MPFR.
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5650$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5652/* end confdefs.h. */
70ec446f 5653#include <gmp.h>
e69bf64b 5654 #include <mpfr.h>
1c710c3c
DJ
5655int
5656main ()
5657{
e48d66a9 5658
f7d6bc01 5659 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
e69bf64b
PB
5660 choke me
5661 #endif
1c710c3c
DJ
5662
5663 ;
5664 return 0;
5665}
5666_ACEOF
5213506e
RW
5667if ac_fn_c_try_compile "$LINENO"; then :
5668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5669/* end confdefs.h. */
a3993f33 5670#include <gmp.h>
e69bf64b 5671 #include <mpfr.h>
1c710c3c
DJ
5672int
5673main ()
5674{
a3993f33 5675
362c6d2f 5676 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5677 choke me
5678 #endif
acd26225
KG
5679
5680 ;
5681 return 0;
5682}
5683_ACEOF
5213506e
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; }
acd26225 5687else
5213506e
RW
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5689$as_echo "buggy but acceptable" >&6; }
acd26225 5690fi
5213506e 5691rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5692else
5213506e
RW
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5694$as_echo "no" >&6; }; have_gmp=no
acd26225 5695fi
5213506e 5696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5697 fi
5698
5699 # Check for the MPC header version.
3a5729ea 5700 if test x"$have_gmp" = xyes ; then
362c6d2f 5701 # Check for the recommended and required versions of MPC.
5213506e
RW
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5703$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5705/* end confdefs.h. */
5706#include <mpc.h>
5707int
5708main ()
5709{
5710
362c6d2f
KG
5711 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5712 choke me
5713 #endif
5714
5715 ;
5716 return 0;
5717}
5718_ACEOF
5719if ac_fn_c_try_compile "$LINENO"; then :
5720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5721/* end confdefs.h. */
5722#include <mpc.h>
5723int
5724main ()
5725{
5726
5727 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5728 choke me
5729 #endif
5730
5731 ;
5732 return 0;
5733}
5734_ACEOF
5213506e
RW
5735if ac_fn_c_try_compile "$LINENO"; then :
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5737$as_echo "yes" >&6; }
362c6d2f
KG
5738else
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5740$as_echo "buggy but acceptable" >&6; }
5741fi
5742rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5743else
5213506e 5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5745$as_echo "no" >&6; }; have_gmp=no
acd26225 5746fi
5213506e 5747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5748 fi
5749
5750 # Now check the MPFR library.
5751 if test x"$have_gmp" = xyes; then
5752 saved_LIBS="$LIBS"
5753 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5755$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5757/* end confdefs.h. */
3a5729ea 5758#include <mpc.h>
acd26225
KG
5759int
5760main ()
5761{
5762
5763 mpfr_t n;
5764 mpfr_t x;
3a5729ea 5765 mpc_t c;
acd26225
KG
5766 int t;
5767 mpfr_init (n);
5768 mpfr_init (x);
5769 mpfr_atan2 (n, n, x, GMP_RNDN);
5770 mpfr_erfc (n, x, GMP_RNDN);
5771 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5772 mpfr_clear(n);
5773 mpfr_clear(x);
5774 mpc_init2 (c, 53);
5775 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5776 mpc_cosh (c, c, MPC_RNDNN);
5777 mpc_pow (c, c, c, MPC_RNDNN);
5778 mpc_acosh (c, c, MPC_RNDNN);
5779 mpc_clear (c);
1c710c3c
DJ
5780
5781 ;
5782 return 0;
5783}
5784_ACEOF
5213506e
RW
5785if ac_fn_c_try_link "$LINENO"; then :
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5787$as_echo "yes" >&6; }
1c710c3c 5788else
5213506e
RW
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5790$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5791fi
5213506e
RW
5792rm -f core conftest.err conftest.$ac_objext \
5793 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5794 LIBS="$saved_LIBS"
5795 fi
5796
e69bf64b 5797 CFLAGS="$saved_CFLAGS"
6de9cd9a 5798
362c6d2f
KG
5799# The library versions listed in the error message below should match
5800# the HARD-minimums enforced above.
e69bf64b 5801 if test x$have_gmp != xyes; then
f7d6bc01 5802 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
3a5729ea
KG
5803Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5804their locations. Source code for these libraries can be found at
5805their respective hosting sites as well as at
5806ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5807http://gcc.gnu.org/install/prerequisites.html for additional info. If
5808you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5809make sure that you have installed both the libraries and the header
5810files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5811 fi
70ec446f
KG
5812fi
5813
acd26225
KG
5814# Flags needed for both GMP, MPFR and/or MPC.
5815
5816
6de9cd9a
DN
5817
5818
5819
9e3eba15 5820
0ff2d841 5821
f38095f3
JM
5822# Allow host libstdc++ to be specified for static linking with PPL.
5823
5213506e
RW
5824# Check whether --with-host-libstdcxx was given.
5825if test "${with_host_libstdcxx+set}" = set; then :
5826 withval=$with_host_libstdcxx;
5827fi
f38095f3 5828
f38095f3
JM
5829
5830case $with_host_libstdcxx in
5831 no|yes)
5213506e 5832 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5833 ;;
5834esac
f8bf9252 5835
0b21f5d3 5836# Libraries to use for stage1 or when not bootstrapping.
00020c16 5837
0b21f5d3
EB
5838# Check whether --with-stage1-libs was given.
5839if test "${with_stage1_libs+set}" = set; then :
5840 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5841 stage1_libs=
00020c16 5842 else
0b21f5d3 5843 stage1_libs=$withval
00020c16
ILT
5844 fi
5845else
0b21f5d3 5846 stage1_libs=$with_host_libstdcxx
5213506e
RW
5847fi
5848
00020c16
ILT
5849
5850
0b21f5d3 5851# Linker flags to use for stage1 or when not bootstrapping.
00020c16 5852
0b21f5d3
EB
5853# Check whether --with-stage1-ldflags was given.
5854if test "${with_stage1_ldflags+set}" = set; then :
5855 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5856 stage1_ldflags=
00020c16 5857 else
0b21f5d3 5858 stage1_ldflags=$withval
00020c16
ILT
5859 fi
5860else
0b21f5d3
EB
5861 stage1_ldflags=
5862 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5863 # if supported. But if the user explicitly specified the libraries to use,
5864 # trust that they are doing what they want.
5865 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5866 stage1_ldflags="-static-libstdc++ -static-libgcc"
5867 fi
5213506e
RW
5868fi
5869
00020c16
ILT
5870
5871
00020c16
ILT
5872# Libraries to use for stage2 and later builds. This defaults to the
5873# argument passed to --with-host-libstdcxx.
5874
5213506e
RW
5875# Check whether --with-boot-libs was given.
5876if test "${with_boot_libs+set}" = set; then :
5877 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5878 poststage1_libs=
5879 else
5880 poststage1_libs=$withval
5881 fi
5882else
00020c16 5883 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5884fi
5885
00020c16
ILT
5886
5887
ed2eaa9f
ILT
5888# Linker flags to use for stage2 and later builds.
5889
5890# Check whether --with-boot-ldflags was given.
5891if test "${with_boot_ldflags+set}" = set; then :
5892 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5893 poststage1_ldflags=
5894 else
5895 poststage1_ldflags=$withval
5896 fi
5897else
5898 poststage1_ldflags=
bec93d73
ILT
5899 # In stages 2 and 3, default to linking libstdc++ and libgcc
5900 # statically. But if the user explicitly specified the libraries to
5901 # use, trust that they are doing what they want.
5902 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5903 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5904 fi
5905fi
5906
5907
5908
4a9bb2aa
TB
5909# GCC GRAPHITE dependency ISL.
5910# Basic setup is inlined here, actual checks are in config/isl.m4
f8bf9252
SP
5911
5912
33ad93b9
RG
5913# Check whether --with-isl was given.
5914if test "${with_isl+set}" = set; then :
5915 withval=$with_isl;
5213506e 5916fi
f8bf9252 5917
f8bf9252 5918
eae1a5d4 5919# Treat --without-isl as a request to disable
625afa23 5920# GRAPHITE support and skip all following checks.
eae1a5d4 5921if test "x$with_isl" != "xno"; then
625afa23
RG
5922 # Check for ISL
5923
5924
33ad93b9
RG
5925# Check whether --with-isl-include was given.
5926if test "${with_isl_include+set}" = set; then :
5927 withval=$with_isl_include;
5213506e
RW
5928fi
5929
f8bf9252 5930
33ad93b9
RG
5931# Check whether --with-isl-lib was given.
5932if test "${with_isl_lib+set}" = set; then :
5933 withval=$with_isl_lib;
5213506e 5934fi
f8bf9252 5935
f8bf9252 5936
33ad93b9
RG
5937 # Check whether --enable-isl-version-check was given.
5938if test "${enable_isl_version_check+set}" = set; then :
5939 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5940else
5941 ENABLE_ISL_CHECK=yes
7d32a440
SP
5942fi
5943
5944
33ad93b9
RG
5945 # Initialize isllibs and islinc.
5946 case $with_isl in
5947 no)
5948 isllibs=
5949 islinc=
5950 ;;
5951 "" | yes)
5952 ;;
5953 *)
5954 isllibs="-L$with_isl/lib"
5955 islinc="-I$with_isl/include"
5956 ;;
5957 esac
5958 if test "x${with_isl_include}" != x ; then
5959 islinc="-I$with_isl_include"
5960 fi
5961 if test "x${with_isl_lib}" != x; then
5962 isllibs="-L$with_isl_lib"
5963 fi
5964 if test "x${islinc}" = x && test "x${isllibs}" = x \
5965 && test -d ${srcdir}/isl; then
5966 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5967 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5968 ENABLE_ISL_CHECK=no
2869f0ff
RB
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5970$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
33ad93b9 5971 fi
7d32a440 5972
eae1a5d4
RG
5973 isllibs="${isllibs} -lisl"
5974
7d32a440 5975
7d32a440 5976
9847828b
RB
5977 if test "${ENABLE_ISL_CHECK}" = yes ; then
5978 _isl_saved_CFLAGS=$CFLAGS
5979 _isl_saved_LDFLAGS=$LDFLAGS
5980 _isl_saved_LIBS=$LIBS
5981
5982 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5983 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5984 LIBS="${_isl_saved_LIBS} -lisl"
5985
e0c0c325
SP
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compatible ISL" >&5
5987$as_echo_n "checking for compatible ISL... " >&6; }
5988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
622dbadf 5989/* end confdefs.h. */
e0c0c325 5990#include <isl/val.h>
622dbadf
BC
5991int
5992main ()
5993{
e0c0c325 5994;
622dbadf
BC
5995 ;
5996 return 0;
5997}
5998_ACEOF
5999if ac_fn_c_try_link "$LINENO"; then :
9847828b 6000 gcc_cv_isl=yes
622dbadf
BC
6001else
6002 gcc_cv_isl=no
6003fi
6004rm -f core conftest.err conftest.$ac_objext \
6005 conftest$ac_exeext conftest.$ac_ext
9847828b
RB
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6007$as_echo "$gcc_cv_isl" >&6; }
6008
6009 CFLAGS=$_isl_saved_CFLAGS
6010 LDFLAGS=$_isl_saved_LDFLAGS
6011 LIBS=$_isl_saved_LIBS
6012 fi
6013
6014
f8bf9252 6015
f8bf9252 6016
33ad93b9
RG
6017
6018
33ad93b9
RG
6019 if test "x${with_isl}" = xno; then
6020 graphite_requested=no
6021 elif test "x${with_isl}" != x \
6022 || test "x${with_isl_include}" != x \
6023 || test "x${with_isl_lib}" != x ; then
6024 graphite_requested=yes
6025 else
6026 graphite_requested=no
7d32a440 6027 fi
d789184e 6028
d789184e
SP
6029
6030
33ad93b9
RG
6031 if test "${gcc_cv_isl}" = no ; then
6032 isllibs=
6033 islinc=
6034 fi
6035
6036 if test "${graphite_requested}" = yes \
6037 && test "x${isllibs}" = x \
6038 && test "x${islinc}" = x ; then
f8bf9252 6039
33ad93b9
RG
6040 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6041 fi
f8bf9252 6042
d32ef397 6043
d32ef397
AS
6044fi
6045
4a9bb2aa 6046# If the ISL check failed, disable builds of in-tree variant of ISL
625afa23 6047if test "x$with_isl" = xno ||
625afa23 6048 test "x$gcc_cv_isl" = xno; then
4a9bb2aa 6049 noconfigdirs="$noconfigdirs isl"
625afa23 6050 islinc=
32d024bf
RG
6051fi
6052
625afa23
RG
6053
6054
6055
d7f09764
DN
6056# Check for LTO support.
6057# Check whether --enable-lto was given.
6058if test "${enable_lto+set}" = set; then :
6059 enableval=$enable_lto; enable_lto=$enableval
6060else
6061 enable_lto=yes; default_enable_lto=yes
6062fi
6063
6064
7413962d 6065
9a02962b
DK
6066
6067
6068target_elf=no
6069case $target in
6070 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
e44dbbe1 6071 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
8ae12d71
TS
6072 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
6073 nvptx-*-none)
9a02962b
DK
6074 target_elf=no
6075 ;;
6076 *)
6077 target_elf=yes
6078 ;;
6079esac
6080
6081if test $target_elf = yes; then :
48215350
DK
6082 # ELF platforms build the lto-plugin always.
6083 build_lto_plugin=yes
9a02962b 6084
9a02962b
DK
6085else
6086 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6087 case $target in
2cd815e7 6088 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
48215350 6089 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6090 *) enable_lto=no ;;
6091 esac
9a02962b 6092 else
db50fe7d
IS
6093 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6094 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6095 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6096 # warn during gcc/ subconfigure; unless you're bootstrapping with
6097 # -flto it won't be needed until after installation anyway.
6098 case $target in
1cd0b716 6099 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
6100 *) if test x"$enable_lto" = x"yes"; then
6101 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6102 fi
6103 ;;
6104 esac
6105 fi
1cd0b716 6106 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6107 # Build it unless LTO was explicitly disabled.
1cd0b716 6108 case $target in
48215350 6109 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6110 *) ;;
6111 esac
48215350 6112
9a02962b
DK
6113fi
6114
d7f09764 6115
45b3824d
TS
6116# Check whether --enable-linker-plugin-configure-flags was given.
6117if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6118 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6119else
6120 extra_linker_plugin_configure_flags=
6121fi
6122
6123
6124# Check whether --enable-linker-plugin-flags was given.
6125if test "${enable_linker_plugin_flags+set}" = set; then :
6126 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6127else
6128 extra_linker_plugin_flags=
6129fi
6130
6131
6132
f8bf9252 6133
0823efed 6134# By default, C and C++ are the only stage 1 languages.
e1888513 6135stage1_languages=,c,
2805b53a 6136
00020c16 6137# Target libraries that we bootstrap.
ad1e5170 6138bootstrap_target_libs=,target-libgcc,
00020c16 6139
55ffb5ed
NN
6140# Figure out what language subdirectories are present.
6141# Look if the user specified --enable-languages="..."; if not, use
6142# the environment variable $LANGUAGES if defined. $LANGUAGES might
6143# go away some day.
6144# NB: embedded tabs in this IF block -- do not untabify
6145if test -d ${srcdir}/gcc; then
6146 if test x"${enable_languages+set}" != xset; then
6147 if test x"${LANGUAGES+set}" = xset; then
6148 enable_languages="${LANGUAGES}"
6149 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6150 else
6151 enable_languages=all
6152 fi
6153 else
6154 if test x"${enable_languages}" = x ||
6155 test x"${enable_languages}" = xyes;
6156 then
6157 echo configure.in: --enable-languages needs at least one language argument 1>&2
6158 exit 1
6159 fi
6160 fi
6161 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6162
7f26dfa3
FXC
6163 # 'f95' is the old name for the 'fortran' language. We issue a warning
6164 # and make the substitution.
6165 case ,${enable_languages}, in
6166 *,f95,*)
6167 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6168 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6169 ;;
6170 esac
6171
0823efed
DN
6172 # If bootstrapping, C++ must be enabled.
6173 case ",$enable_languages,:$enable_bootstrap" in
6174 *,c++,*:*) ;;
6175 *:yes)
ff3ac0f4
ILT
6176 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6177 enable_languages="${enable_languages},c++"
6178 else
0823efed 6179 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ff3ac0f4
ILT
6180 fi
6181 ;;
6182 esac
6183
55ffb5ed
NN
6184 # First scan to see if an enabled language requires some other language.
6185 # We assume that a given config-lang.in will list all the language
6186 # front ends it requires, even if some are required indirectly.
6187 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6188 case ${lang_frag} in
6189 ..) ;;
6190 # The odd quoting in the next line works around
6191 # an apparent bug in bash 1.12 on linux.
6192 ${srcdir}/gcc/[*]/config-lang.in) ;;
6193 *)
69ecd18f
ILT
6194 # From the config-lang.in, get $language, $lang_requires, and
6195 # $lang_requires_boot_languages.
55ffb5ed
NN
6196 language=
6197 lang_requires=
69ecd18f 6198 lang_requires_boot_languages=
55ffb5ed 6199 . ${lang_frag}
69ecd18f 6200 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6201 case ,${enable_languages}, in
6202 *,$other,*) ;;
6203 *,all,*) ;;
6204 *,$language,*)
6205 echo " \`$other' language required by \`$language'; enabling" 1>&2
6206 enable_languages="${enable_languages},${other}"
6207 ;;
6208 esac
6209 done
69ecd18f
ILT
6210 for other in ${lang_requires_boot_languages} ; do
6211 if test "$other" != "c"; then
6212 case ,${enable_stage1_languages}, in
6213 *,$other,*) ;;
6214 *,all,*) ;;
6215 *)
6216 case ,${enable_languages}, in
6217 *,$language,*)
6218 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6219 enable_stage1_languages="$enable_stage1_languages,${other}"
6220 ;;
6221 esac
6222 ;;
6223 esac
6224 fi
6225 done
55ffb5ed
NN
6226 ;;
6227 esac
6228 done
6229
e1888513 6230 new_enable_languages=,c,
d7f09764
DN
6231
6232 # If LTO is enabled, add the LTO front end.
d7f09764 6233 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6234 case ,${enable_languages}, in
6235 *,lto,*) ;;
6236 *) enable_languages="${enable_languages},lto" ;;
6237 esac
1cd0b716 6238 if test "${build_lto_plugin}" = "yes" ; then
d7f09764 6239 configdirs="$configdirs lto-plugin"
d7f09764
DN
6240 fi
6241 fi
6242
426c1eb0
TS
6243 # If we're building an offloading compiler, add the LTO front end.
6244 if test x"$enable_as_accelerator_for" != x ; then
6245 case ,${enable_languages}, in
6246 *,lto,*) ;;
6247 *) enable_languages="${enable_languages},lto" ;;
6248 esac
6249 fi
6250
55ffb5ed 6251 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6252 potential_languages=,c,
55ffb5ed 6253
4da3b0f8
ILT
6254 enabled_target_libs=
6255 disabled_target_libs=
6256
55ffb5ed
NN
6257 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6258 case ${lang_frag} in
6259 ..) ;;
6260 # The odd quoting in the next line works around
6261 # an apparent bug in bash 1.12 on linux.
6262 ${srcdir}/gcc/[*]/config-lang.in) ;;
6263 *)
1c710c3c 6264 # From the config-lang.in, get $language, $target_libs,
2805b53a 6265 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6266 language=
6267 target_libs=
6268 lang_dirs=
1546bb64 6269 subdir_requires=
e1888513
PB
6270 boot_language=no
6271 build_by_default=yes
55ffb5ed 6272 . ${lang_frag}
e1888513
PB
6273 if test x${language} = x; then
6274 echo "${lang_frag} doesn't set \$language." 1>&2
6275 exit 1
6276 fi
6277
78767fd9 6278 if test "$language" = "c++"; then
0823efed 6279 boot_language=yes
00020c16
ILT
6280 fi
6281
178f875a 6282 add_this_lang=no
e1888513
PB
6283 case ,${enable_languages}, in
6284 *,${language},*)
d4a10d0a
SB
6285 # Language was explicitly selected; include it
6286 # unless it is C, which is enabled by default.
6287 if test "$language" != "c"; then
6288 add_this_lang=yes
6289 fi
55ffb5ed 6290 ;;
e1888513
PB
6291 *,all,*)
6292 # 'all' was selected, select it if it is a default language
178f875a
JM
6293 if test "$language" != "c"; then
6294 add_this_lang=${build_by_default}
6295 fi
55ffb5ed
NN
6296 ;;
6297 esac
6de9cd9a 6298
1546bb64 6299 # Disable languages that need other directories if these aren't available.
95695ad3 6300 for i in $subdir_requires; do
b6348cb3 6301 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6302 case ,${enable_languages}, in
6303 *,${language},*)
6304 # Specifically requested language; tell them.
5213506e 6305 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6306 ;;
6307 *)
6308 # Silently disable.
e1888513 6309 add_this_lang=unsupported
1546bb64
PB
6310 ;;
6311 esac
6312 done
6313
e1888513
PB
6314 # Disable Ada if no preexisting GNAT is available.
6315 case ,${enable_languages},:${language}:${have_gnat} in
6316 *,${language},*:ada:no)
6317 # Specifically requested language; tell them.
5213506e 6318 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6319 ;;
6320 *:ada:no)
6321 # Silently disable.
6322 add_this_lang=unsupported
6323 ;;
6324 esac
6325
4fab7234
HPN
6326 # Disable a language that is unsupported by the target.
6327 case " $unsupported_languages " in
6328 *" $language "*)
e1888513 6329 add_this_lang=unsupported
4fab7234
HPN
6330 ;;
6331 esac
6332
6de9cd9a 6333 case $add_this_lang in
e1888513 6334 unsupported)
55ffb5ed 6335 # Remove language-dependent dirs.
4da3b0f8
ILT
6336 disabled_target_libs="$disabled_target_libs $target_libs"
6337 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6338 ;;
e1888513
PB
6339 no)
6340 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6341 disabled_target_libs="$disabled_target_libs $target_libs"
6342 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6343 potential_languages="${potential_languages}${language},"
6344 ;;
6345 yes)
6346 new_enable_languages="${new_enable_languages}${language},"
6347 potential_languages="${potential_languages}${language},"
2805b53a 6348 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6349 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6350 case "${boot_language}:,$enable_stage1_languages," in
6351 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6352 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6353 case ",$stage1_languages," in
6354 *,$language,* | ,yes, | ,all,) ;;
6355 *) stage1_languages="${stage1_languages}${language}," ;;
6356 esac
00020c16
ILT
6357 # We need to bootstrap any supporting libraries.
6358 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6359 ;;
6360 esac
6361 ;;
55ffb5ed
NN
6362 esac
6363 ;;
6364 esac
6365 done
6366
4da3b0f8
ILT
6367 # Add target libraries which are only needed for disabled languages
6368 # to noconfigdirs.
6369 if test -n "$disabled_target_libs"; then
6370 for dir in $disabled_target_libs; do
6371 case " $enabled_target_libs " in
6372 *" ${dir} "*) ;;
6373 *) noconfigdirs="$noconfigdirs $dir" ;;
6374 esac
6375 done
6376 fi
6377
5213506e
RW
6378 # Check whether --enable-stage1-languages was given.
6379if test "${enable_stage1_languages+set}" = set; then :
6380 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6381 ,no,|,,)
6382 # Set it to something that will have no effect in the loop below
6383 enable_stage1_languages=c ;;
6384 ,yes,)
6385 enable_stage1_languages=`echo $new_enable_languages | \
6386 sed -e "s/^,//" -e "s/,$//" ` ;;
6387 *,all,*)
6388 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6389 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6390 esac
6391
6392 # Add "good" languages from enable_stage1_languages to stage1_languages,
6393 # while "bad" languages go in missing_languages. Leave no duplicates.
6394 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6395 case $potential_languages in
6396 *,$i,*)
6397 case $stage1_languages in
6398 *,$i,*) ;;
6399 *) stage1_languages="$stage1_languages$i," ;;
6400 esac ;;
6401 *)
6402 case $missing_languages in
6403 *,$i,*) ;;
6404 *) missing_languages="$missing_languages$i," ;;
6405 esac ;;
6406 esac
6407 done
5213506e
RW
6408fi
6409
e1888513
PB
6410
6411 # Remove leading/trailing commas that were added for simplicity
6412 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6413 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6414 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6415 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6416
55ffb5ed 6417 if test "x$missing_languages" != x; then
5213506e 6418 as_fn_error "
0cf085e4 6419The following requested languages could not be built: ${missing_languages}
5213506e 6420Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6421 fi
55ffb5ed
NN
6422 if test "x$new_enable_languages" != "x$enable_languages"; then
6423 echo The following languages will be built: ${new_enable_languages}
e1888513 6424 enable_languages="$new_enable_languages"
55ffb5ed 6425 fi
e1888513 6426
1c710c3c 6427
b2eaac4a 6428 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6429fi
6430
27079765
AH
6431# Handle --disable-<component> generically.
6432for dir in $configdirs $build_configdirs $target_configdirs ; do
6433 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6434 varname=`echo $dirname | sed -e s/+/_/g`
6435 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6436 noconfigdirs="$noconfigdirs $dir"
6437 fi
6438done
6439
7cd0cf9c 6440# Check for Boehm's garbage collector
5213506e
RW
6441# Check whether --enable-objc-gc was given.
6442if test "${enable_objc_gc+set}" = set; then :
6443 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6444 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6445 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6446 ;;
6447esac
5213506e
RW
6448fi
6449
7cd0cf9c
DA
6450
6451# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6452case ,${enable_languages},:${enable_objc_gc} in
6453 *,objc,*:yes)
7cd0cf9c
DA
6454 # Keep target-boehm-gc if requested for Objective-C.
6455 ;;
7cd0cf9c 6456 *)
2a79fd67
DA
6457 # Otherwise remove target-boehm-gc depending on target-libjava.
6458 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6459 noconfigdirs="$noconfigdirs target-boehm-gc"
6460 fi
7cd0cf9c
DA
6461 ;;
6462esac
6463
5f520819 6464# Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
99776ebd 6465case ,${enable_languages}, in
1007a55c
JW
6466 *,c++,*)
6467 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6468 case "${noconfigdirs}" in
6469 *target-libstdc++-v3*)
6470 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6471 ;;
6472 *) ;;
6473 esac
6474 ;;
99776ebd 6475 *)
5f520819 6476 noconfigdirs="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
99776ebd
RH
6477 ;;
6478esac
6479
ee6a22df
L
6480# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6481# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6482# If we have the source for $noconfigdirs entries, add them to $notsupp.
6483
6484notsupp=""
6485for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6486 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6487 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6488 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6489 if test -r $srcdir/$dirname/configure ; then
6490 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6491 true
6492 else
6493 notsupp="$notsupp $dir"
6494 fi
6495 fi
6496 fi
ee6a22df
L
6497 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6498 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6499 if test -r $srcdir/$dirname/configure ; then
6500 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6501 true
6502 else
6503 notsupp="$notsupp $dir"
6504 fi
6505 fi
6506 fi
55ffb5ed
NN
6507 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6508 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6509 if test -r $srcdir/$dirname/configure ; then
6510 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6511 true
6512 else
6513 notsupp="$notsupp $dir"
6514 fi
6515 fi
6516 fi
6517done
6518
55ffb5ed
NN
6519# Quietly strip out all directories which aren't configurable in this tree.
6520# This relies on all configurable subdirectories being autoconfiscated, which
6521# is now the case.
23f6b2f9
PB
6522build_configdirs_all="$build_configdirs"
6523build_configdirs=
6524for i in ${build_configdirs_all} ; do
1c710c3c 6525 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6526 if test -f ${srcdir}/$j/configure ; then
6527 build_configdirs="${build_configdirs} $i"
6528 fi
6529done
6530
55ffb5ed
NN
6531configdirs_all="$configdirs"
6532configdirs=
6533for i in ${configdirs_all} ; do
6534 if test -f ${srcdir}/$i/configure ; then
6535 configdirs="${configdirs} $i"
6536 fi
6537done
23f6b2f9 6538
55ffb5ed
NN
6539target_configdirs_all="$target_configdirs"
6540target_configdirs=
6541for i in ${target_configdirs_all} ; do
1c710c3c 6542 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6543 if test -f ${srcdir}/$j/configure ; then
6544 target_configdirs="${target_configdirs} $i"
6545 fi
6546done
6547
45b3824d
TS
6548# libiberty-linker-plugin is special: it doesn't have its own source directory,
6549# so we have to add it after the preceding checks.
6550if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6551then
6552 case " $configdirs " in
6553 *" libiberty "*)
6554 # If we can build libiberty, we can also build libiberty-linker-plugin.
6555 configdirs="$configdirs libiberty-linker-plugin"
6556 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6557 --with-libiberty=../libiberty-linker-plugin";;
6558 *)
6559 as_fn_error "libiberty missing" "$LINENO" 5;;
6560 esac
6561fi
6562
fca38047
TS
6563# Sometimes we have special requirements for the host libiberty.
6564extra_host_libiberty_configure_flags=
6565case " $configdirs " in
6566 *" lto-plugin "* | *" libcc1 "*)
6567 # When these are to be built as shared libraries, the same applies to
6568 # libiberty.
6569 extra_host_libiberty_configure_flags=--enable-shared
6570 ;;
6571esac
6572
6573
55ffb5ed
NN
6574# Produce a warning message for the subdirs we can't configure.
6575# This isn't especially interesting in the Cygnus tree, but in the individual
6576# FSF releases, it's important to let people know when their machine isn't
6577# supported by the one or two programs in a package.
6578
6579if test -n "${notsupp}" && test -z "${norecursion}" ; then
6580 # If $appdirs is non-empty, at least one of those directories must still
6581 # be configured, or we error out. (E.g., if the gas release supports a
6582 # specified target in some subdirs but not the gas subdir, we shouldn't
6583 # pretend that all is well.)
6584 if test -n "$appdirs" ; then
6585 for dir in $appdirs ; do
6586 if test -r $dir/Makefile.in ; then
6587 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6588 appdirs=""
6589 break
6590 fi
23f6b2f9 6591 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6592 appdirs=""
6593 break
6594 fi
6595 fi
6596 done
6597 if test -n "$appdirs" ; then
6598 echo "*** This configuration is not supported by this package." 1>&2
6599 exit 1
6600 fi
6601 fi
6602 # Okay, some application will build, or we don't care to check. Still
6603 # notify of subdirs not getting built.
6604 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6605 echo " ${notsupp}" 1>&2
6606 echo " (Any other directories should still work fine.)" 1>&2
6607fi
6608
6609case "$host" in
6610 *msdosdjgpp*)
6611 enable_gdbtk=no ;;
6612esac
6613
c3a86da9
DJ
6614# To find our prefix, in gcc_cv_tool_prefix.
6615
6616# The user is always right.
6617if test "${PATH_SEPARATOR+set}" != set; then
6618 echo "#! /bin/sh" >conf$$.sh
6619 echo "exit 0" >>conf$$.sh
6620 chmod +x conf$$.sh
6621 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6622 PATH_SEPARATOR=';'
6623 else
6624 PATH_SEPARATOR=:
6625 fi
6626 rm -f conf$$.sh
6627fi
6628
6629
6630
6631if test "x$exec_prefix" = xNONE; then
6632 if test "x$prefix" = xNONE; then
6633 gcc_cv_tool_prefix=$ac_default_prefix
6634 else
6635 gcc_cv_tool_prefix=$prefix
6636 fi
6637else
6638 gcc_cv_tool_prefix=$exec_prefix
6639fi
6640
6641# If there is no compiler in the tree, use the PATH only. In any
6642# case, if there is no compiler in the tree nobody should use
6643# AS_FOR_TARGET and LD_FOR_TARGET.
6644if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6645 gcc_version=`cat $srcdir/gcc/BASE-VER`
6646 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6647 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6648 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6649 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6650 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6651 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6652else
6653 gcc_cv_tool_dirs=
6654fi
6655
6656if test x$build = x$target && test -n "$md_exec_prefix"; then
6657 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6658fi
6659
6660
6661
55ffb5ed
NN
6662copy_dirs=
6663
1c710c3c 6664
5213506e
RW
6665# Check whether --with-build-sysroot was given.
6666if test "${with_build_sysroot+set}" = set; then :
6667 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6668 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6669 fi
6670else
6671 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6672fi
526635cb
MM
6673
6674
c8aea42c 6675
5213506e
RW
6676
6677# Check whether --with-debug-prefix-map was given.
6678if test "${with_debug_prefix_map+set}" = set; then :
6679 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6680 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6681 for debug_map in $withval; do
6682 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6683 done
6684 fi
6685else
6686 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6687fi
6688
c8aea42c
PB
6689
6690
1c8bd6a3
PB
6691# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6692# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6693# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6694# We want to ensure that TARGET libraries (which we know are built with
6695# gcc) are built with "-O2 -g", so include those options when setting
6696# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6697if test "x$CFLAGS_FOR_TARGET" = x; then
fc30054e
AH
6698 if test "x${is_cross_compiler}" = xyes; then
6699 CFLAGS_FOR_TARGET="-g -O2"
6700 else
6701 CFLAGS_FOR_TARGET=$CFLAGS
6702 case " $CFLAGS " in
6703 *" -O2 "*) ;;
6704 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6705 esac
6706 case " $CFLAGS " in
6707 *" -g "* | *" -g3 "*) ;;
6708 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6709 esac
6710 fi
1c8bd6a3
PB
6711fi
6712
6713
6714if test "x$CXXFLAGS_FOR_TARGET" = x; then
fc30054e
AH
6715 if test "x${is_cross_compiler}" = xyes; then
6716 CXXFLAGS_FOR_TARGET="-g -O2"
6717 else
6718 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6719 case " $CXXFLAGS " in
6720 *" -O2 "*) ;;
6721 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6722 esac
6723 case " $CXXFLAGS " in
6724 *" -g "* | *" -g3 "*) ;;
6725 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6726 esac
6727 fi
1c8bd6a3
PB
6728fi
6729
6730
6f57bdf6
DK
6731
6732
55ffb5ed
NN
6733# Handle --with-headers=XXX. If the value is not "yes", the contents of
6734# the named directory are copied to $(tooldir)/sys-include.
6735if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6736 if test x${is_cross_compiler} = xno ; then
6737 echo 1>&2 '***' --with-headers is only supported when cross compiling
6738 exit 1
6739 fi
6740 if test x"${with_headers}" != xyes ; then
c3a86da9 6741 x=${gcc_cv_tool_prefix}
1c710c3c 6742 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6743 fi
6744fi
6745
6746# Handle --with-libs=XXX. If the value is not "yes", the contents of
6747# the name directories are copied to $(tooldir)/lib. Multiple directories
6748# are permitted.
6749if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6750 if test x${is_cross_compiler} = xno ; then
6751 echo 1>&2 '***' --with-libs is only supported when cross compiling
6752 exit 1
6753 fi
6754 if test x"${with_libs}" != xyes ; then
6755 # Copy the libraries in reverse order, so that files in the first named
6756 # library override files in subsequent libraries.
c3a86da9 6757 x=${gcc_cv_tool_prefix}
55ffb5ed 6758 for l in ${with_libs}; do
1c710c3c 6759 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6760 done
6761 fi
6762fi
6763
d7f09764 6764# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6765#
6766# This is done by determining whether or not the appropriate directory
6767# is available, and by checking whether or not specific configurations
6768# have requested that this magic not happen.
1c710c3c
DJ
6769#
6770# The command line options always override the explicit settings in
e8b05380
PB
6771# configure.in, and the settings in configure.in override this magic.
6772#
1c710c3c 6773# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6774# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6775# --without-gnu-ld options for the configure script. Similarly, if
6776# the default is to use the included zlib and you don't want to do that,
6777# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6778
6779if test x${use_gnu_as} = x &&
6780 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6781 with_gnu_as=yes
6782 extra_host_args="$extra_host_args --with-gnu-as"
6783fi
6784
6785if test x${use_gnu_ld} = x &&
5afab7ad 6786 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6787 with_gnu_ld=yes
6788 extra_host_args="$extra_host_args --with-gnu-ld"
6789fi
6790
d7f09764
DN
6791if test x${use_included_zlib} = x &&
6792 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6793 :
6794else
6795 with_system_zlib=yes
6796 extra_host_args="$extra_host_args --with-system-zlib"
6797fi
6798
e8b05380
PB
6799# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6800# can detect this case.
6801
6802if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6803 with_newlib=yes
6804 extra_host_args="$extra_host_args --with-newlib"
6805fi
6806
55ffb5ed
NN
6807# Handle ${copy_dirs}
6808set fnord ${copy_dirs}
6809shift
6810while test $# != 0 ; do
6811 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6812 :
6813 else
6814 echo Copying $1 to $2
6815
6816 # Use the install script to create the directory and all required
6817 # parent directories.
6818 if test -d $2 ; then
6819 :
6820 else
6821 echo >config.temp
6822 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6823 fi
6824
6825 # Copy the directory, assuming we have tar.
6826 # FIXME: Should we use B in the second tar? Not all systems support it.
6827 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6828
6829 # It is the responsibility of the user to correctly adjust all
6830 # symlinks. If somebody can figure out how to handle them correctly
6831 # here, feel free to add the code.
6832
6833 echo $1 > $2/COPIED
6834 fi
6835 shift; shift
6836done
6837
e8b05380
PB
6838# Determine a target-dependent exec_prefix that the installed
6839# gcc will search in. Keep this list sorted by triplet, with
6840# the *-*-osname triplets last.
6841md_exec_prefix=
6842case "${target}" in
30b74385 6843 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6844 md_exec_prefix=/dev/env/DJDIR/bin
6845 ;;
e8b05380 6846 *-*-hpux* | \
e8b05380 6847 *-*-nto-qnx* | \
6de66370 6848 *-*-solaris2*)
e8b05380
PB
6849 md_exec_prefix=/usr/ccs/bin
6850 ;;
6851esac
6852
671aa708
NN
6853extra_arflags_for_target=
6854extra_nmflags_for_target=
6855extra_ranlibflags_for_target=
6856target_makefile_frag=/dev/null
6857case "${target}" in
58e24147
AM
6858 spu-*-*)
6859 target_makefile_frag="config/mt-spu"
6860 ;;
d896cc4d 6861 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
4bf6c438
RS
6862 target_makefile_frag="config/mt-sde"
6863 ;;
1ec3b87b
RS
6864 mipsisa*-*-elfoabi*)
6865 target_makefile_frag="config/mt-mips-elfoabi"
6866 ;;
08d0963a
RS
6867 mips*-*-*linux* | mips*-*-gnu*)
6868 target_makefile_frag="config/mt-mips-gnu"
6869 ;;
707f1839
SL
6870 nios2-*-elf*)
6871 target_makefile_frag="config/mt-nios2-elf"
6872 ;;
416ac4d4 6873 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6874 target_makefile_frag="config/mt-gnu"
671aa708
NN
6875 ;;
6876 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6877 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
6878 # commands to handle both 32-bit and 64-bit objects. These flags are
6879 # harmless if we're using GNU nm or ar.
6880 extra_arflags_for_target=" -X32_64"
6881 extra_nmflags_for_target=" -B -X32_64"
6882 ;;
671aa708
NN
6883esac
6884
6885alphaieee_frag=/dev/null
6886case $target in
6887 alpha*-*-*)
6888 # This just makes sure to use the -mieee option to build target libs.
6889 # This should probably be set individually by each library.
6890 alphaieee_frag="config/mt-alphaieee"
6891 ;;
6892esac
6893
6894# If --enable-target-optspace always use -Os instead of -O2 to build
6895# the target libraries, similarly if it is not specified, use -Os
6896# on selected platforms.
6897ospace_frag=/dev/null
6898case "${enable_target_optspace}:${target}" in
6899 yes:*)
6900 ospace_frag="config/mt-ospace"
6901 ;;
6902 :d30v-*)
6903 ospace_frag="config/mt-d30v"
6904 ;;
6905 :m32r-* | :d10v-* | :fr30-*)
6906 ospace_frag="config/mt-ospace"
6907 ;;
6908 no:* | :*)
6909 ;;
6910 *)
6911 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6912 ;;
6913esac
6914
671aa708
NN
6915# Some systems (e.g., one of the i386-aix systems the gas testers are
6916# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 6917tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
6918build_tooldir=${tooldir}
6919
671aa708
NN
6920# Create a .gdbinit file which runs the one in srcdir
6921# and tells GDB to look there for source files.
6922
6923if test -r ${srcdir}/.gdbinit ; then
6924 case ${srcdir} in
6925 .) ;;
6926 *) cat > ./.gdbinit <<EOF
6927# ${NO_EDIT}
6928dir ${srcdir}
6929dir .
6930source ${srcdir}/.gdbinit
6931EOF
6932 ;;
6933 esac
6934fi
6935
671aa708
NN
6936# Make sure that the compiler is able to generate an executable. If it
6937# can't, we are probably in trouble. We don't care whether we can run the
6938# executable--we might be using a cross compiler--we only care whether it
6939# can be created. At this point the main configure script has set CC.
6940we_are_ok=no
6941echo "int main () { return 0; }" > conftest.c
6942${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6943if test $? = 0 ; then
6944 if test -s conftest || test -s conftest.exe ; then
6945 we_are_ok=yes
6946 fi
1c710c3c 6947fi
671aa708
NN
6948case $we_are_ok in
6949 no)
6950 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6951 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6952 rm -f conftest*
6953 exit 1
6954 ;;
6955esac
6956rm -f conftest*
6957
d89f0ad6 6958# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
6959case "${host}" in
6960 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 6961 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 6962 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
6963 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6964esac
6965
d89f0ad6
AL
6966# On systems where the dynamic library environment variable is PATH,
6967# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6968# built executables to PATH.
6969if test "$RPATH_ENVVAR" = PATH; then
6970 GCC_SHLIB_SUBDIR=/shlib
6971else
6972 GCC_SHLIB_SUBDIR=
6973fi
6974
beeda1d9
JJ
6975# Adjust the toplevel makefile according to whether bootstrap was selected.
6976case $enable_bootstrap in
6977 yes)
6978 bootstrap_suffix=bootstrap
6979 BUILD_CONFIG=bootstrap-debug
6980 ;;
6981 no)
6982 bootstrap_suffix=no-bootstrap
6983 BUILD_CONFIG=
6984 ;;
6985esac
6986
6987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6988$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6989
6990
6991# Check whether --with-build-config was given.
6992if test "${with_build_config+set}" = set; then :
6993 withval=$with_build_config; case $with_build_config in
6994 yes) with_build_config= ;;
6995 no) with_build_config= BUILD_CONFIG= ;;
6996 esac
6997fi
6998
6999
7000if test "x${with_build_config}" != x; then
7001 BUILD_CONFIG=$with_build_config
7002else
7003 case $BUILD_CONFIG in
7004 bootstrap-debug)
7005 if echo "int f (void) { return 0; }" > conftest.c &&
7006 ${CC} -c conftest.c &&
7007 mv conftest.o conftest.o.g0 &&
7008 ${CC} -c -g conftest.c &&
7009 mv conftest.o conftest.o.g &&
7010 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7011 :
7012 else
7013 BUILD_CONFIG=
7014 fi
7015 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7016 ;;
7017 esac
7018fi
7019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7020$as_echo "$BUILD_CONFIG" >&6; }
7021
7022
7023# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7025$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7026# Check whether --enable-vtable-verify was given.
7027if test "${enable_vtable_verify+set}" = set; then :
7028 enableval=$enable_vtable_verify; case "$enableval" in
7029 yes) enable_vtable_verify=yes ;;
7030 no) enable_vtable_verify=no ;;
7031 *) enable_vtable_verify=no;;
7032 esac
7033else
7034 enable_vtable_verify=no
7035fi
7036
7037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7038$as_echo "$enable_vtable_verify" >&6; }
7039
671aa708
NN
7040# Record target_configdirs and the configure arguments for target and
7041# build configuration in Makefile.
7042target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7043build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
9e1c8fc1 7044bootstrap_fixincludes=no
671aa708 7045
ad1e5170
JR
7046# If we are building libgomp, bootstrap it.
7047if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7048 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7049fi
7050
beeda1d9
JJ
7051# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7052# or bootstrap-ubsan, bootstrap it.
7053if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7054 case "$BUILD_CONFIG" in
7055 *bootstrap-asan* | *bootstrap-ubsan* )
7056 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
9e1c8fc1 7057 bootstrap_fixincludes=yes
beeda1d9
JJ
7058 ;;
7059 esac
ac8701fe
L
7060fi
7061
beeda1d9
JJ
7062# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7063if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7064 test "$enable_vtable_verify" != no; then
2077db1b
CT
7065 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7066fi
7067
5373cd33
IE
7068# If we are building libmpx, bootstrap it.
7069if echo " ${target_configdirs} " | grep " libmpx " > /dev/null 2>&1; then
7070 bootstrap_target_libs=${bootstrap_target_libs}target-libmpx,
7071fi
7072
671aa708
NN
7073# Determine whether gdb needs tk/tcl or not.
7074# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7075# and in that case we want gdb to be built without tk. Ugh!
7076# In fact I believe gdb is the *only* package directly dependent on tk,
7077# so we should be able to put the 'maybe's in unconditionally and
7078# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7079# 100% sure that that's safe though.
e914a571 7080
b4f96efe 7081gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7082case "$enable_gdbtk" in
7083 no)
7084 GDB_TK="" ;;
e914a571
AC
7085 yes)
7086 GDB_TK="${gdb_tk}" ;;
671aa708 7087 *)
e914a571
AC
7088 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7089 # distro. Eventually someone will fix this and move Insight, nee
7090 # gdbtk to a separate directory.
7091 if test -d ${srcdir}/gdb/gdbtk ; then
7092 GDB_TK="${gdb_tk}"
7093 else
7094 GDB_TK=""
7095 fi
7096 ;;
671aa708 7097esac
ef9db8d5
DJ
7098CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7099INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7100
60975492 7101# Strip out unwanted targets.
8b87bb96
NN
7102
7103# While at that, we remove Makefiles if we were started for recursive
7104# configuration, so that the top-level Makefile reconfigures them,
7105# like we used to do when configure itself was recursive.
8b87bb96 7106
3e54529c
RW
7107# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7108# but now we're fixing up the Makefile ourselves with the additional
7109# commands passed to AC_CONFIG_FILES. Use separate variables
7110# extrasub-{build,host,target} not because there is any reason to split
7111# the substitutions up that way, but only to remain below the limit of
7112# 99 commands in a script, for HP-UX sed.
7113# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 7114
79cd2b23
RW
7115case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7116 yes:yes:*\ gold\ *:*,c++,*) ;;
7117 yes:yes:*\ gold\ *:*)
7118 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7119 ;;
7120esac
7121
3e54529c 7122extrasub_build=
23f6b2f9 7123for module in ${build_configdirs} ; do
5607edfd
PB
7124 if test -z "${no_recursion}" \
7125 && test -f ${build_subdir}/${module}/Makefile; then
7126 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7127 rm -f ${build_subdir}/${module}/Makefile
7128 fi
3e54529c 7129 extrasub_build="$extrasub_build
5607edfd
PB
7130/^@if build-$module\$/d
7131/^@endif build-$module\$/d
7132/^@if build-$module-$bootstrap_suffix\$/d
7133/^@endif build-$module-$bootstrap_suffix\$/d"
7134done
3e54529c 7135extrasub_host=
5607edfd 7136for module in ${configdirs} ; do
a6fbc1e2 7137 if test -z "${no_recursion}"; then
f063a9ed 7138 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7139 if test -f ${file}; then
7140 echo 1>&2 "*** removing ${file} to force reconfigure"
7141 rm -f ${file}
7142 fi
7143 done
5607edfd 7144 fi
9e1c8fc1
JJ
7145 case ${module},${bootstrap_fixincludes} in
7146 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7147 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7148 esac
3e54529c 7149 extrasub_host="$extrasub_host
5607edfd
PB
7150/^@if $module\$/d
7151/^@endif $module\$/d
9e1c8fc1
JJ
7152/^@if $module-$host_bootstrap_suffix\$/d
7153/^@endif $module-$host_bootstrap_suffix\$/d"
5607edfd 7154done
3e54529c 7155extrasub_target=
5607edfd
PB
7156for module in ${target_configdirs} ; do
7157 if test -z "${no_recursion}" \
7158 && test -f ${target_subdir}/${module}/Makefile; then
7159 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7160 rm -f ${target_subdir}/${module}/Makefile
7161 fi
00020c16
ILT
7162
7163 # We only bootstrap target libraries listed in bootstrap_target_libs.
7164 case $bootstrap_target_libs in
7165 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7166 *) target_bootstrap_suffix=no-bootstrap ;;
7167 esac
7168
3e54529c 7169 extrasub_target="$extrasub_target
5607edfd
PB
7170/^@if target-$module\$/d
7171/^@endif target-$module\$/d
00020c16
ILT
7172/^@if target-$module-$target_bootstrap_suffix\$/d
7173/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7174done
7175
3e54529c
RW
7176# Do the final fixup along with target modules.
7177extrasub_target="$extrasub_target
60975492 7178/^@if /,/^@endif /d"
671aa708
NN
7179
7180# Create the serialization dependencies. This uses a temporary file.
7181
5213506e
RW
7182# Check whether --enable-serial-configure was given.
7183if test "${enable_serial_configure+set}" = set; then :
7184 enableval=$enable_serial_configure;
7185fi
ade82b16
AO
7186
7187
bf1d3e81
NN
7188case ${enable_serial_configure} in
7189 yes)
7190 enable_serial_build_configure=yes
7191 enable_serial_host_configure=yes
7192 enable_serial_target_configure=yes
7193 ;;
7194esac
7195
671aa708
NN
7196# These force 'configure's to be done one at a time, to avoid problems
7197# with contention over a shared config.cache.
7198rm -f serdep.tmp
ade82b16 7199echo '# serdep.tmp' > serdep.tmp
671aa708 7200olditem=
bf1d3e81 7201test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7202for item in ${build_configdirs} ; do
7203 case ${olditem} in
7204 "") ;;
ade82b16 7205 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7206 esac
7207 olditem=${item}
7208done
7209olditem=
bf1d3e81 7210test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7211for item in ${configdirs} ; do
7212 case ${olditem} in
7213 "") ;;
ade82b16 7214 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7215 esac
7216 olditem=${item}
7217done
7218olditem=
bf1d3e81 7219test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7220for item in ${target_configdirs} ; do
7221 case ${olditem} in
7222 "") ;;
ade82b16 7223 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7224 esac
7225 olditem=${item}
7226done
7227serialization_dependencies=serdep.tmp
7228
7229
ade82b16 7230# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7231# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7232# might not want to pass down to subconfigures. The exception being
7233# --cache-file=/dev/null, which is used to turn off the use of cache
7234# files altogether, and which should be passed on to subconfigures.
7235# Also strip program-prefix, program-suffix, and program-transform-name,
7236# so that we can pass down a consistent program-transform-name.
1c710c3c 7237baseargs=
29a63921 7238tbaseargs=
1c710c3c
DJ
7239keep_next=no
7240skip_next=no
7241eval "set -- $ac_configure_args"
44bfc3ac
DJ
7242for ac_arg
7243do
1c710c3c
DJ
7244 if test X"$skip_next" = X"yes"; then
7245 skip_next=no
7246 continue
7247 fi
7248 if test X"$keep_next" = X"yes"; then
7249 case $ac_arg in
7250 *\'*)
7251 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7252 esac
7253 baseargs="$baseargs '$ac_arg'"
29a63921 7254 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7255 keep_next=no
7256 continue
7257 fi
7258
7259 # Handle separated arguments. Based on the logic generated by
7260 # autoconf 2.59.
7261 case $ac_arg in
7262 *=* | --config-cache | -C | -disable-* | --disable-* \
7263 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7264 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7265 | -with-* | --with-* | -without-* | --without-* | --x)
7266 separate_arg=no
7267 ;;
7268 -*)
7269 separate_arg=yes
7270 ;;
7271 *)
7272 separate_arg=no
7273 ;;
7274 esac
7275
29a63921
AO
7276 skip_targ=no
7277 case $ac_arg in
7278
7279 --with-* | --without-*)
7280 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7281
7282 case $libopt in
7283 *[-_]include)
7284 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7285 ;;
7286 *[-_]lib)
7287 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7288 ;;
7289 *)
7290 lib=$libopt
7291 ;;
7292 esac
7293
7294
7295 case $lib in
4a9bb2aa 7296 mpc | mpfr | gmp | isl)
29a63921
AO
7297 # If we're processing --with-$lib, --with-$lib-include or
7298 # --with-$lib-lib, for one of the libs above, and target is
7299 # different from host, don't pass the current argument to any
7300 # target library's configure.
7301 if test x$is_cross_compiler = xyes; then
7302 skip_targ=yes
7303 fi
7304 ;;
7305 esac
7306 ;;
7307 esac
7308
1c710c3c 7309 case "$ac_arg" in
f1a036e4
NC
7310 --cache-file=/dev/null | \
7311 -cache-file=/dev/null )
7312 # Handled here to avoid the test to skip args below.
7313 baseargs="$baseargs '$ac_arg'"
29a63921 7314 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7315 # Assert: $separate_arg should always be no.
7316 keep_next=$separate_arg
7317 ;;
1c710c3c
DJ
7318 --no*)
7319 continue
7320 ;;
7321 --c* | \
7322 --sr* | \
7323 --ho* | \
7324 --bu* | \
7325 --t* | \
7326 --program-* | \
7327 -cache_file* | \
7328 -srcdir* | \
7329 -host* | \
7330 -build* | \
7331 -target* | \
7332 -program-prefix* | \
7333 -program-suffix* | \
7334 -program-transform-name* )
7335 skip_next=$separate_arg
7336 continue
7337 ;;
7338 -*)
7339 # An option. Add it.
7340 case $ac_arg in
7341 *\'*)
7342 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7343 esac
7344 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7345 if test X"$skip_targ" = Xno; then
7346 tbaseargs="$tbaseargs '$ac_arg'"
7347 fi
1c710c3c
DJ
7348 keep_next=$separate_arg
7349 ;;
7350 *)
7351 # Either a variable assignment, or a nonopt (triplet). Don't
7352 # pass it down; let the Makefile handle this.
7353 continue
7354 ;;
7355 esac
7356done
7357# Remove the initial space we just introduced and, as these will be
7358# expanded by make, quote '$'.
7359baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7360
43bb47c2
DJ
7361# Add in --program-transform-name, after --program-prefix and
7362# --program-suffix have been applied to it. Autoconf has already
7363# doubled dollar signs and backslashes in program_transform_name; we want
7364# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7365# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7366# Also, because we want to override the logic in subdir configure scripts to
7367# choose program_transform_name, replace any s,x,x, with s,y,y,.
7368sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7369${program_transform_name}
7370EOF_SED
7371gcc_transform_name=`cat conftestsed.out`
7372rm -f conftestsed.out
7373baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7374tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7375if test "$silent" = yes; then
7376 baseargs="$baseargs --silent"
29a63921 7377 tbaseargs="$tbaseargs --silent"
d9acb717 7378fi
0115d4a3 7379baseargs="$baseargs --disable-option-checking"
29a63921 7380tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7381
ffedf511
RW
7382# Record and document user additions to sub configure arguments.
7383
7384
7385
7386
671aa708
NN
7387# For the build-side libraries, we just need to pretend we're native,
7388# and not use the same cache file. Multilibs are neither needed nor
3d96b0d0
HPN
7389# desired. We can't even use the same cache file for all build-side
7390# libraries, as they're compiled differently; some with C, some with
7391# C++ or with different feature-enabling options.
7392build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
671aa708
NN
7393
7394# For host modules, accept cache file option, or specification as blank.
7395case "${cache_file}" in
7396"") # empty
7397 cache_file_option="" ;;
7398/* | [A-Za-z]:[\\/]* ) # absolute path
7399 cache_file_option="--cache-file=${cache_file}" ;;
7400*) # relative path
7401 cache_file_option="--cache-file=../${cache_file}" ;;
7402esac
7403
09438bde
NN
7404# Host dirs don't like to share a cache file either, horribly enough.
7405# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7406host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7407
29a63921 7408target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7409
7410# Passing a --with-cross-host argument lets the target libraries know
7411# whether they are being built with a cross-compiler or being built
7412# native. However, it would be better to use other mechanisms to make the
7413# sorts of decisions they want to make on this basis. Please consider
7414# this option to be deprecated. FIXME.
7415if test x${is_cross_compiler} = xyes ; then
1c710c3c 7416 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7417fi
7418
79e0604d
FXC
7419# Special user-friendly check for native x86_64-linux build, if
7420# multilib is not explicitly enabled.
7421case "$target:$have_compiler:$host:$target:$enable_multilib" in
7422 x86_64-*linux*:yes:$build:$build:)
7423 # Make sure we have a developement environment that handles 32-bit
7424 dev64=no
7425 echo "int main () { return 0; }" > conftest.c
7426 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7427 if test $? = 0 ; then
7428 if test -s conftest || test -s conftest.exe ; then
7429 dev64=yes
7430 fi
7431 fi
7432 rm -f conftest*
7433 if test x${dev64} != xyes ; then
7434 as_fn_error "I suspect your system does not have 32-bit developement 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
7435 fi
7436 ;;
7437esac
7438
dc683a3f
RW
7439# Default to --enable-multilib.
7440if test x${enable_multilib} = x ; then
671aa708 7441 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7442fi
671aa708
NN
7443
7444# Pass --with-newlib if appropriate. Note that target_configdirs has
7445# changed from the earlier setting of with_newlib.
7446if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7447 target_configargs="--with-newlib ${target_configargs}"
7448fi
7449
6b9eb62c
NN
7450# Different target subdirs use different values of certain variables
7451# (notably CXX). Worse, multilibs use *lots* of different values.
7452# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7453# it doesn't automatically accept command-line overrides of them.
7454# This means it's not safe for target subdirs to share a cache file,
7455# which is disgusting, but there you have it. Hopefully this can be
7456# fixed in future. It's still worthwhile to use a cache file for each
7457# directory. I think.
7458
bebcd931
MS
7459# Pass the appropriate --build, --host, --target and --cache-file arguments.
7460# We need to pass --target, as newer autoconf's requires consistency
7461# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7462target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7463
671aa708
NN
7464FLAGS_FOR_TARGET=
7465case " $target_configdirs " in
7466 *" newlib "*)
7467 case " $target_configargs " in
7468 *" --with-newlib "*)
7469 case "$target" in
5d571eaa 7470 *-cygwin*)
443e6238 7471 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
5d571eaa 7472 ;;
671aa708
NN
7473 esac
7474
7475 # If we're not building GCC, don't discard standard headers.
7476 if test -d ${srcdir}/gcc; then
7477 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7478
7479 if test "${build}" != "${host}"; then
7480 # On Canadian crosses, CC_FOR_TARGET will have already been set
7481 # by `configure', so we won't have an opportunity to add -Bgcc/
7482 # to it. This is right: we don't want to search that directory
7483 # for binaries, but we want the header files in there, so add
7484 # them explicitly.
0463992b 7485 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7486
7487 # Someone might think of using the pre-installed headers on
7488 # Canadian crosses, in case the installed compiler is not fully
7489 # compatible with the compiler being built. In this case, it
7490 # would be better to flag an error than risking having
7491 # incompatible object files being constructed. We can't
7492 # guarantee that an error will be flagged, but let's hope the
7493 # compiler will do it, when presented with incompatible header
7494 # files.
7495 fi
7496 fi
7497
7498 case "${target}-${is_cross_compiler}" in
f2a0e225 7499 i[3456789]86-*-linux*-no)
671aa708
NN
7500 # Here host == target, so we don't need to build gcc,
7501 # so we don't want to discard standard headers.
7502 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7503 ;;
7504 *)
7505 # If we're building newlib, use its generic headers last, but search
7506 # for any libc-related directories first (so make it the last -B
7507 # switch).
7508 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
c03353e2
RIL
7509
7510 # If we're building libgloss, find the startup file, simulator library
7511 # and linker script.
7512 case " $target_configdirs " in
7513 *" libgloss "*)
7514 # Look for startup file, simulator library and maybe linker script.
7515 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7516 # Look for libnosys.a in case the target needs it.
7517 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7518 # Most targets have the linker script in the source directory.
7519 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7520 ;;
7521 esac
671aa708
NN
7522 ;;
7523 esac
7524 ;;
7525 esac
7526 ;;
7527esac
5d571eaa 7528
b91f0a41 7529case "$target" in
5d571eaa
OS
7530 x86_64-*mingw* | *-w64-mingw*)
7531 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7532 # however, use a symlink named 'mingw' in ${prefix} .
7533 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7534 ;;
7535 *-mingw*)
7536 # MinGW can't be handled as Cygwin above since it does not use newlib.
7537 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'
7538 ;;
b91f0a41 7539esac
671aa708 7540
6691a79e
ME
7541# Allow the user to override the flags for
7542# our build compiler if desired.
f019adc1
MF
7543if test x"${build}" = x"${host}" ; then
7544 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7545 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7546 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7547fi
6691a79e 7548
671aa708
NN
7549# On Canadian crosses, we'll be searching the right directories for
7550# the previously-installed cross compiler, so don't bother to add
7551# flags for directories within the install tree of the compiler
7552# being built; programs in there won't even run.
7553if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7554 # Search for pre-installed headers if nothing else fits.
9124bc53 7555 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
671aa708
NN
7556fi
7557
7558if test "x${use_gnu_ld}" = x &&
7559 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7560 # Arrange for us to find uninstalled linker scripts.
215c351a 7561 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7562fi
7563
e88a2c09
DD
7564# Search for other target-specific linker scripts and such.
7565case "${target}" in
3e19841a
PB
7566 mep*)
7567 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7568 ;;
e88a2c09
DD
7569esac
7570
671aa708 7571# Makefile fragments.
7b61653a
PE
7572for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7573do
7574 eval fragval=\$$frag
7575 if test $fragval != /dev/null; then
7576 eval $frag=${srcdir}/$fragval
7577 fi
7578done
671aa708
NN
7579
7580
7581
7582
7583
7584# Miscellanea: directories, flags, etc.
7585
7586
7587
7588
7589
7590
7591
d89f0ad6 7592
23f6b2f9 7593# Build module lists & subconfigure args.
671aa708
NN
7594
7595
7596
2abefe3d
PB
7597# Host module lists & subconfigure args.
7598
7599
7600
aae29963 7601
2abefe3d
PB
7602# Target module lists & subconfigure args.
7603
7604
7605
7606# Build tools.
7607
7608
7609
0999159b
PB
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623
2abefe3d
PB
7624# Generate default definitions for YACC, M4, LEX and other programs that run
7625# on the build machine. These are used if the Makefile can't locate these
7626# programs in objdir.
7627MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7628
7629for ac_prog in 'bison -y' byacc yacc
7630do
1c710c3c 7631 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7632set dummy $ac_prog; ac_word=$2
5213506e
RW
7633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7634$as_echo_n "checking for $ac_word... " >&6; }
7635if test "${ac_cv_prog_YACC+set}" = set; then :
7636 $as_echo_n "(cached) " >&6
2abefe3d
PB
7637else
7638 if test -n "$YACC"; then
7639 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7640else
1c710c3c
DJ
7641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7642for as_dir in $PATH
7643do
7644 IFS=$as_save_IFS
7645 test -z "$as_dir" && as_dir=.
5213506e
RW
7646 for ac_exec_ext in '' $ac_executable_extensions; do
7647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7648 ac_cv_prog_YACC="$ac_prog"
5213506e 7649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7650 break 2
7651 fi
7652done
5213506e
RW
7653 done
7654IFS=$as_save_IFS
1c710c3c 7655
2abefe3d
PB
7656fi
7657fi
1c710c3c 7658YACC=$ac_cv_prog_YACC
2abefe3d 7659if test -n "$YACC"; then
5213506e
RW
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7661$as_echo "$YACC" >&6; }
2abefe3d 7662else
5213506e
RW
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7664$as_echo "no" >&6; }
2abefe3d
PB
7665fi
7666
5213506e 7667
1c710c3c 7668 test -n "$YACC" && break
2abefe3d
PB
7669done
7670test -n "$YACC" || YACC="$MISSING bison -y"
7671
7672case " $build_configdirs " in
7673 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
7674esac
7675
7676for ac_prog in bison
7677do
1c710c3c 7678 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7679set dummy $ac_prog; ac_word=$2
5213506e
RW
7680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7681$as_echo_n "checking for $ac_word... " >&6; }
7682if test "${ac_cv_prog_BISON+set}" = set; then :
7683 $as_echo_n "(cached) " >&6
2abefe3d
PB
7684else
7685 if test -n "$BISON"; then
7686 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7687else
1c710c3c
DJ
7688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7689for as_dir in $PATH
7690do
7691 IFS=$as_save_IFS
7692 test -z "$as_dir" && as_dir=.
5213506e
RW
7693 for ac_exec_ext in '' $ac_executable_extensions; do
7694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7695 ac_cv_prog_BISON="$ac_prog"
5213506e 7696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7697 break 2
7698 fi
7699done
5213506e
RW
7700 done
7701IFS=$as_save_IFS
1c710c3c 7702
2abefe3d
PB
7703fi
7704fi
1c710c3c 7705BISON=$ac_cv_prog_BISON
2abefe3d 7706if test -n "$BISON"; then
5213506e
RW
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7708$as_echo "$BISON" >&6; }
2abefe3d 7709else
5213506e
RW
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7711$as_echo "no" >&6; }
2abefe3d
PB
7712fi
7713
5213506e 7714
1c710c3c 7715 test -n "$BISON" && break
2abefe3d
PB
7716done
7717test -n "$BISON" || BISON="$MISSING bison"
7718
7719case " $build_configdirs " in
7720 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7721esac
7722
7723for ac_prog in gm4 gnum4 m4
7724do
1c710c3c 7725 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7726set dummy $ac_prog; ac_word=$2
5213506e
RW
7727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728$as_echo_n "checking for $ac_word... " >&6; }
7729if test "${ac_cv_prog_M4+set}" = set; then :
7730 $as_echo_n "(cached) " >&6
2abefe3d
PB
7731else
7732 if test -n "$M4"; then
7733 ac_cv_prog_M4="$M4" # Let the user override the test.
7734else
1c710c3c
DJ
7735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736for as_dir in $PATH
7737do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
5213506e
RW
7740 for ac_exec_ext in '' $ac_executable_extensions; do
7741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7742 ac_cv_prog_M4="$ac_prog"
5213506e 7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7744 break 2
7745 fi
7746done
5213506e
RW
7747 done
7748IFS=$as_save_IFS
1c710c3c 7749
2abefe3d
PB
7750fi
7751fi
1c710c3c 7752M4=$ac_cv_prog_M4
2abefe3d 7753if test -n "$M4"; then
5213506e
RW
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7755$as_echo "$M4" >&6; }
2abefe3d 7756else
5213506e
RW
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7758$as_echo "no" >&6; }
2abefe3d
PB
7759fi
7760
5213506e 7761
1c710c3c 7762 test -n "$M4" && break
2abefe3d
PB
7763done
7764test -n "$M4" || M4="$MISSING m4"
7765
7766case " $build_configdirs " in
7767 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7768esac
7769
7770for ac_prog in flex lex
7771do
1c710c3c 7772 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7773set dummy $ac_prog; ac_word=$2
5213506e
RW
7774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7775$as_echo_n "checking for $ac_word... " >&6; }
7776if test "${ac_cv_prog_LEX+set}" = set; then :
7777 $as_echo_n "(cached) " >&6
2abefe3d
PB
7778else
7779 if test -n "$LEX"; then
7780 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7781else
1c710c3c
DJ
7782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7783for as_dir in $PATH
7784do
7785 IFS=$as_save_IFS
7786 test -z "$as_dir" && as_dir=.
5213506e
RW
7787 for ac_exec_ext in '' $ac_executable_extensions; do
7788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7789 ac_cv_prog_LEX="$ac_prog"
5213506e 7790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7791 break 2
7792 fi
7793done
5213506e
RW
7794 done
7795IFS=$as_save_IFS
1c710c3c 7796
2abefe3d
PB
7797fi
7798fi
1c710c3c 7799LEX=$ac_cv_prog_LEX
2abefe3d 7800if test -n "$LEX"; then
5213506e
RW
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7802$as_echo "$LEX" >&6; }
2abefe3d 7803else
5213506e
RW
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7805$as_echo "no" >&6; }
2abefe3d
PB
7806fi
7807
5213506e 7808
1c710c3c 7809 test -n "$LEX" && break
2abefe3d
PB
7810done
7811test -n "$LEX" || LEX="$MISSING flex"
7812
7813case " $build_configdirs " in
7814 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7815 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7816esac
7817
7818for ac_prog in flex
7819do
1c710c3c 7820 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7821set dummy $ac_prog; ac_word=$2
5213506e
RW
7822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7823$as_echo_n "checking for $ac_word... " >&6; }
7824if test "${ac_cv_prog_FLEX+set}" = set; then :
7825 $as_echo_n "(cached) " >&6
2abefe3d
PB
7826else
7827 if test -n "$FLEX"; then
7828 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7829else
1c710c3c
DJ
7830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7831for as_dir in $PATH
7832do
7833 IFS=$as_save_IFS
7834 test -z "$as_dir" && as_dir=.
5213506e
RW
7835 for ac_exec_ext in '' $ac_executable_extensions; do
7836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7837 ac_cv_prog_FLEX="$ac_prog"
5213506e 7838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7839 break 2
7840 fi
7841done
5213506e
RW
7842 done
7843IFS=$as_save_IFS
1c710c3c 7844
2abefe3d
PB
7845fi
7846fi
1c710c3c 7847FLEX=$ac_cv_prog_FLEX
2abefe3d 7848if test -n "$FLEX"; then
5213506e
RW
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7850$as_echo "$FLEX" >&6; }
2abefe3d 7851else
5213506e
RW
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7853$as_echo "no" >&6; }
2abefe3d
PB
7854fi
7855
5213506e 7856
1c710c3c 7857 test -n "$FLEX" && break
2abefe3d
PB
7858done
7859test -n "$FLEX" || FLEX="$MISSING flex"
7860
7861case " $build_configdirs " in
7862 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7863esac
7864
7865for ac_prog in makeinfo
7866do
1c710c3c 7867 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7868set dummy $ac_prog; ac_word=$2
5213506e
RW
7869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7870$as_echo_n "checking for $ac_word... " >&6; }
7871if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7872 $as_echo_n "(cached) " >&6
2abefe3d
PB
7873else
7874 if test -n "$MAKEINFO"; then
7875 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7876else
1c710c3c
DJ
7877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7878for as_dir in $PATH
7879do
7880 IFS=$as_save_IFS
7881 test -z "$as_dir" && as_dir=.
5213506e
RW
7882 for ac_exec_ext in '' $ac_executable_extensions; do
7883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7884 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 7885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7886 break 2
7887 fi
7888done
5213506e
RW
7889 done
7890IFS=$as_save_IFS
1c710c3c 7891
2abefe3d
PB
7892fi
7893fi
1c710c3c 7894MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 7895if test -n "$MAKEINFO"; then
5213506e
RW
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7897$as_echo "$MAKEINFO" >&6; }
2abefe3d 7898else
5213506e
RW
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7900$as_echo "no" >&6; }
2abefe3d
PB
7901fi
7902
5213506e 7903
1c710c3c 7904 test -n "$MAKEINFO" && break
2abefe3d
PB
7905done
7906test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7907
7908case " $build_configdirs " in
7909 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7910 *)
7911
d18ff35a 7912 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
7913 # higher, else we use the "missing" dummy.
7914 if ${MAKEINFO} --version \
d18ff35a 7915 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
7916 :
7917 else
7918 MAKEINFO="$MISSING makeinfo"
7919 fi
7920 ;;
7921
7922esac
671aa708 7923
2abefe3d 7924# FIXME: expect and dejagnu may become build tools?
671aa708 7925
2abefe3d
PB
7926for ac_prog in expect
7927do
1c710c3c 7928 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7929set dummy $ac_prog; ac_word=$2
5213506e
RW
7930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7931$as_echo_n "checking for $ac_word... " >&6; }
7932if test "${ac_cv_prog_EXPECT+set}" = set; then :
7933 $as_echo_n "(cached) " >&6
2abefe3d
PB
7934else
7935 if test -n "$EXPECT"; then
7936 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7937else
1c710c3c
DJ
7938as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7939for as_dir in $PATH
7940do
7941 IFS=$as_save_IFS
7942 test -z "$as_dir" && as_dir=.
5213506e
RW
7943 for ac_exec_ext in '' $ac_executable_extensions; do
7944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7945 ac_cv_prog_EXPECT="$ac_prog"
5213506e 7946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7947 break 2
7948 fi
7949done
5213506e
RW
7950 done
7951IFS=$as_save_IFS
1c710c3c 7952
2abefe3d
PB
7953fi
7954fi
1c710c3c 7955EXPECT=$ac_cv_prog_EXPECT
2abefe3d 7956if test -n "$EXPECT"; then
5213506e
RW
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7958$as_echo "$EXPECT" >&6; }
2abefe3d 7959else
5213506e
RW
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7961$as_echo "no" >&6; }
2abefe3d 7962fi
671aa708 7963
5213506e 7964
1c710c3c 7965 test -n "$EXPECT" && break
2abefe3d
PB
7966done
7967test -n "$EXPECT" || EXPECT="expect"
671aa708 7968
2abefe3d
PB
7969case " $configdirs " in
7970 *" expect "*)
7971 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7972 ;;
7973esac
671aa708 7974
2abefe3d
PB
7975for ac_prog in runtest
7976do
1c710c3c 7977 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7978set dummy $ac_prog; ac_word=$2
5213506e
RW
7979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7980$as_echo_n "checking for $ac_word... " >&6; }
7981if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7982 $as_echo_n "(cached) " >&6
2abefe3d
PB
7983else
7984 if test -n "$RUNTEST"; then
7985 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 7986else
1c710c3c
DJ
7987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7988for as_dir in $PATH
7989do
7990 IFS=$as_save_IFS
7991 test -z "$as_dir" && as_dir=.
5213506e
RW
7992 for ac_exec_ext in '' $ac_executable_extensions; do
7993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7994 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 7995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7996 break 2
7997 fi
7998done
5213506e
RW
7999 done
8000IFS=$as_save_IFS
1c710c3c 8001
2abefe3d
PB
8002fi
8003fi
1c710c3c 8004RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8005if test -n "$RUNTEST"; then
5213506e
RW
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8007$as_echo "$RUNTEST" >&6; }
2abefe3d 8008else
5213506e
RW
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8010$as_echo "no" >&6; }
2abefe3d 8011fi
671aa708 8012
5213506e 8013
1c710c3c 8014 test -n "$RUNTEST" && break
2abefe3d
PB
8015done
8016test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8017
2abefe3d
PB
8018case " $configdirs " in
8019 *" dejagnu "*)
c394e891 8020 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8021 ;;
8022esac
671aa708
NN
8023
8024
671aa708 8025# Host tools.
ca9f4b81
AO
8026ncn_tool_prefix=
8027test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8028ncn_target_tool_prefix=
8029test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8030
278a7a38
AO
8031
8032
8033if test -n "$AR"; then
8034 ac_cv_prog_AR=$AR
8035elif test -n "$ac_cv_prog_AR"; then
8036 AR=$ac_cv_prog_AR
8037fi
8038
8039if test -n "$ac_cv_prog_AR"; then
8040 for ncn_progname in ar; do
8041 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8042set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8044$as_echo_n "checking for $ac_word... " >&6; }
8045if test "${ac_cv_prog_AR+set}" = set; then :
8046 $as_echo_n "(cached) " >&6
278a7a38
AO
8047else
8048 if test -n "$AR"; then
8049 ac_cv_prog_AR="$AR" # Let the user override the test.
8050else
8051as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8052for as_dir in $PATH
8053do
8054 IFS=$as_save_IFS
8055 test -z "$as_dir" && as_dir=.
5213506e
RW
8056 for ac_exec_ext in '' $ac_executable_extensions; do
8057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8058 ac_cv_prog_AR="${ncn_progname}"
5213506e 8059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8060 break 2
8061 fi
8062done
5213506e
RW
8063 done
8064IFS=$as_save_IFS
278a7a38
AO
8065
8066fi
8067fi
8068AR=$ac_cv_prog_AR
8069if test -n "$AR"; then
5213506e
RW
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8071$as_echo "$AR" >&6; }
278a7a38 8072else
5213506e
RW
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8074$as_echo "no" >&6; }
278a7a38
AO
8075fi
8076
5213506e 8077
278a7a38
AO
8078 done
8079fi
8080
8081for ncn_progname in ar; do
2693c0b0
PB
8082 if test -n "$ncn_tool_prefix"; then
8083 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8084set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8086$as_echo_n "checking for $ac_word... " >&6; }
8087if test "${ac_cv_prog_AR+set}" = set; then :
8088 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8089else
8090 if test -n "$AR"; then
8091 ac_cv_prog_AR="$AR" # Let the user override the test.
8092else
1c710c3c
DJ
8093as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8094for as_dir in $PATH
8095do
8096 IFS=$as_save_IFS
8097 test -z "$as_dir" && as_dir=.
5213506e
RW
8098 for ac_exec_ext in '' $ac_executable_extensions; do
8099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8100 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8102 break 2
8103 fi
8104done
5213506e
RW
8105 done
8106IFS=$as_save_IFS
1c710c3c 8107
ca9f4b81
AO
8108fi
8109fi
1c710c3c 8110AR=$ac_cv_prog_AR
ca9f4b81 8111if test -n "$AR"; then
5213506e
RW
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8113$as_echo "$AR" >&6; }
ca9f4b81 8114else
5213506e
RW
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8116$as_echo "no" >&6; }
ca9f4b81
AO
8117fi
8118
5213506e 8119
2693c0b0
PB
8120 fi
8121 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8123set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8125$as_echo_n "checking for $ac_word... " >&6; }
8126if test "${ac_cv_prog_AR+set}" = set; then :
8127 $as_echo_n "(cached) " >&6
ca9f4b81 8128else
2693c0b0 8129 if test -n "$AR"; then
af71363e
AS
8130 ac_cv_prog_AR="$AR" # Let the user override the test.
8131else
1c710c3c
DJ
8132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8133for as_dir in $PATH
8134do
8135 IFS=$as_save_IFS
8136 test -z "$as_dir" && as_dir=.
5213506e
RW
8137 for ac_exec_ext in '' $ac_executable_extensions; do
8138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8139 ac_cv_prog_AR="${ncn_progname}"
5213506e 8140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8141 break 2
8142 fi
8143done
5213506e
RW
8144 done
8145IFS=$as_save_IFS
1c710c3c 8146
ca9f4b81
AO
8147fi
8148fi
1c710c3c 8149AR=$ac_cv_prog_AR
2693c0b0 8150if test -n "$AR"; then
5213506e
RW
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8152$as_echo "$AR" >&6; }
ca9f4b81 8153else
5213506e
RW
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8155$as_echo "no" >&6; }
ca9f4b81 8156fi
1c710c3c 8157
5213506e 8158
2693c0b0
PB
8159 fi
8160 test -n "$ac_cv_prog_AR" && break
8161done
8162
8163if test -z "$ac_cv_prog_AR" ; then
8164 set dummy ar
8165 if test $build = $host ; then
8166 AR="$2"
ca9f4b81 8167 else
2693c0b0 8168 AR="${ncn_tool_prefix}$2"
ca9f4b81 8169 fi
ca9f4b81
AO
8170fi
8171
278a7a38
AO
8172
8173
8174if test -n "$AS"; then
8175 ac_cv_prog_AS=$AS
8176elif test -n "$ac_cv_prog_AS"; then
8177 AS=$ac_cv_prog_AS
8178fi
8179
8180if test -n "$ac_cv_prog_AS"; then
8181 for ncn_progname in as; do
8182 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8183set dummy ${ncn_progname}; ac_word=$2
5213506e
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_AS+set}" = set; then :
8187 $as_echo_n "(cached) " >&6
278a7a38
AO
8188else
8189 if test -n "$AS"; then
8190 ac_cv_prog_AS="$AS" # Let the user override the test.
8191else
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=.
5213506e
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
278a7a38 8199 ac_cv_prog_AS="${ncn_progname}"
5213506e 8200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8201 break 2
8202 fi
8203done
5213506e
RW
8204 done
8205IFS=$as_save_IFS
278a7a38
AO
8206
8207fi
8208fi
8209AS=$ac_cv_prog_AS
8210if test -n "$AS"; then
5213506e
RW
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8212$as_echo "$AS" >&6; }
278a7a38 8213else
5213506e
RW
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8215$as_echo "no" >&6; }
278a7a38
AO
8216fi
8217
5213506e 8218
278a7a38
AO
8219 done
8220fi
8221
8222for ncn_progname in as; do
2693c0b0
PB
8223 if test -n "$ncn_tool_prefix"; then
8224 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8225set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8227$as_echo_n "checking for $ac_word... " >&6; }
8228if test "${ac_cv_prog_AS+set}" = set; then :
8229 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8230else
8231 if test -n "$AS"; then
8232 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8233else
1c710c3c
DJ
8234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8235for as_dir in $PATH
8236do
8237 IFS=$as_save_IFS
8238 test -z "$as_dir" && as_dir=.
5213506e
RW
8239 for ac_exec_ext in '' $ac_executable_extensions; do
8240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8241 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8243 break 2
8244 fi
8245done
5213506e
RW
8246 done
8247IFS=$as_save_IFS
1c710c3c 8248
ca9f4b81
AO
8249fi
8250fi
1c710c3c 8251AS=$ac_cv_prog_AS
ca9f4b81 8252if test -n "$AS"; then
5213506e
RW
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8254$as_echo "$AS" >&6; }
ca9f4b81 8255else
5213506e
RW
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8257$as_echo "no" >&6; }
ca9f4b81
AO
8258fi
8259
5213506e 8260
2693c0b0
PB
8261 fi
8262 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8263 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8264set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8266$as_echo_n "checking for $ac_word... " >&6; }
8267if test "${ac_cv_prog_AS+set}" = set; then :
8268 $as_echo_n "(cached) " >&6
ca9f4b81 8269else
2693c0b0
PB
8270 if test -n "$AS"; then
8271 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8272else
1c710c3c
DJ
8273as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8274for as_dir in $PATH
8275do
8276 IFS=$as_save_IFS
8277 test -z "$as_dir" && as_dir=.
5213506e
RW
8278 for ac_exec_ext in '' $ac_executable_extensions; do
8279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8280 ac_cv_prog_AS="${ncn_progname}"
5213506e 8281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8282 break 2
8283 fi
8284done
5213506e
RW
8285 done
8286IFS=$as_save_IFS
1c710c3c 8287
ca9f4b81
AO
8288fi
8289fi
1c710c3c 8290AS=$ac_cv_prog_AS
2693c0b0 8291if test -n "$AS"; then
5213506e
RW
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8293$as_echo "$AS" >&6; }
ca9f4b81 8294else
5213506e
RW
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8296$as_echo "no" >&6; }
ca9f4b81 8297fi
1c710c3c 8298
5213506e 8299
2693c0b0
PB
8300 fi
8301 test -n "$ac_cv_prog_AS" && break
8302done
8303
8304if test -z "$ac_cv_prog_AS" ; then
8305 set dummy as
8306 if test $build = $host ; then
8307 AS="$2"
ca9f4b81 8308 else
2693c0b0 8309 AS="${ncn_tool_prefix}$2"
ca9f4b81 8310 fi
ca9f4b81
AO
8311fi
8312
278a7a38
AO
8313
8314
8315if test -n "$DLLTOOL"; then
8316 ac_cv_prog_DLLTOOL=$DLLTOOL
8317elif test -n "$ac_cv_prog_DLLTOOL"; then
8318 DLLTOOL=$ac_cv_prog_DLLTOOL
8319fi
8320
8321if test -n "$ac_cv_prog_DLLTOOL"; then
8322 for ncn_progname in dlltool; do
8323 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8324set dummy ${ncn_progname}; ac_word=$2
5213506e
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_DLLTOOL+set}" = set; then :
8328 $as_echo_n "(cached) " >&6
278a7a38
AO
8329else
8330 if test -n "$DLLTOOL"; then
8331 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8332else
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=.
5213506e
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
278a7a38 8340 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8342 break 2
8343 fi
8344done
5213506e
RW
8345 done
8346IFS=$as_save_IFS
278a7a38
AO
8347
8348fi
8349fi
8350DLLTOOL=$ac_cv_prog_DLLTOOL
8351if test -n "$DLLTOOL"; then
5213506e
RW
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8353$as_echo "$DLLTOOL" >&6; }
278a7a38 8354else
5213506e
RW
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8356$as_echo "no" >&6; }
278a7a38
AO
8357fi
8358
5213506e 8359
278a7a38
AO
8360 done
8361fi
8362
8363for ncn_progname in dlltool; do
2693c0b0
PB
8364 if test -n "$ncn_tool_prefix"; then
8365 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8366set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8368$as_echo_n "checking for $ac_word... " >&6; }
8369if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8370 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8371else
8372 if test -n "$DLLTOOL"; then
8373 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8374else
1c710c3c
DJ
8375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8376for as_dir in $PATH
8377do
8378 IFS=$as_save_IFS
8379 test -z "$as_dir" && as_dir=.
5213506e
RW
8380 for ac_exec_ext in '' $ac_executable_extensions; do
8381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8382 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8384 break 2
8385 fi
8386done
5213506e
RW
8387 done
8388IFS=$as_save_IFS
1c710c3c 8389
ca9f4b81
AO
8390fi
8391fi
1c710c3c 8392DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8393if test -n "$DLLTOOL"; then
5213506e
RW
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8395$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8396else
5213506e
RW
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8398$as_echo "no" >&6; }
ca9f4b81
AO
8399fi
8400
5213506e 8401
2693c0b0
PB
8402 fi
8403 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8404 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8405set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8407$as_echo_n "checking for $ac_word... " >&6; }
8408if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8409 $as_echo_n "(cached) " >&6
ca9f4b81 8410else
2693c0b0
PB
8411 if test -n "$DLLTOOL"; then
8412 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8413else
1c710c3c
DJ
8414as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8415for as_dir in $PATH
8416do
8417 IFS=$as_save_IFS
8418 test -z "$as_dir" && as_dir=.
5213506e
RW
8419 for ac_exec_ext in '' $ac_executable_extensions; do
8420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8421 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8423 break 2
8424 fi
8425done
5213506e
RW
8426 done
8427IFS=$as_save_IFS
1c710c3c 8428
ca9f4b81
AO
8429fi
8430fi
1c710c3c 8431DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8432if test -n "$DLLTOOL"; then
5213506e
RW
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8434$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8435else
5213506e
RW
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8437$as_echo "no" >&6; }
ca9f4b81 8438fi
1c710c3c 8439
5213506e 8440
2693c0b0
PB
8441 fi
8442 test -n "$ac_cv_prog_DLLTOOL" && break
8443done
8444
8445if test -z "$ac_cv_prog_DLLTOOL" ; then
8446 set dummy dlltool
8447 if test $build = $host ; then
8448 DLLTOOL="$2"
ca9f4b81 8449 else
2693c0b0 8450 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8451 fi
ca9f4b81
AO
8452fi
8453
278a7a38
AO
8454
8455
8456if test -n "$LD"; then
8457 ac_cv_prog_LD=$LD
8458elif test -n "$ac_cv_prog_LD"; then
8459 LD=$ac_cv_prog_LD
8460fi
8461
8462if test -n "$ac_cv_prog_LD"; then
8463 for ncn_progname in ld; do
8464 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8465set dummy ${ncn_progname}; ac_word=$2
5213506e
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_LD+set}" = set; then :
8469 $as_echo_n "(cached) " >&6
278a7a38
AO
8470else
8471 if test -n "$LD"; then
8472 ac_cv_prog_LD="$LD" # Let the user override the test.
8473else
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=.
5213506e
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
278a7a38 8481 ac_cv_prog_LD="${ncn_progname}"
5213506e 8482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8483 break 2
8484 fi
8485done
5213506e
RW
8486 done
8487IFS=$as_save_IFS
278a7a38
AO
8488
8489fi
8490fi
8491LD=$ac_cv_prog_LD
8492if test -n "$LD"; then
5213506e
RW
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8494$as_echo "$LD" >&6; }
278a7a38 8495else
5213506e
RW
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8497$as_echo "no" >&6; }
278a7a38
AO
8498fi
8499
5213506e 8500
278a7a38
AO
8501 done
8502fi
8503
8504for ncn_progname in ld; do
2693c0b0
PB
8505 if test -n "$ncn_tool_prefix"; then
8506 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8507set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8509$as_echo_n "checking for $ac_word... " >&6; }
8510if test "${ac_cv_prog_LD+set}" = set; then :
8511 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8512else
8513 if test -n "$LD"; then
8514 ac_cv_prog_LD="$LD" # Let the user override the test.
8515else
1c710c3c
DJ
8516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8517for as_dir in $PATH
8518do
8519 IFS=$as_save_IFS
8520 test -z "$as_dir" && as_dir=.
5213506e
RW
8521 for ac_exec_ext in '' $ac_executable_extensions; do
8522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8523 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8525 break 2
8526 fi
8527done
5213506e
RW
8528 done
8529IFS=$as_save_IFS
1c710c3c 8530
ca9f4b81
AO
8531fi
8532fi
1c710c3c 8533LD=$ac_cv_prog_LD
ca9f4b81 8534if test -n "$LD"; then
5213506e
RW
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8536$as_echo "$LD" >&6; }
ca9f4b81 8537else
5213506e
RW
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8539$as_echo "no" >&6; }
ca9f4b81
AO
8540fi
8541
5213506e 8542
2693c0b0
PB
8543 fi
8544 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8545 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8546set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8548$as_echo_n "checking for $ac_word... " >&6; }
8549if test "${ac_cv_prog_LD+set}" = set; then :
8550 $as_echo_n "(cached) " >&6
ca9f4b81 8551else
2693c0b0
PB
8552 if test -n "$LD"; then
8553 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8554else
1c710c3c
DJ
8555as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8556for as_dir in $PATH
8557do
8558 IFS=$as_save_IFS
8559 test -z "$as_dir" && as_dir=.
5213506e
RW
8560 for ac_exec_ext in '' $ac_executable_extensions; do
8561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8562 ac_cv_prog_LD="${ncn_progname}"
5213506e 8563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8564 break 2
8565 fi
8566done
5213506e
RW
8567 done
8568IFS=$as_save_IFS
1c710c3c 8569
ca9f4b81
AO
8570fi
8571fi
1c710c3c 8572LD=$ac_cv_prog_LD
2693c0b0 8573if test -n "$LD"; then
5213506e
RW
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8575$as_echo "$LD" >&6; }
ca9f4b81 8576else
5213506e
RW
8577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8578$as_echo "no" >&6; }
ca9f4b81 8579fi
1c710c3c 8580
5213506e 8581
2693c0b0
PB
8582 fi
8583 test -n "$ac_cv_prog_LD" && break
8584done
8585
8586if test -z "$ac_cv_prog_LD" ; then
8587 set dummy ld
8588 if test $build = $host ; then
8589 LD="$2"
ca9f4b81 8590 else
2693c0b0 8591 LD="${ncn_tool_prefix}$2"
ca9f4b81 8592 fi
ca9f4b81
AO
8593fi
8594
278a7a38
AO
8595
8596
8597if test -n "$LIPO"; then
8598 ac_cv_prog_LIPO=$LIPO
8599elif test -n "$ac_cv_prog_LIPO"; then
8600 LIPO=$ac_cv_prog_LIPO
8601fi
8602
8603if test -n "$ac_cv_prog_LIPO"; then
8604 for ncn_progname in lipo; do
8605 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8606set dummy ${ncn_progname}; ac_word=$2
5213506e
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_LIPO+set}" = set; then :
8610 $as_echo_n "(cached) " >&6
278a7a38
AO
8611else
8612 if test -n "$LIPO"; then
8613 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8614else
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=.
5213506e
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
278a7a38 8622 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8624 break 2
8625 fi
8626done
5213506e
RW
8627 done
8628IFS=$as_save_IFS
278a7a38
AO
8629
8630fi
8631fi
8632LIPO=$ac_cv_prog_LIPO
8633if test -n "$LIPO"; then
5213506e
RW
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8635$as_echo "$LIPO" >&6; }
278a7a38 8636else
5213506e
RW
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8638$as_echo "no" >&6; }
278a7a38
AO
8639fi
8640
5213506e 8641
278a7a38
AO
8642 done
8643fi
8644
8645for ncn_progname in lipo; do
2abefe3d
PB
8646 if test -n "$ncn_tool_prefix"; then
8647 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8648set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8650$as_echo_n "checking for $ac_word... " >&6; }
8651if test "${ac_cv_prog_LIPO+set}" = set; then :
8652 $as_echo_n "(cached) " >&6
2abefe3d
PB
8653else
8654 if test -n "$LIPO"; then
8655 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8656else
1c710c3c
DJ
8657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8658for as_dir in $PATH
8659do
8660 IFS=$as_save_IFS
8661 test -z "$as_dir" && as_dir=.
5213506e
RW
8662 for ac_exec_ext in '' $ac_executable_extensions; do
8663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8664 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8666 break 2
8667 fi
8668done
5213506e
RW
8669 done
8670IFS=$as_save_IFS
1c710c3c 8671
2abefe3d
PB
8672fi
8673fi
1c710c3c 8674LIPO=$ac_cv_prog_LIPO
2abefe3d 8675if test -n "$LIPO"; then
5213506e
RW
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8677$as_echo "$LIPO" >&6; }
2abefe3d 8678else
5213506e
RW
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8680$as_echo "no" >&6; }
2abefe3d
PB
8681fi
8682
5213506e 8683
2abefe3d
PB
8684 fi
8685 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8686 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8687set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8689$as_echo_n "checking for $ac_word... " >&6; }
8690if test "${ac_cv_prog_LIPO+set}" = set; then :
8691 $as_echo_n "(cached) " >&6
2abefe3d
PB
8692else
8693 if test -n "$LIPO"; then
8694 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8695else
1c710c3c
DJ
8696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8697for as_dir in $PATH
8698do
8699 IFS=$as_save_IFS
8700 test -z "$as_dir" && as_dir=.
5213506e
RW
8701 for ac_exec_ext in '' $ac_executable_extensions; do
8702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8703 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8705 break 2
8706 fi
8707done
5213506e
RW
8708 done
8709IFS=$as_save_IFS
1c710c3c 8710
2abefe3d
PB
8711fi
8712fi
1c710c3c 8713LIPO=$ac_cv_prog_LIPO
2abefe3d 8714if test -n "$LIPO"; then
5213506e
RW
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8716$as_echo "$LIPO" >&6; }
2abefe3d 8717else
5213506e
RW
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8719$as_echo "no" >&6; }
2abefe3d 8720fi
1c710c3c 8721
5213506e 8722
2abefe3d
PB
8723 fi
8724 test -n "$ac_cv_prog_LIPO" && break
8725done
8726
8727if test -z "$ac_cv_prog_LIPO" ; then
8728 set dummy lipo
8729 if test $build = $host ; then
8730 LIPO="$2"
8731 else
8732 LIPO="${ncn_tool_prefix}$2"
8733 fi
8734fi
8735
278a7a38
AO
8736
8737
8738if test -n "$NM"; then
8739 ac_cv_prog_NM=$NM
8740elif test -n "$ac_cv_prog_NM"; then
8741 NM=$ac_cv_prog_NM
8742fi
8743
8744if test -n "$ac_cv_prog_NM"; then
8745 for ncn_progname in nm; do
8746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8747set dummy ${ncn_progname}; ac_word=$2
5213506e
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_NM+set}" = set; then :
8751 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8752else
8753 if test -n "$NM"; then
8754 ac_cv_prog_NM="$NM" # Let the user override the test.
8755else
1c710c3c
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=.
5213506e
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
278a7a38 8763 ac_cv_prog_NM="${ncn_progname}"
5213506e 8764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8765 break 2
8766 fi
8767done
5213506e
RW
8768 done
8769IFS=$as_save_IFS
1c710c3c 8770
ca9f4b81
AO
8771fi
8772fi
1c710c3c 8773NM=$ac_cv_prog_NM
ca9f4b81 8774if test -n "$NM"; then
5213506e
RW
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8776$as_echo "$NM" >&6; }
ca9f4b81 8777else
5213506e
RW
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8779$as_echo "no" >&6; }
ca9f4b81
AO
8780fi
8781
5213506e 8782
278a7a38
AO
8783 done
8784fi
8785
8786for ncn_progname in nm; do
8787 if test -n "$ncn_tool_prefix"; then
8788 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8789set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8791$as_echo_n "checking for $ac_word... " >&6; }
8792if test "${ac_cv_prog_NM+set}" = set; then :
8793 $as_echo_n "(cached) " >&6
ca9f4b81 8794else
2693c0b0
PB
8795 if test -n "$NM"; then
8796 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8797else
1c710c3c
DJ
8798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8799for as_dir in $PATH
8800do
8801 IFS=$as_save_IFS
8802 test -z "$as_dir" && as_dir=.
5213506e
RW
8803 for ac_exec_ext in '' $ac_executable_extensions; do
8804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8805 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8807 break 2
8808 fi
8809done
5213506e
RW
8810 done
8811IFS=$as_save_IFS
1c710c3c 8812
ca9f4b81
AO
8813fi
8814fi
1c710c3c 8815NM=$ac_cv_prog_NM
2693c0b0 8816if test -n "$NM"; then
5213506e
RW
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8818$as_echo "$NM" >&6; }
ca9f4b81 8819else
5213506e
RW
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8821$as_echo "no" >&6; }
ca9f4b81 8822fi
1c710c3c 8823
5213506e 8824
2693c0b0 8825 fi
278a7a38
AO
8826 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8827 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8828set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8830$as_echo_n "checking for $ac_word... " >&6; }
8831if test "${ac_cv_prog_NM+set}" = set; then :
8832 $as_echo_n "(cached) " >&6
278a7a38
AO
8833else
8834 if test -n "$NM"; then
8835 ac_cv_prog_NM="$NM" # Let the user override the test.
8836else
8837as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8838for as_dir in $PATH
8839do
8840 IFS=$as_save_IFS
8841 test -z "$as_dir" && as_dir=.
5213506e
RW
8842 for ac_exec_ext in '' $ac_executable_extensions; do
8843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8844 ac_cv_prog_NM="${ncn_progname}"
5213506e 8845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8846 break 2
8847 fi
8848done
5213506e
RW
8849 done
8850IFS=$as_save_IFS
278a7a38
AO
8851
8852fi
8853fi
8854NM=$ac_cv_prog_NM
8855if test -n "$NM"; then
5213506e
RW
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8857$as_echo "$NM" >&6; }
278a7a38 8858else
5213506e
RW
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8860$as_echo "no" >&6; }
278a7a38
AO
8861fi
8862
5213506e 8863
278a7a38
AO
8864 fi
8865 test -n "$ac_cv_prog_NM" && break
8866done
8867
8868if test -z "$ac_cv_prog_NM" ; then
8869 set dummy nm
8870 if test $build = $host ; then
8871 NM="$2"
8872 else
8873 NM="${ncn_tool_prefix}$2"
8874 fi
8875fi
8876
8877
8878
8879if test -n "$RANLIB"; then
8880 ac_cv_prog_RANLIB=$RANLIB
8881elif test -n "$ac_cv_prog_RANLIB"; then
8882 RANLIB=$ac_cv_prog_RANLIB
8883fi
8884
8885if test -n "$ac_cv_prog_RANLIB"; then
8886 for ncn_progname in ranlib; do
8887 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8888set dummy ${ncn_progname}; ac_word=$2
5213506e
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_RANLIB+set}" = set; then :
8892 $as_echo_n "(cached) " >&6
278a7a38
AO
8893else
8894 if test -n "$RANLIB"; then
8895 ac_cv_prog_RANLIB="$RANLIB" # 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=.
5213506e
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
278a7a38 8904 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8906 break 2
8907 fi
8908done
5213506e
RW
8909 done
8910IFS=$as_save_IFS
278a7a38
AO
8911
8912fi
8913fi
8914RANLIB=$ac_cv_prog_RANLIB
8915if test -n "$RANLIB"; then
5213506e
RW
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8917$as_echo "$RANLIB" >&6; }
278a7a38 8918else
5213506e
RW
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8920$as_echo "no" >&6; }
278a7a38
AO
8921fi
8922
5213506e 8923
278a7a38
AO
8924 done
8925fi
ca9f4b81 8926
278a7a38 8927for ncn_progname in ranlib; do
2693c0b0
PB
8928 if test -n "$ncn_tool_prefix"; then
8929 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8930set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8932$as_echo_n "checking for $ac_word... " >&6; }
8933if test "${ac_cv_prog_RANLIB+set}" = set; then :
8934 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8935else
8936 if test -n "$RANLIB"; then
8937 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8938else
1c710c3c
DJ
8939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8940for as_dir in $PATH
8941do
8942 IFS=$as_save_IFS
8943 test -z "$as_dir" && as_dir=.
5213506e
RW
8944 for ac_exec_ext in '' $ac_executable_extensions; do
8945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8946 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 8947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8948 break 2
8949 fi
8950done
5213506e
RW
8951 done
8952IFS=$as_save_IFS
1c710c3c 8953
ca9f4b81
AO
8954fi
8955fi
1c710c3c 8956RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 8957if test -n "$RANLIB"; then
5213506e
RW
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8959$as_echo "$RANLIB" >&6; }
ca9f4b81 8960else
5213506e
RW
8961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8962$as_echo "no" >&6; }
ca9f4b81
AO
8963fi
8964
5213506e 8965
2693c0b0
PB
8966 fi
8967 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8968 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8969set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8971$as_echo_n "checking for $ac_word... " >&6; }
8972if test "${ac_cv_prog_RANLIB+set}" = set; then :
8973 $as_echo_n "(cached) " >&6
ca9f4b81 8974else
2693c0b0
PB
8975 if test -n "$RANLIB"; then
8976 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 8977else
1c710c3c
DJ
8978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8979for as_dir in $PATH
8980do
8981 IFS=$as_save_IFS
8982 test -z "$as_dir" && as_dir=.
5213506e
RW
8983 for ac_exec_ext in '' $ac_executable_extensions; do
8984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8985 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8987 break 2
8988 fi
8989done
5213506e
RW
8990 done
8991IFS=$as_save_IFS
1c710c3c 8992
ca9f4b81
AO
8993fi
8994fi
1c710c3c 8995RANLIB=$ac_cv_prog_RANLIB
2693c0b0 8996if test -n "$RANLIB"; then
5213506e
RW
8997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8998$as_echo "$RANLIB" >&6; }
ca9f4b81 8999else
5213506e
RW
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9001$as_echo "no" >&6; }
ca9f4b81 9002fi
1c710c3c 9003
5213506e 9004
ca9f4b81 9005 fi
2693c0b0
PB
9006 test -n "$ac_cv_prog_RANLIB" && break
9007done
9008
9009if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9010 RANLIB="true"
ca9f4b81
AO
9011fi
9012
278a7a38
AO
9013
9014
9015if test -n "$STRIP"; then
9016 ac_cv_prog_STRIP=$STRIP
9017elif test -n "$ac_cv_prog_STRIP"; then
9018 STRIP=$ac_cv_prog_STRIP
9019fi
9020
9021if test -n "$ac_cv_prog_STRIP"; then
9022 for ncn_progname in strip; do
9023 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9024set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9026$as_echo_n "checking for $ac_word... " >&6; }
9027if test "${ac_cv_prog_STRIP+set}" = set; then :
9028 $as_echo_n "(cached) " >&6
278a7a38
AO
9029else
9030 if test -n "$STRIP"; then
9031 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9032else
9033as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9034for as_dir in $PATH
9035do
9036 IFS=$as_save_IFS
9037 test -z "$as_dir" && as_dir=.
5213506e
RW
9038 for ac_exec_ext in '' $ac_executable_extensions; do
9039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9040 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9042 break 2
9043 fi
9044done
5213506e
RW
9045 done
9046IFS=$as_save_IFS
278a7a38
AO
9047
9048fi
9049fi
9050STRIP=$ac_cv_prog_STRIP
9051if test -n "$STRIP"; then
5213506e
RW
9052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9053$as_echo "$STRIP" >&6; }
278a7a38 9054else
5213506e
RW
9055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9056$as_echo "no" >&6; }
278a7a38
AO
9057fi
9058
5213506e 9059
278a7a38
AO
9060 done
9061fi
9062
9063for ncn_progname in strip; do
2abefe3d
PB
9064 if test -n "$ncn_tool_prefix"; then
9065 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9066set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9068$as_echo_n "checking for $ac_word... " >&6; }
9069if test "${ac_cv_prog_STRIP+set}" = set; then :
9070 $as_echo_n "(cached) " >&6
2abefe3d
PB
9071else
9072 if test -n "$STRIP"; then
9073 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9074else
1c710c3c
DJ
9075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9076for as_dir in $PATH
9077do
9078 IFS=$as_save_IFS
9079 test -z "$as_dir" && as_dir=.
5213506e
RW
9080 for ac_exec_ext in '' $ac_executable_extensions; do
9081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9082 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9084 break 2
9085 fi
9086done
5213506e
RW
9087 done
9088IFS=$as_save_IFS
1c710c3c 9089
2abefe3d
PB
9090fi
9091fi
1c710c3c 9092STRIP=$ac_cv_prog_STRIP
2abefe3d 9093if test -n "$STRIP"; then
5213506e
RW
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9095$as_echo "$STRIP" >&6; }
2abefe3d 9096else
5213506e
RW
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9098$as_echo "no" >&6; }
2abefe3d
PB
9099fi
9100
5213506e 9101
2abefe3d
PB
9102 fi
9103 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9104 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9105set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9107$as_echo_n "checking for $ac_word... " >&6; }
9108if test "${ac_cv_prog_STRIP+set}" = set; then :
9109 $as_echo_n "(cached) " >&6
2abefe3d
PB
9110else
9111 if test -n "$STRIP"; then
9112 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9113else
1c710c3c
DJ
9114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9115for as_dir in $PATH
9116do
9117 IFS=$as_save_IFS
9118 test -z "$as_dir" && as_dir=.
5213506e
RW
9119 for ac_exec_ext in '' $ac_executable_extensions; do
9120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9121 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9123 break 2
9124 fi
9125done
5213506e
RW
9126 done
9127IFS=$as_save_IFS
1c710c3c 9128
2abefe3d
PB
9129fi
9130fi
1c710c3c 9131STRIP=$ac_cv_prog_STRIP
2abefe3d 9132if test -n "$STRIP"; then
5213506e
RW
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9134$as_echo "$STRIP" >&6; }
2abefe3d 9135else
5213506e
RW
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9137$as_echo "no" >&6; }
2abefe3d 9138fi
1c710c3c 9139
5213506e 9140
2abefe3d
PB
9141 fi
9142 test -n "$ac_cv_prog_STRIP" && break
9143done
9144
9145if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9146 STRIP="true"
2abefe3d
PB
9147fi
9148
278a7a38
AO
9149
9150
9151if test -n "$WINDRES"; then
9152 ac_cv_prog_WINDRES=$WINDRES
9153elif test -n "$ac_cv_prog_WINDRES"; then
9154 WINDRES=$ac_cv_prog_WINDRES
9155fi
9156
9157if test -n "$ac_cv_prog_WINDRES"; then
9158 for ncn_progname in windres; do
9159 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9160set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9162$as_echo_n "checking for $ac_word... " >&6; }
9163if test "${ac_cv_prog_WINDRES+set}" = set; then :
9164 $as_echo_n "(cached) " >&6
278a7a38
AO
9165else
9166 if test -n "$WINDRES"; then
9167 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9168else
9169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9170for as_dir in $PATH
9171do
9172 IFS=$as_save_IFS
9173 test -z "$as_dir" && as_dir=.
5213506e
RW
9174 for ac_exec_ext in '' $ac_executable_extensions; do
9175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9176 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9178 break 2
9179 fi
9180done
5213506e
RW
9181 done
9182IFS=$as_save_IFS
278a7a38
AO
9183
9184fi
9185fi
9186WINDRES=$ac_cv_prog_WINDRES
9187if test -n "$WINDRES"; then
5213506e
RW
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9189$as_echo "$WINDRES" >&6; }
278a7a38 9190else
5213506e
RW
9191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9192$as_echo "no" >&6; }
278a7a38
AO
9193fi
9194
5213506e 9195
278a7a38
AO
9196 done
9197fi
9198
9199for ncn_progname in windres; do
2693c0b0
PB
9200 if test -n "$ncn_tool_prefix"; then
9201 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9202set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9204$as_echo_n "checking for $ac_word... " >&6; }
9205if test "${ac_cv_prog_WINDRES+set}" = set; then :
9206 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9207else
9208 if test -n "$WINDRES"; then
9209 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9210else
1c710c3c
DJ
9211as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9212for as_dir in $PATH
9213do
9214 IFS=$as_save_IFS
9215 test -z "$as_dir" && as_dir=.
5213506e
RW
9216 for ac_exec_ext in '' $ac_executable_extensions; do
9217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9218 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9220 break 2
9221 fi
9222done
5213506e
RW
9223 done
9224IFS=$as_save_IFS
1c710c3c 9225
ca9f4b81
AO
9226fi
9227fi
1c710c3c 9228WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9229if test -n "$WINDRES"; then
5213506e
RW
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9231$as_echo "$WINDRES" >&6; }
ca9f4b81 9232else
5213506e
RW
9233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9234$as_echo "no" >&6; }
ca9f4b81
AO
9235fi
9236
5213506e 9237
2693c0b0
PB
9238 fi
9239 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9240 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9241set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9243$as_echo_n "checking for $ac_word... " >&6; }
9244if test "${ac_cv_prog_WINDRES+set}" = set; then :
9245 $as_echo_n "(cached) " >&6
ca9f4b81 9246else
2693c0b0
PB
9247 if test -n "$WINDRES"; then
9248 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9249else
1c710c3c
DJ
9250as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9251for as_dir in $PATH
9252do
9253 IFS=$as_save_IFS
9254 test -z "$as_dir" && as_dir=.
5213506e
RW
9255 for ac_exec_ext in '' $ac_executable_extensions; do
9256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9257 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9259 break 2
9260 fi
9261done
5213506e
RW
9262 done
9263IFS=$as_save_IFS
1c710c3c 9264
ca9f4b81
AO
9265fi
9266fi
1c710c3c 9267WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9268if test -n "$WINDRES"; then
5213506e
RW
9269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9270$as_echo "$WINDRES" >&6; }
ca9f4b81 9271else
5213506e
RW
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9273$as_echo "no" >&6; }
ca9f4b81 9274fi
1c710c3c 9275
5213506e 9276
2693c0b0
PB
9277 fi
9278 test -n "$ac_cv_prog_WINDRES" && break
9279done
9280
9281if test -z "$ac_cv_prog_WINDRES" ; then
9282 set dummy windres
9283 if test $build = $host ; then
9284 WINDRES="$2"
ca9f4b81 9285 else
2693c0b0 9286 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9287 fi
ca9f4b81
AO
9288fi
9289
278a7a38
AO
9290
9291
901119ae
KT
9292if test -n "$WINDMC"; then
9293 ac_cv_prog_WINDMC=$WINDMC
9294elif test -n "$ac_cv_prog_WINDMC"; then
9295 WINDMC=$ac_cv_prog_WINDMC
9296fi
9297
9298if test -n "$ac_cv_prog_WINDMC"; then
9299 for ncn_progname in windmc; do
9300 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9301set dummy ${ncn_progname}; ac_word=$2
5213506e
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_WINDMC+set}" = set; then :
9305 $as_echo_n "(cached) " >&6
901119ae
KT
9306else
9307 if test -n "$WINDMC"; then
9308 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9309else
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=.
5213506e
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
901119ae 9317 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9319 break 2
9320 fi
9321done
5213506e
RW
9322 done
9323IFS=$as_save_IFS
901119ae
KT
9324
9325fi
9326fi
9327WINDMC=$ac_cv_prog_WINDMC
9328if test -n "$WINDMC"; then
5213506e
RW
9329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9330$as_echo "$WINDMC" >&6; }
901119ae 9331else
5213506e
RW
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9333$as_echo "no" >&6; }
901119ae
KT
9334fi
9335
5213506e 9336
901119ae
KT
9337 done
9338fi
9339
9340for ncn_progname in windmc; do
9341 if test -n "$ncn_tool_prefix"; then
9342 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9343set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9345$as_echo_n "checking for $ac_word... " >&6; }
9346if test "${ac_cv_prog_WINDMC+set}" = set; then :
9347 $as_echo_n "(cached) " >&6
901119ae
KT
9348else
9349 if test -n "$WINDMC"; then
9350 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9351else
9352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9353for as_dir in $PATH
9354do
9355 IFS=$as_save_IFS
9356 test -z "$as_dir" && as_dir=.
5213506e
RW
9357 for ac_exec_ext in '' $ac_executable_extensions; do
9358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9359 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9361 break 2
9362 fi
9363done
5213506e
RW
9364 done
9365IFS=$as_save_IFS
901119ae
KT
9366
9367fi
9368fi
9369WINDMC=$ac_cv_prog_WINDMC
9370if test -n "$WINDMC"; then
5213506e
RW
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9372$as_echo "$WINDMC" >&6; }
901119ae 9373else
5213506e
RW
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9375$as_echo "no" >&6; }
901119ae
KT
9376fi
9377
5213506e 9378
901119ae
KT
9379 fi
9380 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9381 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9382set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9384$as_echo_n "checking for $ac_word... " >&6; }
9385if test "${ac_cv_prog_WINDMC+set}" = set; then :
9386 $as_echo_n "(cached) " >&6
901119ae
KT
9387else
9388 if test -n "$WINDMC"; then
9389 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9390else
9391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9392for as_dir in $PATH
9393do
9394 IFS=$as_save_IFS
9395 test -z "$as_dir" && as_dir=.
5213506e
RW
9396 for ac_exec_ext in '' $ac_executable_extensions; do
9397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9398 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9400 break 2
9401 fi
9402done
5213506e
RW
9403 done
9404IFS=$as_save_IFS
901119ae
KT
9405
9406fi
9407fi
9408WINDMC=$ac_cv_prog_WINDMC
9409if test -n "$WINDMC"; then
5213506e
RW
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9411$as_echo "$WINDMC" >&6; }
901119ae 9412else
5213506e
RW
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9414$as_echo "no" >&6; }
901119ae
KT
9415fi
9416
5213506e 9417
901119ae
KT
9418 fi
9419 test -n "$ac_cv_prog_WINDMC" && break
9420done
9421
9422if test -z "$ac_cv_prog_WINDMC" ; then
9423 set dummy windmc
9424 if test $build = $host ; then
9425 WINDMC="$2"
9426 else
9427 WINDMC="${ncn_tool_prefix}$2"
9428 fi
9429fi
9430
9431
9432
278a7a38
AO
9433if test -n "$OBJCOPY"; then
9434 ac_cv_prog_OBJCOPY=$OBJCOPY
9435elif test -n "$ac_cv_prog_OBJCOPY"; then
9436 OBJCOPY=$ac_cv_prog_OBJCOPY
9437fi
9438
9439if test -n "$ac_cv_prog_OBJCOPY"; then
9440 for ncn_progname in objcopy; do
9441 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9442set dummy ${ncn_progname}; ac_word=$2
5213506e
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_OBJCOPY+set}" = set; then :
9446 $as_echo_n "(cached) " >&6
278a7a38
AO
9447else
9448 if test -n "$OBJCOPY"; then
9449 ac_cv_prog_OBJCOPY="$OBJCOPY" # 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=.
5213506e
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
278a7a38 9458 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9460 break 2
9461 fi
9462done
5213506e
RW
9463 done
9464IFS=$as_save_IFS
278a7a38
AO
9465
9466fi
9467fi
9468OBJCOPY=$ac_cv_prog_OBJCOPY
9469if test -n "$OBJCOPY"; then
5213506e
RW
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9471$as_echo "$OBJCOPY" >&6; }
278a7a38 9472else
5213506e
RW
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9474$as_echo "no" >&6; }
278a7a38
AO
9475fi
9476
5213506e 9477
278a7a38
AO
9478 done
9479fi
9480
9481for ncn_progname in objcopy; do
2693c0b0
PB
9482 if test -n "$ncn_tool_prefix"; then
9483 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9484set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9486$as_echo_n "checking for $ac_word... " >&6; }
9487if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9488 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9489else
9490 if test -n "$OBJCOPY"; then
9491 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9492else
1c710c3c
DJ
9493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494for as_dir in $PATH
9495do
9496 IFS=$as_save_IFS
9497 test -z "$as_dir" && as_dir=.
5213506e
RW
9498 for ac_exec_ext in '' $ac_executable_extensions; do
9499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9500 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9502 break 2
9503 fi
9504done
5213506e
RW
9505 done
9506IFS=$as_save_IFS
1c710c3c 9507
ca9f4b81
AO
9508fi
9509fi
1c710c3c 9510OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9511if test -n "$OBJCOPY"; then
5213506e
RW
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9513$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9514else
5213506e
RW
9515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9516$as_echo "no" >&6; }
ca9f4b81
AO
9517fi
9518
5213506e 9519
2693c0b0
PB
9520 fi
9521 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9522 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9523set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9525$as_echo_n "checking for $ac_word... " >&6; }
9526if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9527 $as_echo_n "(cached) " >&6
ca9f4b81 9528else
2693c0b0
PB
9529 if test -n "$OBJCOPY"; then
9530 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9531else
1c710c3c
DJ
9532as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9533for as_dir in $PATH
9534do
9535 IFS=$as_save_IFS
9536 test -z "$as_dir" && as_dir=.
5213506e
RW
9537 for ac_exec_ext in '' $ac_executable_extensions; do
9538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9539 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9541 break 2
9542 fi
9543done
5213506e
RW
9544 done
9545IFS=$as_save_IFS
1c710c3c 9546
ca9f4b81
AO
9547fi
9548fi
1c710c3c 9549OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9550if test -n "$OBJCOPY"; then
5213506e
RW
9551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9552$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9553else
5213506e
RW
9554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9555$as_echo "no" >&6; }
ca9f4b81 9556fi
1c710c3c 9557
5213506e 9558
2693c0b0
PB
9559 fi
9560 test -n "$ac_cv_prog_OBJCOPY" && break
9561done
9562
9563if test -z "$ac_cv_prog_OBJCOPY" ; then
9564 set dummy objcopy
9565 if test $build = $host ; then
9566 OBJCOPY="$2"
ca9f4b81 9567 else
2693c0b0 9568 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9569 fi
ca9f4b81
AO
9570fi
9571
278a7a38
AO
9572
9573
9574if test -n "$OBJDUMP"; then
9575 ac_cv_prog_OBJDUMP=$OBJDUMP
9576elif test -n "$ac_cv_prog_OBJDUMP"; then
9577 OBJDUMP=$ac_cv_prog_OBJDUMP
9578fi
9579
9580if test -n "$ac_cv_prog_OBJDUMP"; then
9581 for ncn_progname in objdump; do
9582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9583set dummy ${ncn_progname}; ac_word=$2
5213506e
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_OBJDUMP+set}" = set; then :
9587 $as_echo_n "(cached) " >&6
278a7a38
AO
9588else
9589 if test -n "$OBJDUMP"; then
9590 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9591else
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=.
5213506e
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
278a7a38 9599 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9601 break 2
9602 fi
9603done
5213506e
RW
9604 done
9605IFS=$as_save_IFS
278a7a38
AO
9606
9607fi
9608fi
9609OBJDUMP=$ac_cv_prog_OBJDUMP
9610if test -n "$OBJDUMP"; then
5213506e
RW
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9612$as_echo "$OBJDUMP" >&6; }
278a7a38 9613else
5213506e
RW
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9615$as_echo "no" >&6; }
278a7a38
AO
9616fi
9617
5213506e 9618
278a7a38
AO
9619 done
9620fi
9621
9622for ncn_progname in objdump; do
2693c0b0
PB
9623 if test -n "$ncn_tool_prefix"; then
9624 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9625set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9627$as_echo_n "checking for $ac_word... " >&6; }
9628if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9629 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9630else
9631 if test -n "$OBJDUMP"; then
9632 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9633else
1c710c3c
DJ
9634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9635for as_dir in $PATH
9636do
9637 IFS=$as_save_IFS
9638 test -z "$as_dir" && as_dir=.
5213506e
RW
9639 for ac_exec_ext in '' $ac_executable_extensions; do
9640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9641 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9643 break 2
9644 fi
9645done
5213506e
RW
9646 done
9647IFS=$as_save_IFS
1c710c3c 9648
ca9f4b81
AO
9649fi
9650fi
1c710c3c 9651OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9652if test -n "$OBJDUMP"; then
5213506e
RW
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9654$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9655else
5213506e
RW
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9657$as_echo "no" >&6; }
ca9f4b81
AO
9658fi
9659
5213506e 9660
2693c0b0
PB
9661 fi
9662 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9663 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9664set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9666$as_echo_n "checking for $ac_word... " >&6; }
9667if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9668 $as_echo_n "(cached) " >&6
ca9f4b81 9669else
2693c0b0
PB
9670 if test -n "$OBJDUMP"; then
9671 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9672else
1c710c3c
DJ
9673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9674for as_dir in $PATH
9675do
9676 IFS=$as_save_IFS
9677 test -z "$as_dir" && as_dir=.
5213506e
RW
9678 for ac_exec_ext in '' $ac_executable_extensions; do
9679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9680 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9682 break 2
9683 fi
9684done
5213506e
RW
9685 done
9686IFS=$as_save_IFS
1c710c3c 9687
ca9f4b81
AO
9688fi
9689fi
1c710c3c 9690OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9691if test -n "$OBJDUMP"; then
5213506e
RW
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9693$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9694else
5213506e
RW
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9696$as_echo "no" >&6; }
ca9f4b81 9697fi
1c710c3c 9698
5213506e 9699
2693c0b0
PB
9700 fi
9701 test -n "$ac_cv_prog_OBJDUMP" && break
9702done
9703
9704if test -z "$ac_cv_prog_OBJDUMP" ; then
9705 set dummy objdump
9706 if test $build = $host ; then
9707 OBJDUMP="$2"
ca9f4b81 9708 else
2693c0b0 9709 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9710 fi
ca9f4b81
AO
9711fi
9712
671aa708
NN
9713
9714
e7a82751
RM
9715if test -n "$READELF"; then
9716 ac_cv_prog_READELF=$READELF
9717elif test -n "$ac_cv_prog_READELF"; then
9718 READELF=$ac_cv_prog_READELF
9719fi
9720
9721if test -n "$ac_cv_prog_READELF"; then
9722 for ncn_progname in readelf; do
9723 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9724set dummy ${ncn_progname}; ac_word=$2
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_READELF+set}" = set; then :
9728 $as_echo_n "(cached) " >&6
9729else
9730 if test -n "$READELF"; then
9731 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9732else
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=.
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
9740 ac_cv_prog_READELF="${ncn_progname}"
9741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9742 break 2
9743 fi
9744done
9745 done
9746IFS=$as_save_IFS
9747
9748fi
9749fi
9750READELF=$ac_cv_prog_READELF
9751if test -n "$READELF"; then
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9753$as_echo "$READELF" >&6; }
9754else
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9756$as_echo "no" >&6; }
9757fi
9758
9759
9760 done
9761fi
9762
9763for ncn_progname in readelf; do
9764 if test -n "$ncn_tool_prefix"; then
9765 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9766set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9768$as_echo_n "checking for $ac_word... " >&6; }
9769if test "${ac_cv_prog_READELF+set}" = set; then :
9770 $as_echo_n "(cached) " >&6
9771else
9772 if test -n "$READELF"; then
9773 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9774else
9775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9776for as_dir in $PATH
9777do
9778 IFS=$as_save_IFS
9779 test -z "$as_dir" && as_dir=.
9780 for ac_exec_ext in '' $ac_executable_extensions; do
9781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9782 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9784 break 2
9785 fi
9786done
9787 done
9788IFS=$as_save_IFS
9789
9790fi
9791fi
9792READELF=$ac_cv_prog_READELF
9793if test -n "$READELF"; then
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9795$as_echo "$READELF" >&6; }
9796else
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9798$as_echo "no" >&6; }
9799fi
9800
9801
9802 fi
9803 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9804 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9805set dummy ${ncn_progname}; ac_word=$2
9806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9807$as_echo_n "checking for $ac_word... " >&6; }
9808if test "${ac_cv_prog_READELF+set}" = set; then :
9809 $as_echo_n "(cached) " >&6
9810else
9811 if test -n "$READELF"; then
9812 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9813else
9814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9815for as_dir in $PATH
9816do
9817 IFS=$as_save_IFS
9818 test -z "$as_dir" && as_dir=.
9819 for ac_exec_ext in '' $ac_executable_extensions; do
9820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9821 ac_cv_prog_READELF="${ncn_progname}"
9822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9823 break 2
9824 fi
9825done
9826 done
9827IFS=$as_save_IFS
9828
9829fi
9830fi
9831READELF=$ac_cv_prog_READELF
9832if test -n "$READELF"; then
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9834$as_echo "$READELF" >&6; }
9835else
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9837$as_echo "no" >&6; }
9838fi
9839
9840
9841 fi
9842 test -n "$ac_cv_prog_READELF" && break
9843done
9844
9845if test -z "$ac_cv_prog_READELF" ; then
9846 set dummy readelf
9847 if test $build = $host ; then
9848 READELF="$2"
9849 else
9850 READELF="${ncn_tool_prefix}$2"
9851 fi
9852fi
9853
9854
9855
671aa708
NN
9856
9857
9858
2abefe3d 9859# Target tools.
1c710c3c 9860
5213506e
RW
9861# Check whether --with-build-time-tools was given.
9862if test "${with_build_time_tools+set}" = set; then :
9863 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9864 x/*) ;;
9865 *)
9866 with_build_time_tools=
5213506e
RW
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9868$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9869 ;;
9870 esac
ca9f4b81 9871else
e8b05380 9872 with_build_time_tools=
5213506e
RW
9873fi
9874
ca9f4b81 9875
278a7a38
AO
9876
9877
9878if test -n "$CC_FOR_TARGET"; then
9879 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9880elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9881 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9882fi
9883
9884if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9885 for ncn_progname in cc gcc; do
9886 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9887set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9889$as_echo_n "checking for $ac_word... " >&6; }
9890if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9891 $as_echo_n "(cached) " >&6
278a7a38
AO
9892else
9893 if test -n "$CC_FOR_TARGET"; then
9894 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9895else
9896as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9897for as_dir in $PATH
9898do
9899 IFS=$as_save_IFS
9900 test -z "$as_dir" && as_dir=.
5213506e
RW
9901 for ac_exec_ext in '' $ac_executable_extensions; do
9902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9903 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9905 break 2
9906 fi
9907done
5213506e
RW
9908 done
9909IFS=$as_save_IFS
278a7a38
AO
9910
9911fi
9912fi
9913CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9914if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9916$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 9917else
5213506e
RW
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9919$as_echo "no" >&6; }
278a7a38
AO
9920fi
9921
5213506e 9922
278a7a38
AO
9923 done
9924fi
9925
9926if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9927 for ncn_progname in cc gcc; do
5213506e
RW
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9929$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9930 if test -x $with_build_time_tools/${ncn_progname}; then
9931 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9933$as_echo "yes" >&6; }
72a7ab82 9934 break
e8b05380 9935 else
5213506e
RW
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9937$as_echo "no" >&6; }
72a7ab82
AP
9938 fi
9939 done
4de997d1
PB
9940fi
9941
e8b05380
PB
9942if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9943 for ncn_progname in cc gcc; do
9944 if test -n "$ncn_target_tool_prefix"; then
9945 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9946set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9948$as_echo_n "checking for $ac_word... " >&6; }
9949if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9950 $as_echo_n "(cached) " >&6
4de997d1
PB
9951else
9952 if test -n "$CC_FOR_TARGET"; then
9953 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9954else
1c710c3c
DJ
9955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9956for as_dir in $PATH
9957do
9958 IFS=$as_save_IFS
9959 test -z "$as_dir" && as_dir=.
5213506e
RW
9960 for ac_exec_ext in '' $ac_executable_extensions; do
9961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9962 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9964 break 2
9965 fi
9966done
5213506e
RW
9967 done
9968IFS=$as_save_IFS
1c710c3c 9969
4de997d1
PB
9970fi
9971fi
1c710c3c 9972CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 9973if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9975$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9976else
5213506e
RW
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9978$as_echo "no" >&6; }
4de997d1
PB
9979fi
9980
5213506e 9981
e8b05380
PB
9982 fi
9983 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9984 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9985set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9987$as_echo_n "checking for $ac_word... " >&6; }
9988if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9989 $as_echo_n "(cached) " >&6
4de997d1 9990else
2693c0b0
PB
9991 if test -n "$CC_FOR_TARGET"; then
9992 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 9993else
1c710c3c
DJ
9994as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9995for as_dir in $PATH
9996do
9997 IFS=$as_save_IFS
9998 test -z "$as_dir" && as_dir=.
5213506e
RW
9999 for ac_exec_ext in '' $ac_executable_extensions; do
10000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10001 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10003 break 2
10004 fi
10005done
5213506e
RW
10006 done
10007IFS=$as_save_IFS
1c710c3c 10008
4de997d1
PB
10009fi
10010fi
1c710c3c 10011CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 10012if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10014$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10015else
5213506e
RW
10016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10017$as_echo "no" >&6; }
4de997d1 10018fi
1c710c3c 10019
5213506e 10020
e8b05380
PB
10021 fi
10022 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10023 done
10024fi
1c710c3c 10025
2693c0b0
PB
10026if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10027 set dummy cc gcc
10028 if test $build = $target ; then
10029 CC_FOR_TARGET="$2"
4de997d1 10030 else
2693c0b0 10031 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10032 fi
1c00b503
PB
10033else
10034 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10035fi
10036
278a7a38
AO
10037
10038
10039if test -n "$CXX_FOR_TARGET"; then
10040 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10041elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10042 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10043fi
10044
10045if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10046 for ncn_progname in c++ g++ cxx gxx; do
10047 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10048set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10050$as_echo_n "checking for $ac_word... " >&6; }
10051if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10052 $as_echo_n "(cached) " >&6
278a7a38
AO
10053else
10054 if test -n "$CXX_FOR_TARGET"; then
10055 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10056else
10057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10058for as_dir in $PATH
10059do
10060 IFS=$as_save_IFS
10061 test -z "$as_dir" && as_dir=.
5213506e
RW
10062 for ac_exec_ext in '' $ac_executable_extensions; do
10063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10064 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10066 break 2
10067 fi
10068done
5213506e
RW
10069 done
10070IFS=$as_save_IFS
278a7a38
AO
10071
10072fi
10073fi
10074CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10075if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10077$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10078else
5213506e
RW
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10080$as_echo "no" >&6; }
278a7a38
AO
10081fi
10082
5213506e 10083
278a7a38
AO
10084 done
10085fi
10086
10087if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10088 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10090$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10091 if test -x $with_build_time_tools/${ncn_progname}; then
10092 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10094$as_echo "yes" >&6; }
e8b05380
PB
10095 break
10096 else
5213506e
RW
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10098$as_echo "no" >&6; }
e8b05380
PB
10099 fi
10100 done
10101fi
10102
10103if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10104 for ncn_progname in c++ g++ cxx gxx; do
10105 if test -n "$ncn_target_tool_prefix"; then
10106 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10107set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10109$as_echo_n "checking for $ac_word... " >&6; }
10110if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10111 $as_echo_n "(cached) " >&6
4de997d1
PB
10112else
10113 if test -n "$CXX_FOR_TARGET"; then
10114 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10115else
1c710c3c
DJ
10116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10117for as_dir in $PATH
10118do
10119 IFS=$as_save_IFS
10120 test -z "$as_dir" && as_dir=.
5213506e
RW
10121 for ac_exec_ext in '' $ac_executable_extensions; do
10122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10123 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10125 break 2
10126 fi
10127done
5213506e
RW
10128 done
10129IFS=$as_save_IFS
1c710c3c 10130
4de997d1
PB
10131fi
10132fi
1c710c3c 10133CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10134if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10136$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10137else
5213506e
RW
10138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10139$as_echo "no" >&6; }
4de997d1
PB
10140fi
10141
5213506e 10142
e8b05380
PB
10143 fi
10144 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10145 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10146set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10148$as_echo_n "checking for $ac_word... " >&6; }
10149if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10150 $as_echo_n "(cached) " >&6
4de997d1 10151else
2693c0b0
PB
10152 if test -n "$CXX_FOR_TARGET"; then
10153 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10154else
1c710c3c
DJ
10155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10156for as_dir in $PATH
10157do
10158 IFS=$as_save_IFS
10159 test -z "$as_dir" && as_dir=.
5213506e
RW
10160 for ac_exec_ext in '' $ac_executable_extensions; do
10161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10162 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10164 break 2
10165 fi
10166done
5213506e
RW
10167 done
10168IFS=$as_save_IFS
1c710c3c 10169
4de997d1
PB
10170fi
10171fi
1c710c3c 10172CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10173if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10175$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10176else
5213506e
RW
10177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10178$as_echo "no" >&6; }
4de997d1 10179fi
1c710c3c 10180
5213506e 10181
e8b05380
PB
10182 fi
10183 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10184 done
10185fi
1c710c3c 10186
2693c0b0
PB
10187if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10188 set dummy c++ g++ cxx gxx
10189 if test $build = $target ; then
10190 CXX_FOR_TARGET="$2"
4de997d1 10191 else
2693c0b0 10192 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10193 fi
1c00b503
PB
10194else
10195 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10196fi
10197
278a7a38
AO
10198
10199
10200if test -n "$GCC_FOR_TARGET"; then
10201 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10202elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10203 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10204fi
10205
10206if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10207 for ncn_progname in gcc; do
10208 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10209set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10211$as_echo_n "checking for $ac_word... " >&6; }
10212if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10213 $as_echo_n "(cached) " >&6
278a7a38
AO
10214else
10215 if test -n "$GCC_FOR_TARGET"; then
10216 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10217else
10218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10219for as_dir in $PATH
10220do
10221 IFS=$as_save_IFS
10222 test -z "$as_dir" && as_dir=.
5213506e
RW
10223 for ac_exec_ext in '' $ac_executable_extensions; do
10224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10225 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10227 break 2
10228 fi
10229done
5213506e
RW
10230 done
10231IFS=$as_save_IFS
278a7a38
AO
10232
10233fi
10234fi
10235GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10236if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10238$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10239else
5213506e
RW
10240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10241$as_echo "no" >&6; }
278a7a38
AO
10242fi
10243
5213506e 10244
278a7a38
AO
10245 done
10246fi
10247
10248if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10249 for ncn_progname in gcc; do
5213506e
RW
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10251$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10252 if test -x $with_build_time_tools/${ncn_progname}; then
10253 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10255$as_echo "yes" >&6; }
e8b05380
PB
10256 break
10257 else
5213506e
RW
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10259$as_echo "no" >&6; }
e8b05380
PB
10260 fi
10261 done
10262fi
10263
10264if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10265 for ncn_progname in gcc; do
10266 if test -n "$ncn_target_tool_prefix"; then
10267 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10268set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10270$as_echo_n "checking for $ac_word... " >&6; }
10271if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10272 $as_echo_n "(cached) " >&6
ca9f4b81 10273else
e8b05380
PB
10274 if test -n "$GCC_FOR_TARGET"; then
10275 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10276else
1c710c3c
DJ
10277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10278for as_dir in $PATH
10279do
10280 IFS=$as_save_IFS
10281 test -z "$as_dir" && as_dir=.
5213506e
RW
10282 for ac_exec_ext in '' $ac_executable_extensions; do
10283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10284 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10286 break 2
10287 fi
10288done
5213506e
RW
10289 done
10290IFS=$as_save_IFS
1c710c3c 10291
ca9f4b81
AO
10292fi
10293fi
1c710c3c 10294GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10295if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10297$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10298else
5213506e
RW
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10300$as_echo "no" >&6; }
ca9f4b81
AO
10301fi
10302
5213506e 10303
e8b05380
PB
10304 fi
10305 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10306 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10307set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10309$as_echo_n "checking for $ac_word... " >&6; }
10310if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10311 $as_echo_n "(cached) " >&6
ca9f4b81 10312else
e8b05380
PB
10313 if test -n "$GCC_FOR_TARGET"; then
10314 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10315else
1c710c3c
DJ
10316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10317for as_dir in $PATH
10318do
10319 IFS=$as_save_IFS
10320 test -z "$as_dir" && as_dir=.
5213506e
RW
10321 for ac_exec_ext in '' $ac_executable_extensions; do
10322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10323 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10325 break 2
10326 fi
10327done
5213506e
RW
10328 done
10329IFS=$as_save_IFS
1c710c3c 10330
ca9f4b81
AO
10331fi
10332fi
1c710c3c 10333GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10334if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10336$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10337else
5213506e
RW
10338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10339$as_echo "no" >&6; }
ca9f4b81 10340fi
1c710c3c 10341
5213506e 10342
e8b05380
PB
10343 fi
10344 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10345 done
10346fi
1c710c3c 10347
e8b05380
PB
10348if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10349 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10350else
10351 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10352fi
10353
278a7a38
AO
10354
10355
10356if test -n "$GCJ_FOR_TARGET"; then
10357 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10358elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10359 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10360fi
10361
10362if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10363 for ncn_progname in gcj; do
10364 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10365set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10367$as_echo_n "checking for $ac_word... " >&6; }
10368if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10369 $as_echo_n "(cached) " >&6
278a7a38
AO
10370else
10371 if test -n "$GCJ_FOR_TARGET"; then
10372 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10373else
10374as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10375for as_dir in $PATH
10376do
10377 IFS=$as_save_IFS
10378 test -z "$as_dir" && as_dir=.
5213506e
RW
10379 for ac_exec_ext in '' $ac_executable_extensions; do
10380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10381 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10383 break 2
10384 fi
10385done
5213506e
RW
10386 done
10387IFS=$as_save_IFS
278a7a38
AO
10388
10389fi
10390fi
10391GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10392if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10394$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10395else
5213506e
RW
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10397$as_echo "no" >&6; }
278a7a38
AO
10398fi
10399
5213506e 10400
278a7a38
AO
10401 done
10402fi
10403
10404if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10405 for ncn_progname in gcj; do
5213506e
RW
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10407$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10408 if test -x $with_build_time_tools/${ncn_progname}; then
10409 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10411$as_echo "yes" >&6; }
e8b05380
PB
10412 break
10413 else
5213506e
RW
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10415$as_echo "no" >&6; }
e8b05380
PB
10416 fi
10417 done
10418fi
10419
10420if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10421 for ncn_progname in gcj; do
10422 if test -n "$ncn_target_tool_prefix"; then
10423 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10424set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10426$as_echo_n "checking for $ac_word... " >&6; }
10427if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10428 $as_echo_n "(cached) " >&6
e8b05380 10429else
fb0103e5
RG
10430 if test -n "$GCJ_FOR_TARGET"; then
10431 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10432else
1c710c3c
DJ
10433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10434for as_dir in $PATH
10435do
10436 IFS=$as_save_IFS
10437 test -z "$as_dir" && as_dir=.
5213506e
RW
10438 for ac_exec_ext in '' $ac_executable_extensions; do
10439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10440 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10442 break 2
10443 fi
10444done
5213506e
RW
10445 done
10446IFS=$as_save_IFS
1c710c3c 10447
e8b05380
PB
10448fi
10449fi
278a7a38
AO
10450GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10451if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10453$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10454else
5213506e
RW
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10456$as_echo "no" >&6; }
278a7a38
AO
10457fi
10458
5213506e 10459
278a7a38
AO
10460 fi
10461 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10462 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10463set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10465$as_echo_n "checking for $ac_word... " >&6; }
10466if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10467 $as_echo_n "(cached) " >&6
278a7a38
AO
10468else
10469 if test -n "$GCJ_FOR_TARGET"; then
10470 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10471else
10472as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10473for as_dir in $PATH
10474do
10475 IFS=$as_save_IFS
10476 test -z "$as_dir" && as_dir=.
5213506e
RW
10477 for ac_exec_ext in '' $ac_executable_extensions; do
10478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10479 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10481 break 2
10482 fi
10483done
5213506e
RW
10484 done
10485IFS=$as_save_IFS
278a7a38
AO
10486
10487fi
10488fi
10489GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10490if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10492$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10493else
5213506e
RW
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10495$as_echo "no" >&6; }
278a7a38
AO
10496fi
10497
5213506e 10498
278a7a38
AO
10499 fi
10500 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10501 done
10502fi
10503
10504if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10505 set dummy gcj
10506 if test $build = $target ; then
10507 GCJ_FOR_TARGET="$2"
10508 else
10509 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10510 fi
1c00b503
PB
10511else
10512 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10513fi
10514
10515
10516
10517if test -n "$GFORTRAN_FOR_TARGET"; then
10518 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10519elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10520 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10521fi
10522
278a7a38
AO
10523if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10524 for ncn_progname in gfortran; do
10525 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10526set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10528$as_echo_n "checking for $ac_word... " >&6; }
10529if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10530 $as_echo_n "(cached) " >&6
e8b05380 10531else
278a7a38
AO
10532 if test -n "$GFORTRAN_FOR_TARGET"; then
10533 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10534else
1c710c3c
DJ
10535as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10536for as_dir in $PATH
10537do
10538 IFS=$as_save_IFS
10539 test -z "$as_dir" && as_dir=.
5213506e
RW
10540 for ac_exec_ext in '' $ac_executable_extensions; do
10541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10542 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10544 break 2
10545 fi
10546done
5213506e
RW
10547 done
10548IFS=$as_save_IFS
1c710c3c 10549
e8b05380
PB
10550fi
10551fi
278a7a38
AO
10552GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10553if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10555$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10556else
5213506e
RW
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10558$as_echo "no" >&6; }
e8b05380 10559fi
1c710c3c 10560
5213506e 10561
e8b05380
PB
10562 done
10563fi
1c710c3c 10564
278a7a38 10565if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10566 for ncn_progname in gfortran; do
5213506e
RW
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10568$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10569 if test -x $with_build_time_tools/${ncn_progname}; then
10570 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10572$as_echo "yes" >&6; }
e8b05380
PB
10573 break
10574 else
5213506e
RW
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10576$as_echo "no" >&6; }
e8b05380
PB
10577 fi
10578 done
10579fi
10580
10581if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10582 for ncn_progname in gfortran; do
10583 if test -n "$ncn_target_tool_prefix"; then
10584 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10585set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10587$as_echo_n "checking for $ac_word... " >&6; }
10588if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10589 $as_echo_n "(cached) " >&6
e8b05380
PB
10590else
10591 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10592 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10593else
10594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10595for as_dir in $PATH
10596do
10597 IFS=$as_save_IFS
10598 test -z "$as_dir" && as_dir=.
5213506e
RW
10599 for ac_exec_ext in '' $ac_executable_extensions; do
10600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10601 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10603 break 2
10604 fi
10605done
5213506e
RW
10606 done
10607IFS=$as_save_IFS
1c710c3c 10608
e8b05380
PB
10609fi
10610fi
1c710c3c 10611GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10612if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10614$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10615else
5213506e
RW
10616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10617$as_echo "no" >&6; }
e8b05380
PB
10618fi
10619
5213506e 10620
e8b05380
PB
10621 fi
10622 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10623 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10624set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10626$as_echo_n "checking for $ac_word... " >&6; }
10627if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10628 $as_echo_n "(cached) " >&6
e8b05380
PB
10629else
10630 if test -n "$GFORTRAN_FOR_TARGET"; then
10631 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10632else
1c710c3c
DJ
10633as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10634for as_dir in $PATH
10635do
10636 IFS=$as_save_IFS
10637 test -z "$as_dir" && as_dir=.
5213506e
RW
10638 for ac_exec_ext in '' $ac_executable_extensions; do
10639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10640 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10642 break 2
10643 fi
10644done
5213506e
RW
10645 done
10646IFS=$as_save_IFS
1c710c3c 10647
e8b05380
PB
10648fi
10649fi
1c710c3c 10650GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10651if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10653$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10654else
5213506e
RW
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10656$as_echo "no" >&6; }
e8b05380 10657fi
1c710c3c 10658
5213506e 10659
e8b05380
PB
10660 fi
10661 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10662 done
10663fi
1c710c3c 10664
e8b05380
PB
10665if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10666 set dummy gfortran
2693c0b0 10667 if test $build = $target ; then
e8b05380 10668 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10669 else
e8b05380
PB
10670 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10671 fi
1c00b503
PB
10672else
10673 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10674fi
10675
10676
10677
632e2a07
ILT
10678if test -n "$GOC_FOR_TARGET"; then
10679 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10680elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10681 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10682fi
10683
10684if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10685 for ncn_progname in gccgo; do
10686 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10687set dummy ${ncn_progname}; ac_word=$2
10688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10689$as_echo_n "checking for $ac_word... " >&6; }
10690if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10691 $as_echo_n "(cached) " >&6
10692else
10693 if test -n "$GOC_FOR_TARGET"; then
10694 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10695else
10696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10697for as_dir in $PATH
10698do
10699 IFS=$as_save_IFS
10700 test -z "$as_dir" && as_dir=.
10701 for ac_exec_ext in '' $ac_executable_extensions; do
10702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10703 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10705 break 2
10706 fi
10707done
10708 done
10709IFS=$as_save_IFS
10710
10711fi
10712fi
10713GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10714if test -n "$GOC_FOR_TARGET"; then
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10716$as_echo "$GOC_FOR_TARGET" >&6; }
10717else
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10719$as_echo "no" >&6; }
10720fi
10721
10722
10723 done
10724fi
10725
10726if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10727 for ncn_progname in gccgo; do
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10729$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10730 if test -x $with_build_time_tools/${ncn_progname}; then
10731 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10733$as_echo "yes" >&6; }
10734 break
10735 else
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10737$as_echo "no" >&6; }
10738 fi
10739 done
10740fi
10741
10742if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10743 for ncn_progname in gccgo; do
10744 if test -n "$ncn_target_tool_prefix"; then
10745 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10746set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10748$as_echo_n "checking for $ac_word... " >&6; }
10749if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10750 $as_echo_n "(cached) " >&6
10751else
10752 if test -n "$GOC_FOR_TARGET"; then
10753 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10754else
10755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10756for as_dir in $PATH
10757do
10758 IFS=$as_save_IFS
10759 test -z "$as_dir" && as_dir=.
10760 for ac_exec_ext in '' $ac_executable_extensions; do
10761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10762 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10764 break 2
10765 fi
10766done
10767 done
10768IFS=$as_save_IFS
10769
10770fi
10771fi
10772GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10773if test -n "$GOC_FOR_TARGET"; then
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10775$as_echo "$GOC_FOR_TARGET" >&6; }
10776else
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10778$as_echo "no" >&6; }
10779fi
10780
10781
10782 fi
10783 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10784 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10785set dummy ${ncn_progname}; ac_word=$2
10786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10787$as_echo_n "checking for $ac_word... " >&6; }
10788if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10789 $as_echo_n "(cached) " >&6
10790else
10791 if test -n "$GOC_FOR_TARGET"; then
10792 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10793else
10794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10795for as_dir in $PATH
10796do
10797 IFS=$as_save_IFS
10798 test -z "$as_dir" && as_dir=.
10799 for ac_exec_ext in '' $ac_executable_extensions; do
10800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10801 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10803 break 2
10804 fi
10805done
10806 done
10807IFS=$as_save_IFS
10808
10809fi
10810fi
10811GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10812if test -n "$GOC_FOR_TARGET"; then
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10814$as_echo "$GOC_FOR_TARGET" >&6; }
10815else
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10817$as_echo "no" >&6; }
10818fi
10819
10820
10821 fi
10822 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10823 done
10824fi
10825
10826if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10827 set dummy gccgo
10828 if test $build = $target ; then
10829 GOC_FOR_TARGET="$2"
10830 else
10831 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10832 fi
10833else
10834 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10835fi
10836
10837
10838
e8b05380
PB
10839cat > conftest.c << \EOF
10840#ifdef __GNUC__
10841 gcc_yay;
10842#endif
10843EOF
10844if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10845 have_gcc_for_target=yes
10846else
10847 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10848 have_gcc_for_target=no
10849fi
10850rm conftest.c
10851
10852
10853
10854
10855if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10856 if test -n "$with_build_time_tools"; then
5213506e
RW
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10858$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10859 if test -x $with_build_time_tools/ar; then
10860 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10861 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10863$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 10864 else
5213506e
RW
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10866$as_echo "no" >&6; }
d1f8db0c 10867 fi
e8b05380
PB
10868 elif test $build != $host && test $have_gcc_for_target = yes; then
10869 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10870 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10871 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10872 fi
10873fi
3e19841a 10874if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10875 # Extract the first word of "ar", so it can be a program name with args.
10876set dummy ar; ac_word=$2
5213506e
RW
10877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10878$as_echo_n "checking for $ac_word... " >&6; }
10879if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10880 $as_echo_n "(cached) " >&6
e8b05380 10881else
1c710c3c
DJ
10882 case $AR_FOR_TARGET in
10883 [\\/]* | ?:[\\/]*)
e8b05380
PB
10884 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10885 ;;
e8b05380 10886 *)
1c710c3c
DJ
10887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10888for as_dir in $gcc_cv_tool_dirs
10889do
10890 IFS=$as_save_IFS
10891 test -z "$as_dir" && as_dir=.
5213506e
RW
10892 for ac_exec_ext in '' $ac_executable_extensions; do
10893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10894 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10896 break 2
10897 fi
10898done
5213506e
RW
10899 done
10900IFS=$as_save_IFS
1c710c3c 10901
e8b05380
PB
10902 ;;
10903esac
10904fi
1c710c3c 10905AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 10906if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10908$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10909else
5213506e
RW
10910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10911$as_echo "no" >&6; }
4de997d1
PB
10912fi
10913
5213506e 10914
e8b05380
PB
10915fi
10916if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
10917
10918
10919if test -n "$AR_FOR_TARGET"; then
10920 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10921elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10922 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10923fi
10924
10925if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10926 for ncn_progname in ar; do
10927 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10928set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10930$as_echo_n "checking for $ac_word... " >&6; }
10931if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10932 $as_echo_n "(cached) " >&6
278a7a38
AO
10933else
10934 if test -n "$AR_FOR_TARGET"; then
10935 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10936else
10937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10938for as_dir in $PATH
10939do
10940 IFS=$as_save_IFS
10941 test -z "$as_dir" && as_dir=.
5213506e
RW
10942 for ac_exec_ext in '' $ac_executable_extensions; do
10943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10944 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10946 break 2
10947 fi
10948done
5213506e
RW
10949 done
10950IFS=$as_save_IFS
278a7a38
AO
10951
10952fi
10953fi
10954AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10955if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10957$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 10958else
5213506e
RW
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10960$as_echo "no" >&6; }
278a7a38
AO
10961fi
10962
5213506e 10963
278a7a38
AO
10964 done
10965fi
10966
10967if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10968 for ncn_progname in ar; do
5213506e
RW
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10970$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10971 if test -x $with_build_time_tools/${ncn_progname}; then
10972 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10974$as_echo "yes" >&6; }
e8b05380
PB
10975 break
10976 else
5213506e
RW
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10978$as_echo "no" >&6; }
e8b05380
PB
10979 fi
10980 done
10981fi
10982
10983if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10984 for ncn_progname in ar; do
10985 if test -n "$ncn_target_tool_prefix"; then
10986 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10987set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10989$as_echo_n "checking for $ac_word... " >&6; }
10990if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10991 $as_echo_n "(cached) " >&6
4de997d1 10992else
e8b05380
PB
10993 if test -n "$AR_FOR_TARGET"; then
10994 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 10995else
1c710c3c
DJ
10996as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10997for as_dir in $PATH
10998do
10999 IFS=$as_save_IFS
11000 test -z "$as_dir" && as_dir=.
5213506e
RW
11001 for ac_exec_ext in '' $ac_executable_extensions; do
11002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11003 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11005 break 2
11006 fi
11007done
5213506e
RW
11008 done
11009IFS=$as_save_IFS
1c710c3c 11010
4de997d1
PB
11011fi
11012fi
1c710c3c 11013AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11014if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11016$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 11017else
5213506e
RW
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11019$as_echo "no" >&6; }
4de997d1
PB
11020fi
11021
5213506e 11022
e8b05380
PB
11023 fi
11024 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11025 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11026set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11028$as_echo_n "checking for $ac_word... " >&6; }
11029if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11030 $as_echo_n "(cached) " >&6
e8b05380
PB
11031else
11032 if test -n "$AR_FOR_TARGET"; then
11033 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11034else
1c710c3c
DJ
11035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11036for as_dir in $PATH
11037do
11038 IFS=$as_save_IFS
11039 test -z "$as_dir" && as_dir=.
5213506e
RW
11040 for ac_exec_ext in '' $ac_executable_extensions; do
11041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11042 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11044 break 2
11045 fi
11046done
5213506e
RW
11047 done
11048IFS=$as_save_IFS
1c710c3c 11049
e8b05380
PB
11050fi
11051fi
1c710c3c 11052AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11053if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11055$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11056else
5213506e
RW
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11058$as_echo "no" >&6; }
e8b05380 11059fi
1c710c3c 11060
5213506e 11061
e8b05380
PB
11062 fi
11063 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11064 done
11065fi
1c710c3c 11066
e8b05380
PB
11067if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11068 set dummy ar
11069 if test $build = $target ; then
11070 AR_FOR_TARGET="$2"
11071 else
11072 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11073 fi
1c00b503
PB
11074else
11075 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11076fi
11077
d1f8db0c
PB
11078else
11079 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11080fi
11081
11082
11083
11084
11085if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11086 if test -n "$with_build_time_tools"; then
5213506e
RW
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11088$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11089 if test -x $with_build_time_tools/as; then
11090 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11091 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11093$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11094 else
5213506e
RW
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11096$as_echo "no" >&6; }
d1f8db0c 11097 fi
e8b05380
PB
11098 elif test $build != $host && test $have_gcc_for_target = yes; then
11099 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11100 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11101 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11102 fi
11103fi
3e19841a 11104if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11105 # Extract the first word of "as", so it can be a program name with args.
11106set dummy as; ac_word=$2
5213506e
RW
11107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11108$as_echo_n "checking for $ac_word... " >&6; }
11109if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11110 $as_echo_n "(cached) " >&6
e8b05380 11111else
1c710c3c
DJ
11112 case $AS_FOR_TARGET in
11113 [\\/]* | ?:[\\/]*)
e8b05380
PB
11114 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11115 ;;
e8b05380 11116 *)
1c710c3c
DJ
11117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11118for as_dir in $gcc_cv_tool_dirs
11119do
11120 IFS=$as_save_IFS
11121 test -z "$as_dir" && as_dir=.
5213506e
RW
11122 for ac_exec_ext in '' $ac_executable_extensions; do
11123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11124 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11126 break 2
11127 fi
11128done
5213506e
RW
11129 done
11130IFS=$as_save_IFS
1c710c3c 11131
e8b05380
PB
11132 ;;
11133esac
11134fi
1c710c3c 11135AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11136if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11138$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11139else
5213506e
RW
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11141$as_echo "no" >&6; }
e8b05380
PB
11142fi
11143
5213506e 11144
e8b05380
PB
11145fi
11146if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11147
11148
11149if test -n "$AS_FOR_TARGET"; then
11150 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11151elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11152 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11153fi
11154
11155if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11156 for ncn_progname in as; do
11157 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11158set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11160$as_echo_n "checking for $ac_word... " >&6; }
11161if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11162 $as_echo_n "(cached) " >&6
278a7a38
AO
11163else
11164 if test -n "$AS_FOR_TARGET"; then
11165 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11166else
11167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11168for as_dir in $PATH
11169do
11170 IFS=$as_save_IFS
11171 test -z "$as_dir" && as_dir=.
5213506e
RW
11172 for ac_exec_ext in '' $ac_executable_extensions; do
11173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11174 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11176 break 2
11177 fi
11178done
5213506e
RW
11179 done
11180IFS=$as_save_IFS
278a7a38
AO
11181
11182fi
11183fi
11184AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11185if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11187$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11188else
5213506e
RW
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11190$as_echo "no" >&6; }
278a7a38
AO
11191fi
11192
5213506e 11193
278a7a38
AO
11194 done
11195fi
11196
11197if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11198 for ncn_progname in as; do
5213506e
RW
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11200$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11201 if test -x $with_build_time_tools/${ncn_progname}; then
11202 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11204$as_echo "yes" >&6; }
e8b05380
PB
11205 break
11206 else
5213506e
RW
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11208$as_echo "no" >&6; }
e8b05380
PB
11209 fi
11210 done
11211fi
11212
11213if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11214 for ncn_progname in as; do
11215 if test -n "$ncn_target_tool_prefix"; then
11216 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11217set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11219$as_echo_n "checking for $ac_word... " >&6; }
11220if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11221 $as_echo_n "(cached) " >&6
e8b05380
PB
11222else
11223 if test -n "$AS_FOR_TARGET"; then
11224 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11225else
1c710c3c
DJ
11226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11227for as_dir in $PATH
11228do
11229 IFS=$as_save_IFS
11230 test -z "$as_dir" && as_dir=.
5213506e
RW
11231 for ac_exec_ext in '' $ac_executable_extensions; do
11232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11233 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11235 break 2
11236 fi
11237done
5213506e
RW
11238 done
11239IFS=$as_save_IFS
1c710c3c 11240
e8b05380
PB
11241fi
11242fi
1c710c3c 11243AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11244if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11246$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11247else
5213506e
RW
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11249$as_echo "no" >&6; }
e8b05380
PB
11250fi
11251
5213506e 11252
e8b05380
PB
11253 fi
11254 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11255 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11256set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11258$as_echo_n "checking for $ac_word... " >&6; }
11259if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11260 $as_echo_n "(cached) " >&6
4de997d1 11261else
e8b05380
PB
11262 if test -n "$AS_FOR_TARGET"; then
11263 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11264else
1c710c3c
DJ
11265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11266for as_dir in $PATH
11267do
11268 IFS=$as_save_IFS
11269 test -z "$as_dir" && as_dir=.
5213506e
RW
11270 for ac_exec_ext in '' $ac_executable_extensions; do
11271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11272 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11274 break 2
11275 fi
11276done
5213506e
RW
11277 done
11278IFS=$as_save_IFS
1c710c3c 11279
4de997d1
PB
11280fi
11281fi
1c710c3c 11282AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11283if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11285$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11286else
5213506e
RW
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11288$as_echo "no" >&6; }
4de997d1 11289fi
1c710c3c 11290
5213506e 11291
e8b05380
PB
11292 fi
11293 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11294 done
11295fi
1c710c3c 11296
e8b05380
PB
11297if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11298 set dummy as
11299 if test $build = $target ; then
11300 AS_FOR_TARGET="$2"
11301 else
11302 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11303 fi
1c00b503
PB
11304else
11305 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11306fi
2693c0b0 11307
d1f8db0c
PB
11308else
11309 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11310fi
11311
e8b05380
PB
11312
11313
11314
11315if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11316 if test -n "$with_build_time_tools"; then
5213506e
RW
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11318$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11319 if test -x $with_build_time_tools/dlltool; then
11320 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11321 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11323$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11324 else
5213506e
RW
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11326$as_echo "no" >&6; }
d1f8db0c 11327 fi
e8b05380
PB
11328 elif test $build != $host && test $have_gcc_for_target = yes; then
11329 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11330 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11331 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11332 fi
11333fi
3e19841a 11334if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11335 # Extract the first word of "dlltool", so it can be a program name with args.
11336set dummy dlltool; ac_word=$2
5213506e
RW
11337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11338$as_echo_n "checking for $ac_word... " >&6; }
11339if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11340 $as_echo_n "(cached) " >&6
4de997d1 11341else
1c710c3c
DJ
11342 case $DLLTOOL_FOR_TARGET in
11343 [\\/]* | ?:[\\/]*)
e8b05380
PB
11344 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11345 ;;
e8b05380 11346 *)
1c710c3c
DJ
11347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11348for as_dir in $gcc_cv_tool_dirs
11349do
11350 IFS=$as_save_IFS
11351 test -z "$as_dir" && as_dir=.
5213506e
RW
11352 for ac_exec_ext in '' $ac_executable_extensions; do
11353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11354 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11356 break 2
11357 fi
11358done
5213506e
RW
11359 done
11360IFS=$as_save_IFS
1c710c3c 11361
e8b05380
PB
11362 ;;
11363esac
4de997d1 11364fi
1c710c3c 11365DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11366if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11368$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11369else
5213506e
RW
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11371$as_echo "no" >&6; }
4de997d1
PB
11372fi
11373
5213506e 11374
e8b05380
PB
11375fi
11376if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11377
11378
11379if test -n "$DLLTOOL_FOR_TARGET"; then
11380 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11381elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11382 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11383fi
11384
11385if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11386 for ncn_progname in dlltool; do
11387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11388set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11390$as_echo_n "checking for $ac_word... " >&6; }
11391if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11392 $as_echo_n "(cached) " >&6
278a7a38
AO
11393else
11394 if test -n "$DLLTOOL_FOR_TARGET"; then
11395 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11396else
11397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11398for as_dir in $PATH
11399do
11400 IFS=$as_save_IFS
11401 test -z "$as_dir" && as_dir=.
5213506e
RW
11402 for ac_exec_ext in '' $ac_executable_extensions; do
11403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11404 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11406 break 2
11407 fi
11408done
5213506e
RW
11409 done
11410IFS=$as_save_IFS
278a7a38
AO
11411
11412fi
11413fi
11414DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11415if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11417$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11418else
5213506e
RW
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11420$as_echo "no" >&6; }
278a7a38
AO
11421fi
11422
5213506e 11423
278a7a38
AO
11424 done
11425fi
11426
11427if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11428 for ncn_progname in dlltool; do
5213506e
RW
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11430$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11431 if test -x $with_build_time_tools/${ncn_progname}; then
11432 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11434$as_echo "yes" >&6; }
e8b05380
PB
11435 break
11436 else
5213506e
RW
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11438$as_echo "no" >&6; }
e8b05380
PB
11439 fi
11440 done
11441fi
11442
11443if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11444 for ncn_progname in dlltool; do
11445 if test -n "$ncn_target_tool_prefix"; then
11446 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11447set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11449$as_echo_n "checking for $ac_word... " >&6; }
11450if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11451 $as_echo_n "(cached) " >&6
4de997d1 11452else
e8b05380
PB
11453 if test -n "$DLLTOOL_FOR_TARGET"; then
11454 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11455else
1c710c3c
DJ
11456as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11457for as_dir in $PATH
11458do
11459 IFS=$as_save_IFS
11460 test -z "$as_dir" && as_dir=.
5213506e
RW
11461 for ac_exec_ext in '' $ac_executable_extensions; do
11462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11463 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11465 break 2
11466 fi
11467done
5213506e
RW
11468 done
11469IFS=$as_save_IFS
1c710c3c 11470
4de997d1
PB
11471fi
11472fi
1c710c3c 11473DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11474if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11476$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11477else
5213506e
RW
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11479$as_echo "no" >&6; }
4de997d1 11480fi
4de997d1 11481
5213506e 11482
e8b05380
PB
11483 fi
11484 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11486set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11488$as_echo_n "checking for $ac_word... " >&6; }
11489if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11490 $as_echo_n "(cached) " >&6
4de997d1 11491else
e8b05380
PB
11492 if test -n "$DLLTOOL_FOR_TARGET"; then
11493 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11494else
1c710c3c
DJ
11495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11496for as_dir in $PATH
11497do
11498 IFS=$as_save_IFS
11499 test -z "$as_dir" && as_dir=.
5213506e
RW
11500 for ac_exec_ext in '' $ac_executable_extensions; do
11501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11502 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11504 break 2
11505 fi
11506done
5213506e
RW
11507 done
11508IFS=$as_save_IFS
1c710c3c 11509
4de997d1
PB
11510fi
11511fi
1c710c3c 11512DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11513if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11515$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11516else
5213506e
RW
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11518$as_echo "no" >&6; }
4de997d1 11519fi
1c710c3c 11520
5213506e 11521
e8b05380
PB
11522 fi
11523 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11524 done
11525fi
1c710c3c 11526
e8b05380
PB
11527if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11528 set dummy dlltool
11529 if test $build = $target ; then
11530 DLLTOOL_FOR_TARGET="$2"
11531 else
11532 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11533 fi
1c00b503
PB
11534else
11535 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11536fi
11537
d1f8db0c
PB
11538else
11539 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11540fi
11541
4de997d1 11542
e8b05380
PB
11543
11544
11545if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11546 if test -n "$with_build_time_tools"; then
5213506e
RW
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11548$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11549 if test -x $with_build_time_tools/ld; then
11550 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11551 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11553$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11554 else
5213506e
RW
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11556$as_echo "no" >&6; }
d1f8db0c 11557 fi
e8b05380
PB
11558 elif test $build != $host && test $have_gcc_for_target = yes; then
11559 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11560 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11561 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11562 fi
e8b05380 11563fi
3e19841a 11564if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11565 # Extract the first word of "ld", so it can be a program name with args.
11566set dummy ld; ac_word=$2
5213506e
RW
11567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11568$as_echo_n "checking for $ac_word... " >&6; }
11569if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11570 $as_echo_n "(cached) " >&6
4de997d1 11571else
1c710c3c
DJ
11572 case $LD_FOR_TARGET in
11573 [\\/]* | ?:[\\/]*)
e8b05380
PB
11574 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11575 ;;
e8b05380 11576 *)
1c710c3c
DJ
11577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11578for as_dir in $gcc_cv_tool_dirs
11579do
11580 IFS=$as_save_IFS
11581 test -z "$as_dir" && as_dir=.
5213506e
RW
11582 for ac_exec_ext in '' $ac_executable_extensions; do
11583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11584 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11586 break 2
11587 fi
11588done
5213506e
RW
11589 done
11590IFS=$as_save_IFS
1c710c3c 11591
e8b05380
PB
11592 ;;
11593esac
4de997d1 11594fi
1c710c3c 11595LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11596if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11598$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11599else
5213506e
RW
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11601$as_echo "no" >&6; }
4de997d1 11602fi
2693c0b0 11603
5213506e 11604
e8b05380
PB
11605fi
11606if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11607
11608
11609if test -n "$LD_FOR_TARGET"; then
11610 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11611elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11612 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11613fi
11614
11615if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11616 for ncn_progname in ld; do
11617 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11618set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11620$as_echo_n "checking for $ac_word... " >&6; }
11621if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11622 $as_echo_n "(cached) " >&6
278a7a38
AO
11623else
11624 if test -n "$LD_FOR_TARGET"; then
11625 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11626else
11627as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11628for as_dir in $PATH
11629do
11630 IFS=$as_save_IFS
11631 test -z "$as_dir" && as_dir=.
5213506e
RW
11632 for ac_exec_ext in '' $ac_executable_extensions; do
11633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11634 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11636 break 2
11637 fi
11638done
5213506e
RW
11639 done
11640IFS=$as_save_IFS
278a7a38
AO
11641
11642fi
11643fi
11644LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11645if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11647$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11648else
5213506e
RW
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11650$as_echo "no" >&6; }
278a7a38
AO
11651fi
11652
5213506e 11653
278a7a38
AO
11654 done
11655fi
11656
11657if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11658 for ncn_progname in ld; do
5213506e
RW
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11660$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11661 if test -x $with_build_time_tools/${ncn_progname}; then
11662 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11664$as_echo "yes" >&6; }
e8b05380
PB
11665 break
11666 else
5213506e
RW
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11668$as_echo "no" >&6; }
e8b05380
PB
11669 fi
11670 done
ca9f4b81
AO
11671fi
11672
e8b05380
PB
11673if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11674 for ncn_progname in ld; do
11675 if test -n "$ncn_target_tool_prefix"; then
11676 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11677set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11679$as_echo_n "checking for $ac_word... " >&6; }
11680if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11681 $as_echo_n "(cached) " >&6
ca9f4b81 11682else
4de997d1
PB
11683 if test -n "$LD_FOR_TARGET"; then
11684 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11685else
1c710c3c
DJ
11686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11687for as_dir in $PATH
11688do
11689 IFS=$as_save_IFS
11690 test -z "$as_dir" && as_dir=.
5213506e
RW
11691 for ac_exec_ext in '' $ac_executable_extensions; do
11692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11693 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11695 break 2
11696 fi
11697done
5213506e
RW
11698 done
11699IFS=$as_save_IFS
1c710c3c 11700
ca9f4b81
AO
11701fi
11702fi
1c710c3c 11703LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11704if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11706$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11707else
5213506e
RW
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11709$as_echo "no" >&6; }
ca9f4b81
AO
11710fi
11711
5213506e 11712
e8b05380
PB
11713 fi
11714 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11715 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11716set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11718$as_echo_n "checking for $ac_word... " >&6; }
11719if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11720 $as_echo_n "(cached) " >&6
ca9f4b81 11721else
2693c0b0
PB
11722 if test -n "$LD_FOR_TARGET"; then
11723 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11724else
1c710c3c
DJ
11725as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11726for as_dir in $PATH
11727do
11728 IFS=$as_save_IFS
11729 test -z "$as_dir" && as_dir=.
5213506e
RW
11730 for ac_exec_ext in '' $ac_executable_extensions; do
11731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11732 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11734 break 2
11735 fi
11736done
5213506e
RW
11737 done
11738IFS=$as_save_IFS
1c710c3c 11739
ca9f4b81
AO
11740fi
11741fi
1c710c3c 11742LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11743if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11745$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11746else
5213506e
RW
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11748$as_echo "no" >&6; }
ca9f4b81 11749fi
1c710c3c 11750
5213506e 11751
e8b05380
PB
11752 fi
11753 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11754 done
11755fi
1c710c3c 11756
2693c0b0
PB
11757if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11758 set dummy ld
11759 if test $build = $target ; then
11760 LD_FOR_TARGET="$2"
ca9f4b81 11761 else
2693c0b0 11762 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11763 fi
1c00b503
PB
11764else
11765 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11766fi
11767
d1f8db0c
PB
11768else
11769 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11770fi
11771
11772
11773
11774
11775if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11776 if test -n "$with_build_time_tools"; then
5213506e
RW
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11778$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11779 if test -x $with_build_time_tools/lipo; then
11780 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11781 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11783$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11784 else
5213506e
RW
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11786$as_echo "no" >&6; }
d1f8db0c 11787 fi
e8b05380
PB
11788 elif test $build != $host && test $have_gcc_for_target = yes; then
11789 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11790 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11791 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11792 fi
11793fi
278a7a38
AO
11794if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11795 # Extract the first word of "lipo", so it can be a program name with args.
11796set dummy lipo; ac_word=$2
5213506e
RW
11797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11798$as_echo_n "checking for $ac_word... " >&6; }
11799if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11800 $as_echo_n "(cached) " >&6
278a7a38
AO
11801else
11802 case $LIPO_FOR_TARGET in
11803 [\\/]* | ?:[\\/]*)
11804 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11805 ;;
11806 *)
11807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11808for as_dir in $gcc_cv_tool_dirs
11809do
11810 IFS=$as_save_IFS
11811 test -z "$as_dir" && as_dir=.
5213506e
RW
11812 for ac_exec_ext in '' $ac_executable_extensions; do
11813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11814 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11816 break 2
11817 fi
11818done
5213506e
RW
11819 done
11820IFS=$as_save_IFS
278a7a38
AO
11821
11822 ;;
11823esac
11824fi
11825LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11826if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11828$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11829else
5213506e
RW
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11831$as_echo "no" >&6; }
278a7a38
AO
11832fi
11833
5213506e 11834
278a7a38
AO
11835fi
11836if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11837
11838
11839if test -n "$LIPO_FOR_TARGET"; then
11840 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11841elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11842 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11843fi
11844
11845if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11846 for ncn_progname in lipo; do
11847 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11848set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11850$as_echo_n "checking for $ac_word... " >&6; }
11851if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11852 $as_echo_n "(cached) " >&6
e8b05380 11853else
278a7a38
AO
11854 if test -n "$LIPO_FOR_TARGET"; then
11855 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11856else
11857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11858for as_dir in $PATH
1c710c3c
DJ
11859do
11860 IFS=$as_save_IFS
11861 test -z "$as_dir" && as_dir=.
5213506e
RW
11862 for ac_exec_ext in '' $ac_executable_extensions; do
11863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11864 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11866 break 2
11867 fi
11868done
5213506e
RW
11869 done
11870IFS=$as_save_IFS
1c710c3c 11871
e8b05380 11872fi
278a7a38
AO
11873fi
11874LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11875if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11877$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11878else
5213506e
RW
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11880$as_echo "no" >&6; }
e8b05380
PB
11881fi
11882
5213506e 11883
278a7a38 11884 done
e8b05380 11885fi
278a7a38
AO
11886
11887if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11888 for ncn_progname in lipo; do
5213506e
RW
11889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11890$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11891 if test -x $with_build_time_tools/${ncn_progname}; then
11892 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11894$as_echo "yes" >&6; }
e8b05380
PB
11895 break
11896 else
5213506e
RW
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11898$as_echo "no" >&6; }
e8b05380
PB
11899 fi
11900 done
11901fi
11902
11903if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11904 for ncn_progname in lipo; do
11905 if test -n "$ncn_target_tool_prefix"; then
11906 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11907set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11909$as_echo_n "checking for $ac_word... " >&6; }
11910if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11911 $as_echo_n "(cached) " >&6
040b1c5a
GK
11912else
11913 if test -n "$LIPO_FOR_TARGET"; then
11914 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11915else
1c710c3c
DJ
11916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11917for as_dir in $PATH
11918do
11919 IFS=$as_save_IFS
11920 test -z "$as_dir" && as_dir=.
5213506e
RW
11921 for ac_exec_ext in '' $ac_executable_extensions; do
11922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11923 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11925 break 2
11926 fi
11927done
5213506e
RW
11928 done
11929IFS=$as_save_IFS
1c710c3c 11930
040b1c5a
GK
11931fi
11932fi
1c710c3c 11933LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11934if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11936$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11937else
5213506e
RW
11938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11939$as_echo "no" >&6; }
040b1c5a
GK
11940fi
11941
5213506e 11942
e8b05380
PB
11943 fi
11944 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11945 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 11946set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11948$as_echo_n "checking for $ac_word... " >&6; }
11949if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11950 $as_echo_n "(cached) " >&6
040b1c5a
GK
11951else
11952 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
11953 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11954else
1c710c3c
DJ
11955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11956for as_dir in $PATH
11957do
11958 IFS=$as_save_IFS
11959 test -z "$as_dir" && as_dir=.
5213506e
RW
11960 for ac_exec_ext in '' $ac_executable_extensions; do
11961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11962 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11964 break 2
11965 fi
11966done
5213506e
RW
11967 done
11968IFS=$as_save_IFS
1c710c3c 11969
040b1c5a
GK
11970fi
11971fi
1c710c3c 11972LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11973if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11975$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11976else
5213506e
RW
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11978$as_echo "no" >&6; }
040b1c5a 11979fi
1c710c3c 11980
5213506e 11981
e8b05380
PB
11982 fi
11983 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11984 done
11985fi
1c710c3c 11986
040b1c5a
GK
11987if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11988 set dummy lipo
11989 if test $build = $target ; then
11990 LIPO_FOR_TARGET="$2"
11991 else
11992 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11993 fi
1c00b503
PB
11994else
11995 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
11996fi
11997
d1f8db0c
PB
11998else
11999 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
12000fi
12001
12002
12003
12004
12005if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12006 if test -n "$with_build_time_tools"; then
5213506e
RW
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12008$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12009 if test -x $with_build_time_tools/nm; then
12010 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12011 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
12012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12013$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 12014 else
5213506e
RW
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12016$as_echo "no" >&6; }
d1f8db0c 12017 fi
e8b05380
PB
12018 elif test $build != $host && test $have_gcc_for_target = yes; then
12019 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12020 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12021 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12022 fi
12023fi
3e19841a 12024if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12025 # Extract the first word of "nm", so it can be a program name with args.
12026set dummy nm; ac_word=$2
5213506e
RW
12027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12028$as_echo_n "checking for $ac_word... " >&6; }
12029if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12030 $as_echo_n "(cached) " >&6
e8b05380 12031else
1c710c3c
DJ
12032 case $NM_FOR_TARGET in
12033 [\\/]* | ?:[\\/]*)
e8b05380
PB
12034 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12035 ;;
e8b05380 12036 *)
1c710c3c
DJ
12037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12038for as_dir in $gcc_cv_tool_dirs
12039do
12040 IFS=$as_save_IFS
12041 test -z "$as_dir" && as_dir=.
5213506e
RW
12042 for ac_exec_ext in '' $ac_executable_extensions; do
12043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12044 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12046 break 2
12047 fi
12048done
5213506e
RW
12049 done
12050IFS=$as_save_IFS
1c710c3c 12051
e8b05380
PB
12052 ;;
12053esac
12054fi
1c710c3c 12055NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12056if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12058$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12059else
5213506e
RW
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12061$as_echo "no" >&6; }
e8b05380
PB
12062fi
12063
5213506e 12064
e8b05380
PB
12065fi
12066if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12067
12068
12069if test -n "$NM_FOR_TARGET"; then
12070 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12071elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12072 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12073fi
12074
12075if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12076 for ncn_progname in nm; do
12077 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12078set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12080$as_echo_n "checking for $ac_word... " >&6; }
12081if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12082 $as_echo_n "(cached) " >&6
278a7a38
AO
12083else
12084 if test -n "$NM_FOR_TARGET"; then
12085 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12086else
12087as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12088for as_dir in $PATH
12089do
12090 IFS=$as_save_IFS
12091 test -z "$as_dir" && as_dir=.
5213506e
RW
12092 for ac_exec_ext in '' $ac_executable_extensions; do
12093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12094 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12096 break 2
12097 fi
12098done
5213506e
RW
12099 done
12100IFS=$as_save_IFS
278a7a38
AO
12101
12102fi
12103fi
12104NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12105if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12107$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12108else
5213506e
RW
12109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12110$as_echo "no" >&6; }
278a7a38
AO
12111fi
12112
5213506e 12113
278a7a38
AO
12114 done
12115fi
12116
12117if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12118 for ncn_progname in nm; do
5213506e
RW
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12120$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12121 if test -x $with_build_time_tools/${ncn_progname}; then
12122 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12124$as_echo "yes" >&6; }
e8b05380
PB
12125 break
12126 else
5213506e
RW
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12128$as_echo "no" >&6; }
e8b05380
PB
12129 fi
12130 done
12131fi
12132
12133if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12134 for ncn_progname in nm; do
12135 if test -n "$ncn_target_tool_prefix"; then
12136 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12137set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12139$as_echo_n "checking for $ac_word... " >&6; }
12140if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12141 $as_echo_n "(cached) " >&6
ca9f4b81 12142else
4de997d1
PB
12143 if test -n "$NM_FOR_TARGET"; then
12144 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12145else
1c710c3c
DJ
12146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12147for as_dir in $PATH
12148do
12149 IFS=$as_save_IFS
12150 test -z "$as_dir" && as_dir=.
5213506e
RW
12151 for ac_exec_ext in '' $ac_executable_extensions; do
12152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12153 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12155 break 2
12156 fi
12157done
5213506e
RW
12158 done
12159IFS=$as_save_IFS
1c710c3c 12160
ca9f4b81
AO
12161fi
12162fi
1c710c3c 12163NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12164if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12166$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12167else
5213506e
RW
12168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12169$as_echo "no" >&6; }
ca9f4b81
AO
12170fi
12171
5213506e 12172
e8b05380
PB
12173 fi
12174 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12175 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12176set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12178$as_echo_n "checking for $ac_word... " >&6; }
12179if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12180 $as_echo_n "(cached) " >&6
ca9f4b81 12181else
2693c0b0
PB
12182 if test -n "$NM_FOR_TARGET"; then
12183 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12184else
1c710c3c
DJ
12185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12186for as_dir in $PATH
12187do
12188 IFS=$as_save_IFS
12189 test -z "$as_dir" && as_dir=.
5213506e
RW
12190 for ac_exec_ext in '' $ac_executable_extensions; do
12191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12192 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12194 break 2
12195 fi
12196done
5213506e
RW
12197 done
12198IFS=$as_save_IFS
1c710c3c 12199
ca9f4b81
AO
12200fi
12201fi
1c710c3c 12202NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12203if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12205$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12206else
5213506e
RW
12207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12208$as_echo "no" >&6; }
ca9f4b81 12209fi
1c710c3c 12210
5213506e 12211
e8b05380
PB
12212 fi
12213 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12214 done
12215fi
1c710c3c 12216
2693c0b0
PB
12217if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12218 set dummy nm
12219 if test $build = $target ; then
12220 NM_FOR_TARGET="$2"
ca9f4b81 12221 else
2693c0b0 12222 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12223 fi
1c00b503
PB
12224else
12225 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12226fi
12227
d1f8db0c
PB
12228else
12229 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12230fi
12231
12232
12233
12234
9bccfdf5
AP
12235if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12236 if test -n "$with_build_time_tools"; then
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objcopy in $with_build_time_tools" >&5
12238$as_echo_n "checking for objcopy in $with_build_time_tools... " >&6; }
12239 if test -x $with_build_time_tools/objcopy; then
12240 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12241 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12243$as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12244 else
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12246$as_echo "no" >&6; }
12247 fi
12248 elif test $build != $host && test $have_gcc_for_target = yes; then
12249 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12250 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12251 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12252 fi
12253fi
12254if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12255 # Extract the first word of "objcopy", so it can be a program name with args.
12256set dummy objcopy; ac_word=$2
12257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12258$as_echo_n "checking for $ac_word... " >&6; }
12259if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then :
12260 $as_echo_n "(cached) " >&6
12261else
12262 case $OBJCOPY_FOR_TARGET in
12263 [\\/]* | ?:[\\/]*)
12264 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12265 ;;
12266 *)
12267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12268for as_dir in $gcc_cv_tool_dirs
12269do
12270 IFS=$as_save_IFS
12271 test -z "$as_dir" && as_dir=.
12272 for ac_exec_ext in '' $ac_executable_extensions; do
12273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12274 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12276 break 2
12277 fi
12278done
12279 done
12280IFS=$as_save_IFS
12281
12282 ;;
12283esac
12284fi
12285OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12286if test -n "$OBJCOPY_FOR_TARGET"; then
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12288$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12289else
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12291$as_echo "no" >&6; }
12292fi
12293
12294
12295fi
12296if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12297
12298
12299if test -n "$OBJCOPY_FOR_TARGET"; then
12300 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12301elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12302 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12303fi
12304
12305if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12306 for ncn_progname in objcopy; do
12307 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12308set dummy ${ncn_progname}; ac_word=$2
12309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12310$as_echo_n "checking for $ac_word... " >&6; }
12311if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12312 $as_echo_n "(cached) " >&6
12313else
12314 if test -n "$OBJCOPY_FOR_TARGET"; then
12315 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12316else
12317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12318for as_dir in $PATH
12319do
12320 IFS=$as_save_IFS
12321 test -z "$as_dir" && as_dir=.
12322 for ac_exec_ext in '' $ac_executable_extensions; do
12323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12324 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12326 break 2
12327 fi
12328done
12329 done
12330IFS=$as_save_IFS
12331
12332fi
12333fi
12334OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12335if test -n "$OBJCOPY_FOR_TARGET"; then
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12337$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12338else
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12340$as_echo "no" >&6; }
12341fi
12342
12343
12344 done
12345fi
12346
12347if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12348 for ncn_progname in objcopy; do
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12350$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12351 if test -x $with_build_time_tools/${ncn_progname}; then
12352 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12354$as_echo "yes" >&6; }
12355 break
12356 else
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12358$as_echo "no" >&6; }
12359 fi
12360 done
12361fi
12362
12363if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12364 for ncn_progname in objcopy; do
12365 if test -n "$ncn_target_tool_prefix"; then
12366 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12367set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12369$as_echo_n "checking for $ac_word... " >&6; }
12370if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12371 $as_echo_n "(cached) " >&6
12372else
12373 if test -n "$OBJCOPY_FOR_TARGET"; then
12374 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12375else
12376as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12377for as_dir in $PATH
12378do
12379 IFS=$as_save_IFS
12380 test -z "$as_dir" && as_dir=.
12381 for ac_exec_ext in '' $ac_executable_extensions; do
12382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12383 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12385 break 2
12386 fi
12387done
12388 done
12389IFS=$as_save_IFS
12390
12391fi
12392fi
12393OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12394if test -n "$OBJCOPY_FOR_TARGET"; then
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12396$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12397else
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12399$as_echo "no" >&6; }
12400fi
12401
12402
12403 fi
12404 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12405 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12406set dummy ${ncn_progname}; ac_word=$2
12407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12408$as_echo_n "checking for $ac_word... " >&6; }
12409if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12410 $as_echo_n "(cached) " >&6
12411else
12412 if test -n "$OBJCOPY_FOR_TARGET"; then
12413 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12414else
12415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12416for as_dir in $PATH
12417do
12418 IFS=$as_save_IFS
12419 test -z "$as_dir" && as_dir=.
12420 for ac_exec_ext in '' $ac_executable_extensions; do
12421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12422 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12424 break 2
12425 fi
12426done
12427 done
12428IFS=$as_save_IFS
12429
12430fi
12431fi
12432OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12433if test -n "$OBJCOPY_FOR_TARGET"; then
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12435$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12436else
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12438$as_echo "no" >&6; }
12439fi
12440
12441
12442 fi
12443 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12444 done
12445fi
12446
12447if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12448 set dummy objcopy
12449 if test $build = $target ; then
12450 OBJCOPY_FOR_TARGET="$2"
12451 else
12452 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12453 fi
12454else
12455 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12456fi
12457
12458else
12459 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12460fi
12461
12462
12463
12464
e8b05380
PB
12465if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12466 if test -n "$with_build_time_tools"; then
5213506e
RW
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12468$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12469 if test -x $with_build_time_tools/objdump; then
12470 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12471 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12473$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12474 else
5213506e
RW
12475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12476$as_echo "no" >&6; }
d1f8db0c 12477 fi
e8b05380
PB
12478 elif test $build != $host && test $have_gcc_for_target = yes; then
12479 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12480 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12481 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12482 fi
12483fi
3e19841a 12484if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12485 # Extract the first word of "objdump", so it can be a program name with args.
12486set dummy objdump; ac_word=$2
5213506e
RW
12487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12488$as_echo_n "checking for $ac_word... " >&6; }
12489if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12490 $as_echo_n "(cached) " >&6
e8b05380 12491else
1c710c3c
DJ
12492 case $OBJDUMP_FOR_TARGET in
12493 [\\/]* | ?:[\\/]*)
e8b05380
PB
12494 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12495 ;;
e8b05380 12496 *)
1c710c3c
DJ
12497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12498for as_dir in $gcc_cv_tool_dirs
12499do
12500 IFS=$as_save_IFS
12501 test -z "$as_dir" && as_dir=.
5213506e
RW
12502 for ac_exec_ext in '' $ac_executable_extensions; do
12503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12504 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12506 break 2
12507 fi
12508done
5213506e
RW
12509 done
12510IFS=$as_save_IFS
1c710c3c 12511
e8b05380
PB
12512 ;;
12513esac
12514fi
1c710c3c 12515OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12516if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12518$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12519else
5213506e
RW
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12521$as_echo "no" >&6; }
e8b05380
PB
12522fi
12523
5213506e 12524
e8b05380
PB
12525fi
12526if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12527
12528
12529if test -n "$OBJDUMP_FOR_TARGET"; then
12530 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12531elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12532 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12533fi
12534
12535if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12536 for ncn_progname in objdump; do
12537 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12538set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12540$as_echo_n "checking for $ac_word... " >&6; }
12541if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12542 $as_echo_n "(cached) " >&6
278a7a38
AO
12543else
12544 if test -n "$OBJDUMP_FOR_TARGET"; then
12545 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12546else
12547as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12548for as_dir in $PATH
12549do
12550 IFS=$as_save_IFS
12551 test -z "$as_dir" && as_dir=.
5213506e
RW
12552 for ac_exec_ext in '' $ac_executable_extensions; do
12553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12554 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12556 break 2
12557 fi
12558done
5213506e
RW
12559 done
12560IFS=$as_save_IFS
278a7a38
AO
12561
12562fi
12563fi
12564OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12565if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12567$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12568else
5213506e
RW
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12570$as_echo "no" >&6; }
278a7a38
AO
12571fi
12572
5213506e 12573
278a7a38
AO
12574 done
12575fi
12576
12577if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12578 for ncn_progname in objdump; do
5213506e
RW
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12580$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12581 if test -x $with_build_time_tools/${ncn_progname}; then
12582 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12584$as_echo "yes" >&6; }
e8b05380
PB
12585 break
12586 else
5213506e
RW
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12588$as_echo "no" >&6; }
e8b05380
PB
12589 fi
12590 done
12591fi
12592
12593if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12594 for ncn_progname in objdump; do
12595 if test -n "$ncn_target_tool_prefix"; then
12596 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12597set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12599$as_echo_n "checking for $ac_word... " >&6; }
12600if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12601 $as_echo_n "(cached) " >&6
d739199a
DJ
12602else
12603 if test -n "$OBJDUMP_FOR_TARGET"; then
12604 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12605else
1c710c3c
DJ
12606as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12607for as_dir in $PATH
12608do
12609 IFS=$as_save_IFS
12610 test -z "$as_dir" && as_dir=.
5213506e
RW
12611 for ac_exec_ext in '' $ac_executable_extensions; do
12612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12613 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12615 break 2
12616 fi
12617done
5213506e
RW
12618 done
12619IFS=$as_save_IFS
1c710c3c 12620
d739199a
DJ
12621fi
12622fi
1c710c3c 12623OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12624if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12626$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12627else
5213506e
RW
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12629$as_echo "no" >&6; }
d739199a
DJ
12630fi
12631
5213506e 12632
e8b05380
PB
12633 fi
12634 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12635 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12636set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12638$as_echo_n "checking for $ac_word... " >&6; }
12639if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12640 $as_echo_n "(cached) " >&6
d739199a
DJ
12641else
12642 if test -n "$OBJDUMP_FOR_TARGET"; then
12643 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12644else
1c710c3c
DJ
12645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12646for as_dir in $PATH
12647do
12648 IFS=$as_save_IFS
12649 test -z "$as_dir" && as_dir=.
5213506e
RW
12650 for ac_exec_ext in '' $ac_executable_extensions; do
12651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12652 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12654 break 2
12655 fi
12656done
5213506e
RW
12657 done
12658IFS=$as_save_IFS
1c710c3c 12659
d739199a
DJ
12660fi
12661fi
1c710c3c 12662OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12663if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12665$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12666else
5213506e
RW
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12668$as_echo "no" >&6; }
d739199a 12669fi
1c710c3c 12670
5213506e 12671
e8b05380
PB
12672 fi
12673 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12674 done
12675fi
1c710c3c 12676
d739199a
DJ
12677if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12678 set dummy objdump
12679 if test $build = $target ; then
12680 OBJDUMP_FOR_TARGET="$2"
12681 else
12682 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12683 fi
1c00b503
PB
12684else
12685 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12686fi
12687
d1f8db0c
PB
12688else
12689 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12690fi
12691
12692
12693
12694
12695if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12696 if test -n "$with_build_time_tools"; then
5213506e
RW
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12698$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12699 if test -x $with_build_time_tools/ranlib; then
12700 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12701 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12703$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12704 else
5213506e
RW
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12706$as_echo "no" >&6; }
d1f8db0c 12707 fi
e8b05380
PB
12708 elif test $build != $host && test $have_gcc_for_target = yes; then
12709 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12710 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12711 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12712 fi
12713fi
3e19841a 12714if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12715 # Extract the first word of "ranlib", so it can be a program name with args.
12716set dummy ranlib; ac_word=$2
5213506e
RW
12717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12718$as_echo_n "checking for $ac_word... " >&6; }
12719if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12720 $as_echo_n "(cached) " >&6
e8b05380 12721else
1c710c3c
DJ
12722 case $RANLIB_FOR_TARGET in
12723 [\\/]* | ?:[\\/]*)
e8b05380
PB
12724 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12725 ;;
e8b05380 12726 *)
1c710c3c
DJ
12727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12728for as_dir in $gcc_cv_tool_dirs
12729do
12730 IFS=$as_save_IFS
12731 test -z "$as_dir" && as_dir=.
5213506e
RW
12732 for ac_exec_ext in '' $ac_executable_extensions; do
12733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12734 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12736 break 2
12737 fi
12738done
5213506e
RW
12739 done
12740IFS=$as_save_IFS
1c710c3c 12741
e8b05380
PB
12742 ;;
12743esac
12744fi
1c710c3c 12745RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12746if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12748$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12749else
5213506e
RW
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12751$as_echo "no" >&6; }
e8b05380
PB
12752fi
12753
5213506e 12754
e8b05380
PB
12755fi
12756if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12757
12758
12759if test -n "$RANLIB_FOR_TARGET"; then
12760 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12761elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12762 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12763fi
12764
12765if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12766 for ncn_progname in ranlib; do
12767 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12768set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12770$as_echo_n "checking for $ac_word... " >&6; }
12771if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12772 $as_echo_n "(cached) " >&6
278a7a38
AO
12773else
12774 if test -n "$RANLIB_FOR_TARGET"; then
12775 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12776else
12777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12778for as_dir in $PATH
12779do
12780 IFS=$as_save_IFS
12781 test -z "$as_dir" && as_dir=.
5213506e
RW
12782 for ac_exec_ext in '' $ac_executable_extensions; do
12783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12784 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12786 break 2
12787 fi
12788done
5213506e
RW
12789 done
12790IFS=$as_save_IFS
278a7a38
AO
12791
12792fi
12793fi
12794RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12795if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12797$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12798else
5213506e
RW
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12800$as_echo "no" >&6; }
278a7a38
AO
12801fi
12802
5213506e 12803
278a7a38
AO
12804 done
12805fi
12806
12807if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12808 for ncn_progname in ranlib; do
5213506e
RW
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12810$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12811 if test -x $with_build_time_tools/${ncn_progname}; then
12812 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12814$as_echo "yes" >&6; }
e8b05380
PB
12815 break
12816 else
5213506e
RW
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12818$as_echo "no" >&6; }
e8b05380
PB
12819 fi
12820 done
12821fi
12822
12823if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12824 for ncn_progname in ranlib; do
12825 if test -n "$ncn_target_tool_prefix"; then
12826 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12827set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12829$as_echo_n "checking for $ac_word... " >&6; }
12830if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12831 $as_echo_n "(cached) " >&6
ca9f4b81 12832else
4de997d1
PB
12833 if test -n "$RANLIB_FOR_TARGET"; then
12834 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12835else
1c710c3c
DJ
12836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12837for as_dir in $PATH
12838do
12839 IFS=$as_save_IFS
12840 test -z "$as_dir" && as_dir=.
5213506e
RW
12841 for ac_exec_ext in '' $ac_executable_extensions; do
12842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12843 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12845 break 2
12846 fi
12847done
5213506e
RW
12848 done
12849IFS=$as_save_IFS
1c710c3c 12850
ca9f4b81
AO
12851fi
12852fi
1c710c3c 12853RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12854if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12856$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12857else
5213506e
RW
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12859$as_echo "no" >&6; }
ca9f4b81
AO
12860fi
12861
5213506e 12862
e8b05380
PB
12863 fi
12864 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12866set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12868$as_echo_n "checking for $ac_word... " >&6; }
12869if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12870 $as_echo_n "(cached) " >&6
ca9f4b81 12871else
2693c0b0
PB
12872 if test -n "$RANLIB_FOR_TARGET"; then
12873 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12874else
1c710c3c
DJ
12875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12876for as_dir in $PATH
12877do
12878 IFS=$as_save_IFS
12879 test -z "$as_dir" && as_dir=.
5213506e
RW
12880 for ac_exec_ext in '' $ac_executable_extensions; do
12881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12882 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12884 break 2
12885 fi
12886done
5213506e
RW
12887 done
12888IFS=$as_save_IFS
1c710c3c 12889
ca9f4b81
AO
12890fi
12891fi
1c710c3c 12892RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12893if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12895$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12896else
5213506e
RW
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12898$as_echo "no" >&6; }
ca9f4b81 12899fi
1c710c3c 12900
5213506e 12901
e8b05380
PB
12902 fi
12903 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12904 done
12905fi
1c710c3c 12906
e8b05380
PB
12907if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12908 set dummy ranlib
12909 if test $build = $target ; then
12910 RANLIB_FOR_TARGET="$2"
12911 else
12912 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12913 fi
1c00b503
PB
12914else
12915 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12916fi
2693c0b0 12917
d1f8db0c
PB
12918else
12919 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12920fi
12921
e8b05380
PB
12922
12923
12924
e7a82751
RM
12925if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12926 if test -n "$with_build_time_tools"; then
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12928$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12929 if test -x $with_build_time_tools/readelf; then
12930 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12931 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12933$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12934 else
12935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12936$as_echo "no" >&6; }
12937 fi
12938 elif test $build != $host && test $have_gcc_for_target = yes; then
12939 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12940 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12941 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12942 fi
12943fi
12944if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12945 # Extract the first word of "readelf", so it can be a program name with args.
12946set dummy readelf; ac_word=$2
12947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12948$as_echo_n "checking for $ac_word... " >&6; }
12949if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12950 $as_echo_n "(cached) " >&6
12951else
12952 case $READELF_FOR_TARGET in
12953 [\\/]* | ?:[\\/]*)
12954 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12955 ;;
12956 *)
12957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12958for as_dir in $gcc_cv_tool_dirs
12959do
12960 IFS=$as_save_IFS
12961 test -z "$as_dir" && as_dir=.
12962 for ac_exec_ext in '' $ac_executable_extensions; do
12963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12964 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12966 break 2
12967 fi
12968done
12969 done
12970IFS=$as_save_IFS
12971
12972 ;;
12973esac
12974fi
12975READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12976if test -n "$READELF_FOR_TARGET"; then
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12978$as_echo "$READELF_FOR_TARGET" >&6; }
12979else
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12981$as_echo "no" >&6; }
12982fi
12983
12984
12985fi
12986if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12987
12988
12989if test -n "$READELF_FOR_TARGET"; then
12990 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12991elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12992 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12993fi
12994
12995if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12996 for ncn_progname in readelf; do
12997 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12998set dummy ${ncn_progname}; ac_word=$2
12999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13000$as_echo_n "checking for $ac_word... " >&6; }
13001if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13002 $as_echo_n "(cached) " >&6
13003else
13004 if test -n "$READELF_FOR_TARGET"; then
13005 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13006else
13007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13008for as_dir in $PATH
13009do
13010 IFS=$as_save_IFS
13011 test -z "$as_dir" && as_dir=.
13012 for ac_exec_ext in '' $ac_executable_extensions; do
13013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13014 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13016 break 2
13017 fi
13018done
13019 done
13020IFS=$as_save_IFS
13021
13022fi
13023fi
13024READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13025if test -n "$READELF_FOR_TARGET"; then
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13027$as_echo "$READELF_FOR_TARGET" >&6; }
13028else
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13030$as_echo "no" >&6; }
13031fi
13032
13033
13034 done
13035fi
13036
13037if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13038 for ncn_progname in readelf; do
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13040$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13041 if test -x $with_build_time_tools/${ncn_progname}; then
13042 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13044$as_echo "yes" >&6; }
13045 break
13046 else
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13048$as_echo "no" >&6; }
13049 fi
13050 done
13051fi
13052
13053if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13054 for ncn_progname in readelf; do
13055 if test -n "$ncn_target_tool_prefix"; then
13056 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13057set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13059$as_echo_n "checking for $ac_word... " >&6; }
13060if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13061 $as_echo_n "(cached) " >&6
13062else
13063 if test -n "$READELF_FOR_TARGET"; then
13064 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13065else
13066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13067for as_dir in $PATH
13068do
13069 IFS=$as_save_IFS
13070 test -z "$as_dir" && as_dir=.
13071 for ac_exec_ext in '' $ac_executable_extensions; do
13072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13073 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13075 break 2
13076 fi
13077done
13078 done
13079IFS=$as_save_IFS
13080
13081fi
13082fi
13083READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13084if test -n "$READELF_FOR_TARGET"; then
13085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13086$as_echo "$READELF_FOR_TARGET" >&6; }
13087else
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13089$as_echo "no" >&6; }
13090fi
13091
13092
13093 fi
13094 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13096set dummy ${ncn_progname}; ac_word=$2
13097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13098$as_echo_n "checking for $ac_word... " >&6; }
13099if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13100 $as_echo_n "(cached) " >&6
13101else
13102 if test -n "$READELF_FOR_TARGET"; then
13103 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13104else
13105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13106for as_dir in $PATH
13107do
13108 IFS=$as_save_IFS
13109 test -z "$as_dir" && as_dir=.
13110 for ac_exec_ext in '' $ac_executable_extensions; do
13111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13112 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13114 break 2
13115 fi
13116done
13117 done
13118IFS=$as_save_IFS
13119
13120fi
13121fi
13122READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13123if test -n "$READELF_FOR_TARGET"; then
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13125$as_echo "$READELF_FOR_TARGET" >&6; }
13126else
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13128$as_echo "no" >&6; }
13129fi
13130
13131
13132 fi
13133 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13134 done
13135fi
13136
13137if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13138 set dummy readelf
13139 if test $build = $target ; then
13140 READELF_FOR_TARGET="$2"
13141 else
13142 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13143 fi
13144else
13145 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13146fi
13147
13148else
13149 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13150fi
13151
13152
13153
13154
e8b05380
PB
13155if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13156 if test -n "$with_build_time_tools"; then
5213506e
RW
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13158$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13159 if test -x $with_build_time_tools/strip; then
13160 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13161 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
13162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13163$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 13164 else
5213506e
RW
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13166$as_echo "no" >&6; }
d1f8db0c 13167 fi
e8b05380
PB
13168 elif test $build != $host && test $have_gcc_for_target = yes; then
13169 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
13170 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13171 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
13172 fi
13173fi
3e19841a 13174if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13175 # Extract the first word of "strip", so it can be a program name with args.
13176set dummy strip; ac_word=$2
5213506e
RW
13177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13178$as_echo_n "checking for $ac_word... " >&6; }
13179if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13180 $as_echo_n "(cached) " >&6
e8b05380 13181else
1c710c3c
DJ
13182 case $STRIP_FOR_TARGET in
13183 [\\/]* | ?:[\\/]*)
e8b05380
PB
13184 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13185 ;;
e8b05380 13186 *)
1c710c3c
DJ
13187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13188for as_dir in $gcc_cv_tool_dirs
13189do
13190 IFS=$as_save_IFS
13191 test -z "$as_dir" && as_dir=.
5213506e
RW
13192 for ac_exec_ext in '' $ac_executable_extensions; do
13193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13194 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13196 break 2
13197 fi
13198done
5213506e
RW
13199 done
13200IFS=$as_save_IFS
1c710c3c 13201
e8b05380
PB
13202 ;;
13203esac
13204fi
1c710c3c 13205STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 13206if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13208$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 13209else
5213506e
RW
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13211$as_echo "no" >&6; }
e8b05380
PB
13212fi
13213
5213506e 13214
e8b05380
PB
13215fi
13216if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
13217
13218
13219if test -n "$STRIP_FOR_TARGET"; then
13220 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13221elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13222 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13223fi
13224
13225if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13226 for ncn_progname in strip; do
13227 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13228set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13230$as_echo_n "checking for $ac_word... " >&6; }
13231if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13232 $as_echo_n "(cached) " >&6
278a7a38
AO
13233else
13234 if test -n "$STRIP_FOR_TARGET"; then
13235 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13236else
13237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13238for as_dir in $PATH
13239do
13240 IFS=$as_save_IFS
13241 test -z "$as_dir" && as_dir=.
5213506e
RW
13242 for ac_exec_ext in '' $ac_executable_extensions; do
13243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13244 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13246 break 2
13247 fi
13248done
5213506e
RW
13249 done
13250IFS=$as_save_IFS
278a7a38
AO
13251
13252fi
13253fi
13254STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13255if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13257$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 13258else
5213506e
RW
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13260$as_echo "no" >&6; }
278a7a38
AO
13261fi
13262
5213506e 13263
278a7a38
AO
13264 done
13265fi
13266
13267if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13268 for ncn_progname in strip; do
5213506e
RW
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13270$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13271 if test -x $with_build_time_tools/${ncn_progname}; then
13272 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13274$as_echo "yes" >&6; }
e8b05380
PB
13275 break
13276 else
5213506e
RW
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13278$as_echo "no" >&6; }
e8b05380
PB
13279 fi
13280 done
13281fi
13282
13283if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13284 for ncn_progname in strip; do
13285 if test -n "$ncn_target_tool_prefix"; then
13286 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 13287set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13289$as_echo_n "checking for $ac_word... " >&6; }
13290if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13291 $as_echo_n "(cached) " >&6
af71363e
AS
13292else
13293 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
13294 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13295else
13296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13297for as_dir in $PATH
13298do
13299 IFS=$as_save_IFS
13300 test -z "$as_dir" && as_dir=.
5213506e
RW
13301 for ac_exec_ext in '' $ac_executable_extensions; do
13302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13303 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13305 break 2
13306 fi
13307done
5213506e
RW
13308 done
13309IFS=$as_save_IFS
1c710c3c 13310
040b1c5a
GK
13311fi
13312fi
1c710c3c 13313STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13314if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13316$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13317else
5213506e
RW
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13319$as_echo "no" >&6; }
040b1c5a
GK
13320fi
13321
5213506e 13322
e8b05380
PB
13323 fi
13324 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13325 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 13326set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13328$as_echo_n "checking for $ac_word... " >&6; }
13329if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13330 $as_echo_n "(cached) " >&6
040b1c5a
GK
13331else
13332 if test -n "$STRIP_FOR_TARGET"; then
13333 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13334else
1c710c3c
DJ
13335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13336for as_dir in $PATH
13337do
13338 IFS=$as_save_IFS
13339 test -z "$as_dir" && as_dir=.
5213506e
RW
13340 for ac_exec_ext in '' $ac_executable_extensions; do
13341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13342 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13344 break 2
13345 fi
13346done
5213506e
RW
13347 done
13348IFS=$as_save_IFS
1c710c3c 13349
040b1c5a
GK
13350fi
13351fi
1c710c3c 13352STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13353if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13355$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13356else
5213506e
RW
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13358$as_echo "no" >&6; }
040b1c5a 13359fi
1c710c3c 13360
5213506e 13361
e8b05380
PB
13362 fi
13363 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13364 done
13365fi
1c710c3c 13366
040b1c5a
GK
13367if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13368 set dummy strip
13369 if test $build = $target ; then
13370 STRIP_FOR_TARGET="$2"
13371 else
13372 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13373 fi
1c00b503
PB
13374else
13375 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
13376fi
13377
d1f8db0c
PB
13378else
13379 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
13380fi
13381
13382
13383
13384
13385if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13386 if test -n "$with_build_time_tools"; then
5213506e
RW
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13388$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13389 if test -x $with_build_time_tools/windres; then
13390 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13391 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13393$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 13394 else
5213506e
RW
13395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13396$as_echo "no" >&6; }
d1f8db0c 13397 fi
e8b05380
PB
13398 elif test $build != $host && test $have_gcc_for_target = yes; then
13399 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
13400 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13401 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
13402 fi
13403fi
3e19841a 13404if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13405 # Extract the first word of "windres", so it can be a program name with args.
13406set dummy windres; ac_word=$2
5213506e
RW
13407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13408$as_echo_n "checking for $ac_word... " >&6; }
13409if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13410 $as_echo_n "(cached) " >&6
e8b05380 13411else
1c710c3c
DJ
13412 case $WINDRES_FOR_TARGET in
13413 [\\/]* | ?:[\\/]*)
e8b05380
PB
13414 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13415 ;;
e8b05380 13416 *)
1c710c3c
DJ
13417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13418for as_dir in $gcc_cv_tool_dirs
13419do
13420 IFS=$as_save_IFS
13421 test -z "$as_dir" && as_dir=.
5213506e
RW
13422 for ac_exec_ext in '' $ac_executable_extensions; do
13423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13424 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13426 break 2
13427 fi
13428done
5213506e
RW
13429 done
13430IFS=$as_save_IFS
1c710c3c 13431
e8b05380
PB
13432 ;;
13433esac
13434fi
1c710c3c 13435WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 13436if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13438$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 13439else
5213506e
RW
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13441$as_echo "no" >&6; }
e8b05380
PB
13442fi
13443
5213506e 13444
e8b05380
PB
13445fi
13446if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
13447
13448
13449if test -n "$WINDRES_FOR_TARGET"; then
13450 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13451elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13452 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13453fi
13454
13455if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13456 for ncn_progname in windres; do
13457 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13458set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13460$as_echo_n "checking for $ac_word... " >&6; }
13461if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13462 $as_echo_n "(cached) " >&6
278a7a38
AO
13463else
13464 if test -n "$WINDRES_FOR_TARGET"; then
13465 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13466else
13467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13468for as_dir in $PATH
13469do
13470 IFS=$as_save_IFS
13471 test -z "$as_dir" && as_dir=.
5213506e
RW
13472 for ac_exec_ext in '' $ac_executable_extensions; do
13473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13474 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13476 break 2
13477 fi
13478done
5213506e
RW
13479 done
13480IFS=$as_save_IFS
278a7a38
AO
13481
13482fi
13483fi
13484WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13485if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13487$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 13488else
5213506e
RW
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13490$as_echo "no" >&6; }
278a7a38
AO
13491fi
13492
5213506e 13493
278a7a38
AO
13494 done
13495fi
13496
13497if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13498 for ncn_progname in windres; do
5213506e
RW
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13500$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13501 if test -x $with_build_time_tools/${ncn_progname}; then
13502 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13504$as_echo "yes" >&6; }
e8b05380
PB
13505 break
13506 else
5213506e
RW
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13508$as_echo "no" >&6; }
e8b05380
PB
13509 fi
13510 done
13511fi
13512
13513if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13514 for ncn_progname in windres; do
13515 if test -n "$ncn_target_tool_prefix"; then
13516 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13517set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13519$as_echo_n "checking for $ac_word... " >&6; }
13520if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13521 $as_echo_n "(cached) " >&6
ca9f4b81 13522else
4de997d1
PB
13523 if test -n "$WINDRES_FOR_TARGET"; then
13524 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13525else
1c710c3c
DJ
13526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13527for as_dir in $PATH
13528do
13529 IFS=$as_save_IFS
13530 test -z "$as_dir" && as_dir=.
5213506e
RW
13531 for ac_exec_ext in '' $ac_executable_extensions; do
13532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13533 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13535 break 2
13536 fi
13537done
5213506e
RW
13538 done
13539IFS=$as_save_IFS
1c710c3c 13540
ca9f4b81
AO
13541fi
13542fi
1c710c3c 13543WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13544if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13546$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13547else
5213506e
RW
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13549$as_echo "no" >&6; }
ca9f4b81
AO
13550fi
13551
5213506e 13552
e8b05380
PB
13553 fi
13554 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13555 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13556set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13558$as_echo_n "checking for $ac_word... " >&6; }
13559if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13560 $as_echo_n "(cached) " >&6
ca9f4b81 13561else
2693c0b0
PB
13562 if test -n "$WINDRES_FOR_TARGET"; then
13563 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13564else
1c710c3c
DJ
13565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13566for as_dir in $PATH
13567do
13568 IFS=$as_save_IFS
13569 test -z "$as_dir" && as_dir=.
5213506e
RW
13570 for ac_exec_ext in '' $ac_executable_extensions; do
13571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13572 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13574 break 2
13575 fi
13576done
5213506e
RW
13577 done
13578IFS=$as_save_IFS
1c710c3c 13579
ca9f4b81
AO
13580fi
13581fi
1c710c3c 13582WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13583if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13585$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13586else
5213506e
RW
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13588$as_echo "no" >&6; }
ca9f4b81 13589fi
1c710c3c 13590
5213506e 13591
e8b05380
PB
13592 fi
13593 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13594 done
13595fi
1c710c3c 13596
2693c0b0
PB
13597if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13598 set dummy windres
13599 if test $build = $target ; then
13600 WINDRES_FOR_TARGET="$2"
ca9f4b81 13601 else
2693c0b0 13602 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13603 fi
1c00b503
PB
13604else
13605 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13606fi
13607
d1f8db0c
PB
13608else
13609 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13610fi
13611
4977bab6 13612
901119ae
KT
13613
13614
13615if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13616 if test -n "$with_build_time_tools"; then
5213506e
RW
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13618$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13619 if test -x $with_build_time_tools/windmc; then
13620 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13621 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13623$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13624 else
5213506e
RW
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13626$as_echo "no" >&6; }
901119ae
KT
13627 fi
13628 elif test $build != $host && test $have_gcc_for_target = yes; then
13629 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13630 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13631 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13632 fi
13633fi
13634if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13635 # Extract the first word of "windmc", so it can be a program name with args.
13636set dummy windmc; ac_word=$2
5213506e
RW
13637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13638$as_echo_n "checking for $ac_word... " >&6; }
13639if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13640 $as_echo_n "(cached) " >&6
901119ae
KT
13641else
13642 case $WINDMC_FOR_TARGET in
13643 [\\/]* | ?:[\\/]*)
13644 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13645 ;;
13646 *)
13647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13648for as_dir in $gcc_cv_tool_dirs
13649do
13650 IFS=$as_save_IFS
13651 test -z "$as_dir" && as_dir=.
5213506e
RW
13652 for ac_exec_ext in '' $ac_executable_extensions; do
13653 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13654 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13656 break 2
13657 fi
13658done
5213506e
RW
13659 done
13660IFS=$as_save_IFS
901119ae
KT
13661
13662 ;;
13663esac
13664fi
13665WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13666if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13668$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13669else
5213506e
RW
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13671$as_echo "no" >&6; }
901119ae
KT
13672fi
13673
5213506e 13674
901119ae
KT
13675fi
13676if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13677
13678
13679if test -n "$WINDMC_FOR_TARGET"; then
13680 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13681elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13682 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13683fi
13684
13685if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13686 for ncn_progname in windmc; do
13687 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13688set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13690$as_echo_n "checking for $ac_word... " >&6; }
13691if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13692 $as_echo_n "(cached) " >&6
901119ae
KT
13693else
13694 if test -n "$WINDMC_FOR_TARGET"; then
13695 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13696else
13697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13698for as_dir in $PATH
13699do
13700 IFS=$as_save_IFS
13701 test -z "$as_dir" && as_dir=.
5213506e
RW
13702 for ac_exec_ext in '' $ac_executable_extensions; do
13703 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13704 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13706 break 2
13707 fi
13708done
5213506e
RW
13709 done
13710IFS=$as_save_IFS
901119ae
KT
13711
13712fi
13713fi
13714WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13715if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13717$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13718else
5213506e
RW
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13720$as_echo "no" >&6; }
901119ae
KT
13721fi
13722
5213506e 13723
901119ae
KT
13724 done
13725fi
13726
13727if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13728 for ncn_progname in windmc; do
5213506e
RW
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13730$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13731 if test -x $with_build_time_tools/${ncn_progname}; then
13732 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13734$as_echo "yes" >&6; }
901119ae
KT
13735 break
13736 else
5213506e
RW
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13738$as_echo "no" >&6; }
901119ae
KT
13739 fi
13740 done
13741fi
13742
13743if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13744 for ncn_progname in windmc; do
13745 if test -n "$ncn_target_tool_prefix"; then
13746 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13747set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13749$as_echo_n "checking for $ac_word... " >&6; }
13750if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13751 $as_echo_n "(cached) " >&6
901119ae
KT
13752else
13753 if test -n "$WINDMC_FOR_TARGET"; then
13754 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13755else
13756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13757for as_dir in $PATH
13758do
13759 IFS=$as_save_IFS
13760 test -z "$as_dir" && as_dir=.
5213506e
RW
13761 for ac_exec_ext in '' $ac_executable_extensions; do
13762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13763 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13765 break 2
13766 fi
13767done
5213506e
RW
13768 done
13769IFS=$as_save_IFS
901119ae
KT
13770
13771fi
13772fi
13773WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13774if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13776$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13777else
5213506e
RW
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13779$as_echo "no" >&6; }
901119ae
KT
13780fi
13781
5213506e 13782
901119ae
KT
13783 fi
13784 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13786set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13788$as_echo_n "checking for $ac_word... " >&6; }
13789if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13790 $as_echo_n "(cached) " >&6
901119ae
KT
13791else
13792 if test -n "$WINDMC_FOR_TARGET"; then
13793 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13794else
13795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13796for as_dir in $PATH
13797do
13798 IFS=$as_save_IFS
13799 test -z "$as_dir" && as_dir=.
5213506e
RW
13800 for ac_exec_ext in '' $ac_executable_extensions; do
13801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13802 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13804 break 2
13805 fi
13806done
5213506e
RW
13807 done
13808IFS=$as_save_IFS
901119ae
KT
13809
13810fi
13811fi
13812WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13813if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13815$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13816else
5213506e
RW
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13818$as_echo "no" >&6; }
901119ae
KT
13819fi
13820
5213506e 13821
901119ae
KT
13822 fi
13823 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13824 done
13825fi
13826
13827if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13828 set dummy windmc
13829 if test $build = $target ; then
13830 WINDMC_FOR_TARGET="$2"
13831 else
13832 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13833 fi
1c00b503
PB
13834else
13835 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13836fi
13837
13838else
13839 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13840fi
13841
13842
2abefe3d
PB
13843RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13844
5213506e
RW
13845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13846$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13847if test "x${build}" != "x${host}" ; then
e8b05380
PB
13848 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13849 # We already found the complete path
172e41aa 13850 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13852$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13853 else
13854 # Canadian cross, just use what we found
5213506e
RW
13855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13856$as_echo "pre-installed" >&6; }
e8b05380 13857 fi
2abefe3d
PB
13858else
13859 ok=yes
13860 case " ${configdirs} " in
13861 *" binutils "*) ;;
13862 *) ok=no ;;
13863 esac
1c710c3c 13864
2abefe3d
PB
13865 if test $ok = yes; then
13866 # An in-tree tool is available and we can use it
13867 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13869$as_echo "just compiled" >&6; }
e8b05380
PB
13870 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13871 # We already found the complete path
172e41aa 13872 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13874$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13875 elif test "x$target" = "x$host"; then
13876 # We can use an host tool
13877 AR_FOR_TARGET='$(AR)'
5213506e
RW
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13879$as_echo "host tool" >&6; }
2abefe3d
PB
13880 else
13881 # We need a cross tool
5213506e
RW
13882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13883$as_echo "pre-installed" >&6; }
2abefe3d
PB
13884 fi
13885fi
0b0dc272 13886
5213506e
RW
13887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13888$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13889if test "x${build}" != "x${host}" ; then
e8b05380
PB
13890 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13891 # We already found the complete path
172e41aa 13892 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13894$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13895 else
13896 # Canadian cross, just use what we found
5213506e
RW
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13898$as_echo "pre-installed" >&6; }
e8b05380 13899 fi
2abefe3d
PB
13900else
13901 ok=yes
13902 case " ${configdirs} " in
13903 *" gas "*) ;;
13904 *) ok=no ;;
13905 esac
1c710c3c 13906
2abefe3d
PB
13907 if test $ok = yes; then
13908 # An in-tree tool is available and we can use it
13909 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13911$as_echo "just compiled" >&6; }
e8b05380
PB
13912 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13913 # We already found the complete path
172e41aa 13914 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13916$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13917 elif test "x$target" = "x$host"; then
13918 # We can use an host tool
13919 AS_FOR_TARGET='$(AS)'
5213506e
RW
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13921$as_echo "host tool" >&6; }
2abefe3d
PB
13922 else
13923 # We need a cross tool
5213506e
RW
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13925$as_echo "pre-installed" >&6; }
2abefe3d
PB
13926 fi
13927fi
0b0dc272 13928
5213506e
RW
13929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13930$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13931if test "x${build}" != "x${host}" ; then
e8b05380
PB
13932 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13933 # We already found the complete path
172e41aa 13934 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13936$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13937 else
13938 # Canadian cross, just use what we found
5213506e
RW
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13940$as_echo "pre-installed" >&6; }
e8b05380 13941 fi
2abefe3d
PB
13942else
13943 ok=yes
13944 case " ${configdirs} " in
13945 *" gcc "*) ;;
13946 *) ok=no ;;
13947 esac
1c710c3c 13948
2abefe3d
PB
13949 if test $ok = yes; then
13950 # An in-tree tool is available and we can use it
13951 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13953$as_echo "just compiled" >&6; }
e8b05380
PB
13954 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13955 # We already found the complete path
172e41aa 13956 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13958$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13959 elif test "x$target" = "x$host"; then
13960 # We can use an host tool
13961 CC_FOR_TARGET='$(CC)'
5213506e
RW
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13963$as_echo "host tool" >&6; }
2abefe3d
PB
13964 else
13965 # We need a cross tool
5213506e
RW
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13967$as_echo "pre-installed" >&6; }
2abefe3d
PB
13968 fi
13969fi
0b0dc272 13970
5213506e
RW
13971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13972$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 13973if test "x${build}" != "x${host}" ; then
e8b05380
PB
13974 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13975 # We already found the complete path
172e41aa 13976 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13978$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13979 else
13980 # Canadian cross, just use what we found
5213506e
RW
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13982$as_echo "pre-installed" >&6; }
e8b05380 13983 fi
2abefe3d
PB
13984else
13985 ok=yes
13986 case " ${configdirs} " in
13987 *" gcc "*) ;;
13988 *) ok=no ;;
13989 esac
13990 case ,${enable_languages}, in
13991 *,c++,*) ;;
13992 *) ok=no ;;
13993 esac
13994 if test $ok = yes; then
13995 # An in-tree tool is available and we can use it
2077db1b 13996 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'
5213506e
RW
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13998$as_echo "just compiled" >&6; }
e8b05380
PB
13999 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14000 # We already found the complete path
172e41aa 14001 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
14002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14003$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14004 elif test "x$target" = "x$host"; then
14005 # We can use an host tool
14006 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
14007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14008$as_echo "host tool" >&6; }
2abefe3d
PB
14009 else
14010 # We need a cross tool
5213506e
RW
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14012$as_echo "pre-installed" >&6; }
2abefe3d
PB
14013 fi
14014fi
0b0dc272 14015
5213506e
RW
14016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14017$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 14018if test "x${build}" != "x${host}" ; then
e8b05380
PB
14019 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14020 # We already found the complete path
172e41aa 14021 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14023$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14024 else
14025 # Canadian cross, just use what we found
5213506e
RW
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14027$as_echo "pre-installed" >&6; }
e8b05380 14028 fi
2abefe3d
PB
14029else
14030 ok=yes
14031 case " ${configdirs} " in
14032 *" gcc "*) ;;
14033 *) ok=no ;;
14034 esac
14035 case ,${enable_languages}, in
14036 *,c++,*) ;;
14037 *) ok=no ;;
14038 esac
14039 if test $ok = yes; then
14040 # An in-tree tool is available and we can use it
2077db1b 14041 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'
5213506e
RW
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14043$as_echo "just compiled" >&6; }
e8b05380
PB
14044 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14045 # We already found the complete path
172e41aa 14046 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14048$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14049 elif test "x$target" = "x$host"; then
14050 # We can use an host tool
14051 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14053$as_echo "host tool" >&6; }
2abefe3d
PB
14054 else
14055 # We need a cross tool
5213506e
RW
14056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14057$as_echo "pre-installed" >&6; }
2abefe3d
PB
14058 fi
14059fi
0b0dc272 14060
5213506e
RW
14061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14062$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 14063if test "x${build}" != "x${host}" ; then
e8b05380
PB
14064 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14065 # We already found the complete path
172e41aa 14066 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14068$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14069 else
14070 # Canadian cross, just use what we found
5213506e
RW
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14072$as_echo "pre-installed" >&6; }
e8b05380 14073 fi
2abefe3d
PB
14074else
14075 ok=yes
14076 case " ${configdirs} " in
14077 *" binutils "*) ;;
14078 *) ok=no ;;
14079 esac
1c710c3c 14080
2abefe3d
PB
14081 if test $ok = yes; then
14082 # An in-tree tool is available and we can use it
14083 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14085$as_echo "just compiled" >&6; }
e8b05380
PB
14086 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14087 # We already found the complete path
172e41aa 14088 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14090$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14091 elif test "x$target" = "x$host"; then
14092 # We can use an host tool
14093 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14095$as_echo "host tool" >&6; }
2abefe3d
PB
14096 else
14097 # We need a cross tool
5213506e
RW
14098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14099$as_echo "pre-installed" >&6; }
2abefe3d
PB
14100 fi
14101fi
0b0dc272 14102
5213506e
RW
14103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14104$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 14105if test "x${build}" != "x${host}" ; then
e8b05380
PB
14106 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14107 # We already found the complete path
172e41aa 14108 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14110$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14111 else
14112 # Canadian cross, just use what we found
5213506e
RW
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14114$as_echo "pre-installed" >&6; }
e8b05380 14115 fi
2abefe3d
PB
14116else
14117 ok=yes
14118 case " ${configdirs} " in
14119 *" gcc "*) ;;
14120 *) ok=no ;;
14121 esac
1c710c3c 14122
2abefe3d
PB
14123 if test $ok = yes; then
14124 # An in-tree tool is available and we can use it
14125 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14127$as_echo "just compiled" >&6; }
e8b05380
PB
14128 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14129 # We already found the complete path
172e41aa 14130 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14132$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14133 elif test "x$target" = "x$host"; then
14134 # We can use an host tool
14135 GCC_FOR_TARGET='$()'
5213506e
RW
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14137$as_echo "host tool" >&6; }
2abefe3d
PB
14138 else
14139 # We need a cross tool
5213506e
RW
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14141$as_echo "pre-installed" >&6; }
2abefe3d
PB
14142 fi
14143fi
0b0dc272 14144
5213506e
RW
14145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14146$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 14147if test "x${build}" != "x${host}" ; then
e8b05380
PB
14148 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14149 # We already found the complete path
172e41aa 14150 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14152$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14153 else
14154 # Canadian cross, just use what we found
5213506e
RW
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14156$as_echo "pre-installed" >&6; }
e8b05380 14157 fi
2abefe3d
PB
14158else
14159 ok=yes
14160 case " ${configdirs} " in
14161 *" gcc "*) ;;
14162 *) ok=no ;;
14163 esac
14164 case ,${enable_languages}, in
14165 *,java,*) ;;
14166 *) ok=no ;;
14167 esac
14168 if test $ok = yes; then
14169 # An in-tree tool is available and we can use it
14170 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14172$as_echo "just compiled" >&6; }
e8b05380
PB
14173 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14174 # We already found the complete path
172e41aa 14175 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14177$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14178 elif test "x$target" = "x$host"; then
14179 # We can use an host tool
14180 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14182$as_echo "host tool" >&6; }
2abefe3d
PB
14183 else
14184 # We need a cross tool
5213506e
RW
14185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14186$as_echo "pre-installed" >&6; }
2abefe3d
PB
14187 fi
14188fi
0b0dc272 14189
5213506e
RW
14190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14191$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 14192if test "x${build}" != "x${host}" ; then
e8b05380
PB
14193 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14194 # We already found the complete path
172e41aa 14195 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14197$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14198 else
14199 # Canadian cross, just use what we found
5213506e
RW
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14201$as_echo "pre-installed" >&6; }
e8b05380 14202 fi
2abefe3d
PB
14203else
14204 ok=yes
14205 case " ${configdirs} " in
14206 *" gcc "*) ;;
14207 *) ok=no ;;
14208 esac
14209 case ,${enable_languages}, in
14210 *,fortran,*) ;;
14211 *) ok=no ;;
14212 esac
14213 if test $ok = yes; then
14214 # An in-tree tool is available and we can use it
14215 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14217$as_echo "just compiled" >&6; }
e8b05380
PB
14218 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14219 # We already found the complete path
172e41aa 14220 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14222$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14223 elif test "x$target" = "x$host"; then
14224 # We can use an host tool
14225 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14227$as_echo "host tool" >&6; }
2abefe3d
PB
14228 else
14229 # We need a cross tool
5213506e
RW
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14231$as_echo "pre-installed" >&6; }
2abefe3d
PB
14232 fi
14233fi
0b0dc272 14234
632e2a07
ILT
14235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14236$as_echo_n "checking where to find the target gccgo... " >&6; }
14237if test "x${build}" != "x${host}" ; then
14238 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14239 # We already found the complete path
14240 ac_dir=`dirname $GOC_FOR_TARGET`
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14242$as_echo "pre-installed in $ac_dir" >&6; }
14243 else
14244 # Canadian cross, just use what we found
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14246$as_echo "pre-installed" >&6; }
14247 fi
14248else
14249 ok=yes
14250 case " ${configdirs} " in
14251 *" gcc "*) ;;
14252 *) ok=no ;;
14253 esac
14254 case ,${enable_languages}, in
14255 *,go,*) ;;
14256 *) ok=no ;;
14257 esac
14258 if test $ok = yes; then
14259 # An in-tree tool is available and we can use it
14260 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14262$as_echo "just compiled" >&6; }
14263 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14264 # We already found the complete path
14265 ac_dir=`dirname $GOC_FOR_TARGET`
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14267$as_echo "pre-installed in $ac_dir" >&6; }
14268 elif test "x$target" = "x$host"; then
14269 # We can use an host tool
14270 GOC_FOR_TARGET='$(GOC)'
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14272$as_echo "host tool" >&6; }
14273 else
14274 # We need a cross tool
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14276$as_echo "pre-installed" >&6; }
14277 fi
14278fi
14279
5213506e
RW
14280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14281$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 14282if test "x${build}" != "x${host}" ; then
e8b05380
PB
14283 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14284 # We already found the complete path
172e41aa 14285 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14287$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14288 else
14289 # Canadian cross, just use what we found
5213506e
RW
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14291$as_echo "pre-installed" >&6; }
e8b05380 14292 fi
2abefe3d
PB
14293else
14294 ok=yes
14295 case " ${configdirs} " in
14296 *" ld "*) ;;
14297 *) ok=no ;;
14298 esac
1c710c3c 14299
2abefe3d
PB
14300 if test $ok = yes; then
14301 # An in-tree tool is available and we can use it
14302 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
14303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14304$as_echo "just compiled" >&6; }
e8b05380
PB
14305 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14306 # We already found the complete path
172e41aa 14307 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14309$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14310 elif test "x$target" = "x$host"; then
14311 # We can use an host tool
14312 LD_FOR_TARGET='$(LD)'
5213506e
RW
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14314$as_echo "host tool" >&6; }
2abefe3d
PB
14315 else
14316 # We need a cross tool
5213506e
RW
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14318$as_echo "pre-installed" >&6; }
2abefe3d
PB
14319 fi
14320fi
0b0dc272 14321
5213506e
RW
14322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14323$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 14324if test "x${build}" != "x${host}" ; then
e8b05380
PB
14325 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14326 # We already found the complete path
172e41aa 14327 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14329$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14330 else
14331 # Canadian cross, just use what we found
5213506e
RW
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14333$as_echo "pre-installed" >&6; }
e8b05380 14334 fi
2abefe3d 14335else
e8b05380
PB
14336 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14337 # We already found the complete path
172e41aa 14338 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14340$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 14341 elif test "x$target" = "x$host"; then
2abefe3d
PB
14342 # We can use an host tool
14343 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14345$as_echo "host tool" >&6; }
2abefe3d
PB
14346 else
14347 # We need a cross tool
5213506e
RW
14348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14349$as_echo "pre-installed" >&6; }
2abefe3d
PB
14350 fi
14351fi
0b0dc272 14352
5213506e
RW
14353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14354$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 14355if test "x${build}" != "x${host}" ; then
e8b05380
PB
14356 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14357 # We already found the complete path
172e41aa 14358 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14360$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14361 else
14362 # Canadian cross, just use what we found
5213506e
RW
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14364$as_echo "pre-installed" >&6; }
e8b05380 14365 fi
2abefe3d
PB
14366else
14367 ok=yes
14368 case " ${configdirs} " in
14369 *" binutils "*) ;;
14370 *) ok=no ;;
14371 esac
1c710c3c 14372
2abefe3d
PB
14373 if test $ok = yes; then
14374 # An in-tree tool is available and we can use it
14375 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
14376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14377$as_echo "just compiled" >&6; }
e8b05380
PB
14378 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14379 # We already found the complete path
172e41aa 14380 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14382$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14383 elif test "x$target" = "x$host"; then
14384 # We can use an host tool
14385 NM_FOR_TARGET='$(NM)'
5213506e
RW
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14387$as_echo "host tool" >&6; }
2abefe3d
PB
14388 else
14389 # We need a cross tool
5213506e
RW
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14391$as_echo "pre-installed" >&6; }
2abefe3d
PB
14392 fi
14393fi
0b0dc272 14394
9bccfdf5
AP
14395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objcopy" >&5
14396$as_echo_n "checking where to find the target objcopy... " >&6; }
14397if test "x${build}" != "x${host}" ; then
14398 if expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14399 # We already found the complete path
14400 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14402$as_echo "pre-installed in $ac_dir" >&6; }
14403 else
14404 # Canadian cross, just use what we found
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14406$as_echo "pre-installed" >&6; }
14407 fi
14408else
14409 ok=yes
14410 case " ${configdirs} " in
14411 *" binutils "*) ;;
14412 *) ok=no ;;
14413 esac
14414
14415 if test $ok = yes; then
14416 # An in-tree tool is available and we can use it
14417 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14419$as_echo "just compiled" >&6; }
14420 elif expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14421 # We already found the complete path
14422 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14424$as_echo "pre-installed in $ac_dir" >&6; }
14425 elif test "x$target" = "x$host"; then
14426 # We can use an host tool
ec8fd1c0 14427 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
9bccfdf5
AP
14428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14429$as_echo "host tool" >&6; }
14430 else
14431 # We need a cross tool
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14433$as_echo "pre-installed" >&6; }
14434 fi
14435fi
14436
5213506e
RW
14437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14438$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 14439if test "x${build}" != "x${host}" ; then
e8b05380
PB
14440 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14441 # We already found the complete path
172e41aa 14442 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14444$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14445 else
14446 # Canadian cross, just use what we found
5213506e
RW
14447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14448$as_echo "pre-installed" >&6; }
e8b05380 14449 fi
2abefe3d
PB
14450else
14451 ok=yes
14452 case " ${configdirs} " in
14453 *" binutils "*) ;;
14454 *) ok=no ;;
14455 esac
1c710c3c 14456
2abefe3d
PB
14457 if test $ok = yes; then
14458 # An in-tree tool is available and we can use it
14459 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14461$as_echo "just compiled" >&6; }
e8b05380
PB
14462 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14463 # We already found the complete path
172e41aa 14464 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14466$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14467 elif test "x$target" = "x$host"; then
14468 # We can use an host tool
14469 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14471$as_echo "host tool" >&6; }
2abefe3d
PB
14472 else
14473 # We need a cross tool
5213506e
RW
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14475$as_echo "pre-installed" >&6; }
2abefe3d
PB
14476 fi
14477fi
0b0dc272 14478
5213506e
RW
14479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14480$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 14481if test "x${build}" != "x${host}" ; then
e8b05380
PB
14482 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14483 # We already found the complete path
172e41aa 14484 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14486$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14487 else
14488 # Canadian cross, just use what we found
5213506e
RW
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14490$as_echo "pre-installed" >&6; }
e8b05380 14491 fi
2abefe3d
PB
14492else
14493 ok=yes
14494 case " ${configdirs} " in
14495 *" binutils "*) ;;
14496 *) ok=no ;;
14497 esac
1c710c3c 14498
2abefe3d
PB
14499 if test $ok = yes; then
14500 # An in-tree tool is available and we can use it
14501 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14503$as_echo "just compiled" >&6; }
e8b05380
PB
14504 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14505 # We already found the complete path
172e41aa 14506 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14508$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14509 elif test "x$target" = "x$host"; then
14510 # We can use an host tool
14511 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
14512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14513$as_echo "host tool" >&6; }
2abefe3d
PB
14514 else
14515 # We need a cross tool
5213506e
RW
14516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14517$as_echo "pre-installed" >&6; }
2abefe3d
PB
14518 fi
14519fi
0b0dc272 14520
e7a82751
RM
14521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14522$as_echo_n "checking where to find the target readelf... " >&6; }
14523if test "x${build}" != "x${host}" ; then
14524 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14525 # We already found the complete path
14526 ac_dir=`dirname $READELF_FOR_TARGET`
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14528$as_echo "pre-installed in $ac_dir" >&6; }
14529 else
14530 # Canadian cross, just use what we found
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14532$as_echo "pre-installed" >&6; }
14533 fi
14534else
14535 ok=yes
14536 case " ${configdirs} " in
14537 *" binutils "*) ;;
14538 *) ok=no ;;
14539 esac
14540
14541 if test $ok = yes; then
14542 # An in-tree tool is available and we can use it
14543 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14545$as_echo "just compiled" >&6; }
14546 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14547 # We already found the complete path
14548 ac_dir=`dirname $READELF_FOR_TARGET`
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14550$as_echo "pre-installed in $ac_dir" >&6; }
14551 elif test "x$target" = "x$host"; then
14552 # We can use an host tool
14553 READELF_FOR_TARGET='$(READELF)'
14554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14555$as_echo "host tool" >&6; }
14556 else
14557 # We need a cross tool
14558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14559$as_echo "pre-installed" >&6; }
14560 fi
14561fi
14562
5213506e
RW
14563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14564$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14565if test "x${build}" != "x${host}" ; then
e8b05380
PB
14566 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14567 # We already found the complete path
172e41aa 14568 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14570$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14571 else
14572 # Canadian cross, just use what we found
5213506e
RW
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14574$as_echo "pre-installed" >&6; }
e8b05380 14575 fi
2abefe3d
PB
14576else
14577 ok=yes
14578 case " ${configdirs} " in
14579 *" binutils "*) ;;
14580 *) ok=no ;;
14581 esac
1c710c3c 14582
2abefe3d
PB
14583 if test $ok = yes; then
14584 # An in-tree tool is available and we can use it
455c8f48 14585 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14587$as_echo "just compiled" >&6; }
e8b05380
PB
14588 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14589 # We already found the complete path
172e41aa 14590 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14592$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14593 elif test "x$target" = "x$host"; then
14594 # We can use an host tool
14595 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14597$as_echo "host tool" >&6; }
2abefe3d
PB
14598 else
14599 # We need a cross tool
5213506e
RW
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14601$as_echo "pre-installed" >&6; }
2abefe3d
PB
14602 fi
14603fi
0b0dc272 14604
5213506e
RW
14605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14606$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14607if test "x${build}" != "x${host}" ; then
e8b05380
PB
14608 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14609 # We already found the complete path
172e41aa 14610 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14612$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14613 else
14614 # Canadian cross, just use what we found
5213506e
RW
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14616$as_echo "pre-installed" >&6; }
e8b05380 14617 fi
2abefe3d
PB
14618else
14619 ok=yes
14620 case " ${configdirs} " in
14621 *" binutils "*) ;;
14622 *) ok=no ;;
14623 esac
1c710c3c 14624
2abefe3d
PB
14625 if test $ok = yes; then
14626 # An in-tree tool is available and we can use it
14627 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14629$as_echo "just compiled" >&6; }
e8b05380
PB
14630 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14631 # We already found the complete path
172e41aa 14632 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14634$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14635 elif test "x$target" = "x$host"; then
14636 # We can use an host tool
14637 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14639$as_echo "host tool" >&6; }
2abefe3d
PB
14640 else
14641 # We need a cross tool
5213506e
RW
14642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14643$as_echo "pre-installed" >&6; }
2abefe3d 14644 fi
671aa708 14645fi
be912515 14646
5213506e
RW
14647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14648$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14649if test "x${build}" != "x${host}" ; then
14650 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14651 # We already found the complete path
14652 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14654$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14655 else
14656 # Canadian cross, just use what we found
5213506e
RW
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14658$as_echo "pre-installed" >&6; }
901119ae
KT
14659 fi
14660else
14661 ok=yes
14662 case " ${configdirs} " in
14663 *" binutils "*) ;;
14664 *) ok=no ;;
14665 esac
14666
14667 if test $ok = yes; then
14668 # An in-tree tool is available and we can use it
14669 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14671$as_echo "just compiled" >&6; }
901119ae
KT
14672 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14673 # We already found the complete path
14674 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14676$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14677 elif test "x$target" = "x$host"; then
14678 # We can use an host tool
14679 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14681$as_echo "host tool" >&6; }
901119ae
KT
14682 else
14683 # We need a cross tool
5213506e
RW
14684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14685$as_echo "pre-installed" >&6; }
901119ae
KT
14686 fi
14687fi
14688
be912515
NN
14689
14690
2abefe3d 14691
0b0dc272 14692
671aa708
NN
14693# Certain tools may need extra flags.
14694AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14695RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14696NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14697
2abefe3d
PB
14698# When building target libraries, except in a Canadian cross, we use
14699# the same toolchain as the compiler we just built.
14700COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14701COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14702COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14703if test $host = $build; then
14704 case " $configdirs " in
14705 *" gcc "*)
14706 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14707 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14708 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14709 ;;
14710 esac
14711fi
14712
14713
14714
14715
14716
5213506e
RW
14717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14718$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14719# Check whether --enable-maintainer-mode was given.
14720if test "${enable_maintainer_mode+set}" = set; then :
14721 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14722else
14723 USE_MAINTAINER_MODE=no
5213506e
RW
14724fi
14725
14726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14727$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14728
14729
14730if test "$USE_MAINTAINER_MODE" = yes; then
14731 MAINTAINER_MODE_TRUE=
14732 MAINTAINER_MODE_FALSE='#'
14733else
14734 MAINTAINER_MODE_TRUE='#'
14735 MAINTAINER_MODE_FALSE=
1c710c3c 14736fi
ee03dc5e
AO
14737MAINT=$MAINTAINER_MODE_TRUE
14738
2805b53a
NN
14739# ---------------------
14740# GCC bootstrap support
14741# ---------------------
14742
14743# Stage specific cflags for build.
14744stage1_cflags="-g"
14745case $build in
14746 vax-*-*)
14747 case ${GCC} in
14748 yes) stage1_cflags="-g -Wa,-J" ;;
14749 *) stage1_cflags="-g -J" ;;
14750 esac ;;
2805b53a
NN
14751esac
14752
0b50988a 14753
2805b53a 14754
8efea775 14755# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14756# Check whether --enable-stage1-checking was given.
14757if test "${enable_stage1_checking+set}" = set; then :
14758 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14759else
e643dc23 14760 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 14761 stage1_checking=--enable-checking=yes,types
8efea775 14762else
e643dc23 14763 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14764fi
5213506e 14765fi
8efea775
PB
14766
14767
2aeb72e9 14768
5213506e
RW
14769# Enable -Werror in bootstrap stage2 and later.
14770# Check whether --enable-werror was given.
14771if test "${enable_werror+set}" = set; then :
14772 enableval=$enable_werror;
2805b53a 14773else
416cfb5e 14774 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14775 enable_werror=yes
88fceb68
PB
14776else
14777 enable_werror=no
14778fi
5213506e
RW
14779fi
14780
09a9c095
NN
14781case ${enable_werror} in
14782 yes) stage2_werror_flag="--enable-werror-always" ;;
14783 *) stage2_werror_flag="" ;;
2805b53a
NN
14784esac
14785
14786
459260ec
DM
14787# Enable --enable-host-shared.
14788# Check whether --enable-host-shared was given.
14789if test "${enable_host_shared+set}" = set; then :
14790 enableval=$enable_host_shared; host_shared=$enableval
14791else
14792 host_shared=no
14793fi
14794
14795
14796
231d020b
DM
14797# PR jit/64780: Require the user to explicitly specify
14798# --enable-host-shared if the jit is enabled, hinting
14799# that they might want to do a separate configure/build of
14800# the jit, to avoid users from slowing down the rest of the
14801# compiler by enabling the jit.
14802if test ${host_shared} = "no" ; then
14803 case "${enable_languages}" in
14804 *jit*)
14805 as_fn_error "
14806Enabling language \"jit\" requires --enable-host-shared.
14807
14808--enable-host-shared typically slows the rest of the compiler down by
14809a few %, so you must explicitly enable it.
14810
14811If you want to build both the jit and the regular compiler, it is often
14812best to do this via two separate configure/builds, in separate
14813directories, to avoid imposing the performance cost of
14814--enable-host-shared on the regular compiler." "$LINENO" 5
14815 ;;
14816 *)
14817 ;;
14818 esac
14819fi
14820
f2689b09
SE
14821# Specify what files to not compare during bootstrap.
14822
14823compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14824case "$target" in
14825 hppa*64*-*-hpux*) ;;
14826 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
d91491e5 14827 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
f2689b09
SE
14828esac
14829
14830
5213506e
RW
14831ac_config_files="$ac_config_files Makefile"
14832
1c710c3c 14833cat >confcache <<\_ACEOF
671aa708
NN
14834# This file is a shell script that caches the results of configure
14835# tests run on this system so they can be shared between configure
1c710c3c
DJ
14836# scripts and configure runs, see configure's option --config-cache.
14837# It is not useful on other systems. If it contains results you don't
14838# want to keep, you may remove or edit it.
671aa708 14839#
1c710c3c
DJ
14840# config.status only pays attention to the cache file if you give it
14841# the --recheck option to rerun configure.
671aa708 14842#
1c710c3c
DJ
14843# `ac_cv_env_foo' variables (set or unset) will be overridden when
14844# loading this file, other *unset* `ac_cv_foo' will be assigned the
14845# following values.
14846
14847_ACEOF
14848
671aa708
NN
14849# The following way of writing the cache mishandles newlines in values,
14850# but we know of no workaround that is simple, portable, and efficient.
5213506e 14851# So, we kill variables containing newlines.
671aa708
NN
14852# Ultrix sh set writes to stderr and can't be redirected directly,
14853# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14854(
14855 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14856 eval ac_val=\$$ac_var
14857 case $ac_val in #(
14858 *${as_nl}*)
14859 case $ac_var in #(
14860 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14861$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14862 esac
14863 case $ac_var in #(
14864 _ | IFS | as_nl) ;; #(
14865 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14866 *) { eval $ac_var=; unset $ac_var;} ;;
14867 esac ;;
14868 esac
14869 done
14870
1c710c3c 14871 (set) 2>&1 |
5213506e
RW
14872 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14873 *${as_nl}ac_space=\ *)
14874 # `set' does not quote correctly, so add quotes: double-quote
14875 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14876 sed -n \
14877 "s/'/'\\\\''/g;
14878 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14879 ;; #(
1c710c3c
DJ
14880 *)
14881 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14882 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14883 ;;
5213506e
RW
14884 esac |
14885 sort
14886) |
1c710c3c 14887 sed '
5213506e 14888 /^ac_cv_env_/b end
1c710c3c 14889 t clear
5213506e 14890 :clear
1c710c3c
DJ
14891 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14892 t end
5213506e
RW
14893 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14894 :end' >>confcache
14895if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14896 if test -w "$cache_file"; then
14897 test "x$cache_file" != "x/dev/null" &&
14898 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14899$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14900 cat confcache >$cache_file
671aa708 14901 else
5213506e
RW
14902 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14903$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14904 fi
4977bab6 14905fi
671aa708 14906rm -f confcache
79c06341 14907
671aa708
NN
14908test "x$prefix" = xNONE && prefix=$ac_default_prefix
14909# Let make expand exec_prefix.
14910test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14911
671aa708
NN
14912# Transform confdefs.h into DEFS.
14913# Protect against shell expansion while executing Makefile rules.
14914# Protect against Makefile macro expansion.
1c710c3c
DJ
14915#
14916# If the first sed substitution is executed (which looks for macros that
5213506e 14917# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14918# look for a macro that doesn't take arguments.
5213506e
RW
14919ac_script='
14920:mline
14921/\\$/{
14922 N
14923 s,\\\n,,
14924 b mline
14925}
1c710c3c 14926t clear
5213506e
RW
14927:clear
14928s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14929t quote
5213506e 14930s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14931t quote
5213506e
RW
14932b any
14933:quote
14934s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14935s/\[/\\&/g
14936s/\]/\\&/g
14937s/\$/$$/g
14938H
14939:any
14940${
14941 g
14942 s/^\n//
14943 s/\n/ /g
14944 p
14945}
14946'
14947DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14948
14949
14950ac_libobjs=
14951ac_ltlibobjs=
14952for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14953 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14954 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14955 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14956 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14957 # will be set to the directory where LIBOBJS objects are built.
14958 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14959 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
14960done
14961LIBOBJS=$ac_libobjs
fb0103e5 14962
1c710c3c 14963LTLIBOBJS=$ac_ltlibobjs
0b0dc272 14964
af71363e 14965
1c710c3c
DJ
14966
14967: ${CONFIG_STATUS=./config.status}
5213506e 14968ac_write_fail=0
1c710c3c
DJ
14969ac_clean_files_save=$ac_clean_files
14970ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
14971{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14972$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14973as_write_fail=0
14974cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
14975#! $SHELL
14976# Generated by $as_me.
671aa708 14977# Run this file to recreate the current configuration.
671aa708 14978# Compiler output produced by configure, useful for debugging
1c710c3c 14979# configure, is in config.log if it exists.
0b0dc272 14980
1c710c3c
DJ
14981debug=false
14982ac_cs_recheck=false
14983ac_cs_silent=false
1c710c3c 14984
5213506e
RW
14985SHELL=\${CONFIG_SHELL-$SHELL}
14986export SHELL
14987_ASEOF
14988cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14989## -------------------- ##
14990## M4sh Initialization. ##
14991## -------------------- ##
14992
14993# Be more Bourne compatible
14994DUALCASE=1; export DUALCASE # for MKS sh
14995if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
14996 emulate sh
14997 NULLCMD=:
5213506e 14998 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
14999 # is contrary to our usage. Disable this feature.
15000 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
15001 setopt NO_GLOB_SUBST
15002else
15003 case `(set -o) 2>/dev/null` in #(
15004 *posix*) :
15005 set -o posix ;; #(
15006 *) :
15007 ;;
15008esac
1c710c3c 15009fi
1c710c3c 15010
5213506e
RW
15011
15012as_nl='
15013'
15014export as_nl
15015# Printing a long string crashes Solaris 7 /usr/bin/printf.
15016as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15017as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15018as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15019# Prefer a ksh shell builtin over an external printf program on Solaris,
15020# but without wasting forks for bash or zsh.
15021if test -z "$BASH_VERSION$ZSH_VERSION" \
15022 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15023 as_echo='print -r --'
15024 as_echo_n='print -rn --'
15025elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15026 as_echo='printf %s\n'
15027 as_echo_n='printf %s'
15028else
15029 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15030 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15031 as_echo_n='/usr/ucb/echo -n'
15032 else
15033 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15034 as_echo_n_body='eval
15035 arg=$1;
15036 case $arg in #(
15037 *"$as_nl"*)
15038 expr "X$arg" : "X\\(.*\\)$as_nl";
15039 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15040 esac;
15041 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15042 '
15043 export as_echo_n_body
15044 as_echo_n='sh -c $as_echo_n_body as_echo'
15045 fi
15046 export as_echo_body
15047 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
15048fi
15049
5213506e
RW
15050# The user is always right.
15051if test "${PATH_SEPARATOR+set}" != set; then
15052 PATH_SEPARATOR=:
15053 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15054 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15055 PATH_SEPARATOR=';'
15056 }
15057fi
15058
15059
15060# IFS
15061# We need space, tab and new line, in precisely that order. Quoting is
15062# there to prevent editors from complaining about space-tab.
15063# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15064# splitting by setting IFS to empty value.)
15065IFS=" "" $as_nl"
15066
15067# Find who we are. Look in the path if we contain no directory separator.
15068case $0 in #((
15069 *[\\/]* ) as_myself=$0 ;;
15070 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15071for as_dir in $PATH
15072do
15073 IFS=$as_save_IFS
15074 test -z "$as_dir" && as_dir=.
15075 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15076 done
15077IFS=$as_save_IFS
15078
15079 ;;
15080esac
15081# We did not find ourselves, most probably we were run as `sh COMMAND'
15082# in which case we are not to be found in the path.
15083if test "x$as_myself" = x; then
15084 as_myself=$0
15085fi
15086if test ! -f "$as_myself"; then
15087 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15088 exit 1
15089fi
1c710c3c 15090
5213506e
RW
15091# Unset variables that we do not need and which cause bugs (e.g. in
15092# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15093# suppresses any "Segmentation fault" message there. '((' could
15094# trigger a bug in pdksh 5.2.14.
15095for as_var in BASH_ENV ENV MAIL MAILPATH
15096do eval test x\${$as_var+set} = xset \
15097 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15098done
1c710c3c
DJ
15099PS1='$ '
15100PS2='> '
15101PS4='+ '
15102
15103# NLS nuisances.
5213506e
RW
15104LC_ALL=C
15105export LC_ALL
15106LANGUAGE=C
15107export LANGUAGE
15108
15109# CDPATH.
15110(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15111
15112
15113# as_fn_error ERROR [LINENO LOG_FD]
15114# ---------------------------------
15115# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15116# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15117# script with status $?, using 1 if that was 0.
15118as_fn_error ()
15119{
15120 as_status=$?; test $as_status -eq 0 && as_status=1
15121 if test "$3"; then
15122 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15123 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 15124 fi
5213506e
RW
15125 $as_echo "$as_me: error: $1" >&2
15126 as_fn_exit $as_status
15127} # as_fn_error
15128
15129
15130# as_fn_set_status STATUS
15131# -----------------------
15132# Set $? to STATUS, without forking.
15133as_fn_set_status ()
15134{
15135 return $1
15136} # as_fn_set_status
15137
15138# as_fn_exit STATUS
15139# -----------------
15140# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15141as_fn_exit ()
15142{
15143 set +e
15144 as_fn_set_status $1
15145 exit $1
15146} # as_fn_exit
15147
15148# as_fn_unset VAR
15149# ---------------
15150# Portably unset VAR.
15151as_fn_unset ()
15152{
15153 { eval $1=; unset $1;}
15154}
15155as_unset=as_fn_unset
15156# as_fn_append VAR VALUE
15157# ----------------------
15158# Append the text in VALUE to the end of the definition contained in VAR. Take
15159# advantage of any shell optimizations that allow amortized linear growth over
15160# repeated appends, instead of the typical quadratic growth present in naive
15161# implementations.
15162if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15163 eval 'as_fn_append ()
15164 {
15165 eval $1+=\$2
15166 }'
15167else
15168 as_fn_append ()
15169 {
15170 eval $1=\$$1\$2
15171 }
15172fi # as_fn_append
15173
15174# as_fn_arith ARG...
15175# ------------------
15176# Perform arithmetic evaluation on the ARGs, and store the result in the
15177# global $as_val. Take advantage of shells that can avoid forks. The arguments
15178# must be portable across $(()) and expr.
15179if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15180 eval 'as_fn_arith ()
15181 {
15182 as_val=$(( $* ))
15183 }'
15184else
15185 as_fn_arith ()
15186 {
15187 as_val=`expr "$@" || test $? -eq 1`
15188 }
15189fi # as_fn_arith
15190
1c710c3c 15191
5213506e
RW
15192if expr a : '\(a\)' >/dev/null 2>&1 &&
15193 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
15194 as_expr=expr
15195else
15196 as_expr=false
15197fi
15198
5213506e 15199if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
15200 as_basename=basename
15201else
15202 as_basename=false
15203fi
15204
5213506e
RW
15205if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15206 as_dirname=dirname
15207else
15208 as_dirname=false
15209fi
1c710c3c 15210
5213506e 15211as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
15212$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15213 X"$0" : 'X\(//\)$' \| \
5213506e
RW
15214 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15215$as_echo X/"$0" |
15216 sed '/^.*\/\([^/][^/]*\)\/*$/{
15217 s//\1/
15218 q
15219 }
15220 /^X\/\(\/\/\)$/{
15221 s//\1/
15222 q
15223 }
15224 /^X\/\(\/\).*/{
15225 s//\1/
15226 q
15227 }
15228 s/.*/./; q'`
2aeb72e9 15229
2aeb72e9
DD
15230# Avoid depending upon Character Ranges.
15231as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15232as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15233as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15234as_cr_digits='0123456789'
15235as_cr_alnum=$as_cr_Letters$as_cr_digits
15236
5213506e
RW
15237ECHO_C= ECHO_N= ECHO_T=
15238case `echo -n x` in #(((((
15239-n*)
15240 case `echo 'xy\c'` in
15241 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15242 xy) ECHO_C='\c';;
15243 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15244 ECHO_T=' ';;
15245 esac;;
15246*)
15247 ECHO_N='-n';;
1c710c3c
DJ
15248esac
15249
5213506e
RW
15250rm -f conf$$ conf$$.exe conf$$.file
15251if test -d conf$$.dir; then
15252 rm -f conf$$.dir/conf$$.file
1c710c3c 15253else
5213506e
RW
15254 rm -f conf$$.dir
15255 mkdir conf$$.dir 2>/dev/null
1c710c3c 15256fi
5213506e
RW
15257if (echo >conf$$.file) 2>/dev/null; then
15258 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 15259 as_ln_s='ln -s'
5213506e
RW
15260 # ... but there are two gotchas:
15261 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15262 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15263 # In both cases, we have to default to `cp -p'.
15264 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15265 as_ln_s='cp -p'
15266 elif ln conf$$.file conf$$ 2>/dev/null; then
15267 as_ln_s=ln
15268 else
15269 as_ln_s='cp -p'
2aeb72e9 15270 fi
1c710c3c
DJ
15271else
15272 as_ln_s='cp -p'
15273fi
5213506e
RW
15274rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15275rmdir conf$$.dir 2>/dev/null
15276
15277
15278# as_fn_mkdir_p
15279# -------------
15280# Create "$as_dir" as a directory, including parents if necessary.
15281as_fn_mkdir_p ()
15282{
15283
15284 case $as_dir in #(
15285 -*) as_dir=./$as_dir;;
15286 esac
15287 test -d "$as_dir" || eval $as_mkdir_p || {
15288 as_dirs=
15289 while :; do
15290 case $as_dir in #(
15291 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15292 *) as_qdir=$as_dir;;
15293 esac
15294 as_dirs="'$as_qdir' $as_dirs"
15295 as_dir=`$as_dirname -- "$as_dir" ||
15296$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15297 X"$as_dir" : 'X\(//\)[^/]' \| \
15298 X"$as_dir" : 'X\(//\)$' \| \
15299 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15300$as_echo X"$as_dir" |
15301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15302 s//\1/
15303 q
15304 }
15305 /^X\(\/\/\)[^/].*/{
15306 s//\1/
15307 q
15308 }
15309 /^X\(\/\/\)$/{
15310 s//\1/
15311 q
15312 }
15313 /^X\(\/\).*/{
15314 s//\1/
15315 q
15316 }
15317 s/.*/./; q'`
15318 test -d "$as_dir" && break
15319 done
15320 test -z "$as_dirs" || eval "mkdir $as_dirs"
15321 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15322
1c710c3c 15323
5213506e 15324} # as_fn_mkdir_p
1c710c3c 15325if mkdir -p . 2>/dev/null; then
5213506e 15326 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
15327else
15328 test -d ./-p && rmdir ./-p
15329 as_mkdir_p=false
15330fi
15331
5213506e
RW
15332if test -x / >/dev/null 2>&1; then
15333 as_test_x='test -x'
15334else
15335 if ls -dL / >/dev/null 2>&1; then
15336 as_ls_L_option=L
15337 else
15338 as_ls_L_option=
15339 fi
15340 as_test_x='
15341 eval sh -c '\''
15342 if test -d "$1"; then
15343 test -d "$1/.";
15344 else
15345 case $1 in #(
15346 -*)set "./$1";;
15347 esac;
15348 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15349 ???[sx]*):;;*)false;;esac;fi
15350 '\'' sh
15351 '
15352fi
15353as_executable_p=$as_test_x
1c710c3c
DJ
15354
15355# Sed expression to map a string onto a valid CPP name.
15356as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15357
15358# Sed expression to map a string onto a valid variable name.
15359as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15360
15361
1c710c3c 15362exec 6>&1
5213506e
RW
15363## ----------------------------------- ##
15364## Main body of $CONFIG_STATUS script. ##
15365## ----------------------------------- ##
15366_ASEOF
15367test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15368
15369cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15370# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 15371# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
15372# values after options handling.
15373ac_log="
1c710c3c 15374This file was extended by $as_me, which was
5213506e 15375generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
15376
15377 CONFIG_FILES = $CONFIG_FILES
15378 CONFIG_HEADERS = $CONFIG_HEADERS
15379 CONFIG_LINKS = $CONFIG_LINKS
15380 CONFIG_COMMANDS = $CONFIG_COMMANDS
15381 $ $0 $@
15382
5213506e
RW
15383on `(hostname || uname -n) 2>/dev/null | sed 1q`
15384"
15385
1c710c3c
DJ
15386_ACEOF
15387
5213506e
RW
15388case $ac_config_files in *"
15389"*) set x $ac_config_files; shift; ac_config_files=$*;;
15390esac
1c710c3c 15391
2aeb72e9 15392
2aeb72e9 15393
5213506e
RW
15394cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15395# Files that config.status was made for.
15396config_files="$ac_config_files"
1c710c3c 15397
5213506e 15398_ACEOF
2aeb72e9 15399
5213506e 15400cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 15401ac_cs_usage="\
5213506e
RW
15402\`$as_me' instantiates files and other configuration actions
15403from templates according to the current configuration. Unless the files
15404and actions are specified as TAGs, all are instantiated by default.
1c710c3c 15405
5213506e 15406Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
15407
15408 -h, --help print this help, then exit
5213506e
RW
15409 -V, --version print version number and configuration settings, then exit
15410 -q, --quiet, --silent
15411 do not print progress messages
1c710c3c
DJ
15412 -d, --debug don't remove temporary files
15413 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
15414 --file=FILE[:TEMPLATE]
15415 instantiate the configuration file FILE
1c710c3c
DJ
15416
15417Configuration files:
15418$config_files
15419
5213506e 15420Report bugs to the package provider."
2aeb72e9 15421
5213506e
RW
15422_ACEOF
15423cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
15424ac_cs_version="\\
15425config.status
5213506e
RW
15426configured by $0, generated by GNU Autoconf 2.64,
15427 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 15428
5213506e 15429Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
15430This config.status script is free software; the Free Software Foundation
15431gives unlimited permission to copy, distribute and modify it."
5213506e
RW
15432
15433ac_pwd='$ac_pwd'
15434srcdir='$srcdir'
15435INSTALL='$INSTALL'
87264276 15436AWK='$AWK'
5213506e 15437test -n "\$AWK" || AWK=awk
1c710c3c
DJ
15438_ACEOF
15439
5213506e
RW
15440cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15441# The default lists apply if the user does not specify any file.
1c710c3c
DJ
15442ac_need_defaults=:
15443while test $# != 0
a4b9e93e 15444do
1c710c3c
DJ
15445 case $1 in
15446 --*=*)
5213506e
RW
15447 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15448 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
15449 ac_shift=:
15450 ;;
5213506e 15451 *)
1c710c3c
DJ
15452 ac_option=$1
15453 ac_optarg=$2
15454 ac_shift=shift
15455 ;;
1c710c3c
DJ
15456 esac
15457
15458 case $ac_option in
15459 # Handling of the options.
671aa708 15460 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 15461 ac_cs_recheck=: ;;
5213506e
RW
15462 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15463 $as_echo "$ac_cs_version"; exit ;;
15464 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
15465 debug=: ;;
15466 --file | --fil | --fi | --f )
15467 $ac_shift
5213506e
RW
15468 case $ac_optarg in
15469 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15470 esac
15471 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 15472 ac_need_defaults=false;;
5213506e
RW
15473 --he | --h | --help | --hel | -h )
15474 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
15475 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15476 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15477 ac_cs_silent=: ;;
15478
15479 # This is an error.
5213506e
RW
15480 -*) as_fn_error "unrecognized option: \`$1'
15481Try \`$0 --help' for more information." ;;
1c710c3c 15482
5213506e
RW
15483 *) as_fn_append ac_config_targets " $1"
15484 ac_need_defaults=false ;;
1c710c3c 15485
0b0dc272 15486 esac
1c710c3c 15487 shift
0b0dc272
AM
15488done
15489
1c710c3c 15490ac_configure_extra_args=
0b0dc272 15491
1c710c3c
DJ
15492if $ac_cs_silent; then
15493 exec 6>/dev/null
15494 ac_configure_extra_args="$ac_configure_extra_args --silent"
15495fi
0b0dc272 15496
1c710c3c 15497_ACEOF
5213506e 15498cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 15499if \$ac_cs_recheck; then
5213506e
RW
15500 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15501 shift
15502 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15503 CONFIG_SHELL='$SHELL'
15504 export CONFIG_SHELL
15505 exec "\$@"
1c710c3c
DJ
15506fi
15507
15508_ACEOF
5213506e
RW
15509cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15510exec 5>>config.log
15511{
15512 echo
15513 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15514## Running $as_me. ##
15515_ASBOX
15516 $as_echo "$ac_log"
15517} >&5
1c710c3c 15518
5213506e
RW
15519_ACEOF
15520cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
15521#
15522# INIT-COMMANDS
15523#
15524extrasub_build="$extrasub_build"
15525 extrasub_host="$extrasub_host"
15526 extrasub_target="$extrasub_target"
15527
5213506e 15528_ACEOF
1c710c3c 15529
5213506e 15530cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 15531
5213506e 15532# Handling of arguments.
1c710c3c
DJ
15533for ac_config_target in $ac_config_targets
15534do
5213506e
RW
15535 case $ac_config_target in
15536 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15537
15538 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
15539 esac
15540done
15541
5213506e 15542
1c710c3c
DJ
15543# If the user did not use the arguments to specify the items to instantiate,
15544# then the envvar interface is used. Set only those that are not.
15545# We use the long form for the default assignment because of an extremely
15546# bizarre bug on SunOS 4.1.3.
15547if $ac_need_defaults; then
15548 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15549fi
15550
15551# Have a temporary directory for convenience. Make it in the build tree
5213506e 15552# simply because there is no reason against having it here, and in addition,
1c710c3c 15553# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
15554# Hook for its removal unless debugging.
15555# Note that there is a small window in which the directory will not be cleaned:
15556# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
15557$debug ||
15558{
5213506e
RW
15559 tmp=
15560 trap 'exit_status=$?
15561 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15562' 0
15563 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 15564}
1c710c3c
DJ
15565# Create a (secure) tmp directory for tmp files.
15566
15567{
5213506e 15568 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
15569 test -n "$tmp" && test -d "$tmp"
15570} ||
15571{
5213506e
RW
15572 tmp=./conf$$-$RANDOM
15573 (umask 077 && mkdir "$tmp")
15574} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15575
15576# Set up the scripts for CONFIG_FILES section.
15577# No need to generate them if there are no CONFIG_FILES.
15578# This happens for instance with `./config.status config.h'.
15579if test -n "$CONFIG_FILES"; then
15580
15581if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15582 ac_cs_awk_getline=:
15583 ac_cs_awk_pipe_init=
15584 ac_cs_awk_read_file='
15585 while ((getline aline < (F[key])) > 0)
15586 print(aline)
15587 close(F[key])'
15588 ac_cs_awk_pipe_fini=
15589else
15590 ac_cs_awk_getline=false
15591 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15592 ac_cs_awk_read_file='
15593 print "|#_!!_#|"
15594 print "cat " F[key] " &&"
15595 '$ac_cs_awk_pipe_init
15596 # The final `:' finishes the AND list.
15597 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15598fi
15599ac_cr=`echo X | tr X '\015'`
15600# On cygwin, bash can eat \r inside `` if the user requested igncr.
15601# But we know of no other shell where ac_cr would be empty at this
15602# point, so we can use a bashism as a fallback.
15603if test "x$ac_cr" = x; then
15604 eval ac_cr=\$\'\\r\'
15605fi
15606ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15607if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15608 ac_cs_awk_cr='\r'
15609else
15610 ac_cs_awk_cr=$ac_cr
15611fi
15612
15613echo 'BEGIN {' >"$tmp/subs1.awk" &&
15614_ACEOF
15615
15616# Create commands to substitute file output variables.
1c710c3c 15617{
5213506e
RW
15618 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15619 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15620 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15621 echo "_ACAWK" &&
15622 echo "_ACEOF"
15623} >conf$$files.sh &&
15624. ./conf$$files.sh ||
15625 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15626rm -f conf$$files.sh
1c710c3c 15627
5213506e
RW
15628{
15629 echo "cat >conf$$subs.awk <<_ACEOF" &&
15630 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15631 echo "_ACEOF"
15632} >conf$$subs.sh ||
15633 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15634ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15635ac_delim='%!_!# '
15636for ac_last_try in false false false false false :; do
15637 . ./conf$$subs.sh ||
15638 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15639
15640 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15641 if test $ac_delim_n = $ac_delim_num; then
15642 break
15643 elif $ac_last_try; then
15644 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15645 else
15646 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15647 fi
15648done
15649rm -f conf$$subs.sh
15650
15651cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15652cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15653_ACEOF
5213506e
RW
15654sed -n '
15655h
15656s/^/S["/; s/!.*/"]=/
15657p
15658g
15659s/^[^!]*!//
15660:repl
15661t repl
15662s/'"$ac_delim"'$//
15663t delim
15664:nl
15665h
15666s/\(.\{148\}\).*/\1/
15667t more1
15668s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15669p
15670n
15671b repl
15672:more1
15673s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15674p
15675g
15676s/.\{148\}//
15677t nl
15678:delim
15679h
15680s/\(.\{148\}\).*/\1/
15681t more2
15682s/["\\]/\\&/g; s/^/"/; s/$/"/
15683p
15684b
15685:more2
15686s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15687p
15688g
15689s/.\{148\}//
15690t delim
15691' <conf$$subs.awk | sed '
15692/^[^""]/{
15693 N
15694 s/\n//
15695}
15696' >>$CONFIG_STATUS || ac_write_fail=1
15697rm -f conf$$subs.awk
15698cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15699_ACAWK
15700cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15701 for (key in S) S_is_set[key] = 1
15702 FS = "\a"
15703 \$ac_cs_awk_pipe_init
15704}
15705{
15706 line = $ 0
15707 nfields = split(line, field, "@")
15708 substed = 0
15709 len = length(field[1])
15710 for (i = 2; i < nfields; i++) {
15711 key = field[i]
15712 keylen = length(key)
15713 if (S_is_set[key]) {
15714 value = S[key]
15715 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15716 len += length(value) + length(field[++i])
15717 substed = 1
15718 } else
15719 len += 1 + keylen
15720 }
15721 if (nfields == 3 && !substed) {
15722 key = field[2]
15723 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15724 \$ac_cs_awk_read_file
15725 next
15726 }
15727 }
15728 print line
15729}
15730\$ac_cs_awk_pipe_fini
15731_ACAWK
15732_ACEOF
15733cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15734if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15735 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15736else
15737 cat
15738fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15739 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15740_ACEOF
15741
15742# VPATH may cause trouble with some makes, so we remove $(srcdir),
15743# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15744# trailing colons and then remove the whole line if VPATH becomes empty
15745# (actually we leave an empty line to preserve line numbers).
15746if test "x$srcdir" = x.; then
15747 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15748s/:*\$(srcdir):*/:/
15749s/:*\${srcdir}:*/:/
15750s/:*@srcdir@:*/:/
15751s/^\([^=]*=[ ]*\):*/\1/
15752s/:*$//
15753s/^[^=]*=[ ]*$//
15754}'
15755fi
2aeb72e9 15756
5213506e
RW
15757cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15758fi # test -n "$CONFIG_FILES"
2aeb72e9 15759
1c710c3c 15760
5213506e
RW
15761eval set X " :F $CONFIG_FILES "
15762shift
15763for ac_tag
15764do
15765 case $ac_tag in
15766 :[FHLC]) ac_mode=$ac_tag; continue;;
15767 esac
15768 case $ac_mode$ac_tag in
15769 :[FHL]*:*);;
15770 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15771 :[FH]-) ac_tag=-:-;;
15772 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15773 esac
15774 ac_save_IFS=$IFS
15775 IFS=:
15776 set x $ac_tag
15777 IFS=$ac_save_IFS
15778 shift
15779 ac_file=$1
15780 shift
79c06341 15781
5213506e
RW
15782 case $ac_mode in
15783 :L) ac_source=$1;;
15784 :[FH])
15785 ac_file_inputs=
15786 for ac_f
15787 do
15788 case $ac_f in
15789 -) ac_f="$tmp/stdin";;
15790 *) # Look for the file first in the build tree, then in the source tree
15791 # (if the path is not absolute). The absolute path cannot be DOS-style,
15792 # because $ac_f cannot contain `:'.
15793 test -f "$ac_f" ||
15794 case $ac_f in
15795 [\\/$]*) false;;
15796 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15797 esac ||
15798 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15799 esac
15800 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15801 as_fn_append ac_file_inputs " '$ac_f'"
15802 done
1c710c3c 15803
5213506e
RW
15804 # Let's still pretend it is `configure' which instantiates (i.e., don't
15805 # use $as_me), people would be surprised to read:
15806 # /* config.h. Generated by config.status. */
15807 configure_input='Generated from '`
15808 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15809 `' by configure.'
15810 if test x"$ac_file" != x-; then
15811 configure_input="$ac_file. $configure_input"
15812 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15813$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15814 fi
5213506e
RW
15815 # Neutralize special characters interpreted by sed in replacement strings.
15816 case $configure_input in #(
15817 *\&* | *\|* | *\\* )
15818 ac_sed_conf_input=`$as_echo "$configure_input" |
15819 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15820 *) ac_sed_conf_input=$configure_input;;
15821 esac
11a67599 15822
5213506e
RW
15823 case $ac_tag in
15824 *:-:* | *:-) cat >"$tmp/stdin" \
15825 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15826 esac
15827 ;;
11a67599
ZW
15828 esac
15829
5213506e 15830 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15831$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15832 X"$ac_file" : 'X\(//\)[^/]' \| \
15833 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15834 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15835$as_echo X"$ac_file" |
15836 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15837 s//\1/
15838 q
15839 }
15840 /^X\(\/\/\)[^/].*/{
15841 s//\1/
15842 q
15843 }
15844 /^X\(\/\/\)$/{
15845 s//\1/
15846 q
15847 }
15848 /^X\(\/\).*/{
15849 s//\1/
15850 q
15851 }
15852 s/.*/./; q'`
15853 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15854 ac_builddir=.
0b0dc272 15855
5213506e
RW
15856case "$ac_dir" in
15857.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15858*)
15859 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15860 # A ".." for each directory in $ac_dir_suffix.
15861 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15862 case $ac_top_builddir_sub in
15863 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15864 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15865 esac ;;
15866esac
15867ac_abs_top_builddir=$ac_pwd
15868ac_abs_builddir=$ac_pwd$ac_dir_suffix
15869# for backward compatibility:
15870ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15871
15872case $srcdir in
5213506e 15873 .) # We are building in place.
1c710c3c 15874 ac_srcdir=.
5213506e
RW
15875 ac_top_srcdir=$ac_top_builddir_sub
15876 ac_abs_top_srcdir=$ac_pwd ;;
15877 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15878 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15879 ac_top_srcdir=$srcdir
15880 ac_abs_top_srcdir=$srcdir ;;
15881 *) # Relative name.
15882 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15883 ac_top_srcdir=$ac_top_build_prefix$srcdir
15884 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15885esac
5213506e 15886ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15887
0b0dc272 15888
5213506e
RW
15889 case $ac_mode in
15890 :F)
15891 #
15892 # CONFIG_FILE
15893 #
1c710c3c
DJ
15894
15895 case $INSTALL in
15896 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15897 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15898 esac
5213506e 15899_ACEOF
11a67599 15900
5213506e
RW
15901cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15902# If the template does not know about datarootdir, expand it.
15903# FIXME: This hack should be removed a few years after 2.60.
15904ac_datarootdir_hack=; ac_datarootdir_seen=
15905ac_sed_dataroot='
15906/datarootdir/ {
15907 p
15908 q
15909}
15910/@datadir@/p
15911/@docdir@/p
15912/@infodir@/p
15913/@localedir@/p
15914/@mandir@/p'
15915case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15916*datarootdir*) ac_datarootdir_seen=yes;;
15917*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15919$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15920_ACEOF
5213506e
RW
15921cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15922 ac_datarootdir_hack='
15923 s&@datadir@&$datadir&g
15924 s&@docdir@&$docdir&g
15925 s&@infodir@&$infodir&g
15926 s&@localedir@&$localedir&g
15927 s&@mandir@&$mandir&g
15928 s&\\\${datarootdir}&$datarootdir&g' ;;
15929esac
15930_ACEOF
15931
15932# Neutralize VPATH when `$srcdir' = `.'.
15933# Shell code in configure.ac might set extrasub.
15934# FIXME: do we really want to maintain this feature?
15935cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15936ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15937$extrasub
15938_ACEOF
5213506e 15939cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15940:t
15941/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15942s|@configure_input@|$ac_sed_conf_input|;t t
15943s&@top_builddir@&$ac_top_builddir_sub&;t t
15944s&@top_build_prefix@&$ac_top_build_prefix&;t t
15945s&@srcdir@&$ac_srcdir&;t t
15946s&@abs_srcdir@&$ac_abs_srcdir&;t t
15947s&@top_srcdir@&$ac_top_srcdir&;t t
15948s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15949s&@builddir@&$ac_builddir&;t t
15950s&@abs_builddir@&$ac_abs_builddir&;t t
15951s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15952s&@INSTALL@&$ac_INSTALL&;t t
15953$ac_datarootdir_hack
15954"
15955eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15956if $ac_cs_awk_getline; then
15957 $AWK -f "$tmp/subs.awk"
15958else
15959 $AWK -f "$tmp/subs.awk" | $SHELL
15960fi >$tmp/out \
15961 || as_fn_error "could not create $ac_file" "$LINENO" 5
15962
15963test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15964 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15965 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15967which seems to be undefined. Please make sure it is defined." >&5
15968$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15969which seems to be undefined. Please make sure it is defined." >&2;}
15970
15971 rm -f "$tmp/stdin"
15972 case $ac_file in
15973 -) cat "$tmp/out" && rm -f "$tmp/out";;
15974 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15975 esac \
15976 || as_fn_error "could not create $ac_file" "$LINENO" 5
15977 ;;
11a67599 15978
11a67599 15979
79c06341 15980
5213506e
RW
15981 esac
15982
3e54529c
RW
15983
15984 case $ac_file$ac_mode in
15985 "Makefile":F) sed "$extrasub_build" Makefile |
15986 sed "$extrasub_host" |
15987 sed "$extrasub_target" > mf$$
15988 mv -f mf$$ Makefile ;;
15989
15990 esac
5213506e
RW
15991done # for ac_tag
15992
15993
15994as_fn_exit 0
1c710c3c 15995_ACEOF
1c710c3c
DJ
15996ac_clean_files=$ac_clean_files_save
15997
5213506e
RW
15998test $ac_write_fail = 0 ||
15999 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16000
1c710c3c
DJ
16001
16002# configure is writing to config.log, and then calls config.status.
16003# config.status does its own redirection, appending to config.log.
16004# Unfortunately, on DOS this fails, as config.log is still kept open
16005# by configure, so config.status won't be able to write to it; its
16006# output is simply discarded. So we exec the FD to /dev/null,
16007# effectively closing config.log, so it can be properly (re)opened and
16008# appended to by config.status. When coming back to configure, we
16009# need to make the FD available again.
16010if test "$no_create" != yes; then
16011 ac_cs_success=:
16012 ac_config_status_args=
16013 test "$silent" = yes &&
16014 ac_config_status_args="$ac_config_status_args --quiet"
16015 exec 5>/dev/null
16016 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16017 exec 5>>config.log
16018 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16019 # would make configure fail if this is the last instruction.
5213506e
RW
16020 $ac_cs_success || as_fn_exit $?
16021fi
16022if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16023 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16024$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 16025fi
79c06341 16026