]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
avr-protos.h (avr_out_sign_extend): New.
[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
577NM_FOR_TARGET
578LIPO_FOR_TARGET
579LD_FOR_TARGET
580DLLTOOL_FOR_TARGET
581AS_FOR_TARGET
582AR_FOR_TARGET
632e2a07 583GOC_FOR_TARGET
5213506e
RW
584GFORTRAN_FOR_TARGET
585GCJ_FOR_TARGET
586GCC_FOR_TARGET
587CXX_FOR_TARGET
588CC_FOR_TARGET
e7a82751 589READELF
5213506e
RW
590OBJDUMP
591OBJCOPY
592WINDMC
593WINDRES
594STRIP
595RANLIB
596NM
597LIPO
598LD
599DLLTOOL
600AS
601AR
602RUNTEST
603EXPECT
604MAKEINFO
605FLEX
606LEX
607M4
608BISON
609YACC
5213506e
RW
610WINDRES_FOR_BUILD
611WINDMC_FOR_BUILD
612RANLIB_FOR_BUILD
613NM_FOR_BUILD
614LD_FOR_BUILD
615LDFLAGS_FOR_BUILD
632e2a07 616GOC_FOR_BUILD
5213506e
RW
617GFORTRAN_FOR_BUILD
618GCJ_FOR_BUILD
619DLLTOOL_FOR_BUILD
620CXX_FOR_BUILD
621CXXFLAGS_FOR_BUILD
622CFLAGS_FOR_BUILD
623CC_FOR_BUILD
624AS_FOR_BUILD
625AR_FOR_BUILD
aae29963 626target_configdirs
5213506e 627configdirs
5213506e 628build_configdirs
5213506e
RW
629INSTALL_GDB_TK
630GDB_TK
631CONFIGURE_GDB_TK
632build_tooldir
633tooldir
634GCC_SHLIB_SUBDIR
635RPATH_ENVVAR
ffedf511
RW
636target_configargs
637host_configargs
638build_configargs
e12c4094 639BUILD_CONFIG
6f57bdf6 640LDFLAGS_FOR_TARGET
5213506e
RW
641CXXFLAGS_FOR_TARGET
642CFLAGS_FOR_TARGET
643DEBUG_PREFIX_CFLAGS_FOR_TARGET
644SYSROOT_CFLAGS_FOR_TARGET
645stage1_languages
d7f09764 646extra_host_libiberty_configure_flags
45b3824d
TS
647extra_linker_plugin_flags
648extra_linker_plugin_configure_flags
5213506e
RW
649clooginc
650clooglibs
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
5213506e
RW
677target_subdir
678host_subdir
679build_subdir
680build_libsubdir
87264276
PB
681AWK
682SED
5213506e
RW
683LN_S
684LN
685INSTALL_DATA
686INSTALL_SCRIPT
687INSTALL_PROGRAM
688target_os
689target_vendor
690target_cpu
691target
692host_os
693host_vendor
694host_cpu
695host
696target_noncanonical
697host_noncanonical
698build_noncanonical
699build_os
700build_vendor
701build_cpu
702build
703TOPLEVEL_CONFIGURE_ARGUMENTS
704target_alias
705host_alias
706build_alias
707LIBS
708ECHO_T
709ECHO_N
710ECHO_C
711DEFS
712mandir
713localedir
714libdir
715psdir
716pdfdir
717dvidir
718htmldir
719infodir
720docdir
721oldincludedir
722includedir
723localstatedir
724sharedstatedir
725sysconfdir
726datadir
727datarootdir
728libexecdir
729sbindir
730bindir
731program_transform_name
732prefix
733exec_prefix
734PACKAGE_URL
735PACKAGE_BUGREPORT
736PACKAGE_STRING
737PACKAGE_VERSION
738PACKAGE_TARNAME
739PACKAGE_NAME
740PATH_SEPARATOR
741SHELL'
742ac_subst_files='serialization_dependencies
743host_makefile_frag
744target_makefile_frag
745alphaieee_frag
746ospace_frag'
747ac_user_opts='
748enable_option_checking
749with_build_libsubdir
750enable_gold
21539e2e 751enable_ld
87e6d9dc
TB
752enable_libquadmath
753enable_libquadmath_support
5213506e
RW
754enable_libada
755enable_libssp
1873ec0c 756enable_libstdcxx
a4a2c37d 757enable_static_libjava
ff3ac0f4 758enable_bootstrap
5213506e
RW
759with_mpc
760with_mpc_include
761with_mpc_lib
762with_mpfr_dir
763with_mpfr
764with_mpfr_include
765with_mpfr_lib
766with_gmp_dir
767with_gmp
768with_gmp_include
769with_gmp_lib
770with_host_libstdcxx
5213506e 771with_stage1_libs
0b21f5d3 772with_stage1_ldflags
5213506e 773with_boot_libs
ed2eaa9f 774with_boot_ldflags
625afa23 775with_cloog
33ad93b9
RG
776with_isl
777with_isl_include
778with_isl_lib
779enable_isl_version_check
5213506e
RW
780with_cloog_include
781with_cloog_lib
782enable_cloog_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
838OBJDUMP_FOR_TARGET
839RANLIB_FOR_TARGET
e7a82751 840READELF_FOR_TARGET
5213506e
RW
841STRIP_FOR_TARGET
842WINDRES_FOR_TARGET
843WINDMC_FOR_TARGET'
844
671aa708
NN
845
846# Initialize some variables set by options.
1c710c3c
DJ
847ac_init_help=
848ac_init_version=false
5213506e
RW
849ac_unrecognized_opts=
850ac_unrecognized_sep=
671aa708
NN
851# The variables have the same names as the options, with
852# dashes changed to underlines.
1c710c3c 853cache_file=/dev/null
671aa708 854exec_prefix=NONE
671aa708 855no_create=
671aa708
NN
856no_recursion=
857prefix=NONE
858program_prefix=NONE
859program_suffix=NONE
860program_transform_name=s,x,x,
861silent=
862site=
863srcdir=
671aa708
NN
864verbose=
865x_includes=NONE
866x_libraries=NONE
1c710c3c
DJ
867
868# Installation directory options.
869# These are left unexpanded so users can "make install exec_prefix=/foo"
870# and all the variables that are supposed to be based on exec_prefix
871# by default will actually change.
872# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 873# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
874bindir='${exec_prefix}/bin'
875sbindir='${exec_prefix}/sbin'
876libexecdir='${exec_prefix}/libexec'
5213506e
RW
877datarootdir='${prefix}/share'
878datadir='${datarootdir}'
671aa708
NN
879sysconfdir='${prefix}/etc'
880sharedstatedir='${prefix}/com'
881localstatedir='${prefix}/var'
671aa708
NN
882includedir='${prefix}/include'
883oldincludedir='/usr/include'
5213506e
RW
884docdir='${datarootdir}/doc/${PACKAGE}'
885infodir='${datarootdir}/info'
886htmldir='${docdir}'
887dvidir='${docdir}'
888pdfdir='${docdir}'
889psdir='${docdir}'
890libdir='${exec_prefix}/lib'
891localedir='${datarootdir}/locale'
892mandir='${datarootdir}/man'
79c06341 893
671aa708 894ac_prev=
5213506e 895ac_dashdash=
671aa708
NN
896for ac_option
897do
671aa708
NN
898 # If the previous option needs an argument, assign it.
899 if test -n "$ac_prev"; then
5213506e 900 eval $ac_prev=\$ac_option
671aa708
NN
901 ac_prev=
902 continue
903 fi
79c06341 904
5213506e
RW
905 case $ac_option in
906 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
907 *) ac_optarg=yes ;;
908 esac
671aa708
NN
909
910 # Accept the important Cygnus configure options, so we can diagnose typos.
911
5213506e
RW
912 case $ac_dashdash$ac_option in
913 --)
914 ac_dashdash=yes ;;
671aa708
NN
915
916 -bindir | --bindir | --bindi | --bind | --bin | --bi)
917 ac_prev=bindir ;;
918 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 919 bindir=$ac_optarg ;;
671aa708
NN
920
921 -build | --build | --buil | --bui | --bu)
1c710c3c 922 ac_prev=build_alias ;;
671aa708 923 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 924 build_alias=$ac_optarg ;;
671aa708
NN
925
926 -cache-file | --cache-file | --cache-fil | --cache-fi \
927 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
928 ac_prev=cache_file ;;
929 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
930 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
931 cache_file=$ac_optarg ;;
932
933 --config-cache | -C)
934 cache_file=config.cache ;;
671aa708 935
5213506e 936 -datadir | --datadir | --datadi | --datad)
671aa708 937 ac_prev=datadir ;;
5213506e 938 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 939 datadir=$ac_optarg ;;
671aa708 940
5213506e
RW
941 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
942 | --dataroo | --dataro | --datar)
943 ac_prev=datarootdir ;;
944 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
945 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
946 datarootdir=$ac_optarg ;;
947
671aa708 948 -disable-* | --disable-*)
5213506e 949 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 950 # Reject names that are not valid shell variable names.
5213506e
RW
951 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
952 as_fn_error "invalid feature name: $ac_useropt"
953 ac_useropt_orig=$ac_useropt
954 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
955 case $ac_user_opts in
956 *"
957"enable_$ac_useropt"
958"*) ;;
959 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
960 ac_unrecognized_sep=', ';;
961 esac
962 eval enable_$ac_useropt=no ;;
963
964 -docdir | --docdir | --docdi | --doc | --do)
965 ac_prev=docdir ;;
966 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
967 docdir=$ac_optarg ;;
968
969 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
970 ac_prev=dvidir ;;
971 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
972 dvidir=$ac_optarg ;;
671aa708
NN
973
974 -enable-* | --enable-*)
5213506e 975 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 976 # Reject names that are not valid shell variable names.
5213506e
RW
977 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978 as_fn_error "invalid feature name: $ac_useropt"
979 ac_useropt_orig=$ac_useropt
980 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
981 case $ac_user_opts in
982 *"
983"enable_$ac_useropt"
984"*) ;;
985 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
986 ac_unrecognized_sep=', ';;
2aeb72e9 987 esac
5213506e 988 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
989
990 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
991 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
992 | --exec | --exe | --ex)
993 ac_prev=exec_prefix ;;
994 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
995 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
996 | --exec=* | --exe=* | --ex=*)
1c710c3c 997 exec_prefix=$ac_optarg ;;
671aa708
NN
998
999 -gas | --gas | --ga | --g)
1000 # Obsolete; use --with-gas.
1001 with_gas=yes ;;
1002
1c710c3c
DJ
1003 -help | --help | --hel | --he | -h)
1004 ac_init_help=long ;;
1005 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1006 ac_init_help=recursive ;;
1007 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1008 ac_init_help=short ;;
671aa708
NN
1009
1010 -host | --host | --hos | --ho)
1c710c3c 1011 ac_prev=host_alias ;;
671aa708 1012 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1013 host_alias=$ac_optarg ;;
671aa708 1014
5213506e
RW
1015 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1016 ac_prev=htmldir ;;
1017 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1018 | --ht=*)
1019 htmldir=$ac_optarg ;;
1020
671aa708
NN
1021 -includedir | --includedir | --includedi | --included | --include \
1022 | --includ | --inclu | --incl | --inc)
1023 ac_prev=includedir ;;
1024 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1025 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1026 includedir=$ac_optarg ;;
671aa708
NN
1027
1028 -infodir | --infodir | --infodi | --infod | --info | --inf)
1029 ac_prev=infodir ;;
1030 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1031 infodir=$ac_optarg ;;
671aa708
NN
1032
1033 -libdir | --libdir | --libdi | --libd)
1034 ac_prev=libdir ;;
1035 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1036 libdir=$ac_optarg ;;
671aa708
NN
1037
1038 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1039 | --libexe | --libex | --libe)
1040 ac_prev=libexecdir ;;
1041 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1042 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1043 libexecdir=$ac_optarg ;;
671aa708 1044
5213506e
RW
1045 -localedir | --localedir | --localedi | --localed | --locale)
1046 ac_prev=localedir ;;
1047 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1048 localedir=$ac_optarg ;;
1049
671aa708 1050 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1051 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1052 ac_prev=localstatedir ;;
1053 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1054 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1055 localstatedir=$ac_optarg ;;
671aa708
NN
1056
1057 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1058 ac_prev=mandir ;;
1059 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1060 mandir=$ac_optarg ;;
671aa708
NN
1061
1062 -nfp | --nfp | --nf)
1063 # Obsolete; use --without-fp.
1064 with_fp=no ;;
1065
1066 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1067 | --no-cr | --no-c | -n)
671aa708
NN
1068 no_create=yes ;;
1069
1070 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1071 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1072 no_recursion=yes ;;
1073
1074 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1075 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1076 | --oldin | --oldi | --old | --ol | --o)
1077 ac_prev=oldincludedir ;;
1078 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1079 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1080 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1081 oldincludedir=$ac_optarg ;;
671aa708
NN
1082
1083 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1084 ac_prev=prefix ;;
1085 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1086 prefix=$ac_optarg ;;
671aa708
NN
1087
1088 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1089 | --program-pre | --program-pr | --program-p)
1090 ac_prev=program_prefix ;;
1091 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1092 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1093 program_prefix=$ac_optarg ;;
671aa708
NN
1094
1095 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1096 | --program-suf | --program-su | --program-s)
1097 ac_prev=program_suffix ;;
1098 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1099 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1100 program_suffix=$ac_optarg ;;
671aa708
NN
1101
1102 -program-transform-name | --program-transform-name \
1103 | --program-transform-nam | --program-transform-na \
1104 | --program-transform-n | --program-transform- \
1105 | --program-transform | --program-transfor \
1106 | --program-transfo | --program-transf \
1107 | --program-trans | --program-tran \
1108 | --progr-tra | --program-tr | --program-t)
1109 ac_prev=program_transform_name ;;
1110 -program-transform-name=* | --program-transform-name=* \
1111 | --program-transform-nam=* | --program-transform-na=* \
1112 | --program-transform-n=* | --program-transform-=* \
1113 | --program-transform=* | --program-transfor=* \
1114 | --program-transfo=* | --program-transf=* \
1115 | --program-trans=* | --program-tran=* \
1116 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1117 program_transform_name=$ac_optarg ;;
671aa708 1118
5213506e
RW
1119 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1120 ac_prev=pdfdir ;;
1121 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1122 pdfdir=$ac_optarg ;;
1123
1124 -psdir | --psdir | --psdi | --psd | --ps)
1125 ac_prev=psdir ;;
1126 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1127 psdir=$ac_optarg ;;
1128
671aa708
NN
1129 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1130 | -silent | --silent | --silen | --sile | --sil)
1131 silent=yes ;;
1132
1133 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1134 ac_prev=sbindir ;;
1135 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1136 | --sbi=* | --sb=*)
1c710c3c 1137 sbindir=$ac_optarg ;;
671aa708
NN
1138
1139 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1140 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1141 | --sharedst | --shareds | --shared | --share | --shar \
1142 | --sha | --sh)
1143 ac_prev=sharedstatedir ;;
1144 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1145 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1146 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1147 | --sha=* | --sh=*)
1c710c3c 1148 sharedstatedir=$ac_optarg ;;
671aa708
NN
1149
1150 -site | --site | --sit)
1151 ac_prev=site ;;
1152 -site=* | --site=* | --sit=*)
1c710c3c 1153 site=$ac_optarg ;;
671aa708
NN
1154
1155 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1156 ac_prev=srcdir ;;
1157 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1158 srcdir=$ac_optarg ;;
671aa708
NN
1159
1160 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1161 | --syscon | --sysco | --sysc | --sys | --sy)
1162 ac_prev=sysconfdir ;;
1163 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1164 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1165 sysconfdir=$ac_optarg ;;
671aa708
NN
1166
1167 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1168 ac_prev=target_alias ;;
671aa708 1169 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1170 target_alias=$ac_optarg ;;
671aa708
NN
1171
1172 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1173 verbose=yes ;;
1174
1c710c3c
DJ
1175 -version | --version | --versio | --versi | --vers | -V)
1176 ac_init_version=: ;;
671aa708
NN
1177
1178 -with-* | --with-*)
5213506e 1179 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1180 # Reject names that are not valid shell variable names.
5213506e
RW
1181 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1182 as_fn_error "invalid package name: $ac_useropt"
1183 ac_useropt_orig=$ac_useropt
1184 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185 case $ac_user_opts in
1186 *"
1187"with_$ac_useropt"
1188"*) ;;
1189 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1190 ac_unrecognized_sep=', ';;
2aeb72e9 1191 esac
5213506e 1192 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1193
1194 -without-* | --without-*)
5213506e 1195 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1196 # Reject names that are not valid shell variable names.
5213506e
RW
1197 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1198 as_fn_error "invalid package name: $ac_useropt"
1199 ac_useropt_orig=$ac_useropt
1200 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1201 case $ac_user_opts in
1202 *"
1203"with_$ac_useropt"
1204"*) ;;
1205 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1206 ac_unrecognized_sep=', ';;
1207 esac
1208 eval with_$ac_useropt=no ;;
671aa708
NN
1209
1210 --x)
1211 # Obsolete; use --with-x.
1212 with_x=yes ;;
1213
1214 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1215 | --x-incl | --x-inc | --x-in | --x-i)
1216 ac_prev=x_includes ;;
1217 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1218 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1219 x_includes=$ac_optarg ;;
671aa708
NN
1220
1221 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1222 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1223 ac_prev=x_libraries ;;
1224 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1225 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1226 x_libraries=$ac_optarg ;;
671aa708 1227
5213506e
RW
1228 -*) as_fn_error "unrecognized option: \`$ac_option'
1229Try \`$0 --help' for more information."
671aa708
NN
1230 ;;
1231
1c710c3c
DJ
1232 *=*)
1233 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1234 # Reject names that are not valid shell variable names.
5213506e
RW
1235 case $ac_envvar in #(
1236 '' | [0-9]* | *[!_$as_cr_alnum]* )
1237 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1238 esac
1239 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1240 export $ac_envvar ;;
1241
671aa708 1242 *)
1c710c3c 1243 # FIXME: should be removed in autoconf 3.0.
5213506e 1244 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1245 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1246 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1247 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1248 ;;
1249
1250 esac
1251done
1252
1253if test -n "$ac_prev"; then
1c710c3c 1254 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1255 as_fn_error "missing argument to $ac_option"
af71363e 1256fi
af71363e 1257
5213506e
RW
1258if test -n "$ac_unrecognized_opts"; then
1259 case $enable_option_checking in
1260 no) ;;
1261 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1262 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1263 esac
5213506e 1264fi
2aeb72e9 1265
5213506e
RW
1266# Check all directory arguments for consistency.
1267for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1268 datadir sysconfdir sharedstatedir localstatedir includedir \
1269 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1270 libdir localedir mandir
2aeb72e9 1271do
5213506e
RW
1272 eval ac_val=\$$ac_var
1273 # Remove trailing slashes.
1274 case $ac_val in
1275 */ )
1276 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1277 eval $ac_var=\$ac_val;;
1278 esac
1279 # Be sure to have absolute directory names.
2aeb72e9 1280 case $ac_val in
5213506e
RW
1281 [\\/$]* | ?:[\\/]* ) continue;;
1282 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1283 esac
5213506e 1284 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1285done
1286
1c710c3c
DJ
1287# There might be people who depend on the old broken behavior: `$host'
1288# used to hold the argument of --host etc.
1289# FIXME: To remove some day.
1290build=$build_alias
1291host=$host_alias
1292target=$target_alias
0b0dc272 1293
1c710c3c
DJ
1294# FIXME: To remove some day.
1295if test "x$host_alias" != x; then
1296 if test "x$build_alias" = x; then
1297 cross_compiling=maybe
5213506e 1298 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1299 If a cross compiler is detected then cross compile mode will be used." >&2
1300 elif test "x$build_alias" != "x$host_alias"; then
1301 cross_compiling=yes
1302 fi
1303fi
1304
1305ac_tool_prefix=
1306test -n "$host_alias" && ac_tool_prefix=$host_alias-
1307
1308test "$silent" = yes && exec 6>/dev/null
671aa708 1309
671aa708 1310
5213506e
RW
1311ac_pwd=`pwd` && test -n "$ac_pwd" &&
1312ac_ls_di=`ls -di .` &&
1313ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1314 as_fn_error "working directory cannot be determined"
1315test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1316 as_fn_error "pwd does not report name of working directory"
1317
1318
671aa708
NN
1319# Find the source files, if location was not specified.
1320if test -z "$srcdir"; then
1321 ac_srcdir_defaulted=yes
5213506e
RW
1322 # Try the directory containing this script, then the parent directory.
1323 ac_confdir=`$as_dirname -- "$as_myself" ||
1324$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1325 X"$as_myself" : 'X\(//\)[^/]' \| \
1326 X"$as_myself" : 'X\(//\)$' \| \
1327 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1328$as_echo X"$as_myself" |
1329 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1330 s//\1/
1331 q
1332 }
1333 /^X\(\/\/\)[^/].*/{
1334 s//\1/
1335 q
1336 }
1337 /^X\(\/\/\)$/{
1338 s//\1/
1339 q
1340 }
1341 /^X\(\/\).*/{
1342 s//\1/
1343 q
1344 }
1345 s/.*/./; q'`
671aa708 1346 srcdir=$ac_confdir
5213506e 1347 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1348 srcdir=..
1349 fi
1350else
1351 ac_srcdir_defaulted=no
1352fi
5213506e
RW
1353if test ! -r "$srcdir/$ac_unique_file"; then
1354 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1355 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1356fi
1357ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1358ac_abs_confdir=`(
1359 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1360 pwd)`
1361# When building in place, set srcdir=.
1362if test "$ac_abs_confdir" = "$ac_pwd"; then
1363 srcdir=.
1364fi
1365# Remove unnecessary trailing slashes from srcdir.
1366# Double slashes in file names in object file debugging info
1367# mess up M-x gdb in Emacs.
1368case $srcdir in
1369*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1370esac
87841584
AM
1371case $srcdir in
1372 *" "*)
1373 as_fn_error "path to source, $srcdir, contains spaces"
1374 ;;
1375esac
ac9e6043
RW
1376ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1377
5213506e
RW
1378for ac_var in $ac_precious_vars; do
1379 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1380 eval ac_env_${ac_var}_value=\$${ac_var}
1381 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1382 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1383done
1c710c3c
DJ
1384
1385#
1386# Report the --help message.
1387#
1388if test "$ac_init_help" = "long"; then
1389 # Omit some internal or obsolete options to make the list less imposing.
1390 # This message is too long to be a string in the A/UX 3.1 sh.
1391 cat <<_ACEOF
1392\`configure' configures this package to adapt to many kinds of systems.
1393
1394Usage: $0 [OPTION]... [VAR=VALUE]...
1395
1396To assign environment variables (e.g., CC, CFLAGS...), specify them as
1397VAR=VALUE. See below for descriptions of some of the useful variables.
1398
1399Defaults for the options are specified in brackets.
1400
1401Configuration:
1402 -h, --help display this help and exit
1403 --help=short display options specific to this package
1404 --help=recursive display the short help of all the included packages
1405 -V, --version display version information and exit
1406 -q, --quiet, --silent do not print \`checking...' messages
1407 --cache-file=FILE cache test results in FILE [disabled]
1408 -C, --config-cache alias for \`--cache-file=config.cache'
1409 -n, --no-create do not create output files
1410 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1411
1c710c3c
DJ
1412Installation directories:
1413 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1414 [$ac_default_prefix]
1c710c3c 1415 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1416 [PREFIX]
1c710c3c
DJ
1417
1418By default, \`make install' will install all the files in
1419\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1420an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1421for instance \`--prefix=\$HOME'.
1422
1423For better control, use the options below.
1424
1425Fine tuning of the installation directories:
5213506e
RW
1426 --bindir=DIR user executables [EPREFIX/bin]
1427 --sbindir=DIR system admin executables [EPREFIX/sbin]
1428 --libexecdir=DIR program executables [EPREFIX/libexec]
1429 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1430 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1431 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1432 --libdir=DIR object code libraries [EPREFIX/lib]
1433 --includedir=DIR C header files [PREFIX/include]
1434 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1435 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1436 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1437 --infodir=DIR info documentation [DATAROOTDIR/info]
1438 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1439 --mandir=DIR man documentation [DATAROOTDIR/man]
1440 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1441 --htmldir=DIR html documentation [DOCDIR]
1442 --dvidir=DIR dvi documentation [DOCDIR]
1443 --pdfdir=DIR pdf documentation [DOCDIR]
1444 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1445_ACEOF
1446
1447 cat <<\_ACEOF
1448
1449Program names:
1450 --program-prefix=PREFIX prepend PREFIX to installed program names
1451 --program-suffix=SUFFIX append SUFFIX to installed program names
1452 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1453
1454System types:
1455 --build=BUILD configure for building on BUILD [guessed]
1456 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1457 --target=TARGET configure for building compilers for TARGET [HOST]
1458_ACEOF
1459fi
1460
1461if test -n "$ac_init_help"; then
1462
1463 cat <<\_ACEOF
1464
1465Optional Features:
5213506e 1466 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1467 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1468 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
21539e2e 1469 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1470 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
87e6d9dc
TB
1471 --disable-libquadmath do not build libquadmath directory
1472 --disable-libquadmath-support
1473 disable libquadmath support for Fortran
30b74385
RW
1474 --enable-libada build libada directory
1475 --enable-libssp build libssp directory
1873ec0c 1476 --disable-libstdcxx do not build libstdc++-v3 directory
a4a2c37d
MK
1477 --enable-static-libjava[=ARG]
1478 build static libjava [default=no]
ff3ac0f4 1479 --enable-bootstrap enable bootstrapping [yes if native build]
33ad93b9
RG
1480 --disable-isl-version-check
1481 disable check for ISL version
d32ef397
AS
1482 --disable-cloog-version-check
1483 disable check for CLooG version
d7f09764 1484 --enable-lto enable link time optimization support
45b3824d
TS
1485 --enable-linker-plugin-configure-flags=FLAGS
1486 additional flags for configuring linker plugins
1487 [none]
1488 --enable-linker-plugin-flags=FLAGS
1489 additional flags for configuring and building linker
1490 plugins [none]
33e39b66
AS
1491 --enable-stage1-languages[=all]
1492 choose additional languages to build during stage1.
1493 Mostly useful for compiler development
1494 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1495 Objective-C runtime
beeda1d9 1496 --enable-vtable-verify Enable vtable verification feature
30b74385 1497 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1498 force sequential configuration of sub-packages for
1499 the host, target or build machine, or all
1500 sub-packages
1501 --enable-maintainer-mode
1502 enable make rules and dependencies not useful (and
1503 sometimes confusing) to the casual installer
1504 --enable-stage1-checking[=all]
1505 choose additional checking for stage1 of the
1506 compiler
1c710c3c 1507 --enable-werror enable -Werror in bootstrap stage2 and later
459260ec 1508 --enable-host-shared build host code as shared libraries
1c710c3c
DJ
1509
1510Optional Packages:
1511 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1512 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1513 --with-build-libsubdir=DIR Directory where to find libraries for build system
33e39b66
AS
1514 --with-mpc=PATH specify prefix directory for installed MPC package.
1515 Equivalent to --with-mpc-include=PATH/include plus
1516 --with-mpc-lib=PATH/lib
1517 --with-mpc-include=PATH specify directory for installed MPC include files
1518 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1519 --with-mpfr-dir=PATH this option has been REMOVED
1520 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1521 Equivalent to --with-mpfr-include=PATH/include plus
1522 --with-mpfr-lib=PATH/lib
1c710c3c 1523 --with-mpfr-include=PATH
30b74385
RW
1524 specify directory for installed MPFR include files
1525 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1526 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1527 --with-gmp=PATH specify prefix directory for the installed GMP
1528 package. Equivalent to
1529 --with-gmp-include=PATH/include plus
1530 --with-gmp-lib=PATH/lib
30b74385
RW
1531 --with-gmp-include=PATH specify directory for installed GMP include files
1532 --with-gmp-lib=PATH specify directory for the installed GMP library
33e39b66
AS
1533 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1534 linking with PPL
0b21f5d3 1535 --with-stage1-libs=LIBS libraries for stage1
33e39b66
AS
1536 --with-stage1-ldflags=FLAGS
1537 linker flags for stage1
33e39b66
AS
1538 --with-boot-libs=LIBS libraries for stage2 and later
1539 --with-boot-ldflags=FLAGS
1540 linker flags for stage2 and later
625afa23
RG
1541 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1542 package. Equivalent to
1543 --with-cloog-include=PATH/include plus
1544 --with-cloog-lib=PATH/lib
33ad93b9 1545 --with-isl=PATH Specify prefix directory for the installed ISL
33e39b66 1546 package. Equivalent to
33ad93b9
RG
1547 --with-isl-include=PATH/include plus
1548 --with-isl-lib=PATH/lib
1549 --with-isl-include=PATH Specify directory for installed ISL include files
1550 --with-isl-lib=PATH Specify the directory for the installed ISL library
d32ef397
AS
1551 --with-cloog-include=PATH
1552 Specify directory for installed CLooG include files
1553 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1554 library
30b74385 1555 --with-build-sysroot=SYSROOT
1c710c3c 1556 use sysroot as the system root during the build
c8aea42c 1557 --with-debug-prefix-map='A=B C=D ...'
33e39b66
AS
1558 map A to B, C to D ... in debug information
1559 --with-build-config='NAME NAME2...'
1560 use config/NAME.mk build configuration
30b74385 1561 --with-build-time-tools=PATH
1c710c3c 1562 use given path to find target tools during the build
1c710c3c
DJ
1563
1564Some influential environment variables:
1565 CC C compiler command
1566 CFLAGS C compiler flags
1567 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1568 nonstandard directory <lib dir>
5213506e
RW
1569 LIBS libraries to pass to the linker, e.g. -l<library>
1570 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1571 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1572 CXX C++ compiler command
1573 CXXFLAGS C++ compiler flags
ffedf511
RW
1574 build_configargs
1575 additional configure arguments for build directories
1576 host_configargs
1577 additional configure arguments for host directories
1578 target_configargs
1579 additional configure arguments for target directories
278a7a38
AO
1580 AR AR for the host
1581 AS AS for the host
1582 DLLTOOL DLLTOOL for the host
1583 LD LD for the host
1584 LIPO LIPO for the host
1585 NM NM for the host
1586 RANLIB RANLIB for the host
1587 STRIP STRIP for the host
1588 WINDRES WINDRES for the host
901119ae 1589 WINDMC WINDMC for the host
278a7a38
AO
1590 OBJCOPY OBJCOPY for the host
1591 OBJDUMP OBJDUMP for the host
e7a82751 1592 READELF READELF for the host
278a7a38
AO
1593 CC_FOR_TARGET
1594 CC for the target
1595 CXX_FOR_TARGET
1596 CXX for the target
1597 GCC_FOR_TARGET
1598 GCC for the target
1599 GCJ_FOR_TARGET
1600 GCJ for the target
1601 GFORTRAN_FOR_TARGET
1602 GFORTRAN for the target
632e2a07
ILT
1603 GOC_FOR_TARGET
1604 GOC for the target
278a7a38
AO
1605 AR_FOR_TARGET
1606 AR for the target
1607 AS_FOR_TARGET
1608 AS for the target
1609 DLLTOOL_FOR_TARGET
1610 DLLTOOL for the target
1611 LD_FOR_TARGET
1612 LD for the target
1613 LIPO_FOR_TARGET
1614 LIPO for the target
1615 NM_FOR_TARGET
1616 NM for the target
1617 OBJDUMP_FOR_TARGET
1618 OBJDUMP for the target
1619 RANLIB_FOR_TARGET
1620 RANLIB for the target
e7a82751
RM
1621 READELF_FOR_TARGET
1622 READELF for the target
278a7a38
AO
1623 STRIP_FOR_TARGET
1624 STRIP for the target
1625 WINDRES_FOR_TARGET
1626 WINDRES for the target
901119ae
KT
1627 WINDMC_FOR_TARGET
1628 WINDMC for the target
1c710c3c
DJ
1629
1630Use these variables to override the choices made by `configure' or to help
1631it to find libraries and programs with nonstandard names/locations.
1632
5213506e 1633Report bugs to the package provider.
1c710c3c 1634_ACEOF
5213506e 1635ac_status=$?
1c710c3c
DJ
1636fi
1637
1638if test "$ac_init_help" = "recursive"; then
1639 # If there are subdirs, report their specific --help.
1c710c3c 1640 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1641 test -d "$ac_dir" ||
1642 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1643 continue
1c710c3c
DJ
1644 ac_builddir=.
1645
5213506e
RW
1646case "$ac_dir" in
1647.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1648*)
1649 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1650 # A ".." for each directory in $ac_dir_suffix.
1651 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1652 case $ac_top_builddir_sub in
1653 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1654 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1655 esac ;;
1656esac
1657ac_abs_top_builddir=$ac_pwd
1658ac_abs_builddir=$ac_pwd$ac_dir_suffix
1659# for backward compatibility:
1660ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1661
1662case $srcdir in
5213506e 1663 .) # We are building in place.
1c710c3c 1664 ac_srcdir=.
5213506e
RW
1665 ac_top_srcdir=$ac_top_builddir_sub
1666 ac_abs_top_srcdir=$ac_pwd ;;
1667 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1668 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1669 ac_top_srcdir=$srcdir
1670 ac_abs_top_srcdir=$srcdir ;;
1671 *) # Relative name.
1672 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1673 ac_top_srcdir=$ac_top_build_prefix$srcdir
1674 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1675esac
5213506e
RW
1676ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1677
1678 cd "$ac_dir" || { ac_status=$?; continue; }
1679 # Check for guested configure.
1680 if test -f "$ac_srcdir/configure.gnu"; then
1681 echo &&
1682 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1683 elif test -f "$ac_srcdir/configure"; then
1684 echo &&
1685 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1686 else
5213506e
RW
1687 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1688 fi || ac_status=$?
1689 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1690 done
1691fi
1692
5213506e 1693test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1694if $ac_init_version; then
1695 cat <<\_ACEOF
5213506e
RW
1696configure
1697generated by GNU Autoconf 2.64
1c710c3c 1698
5213506e 1699Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
1700This configure script is free software; the Free Software Foundation
1701gives unlimited permission to copy, distribute and modify it.
1702_ACEOF
5213506e 1703 exit
0b0dc272 1704fi
5213506e
RW
1705
1706## ------------------------ ##
1707## Autoconf initialization. ##
1708## ------------------------ ##
1709
1710# ac_fn_c_try_compile LINENO
1711# --------------------------
1712# Try to compile conftest.$ac_ext, and return whether this succeeded.
1713ac_fn_c_try_compile ()
1714{
1715 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1716 rm -f conftest.$ac_objext
1717 if { { ac_try="$ac_compile"
1718case "(($ac_try" in
1719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1720 *) ac_try_echo=$ac_try;;
1721esac
1722eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1723$as_echo "$ac_try_echo"; } >&5
1724 (eval "$ac_compile") 2>conftest.err
1725 ac_status=$?
1726 if test -s conftest.err; then
1727 grep -v '^ *+' conftest.err >conftest.er1
1728 cat conftest.er1 >&5
1729 mv -f conftest.er1 conftest.err
1730 fi
1731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1732 test $ac_status = 0; } && {
1733 test -z "$ac_c_werror_flag" ||
1734 test ! -s conftest.err
1735 } && test -s conftest.$ac_objext; then :
1736 ac_retval=0
1737else
1738 $as_echo "$as_me: failed program was:" >&5
1739sed 's/^/| /' conftest.$ac_ext >&5
1740
1741 ac_retval=1
1742fi
1743 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1744 return $ac_retval
1745
1746} # ac_fn_c_try_compile
1747
1748# ac_fn_cxx_try_compile LINENO
1749# ----------------------------
1750# Try to compile conftest.$ac_ext, and return whether this succeeded.
1751ac_fn_cxx_try_compile ()
1752{
1753 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754 rm -f conftest.$ac_objext
1755 if { { ac_try="$ac_compile"
1756case "(($ac_try" in
1757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1758 *) ac_try_echo=$ac_try;;
1759esac
1760eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1761$as_echo "$ac_try_echo"; } >&5
1762 (eval "$ac_compile") 2>conftest.err
1763 ac_status=$?
1764 if test -s conftest.err; then
1765 grep -v '^ *+' conftest.err >conftest.er1
1766 cat conftest.er1 >&5
1767 mv -f conftest.er1 conftest.err
1768 fi
1769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1770 test $ac_status = 0; } && {
1771 test -z "$ac_cxx_werror_flag" ||
1772 test ! -s conftest.err
1773 } && test -s conftest.$ac_objext; then :
1774 ac_retval=0
1775else
1776 $as_echo "$as_me: failed program was:" >&5
1777sed 's/^/| /' conftest.$ac_ext >&5
1778
1779 ac_retval=1
1780fi
1781 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1782 return $ac_retval
1783
1784} # ac_fn_cxx_try_compile
1785
0b21f5d3
EB
1786# ac_fn_cxx_try_link LINENO
1787# -------------------------
1788# Try to link conftest.$ac_ext, and return whether this succeeded.
1789ac_fn_cxx_try_link ()
1790{
1791 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1792 rm -f conftest.$ac_objext conftest$ac_exeext
1793 if { { ac_try="$ac_link"
1794case "(($ac_try" in
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1797esac
1798eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799$as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_link") 2>conftest.err
1801 ac_status=$?
1802 if test -s conftest.err; then
1803 grep -v '^ *+' conftest.err >conftest.er1
1804 cat conftest.er1 >&5
1805 mv -f conftest.er1 conftest.err
1806 fi
1807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1808 test $ac_status = 0; } && {
1809 test -z "$ac_cxx_werror_flag" ||
1810 test ! -s conftest.err
1811 } && test -s conftest$ac_exeext && {
1812 test "$cross_compiling" = yes ||
1813 $as_test_x conftest$ac_exeext
1814 }; then :
1815 ac_retval=0
1816else
1817 $as_echo "$as_me: failed program was:" >&5
1818sed 's/^/| /' conftest.$ac_ext >&5
1819
1820 ac_retval=1
1821fi
1822 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1823 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1824 # interfere with the next link command; also delete a directory that is
1825 # left behind by Apple's compiler. We do this before executing the actions.
1826 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1827 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1828 return $ac_retval
1829
1830} # ac_fn_cxx_try_link
1831
5213506e
RW
1832# ac_fn_c_try_link LINENO
1833# -----------------------
1834# Try to link conftest.$ac_ext, and return whether this succeeded.
1835ac_fn_c_try_link ()
1836{
1837 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1838 rm -f conftest.$ac_objext conftest$ac_exeext
1839 if { { ac_try="$ac_link"
1840case "(($ac_try" in
1841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1842 *) ac_try_echo=$ac_try;;
1843esac
1844eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1845$as_echo "$ac_try_echo"; } >&5
1846 (eval "$ac_link") 2>conftest.err
1847 ac_status=$?
1848 if test -s conftest.err; then
1849 grep -v '^ *+' conftest.err >conftest.er1
1850 cat conftest.er1 >&5
1851 mv -f conftest.er1 conftest.err
1852 fi
1853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1854 test $ac_status = 0; } && {
1855 test -z "$ac_c_werror_flag" ||
1856 test ! -s conftest.err
1857 } && test -s conftest$ac_exeext && {
1858 test "$cross_compiling" = yes ||
1859 $as_test_x conftest$ac_exeext
1860 }; then :
1861 ac_retval=0
1862else
1863 $as_echo "$as_me: failed program was:" >&5
1864sed 's/^/| /' conftest.$ac_ext >&5
1865
1866 ac_retval=1
1867fi
1868 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1869 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1870 # interfere with the next link command; also delete a directory that is
1871 # left behind by Apple's compiler. We do this before executing the actions.
1872 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1873 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1874 return $ac_retval
1875
1876} # ac_fn_c_try_link
1877cat >config.log <<_ACEOF
1c710c3c
DJ
1878This file contains any messages produced by compilers while
1879running configure, to aid debugging if configure makes a mistake.
1880
1881It was created by $as_me, which was
5213506e 1882generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
1883
1884 $ $0 $@
1885
1886_ACEOF
5213506e 1887exec 5>>config.log
1c710c3c
DJ
1888{
1889cat <<_ASUNAME
1890## --------- ##
1891## Platform. ##
1892## --------- ##
1893
1894hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1895uname -m = `(uname -m) 2>/dev/null || echo unknown`
1896uname -r = `(uname -r) 2>/dev/null || echo unknown`
1897uname -s = `(uname -s) 2>/dev/null || echo unknown`
1898uname -v = `(uname -v) 2>/dev/null || echo unknown`
1899
1900/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1901/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1902
1903/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1904/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1905/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1906/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1907/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1908/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1909/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1910
1911_ASUNAME
1912
1913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1914for as_dir in $PATH
1915do
1916 IFS=$as_save_IFS
1917 test -z "$as_dir" && as_dir=.
5213506e
RW
1918 $as_echo "PATH: $as_dir"
1919 done
1920IFS=$as_save_IFS
1c710c3c
DJ
1921
1922} >&5
1923
1924cat >&5 <<_ACEOF
1925
1926
1927## ----------- ##
1928## Core tests. ##
1929## ----------- ##
1930
1931_ACEOF
1932
1933
1934# Keep a trace of the command line.
1935# Strip out --no-create and --no-recursion so they do not pile up.
1936# Strip out --silent because we don't want to record it for future runs.
1937# Also quote any args containing shell meta-characters.
1938# Make two passes to allow for proper duplicate-argument suppression.
1939ac_configure_args=
1940ac_configure_args0=
1941ac_configure_args1=
1c710c3c
DJ
1942ac_must_keep_next=false
1943for ac_pass in 1 2
1944do
1945 for ac_arg
1946 do
1947 case $ac_arg in
1948 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1949 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1950 | -silent | --silent | --silen | --sile | --sil)
1951 continue ;;
5213506e
RW
1952 *\'*)
1953 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
1954 esac
1955 case $ac_pass in
5213506e 1956 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 1957 2)
5213506e 1958 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
1959 if test $ac_must_keep_next = true; then
1960 ac_must_keep_next=false # Got value, back to normal.
1961 else
1962 case $ac_arg in
1963 *=* | --config-cache | -C | -disable-* | --disable-* \
1964 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1965 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1966 | -with-* | --with-* | -without-* | --without-* | --x)
1967 case "$ac_configure_args0 " in
1968 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1969 esac
1970 ;;
1971 -* ) ac_must_keep_next=true ;;
1972 esac
1973 fi
5213506e 1974 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
1975 ;;
1976 esac
1977 done
1978done
5213506e
RW
1979{ ac_configure_args0=; unset ac_configure_args0;}
1980{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
1981
1982# When interrupted or exit'd, cleanup temporary files, and complete
1983# config.log. We remove comments because anyway the quotes in there
1984# would cause problems or look ugly.
5213506e
RW
1985# WARNING: Use '\'' to represent an apostrophe within the trap.
1986# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
1987trap 'exit_status=$?
1988 # Save into config.log some information that might help in debugging.
1989 {
1990 echo
1991
1992 cat <<\_ASBOX
1993## ---------------- ##
1994## Cache variables. ##
1995## ---------------- ##
1996_ASBOX
1997 echo
1998 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
1999(
2000 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2001 eval ac_val=\$$ac_var
2002 case $ac_val in #(
2003 *${as_nl}*)
2004 case $ac_var in #(
2005 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2006$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2007 esac
2008 case $ac_var in #(
2009 _ | IFS | as_nl) ;; #(
2010 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2011 *) { eval $ac_var=; unset $ac_var;} ;;
2012 esac ;;
2013 esac
2014 done
1c710c3c 2015 (set) 2>&1 |
5213506e
RW
2016 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2017 *${as_nl}ac_space=\ *)
1c710c3c 2018 sed -n \
5213506e
RW
2019 "s/'\''/'\''\\\\'\'''\''/g;
2020 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2021 ;; #(
1c710c3c 2022 *)
5213506e 2023 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 2024 ;;
5213506e
RW
2025 esac |
2026 sort
2027)
1c710c3c
DJ
2028 echo
2029
2030 cat <<\_ASBOX
2031## ----------------- ##
2032## Output variables. ##
2033## ----------------- ##
2034_ASBOX
2035 echo
2036 for ac_var in $ac_subst_vars
2037 do
5213506e
RW
2038 eval ac_val=\$$ac_var
2039 case $ac_val in
2040 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2041 esac
2042 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2043 done | sort
2044 echo
2045
2046 if test -n "$ac_subst_files"; then
2047 cat <<\_ASBOX
5213506e
RW
2048## ------------------- ##
2049## File substitutions. ##
2050## ------------------- ##
1c710c3c
DJ
2051_ASBOX
2052 echo
2053 for ac_var in $ac_subst_files
2054 do
5213506e
RW
2055 eval ac_val=\$$ac_var
2056 case $ac_val in
2057 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2058 esac
2059 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2060 done | sort
2061 echo
2062 fi
2063
2064 if test -s confdefs.h; then
2065 cat <<\_ASBOX
2066## ----------- ##
2067## confdefs.h. ##
2068## ----------- ##
2069_ASBOX
2070 echo
5213506e 2071 cat confdefs.h
1c710c3c
DJ
2072 echo
2073 fi
2074 test "$ac_signal" != 0 &&
5213506e
RW
2075 $as_echo "$as_me: caught signal $ac_signal"
2076 $as_echo "$as_me: exit $exit_status"
1c710c3c 2077 } >&5
5213506e
RW
2078 rm -f core *.core core.conftest.* &&
2079 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 2080 exit $exit_status
5213506e 2081' 0
1c710c3c 2082for ac_signal in 1 2 13 15; do
5213506e 2083 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
2084done
2085ac_signal=0
2086
2087# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2088rm -f -r conftest* confdefs.h
2089
2090$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
2091
2092# Predefined preprocessor variables.
2093
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_NAME "$PACKAGE_NAME"
2096_ACEOF
2097
1c710c3c
DJ
2098cat >>confdefs.h <<_ACEOF
2099#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2100_ACEOF
2101
1c710c3c
DJ
2102cat >>confdefs.h <<_ACEOF
2103#define PACKAGE_VERSION "$PACKAGE_VERSION"
2104_ACEOF
0b0dc272 2105
1c710c3c
DJ
2106cat >>confdefs.h <<_ACEOF
2107#define PACKAGE_STRING "$PACKAGE_STRING"
2108_ACEOF
2109
1c710c3c
DJ
2110cat >>confdefs.h <<_ACEOF
2111#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2112_ACEOF
2113
5213506e
RW
2114cat >>confdefs.h <<_ACEOF
2115#define PACKAGE_URL "$PACKAGE_URL"
2116_ACEOF
2117
1c710c3c
DJ
2118
2119# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2120# Prefer an explicitly selected file to automatically selected ones.
2121ac_site_file1=NONE
2122ac_site_file2=NONE
2123if test -n "$CONFIG_SITE"; then
2124 ac_site_file1=$CONFIG_SITE
2125elif test "x$prefix" != xNONE; then
2126 ac_site_file1=$prefix/share/config.site
2127 ac_site_file2=$prefix/etc/config.site
2128else
2129 ac_site_file1=$ac_default_prefix/share/config.site
2130 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2131fi
5213506e
RW
2132for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2133do
2134 test "x$ac_site_file" = xNONE && continue
671aa708 2135 if test -r "$ac_site_file"; then
5213506e
RW
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2137$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2138 sed 's/^/| /' "$ac_site_file" >&5
671aa708
NN
2139 . "$ac_site_file"
2140 fi
2141done
2142
2143if test -r "$cache_file"; then
1c710c3c
DJ
2144 # Some versions of bash will fail to source /dev/null (special
2145 # files actually), so we avoid doing that.
2146 if test -f "$cache_file"; then
5213506e
RW
2147 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2148$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2149 case $cache_file in
5213506e
RW
2150 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2151 *) . "./$cache_file";;
1c710c3c
DJ
2152 esac
2153 fi
671aa708 2154else
5213506e
RW
2155 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2156$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2157 >$cache_file
2158fi
2159
2160# Check that the precious variables saved in the cache have kept the same
2161# value.
2162ac_cache_corrupted=false
5213506e 2163for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2164 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2165 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2166 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2167 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2168 case $ac_old_set,$ac_new_set in
2169 set,)
5213506e
RW
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2171$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2172 ac_cache_corrupted=: ;;
2173 ,set)
5213506e
RW
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2175$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2176 ac_cache_corrupted=: ;;
2177 ,);;
2178 *)
2179 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2180 # differences in whitespace do not lead to failure.
2181 ac_old_val_w=`echo x $ac_old_val`
2182 ac_new_val_w=`echo x $ac_new_val`
2183 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2185$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2186 ac_cache_corrupted=:
2187 else
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2189$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2190 eval $ac_var=\$ac_old_val
2191 fi
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2193$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2195$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2196 fi;;
2197 esac
2198 # Pass precious variables to config.status.
2199 if test "$ac_new_set" = set; then
2200 case $ac_new_val in
5213506e 2201 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2202 *) ac_arg=$ac_var=$ac_new_val ;;
2203 esac
2204 case " $ac_configure_args " in
2205 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2206 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2207 esac
2208 fi
2209done
2210if $ac_cache_corrupted; then
5213506e
RW
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2212$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2214$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2215 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2216fi
5213506e
RW
2217## -------------------- ##
2218## Main body of script. ##
2219## -------------------- ##
671aa708 2220
2aeb72e9
DD
2221ac_ext=c
2222ac_cpp='$CPP $CPPFLAGS'
2223ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2224ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2225ac_compiler_gnu=$ac_cv_c_compiler_gnu
2226
1c710c3c
DJ
2227
2228
2229
1c710c3c
DJ
2230
2231
0115d4a3 2232
1c710c3c 2233
ad33ff57
RW
2234
2235progname=$0
2236# if PWD already has a value, it is probably wrong.
2237if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2238
2239# Export original configure arguments for use by sub-configures.
2240# Quote arguments with shell meta charatcers.
2241TOPLEVEL_CONFIGURE_ARGUMENTS=
2242set -- "$progname" "$@"
2243for ac_arg
2244do
2245 case "$ac_arg" in
2246 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2247 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2248 # if the argument is of the form -foo=baz, quote the baz part only
2249 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2250 *) ;;
2251 esac
2252 # Add the quoted argument to the list.
2253 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2254done
2255if test "$silent" = yes; then
2256 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2257fi
2258# Remove the initial space we just introduced and, as these will be
2259# expanded by make, quote '$'.
2260TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2261
1c710c3c
DJ
2262
2263# Find the build, host, and target systems.
671aa708 2264ac_aux_dir=
5213506e
RW
2265for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2266 for ac_t in install-sh install.sh shtool; do
2267 if test -f "$ac_dir/$ac_t"; then
2268 ac_aux_dir=$ac_dir
2269 ac_install_sh="$ac_aux_dir/$ac_t -c"
2270 break 2
2271 fi
2272 done
671aa708
NN
2273done
2274if test -z "$ac_aux_dir"; then
5213506e 2275 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2276fi
5213506e
RW
2277
2278# These three variables are undocumented and unsupported,
2279# and are intended to be withdrawn in a future Autoconf release.
2280# They can cause serious problems if a builder's source tree is in a directory
2281# whose full name contains unusual characters.
2282ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2283ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2284ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2285
671aa708 2286
1c710c3c 2287# Make sure we can run config.sub.
5213506e
RW
2288$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2289 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2290
2291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2292$as_echo_n "checking build system type... " >&6; }
2293if test "${ac_cv_build+set}" = set; then :
2294 $as_echo_n "(cached) " >&6
2295else
2296 ac_build_alias=$build_alias
2297test "x$ac_build_alias" = x &&
2298 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2299test "x$ac_build_alias" = x &&
2300 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2301ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2302 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2303
2304fi
2305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2306$as_echo "$ac_cv_build" >&6; }
2307case $ac_cv_build in
2308*-*-*) ;;
2309*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2310esac
1c710c3c 2311build=$ac_cv_build
5213506e
RW
2312ac_save_IFS=$IFS; IFS='-'
2313set x $ac_cv_build
2314shift
2315build_cpu=$1
2316build_vendor=$2
2317shift; shift
2318# Remember, the first character of IFS is used to create $*,
2319# except with old shells:
2320build_os=$*
2321IFS=$ac_save_IFS
2322case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2323
671aa708 2324
1c710c3c
DJ
2325 case ${build_alias} in
2326 "") build_noncanonical=${build} ;;
2327 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2328esac
2329
2330
af71363e 2331
1c710c3c
DJ
2332 case ${host_alias} in
2333 "") host_noncanonical=${build_noncanonical} ;;
2334 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2335esac
2336
af71363e 2337
1c710c3c
DJ
2338
2339 case ${target_alias} in
2340 "") target_noncanonical=${host_noncanonical} ;;
2341 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2342esac
2343
af71363e 2344
1c710c3c
DJ
2345
2346
2347test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2348 test "$program_prefix$program_suffix$program_transform_name" = \
2349 NONENONEs,x,x, &&
1c710c3c 2350 program_transform_name=s,y,y,
af71363e 2351
5213506e
RW
2352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2353$as_echo_n "checking host system type... " >&6; }
2354if test "${ac_cv_host+set}" = set; then :
2355 $as_echo_n "(cached) " >&6
af71363e 2356else
5213506e
RW
2357 if test "x$host_alias" = x; then
2358 ac_cv_host=$ac_cv_build
2359else
2360 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2361 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2362fi
1c710c3c 2363
af71363e 2364fi
5213506e
RW
2365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2366$as_echo "$ac_cv_host" >&6; }
2367case $ac_cv_host in
2368*-*-*) ;;
2369*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2370esac
1c710c3c 2371host=$ac_cv_host
5213506e
RW
2372ac_save_IFS=$IFS; IFS='-'
2373set x $ac_cv_host
2374shift
2375host_cpu=$1
2376host_vendor=$2
2377shift; shift
2378# Remember, the first character of IFS is used to create $*,
2379# except with old shells:
2380host_os=$*
2381IFS=$ac_save_IFS
2382case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2383
2384
5213506e
RW
2385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2386$as_echo_n "checking target system type... " >&6; }
2387if test "${ac_cv_target+set}" = set; then :
2388 $as_echo_n "(cached) " >&6
1c710c3c 2389else
5213506e
RW
2390 if test "x$target_alias" = x; then
2391 ac_cv_target=$ac_cv_host
2392else
2393 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2394 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2395fi
1c710c3c
DJ
2396
2397fi
5213506e
RW
2398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2399$as_echo "$ac_cv_target" >&6; }
2400case $ac_cv_target in
2401*-*-*) ;;
2402*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2403esac
1c710c3c 2404target=$ac_cv_target
5213506e
RW
2405ac_save_IFS=$IFS; IFS='-'
2406set x $ac_cv_target
2407shift
2408target_cpu=$1
2409target_vendor=$2
2410shift; shift
2411# Remember, the first character of IFS is used to create $*,
2412# except with old shells:
2413target_os=$*
2414IFS=$ac_save_IFS
2415case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2416
2417
2418# The aliases save the names the user supplied, while $host etc.
2419# will get canonicalized.
2420test -n "$target_alias" &&
2421 test "$program_prefix$program_suffix$program_transform_name" = \
2422 NONENONEs,x,x, &&
2423 program_prefix=${target_alias}-
5213506e 2424
671aa708 2425test "$program_prefix" != NONE &&
5213506e 2426 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2427# Use a double $ so make ignores it.
2428test "$program_suffix" != NONE &&
5213506e
RW
2429 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2430# Double any \ or $.
1c710c3c 2431# By default was `s,x,x', remove it if useless.
5213506e
RW
2432ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2433program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2434
671aa708
NN
2435
2436
775956d0
NN
2437# Get 'install' or 'install-sh' and its variants.
2438# Find a good install program. We prefer a C program (faster),
2439# so one script is as good as another. But avoid the broken or
2440# incompatible versions:
2441# SysV /etc/install, /usr/sbin/install
2442# SunOS /usr/etc/install
2443# IRIX /sbin/install
2444# AIX /bin/install
1c710c3c 2445# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2446# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2447# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2448# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2449# OS/2's system install, which has a completely different semantic
775956d0 2450# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2451# Reject install programs that cannot install multiple files.
5213506e
RW
2452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2453$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2454if test -z "$INSTALL"; then
5213506e
RW
2455if test "${ac_cv_path_install+set}" = set; then :
2456 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2457else
2458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2459for as_dir in $PATH
2460do
2461 IFS=$as_save_IFS
2462 test -z "$as_dir" && as_dir=.
5213506e
RW
2463 # Account for people who put trailing slashes in PATH elements.
2464case $as_dir/ in #((
2465 ./ | .// | /[cC]/* | \
1c710c3c 2466 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2467 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2468 /usr/ucb/* ) ;;
2469 *)
2470 # OSF1 and SCO ODT 3.0 have their own names for install.
2471 # Don't use installbsd from OSF since it installs stuff as root
2472 # by default.
2473 for ac_prog in ginstall scoinst install; do
2474 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2475 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
775956d0 2476 if test $ac_prog = install &&
1c710c3c 2477 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2478 # AIX install. It has an incompatible calling convention.
2479 :
1c710c3c
DJ
2480 elif test $ac_prog = install &&
2481 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2482 # program-specific install script used by HP pwplus--don't use.
2483 :
775956d0 2484 else
38d24731
RW
2485 rm -rf conftest.one conftest.two conftest.dir
2486 echo one > conftest.one
2487 echo two > conftest.two
2488 mkdir conftest.dir
2489 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2490 test -s conftest.one && test -s conftest.two &&
2491 test -s conftest.dir/conftest.one &&
2492 test -s conftest.dir/conftest.two
2493 then
2494 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2495 break 3
2496 fi
775956d0
NN
2497 fi
2498 fi
2499 done
1c710c3c
DJ
2500 done
2501 ;;
2502esac
5213506e
RW
2503
2504 done
2505IFS=$as_save_IFS
1c710c3c 2506
38d24731 2507rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2508
2509fi
2510 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2511 INSTALL=$ac_cv_path_install
775956d0 2512 else
38d24731
RW
2513 # As a last resort, use the slow shell script. Don't cache a
2514 # value for INSTALL within a source directory, because that will
775956d0 2515 # break other packages using the cache if that directory is
38d24731 2516 # removed, or if the value is a relative name.
1c710c3c 2517 INSTALL=$ac_install_sh
775956d0
NN
2518 fi
2519fi
5213506e
RW
2520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2521$as_echo "$INSTALL" >&6; }
775956d0
NN
2522
2523# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2524# It thinks the first close brace ends the variable substitution.
2525test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2526
1c710c3c 2527test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2528
2529test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2530
5213506e
RW
2531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2532$as_echo_n "checking whether ln works... " >&6; }
2533if test "${acx_cv_prog_LN+set}" = set; then :
2534 $as_echo_n "(cached) " >&6
ad6717df
PB
2535else
2536 rm -f conftestdata_t
2537echo >conftestdata_f
2538if ln conftestdata_f conftestdata_t 2>/dev/null
2539then
2540 acx_cv_prog_LN=ln
2541else
2542 acx_cv_prog_LN=no
2543fi
2544rm -f conftestdata_f conftestdata_t
2545
2546fi
2547if test $acx_cv_prog_LN = no; then
2548 LN="cp"
5213506e
RW
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2550$as_echo "no, using $LN" >&6; }
ad6717df
PB
2551else
2552 LN="$acx_cv_prog_LN"
5213506e
RW
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2554$as_echo "yes" >&6; }
ad6717df
PB
2555fi
2556
5213506e
RW
2557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2558$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2559LN_S=$as_ln_s
2560if test "$LN_S" = "ln -s"; then
5213506e
RW
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2562$as_echo "yes" >&6; }
fb0103e5 2563else
5213506e
RW
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2565$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2566fi
2567
87264276
PB
2568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2569$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2570if test "${ac_cv_path_SED+set}" = set; then :
2571 $as_echo_n "(cached) " >&6
2572else
2573 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2574 for ac_i in 1 2 3 4 5 6 7; do
2575 ac_script="$ac_script$as_nl$ac_script"
2576 done
2577 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2578 { ac_script=; unset ac_script;}
2579 if test -z "$SED"; then
2580 ac_path_SED_found=false
2581 # Loop through the user's path and test for each of PROGNAME-LIST
2582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2583for as_dir in $PATH
2584do
2585 IFS=$as_save_IFS
2586 test -z "$as_dir" && as_dir=.
2587 for ac_prog in sed gsed; do
2588 for ac_exec_ext in '' $ac_executable_extensions; do
2589 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2590 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2591# Check for GNU ac_path_SED and select it if it is found.
2592 # Check for GNU $ac_path_SED
2593case `"$ac_path_SED" --version 2>&1` in
2594*GNU*)
2595 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2596*)
2597 ac_count=0
2598 $as_echo_n 0123456789 >"conftest.in"
2599 while :
2600 do
2601 cat "conftest.in" "conftest.in" >"conftest.tmp"
2602 mv "conftest.tmp" "conftest.in"
2603 cp "conftest.in" "conftest.nl"
2604 $as_echo '' >> "conftest.nl"
2605 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2606 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2607 as_fn_arith $ac_count + 1 && ac_count=$as_val
2608 if test $ac_count -gt ${ac_path_SED_max-0}; then
2609 # Best one so far, save it but keep looking for a better one
2610 ac_cv_path_SED="$ac_path_SED"
2611 ac_path_SED_max=$ac_count
2612 fi
2613 # 10*(2^10) chars as input seems more than enough
2614 test $ac_count -gt 10 && break
2615 done
2616 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2617esac
2618
2619 $ac_path_SED_found && break 3
2620 done
2621 done
2622 done
2623IFS=$as_save_IFS
2624 if test -z "$ac_cv_path_SED"; then
2625 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2626 fi
2627else
2628 ac_cv_path_SED=$SED
2629fi
2630
2631fi
2632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2633$as_echo "$ac_cv_path_SED" >&6; }
2634 SED="$ac_cv_path_SED"
2635 rm -f conftest.sed
2636
2637for ac_prog in gawk mawk nawk awk
2638do
2639 # Extract the first word of "$ac_prog", so it can be a program name with args.
2640set dummy $ac_prog; ac_word=$2
2641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2642$as_echo_n "checking for $ac_word... " >&6; }
2643if test "${ac_cv_prog_AWK+set}" = set; then :
2644 $as_echo_n "(cached) " >&6
2645else
2646 if test -n "$AWK"; then
2647 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2648else
2649as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2650for as_dir in $PATH
2651do
2652 IFS=$as_save_IFS
2653 test -z "$as_dir" && as_dir=.
2654 for ac_exec_ext in '' $ac_executable_extensions; do
2655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2656 ac_cv_prog_AWK="$ac_prog"
2657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2658 break 2
2659 fi
2660done
2661 done
2662IFS=$as_save_IFS
2663
2664fi
2665fi
2666AWK=$ac_cv_prog_AWK
2667if test -n "$AWK"; then
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2669$as_echo "$AWK" >&6; }
2670else
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2672$as_echo "no" >&6; }
2673fi
2674
2675
2676 test -n "$AWK" && break
2677done
2678
775956d0 2679
ee6a22df
L
2680srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2681
2682# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2683# a relative path.
2684if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2685 INSTALL="${srcpwd}/install-sh -c"
2686fi
2687
671aa708
NN
2688# Set srcdir to "." if that's what it is.
2689# This is important for multilib support.
2690pwd=`${PWDCMD-pwd}`
671aa708
NN
2691if test "${pwd}" = "${srcpwd}" ; then
2692 srcdir=.
79c06341
JL
2693fi
2694
671aa708 2695topsrcdir=$srcpwd
5d4a5ee6 2696
671aa708 2697extra_host_args=
afabd8e6 2698
671aa708
NN
2699### To add a new directory to the tree, first choose whether it is a target
2700### or a host dependent tool. Then put it into the appropriate list
2701### (library or tools, host or target), doing a dependency sort.
79c06341 2702
1c710c3c 2703# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2704# configdirs, or target_configdirs; see the serialization section below.
79c06341 2705
1c710c3c
DJ
2706# Dependency sorting is only needed when *configuration* must be done in
2707# a particular order. In all cases a dependency should be specified in
671aa708 2708# the Makefile, whether or not it's implicitly specified here.
79c06341 2709
671aa708
NN
2710# Double entries in build_configdirs, configdirs, or target_configdirs may
2711# cause circular dependencies and break everything horribly.
79c06341 2712
23f6b2f9
PB
2713# these library is used by various programs built for the build
2714# environment
2715#
929315a9 2716build_libs="build-libiberty build-libcpp"
23f6b2f9
PB
2717
2718# these tools are built for the build environment
85bfb75e 2719build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2720
671aa708 2721# these libraries are used by various programs built for the host environment
eae1a5d4 2722#f
eff02e4f 2723host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
671aa708 2724
671aa708
NN
2725# these tools are built for the host environment
2726# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2727# know that we are building the simulator.
2728# binutils, gas and ld appear in that order because it makes sense to run
2729# "make check" in that particular order.
38e3d868 2730# If --enable-gold is used, "gold" may replace "ld".
85bfb75e 2731host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
671aa708
NN
2732
2733# libgcj represents the runtime libraries only used by gcj.
2734libgcj="target-libffi \
671aa708 2735 target-zlib \
671aa708
NN
2736 target-libjava"
2737
2738# these libraries are built for the target environment, and are built after
2739# the host libraries and the host tools (which may be a cross compiler)
8499116a 2740# Note that libiberty is not a target library.
291f172e 2741target_libraries="target-libgcc \
eff02e4f 2742 target-libbacktrace \
671aa708
NN
2743 target-libgloss \
2744 target-newlib \
6d3b5aea 2745 target-libgomp \
3038054c 2746 target-libcilkrts \
48310492 2747 target-libatomic \
0a35513e 2748 target-libitm \
cb543528 2749 target-libstdc++-v3 \
f35db108 2750 target-libsanitizer \
2077db1b 2751 target-libvtv \
77008252 2752 target-libssp \
1ec601bf 2753 target-libquadmath \
6de9cd9a 2754 target-libgfortran \
7cd0cf9c 2755 target-boehm-gc \
77d187bc 2756 ${libgcj} \
d9cdb878 2757 target-libobjc \
632e2a07
ILT
2758 target-libada \
2759 target-libgo"
671aa708 2760
4dbda6f0
NN
2761# these tools are built using the target libraries, and are intended to
2762# run only in the target environment
671aa708 2763#
4dbda6f0 2764# note: any program that *uses* libraries that are in the "target_libraries"
1bcce263 2765# list belongs in this list.
671aa708 2766#
85bfb75e 2767target_tools="target-rda"
79c06341 2768
671aa708 2769################################################################################
79c06341 2770
671aa708
NN
2771## All tools belong in one of the four categories, and are assigned above
2772## We assign ${configdirs} this way to remove all embedded newlines. This
2773## is important because configure will choke if they ever get through.
2774## ${configdirs} is directories we build using the host tools.
2775## ${target_configdirs} is directories we build using the target tools.
671aa708 2776configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2777target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2778build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2779
ac9e6043
RW
2780
2781
671aa708 2782################################################################################
79c06341 2783
671aa708 2784srcname="gnu development package"
79c06341 2785
671aa708
NN
2786# This gets set non-empty for some net releases of packages.
2787appdirs=""
79c06341 2788
671aa708
NN
2789# Define is_cross_compiler to save on calls to 'test'.
2790is_cross_compiler=
2791if test x"${host}" = x"${target}" ; then
2792 is_cross_compiler=no
79c06341 2793else
671aa708 2794 is_cross_compiler=yes
1c710c3c 2795fi
79c06341 2796
b4acb5ef 2797# Find the build and target subdir names.
8b87bb96 2798
2e9e6f68
DJ
2799# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2800# have matching libraries, they should use host libraries: Makefile.tpl
2801# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2802# However, they still use the build modules, because the corresponding
2803# host modules (e.g. bison) are only built for the host when bootstrap
2804# finishes. So:
2805# - build_subdir is where we find build modules, and never changes.
2806# - build_libsubdir is where we find build libraries, and can be overridden.
2807
2808# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2809build_subdir="build-${build_noncanonical}"
1c710c3c 2810
5213506e
RW
2811# Check whether --with-build-libsubdir was given.
2812if test "${with_build_libsubdir+set}" = set; then :
2813 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2814else
2815 build_libsubdir="$build_subdir"
5213506e
RW
2816fi
2817
215c351a
PB
2818# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2819if ( test $srcdir = . && test -d gcc ) \
2820 || test -d $srcdir/../host-${host_noncanonical}; then
2821 host_subdir="host-${host_noncanonical}"
2822else
2823 host_subdir=.
2824fi
8b87bb96
NN
2825# No prefix.
2826target_subdir=${target_noncanonical}
1c710c3c 2827
0db770bd
RW
2828# Be sure to cover against remnants of an in-tree build.
2829if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2830 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2831Use a pristine source tree when building in a separate tree" "$LINENO" 5
2832fi
79c06341 2833
671aa708
NN
2834# Skipdirs are removed silently.
2835skipdirs=
2836# Noconfigdirs are removed loudly.
2837noconfigdirs=""
79c06341 2838
671aa708
NN
2839use_gnu_ld=
2840# Make sure we don't let GNU ld be added if we didn't want it.
2841if test x$with_gnu_ld = xno ; then
2842 use_gnu_ld=no
5afab7ad 2843 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2844fi
2845
671aa708
NN
2846use_gnu_as=
2847# Make sure we don't let GNU as be added if we didn't want it.
2848if test x$with_gnu_as = xno ; then
2849 use_gnu_as=no
2850 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2851fi
2852
d7f09764
DN
2853use_included_zlib=
2854# Make sure we don't let ZLIB be added if we didn't want it.
2855if test x$with_system_zlib = xyes ; then
2856 use_included_zlib=no
2857 noconfigdirs="$noconfigdirs zlib"
2858fi
2859
1c710c3c 2860# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2861# it's not even worth trying to configure, much less build, that tool.
79c06341 2862
671aa708
NN
2863case ${with_x} in
2864 yes | "") ;; # the default value for this tree is that X11 is available
2865 no)
b4f96efe 2866 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2867 # We won't be able to build gdbtk without X.
1c710c3c 2868 enable_gdbtk=no
671aa708
NN
2869 ;;
2870 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2871esac
79c06341 2872
1bcce263 2873# Some are only suitable for cross toolchains.
671aa708
NN
2874# Remove these if host=target.
2875cross_only="target-libgloss target-newlib target-opcodes"
2876
2877case $is_cross_compiler in
2878 no) skipdirs="${skipdirs} ${cross_only}" ;;
671aa708 2879esac
79c06341 2880
671aa708
NN
2881# If both --with-headers and --with-libs are specified, default to
2882# --without-newlib.
ee6a22df
L
2883if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2884 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2885 if test x"${with_newlib}" = x ; then
2886 with_newlib=no
2887 fi
79c06341
JL
2888fi
2889
671aa708
NN
2890# Recognize --with-newlib/--without-newlib.
2891case ${with_newlib} in
2892 no) skipdirs="${skipdirs} target-newlib" ;;
2893 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2894esac
79c06341 2895
21539e2e
MK
2896# Handle --enable-gold, --enable-ld.
2897# --disable-gold [--enable-ld]
2898# Build only ld. Default option.
9580395f
L
2899# --enable-gold [--enable-ld]
2900# Build both gold and ld. Install gold as "ld.gold", install ld
2901# as "ld.bfd" and "ld".
2902# --enable-gold=default [--enable-ld]
21539e2e
MK
2903# Build both gold and ld. Install gold as "ld.gold" and "ld",
2904# install ld as "ld.bfd".
2905# --enable-gold[=default] --disable-ld
2906# Build only gold, which is then installed as both "ld.gold" and "ld".
2907# --enable-gold --enable-ld=default
9580395f
L
2908# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2909# and ld.bfd).
21539e2e
MK
2910# In other words, ld is default
2911# --enable-gold=default --enable-ld=default
2912# Error.
2913
2914default_ld=
5213506e
RW
2915# Check whether --enable-gold was given.
2916if test "${enable_gold+set}" = set; then :
2917 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2918else
2919 ENABLE_GOLD=no
5213506e
RW
2920fi
2921
21539e2e
MK
2922case "${ENABLE_GOLD}" in
2923 yes|default)
38e3d868
RM
2924 # Check for ELF target.
2925 is_elf=no
2926 case "${target}" in
2927 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
0e76460f 2928 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a 2929 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
ff4b7a7e 2930 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
38e3d868
RM
2931 case "${target}" in
2932 *-*-linux*aout* | *-*-linux*oldld*)
2933 ;;
2934 *)
2935 is_elf=yes
2936 ;;
2937 esac
2938 esac
2939
2940 if test "$is_elf" = "yes"; then
2941 # Check for target supported by gold.
5afab7ad 2942 case "${target}" in
7705dfd1
JY
2943 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
2944 | aarch64*-*-* | tilegx*-*-*)
21539e2e
MK
2945 configdirs="$configdirs gold"
2946 if test x${ENABLE_GOLD} = xdefault; then
2947 default_ld=gold
2948 fi
38e3d868 2949 ENABLE_GOLD=yes
5afab7ad
ILT
2950 ;;
2951 esac
38e3d868
RM
2952 fi
2953 ;;
2954 no)
2955 ;;
2956 *)
2957 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2958 ;;
21539e2e
MK
2959esac
2960
2961# Check whether --enable-ld was given.
2962if test "${enable_ld+set}" = set; then :
2963 enableval=$enable_ld; ENABLE_LD=$enableval
2964else
2965 ENABLE_LD=yes
2966fi
2967
2968
2969case "${ENABLE_LD}" in
2970 default)
9580395f 2971 if test x${default_ld} != x; then
21539e2e
MK
2972 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2973 fi
2974 ;;
2975 yes)
2976 ;;
2977 no)
2978 if test x${ENABLE_GOLD} != xyes; then
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2980$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2981 fi
2982 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2983 ;;
2984 *)
2985 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2986 ;;
2987esac
5afab7ad 2988
671aa708 2989# Configure extra directories which are host specific
79c06341 2990
671aa708
NN
2991case "${host}" in
2992 *-cygwin*)
2993 configdirs="$configdirs libtermcap" ;;
2994esac
79c06341 2995
4fab7234
HPN
2996# A target can indicate whether a language isn't supported for some reason.
2997# Only spaces may be used in this macro; not newlines or tabs.
2998unsupported_languages=
2999
1c710c3c 3000# Remove more programs from consideration, based on the host or
671aa708
NN
3001# target this usually means that a port of the program doesn't
3002# exist yet.
ec8d6ddc 3003
671aa708 3004case "${host}" in
111eeb6e 3005 i[3456789]86-*-msdosdjgpp*)
c9bdb152 3006 noconfigdirs="$noconfigdirs tcl tk itcl"
671aa708 3007 ;;
671aa708 3008esac
ec8d6ddc 3009
6de9cd9a 3010
87e6d9dc
TB
3011# Check whether --enable-libquadmath was given.
3012if test "${enable_libquadmath+set}" = set; then :
3013 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3014else
3015 ENABLE_LIBQUADMATH=yes
3016fi
3017
3018if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3019 noconfigdirs="$noconfigdirs target-libquadmath"
3020fi
3021
3022
3023# Check whether --enable-libquadmath-support was given.
3024if test "${enable_libquadmath_support+set}" = set; then :
3025 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3026else
3027 ENABLE_LIBQUADMATH_SUPPORT=yes
3028fi
3029
3030enable_libquadmath_support=
3031if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3032 enable_libquadmath_support=no
3033fi
3034
3035
5213506e
RW
3036# Check whether --enable-libada was given.
3037if test "${enable_libada+set}" = set; then :
3038 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3039else
3040 ENABLE_LIBADA=yes
5213506e
RW
3041fi
3042
d9cdb878 3043if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3044 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3045fi
3046
5213506e
RW
3047# Check whether --enable-libssp was given.
3048if test "${enable_libssp+set}" = set; then :
3049 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3050else
3051 ENABLE_LIBSSP=yes
5213506e
RW
3052fi
3053
ef0087a7 3054
1873ec0c
L
3055# Check whether --enable-libstdcxx was given.
3056if test "${enable_libstdcxx+set}" = set; then :
3057 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3058else
3059 ENABLE_LIBSTDCXX=default
3060fi
3061
3062if test "${ENABLE_LIBSTDCXX}" = "no" ; then
1007a55c 3063 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1873ec0c
L
3064fi
3065
671aa708
NN
3066# Save it here so that, even in case of --enable-libgcj, if the Java
3067# front-end isn't enabled, we still get libgcj disabled.
3068libgcj_saved=$libgcj
3069case $enable_libgcj in
3070yes)
3071 # If we reset it here, it won't get added to noconfigdirs in the
3072 # target-specific build rules, so it will be forcibly enabled
3073 # (unless the Java language itself isn't enabled).
3074 libgcj=
3075 ;;
3076no)
3077 # Make sure we get it printed in the list of not supported target libs.
4da3b0f8
ILT
3078 # Don't disable libffi, though, other languages use it.
3079 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
d479b128
ILT
3080 # Clear libgcj_saved so that even if java is enabled libffi won't be
3081 # built.
3082 libgcj_saved=
671aa708
NN
3083 ;;
3084esac
ec8d6ddc 3085
a4a2c37d
MK
3086# Check whether --enable-static-libjava was given.
3087if test "${enable_static_libjava+set}" = set; then :
3088 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3089else
3090 ENABLE_STATIC_LIBJAVA=no
3091fi
3092
3093enable_static_libjava=
3094if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3095 enable_static_libjava=yes
3096fi
3097
3098if test x$enable_static_libjava != xyes ; then
3099 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3100fi
3101
6de9cd9a 3102
27079765
AH
3103# Disable libgomp on non POSIX hosted systems.
3104if test x$enable_libgomp = x ; then
953ff289
DN
3105 # Enable libgomp by default on hosted POSIX systems.
3106 case "${target}" in
416ac4d4 3107 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 3108 ;;
8c6d158a 3109 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 3110 ;;
b24513a1 3111 *-*-solaris2* | *-*-hpux11*)
953ff289 3112 ;;
cac90078 3113 *-*-darwin* | *-*-aix*)
953ff289
DN
3114 ;;
3115 *)
3116 noconfigdirs="$noconfigdirs target-libgomp"
3117 ;;
3118 esac
27079765 3119fi
953ff289 3120
48310492
RH
3121# Disable libatomic on unsupported systems.
3122if test -d ${srcdir}/libatomic; then
3123 if test x$enable_libatomic = x; then
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3125$as_echo_n "checking for libatomic support... " >&6; }
3126 if (srcdir=${srcdir}/libatomic; \
3127 . ${srcdir}/configure.tgt; \
3128 test -n "$UNSUPPORTED")
3129 then
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131$as_echo "no" >&6; }
3132 noconfigdirs="$noconfigdirs target-libatomic"
3133 else
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3135$as_echo "yes" >&6; }
3136 fi
3137 fi
3138fi
3139
3038054c
BI
3140# Disable libcilkrts on unsupported systems.
3141if test -d ${srcdir}/libcilkrts; then
3142 if test x$enable_libcilkrts = x; then
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3144$as_echo_n "checking for libcilkrts support... " >&6; }
3145 if (srcdir=${srcdir}/libcilkrts; \
3146 . ${srcdir}/configure.tgt; \
3147 test -n "$UNSUPPORTED")
3148 then
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3150$as_echo "no" >&6; }
3151 noconfigdirs="$noconfigdirs target-libcilkrts"
3152 else
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3154$as_echo "yes" >&6; }
3155 fi
3156 fi
3157fi
3158
e948157d
RH
3159# Disable libitm on unsupported systems.
3160if test -d ${srcdir}/libitm; then
3161 if test x$enable_libitm = x; then
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
01f3428c 3163$as_echo_n "checking for libitm support... " >&6; }
e948157d
RH
3164 if (srcdir=${srcdir}/libitm; \
3165 . ${srcdir}/configure.tgt; \
3166 test -n "$UNSUPPORTED")
3167 then
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
01f3428c 3169$as_echo "no" >&6; }
e948157d
RH
3170 noconfigdirs="$noconfigdirs target-libitm"
3171 else
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
01f3428c 3173$as_echo "yes" >&6; }
e948157d
RH
3174 fi
3175 fi
0a35513e
AH
3176fi
3177
93bf5390
RH
3178# Disable libsanitizer on unsupported systems.
3179if test -d ${srcdir}/libsanitizer; then
3180 if test x$enable_libsanitizer = x; then
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3182$as_echo_n "checking for libsanitizer support... " >&6; }
3183 if (srcdir=${srcdir}/libsanitizer; \
3184 . ${srcdir}/configure.tgt; \
3185 test -n "$UNSUPPORTED")
3186 then
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3188$as_echo "no" >&6; }
3189 noconfigdirs="$noconfigdirs target-libsanitizer"
3190 else
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3192$as_echo "yes" >&6; }
3193 fi
3194 fi
3195fi
3196
2077db1b
CT
3197# Disable libvtv on unsupported systems.
3198if test -d ${srcdir}/libvtv; then
3199 if test x$enable_libvtv = x; then
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3201$as_echo_n "checking for libvtv support... " >&6; }
3202 if (srcdir=${srcdir}/libvtv; \
3203 . ${srcdir}/configure.tgt; \
1e74b850 3204 test "$VTV_SUPPORTED" != "yes")
2077db1b
CT
3205 then
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3207$as_echo "no" >&6; }
3208 noconfigdirs="$noconfigdirs target-libvtv"
3209 else
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3211$as_echo "yes" >&6; }
3212 fi
3213 fi
3214fi
3215
d91491e5
SE
3216# Disable libquadmath for some systems.
3217case "${target}" in
e7fae550
DE
3218 avr-*-*)
3219 noconfigdirs="$noconfigdirs target-libquadmath"
3220 ;;
d91491e5
SE
3221 # libquadmath is unused on AIX and libquadmath build process use of
3222 # LD_LIBRARY_PATH can break AIX bootstrap.
3223 powerpc-*-aix* | rs6000-*-aix*)
3224 noconfigdirs="$noconfigdirs target-libquadmath"
3225 ;;
3226esac
3227
1e9e0e23
JM
3228# Disable libssp for some systems.
3229case "${target}" in
3230 avr-*-*)
b318fb4b 3231 # No hosted I/O support.
1e9e0e23
JM
3232 noconfigdirs="$noconfigdirs target-libssp"
3233 ;;
3234 powerpc-*-aix* | rs6000-*-aix*)
3235 noconfigdirs="$noconfigdirs target-libssp"
85b8555e
DD
3236 ;;
3237 rl78-*-*)
7cb62ef1
EB
3238 # libssp uses a misaligned load to trigger a fault, but the RL78
3239 # doesn't fault for those - instead, it gives a build-time error
3240 # for explicit misaligned loads.
85b8555e 3241 noconfigdirs="$noconfigdirs target-libssp"
1e9e0e23 3242 ;;
1e9e0e23
JM
3243esac
3244
1e9e0e23 3245# Disable libstdc++-v3 for some systems.
1873ec0c
L
3246# Allow user to override this if they pass --enable-libstdc++-v3
3247if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3248 case "${target}" in
3249 *-*-vxworks*)
3250 # VxWorks uses the Dinkumware C++ library.
3251 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3252 ;;
3253 arm*-wince-pe*)
3254 # the C++ libraries don't build on top of CE's C libraries
3255 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3256 ;;
3257 avr-*-*)
3258 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3259 ;;
3260 esac
3261fi
1e9e0e23
JM
3262
3263# Disable Fortran for some systems.
3264case "${target}" in
3265 mmix-*-*)
3266 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3267 unsupported_languages="$unsupported_languages fortran"
3268 ;;
3269esac
3270
80f81134 3271# Disable Java if libffi is not supported.
2909494b 3272case "${target}" in
eb7062cf
AS
3273 aarch64-*-*)
3274 ;;
80f81134
JM
3275 alpha*-*-*)
3276 ;;
3277 arm*-*-*)
3278 ;;
3279 cris-*-*)
3280 ;;
3281 frv-*-*)
3282 ;;
3283 hppa*-*-linux*)
3284 ;;
3285 hppa*-*-hpux*)
3286 ;;
3287 i?86-*-*)
3288 ;;
3289 ia64*-*-*)
3290 ;;
3291 m32r*-*-*)
3292 ;;
3293 m68k-*-*)
3294 ;;
b24513a1 3295 mips*-*-rtems*)
80f81134
JM
3296 ;;
3297 mips*-*-linux*)
3298 ;;
3299 powerpc*-*-linux*)
3300 ;;
3301 powerpc-*-darwin*)
3302 ;;
3303 powerpc-*-aix* | rs6000-*-aix*)
3304 ;;
3305 powerpc-*-freebsd*)
3306 ;;
3307 powerpc64-*-freebsd*)
3308 ;;
3309 powerpc*-*-rtems*)
2909494b 3310 ;;
80f81134
JM
3311 s390-*-* | s390x-*-*)
3312 ;;
3313 sh-*-* | sh[34]*-*-*)
3314 ;;
3315 sh64-*-* | sh5*-*-*)
3316 ;;
3317 sparc*-*-*)
3318 ;;
3319 x86_64-*-*)
3320 ;;
3321 *-*-*)
3322 unsupported_languages="$unsupported_languages java"
3323 ;;
3324esac
3325
3326# Disable Java, libgcj or related libraries for some systems.
3327case "${target}" in
2909494b
JM
3328 powerpc-*-darwin*)
3329 ;;
3330 i[3456789]86-*-darwin*)
3331 ;;
3332 x86_64-*-darwin[912]*)
3333 ;;
3334 *-*-darwin*)
3335 noconfigdirs="$noconfigdirs ${libgcj}"
3336 ;;
2909494b
JM
3337 *-*-netware*)
3338 noconfigdirs="$noconfigdirs ${libgcj}"
3339 ;;
3340 *-*-rtems*)
3341 noconfigdirs="$noconfigdirs ${libgcj}"
3342 ;;
3343 *-*-tpf*)
3344 noconfigdirs="$noconfigdirs ${libgcj}"
3345 ;;
3346 *-*-uclinux*)
3347 noconfigdirs="$noconfigdirs ${libgcj}"
3348 ;;
3349 *-*-vxworks*)
3350 noconfigdirs="$noconfigdirs ${libgcj}"
3351 ;;
2909494b
JM
3352 alpha*-*-*vms*)
3353 noconfigdirs="$noconfigdirs ${libgcj}"
3354 ;;
80f81134 3355 arm-wince-pe)
2909494b
JM
3356 noconfigdirs="$noconfigdirs ${libgcj}"
3357 ;;
2909494b
JM
3358 arm*-*-symbianelf*)
3359 noconfigdirs="$noconfigdirs ${libgcj}"
3360 ;;
2909494b 3361 bfin-*-*)
2909494b
JM
3362 noconfigdirs="$noconfigdirs target-boehm-gc"
3363 ;;
2909494b
JM
3364 cris-*-* | crisv32-*-*)
3365 unsupported_languages="$unsupported_languages java"
3366 case "${target}" in
3367 *-*-linux*)
3368 ;;
3369 *) # See PR46792 regarding target-libffi.
3370 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3371 esac
3372 ;;
2909494b
JM
3373 hppa*64*-*-linux*)
3374 # In this case, it's because the hppa64-linux target is for
3375 # the kernel only at this point and has no libc, and thus no
3376 # headers, crt*.o, etc., all of which are needed by these.
fddf9ee7 3377 unsupported_languages="$unsupported_languages java"
2909494b 3378 ;;
fddf9ee7 3379 hppa*64*-*-hpux*)
2909494b
JM
3380 noconfigdirs="$noconfigdirs ${libgcj}"
3381 ;;
3382 hppa*-hp-hpux11*)
3383 ;;
fddf9ee7 3384 hppa*-*-hpux*)
2909494b
JM
3385 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3386 # build on HP-UX 10.20.
3387 noconfigdirs="$noconfigdirs ${libgcj}"
3388 ;;
2909494b
JM
3389 ia64*-*-*vms*)
3390 noconfigdirs="$noconfigdirs ${libgcj}"
3391 ;;
2909494b
JM
3392 i[3456789]86-w64-mingw*)
3393 noconfigdirs="$noconfigdirs ${libgcj}"
3394 ;;
3395 i[3456789]86-*-mingw*)
3396 noconfigdirs="$noconfigdirs ${libgcj}"
3397 ;;
3398 x86_64-*-mingw*)
3399 noconfigdirs="$noconfigdirs ${libgcj}"
3400 ;;
2909494b
JM
3401 mmix-*-*)
3402 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
2909494b
JM
3403 ;;
3404 powerpc-*-aix*)
3405 # copied from rs6000-*-* entry
3406 noconfigdirs="$noconfigdirs ${libgcj}"
3407 ;;
2909494b
JM
3408 rs6000-*-aix*)
3409 noconfigdirs="$noconfigdirs ${libgcj}"
3410 ;;
2909494b
JM
3411 *-*-lynxos*)
3412 noconfigdirs="$noconfigdirs ${libgcj}"
3413 ;;
2909494b
JM
3414esac
3415
74cc5471
ILT
3416# Disable the go frontend on systems where it is known to not work.
3417case "${target}" in
3418*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
3419 unsupported_languages="$unsupported_languages go"
3420 ;;
3421esac
3422
cdbc9e92
ILT
3423# Disable libgo for some systems where it is known to not work.
3424# For testing, you can easily override this with --enable-libgo.
3425if test x$enable_libgo = x; then
3426 case "${target}" in
3427 *-*-darwin*)
3428 # PR 46986
3429 noconfigdirs="$noconfigdirs target-libgo"
3430 ;;
3431 *-*-cygwin* | *-*-mingw*)
3432 noconfigdirs="$noconfigdirs target-libgo"
3433 ;;
3434 *-*-aix*)
3435 noconfigdirs="$noconfigdirs target-libgo"
3436 ;;
3437 esac
3438fi
3439
c03353e2
RIL
3440# Default libgloss CPU subdirectory.
3441libgloss_dir="$target_cpu"
6de9cd9a 3442
fbcf0dca
JM
3443case "${target}" in
3444 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3445 libgloss_dir=wince
3446 ;;
4dddfc74
YZ
3447 aarch64*-*-* )
3448 libgloss_dir=aarch64
3449 ;;
fbcf0dca
JM
3450 arm*-*-*)
3451 libgloss_dir=arm
3452 ;;
3453 cris-*-* | crisv32-*-*)
3454 libgloss_dir=cris
3455 ;;
3456 hppa*-*-*)
3457 libgloss_dir=pa
3458 ;;
3459 i[3456789]86-*-*)
3460 libgloss_dir=i386
3461 ;;
3462 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3463 libgloss_dir=m68hc11
3464 ;;
3465 m68*-*-* | fido-*-*)
3466 libgloss_dir=m68k
3467 ;;
3468 mips*-*-*)
3469 libgloss_dir=mips
3470 ;;
3471 powerpc*-*-*)
3472 libgloss_dir=rs6000
3473 ;;
3474 sparc*-*-*)
3475 libgloss_dir=sparc
3476 ;;
3477esac
3478
6a789d5e 3479# Disable newlib and libgloss for various target OSes.
671aa708 3480case "${target}" in
6a789d5e
JM
3481 alpha*-dec-osf*)
3482 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3483 ;;
3484 i[3456789]86-*-linux*)
3485 # This section makes it possible to build newlib natively on linux.
3486 # If we are using a cross compiler then don't configure newlib.
3487 if test x${is_cross_compiler} != xno ; then
3488 noconfigdirs="$noconfigdirs target-newlib"
3489 fi
3490 noconfigdirs="$noconfigdirs target-libgloss"
3491 # If we are not using a cross compiler, do configure newlib.
3492 # Note however, that newlib will only be configured in this situation
3493 # if the --with-newlib option has been given, because otherwise
3494 # 'target-newlib' will appear in skipdirs.
3495 ;;
3496 i[3456789]86-*-rdos*)
3497 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3498 ;;
3499 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3500 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3501 ;;
3502 sparc-*-sunos4*)
3503 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3504 ;;
3505 *-*-aix*)
3506 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3507 ;;
3508 *-*-beos*)
3509 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3510 ;;
671aa708 3511 *-*-chorusos)
0036370f 3512 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3513 ;;
6a789d5e
JM
3514 *-*-dragonfly*)
3515 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3516 ;;
3517 *-*-freebsd*)
3518 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3519 ;;
3520 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3521 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3522 ;;
3523 *-*-lynxos*)
3524 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3525 ;;
3526 *-*-mingw*)
3527 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3528 ;;
3529 *-*-netbsd*)
3530 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3531 ;;
3532 *-*-netware*)
3533 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3534 ;;
3535 *-*-tpf*)
3536 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3537 ;;
3538 *-*-uclinux*)
3539 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3540 ;;
3541 *-*-vxworks*)
3542 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3543 ;;
3544esac
3545
3546case "${target}" in
3547 *-*-chorusos)
3548 ;;
75eeae1a 3549 powerpc-*-darwin*)
e1514c3f 3550 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3551 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3552 ;;
354ebf88
RW
3553 i[3456789]86-*-darwin*)
3554 noconfigdirs="$noconfigdirs ld gprof"
3555 noconfigdirs="$noconfigdirs sim target-rda"
3556 ;;
3557 x86_64-*-darwin[912]*)
0db3a858
TG
3558 noconfigdirs="$noconfigdirs ld gas gprof"
3559 noconfigdirs="$noconfigdirs sim target-rda"
3560 ;;
42c1cd8a
AT
3561 *-*-darwin*)
3562 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3563 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 3564 ;;
8c6d158a 3565 *-*-dragonfly*)
8c6d158a 3566 ;;
c3f84f61 3567 *-*-freebsd*)
6de9cd9a
DN
3568 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3569 && test -f /usr/local/include/gmp.h; then
3570 with_gmp=/usr/local
3571 fi
6de9cd9a 3572 ;;
ef4e7569
US
3573 *-*-kaos*)
3574 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
3575 noconfigdirs="$noconfigdirs target-libgloss"
3576 ;;
671aa708 3577 *-*-netbsd*)
671aa708 3578 ;;
61fec9ff 3579 *-*-netware*)
671aa708
NN
3580 ;;
3581 *-*-rtems*)
2909494b 3582 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3583 ;;
a8ba31f2
EC
3584 # The tpf target doesn't support gdb yet.
3585 *-*-tpf*)
6a789d5e 3586 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 3587 ;;
5785c0ed 3588 *-*-uclinux*)
6a789d5e 3589 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 3590 ;;
671aa708 3591 *-*-vxworks*)
671aa708
NN
3592 ;;
3593 alpha*-dec-osf*)
3594 # ld works, but does not support shared libraries.
671aa708 3595 # gas doesn't generate exception information.
6a789d5e 3596 noconfigdirs="$noconfigdirs gas ld"
671aa708
NN
3597 ;;
3598 alpha*-*-*vms*)
2909494b 3599 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
671aa708 3600 ;;
671aa708
NN
3601 alpha*-*-*)
3602 # newlib is not 64 bit ready
2909494b 3603 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3604 ;;
671aa708 3605 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 3606 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708 3607 ;;
53426f6c 3608 arc-*-*|arceb-*-*)
ebb9f8b0 3609 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3610 ;;
671aa708 3611 arm-*-pe*)
2909494b 3612 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3613 ;;
671aa708 3614 arm-*-riscix*)
0036370f 3615 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3616 ;;
b588ae30
GJL
3617 avr-*-rtems*)
3618 ;;
3619 avr-*-*)
3620 if test x${with_avrlibc} != xno; then
3621 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3622 fi
3623 ;;
671aa708 3624 c4x-*-* | tic4x-*-*)
0036370f 3625 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3626 ;;
0036370f
JM
3627 tic54x-*-*)
3628 noconfigdirs="$noconfigdirs target-libgloss gdb"
671aa708 3629 ;;
671aa708 3630 d10v-*-*)
0036370f 3631 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3632 ;;
3633 d30v-*-*)
0036370f 3634 noconfigdirs="$noconfigdirs gdb"
671aa708
NN
3635 ;;
3636 fr30-*-elf*)
2909494b 3637 noconfigdirs="$noconfigdirs gdb"
671aa708 3638 ;;
55f2d967 3639 moxie-*-*)
55f2d967
AG
3640 noconfigdirs="$noconfigdirs gprof"
3641 ;;
671aa708 3642 h8300*-*-*)
2909494b 3643 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3644 ;;
3645 h8500-*-*)
0036370f 3646 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3647 ;;
ee6a22df 3648 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3649 ;;
4569f85e 3650 hppa*64*-*-linux*)
671aa708 3651 ;;
56f8587a 3652 hppa*-*-linux*)
3e732ba0 3653 ;;
671aa708 3654 hppa*-*-*elf* | \
671aa708
NN
3655 hppa*-*-lites* | \
3656 hppa*-*-openbsd* | \
3657 hppa*64*-*-*)
671aa708 3658 ;;
2a332582 3659 hppa*-hp-hpux11*)
1bcce263 3660 noconfigdirs="$noconfigdirs ld"
2a332582 3661 ;;
c03353e2 3662 hppa*-*-pro*)
c03353e2 3663 ;;
671aa708 3664 hppa*-*-*)
2909494b 3665 noconfigdirs="$noconfigdirs ld"
671aa708 3666 ;;
fb87ad5d 3667 i960-*-*)
0036370f 3668 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 3669 ;;
671aa708
NN
3670 ia64*-*-elf*)
3671 # No gdb support yet.
1bcce263 3672 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
671aa708
NN
3673 ;;
3674 ia64*-**-hpux*)
5a2931d1 3675 # No ld support yet.
2909494b 3676 noconfigdirs="$noconfigdirs libgui itcl ld"
671aa708 3677 ;;
52535a64 3678 ia64*-*-*vms*)
091fe9ca
TG
3679 # No ld support yet.
3680 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 3681 ;;
ef4c4300 3682 i[3456789]86-w64-mingw*)
ef4c4300
KT
3683 ;;
3684 i[3456789]86-*-mingw*)
b91f0a41 3685 target_configdirs="$target_configdirs target-winsup"
1c710c3c 3686 ;;
671aa708
NN
3687 *-*-cygwin*)
3688 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 3689 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 3690 # always build newlib if winsup directory is present.
b91f0a41 3691 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3692 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3693 elif test -d "$srcdir/newlib"; then
b91f0a41 3694 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3695 fi
1c710c3c 3696 ;;
f2a0e225 3697 i[3456789]86-*-pe)
ebb9f8b0 3698 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3699 ;;
f2a0e225 3700 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3701 # The linker does not yet know about weak symbols in COFF,
3702 # and is not configured to handle mixed ELF and COFF.
0036370f 3703 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3704 ;;
f2a0e225 3705 i[3456789]86-*-sco*)
0036370f 3706 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3707 ;;
fbdd5d87 3708 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
671aa708
NN
3709 noconfigdirs="$noconfigdirs target-libgloss"
3710 ;;
f2a0e225 3711 i[3456789]86-*-sysv4*)
0036370f 3712 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3713 ;;
f2a0e225 3714 i[3456789]86-*-beos*)
6a789d5e 3715 noconfigdirs="$noconfigdirs gdb"
3aa83176 3716 ;;
d1f8db0c 3717 i[3456789]86-*-rdos*)
6a789d5e 3718 noconfigdirs="$noconfigdirs gdb"
c03353e2 3719 ;;
671aa708 3720 mmix-*-*)
2909494b 3721 noconfigdirs="$noconfigdirs gdb"
671aa708 3722 ;;
ab34901f 3723 mt-*-*)
79dd769c
AH
3724 noconfigdirs="$noconfigdirs sim"
3725 ;;
671aa708
NN
3726 powerpc-*-aix*)
3727 # copied from rs6000-*-* entry
6a789d5e 3728 noconfigdirs="$noconfigdirs gprof"
671aa708 3729 ;;
4569f85e 3730 powerpc*-*-winnt* | powerpc*-*-pe*)
671aa708 3731 target_configdirs="$target_configdirs target-winsup"
0036370f 3732 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
671aa708
NN
3733 # always build newlib.
3734 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3735 ;;
3736 # This is temporary until we can link against shared libraries
3737 powerpcle-*-solaris*)
0036370f 3738 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
671aa708
NN
3739 ;;
3740 powerpc-*-beos*)
6a789d5e 3741 noconfigdirs="$noconfigdirs gdb"
671aa708 3742 ;;
671aa708 3743 rs6000-*-lynxos*)
6a789d5e 3744 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3745 ;;
3746 rs6000-*-aix*)
6a789d5e 3747 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3748 ;;
3749 rs6000-*-*)
2909494b 3750 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3751 ;;
3752 m68k-apollo-*)
0036370f 3753 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
671aa708 3754 ;;
ca9fe997 3755 microblaze*)
2909494b 3756 noconfigdirs="$noconfigdirs gprof"
ca9fe997 3757 ;;
d91491e5 3758 mips*-sde-elf* | mips*-mti-elf*)
d9dced13
RS
3759 if test x$with_newlib = xyes; then
3760 noconfigdirs="$noconfigdirs gprof"
3761 fi
d9dced13 3762 ;;
671aa708 3763 mips*-*-irix5*)
0036370f 3764 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708
NN
3765 ;;
3766 mips*-*-irix6*)
2909494b 3767 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3768 ;;
671aa708 3769 mips*-*-bsd*)
bc98bcc4 3770 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
671aa708 3771 ;;
671aa708 3772 mips*-*-linux*)
671aa708 3773 ;;
bc98bcc4
JBG
3774 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3775 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3776 noconfigdirs="$noconfigdirs ld gas gprof"
3777 ;;
671aa708 3778 mips*-*-*)
2909494b 3779 noconfigdirs="$noconfigdirs gprof"
671aa708 3780 ;;
669f01d8 3781 sh-*-* | sh64-*-*)
ea2002ba
CB
3782 case "${target}" in
3783 sh*-*-elf)
2909494b 3784 ;;
ea2002ba 3785 *)
2909494b 3786 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 3787 esac
671aa708 3788 ;;
671aa708 3789 sparc-*-sunos4*)
6a789d5e 3790 if test x${is_cross_compiler} = xno ; then
671aa708
NN
3791 use_gnu_ld=no
3792 fi
3793 ;;
b42f0d7e 3794 tic6x-*-*)
0d557ff8 3795 noconfigdirs="$noconfigdirs sim"
b42f0d7e 3796 ;;
341c653c 3797 tilepro*-*-* | tilegx*-*-*)
db1d217c
WL
3798 noconfigdirs="$noconfigdirs sim"
3799 ;;
671aa708 3800 v810-*-*)
0036370f 3801 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
671aa708
NN
3802 ;;
3803 vax-*-*)
2909494b 3804 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3805 ;;
671aa708 3806esac
79c06341 3807
671aa708
NN
3808# If we aren't building newlib, then don't build libgloss, since libgloss
3809# depends upon some newlib header files.
3810case "${noconfigdirs}" in
3811 *target-libgloss*) ;;
3812 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3813esac
3814
671aa708 3815# Work in distributions that contain no compiler tools, like Autoconf.
671aa708
NN
3816host_makefile_frag=/dev/null
3817if test -d ${srcdir}/config ; then
3818case "${host}" in
f2a0e225 3819 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3820 host_makefile_frag="config/mh-djgpp"
3821 ;;
3822 *-cygwin*)
2a79c47f 3823
5213506e
RW
3824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3825$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3826echo a >cygwin-cat-check
e25a8c82 3827if test `cat cygwin-cat-check` = a ; then
2a79c47f 3828 rm cygwin-cat-check
5213506e
RW
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3830$as_echo "yes" >&6; }
2a79c47f
NC
3831else
3832 rm cygwin-cat-check
5213506e
RW
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3834$as_echo "no" >&6; }
3835 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3836 Please either mount the build directory in binary mode or run the following
3837 commands before running any configure script:
3838set -o igncr
3839export SHELLOPTS
5213506e 3840 " "$LINENO" 5
2a79c47f
NC
3841fi
3842
671aa708
NN
3843 host_makefile_frag="config/mh-cygwin"
3844 ;;
c53a18d3 3845 *-mingw*)
1f5a6b84 3846 host_makefile_frag="config/mh-mingw"
95af8923 3847 ;;
7b7f941a
UB
3848 alpha*-*-linux*)
3849 host_makefile_frag="config/mh-alpha-linux"
3850 ;;
efd41714 3851 hppa*-hp-hpux10*)
efd41714 3852 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3853 ;;
111eeb6e 3854 hppa*-hp-hpux*)
efd41714
PB
3855 host_makefile_frag="config/mh-pa"
3856 ;;
3857 hppa*-*)
3858 host_makefile_frag="config/mh-pa"
3859 ;;
d8ed14ce
IS
3860 *-*-darwin*)
3861 host_makefile_frag="config/mh-darwin"
be8fff81 3862 ;;
d19bca38
PB
3863 powerpc-*-aix*)
3864 host_makefile_frag="config/mh-ppc-aix"
3865 ;;
3866 rs6000-*-aix*)
3867 host_makefile_frag="config/mh-ppc-aix"
3868 ;;
671aa708
NN
3869esac
3870fi
3871
55ffb5ed 3872if test "${build}" != "${host}" ; then
0999159b
PB
3873 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3874 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3875 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3876 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3877 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3878 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 3879 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
3880 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3881 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3882 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3883 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3884 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3885 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3886else
3887 AR_FOR_BUILD="\$(AR)"
3888 AS_FOR_BUILD="\$(AS)"
fb0103e5 3889 CC_FOR_BUILD="\$(CC)"
0999159b
PB
3890 CXX_FOR_BUILD="\$(CXX)"
3891 GCJ_FOR_BUILD="\$(GCJ)"
3892 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 3893 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
3894 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3895 LD_FOR_BUILD="\$(LD)"
3896 NM_FOR_BUILD="\$(NM)"
3897 RANLIB_FOR_BUILD="\$(RANLIB)"
3898 WINDRES_FOR_BUILD="\$(WINDRES)"
3899 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
3900fi
3901
3902ac_ext=c
1c710c3c
DJ
3903ac_cpp='$CPP $CPPFLAGS'
3904ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3905ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3906ac_compiler_gnu=$ac_cv_c_compiler_gnu
3907if test -n "$ac_tool_prefix"; then
3908 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3909set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3911$as_echo_n "checking for $ac_word... " >&6; }
3912if test "${ac_cv_prog_CC+set}" = set; then :
3913 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3914else
3915 if test -n "$CC"; then
3916 ac_cv_prog_CC="$CC" # Let the user override the test.
3917else
3918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3919for as_dir in $PATH
3920do
3921 IFS=$as_save_IFS
3922 test -z "$as_dir" && as_dir=.
5213506e
RW
3923 for ac_exec_ext in '' $ac_executable_extensions; do
3924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3925 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3927 break 2
3928 fi
3929done
5213506e
RW
3930 done
3931IFS=$as_save_IFS
1c710c3c
DJ
3932
3933fi
3934fi
3935CC=$ac_cv_prog_CC
3936if test -n "$CC"; then
5213506e
RW
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3938$as_echo "$CC" >&6; }
1c710c3c 3939else
5213506e
RW
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3941$as_echo "no" >&6; }
1c710c3c
DJ
3942fi
3943
5213506e 3944
1c710c3c
DJ
3945fi
3946if test -z "$ac_cv_prog_CC"; then
3947 ac_ct_CC=$CC
fb0103e5
RG
3948 # Extract the first word of "gcc", so it can be a program name with args.
3949set dummy gcc; ac_word=$2
5213506e
RW
3950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3951$as_echo_n "checking for $ac_word... " >&6; }
3952if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3953 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3954else
3955 if test -n "$ac_ct_CC"; then
3956 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3957else
3958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3959for as_dir in $PATH
3960do
3961 IFS=$as_save_IFS
3962 test -z "$as_dir" && as_dir=.
5213506e
RW
3963 for ac_exec_ext in '' $ac_executable_extensions; do
3964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3965 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3967 break 2
3968 fi
3969done
5213506e
RW
3970 done
3971IFS=$as_save_IFS
1c710c3c
DJ
3972
3973fi
3974fi
3975ac_ct_CC=$ac_cv_prog_ac_ct_CC
3976if test -n "$ac_ct_CC"; then
5213506e
RW
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3978$as_echo "$ac_ct_CC" >&6; }
1c710c3c 3979else
5213506e
RW
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3981$as_echo "no" >&6; }
1c710c3c
DJ
3982fi
3983
5213506e
RW
3984 if test "x$ac_ct_CC" = x; then
3985 CC=""
3986 else
3987 case $cross_compiling:$ac_tool_warned in
3988yes:)
3989{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3990$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3991ac_tool_warned=yes ;;
3992esac
3993 CC=$ac_ct_CC
3994 fi
1c710c3c
DJ
3995else
3996 CC="$ac_cv_prog_CC"
3997fi
3998
3999if test -z "$CC"; then
5213506e
RW
4000 if test -n "$ac_tool_prefix"; then
4001 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 4002set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
4003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4004$as_echo_n "checking for $ac_word... " >&6; }
4005if test "${ac_cv_prog_CC+set}" = set; then :
4006 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4007else
4008 if test -n "$CC"; then
4009 ac_cv_prog_CC="$CC" # Let the user override the test.
4010else
1c710c3c
DJ
4011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4012for as_dir in $PATH
4013do
4014 IFS=$as_save_IFS
4015 test -z "$as_dir" && as_dir=.
5213506e
RW
4016 for ac_exec_ext in '' $ac_executable_extensions; do
4017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4018 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 4019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4020 break 2
4021 fi
4022done
5213506e
RW
4023 done
4024IFS=$as_save_IFS
1c710c3c 4025
0b0dc272 4026fi
0b0dc272 4027fi
1c710c3c 4028CC=$ac_cv_prog_CC
af71363e 4029if test -n "$CC"; then
5213506e
RW
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4031$as_echo "$CC" >&6; }
2aeb72e9 4032else
5213506e
RW
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4034$as_echo "no" >&6; }
2aeb72e9
DD
4035fi
4036
2aeb72e9 4037
5213506e 4038 fi
1c710c3c 4039fi
55ffb5ed
NN
4040if test -z "$CC"; then
4041 # Extract the first word of "cc", so it can be a program name with args.
4042set dummy cc; ac_word=$2
5213506e
RW
4043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4044$as_echo_n "checking for $ac_word... " >&6; }
4045if test "${ac_cv_prog_CC+set}" = set; then :
4046 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4047else
4048 if test -n "$CC"; then
4049 ac_cv_prog_CC="$CC" # Let the user override the test.
4050else
0b0dc272 4051 ac_prog_rejected=no
1c710c3c
DJ
4052as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4053for as_dir in $PATH
4054do
4055 IFS=$as_save_IFS
4056 test -z "$as_dir" && as_dir=.
5213506e
RW
4057 for ac_exec_ext in '' $ac_executable_extensions; do
4058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
4059 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4060 ac_prog_rejected=yes
4061 continue
4062 fi
4063 ac_cv_prog_CC="cc"
5213506e 4064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4065 break 2
4066 fi
4067done
5213506e
RW
4068 done
4069IFS=$as_save_IFS
1c710c3c 4070
55ffb5ed
NN
4071if test $ac_prog_rejected = yes; then
4072 # We found a bogon in the path, so make sure we never use it.
4073 set dummy $ac_cv_prog_CC
4074 shift
1c710c3c 4075 if test $# != 0; then
55ffb5ed
NN
4076 # We chose a different compiler from the bogus one.
4077 # However, it has the same basename, so the bogon will be chosen
4078 # first if we set CC to just the basename; use the full file name.
4079 shift
1c710c3c 4080 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4081 fi
4082fi
4083fi
4084fi
1c710c3c 4085CC=$ac_cv_prog_CC
55ffb5ed 4086if test -n "$CC"; then
5213506e
RW
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4088$as_echo "$CC" >&6; }
55ffb5ed 4089else
5213506e
RW
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4091$as_echo "no" >&6; }
55ffb5ed
NN
4092fi
4093
5213506e 4094
1c710c3c
DJ
4095fi
4096if test -z "$CC"; then
4097 if test -n "$ac_tool_prefix"; then
5213506e 4098 for ac_prog in cl.exe
1c710c3c
DJ
4099 do
4100 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4101set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4103$as_echo_n "checking for $ac_word... " >&6; }
4104if test "${ac_cv_prog_CC+set}" = set; then :
4105 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4106else
4107 if test -n "$CC"; then
4108 ac_cv_prog_CC="$CC" # Let the user override the test.
4109else
1c710c3c
DJ
4110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4111for as_dir in $PATH
4112do
4113 IFS=$as_save_IFS
4114 test -z "$as_dir" && as_dir=.
5213506e
RW
4115 for ac_exec_ext in '' $ac_executable_extensions; do
4116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4117 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4119 break 2
4120 fi
4121done
5213506e
RW
4122 done
4123IFS=$as_save_IFS
1c710c3c 4124
55ffb5ed
NN
4125fi
4126fi
1c710c3c 4127CC=$ac_cv_prog_CC
55ffb5ed 4128if test -n "$CC"; then
5213506e
RW
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4130$as_echo "$CC" >&6; }
a4b9e93e 4131else
5213506e
RW
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133$as_echo "no" >&6; }
fb0103e5 4134fi
af71363e 4135
5213506e 4136
1c710c3c
DJ
4137 test -n "$CC" && break
4138 done
af71363e 4139fi
1c710c3c
DJ
4140if test -z "$CC"; then
4141 ac_ct_CC=$CC
5213506e 4142 for ac_prog in cl.exe
1c710c3c
DJ
4143do
4144 # Extract the first word of "$ac_prog", so it can be a program name with args.
4145set dummy $ac_prog; ac_word=$2
5213506e
RW
4146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4147$as_echo_n "checking for $ac_word... " >&6; }
4148if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4149 $as_echo_n "(cached) " >&6
0b0dc272 4150else
1c710c3c
DJ
4151 if test -n "$ac_ct_CC"; then
4152 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4153else
1c710c3c
DJ
4154as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4155for as_dir in $PATH
4156do
4157 IFS=$as_save_IFS
4158 test -z "$as_dir" && as_dir=.
5213506e
RW
4159 for ac_exec_ext in '' $ac_executable_extensions; do
4160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4161 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4163 break 2
4164 fi
4165done
5213506e
RW
4166 done
4167IFS=$as_save_IFS
1c710c3c 4168
af71363e
AS
4169fi
4170fi
1c710c3c
DJ
4171ac_ct_CC=$ac_cv_prog_ac_ct_CC
4172if test -n "$ac_ct_CC"; then
5213506e
RW
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4174$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4175else
5213506e
RW
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4177$as_echo "no" >&6; }
af71363e 4178fi
0b0dc272 4179
5213506e 4180
1c710c3c
DJ
4181 test -n "$ac_ct_CC" && break
4182done
4183
5213506e
RW
4184 if test "x$ac_ct_CC" = x; then
4185 CC=""
4186 else
4187 case $cross_compiling:$ac_tool_warned in
4188yes:)
4189{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4190$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4191ac_tool_warned=yes ;;
4192esac
4193 CC=$ac_ct_CC
4194 fi
1c710c3c
DJ
4195fi
4196
4197fi
4198
4199
5213506e
RW
4200test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4202as_fn_error "no acceptable C compiler found in \$PATH
4203See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4204
4205# Provide some information about the compiler.
5213506e
RW
4206$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4207set X $ac_compile
4208ac_compiler=$2
4209for ac_option in --version -v -V -qversion; do
4210 { { ac_try="$ac_compiler $ac_option >&5"
4211case "(($ac_try" in
4212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4213 *) ac_try_echo=$ac_try;;
4214esac
4215eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4216$as_echo "$ac_try_echo"; } >&5
4217 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4218 ac_status=$?
5213506e
RW
4219 if test -s conftest.err; then
4220 sed '10a\
4221... rest of stderr output deleted ...
4222 10q' conftest.err >conftest.er1
4223 cat conftest.er1 >&5
4224 rm -f conftest.er1 conftest.err
4225 fi
4226 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4227 test $ac_status = 0; }
4228done
1c710c3c 4229
5213506e 4230cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4231/* end confdefs.h. */
4232
4233int
4234main ()
4235{
4236
4237 ;
4238 return 0;
4239}
4240_ACEOF
4241ac_clean_files_save=$ac_clean_files
5213506e 4242ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4243# Try to create an executable without -o first, disregard a.out.
4244# It will help us diagnose broken compilers, and finding out an intuition
4245# of exeext.
5213506e
RW
4246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4247$as_echo_n "checking for C compiler default output file name... " >&6; }
4248ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4249
4250# The possible output files:
4251ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4252
4253ac_rmfiles=
4254for ac_file in $ac_files
4255do
4256 case $ac_file in
4257 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4258 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4259 esac
4260done
4261rm -f $ac_rmfiles
4262
4263if { { ac_try="$ac_link_default"
4264case "(($ac_try" in
4265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4266 *) ac_try_echo=$ac_try;;
4267esac
4268eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4269$as_echo "$ac_try_echo"; } >&5
4270 (eval "$ac_link_default") 2>&5
1c710c3c 4271 ac_status=$?
5213506e
RW
4272 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4273 test $ac_status = 0; }; then :
4274 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4275# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4276# in a Makefile. We should not override ac_cv_exeext if it was cached,
4277# so that the user can short-circuit this test for compilers unknown to
4278# Autoconf.
4279for ac_file in $ac_files ''
1c710c3c
DJ
4280do
4281 test -f "$ac_file" || continue
4282 case $ac_file in
5213506e 4283 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4284 ;;
4285 [ab].out )
4286 # We found the default executable, but exeext='' is most
4287 # certainly right.
4288 break;;
4289 *.* )
5213506e
RW
4290 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4291 then :; else
4292 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4293 fi
4294 # We set ac_cv_exeext here because the later test for it is not
4295 # safe: cross compilers may not add the suffix if given an `-o'
4296 # argument, so we may need to know it at that point already.
4297 # Even if this section looks crufty: it has the advantage of
4298 # actually working.
1c710c3c
DJ
4299 break;;
4300 * )
4301 break;;
4302 esac
4303done
5213506e
RW
4304test "$ac_cv_exeext" = no && ac_cv_exeext=
4305
1c710c3c 4306else
5213506e
RW
4307 ac_file=''
4308fi
4309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4310$as_echo "$ac_file" >&6; }
4311if test -z "$ac_file"; then :
4312 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4313sed 's/^/| /' conftest.$ac_ext >&5
4314
5213506e
RW
4315{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4316$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4317{ as_fn_set_status 77
4318as_fn_error "C compiler cannot create executables
4319See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4320fi
1c710c3c 4321ac_exeext=$ac_cv_exeext
1c710c3c 4322
5213506e 4323# Check that the compiler produces executables we can run. If not, either
1c710c3c 4324# the compiler is broken, or we cross compile.
5213506e
RW
4325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4326$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4327# If not cross compiling, check that we can run a simple program.
4328if test "$cross_compiling" != yes; then
4329 if { ac_try='./$ac_file'
5213506e
RW
4330 { { case "(($ac_try" in
4331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4332 *) ac_try_echo=$ac_try;;
4333esac
4334eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4335$as_echo "$ac_try_echo"; } >&5
4336 (eval "$ac_try") 2>&5
1c710c3c 4337 ac_status=$?
5213506e
RW
4338 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4339 test $ac_status = 0; }; }; then
1c710c3c
DJ
4340 cross_compiling=no
4341 else
4342 if test "$cross_compiling" = maybe; then
4343 cross_compiling=yes
4344 else
5213506e
RW
4345 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4346$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4347as_fn_error "cannot run C compiled programs.
1c710c3c 4348If you meant to cross compile, use \`--host'.
5213506e 4349See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4350 fi
4351 fi
4352fi
5213506e
RW
4353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4354$as_echo "yes" >&6; }
1c710c3c 4355
5213506e 4356rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4357ac_clean_files=$ac_clean_files_save
5213506e 4358# Check that the compiler produces executables we can run. If not, either
1c710c3c 4359# the compiler is broken, or we cross compile.
5213506e
RW
4360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4361$as_echo_n "checking whether we are cross compiling... " >&6; }
4362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4363$as_echo "$cross_compiling" >&6; }
4364
4365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4366$as_echo_n "checking for suffix of executables... " >&6; }
4367if { { ac_try="$ac_link"
4368case "(($ac_try" in
4369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4370 *) ac_try_echo=$ac_try;;
4371esac
4372eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4373$as_echo "$ac_try_echo"; } >&5
4374 (eval "$ac_link") 2>&5
1c710c3c 4375 ac_status=$?
5213506e
RW
4376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4377 test $ac_status = 0; }; then :
1c710c3c
DJ
4378 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4379# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4380# work properly (i.e., refer to `conftest.exe'), while it won't with
4381# `rm'.
4382for ac_file in conftest.exe conftest conftest.*; do
4383 test -f "$ac_file" || continue
4384 case $ac_file in
5213506e 4385 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4386 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4387 break;;
4388 * ) break;;
4389 esac
4390done
af71363e 4391else
5213506e
RW
4392 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4393$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4394as_fn_error "cannot compute suffix of executables: cannot compile and link
4395See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4396fi
1c710c3c 4397rm -f conftest$ac_cv_exeext
5213506e
RW
4398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4399$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4400
4401rm -f conftest.$ac_ext
4402EXEEXT=$ac_cv_exeext
4403ac_exeext=$EXEEXT
5213506e
RW
4404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4405$as_echo_n "checking for suffix of object files... " >&6; }
4406if test "${ac_cv_objext+set}" = set; then :
4407 $as_echo_n "(cached) " >&6
1c710c3c 4408else
5213506e 4409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4410/* end confdefs.h. */
4411
4412int
4413main ()
4414{
4415
4416 ;
4417 return 0;
4418}
4419_ACEOF
4420rm -f conftest.o conftest.obj
5213506e
RW
4421if { { ac_try="$ac_compile"
4422case "(($ac_try" in
4423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4424 *) ac_try_echo=$ac_try;;
4425esac
4426eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4427$as_echo "$ac_try_echo"; } >&5
4428 (eval "$ac_compile") 2>&5
1c710c3c 4429 ac_status=$?
5213506e
RW
4430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4431 test $ac_status = 0; }; then :
4432 for ac_file in conftest.o conftest.obj conftest.*; do
4433 test -f "$ac_file" || continue;
1c710c3c 4434 case $ac_file in
5213506e 4435 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4436 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4437 break;;
4438 esac
4439done
4440else
5213506e 4441 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4442sed 's/^/| /' conftest.$ac_ext >&5
4443
5213506e
RW
4444{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4445$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4446as_fn_error "cannot compute suffix of object files: cannot compile
4447See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4448fi
1c710c3c
DJ
4449rm -f conftest.$ac_cv_objext conftest.$ac_ext
4450fi
5213506e
RW
4451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4452$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4453OBJEXT=$ac_cv_objext
4454ac_objext=$OBJEXT
5213506e
RW
4455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4456$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4457if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4458 $as_echo_n "(cached) " >&6
1c710c3c 4459else
5213506e 4460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4461/* end confdefs.h. */
4462
4463int
4464main ()
4465{
4466#ifndef __GNUC__
4467 choke me
4468#endif
4469
4470 ;
4471 return 0;
4472}
4473_ACEOF
5213506e 4474if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4475 ac_compiler_gnu=yes
4476else
5213506e 4477 ac_compiler_gnu=no
1c710c3c 4478fi
5213506e 4479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4480ac_cv_c_compiler_gnu=$ac_compiler_gnu
4481
4482fi
5213506e
RW
4483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4484$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4485if test $ac_compiler_gnu = yes; then
4486 GCC=yes
4487else
4488 GCC=
4489fi
1c710c3c
DJ
4490ac_test_CFLAGS=${CFLAGS+set}
4491ac_save_CFLAGS=$CFLAGS
5213506e
RW
4492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4493$as_echo_n "checking whether $CC accepts -g... " >&6; }
4494if test "${ac_cv_prog_cc_g+set}" = set; then :
4495 $as_echo_n "(cached) " >&6
4496else
4497 ac_save_c_werror_flag=$ac_c_werror_flag
4498 ac_c_werror_flag=yes
4499 ac_cv_prog_cc_g=no
4500 CFLAGS="-g"
4501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4502/* end confdefs.h. */
4503
4504int
4505main ()
4506{
4507
4508 ;
4509 return 0;
4510}
4511_ACEOF
5213506e 4512if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4513 ac_cv_prog_cc_g=yes
4514else
5213506e
RW
4515 CFLAGS=""
4516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4517/* end confdefs.h. */
4518
4519int
4520main ()
4521{
4522
4523 ;
4524 return 0;
4525}
4526_ACEOF
4527if ac_fn_c_try_compile "$LINENO"; then :
4528
4529else
4530 ac_c_werror_flag=$ac_save_c_werror_flag
4531 CFLAGS="-g"
4532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4533/* end confdefs.h. */
af71363e 4534
5213506e
RW
4535int
4536main ()
4537{
4538
4539 ;
4540 return 0;
4541}
4542_ACEOF
4543if ac_fn_c_try_compile "$LINENO"; then :
4544 ac_cv_prog_cc_g=yes
4545fi
4546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4547fi
5213506e 4548rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4549fi
5213506e
RW
4550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4551 ac_c_werror_flag=$ac_save_c_werror_flag
4552fi
4553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4554$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4555if test "$ac_test_CFLAGS" = set; then
1c710c3c 4556 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4557elif test $ac_cv_prog_cc_g = yes; then
4558 if test "$GCC" = yes; then
4559 CFLAGS="-g -O2"
4560 else
4561 CFLAGS="-g"
4562 fi
4563else
4564 if test "$GCC" = yes; then
4565 CFLAGS="-O2"
4566 else
4567 CFLAGS=
4568 fi
4569fi
5213506e
RW
4570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4571$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4572if test "${ac_cv_prog_cc_c89+set}" = set; then :
4573 $as_echo_n "(cached) " >&6
1c710c3c 4574else
5213506e 4575 ac_cv_prog_cc_c89=no
1c710c3c 4576ac_save_CC=$CC
5213506e 4577cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4578/* end confdefs.h. */
4579#include <stdarg.h>
4580#include <stdio.h>
4581#include <sys/types.h>
4582#include <sys/stat.h>
4583/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4584struct buf { int x; };
4585FILE * (*rcsopen) (struct buf *, struct stat *, int);
4586static char *e (p, i)
4587 char **p;
4588 int i;
4589{
4590 return p[i];
4591}
4592static char *f (char * (*g) (char **, int), char **p, ...)
4593{
4594 char *s;
4595 va_list v;
4596 va_start (v,p);
4597 s = g (p, va_arg (v,int));
4598 va_end (v);
4599 return s;
4600}
4601
4602/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4603 function prototypes and stuff, but not '\xHH' hex character constants.
4604 These don't provoke an error unfortunately, instead are silently treated
5213506e 4605 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4606 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4607 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4608 that's true only with -std. */
1c710c3c
DJ
4609int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4610
5213506e
RW
4611/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4612 inside strings and character constants. */
4613#define FOO(x) 'x'
4614int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4615
1c710c3c
DJ
4616int test (int i, double x);
4617struct s1 {int (*f) (int a);};
4618struct s2 {int (*f) (double a);};
4619int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4620int argc;
4621char **argv;
4622int
4623main ()
4624{
4625return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4626 ;
4627 return 0;
4628}
4629_ACEOF
5213506e
RW
4630for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4631 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4632do
4633 CC="$ac_save_CC $ac_arg"
5213506e
RW
4634 if ac_fn_c_try_compile "$LINENO"; then :
4635 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4636fi
5213506e
RW
4637rm -f core conftest.err conftest.$ac_objext
4638 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4639done
5213506e 4640rm -f conftest.$ac_ext
1c710c3c
DJ
4641CC=$ac_save_CC
4642
4643fi
5213506e
RW
4644# AC_CACHE_VAL
4645case "x$ac_cv_prog_cc_c89" in
4646 x)
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4648$as_echo "none needed" >&6; } ;;
4649 xno)
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4651$as_echo "unsupported" >&6; } ;;
1c710c3c 4652 *)
5213506e
RW
4653 CC="$CC $ac_cv_prog_cc_c89"
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4655$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4656esac
5213506e 4657if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4658
2aeb72e9
DD
4659fi
4660
2aeb72e9
DD
4661ac_ext=c
4662ac_cpp='$CPP $CPPFLAGS'
4663ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4664ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4665ac_compiler_gnu=$ac_cv_c_compiler_gnu
4666
5213506e 4667ac_ext=cpp
2aeb72e9
DD
4668ac_cpp='$CXXCPP $CPPFLAGS'
4669ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4670ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4671ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4672if test -z "$CXX"; then
4673 if test -n "$CCC"; then
4674 CXX=$CCC
4675 else
4676 if test -n "$ac_tool_prefix"; then
4677 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4678 do
4679 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4680set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4682$as_echo_n "checking for $ac_word... " >&6; }
4683if test "${ac_cv_prog_CXX+set}" = set; then :
4684 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4685else
4686 if test -n "$CXX"; then
4687 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4688else
4689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4690for as_dir in $PATH
4691do
4692 IFS=$as_save_IFS
4693 test -z "$as_dir" && as_dir=.
5213506e
RW
4694 for ac_exec_ext in '' $ac_executable_extensions; do
4695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4696 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4698 break 2
4699 fi
4700done
5213506e
RW
4701 done
4702IFS=$as_save_IFS
55ffb5ed 4703
c3a86da9
DJ
4704fi
4705fi
4706CXX=$ac_cv_prog_CXX
4707if test -n "$CXX"; then
5213506e
RW
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4709$as_echo "$CXX" >&6; }
c3a86da9 4710else
5213506e
RW
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4712$as_echo "no" >&6; }
c3a86da9
DJ
4713fi
4714
5213506e 4715
c3a86da9
DJ
4716 test -n "$CXX" && break
4717 done
4718fi
4719if test -z "$CXX"; then
4720 ac_ct_CXX=$CXX
5213506e 4721 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4722do
4723 # Extract the first word of "$ac_prog", so it can be a program name with args.
4724set dummy $ac_prog; ac_word=$2
5213506e
RW
4725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4726$as_echo_n "checking for $ac_word... " >&6; }
4727if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4728 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4729else
4730 if test -n "$ac_ct_CXX"; then
4731 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4732else
4733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4734for as_dir in $PATH
4735do
4736 IFS=$as_save_IFS
4737 test -z "$as_dir" && as_dir=.
5213506e
RW
4738 for ac_exec_ext in '' $ac_executable_extensions; do
4739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4740 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4742 break 2
4743 fi
4744done
5213506e
RW
4745 done
4746IFS=$as_save_IFS
c3a86da9
DJ
4747
4748fi
4749fi
4750ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4751if test -n "$ac_ct_CXX"; then
5213506e
RW
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4753$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4754else
5213506e
RW
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4756$as_echo "no" >&6; }
c3a86da9
DJ
4757fi
4758
5213506e 4759
c3a86da9
DJ
4760 test -n "$ac_ct_CXX" && break
4761done
c3a86da9 4762
5213506e
RW
4763 if test "x$ac_ct_CXX" = x; then
4764 CXX="g++"
4765 else
4766 case $cross_compiling:$ac_tool_warned in
4767yes:)
4768{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4769$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4770ac_tool_warned=yes ;;
4771esac
4772 CXX=$ac_ct_CXX
4773 fi
c3a86da9
DJ
4774fi
4775
5213506e
RW
4776 fi
4777fi
c3a86da9 4778# Provide some information about the compiler.
5213506e
RW
4779$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4780set X $ac_compile
4781ac_compiler=$2
4782for ac_option in --version -v -V -qversion; do
4783 { { ac_try="$ac_compiler $ac_option >&5"
4784case "(($ac_try" in
4785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4786 *) ac_try_echo=$ac_try;;
4787esac
4788eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4789$as_echo "$ac_try_echo"; } >&5
4790 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4791 ac_status=$?
5213506e
RW
4792 if test -s conftest.err; then
4793 sed '10a\
4794... rest of stderr output deleted ...
4795 10q' conftest.err >conftest.er1
4796 cat conftest.er1 >&5
4797 rm -f conftest.er1 conftest.err
4798 fi
4799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4800 test $ac_status = 0; }
4801done
c3a86da9 4802
5213506e
RW
4803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4804$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4805if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4806 $as_echo_n "(cached) " >&6
c3a86da9 4807else
5213506e 4808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4809/* end confdefs.h. */
4810
4811int
4812main ()
4813{
4814#ifndef __GNUC__
4815 choke me
4816#endif
4817
4818 ;
4819 return 0;
4820}
4821_ACEOF
5213506e 4822if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4823 ac_compiler_gnu=yes
4824else
5213506e 4825 ac_compiler_gnu=no
c3a86da9 4826fi
5213506e 4827rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4828ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4829
4830fi
5213506e
RW
4831{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4832$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4833if test $ac_compiler_gnu = yes; then
4834 GXX=yes
4835else
4836 GXX=
4837fi
c3a86da9
DJ
4838ac_test_CXXFLAGS=${CXXFLAGS+set}
4839ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4841$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4842if test "${ac_cv_prog_cxx_g+set}" = set; then :
4843 $as_echo_n "(cached) " >&6
4844else
4845 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4846 ac_cxx_werror_flag=yes
4847 ac_cv_prog_cxx_g=no
4848 CXXFLAGS="-g"
4849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4850/* end confdefs.h. */
4851
4852int
4853main ()
4854{
4855
4856 ;
4857 return 0;
4858}
4859_ACEOF
5213506e 4860if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4861 ac_cv_prog_cxx_g=yes
4862else
5213506e
RW
4863 CXXFLAGS=""
4864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4865/* end confdefs.h. */
5213506e 4866
c3a86da9
DJ
4867int
4868main ()
4869{
5213506e 4870
c3a86da9
DJ
4871 ;
4872 return 0;
4873}
4874_ACEOF
5213506e 4875if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4876
5213506e
RW
4877else
4878 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4879 CXXFLAGS="-g"
4880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4881/* end confdefs.h. */
5213506e 4882
c3a86da9
DJ
4883int
4884main ()
4885{
5213506e 4886
c3a86da9
DJ
4887 ;
4888 return 0;
4889}
4890_ACEOF
5213506e
RW
4891if ac_fn_cxx_try_compile "$LINENO"; then :
4892 ac_cv_prog_cxx_g=yes
11a67599 4893fi
5213506e
RW
4894rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4895fi
4896rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4897fi
4898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4899 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4900fi
4901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4902$as_echo "$ac_cv_prog_cxx_g" >&6; }
4903if test "$ac_test_CXXFLAGS" = set; then
4904 CXXFLAGS=$ac_save_CXXFLAGS
4905elif test $ac_cv_prog_cxx_g = yes; then
4906 if test "$GXX" = yes; then
4907 CXXFLAGS="-g -O2"
4908 else
4909 CXXFLAGS="-g"
4910 fi
4911else
4912 if test "$GXX" = yes; then
4913 CXXFLAGS="-O2"
4914 else
4915 CXXFLAGS=
4916 fi
c3a86da9 4917fi
c3a86da9
DJ
4918ac_ext=c
4919ac_cpp='$CPP $CPPFLAGS'
4920ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4921ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4922ac_compiler_gnu=$ac_cv_c_compiler_gnu
4923
4924
4925# We must set the default linker to the linker used by gcc for the correct
4926# operation of libtool. If LD is not defined and we are using gcc, try to
4927# set the LD default to the ld used by gcc.
4928if test -z "$LD"; then
4929 if test "$GCC" = yes; then
4930 case $build in
4931 *-*-mingw*)
4932 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4933 *)
4934 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4935 esac
4936 case $gcc_prog_ld in
4937 # Accept absolute paths.
4938 [\\/]* | [A-Za-z]:[\\/]*)
4939 LD="$gcc_prog_ld" ;;
4940 esac
4941 fi
23f6b2f9
PB
4942fi
4943
0b21f5d3
EB
4944# Check whether -static-libstdc++ -static-libgcc is supported.
4945have_static_libs=no
4946if test "$GCC" = yes; then
4947 saved_LDFLAGS="$LDFLAGS"
4948
4949 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4951$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4952 ac_ext=cpp
4953ac_cpp='$CXXCPP $CPPFLAGS'
4954ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4955ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4956ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4957
4958
4959cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4960/* end confdefs.h. */
0d6414b2
EB
4961
4962#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4963#error -static-libstdc++ not implemented
4964#endif
0b21f5d3
EB
4965int main() {}
4966_ACEOF
4967if ac_fn_cxx_try_link "$LINENO"; then :
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4969$as_echo "yes" >&6; }; have_static_libs=yes
4970else
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972$as_echo "no" >&6; }
4973fi
4974rm -f core conftest.err conftest.$ac_objext \
4975 conftest$ac_exeext conftest.$ac_ext
4976 ac_ext=c
4977ac_cpp='$CPP $CPPFLAGS'
4978ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4979ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4980ac_compiler_gnu=$ac_cv_c_compiler_gnu
4981
4982
4983 LDFLAGS="$saved_LDFLAGS"
4984fi
4985
23f6b2f9
PB
4986
4987
55ffb5ed 4988
1c710c3c
DJ
4989if test -n "$ac_tool_prefix"; then
4990 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 4991set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
4992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4993$as_echo_n "checking for $ac_word... " >&6; }
4994if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4995 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4996else
4997 if test -n "$GNATBIND"; then
4998 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4999else
1c710c3c
DJ
5000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5001for as_dir in $PATH
5002do
5003 IFS=$as_save_IFS
5004 test -z "$as_dir" && as_dir=.
5213506e
RW
5005 for ac_exec_ext in '' $ac_executable_extensions; do
5006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5007 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 5008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5009 break 2
5010 fi
5011done
5213506e
RW
5012 done
5013IFS=$as_save_IFS
1c710c3c 5014
55ffb5ed
NN
5015fi
5016fi
1c710c3c 5017GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 5018if test -n "$GNATBIND"; then
5213506e
RW
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5020$as_echo "$GNATBIND" >&6; }
55ffb5ed 5021else
5213506e
RW
5022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5023$as_echo "no" >&6; }
55ffb5ed
NN
5024fi
5025
5213506e 5026
1c710c3c 5027fi
55ffb5ed 5028if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 5029 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
5030 # Extract the first word of "gnatbind", so it can be a program name with args.
5031set dummy gnatbind; ac_word=$2
5213506e
RW
5032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5033$as_echo_n "checking for $ac_word... " >&6; }
5034if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5035 $as_echo_n "(cached) " >&6
55ffb5ed 5036else
1c710c3c
DJ
5037 if test -n "$ac_ct_GNATBIND"; then
5038 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 5039else
1c710c3c
DJ
5040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5041for as_dir in $PATH
5042do
5043 IFS=$as_save_IFS
5044 test -z "$as_dir" && as_dir=.
5213506e
RW
5045 for ac_exec_ext in '' $ac_executable_extensions; do
5046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5047 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 5048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5049 break 2
5050 fi
5051done
5213506e
RW
5052 done
5053IFS=$as_save_IFS
1c710c3c 5054
55ffb5ed
NN
5055fi
5056fi
1c710c3c
DJ
5057ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5058if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5060$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 5061else
5213506e
RW
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5063$as_echo "no" >&6; }
55ffb5ed
NN
5064fi
5065
5213506e
RW
5066 if test "x$ac_ct_GNATBIND" = x; then
5067 GNATBIND="no"
5068 else
5069 case $cross_compiling:$ac_tool_warned in
5070yes:)
5071{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5072$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5073ac_tool_warned=yes ;;
5074esac
5075 GNATBIND=$ac_ct_GNATBIND
5076 fi
55ffb5ed 5077else
1c710c3c 5078 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
5079fi
5080
1c710c3c
DJ
5081if test -n "$ac_tool_prefix"; then
5082 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 5083set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
5084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5085$as_echo_n "checking for $ac_word... " >&6; }
5086if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5087 $as_echo_n "(cached) " >&6
5305be7e
RG
5088else
5089 if test -n "$GNATMAKE"; then
5090 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5091else
1c710c3c
DJ
5092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5093for as_dir in $PATH
5094do
5095 IFS=$as_save_IFS
5096 test -z "$as_dir" && as_dir=.
5213506e
RW
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5099 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5101 break 2
5102 fi
5103done
5213506e
RW
5104 done
5105IFS=$as_save_IFS
1c710c3c 5106
5305be7e
RG
5107fi
5108fi
1c710c3c 5109GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5110if test -n "$GNATMAKE"; then
5213506e
RW
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5112$as_echo "$GNATMAKE" >&6; }
5305be7e 5113else
5213506e
RW
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5115$as_echo "no" >&6; }
5305be7e
RG
5116fi
5117
5213506e 5118
1c710c3c 5119fi
5305be7e 5120if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5121 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5122 # Extract the first word of "gnatmake", so it can be a program name with args.
5123set dummy gnatmake; ac_word=$2
5213506e
RW
5124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5125$as_echo_n "checking for $ac_word... " >&6; }
5126if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5127 $as_echo_n "(cached) " >&6
5305be7e 5128else
1c710c3c
DJ
5129 if test -n "$ac_ct_GNATMAKE"; then
5130 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5131else
1c710c3c
DJ
5132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5133for as_dir in $PATH
5134do
5135 IFS=$as_save_IFS
5136 test -z "$as_dir" && as_dir=.
5213506e
RW
5137 for ac_exec_ext in '' $ac_executable_extensions; do
5138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5139 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5141 break 2
5142 fi
5143done
5213506e
RW
5144 done
5145IFS=$as_save_IFS
1c710c3c 5146
5305be7e
RG
5147fi
5148fi
1c710c3c
DJ
5149ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5150if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5152$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5153else
5213506e
RW
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5155$as_echo "no" >&6; }
5305be7e
RG
5156fi
5157
5213506e
RW
5158 if test "x$ac_ct_GNATMAKE" = x; then
5159 GNATMAKE="no"
5160 else
5161 case $cross_compiling:$ac_tool_warned in
5162yes:)
5163{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5164$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5165ac_tool_warned=yes ;;
5166esac
5167 GNATMAKE=$ac_ct_GNATMAKE
5168 fi
5305be7e 5169else
1c710c3c 5170 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5171fi
5172
5213506e
RW
5173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5174$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5175if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5176 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5177else
5178 cat >conftest.adb <<EOF
5179procedure conftest is begin null; end conftest;
5180EOF
5181acx_cv_cc_gcc_supports_ada=no
5182# There is a bug in old released versions of GCC which causes the
5183# driver to exit successfully when the appropriate language module
5184# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5185# Therefore we must check for the error message as well as an
5186# unsuccessful exit.
1db673ca
RO
5187# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5188# given a .adb file, but produce no object file. So we must check
5189# if an object file was really produced to guard against this.
55ffb5ed 5190errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5191if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5192 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5193fi
5194rm -f conftest.*
5195fi
5213506e
RW
5196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5197$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5198
7cb62ef1 5199if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5200 have_gnat=yes
5201else
5202 have_gnat=no
5203fi
5204
5213506e
RW
5205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5206$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5207if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5208 $as_echo_n "(cached) " >&6
a76494aa
PB
5209else
5210 echo abfoo >t1
5211 echo cdfoo >t2
5212 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5213 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5214 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5215 :
5216 else
5217 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5218 fi
5219 fi
a76494aa
PB
5220 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5221 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5222 :
a76494aa
PB
5223 else
5224 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5225 fi
5226 fi
5227 rm t1 t2
5228
5229fi
5213506e
RW
5230{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5231$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5232do_compare="$gcc_cv_prog_cmp_skip"
5233
5234
55ffb5ed 5235
ff3ac0f4
ILT
5236# Check whether --enable-bootstrap was given.
5237if test "${enable_bootstrap+set}" = set; then :
5238 enableval=$enable_bootstrap;
5239else
5240 enable_bootstrap=default
5241fi
5242
5243
5244# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
5245if test -r $srcdir/gcc/configure; then
5246 have_compiler=yes
5247else
5248 have_compiler=no
5249fi
ff3ac0f4
ILT
5250
5251case "$have_compiler:$host:$target:$enable_bootstrap" in
5252 *:*:*:no) ;;
5253
5254 # Default behavior. Enable bootstrap if we have a compiler
5255 # and we are in a native configuration.
5256 yes:$build:$build:default)
5257 enable_bootstrap=yes ;;
5258
5259 *:*:*:default)
5260 enable_bootstrap=no ;;
5261
5262 # We have a compiler and we are in a native configuration, bootstrap is ok
5263 yes:$build:$build:yes)
5264 ;;
5265
5266 # Other configurations, but we have a compiler. Assume the user knows
5267 # what he's doing.
5268 yes:*:*:yes)
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5270$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5271 ;;
5272
5273 # No compiler: if they passed --enable-bootstrap explicitly, fail
5274 no:*:*:yes)
5275 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5276
5277 # Fail if wrong command line
5278 *)
5279 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5280 ;;
5281esac
5282
592c90ff
KG
5283# Used for setting $lt_cv_objdir
5284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5285$as_echo_n "checking for objdir... " >&6; }
5286if test "${lt_cv_objdir+set}" = set; then :
5287 $as_echo_n "(cached) " >&6
5288else
5289 rm -f .libs 2>/dev/null
5290mkdir .libs 2>/dev/null
5291if test -d .libs; then
5292 lt_cv_objdir=.libs
5293else
5294 # MS-DOS does not allow filenames that begin with a dot.
5295 lt_cv_objdir=_libs
5296fi
5297rmdir .libs 2>/dev/null
5298fi
5299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5300$as_echo "$lt_cv_objdir" >&6; }
5301objdir=$lt_cv_objdir
5302
5303
5304
5305
5306
5307cat >>confdefs.h <<_ACEOF
5308#define LT_OBJDIR "$lt_cv_objdir/"
5309_ACEOF
5310
5311
5312
acd26225 5313# Check for GMP, MPFR and MPC
3a5729ea 5314gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5315gmpinc=
e69bf64b 5316have_gmp=no
acd26225
KG
5317
5318# Specify a location for mpc
5319# check for this first so it ends up on the link line before mpfr.
5320
5213506e
RW
5321# Check whether --with-mpc was given.
5322if test "${with_mpc+set}" = set; then :
5323 withval=$with_mpc;
5324fi
acd26225 5325
acd26225 5326
9965e3cd 5327# Check whether --with-mpc-include was given.
5213506e
RW
5328if test "${with_mpc_include+set}" = set; then :
5329 withval=$with_mpc_include;
5330fi
acd26225 5331
acd26225 5332
9965e3cd 5333# Check whether --with-mpc-lib was given.
5213506e
RW
5334if test "${with_mpc_lib+set}" = set; then :
5335 withval=$with_mpc_lib;
5336fi
acd26225 5337
acd26225
KG
5338
5339if test "x$with_mpc" != x; then
3a5729ea
KG
5340 gmplibs="-L$with_mpc/lib $gmplibs"
5341 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5342fi
5343if test "x$with_mpc_include" != x; then
3a5729ea 5344 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5345fi
5346if test "x$with_mpc_lib" != x; then
3a5729ea 5347 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5348fi
5349if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5350 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5351 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5352 # Do not test the mpc version. Assume that it is sufficient, since
5353 # it is in the source tree, and the library has not been built yet
5354 # but it would be included on the link line in the version check below
5355 # hence making the test fail.
3a5729ea 5356 have_gmp=yes
acd26225 5357fi
e69bf64b 5358
bebf829d
PB
5359# Specify a location for mpfr
5360# check for this first so it ends up on the link line before gmp.
1c710c3c 5361
5213506e
RW
5362# Check whether --with-mpfr-dir was given.
5363if test "${with_mpfr_dir+set}" = set; then :
5364 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5365Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5366fi
5367
bebf829d
PB
5368
5369
5213506e
RW
5370# Check whether --with-mpfr was given.
5371if test "${with_mpfr+set}" = set; then :
5372 withval=$with_mpfr;
5373fi
1c710c3c 5374
bebf829d 5375
9965e3cd 5376# Check whether --with-mpfr-include was given.
5213506e
RW
5377if test "${with_mpfr_include+set}" = set; then :
5378 withval=$with_mpfr_include;
5379fi
1c710c3c 5380
8a877c9c 5381
9965e3cd 5382# Check whether --with-mpfr-lib was given.
5213506e
RW
5383if test "${with_mpfr_lib+set}" = set; then :
5384 withval=$with_mpfr_lib;
5385fi
8a877c9c 5386
bebf829d
PB
5387
5388if test "x$with_mpfr" != x; then
5389 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5390 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5391fi
8a877c9c 5392if test "x$with_mpfr_include" != x; then
3a5729ea 5393 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5394fi
5395if test "x$with_mpfr_lib" != x; then
5396 gmplibs="-L$with_mpfr_lib $gmplibs"
5397fi
e69bf64b 5398if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5b0d38e4
NC
5399 # MPFR v3.1.0 moved the sources into a src sub-directory.
5400 if test -d ${srcdir}/mpfr/src; then
5401 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5402 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5403 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5404 else
5405 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5406 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5407 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5408 fi
e69bf64b
PB
5409 # Do not test the mpfr version. Assume that it is sufficient, since
5410 # it is in the source tree, and the library has not been built yet
5411 # but it would be included on the link line in the version check below
5412 # hence making the test fail.
5413 have_gmp=yes
5414fi
bebf829d 5415
6de9cd9a 5416# Specify a location for gmp
1c710c3c 5417
5213506e
RW
5418# Check whether --with-gmp-dir was given.
5419if test "${with_gmp_dir+set}" = set; then :
5420 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5421Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5422fi
5423
6de9cd9a 5424
6de9cd9a 5425
5213506e
RW
5426# Check whether --with-gmp was given.
5427if test "${with_gmp+set}" = set; then :
5428 withval=$with_gmp;
5429fi
1c710c3c 5430
6de9cd9a 5431
9965e3cd 5432# Check whether --with-gmp-include was given.
5213506e
RW
5433if test "${with_gmp_include+set}" = set; then :
5434 withval=$with_gmp_include;
5435fi
1c710c3c 5436
8a877c9c 5437
9965e3cd 5438# Check whether --with-gmp-lib was given.
5213506e
RW
5439if test "${with_gmp_lib+set}" = set; then :
5440 withval=$with_gmp_lib;
5441fi
8a877c9c
KG
5442
5443
6de9cd9a 5444
bebf829d
PB
5445if test "x$with_gmp" != x; then
5446 gmplibs="-L$with_gmp/lib $gmplibs"
5447 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5448fi
8a877c9c
KG
5449if test "x$with_gmp_include" != x; then
5450 gmpinc="-I$with_gmp_include $gmpinc"
5451fi
5452if test "x$with_gmp_lib" != x; then
5453 gmplibs="-L$with_gmp_lib $gmplibs"
5454fi
e69bf64b 5455if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5456 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5457 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5458 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5459 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 5460 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5461 # Do not test the gmp version. Assume that it is sufficient, since
5462 # it is in the source tree, and the library has not been built yet
5463 # but it would be included on the link line in the version check below
5464 # hence making the test fail.
5465 have_gmp=yes
5466fi
6de9cd9a 5467
d943d7c4 5468if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5469 have_gmp=yes
5470 saved_CFLAGS="$CFLAGS"
5471 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5472 # Check for the recommended and required versions of GMP.
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5474$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5475
5476cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5477/* end confdefs.h. */
5478#include "gmp.h"
5479int
5480main ()
5481{
5482
5483 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5484 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
385c0681 5485 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
362c6d2f
KG
5486 choke me
5487 #endif
5488
5489 ;
5490 return 0;
5491}
5492_ACEOF
5493if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5495/* end confdefs.h. */
362c6d2f 5496#include <gmp.h>
1c710c3c
DJ
5497int
5498main ()
5499{
6de9cd9a 5500
362c6d2f
KG
5501 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5502 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5503 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5504 choke me
5505 #endif
1c710c3c
DJ
5506
5507 ;
5508 return 0;
5509}
5510_ACEOF
5213506e
RW
5511if ac_fn_c_try_compile "$LINENO"; then :
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5513$as_echo "yes" >&6; }
362c6d2f
KG
5514else
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5516$as_echo "buggy but acceptable" >&6; }
5517fi
5518rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5519else
5213506e
RW
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5521$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5522fi
5213506e 5523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5524
acd26225 5525 # If we have GMP, check the MPFR version.
e69bf64b 5526 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5527 # Check for the recommended and required versions of MPFR.
5528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5529$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5531/* end confdefs.h. */
70ec446f 5532#include <gmp.h>
e69bf64b 5533 #include <mpfr.h>
1c710c3c
DJ
5534int
5535main ()
5536{
e48d66a9 5537
f7d6bc01 5538 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
e69bf64b
PB
5539 choke me
5540 #endif
1c710c3c
DJ
5541
5542 ;
5543 return 0;
5544}
5545_ACEOF
5213506e
RW
5546if ac_fn_c_try_compile "$LINENO"; then :
5547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5548/* end confdefs.h. */
a3993f33 5549#include <gmp.h>
e69bf64b 5550 #include <mpfr.h>
1c710c3c
DJ
5551int
5552main ()
5553{
a3993f33 5554
362c6d2f 5555 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5556 choke me
5557 #endif
acd26225
KG
5558
5559 ;
5560 return 0;
5561}
5562_ACEOF
5213506e
RW
5563if ac_fn_c_try_compile "$LINENO"; then :
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5565$as_echo "yes" >&6; }
acd26225 5566else
5213506e
RW
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5568$as_echo "buggy but acceptable" >&6; }
acd26225 5569fi
5213506e 5570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5571else
5213506e
RW
5572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5573$as_echo "no" >&6; }; have_gmp=no
acd26225 5574fi
5213506e 5575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5576 fi
5577
5578 # Check for the MPC header version.
3a5729ea 5579 if test x"$have_gmp" = xyes ; then
362c6d2f 5580 # Check for the recommended and required versions of MPC.
5213506e
RW
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5582$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5584/* end confdefs.h. */
5585#include <mpc.h>
5586int
5587main ()
5588{
5589
362c6d2f
KG
5590 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5591 choke me
5592 #endif
5593
5594 ;
5595 return 0;
5596}
5597_ACEOF
5598if ac_fn_c_try_compile "$LINENO"; then :
5599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5600/* end confdefs.h. */
5601#include <mpc.h>
5602int
5603main ()
5604{
5605
5606 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5607 choke me
5608 #endif
5609
5610 ;
5611 return 0;
5612}
5613_ACEOF
5213506e
RW
5614if ac_fn_c_try_compile "$LINENO"; then :
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5616$as_echo "yes" >&6; }
362c6d2f
KG
5617else
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5619$as_echo "buggy but acceptable" >&6; }
5620fi
5621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5622else
5213506e 5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5624$as_echo "no" >&6; }; have_gmp=no
acd26225 5625fi
5213506e 5626rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5627 fi
5628
5629 # Now check the MPFR library.
5630 if test x"$have_gmp" = xyes; then
5631 saved_LIBS="$LIBS"
5632 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5634$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5636/* end confdefs.h. */
3a5729ea 5637#include <mpc.h>
acd26225
KG
5638int
5639main ()
5640{
5641
5642 mpfr_t n;
5643 mpfr_t x;
3a5729ea 5644 mpc_t c;
acd26225
KG
5645 int t;
5646 mpfr_init (n);
5647 mpfr_init (x);
5648 mpfr_atan2 (n, n, x, GMP_RNDN);
5649 mpfr_erfc (n, x, GMP_RNDN);
5650 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5651 mpfr_clear(n);
5652 mpfr_clear(x);
5653 mpc_init2 (c, 53);
5654 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5655 mpc_cosh (c, c, MPC_RNDNN);
5656 mpc_pow (c, c, c, MPC_RNDNN);
5657 mpc_acosh (c, c, MPC_RNDNN);
5658 mpc_clear (c);
1c710c3c
DJ
5659
5660 ;
5661 return 0;
5662}
5663_ACEOF
5213506e
RW
5664if ac_fn_c_try_link "$LINENO"; then :
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5666$as_echo "yes" >&6; }
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
RW
5671rm -f core conftest.err conftest.$ac_objext \
5672 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5673 LIBS="$saved_LIBS"
5674 fi
5675
e69bf64b 5676 CFLAGS="$saved_CFLAGS"
6de9cd9a 5677
362c6d2f
KG
5678# The library versions listed in the error message below should match
5679# the HARD-minimums enforced above.
e69bf64b 5680 if test x$have_gmp != xyes; then
f7d6bc01 5681 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
3a5729ea
KG
5682Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5683their locations. Source code for these libraries can be found at
5684their respective hosting sites as well as at
5685ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5686http://gcc.gnu.org/install/prerequisites.html for additional info. If
5687you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5688make sure that you have installed both the libraries and the header
5689files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5690 fi
70ec446f
KG
5691fi
5692
acd26225
KG
5693# Flags needed for both GMP, MPFR and/or MPC.
5694
5695
6de9cd9a
DN
5696
5697
5698
9e3eba15 5699
0ff2d841 5700
f38095f3
JM
5701# Allow host libstdc++ to be specified for static linking with PPL.
5702
5213506e
RW
5703# Check whether --with-host-libstdcxx was given.
5704if test "${with_host_libstdcxx+set}" = set; then :
5705 withval=$with_host_libstdcxx;
5706fi
f38095f3 5707
f38095f3
JM
5708
5709case $with_host_libstdcxx in
5710 no|yes)
5213506e 5711 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5712 ;;
5713esac
f8bf9252 5714
0b21f5d3 5715# Libraries to use for stage1 or when not bootstrapping.
00020c16 5716
0b21f5d3
EB
5717# Check whether --with-stage1-libs was given.
5718if test "${with_stage1_libs+set}" = set; then :
5719 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5720 stage1_libs=
00020c16 5721 else
0b21f5d3 5722 stage1_libs=$withval
00020c16
ILT
5723 fi
5724else
0b21f5d3 5725 stage1_libs=$with_host_libstdcxx
5213506e
RW
5726fi
5727
00020c16
ILT
5728
5729
0b21f5d3 5730# Linker flags to use for stage1 or when not bootstrapping.
00020c16 5731
0b21f5d3
EB
5732# Check whether --with-stage1-ldflags was given.
5733if test "${with_stage1_ldflags+set}" = set; then :
5734 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5735 stage1_ldflags=
00020c16 5736 else
0b21f5d3 5737 stage1_ldflags=$withval
00020c16
ILT
5738 fi
5739else
0b21f5d3
EB
5740 stage1_ldflags=
5741 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5742 # if supported. But if the user explicitly specified the libraries to use,
5743 # trust that they are doing what they want.
5744 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5745 stage1_ldflags="-static-libstdc++ -static-libgcc"
5746 fi
5213506e
RW
5747fi
5748
00020c16
ILT
5749
5750
00020c16
ILT
5751# Libraries to use for stage2 and later builds. This defaults to the
5752# argument passed to --with-host-libstdcxx.
5753
5213506e
RW
5754# Check whether --with-boot-libs was given.
5755if test "${with_boot_libs+set}" = set; then :
5756 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5757 poststage1_libs=
5758 else
5759 poststage1_libs=$withval
5760 fi
5761else
00020c16 5762 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5763fi
5764
00020c16
ILT
5765
5766
ed2eaa9f
ILT
5767# Linker flags to use for stage2 and later builds.
5768
5769# Check whether --with-boot-ldflags was given.
5770if test "${with_boot_ldflags+set}" = set; then :
5771 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5772 poststage1_ldflags=
5773 else
5774 poststage1_ldflags=$withval
5775 fi
5776else
5777 poststage1_ldflags=
bec93d73
ILT
5778 # In stages 2 and 3, default to linking libstdc++ and libgcc
5779 # statically. But if the user explicitly specified the libraries to
5780 # use, trust that they are doing what they want.
5781 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5782 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5783 fi
5784fi
5785
5786
5787
625afa23
RG
5788# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5789# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5790# config/isl.m4
5791
5792
5793# Check whether --with-cloog was given.
5794if test "${with_cloog+set}" = set; then :
5795 withval=$with_cloog;
5796fi
f8bf9252
SP
5797
5798
33ad93b9
RG
5799# Check whether --with-isl was given.
5800if test "${with_isl+set}" = set; then :
5801 withval=$with_isl;
5213506e 5802fi
f8bf9252 5803
f8bf9252 5804
eae1a5d4 5805# Treat --without-isl as a request to disable
625afa23 5806# GRAPHITE support and skip all following checks.
eae1a5d4 5807if test "x$with_isl" != "xno"; then
625afa23
RG
5808 # Check for ISL
5809
5810
33ad93b9
RG
5811# Check whether --with-isl-include was given.
5812if test "${with_isl_include+set}" = set; then :
5813 withval=$with_isl_include;
5213506e
RW
5814fi
5815
f8bf9252 5816
33ad93b9
RG
5817# Check whether --with-isl-lib was given.
5818if test "${with_isl_lib+set}" = set; then :
5819 withval=$with_isl_lib;
5213506e 5820fi
f8bf9252 5821
f8bf9252 5822
33ad93b9
RG
5823 # Check whether --enable-isl-version-check was given.
5824if test "${enable_isl_version_check+set}" = set; then :
5825 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5826else
5827 ENABLE_ISL_CHECK=yes
7d32a440
SP
5828fi
5829
5830
33ad93b9
RG
5831 # Initialize isllibs and islinc.
5832 case $with_isl in
5833 no)
5834 isllibs=
5835 islinc=
5836 ;;
5837 "" | yes)
5838 ;;
5839 *)
5840 isllibs="-L$with_isl/lib"
5841 islinc="-I$with_isl/include"
5842 ;;
5843 esac
5844 if test "x${with_isl_include}" != x ; then
5845 islinc="-I$with_isl_include"
5846 fi
5847 if test "x${with_isl_lib}" != x; then
5848 isllibs="-L$with_isl_lib"
5849 fi
5850 if test "x${islinc}" = x && test "x${isllibs}" = x \
5851 && test -d ${srcdir}/isl; then
5852 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5853 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5854 ENABLE_ISL_CHECK=no
2869f0ff
RB
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5856$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
33ad93b9 5857 fi
7d32a440 5858
eae1a5d4
RG
5859 islinc="-DCLOOG_INT_GMP ${islinc}"
5860 isllibs="${isllibs} -lisl"
5861
7d32a440 5862
7d32a440 5863
9847828b
RB
5864 if test "${ENABLE_ISL_CHECK}" = yes ; then
5865 _isl_saved_CFLAGS=$CFLAGS
5866 _isl_saved_LDFLAGS=$LDFLAGS
5867 _isl_saved_LIBS=$LIBS
5868
5869 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5870 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5871 LIBS="${_isl_saved_LIBS} -lisl"
5872
e0c0c325
SP
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compatible ISL" >&5
5874$as_echo_n "checking for compatible ISL... " >&6; }
5875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
622dbadf 5876/* end confdefs.h. */
e0c0c325 5877#include <isl/val.h>
622dbadf
BC
5878int
5879main ()
5880{
e0c0c325 5881;
622dbadf
BC
5882 ;
5883 return 0;
5884}
5885_ACEOF
5886if ac_fn_c_try_link "$LINENO"; then :
9847828b 5887 gcc_cv_isl=yes
622dbadf
BC
5888else
5889 gcc_cv_isl=no
5890fi
5891rm -f core conftest.err conftest.$ac_objext \
5892 conftest$ac_exeext conftest.$ac_ext
9847828b
RB
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5894$as_echo "$gcc_cv_isl" >&6; }
5895
5896 CFLAGS=$_isl_saved_CFLAGS
5897 LDFLAGS=$_isl_saved_LDFLAGS
5898 LIBS=$_isl_saved_LIBS
5899 fi
5900
5901
f8bf9252 5902
f8bf9252 5903
33ad93b9
RG
5904
5905
33ad93b9
RG
5906 if test "x${with_isl}" = xno; then
5907 graphite_requested=no
5908 elif test "x${with_isl}" != x \
5909 || test "x${with_isl_include}" != x \
5910 || test "x${with_isl_lib}" != x ; then
5911 graphite_requested=yes
5912 else
5913 graphite_requested=no
7d32a440 5914 fi
d789184e 5915
d789184e
SP
5916
5917
33ad93b9
RG
5918 if test "${gcc_cv_isl}" = no ; then
5919 isllibs=
5920 islinc=
5921 fi
5922
5923 if test "${graphite_requested}" = yes \
5924 && test "x${isllibs}" = x \
5925 && test "x${islinc}" = x ; then
f8bf9252 5926
33ad93b9
RG
5927 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5928 fi
f8bf9252 5929
d32ef397 5930
d789184e 5931
625afa23
RG
5932 if test "x$gcc_cv_isl" != "xno"; then
5933 # Check for CLOOG
5213506e 5934
d789184e 5935
9965e3cd 5936# Check whether --with-cloog-include was given.
5213506e
RW
5937if test "${with_cloog_include+set}" = set; then :
5938 withval=$with_cloog_include;
5939fi
d789184e 5940
d789184e 5941
9965e3cd 5942# Check whether --with-cloog-lib was given.
5213506e
RW
5943if test "${with_cloog_lib+set}" = set; then :
5944 withval=$with_cloog_lib;
5945fi
d789184e 5946
d789184e 5947
d32ef397
AS
5948 # Check whether --enable-cloog-version-check was given.
5949if test "${enable_cloog_version_check+set}" = set; then :
5950 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5951else
5952 ENABLE_CLOOG_CHECK=yes
5953fi
5954
5955
5956 # Initialize clooglibs and clooginc.
5957 case $with_cloog in
5958 no)
5959 clooglibs=
5960 clooginc=
5961 ;;
5962 "" | yes)
5963 ;;
5964 *)
5965 clooglibs="-L$with_cloog/lib"
5966 clooginc="-I$with_cloog/include"
5967 ;;
5968 esac
5969 if test "x${with_cloog_include}" != x ; then
5970 clooginc="-I$with_cloog_include"
5971 fi
5972 if test "x${with_cloog_lib}" != x; then
5973 clooglibs="-L$with_cloog_lib"
5974 fi
2869f0ff 5975 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
33ad93b9 5976 && test -d ${srcdir}/cloog; then
33ad93b9 5977 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
c41f1c42 5978 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include'
2869f0ff
RB
5979 ENABLE_CLOOG_CHECK=no
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
5981$as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
ab4173cf 5982 fi
ad0abd3c 5983
33ad93b9 5984 clooginc="-DCLOOG_INT_GMP ${clooginc}"
eae1a5d4 5985 clooglibs="${clooglibs} -lcloog-isl"
d32ef397
AS
5986
5987
5988
5989
5990
5991 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5992 _cloog_saved_CFLAGS=$CFLAGS
5993 _cloog_saved_LDFLAGS=$LDFLAGS
5994
33ad93b9
RG
5995 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
5996 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
d32ef397 5997
09611faf
RG
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.1 of CLooG" >&5
5999$as_echo_n "checking for version 0.18.1 of CLooG... " >&6; }
2869f0ff 6000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d0ad394c
RB
6001/* end confdefs.h. */
6002#include "cloog/version.h"
6003int
6004main ()
6005{
6006#if CLOOG_VERSION_MAJOR != 0 \
6007 || CLOOG_VERSION_MINOR != 18 \
09611faf 6008 || CLOOG_VERSION_REVISION < 1
d0ad394c
RB
6009 choke me
6010 #endif
6011 ;
6012 return 0;
6013}
6014_ACEOF
6015if ac_fn_c_try_compile "$LINENO"; then :
6016 gcc_cv_cloog=yes
6017else
6018 gcc_cv_cloog=no
6019fi
6020rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2869f0ff 6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
d0ad394c
RB
6022$as_echo "$gcc_cv_cloog" >&6; }
6023
6024 CFLAGS=$_cloog_saved_CFLAGS
6025 LDFLAGS=$_cloog_saved_LDFLAGS
6026 fi
6027
6028
f8bf9252
SP
6029
6030
d32ef397
AS
6031
6032
6033
6be7b668
JJ
6034 if test "x${with_cloog}" = xno; then
6035 graphite_requested=no
6036 elif test "x${with_cloog}" != x \
d32ef397
AS
6037 || test "x${with_cloog_include}" != x \
6038 || test "x${with_cloog_lib}" != x ; then
6039 graphite_requested=yes
6040 else
6041 graphite_requested=no
6042 fi
6043
6044
6045
6886e444 6046 if test "${gcc_cv_cloog}" = no ; then
d32ef397
AS
6047 clooglibs=
6048 clooginc=
6049 fi
6050
6051 if test "${graphite_requested}" = yes \
6052 && test "x${clooglibs}" = x \
6053 && test "x${clooginc}" = x ; then
6054
625afa23 6055 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
d32ef397
AS
6056 fi
6057
6058
625afa23 6059 fi
d32ef397
AS
6060fi
6061
eae1a5d4
RG
6062# If the ISL check failed, disable builds of in-tree
6063# variants of both ISL and CLooG
625afa23 6064if test "x$with_isl" = xno ||
625afa23 6065 test "x$gcc_cv_isl" = xno; then
32d024bf 6066 noconfigdirs="$noconfigdirs cloog isl"
625afa23
RG
6067 islinc=
6068 clooginc=
6069 clooglibs=
32d024bf
RG
6070fi
6071
eae1a5d4
RG
6072# If the CLooG check failed, disable builds of in-tree
6073# variants of CLooG
6074if test "x$with_cloog" = xno ||
6075 test "x$gcc_cv_cloog" = xno; then
6076 noconfigdirs="$noconfigdirs cloog isl"
6077 clooginc=
6078 clooglibs=
6079fi
6080
625afa23
RG
6081
6082
6083
6084
6085
d7f09764
DN
6086# Check for LTO support.
6087# Check whether --enable-lto was given.
6088if test "${enable_lto+set}" = set; then :
6089 enableval=$enable_lto; enable_lto=$enableval
6090else
6091 enable_lto=yes; default_enable_lto=yes
6092fi
6093
6094
7413962d 6095
9a02962b
DK
6096
6097
6098target_elf=no
6099case $target in
6100 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
e44dbbe1 6101 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
9a02962b
DK
6102 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6103 target_elf=no
6104 ;;
6105 *)
6106 target_elf=yes
6107 ;;
6108esac
6109
6110if test $target_elf = yes; then :
48215350
DK
6111 # ELF platforms build the lto-plugin always.
6112 build_lto_plugin=yes
9a02962b 6113
9a02962b
DK
6114else
6115 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6116 case $target in
2cd815e7 6117 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
48215350 6118 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6119 *) enable_lto=no ;;
6120 esac
9a02962b 6121 else
db50fe7d
IS
6122 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6123 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6124 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6125 # warn during gcc/ subconfigure; unless you're bootstrapping with
6126 # -flto it won't be needed until after installation anyway.
6127 case $target in
1cd0b716 6128 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
6129 *) if test x"$enable_lto" = x"yes"; then
6130 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6131 fi
6132 ;;
6133 esac
6134 fi
1cd0b716 6135 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6136 # Build it unless LTO was explicitly disabled.
1cd0b716 6137 case $target in
48215350 6138 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6139 *) ;;
6140 esac
48215350 6141
9a02962b
DK
6142fi
6143
d7f09764 6144
45b3824d
TS
6145# Check whether --enable-linker-plugin-configure-flags was given.
6146if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6147 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6148else
6149 extra_linker_plugin_configure_flags=
6150fi
6151
6152
6153# Check whether --enable-linker-plugin-flags was given.
6154if test "${enable_linker_plugin_flags+set}" = set; then :
6155 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6156else
6157 extra_linker_plugin_flags=
6158fi
6159
6160
6161
f8bf9252 6162
0823efed 6163# By default, C and C++ are the only stage 1 languages.
e1888513 6164stage1_languages=,c,
2805b53a 6165
00020c16 6166# Target libraries that we bootstrap.
ad1e5170 6167bootstrap_target_libs=,target-libgcc,
00020c16 6168
55ffb5ed
NN
6169# Figure out what language subdirectories are present.
6170# Look if the user specified --enable-languages="..."; if not, use
6171# the environment variable $LANGUAGES if defined. $LANGUAGES might
6172# go away some day.
6173# NB: embedded tabs in this IF block -- do not untabify
6174if test -d ${srcdir}/gcc; then
6175 if test x"${enable_languages+set}" != xset; then
6176 if test x"${LANGUAGES+set}" = xset; then
6177 enable_languages="${LANGUAGES}"
6178 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6179 else
6180 enable_languages=all
6181 fi
6182 else
6183 if test x"${enable_languages}" = x ||
6184 test x"${enable_languages}" = xyes;
6185 then
6186 echo configure.in: --enable-languages needs at least one language argument 1>&2
6187 exit 1
6188 fi
6189 fi
6190 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6191
7f26dfa3
FXC
6192 # 'f95' is the old name for the 'fortran' language. We issue a warning
6193 # and make the substitution.
6194 case ,${enable_languages}, in
6195 *,f95,*)
6196 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6197 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6198 ;;
6199 esac
6200
0823efed
DN
6201 # If bootstrapping, C++ must be enabled.
6202 case ",$enable_languages,:$enable_bootstrap" in
6203 *,c++,*:*) ;;
6204 *:yes)
ff3ac0f4
ILT
6205 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6206 enable_languages="${enable_languages},c++"
6207 else
0823efed 6208 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ff3ac0f4
ILT
6209 fi
6210 ;;
6211 esac
6212
55ffb5ed
NN
6213 # First scan to see if an enabled language requires some other language.
6214 # We assume that a given config-lang.in will list all the language
6215 # front ends it requires, even if some are required indirectly.
6216 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6217 case ${lang_frag} in
6218 ..) ;;
6219 # The odd quoting in the next line works around
6220 # an apparent bug in bash 1.12 on linux.
6221 ${srcdir}/gcc/[*]/config-lang.in) ;;
6222 *)
69ecd18f
ILT
6223 # From the config-lang.in, get $language, $lang_requires, and
6224 # $lang_requires_boot_languages.
55ffb5ed
NN
6225 language=
6226 lang_requires=
69ecd18f 6227 lang_requires_boot_languages=
55ffb5ed 6228 . ${lang_frag}
69ecd18f 6229 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6230 case ,${enable_languages}, in
6231 *,$other,*) ;;
6232 *,all,*) ;;
6233 *,$language,*)
6234 echo " \`$other' language required by \`$language'; enabling" 1>&2
6235 enable_languages="${enable_languages},${other}"
6236 ;;
6237 esac
6238 done
69ecd18f
ILT
6239 for other in ${lang_requires_boot_languages} ; do
6240 if test "$other" != "c"; then
6241 case ,${enable_stage1_languages}, in
6242 *,$other,*) ;;
6243 *,all,*) ;;
6244 *)
6245 case ,${enable_languages}, in
6246 *,$language,*)
6247 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6248 enable_stage1_languages="$enable_stage1_languages,${other}"
6249 ;;
6250 esac
6251 ;;
6252 esac
6253 fi
6254 done
55ffb5ed
NN
6255 ;;
6256 esac
6257 done
6258
e1888513 6259 new_enable_languages=,c,
d7f09764
DN
6260
6261 # If LTO is enabled, add the LTO front end.
6262 extra_host_libiberty_configure_flags=
6263 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6264 case ,${enable_languages}, in
6265 *,lto,*) ;;
6266 *) enable_languages="${enable_languages},lto" ;;
6267 esac
1cd0b716 6268 if test "${build_lto_plugin}" = "yes" ; then
d7f09764
DN
6269 configdirs="$configdirs lto-plugin"
6270 extra_host_libiberty_configure_flags=--enable-shared
6271 fi
6272 fi
6273
6274
55ffb5ed 6275 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6276 potential_languages=,c,
55ffb5ed 6277
4da3b0f8
ILT
6278 enabled_target_libs=
6279 disabled_target_libs=
6280
55ffb5ed
NN
6281 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6282 case ${lang_frag} in
6283 ..) ;;
6284 # The odd quoting in the next line works around
6285 # an apparent bug in bash 1.12 on linux.
6286 ${srcdir}/gcc/[*]/config-lang.in) ;;
6287 *)
1c710c3c 6288 # From the config-lang.in, get $language, $target_libs,
2805b53a 6289 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6290 language=
6291 target_libs=
6292 lang_dirs=
1546bb64 6293 subdir_requires=
e1888513
PB
6294 boot_language=no
6295 build_by_default=yes
55ffb5ed 6296 . ${lang_frag}
e1888513
PB
6297 if test x${language} = x; then
6298 echo "${lang_frag} doesn't set \$language." 1>&2
6299 exit 1
6300 fi
6301
78767fd9 6302 if test "$language" = "c++"; then
0823efed 6303 boot_language=yes
00020c16
ILT
6304 fi
6305
178f875a 6306 add_this_lang=no
e1888513
PB
6307 case ,${enable_languages}, in
6308 *,${language},*)
d4a10d0a
SB
6309 # Language was explicitly selected; include it
6310 # unless it is C, which is enabled by default.
6311 if test "$language" != "c"; then
6312 add_this_lang=yes
6313 fi
55ffb5ed 6314 ;;
e1888513
PB
6315 *,all,*)
6316 # 'all' was selected, select it if it is a default language
178f875a
JM
6317 if test "$language" != "c"; then
6318 add_this_lang=${build_by_default}
6319 fi
55ffb5ed
NN
6320 ;;
6321 esac
6de9cd9a 6322
1546bb64 6323 # Disable languages that need other directories if these aren't available.
95695ad3 6324 for i in $subdir_requires; do
b6348cb3 6325 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6326 case ,${enable_languages}, in
6327 *,${language},*)
6328 # Specifically requested language; tell them.
5213506e 6329 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6330 ;;
6331 *)
6332 # Silently disable.
e1888513 6333 add_this_lang=unsupported
1546bb64
PB
6334 ;;
6335 esac
6336 done
6337
e1888513
PB
6338 # Disable Ada if no preexisting GNAT is available.
6339 case ,${enable_languages},:${language}:${have_gnat} in
6340 *,${language},*:ada:no)
6341 # Specifically requested language; tell them.
5213506e 6342 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6343 ;;
6344 *:ada:no)
6345 # Silently disable.
6346 add_this_lang=unsupported
6347 ;;
6348 esac
6349
4fab7234
HPN
6350 # Disable a language that is unsupported by the target.
6351 case " $unsupported_languages " in
6352 *" $language "*)
e1888513 6353 add_this_lang=unsupported
4fab7234
HPN
6354 ;;
6355 esac
6356
6de9cd9a 6357 case $add_this_lang in
e1888513 6358 unsupported)
55ffb5ed 6359 # Remove language-dependent dirs.
4da3b0f8
ILT
6360 disabled_target_libs="$disabled_target_libs $target_libs"
6361 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6362 ;;
e1888513
PB
6363 no)
6364 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6365 disabled_target_libs="$disabled_target_libs $target_libs"
6366 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6367 potential_languages="${potential_languages}${language},"
6368 ;;
6369 yes)
6370 new_enable_languages="${new_enable_languages}${language},"
6371 potential_languages="${potential_languages}${language},"
2805b53a 6372 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6373 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6374 case "${boot_language}:,$enable_stage1_languages," in
6375 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6376 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6377 case ",$stage1_languages," in
6378 *,$language,* | ,yes, | ,all,) ;;
6379 *) stage1_languages="${stage1_languages}${language}," ;;
6380 esac
00020c16
ILT
6381 # We need to bootstrap any supporting libraries.
6382 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6383 ;;
6384 esac
6385 ;;
55ffb5ed
NN
6386 esac
6387 ;;
6388 esac
6389 done
6390
4da3b0f8
ILT
6391 # Add target libraries which are only needed for disabled languages
6392 # to noconfigdirs.
6393 if test -n "$disabled_target_libs"; then
6394 for dir in $disabled_target_libs; do
6395 case " $enabled_target_libs " in
6396 *" ${dir} "*) ;;
6397 *) noconfigdirs="$noconfigdirs $dir" ;;
6398 esac
6399 done
6400 fi
6401
5213506e
RW
6402 # Check whether --enable-stage1-languages was given.
6403if test "${enable_stage1_languages+set}" = set; then :
6404 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6405 ,no,|,,)
6406 # Set it to something that will have no effect in the loop below
6407 enable_stage1_languages=c ;;
6408 ,yes,)
6409 enable_stage1_languages=`echo $new_enable_languages | \
6410 sed -e "s/^,//" -e "s/,$//" ` ;;
6411 *,all,*)
6412 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6413 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6414 esac
6415
6416 # Add "good" languages from enable_stage1_languages to stage1_languages,
6417 # while "bad" languages go in missing_languages. Leave no duplicates.
6418 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6419 case $potential_languages in
6420 *,$i,*)
6421 case $stage1_languages in
6422 *,$i,*) ;;
6423 *) stage1_languages="$stage1_languages$i," ;;
6424 esac ;;
6425 *)
6426 case $missing_languages in
6427 *,$i,*) ;;
6428 *) missing_languages="$missing_languages$i," ;;
6429 esac ;;
6430 esac
6431 done
5213506e
RW
6432fi
6433
e1888513
PB
6434
6435 # Remove leading/trailing commas that were added for simplicity
6436 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6437 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6438 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6439 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6440
55ffb5ed 6441 if test "x$missing_languages" != x; then
5213506e 6442 as_fn_error "
0cf085e4 6443The following requested languages could not be built: ${missing_languages}
5213506e 6444Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6445 fi
55ffb5ed
NN
6446 if test "x$new_enable_languages" != "x$enable_languages"; then
6447 echo The following languages will be built: ${new_enable_languages}
e1888513 6448 enable_languages="$new_enable_languages"
55ffb5ed 6449 fi
e1888513 6450
1c710c3c 6451
b2eaac4a 6452 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6453fi
6454
27079765
AH
6455# Handle --disable-<component> generically.
6456for dir in $configdirs $build_configdirs $target_configdirs ; do
6457 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6458 varname=`echo $dirname | sed -e s/+/_/g`
6459 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6460 noconfigdirs="$noconfigdirs $dir"
6461 fi
6462done
6463
7cd0cf9c 6464# Check for Boehm's garbage collector
5213506e
RW
6465# Check whether --enable-objc-gc was given.
6466if test "${enable_objc_gc+set}" = set; then :
6467 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6468 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6469 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6470 ;;
6471esac
5213506e
RW
6472fi
6473
7cd0cf9c
DA
6474
6475# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6476case ,${enable_languages},:${enable_objc_gc} in
6477 *,objc,*:yes)
7cd0cf9c
DA
6478 # Keep target-boehm-gc if requested for Objective-C.
6479 ;;
7cd0cf9c 6480 *)
2a79fd67
DA
6481 # Otherwise remove target-boehm-gc depending on target-libjava.
6482 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6483 noconfigdirs="$noconfigdirs target-boehm-gc"
6484 fi
7cd0cf9c
DA
6485 ;;
6486esac
6487
1007a55c 6488# Disable libcilkrts, libitm, libsanitizer, libvtv if we're not building C++
99776ebd 6489case ,${enable_languages}, in
1007a55c
JW
6490 *,c++,*)
6491 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6492 case "${noconfigdirs}" in
6493 *target-libstdc++-v3*)
6494 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6495 ;;
6496 *) ;;
6497 esac
6498 ;;
99776ebd 6499 *)
186bc287 6500 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer target-libvtv"
99776ebd
RH
6501 ;;
6502esac
6503
ee6a22df
L
6504# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6505# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6506# If we have the source for $noconfigdirs entries, add them to $notsupp.
6507
6508notsupp=""
6509for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6510 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6511 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6512 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6513 if test -r $srcdir/$dirname/configure ; then
6514 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6515 true
6516 else
6517 notsupp="$notsupp $dir"
6518 fi
6519 fi
6520 fi
ee6a22df
L
6521 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6522 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6523 if test -r $srcdir/$dirname/configure ; then
6524 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6525 true
6526 else
6527 notsupp="$notsupp $dir"
6528 fi
6529 fi
6530 fi
55ffb5ed
NN
6531 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6532 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6533 if test -r $srcdir/$dirname/configure ; then
6534 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6535 true
6536 else
6537 notsupp="$notsupp $dir"
6538 fi
6539 fi
6540 fi
6541done
6542
55ffb5ed
NN
6543# Quietly strip out all directories which aren't configurable in this tree.
6544# This relies on all configurable subdirectories being autoconfiscated, which
6545# is now the case.
23f6b2f9
PB
6546build_configdirs_all="$build_configdirs"
6547build_configdirs=
6548for i in ${build_configdirs_all} ; do
1c710c3c 6549 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6550 if test -f ${srcdir}/$j/configure ; then
6551 build_configdirs="${build_configdirs} $i"
6552 fi
6553done
6554
55ffb5ed
NN
6555configdirs_all="$configdirs"
6556configdirs=
6557for i in ${configdirs_all} ; do
6558 if test -f ${srcdir}/$i/configure ; then
6559 configdirs="${configdirs} $i"
6560 fi
6561done
23f6b2f9 6562
55ffb5ed
NN
6563target_configdirs_all="$target_configdirs"
6564target_configdirs=
6565for i in ${target_configdirs_all} ; do
1c710c3c 6566 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6567 if test -f ${srcdir}/$j/configure ; then
6568 target_configdirs="${target_configdirs} $i"
6569 fi
6570done
6571
45b3824d
TS
6572# libiberty-linker-plugin is special: it doesn't have its own source directory,
6573# so we have to add it after the preceding checks.
6574if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6575then
6576 case " $configdirs " in
6577 *" libiberty "*)
6578 # If we can build libiberty, we can also build libiberty-linker-plugin.
6579 configdirs="$configdirs libiberty-linker-plugin"
6580 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6581 --with-libiberty=../libiberty-linker-plugin";;
6582 *)
6583 as_fn_error "libiberty missing" "$LINENO" 5;;
6584 esac
6585fi
6586
55ffb5ed
NN
6587# Produce a warning message for the subdirs we can't configure.
6588# This isn't especially interesting in the Cygnus tree, but in the individual
6589# FSF releases, it's important to let people know when their machine isn't
6590# supported by the one or two programs in a package.
6591
6592if test -n "${notsupp}" && test -z "${norecursion}" ; then
6593 # If $appdirs is non-empty, at least one of those directories must still
6594 # be configured, or we error out. (E.g., if the gas release supports a
6595 # specified target in some subdirs but not the gas subdir, we shouldn't
6596 # pretend that all is well.)
6597 if test -n "$appdirs" ; then
6598 for dir in $appdirs ; do
6599 if test -r $dir/Makefile.in ; then
6600 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6601 appdirs=""
6602 break
6603 fi
23f6b2f9 6604 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6605 appdirs=""
6606 break
6607 fi
6608 fi
6609 done
6610 if test -n "$appdirs" ; then
6611 echo "*** This configuration is not supported by this package." 1>&2
6612 exit 1
6613 fi
6614 fi
6615 # Okay, some application will build, or we don't care to check. Still
6616 # notify of subdirs not getting built.
6617 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6618 echo " ${notsupp}" 1>&2
6619 echo " (Any other directories should still work fine.)" 1>&2
6620fi
6621
6622case "$host" in
6623 *msdosdjgpp*)
6624 enable_gdbtk=no ;;
6625esac
6626
c3a86da9
DJ
6627# To find our prefix, in gcc_cv_tool_prefix.
6628
6629# The user is always right.
6630if test "${PATH_SEPARATOR+set}" != set; then
6631 echo "#! /bin/sh" >conf$$.sh
6632 echo "exit 0" >>conf$$.sh
6633 chmod +x conf$$.sh
6634 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6635 PATH_SEPARATOR=';'
6636 else
6637 PATH_SEPARATOR=:
6638 fi
6639 rm -f conf$$.sh
6640fi
6641
6642
6643
6644if test "x$exec_prefix" = xNONE; then
6645 if test "x$prefix" = xNONE; then
6646 gcc_cv_tool_prefix=$ac_default_prefix
6647 else
6648 gcc_cv_tool_prefix=$prefix
6649 fi
6650else
6651 gcc_cv_tool_prefix=$exec_prefix
6652fi
6653
6654# If there is no compiler in the tree, use the PATH only. In any
6655# case, if there is no compiler in the tree nobody should use
6656# AS_FOR_TARGET and LD_FOR_TARGET.
6657if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6658 gcc_version=`cat $srcdir/gcc/BASE-VER`
6659 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6660 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6661 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6662 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6663 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6664 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6665else
6666 gcc_cv_tool_dirs=
6667fi
6668
6669if test x$build = x$target && test -n "$md_exec_prefix"; then
6670 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6671fi
6672
6673
6674
55ffb5ed
NN
6675copy_dirs=
6676
1c710c3c 6677
5213506e
RW
6678# Check whether --with-build-sysroot was given.
6679if test "${with_build_sysroot+set}" = set; then :
6680 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6681 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6682 fi
6683else
6684 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6685fi
526635cb
MM
6686
6687
c8aea42c 6688
5213506e
RW
6689
6690# Check whether --with-debug-prefix-map was given.
6691if test "${with_debug_prefix_map+set}" = set; then :
6692 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6693 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6694 for debug_map in $withval; do
6695 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6696 done
6697 fi
6698else
6699 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6700fi
6701
c8aea42c
PB
6702
6703
1c8bd6a3
PB
6704# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6705# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6706# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6707# We want to ensure that TARGET libraries (which we know are built with
6708# gcc) are built with "-O2 -g", so include those options when setting
6709# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6710if test "x$CFLAGS_FOR_TARGET" = x; then
6711 CFLAGS_FOR_TARGET=$CFLAGS
6712 case " $CFLAGS " in
6713 *" -O2 "*) ;;
bd8e704f 6714 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6715 esac
6716 case " $CFLAGS " in
6717 *" -g "* | *" -g3 "*) ;;
bd8e704f 6718 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6719 esac
6720fi
6721
6722
6723if test "x$CXXFLAGS_FOR_TARGET" = x; then
6724 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6725 case " $CXXFLAGS " in
6726 *" -O2 "*) ;;
bd8e704f 6727 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6728 esac
6729 case " $CXXFLAGS " in
6730 *" -g "* | *" -g3 "*) ;;
bd8e704f 6731 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6732 esac
6733fi
6734
6735
6f57bdf6
DK
6736
6737
55ffb5ed
NN
6738# Handle --with-headers=XXX. If the value is not "yes", the contents of
6739# the named directory are copied to $(tooldir)/sys-include.
6740if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6741 if test x${is_cross_compiler} = xno ; then
6742 echo 1>&2 '***' --with-headers is only supported when cross compiling
6743 exit 1
6744 fi
6745 if test x"${with_headers}" != xyes ; then
c3a86da9 6746 x=${gcc_cv_tool_prefix}
1c710c3c 6747 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6748 fi
6749fi
6750
6751# Handle --with-libs=XXX. If the value is not "yes", the contents of
6752# the name directories are copied to $(tooldir)/lib. Multiple directories
6753# are permitted.
6754if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6755 if test x${is_cross_compiler} = xno ; then
6756 echo 1>&2 '***' --with-libs is only supported when cross compiling
6757 exit 1
6758 fi
6759 if test x"${with_libs}" != xyes ; then
6760 # Copy the libraries in reverse order, so that files in the first named
6761 # library override files in subsequent libraries.
c3a86da9 6762 x=${gcc_cv_tool_prefix}
55ffb5ed 6763 for l in ${with_libs}; do
1c710c3c 6764 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6765 done
6766 fi
6767fi
6768
d7f09764 6769# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6770#
6771# This is done by determining whether or not the appropriate directory
6772# is available, and by checking whether or not specific configurations
6773# have requested that this magic not happen.
1c710c3c
DJ
6774#
6775# The command line options always override the explicit settings in
e8b05380
PB
6776# configure.in, and the settings in configure.in override this magic.
6777#
1c710c3c 6778# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6779# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6780# --without-gnu-ld options for the configure script. Similarly, if
6781# the default is to use the included zlib and you don't want to do that,
6782# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6783
6784if test x${use_gnu_as} = x &&
6785 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6786 with_gnu_as=yes
6787 extra_host_args="$extra_host_args --with-gnu-as"
6788fi
6789
6790if test x${use_gnu_ld} = x &&
5afab7ad 6791 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6792 with_gnu_ld=yes
6793 extra_host_args="$extra_host_args --with-gnu-ld"
6794fi
6795
d7f09764
DN
6796if test x${use_included_zlib} = x &&
6797 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6798 :
6799else
6800 with_system_zlib=yes
6801 extra_host_args="$extra_host_args --with-system-zlib"
6802fi
6803
e8b05380
PB
6804# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6805# can detect this case.
6806
6807if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6808 with_newlib=yes
6809 extra_host_args="$extra_host_args --with-newlib"
6810fi
6811
55ffb5ed
NN
6812# Handle ${copy_dirs}
6813set fnord ${copy_dirs}
6814shift
6815while test $# != 0 ; do
6816 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6817 :
6818 else
6819 echo Copying $1 to $2
6820
6821 # Use the install script to create the directory and all required
6822 # parent directories.
6823 if test -d $2 ; then
6824 :
6825 else
6826 echo >config.temp
6827 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6828 fi
6829
6830 # Copy the directory, assuming we have tar.
6831 # FIXME: Should we use B in the second tar? Not all systems support it.
6832 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6833
6834 # It is the responsibility of the user to correctly adjust all
6835 # symlinks. If somebody can figure out how to handle them correctly
6836 # here, feel free to add the code.
6837
6838 echo $1 > $2/COPIED
6839 fi
6840 shift; shift
6841done
6842
e8b05380
PB
6843# Determine a target-dependent exec_prefix that the installed
6844# gcc will search in. Keep this list sorted by triplet, with
6845# the *-*-osname triplets last.
6846md_exec_prefix=
6847case "${target}" in
30b74385 6848 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6849 md_exec_prefix=/dev/env/DJDIR/bin
6850 ;;
e8b05380 6851 *-*-hpux* | \
e8b05380 6852 *-*-nto-qnx* | \
6de66370 6853 *-*-solaris2*)
e8b05380
PB
6854 md_exec_prefix=/usr/ccs/bin
6855 ;;
6856esac
6857
671aa708
NN
6858extra_arflags_for_target=
6859extra_nmflags_for_target=
6860extra_ranlibflags_for_target=
6861target_makefile_frag=/dev/null
6862case "${target}" in
58e24147
AM
6863 spu-*-*)
6864 target_makefile_frag="config/mt-spu"
6865 ;;
d91491e5 6866 mips*-sde-elf* | mips*-mti-elf*)
4bf6c438
RS
6867 target_makefile_frag="config/mt-sde"
6868 ;;
1ec3b87b
RS
6869 mipsisa*-*-elfoabi*)
6870 target_makefile_frag="config/mt-mips-elfoabi"
6871 ;;
08d0963a
RS
6872 mips*-*-*linux* | mips*-*-gnu*)
6873 target_makefile_frag="config/mt-mips-gnu"
6874 ;;
707f1839
SL
6875 nios2-*-elf*)
6876 target_makefile_frag="config/mt-nios2-elf"
6877 ;;
416ac4d4 6878 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6879 target_makefile_frag="config/mt-gnu"
671aa708
NN
6880 ;;
6881 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6882 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
6883 # commands to handle both 32-bit and 64-bit objects. These flags are
6884 # harmless if we're using GNU nm or ar.
6885 extra_arflags_for_target=" -X32_64"
6886 extra_nmflags_for_target=" -B -X32_64"
6887 ;;
671aa708
NN
6888esac
6889
6890alphaieee_frag=/dev/null
6891case $target in
6892 alpha*-*-*)
6893 # This just makes sure to use the -mieee option to build target libs.
6894 # This should probably be set individually by each library.
6895 alphaieee_frag="config/mt-alphaieee"
6896 ;;
6897esac
6898
6899# If --enable-target-optspace always use -Os instead of -O2 to build
6900# the target libraries, similarly if it is not specified, use -Os
6901# on selected platforms.
6902ospace_frag=/dev/null
6903case "${enable_target_optspace}:${target}" in
6904 yes:*)
6905 ospace_frag="config/mt-ospace"
6906 ;;
6907 :d30v-*)
6908 ospace_frag="config/mt-d30v"
6909 ;;
6910 :m32r-* | :d10v-* | :fr30-*)
6911 ospace_frag="config/mt-ospace"
6912 ;;
6913 no:* | :*)
6914 ;;
6915 *)
6916 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6917 ;;
6918esac
6919
671aa708
NN
6920# Some systems (e.g., one of the i386-aix systems the gas testers are
6921# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 6922tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
6923build_tooldir=${tooldir}
6924
671aa708
NN
6925# Create a .gdbinit file which runs the one in srcdir
6926# and tells GDB to look there for source files.
6927
6928if test -r ${srcdir}/.gdbinit ; then
6929 case ${srcdir} in
6930 .) ;;
6931 *) cat > ./.gdbinit <<EOF
6932# ${NO_EDIT}
6933dir ${srcdir}
6934dir .
6935source ${srcdir}/.gdbinit
6936EOF
6937 ;;
6938 esac
6939fi
6940
671aa708
NN
6941# Make sure that the compiler is able to generate an executable. If it
6942# can't, we are probably in trouble. We don't care whether we can run the
6943# executable--we might be using a cross compiler--we only care whether it
6944# can be created. At this point the main configure script has set CC.
6945we_are_ok=no
6946echo "int main () { return 0; }" > conftest.c
6947${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6948if test $? = 0 ; then
6949 if test -s conftest || test -s conftest.exe ; then
6950 we_are_ok=yes
6951 fi
1c710c3c 6952fi
671aa708
NN
6953case $we_are_ok in
6954 no)
6955 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6956 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6957 rm -f conftest*
6958 exit 1
6959 ;;
6960esac
6961rm -f conftest*
6962
d89f0ad6 6963# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
6964case "${host}" in
6965 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 6966 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 6967 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
6968 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6969esac
6970
d89f0ad6
AL
6971# On systems where the dynamic library environment variable is PATH,
6972# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6973# built executables to PATH.
6974if test "$RPATH_ENVVAR" = PATH; then
6975 GCC_SHLIB_SUBDIR=/shlib
6976else
6977 GCC_SHLIB_SUBDIR=
6978fi
6979
beeda1d9
JJ
6980# Adjust the toplevel makefile according to whether bootstrap was selected.
6981case $enable_bootstrap in
6982 yes)
6983 bootstrap_suffix=bootstrap
6984 BUILD_CONFIG=bootstrap-debug
6985 ;;
6986 no)
6987 bootstrap_suffix=no-bootstrap
6988 BUILD_CONFIG=
6989 ;;
6990esac
6991
6992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6993$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
6994
6995
6996# Check whether --with-build-config was given.
6997if test "${with_build_config+set}" = set; then :
6998 withval=$with_build_config; case $with_build_config in
6999 yes) with_build_config= ;;
7000 no) with_build_config= BUILD_CONFIG= ;;
7001 esac
7002fi
7003
7004
7005if test "x${with_build_config}" != x; then
7006 BUILD_CONFIG=$with_build_config
7007else
7008 case $BUILD_CONFIG in
7009 bootstrap-debug)
7010 if echo "int f (void) { return 0; }" > conftest.c &&
7011 ${CC} -c conftest.c &&
7012 mv conftest.o conftest.o.g0 &&
7013 ${CC} -c -g conftest.c &&
7014 mv conftest.o conftest.o.g &&
7015 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7016 :
7017 else
7018 BUILD_CONFIG=
7019 fi
7020 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7021 ;;
7022 esac
7023fi
7024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7025$as_echo "$BUILD_CONFIG" >&6; }
7026
7027
7028# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7030$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7031# Check whether --enable-vtable-verify was given.
7032if test "${enable_vtable_verify+set}" = set; then :
7033 enableval=$enable_vtable_verify; case "$enableval" in
7034 yes) enable_vtable_verify=yes ;;
7035 no) enable_vtable_verify=no ;;
7036 *) enable_vtable_verify=no;;
7037 esac
7038else
7039 enable_vtable_verify=no
7040fi
7041
7042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7043$as_echo "$enable_vtable_verify" >&6; }
7044
671aa708
NN
7045# Record target_configdirs and the configure arguments for target and
7046# build configuration in Makefile.
7047target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7048build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
9e1c8fc1 7049bootstrap_fixincludes=no
671aa708 7050
ad1e5170
JR
7051# If we are building libgomp, bootstrap it.
7052if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7053 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7054fi
7055
beeda1d9
JJ
7056# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7057# or bootstrap-ubsan, bootstrap it.
7058if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7059 case "$BUILD_CONFIG" in
7060 *bootstrap-asan* | *bootstrap-ubsan* )
7061 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
9e1c8fc1 7062 bootstrap_fixincludes=yes
beeda1d9
JJ
7063 ;;
7064 esac
ac8701fe
L
7065fi
7066
beeda1d9
JJ
7067# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7068if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7069 test "$enable_vtable_verify" != no; then
2077db1b
CT
7070 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7071fi
7072
671aa708
NN
7073# Determine whether gdb needs tk/tcl or not.
7074# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7075# and in that case we want gdb to be built without tk. Ugh!
7076# In fact I believe gdb is the *only* package directly dependent on tk,
7077# so we should be able to put the 'maybe's in unconditionally and
7078# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7079# 100% sure that that's safe though.
e914a571 7080
b4f96efe 7081gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7082case "$enable_gdbtk" in
7083 no)
7084 GDB_TK="" ;;
e914a571
AC
7085 yes)
7086 GDB_TK="${gdb_tk}" ;;
671aa708 7087 *)
e914a571
AC
7088 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7089 # distro. Eventually someone will fix this and move Insight, nee
7090 # gdbtk to a separate directory.
7091 if test -d ${srcdir}/gdb/gdbtk ; then
7092 GDB_TK="${gdb_tk}"
7093 else
7094 GDB_TK=""
7095 fi
7096 ;;
671aa708 7097esac
ef9db8d5
DJ
7098CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7099INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7100
60975492 7101# Strip out unwanted targets.
8b87bb96
NN
7102
7103# While at that, we remove Makefiles if we were started for recursive
7104# configuration, so that the top-level Makefile reconfigures them,
7105# like we used to do when configure itself was recursive.
8b87bb96 7106
3e54529c
RW
7107# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7108# but now we're fixing up the Makefile ourselves with the additional
7109# commands passed to AC_CONFIG_FILES. Use separate variables
7110# extrasub-{build,host,target} not because there is any reason to split
7111# the substitutions up that way, but only to remain below the limit of
7112# 99 commands in a script, for HP-UX sed.
7113# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 7114
79cd2b23
RW
7115case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7116 yes:yes:*\ gold\ *:*,c++,*) ;;
7117 yes:yes:*\ gold\ *:*)
7118 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7119 ;;
7120esac
7121
3e54529c 7122extrasub_build=
23f6b2f9 7123for module in ${build_configdirs} ; do
5607edfd
PB
7124 if test -z "${no_recursion}" \
7125 && test -f ${build_subdir}/${module}/Makefile; then
7126 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7127 rm -f ${build_subdir}/${module}/Makefile
7128 fi
3e54529c 7129 extrasub_build="$extrasub_build
5607edfd
PB
7130/^@if build-$module\$/d
7131/^@endif build-$module\$/d
7132/^@if build-$module-$bootstrap_suffix\$/d
7133/^@endif build-$module-$bootstrap_suffix\$/d"
7134done
3e54529c 7135extrasub_host=
5607edfd 7136for module in ${configdirs} ; do
a6fbc1e2 7137 if test -z "${no_recursion}"; then
f063a9ed 7138 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7139 if test -f ${file}; then
7140 echo 1>&2 "*** removing ${file} to force reconfigure"
7141 rm -f ${file}
7142 fi
7143 done
5607edfd 7144 fi
9e1c8fc1
JJ
7145 case ${module},${bootstrap_fixincludes} in
7146 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7147 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7148 esac
3e54529c 7149 extrasub_host="$extrasub_host
5607edfd
PB
7150/^@if $module\$/d
7151/^@endif $module\$/d
9e1c8fc1
JJ
7152/^@if $module-$host_bootstrap_suffix\$/d
7153/^@endif $module-$host_bootstrap_suffix\$/d"
5607edfd 7154done
3e54529c 7155extrasub_target=
5607edfd
PB
7156for module in ${target_configdirs} ; do
7157 if test -z "${no_recursion}" \
7158 && test -f ${target_subdir}/${module}/Makefile; then
7159 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7160 rm -f ${target_subdir}/${module}/Makefile
7161 fi
00020c16
ILT
7162
7163 # We only bootstrap target libraries listed in bootstrap_target_libs.
7164 case $bootstrap_target_libs in
7165 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7166 *) target_bootstrap_suffix=no-bootstrap ;;
7167 esac
7168
3e54529c 7169 extrasub_target="$extrasub_target
5607edfd
PB
7170/^@if target-$module\$/d
7171/^@endif target-$module\$/d
00020c16
ILT
7172/^@if target-$module-$target_bootstrap_suffix\$/d
7173/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7174done
7175
3e54529c
RW
7176# Do the final fixup along with target modules.
7177extrasub_target="$extrasub_target
60975492 7178/^@if /,/^@endif /d"
671aa708
NN
7179
7180# Create the serialization dependencies. This uses a temporary file.
7181
5213506e
RW
7182# Check whether --enable-serial-configure was given.
7183if test "${enable_serial_configure+set}" = set; then :
7184 enableval=$enable_serial_configure;
7185fi
ade82b16
AO
7186
7187
bf1d3e81
NN
7188case ${enable_serial_configure} in
7189 yes)
7190 enable_serial_build_configure=yes
7191 enable_serial_host_configure=yes
7192 enable_serial_target_configure=yes
7193 ;;
7194esac
7195
671aa708
NN
7196# These force 'configure's to be done one at a time, to avoid problems
7197# with contention over a shared config.cache.
7198rm -f serdep.tmp
ade82b16 7199echo '# serdep.tmp' > serdep.tmp
671aa708 7200olditem=
bf1d3e81 7201test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7202for item in ${build_configdirs} ; do
7203 case ${olditem} in
7204 "") ;;
ade82b16 7205 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7206 esac
7207 olditem=${item}
7208done
7209olditem=
bf1d3e81 7210test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7211for item in ${configdirs} ; do
7212 case ${olditem} in
7213 "") ;;
ade82b16 7214 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7215 esac
7216 olditem=${item}
7217done
7218olditem=
bf1d3e81 7219test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7220for item in ${target_configdirs} ; do
7221 case ${olditem} in
7222 "") ;;
ade82b16 7223 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7224 esac
7225 olditem=${item}
7226done
7227serialization_dependencies=serdep.tmp
7228
7229
ade82b16 7230# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7231# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7232# might not want to pass down to subconfigures. The exception being
7233# --cache-file=/dev/null, which is used to turn off the use of cache
7234# files altogether, and which should be passed on to subconfigures.
7235# Also strip program-prefix, program-suffix, and program-transform-name,
7236# so that we can pass down a consistent program-transform-name.
1c710c3c 7237baseargs=
29a63921 7238tbaseargs=
1c710c3c
DJ
7239keep_next=no
7240skip_next=no
7241eval "set -- $ac_configure_args"
44bfc3ac
DJ
7242for ac_arg
7243do
1c710c3c
DJ
7244 if test X"$skip_next" = X"yes"; then
7245 skip_next=no
7246 continue
7247 fi
7248 if test X"$keep_next" = X"yes"; then
7249 case $ac_arg in
7250 *\'*)
7251 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7252 esac
7253 baseargs="$baseargs '$ac_arg'"
29a63921 7254 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7255 keep_next=no
7256 continue
7257 fi
7258
7259 # Handle separated arguments. Based on the logic generated by
7260 # autoconf 2.59.
7261 case $ac_arg in
7262 *=* | --config-cache | -C | -disable-* | --disable-* \
7263 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7264 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7265 | -with-* | --with-* | -without-* | --without-* | --x)
7266 separate_arg=no
7267 ;;
7268 -*)
7269 separate_arg=yes
7270 ;;
7271 *)
7272 separate_arg=no
7273 ;;
7274 esac
7275
29a63921
AO
7276 skip_targ=no
7277 case $ac_arg in
7278
7279 --with-* | --without-*)
7280 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7281
7282 case $libopt in
7283 *[-_]include)
7284 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7285 ;;
7286 *[-_]lib)
7287 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7288 ;;
7289 *)
7290 lib=$libopt
7291 ;;
7292 esac
7293
7294
7295 case $lib in
eae1a5d4 7296 mpc | mpfr | gmp | isl | cloog)
29a63921
AO
7297 # If we're processing --with-$lib, --with-$lib-include or
7298 # --with-$lib-lib, for one of the libs above, and target is
7299 # different from host, don't pass the current argument to any
7300 # target library's configure.
7301 if test x$is_cross_compiler = xyes; then
7302 skip_targ=yes
7303 fi
7304 ;;
7305 esac
7306 ;;
7307 esac
7308
1c710c3c 7309 case "$ac_arg" in
f1a036e4
NC
7310 --cache-file=/dev/null | \
7311 -cache-file=/dev/null )
7312 # Handled here to avoid the test to skip args below.
7313 baseargs="$baseargs '$ac_arg'"
29a63921 7314 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7315 # Assert: $separate_arg should always be no.
7316 keep_next=$separate_arg
7317 ;;
1c710c3c
DJ
7318 --no*)
7319 continue
7320 ;;
7321 --c* | \
7322 --sr* | \
7323 --ho* | \
7324 --bu* | \
7325 --t* | \
7326 --program-* | \
7327 -cache_file* | \
7328 -srcdir* | \
7329 -host* | \
7330 -build* | \
7331 -target* | \
7332 -program-prefix* | \
7333 -program-suffix* | \
7334 -program-transform-name* )
7335 skip_next=$separate_arg
7336 continue
7337 ;;
7338 -*)
7339 # An option. Add it.
7340 case $ac_arg in
7341 *\'*)
7342 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7343 esac
7344 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7345 if test X"$skip_targ" = Xno; then
7346 tbaseargs="$tbaseargs '$ac_arg'"
7347 fi
1c710c3c
DJ
7348 keep_next=$separate_arg
7349 ;;
7350 *)
7351 # Either a variable assignment, or a nonopt (triplet). Don't
7352 # pass it down; let the Makefile handle this.
7353 continue
7354 ;;
7355 esac
7356done
7357# Remove the initial space we just introduced and, as these will be
7358# expanded by make, quote '$'.
7359baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7360
43bb47c2
DJ
7361# Add in --program-transform-name, after --program-prefix and
7362# --program-suffix have been applied to it. Autoconf has already
7363# doubled dollar signs and backslashes in program_transform_name; we want
7364# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7365# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7366# Also, because we want to override the logic in subdir configure scripts to
7367# choose program_transform_name, replace any s,x,x, with s,y,y,.
7368sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7369${program_transform_name}
7370EOF_SED
7371gcc_transform_name=`cat conftestsed.out`
7372rm -f conftestsed.out
7373baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7374tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7375if test "$silent" = yes; then
7376 baseargs="$baseargs --silent"
29a63921 7377 tbaseargs="$tbaseargs --silent"
d9acb717 7378fi
0115d4a3 7379baseargs="$baseargs --disable-option-checking"
29a63921 7380tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7381
ffedf511
RW
7382# Record and document user additions to sub configure arguments.
7383
7384
7385
7386
671aa708
NN
7387# For the build-side libraries, we just need to pretend we're native,
7388# and not use the same cache file. Multilibs are neither needed nor
7389# desired.
ffedf511 7390build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
671aa708
NN
7391
7392# For host modules, accept cache file option, or specification as blank.
7393case "${cache_file}" in
7394"") # empty
7395 cache_file_option="" ;;
7396/* | [A-Za-z]:[\\/]* ) # absolute path
7397 cache_file_option="--cache-file=${cache_file}" ;;
7398*) # relative path
7399 cache_file_option="--cache-file=../${cache_file}" ;;
7400esac
7401
09438bde
NN
7402# Host dirs don't like to share a cache file either, horribly enough.
7403# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7404host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7405
29a63921 7406target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7407
7408# Passing a --with-cross-host argument lets the target libraries know
7409# whether they are being built with a cross-compiler or being built
7410# native. However, it would be better to use other mechanisms to make the
7411# sorts of decisions they want to make on this basis. Please consider
7412# this option to be deprecated. FIXME.
7413if test x${is_cross_compiler} = xyes ; then
1c710c3c 7414 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7415fi
7416
79e0604d
FXC
7417# Special user-friendly check for native x86_64-linux build, if
7418# multilib is not explicitly enabled.
7419case "$target:$have_compiler:$host:$target:$enable_multilib" in
7420 x86_64-*linux*:yes:$build:$build:)
7421 # Make sure we have a developement environment that handles 32-bit
7422 dev64=no
7423 echo "int main () { return 0; }" > conftest.c
7424 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7425 if test $? = 0 ; then
7426 if test -s conftest || test -s conftest.exe ; then
7427 dev64=yes
7428 fi
7429 fi
7430 rm -f conftest*
7431 if test x${dev64} != xyes ; then
7432 as_fn_error "I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
7433 fi
7434 ;;
7435esac
7436
dc683a3f
RW
7437# Default to --enable-multilib.
7438if test x${enable_multilib} = x ; then
671aa708 7439 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7440fi
671aa708
NN
7441
7442# Pass --with-newlib if appropriate. Note that target_configdirs has
7443# changed from the earlier setting of with_newlib.
7444if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7445 target_configargs="--with-newlib ${target_configargs}"
7446fi
7447
6b9eb62c
NN
7448# Different target subdirs use different values of certain variables
7449# (notably CXX). Worse, multilibs use *lots* of different values.
7450# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7451# it doesn't automatically accept command-line overrides of them.
7452# This means it's not safe for target subdirs to share a cache file,
7453# which is disgusting, but there you have it. Hopefully this can be
7454# fixed in future. It's still worthwhile to use a cache file for each
7455# directory. I think.
7456
bebcd931
MS
7457# Pass the appropriate --build, --host, --target and --cache-file arguments.
7458# We need to pass --target, as newer autoconf's requires consistency
7459# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7460target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7461
671aa708
NN
7462FLAGS_FOR_TARGET=
7463case " $target_configdirs " in
7464 *" newlib "*)
7465 case " $target_configargs " in
7466 *" --with-newlib "*)
7467 case "$target" in
5d571eaa 7468 *-cygwin*)
443e6238 7469 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
5d571eaa 7470 ;;
671aa708
NN
7471 esac
7472
7473 # If we're not building GCC, don't discard standard headers.
7474 if test -d ${srcdir}/gcc; then
7475 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7476
7477 if test "${build}" != "${host}"; then
7478 # On Canadian crosses, CC_FOR_TARGET will have already been set
7479 # by `configure', so we won't have an opportunity to add -Bgcc/
7480 # to it. This is right: we don't want to search that directory
7481 # for binaries, but we want the header files in there, so add
7482 # them explicitly.
0463992b 7483 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7484
7485 # Someone might think of using the pre-installed headers on
7486 # Canadian crosses, in case the installed compiler is not fully
7487 # compatible with the compiler being built. In this case, it
7488 # would be better to flag an error than risking having
7489 # incompatible object files being constructed. We can't
7490 # guarantee that an error will be flagged, but let's hope the
7491 # compiler will do it, when presented with incompatible header
7492 # files.
7493 fi
7494 fi
7495
7496 case "${target}-${is_cross_compiler}" in
f2a0e225 7497 i[3456789]86-*-linux*-no)
671aa708
NN
7498 # Here host == target, so we don't need to build gcc,
7499 # so we don't want to discard standard headers.
7500 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7501 ;;
7502 *)
7503 # If we're building newlib, use its generic headers last, but search
7504 # for any libc-related directories first (so make it the last -B
7505 # switch).
7506 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
7507
7508 # If we're building libgloss, find the startup file, simulator library
7509 # and linker script.
7510 case " $target_configdirs " in
7511 *" libgloss "*)
7512 # Look for startup file, simulator library and maybe linker script.
7513 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7514 # Look for libnosys.a in case the target needs it.
7515 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7516 # Most targets have the linker script in the source directory.
7517 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7518 ;;
7519 esac
671aa708
NN
7520 ;;
7521 esac
7522 ;;
7523 esac
7524 ;;
7525esac
5d571eaa 7526
b91f0a41 7527case "$target" in
5d571eaa
OS
7528 x86_64-*mingw* | *-w64-mingw*)
7529 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7530 # however, use a symlink named 'mingw' in ${prefix} .
7531 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7532 ;;
7533 *-mingw*)
7534 # MinGW can't be handled as Cygwin above since it does not use newlib.
7535 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'
7536 ;;
b91f0a41 7537esac
671aa708 7538
6691a79e
ME
7539# Allow the user to override the flags for
7540# our build compiler if desired.
f019adc1
MF
7541if test x"${build}" = x"${host}" ; then
7542 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7543 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7544 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7545fi
6691a79e 7546
671aa708
NN
7547# On Canadian crosses, we'll be searching the right directories for
7548# the previously-installed cross compiler, so don't bother to add
7549# flags for directories within the install tree of the compiler
7550# being built; programs in there won't even run.
7551if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7552 # Search for pre-installed headers if nothing else fits.
9124bc53 7553 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
7554fi
7555
7556if test "x${use_gnu_ld}" = x &&
7557 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7558 # Arrange for us to find uninstalled linker scripts.
215c351a 7559 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7560fi
7561
e88a2c09
DD
7562# Search for other target-specific linker scripts and such.
7563case "${target}" in
3e19841a
PB
7564 mep*)
7565 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7566 ;;
e88a2c09
DD
7567esac
7568
671aa708 7569# Makefile fragments.
7b61653a
PE
7570for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7571do
7572 eval fragval=\$$frag
7573 if test $fragval != /dev/null; then
7574 eval $frag=${srcdir}/$fragval
7575 fi
7576done
671aa708
NN
7577
7578
7579
7580
7581
7582# Miscellanea: directories, flags, etc.
7583
7584
7585
7586
7587
7588
7589
d89f0ad6 7590
23f6b2f9 7591# Build module lists & subconfigure args.
671aa708
NN
7592
7593
7594
2abefe3d
PB
7595# Host module lists & subconfigure args.
7596
7597
7598
aae29963 7599
2abefe3d
PB
7600# Target module lists & subconfigure args.
7601
7602
7603
7604# Build tools.
7605
7606
7607
0999159b
PB
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
2abefe3d
PB
7622# Generate default definitions for YACC, M4, LEX and other programs that run
7623# on the build machine. These are used if the Makefile can't locate these
7624# programs in objdir.
7625MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7626
7627for ac_prog in 'bison -y' byacc yacc
7628do
1c710c3c 7629 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7630set dummy $ac_prog; ac_word=$2
5213506e
RW
7631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7632$as_echo_n "checking for $ac_word... " >&6; }
7633if test "${ac_cv_prog_YACC+set}" = set; then :
7634 $as_echo_n "(cached) " >&6
2abefe3d
PB
7635else
7636 if test -n "$YACC"; then
7637 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7638else
1c710c3c
DJ
7639as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7640for as_dir in $PATH
7641do
7642 IFS=$as_save_IFS
7643 test -z "$as_dir" && as_dir=.
5213506e
RW
7644 for ac_exec_ext in '' $ac_executable_extensions; do
7645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7646 ac_cv_prog_YACC="$ac_prog"
5213506e 7647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7648 break 2
7649 fi
7650done
5213506e
RW
7651 done
7652IFS=$as_save_IFS
1c710c3c 7653
2abefe3d
PB
7654fi
7655fi
1c710c3c 7656YACC=$ac_cv_prog_YACC
2abefe3d 7657if test -n "$YACC"; then
5213506e
RW
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7659$as_echo "$YACC" >&6; }
2abefe3d 7660else
5213506e
RW
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7662$as_echo "no" >&6; }
2abefe3d
PB
7663fi
7664
5213506e 7665
1c710c3c 7666 test -n "$YACC" && break
2abefe3d
PB
7667done
7668test -n "$YACC" || YACC="$MISSING bison -y"
7669
7670case " $build_configdirs " in
7671 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
7672esac
7673
7674for ac_prog in bison
7675do
1c710c3c 7676 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7677set dummy $ac_prog; ac_word=$2
5213506e
RW
7678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7679$as_echo_n "checking for $ac_word... " >&6; }
7680if test "${ac_cv_prog_BISON+set}" = set; then :
7681 $as_echo_n "(cached) " >&6
2abefe3d
PB
7682else
7683 if test -n "$BISON"; then
7684 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7685else
1c710c3c
DJ
7686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7687for as_dir in $PATH
7688do
7689 IFS=$as_save_IFS
7690 test -z "$as_dir" && as_dir=.
5213506e
RW
7691 for ac_exec_ext in '' $ac_executable_extensions; do
7692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7693 ac_cv_prog_BISON="$ac_prog"
5213506e 7694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7695 break 2
7696 fi
7697done
5213506e
RW
7698 done
7699IFS=$as_save_IFS
1c710c3c 7700
2abefe3d
PB
7701fi
7702fi
1c710c3c 7703BISON=$ac_cv_prog_BISON
2abefe3d 7704if test -n "$BISON"; then
5213506e
RW
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7706$as_echo "$BISON" >&6; }
2abefe3d 7707else
5213506e
RW
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7709$as_echo "no" >&6; }
2abefe3d
PB
7710fi
7711
5213506e 7712
1c710c3c 7713 test -n "$BISON" && break
2abefe3d
PB
7714done
7715test -n "$BISON" || BISON="$MISSING bison"
7716
7717case " $build_configdirs " in
7718 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7719esac
7720
7721for ac_prog in gm4 gnum4 m4
7722do
1c710c3c 7723 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7724set dummy $ac_prog; ac_word=$2
5213506e
RW
7725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7726$as_echo_n "checking for $ac_word... " >&6; }
7727if test "${ac_cv_prog_M4+set}" = set; then :
7728 $as_echo_n "(cached) " >&6
2abefe3d
PB
7729else
7730 if test -n "$M4"; then
7731 ac_cv_prog_M4="$M4" # Let the user override the test.
7732else
1c710c3c
DJ
7733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7734for as_dir in $PATH
7735do
7736 IFS=$as_save_IFS
7737 test -z "$as_dir" && as_dir=.
5213506e
RW
7738 for ac_exec_ext in '' $ac_executable_extensions; do
7739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7740 ac_cv_prog_M4="$ac_prog"
5213506e 7741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7742 break 2
7743 fi
7744done
5213506e
RW
7745 done
7746IFS=$as_save_IFS
1c710c3c 7747
2abefe3d
PB
7748fi
7749fi
1c710c3c 7750M4=$ac_cv_prog_M4
2abefe3d 7751if test -n "$M4"; then
5213506e
RW
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7753$as_echo "$M4" >&6; }
2abefe3d 7754else
5213506e
RW
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7756$as_echo "no" >&6; }
2abefe3d
PB
7757fi
7758
5213506e 7759
1c710c3c 7760 test -n "$M4" && break
2abefe3d
PB
7761done
7762test -n "$M4" || M4="$MISSING m4"
7763
7764case " $build_configdirs " in
7765 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7766esac
7767
7768for ac_prog in flex lex
7769do
1c710c3c 7770 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7771set dummy $ac_prog; ac_word=$2
5213506e
RW
7772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773$as_echo_n "checking for $ac_word... " >&6; }
7774if test "${ac_cv_prog_LEX+set}" = set; then :
7775 $as_echo_n "(cached) " >&6
2abefe3d
PB
7776else
7777 if test -n "$LEX"; then
7778 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7779else
1c710c3c
DJ
7780as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781for as_dir in $PATH
7782do
7783 IFS=$as_save_IFS
7784 test -z "$as_dir" && as_dir=.
5213506e
RW
7785 for ac_exec_ext in '' $ac_executable_extensions; do
7786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7787 ac_cv_prog_LEX="$ac_prog"
5213506e 7788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7789 break 2
7790 fi
7791done
5213506e
RW
7792 done
7793IFS=$as_save_IFS
1c710c3c 7794
2abefe3d
PB
7795fi
7796fi
1c710c3c 7797LEX=$ac_cv_prog_LEX
2abefe3d 7798if test -n "$LEX"; then
5213506e
RW
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7800$as_echo "$LEX" >&6; }
2abefe3d 7801else
5213506e
RW
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803$as_echo "no" >&6; }
2abefe3d
PB
7804fi
7805
5213506e 7806
1c710c3c 7807 test -n "$LEX" && break
2abefe3d
PB
7808done
7809test -n "$LEX" || LEX="$MISSING flex"
7810
7811case " $build_configdirs " in
7812 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7813 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7814esac
7815
7816for ac_prog in flex
7817do
1c710c3c 7818 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7819set dummy $ac_prog; ac_word=$2
5213506e
RW
7820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7821$as_echo_n "checking for $ac_word... " >&6; }
7822if test "${ac_cv_prog_FLEX+set}" = set; then :
7823 $as_echo_n "(cached) " >&6
2abefe3d
PB
7824else
7825 if test -n "$FLEX"; then
7826 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7827else
1c710c3c
DJ
7828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7829for as_dir in $PATH
7830do
7831 IFS=$as_save_IFS
7832 test -z "$as_dir" && as_dir=.
5213506e
RW
7833 for ac_exec_ext in '' $ac_executable_extensions; do
7834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7835 ac_cv_prog_FLEX="$ac_prog"
5213506e 7836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7837 break 2
7838 fi
7839done
5213506e
RW
7840 done
7841IFS=$as_save_IFS
1c710c3c 7842
2abefe3d
PB
7843fi
7844fi
1c710c3c 7845FLEX=$ac_cv_prog_FLEX
2abefe3d 7846if test -n "$FLEX"; then
5213506e
RW
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7848$as_echo "$FLEX" >&6; }
2abefe3d 7849else
5213506e
RW
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7851$as_echo "no" >&6; }
2abefe3d
PB
7852fi
7853
5213506e 7854
1c710c3c 7855 test -n "$FLEX" && break
2abefe3d
PB
7856done
7857test -n "$FLEX" || FLEX="$MISSING flex"
7858
7859case " $build_configdirs " in
7860 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7861esac
7862
7863for ac_prog in makeinfo
7864do
1c710c3c 7865 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7866set dummy $ac_prog; ac_word=$2
5213506e
RW
7867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7868$as_echo_n "checking for $ac_word... " >&6; }
7869if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7870 $as_echo_n "(cached) " >&6
2abefe3d
PB
7871else
7872 if test -n "$MAKEINFO"; then
7873 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7874else
1c710c3c
DJ
7875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7876for as_dir in $PATH
7877do
7878 IFS=$as_save_IFS
7879 test -z "$as_dir" && as_dir=.
5213506e
RW
7880 for ac_exec_ext in '' $ac_executable_extensions; do
7881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7882 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 7883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7884 break 2
7885 fi
7886done
5213506e
RW
7887 done
7888IFS=$as_save_IFS
1c710c3c 7889
2abefe3d
PB
7890fi
7891fi
1c710c3c 7892MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 7893if test -n "$MAKEINFO"; then
5213506e
RW
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7895$as_echo "$MAKEINFO" >&6; }
2abefe3d 7896else
5213506e
RW
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7898$as_echo "no" >&6; }
2abefe3d
PB
7899fi
7900
5213506e 7901
1c710c3c 7902 test -n "$MAKEINFO" && break
2abefe3d
PB
7903done
7904test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7905
7906case " $build_configdirs " in
7907 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7908 *)
7909
d18ff35a 7910 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
7911 # higher, else we use the "missing" dummy.
7912 if ${MAKEINFO} --version \
d18ff35a 7913 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
7914 :
7915 else
7916 MAKEINFO="$MISSING makeinfo"
7917 fi
7918 ;;
7919
7920esac
671aa708 7921
2abefe3d 7922# FIXME: expect and dejagnu may become build tools?
671aa708 7923
2abefe3d
PB
7924for ac_prog in expect
7925do
1c710c3c 7926 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7927set dummy $ac_prog; ac_word=$2
5213506e
RW
7928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7929$as_echo_n "checking for $ac_word... " >&6; }
7930if test "${ac_cv_prog_EXPECT+set}" = set; then :
7931 $as_echo_n "(cached) " >&6
2abefe3d
PB
7932else
7933 if test -n "$EXPECT"; then
7934 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7935else
1c710c3c
DJ
7936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7937for as_dir in $PATH
7938do
7939 IFS=$as_save_IFS
7940 test -z "$as_dir" && as_dir=.
5213506e
RW
7941 for ac_exec_ext in '' $ac_executable_extensions; do
7942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7943 ac_cv_prog_EXPECT="$ac_prog"
5213506e 7944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7945 break 2
7946 fi
7947done
5213506e
RW
7948 done
7949IFS=$as_save_IFS
1c710c3c 7950
2abefe3d
PB
7951fi
7952fi
1c710c3c 7953EXPECT=$ac_cv_prog_EXPECT
2abefe3d 7954if test -n "$EXPECT"; then
5213506e
RW
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7956$as_echo "$EXPECT" >&6; }
2abefe3d 7957else
5213506e
RW
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7959$as_echo "no" >&6; }
2abefe3d 7960fi
671aa708 7961
5213506e 7962
1c710c3c 7963 test -n "$EXPECT" && break
2abefe3d
PB
7964done
7965test -n "$EXPECT" || EXPECT="expect"
671aa708 7966
2abefe3d
PB
7967case " $configdirs " in
7968 *" expect "*)
7969 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7970 ;;
7971esac
671aa708 7972
2abefe3d
PB
7973for ac_prog in runtest
7974do
1c710c3c 7975 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7976set dummy $ac_prog; ac_word=$2
5213506e
RW
7977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7978$as_echo_n "checking for $ac_word... " >&6; }
7979if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7980 $as_echo_n "(cached) " >&6
2abefe3d
PB
7981else
7982 if test -n "$RUNTEST"; then
7983 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 7984else
1c710c3c
DJ
7985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7986for as_dir in $PATH
7987do
7988 IFS=$as_save_IFS
7989 test -z "$as_dir" && as_dir=.
5213506e
RW
7990 for ac_exec_ext in '' $ac_executable_extensions; do
7991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7992 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 7993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7994 break 2
7995 fi
7996done
5213506e
RW
7997 done
7998IFS=$as_save_IFS
1c710c3c 7999
2abefe3d
PB
8000fi
8001fi
1c710c3c 8002RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8003if test -n "$RUNTEST"; then
5213506e
RW
8004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8005$as_echo "$RUNTEST" >&6; }
2abefe3d 8006else
5213506e
RW
8007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8008$as_echo "no" >&6; }
2abefe3d 8009fi
671aa708 8010
5213506e 8011
1c710c3c 8012 test -n "$RUNTEST" && break
2abefe3d
PB
8013done
8014test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8015
2abefe3d
PB
8016case " $configdirs " in
8017 *" dejagnu "*)
c394e891 8018 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8019 ;;
8020esac
671aa708
NN
8021
8022
671aa708 8023# Host tools.
ca9f4b81
AO
8024ncn_tool_prefix=
8025test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8026ncn_target_tool_prefix=
8027test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8028
278a7a38
AO
8029
8030
8031if test -n "$AR"; then
8032 ac_cv_prog_AR=$AR
8033elif test -n "$ac_cv_prog_AR"; then
8034 AR=$ac_cv_prog_AR
8035fi
8036
8037if test -n "$ac_cv_prog_AR"; then
8038 for ncn_progname in ar; do
8039 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8040set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8042$as_echo_n "checking for $ac_word... " >&6; }
8043if test "${ac_cv_prog_AR+set}" = set; then :
8044 $as_echo_n "(cached) " >&6
278a7a38
AO
8045else
8046 if test -n "$AR"; then
8047 ac_cv_prog_AR="$AR" # Let the user override the test.
8048else
8049as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8050for as_dir in $PATH
8051do
8052 IFS=$as_save_IFS
8053 test -z "$as_dir" && as_dir=.
5213506e
RW
8054 for ac_exec_ext in '' $ac_executable_extensions; do
8055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8056 ac_cv_prog_AR="${ncn_progname}"
5213506e 8057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8058 break 2
8059 fi
8060done
5213506e
RW
8061 done
8062IFS=$as_save_IFS
278a7a38
AO
8063
8064fi
8065fi
8066AR=$ac_cv_prog_AR
8067if test -n "$AR"; then
5213506e
RW
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8069$as_echo "$AR" >&6; }
278a7a38 8070else
5213506e
RW
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8072$as_echo "no" >&6; }
278a7a38
AO
8073fi
8074
5213506e 8075
278a7a38
AO
8076 done
8077fi
8078
8079for ncn_progname in ar; do
2693c0b0
PB
8080 if test -n "$ncn_tool_prefix"; then
8081 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8082set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8084$as_echo_n "checking for $ac_word... " >&6; }
8085if test "${ac_cv_prog_AR+set}" = set; then :
8086 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8087else
8088 if test -n "$AR"; then
8089 ac_cv_prog_AR="$AR" # Let the user override the test.
8090else
1c710c3c
DJ
8091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8092for as_dir in $PATH
8093do
8094 IFS=$as_save_IFS
8095 test -z "$as_dir" && as_dir=.
5213506e
RW
8096 for ac_exec_ext in '' $ac_executable_extensions; do
8097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8098 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8100 break 2
8101 fi
8102done
5213506e
RW
8103 done
8104IFS=$as_save_IFS
1c710c3c 8105
ca9f4b81
AO
8106fi
8107fi
1c710c3c 8108AR=$ac_cv_prog_AR
ca9f4b81 8109if test -n "$AR"; then
5213506e
RW
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8111$as_echo "$AR" >&6; }
ca9f4b81 8112else
5213506e
RW
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8114$as_echo "no" >&6; }
ca9f4b81
AO
8115fi
8116
5213506e 8117
2693c0b0
PB
8118 fi
8119 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8120 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8121set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8123$as_echo_n "checking for $ac_word... " >&6; }
8124if test "${ac_cv_prog_AR+set}" = set; then :
8125 $as_echo_n "(cached) " >&6
ca9f4b81 8126else
2693c0b0 8127 if test -n "$AR"; then
af71363e
AS
8128 ac_cv_prog_AR="$AR" # Let the user override the test.
8129else
1c710c3c
DJ
8130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8131for as_dir in $PATH
8132do
8133 IFS=$as_save_IFS
8134 test -z "$as_dir" && as_dir=.
5213506e
RW
8135 for ac_exec_ext in '' $ac_executable_extensions; do
8136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8137 ac_cv_prog_AR="${ncn_progname}"
5213506e 8138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8139 break 2
8140 fi
8141done
5213506e
RW
8142 done
8143IFS=$as_save_IFS
1c710c3c 8144
ca9f4b81
AO
8145fi
8146fi
1c710c3c 8147AR=$ac_cv_prog_AR
2693c0b0 8148if test -n "$AR"; then
5213506e
RW
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8150$as_echo "$AR" >&6; }
ca9f4b81 8151else
5213506e
RW
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8153$as_echo "no" >&6; }
ca9f4b81 8154fi
1c710c3c 8155
5213506e 8156
2693c0b0
PB
8157 fi
8158 test -n "$ac_cv_prog_AR" && break
8159done
8160
8161if test -z "$ac_cv_prog_AR" ; then
8162 set dummy ar
8163 if test $build = $host ; then
8164 AR="$2"
ca9f4b81 8165 else
2693c0b0 8166 AR="${ncn_tool_prefix}$2"
ca9f4b81 8167 fi
ca9f4b81
AO
8168fi
8169
278a7a38
AO
8170
8171
8172if test -n "$AS"; then
8173 ac_cv_prog_AS=$AS
8174elif test -n "$ac_cv_prog_AS"; then
8175 AS=$ac_cv_prog_AS
8176fi
8177
8178if test -n "$ac_cv_prog_AS"; then
8179 for ncn_progname in as; do
8180 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8181set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8183$as_echo_n "checking for $ac_word... " >&6; }
8184if test "${ac_cv_prog_AS+set}" = set; then :
8185 $as_echo_n "(cached) " >&6
278a7a38
AO
8186else
8187 if test -n "$AS"; then
8188 ac_cv_prog_AS="$AS" # Let the user override the test.
8189else
8190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8191for as_dir in $PATH
8192do
8193 IFS=$as_save_IFS
8194 test -z "$as_dir" && as_dir=.
5213506e
RW
8195 for ac_exec_ext in '' $ac_executable_extensions; do
8196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8197 ac_cv_prog_AS="${ncn_progname}"
5213506e 8198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8199 break 2
8200 fi
8201done
5213506e
RW
8202 done
8203IFS=$as_save_IFS
278a7a38
AO
8204
8205fi
8206fi
8207AS=$ac_cv_prog_AS
8208if test -n "$AS"; then
5213506e
RW
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8210$as_echo "$AS" >&6; }
278a7a38 8211else
5213506e
RW
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8213$as_echo "no" >&6; }
278a7a38
AO
8214fi
8215
5213506e 8216
278a7a38
AO
8217 done
8218fi
8219
8220for ncn_progname in as; do
2693c0b0
PB
8221 if test -n "$ncn_tool_prefix"; then
8222 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8223set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8225$as_echo_n "checking for $ac_word... " >&6; }
8226if test "${ac_cv_prog_AS+set}" = set; then :
8227 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8228else
8229 if test -n "$AS"; then
8230 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8231else
1c710c3c
DJ
8232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8233for as_dir in $PATH
8234do
8235 IFS=$as_save_IFS
8236 test -z "$as_dir" && as_dir=.
5213506e
RW
8237 for ac_exec_ext in '' $ac_executable_extensions; do
8238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8239 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8241 break 2
8242 fi
8243done
5213506e
RW
8244 done
8245IFS=$as_save_IFS
1c710c3c 8246
ca9f4b81
AO
8247fi
8248fi
1c710c3c 8249AS=$ac_cv_prog_AS
ca9f4b81 8250if test -n "$AS"; then
5213506e
RW
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8252$as_echo "$AS" >&6; }
ca9f4b81 8253else
5213506e
RW
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8255$as_echo "no" >&6; }
ca9f4b81
AO
8256fi
8257
5213506e 8258
2693c0b0
PB
8259 fi
8260 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8261 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8262set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8264$as_echo_n "checking for $ac_word... " >&6; }
8265if test "${ac_cv_prog_AS+set}" = set; then :
8266 $as_echo_n "(cached) " >&6
ca9f4b81 8267else
2693c0b0
PB
8268 if test -n "$AS"; then
8269 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8270else
1c710c3c
DJ
8271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8272for as_dir in $PATH
8273do
8274 IFS=$as_save_IFS
8275 test -z "$as_dir" && as_dir=.
5213506e
RW
8276 for ac_exec_ext in '' $ac_executable_extensions; do
8277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8278 ac_cv_prog_AS="${ncn_progname}"
5213506e 8279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8280 break 2
8281 fi
8282done
5213506e
RW
8283 done
8284IFS=$as_save_IFS
1c710c3c 8285
ca9f4b81
AO
8286fi
8287fi
1c710c3c 8288AS=$ac_cv_prog_AS
2693c0b0 8289if test -n "$AS"; then
5213506e
RW
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8291$as_echo "$AS" >&6; }
ca9f4b81 8292else
5213506e
RW
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8294$as_echo "no" >&6; }
ca9f4b81 8295fi
1c710c3c 8296
5213506e 8297
2693c0b0
PB
8298 fi
8299 test -n "$ac_cv_prog_AS" && break
8300done
8301
8302if test -z "$ac_cv_prog_AS" ; then
8303 set dummy as
8304 if test $build = $host ; then
8305 AS="$2"
ca9f4b81 8306 else
2693c0b0 8307 AS="${ncn_tool_prefix}$2"
ca9f4b81 8308 fi
ca9f4b81
AO
8309fi
8310
278a7a38
AO
8311
8312
8313if test -n "$DLLTOOL"; then
8314 ac_cv_prog_DLLTOOL=$DLLTOOL
8315elif test -n "$ac_cv_prog_DLLTOOL"; then
8316 DLLTOOL=$ac_cv_prog_DLLTOOL
8317fi
8318
8319if test -n "$ac_cv_prog_DLLTOOL"; then
8320 for ncn_progname in dlltool; do
8321 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8322set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8324$as_echo_n "checking for $ac_word... " >&6; }
8325if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8326 $as_echo_n "(cached) " >&6
278a7a38
AO
8327else
8328 if test -n "$DLLTOOL"; then
8329 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8330else
8331as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8332for as_dir in $PATH
8333do
8334 IFS=$as_save_IFS
8335 test -z "$as_dir" && as_dir=.
5213506e
RW
8336 for ac_exec_ext in '' $ac_executable_extensions; do
8337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8338 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8340 break 2
8341 fi
8342done
5213506e
RW
8343 done
8344IFS=$as_save_IFS
278a7a38
AO
8345
8346fi
8347fi
8348DLLTOOL=$ac_cv_prog_DLLTOOL
8349if test -n "$DLLTOOL"; then
5213506e
RW
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8351$as_echo "$DLLTOOL" >&6; }
278a7a38 8352else
5213506e
RW
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8354$as_echo "no" >&6; }
278a7a38
AO
8355fi
8356
5213506e 8357
278a7a38
AO
8358 done
8359fi
8360
8361for ncn_progname in dlltool; do
2693c0b0
PB
8362 if test -n "$ncn_tool_prefix"; then
8363 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8364set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8366$as_echo_n "checking for $ac_word... " >&6; }
8367if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8368 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8369else
8370 if test -n "$DLLTOOL"; then
8371 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8372else
1c710c3c
DJ
8373as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8374for as_dir in $PATH
8375do
8376 IFS=$as_save_IFS
8377 test -z "$as_dir" && as_dir=.
5213506e
RW
8378 for ac_exec_ext in '' $ac_executable_extensions; do
8379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8380 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8382 break 2
8383 fi
8384done
5213506e
RW
8385 done
8386IFS=$as_save_IFS
1c710c3c 8387
ca9f4b81
AO
8388fi
8389fi
1c710c3c 8390DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8391if test -n "$DLLTOOL"; then
5213506e
RW
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8393$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8394else
5213506e
RW
8395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8396$as_echo "no" >&6; }
ca9f4b81
AO
8397fi
8398
5213506e 8399
2693c0b0
PB
8400 fi
8401 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8402 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8403set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8405$as_echo_n "checking for $ac_word... " >&6; }
8406if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8407 $as_echo_n "(cached) " >&6
ca9f4b81 8408else
2693c0b0
PB
8409 if test -n "$DLLTOOL"; then
8410 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8411else
1c710c3c
DJ
8412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8413for as_dir in $PATH
8414do
8415 IFS=$as_save_IFS
8416 test -z "$as_dir" && as_dir=.
5213506e
RW
8417 for ac_exec_ext in '' $ac_executable_extensions; do
8418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8419 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8421 break 2
8422 fi
8423done
5213506e
RW
8424 done
8425IFS=$as_save_IFS
1c710c3c 8426
ca9f4b81
AO
8427fi
8428fi
1c710c3c 8429DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8430if test -n "$DLLTOOL"; then
5213506e
RW
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8432$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8433else
5213506e
RW
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8435$as_echo "no" >&6; }
ca9f4b81 8436fi
1c710c3c 8437
5213506e 8438
2693c0b0
PB
8439 fi
8440 test -n "$ac_cv_prog_DLLTOOL" && break
8441done
8442
8443if test -z "$ac_cv_prog_DLLTOOL" ; then
8444 set dummy dlltool
8445 if test $build = $host ; then
8446 DLLTOOL="$2"
ca9f4b81 8447 else
2693c0b0 8448 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8449 fi
ca9f4b81
AO
8450fi
8451
278a7a38
AO
8452
8453
8454if test -n "$LD"; then
8455 ac_cv_prog_LD=$LD
8456elif test -n "$ac_cv_prog_LD"; then
8457 LD=$ac_cv_prog_LD
8458fi
8459
8460if test -n "$ac_cv_prog_LD"; then
8461 for ncn_progname in ld; do
8462 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8463set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8465$as_echo_n "checking for $ac_word... " >&6; }
8466if test "${ac_cv_prog_LD+set}" = set; then :
8467 $as_echo_n "(cached) " >&6
278a7a38
AO
8468else
8469 if test -n "$LD"; then
8470 ac_cv_prog_LD="$LD" # Let the user override the test.
8471else
8472as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8473for as_dir in $PATH
8474do
8475 IFS=$as_save_IFS
8476 test -z "$as_dir" && as_dir=.
5213506e
RW
8477 for ac_exec_ext in '' $ac_executable_extensions; do
8478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8479 ac_cv_prog_LD="${ncn_progname}"
5213506e 8480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8481 break 2
8482 fi
8483done
5213506e
RW
8484 done
8485IFS=$as_save_IFS
278a7a38
AO
8486
8487fi
8488fi
8489LD=$ac_cv_prog_LD
8490if test -n "$LD"; then
5213506e
RW
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8492$as_echo "$LD" >&6; }
278a7a38 8493else
5213506e
RW
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8495$as_echo "no" >&6; }
278a7a38
AO
8496fi
8497
5213506e 8498
278a7a38
AO
8499 done
8500fi
8501
8502for ncn_progname in ld; do
2693c0b0
PB
8503 if test -n "$ncn_tool_prefix"; then
8504 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8505set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8507$as_echo_n "checking for $ac_word... " >&6; }
8508if test "${ac_cv_prog_LD+set}" = set; then :
8509 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8510else
8511 if test -n "$LD"; then
8512 ac_cv_prog_LD="$LD" # Let the user override the test.
8513else
1c710c3c
DJ
8514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8515for as_dir in $PATH
8516do
8517 IFS=$as_save_IFS
8518 test -z "$as_dir" && as_dir=.
5213506e
RW
8519 for ac_exec_ext in '' $ac_executable_extensions; do
8520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8521 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8523 break 2
8524 fi
8525done
5213506e
RW
8526 done
8527IFS=$as_save_IFS
1c710c3c 8528
ca9f4b81
AO
8529fi
8530fi
1c710c3c 8531LD=$ac_cv_prog_LD
ca9f4b81 8532if test -n "$LD"; then
5213506e
RW
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8534$as_echo "$LD" >&6; }
ca9f4b81 8535else
5213506e
RW
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8537$as_echo "no" >&6; }
ca9f4b81
AO
8538fi
8539
5213506e 8540
2693c0b0
PB
8541 fi
8542 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8544set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8546$as_echo_n "checking for $ac_word... " >&6; }
8547if test "${ac_cv_prog_LD+set}" = set; then :
8548 $as_echo_n "(cached) " >&6
ca9f4b81 8549else
2693c0b0
PB
8550 if test -n "$LD"; then
8551 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8552else
1c710c3c
DJ
8553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8554for as_dir in $PATH
8555do
8556 IFS=$as_save_IFS
8557 test -z "$as_dir" && as_dir=.
5213506e
RW
8558 for ac_exec_ext in '' $ac_executable_extensions; do
8559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8560 ac_cv_prog_LD="${ncn_progname}"
5213506e 8561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8562 break 2
8563 fi
8564done
5213506e
RW
8565 done
8566IFS=$as_save_IFS
1c710c3c 8567
ca9f4b81
AO
8568fi
8569fi
1c710c3c 8570LD=$ac_cv_prog_LD
2693c0b0 8571if test -n "$LD"; then
5213506e
RW
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8573$as_echo "$LD" >&6; }
ca9f4b81 8574else
5213506e
RW
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576$as_echo "no" >&6; }
ca9f4b81 8577fi
1c710c3c 8578
5213506e 8579
2693c0b0
PB
8580 fi
8581 test -n "$ac_cv_prog_LD" && break
8582done
8583
8584if test -z "$ac_cv_prog_LD" ; then
8585 set dummy ld
8586 if test $build = $host ; then
8587 LD="$2"
ca9f4b81 8588 else
2693c0b0 8589 LD="${ncn_tool_prefix}$2"
ca9f4b81 8590 fi
ca9f4b81
AO
8591fi
8592
278a7a38
AO
8593
8594
8595if test -n "$LIPO"; then
8596 ac_cv_prog_LIPO=$LIPO
8597elif test -n "$ac_cv_prog_LIPO"; then
8598 LIPO=$ac_cv_prog_LIPO
8599fi
8600
8601if test -n "$ac_cv_prog_LIPO"; then
8602 for ncn_progname in lipo; do
8603 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8604set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8606$as_echo_n "checking for $ac_word... " >&6; }
8607if test "${ac_cv_prog_LIPO+set}" = set; then :
8608 $as_echo_n "(cached) " >&6
278a7a38
AO
8609else
8610 if test -n "$LIPO"; then
8611 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8612else
8613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8614for as_dir in $PATH
8615do
8616 IFS=$as_save_IFS
8617 test -z "$as_dir" && as_dir=.
5213506e
RW
8618 for ac_exec_ext in '' $ac_executable_extensions; do
8619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8620 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8622 break 2
8623 fi
8624done
5213506e
RW
8625 done
8626IFS=$as_save_IFS
278a7a38
AO
8627
8628fi
8629fi
8630LIPO=$ac_cv_prog_LIPO
8631if test -n "$LIPO"; then
5213506e
RW
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8633$as_echo "$LIPO" >&6; }
278a7a38 8634else
5213506e
RW
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8636$as_echo "no" >&6; }
278a7a38
AO
8637fi
8638
5213506e 8639
278a7a38
AO
8640 done
8641fi
8642
8643for ncn_progname in lipo; do
2abefe3d
PB
8644 if test -n "$ncn_tool_prefix"; then
8645 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8646set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8648$as_echo_n "checking for $ac_word... " >&6; }
8649if test "${ac_cv_prog_LIPO+set}" = set; then :
8650 $as_echo_n "(cached) " >&6
2abefe3d
PB
8651else
8652 if test -n "$LIPO"; then
8653 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8654else
1c710c3c
DJ
8655as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8656for as_dir in $PATH
8657do
8658 IFS=$as_save_IFS
8659 test -z "$as_dir" && as_dir=.
5213506e
RW
8660 for ac_exec_ext in '' $ac_executable_extensions; do
8661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8662 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8664 break 2
8665 fi
8666done
5213506e
RW
8667 done
8668IFS=$as_save_IFS
1c710c3c 8669
2abefe3d
PB
8670fi
8671fi
1c710c3c 8672LIPO=$ac_cv_prog_LIPO
2abefe3d 8673if test -n "$LIPO"; then
5213506e
RW
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8675$as_echo "$LIPO" >&6; }
2abefe3d 8676else
5213506e
RW
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8678$as_echo "no" >&6; }
2abefe3d
PB
8679fi
8680
5213506e 8681
2abefe3d
PB
8682 fi
8683 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8684 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8685set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8687$as_echo_n "checking for $ac_word... " >&6; }
8688if test "${ac_cv_prog_LIPO+set}" = set; then :
8689 $as_echo_n "(cached) " >&6
2abefe3d
PB
8690else
8691 if test -n "$LIPO"; then
8692 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8693else
1c710c3c
DJ
8694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8695for as_dir in $PATH
8696do
8697 IFS=$as_save_IFS
8698 test -z "$as_dir" && as_dir=.
5213506e
RW
8699 for ac_exec_ext in '' $ac_executable_extensions; do
8700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8701 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8703 break 2
8704 fi
8705done
5213506e
RW
8706 done
8707IFS=$as_save_IFS
1c710c3c 8708
2abefe3d
PB
8709fi
8710fi
1c710c3c 8711LIPO=$ac_cv_prog_LIPO
2abefe3d 8712if test -n "$LIPO"; then
5213506e
RW
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8714$as_echo "$LIPO" >&6; }
2abefe3d 8715else
5213506e
RW
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8717$as_echo "no" >&6; }
2abefe3d 8718fi
1c710c3c 8719
5213506e 8720
2abefe3d
PB
8721 fi
8722 test -n "$ac_cv_prog_LIPO" && break
8723done
8724
8725if test -z "$ac_cv_prog_LIPO" ; then
8726 set dummy lipo
8727 if test $build = $host ; then
8728 LIPO="$2"
8729 else
8730 LIPO="${ncn_tool_prefix}$2"
8731 fi
8732fi
8733
278a7a38
AO
8734
8735
8736if test -n "$NM"; then
8737 ac_cv_prog_NM=$NM
8738elif test -n "$ac_cv_prog_NM"; then
8739 NM=$ac_cv_prog_NM
8740fi
8741
8742if test -n "$ac_cv_prog_NM"; then
8743 for ncn_progname in nm; do
8744 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8745set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8747$as_echo_n "checking for $ac_word... " >&6; }
8748if test "${ac_cv_prog_NM+set}" = set; then :
8749 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8750else
8751 if test -n "$NM"; then
8752 ac_cv_prog_NM="$NM" # Let the user override the test.
8753else
1c710c3c
DJ
8754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8755for as_dir in $PATH
8756do
8757 IFS=$as_save_IFS
8758 test -z "$as_dir" && as_dir=.
5213506e
RW
8759 for ac_exec_ext in '' $ac_executable_extensions; do
8760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8761 ac_cv_prog_NM="${ncn_progname}"
5213506e 8762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8763 break 2
8764 fi
8765done
5213506e
RW
8766 done
8767IFS=$as_save_IFS
1c710c3c 8768
ca9f4b81
AO
8769fi
8770fi
1c710c3c 8771NM=$ac_cv_prog_NM
ca9f4b81 8772if test -n "$NM"; then
5213506e
RW
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8774$as_echo "$NM" >&6; }
ca9f4b81 8775else
5213506e
RW
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8777$as_echo "no" >&6; }
ca9f4b81
AO
8778fi
8779
5213506e 8780
278a7a38
AO
8781 done
8782fi
8783
8784for ncn_progname in nm; do
8785 if test -n "$ncn_tool_prefix"; then
8786 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8787set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8789$as_echo_n "checking for $ac_word... " >&6; }
8790if test "${ac_cv_prog_NM+set}" = set; then :
8791 $as_echo_n "(cached) " >&6
ca9f4b81 8792else
2693c0b0
PB
8793 if test -n "$NM"; then
8794 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8795else
1c710c3c
DJ
8796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8797for as_dir in $PATH
8798do
8799 IFS=$as_save_IFS
8800 test -z "$as_dir" && as_dir=.
5213506e
RW
8801 for ac_exec_ext in '' $ac_executable_extensions; do
8802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8803 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8805 break 2
8806 fi
8807done
5213506e
RW
8808 done
8809IFS=$as_save_IFS
1c710c3c 8810
ca9f4b81
AO
8811fi
8812fi
1c710c3c 8813NM=$ac_cv_prog_NM
2693c0b0 8814if test -n "$NM"; then
5213506e
RW
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8816$as_echo "$NM" >&6; }
ca9f4b81 8817else
5213506e
RW
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8819$as_echo "no" >&6; }
ca9f4b81 8820fi
1c710c3c 8821
5213506e 8822
2693c0b0 8823 fi
278a7a38
AO
8824 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8825 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8826set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8828$as_echo_n "checking for $ac_word... " >&6; }
8829if test "${ac_cv_prog_NM+set}" = set; then :
8830 $as_echo_n "(cached) " >&6
278a7a38
AO
8831else
8832 if test -n "$NM"; then
8833 ac_cv_prog_NM="$NM" # Let the user override the test.
8834else
8835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8836for as_dir in $PATH
8837do
8838 IFS=$as_save_IFS
8839 test -z "$as_dir" && as_dir=.
5213506e
RW
8840 for ac_exec_ext in '' $ac_executable_extensions; do
8841 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8842 ac_cv_prog_NM="${ncn_progname}"
5213506e 8843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8844 break 2
8845 fi
8846done
5213506e
RW
8847 done
8848IFS=$as_save_IFS
278a7a38
AO
8849
8850fi
8851fi
8852NM=$ac_cv_prog_NM
8853if test -n "$NM"; then
5213506e
RW
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8855$as_echo "$NM" >&6; }
278a7a38 8856else
5213506e
RW
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8858$as_echo "no" >&6; }
278a7a38
AO
8859fi
8860
5213506e 8861
278a7a38
AO
8862 fi
8863 test -n "$ac_cv_prog_NM" && break
8864done
8865
8866if test -z "$ac_cv_prog_NM" ; then
8867 set dummy nm
8868 if test $build = $host ; then
8869 NM="$2"
8870 else
8871 NM="${ncn_tool_prefix}$2"
8872 fi
8873fi
8874
8875
8876
8877if test -n "$RANLIB"; then
8878 ac_cv_prog_RANLIB=$RANLIB
8879elif test -n "$ac_cv_prog_RANLIB"; then
8880 RANLIB=$ac_cv_prog_RANLIB
8881fi
8882
8883if test -n "$ac_cv_prog_RANLIB"; then
8884 for ncn_progname in ranlib; do
8885 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8886set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8888$as_echo_n "checking for $ac_word... " >&6; }
8889if test "${ac_cv_prog_RANLIB+set}" = set; then :
8890 $as_echo_n "(cached) " >&6
278a7a38
AO
8891else
8892 if test -n "$RANLIB"; then
8893 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8894else
8895as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8896for as_dir in $PATH
8897do
8898 IFS=$as_save_IFS
8899 test -z "$as_dir" && as_dir=.
5213506e
RW
8900 for ac_exec_ext in '' $ac_executable_extensions; do
8901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8902 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8904 break 2
8905 fi
8906done
5213506e
RW
8907 done
8908IFS=$as_save_IFS
278a7a38
AO
8909
8910fi
8911fi
8912RANLIB=$ac_cv_prog_RANLIB
8913if test -n "$RANLIB"; then
5213506e
RW
8914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8915$as_echo "$RANLIB" >&6; }
278a7a38 8916else
5213506e
RW
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8918$as_echo "no" >&6; }
278a7a38
AO
8919fi
8920
5213506e 8921
278a7a38
AO
8922 done
8923fi
ca9f4b81 8924
278a7a38 8925for ncn_progname in ranlib; do
2693c0b0
PB
8926 if test -n "$ncn_tool_prefix"; then
8927 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8928set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8930$as_echo_n "checking for $ac_word... " >&6; }
8931if test "${ac_cv_prog_RANLIB+set}" = set; then :
8932 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8933else
8934 if test -n "$RANLIB"; then
8935 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8936else
1c710c3c
DJ
8937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8938for as_dir in $PATH
8939do
8940 IFS=$as_save_IFS
8941 test -z "$as_dir" && as_dir=.
5213506e
RW
8942 for ac_exec_ext in '' $ac_executable_extensions; do
8943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8944 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 8945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8946 break 2
8947 fi
8948done
5213506e
RW
8949 done
8950IFS=$as_save_IFS
1c710c3c 8951
ca9f4b81
AO
8952fi
8953fi
1c710c3c 8954RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 8955if test -n "$RANLIB"; then
5213506e
RW
8956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8957$as_echo "$RANLIB" >&6; }
ca9f4b81 8958else
5213506e
RW
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8960$as_echo "no" >&6; }
ca9f4b81
AO
8961fi
8962
5213506e 8963
2693c0b0
PB
8964 fi
8965 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8966 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8967set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8969$as_echo_n "checking for $ac_word... " >&6; }
8970if test "${ac_cv_prog_RANLIB+set}" = set; then :
8971 $as_echo_n "(cached) " >&6
ca9f4b81 8972else
2693c0b0
PB
8973 if test -n "$RANLIB"; then
8974 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 8975else
1c710c3c
DJ
8976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8977for as_dir in $PATH
8978do
8979 IFS=$as_save_IFS
8980 test -z "$as_dir" && as_dir=.
5213506e
RW
8981 for ac_exec_ext in '' $ac_executable_extensions; do
8982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8983 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8985 break 2
8986 fi
8987done
5213506e
RW
8988 done
8989IFS=$as_save_IFS
1c710c3c 8990
ca9f4b81
AO
8991fi
8992fi
1c710c3c 8993RANLIB=$ac_cv_prog_RANLIB
2693c0b0 8994if test -n "$RANLIB"; then
5213506e
RW
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8996$as_echo "$RANLIB" >&6; }
ca9f4b81 8997else
5213506e
RW
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8999$as_echo "no" >&6; }
ca9f4b81 9000fi
1c710c3c 9001
5213506e 9002
ca9f4b81 9003 fi
2693c0b0
PB
9004 test -n "$ac_cv_prog_RANLIB" && break
9005done
9006
9007if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9008 RANLIB="true"
ca9f4b81
AO
9009fi
9010
278a7a38
AO
9011
9012
9013if test -n "$STRIP"; then
9014 ac_cv_prog_STRIP=$STRIP
9015elif test -n "$ac_cv_prog_STRIP"; then
9016 STRIP=$ac_cv_prog_STRIP
9017fi
9018
9019if test -n "$ac_cv_prog_STRIP"; then
9020 for ncn_progname in strip; do
9021 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9022set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9024$as_echo_n "checking for $ac_word... " >&6; }
9025if test "${ac_cv_prog_STRIP+set}" = set; then :
9026 $as_echo_n "(cached) " >&6
278a7a38
AO
9027else
9028 if test -n "$STRIP"; then
9029 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9030else
9031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9032for as_dir in $PATH
9033do
9034 IFS=$as_save_IFS
9035 test -z "$as_dir" && as_dir=.
5213506e
RW
9036 for ac_exec_ext in '' $ac_executable_extensions; do
9037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9038 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9040 break 2
9041 fi
9042done
5213506e
RW
9043 done
9044IFS=$as_save_IFS
278a7a38
AO
9045
9046fi
9047fi
9048STRIP=$ac_cv_prog_STRIP
9049if test -n "$STRIP"; then
5213506e
RW
9050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9051$as_echo "$STRIP" >&6; }
278a7a38 9052else
5213506e
RW
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9054$as_echo "no" >&6; }
278a7a38
AO
9055fi
9056
5213506e 9057
278a7a38
AO
9058 done
9059fi
9060
9061for ncn_progname in strip; do
2abefe3d
PB
9062 if test -n "$ncn_tool_prefix"; then
9063 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9064set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9066$as_echo_n "checking for $ac_word... " >&6; }
9067if test "${ac_cv_prog_STRIP+set}" = set; then :
9068 $as_echo_n "(cached) " >&6
2abefe3d
PB
9069else
9070 if test -n "$STRIP"; then
9071 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9072else
1c710c3c
DJ
9073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9074for as_dir in $PATH
9075do
9076 IFS=$as_save_IFS
9077 test -z "$as_dir" && as_dir=.
5213506e
RW
9078 for ac_exec_ext in '' $ac_executable_extensions; do
9079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9080 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9082 break 2
9083 fi
9084done
5213506e
RW
9085 done
9086IFS=$as_save_IFS
1c710c3c 9087
2abefe3d
PB
9088fi
9089fi
1c710c3c 9090STRIP=$ac_cv_prog_STRIP
2abefe3d 9091if test -n "$STRIP"; then
5213506e
RW
9092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9093$as_echo "$STRIP" >&6; }
2abefe3d 9094else
5213506e
RW
9095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9096$as_echo "no" >&6; }
2abefe3d
PB
9097fi
9098
5213506e 9099
2abefe3d
PB
9100 fi
9101 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9102 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9103set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9105$as_echo_n "checking for $ac_word... " >&6; }
9106if test "${ac_cv_prog_STRIP+set}" = set; then :
9107 $as_echo_n "(cached) " >&6
2abefe3d
PB
9108else
9109 if test -n "$STRIP"; then
9110 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9111else
1c710c3c
DJ
9112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9113for as_dir in $PATH
9114do
9115 IFS=$as_save_IFS
9116 test -z "$as_dir" && as_dir=.
5213506e
RW
9117 for ac_exec_ext in '' $ac_executable_extensions; do
9118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9119 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9121 break 2
9122 fi
9123done
5213506e
RW
9124 done
9125IFS=$as_save_IFS
1c710c3c 9126
2abefe3d
PB
9127fi
9128fi
1c710c3c 9129STRIP=$ac_cv_prog_STRIP
2abefe3d 9130if test -n "$STRIP"; then
5213506e
RW
9131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9132$as_echo "$STRIP" >&6; }
2abefe3d 9133else
5213506e
RW
9134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9135$as_echo "no" >&6; }
2abefe3d 9136fi
1c710c3c 9137
5213506e 9138
2abefe3d
PB
9139 fi
9140 test -n "$ac_cv_prog_STRIP" && break
9141done
9142
9143if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9144 STRIP="true"
2abefe3d
PB
9145fi
9146
278a7a38
AO
9147
9148
9149if test -n "$WINDRES"; then
9150 ac_cv_prog_WINDRES=$WINDRES
9151elif test -n "$ac_cv_prog_WINDRES"; then
9152 WINDRES=$ac_cv_prog_WINDRES
9153fi
9154
9155if test -n "$ac_cv_prog_WINDRES"; then
9156 for ncn_progname in windres; do
9157 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9158set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9160$as_echo_n "checking for $ac_word... " >&6; }
9161if test "${ac_cv_prog_WINDRES+set}" = set; then :
9162 $as_echo_n "(cached) " >&6
278a7a38
AO
9163else
9164 if test -n "$WINDRES"; then
9165 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9166else
9167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9168for as_dir in $PATH
9169do
9170 IFS=$as_save_IFS
9171 test -z "$as_dir" && as_dir=.
5213506e
RW
9172 for ac_exec_ext in '' $ac_executable_extensions; do
9173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9174 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9176 break 2
9177 fi
9178done
5213506e
RW
9179 done
9180IFS=$as_save_IFS
278a7a38
AO
9181
9182fi
9183fi
9184WINDRES=$ac_cv_prog_WINDRES
9185if test -n "$WINDRES"; then
5213506e
RW
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9187$as_echo "$WINDRES" >&6; }
278a7a38 9188else
5213506e
RW
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9190$as_echo "no" >&6; }
278a7a38
AO
9191fi
9192
5213506e 9193
278a7a38
AO
9194 done
9195fi
9196
9197for ncn_progname in windres; do
2693c0b0
PB
9198 if test -n "$ncn_tool_prefix"; then
9199 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9200set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9202$as_echo_n "checking for $ac_word... " >&6; }
9203if test "${ac_cv_prog_WINDRES+set}" = set; then :
9204 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9205else
9206 if test -n "$WINDRES"; then
9207 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9208else
1c710c3c
DJ
9209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9210for as_dir in $PATH
9211do
9212 IFS=$as_save_IFS
9213 test -z "$as_dir" && as_dir=.
5213506e
RW
9214 for ac_exec_ext in '' $ac_executable_extensions; do
9215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9216 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9218 break 2
9219 fi
9220done
5213506e
RW
9221 done
9222IFS=$as_save_IFS
1c710c3c 9223
ca9f4b81
AO
9224fi
9225fi
1c710c3c 9226WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9227if test -n "$WINDRES"; then
5213506e
RW
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9229$as_echo "$WINDRES" >&6; }
ca9f4b81 9230else
5213506e
RW
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9232$as_echo "no" >&6; }
ca9f4b81
AO
9233fi
9234
5213506e 9235
2693c0b0
PB
9236 fi
9237 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9238 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9239set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9241$as_echo_n "checking for $ac_word... " >&6; }
9242if test "${ac_cv_prog_WINDRES+set}" = set; then :
9243 $as_echo_n "(cached) " >&6
ca9f4b81 9244else
2693c0b0
PB
9245 if test -n "$WINDRES"; then
9246 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9247else
1c710c3c
DJ
9248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9249for as_dir in $PATH
9250do
9251 IFS=$as_save_IFS
9252 test -z "$as_dir" && as_dir=.
5213506e
RW
9253 for ac_exec_ext in '' $ac_executable_extensions; do
9254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9255 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9257 break 2
9258 fi
9259done
5213506e
RW
9260 done
9261IFS=$as_save_IFS
1c710c3c 9262
ca9f4b81
AO
9263fi
9264fi
1c710c3c 9265WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9266if test -n "$WINDRES"; then
5213506e
RW
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9268$as_echo "$WINDRES" >&6; }
ca9f4b81 9269else
5213506e
RW
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9271$as_echo "no" >&6; }
ca9f4b81 9272fi
1c710c3c 9273
5213506e 9274
2693c0b0
PB
9275 fi
9276 test -n "$ac_cv_prog_WINDRES" && break
9277done
9278
9279if test -z "$ac_cv_prog_WINDRES" ; then
9280 set dummy windres
9281 if test $build = $host ; then
9282 WINDRES="$2"
ca9f4b81 9283 else
2693c0b0 9284 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9285 fi
ca9f4b81
AO
9286fi
9287
278a7a38
AO
9288
9289
901119ae
KT
9290if test -n "$WINDMC"; then
9291 ac_cv_prog_WINDMC=$WINDMC
9292elif test -n "$ac_cv_prog_WINDMC"; then
9293 WINDMC=$ac_cv_prog_WINDMC
9294fi
9295
9296if test -n "$ac_cv_prog_WINDMC"; then
9297 for ncn_progname in windmc; do
9298 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9299set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9301$as_echo_n "checking for $ac_word... " >&6; }
9302if test "${ac_cv_prog_WINDMC+set}" = set; then :
9303 $as_echo_n "(cached) " >&6
901119ae
KT
9304else
9305 if test -n "$WINDMC"; then
9306 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9307else
9308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9309for as_dir in $PATH
9310do
9311 IFS=$as_save_IFS
9312 test -z "$as_dir" && as_dir=.
5213506e
RW
9313 for ac_exec_ext in '' $ac_executable_extensions; do
9314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9315 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9317 break 2
9318 fi
9319done
5213506e
RW
9320 done
9321IFS=$as_save_IFS
901119ae
KT
9322
9323fi
9324fi
9325WINDMC=$ac_cv_prog_WINDMC
9326if test -n "$WINDMC"; then
5213506e
RW
9327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9328$as_echo "$WINDMC" >&6; }
901119ae 9329else
5213506e
RW
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9331$as_echo "no" >&6; }
901119ae
KT
9332fi
9333
5213506e 9334
901119ae
KT
9335 done
9336fi
9337
9338for ncn_progname in windmc; do
9339 if test -n "$ncn_tool_prefix"; then
9340 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9341set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9343$as_echo_n "checking for $ac_word... " >&6; }
9344if test "${ac_cv_prog_WINDMC+set}" = set; then :
9345 $as_echo_n "(cached) " >&6
901119ae
KT
9346else
9347 if test -n "$WINDMC"; then
9348 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9349else
9350as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9351for as_dir in $PATH
9352do
9353 IFS=$as_save_IFS
9354 test -z "$as_dir" && as_dir=.
5213506e
RW
9355 for ac_exec_ext in '' $ac_executable_extensions; do
9356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9357 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9359 break 2
9360 fi
9361done
5213506e
RW
9362 done
9363IFS=$as_save_IFS
901119ae
KT
9364
9365fi
9366fi
9367WINDMC=$ac_cv_prog_WINDMC
9368if test -n "$WINDMC"; then
5213506e
RW
9369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9370$as_echo "$WINDMC" >&6; }
901119ae 9371else
5213506e
RW
9372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9373$as_echo "no" >&6; }
901119ae
KT
9374fi
9375
5213506e 9376
901119ae
KT
9377 fi
9378 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9379 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9380set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9382$as_echo_n "checking for $ac_word... " >&6; }
9383if test "${ac_cv_prog_WINDMC+set}" = set; then :
9384 $as_echo_n "(cached) " >&6
901119ae
KT
9385else
9386 if test -n "$WINDMC"; then
9387 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9388else
9389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9390for as_dir in $PATH
9391do
9392 IFS=$as_save_IFS
9393 test -z "$as_dir" && as_dir=.
5213506e
RW
9394 for ac_exec_ext in '' $ac_executable_extensions; do
9395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9396 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9398 break 2
9399 fi
9400done
5213506e
RW
9401 done
9402IFS=$as_save_IFS
901119ae
KT
9403
9404fi
9405fi
9406WINDMC=$ac_cv_prog_WINDMC
9407if test -n "$WINDMC"; then
5213506e
RW
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9409$as_echo "$WINDMC" >&6; }
901119ae 9410else
5213506e
RW
9411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9412$as_echo "no" >&6; }
901119ae
KT
9413fi
9414
5213506e 9415
901119ae
KT
9416 fi
9417 test -n "$ac_cv_prog_WINDMC" && break
9418done
9419
9420if test -z "$ac_cv_prog_WINDMC" ; then
9421 set dummy windmc
9422 if test $build = $host ; then
9423 WINDMC="$2"
9424 else
9425 WINDMC="${ncn_tool_prefix}$2"
9426 fi
9427fi
9428
9429
9430
278a7a38
AO
9431if test -n "$OBJCOPY"; then
9432 ac_cv_prog_OBJCOPY=$OBJCOPY
9433elif test -n "$ac_cv_prog_OBJCOPY"; then
9434 OBJCOPY=$ac_cv_prog_OBJCOPY
9435fi
9436
9437if test -n "$ac_cv_prog_OBJCOPY"; then
9438 for ncn_progname in objcopy; do
9439 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9440set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9442$as_echo_n "checking for $ac_word... " >&6; }
9443if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9444 $as_echo_n "(cached) " >&6
278a7a38
AO
9445else
9446 if test -n "$OBJCOPY"; then
9447 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9448else
9449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9450for as_dir in $PATH
9451do
9452 IFS=$as_save_IFS
9453 test -z "$as_dir" && as_dir=.
5213506e
RW
9454 for ac_exec_ext in '' $ac_executable_extensions; do
9455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9456 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9458 break 2
9459 fi
9460done
5213506e
RW
9461 done
9462IFS=$as_save_IFS
278a7a38
AO
9463
9464fi
9465fi
9466OBJCOPY=$ac_cv_prog_OBJCOPY
9467if test -n "$OBJCOPY"; then
5213506e
RW
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9469$as_echo "$OBJCOPY" >&6; }
278a7a38 9470else
5213506e
RW
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9472$as_echo "no" >&6; }
278a7a38
AO
9473fi
9474
5213506e 9475
278a7a38
AO
9476 done
9477fi
9478
9479for ncn_progname in objcopy; do
2693c0b0
PB
9480 if test -n "$ncn_tool_prefix"; then
9481 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9482set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9484$as_echo_n "checking for $ac_word... " >&6; }
9485if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9486 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9487else
9488 if test -n "$OBJCOPY"; then
9489 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9490else
1c710c3c
DJ
9491as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9492for as_dir in $PATH
9493do
9494 IFS=$as_save_IFS
9495 test -z "$as_dir" && as_dir=.
5213506e
RW
9496 for ac_exec_ext in '' $ac_executable_extensions; do
9497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9498 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9500 break 2
9501 fi
9502done
5213506e
RW
9503 done
9504IFS=$as_save_IFS
1c710c3c 9505
ca9f4b81
AO
9506fi
9507fi
1c710c3c 9508OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9509if test -n "$OBJCOPY"; then
5213506e
RW
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9511$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9512else
5213506e
RW
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9514$as_echo "no" >&6; }
ca9f4b81
AO
9515fi
9516
5213506e 9517
2693c0b0
PB
9518 fi
9519 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9520 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9521set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9523$as_echo_n "checking for $ac_word... " >&6; }
9524if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9525 $as_echo_n "(cached) " >&6
ca9f4b81 9526else
2693c0b0
PB
9527 if test -n "$OBJCOPY"; then
9528 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9529else
1c710c3c
DJ
9530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9531for as_dir in $PATH
9532do
9533 IFS=$as_save_IFS
9534 test -z "$as_dir" && as_dir=.
5213506e
RW
9535 for ac_exec_ext in '' $ac_executable_extensions; do
9536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9537 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9539 break 2
9540 fi
9541done
5213506e
RW
9542 done
9543IFS=$as_save_IFS
1c710c3c 9544
ca9f4b81
AO
9545fi
9546fi
1c710c3c 9547OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9548if test -n "$OBJCOPY"; then
5213506e
RW
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9550$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9551else
5213506e
RW
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9553$as_echo "no" >&6; }
ca9f4b81 9554fi
1c710c3c 9555
5213506e 9556
2693c0b0
PB
9557 fi
9558 test -n "$ac_cv_prog_OBJCOPY" && break
9559done
9560
9561if test -z "$ac_cv_prog_OBJCOPY" ; then
9562 set dummy objcopy
9563 if test $build = $host ; then
9564 OBJCOPY="$2"
ca9f4b81 9565 else
2693c0b0 9566 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9567 fi
ca9f4b81
AO
9568fi
9569
278a7a38
AO
9570
9571
9572if test -n "$OBJDUMP"; then
9573 ac_cv_prog_OBJDUMP=$OBJDUMP
9574elif test -n "$ac_cv_prog_OBJDUMP"; then
9575 OBJDUMP=$ac_cv_prog_OBJDUMP
9576fi
9577
9578if test -n "$ac_cv_prog_OBJDUMP"; then
9579 for ncn_progname in objdump; do
9580 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9581set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9583$as_echo_n "checking for $ac_word... " >&6; }
9584if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9585 $as_echo_n "(cached) " >&6
278a7a38
AO
9586else
9587 if test -n "$OBJDUMP"; then
9588 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9589else
9590as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9591for as_dir in $PATH
9592do
9593 IFS=$as_save_IFS
9594 test -z "$as_dir" && as_dir=.
5213506e
RW
9595 for ac_exec_ext in '' $ac_executable_extensions; do
9596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9597 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9599 break 2
9600 fi
9601done
5213506e
RW
9602 done
9603IFS=$as_save_IFS
278a7a38
AO
9604
9605fi
9606fi
9607OBJDUMP=$ac_cv_prog_OBJDUMP
9608if test -n "$OBJDUMP"; then
5213506e
RW
9609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9610$as_echo "$OBJDUMP" >&6; }
278a7a38 9611else
5213506e
RW
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9613$as_echo "no" >&6; }
278a7a38
AO
9614fi
9615
5213506e 9616
278a7a38
AO
9617 done
9618fi
9619
9620for ncn_progname in objdump; do
2693c0b0
PB
9621 if test -n "$ncn_tool_prefix"; then
9622 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9623set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9625$as_echo_n "checking for $ac_word... " >&6; }
9626if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9627 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9628else
9629 if test -n "$OBJDUMP"; then
9630 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9631else
1c710c3c
DJ
9632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9633for as_dir in $PATH
9634do
9635 IFS=$as_save_IFS
9636 test -z "$as_dir" && as_dir=.
5213506e
RW
9637 for ac_exec_ext in '' $ac_executable_extensions; do
9638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9639 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9641 break 2
9642 fi
9643done
5213506e
RW
9644 done
9645IFS=$as_save_IFS
1c710c3c 9646
ca9f4b81
AO
9647fi
9648fi
1c710c3c 9649OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9650if test -n "$OBJDUMP"; then
5213506e
RW
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9652$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9653else
5213506e
RW
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9655$as_echo "no" >&6; }
ca9f4b81
AO
9656fi
9657
5213506e 9658
2693c0b0
PB
9659 fi
9660 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9661 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9662set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9664$as_echo_n "checking for $ac_word... " >&6; }
9665if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9666 $as_echo_n "(cached) " >&6
ca9f4b81 9667else
2693c0b0
PB
9668 if test -n "$OBJDUMP"; then
9669 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9670else
1c710c3c
DJ
9671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9672for as_dir in $PATH
9673do
9674 IFS=$as_save_IFS
9675 test -z "$as_dir" && as_dir=.
5213506e
RW
9676 for ac_exec_ext in '' $ac_executable_extensions; do
9677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9678 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9680 break 2
9681 fi
9682done
5213506e
RW
9683 done
9684IFS=$as_save_IFS
1c710c3c 9685
ca9f4b81
AO
9686fi
9687fi
1c710c3c 9688OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9689if test -n "$OBJDUMP"; then
5213506e
RW
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9691$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9692else
5213506e
RW
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9694$as_echo "no" >&6; }
ca9f4b81 9695fi
1c710c3c 9696
5213506e 9697
2693c0b0
PB
9698 fi
9699 test -n "$ac_cv_prog_OBJDUMP" && break
9700done
9701
9702if test -z "$ac_cv_prog_OBJDUMP" ; then
9703 set dummy objdump
9704 if test $build = $host ; then
9705 OBJDUMP="$2"
ca9f4b81 9706 else
2693c0b0 9707 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9708 fi
ca9f4b81
AO
9709fi
9710
671aa708
NN
9711
9712
e7a82751
RM
9713if test -n "$READELF"; then
9714 ac_cv_prog_READELF=$READELF
9715elif test -n "$ac_cv_prog_READELF"; then
9716 READELF=$ac_cv_prog_READELF
9717fi
9718
9719if test -n "$ac_cv_prog_READELF"; then
9720 for ncn_progname in readelf; do
9721 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9722set dummy ${ncn_progname}; ac_word=$2
9723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9724$as_echo_n "checking for $ac_word... " >&6; }
9725if test "${ac_cv_prog_READELF+set}" = set; then :
9726 $as_echo_n "(cached) " >&6
9727else
9728 if test -n "$READELF"; then
9729 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9730else
9731as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9732for as_dir in $PATH
9733do
9734 IFS=$as_save_IFS
9735 test -z "$as_dir" && as_dir=.
9736 for ac_exec_ext in '' $ac_executable_extensions; do
9737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9738 ac_cv_prog_READELF="${ncn_progname}"
9739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9740 break 2
9741 fi
9742done
9743 done
9744IFS=$as_save_IFS
9745
9746fi
9747fi
9748READELF=$ac_cv_prog_READELF
9749if test -n "$READELF"; then
9750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9751$as_echo "$READELF" >&6; }
9752else
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9754$as_echo "no" >&6; }
9755fi
9756
9757
9758 done
9759fi
9760
9761for ncn_progname in readelf; do
9762 if test -n "$ncn_tool_prefix"; then
9763 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9764set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9766$as_echo_n "checking for $ac_word... " >&6; }
9767if test "${ac_cv_prog_READELF+set}" = set; then :
9768 $as_echo_n "(cached) " >&6
9769else
9770 if test -n "$READELF"; then
9771 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9772else
9773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9774for as_dir in $PATH
9775do
9776 IFS=$as_save_IFS
9777 test -z "$as_dir" && as_dir=.
9778 for ac_exec_ext in '' $ac_executable_extensions; do
9779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9780 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9782 break 2
9783 fi
9784done
9785 done
9786IFS=$as_save_IFS
9787
9788fi
9789fi
9790READELF=$ac_cv_prog_READELF
9791if test -n "$READELF"; then
9792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9793$as_echo "$READELF" >&6; }
9794else
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9796$as_echo "no" >&6; }
9797fi
9798
9799
9800 fi
9801 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9802 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9803set dummy ${ncn_progname}; ac_word=$2
9804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9805$as_echo_n "checking for $ac_word... " >&6; }
9806if test "${ac_cv_prog_READELF+set}" = set; then :
9807 $as_echo_n "(cached) " >&6
9808else
9809 if test -n "$READELF"; then
9810 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9811else
9812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9813for as_dir in $PATH
9814do
9815 IFS=$as_save_IFS
9816 test -z "$as_dir" && as_dir=.
9817 for ac_exec_ext in '' $ac_executable_extensions; do
9818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9819 ac_cv_prog_READELF="${ncn_progname}"
9820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9821 break 2
9822 fi
9823done
9824 done
9825IFS=$as_save_IFS
9826
9827fi
9828fi
9829READELF=$ac_cv_prog_READELF
9830if test -n "$READELF"; then
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9832$as_echo "$READELF" >&6; }
9833else
9834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9835$as_echo "no" >&6; }
9836fi
9837
9838
9839 fi
9840 test -n "$ac_cv_prog_READELF" && break
9841done
9842
9843if test -z "$ac_cv_prog_READELF" ; then
9844 set dummy readelf
9845 if test $build = $host ; then
9846 READELF="$2"
9847 else
9848 READELF="${ncn_tool_prefix}$2"
9849 fi
9850fi
9851
9852
9853
671aa708
NN
9854
9855
9856
2abefe3d 9857# Target tools.
1c710c3c 9858
5213506e
RW
9859# Check whether --with-build-time-tools was given.
9860if test "${with_build_time_tools+set}" = set; then :
9861 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9862 x/*) ;;
9863 *)
9864 with_build_time_tools=
5213506e
RW
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9866$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9867 ;;
9868 esac
ca9f4b81 9869else
e8b05380 9870 with_build_time_tools=
5213506e
RW
9871fi
9872
ca9f4b81 9873
278a7a38
AO
9874
9875
9876if test -n "$CC_FOR_TARGET"; then
9877 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9878elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9879 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9880fi
9881
9882if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9883 for ncn_progname in cc gcc; do
9884 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9885set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9887$as_echo_n "checking for $ac_word... " >&6; }
9888if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9889 $as_echo_n "(cached) " >&6
278a7a38
AO
9890else
9891 if test -n "$CC_FOR_TARGET"; then
9892 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9893else
9894as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9895for as_dir in $PATH
9896do
9897 IFS=$as_save_IFS
9898 test -z "$as_dir" && as_dir=.
5213506e
RW
9899 for ac_exec_ext in '' $ac_executable_extensions; do
9900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9901 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9903 break 2
9904 fi
9905done
5213506e
RW
9906 done
9907IFS=$as_save_IFS
278a7a38
AO
9908
9909fi
9910fi
9911CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9912if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9914$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 9915else
5213506e
RW
9916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9917$as_echo "no" >&6; }
278a7a38
AO
9918fi
9919
5213506e 9920
278a7a38
AO
9921 done
9922fi
9923
9924if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9925 for ncn_progname in cc gcc; do
5213506e
RW
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9927$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9928 if test -x $with_build_time_tools/${ncn_progname}; then
9929 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9931$as_echo "yes" >&6; }
72a7ab82 9932 break
e8b05380 9933 else
5213506e
RW
9934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9935$as_echo "no" >&6; }
72a7ab82
AP
9936 fi
9937 done
4de997d1
PB
9938fi
9939
e8b05380
PB
9940if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9941 for ncn_progname in cc gcc; do
9942 if test -n "$ncn_target_tool_prefix"; then
9943 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9944set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9946$as_echo_n "checking for $ac_word... " >&6; }
9947if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9948 $as_echo_n "(cached) " >&6
4de997d1
PB
9949else
9950 if test -n "$CC_FOR_TARGET"; then
9951 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9952else
1c710c3c
DJ
9953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9954for as_dir in $PATH
9955do
9956 IFS=$as_save_IFS
9957 test -z "$as_dir" && as_dir=.
5213506e
RW
9958 for ac_exec_ext in '' $ac_executable_extensions; do
9959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9960 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9962 break 2
9963 fi
9964done
5213506e
RW
9965 done
9966IFS=$as_save_IFS
1c710c3c 9967
4de997d1
PB
9968fi
9969fi
1c710c3c 9970CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 9971if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9973$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9974else
5213506e
RW
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9976$as_echo "no" >&6; }
4de997d1
PB
9977fi
9978
5213506e 9979
e8b05380
PB
9980 fi
9981 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9982 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9983set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9985$as_echo_n "checking for $ac_word... " >&6; }
9986if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9987 $as_echo_n "(cached) " >&6
4de997d1 9988else
2693c0b0
PB
9989 if test -n "$CC_FOR_TARGET"; then
9990 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 9991else
1c710c3c
DJ
9992as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9993for as_dir in $PATH
9994do
9995 IFS=$as_save_IFS
9996 test -z "$as_dir" && as_dir=.
5213506e
RW
9997 for ac_exec_ext in '' $ac_executable_extensions; do
9998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9999 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10001 break 2
10002 fi
10003done
5213506e
RW
10004 done
10005IFS=$as_save_IFS
1c710c3c 10006
4de997d1
PB
10007fi
10008fi
1c710c3c 10009CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 10010if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10012$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10013else
5213506e
RW
10014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10015$as_echo "no" >&6; }
4de997d1 10016fi
1c710c3c 10017
5213506e 10018
e8b05380
PB
10019 fi
10020 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10021 done
10022fi
1c710c3c 10023
2693c0b0
PB
10024if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10025 set dummy cc gcc
10026 if test $build = $target ; then
10027 CC_FOR_TARGET="$2"
4de997d1 10028 else
2693c0b0 10029 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10030 fi
1c00b503
PB
10031else
10032 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10033fi
10034
278a7a38
AO
10035
10036
10037if test -n "$CXX_FOR_TARGET"; then
10038 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10039elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10040 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10041fi
10042
10043if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10044 for ncn_progname in c++ g++ cxx gxx; do
10045 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10046set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10048$as_echo_n "checking for $ac_word... " >&6; }
10049if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10050 $as_echo_n "(cached) " >&6
278a7a38
AO
10051else
10052 if test -n "$CXX_FOR_TARGET"; then
10053 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10054else
10055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10056for as_dir in $PATH
10057do
10058 IFS=$as_save_IFS
10059 test -z "$as_dir" && as_dir=.
5213506e
RW
10060 for ac_exec_ext in '' $ac_executable_extensions; do
10061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10062 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10064 break 2
10065 fi
10066done
5213506e
RW
10067 done
10068IFS=$as_save_IFS
278a7a38
AO
10069
10070fi
10071fi
10072CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10073if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10075$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10076else
5213506e
RW
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10078$as_echo "no" >&6; }
278a7a38
AO
10079fi
10080
5213506e 10081
278a7a38
AO
10082 done
10083fi
10084
10085if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10086 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10088$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10089 if test -x $with_build_time_tools/${ncn_progname}; then
10090 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10092$as_echo "yes" >&6; }
e8b05380
PB
10093 break
10094 else
5213506e
RW
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10096$as_echo "no" >&6; }
e8b05380
PB
10097 fi
10098 done
10099fi
10100
10101if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10102 for ncn_progname in c++ g++ cxx gxx; do
10103 if test -n "$ncn_target_tool_prefix"; then
10104 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10105set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10107$as_echo_n "checking for $ac_word... " >&6; }
10108if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10109 $as_echo_n "(cached) " >&6
4de997d1
PB
10110else
10111 if test -n "$CXX_FOR_TARGET"; then
10112 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10113else
1c710c3c
DJ
10114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10115for as_dir in $PATH
10116do
10117 IFS=$as_save_IFS
10118 test -z "$as_dir" && as_dir=.
5213506e
RW
10119 for ac_exec_ext in '' $ac_executable_extensions; do
10120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10121 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10123 break 2
10124 fi
10125done
5213506e
RW
10126 done
10127IFS=$as_save_IFS
1c710c3c 10128
4de997d1
PB
10129fi
10130fi
1c710c3c 10131CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10132if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10134$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10135else
5213506e
RW
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10137$as_echo "no" >&6; }
4de997d1
PB
10138fi
10139
5213506e 10140
e8b05380
PB
10141 fi
10142 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10143 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10144set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10146$as_echo_n "checking for $ac_word... " >&6; }
10147if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10148 $as_echo_n "(cached) " >&6
4de997d1 10149else
2693c0b0
PB
10150 if test -n "$CXX_FOR_TARGET"; then
10151 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10152else
1c710c3c
DJ
10153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10154for as_dir in $PATH
10155do
10156 IFS=$as_save_IFS
10157 test -z "$as_dir" && as_dir=.
5213506e
RW
10158 for ac_exec_ext in '' $ac_executable_extensions; do
10159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10160 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10162 break 2
10163 fi
10164done
5213506e
RW
10165 done
10166IFS=$as_save_IFS
1c710c3c 10167
4de997d1
PB
10168fi
10169fi
1c710c3c 10170CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10171if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10173$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10174else
5213506e
RW
10175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10176$as_echo "no" >&6; }
4de997d1 10177fi
1c710c3c 10178
5213506e 10179
e8b05380
PB
10180 fi
10181 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10182 done
10183fi
1c710c3c 10184
2693c0b0
PB
10185if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10186 set dummy c++ g++ cxx gxx
10187 if test $build = $target ; then
10188 CXX_FOR_TARGET="$2"
4de997d1 10189 else
2693c0b0 10190 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10191 fi
1c00b503
PB
10192else
10193 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10194fi
10195
278a7a38
AO
10196
10197
10198if test -n "$GCC_FOR_TARGET"; then
10199 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10200elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10201 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10202fi
10203
10204if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10205 for ncn_progname in gcc; do
10206 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10207set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10209$as_echo_n "checking for $ac_word... " >&6; }
10210if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10211 $as_echo_n "(cached) " >&6
278a7a38
AO
10212else
10213 if test -n "$GCC_FOR_TARGET"; then
10214 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10215else
10216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10217for as_dir in $PATH
10218do
10219 IFS=$as_save_IFS
10220 test -z "$as_dir" && as_dir=.
5213506e
RW
10221 for ac_exec_ext in '' $ac_executable_extensions; do
10222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10223 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10225 break 2
10226 fi
10227done
5213506e
RW
10228 done
10229IFS=$as_save_IFS
278a7a38
AO
10230
10231fi
10232fi
10233GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10234if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10236$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10237else
5213506e
RW
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10239$as_echo "no" >&6; }
278a7a38
AO
10240fi
10241
5213506e 10242
278a7a38
AO
10243 done
10244fi
10245
10246if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10247 for ncn_progname in gcc; do
5213506e
RW
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10249$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10250 if test -x $with_build_time_tools/${ncn_progname}; then
10251 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10253$as_echo "yes" >&6; }
e8b05380
PB
10254 break
10255 else
5213506e
RW
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10257$as_echo "no" >&6; }
e8b05380
PB
10258 fi
10259 done
10260fi
10261
10262if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10263 for ncn_progname in gcc; do
10264 if test -n "$ncn_target_tool_prefix"; then
10265 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10266set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10268$as_echo_n "checking for $ac_word... " >&6; }
10269if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10270 $as_echo_n "(cached) " >&6
ca9f4b81 10271else
e8b05380
PB
10272 if test -n "$GCC_FOR_TARGET"; then
10273 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10274else
1c710c3c
DJ
10275as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10276for as_dir in $PATH
10277do
10278 IFS=$as_save_IFS
10279 test -z "$as_dir" && as_dir=.
5213506e
RW
10280 for ac_exec_ext in '' $ac_executable_extensions; do
10281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10282 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10284 break 2
10285 fi
10286done
5213506e
RW
10287 done
10288IFS=$as_save_IFS
1c710c3c 10289
ca9f4b81
AO
10290fi
10291fi
1c710c3c 10292GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10293if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10295$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10296else
5213506e
RW
10297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10298$as_echo "no" >&6; }
ca9f4b81
AO
10299fi
10300
5213506e 10301
e8b05380
PB
10302 fi
10303 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10304 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10305set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10307$as_echo_n "checking for $ac_word... " >&6; }
10308if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10309 $as_echo_n "(cached) " >&6
ca9f4b81 10310else
e8b05380
PB
10311 if test -n "$GCC_FOR_TARGET"; then
10312 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10313else
1c710c3c
DJ
10314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10315for as_dir in $PATH
10316do
10317 IFS=$as_save_IFS
10318 test -z "$as_dir" && as_dir=.
5213506e
RW
10319 for ac_exec_ext in '' $ac_executable_extensions; do
10320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10321 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10323 break 2
10324 fi
10325done
5213506e
RW
10326 done
10327IFS=$as_save_IFS
1c710c3c 10328
ca9f4b81
AO
10329fi
10330fi
1c710c3c 10331GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10332if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10334$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10335else
5213506e
RW
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10337$as_echo "no" >&6; }
ca9f4b81 10338fi
1c710c3c 10339
5213506e 10340
e8b05380
PB
10341 fi
10342 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10343 done
10344fi
1c710c3c 10345
e8b05380
PB
10346if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10347 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10348else
10349 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10350fi
10351
278a7a38
AO
10352
10353
10354if test -n "$GCJ_FOR_TARGET"; then
10355 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10356elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10357 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10358fi
10359
10360if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10361 for ncn_progname in gcj; do
10362 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10363set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10365$as_echo_n "checking for $ac_word... " >&6; }
10366if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10367 $as_echo_n "(cached) " >&6
278a7a38
AO
10368else
10369 if test -n "$GCJ_FOR_TARGET"; then
10370 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10371else
10372as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10373for as_dir in $PATH
10374do
10375 IFS=$as_save_IFS
10376 test -z "$as_dir" && as_dir=.
5213506e
RW
10377 for ac_exec_ext in '' $ac_executable_extensions; do
10378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10379 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10381 break 2
10382 fi
10383done
5213506e
RW
10384 done
10385IFS=$as_save_IFS
278a7a38
AO
10386
10387fi
10388fi
10389GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10390if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10392$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10393else
5213506e
RW
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10395$as_echo "no" >&6; }
278a7a38
AO
10396fi
10397
5213506e 10398
278a7a38
AO
10399 done
10400fi
10401
10402if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10403 for ncn_progname in gcj; do
5213506e
RW
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10405$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10406 if test -x $with_build_time_tools/${ncn_progname}; then
10407 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10409$as_echo "yes" >&6; }
e8b05380
PB
10410 break
10411 else
5213506e
RW
10412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10413$as_echo "no" >&6; }
e8b05380
PB
10414 fi
10415 done
10416fi
10417
10418if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10419 for ncn_progname in gcj; do
10420 if test -n "$ncn_target_tool_prefix"; then
10421 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10422set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10424$as_echo_n "checking for $ac_word... " >&6; }
10425if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10426 $as_echo_n "(cached) " >&6
e8b05380 10427else
fb0103e5
RG
10428 if test -n "$GCJ_FOR_TARGET"; then
10429 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10430else
1c710c3c
DJ
10431as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10432for as_dir in $PATH
10433do
10434 IFS=$as_save_IFS
10435 test -z "$as_dir" && as_dir=.
5213506e
RW
10436 for ac_exec_ext in '' $ac_executable_extensions; do
10437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10438 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10440 break 2
10441 fi
10442done
5213506e
RW
10443 done
10444IFS=$as_save_IFS
1c710c3c 10445
e8b05380
PB
10446fi
10447fi
278a7a38
AO
10448GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10449if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10451$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10452else
5213506e
RW
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10454$as_echo "no" >&6; }
278a7a38
AO
10455fi
10456
5213506e 10457
278a7a38
AO
10458 fi
10459 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10460 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10461set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10463$as_echo_n "checking for $ac_word... " >&6; }
10464if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10465 $as_echo_n "(cached) " >&6
278a7a38
AO
10466else
10467 if test -n "$GCJ_FOR_TARGET"; then
10468 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10469else
10470as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10471for as_dir in $PATH
10472do
10473 IFS=$as_save_IFS
10474 test -z "$as_dir" && as_dir=.
5213506e
RW
10475 for ac_exec_ext in '' $ac_executable_extensions; do
10476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10477 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10479 break 2
10480 fi
10481done
5213506e
RW
10482 done
10483IFS=$as_save_IFS
278a7a38
AO
10484
10485fi
10486fi
10487GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10488if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10490$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10491else
5213506e
RW
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10493$as_echo "no" >&6; }
278a7a38
AO
10494fi
10495
5213506e 10496
278a7a38
AO
10497 fi
10498 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10499 done
10500fi
10501
10502if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10503 set dummy gcj
10504 if test $build = $target ; then
10505 GCJ_FOR_TARGET="$2"
10506 else
10507 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10508 fi
1c00b503
PB
10509else
10510 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10511fi
10512
10513
10514
10515if test -n "$GFORTRAN_FOR_TARGET"; then
10516 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10517elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10518 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10519fi
10520
278a7a38
AO
10521if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10522 for ncn_progname in gfortran; do
10523 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10524set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10526$as_echo_n "checking for $ac_word... " >&6; }
10527if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10528 $as_echo_n "(cached) " >&6
e8b05380 10529else
278a7a38
AO
10530 if test -n "$GFORTRAN_FOR_TARGET"; then
10531 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10532else
1c710c3c
DJ
10533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10534for as_dir in $PATH
10535do
10536 IFS=$as_save_IFS
10537 test -z "$as_dir" && as_dir=.
5213506e
RW
10538 for ac_exec_ext in '' $ac_executable_extensions; do
10539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10540 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10542 break 2
10543 fi
10544done
5213506e
RW
10545 done
10546IFS=$as_save_IFS
1c710c3c 10547
e8b05380
PB
10548fi
10549fi
278a7a38
AO
10550GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10551if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10553$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10554else
5213506e
RW
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10556$as_echo "no" >&6; }
e8b05380 10557fi
1c710c3c 10558
5213506e 10559
e8b05380
PB
10560 done
10561fi
1c710c3c 10562
278a7a38 10563if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10564 for ncn_progname in gfortran; do
5213506e
RW
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10566$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10567 if test -x $with_build_time_tools/${ncn_progname}; then
10568 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10570$as_echo "yes" >&6; }
e8b05380
PB
10571 break
10572 else
5213506e
RW
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10574$as_echo "no" >&6; }
e8b05380
PB
10575 fi
10576 done
10577fi
10578
10579if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10580 for ncn_progname in gfortran; do
10581 if test -n "$ncn_target_tool_prefix"; then
10582 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10583set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10585$as_echo_n "checking for $ac_word... " >&6; }
10586if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10587 $as_echo_n "(cached) " >&6
e8b05380
PB
10588else
10589 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10590 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10591else
10592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10593for as_dir in $PATH
10594do
10595 IFS=$as_save_IFS
10596 test -z "$as_dir" && as_dir=.
5213506e
RW
10597 for ac_exec_ext in '' $ac_executable_extensions; do
10598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10599 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10601 break 2
10602 fi
10603done
5213506e
RW
10604 done
10605IFS=$as_save_IFS
1c710c3c 10606
e8b05380
PB
10607fi
10608fi
1c710c3c 10609GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10610if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10612$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10613else
5213506e
RW
10614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10615$as_echo "no" >&6; }
e8b05380
PB
10616fi
10617
5213506e 10618
e8b05380
PB
10619 fi
10620 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10621 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10622set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10624$as_echo_n "checking for $ac_word... " >&6; }
10625if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10626 $as_echo_n "(cached) " >&6
e8b05380
PB
10627else
10628 if test -n "$GFORTRAN_FOR_TARGET"; then
10629 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10630else
1c710c3c
DJ
10631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10632for as_dir in $PATH
10633do
10634 IFS=$as_save_IFS
10635 test -z "$as_dir" && as_dir=.
5213506e
RW
10636 for ac_exec_ext in '' $ac_executable_extensions; do
10637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10638 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10640 break 2
10641 fi
10642done
5213506e
RW
10643 done
10644IFS=$as_save_IFS
1c710c3c 10645
e8b05380
PB
10646fi
10647fi
1c710c3c 10648GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10649if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10651$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10652else
5213506e
RW
10653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10654$as_echo "no" >&6; }
e8b05380 10655fi
1c710c3c 10656
5213506e 10657
e8b05380
PB
10658 fi
10659 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10660 done
10661fi
1c710c3c 10662
e8b05380
PB
10663if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10664 set dummy gfortran
2693c0b0 10665 if test $build = $target ; then
e8b05380 10666 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10667 else
e8b05380
PB
10668 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10669 fi
1c00b503
PB
10670else
10671 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10672fi
10673
10674
10675
632e2a07
ILT
10676if test -n "$GOC_FOR_TARGET"; then
10677 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10678elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10679 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10680fi
10681
10682if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10683 for ncn_progname in gccgo; do
10684 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10685set dummy ${ncn_progname}; ac_word=$2
10686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10687$as_echo_n "checking for $ac_word... " >&6; }
10688if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10689 $as_echo_n "(cached) " >&6
10690else
10691 if test -n "$GOC_FOR_TARGET"; then
10692 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10693else
10694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10695for as_dir in $PATH
10696do
10697 IFS=$as_save_IFS
10698 test -z "$as_dir" && as_dir=.
10699 for ac_exec_ext in '' $ac_executable_extensions; do
10700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10701 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10703 break 2
10704 fi
10705done
10706 done
10707IFS=$as_save_IFS
10708
10709fi
10710fi
10711GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10712if test -n "$GOC_FOR_TARGET"; then
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10714$as_echo "$GOC_FOR_TARGET" >&6; }
10715else
10716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10717$as_echo "no" >&6; }
10718fi
10719
10720
10721 done
10722fi
10723
10724if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10725 for ncn_progname in gccgo; do
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10727$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10728 if test -x $with_build_time_tools/${ncn_progname}; then
10729 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10731$as_echo "yes" >&6; }
10732 break
10733 else
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10735$as_echo "no" >&6; }
10736 fi
10737 done
10738fi
10739
10740if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10741 for ncn_progname in gccgo; do
10742 if test -n "$ncn_target_tool_prefix"; then
10743 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10744set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10746$as_echo_n "checking for $ac_word... " >&6; }
10747if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10748 $as_echo_n "(cached) " >&6
10749else
10750 if test -n "$GOC_FOR_TARGET"; then
10751 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10752else
10753as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10754for as_dir in $PATH
10755do
10756 IFS=$as_save_IFS
10757 test -z "$as_dir" && as_dir=.
10758 for ac_exec_ext in '' $ac_executable_extensions; do
10759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10760 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10762 break 2
10763 fi
10764done
10765 done
10766IFS=$as_save_IFS
10767
10768fi
10769fi
10770GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10771if test -n "$GOC_FOR_TARGET"; then
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10773$as_echo "$GOC_FOR_TARGET" >&6; }
10774else
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10776$as_echo "no" >&6; }
10777fi
10778
10779
10780 fi
10781 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10782 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10783set dummy ${ncn_progname}; ac_word=$2
10784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10785$as_echo_n "checking for $ac_word... " >&6; }
10786if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10787 $as_echo_n "(cached) " >&6
10788else
10789 if test -n "$GOC_FOR_TARGET"; then
10790 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10791else
10792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10793for as_dir in $PATH
10794do
10795 IFS=$as_save_IFS
10796 test -z "$as_dir" && as_dir=.
10797 for ac_exec_ext in '' $ac_executable_extensions; do
10798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10799 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10801 break 2
10802 fi
10803done
10804 done
10805IFS=$as_save_IFS
10806
10807fi
10808fi
10809GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10810if test -n "$GOC_FOR_TARGET"; then
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10812$as_echo "$GOC_FOR_TARGET" >&6; }
10813else
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10815$as_echo "no" >&6; }
10816fi
10817
10818
10819 fi
10820 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10821 done
10822fi
10823
10824if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10825 set dummy gccgo
10826 if test $build = $target ; then
10827 GOC_FOR_TARGET="$2"
10828 else
10829 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10830 fi
10831else
10832 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10833fi
10834
10835
10836
e8b05380
PB
10837cat > conftest.c << \EOF
10838#ifdef __GNUC__
10839 gcc_yay;
10840#endif
10841EOF
10842if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10843 have_gcc_for_target=yes
10844else
10845 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10846 have_gcc_for_target=no
10847fi
10848rm conftest.c
10849
10850
10851
10852
10853if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10854 if test -n "$with_build_time_tools"; then
5213506e
RW
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10856$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10857 if test -x $with_build_time_tools/ar; then
10858 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10859 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10861$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 10862 else
5213506e
RW
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10864$as_echo "no" >&6; }
d1f8db0c 10865 fi
e8b05380
PB
10866 elif test $build != $host && test $have_gcc_for_target = yes; then
10867 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10868 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10869 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10870 fi
10871fi
3e19841a 10872if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10873 # Extract the first word of "ar", so it can be a program name with args.
10874set dummy ar; ac_word=$2
5213506e
RW
10875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10876$as_echo_n "checking for $ac_word... " >&6; }
10877if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10878 $as_echo_n "(cached) " >&6
e8b05380 10879else
1c710c3c
DJ
10880 case $AR_FOR_TARGET in
10881 [\\/]* | ?:[\\/]*)
e8b05380
PB
10882 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10883 ;;
e8b05380 10884 *)
1c710c3c
DJ
10885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10886for as_dir in $gcc_cv_tool_dirs
10887do
10888 IFS=$as_save_IFS
10889 test -z "$as_dir" && as_dir=.
5213506e
RW
10890 for ac_exec_ext in '' $ac_executable_extensions; do
10891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10892 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10894 break 2
10895 fi
10896done
5213506e
RW
10897 done
10898IFS=$as_save_IFS
1c710c3c 10899
e8b05380
PB
10900 ;;
10901esac
10902fi
1c710c3c 10903AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 10904if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10906$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10907else
5213506e
RW
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10909$as_echo "no" >&6; }
4de997d1
PB
10910fi
10911
5213506e 10912
e8b05380
PB
10913fi
10914if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
10915
10916
10917if test -n "$AR_FOR_TARGET"; then
10918 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10919elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10920 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10921fi
10922
10923if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10924 for ncn_progname in ar; do
10925 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10926set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10928$as_echo_n "checking for $ac_word... " >&6; }
10929if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10930 $as_echo_n "(cached) " >&6
278a7a38
AO
10931else
10932 if test -n "$AR_FOR_TARGET"; then
10933 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10934else
10935as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10936for as_dir in $PATH
10937do
10938 IFS=$as_save_IFS
10939 test -z "$as_dir" && as_dir=.
5213506e
RW
10940 for ac_exec_ext in '' $ac_executable_extensions; do
10941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10942 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10944 break 2
10945 fi
10946done
5213506e
RW
10947 done
10948IFS=$as_save_IFS
278a7a38
AO
10949
10950fi
10951fi
10952AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10953if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10955$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 10956else
5213506e
RW
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10958$as_echo "no" >&6; }
278a7a38
AO
10959fi
10960
5213506e 10961
278a7a38
AO
10962 done
10963fi
10964
10965if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10966 for ncn_progname in ar; do
5213506e
RW
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10968$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10969 if test -x $with_build_time_tools/${ncn_progname}; then
10970 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10972$as_echo "yes" >&6; }
e8b05380
PB
10973 break
10974 else
5213506e
RW
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10976$as_echo "no" >&6; }
e8b05380
PB
10977 fi
10978 done
10979fi
10980
10981if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10982 for ncn_progname in ar; do
10983 if test -n "$ncn_target_tool_prefix"; then
10984 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10985set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10987$as_echo_n "checking for $ac_word... " >&6; }
10988if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10989 $as_echo_n "(cached) " >&6
4de997d1 10990else
e8b05380
PB
10991 if test -n "$AR_FOR_TARGET"; then
10992 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 10993else
1c710c3c
DJ
10994as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10995for as_dir in $PATH
10996do
10997 IFS=$as_save_IFS
10998 test -z "$as_dir" && as_dir=.
5213506e
RW
10999 for ac_exec_ext in '' $ac_executable_extensions; do
11000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11001 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11003 break 2
11004 fi
11005done
5213506e
RW
11006 done
11007IFS=$as_save_IFS
1c710c3c 11008
4de997d1
PB
11009fi
11010fi
1c710c3c 11011AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11012if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11014$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 11015else
5213506e
RW
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11017$as_echo "no" >&6; }
4de997d1
PB
11018fi
11019
5213506e 11020
e8b05380
PB
11021 fi
11022 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11023 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11024set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11026$as_echo_n "checking for $ac_word... " >&6; }
11027if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11028 $as_echo_n "(cached) " >&6
e8b05380
PB
11029else
11030 if test -n "$AR_FOR_TARGET"; then
11031 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11032else
1c710c3c
DJ
11033as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11034for as_dir in $PATH
11035do
11036 IFS=$as_save_IFS
11037 test -z "$as_dir" && as_dir=.
5213506e
RW
11038 for ac_exec_ext in '' $ac_executable_extensions; do
11039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11040 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11042 break 2
11043 fi
11044done
5213506e
RW
11045 done
11046IFS=$as_save_IFS
1c710c3c 11047
e8b05380
PB
11048fi
11049fi
1c710c3c 11050AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11051if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11053$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11054else
5213506e
RW
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11056$as_echo "no" >&6; }
e8b05380 11057fi
1c710c3c 11058
5213506e 11059
e8b05380
PB
11060 fi
11061 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11062 done
11063fi
1c710c3c 11064
e8b05380
PB
11065if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11066 set dummy ar
11067 if test $build = $target ; then
11068 AR_FOR_TARGET="$2"
11069 else
11070 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11071 fi
1c00b503
PB
11072else
11073 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11074fi
11075
d1f8db0c
PB
11076else
11077 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11078fi
11079
11080
11081
11082
11083if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11084 if test -n "$with_build_time_tools"; then
5213506e
RW
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11086$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11087 if test -x $with_build_time_tools/as; then
11088 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11089 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11091$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11092 else
5213506e
RW
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11094$as_echo "no" >&6; }
d1f8db0c 11095 fi
e8b05380
PB
11096 elif test $build != $host && test $have_gcc_for_target = yes; then
11097 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11098 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11099 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11100 fi
11101fi
3e19841a 11102if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11103 # Extract the first word of "as", so it can be a program name with args.
11104set dummy as; ac_word=$2
5213506e
RW
11105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11106$as_echo_n "checking for $ac_word... " >&6; }
11107if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11108 $as_echo_n "(cached) " >&6
e8b05380 11109else
1c710c3c
DJ
11110 case $AS_FOR_TARGET in
11111 [\\/]* | ?:[\\/]*)
e8b05380
PB
11112 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11113 ;;
e8b05380 11114 *)
1c710c3c
DJ
11115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11116for as_dir in $gcc_cv_tool_dirs
11117do
11118 IFS=$as_save_IFS
11119 test -z "$as_dir" && as_dir=.
5213506e
RW
11120 for ac_exec_ext in '' $ac_executable_extensions; do
11121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11122 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11124 break 2
11125 fi
11126done
5213506e
RW
11127 done
11128IFS=$as_save_IFS
1c710c3c 11129
e8b05380
PB
11130 ;;
11131esac
11132fi
1c710c3c 11133AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11134if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11136$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11137else
5213506e
RW
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11139$as_echo "no" >&6; }
e8b05380
PB
11140fi
11141
5213506e 11142
e8b05380
PB
11143fi
11144if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11145
11146
11147if test -n "$AS_FOR_TARGET"; then
11148 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11149elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11150 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11151fi
11152
11153if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11154 for ncn_progname in as; do
11155 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11156set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11158$as_echo_n "checking for $ac_word... " >&6; }
11159if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11160 $as_echo_n "(cached) " >&6
278a7a38
AO
11161else
11162 if test -n "$AS_FOR_TARGET"; then
11163 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11164else
11165as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11166for as_dir in $PATH
11167do
11168 IFS=$as_save_IFS
11169 test -z "$as_dir" && as_dir=.
5213506e
RW
11170 for ac_exec_ext in '' $ac_executable_extensions; do
11171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11172 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11174 break 2
11175 fi
11176done
5213506e
RW
11177 done
11178IFS=$as_save_IFS
278a7a38
AO
11179
11180fi
11181fi
11182AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11183if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11185$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11186else
5213506e
RW
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11188$as_echo "no" >&6; }
278a7a38
AO
11189fi
11190
5213506e 11191
278a7a38
AO
11192 done
11193fi
11194
11195if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11196 for ncn_progname in as; do
5213506e
RW
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11198$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11199 if test -x $with_build_time_tools/${ncn_progname}; then
11200 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11202$as_echo "yes" >&6; }
e8b05380
PB
11203 break
11204 else
5213506e
RW
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11206$as_echo "no" >&6; }
e8b05380
PB
11207 fi
11208 done
11209fi
11210
11211if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11212 for ncn_progname in as; do
11213 if test -n "$ncn_target_tool_prefix"; then
11214 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11215set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11217$as_echo_n "checking for $ac_word... " >&6; }
11218if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11219 $as_echo_n "(cached) " >&6
e8b05380
PB
11220else
11221 if test -n "$AS_FOR_TARGET"; then
11222 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11223else
1c710c3c
DJ
11224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11225for as_dir in $PATH
11226do
11227 IFS=$as_save_IFS
11228 test -z "$as_dir" && as_dir=.
5213506e
RW
11229 for ac_exec_ext in '' $ac_executable_extensions; do
11230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11231 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11233 break 2
11234 fi
11235done
5213506e
RW
11236 done
11237IFS=$as_save_IFS
1c710c3c 11238
e8b05380
PB
11239fi
11240fi
1c710c3c 11241AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11242if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11244$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11245else
5213506e
RW
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11247$as_echo "no" >&6; }
e8b05380
PB
11248fi
11249
5213506e 11250
e8b05380
PB
11251 fi
11252 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11253 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11254set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11256$as_echo_n "checking for $ac_word... " >&6; }
11257if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11258 $as_echo_n "(cached) " >&6
4de997d1 11259else
e8b05380
PB
11260 if test -n "$AS_FOR_TARGET"; then
11261 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11262else
1c710c3c
DJ
11263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11264for as_dir in $PATH
11265do
11266 IFS=$as_save_IFS
11267 test -z "$as_dir" && as_dir=.
5213506e
RW
11268 for ac_exec_ext in '' $ac_executable_extensions; do
11269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11270 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11272 break 2
11273 fi
11274done
5213506e
RW
11275 done
11276IFS=$as_save_IFS
1c710c3c 11277
4de997d1
PB
11278fi
11279fi
1c710c3c 11280AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11281if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11283$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11284else
5213506e
RW
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11286$as_echo "no" >&6; }
4de997d1 11287fi
1c710c3c 11288
5213506e 11289
e8b05380
PB
11290 fi
11291 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11292 done
11293fi
1c710c3c 11294
e8b05380
PB
11295if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11296 set dummy as
11297 if test $build = $target ; then
11298 AS_FOR_TARGET="$2"
11299 else
11300 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11301 fi
1c00b503
PB
11302else
11303 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11304fi
2693c0b0 11305
d1f8db0c
PB
11306else
11307 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11308fi
11309
e8b05380
PB
11310
11311
11312
11313if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11314 if test -n "$with_build_time_tools"; then
5213506e
RW
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11316$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11317 if test -x $with_build_time_tools/dlltool; then
11318 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11319 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11321$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11322 else
5213506e
RW
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11324$as_echo "no" >&6; }
d1f8db0c 11325 fi
e8b05380
PB
11326 elif test $build != $host && test $have_gcc_for_target = yes; then
11327 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11328 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11329 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11330 fi
11331fi
3e19841a 11332if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11333 # Extract the first word of "dlltool", so it can be a program name with args.
11334set dummy dlltool; ac_word=$2
5213506e
RW
11335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11336$as_echo_n "checking for $ac_word... " >&6; }
11337if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11338 $as_echo_n "(cached) " >&6
4de997d1 11339else
1c710c3c
DJ
11340 case $DLLTOOL_FOR_TARGET in
11341 [\\/]* | ?:[\\/]*)
e8b05380
PB
11342 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11343 ;;
e8b05380 11344 *)
1c710c3c
DJ
11345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11346for as_dir in $gcc_cv_tool_dirs
11347do
11348 IFS=$as_save_IFS
11349 test -z "$as_dir" && as_dir=.
5213506e
RW
11350 for ac_exec_ext in '' $ac_executable_extensions; do
11351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11352 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11354 break 2
11355 fi
11356done
5213506e
RW
11357 done
11358IFS=$as_save_IFS
1c710c3c 11359
e8b05380
PB
11360 ;;
11361esac
4de997d1 11362fi
1c710c3c 11363DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11364if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11366$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11367else
5213506e
RW
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11369$as_echo "no" >&6; }
4de997d1
PB
11370fi
11371
5213506e 11372
e8b05380
PB
11373fi
11374if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11375
11376
11377if test -n "$DLLTOOL_FOR_TARGET"; then
11378 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11379elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11380 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11381fi
11382
11383if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11384 for ncn_progname in dlltool; do
11385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11386set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11388$as_echo_n "checking for $ac_word... " >&6; }
11389if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11390 $as_echo_n "(cached) " >&6
278a7a38
AO
11391else
11392 if test -n "$DLLTOOL_FOR_TARGET"; then
11393 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11394else
11395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11396for as_dir in $PATH
11397do
11398 IFS=$as_save_IFS
11399 test -z "$as_dir" && as_dir=.
5213506e
RW
11400 for ac_exec_ext in '' $ac_executable_extensions; do
11401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11402 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11404 break 2
11405 fi
11406done
5213506e
RW
11407 done
11408IFS=$as_save_IFS
278a7a38
AO
11409
11410fi
11411fi
11412DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11413if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11415$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11416else
5213506e
RW
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11418$as_echo "no" >&6; }
278a7a38
AO
11419fi
11420
5213506e 11421
278a7a38
AO
11422 done
11423fi
11424
11425if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11426 for ncn_progname in dlltool; do
5213506e
RW
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11428$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11429 if test -x $with_build_time_tools/${ncn_progname}; then
11430 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11432$as_echo "yes" >&6; }
e8b05380
PB
11433 break
11434 else
5213506e
RW
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11436$as_echo "no" >&6; }
e8b05380
PB
11437 fi
11438 done
11439fi
11440
11441if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11442 for ncn_progname in dlltool; do
11443 if test -n "$ncn_target_tool_prefix"; then
11444 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11445set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11447$as_echo_n "checking for $ac_word... " >&6; }
11448if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11449 $as_echo_n "(cached) " >&6
4de997d1 11450else
e8b05380
PB
11451 if test -n "$DLLTOOL_FOR_TARGET"; then
11452 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11453else
1c710c3c
DJ
11454as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11455for as_dir in $PATH
11456do
11457 IFS=$as_save_IFS
11458 test -z "$as_dir" && as_dir=.
5213506e
RW
11459 for ac_exec_ext in '' $ac_executable_extensions; do
11460 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11461 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11463 break 2
11464 fi
11465done
5213506e
RW
11466 done
11467IFS=$as_save_IFS
1c710c3c 11468
4de997d1
PB
11469fi
11470fi
1c710c3c 11471DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11472if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11474$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11475else
5213506e
RW
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11477$as_echo "no" >&6; }
4de997d1 11478fi
4de997d1 11479
5213506e 11480
e8b05380
PB
11481 fi
11482 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11483 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11484set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11486$as_echo_n "checking for $ac_word... " >&6; }
11487if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11488 $as_echo_n "(cached) " >&6
4de997d1 11489else
e8b05380
PB
11490 if test -n "$DLLTOOL_FOR_TARGET"; then
11491 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11492else
1c710c3c
DJ
11493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11494for as_dir in $PATH
11495do
11496 IFS=$as_save_IFS
11497 test -z "$as_dir" && as_dir=.
5213506e
RW
11498 for ac_exec_ext in '' $ac_executable_extensions; do
11499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11500 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11502 break 2
11503 fi
11504done
5213506e
RW
11505 done
11506IFS=$as_save_IFS
1c710c3c 11507
4de997d1
PB
11508fi
11509fi
1c710c3c 11510DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11511if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11513$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11514else
5213506e
RW
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11516$as_echo "no" >&6; }
4de997d1 11517fi
1c710c3c 11518
5213506e 11519
e8b05380
PB
11520 fi
11521 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11522 done
11523fi
1c710c3c 11524
e8b05380
PB
11525if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11526 set dummy dlltool
11527 if test $build = $target ; then
11528 DLLTOOL_FOR_TARGET="$2"
11529 else
11530 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11531 fi
1c00b503
PB
11532else
11533 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11534fi
11535
d1f8db0c
PB
11536else
11537 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11538fi
11539
4de997d1 11540
e8b05380
PB
11541
11542
11543if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11544 if test -n "$with_build_time_tools"; then
5213506e
RW
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11546$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11547 if test -x $with_build_time_tools/ld; then
11548 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11549 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11551$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11552 else
5213506e
RW
11553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11554$as_echo "no" >&6; }
d1f8db0c 11555 fi
e8b05380
PB
11556 elif test $build != $host && test $have_gcc_for_target = yes; then
11557 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11558 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11559 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11560 fi
e8b05380 11561fi
3e19841a 11562if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11563 # Extract the first word of "ld", so it can be a program name with args.
11564set dummy ld; ac_word=$2
5213506e
RW
11565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11566$as_echo_n "checking for $ac_word... " >&6; }
11567if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11568 $as_echo_n "(cached) " >&6
4de997d1 11569else
1c710c3c
DJ
11570 case $LD_FOR_TARGET in
11571 [\\/]* | ?:[\\/]*)
e8b05380
PB
11572 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11573 ;;
e8b05380 11574 *)
1c710c3c
DJ
11575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11576for as_dir in $gcc_cv_tool_dirs
11577do
11578 IFS=$as_save_IFS
11579 test -z "$as_dir" && as_dir=.
5213506e
RW
11580 for ac_exec_ext in '' $ac_executable_extensions; do
11581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11582 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11584 break 2
11585 fi
11586done
5213506e
RW
11587 done
11588IFS=$as_save_IFS
1c710c3c 11589
e8b05380
PB
11590 ;;
11591esac
4de997d1 11592fi
1c710c3c 11593LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11594if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11596$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11597else
5213506e
RW
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11599$as_echo "no" >&6; }
4de997d1 11600fi
2693c0b0 11601
5213506e 11602
e8b05380
PB
11603fi
11604if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11605
11606
11607if test -n "$LD_FOR_TARGET"; then
11608 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11609elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11610 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11611fi
11612
11613if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11614 for ncn_progname in ld; do
11615 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11616set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11618$as_echo_n "checking for $ac_word... " >&6; }
11619if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11620 $as_echo_n "(cached) " >&6
278a7a38
AO
11621else
11622 if test -n "$LD_FOR_TARGET"; then
11623 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11624else
11625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11626for as_dir in $PATH
11627do
11628 IFS=$as_save_IFS
11629 test -z "$as_dir" && as_dir=.
5213506e
RW
11630 for ac_exec_ext in '' $ac_executable_extensions; do
11631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11632 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11634 break 2
11635 fi
11636done
5213506e
RW
11637 done
11638IFS=$as_save_IFS
278a7a38
AO
11639
11640fi
11641fi
11642LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11643if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11645$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11646else
5213506e
RW
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11648$as_echo "no" >&6; }
278a7a38
AO
11649fi
11650
5213506e 11651
278a7a38
AO
11652 done
11653fi
11654
11655if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11656 for ncn_progname in ld; do
5213506e
RW
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11658$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11659 if test -x $with_build_time_tools/${ncn_progname}; then
11660 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11662$as_echo "yes" >&6; }
e8b05380
PB
11663 break
11664 else
5213506e
RW
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11666$as_echo "no" >&6; }
e8b05380
PB
11667 fi
11668 done
ca9f4b81
AO
11669fi
11670
e8b05380
PB
11671if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11672 for ncn_progname in ld; do
11673 if test -n "$ncn_target_tool_prefix"; then
11674 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11675set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11677$as_echo_n "checking for $ac_word... " >&6; }
11678if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11679 $as_echo_n "(cached) " >&6
ca9f4b81 11680else
4de997d1
PB
11681 if test -n "$LD_FOR_TARGET"; then
11682 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11683else
1c710c3c
DJ
11684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11685for as_dir in $PATH
11686do
11687 IFS=$as_save_IFS
11688 test -z "$as_dir" && as_dir=.
5213506e
RW
11689 for ac_exec_ext in '' $ac_executable_extensions; do
11690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11691 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11693 break 2
11694 fi
11695done
5213506e
RW
11696 done
11697IFS=$as_save_IFS
1c710c3c 11698
ca9f4b81
AO
11699fi
11700fi
1c710c3c 11701LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11702if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11704$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11705else
5213506e
RW
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11707$as_echo "no" >&6; }
ca9f4b81
AO
11708fi
11709
5213506e 11710
e8b05380
PB
11711 fi
11712 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11713 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11714set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11716$as_echo_n "checking for $ac_word... " >&6; }
11717if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11718 $as_echo_n "(cached) " >&6
ca9f4b81 11719else
2693c0b0
PB
11720 if test -n "$LD_FOR_TARGET"; then
11721 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11722else
1c710c3c
DJ
11723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11724for as_dir in $PATH
11725do
11726 IFS=$as_save_IFS
11727 test -z "$as_dir" && as_dir=.
5213506e
RW
11728 for ac_exec_ext in '' $ac_executable_extensions; do
11729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11730 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11732 break 2
11733 fi
11734done
5213506e
RW
11735 done
11736IFS=$as_save_IFS
1c710c3c 11737
ca9f4b81
AO
11738fi
11739fi
1c710c3c 11740LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11741if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11743$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11744else
5213506e
RW
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11746$as_echo "no" >&6; }
ca9f4b81 11747fi
1c710c3c 11748
5213506e 11749
e8b05380
PB
11750 fi
11751 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11752 done
11753fi
1c710c3c 11754
2693c0b0
PB
11755if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11756 set dummy ld
11757 if test $build = $target ; then
11758 LD_FOR_TARGET="$2"
ca9f4b81 11759 else
2693c0b0 11760 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11761 fi
1c00b503
PB
11762else
11763 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11764fi
11765
d1f8db0c
PB
11766else
11767 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11768fi
11769
11770
11771
11772
11773if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11774 if test -n "$with_build_time_tools"; then
5213506e
RW
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11776$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11777 if test -x $with_build_time_tools/lipo; then
11778 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11779 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11781$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11782 else
5213506e
RW
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11784$as_echo "no" >&6; }
d1f8db0c 11785 fi
e8b05380
PB
11786 elif test $build != $host && test $have_gcc_for_target = yes; then
11787 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11788 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11789 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11790 fi
11791fi
278a7a38
AO
11792if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11793 # Extract the first word of "lipo", so it can be a program name with args.
11794set dummy lipo; ac_word=$2
5213506e
RW
11795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11796$as_echo_n "checking for $ac_word... " >&6; }
11797if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11798 $as_echo_n "(cached) " >&6
278a7a38
AO
11799else
11800 case $LIPO_FOR_TARGET in
11801 [\\/]* | ?:[\\/]*)
11802 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11803 ;;
11804 *)
11805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11806for as_dir in $gcc_cv_tool_dirs
11807do
11808 IFS=$as_save_IFS
11809 test -z "$as_dir" && as_dir=.
5213506e
RW
11810 for ac_exec_ext in '' $ac_executable_extensions; do
11811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11812 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11814 break 2
11815 fi
11816done
5213506e
RW
11817 done
11818IFS=$as_save_IFS
278a7a38
AO
11819
11820 ;;
11821esac
11822fi
11823LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11824if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11826$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11827else
5213506e
RW
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11829$as_echo "no" >&6; }
278a7a38
AO
11830fi
11831
5213506e 11832
278a7a38
AO
11833fi
11834if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11835
11836
11837if test -n "$LIPO_FOR_TARGET"; then
11838 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11839elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11840 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11841fi
11842
11843if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11844 for ncn_progname in lipo; do
11845 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11846set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11848$as_echo_n "checking for $ac_word... " >&6; }
11849if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11850 $as_echo_n "(cached) " >&6
e8b05380 11851else
278a7a38
AO
11852 if test -n "$LIPO_FOR_TARGET"; then
11853 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11854else
11855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11856for as_dir in $PATH
1c710c3c
DJ
11857do
11858 IFS=$as_save_IFS
11859 test -z "$as_dir" && as_dir=.
5213506e
RW
11860 for ac_exec_ext in '' $ac_executable_extensions; do
11861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11862 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11864 break 2
11865 fi
11866done
5213506e
RW
11867 done
11868IFS=$as_save_IFS
1c710c3c 11869
e8b05380 11870fi
278a7a38
AO
11871fi
11872LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11873if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11875$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11876else
5213506e
RW
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11878$as_echo "no" >&6; }
e8b05380
PB
11879fi
11880
5213506e 11881
278a7a38 11882 done
e8b05380 11883fi
278a7a38
AO
11884
11885if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11886 for ncn_progname in lipo; do
5213506e
RW
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11888$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11889 if test -x $with_build_time_tools/${ncn_progname}; then
11890 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11892$as_echo "yes" >&6; }
e8b05380
PB
11893 break
11894 else
5213506e
RW
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11896$as_echo "no" >&6; }
e8b05380
PB
11897 fi
11898 done
11899fi
11900
11901if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11902 for ncn_progname in lipo; do
11903 if test -n "$ncn_target_tool_prefix"; then
11904 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11905set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11907$as_echo_n "checking for $ac_word... " >&6; }
11908if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11909 $as_echo_n "(cached) " >&6
040b1c5a
GK
11910else
11911 if test -n "$LIPO_FOR_TARGET"; then
11912 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11913else
1c710c3c
DJ
11914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11915for as_dir in $PATH
11916do
11917 IFS=$as_save_IFS
11918 test -z "$as_dir" && as_dir=.
5213506e
RW
11919 for ac_exec_ext in '' $ac_executable_extensions; do
11920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11921 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11923 break 2
11924 fi
11925done
5213506e
RW
11926 done
11927IFS=$as_save_IFS
1c710c3c 11928
040b1c5a
GK
11929fi
11930fi
1c710c3c 11931LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11932if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11934$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11935else
5213506e
RW
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11937$as_echo "no" >&6; }
040b1c5a
GK
11938fi
11939
5213506e 11940
e8b05380
PB
11941 fi
11942 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11943 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 11944set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11946$as_echo_n "checking for $ac_word... " >&6; }
11947if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11948 $as_echo_n "(cached) " >&6
040b1c5a
GK
11949else
11950 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
11951 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11952else
1c710c3c
DJ
11953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11954for as_dir in $PATH
11955do
11956 IFS=$as_save_IFS
11957 test -z "$as_dir" && as_dir=.
5213506e
RW
11958 for ac_exec_ext in '' $ac_executable_extensions; do
11959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11960 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11962 break 2
11963 fi
11964done
5213506e
RW
11965 done
11966IFS=$as_save_IFS
1c710c3c 11967
040b1c5a
GK
11968fi
11969fi
1c710c3c 11970LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11971if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11973$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11974else
5213506e
RW
11975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11976$as_echo "no" >&6; }
040b1c5a 11977fi
1c710c3c 11978
5213506e 11979
e8b05380
PB
11980 fi
11981 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11982 done
11983fi
1c710c3c 11984
040b1c5a
GK
11985if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11986 set dummy lipo
11987 if test $build = $target ; then
11988 LIPO_FOR_TARGET="$2"
11989 else
11990 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11991 fi
1c00b503
PB
11992else
11993 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
11994fi
11995
d1f8db0c
PB
11996else
11997 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
11998fi
11999
12000
12001
12002
12003if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12004 if test -n "$with_build_time_tools"; then
5213506e
RW
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12006$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12007 if test -x $with_build_time_tools/nm; then
12008 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12009 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12011$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 12012 else
5213506e
RW
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12014$as_echo "no" >&6; }
d1f8db0c 12015 fi
e8b05380
PB
12016 elif test $build != $host && test $have_gcc_for_target = yes; then
12017 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12018 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12019 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12020 fi
12021fi
3e19841a 12022if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12023 # Extract the first word of "nm", so it can be a program name with args.
12024set dummy nm; ac_word=$2
5213506e
RW
12025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12026$as_echo_n "checking for $ac_word... " >&6; }
12027if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
e8b05380 12029else
1c710c3c
DJ
12030 case $NM_FOR_TARGET in
12031 [\\/]* | ?:[\\/]*)
e8b05380
PB
12032 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12033 ;;
e8b05380 12034 *)
1c710c3c
DJ
12035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12036for as_dir in $gcc_cv_tool_dirs
12037do
12038 IFS=$as_save_IFS
12039 test -z "$as_dir" && as_dir=.
5213506e
RW
12040 for ac_exec_ext in '' $ac_executable_extensions; do
12041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12042 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12044 break 2
12045 fi
12046done
5213506e
RW
12047 done
12048IFS=$as_save_IFS
1c710c3c 12049
e8b05380
PB
12050 ;;
12051esac
12052fi
1c710c3c 12053NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12054if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12056$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12057else
5213506e
RW
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12059$as_echo "no" >&6; }
e8b05380
PB
12060fi
12061
5213506e 12062
e8b05380
PB
12063fi
12064if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12065
12066
12067if test -n "$NM_FOR_TARGET"; then
12068 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12069elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12070 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12071fi
12072
12073if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12074 for ncn_progname in nm; do
12075 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12076set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12078$as_echo_n "checking for $ac_word... " >&6; }
12079if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12080 $as_echo_n "(cached) " >&6
278a7a38
AO
12081else
12082 if test -n "$NM_FOR_TARGET"; then
12083 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12084else
12085as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12086for as_dir in $PATH
12087do
12088 IFS=$as_save_IFS
12089 test -z "$as_dir" && as_dir=.
5213506e
RW
12090 for ac_exec_ext in '' $ac_executable_extensions; do
12091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12092 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12094 break 2
12095 fi
12096done
5213506e
RW
12097 done
12098IFS=$as_save_IFS
278a7a38
AO
12099
12100fi
12101fi
12102NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12103if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12105$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12106else
5213506e
RW
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12108$as_echo "no" >&6; }
278a7a38
AO
12109fi
12110
5213506e 12111
278a7a38
AO
12112 done
12113fi
12114
12115if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12116 for ncn_progname in nm; do
5213506e
RW
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12118$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12119 if test -x $with_build_time_tools/${ncn_progname}; then
12120 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12122$as_echo "yes" >&6; }
e8b05380
PB
12123 break
12124 else
5213506e
RW
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12126$as_echo "no" >&6; }
e8b05380
PB
12127 fi
12128 done
12129fi
12130
12131if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12132 for ncn_progname in nm; do
12133 if test -n "$ncn_target_tool_prefix"; then
12134 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12135set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12137$as_echo_n "checking for $ac_word... " >&6; }
12138if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12139 $as_echo_n "(cached) " >&6
ca9f4b81 12140else
4de997d1
PB
12141 if test -n "$NM_FOR_TARGET"; then
12142 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12143else
1c710c3c
DJ
12144as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12145for as_dir in $PATH
12146do
12147 IFS=$as_save_IFS
12148 test -z "$as_dir" && as_dir=.
5213506e
RW
12149 for ac_exec_ext in '' $ac_executable_extensions; do
12150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12151 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12153 break 2
12154 fi
12155done
5213506e
RW
12156 done
12157IFS=$as_save_IFS
1c710c3c 12158
ca9f4b81
AO
12159fi
12160fi
1c710c3c 12161NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12162if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12164$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12165else
5213506e
RW
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12167$as_echo "no" >&6; }
ca9f4b81
AO
12168fi
12169
5213506e 12170
e8b05380
PB
12171 fi
12172 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12173 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12174set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12176$as_echo_n "checking for $ac_word... " >&6; }
12177if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12178 $as_echo_n "(cached) " >&6
ca9f4b81 12179else
2693c0b0
PB
12180 if test -n "$NM_FOR_TARGET"; then
12181 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12182else
1c710c3c
DJ
12183as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12184for as_dir in $PATH
12185do
12186 IFS=$as_save_IFS
12187 test -z "$as_dir" && as_dir=.
5213506e
RW
12188 for ac_exec_ext in '' $ac_executable_extensions; do
12189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12190 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12192 break 2
12193 fi
12194done
5213506e
RW
12195 done
12196IFS=$as_save_IFS
1c710c3c 12197
ca9f4b81
AO
12198fi
12199fi
1c710c3c 12200NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12201if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12203$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12204else
5213506e
RW
12205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12206$as_echo "no" >&6; }
ca9f4b81 12207fi
1c710c3c 12208
5213506e 12209
e8b05380
PB
12210 fi
12211 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12212 done
12213fi
1c710c3c 12214
2693c0b0
PB
12215if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12216 set dummy nm
12217 if test $build = $target ; then
12218 NM_FOR_TARGET="$2"
ca9f4b81 12219 else
2693c0b0 12220 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12221 fi
1c00b503
PB
12222else
12223 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12224fi
12225
d1f8db0c
PB
12226else
12227 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12228fi
12229
12230
12231
12232
12233if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12234 if test -n "$with_build_time_tools"; then
5213506e
RW
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12236$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12237 if test -x $with_build_time_tools/objdump; then
12238 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12239 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12241$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12242 else
5213506e
RW
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12244$as_echo "no" >&6; }
d1f8db0c 12245 fi
e8b05380
PB
12246 elif test $build != $host && test $have_gcc_for_target = yes; then
12247 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12248 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12249 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12250 fi
12251fi
3e19841a 12252if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12253 # Extract the first word of "objdump", so it can be a program name with args.
12254set dummy objdump; ac_word=$2
5213506e
RW
12255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12256$as_echo_n "checking for $ac_word... " >&6; }
12257if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12258 $as_echo_n "(cached) " >&6
e8b05380 12259else
1c710c3c
DJ
12260 case $OBJDUMP_FOR_TARGET in
12261 [\\/]* | ?:[\\/]*)
e8b05380
PB
12262 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12263 ;;
e8b05380 12264 *)
1c710c3c
DJ
12265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12266for as_dir in $gcc_cv_tool_dirs
12267do
12268 IFS=$as_save_IFS
12269 test -z "$as_dir" && as_dir=.
5213506e
RW
12270 for ac_exec_ext in '' $ac_executable_extensions; do
12271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12272 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12274 break 2
12275 fi
12276done
5213506e
RW
12277 done
12278IFS=$as_save_IFS
1c710c3c 12279
e8b05380
PB
12280 ;;
12281esac
12282fi
1c710c3c 12283OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12284if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12286$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12287else
5213506e
RW
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12289$as_echo "no" >&6; }
e8b05380
PB
12290fi
12291
5213506e 12292
e8b05380
PB
12293fi
12294if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12295
12296
12297if test -n "$OBJDUMP_FOR_TARGET"; then
12298 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12299elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12300 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12301fi
12302
12303if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12304 for ncn_progname in objdump; do
12305 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12306set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12308$as_echo_n "checking for $ac_word... " >&6; }
12309if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12310 $as_echo_n "(cached) " >&6
278a7a38
AO
12311else
12312 if test -n "$OBJDUMP_FOR_TARGET"; then
12313 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12314else
12315as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12316for as_dir in $PATH
12317do
12318 IFS=$as_save_IFS
12319 test -z "$as_dir" && as_dir=.
5213506e
RW
12320 for ac_exec_ext in '' $ac_executable_extensions; do
12321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12322 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12324 break 2
12325 fi
12326done
5213506e
RW
12327 done
12328IFS=$as_save_IFS
278a7a38
AO
12329
12330fi
12331fi
12332OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12333if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12335$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12336else
5213506e
RW
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12338$as_echo "no" >&6; }
278a7a38
AO
12339fi
12340
5213506e 12341
278a7a38
AO
12342 done
12343fi
12344
12345if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12346 for ncn_progname in objdump; do
5213506e
RW
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12348$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12349 if test -x $with_build_time_tools/${ncn_progname}; then
12350 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12352$as_echo "yes" >&6; }
e8b05380
PB
12353 break
12354 else
5213506e
RW
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12356$as_echo "no" >&6; }
e8b05380
PB
12357 fi
12358 done
12359fi
12360
12361if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12362 for ncn_progname in objdump; do
12363 if test -n "$ncn_target_tool_prefix"; then
12364 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12365set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12367$as_echo_n "checking for $ac_word... " >&6; }
12368if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12369 $as_echo_n "(cached) " >&6
d739199a
DJ
12370else
12371 if test -n "$OBJDUMP_FOR_TARGET"; then
12372 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12373else
1c710c3c
DJ
12374as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12375for as_dir in $PATH
12376do
12377 IFS=$as_save_IFS
12378 test -z "$as_dir" && as_dir=.
5213506e
RW
12379 for ac_exec_ext in '' $ac_executable_extensions; do
12380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12381 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12383 break 2
12384 fi
12385done
5213506e
RW
12386 done
12387IFS=$as_save_IFS
1c710c3c 12388
d739199a
DJ
12389fi
12390fi
1c710c3c 12391OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12392if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12394$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12395else
5213506e
RW
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12397$as_echo "no" >&6; }
d739199a
DJ
12398fi
12399
5213506e 12400
e8b05380
PB
12401 fi
12402 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12403 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12404set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12406$as_echo_n "checking for $ac_word... " >&6; }
12407if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12408 $as_echo_n "(cached) " >&6
d739199a
DJ
12409else
12410 if test -n "$OBJDUMP_FOR_TARGET"; then
12411 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12412else
1c710c3c
DJ
12413as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12414for as_dir in $PATH
12415do
12416 IFS=$as_save_IFS
12417 test -z "$as_dir" && as_dir=.
5213506e
RW
12418 for ac_exec_ext in '' $ac_executable_extensions; do
12419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12420 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12422 break 2
12423 fi
12424done
5213506e
RW
12425 done
12426IFS=$as_save_IFS
1c710c3c 12427
d739199a
DJ
12428fi
12429fi
1c710c3c 12430OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12431if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12433$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12434else
5213506e
RW
12435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12436$as_echo "no" >&6; }
d739199a 12437fi
1c710c3c 12438
5213506e 12439
e8b05380
PB
12440 fi
12441 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12442 done
12443fi
1c710c3c 12444
d739199a
DJ
12445if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12446 set dummy objdump
12447 if test $build = $target ; then
12448 OBJDUMP_FOR_TARGET="$2"
12449 else
12450 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12451 fi
1c00b503
PB
12452else
12453 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12454fi
12455
d1f8db0c
PB
12456else
12457 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12458fi
12459
12460
12461
12462
12463if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12464 if test -n "$with_build_time_tools"; then
5213506e
RW
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12466$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12467 if test -x $with_build_time_tools/ranlib; then
12468 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12469 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12471$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12472 else
5213506e
RW
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12474$as_echo "no" >&6; }
d1f8db0c 12475 fi
e8b05380
PB
12476 elif test $build != $host && test $have_gcc_for_target = yes; then
12477 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12478 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12479 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12480 fi
12481fi
3e19841a 12482if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12483 # Extract the first word of "ranlib", so it can be a program name with args.
12484set dummy ranlib; ac_word=$2
5213506e
RW
12485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12486$as_echo_n "checking for $ac_word... " >&6; }
12487if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12488 $as_echo_n "(cached) " >&6
e8b05380 12489else
1c710c3c
DJ
12490 case $RANLIB_FOR_TARGET in
12491 [\\/]* | ?:[\\/]*)
e8b05380
PB
12492 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12493 ;;
e8b05380 12494 *)
1c710c3c
DJ
12495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12496for as_dir in $gcc_cv_tool_dirs
12497do
12498 IFS=$as_save_IFS
12499 test -z "$as_dir" && as_dir=.
5213506e
RW
12500 for ac_exec_ext in '' $ac_executable_extensions; do
12501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12502 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12504 break 2
12505 fi
12506done
5213506e
RW
12507 done
12508IFS=$as_save_IFS
1c710c3c 12509
e8b05380
PB
12510 ;;
12511esac
12512fi
1c710c3c 12513RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12514if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12516$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12517else
5213506e
RW
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12519$as_echo "no" >&6; }
e8b05380
PB
12520fi
12521
5213506e 12522
e8b05380
PB
12523fi
12524if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12525
12526
12527if test -n "$RANLIB_FOR_TARGET"; then
12528 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12529elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12530 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12531fi
12532
12533if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12534 for ncn_progname in ranlib; do
12535 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12536set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12538$as_echo_n "checking for $ac_word... " >&6; }
12539if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12540 $as_echo_n "(cached) " >&6
278a7a38
AO
12541else
12542 if test -n "$RANLIB_FOR_TARGET"; then
12543 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12544else
12545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12546for as_dir in $PATH
12547do
12548 IFS=$as_save_IFS
12549 test -z "$as_dir" && as_dir=.
5213506e
RW
12550 for ac_exec_ext in '' $ac_executable_extensions; do
12551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12552 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12554 break 2
12555 fi
12556done
5213506e
RW
12557 done
12558IFS=$as_save_IFS
278a7a38
AO
12559
12560fi
12561fi
12562RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12563if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12565$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12566else
5213506e
RW
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12568$as_echo "no" >&6; }
278a7a38
AO
12569fi
12570
5213506e 12571
278a7a38
AO
12572 done
12573fi
12574
12575if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12576 for ncn_progname in ranlib; do
5213506e
RW
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12578$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12579 if test -x $with_build_time_tools/${ncn_progname}; then
12580 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12582$as_echo "yes" >&6; }
e8b05380
PB
12583 break
12584 else
5213506e
RW
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12586$as_echo "no" >&6; }
e8b05380
PB
12587 fi
12588 done
12589fi
12590
12591if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12592 for ncn_progname in ranlib; do
12593 if test -n "$ncn_target_tool_prefix"; then
12594 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12595set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12597$as_echo_n "checking for $ac_word... " >&6; }
12598if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12599 $as_echo_n "(cached) " >&6
ca9f4b81 12600else
4de997d1
PB
12601 if test -n "$RANLIB_FOR_TARGET"; then
12602 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12603else
1c710c3c
DJ
12604as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12605for as_dir in $PATH
12606do
12607 IFS=$as_save_IFS
12608 test -z "$as_dir" && as_dir=.
5213506e
RW
12609 for ac_exec_ext in '' $ac_executable_extensions; do
12610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12611 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12613 break 2
12614 fi
12615done
5213506e
RW
12616 done
12617IFS=$as_save_IFS
1c710c3c 12618
ca9f4b81
AO
12619fi
12620fi
1c710c3c 12621RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12622if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12624$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12625else
5213506e
RW
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12627$as_echo "no" >&6; }
ca9f4b81
AO
12628fi
12629
5213506e 12630
e8b05380
PB
12631 fi
12632 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12633 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12634set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12636$as_echo_n "checking for $ac_word... " >&6; }
12637if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12638 $as_echo_n "(cached) " >&6
ca9f4b81 12639else
2693c0b0
PB
12640 if test -n "$RANLIB_FOR_TARGET"; then
12641 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12642else
1c710c3c
DJ
12643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12644for as_dir in $PATH
12645do
12646 IFS=$as_save_IFS
12647 test -z "$as_dir" && as_dir=.
5213506e
RW
12648 for ac_exec_ext in '' $ac_executable_extensions; do
12649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12650 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12652 break 2
12653 fi
12654done
5213506e
RW
12655 done
12656IFS=$as_save_IFS
1c710c3c 12657
ca9f4b81
AO
12658fi
12659fi
1c710c3c 12660RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12661if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12663$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12664else
5213506e
RW
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12666$as_echo "no" >&6; }
ca9f4b81 12667fi
1c710c3c 12668
5213506e 12669
e8b05380
PB
12670 fi
12671 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12672 done
12673fi
1c710c3c 12674
e8b05380
PB
12675if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12676 set dummy ranlib
12677 if test $build = $target ; then
12678 RANLIB_FOR_TARGET="$2"
12679 else
12680 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12681 fi
1c00b503
PB
12682else
12683 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12684fi
2693c0b0 12685
d1f8db0c
PB
12686else
12687 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12688fi
12689
e8b05380
PB
12690
12691
12692
e7a82751
RM
12693if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12694 if test -n "$with_build_time_tools"; then
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12696$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12697 if test -x $with_build_time_tools/readelf; then
12698 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12699 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12701$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12702 else
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12704$as_echo "no" >&6; }
12705 fi
12706 elif test $build != $host && test $have_gcc_for_target = yes; then
12707 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12708 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12709 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12710 fi
12711fi
12712if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12713 # Extract the first word of "readelf", so it can be a program name with args.
12714set dummy readelf; ac_word=$2
12715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12716$as_echo_n "checking for $ac_word... " >&6; }
12717if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12718 $as_echo_n "(cached) " >&6
12719else
12720 case $READELF_FOR_TARGET in
12721 [\\/]* | ?:[\\/]*)
12722 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12723 ;;
12724 *)
12725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12726for as_dir in $gcc_cv_tool_dirs
12727do
12728 IFS=$as_save_IFS
12729 test -z "$as_dir" && as_dir=.
12730 for ac_exec_ext in '' $ac_executable_extensions; do
12731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12732 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12734 break 2
12735 fi
12736done
12737 done
12738IFS=$as_save_IFS
12739
12740 ;;
12741esac
12742fi
12743READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12744if test -n "$READELF_FOR_TARGET"; then
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12746$as_echo "$READELF_FOR_TARGET" >&6; }
12747else
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12749$as_echo "no" >&6; }
12750fi
12751
12752
12753fi
12754if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12755
12756
12757if test -n "$READELF_FOR_TARGET"; then
12758 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12759elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12760 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12761fi
12762
12763if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12764 for ncn_progname in readelf; do
12765 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12766set dummy ${ncn_progname}; ac_word=$2
12767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12768$as_echo_n "checking for $ac_word... " >&6; }
12769if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12770 $as_echo_n "(cached) " >&6
12771else
12772 if test -n "$READELF_FOR_TARGET"; then
12773 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12774else
12775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12776for as_dir in $PATH
12777do
12778 IFS=$as_save_IFS
12779 test -z "$as_dir" && as_dir=.
12780 for ac_exec_ext in '' $ac_executable_extensions; do
12781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12782 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12784 break 2
12785 fi
12786done
12787 done
12788IFS=$as_save_IFS
12789
12790fi
12791fi
12792READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12793if test -n "$READELF_FOR_TARGET"; then
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12795$as_echo "$READELF_FOR_TARGET" >&6; }
12796else
12797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12798$as_echo "no" >&6; }
12799fi
12800
12801
12802 done
12803fi
12804
12805if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12806 for ncn_progname in readelf; do
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12808$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12809 if test -x $with_build_time_tools/${ncn_progname}; then
12810 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12812$as_echo "yes" >&6; }
12813 break
12814 else
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12816$as_echo "no" >&6; }
12817 fi
12818 done
12819fi
12820
12821if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12822 for ncn_progname in readelf; do
12823 if test -n "$ncn_target_tool_prefix"; then
12824 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12825set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12827$as_echo_n "checking for $ac_word... " >&6; }
12828if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12829 $as_echo_n "(cached) " >&6
12830else
12831 if test -n "$READELF_FOR_TARGET"; then
12832 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12833else
12834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12835for as_dir in $PATH
12836do
12837 IFS=$as_save_IFS
12838 test -z "$as_dir" && as_dir=.
12839 for ac_exec_ext in '' $ac_executable_extensions; do
12840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12841 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12843 break 2
12844 fi
12845done
12846 done
12847IFS=$as_save_IFS
12848
12849fi
12850fi
12851READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12852if test -n "$READELF_FOR_TARGET"; then
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12854$as_echo "$READELF_FOR_TARGET" >&6; }
12855else
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12857$as_echo "no" >&6; }
12858fi
12859
12860
12861 fi
12862 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12863 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12864set dummy ${ncn_progname}; ac_word=$2
12865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12866$as_echo_n "checking for $ac_word... " >&6; }
12867if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12868 $as_echo_n "(cached) " >&6
12869else
12870 if test -n "$READELF_FOR_TARGET"; then
12871 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12872else
12873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12874for as_dir in $PATH
12875do
12876 IFS=$as_save_IFS
12877 test -z "$as_dir" && as_dir=.
12878 for ac_exec_ext in '' $ac_executable_extensions; do
12879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12880 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12882 break 2
12883 fi
12884done
12885 done
12886IFS=$as_save_IFS
12887
12888fi
12889fi
12890READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12891if test -n "$READELF_FOR_TARGET"; then
12892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12893$as_echo "$READELF_FOR_TARGET" >&6; }
12894else
12895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12896$as_echo "no" >&6; }
12897fi
12898
12899
12900 fi
12901 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12902 done
12903fi
12904
12905if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12906 set dummy readelf
12907 if test $build = $target ; then
12908 READELF_FOR_TARGET="$2"
12909 else
12910 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12911 fi
12912else
12913 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12914fi
12915
12916else
12917 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12918fi
12919
12920
12921
12922
e8b05380
PB
12923if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12924 if test -n "$with_build_time_tools"; then
5213506e
RW
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12926$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12927 if test -x $with_build_time_tools/strip; then
12928 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12929 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12931$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 12932 else
5213506e
RW
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12934$as_echo "no" >&6; }
d1f8db0c 12935 fi
e8b05380
PB
12936 elif test $build != $host && test $have_gcc_for_target = yes; then
12937 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
12938 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12939 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
12940 fi
12941fi
3e19841a 12942if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12943 # Extract the first word of "strip", so it can be a program name with args.
12944set dummy strip; ac_word=$2
5213506e
RW
12945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12946$as_echo_n "checking for $ac_word... " >&6; }
12947if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12948 $as_echo_n "(cached) " >&6
e8b05380 12949else
1c710c3c
DJ
12950 case $STRIP_FOR_TARGET in
12951 [\\/]* | ?:[\\/]*)
e8b05380
PB
12952 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12953 ;;
e8b05380 12954 *)
1c710c3c
DJ
12955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12956for as_dir in $gcc_cv_tool_dirs
12957do
12958 IFS=$as_save_IFS
12959 test -z "$as_dir" && as_dir=.
5213506e
RW
12960 for ac_exec_ext in '' $ac_executable_extensions; do
12961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12962 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12964 break 2
12965 fi
12966done
5213506e
RW
12967 done
12968IFS=$as_save_IFS
1c710c3c 12969
e8b05380
PB
12970 ;;
12971esac
12972fi
1c710c3c 12973STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 12974if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12976$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 12977else
5213506e
RW
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12979$as_echo "no" >&6; }
e8b05380
PB
12980fi
12981
5213506e 12982
e8b05380
PB
12983fi
12984if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
12985
12986
12987if test -n "$STRIP_FOR_TARGET"; then
12988 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12989elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12990 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12991fi
12992
12993if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12994 for ncn_progname in strip; do
12995 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12996set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12998$as_echo_n "checking for $ac_word... " >&6; }
12999if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13000 $as_echo_n "(cached) " >&6
278a7a38
AO
13001else
13002 if test -n "$STRIP_FOR_TARGET"; then
13003 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13004else
13005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13006for as_dir in $PATH
13007do
13008 IFS=$as_save_IFS
13009 test -z "$as_dir" && as_dir=.
5213506e
RW
13010 for ac_exec_ext in '' $ac_executable_extensions; do
13011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13012 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13014 break 2
13015 fi
13016done
5213506e
RW
13017 done
13018IFS=$as_save_IFS
278a7a38
AO
13019
13020fi
13021fi
13022STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13023if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13025$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 13026else
5213506e
RW
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13028$as_echo "no" >&6; }
278a7a38
AO
13029fi
13030
5213506e 13031
278a7a38
AO
13032 done
13033fi
13034
13035if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13036 for ncn_progname in strip; do
5213506e
RW
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13038$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13039 if test -x $with_build_time_tools/${ncn_progname}; then
13040 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13042$as_echo "yes" >&6; }
e8b05380
PB
13043 break
13044 else
5213506e
RW
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13046$as_echo "no" >&6; }
e8b05380
PB
13047 fi
13048 done
13049fi
13050
13051if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13052 for ncn_progname in strip; do
13053 if test -n "$ncn_target_tool_prefix"; then
13054 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 13055set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13057$as_echo_n "checking for $ac_word... " >&6; }
13058if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13059 $as_echo_n "(cached) " >&6
af71363e
AS
13060else
13061 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
13062 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13063else
13064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13065for as_dir in $PATH
13066do
13067 IFS=$as_save_IFS
13068 test -z "$as_dir" && as_dir=.
5213506e
RW
13069 for ac_exec_ext in '' $ac_executable_extensions; do
13070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13071 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13073 break 2
13074 fi
13075done
5213506e
RW
13076 done
13077IFS=$as_save_IFS
1c710c3c 13078
040b1c5a
GK
13079fi
13080fi
1c710c3c 13081STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13082if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13084$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13085else
5213506e
RW
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13087$as_echo "no" >&6; }
040b1c5a
GK
13088fi
13089
5213506e 13090
e8b05380
PB
13091 fi
13092 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13093 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 13094set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13096$as_echo_n "checking for $ac_word... " >&6; }
13097if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13098 $as_echo_n "(cached) " >&6
040b1c5a
GK
13099else
13100 if test -n "$STRIP_FOR_TARGET"; then
13101 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13102else
1c710c3c
DJ
13103as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13104for as_dir in $PATH
13105do
13106 IFS=$as_save_IFS
13107 test -z "$as_dir" && as_dir=.
5213506e
RW
13108 for ac_exec_ext in '' $ac_executable_extensions; do
13109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13110 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13112 break 2
13113 fi
13114done
5213506e
RW
13115 done
13116IFS=$as_save_IFS
1c710c3c 13117
040b1c5a
GK
13118fi
13119fi
1c710c3c 13120STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13121if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13123$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13124else
5213506e
RW
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13126$as_echo "no" >&6; }
040b1c5a 13127fi
1c710c3c 13128
5213506e 13129
e8b05380
PB
13130 fi
13131 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13132 done
13133fi
1c710c3c 13134
040b1c5a
GK
13135if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13136 set dummy strip
13137 if test $build = $target ; then
13138 STRIP_FOR_TARGET="$2"
13139 else
13140 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13141 fi
1c00b503
PB
13142else
13143 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
13144fi
13145
d1f8db0c
PB
13146else
13147 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
13148fi
13149
13150
13151
13152
13153if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13154 if test -n "$with_build_time_tools"; then
5213506e
RW
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13156$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13157 if test -x $with_build_time_tools/windres; then
13158 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13159 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13161$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 13162 else
5213506e
RW
13163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13164$as_echo "no" >&6; }
d1f8db0c 13165 fi
e8b05380
PB
13166 elif test $build != $host && test $have_gcc_for_target = yes; then
13167 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
13168 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13169 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
13170 fi
13171fi
3e19841a 13172if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13173 # Extract the first word of "windres", so it can be a program name with args.
13174set dummy windres; ac_word=$2
5213506e
RW
13175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13176$as_echo_n "checking for $ac_word... " >&6; }
13177if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13178 $as_echo_n "(cached) " >&6
e8b05380 13179else
1c710c3c
DJ
13180 case $WINDRES_FOR_TARGET in
13181 [\\/]* | ?:[\\/]*)
e8b05380
PB
13182 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13183 ;;
e8b05380 13184 *)
1c710c3c
DJ
13185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13186for as_dir in $gcc_cv_tool_dirs
13187do
13188 IFS=$as_save_IFS
13189 test -z "$as_dir" && as_dir=.
5213506e
RW
13190 for ac_exec_ext in '' $ac_executable_extensions; do
13191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13192 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13194 break 2
13195 fi
13196done
5213506e
RW
13197 done
13198IFS=$as_save_IFS
1c710c3c 13199
e8b05380
PB
13200 ;;
13201esac
13202fi
1c710c3c 13203WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 13204if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13206$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 13207else
5213506e
RW
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13209$as_echo "no" >&6; }
e8b05380
PB
13210fi
13211
5213506e 13212
e8b05380
PB
13213fi
13214if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
13215
13216
13217if test -n "$WINDRES_FOR_TARGET"; then
13218 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13219elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13220 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13221fi
13222
13223if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13224 for ncn_progname in windres; do
13225 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13226set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13228$as_echo_n "checking for $ac_word... " >&6; }
13229if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13230 $as_echo_n "(cached) " >&6
278a7a38
AO
13231else
13232 if test -n "$WINDRES_FOR_TARGET"; then
13233 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13234else
13235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13236for as_dir in $PATH
13237do
13238 IFS=$as_save_IFS
13239 test -z "$as_dir" && as_dir=.
5213506e
RW
13240 for ac_exec_ext in '' $ac_executable_extensions; do
13241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13242 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13244 break 2
13245 fi
13246done
5213506e
RW
13247 done
13248IFS=$as_save_IFS
278a7a38
AO
13249
13250fi
13251fi
13252WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13253if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13255$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 13256else
5213506e
RW
13257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13258$as_echo "no" >&6; }
278a7a38
AO
13259fi
13260
5213506e 13261
278a7a38
AO
13262 done
13263fi
13264
13265if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13266 for ncn_progname in windres; do
5213506e
RW
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13268$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13269 if test -x $with_build_time_tools/${ncn_progname}; then
13270 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13272$as_echo "yes" >&6; }
e8b05380
PB
13273 break
13274 else
5213506e
RW
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13276$as_echo "no" >&6; }
e8b05380
PB
13277 fi
13278 done
13279fi
13280
13281if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13282 for ncn_progname in windres; do
13283 if test -n "$ncn_target_tool_prefix"; then
13284 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13285set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13287$as_echo_n "checking for $ac_word... " >&6; }
13288if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13289 $as_echo_n "(cached) " >&6
ca9f4b81 13290else
4de997d1
PB
13291 if test -n "$WINDRES_FOR_TARGET"; then
13292 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13293else
1c710c3c
DJ
13294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13295for as_dir in $PATH
13296do
13297 IFS=$as_save_IFS
13298 test -z "$as_dir" && as_dir=.
5213506e
RW
13299 for ac_exec_ext in '' $ac_executable_extensions; do
13300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13301 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13303 break 2
13304 fi
13305done
5213506e
RW
13306 done
13307IFS=$as_save_IFS
1c710c3c 13308
ca9f4b81
AO
13309fi
13310fi
1c710c3c 13311WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13312if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13314$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13315else
5213506e
RW
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13317$as_echo "no" >&6; }
ca9f4b81
AO
13318fi
13319
5213506e 13320
e8b05380
PB
13321 fi
13322 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13323 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13324set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13326$as_echo_n "checking for $ac_word... " >&6; }
13327if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13328 $as_echo_n "(cached) " >&6
ca9f4b81 13329else
2693c0b0
PB
13330 if test -n "$WINDRES_FOR_TARGET"; then
13331 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13332else
1c710c3c
DJ
13333as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13334for as_dir in $PATH
13335do
13336 IFS=$as_save_IFS
13337 test -z "$as_dir" && as_dir=.
5213506e
RW
13338 for ac_exec_ext in '' $ac_executable_extensions; do
13339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13340 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13342 break 2
13343 fi
13344done
5213506e
RW
13345 done
13346IFS=$as_save_IFS
1c710c3c 13347
ca9f4b81
AO
13348fi
13349fi
1c710c3c 13350WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13351if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13353$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13354else
5213506e
RW
13355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13356$as_echo "no" >&6; }
ca9f4b81 13357fi
1c710c3c 13358
5213506e 13359
e8b05380
PB
13360 fi
13361 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13362 done
13363fi
1c710c3c 13364
2693c0b0
PB
13365if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13366 set dummy windres
13367 if test $build = $target ; then
13368 WINDRES_FOR_TARGET="$2"
ca9f4b81 13369 else
2693c0b0 13370 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13371 fi
1c00b503
PB
13372else
13373 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13374fi
13375
d1f8db0c
PB
13376else
13377 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13378fi
13379
4977bab6 13380
901119ae
KT
13381
13382
13383if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13384 if test -n "$with_build_time_tools"; then
5213506e
RW
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13386$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13387 if test -x $with_build_time_tools/windmc; then
13388 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13389 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13391$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13392 else
5213506e
RW
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13394$as_echo "no" >&6; }
901119ae
KT
13395 fi
13396 elif test $build != $host && test $have_gcc_for_target = yes; then
13397 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13398 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13399 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13400 fi
13401fi
13402if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13403 # Extract the first word of "windmc", so it can be a program name with args.
13404set dummy windmc; ac_word=$2
5213506e
RW
13405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13406$as_echo_n "checking for $ac_word... " >&6; }
13407if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13408 $as_echo_n "(cached) " >&6
901119ae
KT
13409else
13410 case $WINDMC_FOR_TARGET in
13411 [\\/]* | ?:[\\/]*)
13412 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13413 ;;
13414 *)
13415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13416for as_dir in $gcc_cv_tool_dirs
13417do
13418 IFS=$as_save_IFS
13419 test -z "$as_dir" && as_dir=.
5213506e
RW
13420 for ac_exec_ext in '' $ac_executable_extensions; do
13421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13422 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13424 break 2
13425 fi
13426done
5213506e
RW
13427 done
13428IFS=$as_save_IFS
901119ae
KT
13429
13430 ;;
13431esac
13432fi
13433WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13434if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13436$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13437else
5213506e
RW
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13439$as_echo "no" >&6; }
901119ae
KT
13440fi
13441
5213506e 13442
901119ae
KT
13443fi
13444if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13445
13446
13447if test -n "$WINDMC_FOR_TARGET"; then
13448 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13449elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13450 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13451fi
13452
13453if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13454 for ncn_progname in windmc; do
13455 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13456set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13458$as_echo_n "checking for $ac_word... " >&6; }
13459if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13460 $as_echo_n "(cached) " >&6
901119ae
KT
13461else
13462 if test -n "$WINDMC_FOR_TARGET"; then
13463 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13464else
13465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13466for as_dir in $PATH
13467do
13468 IFS=$as_save_IFS
13469 test -z "$as_dir" && as_dir=.
5213506e
RW
13470 for ac_exec_ext in '' $ac_executable_extensions; do
13471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13472 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13474 break 2
13475 fi
13476done
5213506e
RW
13477 done
13478IFS=$as_save_IFS
901119ae
KT
13479
13480fi
13481fi
13482WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13483if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13485$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13486else
5213506e
RW
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13488$as_echo "no" >&6; }
901119ae
KT
13489fi
13490
5213506e 13491
901119ae
KT
13492 done
13493fi
13494
13495if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13496 for ncn_progname in windmc; do
5213506e
RW
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13498$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13499 if test -x $with_build_time_tools/${ncn_progname}; then
13500 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13502$as_echo "yes" >&6; }
901119ae
KT
13503 break
13504 else
5213506e
RW
13505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13506$as_echo "no" >&6; }
901119ae
KT
13507 fi
13508 done
13509fi
13510
13511if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13512 for ncn_progname in windmc; do
13513 if test -n "$ncn_target_tool_prefix"; then
13514 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13515set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13517$as_echo_n "checking for $ac_word... " >&6; }
13518if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13519 $as_echo_n "(cached) " >&6
901119ae
KT
13520else
13521 if test -n "$WINDMC_FOR_TARGET"; then
13522 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13523else
13524as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13525for as_dir in $PATH
13526do
13527 IFS=$as_save_IFS
13528 test -z "$as_dir" && as_dir=.
5213506e
RW
13529 for ac_exec_ext in '' $ac_executable_extensions; do
13530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13531 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13533 break 2
13534 fi
13535done
5213506e
RW
13536 done
13537IFS=$as_save_IFS
901119ae
KT
13538
13539fi
13540fi
13541WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13542if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13544$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13545else
5213506e
RW
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13547$as_echo "no" >&6; }
901119ae
KT
13548fi
13549
5213506e 13550
901119ae
KT
13551 fi
13552 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13553 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13554set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13556$as_echo_n "checking for $ac_word... " >&6; }
13557if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13558 $as_echo_n "(cached) " >&6
901119ae
KT
13559else
13560 if test -n "$WINDMC_FOR_TARGET"; then
13561 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13562else
13563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13564for as_dir in $PATH
13565do
13566 IFS=$as_save_IFS
13567 test -z "$as_dir" && as_dir=.
5213506e
RW
13568 for ac_exec_ext in '' $ac_executable_extensions; do
13569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13570 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13572 break 2
13573 fi
13574done
5213506e
RW
13575 done
13576IFS=$as_save_IFS
901119ae
KT
13577
13578fi
13579fi
13580WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13581if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13583$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13584else
5213506e
RW
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13586$as_echo "no" >&6; }
901119ae
KT
13587fi
13588
5213506e 13589
901119ae
KT
13590 fi
13591 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13592 done
13593fi
13594
13595if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13596 set dummy windmc
13597 if test $build = $target ; then
13598 WINDMC_FOR_TARGET="$2"
13599 else
13600 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13601 fi
1c00b503
PB
13602else
13603 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13604fi
13605
13606else
13607 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13608fi
13609
13610
2abefe3d
PB
13611RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13612
5213506e
RW
13613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13614$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13615if test "x${build}" != "x${host}" ; then
e8b05380
PB
13616 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13617 # We already found the complete path
172e41aa 13618 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13620$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13621 else
13622 # Canadian cross, just use what we found
5213506e
RW
13623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13624$as_echo "pre-installed" >&6; }
e8b05380 13625 fi
2abefe3d
PB
13626else
13627 ok=yes
13628 case " ${configdirs} " in
13629 *" binutils "*) ;;
13630 *) ok=no ;;
13631 esac
1c710c3c 13632
2abefe3d
PB
13633 if test $ok = yes; then
13634 # An in-tree tool is available and we can use it
13635 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13637$as_echo "just compiled" >&6; }
e8b05380
PB
13638 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13639 # We already found the complete path
172e41aa 13640 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13642$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13643 elif test "x$target" = "x$host"; then
13644 # We can use an host tool
13645 AR_FOR_TARGET='$(AR)'
5213506e
RW
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13647$as_echo "host tool" >&6; }
2abefe3d
PB
13648 else
13649 # We need a cross tool
5213506e
RW
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13651$as_echo "pre-installed" >&6; }
2abefe3d
PB
13652 fi
13653fi
0b0dc272 13654
5213506e
RW
13655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13656$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13657if test "x${build}" != "x${host}" ; then
e8b05380
PB
13658 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13659 # We already found the complete path
172e41aa 13660 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13662$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13663 else
13664 # Canadian cross, just use what we found
5213506e
RW
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13666$as_echo "pre-installed" >&6; }
e8b05380 13667 fi
2abefe3d
PB
13668else
13669 ok=yes
13670 case " ${configdirs} " in
13671 *" gas "*) ;;
13672 *) ok=no ;;
13673 esac
1c710c3c 13674
2abefe3d
PB
13675 if test $ok = yes; then
13676 # An in-tree tool is available and we can use it
13677 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13679$as_echo "just compiled" >&6; }
e8b05380
PB
13680 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13681 # We already found the complete path
172e41aa 13682 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13684$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13685 elif test "x$target" = "x$host"; then
13686 # We can use an host tool
13687 AS_FOR_TARGET='$(AS)'
5213506e
RW
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13689$as_echo "host tool" >&6; }
2abefe3d
PB
13690 else
13691 # We need a cross tool
5213506e
RW
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13693$as_echo "pre-installed" >&6; }
2abefe3d
PB
13694 fi
13695fi
0b0dc272 13696
5213506e
RW
13697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13698$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13699if test "x${build}" != "x${host}" ; then
e8b05380
PB
13700 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13701 # We already found the complete path
172e41aa 13702 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13704$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13705 else
13706 # Canadian cross, just use what we found
5213506e
RW
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13708$as_echo "pre-installed" >&6; }
e8b05380 13709 fi
2abefe3d
PB
13710else
13711 ok=yes
13712 case " ${configdirs} " in
13713 *" gcc "*) ;;
13714 *) ok=no ;;
13715 esac
1c710c3c 13716
2abefe3d
PB
13717 if test $ok = yes; then
13718 # An in-tree tool is available and we can use it
13719 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13721$as_echo "just compiled" >&6; }
e8b05380
PB
13722 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13723 # We already found the complete path
172e41aa 13724 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13726$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13727 elif test "x$target" = "x$host"; then
13728 # We can use an host tool
13729 CC_FOR_TARGET='$(CC)'
5213506e
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13731$as_echo "host tool" >&6; }
2abefe3d
PB
13732 else
13733 # We need a cross tool
5213506e
RW
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13735$as_echo "pre-installed" >&6; }
2abefe3d
PB
13736 fi
13737fi
0b0dc272 13738
5213506e
RW
13739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13740$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 13741if test "x${build}" != "x${host}" ; then
e8b05380
PB
13742 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13743 # We already found the complete path
172e41aa 13744 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13746$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13747 else
13748 # Canadian cross, just use what we found
5213506e
RW
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13750$as_echo "pre-installed" >&6; }
e8b05380 13751 fi
2abefe3d
PB
13752else
13753 ok=yes
13754 case " ${configdirs} " in
13755 *" gcc "*) ;;
13756 *) ok=no ;;
13757 esac
13758 case ,${enable_languages}, in
13759 *,c++,*) ;;
13760 *) ok=no ;;
13761 esac
13762 if test $ok = yes; then
13763 # An in-tree tool is available and we can use it
2077db1b 13764 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
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13766$as_echo "just compiled" >&6; }
e8b05380
PB
13767 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13768 # We already found the complete path
172e41aa 13769 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13771$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13772 elif test "x$target" = "x$host"; then
13773 # We can use an host tool
13774 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13776$as_echo "host tool" >&6; }
2abefe3d
PB
13777 else
13778 # We need a cross tool
5213506e
RW
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13780$as_echo "pre-installed" >&6; }
2abefe3d
PB
13781 fi
13782fi
0b0dc272 13783
5213506e
RW
13784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13785$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 13786if test "x${build}" != "x${host}" ; then
e8b05380
PB
13787 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13788 # We already found the complete path
172e41aa 13789 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13791$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13792 else
13793 # Canadian cross, just use what we found
5213506e
RW
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13795$as_echo "pre-installed" >&6; }
e8b05380 13796 fi
2abefe3d
PB
13797else
13798 ok=yes
13799 case " ${configdirs} " in
13800 *" gcc "*) ;;
13801 *) ok=no ;;
13802 esac
13803 case ,${enable_languages}, in
13804 *,c++,*) ;;
13805 *) ok=no ;;
13806 esac
13807 if test $ok = yes; then
13808 # An in-tree tool is available and we can use it
2077db1b 13809 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
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13811$as_echo "just compiled" >&6; }
e8b05380
PB
13812 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13813 # We already found the complete path
172e41aa 13814 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13816$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13817 elif test "x$target" = "x$host"; then
13818 # We can use an host tool
13819 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13821$as_echo "host tool" >&6; }
2abefe3d
PB
13822 else
13823 # We need a cross tool
5213506e
RW
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13825$as_echo "pre-installed" >&6; }
2abefe3d
PB
13826 fi
13827fi
0b0dc272 13828
5213506e
RW
13829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13830$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 13831if test "x${build}" != "x${host}" ; then
e8b05380
PB
13832 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13833 # We already found the complete path
172e41aa 13834 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13836$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13837 else
13838 # Canadian cross, just use what we found
5213506e
RW
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13840$as_echo "pre-installed" >&6; }
e8b05380 13841 fi
2abefe3d
PB
13842else
13843 ok=yes
13844 case " ${configdirs} " in
13845 *" binutils "*) ;;
13846 *) ok=no ;;
13847 esac
1c710c3c 13848
2abefe3d
PB
13849 if test $ok = yes; then
13850 # An in-tree tool is available and we can use it
13851 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13853$as_echo "just compiled" >&6; }
e8b05380
PB
13854 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13855 # We already found the complete path
172e41aa 13856 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13858$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13859 elif test "x$target" = "x$host"; then
13860 # We can use an host tool
13861 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13863$as_echo "host tool" >&6; }
2abefe3d
PB
13864 else
13865 # We need a cross tool
5213506e
RW
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13867$as_echo "pre-installed" >&6; }
2abefe3d
PB
13868 fi
13869fi
0b0dc272 13870
5213506e
RW
13871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13872$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 13873if test "x${build}" != "x${host}" ; then
e8b05380
PB
13874 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13875 # We already found the complete path
172e41aa 13876 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13878$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13879 else
13880 # Canadian cross, just use what we found
5213506e
RW
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13882$as_echo "pre-installed" >&6; }
e8b05380 13883 fi
2abefe3d
PB
13884else
13885 ok=yes
13886 case " ${configdirs} " in
13887 *" gcc "*) ;;
13888 *) ok=no ;;
13889 esac
1c710c3c 13890
2abefe3d
PB
13891 if test $ok = yes; then
13892 # An in-tree tool is available and we can use it
13893 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13895$as_echo "just compiled" >&6; }
e8b05380
PB
13896 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13897 # We already found the complete path
172e41aa 13898 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13900$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13901 elif test "x$target" = "x$host"; then
13902 # We can use an host tool
13903 GCC_FOR_TARGET='$()'
5213506e
RW
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13905$as_echo "host tool" >&6; }
2abefe3d
PB
13906 else
13907 # We need a cross tool
5213506e
RW
13908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13909$as_echo "pre-installed" >&6; }
2abefe3d
PB
13910 fi
13911fi
0b0dc272 13912
5213506e
RW
13913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13914$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 13915if test "x${build}" != "x${host}" ; then
e8b05380
PB
13916 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13917 # We already found the complete path
172e41aa 13918 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13920$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13921 else
13922 # Canadian cross, just use what we found
5213506e
RW
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13924$as_echo "pre-installed" >&6; }
e8b05380 13925 fi
2abefe3d
PB
13926else
13927 ok=yes
13928 case " ${configdirs} " in
13929 *" gcc "*) ;;
13930 *) ok=no ;;
13931 esac
13932 case ,${enable_languages}, in
13933 *,java,*) ;;
13934 *) ok=no ;;
13935 esac
13936 if test $ok = yes; then
13937 # An in-tree tool is available and we can use it
13938 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13940$as_echo "just compiled" >&6; }
e8b05380
PB
13941 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13942 # We already found the complete path
172e41aa 13943 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13945$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13946 elif test "x$target" = "x$host"; then
13947 # We can use an host tool
13948 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13950$as_echo "host tool" >&6; }
2abefe3d
PB
13951 else
13952 # We need a cross tool
5213506e
RW
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13954$as_echo "pre-installed" >&6; }
2abefe3d
PB
13955 fi
13956fi
0b0dc272 13957
5213506e
RW
13958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13959$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 13960if test "x${build}" != "x${host}" ; then
e8b05380
PB
13961 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13962 # We already found the complete path
172e41aa 13963 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13965$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13966 else
13967 # Canadian cross, just use what we found
5213506e
RW
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13969$as_echo "pre-installed" >&6; }
e8b05380 13970 fi
2abefe3d
PB
13971else
13972 ok=yes
13973 case " ${configdirs} " in
13974 *" gcc "*) ;;
13975 *) ok=no ;;
13976 esac
13977 case ,${enable_languages}, in
13978 *,fortran,*) ;;
13979 *) ok=no ;;
13980 esac
13981 if test $ok = yes; then
13982 # An in-tree tool is available and we can use it
13983 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13985$as_echo "just compiled" >&6; }
e8b05380
PB
13986 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13987 # We already found the complete path
172e41aa 13988 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13990$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13991 elif test "x$target" = "x$host"; then
13992 # We can use an host tool
13993 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13995$as_echo "host tool" >&6; }
2abefe3d
PB
13996 else
13997 # We need a cross tool
5213506e
RW
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13999$as_echo "pre-installed" >&6; }
2abefe3d
PB
14000 fi
14001fi
0b0dc272 14002
632e2a07
ILT
14003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14004$as_echo_n "checking where to find the target gccgo... " >&6; }
14005if test "x${build}" != "x${host}" ; then
14006 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14007 # We already found the complete path
14008 ac_dir=`dirname $GOC_FOR_TARGET`
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14010$as_echo "pre-installed in $ac_dir" >&6; }
14011 else
14012 # Canadian cross, just use what we found
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14014$as_echo "pre-installed" >&6; }
14015 fi
14016else
14017 ok=yes
14018 case " ${configdirs} " in
14019 *" gcc "*) ;;
14020 *) ok=no ;;
14021 esac
14022 case ,${enable_languages}, in
14023 *,go,*) ;;
14024 *) ok=no ;;
14025 esac
14026 if test $ok = yes; then
14027 # An in-tree tool is available and we can use it
14028 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14030$as_echo "just compiled" >&6; }
14031 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14032 # We already found the complete path
14033 ac_dir=`dirname $GOC_FOR_TARGET`
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14035$as_echo "pre-installed in $ac_dir" >&6; }
14036 elif test "x$target" = "x$host"; then
14037 # We can use an host tool
14038 GOC_FOR_TARGET='$(GOC)'
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14040$as_echo "host tool" >&6; }
14041 else
14042 # We need a cross tool
14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14044$as_echo "pre-installed" >&6; }
14045 fi
14046fi
14047
5213506e
RW
14048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14049$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 14050if test "x${build}" != "x${host}" ; then
e8b05380
PB
14051 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14052 # We already found the complete path
172e41aa 14053 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14055$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14056 else
14057 # Canadian cross, just use what we found
5213506e
RW
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14059$as_echo "pre-installed" >&6; }
e8b05380 14060 fi
2abefe3d
PB
14061else
14062 ok=yes
14063 case " ${configdirs} " in
14064 *" ld "*) ;;
14065 *) ok=no ;;
14066 esac
1c710c3c 14067
2abefe3d
PB
14068 if test $ok = yes; then
14069 # An in-tree tool is available and we can use it
14070 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14072$as_echo "just compiled" >&6; }
e8b05380
PB
14073 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14074 # We already found the complete path
172e41aa 14075 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14077$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14078 elif test "x$target" = "x$host"; then
14079 # We can use an host tool
14080 LD_FOR_TARGET='$(LD)'
5213506e
RW
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14082$as_echo "host tool" >&6; }
2abefe3d
PB
14083 else
14084 # We need a cross tool
5213506e
RW
14085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14086$as_echo "pre-installed" >&6; }
2abefe3d
PB
14087 fi
14088fi
0b0dc272 14089
5213506e
RW
14090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14091$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 14092if test "x${build}" != "x${host}" ; then
e8b05380
PB
14093 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14094 # We already found the complete path
172e41aa 14095 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14097$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14098 else
14099 # Canadian cross, just use what we found
5213506e
RW
14100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14101$as_echo "pre-installed" >&6; }
e8b05380 14102 fi
2abefe3d 14103else
e8b05380
PB
14104 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14105 # We already found the complete path
172e41aa 14106 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14108$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 14109 elif test "x$target" = "x$host"; then
2abefe3d
PB
14110 # We can use an host tool
14111 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14113$as_echo "host tool" >&6; }
2abefe3d
PB
14114 else
14115 # We need a cross tool
5213506e
RW
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14117$as_echo "pre-installed" >&6; }
2abefe3d
PB
14118 fi
14119fi
0b0dc272 14120
5213506e
RW
14121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14122$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 14123if test "x${build}" != "x${host}" ; then
e8b05380
PB
14124 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14125 # We already found the complete path
172e41aa 14126 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14128$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14129 else
14130 # Canadian cross, just use what we found
5213506e
RW
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14132$as_echo "pre-installed" >&6; }
e8b05380 14133 fi
2abefe3d
PB
14134else
14135 ok=yes
14136 case " ${configdirs} " in
14137 *" binutils "*) ;;
14138 *) ok=no ;;
14139 esac
1c710c3c 14140
2abefe3d
PB
14141 if test $ok = yes; then
14142 # An in-tree tool is available and we can use it
14143 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14145$as_echo "just compiled" >&6; }
e8b05380
PB
14146 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14147 # We already found the complete path
172e41aa 14148 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14150$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14151 elif test "x$target" = "x$host"; then
14152 # We can use an host tool
14153 NM_FOR_TARGET='$(NM)'
5213506e
RW
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14155$as_echo "host tool" >&6; }
2abefe3d
PB
14156 else
14157 # We need a cross tool
5213506e
RW
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14159$as_echo "pre-installed" >&6; }
2abefe3d
PB
14160 fi
14161fi
0b0dc272 14162
5213506e
RW
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14164$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 14165if test "x${build}" != "x${host}" ; then
e8b05380
PB
14166 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14167 # We already found the complete path
172e41aa 14168 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14170$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14171 else
14172 # Canadian cross, just use what we found
5213506e
RW
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14174$as_echo "pre-installed" >&6; }
e8b05380 14175 fi
2abefe3d
PB
14176else
14177 ok=yes
14178 case " ${configdirs} " in
14179 *" binutils "*) ;;
14180 *) ok=no ;;
14181 esac
1c710c3c 14182
2abefe3d
PB
14183 if test $ok = yes; then
14184 # An in-tree tool is available and we can use it
14185 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14187$as_echo "just compiled" >&6; }
e8b05380
PB
14188 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14189 # We already found the complete path
172e41aa 14190 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14192$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14193 elif test "x$target" = "x$host"; then
14194 # We can use an host tool
14195 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14197$as_echo "host tool" >&6; }
2abefe3d
PB
14198 else
14199 # We need a cross tool
5213506e
RW
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14201$as_echo "pre-installed" >&6; }
2abefe3d
PB
14202 fi
14203fi
0b0dc272 14204
5213506e
RW
14205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14206$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 14207if test "x${build}" != "x${host}" ; then
e8b05380
PB
14208 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14209 # We already found the complete path
172e41aa 14210 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14212$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14213 else
14214 # Canadian cross, just use what we found
5213506e
RW
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14216$as_echo "pre-installed" >&6; }
e8b05380 14217 fi
2abefe3d
PB
14218else
14219 ok=yes
14220 case " ${configdirs} " in
14221 *" binutils "*) ;;
14222 *) ok=no ;;
14223 esac
1c710c3c 14224
2abefe3d
PB
14225 if test $ok = yes; then
14226 # An in-tree tool is available and we can use it
14227 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14229$as_echo "just compiled" >&6; }
e8b05380
PB
14230 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14231 # We already found the complete path
172e41aa 14232 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14234$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14235 elif test "x$target" = "x$host"; then
14236 # We can use an host tool
14237 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14239$as_echo "host tool" >&6; }
2abefe3d
PB
14240 else
14241 # We need a cross tool
5213506e
RW
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14243$as_echo "pre-installed" >&6; }
2abefe3d
PB
14244 fi
14245fi
0b0dc272 14246
e7a82751
RM
14247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14248$as_echo_n "checking where to find the target readelf... " >&6; }
14249if test "x${build}" != "x${host}" ; then
14250 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14251 # We already found the complete path
14252 ac_dir=`dirname $READELF_FOR_TARGET`
14253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14254$as_echo "pre-installed in $ac_dir" >&6; }
14255 else
14256 # Canadian cross, just use what we found
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14258$as_echo "pre-installed" >&6; }
14259 fi
14260else
14261 ok=yes
14262 case " ${configdirs} " in
14263 *" binutils "*) ;;
14264 *) ok=no ;;
14265 esac
14266
14267 if test $ok = yes; then
14268 # An in-tree tool is available and we can use it
14269 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14271$as_echo "just compiled" >&6; }
14272 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14273 # We already found the complete path
14274 ac_dir=`dirname $READELF_FOR_TARGET`
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14276$as_echo "pre-installed in $ac_dir" >&6; }
14277 elif test "x$target" = "x$host"; then
14278 # We can use an host tool
14279 READELF_FOR_TARGET='$(READELF)'
14280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14281$as_echo "host tool" >&6; }
14282 else
14283 # We need a cross tool
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14285$as_echo "pre-installed" >&6; }
14286 fi
14287fi
14288
5213506e
RW
14289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14290$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14291if test "x${build}" != "x${host}" ; then
e8b05380
PB
14292 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14293 # We already found the complete path
172e41aa 14294 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14296$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14297 else
14298 # Canadian cross, just use what we found
5213506e
RW
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14300$as_echo "pre-installed" >&6; }
e8b05380 14301 fi
2abefe3d
PB
14302else
14303 ok=yes
14304 case " ${configdirs} " in
14305 *" binutils "*) ;;
14306 *) ok=no ;;
14307 esac
1c710c3c 14308
2abefe3d
PB
14309 if test $ok = yes; then
14310 # An in-tree tool is available and we can use it
455c8f48 14311 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14313$as_echo "just compiled" >&6; }
e8b05380
PB
14314 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14315 # We already found the complete path
172e41aa 14316 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14318$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14319 elif test "x$target" = "x$host"; then
14320 # We can use an host tool
14321 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14323$as_echo "host tool" >&6; }
2abefe3d
PB
14324 else
14325 # We need a cross tool
5213506e
RW
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14327$as_echo "pre-installed" >&6; }
2abefe3d
PB
14328 fi
14329fi
0b0dc272 14330
5213506e
RW
14331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14332$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14333if test "x${build}" != "x${host}" ; then
e8b05380
PB
14334 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14335 # We already found the complete path
172e41aa 14336 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14338$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14339 else
14340 # Canadian cross, just use what we found
5213506e
RW
14341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14342$as_echo "pre-installed" >&6; }
e8b05380 14343 fi
2abefe3d
PB
14344else
14345 ok=yes
14346 case " ${configdirs} " in
14347 *" binutils "*) ;;
14348 *) ok=no ;;
14349 esac
1c710c3c 14350
2abefe3d
PB
14351 if test $ok = yes; then
14352 # An in-tree tool is available and we can use it
14353 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14355$as_echo "just compiled" >&6; }
e8b05380
PB
14356 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14357 # We already found the complete path
172e41aa 14358 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14360$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14361 elif test "x$target" = "x$host"; then
14362 # We can use an host tool
14363 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14365$as_echo "host tool" >&6; }
2abefe3d
PB
14366 else
14367 # We need a cross tool
5213506e
RW
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14369$as_echo "pre-installed" >&6; }
2abefe3d 14370 fi
671aa708 14371fi
be912515 14372
5213506e
RW
14373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14374$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14375if test "x${build}" != "x${host}" ; then
14376 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14377 # We already found the complete path
14378 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14380$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14381 else
14382 # Canadian cross, just use what we found
5213506e
RW
14383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14384$as_echo "pre-installed" >&6; }
901119ae
KT
14385 fi
14386else
14387 ok=yes
14388 case " ${configdirs} " in
14389 *" binutils "*) ;;
14390 *) ok=no ;;
14391 esac
14392
14393 if test $ok = yes; then
14394 # An in-tree tool is available and we can use it
14395 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14397$as_echo "just compiled" >&6; }
901119ae
KT
14398 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14399 # We already found the complete path
14400 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14402$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14403 elif test "x$target" = "x$host"; then
14404 # We can use an host tool
14405 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14407$as_echo "host tool" >&6; }
901119ae
KT
14408 else
14409 # We need a cross tool
5213506e
RW
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14411$as_echo "pre-installed" >&6; }
901119ae
KT
14412 fi
14413fi
14414
be912515
NN
14415
14416
2abefe3d 14417
0b0dc272 14418
671aa708
NN
14419# Certain tools may need extra flags.
14420AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14421RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14422NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14423
2abefe3d
PB
14424# When building target libraries, except in a Canadian cross, we use
14425# the same toolchain as the compiler we just built.
14426COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14427COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14428COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14429if test $host = $build; then
14430 case " $configdirs " in
14431 *" gcc "*)
14432 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14433 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14434 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14435 ;;
14436 esac
14437fi
14438
14439
14440
14441
14442
5213506e
RW
14443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14444$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14445# Check whether --enable-maintainer-mode was given.
14446if test "${enable_maintainer_mode+set}" = set; then :
14447 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14448else
14449 USE_MAINTAINER_MODE=no
5213506e
RW
14450fi
14451
14452{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14453$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14454
14455
14456if test "$USE_MAINTAINER_MODE" = yes; then
14457 MAINTAINER_MODE_TRUE=
14458 MAINTAINER_MODE_FALSE='#'
14459else
14460 MAINTAINER_MODE_TRUE='#'
14461 MAINTAINER_MODE_FALSE=
1c710c3c 14462fi
ee03dc5e
AO
14463MAINT=$MAINTAINER_MODE_TRUE
14464
2805b53a
NN
14465# ---------------------
14466# GCC bootstrap support
14467# ---------------------
14468
14469# Stage specific cflags for build.
14470stage1_cflags="-g"
14471case $build in
14472 vax-*-*)
14473 case ${GCC} in
14474 yes) stage1_cflags="-g -Wa,-J" ;;
14475 *) stage1_cflags="-g -J" ;;
14476 esac ;;
2805b53a
NN
14477esac
14478
0b50988a 14479
2805b53a 14480
8efea775 14481# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14482# Check whether --enable-stage1-checking was given.
14483if test "${enable_stage1_checking+set}" = set; then :
14484 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14485else
e643dc23 14486 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 14487 stage1_checking=--enable-checking=yes,types
8efea775 14488else
e643dc23 14489 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14490fi
5213506e 14491fi
8efea775
PB
14492
14493
2aeb72e9 14494
5213506e
RW
14495# Enable -Werror in bootstrap stage2 and later.
14496# Check whether --enable-werror was given.
14497if test "${enable_werror+set}" = set; then :
14498 enableval=$enable_werror;
2805b53a 14499else
416cfb5e 14500 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14501 enable_werror=yes
88fceb68
PB
14502else
14503 enable_werror=no
14504fi
5213506e
RW
14505fi
14506
09a9c095
NN
14507case ${enable_werror} in
14508 yes) stage2_werror_flag="--enable-werror-always" ;;
14509 *) stage2_werror_flag="" ;;
2805b53a
NN
14510esac
14511
14512
459260ec
DM
14513# Enable --enable-host-shared.
14514# Check whether --enable-host-shared was given.
14515if test "${enable_host_shared+set}" = set; then :
14516 enableval=$enable_host_shared; host_shared=$enableval
14517else
14518 host_shared=no
14519fi
14520
14521
14522
f2689b09
SE
14523# Specify what files to not compare during bootstrap.
14524
14525compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14526case "$target" in
14527 hppa*64*-*-hpux*) ;;
14528 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
d91491e5 14529 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
f2689b09
SE
14530esac
14531
14532
5213506e
RW
14533ac_config_files="$ac_config_files Makefile"
14534
1c710c3c 14535cat >confcache <<\_ACEOF
671aa708
NN
14536# This file is a shell script that caches the results of configure
14537# tests run on this system so they can be shared between configure
1c710c3c
DJ
14538# scripts and configure runs, see configure's option --config-cache.
14539# It is not useful on other systems. If it contains results you don't
14540# want to keep, you may remove or edit it.
671aa708 14541#
1c710c3c
DJ
14542# config.status only pays attention to the cache file if you give it
14543# the --recheck option to rerun configure.
671aa708 14544#
1c710c3c
DJ
14545# `ac_cv_env_foo' variables (set or unset) will be overridden when
14546# loading this file, other *unset* `ac_cv_foo' will be assigned the
14547# following values.
14548
14549_ACEOF
14550
671aa708
NN
14551# The following way of writing the cache mishandles newlines in values,
14552# but we know of no workaround that is simple, portable, and efficient.
5213506e 14553# So, we kill variables containing newlines.
671aa708
NN
14554# Ultrix sh set writes to stderr and can't be redirected directly,
14555# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14556(
14557 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14558 eval ac_val=\$$ac_var
14559 case $ac_val in #(
14560 *${as_nl}*)
14561 case $ac_var in #(
14562 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14563$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14564 esac
14565 case $ac_var in #(
14566 _ | IFS | as_nl) ;; #(
14567 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14568 *) { eval $ac_var=; unset $ac_var;} ;;
14569 esac ;;
14570 esac
14571 done
14572
1c710c3c 14573 (set) 2>&1 |
5213506e
RW
14574 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14575 *${as_nl}ac_space=\ *)
14576 # `set' does not quote correctly, so add quotes: double-quote
14577 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14578 sed -n \
14579 "s/'/'\\\\''/g;
14580 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14581 ;; #(
1c710c3c
DJ
14582 *)
14583 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14584 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14585 ;;
5213506e
RW
14586 esac |
14587 sort
14588) |
1c710c3c 14589 sed '
5213506e 14590 /^ac_cv_env_/b end
1c710c3c 14591 t clear
5213506e 14592 :clear
1c710c3c
DJ
14593 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14594 t end
5213506e
RW
14595 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14596 :end' >>confcache
14597if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14598 if test -w "$cache_file"; then
14599 test "x$cache_file" != "x/dev/null" &&
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14601$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14602 cat confcache >$cache_file
671aa708 14603 else
5213506e
RW
14604 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14605$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14606 fi
4977bab6 14607fi
671aa708 14608rm -f confcache
79c06341 14609
671aa708
NN
14610test "x$prefix" = xNONE && prefix=$ac_default_prefix
14611# Let make expand exec_prefix.
14612test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14613
671aa708
NN
14614# Transform confdefs.h into DEFS.
14615# Protect against shell expansion while executing Makefile rules.
14616# Protect against Makefile macro expansion.
1c710c3c
DJ
14617#
14618# If the first sed substitution is executed (which looks for macros that
5213506e 14619# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14620# look for a macro that doesn't take arguments.
5213506e
RW
14621ac_script='
14622:mline
14623/\\$/{
14624 N
14625 s,\\\n,,
14626 b mline
14627}
1c710c3c 14628t clear
5213506e
RW
14629:clear
14630s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14631t quote
5213506e 14632s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14633t quote
5213506e
RW
14634b any
14635:quote
14636s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14637s/\[/\\&/g
14638s/\]/\\&/g
14639s/\$/$$/g
14640H
14641:any
14642${
14643 g
14644 s/^\n//
14645 s/\n/ /g
14646 p
14647}
14648'
14649DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14650
14651
14652ac_libobjs=
14653ac_ltlibobjs=
14654for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14655 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14656 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14657 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14658 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14659 # will be set to the directory where LIBOBJS objects are built.
14660 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14661 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
14662done
14663LIBOBJS=$ac_libobjs
fb0103e5 14664
1c710c3c 14665LTLIBOBJS=$ac_ltlibobjs
0b0dc272 14666
af71363e 14667
1c710c3c
DJ
14668
14669: ${CONFIG_STATUS=./config.status}
5213506e 14670ac_write_fail=0
1c710c3c
DJ
14671ac_clean_files_save=$ac_clean_files
14672ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
14673{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14674$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14675as_write_fail=0
14676cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
14677#! $SHELL
14678# Generated by $as_me.
671aa708 14679# Run this file to recreate the current configuration.
671aa708 14680# Compiler output produced by configure, useful for debugging
1c710c3c 14681# configure, is in config.log if it exists.
0b0dc272 14682
1c710c3c
DJ
14683debug=false
14684ac_cs_recheck=false
14685ac_cs_silent=false
1c710c3c 14686
5213506e
RW
14687SHELL=\${CONFIG_SHELL-$SHELL}
14688export SHELL
14689_ASEOF
14690cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14691## -------------------- ##
14692## M4sh Initialization. ##
14693## -------------------- ##
14694
14695# Be more Bourne compatible
14696DUALCASE=1; export DUALCASE # for MKS sh
14697if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
14698 emulate sh
14699 NULLCMD=:
5213506e 14700 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
14701 # is contrary to our usage. Disable this feature.
14702 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
14703 setopt NO_GLOB_SUBST
14704else
14705 case `(set -o) 2>/dev/null` in #(
14706 *posix*) :
14707 set -o posix ;; #(
14708 *) :
14709 ;;
14710esac
1c710c3c 14711fi
1c710c3c 14712
5213506e
RW
14713
14714as_nl='
14715'
14716export as_nl
14717# Printing a long string crashes Solaris 7 /usr/bin/printf.
14718as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14719as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14720as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14721# Prefer a ksh shell builtin over an external printf program on Solaris,
14722# but without wasting forks for bash or zsh.
14723if test -z "$BASH_VERSION$ZSH_VERSION" \
14724 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14725 as_echo='print -r --'
14726 as_echo_n='print -rn --'
14727elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14728 as_echo='printf %s\n'
14729 as_echo_n='printf %s'
14730else
14731 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14732 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14733 as_echo_n='/usr/ucb/echo -n'
14734 else
14735 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14736 as_echo_n_body='eval
14737 arg=$1;
14738 case $arg in #(
14739 *"$as_nl"*)
14740 expr "X$arg" : "X\\(.*\\)$as_nl";
14741 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14742 esac;
14743 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14744 '
14745 export as_echo_n_body
14746 as_echo_n='sh -c $as_echo_n_body as_echo'
14747 fi
14748 export as_echo_body
14749 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
14750fi
14751
5213506e
RW
14752# The user is always right.
14753if test "${PATH_SEPARATOR+set}" != set; then
14754 PATH_SEPARATOR=:
14755 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14756 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14757 PATH_SEPARATOR=';'
14758 }
14759fi
14760
14761
14762# IFS
14763# We need space, tab and new line, in precisely that order. Quoting is
14764# there to prevent editors from complaining about space-tab.
14765# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14766# splitting by setting IFS to empty value.)
14767IFS=" "" $as_nl"
14768
14769# Find who we are. Look in the path if we contain no directory separator.
14770case $0 in #((
14771 *[\\/]* ) as_myself=$0 ;;
14772 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14773for as_dir in $PATH
14774do
14775 IFS=$as_save_IFS
14776 test -z "$as_dir" && as_dir=.
14777 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14778 done
14779IFS=$as_save_IFS
14780
14781 ;;
14782esac
14783# We did not find ourselves, most probably we were run as `sh COMMAND'
14784# in which case we are not to be found in the path.
14785if test "x$as_myself" = x; then
14786 as_myself=$0
14787fi
14788if test ! -f "$as_myself"; then
14789 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14790 exit 1
14791fi
1c710c3c 14792
5213506e
RW
14793# Unset variables that we do not need and which cause bugs (e.g. in
14794# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14795# suppresses any "Segmentation fault" message there. '((' could
14796# trigger a bug in pdksh 5.2.14.
14797for as_var in BASH_ENV ENV MAIL MAILPATH
14798do eval test x\${$as_var+set} = xset \
14799 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14800done
1c710c3c
DJ
14801PS1='$ '
14802PS2='> '
14803PS4='+ '
14804
14805# NLS nuisances.
5213506e
RW
14806LC_ALL=C
14807export LC_ALL
14808LANGUAGE=C
14809export LANGUAGE
14810
14811# CDPATH.
14812(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14813
14814
14815# as_fn_error ERROR [LINENO LOG_FD]
14816# ---------------------------------
14817# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14818# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14819# script with status $?, using 1 if that was 0.
14820as_fn_error ()
14821{
14822 as_status=$?; test $as_status -eq 0 && as_status=1
14823 if test "$3"; then
14824 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14825 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 14826 fi
5213506e
RW
14827 $as_echo "$as_me: error: $1" >&2
14828 as_fn_exit $as_status
14829} # as_fn_error
14830
14831
14832# as_fn_set_status STATUS
14833# -----------------------
14834# Set $? to STATUS, without forking.
14835as_fn_set_status ()
14836{
14837 return $1
14838} # as_fn_set_status
14839
14840# as_fn_exit STATUS
14841# -----------------
14842# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14843as_fn_exit ()
14844{
14845 set +e
14846 as_fn_set_status $1
14847 exit $1
14848} # as_fn_exit
14849
14850# as_fn_unset VAR
14851# ---------------
14852# Portably unset VAR.
14853as_fn_unset ()
14854{
14855 { eval $1=; unset $1;}
14856}
14857as_unset=as_fn_unset
14858# as_fn_append VAR VALUE
14859# ----------------------
14860# Append the text in VALUE to the end of the definition contained in VAR. Take
14861# advantage of any shell optimizations that allow amortized linear growth over
14862# repeated appends, instead of the typical quadratic growth present in naive
14863# implementations.
14864if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14865 eval 'as_fn_append ()
14866 {
14867 eval $1+=\$2
14868 }'
14869else
14870 as_fn_append ()
14871 {
14872 eval $1=\$$1\$2
14873 }
14874fi # as_fn_append
14875
14876# as_fn_arith ARG...
14877# ------------------
14878# Perform arithmetic evaluation on the ARGs, and store the result in the
14879# global $as_val. Take advantage of shells that can avoid forks. The arguments
14880# must be portable across $(()) and expr.
14881if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14882 eval 'as_fn_arith ()
14883 {
14884 as_val=$(( $* ))
14885 }'
14886else
14887 as_fn_arith ()
14888 {
14889 as_val=`expr "$@" || test $? -eq 1`
14890 }
14891fi # as_fn_arith
14892
1c710c3c 14893
5213506e
RW
14894if expr a : '\(a\)' >/dev/null 2>&1 &&
14895 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
14896 as_expr=expr
14897else
14898 as_expr=false
14899fi
14900
5213506e 14901if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
14902 as_basename=basename
14903else
14904 as_basename=false
14905fi
14906
5213506e
RW
14907if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14908 as_dirname=dirname
14909else
14910 as_dirname=false
14911fi
1c710c3c 14912
5213506e 14913as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
14914$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14915 X"$0" : 'X\(//\)$' \| \
5213506e
RW
14916 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14917$as_echo X/"$0" |
14918 sed '/^.*\/\([^/][^/]*\)\/*$/{
14919 s//\1/
14920 q
14921 }
14922 /^X\/\(\/\/\)$/{
14923 s//\1/
14924 q
14925 }
14926 /^X\/\(\/\).*/{
14927 s//\1/
14928 q
14929 }
14930 s/.*/./; q'`
2aeb72e9 14931
2aeb72e9
DD
14932# Avoid depending upon Character Ranges.
14933as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14934as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14935as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14936as_cr_digits='0123456789'
14937as_cr_alnum=$as_cr_Letters$as_cr_digits
14938
5213506e
RW
14939ECHO_C= ECHO_N= ECHO_T=
14940case `echo -n x` in #(((((
14941-n*)
14942 case `echo 'xy\c'` in
14943 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14944 xy) ECHO_C='\c';;
14945 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14946 ECHO_T=' ';;
14947 esac;;
14948*)
14949 ECHO_N='-n';;
1c710c3c
DJ
14950esac
14951
5213506e
RW
14952rm -f conf$$ conf$$.exe conf$$.file
14953if test -d conf$$.dir; then
14954 rm -f conf$$.dir/conf$$.file
1c710c3c 14955else
5213506e
RW
14956 rm -f conf$$.dir
14957 mkdir conf$$.dir 2>/dev/null
1c710c3c 14958fi
5213506e
RW
14959if (echo >conf$$.file) 2>/dev/null; then
14960 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 14961 as_ln_s='ln -s'
5213506e
RW
14962 # ... but there are two gotchas:
14963 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14964 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14965 # In both cases, we have to default to `cp -p'.
14966 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14967 as_ln_s='cp -p'
14968 elif ln conf$$.file conf$$ 2>/dev/null; then
14969 as_ln_s=ln
14970 else
14971 as_ln_s='cp -p'
2aeb72e9 14972 fi
1c710c3c
DJ
14973else
14974 as_ln_s='cp -p'
14975fi
5213506e
RW
14976rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14977rmdir conf$$.dir 2>/dev/null
14978
14979
14980# as_fn_mkdir_p
14981# -------------
14982# Create "$as_dir" as a directory, including parents if necessary.
14983as_fn_mkdir_p ()
14984{
14985
14986 case $as_dir in #(
14987 -*) as_dir=./$as_dir;;
14988 esac
14989 test -d "$as_dir" || eval $as_mkdir_p || {
14990 as_dirs=
14991 while :; do
14992 case $as_dir in #(
14993 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14994 *) as_qdir=$as_dir;;
14995 esac
14996 as_dirs="'$as_qdir' $as_dirs"
14997 as_dir=`$as_dirname -- "$as_dir" ||
14998$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14999 X"$as_dir" : 'X\(//\)[^/]' \| \
15000 X"$as_dir" : 'X\(//\)$' \| \
15001 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15002$as_echo X"$as_dir" |
15003 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15004 s//\1/
15005 q
15006 }
15007 /^X\(\/\/\)[^/].*/{
15008 s//\1/
15009 q
15010 }
15011 /^X\(\/\/\)$/{
15012 s//\1/
15013 q
15014 }
15015 /^X\(\/\).*/{
15016 s//\1/
15017 q
15018 }
15019 s/.*/./; q'`
15020 test -d "$as_dir" && break
15021 done
15022 test -z "$as_dirs" || eval "mkdir $as_dirs"
15023 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15024
1c710c3c 15025
5213506e 15026} # as_fn_mkdir_p
1c710c3c 15027if mkdir -p . 2>/dev/null; then
5213506e 15028 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
15029else
15030 test -d ./-p && rmdir ./-p
15031 as_mkdir_p=false
15032fi
15033
5213506e
RW
15034if test -x / >/dev/null 2>&1; then
15035 as_test_x='test -x'
15036else
15037 if ls -dL / >/dev/null 2>&1; then
15038 as_ls_L_option=L
15039 else
15040 as_ls_L_option=
15041 fi
15042 as_test_x='
15043 eval sh -c '\''
15044 if test -d "$1"; then
15045 test -d "$1/.";
15046 else
15047 case $1 in #(
15048 -*)set "./$1";;
15049 esac;
15050 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15051 ???[sx]*):;;*)false;;esac;fi
15052 '\'' sh
15053 '
15054fi
15055as_executable_p=$as_test_x
1c710c3c
DJ
15056
15057# Sed expression to map a string onto a valid CPP name.
15058as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15059
15060# Sed expression to map a string onto a valid variable name.
15061as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15062
15063
1c710c3c 15064exec 6>&1
5213506e
RW
15065## ----------------------------------- ##
15066## Main body of $CONFIG_STATUS script. ##
15067## ----------------------------------- ##
15068_ASEOF
15069test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15070
15071cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15072# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 15073# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
15074# values after options handling.
15075ac_log="
1c710c3c 15076This file was extended by $as_me, which was
5213506e 15077generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
15078
15079 CONFIG_FILES = $CONFIG_FILES
15080 CONFIG_HEADERS = $CONFIG_HEADERS
15081 CONFIG_LINKS = $CONFIG_LINKS
15082 CONFIG_COMMANDS = $CONFIG_COMMANDS
15083 $ $0 $@
15084
5213506e
RW
15085on `(hostname || uname -n) 2>/dev/null | sed 1q`
15086"
15087
1c710c3c
DJ
15088_ACEOF
15089
5213506e
RW
15090case $ac_config_files in *"
15091"*) set x $ac_config_files; shift; ac_config_files=$*;;
15092esac
1c710c3c 15093
2aeb72e9 15094
2aeb72e9 15095
5213506e
RW
15096cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15097# Files that config.status was made for.
15098config_files="$ac_config_files"
1c710c3c 15099
5213506e 15100_ACEOF
2aeb72e9 15101
5213506e 15102cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 15103ac_cs_usage="\
5213506e
RW
15104\`$as_me' instantiates files and other configuration actions
15105from templates according to the current configuration. Unless the files
15106and actions are specified as TAGs, all are instantiated by default.
1c710c3c 15107
5213506e 15108Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
15109
15110 -h, --help print this help, then exit
5213506e
RW
15111 -V, --version print version number and configuration settings, then exit
15112 -q, --quiet, --silent
15113 do not print progress messages
1c710c3c
DJ
15114 -d, --debug don't remove temporary files
15115 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
15116 --file=FILE[:TEMPLATE]
15117 instantiate the configuration file FILE
1c710c3c
DJ
15118
15119Configuration files:
15120$config_files
15121
5213506e 15122Report bugs to the package provider."
2aeb72e9 15123
5213506e
RW
15124_ACEOF
15125cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
15126ac_cs_version="\\
15127config.status
5213506e
RW
15128configured by $0, generated by GNU Autoconf 2.64,
15129 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 15130
5213506e 15131Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
15132This config.status script is free software; the Free Software Foundation
15133gives unlimited permission to copy, distribute and modify it."
5213506e
RW
15134
15135ac_pwd='$ac_pwd'
15136srcdir='$srcdir'
15137INSTALL='$INSTALL'
87264276 15138AWK='$AWK'
5213506e 15139test -n "\$AWK" || AWK=awk
1c710c3c
DJ
15140_ACEOF
15141
5213506e
RW
15142cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15143# The default lists apply if the user does not specify any file.
1c710c3c
DJ
15144ac_need_defaults=:
15145while test $# != 0
a4b9e93e 15146do
1c710c3c
DJ
15147 case $1 in
15148 --*=*)
5213506e
RW
15149 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15150 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
15151 ac_shift=:
15152 ;;
5213506e 15153 *)
1c710c3c
DJ
15154 ac_option=$1
15155 ac_optarg=$2
15156 ac_shift=shift
15157 ;;
1c710c3c
DJ
15158 esac
15159
15160 case $ac_option in
15161 # Handling of the options.
671aa708 15162 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 15163 ac_cs_recheck=: ;;
5213506e
RW
15164 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15165 $as_echo "$ac_cs_version"; exit ;;
15166 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
15167 debug=: ;;
15168 --file | --fil | --fi | --f )
15169 $ac_shift
5213506e
RW
15170 case $ac_optarg in
15171 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15172 esac
15173 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 15174 ac_need_defaults=false;;
5213506e
RW
15175 --he | --h | --help | --hel | -h )
15176 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
15177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15178 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15179 ac_cs_silent=: ;;
15180
15181 # This is an error.
5213506e
RW
15182 -*) as_fn_error "unrecognized option: \`$1'
15183Try \`$0 --help' for more information." ;;
1c710c3c 15184
5213506e
RW
15185 *) as_fn_append ac_config_targets " $1"
15186 ac_need_defaults=false ;;
1c710c3c 15187
0b0dc272 15188 esac
1c710c3c 15189 shift
0b0dc272
AM
15190done
15191
1c710c3c 15192ac_configure_extra_args=
0b0dc272 15193
1c710c3c
DJ
15194if $ac_cs_silent; then
15195 exec 6>/dev/null
15196 ac_configure_extra_args="$ac_configure_extra_args --silent"
15197fi
0b0dc272 15198
1c710c3c 15199_ACEOF
5213506e 15200cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 15201if \$ac_cs_recheck; then
5213506e
RW
15202 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15203 shift
15204 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15205 CONFIG_SHELL='$SHELL'
15206 export CONFIG_SHELL
15207 exec "\$@"
1c710c3c
DJ
15208fi
15209
15210_ACEOF
5213506e
RW
15211cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15212exec 5>>config.log
15213{
15214 echo
15215 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15216## Running $as_me. ##
15217_ASBOX
15218 $as_echo "$ac_log"
15219} >&5
1c710c3c 15220
5213506e
RW
15221_ACEOF
15222cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
15223#
15224# INIT-COMMANDS
15225#
15226extrasub_build="$extrasub_build"
15227 extrasub_host="$extrasub_host"
15228 extrasub_target="$extrasub_target"
15229
5213506e 15230_ACEOF
1c710c3c 15231
5213506e 15232cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 15233
5213506e 15234# Handling of arguments.
1c710c3c
DJ
15235for ac_config_target in $ac_config_targets
15236do
5213506e
RW
15237 case $ac_config_target in
15238 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15239
15240 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
15241 esac
15242done
15243
5213506e 15244
1c710c3c
DJ
15245# If the user did not use the arguments to specify the items to instantiate,
15246# then the envvar interface is used. Set only those that are not.
15247# We use the long form for the default assignment because of an extremely
15248# bizarre bug on SunOS 4.1.3.
15249if $ac_need_defaults; then
15250 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15251fi
15252
15253# Have a temporary directory for convenience. Make it in the build tree
5213506e 15254# simply because there is no reason against having it here, and in addition,
1c710c3c 15255# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
15256# Hook for its removal unless debugging.
15257# Note that there is a small window in which the directory will not be cleaned:
15258# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
15259$debug ||
15260{
5213506e
RW
15261 tmp=
15262 trap 'exit_status=$?
15263 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15264' 0
15265 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 15266}
1c710c3c
DJ
15267# Create a (secure) tmp directory for tmp files.
15268
15269{
5213506e 15270 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
15271 test -n "$tmp" && test -d "$tmp"
15272} ||
15273{
5213506e
RW
15274 tmp=./conf$$-$RANDOM
15275 (umask 077 && mkdir "$tmp")
15276} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15277
15278# Set up the scripts for CONFIG_FILES section.
15279# No need to generate them if there are no CONFIG_FILES.
15280# This happens for instance with `./config.status config.h'.
15281if test -n "$CONFIG_FILES"; then
15282
15283if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15284 ac_cs_awk_getline=:
15285 ac_cs_awk_pipe_init=
15286 ac_cs_awk_read_file='
15287 while ((getline aline < (F[key])) > 0)
15288 print(aline)
15289 close(F[key])'
15290 ac_cs_awk_pipe_fini=
15291else
15292 ac_cs_awk_getline=false
15293 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15294 ac_cs_awk_read_file='
15295 print "|#_!!_#|"
15296 print "cat " F[key] " &&"
15297 '$ac_cs_awk_pipe_init
15298 # The final `:' finishes the AND list.
15299 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15300fi
15301ac_cr=`echo X | tr X '\015'`
15302# On cygwin, bash can eat \r inside `` if the user requested igncr.
15303# But we know of no other shell where ac_cr would be empty at this
15304# point, so we can use a bashism as a fallback.
15305if test "x$ac_cr" = x; then
15306 eval ac_cr=\$\'\\r\'
15307fi
15308ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15309if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15310 ac_cs_awk_cr='\r'
15311else
15312 ac_cs_awk_cr=$ac_cr
15313fi
15314
15315echo 'BEGIN {' >"$tmp/subs1.awk" &&
15316_ACEOF
15317
15318# Create commands to substitute file output variables.
1c710c3c 15319{
5213506e
RW
15320 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15321 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15322 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15323 echo "_ACAWK" &&
15324 echo "_ACEOF"
15325} >conf$$files.sh &&
15326. ./conf$$files.sh ||
15327 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15328rm -f conf$$files.sh
1c710c3c 15329
5213506e
RW
15330{
15331 echo "cat >conf$$subs.awk <<_ACEOF" &&
15332 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15333 echo "_ACEOF"
15334} >conf$$subs.sh ||
15335 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15336ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15337ac_delim='%!_!# '
15338for ac_last_try in false false false false false :; do
15339 . ./conf$$subs.sh ||
15340 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15341
15342 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15343 if test $ac_delim_n = $ac_delim_num; then
15344 break
15345 elif $ac_last_try; then
15346 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15347 else
15348 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15349 fi
15350done
15351rm -f conf$$subs.sh
15352
15353cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15354cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15355_ACEOF
5213506e
RW
15356sed -n '
15357h
15358s/^/S["/; s/!.*/"]=/
15359p
15360g
15361s/^[^!]*!//
15362:repl
15363t repl
15364s/'"$ac_delim"'$//
15365t delim
15366:nl
15367h
15368s/\(.\{148\}\).*/\1/
15369t more1
15370s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15371p
15372n
15373b repl
15374:more1
15375s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15376p
15377g
15378s/.\{148\}//
15379t nl
15380:delim
15381h
15382s/\(.\{148\}\).*/\1/
15383t more2
15384s/["\\]/\\&/g; s/^/"/; s/$/"/
15385p
15386b
15387:more2
15388s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15389p
15390g
15391s/.\{148\}//
15392t delim
15393' <conf$$subs.awk | sed '
15394/^[^""]/{
15395 N
15396 s/\n//
15397}
15398' >>$CONFIG_STATUS || ac_write_fail=1
15399rm -f conf$$subs.awk
15400cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15401_ACAWK
15402cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15403 for (key in S) S_is_set[key] = 1
15404 FS = "\a"
15405 \$ac_cs_awk_pipe_init
15406}
15407{
15408 line = $ 0
15409 nfields = split(line, field, "@")
15410 substed = 0
15411 len = length(field[1])
15412 for (i = 2; i < nfields; i++) {
15413 key = field[i]
15414 keylen = length(key)
15415 if (S_is_set[key]) {
15416 value = S[key]
15417 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15418 len += length(value) + length(field[++i])
15419 substed = 1
15420 } else
15421 len += 1 + keylen
15422 }
15423 if (nfields == 3 && !substed) {
15424 key = field[2]
15425 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15426 \$ac_cs_awk_read_file
15427 next
15428 }
15429 }
15430 print line
15431}
15432\$ac_cs_awk_pipe_fini
15433_ACAWK
15434_ACEOF
15435cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15436if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15437 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15438else
15439 cat
15440fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15441 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15442_ACEOF
15443
15444# VPATH may cause trouble with some makes, so we remove $(srcdir),
15445# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15446# trailing colons and then remove the whole line if VPATH becomes empty
15447# (actually we leave an empty line to preserve line numbers).
15448if test "x$srcdir" = x.; then
15449 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15450s/:*\$(srcdir):*/:/
15451s/:*\${srcdir}:*/:/
15452s/:*@srcdir@:*/:/
15453s/^\([^=]*=[ ]*\):*/\1/
15454s/:*$//
15455s/^[^=]*=[ ]*$//
15456}'
15457fi
2aeb72e9 15458
5213506e
RW
15459cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15460fi # test -n "$CONFIG_FILES"
2aeb72e9 15461
1c710c3c 15462
5213506e
RW
15463eval set X " :F $CONFIG_FILES "
15464shift
15465for ac_tag
15466do
15467 case $ac_tag in
15468 :[FHLC]) ac_mode=$ac_tag; continue;;
15469 esac
15470 case $ac_mode$ac_tag in
15471 :[FHL]*:*);;
15472 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15473 :[FH]-) ac_tag=-:-;;
15474 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15475 esac
15476 ac_save_IFS=$IFS
15477 IFS=:
15478 set x $ac_tag
15479 IFS=$ac_save_IFS
15480 shift
15481 ac_file=$1
15482 shift
79c06341 15483
5213506e
RW
15484 case $ac_mode in
15485 :L) ac_source=$1;;
15486 :[FH])
15487 ac_file_inputs=
15488 for ac_f
15489 do
15490 case $ac_f in
15491 -) ac_f="$tmp/stdin";;
15492 *) # Look for the file first in the build tree, then in the source tree
15493 # (if the path is not absolute). The absolute path cannot be DOS-style,
15494 # because $ac_f cannot contain `:'.
15495 test -f "$ac_f" ||
15496 case $ac_f in
15497 [\\/$]*) false;;
15498 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15499 esac ||
15500 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15501 esac
15502 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15503 as_fn_append ac_file_inputs " '$ac_f'"
15504 done
1c710c3c 15505
5213506e
RW
15506 # Let's still pretend it is `configure' which instantiates (i.e., don't
15507 # use $as_me), people would be surprised to read:
15508 # /* config.h. Generated by config.status. */
15509 configure_input='Generated from '`
15510 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15511 `' by configure.'
15512 if test x"$ac_file" != x-; then
15513 configure_input="$ac_file. $configure_input"
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15515$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15516 fi
5213506e
RW
15517 # Neutralize special characters interpreted by sed in replacement strings.
15518 case $configure_input in #(
15519 *\&* | *\|* | *\\* )
15520 ac_sed_conf_input=`$as_echo "$configure_input" |
15521 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15522 *) ac_sed_conf_input=$configure_input;;
15523 esac
11a67599 15524
5213506e
RW
15525 case $ac_tag in
15526 *:-:* | *:-) cat >"$tmp/stdin" \
15527 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15528 esac
15529 ;;
11a67599
ZW
15530 esac
15531
5213506e 15532 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15533$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15534 X"$ac_file" : 'X\(//\)[^/]' \| \
15535 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15536 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15537$as_echo X"$ac_file" |
15538 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15539 s//\1/
15540 q
15541 }
15542 /^X\(\/\/\)[^/].*/{
15543 s//\1/
15544 q
15545 }
15546 /^X\(\/\/\)$/{
15547 s//\1/
15548 q
15549 }
15550 /^X\(\/\).*/{
15551 s//\1/
15552 q
15553 }
15554 s/.*/./; q'`
15555 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15556 ac_builddir=.
0b0dc272 15557
5213506e
RW
15558case "$ac_dir" in
15559.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15560*)
15561 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15562 # A ".." for each directory in $ac_dir_suffix.
15563 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15564 case $ac_top_builddir_sub in
15565 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15566 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15567 esac ;;
15568esac
15569ac_abs_top_builddir=$ac_pwd
15570ac_abs_builddir=$ac_pwd$ac_dir_suffix
15571# for backward compatibility:
15572ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15573
15574case $srcdir in
5213506e 15575 .) # We are building in place.
1c710c3c 15576 ac_srcdir=.
5213506e
RW
15577 ac_top_srcdir=$ac_top_builddir_sub
15578 ac_abs_top_srcdir=$ac_pwd ;;
15579 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15580 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15581 ac_top_srcdir=$srcdir
15582 ac_abs_top_srcdir=$srcdir ;;
15583 *) # Relative name.
15584 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15585 ac_top_srcdir=$ac_top_build_prefix$srcdir
15586 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15587esac
5213506e 15588ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15589
0b0dc272 15590
5213506e
RW
15591 case $ac_mode in
15592 :F)
15593 #
15594 # CONFIG_FILE
15595 #
1c710c3c
DJ
15596
15597 case $INSTALL in
15598 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15599 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15600 esac
5213506e 15601_ACEOF
11a67599 15602
5213506e
RW
15603cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15604# If the template does not know about datarootdir, expand it.
15605# FIXME: This hack should be removed a few years after 2.60.
15606ac_datarootdir_hack=; ac_datarootdir_seen=
15607ac_sed_dataroot='
15608/datarootdir/ {
15609 p
15610 q
15611}
15612/@datadir@/p
15613/@docdir@/p
15614/@infodir@/p
15615/@localedir@/p
15616/@mandir@/p'
15617case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15618*datarootdir*) ac_datarootdir_seen=yes;;
15619*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15621$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15622_ACEOF
5213506e
RW
15623cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15624 ac_datarootdir_hack='
15625 s&@datadir@&$datadir&g
15626 s&@docdir@&$docdir&g
15627 s&@infodir@&$infodir&g
15628 s&@localedir@&$localedir&g
15629 s&@mandir@&$mandir&g
15630 s&\\\${datarootdir}&$datarootdir&g' ;;
15631esac
15632_ACEOF
15633
15634# Neutralize VPATH when `$srcdir' = `.'.
15635# Shell code in configure.ac might set extrasub.
15636# FIXME: do we really want to maintain this feature?
15637cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15638ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15639$extrasub
15640_ACEOF
5213506e 15641cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15642:t
15643/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15644s|@configure_input@|$ac_sed_conf_input|;t t
15645s&@top_builddir@&$ac_top_builddir_sub&;t t
15646s&@top_build_prefix@&$ac_top_build_prefix&;t t
15647s&@srcdir@&$ac_srcdir&;t t
15648s&@abs_srcdir@&$ac_abs_srcdir&;t t
15649s&@top_srcdir@&$ac_top_srcdir&;t t
15650s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15651s&@builddir@&$ac_builddir&;t t
15652s&@abs_builddir@&$ac_abs_builddir&;t t
15653s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15654s&@INSTALL@&$ac_INSTALL&;t t
15655$ac_datarootdir_hack
15656"
15657eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15658if $ac_cs_awk_getline; then
15659 $AWK -f "$tmp/subs.awk"
15660else
15661 $AWK -f "$tmp/subs.awk" | $SHELL
15662fi >$tmp/out \
15663 || as_fn_error "could not create $ac_file" "$LINENO" 5
15664
15665test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15666 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15667 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15669which seems to be undefined. Please make sure it is defined." >&5
15670$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15671which seems to be undefined. Please make sure it is defined." >&2;}
15672
15673 rm -f "$tmp/stdin"
15674 case $ac_file in
15675 -) cat "$tmp/out" && rm -f "$tmp/out";;
15676 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15677 esac \
15678 || as_fn_error "could not create $ac_file" "$LINENO" 5
15679 ;;
11a67599 15680
11a67599 15681
79c06341 15682
5213506e
RW
15683 esac
15684
3e54529c
RW
15685
15686 case $ac_file$ac_mode in
15687 "Makefile":F) sed "$extrasub_build" Makefile |
15688 sed "$extrasub_host" |
15689 sed "$extrasub_target" > mf$$
15690 mv -f mf$$ Makefile ;;
15691
15692 esac
5213506e
RW
15693done # for ac_tag
15694
15695
15696as_fn_exit 0
1c710c3c 15697_ACEOF
1c710c3c
DJ
15698ac_clean_files=$ac_clean_files_save
15699
5213506e
RW
15700test $ac_write_fail = 0 ||
15701 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15702
1c710c3c
DJ
15703
15704# configure is writing to config.log, and then calls config.status.
15705# config.status does its own redirection, appending to config.log.
15706# Unfortunately, on DOS this fails, as config.log is still kept open
15707# by configure, so config.status won't be able to write to it; its
15708# output is simply discarded. So we exec the FD to /dev/null,
15709# effectively closing config.log, so it can be properly (re)opened and
15710# appended to by config.status. When coming back to configure, we
15711# need to make the FD available again.
15712if test "$no_create" != yes; then
15713 ac_cs_success=:
15714 ac_config_status_args=
15715 test "$silent" = yes &&
15716 ac_config_status_args="$ac_config_status_args --quiet"
15717 exec 5>/dev/null
15718 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15719 exec 5>>config.log
15720 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15721 # would make configure fail if this is the last instruction.
5213506e
RW
15722 $ac_cs_success || as_fn_exit $?
15723fi
15724if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15726$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 15727fi
79c06341 15728