]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
re PR rtl-optimization/67609 (Generates wrong code for SSE2 _mm_load_pd)
[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
1c01ebf6 646extra_host_zlib_configure_flags
d7f09764 647extra_host_libiberty_configure_flags
fca38047 648stage1_languages
45b3824d
TS
649extra_linker_plugin_flags
650extra_linker_plugin_configure_flags
33ad93b9 651islinc
eae1a5d4 652isllibs
5213506e 653poststage1_ldflags
ed2eaa9f 654poststage1_libs
5213506e 655stage1_ldflags
0b21f5d3 656stage1_libs
0ff2d841 657extra_isl_gmp_configure_flags
5213506e
RW
658extra_mpc_mpfr_configure_flags
659extra_mpc_gmp_configure_flags
660extra_mpfr_configure_flags
661gmpinc
662gmplibs
663do_compare
664GNATMAKE
665GNATBIND
666ac_ct_CXX
667CXXFLAGS
668CXX
669OBJEXT
670EXEEXT
671ac_ct_CC
672CPPFLAGS
673LDFLAGS
674CFLAGS
675CC
a4a2c37d 676EXTRA_CONFIGARGS_LIBJAVA
5f520819 677extra_liboffloadmic_configure_flags
5213506e
RW
678target_subdir
679host_subdir
680build_subdir
681build_libsubdir
87264276
PB
682AWK
683SED
5213506e
RW
684LN_S
685LN
686INSTALL_DATA
687INSTALL_SCRIPT
688INSTALL_PROGRAM
689target_os
690target_vendor
691target_cpu
692target
693host_os
694host_vendor
695host_cpu
696host
697target_noncanonical
698host_noncanonical
699build_noncanonical
700build_os
701build_vendor
702build_cpu
703build
704TOPLEVEL_CONFIGURE_ARGUMENTS
705target_alias
706host_alias
707build_alias
708LIBS
709ECHO_T
710ECHO_N
711ECHO_C
712DEFS
713mandir
714localedir
715libdir
716psdir
717pdfdir
718dvidir
719htmldir
720infodir
721docdir
722oldincludedir
723includedir
724localstatedir
725sharedstatedir
726sysconfdir
727datadir
728datarootdir
729libexecdir
730sbindir
731bindir
732program_transform_name
733prefix
734exec_prefix
735PACKAGE_URL
736PACKAGE_BUGREPORT
737PACKAGE_STRING
738PACKAGE_VERSION
739PACKAGE_TARNAME
740PACKAGE_NAME
741PATH_SEPARATOR
742SHELL'
743ac_subst_files='serialization_dependencies
744host_makefile_frag
745target_makefile_frag
746alphaieee_frag
747ospace_frag'
748ac_user_opts='
749enable_option_checking
750with_build_libsubdir
a05c2c75 751with_system_zlib
85c64bbe
BS
752enable_as_accelerator_for
753enable_offload_targets
5213506e 754enable_gold
21539e2e 755enable_ld
87e6d9dc
TB
756enable_libquadmath
757enable_libquadmath_support
5213506e
RW
758enable_libada
759enable_libssp
1873ec0c 760enable_libstdcxx
5f520819 761enable_liboffloadmic
a4a2c37d 762enable_static_libjava
ff3ac0f4 763enable_bootstrap
5213506e
RW
764with_mpc
765with_mpc_include
766with_mpc_lib
767with_mpfr_dir
768with_mpfr
769with_mpfr_include
770with_mpfr_lib
771with_gmp_dir
772with_gmp
773with_gmp_include
774with_gmp_lib
5213506e 775with_stage1_libs
0b21f5d3 776with_stage1_ldflags
5213506e 777with_boot_libs
ed2eaa9f 778with_boot_ldflags
33ad93b9
RG
779with_isl
780with_isl_include
781with_isl_lib
782enable_isl_version_check
d7f09764 783enable_lto
45b3824d
TS
784enable_linker_plugin_configure_flags
785enable_linker_plugin_flags
5213506e
RW
786enable_stage1_languages
787enable_objc_gc
788with_build_sysroot
789with_debug_prefix_map
5646b7b9 790with_build_config
beeda1d9 791enable_vtable_verify
5213506e
RW
792enable_serial_configure
793with_build_time_tools
794enable_maintainer_mode
795enable_stage1_checking
796enable_werror
459260ec 797enable_host_shared
5213506e
RW
798'
799 ac_precious_vars='build_alias
800host_alias
801target_alias
802CC
803CFLAGS
804LDFLAGS
805LIBS
806CPPFLAGS
807CXX
808CXXFLAGS
809CCC
ffedf511
RW
810build_configargs
811host_configargs
812target_configargs
5213506e
RW
813AR
814AS
815DLLTOOL
816LD
817LIPO
818NM
819RANLIB
820STRIP
821WINDRES
822WINDMC
823OBJCOPY
824OBJDUMP
e7a82751 825READELF
5213506e
RW
826CC_FOR_TARGET
827CXX_FOR_TARGET
828GCC_FOR_TARGET
829GCJ_FOR_TARGET
830GFORTRAN_FOR_TARGET
632e2a07 831GOC_FOR_TARGET
5213506e
RW
832AR_FOR_TARGET
833AS_FOR_TARGET
834DLLTOOL_FOR_TARGET
835LD_FOR_TARGET
836LIPO_FOR_TARGET
837NM_FOR_TARGET
9bccfdf5 838OBJCOPY_FOR_TARGET
5213506e
RW
839OBJDUMP_FOR_TARGET
840RANLIB_FOR_TARGET
e7a82751 841READELF_FOR_TARGET
5213506e
RW
842STRIP_FOR_TARGET
843WINDRES_FOR_TARGET
844WINDMC_FOR_TARGET'
845
671aa708
NN
846
847# Initialize some variables set by options.
1c710c3c
DJ
848ac_init_help=
849ac_init_version=false
5213506e
RW
850ac_unrecognized_opts=
851ac_unrecognized_sep=
671aa708
NN
852# The variables have the same names as the options, with
853# dashes changed to underlines.
1c710c3c 854cache_file=/dev/null
671aa708 855exec_prefix=NONE
671aa708 856no_create=
671aa708
NN
857no_recursion=
858prefix=NONE
859program_prefix=NONE
860program_suffix=NONE
861program_transform_name=s,x,x,
862silent=
863site=
864srcdir=
671aa708
NN
865verbose=
866x_includes=NONE
867x_libraries=NONE
1c710c3c
DJ
868
869# Installation directory options.
870# These are left unexpanded so users can "make install exec_prefix=/foo"
871# and all the variables that are supposed to be based on exec_prefix
872# by default will actually change.
873# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 874# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
875bindir='${exec_prefix}/bin'
876sbindir='${exec_prefix}/sbin'
877libexecdir='${exec_prefix}/libexec'
5213506e
RW
878datarootdir='${prefix}/share'
879datadir='${datarootdir}'
671aa708
NN
880sysconfdir='${prefix}/etc'
881sharedstatedir='${prefix}/com'
882localstatedir='${prefix}/var'
671aa708
NN
883includedir='${prefix}/include'
884oldincludedir='/usr/include'
5213506e
RW
885docdir='${datarootdir}/doc/${PACKAGE}'
886infodir='${datarootdir}/info'
887htmldir='${docdir}'
888dvidir='${docdir}'
889pdfdir='${docdir}'
890psdir='${docdir}'
891libdir='${exec_prefix}/lib'
892localedir='${datarootdir}/locale'
893mandir='${datarootdir}/man'
79c06341 894
671aa708 895ac_prev=
5213506e 896ac_dashdash=
671aa708
NN
897for ac_option
898do
671aa708
NN
899 # If the previous option needs an argument, assign it.
900 if test -n "$ac_prev"; then
5213506e 901 eval $ac_prev=\$ac_option
671aa708
NN
902 ac_prev=
903 continue
904 fi
79c06341 905
5213506e
RW
906 case $ac_option in
907 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
908 *) ac_optarg=yes ;;
909 esac
671aa708
NN
910
911 # Accept the important Cygnus configure options, so we can diagnose typos.
912
5213506e
RW
913 case $ac_dashdash$ac_option in
914 --)
915 ac_dashdash=yes ;;
671aa708
NN
916
917 -bindir | --bindir | --bindi | --bind | --bin | --bi)
918 ac_prev=bindir ;;
919 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 920 bindir=$ac_optarg ;;
671aa708
NN
921
922 -build | --build | --buil | --bui | --bu)
1c710c3c 923 ac_prev=build_alias ;;
671aa708 924 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 925 build_alias=$ac_optarg ;;
671aa708
NN
926
927 -cache-file | --cache-file | --cache-fil | --cache-fi \
928 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
929 ac_prev=cache_file ;;
930 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
931 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
932 cache_file=$ac_optarg ;;
933
934 --config-cache | -C)
935 cache_file=config.cache ;;
671aa708 936
5213506e 937 -datadir | --datadir | --datadi | --datad)
671aa708 938 ac_prev=datadir ;;
5213506e 939 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 940 datadir=$ac_optarg ;;
671aa708 941
5213506e
RW
942 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
943 | --dataroo | --dataro | --datar)
944 ac_prev=datarootdir ;;
945 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
946 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
947 datarootdir=$ac_optarg ;;
948
671aa708 949 -disable-* | --disable-*)
5213506e 950 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 951 # Reject names that are not valid shell variable names.
5213506e
RW
952 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
953 as_fn_error "invalid feature name: $ac_useropt"
954 ac_useropt_orig=$ac_useropt
955 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
956 case $ac_user_opts in
957 *"
958"enable_$ac_useropt"
959"*) ;;
960 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
961 ac_unrecognized_sep=', ';;
962 esac
963 eval enable_$ac_useropt=no ;;
964
965 -docdir | --docdir | --docdi | --doc | --do)
966 ac_prev=docdir ;;
967 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
968 docdir=$ac_optarg ;;
969
970 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
971 ac_prev=dvidir ;;
972 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
973 dvidir=$ac_optarg ;;
671aa708
NN
974
975 -enable-* | --enable-*)
5213506e 976 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 977 # Reject names that are not valid shell variable names.
5213506e
RW
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 as_fn_error "invalid feature name: $ac_useropt"
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
983 *"
984"enable_$ac_useropt"
985"*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
2aeb72e9 988 esac
5213506e 989 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
990
991 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
992 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
993 | --exec | --exe | --ex)
994 ac_prev=exec_prefix ;;
995 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
996 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
997 | --exec=* | --exe=* | --ex=*)
1c710c3c 998 exec_prefix=$ac_optarg ;;
671aa708
NN
999
1000 -gas | --gas | --ga | --g)
1001 # Obsolete; use --with-gas.
1002 with_gas=yes ;;
1003
1c710c3c
DJ
1004 -help | --help | --hel | --he | -h)
1005 ac_init_help=long ;;
1006 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1007 ac_init_help=recursive ;;
1008 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1009 ac_init_help=short ;;
671aa708
NN
1010
1011 -host | --host | --hos | --ho)
1c710c3c 1012 ac_prev=host_alias ;;
671aa708 1013 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1014 host_alias=$ac_optarg ;;
671aa708 1015
5213506e
RW
1016 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1017 ac_prev=htmldir ;;
1018 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1019 | --ht=*)
1020 htmldir=$ac_optarg ;;
1021
671aa708
NN
1022 -includedir | --includedir | --includedi | --included | --include \
1023 | --includ | --inclu | --incl | --inc)
1024 ac_prev=includedir ;;
1025 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1026 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1027 includedir=$ac_optarg ;;
671aa708
NN
1028
1029 -infodir | --infodir | --infodi | --infod | --info | --inf)
1030 ac_prev=infodir ;;
1031 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1032 infodir=$ac_optarg ;;
671aa708
NN
1033
1034 -libdir | --libdir | --libdi | --libd)
1035 ac_prev=libdir ;;
1036 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1037 libdir=$ac_optarg ;;
671aa708
NN
1038
1039 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1040 | --libexe | --libex | --libe)
1041 ac_prev=libexecdir ;;
1042 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1043 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1044 libexecdir=$ac_optarg ;;
671aa708 1045
5213506e
RW
1046 -localedir | --localedir | --localedi | --localed | --locale)
1047 ac_prev=localedir ;;
1048 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1049 localedir=$ac_optarg ;;
1050
671aa708 1051 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1052 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1053 ac_prev=localstatedir ;;
1054 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1055 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1056 localstatedir=$ac_optarg ;;
671aa708
NN
1057
1058 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1059 ac_prev=mandir ;;
1060 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1061 mandir=$ac_optarg ;;
671aa708
NN
1062
1063 -nfp | --nfp | --nf)
1064 # Obsolete; use --without-fp.
1065 with_fp=no ;;
1066
1067 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1068 | --no-cr | --no-c | -n)
671aa708
NN
1069 no_create=yes ;;
1070
1071 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1072 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1073 no_recursion=yes ;;
1074
1075 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1076 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1077 | --oldin | --oldi | --old | --ol | --o)
1078 ac_prev=oldincludedir ;;
1079 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1080 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1081 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1082 oldincludedir=$ac_optarg ;;
671aa708
NN
1083
1084 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1085 ac_prev=prefix ;;
1086 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1087 prefix=$ac_optarg ;;
671aa708
NN
1088
1089 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1090 | --program-pre | --program-pr | --program-p)
1091 ac_prev=program_prefix ;;
1092 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1093 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1094 program_prefix=$ac_optarg ;;
671aa708
NN
1095
1096 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1097 | --program-suf | --program-su | --program-s)
1098 ac_prev=program_suffix ;;
1099 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1100 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1101 program_suffix=$ac_optarg ;;
671aa708
NN
1102
1103 -program-transform-name | --program-transform-name \
1104 | --program-transform-nam | --program-transform-na \
1105 | --program-transform-n | --program-transform- \
1106 | --program-transform | --program-transfor \
1107 | --program-transfo | --program-transf \
1108 | --program-trans | --program-tran \
1109 | --progr-tra | --program-tr | --program-t)
1110 ac_prev=program_transform_name ;;
1111 -program-transform-name=* | --program-transform-name=* \
1112 | --program-transform-nam=* | --program-transform-na=* \
1113 | --program-transform-n=* | --program-transform-=* \
1114 | --program-transform=* | --program-transfor=* \
1115 | --program-transfo=* | --program-transf=* \
1116 | --program-trans=* | --program-tran=* \
1117 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1118 program_transform_name=$ac_optarg ;;
671aa708 1119
5213506e
RW
1120 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1121 ac_prev=pdfdir ;;
1122 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1123 pdfdir=$ac_optarg ;;
1124
1125 -psdir | --psdir | --psdi | --psd | --ps)
1126 ac_prev=psdir ;;
1127 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1128 psdir=$ac_optarg ;;
1129
671aa708
NN
1130 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1131 | -silent | --silent | --silen | --sile | --sil)
1132 silent=yes ;;
1133
1134 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1135 ac_prev=sbindir ;;
1136 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1137 | --sbi=* | --sb=*)
1c710c3c 1138 sbindir=$ac_optarg ;;
671aa708
NN
1139
1140 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1141 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1142 | --sharedst | --shareds | --shared | --share | --shar \
1143 | --sha | --sh)
1144 ac_prev=sharedstatedir ;;
1145 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1146 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1147 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1148 | --sha=* | --sh=*)
1c710c3c 1149 sharedstatedir=$ac_optarg ;;
671aa708
NN
1150
1151 -site | --site | --sit)
1152 ac_prev=site ;;
1153 -site=* | --site=* | --sit=*)
1c710c3c 1154 site=$ac_optarg ;;
671aa708
NN
1155
1156 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1157 ac_prev=srcdir ;;
1158 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1159 srcdir=$ac_optarg ;;
671aa708
NN
1160
1161 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1162 | --syscon | --sysco | --sysc | --sys | --sy)
1163 ac_prev=sysconfdir ;;
1164 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1165 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1166 sysconfdir=$ac_optarg ;;
671aa708
NN
1167
1168 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1169 ac_prev=target_alias ;;
671aa708 1170 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1171 target_alias=$ac_optarg ;;
671aa708
NN
1172
1173 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1174 verbose=yes ;;
1175
1c710c3c
DJ
1176 -version | --version | --versio | --versi | --vers | -V)
1177 ac_init_version=: ;;
671aa708
NN
1178
1179 -with-* | --with-*)
5213506e 1180 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1181 # Reject names that are not valid shell variable names.
5213506e
RW
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183 as_fn_error "invalid package name: $ac_useropt"
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1187 *"
1188"with_$ac_useropt"
1189"*) ;;
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
2aeb72e9 1192 esac
5213506e 1193 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1194
1195 -without-* | --without-*)
5213506e 1196 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1197 # Reject names that are not valid shell variable names.
5213506e
RW
1198 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1199 as_fn_error "invalid package name: $ac_useropt"
1200 ac_useropt_orig=$ac_useropt
1201 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1202 case $ac_user_opts in
1203 *"
1204"with_$ac_useropt"
1205"*) ;;
1206 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1207 ac_unrecognized_sep=', ';;
1208 esac
1209 eval with_$ac_useropt=no ;;
671aa708
NN
1210
1211 --x)
1212 # Obsolete; use --with-x.
1213 with_x=yes ;;
1214
1215 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1216 | --x-incl | --x-inc | --x-in | --x-i)
1217 ac_prev=x_includes ;;
1218 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1219 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1220 x_includes=$ac_optarg ;;
671aa708
NN
1221
1222 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1223 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1224 ac_prev=x_libraries ;;
1225 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1226 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1227 x_libraries=$ac_optarg ;;
671aa708 1228
5213506e
RW
1229 -*) as_fn_error "unrecognized option: \`$ac_option'
1230Try \`$0 --help' for more information."
671aa708
NN
1231 ;;
1232
1c710c3c
DJ
1233 *=*)
1234 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1235 # Reject names that are not valid shell variable names.
5213506e
RW
1236 case $ac_envvar in #(
1237 '' | [0-9]* | *[!_$as_cr_alnum]* )
1238 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1239 esac
1240 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1241 export $ac_envvar ;;
1242
671aa708 1243 *)
1c710c3c 1244 # FIXME: should be removed in autoconf 3.0.
5213506e 1245 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1246 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1247 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1248 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1249 ;;
1250
1251 esac
1252done
1253
1254if test -n "$ac_prev"; then
1c710c3c 1255 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1256 as_fn_error "missing argument to $ac_option"
af71363e 1257fi
af71363e 1258
5213506e
RW
1259if test -n "$ac_unrecognized_opts"; then
1260 case $enable_option_checking in
1261 no) ;;
1262 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1263 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1264 esac
5213506e 1265fi
2aeb72e9 1266
5213506e
RW
1267# Check all directory arguments for consistency.
1268for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1269 datadir sysconfdir sharedstatedir localstatedir includedir \
1270 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1271 libdir localedir mandir
2aeb72e9 1272do
5213506e
RW
1273 eval ac_val=\$$ac_var
1274 # Remove trailing slashes.
1275 case $ac_val in
1276 */ )
1277 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1278 eval $ac_var=\$ac_val;;
1279 esac
1280 # Be sure to have absolute directory names.
2aeb72e9 1281 case $ac_val in
5213506e
RW
1282 [\\/$]* | ?:[\\/]* ) continue;;
1283 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1284 esac
5213506e 1285 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1286done
1287
1c710c3c
DJ
1288# There might be people who depend on the old broken behavior: `$host'
1289# used to hold the argument of --host etc.
1290# FIXME: To remove some day.
1291build=$build_alias
1292host=$host_alias
1293target=$target_alias
0b0dc272 1294
1c710c3c
DJ
1295# FIXME: To remove some day.
1296if test "x$host_alias" != x; then
1297 if test "x$build_alias" = x; then
1298 cross_compiling=maybe
5213506e 1299 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1300 If a cross compiler is detected then cross compile mode will be used." >&2
1301 elif test "x$build_alias" != "x$host_alias"; then
1302 cross_compiling=yes
1303 fi
1304fi
1305
1306ac_tool_prefix=
1307test -n "$host_alias" && ac_tool_prefix=$host_alias-
1308
1309test "$silent" = yes && exec 6>/dev/null
671aa708 1310
671aa708 1311
5213506e
RW
1312ac_pwd=`pwd` && test -n "$ac_pwd" &&
1313ac_ls_di=`ls -di .` &&
1314ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1315 as_fn_error "working directory cannot be determined"
1316test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1317 as_fn_error "pwd does not report name of working directory"
1318
1319
671aa708
NN
1320# Find the source files, if location was not specified.
1321if test -z "$srcdir"; then
1322 ac_srcdir_defaulted=yes
5213506e
RW
1323 # Try the directory containing this script, then the parent directory.
1324 ac_confdir=`$as_dirname -- "$as_myself" ||
1325$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1326 X"$as_myself" : 'X\(//\)[^/]' \| \
1327 X"$as_myself" : 'X\(//\)$' \| \
1328 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1329$as_echo X"$as_myself" |
1330 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1331 s//\1/
1332 q
1333 }
1334 /^X\(\/\/\)[^/].*/{
1335 s//\1/
1336 q
1337 }
1338 /^X\(\/\/\)$/{
1339 s//\1/
1340 q
1341 }
1342 /^X\(\/\).*/{
1343 s//\1/
1344 q
1345 }
1346 s/.*/./; q'`
671aa708 1347 srcdir=$ac_confdir
5213506e 1348 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1349 srcdir=..
1350 fi
1351else
1352 ac_srcdir_defaulted=no
1353fi
5213506e
RW
1354if test ! -r "$srcdir/$ac_unique_file"; then
1355 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1356 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1357fi
1358ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1359ac_abs_confdir=`(
1360 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1361 pwd)`
1362# When building in place, set srcdir=.
1363if test "$ac_abs_confdir" = "$ac_pwd"; then
1364 srcdir=.
1365fi
1366# Remove unnecessary trailing slashes from srcdir.
1367# Double slashes in file names in object file debugging info
1368# mess up M-x gdb in Emacs.
1369case $srcdir in
1370*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1371esac
87841584
AM
1372case $srcdir in
1373 *" "*)
1374 as_fn_error "path to source, $srcdir, contains spaces"
1375 ;;
1376esac
ac9e6043
RW
1377ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1378
5213506e
RW
1379for ac_var in $ac_precious_vars; do
1380 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1381 eval ac_env_${ac_var}_value=\$${ac_var}
1382 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1383 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1384done
1c710c3c
DJ
1385
1386#
1387# Report the --help message.
1388#
1389if test "$ac_init_help" = "long"; then
1390 # Omit some internal or obsolete options to make the list less imposing.
1391 # This message is too long to be a string in the A/UX 3.1 sh.
1392 cat <<_ACEOF
1393\`configure' configures this package to adapt to many kinds of systems.
1394
1395Usage: $0 [OPTION]... [VAR=VALUE]...
1396
1397To assign environment variables (e.g., CC, CFLAGS...), specify them as
1398VAR=VALUE. See below for descriptions of some of the useful variables.
1399
1400Defaults for the options are specified in brackets.
1401
1402Configuration:
1403 -h, --help display this help and exit
1404 --help=short display options specific to this package
1405 --help=recursive display the short help of all the included packages
1406 -V, --version display version information and exit
1407 -q, --quiet, --silent do not print \`checking...' messages
1408 --cache-file=FILE cache test results in FILE [disabled]
1409 -C, --config-cache alias for \`--cache-file=config.cache'
1410 -n, --no-create do not create output files
1411 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1412
1c710c3c
DJ
1413Installation directories:
1414 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1415 [$ac_default_prefix]
1c710c3c 1416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1417 [PREFIX]
1c710c3c
DJ
1418
1419By default, \`make install' will install all the files in
1420\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1421an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1422for instance \`--prefix=\$HOME'.
1423
1424For better control, use the options below.
1425
1426Fine tuning of the installation directories:
5213506e
RW
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
1441 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1446_ACEOF
1447
1448 cat <<\_ACEOF
1449
1450Program names:
1451 --program-prefix=PREFIX prepend PREFIX to installed program names
1452 --program-suffix=SUFFIX append SUFFIX to installed program names
1453 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1454
1455System types:
1456 --build=BUILD configure for building on BUILD [guessed]
1457 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1458 --target=TARGET configure for building compilers for TARGET [HOST]
1459_ACEOF
1460fi
1461
1462if test -n "$ac_init_help"; then
1463
1464 cat <<\_ACEOF
1465
1466Optional Features:
5213506e 1467 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1468 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1469 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
85c64bbe
BS
1470 --enable-as-accelerator-for=ARG
1471 build as offload target compiler. Specify offload
1472 host triple by ARG
1473 --enable-offload-targets=LIST
1474 enable offloading to devices from comma-separated
1475 LIST of TARGET[=DIR]. Use optional path to find
1476 offload target compiler during the build
21539e2e 1477 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1478 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
87e6d9dc
TB
1479 --disable-libquadmath do not build libquadmath directory
1480 --disable-libquadmath-support
1481 disable libquadmath support for Fortran
30b74385
RW
1482 --enable-libada build libada directory
1483 --enable-libssp build libssp directory
1873ec0c 1484 --disable-libstdcxx do not build libstdc++-v3 directory
5f520819
KY
1485 --enable-liboffloadmic=ARG
1486 build liboffloadmic [ARG={no,host,target}]
a4a2c37d
MK
1487 --enable-static-libjava[=ARG]
1488 build static libjava [default=no]
ff3ac0f4 1489 --enable-bootstrap enable bootstrapping [yes if native build]
33ad93b9
RG
1490 --disable-isl-version-check
1491 disable check for ISL version
d7f09764 1492 --enable-lto enable link time optimization support
45b3824d
TS
1493 --enable-linker-plugin-configure-flags=FLAGS
1494 additional flags for configuring linker plugins
1495 [none]
1496 --enable-linker-plugin-flags=FLAGS
1497 additional flags for configuring and building linker
1498 plugins [none]
33e39b66
AS
1499 --enable-stage1-languages[=all]
1500 choose additional languages to build during stage1.
1501 Mostly useful for compiler development
1502 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1503 Objective-C runtime
318a4e6d 1504 --enable-vtable-verify Enable vtable verification feature
30b74385 1505 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1506 force sequential configuration of sub-packages for
1507 the host, target or build machine, or all
1508 sub-packages
1509 --enable-maintainer-mode
1510 enable make rules and dependencies not useful (and
1511 sometimes confusing) to the casual installer
1512 --enable-stage1-checking[=all]
1513 choose additional checking for stage1 of the
1514 compiler
1c710c3c 1515 --enable-werror enable -Werror in bootstrap stage2 and later
459260ec 1516 --enable-host-shared build host code as shared libraries
1c710c3c
DJ
1517
1518Optional Packages:
1519 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1520 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1521 --with-build-libsubdir=DIR Directory where to find libraries for build system
a05c2c75 1522 --with-system-zlib use installed libz
33e39b66
AS
1523 --with-mpc=PATH specify prefix directory for installed MPC package.
1524 Equivalent to --with-mpc-include=PATH/include plus
1525 --with-mpc-lib=PATH/lib
1526 --with-mpc-include=PATH specify directory for installed MPC include files
1527 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1528 --with-mpfr-dir=PATH this option has been REMOVED
1529 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1530 Equivalent to --with-mpfr-include=PATH/include plus
1531 --with-mpfr-lib=PATH/lib
1c710c3c 1532 --with-mpfr-include=PATH
30b74385
RW
1533 specify directory for installed MPFR include files
1534 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1535 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1536 --with-gmp=PATH specify prefix directory for the installed GMP
1537 package. Equivalent to
1538 --with-gmp-include=PATH/include plus
1539 --with-gmp-lib=PATH/lib
30b74385
RW
1540 --with-gmp-include=PATH specify directory for installed GMP include files
1541 --with-gmp-lib=PATH specify directory for the installed GMP library
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 2856use_included_zlib=
a05c2c75
L
2857
2858# Check whether --with-system-zlib was given.
2859if test "${with_system_zlib+set}" = set; then :
2860 withval=$with_system_zlib;
2861fi
2862
d7f09764
DN
2863# Make sure we don't let ZLIB be added if we didn't want it.
2864if test x$with_system_zlib = xyes ; then
2865 use_included_zlib=no
2866 noconfigdirs="$noconfigdirs zlib"
2867fi
2868
1c710c3c 2869# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2870# it's not even worth trying to configure, much less build, that tool.
79c06341 2871
671aa708
NN
2872case ${with_x} in
2873 yes | "") ;; # the default value for this tree is that X11 is available
2874 no)
b4f96efe 2875 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2876 # We won't be able to build gdbtk without X.
1c710c3c 2877 enable_gdbtk=no
671aa708
NN
2878 ;;
2879 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2880esac
79c06341 2881
1bcce263 2882# Some are only suitable for cross toolchains.
671aa708
NN
2883# Remove these if host=target.
2884cross_only="target-libgloss target-newlib target-opcodes"
2885
2886case $is_cross_compiler in
2887 no) skipdirs="${skipdirs} ${cross_only}" ;;
671aa708 2888esac
79c06341 2889
671aa708
NN
2890# If both --with-headers and --with-libs are specified, default to
2891# --without-newlib.
ee6a22df
L
2892if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2893 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2894 if test x"${with_newlib}" = x ; then
2895 with_newlib=no
2896 fi
79c06341
JL
2897fi
2898
671aa708
NN
2899# Recognize --with-newlib/--without-newlib.
2900case ${with_newlib} in
2901 no) skipdirs="${skipdirs} target-newlib" ;;
2902 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2903esac
79c06341 2904
85c64bbe
BS
2905# Check whether --enable-as-accelerator-for was given.
2906if test "${enable_as_accelerator_for+set}" = set; then :
4b4f2e35 2907 enableval=$enable_as_accelerator_for;
85c64bbe
BS
2908fi
2909
2910
2911# Check whether --enable-offload-targets was given.
2912if test "${enable_offload_targets+set}" = set; then :
2913 enableval=$enable_offload_targets;
2914 if test x"$enable_offload_targets" = x; then
2915 as_fn_error "no offload targets specified" "$LINENO" 5
2916 fi
2917
2918else
2919 enable_offload_targets=
2920fi
2921
2922
21539e2e
MK
2923# Handle --enable-gold, --enable-ld.
2924# --disable-gold [--enable-ld]
2925# Build only ld. Default option.
9580395f
L
2926# --enable-gold [--enable-ld]
2927# Build both gold and ld. Install gold as "ld.gold", install ld
2928# as "ld.bfd" and "ld".
2929# --enable-gold=default [--enable-ld]
21539e2e
MK
2930# Build both gold and ld. Install gold as "ld.gold" and "ld",
2931# install ld as "ld.bfd".
2932# --enable-gold[=default] --disable-ld
2933# Build only gold, which is then installed as both "ld.gold" and "ld".
2934# --enable-gold --enable-ld=default
9580395f
L
2935# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2936# and ld.bfd).
21539e2e
MK
2937# In other words, ld is default
2938# --enable-gold=default --enable-ld=default
2939# Error.
2940
2941default_ld=
5213506e
RW
2942# Check whether --enable-gold was given.
2943if test "${enable_gold+set}" = set; then :
2944 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2945else
2946 ENABLE_GOLD=no
5213506e
RW
2947fi
2948
21539e2e
MK
2949case "${ENABLE_GOLD}" in
2950 yes|default)
38e3d868
RM
2951 # Check for ELF target.
2952 is_elf=no
2953 case "${target}" in
2954 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
0e76460f 2955 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a 2956 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
ff4b7a7e 2957 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
38e3d868
RM
2958 case "${target}" in
2959 *-*-linux*aout* | *-*-linux*oldld*)
2960 ;;
2961 *)
2962 is_elf=yes
2963 ;;
2964 esac
2965 esac
2966
2967 if test "$is_elf" = "yes"; then
2968 # Check for target supported by gold.
5afab7ad 2969 case "${target}" in
7705dfd1
JY
2970 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
2971 | aarch64*-*-* | tilegx*-*-*)
21539e2e
MK
2972 configdirs="$configdirs gold"
2973 if test x${ENABLE_GOLD} = xdefault; then
2974 default_ld=gold
2975 fi
38e3d868 2976 ENABLE_GOLD=yes
5afab7ad
ILT
2977 ;;
2978 esac
38e3d868
RM
2979 fi
2980 ;;
2981 no)
2982 ;;
2983 *)
2984 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2985 ;;
21539e2e
MK
2986esac
2987
2988# Check whether --enable-ld was given.
2989if test "${enable_ld+set}" = set; then :
2990 enableval=$enable_ld; ENABLE_LD=$enableval
2991else
2992 ENABLE_LD=yes
2993fi
2994
2995
2996case "${ENABLE_LD}" in
2997 default)
9580395f 2998 if test x${default_ld} != x; then
21539e2e
MK
2999 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3000 fi
3001 ;;
3002 yes)
3003 ;;
3004 no)
3005 if test x${ENABLE_GOLD} != xyes; then
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3007$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3008 fi
3009 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3010 ;;
3011 *)
3012 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3013 ;;
3014esac
5afab7ad 3015
671aa708 3016# Configure extra directories which are host specific
79c06341 3017
671aa708
NN
3018case "${host}" in
3019 *-cygwin*)
3020 configdirs="$configdirs libtermcap" ;;
3021esac
79c06341 3022
4fab7234
HPN
3023# A target can indicate whether a language isn't supported for some reason.
3024# Only spaces may be used in this macro; not newlines or tabs.
3025unsupported_languages=
3026
1c710c3c 3027# Remove more programs from consideration, based on the host or
671aa708
NN
3028# target this usually means that a port of the program doesn't
3029# exist yet.
ec8d6ddc 3030
671aa708 3031case "${host}" in
111eeb6e 3032 i[3456789]86-*-msdosdjgpp*)
c9bdb152 3033 noconfigdirs="$noconfigdirs tcl tk itcl"
671aa708 3034 ;;
671aa708 3035esac
ec8d6ddc 3036
6de9cd9a 3037
87e6d9dc
TB
3038# Check whether --enable-libquadmath was given.
3039if test "${enable_libquadmath+set}" = set; then :
3040 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3041else
3042 ENABLE_LIBQUADMATH=yes
3043fi
3044
3045if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3046 noconfigdirs="$noconfigdirs target-libquadmath"
3047fi
3048
3049
3050# Check whether --enable-libquadmath-support was given.
3051if test "${enable_libquadmath_support+set}" = set; then :
3052 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3053else
3054 ENABLE_LIBQUADMATH_SUPPORT=yes
3055fi
3056
3057enable_libquadmath_support=
3058if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3059 enable_libquadmath_support=no
3060fi
3061
3062
5213506e
RW
3063# Check whether --enable-libada was given.
3064if test "${enable_libada+set}" = set; then :
3065 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3066else
3067 ENABLE_LIBADA=yes
5213506e
RW
3068fi
3069
d9cdb878 3070if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3071 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3072fi
3073
5213506e
RW
3074# Check whether --enable-libssp was given.
3075if test "${enable_libssp+set}" = set; then :
3076 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3077else
3078 ENABLE_LIBSSP=yes
5213506e
RW
3079fi
3080
ef0087a7 3081
1873ec0c
L
3082# Check whether --enable-libstdcxx was given.
3083if test "${enable_libstdcxx+set}" = set; then :
3084 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3085else
3086 ENABLE_LIBSTDCXX=default
3087fi
3088
3089if test "${ENABLE_LIBSTDCXX}" = "no" ; then
1007a55c 3090 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1873ec0c
L
3091fi
3092
5f520819
KY
3093# If this is accelerator compiler and its target is intelmic we enable
3094# target liboffloadmic by default. If this is compiler with offloading
3095# for intelmic we enable host liboffloadmic by default. Otherwise
3096# liboffloadmic is disabled by default.
3097# Check whether --enable-liboffloadmic was given.
3098if test "${enable_liboffloadmic+set}" = set; then :
3099 enableval=$enable_liboffloadmic; case "$enableval" in
3100 no | host | target)
3101 enable_liboffloadmic=$enableval ;;
3102 *)
3103 as_fn_error "--enable-liboffloadmic=no/host/target" "$LINENO" 5 ;;
3104esac
3105else
4b4f2e35 3106 if test x"$enable_as_accelerator_for" != x; then
5f520819
KY
3107 case "${target}" in
3108 *-intelmic-* | *-intelmicemul-*)
3109 enable_liboffloadmic=target
3110 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=target"
3111 ;;
3112 *)
3113 enable_liboffloadmic=no
3114 ;;
3115 esac
3116else
3117 case "${enable_offload_targets}" in
3118 *-intelmic-* | *-intelmicemul-*)
3119 enable_liboffloadmic=host
3120 extra_liboffloadmic_configure_flags="--enable-liboffloadmic=host"
3121 ;;
3122 *)
3123 enable_liboffloadmic=no
3124 ;;
3125 esac
3126fi
3127fi
3128
3129
3130
671aa708
NN
3131# Save it here so that, even in case of --enable-libgcj, if the Java
3132# front-end isn't enabled, we still get libgcj disabled.
3133libgcj_saved=$libgcj
3134case $enable_libgcj in
3135yes)
3136 # If we reset it here, it won't get added to noconfigdirs in the
3137 # target-specific build rules, so it will be forcibly enabled
3138 # (unless the Java language itself isn't enabled).
3139 libgcj=
3140 ;;
3141no)
3142 # Make sure we get it printed in the list of not supported target libs.
4da3b0f8
ILT
3143 # Don't disable libffi, though, other languages use it.
3144 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
d479b128
ILT
3145 # Clear libgcj_saved so that even if java is enabled libffi won't be
3146 # built.
3147 libgcj_saved=
671aa708
NN
3148 ;;
3149esac
ec8d6ddc 3150
a4a2c37d
MK
3151# Check whether --enable-static-libjava was given.
3152if test "${enable_static_libjava+set}" = set; then :
3153 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3154else
3155 ENABLE_STATIC_LIBJAVA=no
3156fi
3157
3158enable_static_libjava=
3159if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3160 enable_static_libjava=yes
3161fi
3162
3163if test x$enable_static_libjava != xyes ; then
3164 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3165fi
3166
6de9cd9a 3167
44a7d18d 3168# Enable libgomp by default on hosted POSIX systems, and a few others.
27079765 3169if test x$enable_libgomp = x ; then
953ff289 3170 case "${target}" in
416ac4d4 3171 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 3172 ;;
8c6d158a 3173 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 3174 ;;
b24513a1 3175 *-*-solaris2* | *-*-hpux11*)
953ff289 3176 ;;
cac90078 3177 *-*-darwin* | *-*-aix*)
953ff289 3178 ;;
44a7d18d
TS
3179 nvptx*-*-*)
3180 ;;
953ff289
DN
3181 *)
3182 noconfigdirs="$noconfigdirs target-libgomp"
3183 ;;
3184 esac
27079765 3185fi
953ff289 3186
48310492
RH
3187# Disable libatomic on unsupported systems.
3188if test -d ${srcdir}/libatomic; then
3189 if test x$enable_libatomic = x; then
3190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3191$as_echo_n "checking for libatomic support... " >&6; }
3192 if (srcdir=${srcdir}/libatomic; \
3193 . ${srcdir}/configure.tgt; \
3194 test -n "$UNSUPPORTED")
3195 then
3196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3197$as_echo "no" >&6; }
3198 noconfigdirs="$noconfigdirs target-libatomic"
3199 else
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3201$as_echo "yes" >&6; }
3202 fi
3203 fi
3204fi
3205
3038054c
BI
3206# Disable libcilkrts on unsupported systems.
3207if test -d ${srcdir}/libcilkrts; then
3208 if test x$enable_libcilkrts = x; then
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3210$as_echo_n "checking for libcilkrts support... " >&6; }
3211 if (srcdir=${srcdir}/libcilkrts; \
3212 . ${srcdir}/configure.tgt; \
3213 test -n "$UNSUPPORTED")
3214 then
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3216$as_echo "no" >&6; }
3217 noconfigdirs="$noconfigdirs target-libcilkrts"
3218 else
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3220$as_echo "yes" >&6; }
3221 fi
3222 fi
3223fi
3224
5f520819
KY
3225# Disable liboffloadmic on unsupported systems.
3226if test -d ${srcdir}/liboffloadmic; then
3227 if test x$enable_liboffloadmic != xno; then
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for liboffloadmic support" >&5
3229$as_echo_n "checking for liboffloadmic support... " >&6; }
3230 if (srcdir=${srcdir}/liboffloadmic; \
3231 . ${srcdir}/configure.tgt; \
3232 test -n "$UNSUPPORTED")
3233 then
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3235$as_echo "no" >&6; }
3236 noconfigdirs="$noconfigdirs target-liboffloadmic"
3237 else
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3239$as_echo "yes" >&6; }
3240 fi
3241 fi
3242fi
3243
e948157d
RH
3244# Disable libitm on unsupported systems.
3245if test -d ${srcdir}/libitm; then
3246 if test x$enable_libitm = x; then
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
01f3428c 3248$as_echo_n "checking for libitm support... " >&6; }
e948157d
RH
3249 if (srcdir=${srcdir}/libitm; \
3250 . ${srcdir}/configure.tgt; \
3251 test -n "$UNSUPPORTED")
3252 then
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
01f3428c 3254$as_echo "no" >&6; }
e948157d
RH
3255 noconfigdirs="$noconfigdirs target-libitm"
3256 else
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
01f3428c 3258$as_echo "yes" >&6; }
e948157d
RH
3259 fi
3260 fi
0a35513e
AH
3261fi
3262
93bf5390
RH
3263# Disable libsanitizer on unsupported systems.
3264if test -d ${srcdir}/libsanitizer; then
3265 if test x$enable_libsanitizer = x; then
3266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3267$as_echo_n "checking for libsanitizer support... " >&6; }
3268 if (srcdir=${srcdir}/libsanitizer; \
3269 . ${srcdir}/configure.tgt; \
3270 test -n "$UNSUPPORTED")
3271 then
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3273$as_echo "no" >&6; }
3274 noconfigdirs="$noconfigdirs target-libsanitizer"
3275 else
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3277$as_echo "yes" >&6; }
3278 fi
3279 fi
3280fi
3281
2077db1b
CT
3282# Disable libvtv on unsupported systems.
3283if test -d ${srcdir}/libvtv; then
3284 if test x$enable_libvtv = x; then
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3286$as_echo_n "checking for libvtv support... " >&6; }
3287 if (srcdir=${srcdir}/libvtv; \
3288 . ${srcdir}/configure.tgt; \
1e74b850 3289 test "$VTV_SUPPORTED" != "yes")
2077db1b
CT
3290 then
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3292$as_echo "no" >&6; }
3293 noconfigdirs="$noconfigdirs target-libvtv"
3294 else
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3296$as_echo "yes" >&6; }
3297 fi
3298 fi
3299fi
3300
5373cd33
IE
3301
3302# Enable libmpx on supported systems by request.
3303if test -d ${srcdir}/libmpx; then
3304 if test x$enable_libmpx = xyes; then
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpx support" >&5
3306$as_echo_n "checking for libmpx support... " >&6; }
3307 if (srcdir=${srcdir}/libmpx; \
3308 . ${srcdir}/configure.tgt; \
3309 test "$LIBMPX_SUPPORTED" != "yes")
3310 then
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3312$as_echo "no" >&6; }
3313 noconfigdirs="$noconfigdirs target-libmpx"
3314 else
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3316$as_echo "yes" >&6; }
3317 fi
3318 else
3319 noconfigdirs="$noconfigdirs target-libmpx"
3320 fi
3321fi
3322
3323
3324
d91491e5
SE
3325# Disable libquadmath for some systems.
3326case "${target}" in
e7fae550
DE
3327 avr-*-*)
3328 noconfigdirs="$noconfigdirs target-libquadmath"
3329 ;;
d91491e5
SE
3330 # libquadmath is unused on AIX and libquadmath build process use of
3331 # LD_LIBRARY_PATH can break AIX bootstrap.
3332 powerpc-*-aix* | rs6000-*-aix*)
3333 noconfigdirs="$noconfigdirs target-libquadmath"
3334 ;;
3335esac
3336
1e9e0e23
JM
3337# Disable libssp for some systems.
3338case "${target}" in
3339 avr-*-*)
b318fb4b 3340 # No hosted I/O support.
1e9e0e23
JM
3341 noconfigdirs="$noconfigdirs target-libssp"
3342 ;;
3343 powerpc-*-aix* | rs6000-*-aix*)
3344 noconfigdirs="$noconfigdirs target-libssp"
85b8555e
DD
3345 ;;
3346 rl78-*-*)
7cb62ef1
EB
3347 # libssp uses a misaligned load to trigger a fault, but the RL78
3348 # doesn't fault for those - instead, it gives a build-time error
3349 # for explicit misaligned loads.
85b8555e 3350 noconfigdirs="$noconfigdirs target-libssp"
1e9e0e23 3351 ;;
0969ec7d
EB
3352 visium-*-*)
3353 # No hosted I/O support.
3354 noconfigdirs="$noconfigdirs target-libssp"
3355 ;;
1e9e0e23
JM
3356esac
3357
1e9e0e23 3358# Disable libstdc++-v3 for some systems.
1873ec0c
L
3359# Allow user to override this if they pass --enable-libstdc++-v3
3360if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3361 case "${target}" in
3362 *-*-vxworks*)
3363 # VxWorks uses the Dinkumware C++ library.
3364 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3365 ;;
3366 arm*-wince-pe*)
3367 # the C++ libraries don't build on top of CE's C libraries
3368 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3369 ;;
3370 avr-*-*)
3371 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3372 ;;
fef939d6
JB
3373 ft32-*-*)
3374 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3375 ;;
1873ec0c
L
3376 esac
3377fi
1e9e0e23
JM
3378
3379# Disable Fortran for some systems.
3380case "${target}" in
3381 mmix-*-*)
3382 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3383 unsupported_languages="$unsupported_languages fortran"
3384 ;;
3385esac
3386
80f81134 3387# Disable Java if libffi is not supported.
2909494b 3388case "${target}" in
eb7062cf
AS
3389 aarch64-*-*)
3390 ;;
80f81134
JM
3391 alpha*-*-*)
3392 ;;
3393 arm*-*-*)
3394 ;;
3395 cris-*-*)
3396 ;;
3397 frv-*-*)
3398 ;;
3399 hppa*-*-linux*)
3400 ;;
3401 hppa*-*-hpux*)
3402 ;;
3403 i?86-*-*)
3404 ;;
3405 ia64*-*-*)
3406 ;;
3407 m32r*-*-*)
3408 ;;
3409 m68k-*-*)
3410 ;;
b24513a1 3411 mips*-*-rtems*)
80f81134
JM
3412 ;;
3413 mips*-*-linux*)
3414 ;;
3415 powerpc*-*-linux*)
3416 ;;
3417 powerpc-*-darwin*)
3418 ;;
3419 powerpc-*-aix* | rs6000-*-aix*)
3420 ;;
3421 powerpc-*-freebsd*)
3422 ;;
3423 powerpc64-*-freebsd*)
3424 ;;
3425 powerpc*-*-rtems*)
2909494b 3426 ;;
80f81134
JM
3427 s390-*-* | s390x-*-*)
3428 ;;
3429 sh-*-* | sh[34]*-*-*)
3430 ;;
3431 sh64-*-* | sh5*-*-*)
3432 ;;
3433 sparc*-*-*)
3434 ;;
3435 x86_64-*-*)
3436 ;;
3437 *-*-*)
3438 unsupported_languages="$unsupported_languages java"
3439 ;;
3440esac
3441
3442# Disable Java, libgcj or related libraries for some systems.
3443case "${target}" in
2909494b
JM
3444 powerpc-*-darwin*)
3445 ;;
3446 i[3456789]86-*-darwin*)
3447 ;;
3448 x86_64-*-darwin[912]*)
3449 ;;
3450 *-*-darwin*)
3451 noconfigdirs="$noconfigdirs ${libgcj}"
3452 ;;
2909494b
JM
3453 *-*-netware*)
3454 noconfigdirs="$noconfigdirs ${libgcj}"
3455 ;;
3456 *-*-rtems*)
3457 noconfigdirs="$noconfigdirs ${libgcj}"
3458 ;;
3459 *-*-tpf*)
3460 noconfigdirs="$noconfigdirs ${libgcj}"
3461 ;;
3462 *-*-uclinux*)
3463 noconfigdirs="$noconfigdirs ${libgcj}"
3464 ;;
3465 *-*-vxworks*)
3466 noconfigdirs="$noconfigdirs ${libgcj}"
3467 ;;
2909494b
JM
3468 alpha*-*-*vms*)
3469 noconfigdirs="$noconfigdirs ${libgcj}"
3470 ;;
82a19768
AT
3471 arm*-*-freebsd*)
3472 noconfigdirs="$noconfigdirs ${libgcj}"
3473 ;;
80f81134 3474 arm-wince-pe)
2909494b
JM
3475 noconfigdirs="$noconfigdirs ${libgcj}"
3476 ;;
2909494b
JM
3477 arm*-*-symbianelf*)
3478 noconfigdirs="$noconfigdirs ${libgcj}"
3479 ;;
2909494b 3480 bfin-*-*)
2909494b
JM
3481 noconfigdirs="$noconfigdirs target-boehm-gc"
3482 ;;
2909494b
JM
3483 cris-*-* | crisv32-*-*)
3484 unsupported_languages="$unsupported_languages java"
3485 case "${target}" in
3486 *-*-linux*)
3487 ;;
3488 *) # See PR46792 regarding target-libffi.
3489 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3490 esac
3491 ;;
2909494b
JM
3492 hppa*64*-*-linux*)
3493 # In this case, it's because the hppa64-linux target is for
3494 # the kernel only at this point and has no libc, and thus no
3495 # headers, crt*.o, etc., all of which are needed by these.
fddf9ee7 3496 unsupported_languages="$unsupported_languages java"
2909494b 3497 ;;
fddf9ee7 3498 hppa*64*-*-hpux*)
2909494b
JM
3499 noconfigdirs="$noconfigdirs ${libgcj}"
3500 ;;
3501 hppa*-hp-hpux11*)
3502 ;;
fddf9ee7 3503 hppa*-*-hpux*)
2909494b
JM
3504 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3505 # build on HP-UX 10.20.
3506 noconfigdirs="$noconfigdirs ${libgcj}"
3507 ;;
2909494b
JM
3508 ia64*-*-*vms*)
3509 noconfigdirs="$noconfigdirs ${libgcj}"
3510 ;;
2909494b
JM
3511 i[3456789]86-w64-mingw*)
3512 noconfigdirs="$noconfigdirs ${libgcj}"
3513 ;;
3514 i[3456789]86-*-mingw*)
3515 noconfigdirs="$noconfigdirs ${libgcj}"
3516 ;;
3517 x86_64-*-mingw*)
3518 noconfigdirs="$noconfigdirs ${libgcj}"
3519 ;;
2909494b
JM
3520 mmix-*-*)
3521 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
2909494b
JM
3522 ;;
3523 powerpc-*-aix*)
3524 # copied from rs6000-*-* entry
3525 noconfigdirs="$noconfigdirs ${libgcj}"
3526 ;;
2909494b
JM
3527 rs6000-*-aix*)
3528 noconfigdirs="$noconfigdirs ${libgcj}"
3529 ;;
a05c2c75
L
3530 ft32-*-*)
3531 noconfigdirs="$noconfigdirs ${libgcj}"
3532 ;;
2909494b
JM
3533 *-*-lynxos*)
3534 noconfigdirs="$noconfigdirs ${libgcj}"
3535 ;;
2909494b
JM
3536esac
3537
1335a8ca
JBG
3538# Disable the go frontend on systems where it is known to not work. Please keep
3539# this in sync with contrib/config-list.mk.
74cc5471
ILT
3540case "${target}" in
3541*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
3542 unsupported_languages="$unsupported_languages go"
3543 ;;
3544esac
3545
cdbc9e92
ILT
3546# Disable libgo for some systems where it is known to not work.
3547# For testing, you can easily override this with --enable-libgo.
3548if test x$enable_libgo = x; then
3549 case "${target}" in
3550 *-*-darwin*)
3551 # PR 46986
3552 noconfigdirs="$noconfigdirs target-libgo"
3553 ;;
3554 *-*-cygwin* | *-*-mingw*)
3555 noconfigdirs="$noconfigdirs target-libgo"
3556 ;;
3557 *-*-aix*)
3558 noconfigdirs="$noconfigdirs target-libgo"
3559 ;;
3560 esac
3561fi
3562
c03353e2
RIL
3563# Default libgloss CPU subdirectory.
3564libgloss_dir="$target_cpu"
6de9cd9a 3565
fbcf0dca
JM
3566case "${target}" in
3567 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3568 libgloss_dir=wince
3569 ;;
4dddfc74
YZ
3570 aarch64*-*-* )
3571 libgloss_dir=aarch64
3572 ;;
fbcf0dca
JM
3573 arm*-*-*)
3574 libgloss_dir=arm
3575 ;;
3576 cris-*-* | crisv32-*-*)
3577 libgloss_dir=cris
3578 ;;
3579 hppa*-*-*)
3580 libgloss_dir=pa
3581 ;;
3582 i[3456789]86-*-*)
3583 libgloss_dir=i386
3584 ;;
3585 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3586 libgloss_dir=m68hc11
3587 ;;
3588 m68*-*-* | fido-*-*)
3589 libgloss_dir=m68k
3590 ;;
3591 mips*-*-*)
3592 libgloss_dir=mips
3593 ;;
3594 powerpc*-*-*)
3595 libgloss_dir=rs6000
3596 ;;
3597 sparc*-*-*)
3598 libgloss_dir=sparc
3599 ;;
3600esac
3601
6a789d5e 3602# Disable newlib and libgloss for various target OSes.
671aa708 3603case "${target}" in
6a789d5e
JM
3604 alpha*-dec-osf*)
3605 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3606 ;;
3607 i[3456789]86-*-linux*)
3608 # This section makes it possible to build newlib natively on linux.
3609 # If we are using a cross compiler then don't configure newlib.
3610 if test x${is_cross_compiler} != xno ; then
3611 noconfigdirs="$noconfigdirs target-newlib"
3612 fi
3613 noconfigdirs="$noconfigdirs target-libgloss"
3614 # If we are not using a cross compiler, do configure newlib.
3615 # Note however, that newlib will only be configured in this situation
3616 # if the --with-newlib option has been given, because otherwise
3617 # 'target-newlib' will appear in skipdirs.
3618 ;;
3619 i[3456789]86-*-rdos*)
3620 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3621 ;;
3622 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3623 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3624 ;;
3625 sparc-*-sunos4*)
3626 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3627 ;;
3628 *-*-aix*)
3629 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3630 ;;
3631 *-*-beos*)
3632 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3633 ;;
671aa708 3634 *-*-chorusos)
0036370f 3635 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3636 ;;
6a789d5e
JM
3637 *-*-dragonfly*)
3638 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3639 ;;
3640 *-*-freebsd*)
3641 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3642 ;;
3643 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3644 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3645 ;;
3646 *-*-lynxos*)
3647 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3648 ;;
3649 *-*-mingw*)
3650 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3651 ;;
3652 *-*-netbsd*)
3653 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3654 ;;
3655 *-*-netware*)
3656 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3657 ;;
3658 *-*-tpf*)
3659 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3660 ;;
3661 *-*-uclinux*)
3662 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3663 ;;
3664 *-*-vxworks*)
3665 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3666 ;;
3667esac
3668
3669case "${target}" in
3670 *-*-chorusos)
3671 ;;
75eeae1a 3672 powerpc-*-darwin*)
e1514c3f 3673 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3674 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3675 ;;
354ebf88
RW
3676 i[3456789]86-*-darwin*)
3677 noconfigdirs="$noconfigdirs ld gprof"
3678 noconfigdirs="$noconfigdirs sim target-rda"
3679 ;;
3680 x86_64-*-darwin[912]*)
0db3a858
TG
3681 noconfigdirs="$noconfigdirs ld gas gprof"
3682 noconfigdirs="$noconfigdirs sim target-rda"
3683 ;;
42c1cd8a
AT
3684 *-*-darwin*)
3685 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3686 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 3687 ;;
8c6d158a 3688 *-*-dragonfly*)
8c6d158a 3689 ;;
c3f84f61 3690 *-*-freebsd*)
6de9cd9a
DN
3691 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3692 && test -f /usr/local/include/gmp.h; then
3693 with_gmp=/usr/local
3694 fi
6de9cd9a 3695 ;;
ef4e7569
US
3696 *-*-kaos*)
3697 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
3698 noconfigdirs="$noconfigdirs target-libgloss"
3699 ;;
671aa708 3700 *-*-netbsd*)
671aa708 3701 ;;
61fec9ff 3702 *-*-netware*)
671aa708
NN
3703 ;;
3704 *-*-rtems*)
2909494b 3705 noconfigdirs="$noconfigdirs target-libgloss"
d896cc4d
JBG
3706 # this is not caught below because this stanza matches earlier
3707 case $target in
3708 or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
3709 esac
671aa708 3710 ;;
a8ba31f2
EC
3711 # The tpf target doesn't support gdb yet.
3712 *-*-tpf*)
6a789d5e 3713 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 3714 ;;
5785c0ed 3715 *-*-uclinux*)
6a789d5e 3716 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 3717 ;;
671aa708 3718 *-*-vxworks*)
671aa708
NN
3719 ;;
3720 alpha*-dec-osf*)
3721 # ld works, but does not support shared libraries.
671aa708 3722 # gas doesn't generate exception information.
6a789d5e 3723 noconfigdirs="$noconfigdirs gas ld"
671aa708
NN
3724 ;;
3725 alpha*-*-*vms*)
2909494b 3726 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
671aa708 3727 ;;
671aa708
NN
3728 alpha*-*-*)
3729 # newlib is not 64 bit ready
2909494b 3730 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3731 ;;
671aa708 3732 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 3733 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708 3734 ;;
53426f6c 3735 arc-*-*|arceb-*-*)
ebb9f8b0 3736 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3737 ;;
671aa708 3738 arm-*-pe*)
2909494b 3739 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3740 ;;
671aa708 3741 arm-*-riscix*)
0036370f 3742 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3743 ;;
b588ae30
GJL
3744 avr-*-rtems*)
3745 ;;
3746 avr-*-*)
3747 if test x${with_avrlibc} != xno; then
3748 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3749 fi
3750 ;;
671aa708 3751 c4x-*-* | tic4x-*-*)
0036370f 3752 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3753 ;;
0036370f
JM
3754 tic54x-*-*)
3755 noconfigdirs="$noconfigdirs target-libgloss gdb"
671aa708 3756 ;;
671aa708 3757 d10v-*-*)
0036370f 3758 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3759 ;;
3760 d30v-*-*)
0036370f 3761 noconfigdirs="$noconfigdirs gdb"
671aa708
NN
3762 ;;
3763 fr30-*-elf*)
2909494b 3764 noconfigdirs="$noconfigdirs gdb"
671aa708 3765 ;;
a05c2c75
L
3766 ft32-*-*)
3767 noconfigdirs="$noconfigdirs target-rda gprof"
3768 ;;
55f2d967 3769 moxie-*-*)
a05c2c75 3770 noconfigdirs="$noconfigdirs"
55f2d967 3771 ;;
671aa708 3772 h8300*-*-*)
2909494b 3773 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3774 ;;
3775 h8500-*-*)
0036370f 3776 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3777 ;;
ee6a22df 3778 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3779 ;;
a05c2c75
L
3780 hppa*64*-*-hpux*)
3781 noconfigdirs="$noconfigdirs gdb"
3782 ;;
3783 hppa*-*-hpux11*)
3784 noconfigdirs="$noconfigdirs gdb ld"
3785 ;;
4569f85e 3786 hppa*64*-*-linux*)
671aa708 3787 ;;
56f8587a 3788 hppa*-*-linux*)
3e732ba0 3789 ;;
671aa708 3790 hppa*-*-*elf* | \
671aa708
NN
3791 hppa*-*-lites* | \
3792 hppa*-*-openbsd* | \
3793 hppa*64*-*-*)
671aa708 3794 ;;
c03353e2 3795 hppa*-*-pro*)
c03353e2 3796 ;;
671aa708 3797 hppa*-*-*)
2909494b 3798 noconfigdirs="$noconfigdirs ld"
671aa708 3799 ;;
fb87ad5d 3800 i960-*-*)
0036370f 3801 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 3802 ;;
671aa708
NN
3803 ia64*-*-elf*)
3804 # No gdb support yet.
1bcce263 3805 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
671aa708
NN
3806 ;;
3807 ia64*-**-hpux*)
5a2931d1 3808 # No ld support yet.
a05c2c75 3809 noconfigdirs="$noconfigdirs gdb libgui itcl ld"
671aa708 3810 ;;
52535a64 3811 ia64*-*-*vms*)
091fe9ca
TG
3812 # No ld support yet.
3813 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 3814 ;;
ef4c4300 3815 i[3456789]86-w64-mingw*)
ef4c4300
KT
3816 ;;
3817 i[3456789]86-*-mingw*)
b91f0a41 3818 target_configdirs="$target_configdirs target-winsup"
1c710c3c 3819 ;;
671aa708
NN
3820 *-*-cygwin*)
3821 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 3822 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 3823 # always build newlib if winsup directory is present.
b91f0a41 3824 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3825 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3826 elif test -d "$srcdir/newlib"; then
b91f0a41 3827 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3828 fi
1c710c3c 3829 ;;
f2a0e225 3830 i[3456789]86-*-pe)
ebb9f8b0 3831 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3832 ;;
f2a0e225 3833 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3834 # The linker does not yet know about weak symbols in COFF,
3835 # and is not configured to handle mixed ELF and COFF.
0036370f 3836 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3837 ;;
f2a0e225 3838 i[3456789]86-*-sco*)
0036370f 3839 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3840 ;;
fbdd5d87 3841 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
671aa708
NN
3842 noconfigdirs="$noconfigdirs target-libgloss"
3843 ;;
f2a0e225 3844 i[3456789]86-*-sysv4*)
0036370f 3845 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3846 ;;
f2a0e225 3847 i[3456789]86-*-beos*)
6a789d5e 3848 noconfigdirs="$noconfigdirs gdb"
3aa83176 3849 ;;
d1f8db0c 3850 i[3456789]86-*-rdos*)
6a789d5e 3851 noconfigdirs="$noconfigdirs gdb"
c03353e2 3852 ;;
671aa708 3853 mmix-*-*)
2909494b 3854 noconfigdirs="$noconfigdirs gdb"
671aa708 3855 ;;
ab34901f 3856 mt-*-*)
79dd769c
AH
3857 noconfigdirs="$noconfigdirs sim"
3858 ;;
671aa708
NN
3859 powerpc-*-aix*)
3860 # copied from rs6000-*-* entry
6a789d5e 3861 noconfigdirs="$noconfigdirs gprof"
671aa708 3862 ;;
4569f85e 3863 powerpc*-*-winnt* | powerpc*-*-pe*)
671aa708 3864 target_configdirs="$target_configdirs target-winsup"
0036370f 3865 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
671aa708
NN
3866 # always build newlib.
3867 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3868 ;;
3869 # This is temporary until we can link against shared libraries
3870 powerpcle-*-solaris*)
0036370f 3871 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
671aa708
NN
3872 ;;
3873 powerpc-*-beos*)
6a789d5e 3874 noconfigdirs="$noconfigdirs gdb"
671aa708 3875 ;;
671aa708 3876 rs6000-*-lynxos*)
6a789d5e 3877 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3878 ;;
3879 rs6000-*-aix*)
6a789d5e 3880 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3881 ;;
3882 rs6000-*-*)
2909494b 3883 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3884 ;;
3885 m68k-apollo-*)
0036370f 3886 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
671aa708 3887 ;;
ca9fe997 3888 microblaze*)
2909494b 3889 noconfigdirs="$noconfigdirs gprof"
ca9fe997 3890 ;;
d896cc4d 3891 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
d9dced13
RS
3892 if test x$with_newlib = xyes; then
3893 noconfigdirs="$noconfigdirs gprof"
3894 fi
d9dced13 3895 ;;
671aa708 3896 mips*-*-irix5*)
0036370f 3897 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708
NN
3898 ;;
3899 mips*-*-irix6*)
2909494b 3900 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3901 ;;
671aa708 3902 mips*-*-bsd*)
bc98bcc4 3903 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
671aa708 3904 ;;
671aa708 3905 mips*-*-linux*)
671aa708 3906 ;;
bc98bcc4
JBG
3907 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3908 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3909 noconfigdirs="$noconfigdirs ld gas gprof"
3910 ;;
671aa708 3911 mips*-*-*)
2909494b 3912 noconfigdirs="$noconfigdirs gprof"
671aa708 3913 ;;
d896cc4d
JBG
3914 nds32*-*-*)
3915 noconfigdirs="$noconfigdirs gdb"
3916 ;;
738f2522 3917 nvptx*-*-*)
738f2522
BS
3918 noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc"
3919 ;;
d896cc4d
JBG
3920 or1k*-*-*)
3921 noconfigdirs="$noconfigdirs gdb"
3922 ;;
669f01d8 3923 sh-*-* | sh64-*-*)
ea2002ba
CB
3924 case "${target}" in
3925 sh*-*-elf)
2909494b 3926 ;;
ea2002ba 3927 *)
2909494b 3928 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 3929 esac
671aa708 3930 ;;
671aa708 3931 sparc-*-sunos4*)
6a789d5e 3932 if test x${is_cross_compiler} = xno ; then
671aa708
NN
3933 use_gnu_ld=no
3934 fi
3935 ;;
b42f0d7e 3936 tic6x-*-*)
0d557ff8 3937 noconfigdirs="$noconfigdirs sim"
b42f0d7e 3938 ;;
341c653c 3939 tilepro*-*-* | tilegx*-*-*)
db1d217c
WL
3940 noconfigdirs="$noconfigdirs sim"
3941 ;;
671aa708 3942 v810-*-*)
0036370f 3943 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
671aa708
NN
3944 ;;
3945 vax-*-*)
2909494b 3946 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3947 ;;
671aa708 3948esac
79c06341 3949
671aa708
NN
3950# If we aren't building newlib, then don't build libgloss, since libgloss
3951# depends upon some newlib header files.
3952case "${noconfigdirs}" in
3953 *target-libgloss*) ;;
3954 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3955esac
3956
671aa708 3957# Work in distributions that contain no compiler tools, like Autoconf.
671aa708
NN
3958host_makefile_frag=/dev/null
3959if test -d ${srcdir}/config ; then
3960case "${host}" in
f2a0e225 3961 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3962 host_makefile_frag="config/mh-djgpp"
3963 ;;
3964 *-cygwin*)
2a79c47f 3965
5213506e
RW
3966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3967$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3968echo a >cygwin-cat-check
e25a8c82 3969if test `cat cygwin-cat-check` = a ; then
2a79c47f 3970 rm cygwin-cat-check
5213506e
RW
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3972$as_echo "yes" >&6; }
2a79c47f
NC
3973else
3974 rm cygwin-cat-check
5213506e
RW
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3976$as_echo "no" >&6; }
3977 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3978 Please either mount the build directory in binary mode or run the following
3979 commands before running any configure script:
3980set -o igncr
3981export SHELLOPTS
5213506e 3982 " "$LINENO" 5
2a79c47f
NC
3983fi
3984
671aa708
NN
3985 host_makefile_frag="config/mh-cygwin"
3986 ;;
c53a18d3 3987 *-mingw*)
1f5a6b84 3988 host_makefile_frag="config/mh-mingw"
95af8923 3989 ;;
cabb9d59 3990 alpha*-linux*)
13be44ed
UB
3991 host_makefile_frag="config/mh-alpha-linux"
3992 ;;
efd41714 3993 hppa*-hp-hpux10*)
efd41714 3994 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3995 ;;
111eeb6e 3996 hppa*-hp-hpux*)
efd41714
PB
3997 host_makefile_frag="config/mh-pa"
3998 ;;
3999 hppa*-*)
4000 host_makefile_frag="config/mh-pa"
4001 ;;
d8ed14ce
IS
4002 *-*-darwin*)
4003 host_makefile_frag="config/mh-darwin"
be8fff81 4004 ;;
d19bca38
PB
4005 powerpc-*-aix*)
4006 host_makefile_frag="config/mh-ppc-aix"
4007 ;;
4008 rs6000-*-aix*)
4009 host_makefile_frag="config/mh-ppc-aix"
4010 ;;
671aa708
NN
4011esac
4012fi
4013
55ffb5ed 4014if test "${build}" != "${host}" ; then
0999159b
PB
4015 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
4016 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 4017 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
4018 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
4019 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
4020 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 4021 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
4022 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
4023 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
4024 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
4025 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
4026 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
4027 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
4028else
4029 AR_FOR_BUILD="\$(AR)"
4030 AS_FOR_BUILD="\$(AS)"
fb0103e5 4031 CC_FOR_BUILD="\$(CC)"
0999159b
PB
4032 CXX_FOR_BUILD="\$(CXX)"
4033 GCJ_FOR_BUILD="\$(GCJ)"
4034 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 4035 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
4036 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
4037 LD_FOR_BUILD="\$(LD)"
4038 NM_FOR_BUILD="\$(NM)"
4039 RANLIB_FOR_BUILD="\$(RANLIB)"
4040 WINDRES_FOR_BUILD="\$(WINDRES)"
4041 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
4042fi
4043
4044ac_ext=c
1c710c3c
DJ
4045ac_cpp='$CPP $CPPFLAGS'
4046ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4047ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4048ac_compiler_gnu=$ac_cv_c_compiler_gnu
4049if test -n "$ac_tool_prefix"; then
4050 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4051set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
4052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4053$as_echo_n "checking for $ac_word... " >&6; }
4054if test "${ac_cv_prog_CC+set}" = set; then :
4055 $as_echo_n "(cached) " >&6
1c710c3c
DJ
4056else
4057 if test -n "$CC"; then
4058 ac_cv_prog_CC="$CC" # Let the user override the test.
4059else
4060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4061for as_dir in $PATH
4062do
4063 IFS=$as_save_IFS
4064 test -z "$as_dir" && as_dir=.
5213506e
RW
4065 for ac_exec_ext in '' $ac_executable_extensions; do
4066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4067 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 4068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4069 break 2
4070 fi
4071done
5213506e
RW
4072 done
4073IFS=$as_save_IFS
1c710c3c
DJ
4074
4075fi
4076fi
4077CC=$ac_cv_prog_CC
4078if test -n "$CC"; then
5213506e
RW
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4080$as_echo "$CC" >&6; }
1c710c3c 4081else
5213506e
RW
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4083$as_echo "no" >&6; }
1c710c3c
DJ
4084fi
4085
5213506e 4086
1c710c3c
DJ
4087fi
4088if test -z "$ac_cv_prog_CC"; then
4089 ac_ct_CC=$CC
fb0103e5
RG
4090 # Extract the first word of "gcc", so it can be a program name with args.
4091set dummy gcc; ac_word=$2
5213506e
RW
4092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4093$as_echo_n "checking for $ac_word... " >&6; }
4094if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4095 $as_echo_n "(cached) " >&6
1c710c3c
DJ
4096else
4097 if test -n "$ac_ct_CC"; then
4098 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4099else
4100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4101for as_dir in $PATH
4102do
4103 IFS=$as_save_IFS
4104 test -z "$as_dir" && as_dir=.
5213506e
RW
4105 for ac_exec_ext in '' $ac_executable_extensions; do
4106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4107 ac_cv_prog_ac_ct_CC="gcc"
5213506e 4108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4109 break 2
4110 fi
4111done
5213506e
RW
4112 done
4113IFS=$as_save_IFS
1c710c3c
DJ
4114
4115fi
4116fi
4117ac_ct_CC=$ac_cv_prog_ac_ct_CC
4118if test -n "$ac_ct_CC"; then
5213506e
RW
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4120$as_echo "$ac_ct_CC" >&6; }
1c710c3c 4121else
5213506e
RW
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4123$as_echo "no" >&6; }
1c710c3c
DJ
4124fi
4125
5213506e
RW
4126 if test "x$ac_ct_CC" = x; then
4127 CC=""
4128 else
4129 case $cross_compiling:$ac_tool_warned in
4130yes:)
4131{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4132$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4133ac_tool_warned=yes ;;
4134esac
4135 CC=$ac_ct_CC
4136 fi
1c710c3c
DJ
4137else
4138 CC="$ac_cv_prog_CC"
4139fi
4140
4141if test -z "$CC"; then
5213506e
RW
4142 if test -n "$ac_tool_prefix"; then
4143 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 4144set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
4145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4146$as_echo_n "checking for $ac_word... " >&6; }
4147if test "${ac_cv_prog_CC+set}" = set; then :
4148 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4149else
4150 if test -n "$CC"; then
4151 ac_cv_prog_CC="$CC" # Let the user override the test.
4152else
1c710c3c
DJ
4153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4154for as_dir in $PATH
4155do
4156 IFS=$as_save_IFS
4157 test -z "$as_dir" && as_dir=.
5213506e
RW
4158 for ac_exec_ext in '' $ac_executable_extensions; do
4159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4160 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 4161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4162 break 2
4163 fi
4164done
5213506e
RW
4165 done
4166IFS=$as_save_IFS
1c710c3c 4167
0b0dc272 4168fi
0b0dc272 4169fi
1c710c3c 4170CC=$ac_cv_prog_CC
af71363e 4171if test -n "$CC"; then
5213506e
RW
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4173$as_echo "$CC" >&6; }
2aeb72e9 4174else
5213506e
RW
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4176$as_echo "no" >&6; }
2aeb72e9
DD
4177fi
4178
2aeb72e9 4179
5213506e 4180 fi
1c710c3c 4181fi
55ffb5ed
NN
4182if test -z "$CC"; then
4183 # Extract the first word of "cc", so it can be a program name with args.
4184set dummy cc; ac_word=$2
5213506e
RW
4185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4186$as_echo_n "checking for $ac_word... " >&6; }
4187if test "${ac_cv_prog_CC+set}" = set; then :
4188 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4189else
4190 if test -n "$CC"; then
4191 ac_cv_prog_CC="$CC" # Let the user override the test.
4192else
0b0dc272 4193 ac_prog_rejected=no
1c710c3c
DJ
4194as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4195for as_dir in $PATH
4196do
4197 IFS=$as_save_IFS
4198 test -z "$as_dir" && as_dir=.
5213506e
RW
4199 for ac_exec_ext in '' $ac_executable_extensions; do
4200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
4201 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4202 ac_prog_rejected=yes
4203 continue
4204 fi
4205 ac_cv_prog_CC="cc"
5213506e 4206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4207 break 2
4208 fi
4209done
5213506e
RW
4210 done
4211IFS=$as_save_IFS
1c710c3c 4212
55ffb5ed
NN
4213if test $ac_prog_rejected = yes; then
4214 # We found a bogon in the path, so make sure we never use it.
4215 set dummy $ac_cv_prog_CC
4216 shift
1c710c3c 4217 if test $# != 0; then
55ffb5ed
NN
4218 # We chose a different compiler from the bogus one.
4219 # However, it has the same basename, so the bogon will be chosen
4220 # first if we set CC to just the basename; use the full file name.
4221 shift
1c710c3c 4222 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4223 fi
4224fi
4225fi
4226fi
1c710c3c 4227CC=$ac_cv_prog_CC
55ffb5ed 4228if test -n "$CC"; then
5213506e
RW
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4230$as_echo "$CC" >&6; }
55ffb5ed 4231else
5213506e
RW
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4233$as_echo "no" >&6; }
55ffb5ed
NN
4234fi
4235
5213506e 4236
1c710c3c
DJ
4237fi
4238if test -z "$CC"; then
4239 if test -n "$ac_tool_prefix"; then
5213506e 4240 for ac_prog in cl.exe
1c710c3c
DJ
4241 do
4242 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4243set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4245$as_echo_n "checking for $ac_word... " >&6; }
4246if test "${ac_cv_prog_CC+set}" = set; then :
4247 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4248else
4249 if test -n "$CC"; then
4250 ac_cv_prog_CC="$CC" # Let the user override the test.
4251else
1c710c3c
DJ
4252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4253for as_dir in $PATH
4254do
4255 IFS=$as_save_IFS
4256 test -z "$as_dir" && as_dir=.
5213506e
RW
4257 for ac_exec_ext in '' $ac_executable_extensions; do
4258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4259 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4261 break 2
4262 fi
4263done
5213506e
RW
4264 done
4265IFS=$as_save_IFS
1c710c3c 4266
55ffb5ed
NN
4267fi
4268fi
1c710c3c 4269CC=$ac_cv_prog_CC
55ffb5ed 4270if test -n "$CC"; then
5213506e
RW
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4272$as_echo "$CC" >&6; }
a4b9e93e 4273else
5213506e
RW
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4275$as_echo "no" >&6; }
fb0103e5 4276fi
af71363e 4277
5213506e 4278
1c710c3c
DJ
4279 test -n "$CC" && break
4280 done
af71363e 4281fi
1c710c3c
DJ
4282if test -z "$CC"; then
4283 ac_ct_CC=$CC
5213506e 4284 for ac_prog in cl.exe
1c710c3c
DJ
4285do
4286 # Extract the first word of "$ac_prog", so it can be a program name with args.
4287set dummy $ac_prog; ac_word=$2
5213506e
RW
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289$as_echo_n "checking for $ac_word... " >&6; }
4290if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4291 $as_echo_n "(cached) " >&6
0b0dc272 4292else
1c710c3c
DJ
4293 if test -n "$ac_ct_CC"; then
4294 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4295else
1c710c3c
DJ
4296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297for as_dir in $PATH
4298do
4299 IFS=$as_save_IFS
4300 test -z "$as_dir" && as_dir=.
5213506e
RW
4301 for ac_exec_ext in '' $ac_executable_extensions; do
4302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4303 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4305 break 2
4306 fi
4307done
5213506e
RW
4308 done
4309IFS=$as_save_IFS
1c710c3c 4310
af71363e
AS
4311fi
4312fi
1c710c3c
DJ
4313ac_ct_CC=$ac_cv_prog_ac_ct_CC
4314if test -n "$ac_ct_CC"; then
5213506e
RW
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4316$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4317else
5213506e
RW
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4319$as_echo "no" >&6; }
af71363e 4320fi
0b0dc272 4321
5213506e 4322
1c710c3c
DJ
4323 test -n "$ac_ct_CC" && break
4324done
4325
5213506e
RW
4326 if test "x$ac_ct_CC" = x; then
4327 CC=""
4328 else
4329 case $cross_compiling:$ac_tool_warned in
4330yes:)
4331{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4332$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4333ac_tool_warned=yes ;;
4334esac
4335 CC=$ac_ct_CC
4336 fi
1c710c3c
DJ
4337fi
4338
4339fi
4340
4341
5213506e
RW
4342test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4343$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4344as_fn_error "no acceptable C compiler found in \$PATH
4345See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4346
4347# Provide some information about the compiler.
5213506e
RW
4348$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4349set X $ac_compile
4350ac_compiler=$2
4351for ac_option in --version -v -V -qversion; do
4352 { { ac_try="$ac_compiler $ac_option >&5"
4353case "(($ac_try" in
4354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4355 *) ac_try_echo=$ac_try;;
4356esac
4357eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4358$as_echo "$ac_try_echo"; } >&5
4359 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4360 ac_status=$?
5213506e
RW
4361 if test -s conftest.err; then
4362 sed '10a\
4363... rest of stderr output deleted ...
4364 10q' conftest.err >conftest.er1
4365 cat conftest.er1 >&5
4366 rm -f conftest.er1 conftest.err
4367 fi
4368 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4369 test $ac_status = 0; }
4370done
1c710c3c 4371
5213506e 4372cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4373/* end confdefs.h. */
4374
4375int
4376main ()
4377{
4378
4379 ;
4380 return 0;
4381}
4382_ACEOF
4383ac_clean_files_save=$ac_clean_files
5213506e 4384ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4385# Try to create an executable without -o first, disregard a.out.
4386# It will help us diagnose broken compilers, and finding out an intuition
4387# of exeext.
5213506e
RW
4388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4389$as_echo_n "checking for C compiler default output file name... " >&6; }
4390ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4391
4392# The possible output files:
4393ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4394
4395ac_rmfiles=
4396for ac_file in $ac_files
4397do
4398 case $ac_file in
4399 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4400 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4401 esac
4402done
4403rm -f $ac_rmfiles
4404
4405if { { ac_try="$ac_link_default"
4406case "(($ac_try" in
4407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4408 *) ac_try_echo=$ac_try;;
4409esac
4410eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4411$as_echo "$ac_try_echo"; } >&5
4412 (eval "$ac_link_default") 2>&5
1c710c3c 4413 ac_status=$?
5213506e
RW
4414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4415 test $ac_status = 0; }; then :
4416 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4417# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4418# in a Makefile. We should not override ac_cv_exeext if it was cached,
4419# so that the user can short-circuit this test for compilers unknown to
4420# Autoconf.
4421for ac_file in $ac_files ''
1c710c3c
DJ
4422do
4423 test -f "$ac_file" || continue
4424 case $ac_file in
5213506e 4425 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4426 ;;
4427 [ab].out )
4428 # We found the default executable, but exeext='' is most
4429 # certainly right.
4430 break;;
4431 *.* )
5213506e
RW
4432 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4433 then :; else
4434 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4435 fi
4436 # We set ac_cv_exeext here because the later test for it is not
4437 # safe: cross compilers may not add the suffix if given an `-o'
4438 # argument, so we may need to know it at that point already.
4439 # Even if this section looks crufty: it has the advantage of
4440 # actually working.
1c710c3c
DJ
4441 break;;
4442 * )
4443 break;;
4444 esac
4445done
5213506e
RW
4446test "$ac_cv_exeext" = no && ac_cv_exeext=
4447
1c710c3c 4448else
5213506e
RW
4449 ac_file=''
4450fi
4451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4452$as_echo "$ac_file" >&6; }
4453if test -z "$ac_file"; then :
4454 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4455sed 's/^/| /' conftest.$ac_ext >&5
4456
5213506e
RW
4457{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4458$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4459{ as_fn_set_status 77
4460as_fn_error "C compiler cannot create executables
4461See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4462fi
1c710c3c 4463ac_exeext=$ac_cv_exeext
1c710c3c 4464
5213506e 4465# Check that the compiler produces executables we can run. If not, either
1c710c3c 4466# the compiler is broken, or we cross compile.
5213506e
RW
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4468$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4469# If not cross compiling, check that we can run a simple program.
4470if test "$cross_compiling" != yes; then
4471 if { ac_try='./$ac_file'
5213506e
RW
4472 { { case "(($ac_try" in
4473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4474 *) ac_try_echo=$ac_try;;
4475esac
4476eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4477$as_echo "$ac_try_echo"; } >&5
4478 (eval "$ac_try") 2>&5
1c710c3c 4479 ac_status=$?
5213506e
RW
4480 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4481 test $ac_status = 0; }; }; then
1c710c3c
DJ
4482 cross_compiling=no
4483 else
4484 if test "$cross_compiling" = maybe; then
4485 cross_compiling=yes
4486 else
5213506e
RW
4487 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4488$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4489as_fn_error "cannot run C compiled programs.
1c710c3c 4490If you meant to cross compile, use \`--host'.
5213506e 4491See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4492 fi
4493 fi
4494fi
5213506e
RW
4495{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4496$as_echo "yes" >&6; }
1c710c3c 4497
5213506e 4498rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4499ac_clean_files=$ac_clean_files_save
5213506e 4500# Check that the compiler produces executables we can run. If not, either
1c710c3c 4501# the compiler is broken, or we cross compile.
5213506e
RW
4502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4503$as_echo_n "checking whether we are cross compiling... " >&6; }
4504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4505$as_echo "$cross_compiling" >&6; }
4506
4507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4508$as_echo_n "checking for suffix of executables... " >&6; }
4509if { { ac_try="$ac_link"
4510case "(($ac_try" in
4511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4512 *) ac_try_echo=$ac_try;;
4513esac
4514eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4515$as_echo "$ac_try_echo"; } >&5
4516 (eval "$ac_link") 2>&5
1c710c3c 4517 ac_status=$?
5213506e
RW
4518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4519 test $ac_status = 0; }; then :
1c710c3c
DJ
4520 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4521# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4522# work properly (i.e., refer to `conftest.exe'), while it won't with
4523# `rm'.
4524for ac_file in conftest.exe conftest conftest.*; do
4525 test -f "$ac_file" || continue
4526 case $ac_file in
5213506e 4527 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4528 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4529 break;;
4530 * ) break;;
4531 esac
4532done
af71363e 4533else
5213506e
RW
4534 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4535$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4536as_fn_error "cannot compute suffix of executables: cannot compile and link
4537See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4538fi
1c710c3c 4539rm -f conftest$ac_cv_exeext
5213506e
RW
4540{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4541$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4542
4543rm -f conftest.$ac_ext
4544EXEEXT=$ac_cv_exeext
4545ac_exeext=$EXEEXT
5213506e
RW
4546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4547$as_echo_n "checking for suffix of object files... " >&6; }
4548if test "${ac_cv_objext+set}" = set; then :
4549 $as_echo_n "(cached) " >&6
1c710c3c 4550else
5213506e 4551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4552/* end confdefs.h. */
4553
4554int
4555main ()
4556{
4557
4558 ;
4559 return 0;
4560}
4561_ACEOF
4562rm -f conftest.o conftest.obj
5213506e
RW
4563if { { ac_try="$ac_compile"
4564case "(($ac_try" in
4565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4566 *) ac_try_echo=$ac_try;;
4567esac
4568eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4569$as_echo "$ac_try_echo"; } >&5
4570 (eval "$ac_compile") 2>&5
1c710c3c 4571 ac_status=$?
5213506e
RW
4572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4573 test $ac_status = 0; }; then :
4574 for ac_file in conftest.o conftest.obj conftest.*; do
4575 test -f "$ac_file" || continue;
1c710c3c 4576 case $ac_file in
5213506e 4577 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4578 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4579 break;;
4580 esac
4581done
4582else
5213506e 4583 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4584sed 's/^/| /' conftest.$ac_ext >&5
4585
5213506e
RW
4586{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4587$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4588as_fn_error "cannot compute suffix of object files: cannot compile
4589See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4590fi
1c710c3c
DJ
4591rm -f conftest.$ac_cv_objext conftest.$ac_ext
4592fi
5213506e
RW
4593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4594$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4595OBJEXT=$ac_cv_objext
4596ac_objext=$OBJEXT
5213506e
RW
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4598$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4599if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4600 $as_echo_n "(cached) " >&6
1c710c3c 4601else
5213506e 4602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4603/* end confdefs.h. */
4604
4605int
4606main ()
4607{
4608#ifndef __GNUC__
4609 choke me
4610#endif
4611
4612 ;
4613 return 0;
4614}
4615_ACEOF
5213506e 4616if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4617 ac_compiler_gnu=yes
4618else
5213506e 4619 ac_compiler_gnu=no
1c710c3c 4620fi
5213506e 4621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4622ac_cv_c_compiler_gnu=$ac_compiler_gnu
4623
4624fi
5213506e
RW
4625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4626$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4627if test $ac_compiler_gnu = yes; then
4628 GCC=yes
4629else
4630 GCC=
4631fi
1c710c3c
DJ
4632ac_test_CFLAGS=${CFLAGS+set}
4633ac_save_CFLAGS=$CFLAGS
5213506e
RW
4634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4635$as_echo_n "checking whether $CC accepts -g... " >&6; }
4636if test "${ac_cv_prog_cc_g+set}" = set; then :
4637 $as_echo_n "(cached) " >&6
4638else
4639 ac_save_c_werror_flag=$ac_c_werror_flag
4640 ac_c_werror_flag=yes
4641 ac_cv_prog_cc_g=no
4642 CFLAGS="-g"
4643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4644/* end confdefs.h. */
4645
4646int
4647main ()
4648{
4649
4650 ;
4651 return 0;
4652}
4653_ACEOF
5213506e 4654if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4655 ac_cv_prog_cc_g=yes
4656else
5213506e
RW
4657 CFLAGS=""
4658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4659/* end confdefs.h. */
4660
4661int
4662main ()
4663{
4664
4665 ;
4666 return 0;
4667}
4668_ACEOF
4669if ac_fn_c_try_compile "$LINENO"; then :
4670
4671else
4672 ac_c_werror_flag=$ac_save_c_werror_flag
4673 CFLAGS="-g"
4674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4675/* end confdefs.h. */
af71363e 4676
5213506e
RW
4677int
4678main ()
4679{
4680
4681 ;
4682 return 0;
4683}
4684_ACEOF
4685if ac_fn_c_try_compile "$LINENO"; then :
4686 ac_cv_prog_cc_g=yes
4687fi
4688rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4689fi
5213506e 4690rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4691fi
5213506e
RW
4692rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4693 ac_c_werror_flag=$ac_save_c_werror_flag
4694fi
4695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4696$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4697if test "$ac_test_CFLAGS" = set; then
1c710c3c 4698 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4699elif test $ac_cv_prog_cc_g = yes; then
4700 if test "$GCC" = yes; then
4701 CFLAGS="-g -O2"
4702 else
4703 CFLAGS="-g"
4704 fi
4705else
4706 if test "$GCC" = yes; then
4707 CFLAGS="-O2"
4708 else
4709 CFLAGS=
4710 fi
4711fi
5213506e
RW
4712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4713$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4714if test "${ac_cv_prog_cc_c89+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
1c710c3c 4716else
5213506e 4717 ac_cv_prog_cc_c89=no
1c710c3c 4718ac_save_CC=$CC
5213506e 4719cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4720/* end confdefs.h. */
4721#include <stdarg.h>
4722#include <stdio.h>
4723#include <sys/types.h>
4724#include <sys/stat.h>
4725/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4726struct buf { int x; };
4727FILE * (*rcsopen) (struct buf *, struct stat *, int);
4728static char *e (p, i)
4729 char **p;
4730 int i;
4731{
4732 return p[i];
4733}
4734static char *f (char * (*g) (char **, int), char **p, ...)
4735{
4736 char *s;
4737 va_list v;
4738 va_start (v,p);
4739 s = g (p, va_arg (v,int));
4740 va_end (v);
4741 return s;
4742}
4743
4744/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4745 function prototypes and stuff, but not '\xHH' hex character constants.
4746 These don't provoke an error unfortunately, instead are silently treated
5213506e 4747 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4748 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4749 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4750 that's true only with -std. */
1c710c3c
DJ
4751int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4752
5213506e
RW
4753/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4754 inside strings and character constants. */
4755#define FOO(x) 'x'
4756int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4757
1c710c3c
DJ
4758int test (int i, double x);
4759struct s1 {int (*f) (int a);};
4760struct s2 {int (*f) (double a);};
4761int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4762int argc;
4763char **argv;
4764int
4765main ()
4766{
4767return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4768 ;
4769 return 0;
4770}
4771_ACEOF
5213506e
RW
4772for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4773 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4774do
4775 CC="$ac_save_CC $ac_arg"
5213506e
RW
4776 if ac_fn_c_try_compile "$LINENO"; then :
4777 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4778fi
5213506e
RW
4779rm -f core conftest.err conftest.$ac_objext
4780 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4781done
5213506e 4782rm -f conftest.$ac_ext
1c710c3c
DJ
4783CC=$ac_save_CC
4784
4785fi
5213506e
RW
4786# AC_CACHE_VAL
4787case "x$ac_cv_prog_cc_c89" in
4788 x)
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4790$as_echo "none needed" >&6; } ;;
4791 xno)
4792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4793$as_echo "unsupported" >&6; } ;;
1c710c3c 4794 *)
5213506e
RW
4795 CC="$CC $ac_cv_prog_cc_c89"
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4797$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4798esac
5213506e 4799if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4800
2aeb72e9
DD
4801fi
4802
2aeb72e9
DD
4803ac_ext=c
4804ac_cpp='$CPP $CPPFLAGS'
4805ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4806ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4807ac_compiler_gnu=$ac_cv_c_compiler_gnu
4808
5213506e 4809ac_ext=cpp
2aeb72e9
DD
4810ac_cpp='$CXXCPP $CPPFLAGS'
4811ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4812ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4813ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4814if test -z "$CXX"; then
4815 if test -n "$CCC"; then
4816 CXX=$CCC
4817 else
4818 if test -n "$ac_tool_prefix"; then
4819 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4820 do
4821 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4822set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4824$as_echo_n "checking for $ac_word... " >&6; }
4825if test "${ac_cv_prog_CXX+set}" = set; then :
4826 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4827else
4828 if test -n "$CXX"; then
4829 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4830else
4831as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4832for as_dir in $PATH
4833do
4834 IFS=$as_save_IFS
4835 test -z "$as_dir" && as_dir=.
5213506e
RW
4836 for ac_exec_ext in '' $ac_executable_extensions; do
4837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4838 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4840 break 2
4841 fi
4842done
5213506e
RW
4843 done
4844IFS=$as_save_IFS
55ffb5ed 4845
c3a86da9
DJ
4846fi
4847fi
4848CXX=$ac_cv_prog_CXX
4849if test -n "$CXX"; then
5213506e
RW
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4851$as_echo "$CXX" >&6; }
c3a86da9 4852else
5213506e
RW
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4854$as_echo "no" >&6; }
c3a86da9
DJ
4855fi
4856
5213506e 4857
c3a86da9
DJ
4858 test -n "$CXX" && break
4859 done
4860fi
4861if test -z "$CXX"; then
4862 ac_ct_CXX=$CXX
5213506e 4863 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4864do
4865 # Extract the first word of "$ac_prog", so it can be a program name with args.
4866set dummy $ac_prog; ac_word=$2
5213506e
RW
4867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4868$as_echo_n "checking for $ac_word... " >&6; }
4869if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4870 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4871else
4872 if test -n "$ac_ct_CXX"; then
4873 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4874else
4875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4876for as_dir in $PATH
4877do
4878 IFS=$as_save_IFS
4879 test -z "$as_dir" && as_dir=.
5213506e
RW
4880 for ac_exec_ext in '' $ac_executable_extensions; do
4881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4882 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4884 break 2
4885 fi
4886done
5213506e
RW
4887 done
4888IFS=$as_save_IFS
c3a86da9
DJ
4889
4890fi
4891fi
4892ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4893if test -n "$ac_ct_CXX"; then
5213506e
RW
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4895$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4896else
5213506e
RW
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4898$as_echo "no" >&6; }
c3a86da9
DJ
4899fi
4900
5213506e 4901
c3a86da9
DJ
4902 test -n "$ac_ct_CXX" && break
4903done
c3a86da9 4904
5213506e
RW
4905 if test "x$ac_ct_CXX" = x; then
4906 CXX="g++"
4907 else
4908 case $cross_compiling:$ac_tool_warned in
4909yes:)
4910{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4911$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4912ac_tool_warned=yes ;;
4913esac
4914 CXX=$ac_ct_CXX
4915 fi
c3a86da9
DJ
4916fi
4917
5213506e
RW
4918 fi
4919fi
c3a86da9 4920# Provide some information about the compiler.
5213506e
RW
4921$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4922set X $ac_compile
4923ac_compiler=$2
4924for ac_option in --version -v -V -qversion; do
4925 { { ac_try="$ac_compiler $ac_option >&5"
4926case "(($ac_try" in
4927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4928 *) ac_try_echo=$ac_try;;
4929esac
4930eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4931$as_echo "$ac_try_echo"; } >&5
4932 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4933 ac_status=$?
5213506e
RW
4934 if test -s conftest.err; then
4935 sed '10a\
4936... rest of stderr output deleted ...
4937 10q' conftest.err >conftest.er1
4938 cat conftest.er1 >&5
4939 rm -f conftest.er1 conftest.err
4940 fi
4941 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4942 test $ac_status = 0; }
4943done
c3a86da9 4944
5213506e
RW
4945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4946$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4947if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4948 $as_echo_n "(cached) " >&6
c3a86da9 4949else
5213506e 4950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4951/* end confdefs.h. */
4952
4953int
4954main ()
4955{
4956#ifndef __GNUC__
4957 choke me
4958#endif
4959
4960 ;
4961 return 0;
4962}
4963_ACEOF
5213506e 4964if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4965 ac_compiler_gnu=yes
4966else
5213506e 4967 ac_compiler_gnu=no
c3a86da9 4968fi
5213506e 4969rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4970ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4971
4972fi
5213506e
RW
4973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4974$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4975if test $ac_compiler_gnu = yes; then
4976 GXX=yes
4977else
4978 GXX=
4979fi
c3a86da9
DJ
4980ac_test_CXXFLAGS=${CXXFLAGS+set}
4981ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4983$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4984if test "${ac_cv_prog_cxx_g+set}" = set; then :
4985 $as_echo_n "(cached) " >&6
4986else
4987 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4988 ac_cxx_werror_flag=yes
4989 ac_cv_prog_cxx_g=no
4990 CXXFLAGS="-g"
4991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4992/* end confdefs.h. */
4993
4994int
4995main ()
4996{
4997
4998 ;
4999 return 0;
5000}
5001_ACEOF
5213506e 5002if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
5003 ac_cv_prog_cxx_g=yes
5004else
5213506e
RW
5005 CXXFLAGS=""
5006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 5007/* end confdefs.h. */
5213506e 5008
c3a86da9
DJ
5009int
5010main ()
5011{
5213506e 5012
c3a86da9
DJ
5013 ;
5014 return 0;
5015}
5016_ACEOF
5213506e 5017if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 5018
5213506e
RW
5019else
5020 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5021 CXXFLAGS="-g"
5022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 5023/* end confdefs.h. */
5213506e 5024
c3a86da9
DJ
5025int
5026main ()
5027{
5213506e 5028
c3a86da9
DJ
5029 ;
5030 return 0;
5031}
5032_ACEOF
5213506e
RW
5033if ac_fn_cxx_try_compile "$LINENO"; then :
5034 ac_cv_prog_cxx_g=yes
11a67599 5035fi
5213506e
RW
5036rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5037fi
5038rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5039fi
5040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5041 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5042fi
5043{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5044$as_echo "$ac_cv_prog_cxx_g" >&6; }
5045if test "$ac_test_CXXFLAGS" = set; then
5046 CXXFLAGS=$ac_save_CXXFLAGS
5047elif test $ac_cv_prog_cxx_g = yes; then
5048 if test "$GXX" = yes; then
5049 CXXFLAGS="-g -O2"
5050 else
5051 CXXFLAGS="-g"
5052 fi
5053else
5054 if test "$GXX" = yes; then
5055 CXXFLAGS="-O2"
5056 else
5057 CXXFLAGS=
5058 fi
c3a86da9 5059fi
c3a86da9
DJ
5060ac_ext=c
5061ac_cpp='$CPP $CPPFLAGS'
5062ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5063ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5064ac_compiler_gnu=$ac_cv_c_compiler_gnu
5065
5066
5067# We must set the default linker to the linker used by gcc for the correct
5068# operation of libtool. If LD is not defined and we are using gcc, try to
5069# set the LD default to the ld used by gcc.
5070if test -z "$LD"; then
5071 if test "$GCC" = yes; then
5072 case $build in
5073 *-*-mingw*)
5074 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
5075 *)
5076 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
5077 esac
5078 case $gcc_prog_ld in
5079 # Accept absolute paths.
5080 [\\/]* | [A-Za-z]:[\\/]*)
5081 LD="$gcc_prog_ld" ;;
5082 esac
5083 fi
23f6b2f9
PB
5084fi
5085
0b21f5d3
EB
5086# Check whether -static-libstdc++ -static-libgcc is supported.
5087have_static_libs=no
5088if test "$GCC" = yes; then
5089 saved_LDFLAGS="$LDFLAGS"
5090
5091 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
5093$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
5094 ac_ext=cpp
5095ac_cpp='$CXXCPP $CPPFLAGS'
5096ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5097ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5098ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5099
5100
5101cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5102/* end confdefs.h. */
0d6414b2
EB
5103
5104#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5105#error -static-libstdc++ not implemented
5106#endif
0b21f5d3
EB
5107int main() {}
5108_ACEOF
5109if ac_fn_cxx_try_link "$LINENO"; then :
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5111$as_echo "yes" >&6; }; have_static_libs=yes
5112else
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5114$as_echo "no" >&6; }
5115fi
5116rm -f core conftest.err conftest.$ac_objext \
5117 conftest$ac_exeext conftest.$ac_ext
5118 ac_ext=c
5119ac_cpp='$CPP $CPPFLAGS'
5120ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5121ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5122ac_compiler_gnu=$ac_cv_c_compiler_gnu
5123
5124
5125 LDFLAGS="$saved_LDFLAGS"
5126fi
5127
23f6b2f9
PB
5128
5129
55ffb5ed 5130
1c710c3c
DJ
5131if test -n "$ac_tool_prefix"; then
5132 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 5133set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
5134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5135$as_echo_n "checking for $ac_word... " >&6; }
5136if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5137 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5138else
5139 if test -n "$GNATBIND"; then
5140 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5141else
1c710c3c
DJ
5142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5143for as_dir in $PATH
5144do
5145 IFS=$as_save_IFS
5146 test -z "$as_dir" && as_dir=.
5213506e
RW
5147 for ac_exec_ext in '' $ac_executable_extensions; do
5148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5149 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 5150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5151 break 2
5152 fi
5153done
5213506e
RW
5154 done
5155IFS=$as_save_IFS
1c710c3c 5156
55ffb5ed
NN
5157fi
5158fi
1c710c3c 5159GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 5160if test -n "$GNATBIND"; then
5213506e
RW
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5162$as_echo "$GNATBIND" >&6; }
55ffb5ed 5163else
5213506e
RW
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5165$as_echo "no" >&6; }
55ffb5ed
NN
5166fi
5167
5213506e 5168
1c710c3c 5169fi
55ffb5ed 5170if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 5171 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
5172 # Extract the first word of "gnatbind", so it can be a program name with args.
5173set dummy gnatbind; ac_word=$2
5213506e
RW
5174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5175$as_echo_n "checking for $ac_word... " >&6; }
5176if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5177 $as_echo_n "(cached) " >&6
55ffb5ed 5178else
1c710c3c
DJ
5179 if test -n "$ac_ct_GNATBIND"; then
5180 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 5181else
1c710c3c
DJ
5182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5183for as_dir in $PATH
5184do
5185 IFS=$as_save_IFS
5186 test -z "$as_dir" && as_dir=.
5213506e
RW
5187 for ac_exec_ext in '' $ac_executable_extensions; do
5188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5189 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 5190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5191 break 2
5192 fi
5193done
5213506e
RW
5194 done
5195IFS=$as_save_IFS
1c710c3c 5196
55ffb5ed
NN
5197fi
5198fi
1c710c3c
DJ
5199ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5200if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5202$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 5203else
5213506e
RW
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5205$as_echo "no" >&6; }
55ffb5ed
NN
5206fi
5207
5213506e
RW
5208 if test "x$ac_ct_GNATBIND" = x; then
5209 GNATBIND="no"
5210 else
5211 case $cross_compiling:$ac_tool_warned in
5212yes:)
5213{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5214$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5215ac_tool_warned=yes ;;
5216esac
5217 GNATBIND=$ac_ct_GNATBIND
5218 fi
55ffb5ed 5219else
1c710c3c 5220 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
5221fi
5222
1c710c3c
DJ
5223if test -n "$ac_tool_prefix"; then
5224 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 5225set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
5226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5227$as_echo_n "checking for $ac_word... " >&6; }
5228if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5229 $as_echo_n "(cached) " >&6
5305be7e
RG
5230else
5231 if test -n "$GNATMAKE"; then
5232 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5233else
1c710c3c
DJ
5234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5235for as_dir in $PATH
5236do
5237 IFS=$as_save_IFS
5238 test -z "$as_dir" && as_dir=.
5213506e
RW
5239 for ac_exec_ext in '' $ac_executable_extensions; do
5240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5241 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5243 break 2
5244 fi
5245done
5213506e
RW
5246 done
5247IFS=$as_save_IFS
1c710c3c 5248
5305be7e
RG
5249fi
5250fi
1c710c3c 5251GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5252if test -n "$GNATMAKE"; then
5213506e
RW
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5254$as_echo "$GNATMAKE" >&6; }
5305be7e 5255else
5213506e
RW
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5257$as_echo "no" >&6; }
5305be7e
RG
5258fi
5259
5213506e 5260
1c710c3c 5261fi
5305be7e 5262if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5263 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5264 # Extract the first word of "gnatmake", so it can be a program name with args.
5265set dummy gnatmake; ac_word=$2
5213506e
RW
5266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5267$as_echo_n "checking for $ac_word... " >&6; }
5268if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5269 $as_echo_n "(cached) " >&6
5305be7e 5270else
1c710c3c
DJ
5271 if test -n "$ac_ct_GNATMAKE"; then
5272 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5273else
1c710c3c
DJ
5274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5275for as_dir in $PATH
5276do
5277 IFS=$as_save_IFS
5278 test -z "$as_dir" && as_dir=.
5213506e
RW
5279 for ac_exec_ext in '' $ac_executable_extensions; do
5280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5281 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5283 break 2
5284 fi
5285done
5213506e
RW
5286 done
5287IFS=$as_save_IFS
1c710c3c 5288
5305be7e
RG
5289fi
5290fi
1c710c3c
DJ
5291ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5292if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5294$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5295else
5213506e
RW
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5297$as_echo "no" >&6; }
5305be7e
RG
5298fi
5299
5213506e
RW
5300 if test "x$ac_ct_GNATMAKE" = x; then
5301 GNATMAKE="no"
5302 else
5303 case $cross_compiling:$ac_tool_warned in
5304yes:)
5305{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5306$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5307ac_tool_warned=yes ;;
5308esac
5309 GNATMAKE=$ac_ct_GNATMAKE
5310 fi
5305be7e 5311else
1c710c3c 5312 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5313fi
5314
5213506e
RW
5315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5316$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5317if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5318 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5319else
5320 cat >conftest.adb <<EOF
5321procedure conftest is begin null; end conftest;
5322EOF
5323acx_cv_cc_gcc_supports_ada=no
5324# There is a bug in old released versions of GCC which causes the
5325# driver to exit successfully when the appropriate language module
5326# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5327# Therefore we must check for the error message as well as an
5328# unsuccessful exit.
1db673ca
RO
5329# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5330# given a .adb file, but produce no object file. So we must check
5331# if an object file was really produced to guard against this.
55ffb5ed 5332errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5333if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5334 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5335fi
5336rm -f conftest.*
5337fi
5213506e
RW
5338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5339$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5340
7cb62ef1 5341if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5342 have_gnat=yes
5343else
5344 have_gnat=no
5345fi
5346
5213506e
RW
5347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5348$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5349if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5350 $as_echo_n "(cached) " >&6
a76494aa
PB
5351else
5352 echo abfoo >t1
5353 echo cdfoo >t2
5354 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5355 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5356 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5357 :
5358 else
5359 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5360 fi
5361 fi
a76494aa
PB
5362 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5363 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5364 :
a76494aa
PB
5365 else
5366 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5367 fi
5368 fi
5369 rm t1 t2
5370
5371fi
5213506e
RW
5372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5373$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5374do_compare="$gcc_cv_prog_cmp_skip"
5375
5376
55ffb5ed 5377
ff3ac0f4
ILT
5378# Check whether --enable-bootstrap was given.
5379if test "${enable_bootstrap+set}" = set; then :
5380 enableval=$enable_bootstrap;
5381else
5382 enable_bootstrap=default
5383fi
5384
5385
5386# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
5387if test -r $srcdir/gcc/configure; then
5388 have_compiler=yes
5389else
5390 have_compiler=no
5391fi
ff3ac0f4
ILT
5392
5393case "$have_compiler:$host:$target:$enable_bootstrap" in
5394 *:*:*:no) ;;
5395
5396 # Default behavior. Enable bootstrap if we have a compiler
5397 # and we are in a native configuration.
5398 yes:$build:$build:default)
5399 enable_bootstrap=yes ;;
5400
5401 *:*:*:default)
5402 enable_bootstrap=no ;;
5403
5404 # We have a compiler and we are in a native configuration, bootstrap is ok
5405 yes:$build:$build:yes)
5406 ;;
5407
5408 # Other configurations, but we have a compiler. Assume the user knows
5409 # what he's doing.
5410 yes:*:*:yes)
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5412$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5413 ;;
5414
5415 # No compiler: if they passed --enable-bootstrap explicitly, fail
5416 no:*:*:yes)
5417 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5418
5419 # Fail if wrong command line
5420 *)
5421 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5422 ;;
5423esac
5424
46070488
JM
5425# When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
5426# C++98 compiler can still start the bootstrap.
5427if test "$enable_bootstrap:$GXX" = "yes:yes"; then
8ca528d9 5428 CXX="$CXX -std=gnu++98"
46070488
JM
5429fi
5430
592c90ff
KG
5431# Used for setting $lt_cv_objdir
5432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5433$as_echo_n "checking for objdir... " >&6; }
5434if test "${lt_cv_objdir+set}" = set; then :
5435 $as_echo_n "(cached) " >&6
5436else
5437 rm -f .libs 2>/dev/null
5438mkdir .libs 2>/dev/null
5439if test -d .libs; then
5440 lt_cv_objdir=.libs
5441else
5442 # MS-DOS does not allow filenames that begin with a dot.
5443 lt_cv_objdir=_libs
5444fi
5445rmdir .libs 2>/dev/null
5446fi
5447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5448$as_echo "$lt_cv_objdir" >&6; }
5449objdir=$lt_cv_objdir
5450
5451
5452
5453
5454
5455cat >>confdefs.h <<_ACEOF
5456#define LT_OBJDIR "$lt_cv_objdir/"
5457_ACEOF
5458
5459
5460
acd26225 5461# Check for GMP, MPFR and MPC
3a5729ea 5462gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5463gmpinc=
e69bf64b 5464have_gmp=no
acd26225
KG
5465
5466# Specify a location for mpc
5467# check for this first so it ends up on the link line before mpfr.
5468
5213506e
RW
5469# Check whether --with-mpc was given.
5470if test "${with_mpc+set}" = set; then :
5471 withval=$with_mpc;
5472fi
acd26225 5473
acd26225 5474
9965e3cd 5475# Check whether --with-mpc-include was given.
5213506e
RW
5476if test "${with_mpc_include+set}" = set; then :
5477 withval=$with_mpc_include;
5478fi
acd26225 5479
acd26225 5480
9965e3cd 5481# Check whether --with-mpc-lib was given.
5213506e
RW
5482if test "${with_mpc_lib+set}" = set; then :
5483 withval=$with_mpc_lib;
5484fi
acd26225 5485
acd26225
KG
5486
5487if test "x$with_mpc" != x; then
3a5729ea
KG
5488 gmplibs="-L$with_mpc/lib $gmplibs"
5489 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5490fi
5491if test "x$with_mpc_include" != x; then
3a5729ea 5492 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5493fi
5494if test "x$with_mpc_lib" != x; then
3a5729ea 5495 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5496fi
5497if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5498 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5499 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5500 # Do not test the mpc version. Assume that it is sufficient, since
5501 # it is in the source tree, and the library has not been built yet
5502 # but it would be included on the link line in the version check below
5503 # hence making the test fail.
3a5729ea 5504 have_gmp=yes
acd26225 5505fi
e69bf64b 5506
bebf829d
PB
5507# Specify a location for mpfr
5508# check for this first so it ends up on the link line before gmp.
1c710c3c 5509
5213506e
RW
5510# Check whether --with-mpfr-dir was given.
5511if test "${with_mpfr_dir+set}" = set; then :
5512 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5513Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5514fi
5515
bebf829d
PB
5516
5517
5213506e
RW
5518# Check whether --with-mpfr was given.
5519if test "${with_mpfr+set}" = set; then :
5520 withval=$with_mpfr;
5521fi
1c710c3c 5522
bebf829d 5523
9965e3cd 5524# Check whether --with-mpfr-include was given.
5213506e
RW
5525if test "${with_mpfr_include+set}" = set; then :
5526 withval=$with_mpfr_include;
5527fi
1c710c3c 5528
8a877c9c 5529
9965e3cd 5530# Check whether --with-mpfr-lib was given.
5213506e
RW
5531if test "${with_mpfr_lib+set}" = set; then :
5532 withval=$with_mpfr_lib;
5533fi
8a877c9c 5534
bebf829d
PB
5535
5536if test "x$with_mpfr" != x; then
5537 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5538 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5539fi
8a877c9c 5540if test "x$with_mpfr_include" != x; then
3a5729ea 5541 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5542fi
5543if test "x$with_mpfr_lib" != x; then
5544 gmplibs="-L$with_mpfr_lib $gmplibs"
5545fi
e69bf64b 5546if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5b0d38e4
NC
5547 # MPFR v3.1.0 moved the sources into a src sub-directory.
5548 if test -d ${srcdir}/mpfr/src; then
5549 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5550 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5551 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5552 else
5553 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5554 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5555 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5556 fi
e69bf64b
PB
5557 # Do not test the mpfr version. Assume that it is sufficient, since
5558 # it is in the source tree, and the library has not been built yet
5559 # but it would be included on the link line in the version check below
5560 # hence making the test fail.
5561 have_gmp=yes
5562fi
bebf829d 5563
6de9cd9a 5564# Specify a location for gmp
1c710c3c 5565
5213506e
RW
5566# Check whether --with-gmp-dir was given.
5567if test "${with_gmp_dir+set}" = set; then :
5568 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5569Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5570fi
5571
6de9cd9a 5572
6de9cd9a 5573
5213506e
RW
5574# Check whether --with-gmp was given.
5575if test "${with_gmp+set}" = set; then :
5576 withval=$with_gmp;
5577fi
1c710c3c 5578
6de9cd9a 5579
9965e3cd 5580# Check whether --with-gmp-include was given.
5213506e
RW
5581if test "${with_gmp_include+set}" = set; then :
5582 withval=$with_gmp_include;
5583fi
1c710c3c 5584
8a877c9c 5585
9965e3cd 5586# Check whether --with-gmp-lib was given.
5213506e
RW
5587if test "${with_gmp_lib+set}" = set; then :
5588 withval=$with_gmp_lib;
5589fi
8a877c9c
KG
5590
5591
6de9cd9a 5592
bebf829d
PB
5593if test "x$with_gmp" != x; then
5594 gmplibs="-L$with_gmp/lib $gmplibs"
5595 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5596fi
8a877c9c
KG
5597if test "x$with_gmp_include" != x; then
5598 gmpinc="-I$with_gmp_include $gmpinc"
5599fi
5600if test "x$with_gmp_lib" != x; then
5601 gmplibs="-L$with_gmp_lib $gmplibs"
5602fi
e69bf64b 5603if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5604 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5605 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5606 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5607 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 5608 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5609 # Do not test the gmp version. Assume that it is sufficient, since
5610 # it is in the source tree, and the library has not been built yet
5611 # but it would be included on the link line in the version check below
5612 # hence making the test fail.
5613 have_gmp=yes
5614fi
6de9cd9a 5615
d943d7c4 5616if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5617 have_gmp=yes
5618 saved_CFLAGS="$CFLAGS"
5619 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5620 # Check for the recommended and required versions of GMP.
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5622$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5623
5624cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5625/* end confdefs.h. */
5626#include "gmp.h"
5627int
5628main ()
5629{
5630
5631 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5632 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
385c0681 5633 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
362c6d2f
KG
5634 choke me
5635 #endif
5636
5637 ;
5638 return 0;
5639}
5640_ACEOF
5641if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5643/* end confdefs.h. */
362c6d2f 5644#include <gmp.h>
1c710c3c
DJ
5645int
5646main ()
5647{
6de9cd9a 5648
362c6d2f
KG
5649 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5650 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5651 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5652 choke me
5653 #endif
1c710c3c
DJ
5654
5655 ;
5656 return 0;
5657}
5658_ACEOF
5213506e
RW
5659if ac_fn_c_try_compile "$LINENO"; then :
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5661$as_echo "yes" >&6; }
362c6d2f
KG
5662else
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5664$as_echo "buggy but acceptable" >&6; }
5665fi
5666rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5667else
5213506e
RW
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5669$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5670fi
5213506e 5671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5672
acd26225 5673 # If we have GMP, check the MPFR version.
e69bf64b 5674 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5675 # Check for the recommended and required versions of MPFR.
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5677$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5679/* end confdefs.h. */
70ec446f 5680#include <gmp.h>
e69bf64b 5681 #include <mpfr.h>
1c710c3c
DJ
5682int
5683main ()
5684{
e48d66a9 5685
f7d6bc01 5686 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
e69bf64b
PB
5687 choke me
5688 #endif
1c710c3c
DJ
5689
5690 ;
5691 return 0;
5692}
5693_ACEOF
5213506e
RW
5694if ac_fn_c_try_compile "$LINENO"; then :
5695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5696/* end confdefs.h. */
a3993f33 5697#include <gmp.h>
e69bf64b 5698 #include <mpfr.h>
1c710c3c
DJ
5699int
5700main ()
5701{
a3993f33 5702
362c6d2f 5703 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5704 choke me
5705 #endif
acd26225
KG
5706
5707 ;
5708 return 0;
5709}
5710_ACEOF
5213506e
RW
5711if ac_fn_c_try_compile "$LINENO"; then :
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5713$as_echo "yes" >&6; }
acd26225 5714else
5213506e
RW
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5716$as_echo "buggy but acceptable" >&6; }
acd26225 5717fi
5213506e 5718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5719else
5213506e
RW
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5721$as_echo "no" >&6; }; have_gmp=no
acd26225 5722fi
5213506e 5723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5724 fi
5725
5726 # Check for the MPC header version.
3a5729ea 5727 if test x"$have_gmp" = xyes ; then
362c6d2f 5728 # Check for the recommended and required versions of MPC.
5213506e
RW
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5730$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5732/* end confdefs.h. */
5733#include <mpc.h>
5734int
5735main ()
5736{
5737
362c6d2f
KG
5738 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5739 choke me
5740 #endif
5741
5742 ;
5743 return 0;
5744}
5745_ACEOF
5746if ac_fn_c_try_compile "$LINENO"; then :
5747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5748/* end confdefs.h. */
5749#include <mpc.h>
5750int
5751main ()
5752{
5753
5754 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5755 choke me
5756 #endif
5757
5758 ;
5759 return 0;
5760}
5761_ACEOF
5213506e
RW
5762if ac_fn_c_try_compile "$LINENO"; then :
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5764$as_echo "yes" >&6; }
362c6d2f
KG
5765else
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5767$as_echo "buggy but acceptable" >&6; }
5768fi
5769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5770else
5213506e 5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5772$as_echo "no" >&6; }; have_gmp=no
acd26225 5773fi
5213506e 5774rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5775 fi
5776
5777 # Now check the MPFR library.
5778 if test x"$have_gmp" = xyes; then
5779 saved_LIBS="$LIBS"
5780 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5782$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5784/* end confdefs.h. */
3a5729ea 5785#include <mpc.h>
acd26225
KG
5786int
5787main ()
5788{
5789
5790 mpfr_t n;
5791 mpfr_t x;
3a5729ea 5792 mpc_t c;
acd26225
KG
5793 int t;
5794 mpfr_init (n);
5795 mpfr_init (x);
5796 mpfr_atan2 (n, n, x, GMP_RNDN);
5797 mpfr_erfc (n, x, GMP_RNDN);
5798 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5799 mpfr_clear(n);
5800 mpfr_clear(x);
5801 mpc_init2 (c, 53);
5802 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5803 mpc_cosh (c, c, MPC_RNDNN);
5804 mpc_pow (c, c, c, MPC_RNDNN);
5805 mpc_acosh (c, c, MPC_RNDNN);
5806 mpc_clear (c);
1c710c3c
DJ
5807
5808 ;
5809 return 0;
5810}
5811_ACEOF
5213506e
RW
5812if ac_fn_c_try_link "$LINENO"; then :
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5814$as_echo "yes" >&6; }
1c710c3c 5815else
5213506e
RW
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5817$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5818fi
5213506e
RW
5819rm -f core conftest.err conftest.$ac_objext \
5820 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5821 LIBS="$saved_LIBS"
5822 fi
5823
e69bf64b 5824 CFLAGS="$saved_CFLAGS"
6de9cd9a 5825
362c6d2f
KG
5826# The library versions listed in the error message below should match
5827# the HARD-minimums enforced above.
e69bf64b 5828 if test x$have_gmp != xyes; then
f7d6bc01 5829 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
3a5729ea
KG
5830Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5831their locations. Source code for these libraries can be found at
5832their respective hosting sites as well as at
5833ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5834http://gcc.gnu.org/install/prerequisites.html for additional info. If
5835you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5836make sure that you have installed both the libraries and the header
5837files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5838 fi
70ec446f
KG
5839fi
5840
acd26225
KG
5841# Flags needed for both GMP, MPFR and/or MPC.
5842
5843
6de9cd9a
DN
5844
5845
5846
9e3eba15 5847
0ff2d841 5848
0b21f5d3 5849# Libraries to use for stage1 or when not bootstrapping.
00020c16 5850
0b21f5d3
EB
5851# Check whether --with-stage1-libs was given.
5852if test "${with_stage1_libs+set}" = set; then :
5853 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5854 stage1_libs=
00020c16 5855 else
0b21f5d3 5856 stage1_libs=$withval
00020c16
ILT
5857 fi
5858else
5dc85f7e 5859 stage1_libs=
5213506e
RW
5860fi
5861
00020c16
ILT
5862
5863
0b21f5d3 5864# Linker flags to use for stage1 or when not bootstrapping.
00020c16 5865
0b21f5d3
EB
5866# Check whether --with-stage1-ldflags was given.
5867if test "${with_stage1_ldflags+set}" = set; then :
5868 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5869 stage1_ldflags=
00020c16 5870 else
0b21f5d3 5871 stage1_ldflags=$withval
00020c16
ILT
5872 fi
5873else
0b21f5d3
EB
5874 stage1_ldflags=
5875 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5876 # if supported. But if the user explicitly specified the libraries to use,
5877 # trust that they are doing what they want.
5878 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5879 stage1_ldflags="-static-libstdc++ -static-libgcc"
5880 fi
5213506e
RW
5881fi
5882
00020c16
ILT
5883
5884
5dc85f7e 5885# Libraries to use for stage2 and later builds.
00020c16 5886
5213506e
RW
5887# Check whether --with-boot-libs was given.
5888if test "${with_boot_libs+set}" = set; then :
5889 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5890 poststage1_libs=
5891 else
5892 poststage1_libs=$withval
5893 fi
5894else
5dc85f7e 5895 poststage1_libs=
5213506e
RW
5896fi
5897
00020c16
ILT
5898
5899
ed2eaa9f
ILT
5900# Linker flags to use for stage2 and later builds.
5901
5902# Check whether --with-boot-ldflags was given.
5903if test "${with_boot_ldflags+set}" = set; then :
5904 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5905 poststage1_ldflags=
5906 else
5907 poststage1_ldflags=$withval
5908 fi
5909else
5910 poststage1_ldflags=
bec93d73
ILT
5911 # In stages 2 and 3, default to linking libstdc++ and libgcc
5912 # statically. But if the user explicitly specified the libraries to
5913 # use, trust that they are doing what they want.
5914 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5915 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5916 fi
5917fi
5918
5919
5920
4a9bb2aa
TB
5921# GCC GRAPHITE dependency ISL.
5922# Basic setup is inlined here, actual checks are in config/isl.m4
f8bf9252
SP
5923
5924
33ad93b9
RG
5925# Check whether --with-isl was given.
5926if test "${with_isl+set}" = set; then :
5927 withval=$with_isl;
5213506e 5928fi
f8bf9252 5929
f8bf9252 5930
eae1a5d4 5931# Treat --without-isl as a request to disable
625afa23 5932# GRAPHITE support and skip all following checks.
eae1a5d4 5933if test "x$with_isl" != "xno"; then
625afa23
RG
5934 # Check for ISL
5935
5936
33ad93b9
RG
5937# Check whether --with-isl-include was given.
5938if test "${with_isl_include+set}" = set; then :
5939 withval=$with_isl_include;
5213506e
RW
5940fi
5941
f8bf9252 5942
33ad93b9
RG
5943# Check whether --with-isl-lib was given.
5944if test "${with_isl_lib+set}" = set; then :
5945 withval=$with_isl_lib;
5213506e 5946fi
f8bf9252 5947
f8bf9252 5948
33ad93b9
RG
5949 # Check whether --enable-isl-version-check was given.
5950if test "${enable_isl_version_check+set}" = set; then :
5951 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5952else
5953 ENABLE_ISL_CHECK=yes
7d32a440
SP
5954fi
5955
5956
33ad93b9
RG
5957 # Initialize isllibs and islinc.
5958 case $with_isl in
5959 no)
5960 isllibs=
5961 islinc=
5962 ;;
5963 "" | yes)
5964 ;;
5965 *)
5966 isllibs="-L$with_isl/lib"
5967 islinc="-I$with_isl/include"
5968 ;;
5969 esac
5970 if test "x${with_isl_include}" != x ; then
5971 islinc="-I$with_isl_include"
5972 fi
5973 if test "x${with_isl_lib}" != x; then
5974 isllibs="-L$with_isl_lib"
5975 fi
5976 if test "x${islinc}" = x && test "x${isllibs}" = x \
5977 && test -d ${srcdir}/isl; then
5978 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5979 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5980 ENABLE_ISL_CHECK=no
2869f0ff
RB
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5982$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
33ad93b9 5983 fi
7d32a440 5984
eae1a5d4
RG
5985 isllibs="${isllibs} -lisl"
5986
7d32a440 5987
7d32a440 5988
9847828b
RB
5989 if test "${ENABLE_ISL_CHECK}" = yes ; then
5990 _isl_saved_CFLAGS=$CFLAGS
5991 _isl_saved_LDFLAGS=$LDFLAGS
5992 _isl_saved_LIBS=$LIBS
5993
5994 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5995 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5996 LIBS="${_isl_saved_LIBS} -lisl"
5997
e0c0c325
SP
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compatible ISL" >&5
5999$as_echo_n "checking for compatible ISL... " >&6; }
6000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
622dbadf 6001/* end confdefs.h. */
e0c0c325 6002#include <isl/val.h>
622dbadf
BC
6003int
6004main ()
6005{
e0c0c325 6006;
622dbadf
BC
6007 ;
6008 return 0;
6009}
6010_ACEOF
6011if ac_fn_c_try_link "$LINENO"; then :
9847828b 6012 gcc_cv_isl=yes
622dbadf
BC
6013else
6014 gcc_cv_isl=no
6015fi
6016rm -f core conftest.err conftest.$ac_objext \
6017 conftest$ac_exeext conftest.$ac_ext
9847828b
RB
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6019$as_echo "$gcc_cv_isl" >&6; }
6020
6021 CFLAGS=$_isl_saved_CFLAGS
6022 LDFLAGS=$_isl_saved_LDFLAGS
6023 LIBS=$_isl_saved_LIBS
6024 fi
6025
6026
f8bf9252 6027
f8bf9252 6028
33ad93b9
RG
6029
6030
33ad93b9
RG
6031 if test "x${with_isl}" = xno; then
6032 graphite_requested=no
6033 elif test "x${with_isl}" != x \
6034 || test "x${with_isl_include}" != x \
6035 || test "x${with_isl_lib}" != x ; then
6036 graphite_requested=yes
6037 else
6038 graphite_requested=no
7d32a440 6039 fi
d789184e 6040
d789184e
SP
6041
6042
33ad93b9
RG
6043 if test "${gcc_cv_isl}" = no ; then
6044 isllibs=
6045 islinc=
6046 fi
6047
6048 if test "${graphite_requested}" = yes \
6049 && test "x${isllibs}" = x \
6050 && test "x${islinc}" = x ; then
f8bf9252 6051
33ad93b9
RG
6052 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6053 fi
f8bf9252 6054
d32ef397 6055
d32ef397
AS
6056fi
6057
4a9bb2aa 6058# If the ISL check failed, disable builds of in-tree variant of ISL
625afa23 6059if test "x$with_isl" = xno ||
625afa23 6060 test "x$gcc_cv_isl" = xno; then
4a9bb2aa 6061 noconfigdirs="$noconfigdirs isl"
625afa23 6062 islinc=
32d024bf
RG
6063fi
6064
625afa23
RG
6065
6066
6067
d7f09764
DN
6068# Check for LTO support.
6069# Check whether --enable-lto was given.
6070if test "${enable_lto+set}" = set; then :
6071 enableval=$enable_lto; enable_lto=$enableval
6072else
6073 enable_lto=yes; default_enable_lto=yes
6074fi
6075
6076
7413962d 6077
9a02962b
DK
6078
6079
6080target_elf=no
6081case $target in
6082 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
e44dbbe1 6083 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
8ae12d71
TS
6084 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
6085 nvptx-*-none)
9a02962b
DK
6086 target_elf=no
6087 ;;
6088 *)
6089 target_elf=yes
6090 ;;
6091esac
6092
6093if test $target_elf = yes; then :
48215350
DK
6094 # ELF platforms build the lto-plugin always.
6095 build_lto_plugin=yes
9a02962b 6096
9a02962b
DK
6097else
6098 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6099 case $target in
2cd815e7 6100 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
48215350 6101 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6102 *) enable_lto=no ;;
6103 esac
9a02962b 6104 else
db50fe7d
IS
6105 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6106 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6107 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6108 # warn during gcc/ subconfigure; unless you're bootstrapping with
6109 # -flto it won't be needed until after installation anyway.
6110 case $target in
1cd0b716 6111 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
6112 *) if test x"$enable_lto" = x"yes"; then
6113 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6114 fi
6115 ;;
6116 esac
6117 fi
1cd0b716 6118 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6119 # Build it unless LTO was explicitly disabled.
1cd0b716 6120 case $target in
48215350 6121 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6122 *) ;;
6123 esac
48215350 6124
9a02962b
DK
6125fi
6126
d7f09764 6127
45b3824d
TS
6128# Check whether --enable-linker-plugin-configure-flags was given.
6129if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6130 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6131else
6132 extra_linker_plugin_configure_flags=
6133fi
6134
6135
6136# Check whether --enable-linker-plugin-flags was given.
6137if test "${enable_linker_plugin_flags+set}" = set; then :
6138 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6139else
6140 extra_linker_plugin_flags=
6141fi
6142
6143
6144
f8bf9252 6145
0823efed 6146# By default, C and C++ are the only stage 1 languages.
e1888513 6147stage1_languages=,c,
2805b53a 6148
00020c16 6149# Target libraries that we bootstrap.
ad1e5170 6150bootstrap_target_libs=,target-libgcc,
00020c16 6151
55ffb5ed
NN
6152# Figure out what language subdirectories are present.
6153# Look if the user specified --enable-languages="..."; if not, use
6154# the environment variable $LANGUAGES if defined. $LANGUAGES might
6155# go away some day.
6156# NB: embedded tabs in this IF block -- do not untabify
6157if test -d ${srcdir}/gcc; then
6158 if test x"${enable_languages+set}" != xset; then
6159 if test x"${LANGUAGES+set}" = xset; then
6160 enable_languages="${LANGUAGES}"
6b1786aa 6161 echo configure.ac: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
55ffb5ed
NN
6162 else
6163 enable_languages=all
6164 fi
6165 else
6166 if test x"${enable_languages}" = x ||
6167 test x"${enable_languages}" = xyes;
6168 then
6b1786aa 6169 echo configure.ac: --enable-languages needs at least one language argument 1>&2
55ffb5ed
NN
6170 exit 1
6171 fi
6172 fi
6173 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6174
7f26dfa3
FXC
6175 # 'f95' is the old name for the 'fortran' language. We issue a warning
6176 # and make the substitution.
6177 case ,${enable_languages}, in
6178 *,f95,*)
6b1786aa 6179 echo configure.ac: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
7f26dfa3
FXC
6180 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6181 ;;
6182 esac
6183
0823efed
DN
6184 # If bootstrapping, C++ must be enabled.
6185 case ",$enable_languages,:$enable_bootstrap" in
6186 *,c++,*:*) ;;
6187 *:yes)
ff3ac0f4
ILT
6188 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6189 enable_languages="${enable_languages},c++"
6190 else
0823efed 6191 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ff3ac0f4
ILT
6192 fi
6193 ;;
6194 esac
6195
55ffb5ed
NN
6196 # First scan to see if an enabled language requires some other language.
6197 # We assume that a given config-lang.in will list all the language
6198 # front ends it requires, even if some are required indirectly.
6199 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6200 case ${lang_frag} in
6201 ..) ;;
6202 # The odd quoting in the next line works around
6203 # an apparent bug in bash 1.12 on linux.
6204 ${srcdir}/gcc/[*]/config-lang.in) ;;
6205 *)
69ecd18f
ILT
6206 # From the config-lang.in, get $language, $lang_requires, and
6207 # $lang_requires_boot_languages.
55ffb5ed
NN
6208 language=
6209 lang_requires=
69ecd18f 6210 lang_requires_boot_languages=
55ffb5ed 6211 . ${lang_frag}
69ecd18f 6212 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6213 case ,${enable_languages}, in
6214 *,$other,*) ;;
6215 *,all,*) ;;
6216 *,$language,*)
6217 echo " \`$other' language required by \`$language'; enabling" 1>&2
6218 enable_languages="${enable_languages},${other}"
6219 ;;
6220 esac
6221 done
69ecd18f
ILT
6222 for other in ${lang_requires_boot_languages} ; do
6223 if test "$other" != "c"; then
6224 case ,${enable_stage1_languages}, in
6225 *,$other,*) ;;
6226 *,all,*) ;;
6227 *)
6228 case ,${enable_languages}, in
6229 *,$language,*)
6230 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6231 enable_stage1_languages="$enable_stage1_languages,${other}"
6232 ;;
6233 esac
6234 ;;
6235 esac
6236 fi
6237 done
55ffb5ed
NN
6238 ;;
6239 esac
6240 done
6241
e1888513 6242 new_enable_languages=,c,
d7f09764
DN
6243
6244 # If LTO is enabled, add the LTO front end.
d7f09764 6245 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6246 case ,${enable_languages}, in
6247 *,lto,*) ;;
6248 *) enable_languages="${enable_languages},lto" ;;
6249 esac
1cd0b716 6250 if test "${build_lto_plugin}" = "yes" ; then
d7f09764 6251 configdirs="$configdirs lto-plugin"
d7f09764
DN
6252 fi
6253 fi
6254
426c1eb0
TS
6255 # If we're building an offloading compiler, add the LTO front end.
6256 if test x"$enable_as_accelerator_for" != x ; then
6257 case ,${enable_languages}, in
6258 *,lto,*) ;;
6259 *) enable_languages="${enable_languages},lto" ;;
6260 esac
6261 fi
6262
55ffb5ed 6263 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6264 potential_languages=,c,
55ffb5ed 6265
4da3b0f8
ILT
6266 enabled_target_libs=
6267 disabled_target_libs=
6268
55ffb5ed
NN
6269 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6270 case ${lang_frag} in
6271 ..) ;;
6272 # The odd quoting in the next line works around
6273 # an apparent bug in bash 1.12 on linux.
6274 ${srcdir}/gcc/[*]/config-lang.in) ;;
6275 *)
1c710c3c 6276 # From the config-lang.in, get $language, $target_libs,
2805b53a 6277 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6278 language=
6279 target_libs=
6280 lang_dirs=
1546bb64 6281 subdir_requires=
e1888513
PB
6282 boot_language=no
6283 build_by_default=yes
55ffb5ed 6284 . ${lang_frag}
e1888513
PB
6285 if test x${language} = x; then
6286 echo "${lang_frag} doesn't set \$language." 1>&2
6287 exit 1
6288 fi
6289
78767fd9 6290 if test "$language" = "c++"; then
0823efed 6291 boot_language=yes
00020c16
ILT
6292 fi
6293
178f875a 6294 add_this_lang=no
e1888513
PB
6295 case ,${enable_languages}, in
6296 *,${language},*)
d4a10d0a
SB
6297 # Language was explicitly selected; include it
6298 # unless it is C, which is enabled by default.
6299 if test "$language" != "c"; then
6300 add_this_lang=yes
6301 fi
55ffb5ed 6302 ;;
e1888513
PB
6303 *,all,*)
6304 # 'all' was selected, select it if it is a default language
178f875a
JM
6305 if test "$language" != "c"; then
6306 add_this_lang=${build_by_default}
6307 fi
55ffb5ed
NN
6308 ;;
6309 esac
6de9cd9a 6310
1546bb64 6311 # Disable languages that need other directories if these aren't available.
95695ad3 6312 for i in $subdir_requires; do
b6348cb3 6313 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6314 case ,${enable_languages}, in
6315 *,${language},*)
6316 # Specifically requested language; tell them.
5213506e 6317 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6318 ;;
6319 *)
6320 # Silently disable.
e1888513 6321 add_this_lang=unsupported
1546bb64
PB
6322 ;;
6323 esac
6324 done
6325
e1888513
PB
6326 # Disable Ada if no preexisting GNAT is available.
6327 case ,${enable_languages},:${language}:${have_gnat} in
6328 *,${language},*:ada:no)
6329 # Specifically requested language; tell them.
5213506e 6330 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6331 ;;
6332 *:ada:no)
6333 # Silently disable.
6334 add_this_lang=unsupported
6335 ;;
6336 esac
6337
4fab7234
HPN
6338 # Disable a language that is unsupported by the target.
6339 case " $unsupported_languages " in
6340 *" $language "*)
e1888513 6341 add_this_lang=unsupported
4fab7234
HPN
6342 ;;
6343 esac
6344
6de9cd9a 6345 case $add_this_lang in
e1888513 6346 unsupported)
55ffb5ed 6347 # Remove language-dependent dirs.
4da3b0f8
ILT
6348 disabled_target_libs="$disabled_target_libs $target_libs"
6349 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6350 ;;
e1888513
PB
6351 no)
6352 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6353 disabled_target_libs="$disabled_target_libs $target_libs"
6354 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6355 potential_languages="${potential_languages}${language},"
6356 ;;
6357 yes)
6358 new_enable_languages="${new_enable_languages}${language},"
6359 potential_languages="${potential_languages}${language},"
2805b53a 6360 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6361 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6362 case "${boot_language}:,$enable_stage1_languages," in
6363 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6364 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6365 case ",$stage1_languages," in
6366 *,$language,* | ,yes, | ,all,) ;;
6367 *) stage1_languages="${stage1_languages}${language}," ;;
6368 esac
00020c16
ILT
6369 # We need to bootstrap any supporting libraries.
6370 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6371 ;;
6372 esac
6373 ;;
55ffb5ed
NN
6374 esac
6375 ;;
6376 esac
6377 done
6378
4da3b0f8
ILT
6379 # Add target libraries which are only needed for disabled languages
6380 # to noconfigdirs.
6381 if test -n "$disabled_target_libs"; then
6382 for dir in $disabled_target_libs; do
6383 case " $enabled_target_libs " in
6384 *" ${dir} "*) ;;
6385 *) noconfigdirs="$noconfigdirs $dir" ;;
6386 esac
6387 done
6388 fi
6389
5213506e
RW
6390 # Check whether --enable-stage1-languages was given.
6391if test "${enable_stage1_languages+set}" = set; then :
6392 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6393 ,no,|,,)
6394 # Set it to something that will have no effect in the loop below
6395 enable_stage1_languages=c ;;
6396 ,yes,)
6397 enable_stage1_languages=`echo $new_enable_languages | \
6398 sed -e "s/^,//" -e "s/,$//" ` ;;
6399 *,all,*)
6400 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6401 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6402 esac
6403
6404 # Add "good" languages from enable_stage1_languages to stage1_languages,
6405 # while "bad" languages go in missing_languages. Leave no duplicates.
6406 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6407 case $potential_languages in
6408 *,$i,*)
6409 case $stage1_languages in
6410 *,$i,*) ;;
6411 *) stage1_languages="$stage1_languages$i," ;;
6412 esac ;;
6413 *)
6414 case $missing_languages in
6415 *,$i,*) ;;
6416 *) missing_languages="$missing_languages$i," ;;
6417 esac ;;
6418 esac
6419 done
5213506e
RW
6420fi
6421
e1888513
PB
6422
6423 # Remove leading/trailing commas that were added for simplicity
6424 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6425 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6426 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6427 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6428
55ffb5ed 6429 if test "x$missing_languages" != x; then
5213506e 6430 as_fn_error "
0cf085e4 6431The following requested languages could not be built: ${missing_languages}
5213506e 6432Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6433 fi
55ffb5ed
NN
6434 if test "x$new_enable_languages" != "x$enable_languages"; then
6435 echo The following languages will be built: ${new_enable_languages}
e1888513 6436 enable_languages="$new_enable_languages"
55ffb5ed 6437 fi
e1888513 6438
1c710c3c 6439
b2eaac4a 6440 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6441fi
6442
27079765
AH
6443# Handle --disable-<component> generically.
6444for dir in $configdirs $build_configdirs $target_configdirs ; do
6445 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6446 varname=`echo $dirname | sed -e s/+/_/g`
6447 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6448 noconfigdirs="$noconfigdirs $dir"
6449 fi
6450done
6451
7cd0cf9c 6452# Check for Boehm's garbage collector
5213506e
RW
6453# Check whether --enable-objc-gc was given.
6454if test "${enable_objc_gc+set}" = set; then :
6455 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6456 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6457 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6458 ;;
6459esac
5213506e
RW
6460fi
6461
7cd0cf9c
DA
6462
6463# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6464case ,${enable_languages},:${enable_objc_gc} in
6465 *,objc,*:yes)
7cd0cf9c
DA
6466 # Keep target-boehm-gc if requested for Objective-C.
6467 ;;
7cd0cf9c 6468 *)
2a79fd67
DA
6469 # Otherwise remove target-boehm-gc depending on target-libjava.
6470 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6471 noconfigdirs="$noconfigdirs target-boehm-gc"
6472 fi
7cd0cf9c
DA
6473 ;;
6474esac
6475
5f520819 6476# Disable libcilkrts, libitm, libsanitizer, libvtv, liboffloadmic if we're not building C++
99776ebd 6477case ,${enable_languages}, in
1007a55c
JW
6478 *,c++,*)
6479 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6480 case "${noconfigdirs}" in
6481 *target-libstdc++-v3*)
6482 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6483 ;;
6484 *) ;;
6485 esac
6486 ;;
99776ebd 6487 *)
5f520819 6488 noconfigdirs="$noconfigdirs target-libcilkrts target-liboffloadmic target-libitm target-libsanitizer target-libvtv"
99776ebd
RH
6489 ;;
6490esac
6491
ee6a22df
L
6492# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6493# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6494# If we have the source for $noconfigdirs entries, add them to $notsupp.
6495
6496notsupp=""
6497for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6498 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6499 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6500 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6501 if test -r $srcdir/$dirname/configure ; then
6502 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6503 true
6504 else
6505 notsupp="$notsupp $dir"
6506 fi
6507 fi
6508 fi
ee6a22df
L
6509 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6510 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6511 if test -r $srcdir/$dirname/configure ; then
6512 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6513 true
6514 else
6515 notsupp="$notsupp $dir"
6516 fi
6517 fi
6518 fi
55ffb5ed
NN
6519 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6520 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6521 if test -r $srcdir/$dirname/configure ; then
6522 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6523 true
6524 else
6525 notsupp="$notsupp $dir"
6526 fi
6527 fi
6528 fi
6529done
6530
55ffb5ed
NN
6531# Quietly strip out all directories which aren't configurable in this tree.
6532# This relies on all configurable subdirectories being autoconfiscated, which
6533# is now the case.
23f6b2f9
PB
6534build_configdirs_all="$build_configdirs"
6535build_configdirs=
6536for i in ${build_configdirs_all} ; do
1c710c3c 6537 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6538 if test -f ${srcdir}/$j/configure ; then
6539 build_configdirs="${build_configdirs} $i"
6540 fi
6541done
6542
55ffb5ed
NN
6543configdirs_all="$configdirs"
6544configdirs=
6545for i in ${configdirs_all} ; do
6546 if test -f ${srcdir}/$i/configure ; then
6547 configdirs="${configdirs} $i"
6548 fi
6549done
23f6b2f9 6550
55ffb5ed
NN
6551target_configdirs_all="$target_configdirs"
6552target_configdirs=
6553for i in ${target_configdirs_all} ; do
1c710c3c 6554 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6555 if test -f ${srcdir}/$j/configure ; then
6556 target_configdirs="${target_configdirs} $i"
6557 fi
6558done
6559
f1595603
L
6560# Exclude target-zlib if target-libjava isn't built.
6561case ${target_configdirs} in
6562*target-libjava*)
6563 ;;
6564*)
6565 target_configdirs="`echo ${target_configdirs} | sed -e 's/target-zlib//'`"
6566 ;;
6567esac
6568
45b3824d
TS
6569# libiberty-linker-plugin is special: it doesn't have its own source directory,
6570# so we have to add it after the preceding checks.
6571if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6572then
6573 case " $configdirs " in
6574 *" libiberty "*)
6575 # If we can build libiberty, we can also build libiberty-linker-plugin.
6576 configdirs="$configdirs libiberty-linker-plugin"
6577 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6578 --with-libiberty=../libiberty-linker-plugin";;
6579 *)
6580 as_fn_error "libiberty missing" "$LINENO" 5;;
6581 esac
6582fi
6583
fca38047
TS
6584# Sometimes we have special requirements for the host libiberty.
6585extra_host_libiberty_configure_flags=
1c01ebf6 6586extra_host_zlib_configure_flags=
fca38047
TS
6587case " $configdirs " in
6588 *" lto-plugin "* | *" libcc1 "*)
6589 # When these are to be built as shared libraries, the same applies to
6590 # libiberty.
6591 extra_host_libiberty_configure_flags=--enable-shared
6592 ;;
1c01ebf6
L
6593 *" bfd "*)
6594 # When bfd is to be built as a shared library, the same applies to
6595 # zlib.
6596 if test "$enable_shared" = "yes"; then
6597 extra_host_zlib_configure_flags=--enable-host-shared
6598 fi
6599 ;;
fca38047
TS
6600esac
6601
6602
1c01ebf6 6603
55ffb5ed
NN
6604# Produce a warning message for the subdirs we can't configure.
6605# This isn't especially interesting in the Cygnus tree, but in the individual
6606# FSF releases, it's important to let people know when their machine isn't
6607# supported by the one or two programs in a package.
6608
6609if test -n "${notsupp}" && test -z "${norecursion}" ; then
6610 # If $appdirs is non-empty, at least one of those directories must still
6611 # be configured, or we error out. (E.g., if the gas release supports a
6612 # specified target in some subdirs but not the gas subdir, we shouldn't
6613 # pretend that all is well.)
6614 if test -n "$appdirs" ; then
6615 for dir in $appdirs ; do
6616 if test -r $dir/Makefile.in ; then
6617 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6618 appdirs=""
6619 break
6620 fi
23f6b2f9 6621 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6622 appdirs=""
6623 break
6624 fi
6625 fi
6626 done
6627 if test -n "$appdirs" ; then
6628 echo "*** This configuration is not supported by this package." 1>&2
6629 exit 1
6630 fi
6631 fi
6632 # Okay, some application will build, or we don't care to check. Still
6633 # notify of subdirs not getting built.
6634 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6635 echo " ${notsupp}" 1>&2
6636 echo " (Any other directories should still work fine.)" 1>&2
6637fi
6638
6639case "$host" in
6640 *msdosdjgpp*)
6641 enable_gdbtk=no ;;
6642esac
6643
c3a86da9
DJ
6644# To find our prefix, in gcc_cv_tool_prefix.
6645
6646# The user is always right.
6647if test "${PATH_SEPARATOR+set}" != set; then
6648 echo "#! /bin/sh" >conf$$.sh
6649 echo "exit 0" >>conf$$.sh
6650 chmod +x conf$$.sh
6651 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6652 PATH_SEPARATOR=';'
6653 else
6654 PATH_SEPARATOR=:
6655 fi
6656 rm -f conf$$.sh
6657fi
6658
6659
6660
6661if test "x$exec_prefix" = xNONE; then
6662 if test "x$prefix" = xNONE; then
6663 gcc_cv_tool_prefix=$ac_default_prefix
6664 else
6665 gcc_cv_tool_prefix=$prefix
6666 fi
6667else
6668 gcc_cv_tool_prefix=$exec_prefix
6669fi
6670
6671# If there is no compiler in the tree, use the PATH only. In any
6672# case, if there is no compiler in the tree nobody should use
6673# AS_FOR_TARGET and LD_FOR_TARGET.
6674if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6675 gcc_version=`cat $srcdir/gcc/BASE-VER`
6676 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6677 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6678 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6679 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6680 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6681 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6682else
6683 gcc_cv_tool_dirs=
6684fi
6685
6686if test x$build = x$target && test -n "$md_exec_prefix"; then
6687 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6688fi
6689
6690
6691
55ffb5ed
NN
6692copy_dirs=
6693
1c710c3c 6694
5213506e
RW
6695# Check whether --with-build-sysroot was given.
6696if test "${with_build_sysroot+set}" = set; then :
6697 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6698 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6699 fi
6700else
6701 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6702fi
526635cb
MM
6703
6704
c8aea42c 6705
5213506e
RW
6706
6707# Check whether --with-debug-prefix-map was given.
6708if test "${with_debug_prefix_map+set}" = set; then :
6709 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6710 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6711 for debug_map in $withval; do
6712 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6713 done
6714 fi
6715else
6716 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6717fi
6718
c8aea42c
PB
6719
6720
1c8bd6a3
PB
6721# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6722# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6723# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6724# We want to ensure that TARGET libraries (which we know are built with
6725# gcc) are built with "-O2 -g", so include those options when setting
6726# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6727if test "x$CFLAGS_FOR_TARGET" = x; then
fc30054e
AH
6728 if test "x${is_cross_compiler}" = xyes; then
6729 CFLAGS_FOR_TARGET="-g -O2"
6730 else
6731 CFLAGS_FOR_TARGET=$CFLAGS
6732 case " $CFLAGS " in
6733 *" -O2 "*) ;;
6734 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
6735 esac
6736 case " $CFLAGS " in
6737 *" -g "* | *" -g3 "*) ;;
6738 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
6739 esac
6740 fi
1c8bd6a3
PB
6741fi
6742
6743
6744if test "x$CXXFLAGS_FOR_TARGET" = x; then
fc30054e
AH
6745 if test "x${is_cross_compiler}" = xyes; then
6746 CXXFLAGS_FOR_TARGET="-g -O2"
6747 else
6748 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6749 case " $CXXFLAGS " in
6750 *" -O2 "*) ;;
6751 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
6752 esac
6753 case " $CXXFLAGS " in
6754 *" -g "* | *" -g3 "*) ;;
6755 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
6756 esac
6757 fi
1c8bd6a3
PB
6758fi
6759
6760
6f57bdf6
DK
6761
6762
55ffb5ed
NN
6763# Handle --with-headers=XXX. If the value is not "yes", the contents of
6764# the named directory are copied to $(tooldir)/sys-include.
6765if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6766 if test x${is_cross_compiler} = xno ; then
6767 echo 1>&2 '***' --with-headers is only supported when cross compiling
6768 exit 1
6769 fi
6770 if test x"${with_headers}" != xyes ; then
c3a86da9 6771 x=${gcc_cv_tool_prefix}
1c710c3c 6772 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6773 fi
6774fi
6775
6776# Handle --with-libs=XXX. If the value is not "yes", the contents of
6777# the name directories are copied to $(tooldir)/lib. Multiple directories
6778# are permitted.
6779if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6780 if test x${is_cross_compiler} = xno ; then
6781 echo 1>&2 '***' --with-libs is only supported when cross compiling
6782 exit 1
6783 fi
6784 if test x"${with_libs}" != xyes ; then
6785 # Copy the libraries in reverse order, so that files in the first named
6786 # library override files in subsequent libraries.
c3a86da9 6787 x=${gcc_cv_tool_prefix}
55ffb5ed 6788 for l in ${with_libs}; do
1c710c3c 6789 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6790 done
6791 fi
6792fi
6793
d7f09764 6794# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6795#
6796# This is done by determining whether or not the appropriate directory
6797# is available, and by checking whether or not specific configurations
6798# have requested that this magic not happen.
1c710c3c
DJ
6799#
6800# The command line options always override the explicit settings in
6b1786aa 6801# configure.ac, and the settings in configure.ac override this magic.
e8b05380 6802#
1c710c3c 6803# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6804# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6805# --without-gnu-ld options for the configure script. Similarly, if
6806# the default is to use the included zlib and you don't want to do that,
6807# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6808
6809if test x${use_gnu_as} = x &&
6810 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6811 with_gnu_as=yes
6812 extra_host_args="$extra_host_args --with-gnu-as"
6813fi
6814
6815if test x${use_gnu_ld} = x &&
5afab7ad 6816 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6817 with_gnu_ld=yes
6818 extra_host_args="$extra_host_args --with-gnu-ld"
6819fi
6820
d7f09764
DN
6821if test x${use_included_zlib} = x &&
6822 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6823 :
6824else
6825 with_system_zlib=yes
6826 extra_host_args="$extra_host_args --with-system-zlib"
6827fi
6828
e8b05380
PB
6829# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6830# can detect this case.
6831
6832if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6833 with_newlib=yes
6834 extra_host_args="$extra_host_args --with-newlib"
6835fi
6836
55ffb5ed
NN
6837# Handle ${copy_dirs}
6838set fnord ${copy_dirs}
6839shift
6840while test $# != 0 ; do
6841 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6842 :
6843 else
6844 echo Copying $1 to $2
6845
6846 # Use the install script to create the directory and all required
6847 # parent directories.
6848 if test -d $2 ; then
6849 :
6850 else
6851 echo >config.temp
6852 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6853 fi
6854
6855 # Copy the directory, assuming we have tar.
6856 # FIXME: Should we use B in the second tar? Not all systems support it.
6857 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6858
6859 # It is the responsibility of the user to correctly adjust all
6860 # symlinks. If somebody can figure out how to handle them correctly
6861 # here, feel free to add the code.
6862
6863 echo $1 > $2/COPIED
6864 fi
6865 shift; shift
6866done
6867
e8b05380
PB
6868# Determine a target-dependent exec_prefix that the installed
6869# gcc will search in. Keep this list sorted by triplet, with
6870# the *-*-osname triplets last.
6871md_exec_prefix=
6872case "${target}" in
30b74385 6873 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6874 md_exec_prefix=/dev/env/DJDIR/bin
6875 ;;
e8b05380 6876 *-*-hpux* | \
e8b05380 6877 *-*-nto-qnx* | \
6de66370 6878 *-*-solaris2*)
e8b05380
PB
6879 md_exec_prefix=/usr/ccs/bin
6880 ;;
6881esac
6882
671aa708
NN
6883extra_arflags_for_target=
6884extra_nmflags_for_target=
6885extra_ranlibflags_for_target=
6886target_makefile_frag=/dev/null
6887case "${target}" in
58e24147
AM
6888 spu-*-*)
6889 target_makefile_frag="config/mt-spu"
6890 ;;
d896cc4d 6891 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
4bf6c438
RS
6892 target_makefile_frag="config/mt-sde"
6893 ;;
1ec3b87b
RS
6894 mipsisa*-*-elfoabi*)
6895 target_makefile_frag="config/mt-mips-elfoabi"
6896 ;;
08d0963a
RS
6897 mips*-*-*linux* | mips*-*-gnu*)
6898 target_makefile_frag="config/mt-mips-gnu"
6899 ;;
707f1839
SL
6900 nios2-*-elf*)
6901 target_makefile_frag="config/mt-nios2-elf"
6902 ;;
416ac4d4 6903 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6904 target_makefile_frag="config/mt-gnu"
671aa708
NN
6905 ;;
6906 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6907 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
6908 # commands to handle both 32-bit and 64-bit objects. These flags are
6909 # harmless if we're using GNU nm or ar.
6910 extra_arflags_for_target=" -X32_64"
6911 extra_nmflags_for_target=" -B -X32_64"
6912 ;;
671aa708
NN
6913esac
6914
6915alphaieee_frag=/dev/null
6916case $target in
6917 alpha*-*-*)
6918 # This just makes sure to use the -mieee option to build target libs.
6919 # This should probably be set individually by each library.
6920 alphaieee_frag="config/mt-alphaieee"
6921 ;;
6922esac
6923
6924# If --enable-target-optspace always use -Os instead of -O2 to build
6925# the target libraries, similarly if it is not specified, use -Os
6926# on selected platforms.
6927ospace_frag=/dev/null
6928case "${enable_target_optspace}:${target}" in
6929 yes:*)
6930 ospace_frag="config/mt-ospace"
6931 ;;
6932 :d30v-*)
6933 ospace_frag="config/mt-d30v"
6934 ;;
d9063947 6935 :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
671aa708
NN
6936 ospace_frag="config/mt-ospace"
6937 ;;
6938 no:* | :*)
6939 ;;
6940 *)
6941 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6942 ;;
6943esac
6944
671aa708
NN
6945# Some systems (e.g., one of the i386-aix systems the gas testers are
6946# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 6947tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
6948build_tooldir=${tooldir}
6949
671aa708
NN
6950# Create a .gdbinit file which runs the one in srcdir
6951# and tells GDB to look there for source files.
6952
6953if test -r ${srcdir}/.gdbinit ; then
6954 case ${srcdir} in
6955 .) ;;
6956 *) cat > ./.gdbinit <<EOF
6957# ${NO_EDIT}
6958dir ${srcdir}
6959dir .
6960source ${srcdir}/.gdbinit
6961EOF
6962 ;;
6963 esac
6964fi
6965
671aa708
NN
6966# Make sure that the compiler is able to generate an executable. If it
6967# can't, we are probably in trouble. We don't care whether we can run the
6968# executable--we might be using a cross compiler--we only care whether it
6969# can be created. At this point the main configure script has set CC.
6970we_are_ok=no
6971echo "int main () { return 0; }" > conftest.c
6972${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6973if test $? = 0 ; then
6974 if test -s conftest || test -s conftest.exe ; then
6975 we_are_ok=yes
6976 fi
1c710c3c 6977fi
671aa708
NN
6978case $we_are_ok in
6979 no)
6980 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6981 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6982 rm -f conftest*
6983 exit 1
6984 ;;
6985esac
6986rm -f conftest*
6987
d89f0ad6 6988# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
6989case "${host}" in
6990 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 6991 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 6992 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
6993 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6994esac
6995
d89f0ad6
AL
6996# On systems where the dynamic library environment variable is PATH,
6997# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6998# built executables to PATH.
6999if test "$RPATH_ENVVAR" = PATH; then
7000 GCC_SHLIB_SUBDIR=/shlib
7001else
7002 GCC_SHLIB_SUBDIR=
7003fi
7004
beeda1d9
JJ
7005# Adjust the toplevel makefile according to whether bootstrap was selected.
7006case $enable_bootstrap in
7007 yes)
7008 bootstrap_suffix=bootstrap
7009 BUILD_CONFIG=bootstrap-debug
7010 ;;
7011 no)
7012 bootstrap_suffix=no-bootstrap
7013 BUILD_CONFIG=
7014 ;;
7015esac
7016
7017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7018$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7019
7020
7021# Check whether --with-build-config was given.
7022if test "${with_build_config+set}" = set; then :
7023 withval=$with_build_config; case $with_build_config in
7024 yes) with_build_config= ;;
7025 no) with_build_config= BUILD_CONFIG= ;;
7026 esac
7027fi
7028
7029
7030if test "x${with_build_config}" != x; then
7031 BUILD_CONFIG=$with_build_config
7032else
7033 case $BUILD_CONFIG in
7034 bootstrap-debug)
7035 if echo "int f (void) { return 0; }" > conftest.c &&
7036 ${CC} -c conftest.c &&
7037 mv conftest.o conftest.o.g0 &&
7038 ${CC} -c -g conftest.c &&
7039 mv conftest.o conftest.o.g &&
7040 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7041 :
7042 else
7043 BUILD_CONFIG=
7044 fi
7045 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7046 ;;
7047 esac
7048fi
7049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7050$as_echo "$BUILD_CONFIG" >&6; }
7051
7052
7053# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7055$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7056# Check whether --enable-vtable-verify was given.
7057if test "${enable_vtable_verify+set}" = set; then :
7058 enableval=$enable_vtable_verify; case "$enableval" in
7059 yes) enable_vtable_verify=yes ;;
7060 no) enable_vtable_verify=no ;;
7061 *) enable_vtable_verify=no;;
7062 esac
7063else
7064 enable_vtable_verify=no
7065fi
7066
7067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7068$as_echo "$enable_vtable_verify" >&6; }
7069
671aa708
NN
7070# Record target_configdirs and the configure arguments for target and
7071# build configuration in Makefile.
7072target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7073build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
9e1c8fc1 7074bootstrap_fixincludes=no
671aa708 7075
ad1e5170
JR
7076# If we are building libgomp, bootstrap it.
7077if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7078 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7079fi
7080
beeda1d9
JJ
7081# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7082# or bootstrap-ubsan, bootstrap it.
7083if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7084 case "$BUILD_CONFIG" in
7085 *bootstrap-asan* | *bootstrap-ubsan* )
7086 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
9e1c8fc1 7087 bootstrap_fixincludes=yes
beeda1d9
JJ
7088 ;;
7089 esac
ac8701fe
L
7090fi
7091
beeda1d9
JJ
7092# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7093if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7094 test "$enable_vtable_verify" != no; then
2077db1b
CT
7095 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7096fi
7097
5373cd33
IE
7098# If we are building libmpx, bootstrap it.
7099if echo " ${target_configdirs} " | grep " libmpx " > /dev/null 2>&1; then
7100 bootstrap_target_libs=${bootstrap_target_libs}target-libmpx,
7101fi
7102
671aa708
NN
7103# Determine whether gdb needs tk/tcl or not.
7104# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7105# and in that case we want gdb to be built without tk. Ugh!
7106# In fact I believe gdb is the *only* package directly dependent on tk,
7107# so we should be able to put the 'maybe's in unconditionally and
7108# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7109# 100% sure that that's safe though.
e914a571 7110
b4f96efe 7111gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7112case "$enable_gdbtk" in
7113 no)
7114 GDB_TK="" ;;
e914a571
AC
7115 yes)
7116 GDB_TK="${gdb_tk}" ;;
671aa708 7117 *)
e914a571
AC
7118 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7119 # distro. Eventually someone will fix this and move Insight, nee
7120 # gdbtk to a separate directory.
7121 if test -d ${srcdir}/gdb/gdbtk ; then
7122 GDB_TK="${gdb_tk}"
7123 else
7124 GDB_TK=""
7125 fi
7126 ;;
671aa708 7127esac
ef9db8d5
DJ
7128CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7129INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7130
60975492 7131# Strip out unwanted targets.
8b87bb96
NN
7132
7133# While at that, we remove Makefiles if we were started for recursive
7134# configuration, so that the top-level Makefile reconfigures them,
7135# like we used to do when configure itself was recursive.
8b87bb96 7136
3e54529c
RW
7137# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7138# but now we're fixing up the Makefile ourselves with the additional
7139# commands passed to AC_CONFIG_FILES. Use separate variables
7140# extrasub-{build,host,target} not because there is any reason to split
7141# the substitutions up that way, but only to remain below the limit of
7142# 99 commands in a script, for HP-UX sed.
7143# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 7144
79cd2b23
RW
7145case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7146 yes:yes:*\ gold\ *:*,c++,*) ;;
7147 yes:yes:*\ gold\ *:*)
7148 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7149 ;;
7150esac
7151
3e54529c 7152extrasub_build=
23f6b2f9 7153for module in ${build_configdirs} ; do
5607edfd
PB
7154 if test -z "${no_recursion}" \
7155 && test -f ${build_subdir}/${module}/Makefile; then
7156 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7157 rm -f ${build_subdir}/${module}/Makefile
7158 fi
3e54529c 7159 extrasub_build="$extrasub_build
5607edfd
PB
7160/^@if build-$module\$/d
7161/^@endif build-$module\$/d
7162/^@if build-$module-$bootstrap_suffix\$/d
7163/^@endif build-$module-$bootstrap_suffix\$/d"
7164done
3e54529c 7165extrasub_host=
5607edfd 7166for module in ${configdirs} ; do
a6fbc1e2 7167 if test -z "${no_recursion}"; then
f063a9ed 7168 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7169 if test -f ${file}; then
7170 echo 1>&2 "*** removing ${file} to force reconfigure"
7171 rm -f ${file}
7172 fi
7173 done
5607edfd 7174 fi
9e1c8fc1
JJ
7175 case ${module},${bootstrap_fixincludes} in
7176 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7177 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7178 esac
3e54529c 7179 extrasub_host="$extrasub_host
5607edfd
PB
7180/^@if $module\$/d
7181/^@endif $module\$/d
9e1c8fc1
JJ
7182/^@if $module-$host_bootstrap_suffix\$/d
7183/^@endif $module-$host_bootstrap_suffix\$/d"
5607edfd 7184done
3e54529c 7185extrasub_target=
5607edfd
PB
7186for module in ${target_configdirs} ; do
7187 if test -z "${no_recursion}" \
7188 && test -f ${target_subdir}/${module}/Makefile; then
7189 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7190 rm -f ${target_subdir}/${module}/Makefile
7191 fi
00020c16
ILT
7192
7193 # We only bootstrap target libraries listed in bootstrap_target_libs.
7194 case $bootstrap_target_libs in
7195 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7196 *) target_bootstrap_suffix=no-bootstrap ;;
7197 esac
7198
3e54529c 7199 extrasub_target="$extrasub_target
5607edfd
PB
7200/^@if target-$module\$/d
7201/^@endif target-$module\$/d
00020c16
ILT
7202/^@if target-$module-$target_bootstrap_suffix\$/d
7203/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7204done
7205
3e54529c
RW
7206# Do the final fixup along with target modules.
7207extrasub_target="$extrasub_target
60975492 7208/^@if /,/^@endif /d"
671aa708
NN
7209
7210# Create the serialization dependencies. This uses a temporary file.
7211
5213506e
RW
7212# Check whether --enable-serial-configure was given.
7213if test "${enable_serial_configure+set}" = set; then :
7214 enableval=$enable_serial_configure;
7215fi
ade82b16
AO
7216
7217
bf1d3e81
NN
7218case ${enable_serial_configure} in
7219 yes)
7220 enable_serial_build_configure=yes
7221 enable_serial_host_configure=yes
7222 enable_serial_target_configure=yes
7223 ;;
7224esac
7225
671aa708
NN
7226# These force 'configure's to be done one at a time, to avoid problems
7227# with contention over a shared config.cache.
7228rm -f serdep.tmp
ade82b16 7229echo '# serdep.tmp' > serdep.tmp
671aa708 7230olditem=
bf1d3e81 7231test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7232for item in ${build_configdirs} ; do
7233 case ${olditem} in
7234 "") ;;
ade82b16 7235 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7236 esac
7237 olditem=${item}
7238done
7239olditem=
bf1d3e81 7240test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7241for item in ${configdirs} ; do
7242 case ${olditem} in
7243 "") ;;
ade82b16 7244 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7245 esac
7246 olditem=${item}
7247done
7248olditem=
bf1d3e81 7249test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7250for item in ${target_configdirs} ; do
7251 case ${olditem} in
7252 "") ;;
ade82b16 7253 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7254 esac
7255 olditem=${item}
7256done
7257serialization_dependencies=serdep.tmp
7258
7259
ade82b16 7260# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7261# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7262# might not want to pass down to subconfigures. The exception being
7263# --cache-file=/dev/null, which is used to turn off the use of cache
7264# files altogether, and which should be passed on to subconfigures.
7265# Also strip program-prefix, program-suffix, and program-transform-name,
7266# so that we can pass down a consistent program-transform-name.
1c710c3c 7267baseargs=
29a63921 7268tbaseargs=
1c710c3c
DJ
7269keep_next=no
7270skip_next=no
7271eval "set -- $ac_configure_args"
44bfc3ac
DJ
7272for ac_arg
7273do
1c710c3c
DJ
7274 if test X"$skip_next" = X"yes"; then
7275 skip_next=no
7276 continue
7277 fi
7278 if test X"$keep_next" = X"yes"; then
7279 case $ac_arg in
7280 *\'*)
7281 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7282 esac
7283 baseargs="$baseargs '$ac_arg'"
29a63921 7284 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7285 keep_next=no
7286 continue
7287 fi
7288
7289 # Handle separated arguments. Based on the logic generated by
7290 # autoconf 2.59.
7291 case $ac_arg in
7292 *=* | --config-cache | -C | -disable-* | --disable-* \
7293 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7294 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7295 | -with-* | --with-* | -without-* | --without-* | --x)
7296 separate_arg=no
7297 ;;
7298 -*)
7299 separate_arg=yes
7300 ;;
7301 *)
7302 separate_arg=no
7303 ;;
7304 esac
7305
29a63921
AO
7306 skip_targ=no
7307 case $ac_arg in
7308
7309 --with-* | --without-*)
7310 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7311
7312 case $libopt in
7313 *[-_]include)
7314 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7315 ;;
7316 *[-_]lib)
7317 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7318 ;;
7319 *)
7320 lib=$libopt
7321 ;;
7322 esac
7323
7324
7325 case $lib in
4a9bb2aa 7326 mpc | mpfr | gmp | isl)
29a63921
AO
7327 # If we're processing --with-$lib, --with-$lib-include or
7328 # --with-$lib-lib, for one of the libs above, and target is
7329 # different from host, don't pass the current argument to any
7330 # target library's configure.
7331 if test x$is_cross_compiler = xyes; then
7332 skip_targ=yes
7333 fi
7334 ;;
7335 esac
7336 ;;
7337 esac
7338
1c710c3c 7339 case "$ac_arg" in
f1a036e4
NC
7340 --cache-file=/dev/null | \
7341 -cache-file=/dev/null )
7342 # Handled here to avoid the test to skip args below.
7343 baseargs="$baseargs '$ac_arg'"
29a63921 7344 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7345 # Assert: $separate_arg should always be no.
7346 keep_next=$separate_arg
7347 ;;
1c710c3c
DJ
7348 --no*)
7349 continue
7350 ;;
7351 --c* | \
7352 --sr* | \
7353 --ho* | \
7354 --bu* | \
7355 --t* | \
7356 --program-* | \
7357 -cache_file* | \
7358 -srcdir* | \
7359 -host* | \
7360 -build* | \
7361 -target* | \
7362 -program-prefix* | \
7363 -program-suffix* | \
7364 -program-transform-name* )
7365 skip_next=$separate_arg
7366 continue
7367 ;;
7368 -*)
7369 # An option. Add it.
7370 case $ac_arg in
7371 *\'*)
7372 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7373 esac
7374 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7375 if test X"$skip_targ" = Xno; then
7376 tbaseargs="$tbaseargs '$ac_arg'"
7377 fi
1c710c3c
DJ
7378 keep_next=$separate_arg
7379 ;;
7380 *)
7381 # Either a variable assignment, or a nonopt (triplet). Don't
7382 # pass it down; let the Makefile handle this.
7383 continue
7384 ;;
7385 esac
7386done
7387# Remove the initial space we just introduced and, as these will be
7388# expanded by make, quote '$'.
7389baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7390
43bb47c2
DJ
7391# Add in --program-transform-name, after --program-prefix and
7392# --program-suffix have been applied to it. Autoconf has already
7393# doubled dollar signs and backslashes in program_transform_name; we want
7394# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7395# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7396# Also, because we want to override the logic in subdir configure scripts to
7397# choose program_transform_name, replace any s,x,x, with s,y,y,.
7398sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7399${program_transform_name}
7400EOF_SED
7401gcc_transform_name=`cat conftestsed.out`
7402rm -f conftestsed.out
7403baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7404tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7405if test "$silent" = yes; then
7406 baseargs="$baseargs --silent"
29a63921 7407 tbaseargs="$tbaseargs --silent"
d9acb717 7408fi
0115d4a3 7409baseargs="$baseargs --disable-option-checking"
29a63921 7410tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7411
ffedf511
RW
7412# Record and document user additions to sub configure arguments.
7413
7414
7415
7416
671aa708
NN
7417# For the build-side libraries, we just need to pretend we're native,
7418# and not use the same cache file. Multilibs are neither needed nor
3d96b0d0
HPN
7419# desired. We can't even use the same cache file for all build-side
7420# libraries, as they're compiled differently; some with C, some with
7421# C++ or with different feature-enabling options.
7422build_configargs="$build_configargs --cache-file=./config.cache ${baseargs}"
671aa708
NN
7423
7424# For host modules, accept cache file option, or specification as blank.
7425case "${cache_file}" in
7426"") # empty
7427 cache_file_option="" ;;
7428/* | [A-Za-z]:[\\/]* ) # absolute path
7429 cache_file_option="--cache-file=${cache_file}" ;;
7430*) # relative path
7431 cache_file_option="--cache-file=../${cache_file}" ;;
7432esac
7433
09438bde
NN
7434# Host dirs don't like to share a cache file either, horribly enough.
7435# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7436host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7437
29a63921 7438target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7439
7440# Passing a --with-cross-host argument lets the target libraries know
7441# whether they are being built with a cross-compiler or being built
7442# native. However, it would be better to use other mechanisms to make the
7443# sorts of decisions they want to make on this basis. Please consider
7444# this option to be deprecated. FIXME.
7445if test x${is_cross_compiler} = xyes ; then
1c710c3c 7446 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7447fi
7448
79e0604d
FXC
7449# Special user-friendly check for native x86_64-linux build, if
7450# multilib is not explicitly enabled.
7451case "$target:$have_compiler:$host:$target:$enable_multilib" in
7452 x86_64-*linux*:yes:$build:$build:)
e640447c 7453 # Make sure we have a development environment that handles 32-bit
79e0604d
FXC
7454 dev64=no
7455 echo "int main () { return 0; }" > conftest.c
7456 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7457 if test $? = 0 ; then
7458 if test -s conftest || test -s conftest.exe ; then
7459 dev64=yes
7460 fi
7461 fi
7462 rm -f conftest*
7463 if test x${dev64} != xyes ; then
e640447c 7464 as_fn_error "I suspect your system does not have 32-bit development libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
79e0604d
FXC
7465 fi
7466 ;;
7467esac
7468
dc683a3f
RW
7469# Default to --enable-multilib.
7470if test x${enable_multilib} = x ; then
671aa708 7471 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7472fi
671aa708
NN
7473
7474# Pass --with-newlib if appropriate. Note that target_configdirs has
7475# changed from the earlier setting of with_newlib.
7476if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7477 target_configargs="--with-newlib ${target_configargs}"
7478fi
7479
6b9eb62c
NN
7480# Different target subdirs use different values of certain variables
7481# (notably CXX). Worse, multilibs use *lots* of different values.
7482# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7483# it doesn't automatically accept command-line overrides of them.
7484# This means it's not safe for target subdirs to share a cache file,
7485# which is disgusting, but there you have it. Hopefully this can be
7486# fixed in future. It's still worthwhile to use a cache file for each
7487# directory. I think.
7488
bebcd931
MS
7489# Pass the appropriate --build, --host, --target and --cache-file arguments.
7490# We need to pass --target, as newer autoconf's requires consistency
7491# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7492target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7493
671aa708
NN
7494FLAGS_FOR_TARGET=
7495case " $target_configdirs " in
7496 *" newlib "*)
7497 case " $target_configargs " in
7498 *" --with-newlib "*)
7499 case "$target" in
5d571eaa 7500 *-cygwin*)
443e6238 7501 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
5d571eaa 7502 ;;
671aa708
NN
7503 esac
7504
7505 # If we're not building GCC, don't discard standard headers.
7506 if test -d ${srcdir}/gcc; then
7507 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7508
7509 if test "${build}" != "${host}"; then
7510 # On Canadian crosses, CC_FOR_TARGET will have already been set
7511 # by `configure', so we won't have an opportunity to add -Bgcc/
7512 # to it. This is right: we don't want to search that directory
7513 # for binaries, but we want the header files in there, so add
7514 # them explicitly.
0463992b 7515 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7516
7517 # Someone might think of using the pre-installed headers on
7518 # Canadian crosses, in case the installed compiler is not fully
7519 # compatible with the compiler being built. In this case, it
7520 # would be better to flag an error than risking having
7521 # incompatible object files being constructed. We can't
7522 # guarantee that an error will be flagged, but let's hope the
7523 # compiler will do it, when presented with incompatible header
7524 # files.
7525 fi
7526 fi
7527
7528 case "${target}-${is_cross_compiler}" in
f2a0e225 7529 i[3456789]86-*-linux*-no)
671aa708
NN
7530 # Here host == target, so we don't need to build gcc,
7531 # so we don't want to discard standard headers.
7532 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7533 ;;
7534 *)
7535 # If we're building newlib, use its generic headers last, but search
7536 # for any libc-related directories first (so make it the last -B
7537 # switch).
7538 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
7539
7540 # If we're building libgloss, find the startup file, simulator library
7541 # and linker script.
7542 case " $target_configdirs " in
7543 *" libgloss "*)
7544 # Look for startup file, simulator library and maybe linker script.
7545 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7546 # Look for libnosys.a in case the target needs it.
7547 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7548 # Most targets have the linker script in the source directory.
7549 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7550 ;;
7551 esac
671aa708
NN
7552 ;;
7553 esac
7554 ;;
7555 esac
7556 ;;
7557esac
5d571eaa 7558
b91f0a41 7559case "$target" in
5d571eaa
OS
7560 x86_64-*mingw* | *-w64-mingw*)
7561 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7562 # however, use a symlink named 'mingw' in ${prefix} .
7563 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7564 ;;
7565 *-mingw*)
7566 # MinGW can't be handled as Cygwin above since it does not use newlib.
7567 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'
7568 ;;
b91f0a41 7569esac
671aa708 7570
6691a79e
ME
7571# Allow the user to override the flags for
7572# our build compiler if desired.
f019adc1
MF
7573if test x"${build}" = x"${host}" ; then
7574 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7575 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7576 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7577fi
6691a79e 7578
671aa708
NN
7579# On Canadian crosses, we'll be searching the right directories for
7580# the previously-installed cross compiler, so don't bother to add
7581# flags for directories within the install tree of the compiler
7582# being built; programs in there won't even run.
7583if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7584 # Search for pre-installed headers if nothing else fits.
9124bc53 7585 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
7586fi
7587
7588if test "x${use_gnu_ld}" = x &&
7589 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7590 # Arrange for us to find uninstalled linker scripts.
215c351a 7591 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7592fi
7593
e88a2c09
DD
7594# Search for other target-specific linker scripts and such.
7595case "${target}" in
3e19841a
PB
7596 mep*)
7597 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7598 ;;
e88a2c09
DD
7599esac
7600
671aa708 7601# Makefile fragments.
7b61653a
PE
7602for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7603do
7604 eval fragval=\$$frag
7605 if test $fragval != /dev/null; then
7606 eval $frag=${srcdir}/$fragval
7607 fi
7608done
671aa708
NN
7609
7610
7611
7612
7613
7614# Miscellanea: directories, flags, etc.
7615
7616
7617
7618
7619
7620
7621
d89f0ad6 7622
23f6b2f9 7623# Build module lists & subconfigure args.
671aa708
NN
7624
7625
7626
2abefe3d
PB
7627# Host module lists & subconfigure args.
7628
7629
7630
aae29963 7631
2abefe3d
PB
7632# Target module lists & subconfigure args.
7633
7634
7635
7636# Build tools.
7637
7638
7639
0999159b
PB
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
2abefe3d
PB
7654# Generate default definitions for YACC, M4, LEX and other programs that run
7655# on the build machine. These are used if the Makefile can't locate these
7656# programs in objdir.
7657MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7658
7659for ac_prog in 'bison -y' byacc yacc
7660do
1c710c3c 7661 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7662set dummy $ac_prog; ac_word=$2
5213506e
RW
7663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7664$as_echo_n "checking for $ac_word... " >&6; }
7665if test "${ac_cv_prog_YACC+set}" = set; then :
7666 $as_echo_n "(cached) " >&6
2abefe3d
PB
7667else
7668 if test -n "$YACC"; then
7669 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7670else
1c710c3c
DJ
7671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7672for as_dir in $PATH
7673do
7674 IFS=$as_save_IFS
7675 test -z "$as_dir" && as_dir=.
5213506e
RW
7676 for ac_exec_ext in '' $ac_executable_extensions; do
7677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7678 ac_cv_prog_YACC="$ac_prog"
5213506e 7679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7680 break 2
7681 fi
7682done
5213506e
RW
7683 done
7684IFS=$as_save_IFS
1c710c3c 7685
2abefe3d
PB
7686fi
7687fi
1c710c3c 7688YACC=$ac_cv_prog_YACC
2abefe3d 7689if test -n "$YACC"; then
5213506e
RW
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7691$as_echo "$YACC" >&6; }
2abefe3d 7692else
5213506e
RW
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7694$as_echo "no" >&6; }
2abefe3d
PB
7695fi
7696
5213506e 7697
1c710c3c 7698 test -n "$YACC" && break
2abefe3d
PB
7699done
7700test -n "$YACC" || YACC="$MISSING bison -y"
7701
7702case " $build_configdirs " in
7703 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
7704esac
7705
7706for ac_prog in bison
7707do
1c710c3c 7708 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7709set dummy $ac_prog; ac_word=$2
5213506e
RW
7710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7711$as_echo_n "checking for $ac_word... " >&6; }
7712if test "${ac_cv_prog_BISON+set}" = set; then :
7713 $as_echo_n "(cached) " >&6
2abefe3d
PB
7714else
7715 if test -n "$BISON"; then
7716 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7717else
1c710c3c
DJ
7718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7719for as_dir in $PATH
7720do
7721 IFS=$as_save_IFS
7722 test -z "$as_dir" && as_dir=.
5213506e
RW
7723 for ac_exec_ext in '' $ac_executable_extensions; do
7724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7725 ac_cv_prog_BISON="$ac_prog"
5213506e 7726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7727 break 2
7728 fi
7729done
5213506e
RW
7730 done
7731IFS=$as_save_IFS
1c710c3c 7732
2abefe3d
PB
7733fi
7734fi
1c710c3c 7735BISON=$ac_cv_prog_BISON
2abefe3d 7736if test -n "$BISON"; then
5213506e
RW
7737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7738$as_echo "$BISON" >&6; }
2abefe3d 7739else
5213506e
RW
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7741$as_echo "no" >&6; }
2abefe3d
PB
7742fi
7743
5213506e 7744
1c710c3c 7745 test -n "$BISON" && break
2abefe3d
PB
7746done
7747test -n "$BISON" || BISON="$MISSING bison"
7748
7749case " $build_configdirs " in
7750 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7751esac
7752
7753for ac_prog in gm4 gnum4 m4
7754do
1c710c3c 7755 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7756set dummy $ac_prog; ac_word=$2
5213506e
RW
7757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7758$as_echo_n "checking for $ac_word... " >&6; }
7759if test "${ac_cv_prog_M4+set}" = set; then :
7760 $as_echo_n "(cached) " >&6
2abefe3d
PB
7761else
7762 if test -n "$M4"; then
7763 ac_cv_prog_M4="$M4" # Let the user override the test.
7764else
1c710c3c
DJ
7765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7766for as_dir in $PATH
7767do
7768 IFS=$as_save_IFS
7769 test -z "$as_dir" && as_dir=.
5213506e
RW
7770 for ac_exec_ext in '' $ac_executable_extensions; do
7771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7772 ac_cv_prog_M4="$ac_prog"
5213506e 7773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7774 break 2
7775 fi
7776done
5213506e
RW
7777 done
7778IFS=$as_save_IFS
1c710c3c 7779
2abefe3d
PB
7780fi
7781fi
1c710c3c 7782M4=$ac_cv_prog_M4
2abefe3d 7783if test -n "$M4"; then
5213506e
RW
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7785$as_echo "$M4" >&6; }
2abefe3d 7786else
5213506e
RW
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7788$as_echo "no" >&6; }
2abefe3d
PB
7789fi
7790
5213506e 7791
1c710c3c 7792 test -n "$M4" && break
2abefe3d
PB
7793done
7794test -n "$M4" || M4="$MISSING m4"
7795
7796case " $build_configdirs " in
7797 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7798esac
7799
7800for ac_prog in flex lex
7801do
1c710c3c 7802 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7803set dummy $ac_prog; ac_word=$2
5213506e
RW
7804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7805$as_echo_n "checking for $ac_word... " >&6; }
7806if test "${ac_cv_prog_LEX+set}" = set; then :
7807 $as_echo_n "(cached) " >&6
2abefe3d
PB
7808else
7809 if test -n "$LEX"; then
7810 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7811else
1c710c3c
DJ
7812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7813for as_dir in $PATH
7814do
7815 IFS=$as_save_IFS
7816 test -z "$as_dir" && as_dir=.
5213506e
RW
7817 for ac_exec_ext in '' $ac_executable_extensions; do
7818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7819 ac_cv_prog_LEX="$ac_prog"
5213506e 7820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7821 break 2
7822 fi
7823done
5213506e
RW
7824 done
7825IFS=$as_save_IFS
1c710c3c 7826
2abefe3d
PB
7827fi
7828fi
1c710c3c 7829LEX=$ac_cv_prog_LEX
2abefe3d 7830if test -n "$LEX"; then
5213506e
RW
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7832$as_echo "$LEX" >&6; }
2abefe3d 7833else
5213506e
RW
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7835$as_echo "no" >&6; }
2abefe3d
PB
7836fi
7837
5213506e 7838
1c710c3c 7839 test -n "$LEX" && break
2abefe3d
PB
7840done
7841test -n "$LEX" || LEX="$MISSING flex"
7842
7843case " $build_configdirs " in
7844 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7845 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7846esac
7847
7848for ac_prog in flex
7849do
1c710c3c 7850 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7851set dummy $ac_prog; ac_word=$2
5213506e
RW
7852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7853$as_echo_n "checking for $ac_word... " >&6; }
7854if test "${ac_cv_prog_FLEX+set}" = set; then :
7855 $as_echo_n "(cached) " >&6
2abefe3d
PB
7856else
7857 if test -n "$FLEX"; then
7858 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7859else
1c710c3c
DJ
7860as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7861for as_dir in $PATH
7862do
7863 IFS=$as_save_IFS
7864 test -z "$as_dir" && as_dir=.
5213506e
RW
7865 for ac_exec_ext in '' $ac_executable_extensions; do
7866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7867 ac_cv_prog_FLEX="$ac_prog"
5213506e 7868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7869 break 2
7870 fi
7871done
5213506e
RW
7872 done
7873IFS=$as_save_IFS
1c710c3c 7874
2abefe3d
PB
7875fi
7876fi
1c710c3c 7877FLEX=$ac_cv_prog_FLEX
2abefe3d 7878if test -n "$FLEX"; then
5213506e
RW
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7880$as_echo "$FLEX" >&6; }
2abefe3d 7881else
5213506e
RW
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7883$as_echo "no" >&6; }
2abefe3d
PB
7884fi
7885
5213506e 7886
1c710c3c 7887 test -n "$FLEX" && break
2abefe3d
PB
7888done
7889test -n "$FLEX" || FLEX="$MISSING flex"
7890
7891case " $build_configdirs " in
7892 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7893esac
7894
7895for ac_prog in makeinfo
7896do
1c710c3c 7897 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7898set dummy $ac_prog; ac_word=$2
5213506e
RW
7899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7900$as_echo_n "checking for $ac_word... " >&6; }
7901if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
2abefe3d
PB
7903else
7904 if test -n "$MAKEINFO"; then
7905 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7906else
1c710c3c
DJ
7907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7908for as_dir in $PATH
7909do
7910 IFS=$as_save_IFS
7911 test -z "$as_dir" && as_dir=.
5213506e
RW
7912 for ac_exec_ext in '' $ac_executable_extensions; do
7913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7914 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 7915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7916 break 2
7917 fi
7918done
5213506e
RW
7919 done
7920IFS=$as_save_IFS
1c710c3c 7921
2abefe3d
PB
7922fi
7923fi
1c710c3c 7924MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 7925if test -n "$MAKEINFO"; then
5213506e
RW
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7927$as_echo "$MAKEINFO" >&6; }
2abefe3d 7928else
5213506e
RW
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930$as_echo "no" >&6; }
2abefe3d
PB
7931fi
7932
5213506e 7933
1c710c3c 7934 test -n "$MAKEINFO" && break
2abefe3d
PB
7935done
7936test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7937
7938case " $build_configdirs " in
7939 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7940 *)
7941
d18ff35a 7942 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
7943 # higher, else we use the "missing" dummy.
7944 if ${MAKEINFO} --version \
d18ff35a 7945 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
7946 :
7947 else
7948 MAKEINFO="$MISSING makeinfo"
7949 fi
7950 ;;
7951
7952esac
671aa708 7953
2abefe3d 7954# FIXME: expect and dejagnu may become build tools?
671aa708 7955
2abefe3d
PB
7956for ac_prog in expect
7957do
1c710c3c 7958 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7959set dummy $ac_prog; ac_word=$2
5213506e
RW
7960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7961$as_echo_n "checking for $ac_word... " >&6; }
7962if test "${ac_cv_prog_EXPECT+set}" = set; then :
7963 $as_echo_n "(cached) " >&6
2abefe3d
PB
7964else
7965 if test -n "$EXPECT"; then
7966 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7967else
1c710c3c
DJ
7968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7969for as_dir in $PATH
7970do
7971 IFS=$as_save_IFS
7972 test -z "$as_dir" && as_dir=.
5213506e
RW
7973 for ac_exec_ext in '' $ac_executable_extensions; do
7974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7975 ac_cv_prog_EXPECT="$ac_prog"
5213506e 7976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7977 break 2
7978 fi
7979done
5213506e
RW
7980 done
7981IFS=$as_save_IFS
1c710c3c 7982
2abefe3d
PB
7983fi
7984fi
1c710c3c 7985EXPECT=$ac_cv_prog_EXPECT
2abefe3d 7986if test -n "$EXPECT"; then
5213506e
RW
7987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7988$as_echo "$EXPECT" >&6; }
2abefe3d 7989else
5213506e
RW
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7991$as_echo "no" >&6; }
2abefe3d 7992fi
671aa708 7993
5213506e 7994
1c710c3c 7995 test -n "$EXPECT" && break
2abefe3d
PB
7996done
7997test -n "$EXPECT" || EXPECT="expect"
671aa708 7998
2abefe3d
PB
7999case " $configdirs " in
8000 *" expect "*)
8001 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8002 ;;
8003esac
671aa708 8004
2abefe3d
PB
8005for ac_prog in runtest
8006do
1c710c3c 8007 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8008set dummy $ac_prog; ac_word=$2
5213506e
RW
8009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8010$as_echo_n "checking for $ac_word... " >&6; }
8011if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8012 $as_echo_n "(cached) " >&6
2abefe3d
PB
8013else
8014 if test -n "$RUNTEST"; then
8015 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 8016else
1c710c3c
DJ
8017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8018for as_dir in $PATH
8019do
8020 IFS=$as_save_IFS
8021 test -z "$as_dir" && as_dir=.
5213506e
RW
8022 for ac_exec_ext in '' $ac_executable_extensions; do
8023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8024 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 8025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8026 break 2
8027 fi
8028done
5213506e
RW
8029 done
8030IFS=$as_save_IFS
1c710c3c 8031
2abefe3d
PB
8032fi
8033fi
1c710c3c 8034RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8035if test -n "$RUNTEST"; then
5213506e
RW
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8037$as_echo "$RUNTEST" >&6; }
2abefe3d 8038else
5213506e
RW
8039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8040$as_echo "no" >&6; }
2abefe3d 8041fi
671aa708 8042
5213506e 8043
1c710c3c 8044 test -n "$RUNTEST" && break
2abefe3d
PB
8045done
8046test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8047
2abefe3d
PB
8048case " $configdirs " in
8049 *" dejagnu "*)
c394e891 8050 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8051 ;;
8052esac
671aa708
NN
8053
8054
671aa708 8055# Host tools.
ca9f4b81
AO
8056ncn_tool_prefix=
8057test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8058ncn_target_tool_prefix=
8059test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8060
278a7a38
AO
8061
8062
8063if test -n "$AR"; then
8064 ac_cv_prog_AR=$AR
8065elif test -n "$ac_cv_prog_AR"; then
8066 AR=$ac_cv_prog_AR
8067fi
8068
8069if test -n "$ac_cv_prog_AR"; then
8070 for ncn_progname in ar; do
8071 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8072set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8074$as_echo_n "checking for $ac_word... " >&6; }
8075if test "${ac_cv_prog_AR+set}" = set; then :
8076 $as_echo_n "(cached) " >&6
278a7a38
AO
8077else
8078 if test -n "$AR"; then
8079 ac_cv_prog_AR="$AR" # Let the user override the test.
8080else
8081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8082for as_dir in $PATH
8083do
8084 IFS=$as_save_IFS
8085 test -z "$as_dir" && as_dir=.
5213506e
RW
8086 for ac_exec_ext in '' $ac_executable_extensions; do
8087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8088 ac_cv_prog_AR="${ncn_progname}"
5213506e 8089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8090 break 2
8091 fi
8092done
5213506e
RW
8093 done
8094IFS=$as_save_IFS
278a7a38
AO
8095
8096fi
8097fi
8098AR=$ac_cv_prog_AR
8099if test -n "$AR"; then
5213506e
RW
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8101$as_echo "$AR" >&6; }
278a7a38 8102else
5213506e
RW
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8104$as_echo "no" >&6; }
278a7a38
AO
8105fi
8106
5213506e 8107
278a7a38
AO
8108 done
8109fi
8110
8111for ncn_progname in ar; do
2693c0b0
PB
8112 if test -n "$ncn_tool_prefix"; then
8113 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8114set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8116$as_echo_n "checking for $ac_word... " >&6; }
8117if test "${ac_cv_prog_AR+set}" = set; then :
8118 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8119else
8120 if test -n "$AR"; then
8121 ac_cv_prog_AR="$AR" # Let the user override the test.
8122else
1c710c3c
DJ
8123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8124for as_dir in $PATH
8125do
8126 IFS=$as_save_IFS
8127 test -z "$as_dir" && as_dir=.
5213506e
RW
8128 for ac_exec_ext in '' $ac_executable_extensions; do
8129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8130 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8132 break 2
8133 fi
8134done
5213506e
RW
8135 done
8136IFS=$as_save_IFS
1c710c3c 8137
ca9f4b81
AO
8138fi
8139fi
1c710c3c 8140AR=$ac_cv_prog_AR
ca9f4b81 8141if test -n "$AR"; then
5213506e
RW
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8143$as_echo "$AR" >&6; }
ca9f4b81 8144else
5213506e
RW
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8146$as_echo "no" >&6; }
ca9f4b81
AO
8147fi
8148
5213506e 8149
2693c0b0
PB
8150 fi
8151 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8152 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8153set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8155$as_echo_n "checking for $ac_word... " >&6; }
8156if test "${ac_cv_prog_AR+set}" = set; then :
8157 $as_echo_n "(cached) " >&6
ca9f4b81 8158else
2693c0b0 8159 if test -n "$AR"; then
af71363e
AS
8160 ac_cv_prog_AR="$AR" # Let the user override the test.
8161else
1c710c3c
DJ
8162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8163for as_dir in $PATH
8164do
8165 IFS=$as_save_IFS
8166 test -z "$as_dir" && as_dir=.
5213506e
RW
8167 for ac_exec_ext in '' $ac_executable_extensions; do
8168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8169 ac_cv_prog_AR="${ncn_progname}"
5213506e 8170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8171 break 2
8172 fi
8173done
5213506e
RW
8174 done
8175IFS=$as_save_IFS
1c710c3c 8176
ca9f4b81
AO
8177fi
8178fi
1c710c3c 8179AR=$ac_cv_prog_AR
2693c0b0 8180if test -n "$AR"; then
5213506e
RW
8181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8182$as_echo "$AR" >&6; }
ca9f4b81 8183else
5213506e
RW
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8185$as_echo "no" >&6; }
ca9f4b81 8186fi
1c710c3c 8187
5213506e 8188
2693c0b0
PB
8189 fi
8190 test -n "$ac_cv_prog_AR" && break
8191done
8192
8193if test -z "$ac_cv_prog_AR" ; then
8194 set dummy ar
8195 if test $build = $host ; then
8196 AR="$2"
ca9f4b81 8197 else
2693c0b0 8198 AR="${ncn_tool_prefix}$2"
ca9f4b81 8199 fi
ca9f4b81
AO
8200fi
8201
278a7a38
AO
8202
8203
8204if test -n "$AS"; then
8205 ac_cv_prog_AS=$AS
8206elif test -n "$ac_cv_prog_AS"; then
8207 AS=$ac_cv_prog_AS
8208fi
8209
8210if test -n "$ac_cv_prog_AS"; then
8211 for ncn_progname in as; do
8212 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8213set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8215$as_echo_n "checking for $ac_word... " >&6; }
8216if test "${ac_cv_prog_AS+set}" = set; then :
8217 $as_echo_n "(cached) " >&6
278a7a38
AO
8218else
8219 if test -n "$AS"; then
8220 ac_cv_prog_AS="$AS" # Let the user override the test.
8221else
8222as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8223for as_dir in $PATH
8224do
8225 IFS=$as_save_IFS
8226 test -z "$as_dir" && as_dir=.
5213506e
RW
8227 for ac_exec_ext in '' $ac_executable_extensions; do
8228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8229 ac_cv_prog_AS="${ncn_progname}"
5213506e 8230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8231 break 2
8232 fi
8233done
5213506e
RW
8234 done
8235IFS=$as_save_IFS
278a7a38
AO
8236
8237fi
8238fi
8239AS=$ac_cv_prog_AS
8240if test -n "$AS"; then
5213506e
RW
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8242$as_echo "$AS" >&6; }
278a7a38 8243else
5213506e
RW
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8245$as_echo "no" >&6; }
278a7a38
AO
8246fi
8247
5213506e 8248
278a7a38
AO
8249 done
8250fi
8251
8252for ncn_progname in as; do
2693c0b0
PB
8253 if test -n "$ncn_tool_prefix"; then
8254 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8255set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8257$as_echo_n "checking for $ac_word... " >&6; }
8258if test "${ac_cv_prog_AS+set}" = set; then :
8259 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8260else
8261 if test -n "$AS"; then
8262 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8263else
1c710c3c
DJ
8264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8265for as_dir in $PATH
8266do
8267 IFS=$as_save_IFS
8268 test -z "$as_dir" && as_dir=.
5213506e
RW
8269 for ac_exec_ext in '' $ac_executable_extensions; do
8270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8271 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8273 break 2
8274 fi
8275done
5213506e
RW
8276 done
8277IFS=$as_save_IFS
1c710c3c 8278
ca9f4b81
AO
8279fi
8280fi
1c710c3c 8281AS=$ac_cv_prog_AS
ca9f4b81 8282if test -n "$AS"; then
5213506e
RW
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8284$as_echo "$AS" >&6; }
ca9f4b81 8285else
5213506e
RW
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8287$as_echo "no" >&6; }
ca9f4b81
AO
8288fi
8289
5213506e 8290
2693c0b0
PB
8291 fi
8292 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8293 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8294set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8296$as_echo_n "checking for $ac_word... " >&6; }
8297if test "${ac_cv_prog_AS+set}" = set; then :
8298 $as_echo_n "(cached) " >&6
ca9f4b81 8299else
2693c0b0
PB
8300 if test -n "$AS"; then
8301 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8302else
1c710c3c
DJ
8303as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8304for as_dir in $PATH
8305do
8306 IFS=$as_save_IFS
8307 test -z "$as_dir" && as_dir=.
5213506e
RW
8308 for ac_exec_ext in '' $ac_executable_extensions; do
8309 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8310 ac_cv_prog_AS="${ncn_progname}"
5213506e 8311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8312 break 2
8313 fi
8314done
5213506e
RW
8315 done
8316IFS=$as_save_IFS
1c710c3c 8317
ca9f4b81
AO
8318fi
8319fi
1c710c3c 8320AS=$ac_cv_prog_AS
2693c0b0 8321if test -n "$AS"; then
5213506e
RW
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8323$as_echo "$AS" >&6; }
ca9f4b81 8324else
5213506e
RW
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8326$as_echo "no" >&6; }
ca9f4b81 8327fi
1c710c3c 8328
5213506e 8329
2693c0b0
PB
8330 fi
8331 test -n "$ac_cv_prog_AS" && break
8332done
8333
8334if test -z "$ac_cv_prog_AS" ; then
8335 set dummy as
8336 if test $build = $host ; then
8337 AS="$2"
ca9f4b81 8338 else
2693c0b0 8339 AS="${ncn_tool_prefix}$2"
ca9f4b81 8340 fi
ca9f4b81
AO
8341fi
8342
278a7a38
AO
8343
8344
8345if test -n "$DLLTOOL"; then
8346 ac_cv_prog_DLLTOOL=$DLLTOOL
8347elif test -n "$ac_cv_prog_DLLTOOL"; then
8348 DLLTOOL=$ac_cv_prog_DLLTOOL
8349fi
8350
8351if test -n "$ac_cv_prog_DLLTOOL"; then
8352 for ncn_progname in dlltool; do
8353 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8354set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8356$as_echo_n "checking for $ac_word... " >&6; }
8357if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8358 $as_echo_n "(cached) " >&6
278a7a38
AO
8359else
8360 if test -n "$DLLTOOL"; then
8361 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8362else
8363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8364for as_dir in $PATH
8365do
8366 IFS=$as_save_IFS
8367 test -z "$as_dir" && as_dir=.
5213506e
RW
8368 for ac_exec_ext in '' $ac_executable_extensions; do
8369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8370 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8372 break 2
8373 fi
8374done
5213506e
RW
8375 done
8376IFS=$as_save_IFS
278a7a38
AO
8377
8378fi
8379fi
8380DLLTOOL=$ac_cv_prog_DLLTOOL
8381if test -n "$DLLTOOL"; then
5213506e
RW
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8383$as_echo "$DLLTOOL" >&6; }
278a7a38 8384else
5213506e
RW
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8386$as_echo "no" >&6; }
278a7a38
AO
8387fi
8388
5213506e 8389
278a7a38
AO
8390 done
8391fi
8392
8393for ncn_progname in dlltool; do
2693c0b0
PB
8394 if test -n "$ncn_tool_prefix"; then
8395 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8396set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8398$as_echo_n "checking for $ac_word... " >&6; }
8399if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8400 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8401else
8402 if test -n "$DLLTOOL"; then
8403 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8404else
1c710c3c
DJ
8405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8406for as_dir in $PATH
8407do
8408 IFS=$as_save_IFS
8409 test -z "$as_dir" && as_dir=.
5213506e
RW
8410 for ac_exec_ext in '' $ac_executable_extensions; do
8411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8412 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8414 break 2
8415 fi
8416done
5213506e
RW
8417 done
8418IFS=$as_save_IFS
1c710c3c 8419
ca9f4b81
AO
8420fi
8421fi
1c710c3c 8422DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8423if test -n "$DLLTOOL"; then
5213506e
RW
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8425$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8426else
5213506e
RW
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8428$as_echo "no" >&6; }
ca9f4b81
AO
8429fi
8430
5213506e 8431
2693c0b0
PB
8432 fi
8433 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8434 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8435set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8437$as_echo_n "checking for $ac_word... " >&6; }
8438if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8439 $as_echo_n "(cached) " >&6
ca9f4b81 8440else
2693c0b0
PB
8441 if test -n "$DLLTOOL"; then
8442 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8443else
1c710c3c
DJ
8444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8445for as_dir in $PATH
8446do
8447 IFS=$as_save_IFS
8448 test -z "$as_dir" && as_dir=.
5213506e
RW
8449 for ac_exec_ext in '' $ac_executable_extensions; do
8450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8451 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8453 break 2
8454 fi
8455done
5213506e
RW
8456 done
8457IFS=$as_save_IFS
1c710c3c 8458
ca9f4b81
AO
8459fi
8460fi
1c710c3c 8461DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8462if test -n "$DLLTOOL"; then
5213506e
RW
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8464$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8465else
5213506e
RW
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8467$as_echo "no" >&6; }
ca9f4b81 8468fi
1c710c3c 8469
5213506e 8470
2693c0b0
PB
8471 fi
8472 test -n "$ac_cv_prog_DLLTOOL" && break
8473done
8474
8475if test -z "$ac_cv_prog_DLLTOOL" ; then
8476 set dummy dlltool
8477 if test $build = $host ; then
8478 DLLTOOL="$2"
ca9f4b81 8479 else
2693c0b0 8480 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8481 fi
ca9f4b81
AO
8482fi
8483
278a7a38
AO
8484
8485
8486if test -n "$LD"; then
8487 ac_cv_prog_LD=$LD
8488elif test -n "$ac_cv_prog_LD"; then
8489 LD=$ac_cv_prog_LD
8490fi
8491
8492if test -n "$ac_cv_prog_LD"; then
8493 for ncn_progname in ld; do
8494 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8495set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8497$as_echo_n "checking for $ac_word... " >&6; }
8498if test "${ac_cv_prog_LD+set}" = set; then :
8499 $as_echo_n "(cached) " >&6
278a7a38
AO
8500else
8501 if test -n "$LD"; then
8502 ac_cv_prog_LD="$LD" # Let the user override the test.
8503else
8504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505for as_dir in $PATH
8506do
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
5213506e
RW
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8511 ac_cv_prog_LD="${ncn_progname}"
5213506e 8512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8513 break 2
8514 fi
8515done
5213506e
RW
8516 done
8517IFS=$as_save_IFS
278a7a38
AO
8518
8519fi
8520fi
8521LD=$ac_cv_prog_LD
8522if test -n "$LD"; then
5213506e
RW
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8524$as_echo "$LD" >&6; }
278a7a38 8525else
5213506e
RW
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8527$as_echo "no" >&6; }
278a7a38
AO
8528fi
8529
5213506e 8530
278a7a38
AO
8531 done
8532fi
8533
8534for ncn_progname in ld; do
2693c0b0
PB
8535 if test -n "$ncn_tool_prefix"; then
8536 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8537set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8539$as_echo_n "checking for $ac_word... " >&6; }
8540if test "${ac_cv_prog_LD+set}" = set; then :
8541 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8542else
8543 if test -n "$LD"; then
8544 ac_cv_prog_LD="$LD" # Let the user override the test.
8545else
1c710c3c
DJ
8546as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8547for as_dir in $PATH
8548do
8549 IFS=$as_save_IFS
8550 test -z "$as_dir" && as_dir=.
5213506e
RW
8551 for ac_exec_ext in '' $ac_executable_extensions; do
8552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8553 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8555 break 2
8556 fi
8557done
5213506e
RW
8558 done
8559IFS=$as_save_IFS
1c710c3c 8560
ca9f4b81
AO
8561fi
8562fi
1c710c3c 8563LD=$ac_cv_prog_LD
ca9f4b81 8564if test -n "$LD"; then
5213506e
RW
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8566$as_echo "$LD" >&6; }
ca9f4b81 8567else
5213506e
RW
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8569$as_echo "no" >&6; }
ca9f4b81
AO
8570fi
8571
5213506e 8572
2693c0b0
PB
8573 fi
8574 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8575 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8576set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8578$as_echo_n "checking for $ac_word... " >&6; }
8579if test "${ac_cv_prog_LD+set}" = set; then :
8580 $as_echo_n "(cached) " >&6
ca9f4b81 8581else
2693c0b0
PB
8582 if test -n "$LD"; then
8583 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8584else
1c710c3c
DJ
8585as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8586for as_dir in $PATH
8587do
8588 IFS=$as_save_IFS
8589 test -z "$as_dir" && as_dir=.
5213506e
RW
8590 for ac_exec_ext in '' $ac_executable_extensions; do
8591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8592 ac_cv_prog_LD="${ncn_progname}"
5213506e 8593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8594 break 2
8595 fi
8596done
5213506e
RW
8597 done
8598IFS=$as_save_IFS
1c710c3c 8599
ca9f4b81
AO
8600fi
8601fi
1c710c3c 8602LD=$ac_cv_prog_LD
2693c0b0 8603if test -n "$LD"; then
5213506e
RW
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8605$as_echo "$LD" >&6; }
ca9f4b81 8606else
5213506e
RW
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8608$as_echo "no" >&6; }
ca9f4b81 8609fi
1c710c3c 8610
5213506e 8611
2693c0b0
PB
8612 fi
8613 test -n "$ac_cv_prog_LD" && break
8614done
8615
8616if test -z "$ac_cv_prog_LD" ; then
8617 set dummy ld
8618 if test $build = $host ; then
8619 LD="$2"
ca9f4b81 8620 else
2693c0b0 8621 LD="${ncn_tool_prefix}$2"
ca9f4b81 8622 fi
ca9f4b81
AO
8623fi
8624
278a7a38
AO
8625
8626
8627if test -n "$LIPO"; then
8628 ac_cv_prog_LIPO=$LIPO
8629elif test -n "$ac_cv_prog_LIPO"; then
8630 LIPO=$ac_cv_prog_LIPO
8631fi
8632
8633if test -n "$ac_cv_prog_LIPO"; then
8634 for ncn_progname in lipo; do
8635 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8636set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8638$as_echo_n "checking for $ac_word... " >&6; }
8639if test "${ac_cv_prog_LIPO+set}" = set; then :
8640 $as_echo_n "(cached) " >&6
278a7a38
AO
8641else
8642 if test -n "$LIPO"; then
8643 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8644else
8645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8646for as_dir in $PATH
8647do
8648 IFS=$as_save_IFS
8649 test -z "$as_dir" && as_dir=.
5213506e
RW
8650 for ac_exec_ext in '' $ac_executable_extensions; do
8651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8652 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8654 break 2
8655 fi
8656done
5213506e
RW
8657 done
8658IFS=$as_save_IFS
278a7a38
AO
8659
8660fi
8661fi
8662LIPO=$ac_cv_prog_LIPO
8663if test -n "$LIPO"; then
5213506e
RW
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8665$as_echo "$LIPO" >&6; }
278a7a38 8666else
5213506e
RW
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8668$as_echo "no" >&6; }
278a7a38
AO
8669fi
8670
5213506e 8671
278a7a38
AO
8672 done
8673fi
8674
8675for ncn_progname in lipo; do
2abefe3d
PB
8676 if test -n "$ncn_tool_prefix"; then
8677 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8678set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8680$as_echo_n "checking for $ac_word... " >&6; }
8681if test "${ac_cv_prog_LIPO+set}" = set; then :
8682 $as_echo_n "(cached) " >&6
2abefe3d
PB
8683else
8684 if test -n "$LIPO"; then
8685 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8686else
1c710c3c
DJ
8687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8688for as_dir in $PATH
8689do
8690 IFS=$as_save_IFS
8691 test -z "$as_dir" && as_dir=.
5213506e
RW
8692 for ac_exec_ext in '' $ac_executable_extensions; do
8693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8694 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8696 break 2
8697 fi
8698done
5213506e
RW
8699 done
8700IFS=$as_save_IFS
1c710c3c 8701
2abefe3d
PB
8702fi
8703fi
1c710c3c 8704LIPO=$ac_cv_prog_LIPO
2abefe3d 8705if test -n "$LIPO"; then
5213506e
RW
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8707$as_echo "$LIPO" >&6; }
2abefe3d 8708else
5213506e
RW
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8710$as_echo "no" >&6; }
2abefe3d
PB
8711fi
8712
5213506e 8713
2abefe3d
PB
8714 fi
8715 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8716 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8717set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8719$as_echo_n "checking for $ac_word... " >&6; }
8720if test "${ac_cv_prog_LIPO+set}" = set; then :
8721 $as_echo_n "(cached) " >&6
2abefe3d
PB
8722else
8723 if test -n "$LIPO"; then
8724 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8725else
1c710c3c
DJ
8726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8727for as_dir in $PATH
8728do
8729 IFS=$as_save_IFS
8730 test -z "$as_dir" && as_dir=.
5213506e
RW
8731 for ac_exec_ext in '' $ac_executable_extensions; do
8732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8733 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8735 break 2
8736 fi
8737done
5213506e
RW
8738 done
8739IFS=$as_save_IFS
1c710c3c 8740
2abefe3d
PB
8741fi
8742fi
1c710c3c 8743LIPO=$ac_cv_prog_LIPO
2abefe3d 8744if test -n "$LIPO"; then
5213506e
RW
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8746$as_echo "$LIPO" >&6; }
2abefe3d 8747else
5213506e
RW
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8749$as_echo "no" >&6; }
2abefe3d 8750fi
1c710c3c 8751
5213506e 8752
2abefe3d
PB
8753 fi
8754 test -n "$ac_cv_prog_LIPO" && break
8755done
8756
8757if test -z "$ac_cv_prog_LIPO" ; then
8758 set dummy lipo
8759 if test $build = $host ; then
8760 LIPO="$2"
8761 else
8762 LIPO="${ncn_tool_prefix}$2"
8763 fi
8764fi
8765
278a7a38
AO
8766
8767
8768if test -n "$NM"; then
8769 ac_cv_prog_NM=$NM
8770elif test -n "$ac_cv_prog_NM"; then
8771 NM=$ac_cv_prog_NM
8772fi
8773
8774if test -n "$ac_cv_prog_NM"; then
8775 for ncn_progname in nm; do
8776 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8777set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8779$as_echo_n "checking for $ac_word... " >&6; }
8780if test "${ac_cv_prog_NM+set}" = set; then :
8781 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8782else
8783 if test -n "$NM"; then
8784 ac_cv_prog_NM="$NM" # Let the user override the test.
8785else
1c710c3c
DJ
8786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8787for as_dir in $PATH
8788do
8789 IFS=$as_save_IFS
8790 test -z "$as_dir" && as_dir=.
5213506e
RW
8791 for ac_exec_ext in '' $ac_executable_extensions; do
8792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8793 ac_cv_prog_NM="${ncn_progname}"
5213506e 8794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8795 break 2
8796 fi
8797done
5213506e
RW
8798 done
8799IFS=$as_save_IFS
1c710c3c 8800
ca9f4b81
AO
8801fi
8802fi
1c710c3c 8803NM=$ac_cv_prog_NM
ca9f4b81 8804if test -n "$NM"; then
5213506e
RW
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8806$as_echo "$NM" >&6; }
ca9f4b81 8807else
5213506e
RW
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8809$as_echo "no" >&6; }
ca9f4b81
AO
8810fi
8811
5213506e 8812
278a7a38
AO
8813 done
8814fi
8815
8816for ncn_progname in nm; do
8817 if test -n "$ncn_tool_prefix"; then
8818 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8819set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8821$as_echo_n "checking for $ac_word... " >&6; }
8822if test "${ac_cv_prog_NM+set}" = set; then :
8823 $as_echo_n "(cached) " >&6
ca9f4b81 8824else
2693c0b0
PB
8825 if test -n "$NM"; then
8826 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8827else
1c710c3c
DJ
8828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8829for as_dir in $PATH
8830do
8831 IFS=$as_save_IFS
8832 test -z "$as_dir" && as_dir=.
5213506e
RW
8833 for ac_exec_ext in '' $ac_executable_extensions; do
8834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8835 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8837 break 2
8838 fi
8839done
5213506e
RW
8840 done
8841IFS=$as_save_IFS
1c710c3c 8842
ca9f4b81
AO
8843fi
8844fi
1c710c3c 8845NM=$ac_cv_prog_NM
2693c0b0 8846if test -n "$NM"; then
5213506e
RW
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8848$as_echo "$NM" >&6; }
ca9f4b81 8849else
5213506e
RW
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8851$as_echo "no" >&6; }
ca9f4b81 8852fi
1c710c3c 8853
5213506e 8854
2693c0b0 8855 fi
278a7a38
AO
8856 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8857 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8858set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8860$as_echo_n "checking for $ac_word... " >&6; }
8861if test "${ac_cv_prog_NM+set}" = set; then :
8862 $as_echo_n "(cached) " >&6
278a7a38
AO
8863else
8864 if test -n "$NM"; then
8865 ac_cv_prog_NM="$NM" # Let the user override the test.
8866else
8867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8868for as_dir in $PATH
8869do
8870 IFS=$as_save_IFS
8871 test -z "$as_dir" && as_dir=.
5213506e
RW
8872 for ac_exec_ext in '' $ac_executable_extensions; do
8873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8874 ac_cv_prog_NM="${ncn_progname}"
5213506e 8875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8876 break 2
8877 fi
8878done
5213506e
RW
8879 done
8880IFS=$as_save_IFS
278a7a38
AO
8881
8882fi
8883fi
8884NM=$ac_cv_prog_NM
8885if test -n "$NM"; then
5213506e
RW
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8887$as_echo "$NM" >&6; }
278a7a38 8888else
5213506e
RW
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8890$as_echo "no" >&6; }
278a7a38
AO
8891fi
8892
5213506e 8893
278a7a38
AO
8894 fi
8895 test -n "$ac_cv_prog_NM" && break
8896done
8897
8898if test -z "$ac_cv_prog_NM" ; then
8899 set dummy nm
8900 if test $build = $host ; then
8901 NM="$2"
8902 else
8903 NM="${ncn_tool_prefix}$2"
8904 fi
8905fi
8906
8907
8908
8909if test -n "$RANLIB"; then
8910 ac_cv_prog_RANLIB=$RANLIB
8911elif test -n "$ac_cv_prog_RANLIB"; then
8912 RANLIB=$ac_cv_prog_RANLIB
8913fi
8914
8915if test -n "$ac_cv_prog_RANLIB"; then
8916 for ncn_progname in ranlib; do
8917 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8918set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8920$as_echo_n "checking for $ac_word... " >&6; }
8921if test "${ac_cv_prog_RANLIB+set}" = set; then :
8922 $as_echo_n "(cached) " >&6
278a7a38
AO
8923else
8924 if test -n "$RANLIB"; then
8925 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8926else
8927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8928for as_dir in $PATH
8929do
8930 IFS=$as_save_IFS
8931 test -z "$as_dir" && as_dir=.
5213506e
RW
8932 for ac_exec_ext in '' $ac_executable_extensions; do
8933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8934 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8936 break 2
8937 fi
8938done
5213506e
RW
8939 done
8940IFS=$as_save_IFS
278a7a38
AO
8941
8942fi
8943fi
8944RANLIB=$ac_cv_prog_RANLIB
8945if test -n "$RANLIB"; then
5213506e
RW
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8947$as_echo "$RANLIB" >&6; }
278a7a38 8948else
5213506e
RW
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8950$as_echo "no" >&6; }
278a7a38
AO
8951fi
8952
5213506e 8953
278a7a38
AO
8954 done
8955fi
ca9f4b81 8956
278a7a38 8957for ncn_progname in ranlib; do
2693c0b0
PB
8958 if test -n "$ncn_tool_prefix"; then
8959 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8960set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8962$as_echo_n "checking for $ac_word... " >&6; }
8963if test "${ac_cv_prog_RANLIB+set}" = set; then :
8964 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8965else
8966 if test -n "$RANLIB"; then
8967 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8968else
1c710c3c
DJ
8969as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8970for as_dir in $PATH
8971do
8972 IFS=$as_save_IFS
8973 test -z "$as_dir" && as_dir=.
5213506e
RW
8974 for ac_exec_ext in '' $ac_executable_extensions; do
8975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8976 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 8977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8978 break 2
8979 fi
8980done
5213506e
RW
8981 done
8982IFS=$as_save_IFS
1c710c3c 8983
ca9f4b81
AO
8984fi
8985fi
1c710c3c 8986RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 8987if test -n "$RANLIB"; then
5213506e
RW
8988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8989$as_echo "$RANLIB" >&6; }
ca9f4b81 8990else
5213506e
RW
8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8992$as_echo "no" >&6; }
ca9f4b81
AO
8993fi
8994
5213506e 8995
2693c0b0
PB
8996 fi
8997 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8998 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8999set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9001$as_echo_n "checking for $ac_word... " >&6; }
9002if test "${ac_cv_prog_RANLIB+set}" = set; then :
9003 $as_echo_n "(cached) " >&6
ca9f4b81 9004else
2693c0b0
PB
9005 if test -n "$RANLIB"; then
9006 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 9007else
1c710c3c
DJ
9008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9009for as_dir in $PATH
9010do
9011 IFS=$as_save_IFS
9012 test -z "$as_dir" && as_dir=.
5213506e
RW
9013 for ac_exec_ext in '' $ac_executable_extensions; do
9014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9015 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9017 break 2
9018 fi
9019done
5213506e
RW
9020 done
9021IFS=$as_save_IFS
1c710c3c 9022
ca9f4b81
AO
9023fi
9024fi
1c710c3c 9025RANLIB=$ac_cv_prog_RANLIB
2693c0b0 9026if test -n "$RANLIB"; then
5213506e
RW
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9028$as_echo "$RANLIB" >&6; }
ca9f4b81 9029else
5213506e
RW
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9031$as_echo "no" >&6; }
ca9f4b81 9032fi
1c710c3c 9033
5213506e 9034
ca9f4b81 9035 fi
2693c0b0
PB
9036 test -n "$ac_cv_prog_RANLIB" && break
9037done
9038
9039if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9040 RANLIB="true"
ca9f4b81
AO
9041fi
9042
278a7a38
AO
9043
9044
9045if test -n "$STRIP"; then
9046 ac_cv_prog_STRIP=$STRIP
9047elif test -n "$ac_cv_prog_STRIP"; then
9048 STRIP=$ac_cv_prog_STRIP
9049fi
9050
9051if test -n "$ac_cv_prog_STRIP"; then
9052 for ncn_progname in strip; do
9053 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9054set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9056$as_echo_n "checking for $ac_word... " >&6; }
9057if test "${ac_cv_prog_STRIP+set}" = set; then :
9058 $as_echo_n "(cached) " >&6
278a7a38
AO
9059else
9060 if test -n "$STRIP"; then
9061 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9062else
9063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9064for as_dir in $PATH
9065do
9066 IFS=$as_save_IFS
9067 test -z "$as_dir" && as_dir=.
5213506e
RW
9068 for ac_exec_ext in '' $ac_executable_extensions; do
9069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9070 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9072 break 2
9073 fi
9074done
5213506e
RW
9075 done
9076IFS=$as_save_IFS
278a7a38
AO
9077
9078fi
9079fi
9080STRIP=$ac_cv_prog_STRIP
9081if test -n "$STRIP"; then
5213506e
RW
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9083$as_echo "$STRIP" >&6; }
278a7a38 9084else
5213506e
RW
9085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9086$as_echo "no" >&6; }
278a7a38
AO
9087fi
9088
5213506e 9089
278a7a38
AO
9090 done
9091fi
9092
9093for ncn_progname in strip; do
2abefe3d
PB
9094 if test -n "$ncn_tool_prefix"; then
9095 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9096set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9098$as_echo_n "checking for $ac_word... " >&6; }
9099if test "${ac_cv_prog_STRIP+set}" = set; then :
9100 $as_echo_n "(cached) " >&6
2abefe3d
PB
9101else
9102 if test -n "$STRIP"; then
9103 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9104else
1c710c3c
DJ
9105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9106for as_dir in $PATH
9107do
9108 IFS=$as_save_IFS
9109 test -z "$as_dir" && as_dir=.
5213506e
RW
9110 for ac_exec_ext in '' $ac_executable_extensions; do
9111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9112 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9114 break 2
9115 fi
9116done
5213506e
RW
9117 done
9118IFS=$as_save_IFS
1c710c3c 9119
2abefe3d
PB
9120fi
9121fi
1c710c3c 9122STRIP=$ac_cv_prog_STRIP
2abefe3d 9123if test -n "$STRIP"; then
5213506e
RW
9124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9125$as_echo "$STRIP" >&6; }
2abefe3d 9126else
5213506e
RW
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9128$as_echo "no" >&6; }
2abefe3d
PB
9129fi
9130
5213506e 9131
2abefe3d
PB
9132 fi
9133 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9134 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9135set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9137$as_echo_n "checking for $ac_word... " >&6; }
9138if test "${ac_cv_prog_STRIP+set}" = set; then :
9139 $as_echo_n "(cached) " >&6
2abefe3d
PB
9140else
9141 if test -n "$STRIP"; then
9142 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9143else
1c710c3c
DJ
9144as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9145for as_dir in $PATH
9146do
9147 IFS=$as_save_IFS
9148 test -z "$as_dir" && as_dir=.
5213506e
RW
9149 for ac_exec_ext in '' $ac_executable_extensions; do
9150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9151 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9153 break 2
9154 fi
9155done
5213506e
RW
9156 done
9157IFS=$as_save_IFS
1c710c3c 9158
2abefe3d
PB
9159fi
9160fi
1c710c3c 9161STRIP=$ac_cv_prog_STRIP
2abefe3d 9162if test -n "$STRIP"; then
5213506e
RW
9163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9164$as_echo "$STRIP" >&6; }
2abefe3d 9165else
5213506e
RW
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9167$as_echo "no" >&6; }
2abefe3d 9168fi
1c710c3c 9169
5213506e 9170
2abefe3d
PB
9171 fi
9172 test -n "$ac_cv_prog_STRIP" && break
9173done
9174
9175if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9176 STRIP="true"
2abefe3d
PB
9177fi
9178
278a7a38
AO
9179
9180
9181if test -n "$WINDRES"; then
9182 ac_cv_prog_WINDRES=$WINDRES
9183elif test -n "$ac_cv_prog_WINDRES"; then
9184 WINDRES=$ac_cv_prog_WINDRES
9185fi
9186
9187if test -n "$ac_cv_prog_WINDRES"; then
9188 for ncn_progname in windres; do
9189 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9190set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9192$as_echo_n "checking for $ac_word... " >&6; }
9193if test "${ac_cv_prog_WINDRES+set}" = set; then :
9194 $as_echo_n "(cached) " >&6
278a7a38
AO
9195else
9196 if test -n "$WINDRES"; then
9197 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9198else
9199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9200for as_dir in $PATH
9201do
9202 IFS=$as_save_IFS
9203 test -z "$as_dir" && as_dir=.
5213506e
RW
9204 for ac_exec_ext in '' $ac_executable_extensions; do
9205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9206 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9208 break 2
9209 fi
9210done
5213506e
RW
9211 done
9212IFS=$as_save_IFS
278a7a38
AO
9213
9214fi
9215fi
9216WINDRES=$ac_cv_prog_WINDRES
9217if test -n "$WINDRES"; then
5213506e
RW
9218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9219$as_echo "$WINDRES" >&6; }
278a7a38 9220else
5213506e
RW
9221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9222$as_echo "no" >&6; }
278a7a38
AO
9223fi
9224
5213506e 9225
278a7a38
AO
9226 done
9227fi
9228
9229for ncn_progname in windres; do
2693c0b0
PB
9230 if test -n "$ncn_tool_prefix"; then
9231 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9232set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9234$as_echo_n "checking for $ac_word... " >&6; }
9235if test "${ac_cv_prog_WINDRES+set}" = set; then :
9236 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9237else
9238 if test -n "$WINDRES"; then
9239 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9240else
1c710c3c
DJ
9241as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9242for as_dir in $PATH
9243do
9244 IFS=$as_save_IFS
9245 test -z "$as_dir" && as_dir=.
5213506e
RW
9246 for ac_exec_ext in '' $ac_executable_extensions; do
9247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9248 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9250 break 2
9251 fi
9252done
5213506e
RW
9253 done
9254IFS=$as_save_IFS
1c710c3c 9255
ca9f4b81
AO
9256fi
9257fi
1c710c3c 9258WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9259if test -n "$WINDRES"; then
5213506e
RW
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9261$as_echo "$WINDRES" >&6; }
ca9f4b81 9262else
5213506e
RW
9263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9264$as_echo "no" >&6; }
ca9f4b81
AO
9265fi
9266
5213506e 9267
2693c0b0
PB
9268 fi
9269 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9270 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9271set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9273$as_echo_n "checking for $ac_word... " >&6; }
9274if test "${ac_cv_prog_WINDRES+set}" = set; then :
9275 $as_echo_n "(cached) " >&6
ca9f4b81 9276else
2693c0b0
PB
9277 if test -n "$WINDRES"; then
9278 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9279else
1c710c3c
DJ
9280as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9281for as_dir in $PATH
9282do
9283 IFS=$as_save_IFS
9284 test -z "$as_dir" && as_dir=.
5213506e
RW
9285 for ac_exec_ext in '' $ac_executable_extensions; do
9286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9287 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9289 break 2
9290 fi
9291done
5213506e
RW
9292 done
9293IFS=$as_save_IFS
1c710c3c 9294
ca9f4b81
AO
9295fi
9296fi
1c710c3c 9297WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9298if test -n "$WINDRES"; then
5213506e
RW
9299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9300$as_echo "$WINDRES" >&6; }
ca9f4b81 9301else
5213506e
RW
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9303$as_echo "no" >&6; }
ca9f4b81 9304fi
1c710c3c 9305
5213506e 9306
2693c0b0
PB
9307 fi
9308 test -n "$ac_cv_prog_WINDRES" && break
9309done
9310
9311if test -z "$ac_cv_prog_WINDRES" ; then
9312 set dummy windres
9313 if test $build = $host ; then
9314 WINDRES="$2"
ca9f4b81 9315 else
2693c0b0 9316 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9317 fi
ca9f4b81
AO
9318fi
9319
278a7a38
AO
9320
9321
901119ae
KT
9322if test -n "$WINDMC"; then
9323 ac_cv_prog_WINDMC=$WINDMC
9324elif test -n "$ac_cv_prog_WINDMC"; then
9325 WINDMC=$ac_cv_prog_WINDMC
9326fi
9327
9328if test -n "$ac_cv_prog_WINDMC"; then
9329 for ncn_progname in windmc; do
9330 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9331set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9333$as_echo_n "checking for $ac_word... " >&6; }
9334if test "${ac_cv_prog_WINDMC+set}" = set; then :
9335 $as_echo_n "(cached) " >&6
901119ae
KT
9336else
9337 if test -n "$WINDMC"; then
9338 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9339else
9340as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9341for as_dir in $PATH
9342do
9343 IFS=$as_save_IFS
9344 test -z "$as_dir" && as_dir=.
5213506e
RW
9345 for ac_exec_ext in '' $ac_executable_extensions; do
9346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9347 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9349 break 2
9350 fi
9351done
5213506e
RW
9352 done
9353IFS=$as_save_IFS
901119ae
KT
9354
9355fi
9356fi
9357WINDMC=$ac_cv_prog_WINDMC
9358if test -n "$WINDMC"; then
5213506e
RW
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9360$as_echo "$WINDMC" >&6; }
901119ae 9361else
5213506e
RW
9362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9363$as_echo "no" >&6; }
901119ae
KT
9364fi
9365
5213506e 9366
901119ae
KT
9367 done
9368fi
9369
9370for ncn_progname in windmc; do
9371 if test -n "$ncn_tool_prefix"; then
9372 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9373set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9375$as_echo_n "checking for $ac_word... " >&6; }
9376if test "${ac_cv_prog_WINDMC+set}" = set; then :
9377 $as_echo_n "(cached) " >&6
901119ae
KT
9378else
9379 if test -n "$WINDMC"; then
9380 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9381else
9382as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9383for as_dir in $PATH
9384do
9385 IFS=$as_save_IFS
9386 test -z "$as_dir" && as_dir=.
5213506e
RW
9387 for ac_exec_ext in '' $ac_executable_extensions; do
9388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9389 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9391 break 2
9392 fi
9393done
5213506e
RW
9394 done
9395IFS=$as_save_IFS
901119ae
KT
9396
9397fi
9398fi
9399WINDMC=$ac_cv_prog_WINDMC
9400if test -n "$WINDMC"; then
5213506e
RW
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9402$as_echo "$WINDMC" >&6; }
901119ae 9403else
5213506e
RW
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9405$as_echo "no" >&6; }
901119ae
KT
9406fi
9407
5213506e 9408
901119ae
KT
9409 fi
9410 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9411 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9412set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9414$as_echo_n "checking for $ac_word... " >&6; }
9415if test "${ac_cv_prog_WINDMC+set}" = set; then :
9416 $as_echo_n "(cached) " >&6
901119ae
KT
9417else
9418 if test -n "$WINDMC"; then
9419 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9420else
9421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9422for as_dir in $PATH
9423do
9424 IFS=$as_save_IFS
9425 test -z "$as_dir" && as_dir=.
5213506e
RW
9426 for ac_exec_ext in '' $ac_executable_extensions; do
9427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9428 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9430 break 2
9431 fi
9432done
5213506e
RW
9433 done
9434IFS=$as_save_IFS
901119ae
KT
9435
9436fi
9437fi
9438WINDMC=$ac_cv_prog_WINDMC
9439if test -n "$WINDMC"; then
5213506e
RW
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9441$as_echo "$WINDMC" >&6; }
901119ae 9442else
5213506e
RW
9443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9444$as_echo "no" >&6; }
901119ae
KT
9445fi
9446
5213506e 9447
901119ae
KT
9448 fi
9449 test -n "$ac_cv_prog_WINDMC" && break
9450done
9451
9452if test -z "$ac_cv_prog_WINDMC" ; then
9453 set dummy windmc
9454 if test $build = $host ; then
9455 WINDMC="$2"
9456 else
9457 WINDMC="${ncn_tool_prefix}$2"
9458 fi
9459fi
9460
9461
9462
278a7a38
AO
9463if test -n "$OBJCOPY"; then
9464 ac_cv_prog_OBJCOPY=$OBJCOPY
9465elif test -n "$ac_cv_prog_OBJCOPY"; then
9466 OBJCOPY=$ac_cv_prog_OBJCOPY
9467fi
9468
9469if test -n "$ac_cv_prog_OBJCOPY"; then
9470 for ncn_progname in objcopy; do
9471 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9472set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9474$as_echo_n "checking for $ac_word... " >&6; }
9475if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9476 $as_echo_n "(cached) " >&6
278a7a38
AO
9477else
9478 if test -n "$OBJCOPY"; then
9479 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9480else
9481as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9482for as_dir in $PATH
9483do
9484 IFS=$as_save_IFS
9485 test -z "$as_dir" && as_dir=.
5213506e
RW
9486 for ac_exec_ext in '' $ac_executable_extensions; do
9487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9488 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9490 break 2
9491 fi
9492done
5213506e
RW
9493 done
9494IFS=$as_save_IFS
278a7a38
AO
9495
9496fi
9497fi
9498OBJCOPY=$ac_cv_prog_OBJCOPY
9499if test -n "$OBJCOPY"; then
5213506e
RW
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9501$as_echo "$OBJCOPY" >&6; }
278a7a38 9502else
5213506e
RW
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9504$as_echo "no" >&6; }
278a7a38
AO
9505fi
9506
5213506e 9507
278a7a38
AO
9508 done
9509fi
9510
9511for ncn_progname in objcopy; do
2693c0b0
PB
9512 if test -n "$ncn_tool_prefix"; then
9513 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9514set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9516$as_echo_n "checking for $ac_word... " >&6; }
9517if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9518 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9519else
9520 if test -n "$OBJCOPY"; then
9521 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9522else
1c710c3c
DJ
9523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9524for as_dir in $PATH
9525do
9526 IFS=$as_save_IFS
9527 test -z "$as_dir" && as_dir=.
5213506e
RW
9528 for ac_exec_ext in '' $ac_executable_extensions; do
9529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9530 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9532 break 2
9533 fi
9534done
5213506e
RW
9535 done
9536IFS=$as_save_IFS
1c710c3c 9537
ca9f4b81
AO
9538fi
9539fi
1c710c3c 9540OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9541if test -n "$OBJCOPY"; then
5213506e
RW
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9543$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9544else
5213506e
RW
9545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9546$as_echo "no" >&6; }
ca9f4b81
AO
9547fi
9548
5213506e 9549
2693c0b0
PB
9550 fi
9551 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9552 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9553set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9555$as_echo_n "checking for $ac_word... " >&6; }
9556if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9557 $as_echo_n "(cached) " >&6
ca9f4b81 9558else
2693c0b0
PB
9559 if test -n "$OBJCOPY"; then
9560 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9561else
1c710c3c
DJ
9562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9563for as_dir in $PATH
9564do
9565 IFS=$as_save_IFS
9566 test -z "$as_dir" && as_dir=.
5213506e
RW
9567 for ac_exec_ext in '' $ac_executable_extensions; do
9568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9569 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9571 break 2
9572 fi
9573done
5213506e
RW
9574 done
9575IFS=$as_save_IFS
1c710c3c 9576
ca9f4b81
AO
9577fi
9578fi
1c710c3c 9579OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9580if test -n "$OBJCOPY"; then
5213506e
RW
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9582$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9583else
5213506e
RW
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9585$as_echo "no" >&6; }
ca9f4b81 9586fi
1c710c3c 9587
5213506e 9588
2693c0b0
PB
9589 fi
9590 test -n "$ac_cv_prog_OBJCOPY" && break
9591done
9592
9593if test -z "$ac_cv_prog_OBJCOPY" ; then
9594 set dummy objcopy
9595 if test $build = $host ; then
9596 OBJCOPY="$2"
ca9f4b81 9597 else
2693c0b0 9598 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9599 fi
ca9f4b81
AO
9600fi
9601
278a7a38
AO
9602
9603
9604if test -n "$OBJDUMP"; then
9605 ac_cv_prog_OBJDUMP=$OBJDUMP
9606elif test -n "$ac_cv_prog_OBJDUMP"; then
9607 OBJDUMP=$ac_cv_prog_OBJDUMP
9608fi
9609
9610if test -n "$ac_cv_prog_OBJDUMP"; then
9611 for ncn_progname in objdump; do
9612 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9613set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9615$as_echo_n "checking for $ac_word... " >&6; }
9616if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9617 $as_echo_n "(cached) " >&6
278a7a38
AO
9618else
9619 if test -n "$OBJDUMP"; then
9620 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9621else
9622as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9623for as_dir in $PATH
9624do
9625 IFS=$as_save_IFS
9626 test -z "$as_dir" && as_dir=.
5213506e
RW
9627 for ac_exec_ext in '' $ac_executable_extensions; do
9628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9629 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9631 break 2
9632 fi
9633done
5213506e
RW
9634 done
9635IFS=$as_save_IFS
278a7a38
AO
9636
9637fi
9638fi
9639OBJDUMP=$ac_cv_prog_OBJDUMP
9640if test -n "$OBJDUMP"; then
5213506e
RW
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9642$as_echo "$OBJDUMP" >&6; }
278a7a38 9643else
5213506e
RW
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9645$as_echo "no" >&6; }
278a7a38
AO
9646fi
9647
5213506e 9648
278a7a38
AO
9649 done
9650fi
9651
9652for ncn_progname in objdump; do
2693c0b0
PB
9653 if test -n "$ncn_tool_prefix"; then
9654 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9655set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9657$as_echo_n "checking for $ac_word... " >&6; }
9658if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9659 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9660else
9661 if test -n "$OBJDUMP"; then
9662 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9663else
1c710c3c
DJ
9664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9665for as_dir in $PATH
9666do
9667 IFS=$as_save_IFS
9668 test -z "$as_dir" && as_dir=.
5213506e
RW
9669 for ac_exec_ext in '' $ac_executable_extensions; do
9670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9671 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9673 break 2
9674 fi
9675done
5213506e
RW
9676 done
9677IFS=$as_save_IFS
1c710c3c 9678
ca9f4b81
AO
9679fi
9680fi
1c710c3c 9681OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9682if test -n "$OBJDUMP"; then
5213506e
RW
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9684$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9685else
5213506e
RW
9686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9687$as_echo "no" >&6; }
ca9f4b81
AO
9688fi
9689
5213506e 9690
2693c0b0
PB
9691 fi
9692 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9693 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9694set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9696$as_echo_n "checking for $ac_word... " >&6; }
9697if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9698 $as_echo_n "(cached) " >&6
ca9f4b81 9699else
2693c0b0
PB
9700 if test -n "$OBJDUMP"; then
9701 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9702else
1c710c3c
DJ
9703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9704for as_dir in $PATH
9705do
9706 IFS=$as_save_IFS
9707 test -z "$as_dir" && as_dir=.
5213506e
RW
9708 for ac_exec_ext in '' $ac_executable_extensions; do
9709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9710 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9712 break 2
9713 fi
9714done
5213506e
RW
9715 done
9716IFS=$as_save_IFS
1c710c3c 9717
ca9f4b81
AO
9718fi
9719fi
1c710c3c 9720OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9721if test -n "$OBJDUMP"; then
5213506e
RW
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9723$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9724else
5213506e
RW
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9726$as_echo "no" >&6; }
ca9f4b81 9727fi
1c710c3c 9728
5213506e 9729
2693c0b0
PB
9730 fi
9731 test -n "$ac_cv_prog_OBJDUMP" && break
9732done
9733
9734if test -z "$ac_cv_prog_OBJDUMP" ; then
9735 set dummy objdump
9736 if test $build = $host ; then
9737 OBJDUMP="$2"
ca9f4b81 9738 else
2693c0b0 9739 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9740 fi
ca9f4b81
AO
9741fi
9742
671aa708
NN
9743
9744
e7a82751
RM
9745if test -n "$READELF"; then
9746 ac_cv_prog_READELF=$READELF
9747elif test -n "$ac_cv_prog_READELF"; then
9748 READELF=$ac_cv_prog_READELF
9749fi
9750
9751if test -n "$ac_cv_prog_READELF"; then
9752 for ncn_progname in readelf; do
9753 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9754set dummy ${ncn_progname}; ac_word=$2
9755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9756$as_echo_n "checking for $ac_word... " >&6; }
9757if test "${ac_cv_prog_READELF+set}" = set; then :
9758 $as_echo_n "(cached) " >&6
9759else
9760 if test -n "$READELF"; then
9761 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9762else
9763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9764for as_dir in $PATH
9765do
9766 IFS=$as_save_IFS
9767 test -z "$as_dir" && as_dir=.
9768 for ac_exec_ext in '' $ac_executable_extensions; do
9769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9770 ac_cv_prog_READELF="${ncn_progname}"
9771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9772 break 2
9773 fi
9774done
9775 done
9776IFS=$as_save_IFS
9777
9778fi
9779fi
9780READELF=$ac_cv_prog_READELF
9781if test -n "$READELF"; then
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9783$as_echo "$READELF" >&6; }
9784else
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9786$as_echo "no" >&6; }
9787fi
9788
9789
9790 done
9791fi
9792
9793for ncn_progname in readelf; do
9794 if test -n "$ncn_tool_prefix"; then
9795 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9796set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9798$as_echo_n "checking for $ac_word... " >&6; }
9799if test "${ac_cv_prog_READELF+set}" = set; then :
9800 $as_echo_n "(cached) " >&6
9801else
9802 if test -n "$READELF"; then
9803 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9804else
9805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9806for as_dir in $PATH
9807do
9808 IFS=$as_save_IFS
9809 test -z "$as_dir" && as_dir=.
9810 for ac_exec_ext in '' $ac_executable_extensions; do
9811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9812 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9814 break 2
9815 fi
9816done
9817 done
9818IFS=$as_save_IFS
9819
9820fi
9821fi
9822READELF=$ac_cv_prog_READELF
9823if test -n "$READELF"; then
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9825$as_echo "$READELF" >&6; }
9826else
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9828$as_echo "no" >&6; }
9829fi
9830
9831
9832 fi
9833 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9834 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9835set dummy ${ncn_progname}; ac_word=$2
9836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9837$as_echo_n "checking for $ac_word... " >&6; }
9838if test "${ac_cv_prog_READELF+set}" = set; then :
9839 $as_echo_n "(cached) " >&6
9840else
9841 if test -n "$READELF"; then
9842 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9843else
9844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9845for as_dir in $PATH
9846do
9847 IFS=$as_save_IFS
9848 test -z "$as_dir" && as_dir=.
9849 for ac_exec_ext in '' $ac_executable_extensions; do
9850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9851 ac_cv_prog_READELF="${ncn_progname}"
9852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9853 break 2
9854 fi
9855done
9856 done
9857IFS=$as_save_IFS
9858
9859fi
9860fi
9861READELF=$ac_cv_prog_READELF
9862if test -n "$READELF"; then
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9864$as_echo "$READELF" >&6; }
9865else
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9867$as_echo "no" >&6; }
9868fi
9869
9870
9871 fi
9872 test -n "$ac_cv_prog_READELF" && break
9873done
9874
9875if test -z "$ac_cv_prog_READELF" ; then
9876 set dummy readelf
9877 if test $build = $host ; then
9878 READELF="$2"
9879 else
9880 READELF="${ncn_tool_prefix}$2"
9881 fi
9882fi
9883
9884
9885
671aa708
NN
9886
9887
9888
2abefe3d 9889# Target tools.
1c710c3c 9890
5213506e
RW
9891# Check whether --with-build-time-tools was given.
9892if test "${with_build_time_tools+set}" = set; then :
9893 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9894 x/*) ;;
9895 *)
9896 with_build_time_tools=
5213506e
RW
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9898$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9899 ;;
9900 esac
ca9f4b81 9901else
e8b05380 9902 with_build_time_tools=
5213506e
RW
9903fi
9904
ca9f4b81 9905
278a7a38
AO
9906
9907
9908if test -n "$CC_FOR_TARGET"; then
9909 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9910elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9911 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9912fi
9913
9914if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9915 for ncn_progname in cc gcc; do
9916 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9917set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9919$as_echo_n "checking for $ac_word... " >&6; }
9920if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9921 $as_echo_n "(cached) " >&6
278a7a38
AO
9922else
9923 if test -n "$CC_FOR_TARGET"; then
9924 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9925else
9926as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9927for as_dir in $PATH
9928do
9929 IFS=$as_save_IFS
9930 test -z "$as_dir" && as_dir=.
5213506e
RW
9931 for ac_exec_ext in '' $ac_executable_extensions; do
9932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9933 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9935 break 2
9936 fi
9937done
5213506e
RW
9938 done
9939IFS=$as_save_IFS
278a7a38
AO
9940
9941fi
9942fi
9943CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9944if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9946$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 9947else
5213506e
RW
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9949$as_echo "no" >&6; }
278a7a38
AO
9950fi
9951
5213506e 9952
278a7a38
AO
9953 done
9954fi
9955
9956if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9957 for ncn_progname in cc gcc; do
5213506e
RW
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9959$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9960 if test -x $with_build_time_tools/${ncn_progname}; then
9961 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9963$as_echo "yes" >&6; }
72a7ab82 9964 break
e8b05380 9965 else
5213506e
RW
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9967$as_echo "no" >&6; }
72a7ab82
AP
9968 fi
9969 done
4de997d1
PB
9970fi
9971
e8b05380
PB
9972if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9973 for ncn_progname in cc gcc; do
9974 if test -n "$ncn_target_tool_prefix"; then
9975 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9976set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9978$as_echo_n "checking for $ac_word... " >&6; }
9979if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9980 $as_echo_n "(cached) " >&6
4de997d1
PB
9981else
9982 if test -n "$CC_FOR_TARGET"; then
9983 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9984else
1c710c3c
DJ
9985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9986for as_dir in $PATH
9987do
9988 IFS=$as_save_IFS
9989 test -z "$as_dir" && as_dir=.
5213506e
RW
9990 for ac_exec_ext in '' $ac_executable_extensions; do
9991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9992 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9994 break 2
9995 fi
9996done
5213506e
RW
9997 done
9998IFS=$as_save_IFS
1c710c3c 9999
4de997d1
PB
10000fi
10001fi
1c710c3c 10002CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 10003if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10005$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10006else
5213506e
RW
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10008$as_echo "no" >&6; }
4de997d1
PB
10009fi
10010
5213506e 10011
e8b05380
PB
10012 fi
10013 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10014 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10015set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10017$as_echo_n "checking for $ac_word... " >&6; }
10018if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10019 $as_echo_n "(cached) " >&6
4de997d1 10020else
2693c0b0
PB
10021 if test -n "$CC_FOR_TARGET"; then
10022 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 10023else
1c710c3c
DJ
10024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10025for as_dir in $PATH
10026do
10027 IFS=$as_save_IFS
10028 test -z "$as_dir" && as_dir=.
5213506e
RW
10029 for ac_exec_ext in '' $ac_executable_extensions; do
10030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10031 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10033 break 2
10034 fi
10035done
5213506e
RW
10036 done
10037IFS=$as_save_IFS
1c710c3c 10038
4de997d1
PB
10039fi
10040fi
1c710c3c 10041CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 10042if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10044$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10045else
5213506e
RW
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10047$as_echo "no" >&6; }
4de997d1 10048fi
1c710c3c 10049
5213506e 10050
e8b05380
PB
10051 fi
10052 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10053 done
10054fi
1c710c3c 10055
2693c0b0
PB
10056if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10057 set dummy cc gcc
10058 if test $build = $target ; then
10059 CC_FOR_TARGET="$2"
4de997d1 10060 else
2693c0b0 10061 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10062 fi
1c00b503
PB
10063else
10064 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10065fi
10066
278a7a38
AO
10067
10068
10069if test -n "$CXX_FOR_TARGET"; then
10070 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10071elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10072 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10073fi
10074
10075if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10076 for ncn_progname in c++ g++ cxx gxx; do
10077 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10078set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10080$as_echo_n "checking for $ac_word... " >&6; }
10081if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10082 $as_echo_n "(cached) " >&6
278a7a38
AO
10083else
10084 if test -n "$CXX_FOR_TARGET"; then
10085 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10086else
10087as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10088for as_dir in $PATH
10089do
10090 IFS=$as_save_IFS
10091 test -z "$as_dir" && as_dir=.
5213506e
RW
10092 for ac_exec_ext in '' $ac_executable_extensions; do
10093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10094 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10096 break 2
10097 fi
10098done
5213506e
RW
10099 done
10100IFS=$as_save_IFS
278a7a38
AO
10101
10102fi
10103fi
10104CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10105if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10107$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10108else
5213506e
RW
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10110$as_echo "no" >&6; }
278a7a38
AO
10111fi
10112
5213506e 10113
278a7a38
AO
10114 done
10115fi
10116
10117if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10118 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10120$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10121 if test -x $with_build_time_tools/${ncn_progname}; then
10122 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10124$as_echo "yes" >&6; }
e8b05380
PB
10125 break
10126 else
5213506e
RW
10127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10128$as_echo "no" >&6; }
e8b05380
PB
10129 fi
10130 done
10131fi
10132
10133if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10134 for ncn_progname in c++ g++ cxx gxx; do
10135 if test -n "$ncn_target_tool_prefix"; then
10136 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10137set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10139$as_echo_n "checking for $ac_word... " >&6; }
10140if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10141 $as_echo_n "(cached) " >&6
4de997d1
PB
10142else
10143 if test -n "$CXX_FOR_TARGET"; then
10144 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10145else
1c710c3c
DJ
10146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10147for as_dir in $PATH
10148do
10149 IFS=$as_save_IFS
10150 test -z "$as_dir" && as_dir=.
5213506e
RW
10151 for ac_exec_ext in '' $ac_executable_extensions; do
10152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10153 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10155 break 2
10156 fi
10157done
5213506e
RW
10158 done
10159IFS=$as_save_IFS
1c710c3c 10160
4de997d1
PB
10161fi
10162fi
1c710c3c 10163CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10164if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10166$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10167else
5213506e
RW
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10169$as_echo "no" >&6; }
4de997d1
PB
10170fi
10171
5213506e 10172
e8b05380
PB
10173 fi
10174 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10175 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10176set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10178$as_echo_n "checking for $ac_word... " >&6; }
10179if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10180 $as_echo_n "(cached) " >&6
4de997d1 10181else
2693c0b0
PB
10182 if test -n "$CXX_FOR_TARGET"; then
10183 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10184else
1c710c3c
DJ
10185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10186for as_dir in $PATH
10187do
10188 IFS=$as_save_IFS
10189 test -z "$as_dir" && as_dir=.
5213506e
RW
10190 for ac_exec_ext in '' $ac_executable_extensions; do
10191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10192 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10194 break 2
10195 fi
10196done
5213506e
RW
10197 done
10198IFS=$as_save_IFS
1c710c3c 10199
4de997d1
PB
10200fi
10201fi
1c710c3c 10202CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10203if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10205$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10206else
5213506e
RW
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10208$as_echo "no" >&6; }
4de997d1 10209fi
1c710c3c 10210
5213506e 10211
e8b05380
PB
10212 fi
10213 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10214 done
10215fi
1c710c3c 10216
2693c0b0
PB
10217if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10218 set dummy c++ g++ cxx gxx
10219 if test $build = $target ; then
10220 CXX_FOR_TARGET="$2"
4de997d1 10221 else
2693c0b0 10222 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10223 fi
1c00b503
PB
10224else
10225 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10226fi
10227
278a7a38
AO
10228
10229
10230if test -n "$GCC_FOR_TARGET"; then
10231 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10232elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10233 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10234fi
10235
10236if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10237 for ncn_progname in gcc; do
10238 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10239set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10241$as_echo_n "checking for $ac_word... " >&6; }
10242if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10243 $as_echo_n "(cached) " >&6
278a7a38
AO
10244else
10245 if test -n "$GCC_FOR_TARGET"; then
10246 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10247else
10248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10249for as_dir in $PATH
10250do
10251 IFS=$as_save_IFS
10252 test -z "$as_dir" && as_dir=.
5213506e
RW
10253 for ac_exec_ext in '' $ac_executable_extensions; do
10254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10255 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10257 break 2
10258 fi
10259done
5213506e
RW
10260 done
10261IFS=$as_save_IFS
278a7a38
AO
10262
10263fi
10264fi
10265GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10266if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10268$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10269else
5213506e
RW
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10271$as_echo "no" >&6; }
278a7a38
AO
10272fi
10273
5213506e 10274
278a7a38
AO
10275 done
10276fi
10277
10278if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10279 for ncn_progname in gcc; do
5213506e
RW
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10281$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10282 if test -x $with_build_time_tools/${ncn_progname}; then
10283 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10285$as_echo "yes" >&6; }
e8b05380
PB
10286 break
10287 else
5213506e
RW
10288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10289$as_echo "no" >&6; }
e8b05380
PB
10290 fi
10291 done
10292fi
10293
10294if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10295 for ncn_progname in gcc; do
10296 if test -n "$ncn_target_tool_prefix"; then
10297 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10298set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10300$as_echo_n "checking for $ac_word... " >&6; }
10301if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10302 $as_echo_n "(cached) " >&6
ca9f4b81 10303else
e8b05380
PB
10304 if test -n "$GCC_FOR_TARGET"; then
10305 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10306else
1c710c3c
DJ
10307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10308for as_dir in $PATH
10309do
10310 IFS=$as_save_IFS
10311 test -z "$as_dir" && as_dir=.
5213506e
RW
10312 for ac_exec_ext in '' $ac_executable_extensions; do
10313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10314 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10316 break 2
10317 fi
10318done
5213506e
RW
10319 done
10320IFS=$as_save_IFS
1c710c3c 10321
ca9f4b81
AO
10322fi
10323fi
1c710c3c 10324GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10325if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10327$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10328else
5213506e
RW
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10330$as_echo "no" >&6; }
ca9f4b81
AO
10331fi
10332
5213506e 10333
e8b05380
PB
10334 fi
10335 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10336 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10337set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10339$as_echo_n "checking for $ac_word... " >&6; }
10340if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10341 $as_echo_n "(cached) " >&6
ca9f4b81 10342else
e8b05380
PB
10343 if test -n "$GCC_FOR_TARGET"; then
10344 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10345else
1c710c3c
DJ
10346as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10347for as_dir in $PATH
10348do
10349 IFS=$as_save_IFS
10350 test -z "$as_dir" && as_dir=.
5213506e
RW
10351 for ac_exec_ext in '' $ac_executable_extensions; do
10352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10353 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10355 break 2
10356 fi
10357done
5213506e
RW
10358 done
10359IFS=$as_save_IFS
1c710c3c 10360
ca9f4b81
AO
10361fi
10362fi
1c710c3c 10363GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10364if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10366$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10367else
5213506e
RW
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10369$as_echo "no" >&6; }
ca9f4b81 10370fi
1c710c3c 10371
5213506e 10372
e8b05380
PB
10373 fi
10374 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10375 done
10376fi
1c710c3c 10377
e8b05380
PB
10378if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10379 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10380else
10381 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10382fi
10383
278a7a38
AO
10384
10385
10386if test -n "$GCJ_FOR_TARGET"; then
10387 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10388elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10389 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10390fi
10391
10392if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10393 for ncn_progname in gcj; do
10394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10395set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10397$as_echo_n "checking for $ac_word... " >&6; }
10398if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10399 $as_echo_n "(cached) " >&6
278a7a38
AO
10400else
10401 if test -n "$GCJ_FOR_TARGET"; then
10402 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10403else
10404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10405for as_dir in $PATH
10406do
10407 IFS=$as_save_IFS
10408 test -z "$as_dir" && as_dir=.
5213506e
RW
10409 for ac_exec_ext in '' $ac_executable_extensions; do
10410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10411 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10413 break 2
10414 fi
10415done
5213506e
RW
10416 done
10417IFS=$as_save_IFS
278a7a38
AO
10418
10419fi
10420fi
10421GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10422if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10424$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10425else
5213506e
RW
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10427$as_echo "no" >&6; }
278a7a38
AO
10428fi
10429
5213506e 10430
278a7a38
AO
10431 done
10432fi
10433
10434if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10435 for ncn_progname in gcj; do
5213506e
RW
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10437$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10438 if test -x $with_build_time_tools/${ncn_progname}; then
10439 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10441$as_echo "yes" >&6; }
e8b05380
PB
10442 break
10443 else
5213506e
RW
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10445$as_echo "no" >&6; }
e8b05380
PB
10446 fi
10447 done
10448fi
10449
10450if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10451 for ncn_progname in gcj; do
10452 if test -n "$ncn_target_tool_prefix"; then
10453 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10454set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10456$as_echo_n "checking for $ac_word... " >&6; }
10457if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10458 $as_echo_n "(cached) " >&6
e8b05380 10459else
fb0103e5
RG
10460 if test -n "$GCJ_FOR_TARGET"; then
10461 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10462else
1c710c3c
DJ
10463as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10464for as_dir in $PATH
10465do
10466 IFS=$as_save_IFS
10467 test -z "$as_dir" && as_dir=.
5213506e
RW
10468 for ac_exec_ext in '' $ac_executable_extensions; do
10469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10470 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10472 break 2
10473 fi
10474done
5213506e
RW
10475 done
10476IFS=$as_save_IFS
1c710c3c 10477
e8b05380
PB
10478fi
10479fi
278a7a38
AO
10480GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10481if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10483$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10484else
5213506e
RW
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10486$as_echo "no" >&6; }
278a7a38
AO
10487fi
10488
5213506e 10489
278a7a38
AO
10490 fi
10491 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10492 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10493set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10495$as_echo_n "checking for $ac_word... " >&6; }
10496if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10497 $as_echo_n "(cached) " >&6
278a7a38
AO
10498else
10499 if test -n "$GCJ_FOR_TARGET"; then
10500 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10501else
10502as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10503for as_dir in $PATH
10504do
10505 IFS=$as_save_IFS
10506 test -z "$as_dir" && as_dir=.
5213506e
RW
10507 for ac_exec_ext in '' $ac_executable_extensions; do
10508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10509 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10511 break 2
10512 fi
10513done
5213506e
RW
10514 done
10515IFS=$as_save_IFS
278a7a38
AO
10516
10517fi
10518fi
10519GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10520if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10522$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10523else
5213506e
RW
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10525$as_echo "no" >&6; }
278a7a38
AO
10526fi
10527
5213506e 10528
278a7a38
AO
10529 fi
10530 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10531 done
10532fi
10533
10534if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10535 set dummy gcj
10536 if test $build = $target ; then
10537 GCJ_FOR_TARGET="$2"
10538 else
10539 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10540 fi
1c00b503
PB
10541else
10542 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10543fi
10544
10545
10546
10547if test -n "$GFORTRAN_FOR_TARGET"; then
10548 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10549elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10550 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10551fi
10552
278a7a38
AO
10553if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10554 for ncn_progname in gfortran; do
10555 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10556set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10558$as_echo_n "checking for $ac_word... " >&6; }
10559if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10560 $as_echo_n "(cached) " >&6
e8b05380 10561else
278a7a38
AO
10562 if test -n "$GFORTRAN_FOR_TARGET"; then
10563 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10564else
1c710c3c
DJ
10565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10566for as_dir in $PATH
10567do
10568 IFS=$as_save_IFS
10569 test -z "$as_dir" && as_dir=.
5213506e
RW
10570 for ac_exec_ext in '' $ac_executable_extensions; do
10571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10572 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10574 break 2
10575 fi
10576done
5213506e
RW
10577 done
10578IFS=$as_save_IFS
1c710c3c 10579
e8b05380
PB
10580fi
10581fi
278a7a38
AO
10582GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10583if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10585$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10586else
5213506e
RW
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10588$as_echo "no" >&6; }
e8b05380 10589fi
1c710c3c 10590
5213506e 10591
e8b05380
PB
10592 done
10593fi
1c710c3c 10594
278a7a38 10595if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10596 for ncn_progname in gfortran; do
5213506e
RW
10597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10598$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10599 if test -x $with_build_time_tools/${ncn_progname}; then
10600 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10602$as_echo "yes" >&6; }
e8b05380
PB
10603 break
10604 else
5213506e
RW
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10606$as_echo "no" >&6; }
e8b05380
PB
10607 fi
10608 done
10609fi
10610
10611if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10612 for ncn_progname in gfortran; do
10613 if test -n "$ncn_target_tool_prefix"; then
10614 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10615set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10617$as_echo_n "checking for $ac_word... " >&6; }
10618if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10619 $as_echo_n "(cached) " >&6
e8b05380
PB
10620else
10621 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10622 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10623else
10624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10625for as_dir in $PATH
10626do
10627 IFS=$as_save_IFS
10628 test -z "$as_dir" && as_dir=.
5213506e
RW
10629 for ac_exec_ext in '' $ac_executable_extensions; do
10630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10631 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10633 break 2
10634 fi
10635done
5213506e
RW
10636 done
10637IFS=$as_save_IFS
1c710c3c 10638
e8b05380
PB
10639fi
10640fi
1c710c3c 10641GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10642if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10644$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10645else
5213506e
RW
10646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10647$as_echo "no" >&6; }
e8b05380
PB
10648fi
10649
5213506e 10650
e8b05380
PB
10651 fi
10652 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10653 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10654set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10656$as_echo_n "checking for $ac_word... " >&6; }
10657if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10658 $as_echo_n "(cached) " >&6
e8b05380
PB
10659else
10660 if test -n "$GFORTRAN_FOR_TARGET"; then
10661 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10662else
1c710c3c
DJ
10663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10664for as_dir in $PATH
10665do
10666 IFS=$as_save_IFS
10667 test -z "$as_dir" && as_dir=.
5213506e
RW
10668 for ac_exec_ext in '' $ac_executable_extensions; do
10669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10670 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10672 break 2
10673 fi
10674done
5213506e
RW
10675 done
10676IFS=$as_save_IFS
1c710c3c 10677
e8b05380
PB
10678fi
10679fi
1c710c3c 10680GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10681if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10683$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10684else
5213506e
RW
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10686$as_echo "no" >&6; }
e8b05380 10687fi
1c710c3c 10688
5213506e 10689
e8b05380
PB
10690 fi
10691 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10692 done
10693fi
1c710c3c 10694
e8b05380
PB
10695if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10696 set dummy gfortran
2693c0b0 10697 if test $build = $target ; then
e8b05380 10698 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10699 else
e8b05380
PB
10700 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10701 fi
1c00b503
PB
10702else
10703 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10704fi
10705
10706
10707
632e2a07
ILT
10708if test -n "$GOC_FOR_TARGET"; then
10709 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10710elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10711 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10712fi
10713
10714if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10715 for ncn_progname in gccgo; do
10716 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10717set dummy ${ncn_progname}; ac_word=$2
10718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10719$as_echo_n "checking for $ac_word... " >&6; }
10720if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10721 $as_echo_n "(cached) " >&6
10722else
10723 if test -n "$GOC_FOR_TARGET"; then
10724 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10725else
10726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10727for as_dir in $PATH
10728do
10729 IFS=$as_save_IFS
10730 test -z "$as_dir" && as_dir=.
10731 for ac_exec_ext in '' $ac_executable_extensions; do
10732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10733 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10735 break 2
10736 fi
10737done
10738 done
10739IFS=$as_save_IFS
10740
10741fi
10742fi
10743GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10744if test -n "$GOC_FOR_TARGET"; then
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10746$as_echo "$GOC_FOR_TARGET" >&6; }
10747else
10748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10749$as_echo "no" >&6; }
10750fi
10751
10752
10753 done
10754fi
10755
10756if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10757 for ncn_progname in gccgo; do
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10759$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10760 if test -x $with_build_time_tools/${ncn_progname}; then
10761 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10763$as_echo "yes" >&6; }
10764 break
10765 else
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10767$as_echo "no" >&6; }
10768 fi
10769 done
10770fi
10771
10772if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10773 for ncn_progname in gccgo; do
10774 if test -n "$ncn_target_tool_prefix"; then
10775 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10776set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10778$as_echo_n "checking for $ac_word... " >&6; }
10779if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10780 $as_echo_n "(cached) " >&6
10781else
10782 if test -n "$GOC_FOR_TARGET"; then
10783 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10784else
10785as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10786for as_dir in $PATH
10787do
10788 IFS=$as_save_IFS
10789 test -z "$as_dir" && as_dir=.
10790 for ac_exec_ext in '' $ac_executable_extensions; do
10791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10792 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10794 break 2
10795 fi
10796done
10797 done
10798IFS=$as_save_IFS
10799
10800fi
10801fi
10802GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10803if test -n "$GOC_FOR_TARGET"; then
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10805$as_echo "$GOC_FOR_TARGET" >&6; }
10806else
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10808$as_echo "no" >&6; }
10809fi
10810
10811
10812 fi
10813 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10814 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10815set dummy ${ncn_progname}; ac_word=$2
10816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10817$as_echo_n "checking for $ac_word... " >&6; }
10818if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10819 $as_echo_n "(cached) " >&6
10820else
10821 if test -n "$GOC_FOR_TARGET"; then
10822 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10823else
10824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10825for as_dir in $PATH
10826do
10827 IFS=$as_save_IFS
10828 test -z "$as_dir" && as_dir=.
10829 for ac_exec_ext in '' $ac_executable_extensions; do
10830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10831 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10833 break 2
10834 fi
10835done
10836 done
10837IFS=$as_save_IFS
10838
10839fi
10840fi
10841GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10842if test -n "$GOC_FOR_TARGET"; then
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10844$as_echo "$GOC_FOR_TARGET" >&6; }
10845else
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10847$as_echo "no" >&6; }
10848fi
10849
10850
10851 fi
10852 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10853 done
10854fi
10855
10856if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10857 set dummy gccgo
10858 if test $build = $target ; then
10859 GOC_FOR_TARGET="$2"
10860 else
10861 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10862 fi
10863else
10864 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10865fi
10866
10867
10868
e8b05380
PB
10869cat > conftest.c << \EOF
10870#ifdef __GNUC__
10871 gcc_yay;
10872#endif
10873EOF
10874if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10875 have_gcc_for_target=yes
10876else
10877 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10878 have_gcc_for_target=no
10879fi
10880rm conftest.c
10881
10882
10883
10884
10885if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10886 if test -n "$with_build_time_tools"; then
5213506e
RW
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10888$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10889 if test -x $with_build_time_tools/ar; then
10890 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10891 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10893$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 10894 else
5213506e
RW
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10896$as_echo "no" >&6; }
d1f8db0c 10897 fi
e8b05380
PB
10898 elif test $build != $host && test $have_gcc_for_target = yes; then
10899 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10900 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10901 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10902 fi
10903fi
3e19841a 10904if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10905 # Extract the first word of "ar", so it can be a program name with args.
10906set dummy ar; ac_word=$2
5213506e
RW
10907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10908$as_echo_n "checking for $ac_word... " >&6; }
10909if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10910 $as_echo_n "(cached) " >&6
e8b05380 10911else
1c710c3c
DJ
10912 case $AR_FOR_TARGET in
10913 [\\/]* | ?:[\\/]*)
e8b05380
PB
10914 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10915 ;;
e8b05380 10916 *)
1c710c3c
DJ
10917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10918for as_dir in $gcc_cv_tool_dirs
10919do
10920 IFS=$as_save_IFS
10921 test -z "$as_dir" && as_dir=.
5213506e
RW
10922 for ac_exec_ext in '' $ac_executable_extensions; do
10923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10924 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10926 break 2
10927 fi
10928done
5213506e
RW
10929 done
10930IFS=$as_save_IFS
1c710c3c 10931
e8b05380
PB
10932 ;;
10933esac
10934fi
1c710c3c 10935AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 10936if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10938$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10939else
5213506e
RW
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10941$as_echo "no" >&6; }
4de997d1
PB
10942fi
10943
5213506e 10944
e8b05380
PB
10945fi
10946if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
10947
10948
10949if test -n "$AR_FOR_TARGET"; then
10950 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10951elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10952 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10953fi
10954
10955if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10956 for ncn_progname in ar; do
10957 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10958set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10960$as_echo_n "checking for $ac_word... " >&6; }
10961if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10962 $as_echo_n "(cached) " >&6
278a7a38
AO
10963else
10964 if test -n "$AR_FOR_TARGET"; then
10965 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10966else
10967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10968for as_dir in $PATH
10969do
10970 IFS=$as_save_IFS
10971 test -z "$as_dir" && as_dir=.
5213506e
RW
10972 for ac_exec_ext in '' $ac_executable_extensions; do
10973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10974 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10976 break 2
10977 fi
10978done
5213506e
RW
10979 done
10980IFS=$as_save_IFS
278a7a38
AO
10981
10982fi
10983fi
10984AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10985if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10987$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 10988else
5213506e
RW
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10990$as_echo "no" >&6; }
278a7a38
AO
10991fi
10992
5213506e 10993
278a7a38
AO
10994 done
10995fi
10996
10997if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10998 for ncn_progname in ar; do
5213506e
RW
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11000$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11001 if test -x $with_build_time_tools/${ncn_progname}; then
11002 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11004$as_echo "yes" >&6; }
e8b05380
PB
11005 break
11006 else
5213506e
RW
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11008$as_echo "no" >&6; }
e8b05380
PB
11009 fi
11010 done
11011fi
11012
11013if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11014 for ncn_progname in ar; do
11015 if test -n "$ncn_target_tool_prefix"; then
11016 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11017set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11019$as_echo_n "checking for $ac_word... " >&6; }
11020if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11021 $as_echo_n "(cached) " >&6
4de997d1 11022else
e8b05380
PB
11023 if test -n "$AR_FOR_TARGET"; then
11024 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 11025else
1c710c3c
DJ
11026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11027for as_dir in $PATH
11028do
11029 IFS=$as_save_IFS
11030 test -z "$as_dir" && as_dir=.
5213506e
RW
11031 for ac_exec_ext in '' $ac_executable_extensions; do
11032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11033 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11035 break 2
11036 fi
11037done
5213506e
RW
11038 done
11039IFS=$as_save_IFS
1c710c3c 11040
4de997d1
PB
11041fi
11042fi
1c710c3c 11043AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11044if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11046$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 11047else
5213506e
RW
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11049$as_echo "no" >&6; }
4de997d1
PB
11050fi
11051
5213506e 11052
e8b05380
PB
11053 fi
11054 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11055 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11056set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11058$as_echo_n "checking for $ac_word... " >&6; }
11059if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11060 $as_echo_n "(cached) " >&6
e8b05380
PB
11061else
11062 if test -n "$AR_FOR_TARGET"; then
11063 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11064else
1c710c3c
DJ
11065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11066for as_dir in $PATH
11067do
11068 IFS=$as_save_IFS
11069 test -z "$as_dir" && as_dir=.
5213506e
RW
11070 for ac_exec_ext in '' $ac_executable_extensions; do
11071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11072 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11074 break 2
11075 fi
11076done
5213506e
RW
11077 done
11078IFS=$as_save_IFS
1c710c3c 11079
e8b05380
PB
11080fi
11081fi
1c710c3c 11082AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11083if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11085$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11086else
5213506e
RW
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11088$as_echo "no" >&6; }
e8b05380 11089fi
1c710c3c 11090
5213506e 11091
e8b05380
PB
11092 fi
11093 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11094 done
11095fi
1c710c3c 11096
e8b05380
PB
11097if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11098 set dummy ar
11099 if test $build = $target ; then
11100 AR_FOR_TARGET="$2"
11101 else
11102 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11103 fi
1c00b503
PB
11104else
11105 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11106fi
11107
d1f8db0c
PB
11108else
11109 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11110fi
11111
11112
11113
11114
11115if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11116 if test -n "$with_build_time_tools"; then
5213506e
RW
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11118$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11119 if test -x $with_build_time_tools/as; then
11120 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11121 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11123$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11124 else
5213506e
RW
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11126$as_echo "no" >&6; }
d1f8db0c 11127 fi
e8b05380
PB
11128 elif test $build != $host && test $have_gcc_for_target = yes; then
11129 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11130 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11131 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11132 fi
11133fi
3e19841a 11134if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11135 # Extract the first word of "as", so it can be a program name with args.
11136set dummy as; ac_word=$2
5213506e
RW
11137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11138$as_echo_n "checking for $ac_word... " >&6; }
11139if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11140 $as_echo_n "(cached) " >&6
e8b05380 11141else
1c710c3c
DJ
11142 case $AS_FOR_TARGET in
11143 [\\/]* | ?:[\\/]*)
e8b05380
PB
11144 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11145 ;;
e8b05380 11146 *)
1c710c3c
DJ
11147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11148for as_dir in $gcc_cv_tool_dirs
11149do
11150 IFS=$as_save_IFS
11151 test -z "$as_dir" && as_dir=.
5213506e
RW
11152 for ac_exec_ext in '' $ac_executable_extensions; do
11153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11154 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11156 break 2
11157 fi
11158done
5213506e
RW
11159 done
11160IFS=$as_save_IFS
1c710c3c 11161
e8b05380
PB
11162 ;;
11163esac
11164fi
1c710c3c 11165AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11166if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11168$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11169else
5213506e
RW
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11171$as_echo "no" >&6; }
e8b05380
PB
11172fi
11173
5213506e 11174
e8b05380
PB
11175fi
11176if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11177
11178
11179if test -n "$AS_FOR_TARGET"; then
11180 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11181elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11182 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11183fi
11184
11185if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11186 for ncn_progname in as; do
11187 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11188set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11190$as_echo_n "checking for $ac_word... " >&6; }
11191if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11192 $as_echo_n "(cached) " >&6
278a7a38
AO
11193else
11194 if test -n "$AS_FOR_TARGET"; then
11195 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11196else
11197as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11198for as_dir in $PATH
11199do
11200 IFS=$as_save_IFS
11201 test -z "$as_dir" && as_dir=.
5213506e
RW
11202 for ac_exec_ext in '' $ac_executable_extensions; do
11203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11204 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11206 break 2
11207 fi
11208done
5213506e
RW
11209 done
11210IFS=$as_save_IFS
278a7a38
AO
11211
11212fi
11213fi
11214AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11215if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11217$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11218else
5213506e
RW
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11220$as_echo "no" >&6; }
278a7a38
AO
11221fi
11222
5213506e 11223
278a7a38
AO
11224 done
11225fi
11226
11227if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11228 for ncn_progname in as; do
5213506e
RW
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11230$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11231 if test -x $with_build_time_tools/${ncn_progname}; then
11232 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11234$as_echo "yes" >&6; }
e8b05380
PB
11235 break
11236 else
5213506e
RW
11237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11238$as_echo "no" >&6; }
e8b05380
PB
11239 fi
11240 done
11241fi
11242
11243if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11244 for ncn_progname in as; do
11245 if test -n "$ncn_target_tool_prefix"; then
11246 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11247set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11249$as_echo_n "checking for $ac_word... " >&6; }
11250if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11251 $as_echo_n "(cached) " >&6
e8b05380
PB
11252else
11253 if test -n "$AS_FOR_TARGET"; then
11254 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11255else
1c710c3c
DJ
11256as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11257for as_dir in $PATH
11258do
11259 IFS=$as_save_IFS
11260 test -z "$as_dir" && as_dir=.
5213506e
RW
11261 for ac_exec_ext in '' $ac_executable_extensions; do
11262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11263 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11264 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11265 break 2
11266 fi
11267done
5213506e
RW
11268 done
11269IFS=$as_save_IFS
1c710c3c 11270
e8b05380
PB
11271fi
11272fi
1c710c3c 11273AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11274if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11276$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11277else
5213506e
RW
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11279$as_echo "no" >&6; }
e8b05380
PB
11280fi
11281
5213506e 11282
e8b05380
PB
11283 fi
11284 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11285 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11286set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11288$as_echo_n "checking for $ac_word... " >&6; }
11289if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11290 $as_echo_n "(cached) " >&6
4de997d1 11291else
e8b05380
PB
11292 if test -n "$AS_FOR_TARGET"; then
11293 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11294else
1c710c3c
DJ
11295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11296for as_dir in $PATH
11297do
11298 IFS=$as_save_IFS
11299 test -z "$as_dir" && as_dir=.
5213506e
RW
11300 for ac_exec_ext in '' $ac_executable_extensions; do
11301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11302 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11304 break 2
11305 fi
11306done
5213506e
RW
11307 done
11308IFS=$as_save_IFS
1c710c3c 11309
4de997d1
PB
11310fi
11311fi
1c710c3c 11312AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11313if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11315$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11316else
5213506e
RW
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11318$as_echo "no" >&6; }
4de997d1 11319fi
1c710c3c 11320
5213506e 11321
e8b05380
PB
11322 fi
11323 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11324 done
11325fi
1c710c3c 11326
e8b05380
PB
11327if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11328 set dummy as
11329 if test $build = $target ; then
11330 AS_FOR_TARGET="$2"
11331 else
11332 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11333 fi
1c00b503
PB
11334else
11335 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11336fi
2693c0b0 11337
d1f8db0c
PB
11338else
11339 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11340fi
11341
e8b05380
PB
11342
11343
11344
11345if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11346 if test -n "$with_build_time_tools"; then
5213506e
RW
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11348$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11349 if test -x $with_build_time_tools/dlltool; then
11350 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11351 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11353$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11354 else
5213506e
RW
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11356$as_echo "no" >&6; }
d1f8db0c 11357 fi
e8b05380
PB
11358 elif test $build != $host && test $have_gcc_for_target = yes; then
11359 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11360 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11361 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11362 fi
11363fi
3e19841a 11364if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11365 # Extract the first word of "dlltool", so it can be a program name with args.
11366set dummy dlltool; ac_word=$2
5213506e
RW
11367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11368$as_echo_n "checking for $ac_word... " >&6; }
11369if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11370 $as_echo_n "(cached) " >&6
4de997d1 11371else
1c710c3c
DJ
11372 case $DLLTOOL_FOR_TARGET in
11373 [\\/]* | ?:[\\/]*)
e8b05380
PB
11374 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11375 ;;
e8b05380 11376 *)
1c710c3c
DJ
11377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11378for as_dir in $gcc_cv_tool_dirs
11379do
11380 IFS=$as_save_IFS
11381 test -z "$as_dir" && as_dir=.
5213506e
RW
11382 for ac_exec_ext in '' $ac_executable_extensions; do
11383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11384 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11386 break 2
11387 fi
11388done
5213506e
RW
11389 done
11390IFS=$as_save_IFS
1c710c3c 11391
e8b05380
PB
11392 ;;
11393esac
4de997d1 11394fi
1c710c3c 11395DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11396if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11398$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11399else
5213506e
RW
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401$as_echo "no" >&6; }
4de997d1
PB
11402fi
11403
5213506e 11404
e8b05380
PB
11405fi
11406if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11407
11408
11409if test -n "$DLLTOOL_FOR_TARGET"; then
11410 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11411elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11412 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11413fi
11414
11415if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11416 for ncn_progname in dlltool; do
11417 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11418set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11420$as_echo_n "checking for $ac_word... " >&6; }
11421if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11422 $as_echo_n "(cached) " >&6
278a7a38
AO
11423else
11424 if test -n "$DLLTOOL_FOR_TARGET"; then
11425 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11426else
11427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11428for as_dir in $PATH
11429do
11430 IFS=$as_save_IFS
11431 test -z "$as_dir" && as_dir=.
5213506e
RW
11432 for ac_exec_ext in '' $ac_executable_extensions; do
11433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11434 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11436 break 2
11437 fi
11438done
5213506e
RW
11439 done
11440IFS=$as_save_IFS
278a7a38
AO
11441
11442fi
11443fi
11444DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11445if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11447$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11448else
5213506e
RW
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11450$as_echo "no" >&6; }
278a7a38
AO
11451fi
11452
5213506e 11453
278a7a38
AO
11454 done
11455fi
11456
11457if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11458 for ncn_progname in dlltool; do
5213506e
RW
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11460$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11461 if test -x $with_build_time_tools/${ncn_progname}; then
11462 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11464$as_echo "yes" >&6; }
e8b05380
PB
11465 break
11466 else
5213506e
RW
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11468$as_echo "no" >&6; }
e8b05380
PB
11469 fi
11470 done
11471fi
11472
11473if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11474 for ncn_progname in dlltool; do
11475 if test -n "$ncn_target_tool_prefix"; then
11476 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11477set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11479$as_echo_n "checking for $ac_word... " >&6; }
11480if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11481 $as_echo_n "(cached) " >&6
4de997d1 11482else
e8b05380
PB
11483 if test -n "$DLLTOOL_FOR_TARGET"; then
11484 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11485else
1c710c3c
DJ
11486as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11487for as_dir in $PATH
11488do
11489 IFS=$as_save_IFS
11490 test -z "$as_dir" && as_dir=.
5213506e
RW
11491 for ac_exec_ext in '' $ac_executable_extensions; do
11492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11493 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11495 break 2
11496 fi
11497done
5213506e
RW
11498 done
11499IFS=$as_save_IFS
1c710c3c 11500
4de997d1
PB
11501fi
11502fi
1c710c3c 11503DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11504if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11506$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11507else
5213506e
RW
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11509$as_echo "no" >&6; }
4de997d1 11510fi
4de997d1 11511
5213506e 11512
e8b05380
PB
11513 fi
11514 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11516set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11518$as_echo_n "checking for $ac_word... " >&6; }
11519if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11520 $as_echo_n "(cached) " >&6
4de997d1 11521else
e8b05380
PB
11522 if test -n "$DLLTOOL_FOR_TARGET"; then
11523 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11524else
1c710c3c
DJ
11525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11526for as_dir in $PATH
11527do
11528 IFS=$as_save_IFS
11529 test -z "$as_dir" && as_dir=.
5213506e
RW
11530 for ac_exec_ext in '' $ac_executable_extensions; do
11531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11532 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11534 break 2
11535 fi
11536done
5213506e
RW
11537 done
11538IFS=$as_save_IFS
1c710c3c 11539
4de997d1
PB
11540fi
11541fi
1c710c3c 11542DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11543if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11545$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11546else
5213506e
RW
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11548$as_echo "no" >&6; }
4de997d1 11549fi
1c710c3c 11550
5213506e 11551
e8b05380
PB
11552 fi
11553 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11554 done
11555fi
1c710c3c 11556
e8b05380
PB
11557if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11558 set dummy dlltool
11559 if test $build = $target ; then
11560 DLLTOOL_FOR_TARGET="$2"
11561 else
11562 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11563 fi
1c00b503
PB
11564else
11565 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11566fi
11567
d1f8db0c
PB
11568else
11569 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11570fi
11571
4de997d1 11572
e8b05380
PB
11573
11574
11575if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11576 if test -n "$with_build_time_tools"; then
5213506e
RW
11577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11578$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11579 if test -x $with_build_time_tools/ld; then
11580 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11581 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11583$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11584 else
5213506e
RW
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11586$as_echo "no" >&6; }
d1f8db0c 11587 fi
e8b05380
PB
11588 elif test $build != $host && test $have_gcc_for_target = yes; then
11589 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11590 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11591 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11592 fi
e8b05380 11593fi
3e19841a 11594if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11595 # Extract the first word of "ld", so it can be a program name with args.
11596set dummy ld; ac_word=$2
5213506e
RW
11597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11598$as_echo_n "checking for $ac_word... " >&6; }
11599if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
4de997d1 11601else
1c710c3c
DJ
11602 case $LD_FOR_TARGET in
11603 [\\/]* | ?:[\\/]*)
e8b05380
PB
11604 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11605 ;;
e8b05380 11606 *)
1c710c3c
DJ
11607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11608for as_dir in $gcc_cv_tool_dirs
11609do
11610 IFS=$as_save_IFS
11611 test -z "$as_dir" && as_dir=.
5213506e
RW
11612 for ac_exec_ext in '' $ac_executable_extensions; do
11613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11614 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11616 break 2
11617 fi
11618done
5213506e
RW
11619 done
11620IFS=$as_save_IFS
1c710c3c 11621
e8b05380
PB
11622 ;;
11623esac
4de997d1 11624fi
1c710c3c 11625LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11626if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11628$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11629else
5213506e
RW
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11631$as_echo "no" >&6; }
4de997d1 11632fi
2693c0b0 11633
5213506e 11634
e8b05380
PB
11635fi
11636if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11637
11638
11639if test -n "$LD_FOR_TARGET"; then
11640 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11641elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11642 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11643fi
11644
11645if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11646 for ncn_progname in ld; do
11647 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11648set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11650$as_echo_n "checking for $ac_word... " >&6; }
11651if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11652 $as_echo_n "(cached) " >&6
278a7a38
AO
11653else
11654 if test -n "$LD_FOR_TARGET"; then
11655 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11656else
11657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11658for as_dir in $PATH
11659do
11660 IFS=$as_save_IFS
11661 test -z "$as_dir" && as_dir=.
5213506e
RW
11662 for ac_exec_ext in '' $ac_executable_extensions; do
11663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11664 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11666 break 2
11667 fi
11668done
5213506e
RW
11669 done
11670IFS=$as_save_IFS
278a7a38
AO
11671
11672fi
11673fi
11674LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11675if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11677$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11678else
5213506e
RW
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11680$as_echo "no" >&6; }
278a7a38
AO
11681fi
11682
5213506e 11683
278a7a38
AO
11684 done
11685fi
11686
11687if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11688 for ncn_progname in ld; do
5213506e
RW
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11690$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11691 if test -x $with_build_time_tools/${ncn_progname}; then
11692 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11694$as_echo "yes" >&6; }
e8b05380
PB
11695 break
11696 else
5213506e
RW
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11698$as_echo "no" >&6; }
e8b05380
PB
11699 fi
11700 done
ca9f4b81
AO
11701fi
11702
e8b05380
PB
11703if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11704 for ncn_progname in ld; do
11705 if test -n "$ncn_target_tool_prefix"; then
11706 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11707set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11709$as_echo_n "checking for $ac_word... " >&6; }
11710if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11711 $as_echo_n "(cached) " >&6
ca9f4b81 11712else
4de997d1
PB
11713 if test -n "$LD_FOR_TARGET"; then
11714 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11715else
1c710c3c
DJ
11716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11717for as_dir in $PATH
11718do
11719 IFS=$as_save_IFS
11720 test -z "$as_dir" && as_dir=.
5213506e
RW
11721 for ac_exec_ext in '' $ac_executable_extensions; do
11722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11723 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11725 break 2
11726 fi
11727done
5213506e
RW
11728 done
11729IFS=$as_save_IFS
1c710c3c 11730
ca9f4b81
AO
11731fi
11732fi
1c710c3c 11733LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11734if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11736$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11737else
5213506e
RW
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11739$as_echo "no" >&6; }
ca9f4b81
AO
11740fi
11741
5213506e 11742
e8b05380
PB
11743 fi
11744 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11745 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11746set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11748$as_echo_n "checking for $ac_word... " >&6; }
11749if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11750 $as_echo_n "(cached) " >&6
ca9f4b81 11751else
2693c0b0
PB
11752 if test -n "$LD_FOR_TARGET"; then
11753 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11754else
1c710c3c
DJ
11755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11756for as_dir in $PATH
11757do
11758 IFS=$as_save_IFS
11759 test -z "$as_dir" && as_dir=.
5213506e
RW
11760 for ac_exec_ext in '' $ac_executable_extensions; do
11761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11762 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11764 break 2
11765 fi
11766done
5213506e
RW
11767 done
11768IFS=$as_save_IFS
1c710c3c 11769
ca9f4b81
AO
11770fi
11771fi
1c710c3c 11772LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11773if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11775$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11776else
5213506e
RW
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11778$as_echo "no" >&6; }
ca9f4b81 11779fi
1c710c3c 11780
5213506e 11781
e8b05380
PB
11782 fi
11783 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11784 done
11785fi
1c710c3c 11786
2693c0b0
PB
11787if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11788 set dummy ld
11789 if test $build = $target ; then
11790 LD_FOR_TARGET="$2"
ca9f4b81 11791 else
2693c0b0 11792 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11793 fi
1c00b503
PB
11794else
11795 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11796fi
11797
d1f8db0c
PB
11798else
11799 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11800fi
11801
11802
11803
11804
11805if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11806 if test -n "$with_build_time_tools"; then
5213506e
RW
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11808$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11809 if test -x $with_build_time_tools/lipo; then
11810 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11811 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11813$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11814 else
5213506e
RW
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11816$as_echo "no" >&6; }
d1f8db0c 11817 fi
e8b05380
PB
11818 elif test $build != $host && test $have_gcc_for_target = yes; then
11819 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11820 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11821 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11822 fi
11823fi
278a7a38
AO
11824if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11825 # Extract the first word of "lipo", so it can be a program name with args.
11826set dummy lipo; ac_word=$2
5213506e
RW
11827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11828$as_echo_n "checking for $ac_word... " >&6; }
11829if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11830 $as_echo_n "(cached) " >&6
278a7a38
AO
11831else
11832 case $LIPO_FOR_TARGET in
11833 [\\/]* | ?:[\\/]*)
11834 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11835 ;;
11836 *)
11837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11838for as_dir in $gcc_cv_tool_dirs
11839do
11840 IFS=$as_save_IFS
11841 test -z "$as_dir" && as_dir=.
5213506e
RW
11842 for ac_exec_ext in '' $ac_executable_extensions; do
11843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11844 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11846 break 2
11847 fi
11848done
5213506e
RW
11849 done
11850IFS=$as_save_IFS
278a7a38
AO
11851
11852 ;;
11853esac
11854fi
11855LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11856if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11858$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11859else
5213506e
RW
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861$as_echo "no" >&6; }
278a7a38
AO
11862fi
11863
5213506e 11864
278a7a38
AO
11865fi
11866if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11867
11868
11869if test -n "$LIPO_FOR_TARGET"; then
11870 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11871elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11872 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11873fi
11874
11875if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11876 for ncn_progname in lipo; do
11877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11878set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11880$as_echo_n "checking for $ac_word... " >&6; }
11881if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11882 $as_echo_n "(cached) " >&6
e8b05380 11883else
278a7a38
AO
11884 if test -n "$LIPO_FOR_TARGET"; then
11885 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11886else
11887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11888for as_dir in $PATH
1c710c3c
DJ
11889do
11890 IFS=$as_save_IFS
11891 test -z "$as_dir" && as_dir=.
5213506e
RW
11892 for ac_exec_ext in '' $ac_executable_extensions; do
11893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11894 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11896 break 2
11897 fi
11898done
5213506e
RW
11899 done
11900IFS=$as_save_IFS
1c710c3c 11901
e8b05380 11902fi
278a7a38
AO
11903fi
11904LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11905if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11907$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11908else
5213506e
RW
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11910$as_echo "no" >&6; }
e8b05380
PB
11911fi
11912
5213506e 11913
278a7a38 11914 done
e8b05380 11915fi
278a7a38
AO
11916
11917if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11918 for ncn_progname in lipo; do
5213506e
RW
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11920$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11921 if test -x $with_build_time_tools/${ncn_progname}; then
11922 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11924$as_echo "yes" >&6; }
e8b05380
PB
11925 break
11926 else
5213506e
RW
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11928$as_echo "no" >&6; }
e8b05380
PB
11929 fi
11930 done
11931fi
11932
11933if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11934 for ncn_progname in lipo; do
11935 if test -n "$ncn_target_tool_prefix"; then
11936 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11937set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11939$as_echo_n "checking for $ac_word... " >&6; }
11940if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11941 $as_echo_n "(cached) " >&6
040b1c5a
GK
11942else
11943 if test -n "$LIPO_FOR_TARGET"; then
11944 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11945else
1c710c3c
DJ
11946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11947for as_dir in $PATH
11948do
11949 IFS=$as_save_IFS
11950 test -z "$as_dir" && as_dir=.
5213506e
RW
11951 for ac_exec_ext in '' $ac_executable_extensions; do
11952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11953 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11955 break 2
11956 fi
11957done
5213506e
RW
11958 done
11959IFS=$as_save_IFS
1c710c3c 11960
040b1c5a
GK
11961fi
11962fi
1c710c3c 11963LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11964if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11966$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11967else
5213506e
RW
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11969$as_echo "no" >&6; }
040b1c5a
GK
11970fi
11971
5213506e 11972
e8b05380
PB
11973 fi
11974 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11975 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 11976set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11978$as_echo_n "checking for $ac_word... " >&6; }
11979if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11980 $as_echo_n "(cached) " >&6
040b1c5a
GK
11981else
11982 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
11983 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11984else
1c710c3c
DJ
11985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11986for as_dir in $PATH
11987do
11988 IFS=$as_save_IFS
11989 test -z "$as_dir" && as_dir=.
5213506e
RW
11990 for ac_exec_ext in '' $ac_executable_extensions; do
11991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11992 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11994 break 2
11995 fi
11996done
5213506e
RW
11997 done
11998IFS=$as_save_IFS
1c710c3c 11999
040b1c5a
GK
12000fi
12001fi
1c710c3c 12002LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 12003if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12005$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 12006else
5213506e
RW
12007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12008$as_echo "no" >&6; }
040b1c5a 12009fi
1c710c3c 12010
5213506e 12011
e8b05380
PB
12012 fi
12013 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12014 done
12015fi
1c710c3c 12016
040b1c5a
GK
12017if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12018 set dummy lipo
12019 if test $build = $target ; then
12020 LIPO_FOR_TARGET="$2"
12021 else
12022 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12023 fi
1c00b503
PB
12024else
12025 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
12026fi
12027
d1f8db0c
PB
12028else
12029 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
12030fi
12031
12032
12033
12034
12035if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12036 if test -n "$with_build_time_tools"; then
5213506e
RW
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12038$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12039 if test -x $with_build_time_tools/nm; then
12040 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12041 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12043$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 12044 else
5213506e
RW
12045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12046$as_echo "no" >&6; }
d1f8db0c 12047 fi
e8b05380
PB
12048 elif test $build != $host && test $have_gcc_for_target = yes; then
12049 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12050 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12051 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12052 fi
12053fi
3e19841a 12054if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12055 # Extract the first word of "nm", so it can be a program name with args.
12056set dummy nm; ac_word=$2
5213506e
RW
12057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12058$as_echo_n "checking for $ac_word... " >&6; }
12059if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12060 $as_echo_n "(cached) " >&6
e8b05380 12061else
1c710c3c
DJ
12062 case $NM_FOR_TARGET in
12063 [\\/]* | ?:[\\/]*)
e8b05380
PB
12064 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12065 ;;
e8b05380 12066 *)
1c710c3c
DJ
12067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12068for as_dir in $gcc_cv_tool_dirs
12069do
12070 IFS=$as_save_IFS
12071 test -z "$as_dir" && as_dir=.
5213506e
RW
12072 for ac_exec_ext in '' $ac_executable_extensions; do
12073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12074 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12076 break 2
12077 fi
12078done
5213506e
RW
12079 done
12080IFS=$as_save_IFS
1c710c3c 12081
e8b05380
PB
12082 ;;
12083esac
12084fi
1c710c3c 12085NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12086if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12088$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12089else
5213506e
RW
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091$as_echo "no" >&6; }
e8b05380
PB
12092fi
12093
5213506e 12094
e8b05380
PB
12095fi
12096if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12097
12098
12099if test -n "$NM_FOR_TARGET"; then
12100 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12101elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12102 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12103fi
12104
12105if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12106 for ncn_progname in nm; do
12107 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12108set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12110$as_echo_n "checking for $ac_word... " >&6; }
12111if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12112 $as_echo_n "(cached) " >&6
278a7a38
AO
12113else
12114 if test -n "$NM_FOR_TARGET"; then
12115 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12116else
12117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12118for as_dir in $PATH
12119do
12120 IFS=$as_save_IFS
12121 test -z "$as_dir" && as_dir=.
5213506e
RW
12122 for ac_exec_ext in '' $ac_executable_extensions; do
12123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12124 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12126 break 2
12127 fi
12128done
5213506e
RW
12129 done
12130IFS=$as_save_IFS
278a7a38
AO
12131
12132fi
12133fi
12134NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12135if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12137$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12138else
5213506e
RW
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12140$as_echo "no" >&6; }
278a7a38
AO
12141fi
12142
5213506e 12143
278a7a38
AO
12144 done
12145fi
12146
12147if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12148 for ncn_progname in nm; do
5213506e
RW
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12150$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12151 if test -x $with_build_time_tools/${ncn_progname}; then
12152 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12154$as_echo "yes" >&6; }
e8b05380
PB
12155 break
12156 else
5213506e
RW
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12158$as_echo "no" >&6; }
e8b05380
PB
12159 fi
12160 done
12161fi
12162
12163if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12164 for ncn_progname in nm; do
12165 if test -n "$ncn_target_tool_prefix"; then
12166 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12167set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12169$as_echo_n "checking for $ac_word... " >&6; }
12170if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12171 $as_echo_n "(cached) " >&6
ca9f4b81 12172else
4de997d1
PB
12173 if test -n "$NM_FOR_TARGET"; then
12174 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12175else
1c710c3c
DJ
12176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12177for as_dir in $PATH
12178do
12179 IFS=$as_save_IFS
12180 test -z "$as_dir" && as_dir=.
5213506e
RW
12181 for ac_exec_ext in '' $ac_executable_extensions; do
12182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12183 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12185 break 2
12186 fi
12187done
5213506e
RW
12188 done
12189IFS=$as_save_IFS
1c710c3c 12190
ca9f4b81
AO
12191fi
12192fi
1c710c3c 12193NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12194if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12196$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12197else
5213506e
RW
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12199$as_echo "no" >&6; }
ca9f4b81
AO
12200fi
12201
5213506e 12202
e8b05380
PB
12203 fi
12204 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12205 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12206set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12208$as_echo_n "checking for $ac_word... " >&6; }
12209if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12210 $as_echo_n "(cached) " >&6
ca9f4b81 12211else
2693c0b0
PB
12212 if test -n "$NM_FOR_TARGET"; then
12213 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12214else
1c710c3c
DJ
12215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12216for as_dir in $PATH
12217do
12218 IFS=$as_save_IFS
12219 test -z "$as_dir" && as_dir=.
5213506e
RW
12220 for ac_exec_ext in '' $ac_executable_extensions; do
12221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12222 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12224 break 2
12225 fi
12226done
5213506e
RW
12227 done
12228IFS=$as_save_IFS
1c710c3c 12229
ca9f4b81
AO
12230fi
12231fi
1c710c3c 12232NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12233if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12235$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12236else
5213506e
RW
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238$as_echo "no" >&6; }
ca9f4b81 12239fi
1c710c3c 12240
5213506e 12241
e8b05380
PB
12242 fi
12243 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12244 done
12245fi
1c710c3c 12246
2693c0b0
PB
12247if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12248 set dummy nm
12249 if test $build = $target ; then
12250 NM_FOR_TARGET="$2"
ca9f4b81 12251 else
2693c0b0 12252 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12253 fi
1c00b503
PB
12254else
12255 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12256fi
12257
d1f8db0c
PB
12258else
12259 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12260fi
12261
12262
12263
12264
9bccfdf5
AP
12265if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12266 if test -n "$with_build_time_tools"; then
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objcopy in $with_build_time_tools" >&5
12268$as_echo_n "checking for objcopy in $with_build_time_tools... " >&6; }
12269 if test -x $with_build_time_tools/objcopy; then
12270 OBJCOPY_FOR_TARGET=`cd $with_build_time_tools && pwd`/objcopy
12271 ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJCOPY_FOR_TARGET" >&5
12273$as_echo "$ac_cv_path_OBJCOPY_FOR_TARGET" >&6; }
12274 else
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12276$as_echo "no" >&6; }
12277 fi
12278 elif test $build != $host && test $have_gcc_for_target = yes; then
12279 OBJCOPY_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objcopy`
12280 test $OBJCOPY_FOR_TARGET = objcopy && OBJCOPY_FOR_TARGET=
12281 test -n "$OBJCOPY_FOR_TARGET" && ac_cv_path_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12282 fi
12283fi
12284if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12285 # Extract the first word of "objcopy", so it can be a program name with args.
12286set dummy objcopy; ac_word=$2
12287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12288$as_echo_n "checking for $ac_word... " >&6; }
12289if test "${ac_cv_path_OBJCOPY_FOR_TARGET+set}" = set; then :
12290 $as_echo_n "(cached) " >&6
12291else
12292 case $OBJCOPY_FOR_TARGET in
12293 [\\/]* | ?:[\\/]*)
12294 ac_cv_path_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test with a path.
12295 ;;
12296 *)
12297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12298for as_dir in $gcc_cv_tool_dirs
12299do
12300 IFS=$as_save_IFS
12301 test -z "$as_dir" && as_dir=.
12302 for ac_exec_ext in '' $ac_executable_extensions; do
12303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12304 ac_cv_path_OBJCOPY_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12306 break 2
12307 fi
12308done
12309 done
12310IFS=$as_save_IFS
12311
12312 ;;
12313esac
12314fi
12315OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12316if test -n "$OBJCOPY_FOR_TARGET"; then
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12318$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12319else
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321$as_echo "no" >&6; }
12322fi
12323
12324
12325fi
12326if test -z "$ac_cv_path_OBJCOPY_FOR_TARGET" ; then
12327
12328
12329if test -n "$OBJCOPY_FOR_TARGET"; then
12330 ac_cv_prog_OBJCOPY_FOR_TARGET=$OBJCOPY_FOR_TARGET
12331elif test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12332 OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12333fi
12334
12335if test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12336 for ncn_progname in objcopy; do
12337 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12338set dummy ${ncn_progname}; ac_word=$2
12339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12340$as_echo_n "checking for $ac_word... " >&6; }
12341if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12342 $as_echo_n "(cached) " >&6
12343else
12344 if test -n "$OBJCOPY_FOR_TARGET"; then
12345 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12346else
12347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12348for as_dir in $PATH
12349do
12350 IFS=$as_save_IFS
12351 test -z "$as_dir" && as_dir=.
12352 for ac_exec_ext in '' $ac_executable_extensions; do
12353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12354 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12356 break 2
12357 fi
12358done
12359 done
12360IFS=$as_save_IFS
12361
12362fi
12363fi
12364OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12365if test -n "$OBJCOPY_FOR_TARGET"; then
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12367$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12368else
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12370$as_echo "no" >&6; }
12371fi
12372
12373
12374 done
12375fi
12376
12377if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test -n "$with_build_time_tools"; then
12378 for ncn_progname in objcopy; do
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12380$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12381 if test -x $with_build_time_tools/${ncn_progname}; then
12382 ac_cv_prog_OBJCOPY_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12384$as_echo "yes" >&6; }
12385 break
12386 else
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12388$as_echo "no" >&6; }
12389 fi
12390 done
12391fi
12392
12393if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET"; then
12394 for ncn_progname in objcopy; do
12395 if test -n "$ncn_target_tool_prefix"; then
12396 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12397set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12399$as_echo_n "checking for $ac_word... " >&6; }
12400if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12401 $as_echo_n "(cached) " >&6
12402else
12403 if test -n "$OBJCOPY_FOR_TARGET"; then
12404 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12405else
12406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12407for as_dir in $PATH
12408do
12409 IFS=$as_save_IFS
12410 test -z "$as_dir" && as_dir=.
12411 for ac_exec_ext in '' $ac_executable_extensions; do
12412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12413 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12415 break 2
12416 fi
12417done
12418 done
12419IFS=$as_save_IFS
12420
12421fi
12422fi
12423OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12424if test -n "$OBJCOPY_FOR_TARGET"; then
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12426$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12427else
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12429$as_echo "no" >&6; }
12430fi
12431
12432
12433 fi
12434 if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" && test $build = $target ; then
12435 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12436set dummy ${ncn_progname}; ac_word=$2
12437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12438$as_echo_n "checking for $ac_word... " >&6; }
12439if test "${ac_cv_prog_OBJCOPY_FOR_TARGET+set}" = set; then :
12440 $as_echo_n "(cached) " >&6
12441else
12442 if test -n "$OBJCOPY_FOR_TARGET"; then
12443 ac_cv_prog_OBJCOPY_FOR_TARGET="$OBJCOPY_FOR_TARGET" # Let the user override the test.
12444else
12445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12446for as_dir in $PATH
12447do
12448 IFS=$as_save_IFS
12449 test -z "$as_dir" && as_dir=.
12450 for ac_exec_ext in '' $ac_executable_extensions; do
12451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12452 ac_cv_prog_OBJCOPY_FOR_TARGET="${ncn_progname}"
12453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12454 break 2
12455 fi
12456done
12457 done
12458IFS=$as_save_IFS
12459
12460fi
12461fi
12462OBJCOPY_FOR_TARGET=$ac_cv_prog_OBJCOPY_FOR_TARGET
12463if test -n "$OBJCOPY_FOR_TARGET"; then
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY_FOR_TARGET" >&5
12465$as_echo "$OBJCOPY_FOR_TARGET" >&6; }
12466else
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12468$as_echo "no" >&6; }
12469fi
12470
12471
12472 fi
12473 test -n "$ac_cv_prog_OBJCOPY_FOR_TARGET" && break
12474 done
12475fi
12476
12477if test -z "$ac_cv_prog_OBJCOPY_FOR_TARGET" ; then
12478 set dummy objcopy
12479 if test $build = $target ; then
12480 OBJCOPY_FOR_TARGET="$2"
12481 else
12482 OBJCOPY_FOR_TARGET="${ncn_target_tool_prefix}$2"
12483 fi
12484else
12485 OBJCOPY_FOR_TARGET="$ac_cv_prog_OBJCOPY_FOR_TARGET"
12486fi
12487
12488else
12489 OBJCOPY_FOR_TARGET=$ac_cv_path_OBJCOPY_FOR_TARGET
12490fi
12491
12492
12493
12494
e8b05380
PB
12495if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12496 if test -n "$with_build_time_tools"; then
5213506e
RW
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12498$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12499 if test -x $with_build_time_tools/objdump; then
12500 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12501 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12503$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12504 else
5213506e
RW
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12506$as_echo "no" >&6; }
d1f8db0c 12507 fi
e8b05380
PB
12508 elif test $build != $host && test $have_gcc_for_target = yes; then
12509 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12510 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12511 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12512 fi
12513fi
3e19841a 12514if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12515 # Extract the first word of "objdump", so it can be a program name with args.
12516set dummy objdump; ac_word=$2
5213506e
RW
12517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12518$as_echo_n "checking for $ac_word... " >&6; }
12519if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12520 $as_echo_n "(cached) " >&6
e8b05380 12521else
1c710c3c
DJ
12522 case $OBJDUMP_FOR_TARGET in
12523 [\\/]* | ?:[\\/]*)
e8b05380
PB
12524 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12525 ;;
e8b05380 12526 *)
1c710c3c
DJ
12527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12528for as_dir in $gcc_cv_tool_dirs
12529do
12530 IFS=$as_save_IFS
12531 test -z "$as_dir" && as_dir=.
5213506e
RW
12532 for ac_exec_ext in '' $ac_executable_extensions; do
12533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12534 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12536 break 2
12537 fi
12538done
5213506e
RW
12539 done
12540IFS=$as_save_IFS
1c710c3c 12541
e8b05380
PB
12542 ;;
12543esac
12544fi
1c710c3c 12545OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12546if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12548$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12549else
5213506e
RW
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12551$as_echo "no" >&6; }
e8b05380
PB
12552fi
12553
5213506e 12554
e8b05380
PB
12555fi
12556if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12557
12558
12559if test -n "$OBJDUMP_FOR_TARGET"; then
12560 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12561elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12562 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12563fi
12564
12565if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12566 for ncn_progname in objdump; do
12567 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12568set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12570$as_echo_n "checking for $ac_word... " >&6; }
12571if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12572 $as_echo_n "(cached) " >&6
278a7a38
AO
12573else
12574 if test -n "$OBJDUMP_FOR_TARGET"; then
12575 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12576else
12577as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12578for as_dir in $PATH
12579do
12580 IFS=$as_save_IFS
12581 test -z "$as_dir" && as_dir=.
5213506e
RW
12582 for ac_exec_ext in '' $ac_executable_extensions; do
12583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12584 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12586 break 2
12587 fi
12588done
5213506e
RW
12589 done
12590IFS=$as_save_IFS
278a7a38
AO
12591
12592fi
12593fi
12594OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12595if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12597$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12598else
5213506e
RW
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12600$as_echo "no" >&6; }
278a7a38
AO
12601fi
12602
5213506e 12603
278a7a38
AO
12604 done
12605fi
12606
12607if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12608 for ncn_progname in objdump; do
5213506e
RW
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12610$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12611 if test -x $with_build_time_tools/${ncn_progname}; then
12612 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12614$as_echo "yes" >&6; }
e8b05380
PB
12615 break
12616 else
5213506e
RW
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12618$as_echo "no" >&6; }
e8b05380
PB
12619 fi
12620 done
12621fi
12622
12623if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12624 for ncn_progname in objdump; do
12625 if test -n "$ncn_target_tool_prefix"; then
12626 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12627set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12629$as_echo_n "checking for $ac_word... " >&6; }
12630if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12631 $as_echo_n "(cached) " >&6
d739199a
DJ
12632else
12633 if test -n "$OBJDUMP_FOR_TARGET"; then
12634 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12635else
1c710c3c
DJ
12636as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12637for as_dir in $PATH
12638do
12639 IFS=$as_save_IFS
12640 test -z "$as_dir" && as_dir=.
5213506e
RW
12641 for ac_exec_ext in '' $ac_executable_extensions; do
12642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12643 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12645 break 2
12646 fi
12647done
5213506e
RW
12648 done
12649IFS=$as_save_IFS
1c710c3c 12650
d739199a
DJ
12651fi
12652fi
1c710c3c 12653OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12654if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12656$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12657else
5213506e
RW
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12659$as_echo "no" >&6; }
d739199a
DJ
12660fi
12661
5213506e 12662
e8b05380
PB
12663 fi
12664 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12665 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12666set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12668$as_echo_n "checking for $ac_word... " >&6; }
12669if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12670 $as_echo_n "(cached) " >&6
d739199a
DJ
12671else
12672 if test -n "$OBJDUMP_FOR_TARGET"; then
12673 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12674else
1c710c3c
DJ
12675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12676for as_dir in $PATH
12677do
12678 IFS=$as_save_IFS
12679 test -z "$as_dir" && as_dir=.
5213506e
RW
12680 for ac_exec_ext in '' $ac_executable_extensions; do
12681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12682 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12684 break 2
12685 fi
12686done
5213506e
RW
12687 done
12688IFS=$as_save_IFS
1c710c3c 12689
d739199a
DJ
12690fi
12691fi
1c710c3c 12692OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12693if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12695$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12696else
5213506e
RW
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12698$as_echo "no" >&6; }
d739199a 12699fi
1c710c3c 12700
5213506e 12701
e8b05380
PB
12702 fi
12703 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12704 done
12705fi
1c710c3c 12706
d739199a
DJ
12707if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12708 set dummy objdump
12709 if test $build = $target ; then
12710 OBJDUMP_FOR_TARGET="$2"
12711 else
12712 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12713 fi
1c00b503
PB
12714else
12715 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12716fi
12717
d1f8db0c
PB
12718else
12719 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12720fi
12721
12722
12723
12724
12725if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12726 if test -n "$with_build_time_tools"; then
5213506e
RW
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12728$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12729 if test -x $with_build_time_tools/ranlib; then
12730 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12731 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12733$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12734 else
5213506e
RW
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12736$as_echo "no" >&6; }
d1f8db0c 12737 fi
e8b05380
PB
12738 elif test $build != $host && test $have_gcc_for_target = yes; then
12739 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12740 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12741 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12742 fi
12743fi
3e19841a 12744if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12745 # Extract the first word of "ranlib", so it can be a program name with args.
12746set dummy ranlib; ac_word=$2
5213506e
RW
12747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12748$as_echo_n "checking for $ac_word... " >&6; }
12749if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12750 $as_echo_n "(cached) " >&6
e8b05380 12751else
1c710c3c
DJ
12752 case $RANLIB_FOR_TARGET in
12753 [\\/]* | ?:[\\/]*)
e8b05380
PB
12754 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12755 ;;
e8b05380 12756 *)
1c710c3c
DJ
12757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12758for as_dir in $gcc_cv_tool_dirs
12759do
12760 IFS=$as_save_IFS
12761 test -z "$as_dir" && as_dir=.
5213506e
RW
12762 for ac_exec_ext in '' $ac_executable_extensions; do
12763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12764 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12766 break 2
12767 fi
12768done
5213506e
RW
12769 done
12770IFS=$as_save_IFS
1c710c3c 12771
e8b05380
PB
12772 ;;
12773esac
12774fi
1c710c3c 12775RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12776if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12778$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12779else
5213506e
RW
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781$as_echo "no" >&6; }
e8b05380
PB
12782fi
12783
5213506e 12784
e8b05380
PB
12785fi
12786if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12787
12788
12789if test -n "$RANLIB_FOR_TARGET"; then
12790 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12791elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12792 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12793fi
12794
12795if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12796 for ncn_progname in ranlib; do
12797 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12798set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12800$as_echo_n "checking for $ac_word... " >&6; }
12801if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12802 $as_echo_n "(cached) " >&6
278a7a38
AO
12803else
12804 if test -n "$RANLIB_FOR_TARGET"; then
12805 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12806else
12807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12808for as_dir in $PATH
12809do
12810 IFS=$as_save_IFS
12811 test -z "$as_dir" && as_dir=.
5213506e
RW
12812 for ac_exec_ext in '' $ac_executable_extensions; do
12813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12814 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12816 break 2
12817 fi
12818done
5213506e
RW
12819 done
12820IFS=$as_save_IFS
278a7a38
AO
12821
12822fi
12823fi
12824RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12825if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12827$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12828else
5213506e
RW
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12830$as_echo "no" >&6; }
278a7a38
AO
12831fi
12832
5213506e 12833
278a7a38
AO
12834 done
12835fi
12836
12837if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12838 for ncn_progname in ranlib; do
5213506e
RW
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12840$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12841 if test -x $with_build_time_tools/${ncn_progname}; then
12842 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12844$as_echo "yes" >&6; }
e8b05380
PB
12845 break
12846 else
5213506e
RW
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12848$as_echo "no" >&6; }
e8b05380
PB
12849 fi
12850 done
12851fi
12852
12853if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12854 for ncn_progname in ranlib; do
12855 if test -n "$ncn_target_tool_prefix"; then
12856 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12857set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12859$as_echo_n "checking for $ac_word... " >&6; }
12860if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12861 $as_echo_n "(cached) " >&6
ca9f4b81 12862else
4de997d1
PB
12863 if test -n "$RANLIB_FOR_TARGET"; then
12864 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12865else
1c710c3c
DJ
12866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12867for as_dir in $PATH
12868do
12869 IFS=$as_save_IFS
12870 test -z "$as_dir" && as_dir=.
5213506e
RW
12871 for ac_exec_ext in '' $ac_executable_extensions; do
12872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12873 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12875 break 2
12876 fi
12877done
5213506e
RW
12878 done
12879IFS=$as_save_IFS
1c710c3c 12880
ca9f4b81
AO
12881fi
12882fi
1c710c3c 12883RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12884if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12886$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12887else
5213506e
RW
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12889$as_echo "no" >&6; }
ca9f4b81
AO
12890fi
12891
5213506e 12892
e8b05380
PB
12893 fi
12894 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12895 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12896set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12898$as_echo_n "checking for $ac_word... " >&6; }
12899if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12900 $as_echo_n "(cached) " >&6
ca9f4b81 12901else
2693c0b0
PB
12902 if test -n "$RANLIB_FOR_TARGET"; then
12903 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12904else
1c710c3c
DJ
12905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12906for as_dir in $PATH
12907do
12908 IFS=$as_save_IFS
12909 test -z "$as_dir" && as_dir=.
5213506e
RW
12910 for ac_exec_ext in '' $ac_executable_extensions; do
12911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12912 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12914 break 2
12915 fi
12916done
5213506e
RW
12917 done
12918IFS=$as_save_IFS
1c710c3c 12919
ca9f4b81
AO
12920fi
12921fi
1c710c3c 12922RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12923if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12925$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12926else
5213506e
RW
12927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12928$as_echo "no" >&6; }
ca9f4b81 12929fi
1c710c3c 12930
5213506e 12931
e8b05380
PB
12932 fi
12933 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12934 done
12935fi
1c710c3c 12936
e8b05380
PB
12937if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12938 set dummy ranlib
12939 if test $build = $target ; then
12940 RANLIB_FOR_TARGET="$2"
12941 else
12942 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12943 fi
1c00b503
PB
12944else
12945 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12946fi
2693c0b0 12947
d1f8db0c
PB
12948else
12949 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12950fi
12951
e8b05380
PB
12952
12953
12954
e7a82751
RM
12955if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12956 if test -n "$with_build_time_tools"; then
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12958$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12959 if test -x $with_build_time_tools/readelf; then
12960 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12961 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12963$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12964 else
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12966$as_echo "no" >&6; }
12967 fi
12968 elif test $build != $host && test $have_gcc_for_target = yes; then
12969 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12970 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12971 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12972 fi
12973fi
12974if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12975 # Extract the first word of "readelf", so it can be a program name with args.
12976set dummy readelf; ac_word=$2
12977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12978$as_echo_n "checking for $ac_word... " >&6; }
12979if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12980 $as_echo_n "(cached) " >&6
12981else
12982 case $READELF_FOR_TARGET in
12983 [\\/]* | ?:[\\/]*)
12984 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12985 ;;
12986 *)
12987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12988for as_dir in $gcc_cv_tool_dirs
12989do
12990 IFS=$as_save_IFS
12991 test -z "$as_dir" && as_dir=.
12992 for ac_exec_ext in '' $ac_executable_extensions; do
12993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12994 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12996 break 2
12997 fi
12998done
12999 done
13000IFS=$as_save_IFS
13001
13002 ;;
13003esac
13004fi
13005READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13006if test -n "$READELF_FOR_TARGET"; then
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13008$as_echo "$READELF_FOR_TARGET" >&6; }
13009else
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13011$as_echo "no" >&6; }
13012fi
13013
13014
13015fi
13016if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
13017
13018
13019if test -n "$READELF_FOR_TARGET"; then
13020 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
13021elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13022 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13023fi
13024
13025if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
13026 for ncn_progname in readelf; do
13027 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13028set dummy ${ncn_progname}; ac_word=$2
13029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13030$as_echo_n "checking for $ac_word... " >&6; }
13031if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13032 $as_echo_n "(cached) " >&6
13033else
13034 if test -n "$READELF_FOR_TARGET"; then
13035 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13036else
13037as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13038for as_dir in $PATH
13039do
13040 IFS=$as_save_IFS
13041 test -z "$as_dir" && as_dir=.
13042 for ac_exec_ext in '' $ac_executable_extensions; do
13043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13044 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13046 break 2
13047 fi
13048done
13049 done
13050IFS=$as_save_IFS
13051
13052fi
13053fi
13054READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13055if test -n "$READELF_FOR_TARGET"; then
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13057$as_echo "$READELF_FOR_TARGET" >&6; }
13058else
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13060$as_echo "no" >&6; }
13061fi
13062
13063
13064 done
13065fi
13066
13067if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
13068 for ncn_progname in readelf; do
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13070$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13071 if test -x $with_build_time_tools/${ncn_progname}; then
13072 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13074$as_echo "yes" >&6; }
13075 break
13076 else
13077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13078$as_echo "no" >&6; }
13079 fi
13080 done
13081fi
13082
13083if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
13084 for ncn_progname in readelf; do
13085 if test -n "$ncn_target_tool_prefix"; then
13086 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13087set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13089$as_echo_n "checking for $ac_word... " >&6; }
13090if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13091 $as_echo_n "(cached) " >&6
13092else
13093 if test -n "$READELF_FOR_TARGET"; then
13094 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13095else
13096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13097for as_dir in $PATH
13098do
13099 IFS=$as_save_IFS
13100 test -z "$as_dir" && as_dir=.
13101 for ac_exec_ext in '' $ac_executable_extensions; do
13102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13103 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13105 break 2
13106 fi
13107done
13108 done
13109IFS=$as_save_IFS
13110
13111fi
13112fi
13113READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13114if test -n "$READELF_FOR_TARGET"; then
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13116$as_echo "$READELF_FOR_TARGET" >&6; }
13117else
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13119$as_echo "no" >&6; }
13120fi
13121
13122
13123 fi
13124 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13125 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13126set dummy ${ncn_progname}; ac_word=$2
13127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13128$as_echo_n "checking for $ac_word... " >&6; }
13129if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13130 $as_echo_n "(cached) " >&6
13131else
13132 if test -n "$READELF_FOR_TARGET"; then
13133 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13134else
13135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13136for as_dir in $PATH
13137do
13138 IFS=$as_save_IFS
13139 test -z "$as_dir" && as_dir=.
13140 for ac_exec_ext in '' $ac_executable_extensions; do
13141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13142 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13144 break 2
13145 fi
13146done
13147 done
13148IFS=$as_save_IFS
13149
13150fi
13151fi
13152READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13153if test -n "$READELF_FOR_TARGET"; then
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13155$as_echo "$READELF_FOR_TARGET" >&6; }
13156else
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13158$as_echo "no" >&6; }
13159fi
13160
13161
13162 fi
13163 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13164 done
13165fi
13166
13167if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13168 set dummy readelf
13169 if test $build = $target ; then
13170 READELF_FOR_TARGET="$2"
13171 else
13172 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13173 fi
13174else
13175 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13176fi
13177
13178else
13179 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13180fi
13181
13182
13183
13184
e8b05380
PB
13185if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13186 if test -n "$with_build_time_tools"; then
5213506e
RW
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13188$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13189 if test -x $with_build_time_tools/strip; then
13190 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13191 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13193$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 13194 else
5213506e
RW
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13196$as_echo "no" >&6; }
d1f8db0c 13197 fi
e8b05380
PB
13198 elif test $build != $host && test $have_gcc_for_target = yes; then
13199 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
13200 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13201 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
13202 fi
13203fi
3e19841a 13204if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13205 # Extract the first word of "strip", so it can be a program name with args.
13206set dummy strip; ac_word=$2
5213506e
RW
13207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13208$as_echo_n "checking for $ac_word... " >&6; }
13209if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13210 $as_echo_n "(cached) " >&6
e8b05380 13211else
1c710c3c
DJ
13212 case $STRIP_FOR_TARGET in
13213 [\\/]* | ?:[\\/]*)
e8b05380
PB
13214 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13215 ;;
e8b05380 13216 *)
1c710c3c
DJ
13217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13218for as_dir in $gcc_cv_tool_dirs
13219do
13220 IFS=$as_save_IFS
13221 test -z "$as_dir" && as_dir=.
5213506e
RW
13222 for ac_exec_ext in '' $ac_executable_extensions; do
13223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13224 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13226 break 2
13227 fi
13228done
5213506e
RW
13229 done
13230IFS=$as_save_IFS
1c710c3c 13231
e8b05380
PB
13232 ;;
13233esac
13234fi
1c710c3c 13235STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 13236if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13238$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 13239else
5213506e
RW
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241$as_echo "no" >&6; }
e8b05380
PB
13242fi
13243
5213506e 13244
e8b05380
PB
13245fi
13246if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
13247
13248
13249if test -n "$STRIP_FOR_TARGET"; then
13250 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13251elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13252 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13253fi
13254
13255if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13256 for ncn_progname in strip; do
13257 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13258set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13260$as_echo_n "checking for $ac_word... " >&6; }
13261if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13262 $as_echo_n "(cached) " >&6
278a7a38
AO
13263else
13264 if test -n "$STRIP_FOR_TARGET"; then
13265 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13266else
13267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13268for as_dir in $PATH
13269do
13270 IFS=$as_save_IFS
13271 test -z "$as_dir" && as_dir=.
5213506e
RW
13272 for ac_exec_ext in '' $ac_executable_extensions; do
13273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13274 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13276 break 2
13277 fi
13278done
5213506e
RW
13279 done
13280IFS=$as_save_IFS
278a7a38
AO
13281
13282fi
13283fi
13284STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13285if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13287$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 13288else
5213506e
RW
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13290$as_echo "no" >&6; }
278a7a38
AO
13291fi
13292
5213506e 13293
278a7a38
AO
13294 done
13295fi
13296
13297if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13298 for ncn_progname in strip; do
5213506e
RW
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13300$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13301 if test -x $with_build_time_tools/${ncn_progname}; then
13302 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13304$as_echo "yes" >&6; }
e8b05380
PB
13305 break
13306 else
5213506e
RW
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13308$as_echo "no" >&6; }
e8b05380
PB
13309 fi
13310 done
13311fi
13312
13313if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13314 for ncn_progname in strip; do
13315 if test -n "$ncn_target_tool_prefix"; then
13316 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 13317set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13319$as_echo_n "checking for $ac_word... " >&6; }
13320if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13321 $as_echo_n "(cached) " >&6
af71363e
AS
13322else
13323 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
13324 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13325else
13326as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13327for as_dir in $PATH
13328do
13329 IFS=$as_save_IFS
13330 test -z "$as_dir" && as_dir=.
5213506e
RW
13331 for ac_exec_ext in '' $ac_executable_extensions; do
13332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13333 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13335 break 2
13336 fi
13337done
5213506e
RW
13338 done
13339IFS=$as_save_IFS
1c710c3c 13340
040b1c5a
GK
13341fi
13342fi
1c710c3c 13343STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13344if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13346$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13347else
5213506e
RW
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13349$as_echo "no" >&6; }
040b1c5a
GK
13350fi
13351
5213506e 13352
e8b05380
PB
13353 fi
13354 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13355 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 13356set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13358$as_echo_n "checking for $ac_word... " >&6; }
13359if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13360 $as_echo_n "(cached) " >&6
040b1c5a
GK
13361else
13362 if test -n "$STRIP_FOR_TARGET"; then
13363 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13364else
1c710c3c
DJ
13365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13366for as_dir in $PATH
13367do
13368 IFS=$as_save_IFS
13369 test -z "$as_dir" && as_dir=.
5213506e
RW
13370 for ac_exec_ext in '' $ac_executable_extensions; do
13371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13372 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13374 break 2
13375 fi
13376done
5213506e
RW
13377 done
13378IFS=$as_save_IFS
1c710c3c 13379
040b1c5a
GK
13380fi
13381fi
1c710c3c 13382STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13383if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13385$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13386else
5213506e
RW
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13388$as_echo "no" >&6; }
040b1c5a 13389fi
1c710c3c 13390
5213506e 13391
e8b05380
PB
13392 fi
13393 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13394 done
13395fi
1c710c3c 13396
040b1c5a
GK
13397if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13398 set dummy strip
13399 if test $build = $target ; then
13400 STRIP_FOR_TARGET="$2"
13401 else
13402 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13403 fi
1c00b503
PB
13404else
13405 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
13406fi
13407
d1f8db0c
PB
13408else
13409 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
13410fi
13411
13412
13413
13414
13415if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13416 if test -n "$with_build_time_tools"; then
5213506e
RW
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13418$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13419 if test -x $with_build_time_tools/windres; then
13420 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13421 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13423$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 13424 else
5213506e
RW
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13426$as_echo "no" >&6; }
d1f8db0c 13427 fi
e8b05380
PB
13428 elif test $build != $host && test $have_gcc_for_target = yes; then
13429 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
13430 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13431 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
13432 fi
13433fi
3e19841a 13434if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13435 # Extract the first word of "windres", so it can be a program name with args.
13436set dummy windres; ac_word=$2
5213506e
RW
13437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13438$as_echo_n "checking for $ac_word... " >&6; }
13439if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13440 $as_echo_n "(cached) " >&6
e8b05380 13441else
1c710c3c
DJ
13442 case $WINDRES_FOR_TARGET in
13443 [\\/]* | ?:[\\/]*)
e8b05380
PB
13444 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13445 ;;
e8b05380 13446 *)
1c710c3c
DJ
13447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13448for as_dir in $gcc_cv_tool_dirs
13449do
13450 IFS=$as_save_IFS
13451 test -z "$as_dir" && as_dir=.
5213506e
RW
13452 for ac_exec_ext in '' $ac_executable_extensions; do
13453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13454 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13456 break 2
13457 fi
13458done
5213506e
RW
13459 done
13460IFS=$as_save_IFS
1c710c3c 13461
e8b05380
PB
13462 ;;
13463esac
13464fi
1c710c3c 13465WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 13466if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13468$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 13469else
5213506e
RW
13470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13471$as_echo "no" >&6; }
e8b05380
PB
13472fi
13473
5213506e 13474
e8b05380
PB
13475fi
13476if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
13477
13478
13479if test -n "$WINDRES_FOR_TARGET"; then
13480 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13481elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13482 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13483fi
13484
13485if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13486 for ncn_progname in windres; do
13487 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13488set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13490$as_echo_n "checking for $ac_word... " >&6; }
13491if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13492 $as_echo_n "(cached) " >&6
278a7a38
AO
13493else
13494 if test -n "$WINDRES_FOR_TARGET"; then
13495 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13496else
13497as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13498for as_dir in $PATH
13499do
13500 IFS=$as_save_IFS
13501 test -z "$as_dir" && as_dir=.
5213506e
RW
13502 for ac_exec_ext in '' $ac_executable_extensions; do
13503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13504 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13506 break 2
13507 fi
13508done
5213506e
RW
13509 done
13510IFS=$as_save_IFS
278a7a38
AO
13511
13512fi
13513fi
13514WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13515if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13517$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 13518else
5213506e
RW
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13520$as_echo "no" >&6; }
278a7a38
AO
13521fi
13522
5213506e 13523
278a7a38
AO
13524 done
13525fi
13526
13527if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13528 for ncn_progname in windres; do
5213506e
RW
13529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13530$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13531 if test -x $with_build_time_tools/${ncn_progname}; then
13532 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13534$as_echo "yes" >&6; }
e8b05380
PB
13535 break
13536 else
5213506e
RW
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13538$as_echo "no" >&6; }
e8b05380
PB
13539 fi
13540 done
13541fi
13542
13543if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13544 for ncn_progname in windres; do
13545 if test -n "$ncn_target_tool_prefix"; then
13546 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13547set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13549$as_echo_n "checking for $ac_word... " >&6; }
13550if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13551 $as_echo_n "(cached) " >&6
ca9f4b81 13552else
4de997d1
PB
13553 if test -n "$WINDRES_FOR_TARGET"; then
13554 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13555else
1c710c3c
DJ
13556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13557for as_dir in $PATH
13558do
13559 IFS=$as_save_IFS
13560 test -z "$as_dir" && as_dir=.
5213506e
RW
13561 for ac_exec_ext in '' $ac_executable_extensions; do
13562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13563 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13565 break 2
13566 fi
13567done
5213506e
RW
13568 done
13569IFS=$as_save_IFS
1c710c3c 13570
ca9f4b81
AO
13571fi
13572fi
1c710c3c 13573WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13574if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13576$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13577else
5213506e
RW
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13579$as_echo "no" >&6; }
ca9f4b81
AO
13580fi
13581
5213506e 13582
e8b05380
PB
13583 fi
13584 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13585 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13586set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13588$as_echo_n "checking for $ac_word... " >&6; }
13589if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13590 $as_echo_n "(cached) " >&6
ca9f4b81 13591else
2693c0b0
PB
13592 if test -n "$WINDRES_FOR_TARGET"; then
13593 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13594else
1c710c3c
DJ
13595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13596for as_dir in $PATH
13597do
13598 IFS=$as_save_IFS
13599 test -z "$as_dir" && as_dir=.
5213506e
RW
13600 for ac_exec_ext in '' $ac_executable_extensions; do
13601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13602 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13604 break 2
13605 fi
13606done
5213506e
RW
13607 done
13608IFS=$as_save_IFS
1c710c3c 13609
ca9f4b81
AO
13610fi
13611fi
1c710c3c 13612WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13613if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13615$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13616else
5213506e
RW
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13618$as_echo "no" >&6; }
ca9f4b81 13619fi
1c710c3c 13620
5213506e 13621
e8b05380
PB
13622 fi
13623 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13624 done
13625fi
1c710c3c 13626
2693c0b0
PB
13627if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13628 set dummy windres
13629 if test $build = $target ; then
13630 WINDRES_FOR_TARGET="$2"
ca9f4b81 13631 else
2693c0b0 13632 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13633 fi
1c00b503
PB
13634else
13635 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13636fi
13637
d1f8db0c
PB
13638else
13639 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13640fi
13641
4977bab6 13642
901119ae
KT
13643
13644
13645if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13646 if test -n "$with_build_time_tools"; then
5213506e
RW
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13648$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13649 if test -x $with_build_time_tools/windmc; then
13650 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13651 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13653$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13654 else
5213506e
RW
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13656$as_echo "no" >&6; }
901119ae
KT
13657 fi
13658 elif test $build != $host && test $have_gcc_for_target = yes; then
13659 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13660 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13661 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13662 fi
13663fi
13664if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13665 # Extract the first word of "windmc", so it can be a program name with args.
13666set dummy windmc; ac_word=$2
5213506e
RW
13667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13668$as_echo_n "checking for $ac_word... " >&6; }
13669if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13670 $as_echo_n "(cached) " >&6
901119ae
KT
13671else
13672 case $WINDMC_FOR_TARGET in
13673 [\\/]* | ?:[\\/]*)
13674 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13675 ;;
13676 *)
13677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13678for as_dir in $gcc_cv_tool_dirs
13679do
13680 IFS=$as_save_IFS
13681 test -z "$as_dir" && as_dir=.
5213506e
RW
13682 for ac_exec_ext in '' $ac_executable_extensions; do
13683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13684 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13686 break 2
13687 fi
13688done
5213506e
RW
13689 done
13690IFS=$as_save_IFS
901119ae
KT
13691
13692 ;;
13693esac
13694fi
13695WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13696if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13698$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13699else
5213506e
RW
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13701$as_echo "no" >&6; }
901119ae
KT
13702fi
13703
5213506e 13704
901119ae
KT
13705fi
13706if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13707
13708
13709if test -n "$WINDMC_FOR_TARGET"; then
13710 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13711elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13712 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13713fi
13714
13715if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13716 for ncn_progname in windmc; do
13717 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13718set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13720$as_echo_n "checking for $ac_word... " >&6; }
13721if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13722 $as_echo_n "(cached) " >&6
901119ae
KT
13723else
13724 if test -n "$WINDMC_FOR_TARGET"; then
13725 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13726else
13727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13728for as_dir in $PATH
13729do
13730 IFS=$as_save_IFS
13731 test -z "$as_dir" && as_dir=.
5213506e
RW
13732 for ac_exec_ext in '' $ac_executable_extensions; do
13733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13734 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13736 break 2
13737 fi
13738done
5213506e
RW
13739 done
13740IFS=$as_save_IFS
901119ae
KT
13741
13742fi
13743fi
13744WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13745if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13747$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13748else
5213506e
RW
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13750$as_echo "no" >&6; }
901119ae
KT
13751fi
13752
5213506e 13753
901119ae
KT
13754 done
13755fi
13756
13757if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13758 for ncn_progname in windmc; do
5213506e
RW
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13760$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13761 if test -x $with_build_time_tools/${ncn_progname}; then
13762 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13764$as_echo "yes" >&6; }
901119ae
KT
13765 break
13766 else
5213506e
RW
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13768$as_echo "no" >&6; }
901119ae
KT
13769 fi
13770 done
13771fi
13772
13773if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13774 for ncn_progname in windmc; do
13775 if test -n "$ncn_target_tool_prefix"; then
13776 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13777set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13779$as_echo_n "checking for $ac_word... " >&6; }
13780if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13781 $as_echo_n "(cached) " >&6
901119ae
KT
13782else
13783 if test -n "$WINDMC_FOR_TARGET"; then
13784 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13785else
13786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13787for as_dir in $PATH
13788do
13789 IFS=$as_save_IFS
13790 test -z "$as_dir" && as_dir=.
5213506e
RW
13791 for ac_exec_ext in '' $ac_executable_extensions; do
13792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13793 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13795 break 2
13796 fi
13797done
5213506e
RW
13798 done
13799IFS=$as_save_IFS
901119ae
KT
13800
13801fi
13802fi
13803WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13804if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13806$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13807else
5213506e
RW
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13809$as_echo "no" >&6; }
901119ae
KT
13810fi
13811
5213506e 13812
901119ae
KT
13813 fi
13814 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13815 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13816set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13818$as_echo_n "checking for $ac_word... " >&6; }
13819if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13820 $as_echo_n "(cached) " >&6
901119ae
KT
13821else
13822 if test -n "$WINDMC_FOR_TARGET"; then
13823 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13824else
13825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13826for as_dir in $PATH
13827do
13828 IFS=$as_save_IFS
13829 test -z "$as_dir" && as_dir=.
5213506e
RW
13830 for ac_exec_ext in '' $ac_executable_extensions; do
13831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13832 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13834 break 2
13835 fi
13836done
5213506e
RW
13837 done
13838IFS=$as_save_IFS
901119ae
KT
13839
13840fi
13841fi
13842WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13843if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13845$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13846else
5213506e
RW
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13848$as_echo "no" >&6; }
901119ae
KT
13849fi
13850
5213506e 13851
901119ae
KT
13852 fi
13853 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13854 done
13855fi
13856
13857if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13858 set dummy windmc
13859 if test $build = $target ; then
13860 WINDMC_FOR_TARGET="$2"
13861 else
13862 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13863 fi
1c00b503
PB
13864else
13865 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13866fi
13867
13868else
13869 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13870fi
13871
13872
2abefe3d
PB
13873RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13874
5213506e
RW
13875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13876$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13877if test "x${build}" != "x${host}" ; then
e8b05380
PB
13878 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13879 # We already found the complete path
172e41aa 13880 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13882$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13883 else
13884 # Canadian cross, just use what we found
5213506e
RW
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13886$as_echo "pre-installed" >&6; }
e8b05380 13887 fi
2abefe3d
PB
13888else
13889 ok=yes
13890 case " ${configdirs} " in
13891 *" binutils "*) ;;
13892 *) ok=no ;;
13893 esac
1c710c3c 13894
2abefe3d
PB
13895 if test $ok = yes; then
13896 # An in-tree tool is available and we can use it
13897 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13899$as_echo "just compiled" >&6; }
e8b05380
PB
13900 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13901 # We already found the complete path
172e41aa 13902 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13904$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13905 elif test "x$target" = "x$host"; then
13906 # We can use an host tool
13907 AR_FOR_TARGET='$(AR)'
5213506e
RW
13908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13909$as_echo "host tool" >&6; }
2abefe3d
PB
13910 else
13911 # We need a cross tool
5213506e
RW
13912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13913$as_echo "pre-installed" >&6; }
2abefe3d
PB
13914 fi
13915fi
0b0dc272 13916
5213506e
RW
13917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13918$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13919if test "x${build}" != "x${host}" ; then
e8b05380
PB
13920 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13921 # We already found the complete path
172e41aa 13922 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13924$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13925 else
13926 # Canadian cross, just use what we found
5213506e
RW
13927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13928$as_echo "pre-installed" >&6; }
e8b05380 13929 fi
2abefe3d
PB
13930else
13931 ok=yes
13932 case " ${configdirs} " in
13933 *" gas "*) ;;
13934 *) ok=no ;;
13935 esac
1c710c3c 13936
2abefe3d
PB
13937 if test $ok = yes; then
13938 # An in-tree tool is available and we can use it
13939 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13941$as_echo "just compiled" >&6; }
e8b05380
PB
13942 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13943 # We already found the complete path
172e41aa 13944 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13946$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13947 elif test "x$target" = "x$host"; then
13948 # We can use an host tool
13949 AS_FOR_TARGET='$(AS)'
5213506e
RW
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13951$as_echo "host tool" >&6; }
2abefe3d
PB
13952 else
13953 # We need a cross tool
5213506e
RW
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13955$as_echo "pre-installed" >&6; }
2abefe3d
PB
13956 fi
13957fi
0b0dc272 13958
5213506e
RW
13959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13960$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13961if test "x${build}" != "x${host}" ; then
e8b05380
PB
13962 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13963 # We already found the complete path
172e41aa 13964 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13966$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13967 else
13968 # Canadian cross, just use what we found
5213506e
RW
13969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13970$as_echo "pre-installed" >&6; }
e8b05380 13971 fi
2abefe3d
PB
13972else
13973 ok=yes
13974 case " ${configdirs} " in
13975 *" gcc "*) ;;
13976 *) ok=no ;;
13977 esac
1c710c3c 13978
2abefe3d
PB
13979 if test $ok = yes; then
13980 # An in-tree tool is available and we can use it
13981 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13983$as_echo "just compiled" >&6; }
e8b05380
PB
13984 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13985 # We already found the complete path
172e41aa 13986 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13988$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13989 elif test "x$target" = "x$host"; then
13990 # We can use an host tool
13991 CC_FOR_TARGET='$(CC)'
5213506e
RW
13992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13993$as_echo "host tool" >&6; }
2abefe3d
PB
13994 else
13995 # We need a cross tool
5213506e
RW
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13997$as_echo "pre-installed" >&6; }
2abefe3d
PB
13998 fi
13999fi
0b0dc272 14000
5213506e
RW
14001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
14002$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 14003if test "x${build}" != "x${host}" ; then
e8b05380
PB
14004 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14005 # We already found the complete path
172e41aa 14006 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
14007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14008$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14009 else
14010 # Canadian cross, just use what we found
5213506e
RW
14011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14012$as_echo "pre-installed" >&6; }
e8b05380 14013 fi
2abefe3d
PB
14014else
14015 ok=yes
14016 case " ${configdirs} " in
14017 *" gcc "*) ;;
14018 *) ok=no ;;
14019 esac
14020 case ,${enable_languages}, in
14021 *,c++,*) ;;
14022 *) ok=no ;;
14023 esac
14024 if test $ok = yes; then
14025 # An in-tree tool is available and we can use it
2077db1b 14026 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
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14028$as_echo "just compiled" >&6; }
e8b05380
PB
14029 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
14030 # We already found the complete path
172e41aa 14031 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14033$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14034 elif test "x$target" = "x$host"; then
14035 # We can use an host tool
14036 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14038$as_echo "host tool" >&6; }
2abefe3d
PB
14039 else
14040 # We need a cross tool
5213506e
RW
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14042$as_echo "pre-installed" >&6; }
2abefe3d
PB
14043 fi
14044fi
0b0dc272 14045
5213506e
RW
14046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
14047$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 14048if test "x${build}" != "x${host}" ; then
e8b05380
PB
14049 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14050 # We already found the complete path
172e41aa 14051 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14053$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14054 else
14055 # Canadian cross, just use what we found
5213506e
RW
14056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14057$as_echo "pre-installed" >&6; }
e8b05380 14058 fi
2abefe3d
PB
14059else
14060 ok=yes
14061 case " ${configdirs} " in
14062 *" gcc "*) ;;
14063 *) ok=no ;;
14064 esac
14065 case ,${enable_languages}, in
14066 *,c++,*) ;;
14067 *) ok=no ;;
14068 esac
14069 if test $ok = yes; then
14070 # An in-tree tool is available and we can use it
2077db1b 14071 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
14072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14073$as_echo "just compiled" >&6; }
e8b05380
PB
14074 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
14075 # We already found the complete path
172e41aa 14076 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14078$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14079 elif test "x$target" = "x$host"; then
14080 # We can use an host tool
14081 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14083$as_echo "host tool" >&6; }
2abefe3d
PB
14084 else
14085 # We need a cross tool
5213506e
RW
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14087$as_echo "pre-installed" >&6; }
2abefe3d
PB
14088 fi
14089fi
0b0dc272 14090
5213506e
RW
14091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14092$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 14093if test "x${build}" != "x${host}" ; then
e8b05380
PB
14094 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14095 # We already found the complete path
172e41aa 14096 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14098$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14099 else
14100 # Canadian cross, just use what we found
5213506e
RW
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14102$as_echo "pre-installed" >&6; }
e8b05380 14103 fi
2abefe3d
PB
14104else
14105 ok=yes
14106 case " ${configdirs} " in
14107 *" binutils "*) ;;
14108 *) ok=no ;;
14109 esac
1c710c3c 14110
2abefe3d
PB
14111 if test $ok = yes; then
14112 # An in-tree tool is available and we can use it
14113 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14115$as_echo "just compiled" >&6; }
e8b05380
PB
14116 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14117 # We already found the complete path
172e41aa 14118 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14120$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14121 elif test "x$target" = "x$host"; then
14122 # We can use an host tool
14123 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14125$as_echo "host tool" >&6; }
2abefe3d
PB
14126 else
14127 # We need a cross tool
5213506e
RW
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14129$as_echo "pre-installed" >&6; }
2abefe3d
PB
14130 fi
14131fi
0b0dc272 14132
5213506e
RW
14133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14134$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 14135if test "x${build}" != "x${host}" ; then
e8b05380
PB
14136 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14137 # We already found the complete path
172e41aa 14138 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14140$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14141 else
14142 # Canadian cross, just use what we found
5213506e
RW
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14144$as_echo "pre-installed" >&6; }
e8b05380 14145 fi
2abefe3d
PB
14146else
14147 ok=yes
14148 case " ${configdirs} " in
14149 *" gcc "*) ;;
14150 *) ok=no ;;
14151 esac
1c710c3c 14152
2abefe3d
PB
14153 if test $ok = yes; then
14154 # An in-tree tool is available and we can use it
14155 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14157$as_echo "just compiled" >&6; }
e8b05380
PB
14158 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14159 # We already found the complete path
172e41aa 14160 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14162$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14163 elif test "x$target" = "x$host"; then
14164 # We can use an host tool
14165 GCC_FOR_TARGET='$()'
5213506e
RW
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14167$as_echo "host tool" >&6; }
2abefe3d
PB
14168 else
14169 # We need a cross tool
5213506e
RW
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14171$as_echo "pre-installed" >&6; }
2abefe3d
PB
14172 fi
14173fi
0b0dc272 14174
5213506e
RW
14175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14176$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 14177if test "x${build}" != "x${host}" ; then
e8b05380
PB
14178 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14179 # We already found the complete path
172e41aa 14180 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14182$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14183 else
14184 # Canadian cross, just use what we found
5213506e
RW
14185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14186$as_echo "pre-installed" >&6; }
e8b05380 14187 fi
2abefe3d
PB
14188else
14189 ok=yes
14190 case " ${configdirs} " in
14191 *" gcc "*) ;;
14192 *) ok=no ;;
14193 esac
14194 case ,${enable_languages}, in
14195 *,java,*) ;;
14196 *) ok=no ;;
14197 esac
14198 if test $ok = yes; then
14199 # An in-tree tool is available and we can use it
14200 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14202$as_echo "just compiled" >&6; }
e8b05380
PB
14203 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14204 # We already found the complete path
172e41aa 14205 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14207$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14208 elif test "x$target" = "x$host"; then
14209 # We can use an host tool
14210 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14212$as_echo "host tool" >&6; }
2abefe3d
PB
14213 else
14214 # We need a cross tool
5213506e
RW
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14216$as_echo "pre-installed" >&6; }
2abefe3d
PB
14217 fi
14218fi
0b0dc272 14219
5213506e
RW
14220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14221$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 14222if test "x${build}" != "x${host}" ; then
e8b05380
PB
14223 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14224 # We already found the complete path
172e41aa 14225 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14227$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14228 else
14229 # Canadian cross, just use what we found
5213506e
RW
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14231$as_echo "pre-installed" >&6; }
e8b05380 14232 fi
2abefe3d
PB
14233else
14234 ok=yes
14235 case " ${configdirs} " in
14236 *" gcc "*) ;;
14237 *) ok=no ;;
14238 esac
14239 case ,${enable_languages}, in
14240 *,fortran,*) ;;
14241 *) ok=no ;;
14242 esac
14243 if test $ok = yes; then
14244 # An in-tree tool is available and we can use it
14245 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14247$as_echo "just compiled" >&6; }
e8b05380
PB
14248 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14249 # We already found the complete path
172e41aa 14250 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14252$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14253 elif test "x$target" = "x$host"; then
14254 # We can use an host tool
14255 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14257$as_echo "host tool" >&6; }
2abefe3d
PB
14258 else
14259 # We need a cross tool
5213506e
RW
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14261$as_echo "pre-installed" >&6; }
2abefe3d
PB
14262 fi
14263fi
0b0dc272 14264
632e2a07
ILT
14265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14266$as_echo_n "checking where to find the target gccgo... " >&6; }
14267if test "x${build}" != "x${host}" ; then
14268 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14269 # We already found the complete path
14270 ac_dir=`dirname $GOC_FOR_TARGET`
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14272$as_echo "pre-installed in $ac_dir" >&6; }
14273 else
14274 # Canadian cross, just use what we found
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14276$as_echo "pre-installed" >&6; }
14277 fi
14278else
14279 ok=yes
14280 case " ${configdirs} " in
14281 *" gcc "*) ;;
14282 *) ok=no ;;
14283 esac
14284 case ,${enable_languages}, in
14285 *,go,*) ;;
14286 *) ok=no ;;
14287 esac
14288 if test $ok = yes; then
14289 # An in-tree tool is available and we can use it
14290 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14292$as_echo "just compiled" >&6; }
14293 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14294 # We already found the complete path
14295 ac_dir=`dirname $GOC_FOR_TARGET`
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14297$as_echo "pre-installed in $ac_dir" >&6; }
14298 elif test "x$target" = "x$host"; then
14299 # We can use an host tool
14300 GOC_FOR_TARGET='$(GOC)'
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14302$as_echo "host tool" >&6; }
14303 else
14304 # We need a cross tool
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14306$as_echo "pre-installed" >&6; }
14307 fi
14308fi
14309
5213506e
RW
14310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14311$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 14312if test "x${build}" != "x${host}" ; then
e8b05380
PB
14313 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14314 # We already found the complete path
172e41aa 14315 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14317$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14318 else
14319 # Canadian cross, just use what we found
5213506e
RW
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14321$as_echo "pre-installed" >&6; }
e8b05380 14322 fi
2abefe3d
PB
14323else
14324 ok=yes
14325 case " ${configdirs} " in
14326 *" ld "*) ;;
14327 *) ok=no ;;
14328 esac
1c710c3c 14329
2abefe3d
PB
14330 if test $ok = yes; then
14331 # An in-tree tool is available and we can use it
14332 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
14333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14334$as_echo "just compiled" >&6; }
e8b05380
PB
14335 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14336 # We already found the complete path
172e41aa 14337 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14339$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14340 elif test "x$target" = "x$host"; then
14341 # We can use an host tool
14342 LD_FOR_TARGET='$(LD)'
5213506e
RW
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14344$as_echo "host tool" >&6; }
2abefe3d
PB
14345 else
14346 # We need a cross tool
5213506e
RW
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14348$as_echo "pre-installed" >&6; }
2abefe3d
PB
14349 fi
14350fi
0b0dc272 14351
5213506e
RW
14352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14353$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 14354if test "x${build}" != "x${host}" ; then
e8b05380
PB
14355 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14356 # We already found the complete path
172e41aa 14357 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14359$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14360 else
14361 # Canadian cross, just use what we found
5213506e
RW
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14363$as_echo "pre-installed" >&6; }
e8b05380 14364 fi
2abefe3d 14365else
e8b05380
PB
14366 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14367 # We already found the complete path
172e41aa 14368 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14370$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 14371 elif test "x$target" = "x$host"; then
2abefe3d
PB
14372 # We can use an host tool
14373 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14375$as_echo "host tool" >&6; }
2abefe3d
PB
14376 else
14377 # We need a cross tool
5213506e
RW
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14379$as_echo "pre-installed" >&6; }
2abefe3d
PB
14380 fi
14381fi
0b0dc272 14382
5213506e
RW
14383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14384$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 14385if test "x${build}" != "x${host}" ; then
e8b05380
PB
14386 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14387 # We already found the complete path
172e41aa 14388 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14390$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14391 else
14392 # Canadian cross, just use what we found
5213506e
RW
14393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14394$as_echo "pre-installed" >&6; }
e8b05380 14395 fi
2abefe3d
PB
14396else
14397 ok=yes
14398 case " ${configdirs} " in
14399 *" binutils "*) ;;
14400 *) ok=no ;;
14401 esac
1c710c3c 14402
2abefe3d
PB
14403 if test $ok = yes; then
14404 # An in-tree tool is available and we can use it
14405 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14407$as_echo "just compiled" >&6; }
e8b05380
PB
14408 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14409 # We already found the complete path
172e41aa 14410 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14412$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14413 elif test "x$target" = "x$host"; then
14414 # We can use an host tool
14415 NM_FOR_TARGET='$(NM)'
5213506e
RW
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14417$as_echo "host tool" >&6; }
2abefe3d
PB
14418 else
14419 # We need a cross tool
5213506e
RW
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14421$as_echo "pre-installed" >&6; }
2abefe3d
PB
14422 fi
14423fi
0b0dc272 14424
9bccfdf5
AP
14425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objcopy" >&5
14426$as_echo_n "checking where to find the target objcopy... " >&6; }
14427if test "x${build}" != "x${host}" ; then
14428 if expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14429 # We already found the complete path
14430 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14432$as_echo "pre-installed in $ac_dir" >&6; }
14433 else
14434 # Canadian cross, just use what we found
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14436$as_echo "pre-installed" >&6; }
14437 fi
14438else
14439 ok=yes
14440 case " ${configdirs} " in
14441 *" binutils "*) ;;
14442 *) ok=no ;;
14443 esac
14444
14445 if test $ok = yes; then
14446 # An in-tree tool is available and we can use it
14447 OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy'
14448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14449$as_echo "just compiled" >&6; }
14450 elif expr "x$OBJCOPY_FOR_TARGET" : "x/" > /dev/null; then
14451 # We already found the complete path
14452 ac_dir=`dirname $OBJCOPY_FOR_TARGET`
14453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14454$as_echo "pre-installed in $ac_dir" >&6; }
14455 elif test "x$target" = "x$host"; then
14456 # We can use an host tool
ec8fd1c0 14457 OBJCOPY_FOR_TARGET='$(OBJCOPY)'
9bccfdf5
AP
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14459$as_echo "host tool" >&6; }
14460 else
14461 # We need a cross tool
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14463$as_echo "pre-installed" >&6; }
14464 fi
14465fi
14466
5213506e
RW
14467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14468$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 14469if test "x${build}" != "x${host}" ; then
e8b05380
PB
14470 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14471 # We already found the complete path
172e41aa 14472 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14474$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14475 else
14476 # Canadian cross, just use what we found
5213506e
RW
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14478$as_echo "pre-installed" >&6; }
e8b05380 14479 fi
2abefe3d
PB
14480else
14481 ok=yes
14482 case " ${configdirs} " in
14483 *" binutils "*) ;;
14484 *) ok=no ;;
14485 esac
1c710c3c 14486
2abefe3d
PB
14487 if test $ok = yes; then
14488 # An in-tree tool is available and we can use it
14489 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14491$as_echo "just compiled" >&6; }
e8b05380
PB
14492 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14493 # We already found the complete path
172e41aa 14494 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14496$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14497 elif test "x$target" = "x$host"; then
14498 # We can use an host tool
14499 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14501$as_echo "host tool" >&6; }
2abefe3d
PB
14502 else
14503 # We need a cross tool
5213506e
RW
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14505$as_echo "pre-installed" >&6; }
2abefe3d
PB
14506 fi
14507fi
0b0dc272 14508
5213506e
RW
14509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14510$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 14511if test "x${build}" != "x${host}" ; then
e8b05380
PB
14512 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14513 # We already found the complete path
172e41aa 14514 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14516$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14517 else
14518 # Canadian cross, just use what we found
5213506e
RW
14519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14520$as_echo "pre-installed" >&6; }
e8b05380 14521 fi
2abefe3d
PB
14522else
14523 ok=yes
14524 case " ${configdirs} " in
14525 *" binutils "*) ;;
14526 *) ok=no ;;
14527 esac
1c710c3c 14528
2abefe3d
PB
14529 if test $ok = yes; then
14530 # An in-tree tool is available and we can use it
14531 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
14532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14533$as_echo "just compiled" >&6; }
e8b05380
PB
14534 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14535 # We already found the complete path
172e41aa 14536 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14538$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14539 elif test "x$target" = "x$host"; then
14540 # We can use an host tool
14541 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
14542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14543$as_echo "host tool" >&6; }
2abefe3d
PB
14544 else
14545 # We need a cross tool
5213506e
RW
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14547$as_echo "pre-installed" >&6; }
2abefe3d
PB
14548 fi
14549fi
0b0dc272 14550
e7a82751
RM
14551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14552$as_echo_n "checking where to find the target readelf... " >&6; }
14553if test "x${build}" != "x${host}" ; then
14554 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14555 # We already found the complete path
14556 ac_dir=`dirname $READELF_FOR_TARGET`
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14558$as_echo "pre-installed in $ac_dir" >&6; }
14559 else
14560 # Canadian cross, just use what we found
14561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14562$as_echo "pre-installed" >&6; }
14563 fi
14564else
14565 ok=yes
14566 case " ${configdirs} " in
14567 *" binutils "*) ;;
14568 *) ok=no ;;
14569 esac
14570
14571 if test $ok = yes; then
14572 # An in-tree tool is available and we can use it
14573 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14575$as_echo "just compiled" >&6; }
14576 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14577 # We already found the complete path
14578 ac_dir=`dirname $READELF_FOR_TARGET`
14579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14580$as_echo "pre-installed in $ac_dir" >&6; }
14581 elif test "x$target" = "x$host"; then
14582 # We can use an host tool
14583 READELF_FOR_TARGET='$(READELF)'
14584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14585$as_echo "host tool" >&6; }
14586 else
14587 # We need a cross tool
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14589$as_echo "pre-installed" >&6; }
14590 fi
14591fi
14592
5213506e
RW
14593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14594$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14595if test "x${build}" != "x${host}" ; then
e8b05380
PB
14596 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14597 # We already found the complete path
172e41aa 14598 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14600$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14601 else
14602 # Canadian cross, just use what we found
5213506e
RW
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14604$as_echo "pre-installed" >&6; }
e8b05380 14605 fi
2abefe3d
PB
14606else
14607 ok=yes
14608 case " ${configdirs} " in
14609 *" binutils "*) ;;
14610 *) ok=no ;;
14611 esac
1c710c3c 14612
2abefe3d
PB
14613 if test $ok = yes; then
14614 # An in-tree tool is available and we can use it
455c8f48 14615 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14617$as_echo "just compiled" >&6; }
e8b05380
PB
14618 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14619 # We already found the complete path
172e41aa 14620 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14622$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14623 elif test "x$target" = "x$host"; then
14624 # We can use an host tool
14625 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14627$as_echo "host tool" >&6; }
2abefe3d
PB
14628 else
14629 # We need a cross tool
5213506e
RW
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14631$as_echo "pre-installed" >&6; }
2abefe3d
PB
14632 fi
14633fi
0b0dc272 14634
5213506e
RW
14635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14636$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14637if test "x${build}" != "x${host}" ; then
e8b05380
PB
14638 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14639 # We already found the complete path
172e41aa 14640 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14642$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14643 else
14644 # Canadian cross, just use what we found
5213506e
RW
14645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14646$as_echo "pre-installed" >&6; }
e8b05380 14647 fi
2abefe3d
PB
14648else
14649 ok=yes
14650 case " ${configdirs} " in
14651 *" binutils "*) ;;
14652 *) ok=no ;;
14653 esac
1c710c3c 14654
2abefe3d
PB
14655 if test $ok = yes; then
14656 # An in-tree tool is available and we can use it
14657 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14659$as_echo "just compiled" >&6; }
e8b05380
PB
14660 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14661 # We already found the complete path
172e41aa 14662 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14664$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14665 elif test "x$target" = "x$host"; then
14666 # We can use an host tool
14667 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14669$as_echo "host tool" >&6; }
2abefe3d
PB
14670 else
14671 # We need a cross tool
5213506e
RW
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14673$as_echo "pre-installed" >&6; }
2abefe3d 14674 fi
671aa708 14675fi
be912515 14676
5213506e
RW
14677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14678$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14679if test "x${build}" != "x${host}" ; then
14680 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14681 # We already found the complete path
14682 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14684$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14685 else
14686 # Canadian cross, just use what we found
5213506e
RW
14687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14688$as_echo "pre-installed" >&6; }
901119ae
KT
14689 fi
14690else
14691 ok=yes
14692 case " ${configdirs} " in
14693 *" binutils "*) ;;
14694 *) ok=no ;;
14695 esac
14696
14697 if test $ok = yes; then
14698 # An in-tree tool is available and we can use it
14699 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14701$as_echo "just compiled" >&6; }
901119ae
KT
14702 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14703 # We already found the complete path
14704 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14706$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14707 elif test "x$target" = "x$host"; then
14708 # We can use an host tool
14709 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14711$as_echo "host tool" >&6; }
901119ae
KT
14712 else
14713 # We need a cross tool
5213506e
RW
14714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14715$as_echo "pre-installed" >&6; }
901119ae
KT
14716 fi
14717fi
14718
be912515
NN
14719
14720
2abefe3d 14721
0b0dc272 14722
671aa708
NN
14723# Certain tools may need extra flags.
14724AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14725RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14726NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14727
2abefe3d
PB
14728# When building target libraries, except in a Canadian cross, we use
14729# the same toolchain as the compiler we just built.
14730COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14731COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14732COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14733if test $host = $build; then
14734 case " $configdirs " in
14735 *" gcc "*)
14736 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14737 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14738 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14739 ;;
14740 esac
14741fi
14742
14743
14744
14745
14746
5213506e
RW
14747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14748$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14749# Check whether --enable-maintainer-mode was given.
14750if test "${enable_maintainer_mode+set}" = set; then :
14751 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14752else
14753 USE_MAINTAINER_MODE=no
5213506e
RW
14754fi
14755
14756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14757$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14758
14759
14760if test "$USE_MAINTAINER_MODE" = yes; then
14761 MAINTAINER_MODE_TRUE=
14762 MAINTAINER_MODE_FALSE='#'
14763else
14764 MAINTAINER_MODE_TRUE='#'
14765 MAINTAINER_MODE_FALSE=
1c710c3c 14766fi
ee03dc5e
AO
14767MAINT=$MAINTAINER_MODE_TRUE
14768
2805b53a
NN
14769# ---------------------
14770# GCC bootstrap support
14771# ---------------------
14772
14773# Stage specific cflags for build.
14774stage1_cflags="-g"
14775case $build in
14776 vax-*-*)
14777 case ${GCC} in
14778 yes) stage1_cflags="-g -Wa,-J" ;;
14779 *) stage1_cflags="-g -J" ;;
14780 esac ;;
2805b53a
NN
14781esac
14782
0b50988a 14783
2805b53a 14784
8efea775 14785# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14786# Check whether --enable-stage1-checking was given.
14787if test "${enable_stage1_checking+set}" = set; then :
14788 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14789else
e643dc23 14790 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
c10b5ea0
JJ
14791 # For --disable-checking or implicit --enable-checking=release, avoid
14792 # setting --enable-checking=gc in the default stage1 checking for LTO
14793 # bootstraps. See PR62077.
14794 stage1_checking=--enable-checking=release,misc,gimple,rtlflag,tree,types
14795 case $BUILD_CONFIG in
14796 *lto*)
14797 if test "x$enable_checking" = x && \
14798 test -d ${srcdir}/gcc && \
14799 test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then
14800 stage1_checking=--enable-checking=yes,types
14801 fi;;
14802 *) stage1_checking=--enable-checking=yes,types;;
14803 esac
8efea775 14804else
e643dc23 14805 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14806fi
5213506e 14807fi
8efea775
PB
14808
14809
2aeb72e9 14810
5213506e
RW
14811# Enable -Werror in bootstrap stage2 and later.
14812# Check whether --enable-werror was given.
14813if test "${enable_werror+set}" = set; then :
14814 enableval=$enable_werror;
2805b53a 14815else
416cfb5e 14816 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14817 enable_werror=yes
88fceb68
PB
14818else
14819 enable_werror=no
14820fi
5213506e
RW
14821fi
14822
09a9c095
NN
14823case ${enable_werror} in
14824 yes) stage2_werror_flag="--enable-werror-always" ;;
14825 *) stage2_werror_flag="" ;;
2805b53a
NN
14826esac
14827
14828
459260ec
DM
14829# Enable --enable-host-shared.
14830# Check whether --enable-host-shared was given.
14831if test "${enable_host_shared+set}" = set; then :
14832 enableval=$enable_host_shared; host_shared=$enableval
14833else
14834 host_shared=no
14835fi
14836
14837
14838
231d020b
DM
14839# PR jit/64780: Require the user to explicitly specify
14840# --enable-host-shared if the jit is enabled, hinting
14841# that they might want to do a separate configure/build of
14842# the jit, to avoid users from slowing down the rest of the
14843# compiler by enabling the jit.
14844if test ${host_shared} = "no" ; then
14845 case "${enable_languages}" in
14846 *jit*)
14847 as_fn_error "
14848Enabling language \"jit\" requires --enable-host-shared.
14849
14850--enable-host-shared typically slows the rest of the compiler down by
14851a few %, so you must explicitly enable it.
14852
14853If you want to build both the jit and the regular compiler, it is often
14854best to do this via two separate configure/builds, in separate
14855directories, to avoid imposing the performance cost of
14856--enable-host-shared on the regular compiler." "$LINENO" 5
14857 ;;
14858 *)
14859 ;;
14860 esac
14861fi
14862
f2689b09
SE
14863# Specify what files to not compare during bootstrap.
14864
14865compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14866case "$target" in
14867 hppa*64*-*-hpux*) ;;
14868 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
d91491e5 14869 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
f2689b09
SE
14870esac
14871
14872
5213506e
RW
14873ac_config_files="$ac_config_files Makefile"
14874
1c710c3c 14875cat >confcache <<\_ACEOF
671aa708
NN
14876# This file is a shell script that caches the results of configure
14877# tests run on this system so they can be shared between configure
1c710c3c
DJ
14878# scripts and configure runs, see configure's option --config-cache.
14879# It is not useful on other systems. If it contains results you don't
14880# want to keep, you may remove or edit it.
671aa708 14881#
1c710c3c
DJ
14882# config.status only pays attention to the cache file if you give it
14883# the --recheck option to rerun configure.
671aa708 14884#
1c710c3c
DJ
14885# `ac_cv_env_foo' variables (set or unset) will be overridden when
14886# loading this file, other *unset* `ac_cv_foo' will be assigned the
14887# following values.
14888
14889_ACEOF
14890
671aa708
NN
14891# The following way of writing the cache mishandles newlines in values,
14892# but we know of no workaround that is simple, portable, and efficient.
5213506e 14893# So, we kill variables containing newlines.
671aa708
NN
14894# Ultrix sh set writes to stderr and can't be redirected directly,
14895# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14896(
14897 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14898 eval ac_val=\$$ac_var
14899 case $ac_val in #(
14900 *${as_nl}*)
14901 case $ac_var in #(
14902 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14903$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14904 esac
14905 case $ac_var in #(
14906 _ | IFS | as_nl) ;; #(
14907 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14908 *) { eval $ac_var=; unset $ac_var;} ;;
14909 esac ;;
14910 esac
14911 done
14912
1c710c3c 14913 (set) 2>&1 |
5213506e
RW
14914 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14915 *${as_nl}ac_space=\ *)
14916 # `set' does not quote correctly, so add quotes: double-quote
14917 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14918 sed -n \
14919 "s/'/'\\\\''/g;
14920 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14921 ;; #(
1c710c3c
DJ
14922 *)
14923 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14924 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14925 ;;
5213506e
RW
14926 esac |
14927 sort
14928) |
1c710c3c 14929 sed '
5213506e 14930 /^ac_cv_env_/b end
1c710c3c 14931 t clear
5213506e 14932 :clear
1c710c3c
DJ
14933 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14934 t end
5213506e
RW
14935 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14936 :end' >>confcache
14937if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14938 if test -w "$cache_file"; then
14939 test "x$cache_file" != "x/dev/null" &&
14940 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14941$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14942 cat confcache >$cache_file
671aa708 14943 else
5213506e
RW
14944 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14945$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14946 fi
4977bab6 14947fi
671aa708 14948rm -f confcache
79c06341 14949
671aa708
NN
14950test "x$prefix" = xNONE && prefix=$ac_default_prefix
14951# Let make expand exec_prefix.
14952test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14953
671aa708
NN
14954# Transform confdefs.h into DEFS.
14955# Protect against shell expansion while executing Makefile rules.
14956# Protect against Makefile macro expansion.
1c710c3c
DJ
14957#
14958# If the first sed substitution is executed (which looks for macros that
5213506e 14959# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14960# look for a macro that doesn't take arguments.
5213506e
RW
14961ac_script='
14962:mline
14963/\\$/{
14964 N
14965 s,\\\n,,
14966 b mline
14967}
1c710c3c 14968t clear
5213506e
RW
14969:clear
14970s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14971t quote
5213506e 14972s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14973t quote
5213506e
RW
14974b any
14975:quote
14976s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14977s/\[/\\&/g
14978s/\]/\\&/g
14979s/\$/$$/g
14980H
14981:any
14982${
14983 g
14984 s/^\n//
14985 s/\n/ /g
14986 p
14987}
14988'
14989DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14990
14991
14992ac_libobjs=
14993ac_ltlibobjs=
14994for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14995 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14996 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14997 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14998 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14999 # will be set to the directory where LIBOBJS objects are built.
15000 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15001 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
15002done
15003LIBOBJS=$ac_libobjs
fb0103e5 15004
1c710c3c 15005LTLIBOBJS=$ac_ltlibobjs
0b0dc272 15006
af71363e 15007
1c710c3c
DJ
15008
15009: ${CONFIG_STATUS=./config.status}
5213506e 15010ac_write_fail=0
1c710c3c
DJ
15011ac_clean_files_save=$ac_clean_files
15012ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
15013{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15014$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15015as_write_fail=0
15016cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
15017#! $SHELL
15018# Generated by $as_me.
671aa708 15019# Run this file to recreate the current configuration.
671aa708 15020# Compiler output produced by configure, useful for debugging
1c710c3c 15021# configure, is in config.log if it exists.
0b0dc272 15022
1c710c3c
DJ
15023debug=false
15024ac_cs_recheck=false
15025ac_cs_silent=false
1c710c3c 15026
5213506e
RW
15027SHELL=\${CONFIG_SHELL-$SHELL}
15028export SHELL
15029_ASEOF
15030cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15031## -------------------- ##
15032## M4sh Initialization. ##
15033## -------------------- ##
15034
15035# Be more Bourne compatible
15036DUALCASE=1; export DUALCASE # for MKS sh
15037if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
15038 emulate sh
15039 NULLCMD=:
5213506e 15040 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
15041 # is contrary to our usage. Disable this feature.
15042 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
15043 setopt NO_GLOB_SUBST
15044else
15045 case `(set -o) 2>/dev/null` in #(
15046 *posix*) :
15047 set -o posix ;; #(
15048 *) :
15049 ;;
15050esac
1c710c3c 15051fi
1c710c3c 15052
5213506e
RW
15053
15054as_nl='
15055'
15056export as_nl
15057# Printing a long string crashes Solaris 7 /usr/bin/printf.
15058as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15059as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15060as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15061# Prefer a ksh shell builtin over an external printf program on Solaris,
15062# but without wasting forks for bash or zsh.
15063if test -z "$BASH_VERSION$ZSH_VERSION" \
15064 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15065 as_echo='print -r --'
15066 as_echo_n='print -rn --'
15067elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15068 as_echo='printf %s\n'
15069 as_echo_n='printf %s'
15070else
15071 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15072 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15073 as_echo_n='/usr/ucb/echo -n'
15074 else
15075 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15076 as_echo_n_body='eval
15077 arg=$1;
15078 case $arg in #(
15079 *"$as_nl"*)
15080 expr "X$arg" : "X\\(.*\\)$as_nl";
15081 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15082 esac;
15083 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15084 '
15085 export as_echo_n_body
15086 as_echo_n='sh -c $as_echo_n_body as_echo'
15087 fi
15088 export as_echo_body
15089 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
15090fi
15091
5213506e
RW
15092# The user is always right.
15093if test "${PATH_SEPARATOR+set}" != set; then
15094 PATH_SEPARATOR=:
15095 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15096 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15097 PATH_SEPARATOR=';'
15098 }
15099fi
15100
15101
15102# IFS
15103# We need space, tab and new line, in precisely that order. Quoting is
15104# there to prevent editors from complaining about space-tab.
15105# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15106# splitting by setting IFS to empty value.)
15107IFS=" "" $as_nl"
15108
15109# Find who we are. Look in the path if we contain no directory separator.
15110case $0 in #((
15111 *[\\/]* ) as_myself=$0 ;;
15112 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15113for as_dir in $PATH
15114do
15115 IFS=$as_save_IFS
15116 test -z "$as_dir" && as_dir=.
15117 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15118 done
15119IFS=$as_save_IFS
15120
15121 ;;
15122esac
15123# We did not find ourselves, most probably we were run as `sh COMMAND'
15124# in which case we are not to be found in the path.
15125if test "x$as_myself" = x; then
15126 as_myself=$0
15127fi
15128if test ! -f "$as_myself"; then
15129 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15130 exit 1
15131fi
1c710c3c 15132
5213506e
RW
15133# Unset variables that we do not need and which cause bugs (e.g. in
15134# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15135# suppresses any "Segmentation fault" message there. '((' could
15136# trigger a bug in pdksh 5.2.14.
15137for as_var in BASH_ENV ENV MAIL MAILPATH
15138do eval test x\${$as_var+set} = xset \
15139 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15140done
1c710c3c
DJ
15141PS1='$ '
15142PS2='> '
15143PS4='+ '
15144
15145# NLS nuisances.
5213506e
RW
15146LC_ALL=C
15147export LC_ALL
15148LANGUAGE=C
15149export LANGUAGE
15150
15151# CDPATH.
15152(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15153
15154
15155# as_fn_error ERROR [LINENO LOG_FD]
15156# ---------------------------------
15157# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15158# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15159# script with status $?, using 1 if that was 0.
15160as_fn_error ()
15161{
15162 as_status=$?; test $as_status -eq 0 && as_status=1
15163 if test "$3"; then
15164 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15165 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 15166 fi
5213506e
RW
15167 $as_echo "$as_me: error: $1" >&2
15168 as_fn_exit $as_status
15169} # as_fn_error
15170
15171
15172# as_fn_set_status STATUS
15173# -----------------------
15174# Set $? to STATUS, without forking.
15175as_fn_set_status ()
15176{
15177 return $1
15178} # as_fn_set_status
15179
15180# as_fn_exit STATUS
15181# -----------------
15182# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15183as_fn_exit ()
15184{
15185 set +e
15186 as_fn_set_status $1
15187 exit $1
15188} # as_fn_exit
15189
15190# as_fn_unset VAR
15191# ---------------
15192# Portably unset VAR.
15193as_fn_unset ()
15194{
15195 { eval $1=; unset $1;}
15196}
15197as_unset=as_fn_unset
15198# as_fn_append VAR VALUE
15199# ----------------------
15200# Append the text in VALUE to the end of the definition contained in VAR. Take
15201# advantage of any shell optimizations that allow amortized linear growth over
15202# repeated appends, instead of the typical quadratic growth present in naive
15203# implementations.
15204if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15205 eval 'as_fn_append ()
15206 {
15207 eval $1+=\$2
15208 }'
15209else
15210 as_fn_append ()
15211 {
15212 eval $1=\$$1\$2
15213 }
15214fi # as_fn_append
15215
15216# as_fn_arith ARG...
15217# ------------------
15218# Perform arithmetic evaluation on the ARGs, and store the result in the
15219# global $as_val. Take advantage of shells that can avoid forks. The arguments
15220# must be portable across $(()) and expr.
15221if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15222 eval 'as_fn_arith ()
15223 {
15224 as_val=$(( $* ))
15225 }'
15226else
15227 as_fn_arith ()
15228 {
15229 as_val=`expr "$@" || test $? -eq 1`
15230 }
15231fi # as_fn_arith
15232
1c710c3c 15233
5213506e
RW
15234if expr a : '\(a\)' >/dev/null 2>&1 &&
15235 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
15236 as_expr=expr
15237else
15238 as_expr=false
15239fi
15240
5213506e 15241if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
15242 as_basename=basename
15243else
15244 as_basename=false
15245fi
15246
5213506e
RW
15247if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15248 as_dirname=dirname
15249else
15250 as_dirname=false
15251fi
1c710c3c 15252
5213506e 15253as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
15254$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15255 X"$0" : 'X\(//\)$' \| \
5213506e
RW
15256 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15257$as_echo X/"$0" |
15258 sed '/^.*\/\([^/][^/]*\)\/*$/{
15259 s//\1/
15260 q
15261 }
15262 /^X\/\(\/\/\)$/{
15263 s//\1/
15264 q
15265 }
15266 /^X\/\(\/\).*/{
15267 s//\1/
15268 q
15269 }
15270 s/.*/./; q'`
2aeb72e9 15271
2aeb72e9
DD
15272# Avoid depending upon Character Ranges.
15273as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15274as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15275as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15276as_cr_digits='0123456789'
15277as_cr_alnum=$as_cr_Letters$as_cr_digits
15278
5213506e
RW
15279ECHO_C= ECHO_N= ECHO_T=
15280case `echo -n x` in #(((((
15281-n*)
15282 case `echo 'xy\c'` in
15283 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15284 xy) ECHO_C='\c';;
15285 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15286 ECHO_T=' ';;
15287 esac;;
15288*)
15289 ECHO_N='-n';;
1c710c3c
DJ
15290esac
15291
5213506e
RW
15292rm -f conf$$ conf$$.exe conf$$.file
15293if test -d conf$$.dir; then
15294 rm -f conf$$.dir/conf$$.file
1c710c3c 15295else
5213506e
RW
15296 rm -f conf$$.dir
15297 mkdir conf$$.dir 2>/dev/null
1c710c3c 15298fi
5213506e
RW
15299if (echo >conf$$.file) 2>/dev/null; then
15300 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 15301 as_ln_s='ln -s'
5213506e
RW
15302 # ... but there are two gotchas:
15303 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15304 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15305 # In both cases, we have to default to `cp -p'.
15306 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15307 as_ln_s='cp -p'
15308 elif ln conf$$.file conf$$ 2>/dev/null; then
15309 as_ln_s=ln
15310 else
15311 as_ln_s='cp -p'
2aeb72e9 15312 fi
1c710c3c
DJ
15313else
15314 as_ln_s='cp -p'
15315fi
5213506e
RW
15316rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15317rmdir conf$$.dir 2>/dev/null
15318
15319
15320# as_fn_mkdir_p
15321# -------------
15322# Create "$as_dir" as a directory, including parents if necessary.
15323as_fn_mkdir_p ()
15324{
15325
15326 case $as_dir in #(
15327 -*) as_dir=./$as_dir;;
15328 esac
15329 test -d "$as_dir" || eval $as_mkdir_p || {
15330 as_dirs=
15331 while :; do
15332 case $as_dir in #(
15333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15334 *) as_qdir=$as_dir;;
15335 esac
15336 as_dirs="'$as_qdir' $as_dirs"
15337 as_dir=`$as_dirname -- "$as_dir" ||
15338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15339 X"$as_dir" : 'X\(//\)[^/]' \| \
15340 X"$as_dir" : 'X\(//\)$' \| \
15341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15342$as_echo X"$as_dir" |
15343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15344 s//\1/
15345 q
15346 }
15347 /^X\(\/\/\)[^/].*/{
15348 s//\1/
15349 q
15350 }
15351 /^X\(\/\/\)$/{
15352 s//\1/
15353 q
15354 }
15355 /^X\(\/\).*/{
15356 s//\1/
15357 q
15358 }
15359 s/.*/./; q'`
15360 test -d "$as_dir" && break
15361 done
15362 test -z "$as_dirs" || eval "mkdir $as_dirs"
15363 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15364
1c710c3c 15365
5213506e 15366} # as_fn_mkdir_p
1c710c3c 15367if mkdir -p . 2>/dev/null; then
5213506e 15368 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
15369else
15370 test -d ./-p && rmdir ./-p
15371 as_mkdir_p=false
15372fi
15373
5213506e
RW
15374if test -x / >/dev/null 2>&1; then
15375 as_test_x='test -x'
15376else
15377 if ls -dL / >/dev/null 2>&1; then
15378 as_ls_L_option=L
15379 else
15380 as_ls_L_option=
15381 fi
15382 as_test_x='
15383 eval sh -c '\''
15384 if test -d "$1"; then
15385 test -d "$1/.";
15386 else
15387 case $1 in #(
15388 -*)set "./$1";;
15389 esac;
15390 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15391 ???[sx]*):;;*)false;;esac;fi
15392 '\'' sh
15393 '
15394fi
15395as_executable_p=$as_test_x
1c710c3c
DJ
15396
15397# Sed expression to map a string onto a valid CPP name.
15398as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15399
15400# Sed expression to map a string onto a valid variable name.
15401as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15402
15403
1c710c3c 15404exec 6>&1
5213506e
RW
15405## ----------------------------------- ##
15406## Main body of $CONFIG_STATUS script. ##
15407## ----------------------------------- ##
15408_ASEOF
15409test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15410
15411cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15412# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 15413# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
15414# values after options handling.
15415ac_log="
1c710c3c 15416This file was extended by $as_me, which was
5213506e 15417generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
15418
15419 CONFIG_FILES = $CONFIG_FILES
15420 CONFIG_HEADERS = $CONFIG_HEADERS
15421 CONFIG_LINKS = $CONFIG_LINKS
15422 CONFIG_COMMANDS = $CONFIG_COMMANDS
15423 $ $0 $@
15424
5213506e
RW
15425on `(hostname || uname -n) 2>/dev/null | sed 1q`
15426"
15427
1c710c3c
DJ
15428_ACEOF
15429
5213506e
RW
15430case $ac_config_files in *"
15431"*) set x $ac_config_files; shift; ac_config_files=$*;;
15432esac
1c710c3c 15433
2aeb72e9 15434
2aeb72e9 15435
5213506e
RW
15436cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15437# Files that config.status was made for.
15438config_files="$ac_config_files"
1c710c3c 15439
5213506e 15440_ACEOF
2aeb72e9 15441
5213506e 15442cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 15443ac_cs_usage="\
5213506e
RW
15444\`$as_me' instantiates files and other configuration actions
15445from templates according to the current configuration. Unless the files
15446and actions are specified as TAGs, all are instantiated by default.
1c710c3c 15447
5213506e 15448Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
15449
15450 -h, --help print this help, then exit
5213506e
RW
15451 -V, --version print version number and configuration settings, then exit
15452 -q, --quiet, --silent
15453 do not print progress messages
1c710c3c
DJ
15454 -d, --debug don't remove temporary files
15455 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
15456 --file=FILE[:TEMPLATE]
15457 instantiate the configuration file FILE
1c710c3c
DJ
15458
15459Configuration files:
15460$config_files
15461
5213506e 15462Report bugs to the package provider."
2aeb72e9 15463
5213506e
RW
15464_ACEOF
15465cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
15466ac_cs_version="\\
15467config.status
5213506e
RW
15468configured by $0, generated by GNU Autoconf 2.64,
15469 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 15470
5213506e 15471Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
15472This config.status script is free software; the Free Software Foundation
15473gives unlimited permission to copy, distribute and modify it."
5213506e
RW
15474
15475ac_pwd='$ac_pwd'
15476srcdir='$srcdir'
15477INSTALL='$INSTALL'
87264276 15478AWK='$AWK'
5213506e 15479test -n "\$AWK" || AWK=awk
1c710c3c
DJ
15480_ACEOF
15481
5213506e
RW
15482cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15483# The default lists apply if the user does not specify any file.
1c710c3c
DJ
15484ac_need_defaults=:
15485while test $# != 0
a4b9e93e 15486do
1c710c3c
DJ
15487 case $1 in
15488 --*=*)
5213506e
RW
15489 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15490 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
15491 ac_shift=:
15492 ;;
5213506e 15493 *)
1c710c3c
DJ
15494 ac_option=$1
15495 ac_optarg=$2
15496 ac_shift=shift
15497 ;;
1c710c3c
DJ
15498 esac
15499
15500 case $ac_option in
15501 # Handling of the options.
671aa708 15502 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 15503 ac_cs_recheck=: ;;
5213506e
RW
15504 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15505 $as_echo "$ac_cs_version"; exit ;;
15506 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
15507 debug=: ;;
15508 --file | --fil | --fi | --f )
15509 $ac_shift
5213506e
RW
15510 case $ac_optarg in
15511 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15512 esac
15513 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 15514 ac_need_defaults=false;;
5213506e
RW
15515 --he | --h | --help | --hel | -h )
15516 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
15517 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15518 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15519 ac_cs_silent=: ;;
15520
15521 # This is an error.
5213506e
RW
15522 -*) as_fn_error "unrecognized option: \`$1'
15523Try \`$0 --help' for more information." ;;
1c710c3c 15524
5213506e
RW
15525 *) as_fn_append ac_config_targets " $1"
15526 ac_need_defaults=false ;;
1c710c3c 15527
0b0dc272 15528 esac
1c710c3c 15529 shift
0b0dc272
AM
15530done
15531
1c710c3c 15532ac_configure_extra_args=
0b0dc272 15533
1c710c3c
DJ
15534if $ac_cs_silent; then
15535 exec 6>/dev/null
15536 ac_configure_extra_args="$ac_configure_extra_args --silent"
15537fi
0b0dc272 15538
1c710c3c 15539_ACEOF
5213506e 15540cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 15541if \$ac_cs_recheck; then
5213506e
RW
15542 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15543 shift
15544 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15545 CONFIG_SHELL='$SHELL'
15546 export CONFIG_SHELL
15547 exec "\$@"
1c710c3c
DJ
15548fi
15549
15550_ACEOF
5213506e
RW
15551cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15552exec 5>>config.log
15553{
15554 echo
15555 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15556## Running $as_me. ##
15557_ASBOX
15558 $as_echo "$ac_log"
15559} >&5
1c710c3c 15560
5213506e
RW
15561_ACEOF
15562cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
15563#
15564# INIT-COMMANDS
15565#
15566extrasub_build="$extrasub_build"
15567 extrasub_host="$extrasub_host"
15568 extrasub_target="$extrasub_target"
15569
5213506e 15570_ACEOF
1c710c3c 15571
5213506e 15572cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 15573
5213506e 15574# Handling of arguments.
1c710c3c
DJ
15575for ac_config_target in $ac_config_targets
15576do
5213506e
RW
15577 case $ac_config_target in
15578 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15579
15580 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
15581 esac
15582done
15583
5213506e 15584
1c710c3c
DJ
15585# If the user did not use the arguments to specify the items to instantiate,
15586# then the envvar interface is used. Set only those that are not.
15587# We use the long form for the default assignment because of an extremely
15588# bizarre bug on SunOS 4.1.3.
15589if $ac_need_defaults; then
15590 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15591fi
15592
15593# Have a temporary directory for convenience. Make it in the build tree
5213506e 15594# simply because there is no reason against having it here, and in addition,
1c710c3c 15595# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
15596# Hook for its removal unless debugging.
15597# Note that there is a small window in which the directory will not be cleaned:
15598# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
15599$debug ||
15600{
5213506e
RW
15601 tmp=
15602 trap 'exit_status=$?
15603 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15604' 0
15605 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 15606}
1c710c3c
DJ
15607# Create a (secure) tmp directory for tmp files.
15608
15609{
5213506e 15610 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
15611 test -n "$tmp" && test -d "$tmp"
15612} ||
15613{
5213506e
RW
15614 tmp=./conf$$-$RANDOM
15615 (umask 077 && mkdir "$tmp")
15616} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15617
15618# Set up the scripts for CONFIG_FILES section.
15619# No need to generate them if there are no CONFIG_FILES.
15620# This happens for instance with `./config.status config.h'.
15621if test -n "$CONFIG_FILES"; then
15622
15623if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15624 ac_cs_awk_getline=:
15625 ac_cs_awk_pipe_init=
15626 ac_cs_awk_read_file='
15627 while ((getline aline < (F[key])) > 0)
15628 print(aline)
15629 close(F[key])'
15630 ac_cs_awk_pipe_fini=
15631else
15632 ac_cs_awk_getline=false
15633 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15634 ac_cs_awk_read_file='
15635 print "|#_!!_#|"
15636 print "cat " F[key] " &&"
15637 '$ac_cs_awk_pipe_init
15638 # The final `:' finishes the AND list.
15639 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15640fi
15641ac_cr=`echo X | tr X '\015'`
15642# On cygwin, bash can eat \r inside `` if the user requested igncr.
15643# But we know of no other shell where ac_cr would be empty at this
15644# point, so we can use a bashism as a fallback.
15645if test "x$ac_cr" = x; then
15646 eval ac_cr=\$\'\\r\'
15647fi
15648ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15649if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15650 ac_cs_awk_cr='\r'
15651else
15652 ac_cs_awk_cr=$ac_cr
15653fi
15654
15655echo 'BEGIN {' >"$tmp/subs1.awk" &&
15656_ACEOF
15657
15658# Create commands to substitute file output variables.
1c710c3c 15659{
5213506e
RW
15660 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15661 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15662 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15663 echo "_ACAWK" &&
15664 echo "_ACEOF"
15665} >conf$$files.sh &&
15666. ./conf$$files.sh ||
15667 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15668rm -f conf$$files.sh
1c710c3c 15669
5213506e
RW
15670{
15671 echo "cat >conf$$subs.awk <<_ACEOF" &&
15672 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15673 echo "_ACEOF"
15674} >conf$$subs.sh ||
15675 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15676ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15677ac_delim='%!_!# '
15678for ac_last_try in false false false false false :; do
15679 . ./conf$$subs.sh ||
15680 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15681
15682 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15683 if test $ac_delim_n = $ac_delim_num; then
15684 break
15685 elif $ac_last_try; then
15686 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15687 else
15688 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15689 fi
15690done
15691rm -f conf$$subs.sh
15692
15693cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15694cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15695_ACEOF
5213506e
RW
15696sed -n '
15697h
15698s/^/S["/; s/!.*/"]=/
15699p
15700g
15701s/^[^!]*!//
15702:repl
15703t repl
15704s/'"$ac_delim"'$//
15705t delim
15706:nl
15707h
15708s/\(.\{148\}\).*/\1/
15709t more1
15710s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15711p
15712n
15713b repl
15714:more1
15715s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15716p
15717g
15718s/.\{148\}//
15719t nl
15720:delim
15721h
15722s/\(.\{148\}\).*/\1/
15723t more2
15724s/["\\]/\\&/g; s/^/"/; s/$/"/
15725p
15726b
15727:more2
15728s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15729p
15730g
15731s/.\{148\}//
15732t delim
15733' <conf$$subs.awk | sed '
15734/^[^""]/{
15735 N
15736 s/\n//
15737}
15738' >>$CONFIG_STATUS || ac_write_fail=1
15739rm -f conf$$subs.awk
15740cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15741_ACAWK
15742cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15743 for (key in S) S_is_set[key] = 1
15744 FS = "\a"
15745 \$ac_cs_awk_pipe_init
15746}
15747{
15748 line = $ 0
15749 nfields = split(line, field, "@")
15750 substed = 0
15751 len = length(field[1])
15752 for (i = 2; i < nfields; i++) {
15753 key = field[i]
15754 keylen = length(key)
15755 if (S_is_set[key]) {
15756 value = S[key]
15757 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15758 len += length(value) + length(field[++i])
15759 substed = 1
15760 } else
15761 len += 1 + keylen
15762 }
15763 if (nfields == 3 && !substed) {
15764 key = field[2]
15765 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15766 \$ac_cs_awk_read_file
15767 next
15768 }
15769 }
15770 print line
15771}
15772\$ac_cs_awk_pipe_fini
15773_ACAWK
15774_ACEOF
15775cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15776if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15777 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15778else
15779 cat
15780fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15781 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15782_ACEOF
15783
15784# VPATH may cause trouble with some makes, so we remove $(srcdir),
15785# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15786# trailing colons and then remove the whole line if VPATH becomes empty
15787# (actually we leave an empty line to preserve line numbers).
15788if test "x$srcdir" = x.; then
15789 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15790s/:*\$(srcdir):*/:/
15791s/:*\${srcdir}:*/:/
15792s/:*@srcdir@:*/:/
15793s/^\([^=]*=[ ]*\):*/\1/
15794s/:*$//
15795s/^[^=]*=[ ]*$//
15796}'
15797fi
2aeb72e9 15798
5213506e
RW
15799cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15800fi # test -n "$CONFIG_FILES"
2aeb72e9 15801
1c710c3c 15802
5213506e
RW
15803eval set X " :F $CONFIG_FILES "
15804shift
15805for ac_tag
15806do
15807 case $ac_tag in
15808 :[FHLC]) ac_mode=$ac_tag; continue;;
15809 esac
15810 case $ac_mode$ac_tag in
15811 :[FHL]*:*);;
15812 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15813 :[FH]-) ac_tag=-:-;;
15814 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15815 esac
15816 ac_save_IFS=$IFS
15817 IFS=:
15818 set x $ac_tag
15819 IFS=$ac_save_IFS
15820 shift
15821 ac_file=$1
15822 shift
79c06341 15823
5213506e
RW
15824 case $ac_mode in
15825 :L) ac_source=$1;;
15826 :[FH])
15827 ac_file_inputs=
15828 for ac_f
15829 do
15830 case $ac_f in
15831 -) ac_f="$tmp/stdin";;
15832 *) # Look for the file first in the build tree, then in the source tree
15833 # (if the path is not absolute). The absolute path cannot be DOS-style,
15834 # because $ac_f cannot contain `:'.
15835 test -f "$ac_f" ||
15836 case $ac_f in
15837 [\\/$]*) false;;
15838 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15839 esac ||
15840 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15841 esac
15842 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15843 as_fn_append ac_file_inputs " '$ac_f'"
15844 done
1c710c3c 15845
5213506e
RW
15846 # Let's still pretend it is `configure' which instantiates (i.e., don't
15847 # use $as_me), people would be surprised to read:
15848 # /* config.h. Generated by config.status. */
15849 configure_input='Generated from '`
15850 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15851 `' by configure.'
15852 if test x"$ac_file" != x-; then
15853 configure_input="$ac_file. $configure_input"
15854 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15855$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15856 fi
5213506e
RW
15857 # Neutralize special characters interpreted by sed in replacement strings.
15858 case $configure_input in #(
15859 *\&* | *\|* | *\\* )
15860 ac_sed_conf_input=`$as_echo "$configure_input" |
15861 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15862 *) ac_sed_conf_input=$configure_input;;
15863 esac
11a67599 15864
5213506e
RW
15865 case $ac_tag in
15866 *:-:* | *:-) cat >"$tmp/stdin" \
15867 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15868 esac
15869 ;;
11a67599
ZW
15870 esac
15871
5213506e 15872 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15873$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15874 X"$ac_file" : 'X\(//\)[^/]' \| \
15875 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15876 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15877$as_echo X"$ac_file" |
15878 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15879 s//\1/
15880 q
15881 }
15882 /^X\(\/\/\)[^/].*/{
15883 s//\1/
15884 q
15885 }
15886 /^X\(\/\/\)$/{
15887 s//\1/
15888 q
15889 }
15890 /^X\(\/\).*/{
15891 s//\1/
15892 q
15893 }
15894 s/.*/./; q'`
15895 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15896 ac_builddir=.
0b0dc272 15897
5213506e
RW
15898case "$ac_dir" in
15899.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15900*)
15901 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15902 # A ".." for each directory in $ac_dir_suffix.
15903 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15904 case $ac_top_builddir_sub in
15905 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15906 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15907 esac ;;
15908esac
15909ac_abs_top_builddir=$ac_pwd
15910ac_abs_builddir=$ac_pwd$ac_dir_suffix
15911# for backward compatibility:
15912ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15913
15914case $srcdir in
5213506e 15915 .) # We are building in place.
1c710c3c 15916 ac_srcdir=.
5213506e
RW
15917 ac_top_srcdir=$ac_top_builddir_sub
15918 ac_abs_top_srcdir=$ac_pwd ;;
15919 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15920 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15921 ac_top_srcdir=$srcdir
15922 ac_abs_top_srcdir=$srcdir ;;
15923 *) # Relative name.
15924 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15925 ac_top_srcdir=$ac_top_build_prefix$srcdir
15926 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15927esac
5213506e 15928ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15929
0b0dc272 15930
5213506e
RW
15931 case $ac_mode in
15932 :F)
15933 #
15934 # CONFIG_FILE
15935 #
1c710c3c
DJ
15936
15937 case $INSTALL in
15938 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15939 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15940 esac
5213506e 15941_ACEOF
11a67599 15942
5213506e
RW
15943cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15944# If the template does not know about datarootdir, expand it.
15945# FIXME: This hack should be removed a few years after 2.60.
15946ac_datarootdir_hack=; ac_datarootdir_seen=
15947ac_sed_dataroot='
15948/datarootdir/ {
15949 p
15950 q
15951}
15952/@datadir@/p
15953/@docdir@/p
15954/@infodir@/p
15955/@localedir@/p
15956/@mandir@/p'
15957case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15958*datarootdir*) ac_datarootdir_seen=yes;;
15959*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15961$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15962_ACEOF
5213506e
RW
15963cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15964 ac_datarootdir_hack='
15965 s&@datadir@&$datadir&g
15966 s&@docdir@&$docdir&g
15967 s&@infodir@&$infodir&g
15968 s&@localedir@&$localedir&g
15969 s&@mandir@&$mandir&g
15970 s&\\\${datarootdir}&$datarootdir&g' ;;
15971esac
15972_ACEOF
15973
15974# Neutralize VPATH when `$srcdir' = `.'.
15975# Shell code in configure.ac might set extrasub.
15976# FIXME: do we really want to maintain this feature?
15977cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15978ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15979$extrasub
15980_ACEOF
5213506e 15981cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15982:t
15983/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15984s|@configure_input@|$ac_sed_conf_input|;t t
15985s&@top_builddir@&$ac_top_builddir_sub&;t t
15986s&@top_build_prefix@&$ac_top_build_prefix&;t t
15987s&@srcdir@&$ac_srcdir&;t t
15988s&@abs_srcdir@&$ac_abs_srcdir&;t t
15989s&@top_srcdir@&$ac_top_srcdir&;t t
15990s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15991s&@builddir@&$ac_builddir&;t t
15992s&@abs_builddir@&$ac_abs_builddir&;t t
15993s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15994s&@INSTALL@&$ac_INSTALL&;t t
15995$ac_datarootdir_hack
15996"
15997eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15998if $ac_cs_awk_getline; then
15999 $AWK -f "$tmp/subs.awk"
16000else
16001 $AWK -f "$tmp/subs.awk" | $SHELL
16002fi >$tmp/out \
16003 || as_fn_error "could not create $ac_file" "$LINENO" 5
16004
16005test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16006 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16007 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16008 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16009which seems to be undefined. Please make sure it is defined." >&5
16010$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16011which seems to be undefined. Please make sure it is defined." >&2;}
16012
16013 rm -f "$tmp/stdin"
16014 case $ac_file in
16015 -) cat "$tmp/out" && rm -f "$tmp/out";;
16016 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16017 esac \
16018 || as_fn_error "could not create $ac_file" "$LINENO" 5
16019 ;;
11a67599 16020
11a67599 16021
79c06341 16022
5213506e
RW
16023 esac
16024
3e54529c
RW
16025
16026 case $ac_file$ac_mode in
16027 "Makefile":F) sed "$extrasub_build" Makefile |
16028 sed "$extrasub_host" |
16029 sed "$extrasub_target" > mf$$
16030 mv -f mf$$ Makefile ;;
16031
16032 esac
5213506e
RW
16033done # for ac_tag
16034
16035
16036as_fn_exit 0
1c710c3c 16037_ACEOF
1c710c3c
DJ
16038ac_clean_files=$ac_clean_files_save
16039
5213506e
RW
16040test $ac_write_fail = 0 ||
16041 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16042
1c710c3c
DJ
16043
16044# configure is writing to config.log, and then calls config.status.
16045# config.status does its own redirection, appending to config.log.
16046# Unfortunately, on DOS this fails, as config.log is still kept open
16047# by configure, so config.status won't be able to write to it; its
16048# output is simply discarded. So we exec the FD to /dev/null,
16049# effectively closing config.log, so it can be properly (re)opened and
16050# appended to by config.status. When coming back to configure, we
16051# need to make the FD available again.
16052if test "$no_create" != yes; then
16053 ac_cs_success=:
16054 ac_config_status_args=
16055 test "$silent" = yes &&
16056 ac_config_status_args="$ac_config_status_args --quiet"
16057 exec 5>/dev/null
16058 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16059 exec 5>>config.log
16060 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16061 # would make configure fail if this is the last instruction.
5213506e
RW
16062 $ac_cs_success || as_fn_exit $?
16063fi
16064if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16066$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 16067fi
79c06341 16068