]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
re PR sanitizer/60636 (ubsan doesn't instrument signed integer ABS_EXPR)
[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
5213506e
RW
647clooginc
648clooglibs
33ad93b9 649islinc
5213506e 650poststage1_ldflags
ed2eaa9f 651poststage1_libs
5213506e 652stage1_ldflags
0b21f5d3 653stage1_libs
0ff2d841 654extra_isl_gmp_configure_flags
5213506e
RW
655extra_mpc_mpfr_configure_flags
656extra_mpc_gmp_configure_flags
657extra_mpfr_configure_flags
658gmpinc
659gmplibs
660do_compare
661GNATMAKE
662GNATBIND
663ac_ct_CXX
664CXXFLAGS
665CXX
666OBJEXT
667EXEEXT
668ac_ct_CC
669CPPFLAGS
670LDFLAGS
671CFLAGS
672CC
a4a2c37d 673EXTRA_CONFIGARGS_LIBJAVA
5213506e
RW
674target_subdir
675host_subdir
676build_subdir
677build_libsubdir
87264276
PB
678AWK
679SED
5213506e
RW
680LN_S
681LN
682INSTALL_DATA
683INSTALL_SCRIPT
684INSTALL_PROGRAM
685target_os
686target_vendor
687target_cpu
688target
689host_os
690host_vendor
691host_cpu
692host
693target_noncanonical
694host_noncanonical
695build_noncanonical
696build_os
697build_vendor
698build_cpu
699build
700TOPLEVEL_CONFIGURE_ARGUMENTS
701target_alias
702host_alias
703build_alias
704LIBS
705ECHO_T
706ECHO_N
707ECHO_C
708DEFS
709mandir
710localedir
711libdir
712psdir
713pdfdir
714dvidir
715htmldir
716infodir
717docdir
718oldincludedir
719includedir
720localstatedir
721sharedstatedir
722sysconfdir
723datadir
724datarootdir
725libexecdir
726sbindir
727bindir
728program_transform_name
729prefix
730exec_prefix
731PACKAGE_URL
732PACKAGE_BUGREPORT
733PACKAGE_STRING
734PACKAGE_VERSION
735PACKAGE_TARNAME
736PACKAGE_NAME
737PATH_SEPARATOR
738SHELL'
739ac_subst_files='serialization_dependencies
740host_makefile_frag
741target_makefile_frag
742alphaieee_frag
743ospace_frag'
744ac_user_opts='
745enable_option_checking
746with_build_libsubdir
747enable_gold
21539e2e 748enable_ld
87e6d9dc
TB
749enable_libquadmath
750enable_libquadmath_support
5213506e
RW
751enable_libada
752enable_libssp
1873ec0c 753enable_libstdcxx
a4a2c37d 754enable_static_libjava
ff3ac0f4 755enable_bootstrap
5213506e
RW
756with_mpc
757with_mpc_include
758with_mpc_lib
759with_mpfr_dir
760with_mpfr
761with_mpfr_include
762with_mpfr_lib
763with_gmp_dir
764with_gmp
765with_gmp_include
766with_gmp_lib
767with_host_libstdcxx
5213506e 768with_stage1_libs
0b21f5d3 769with_stage1_ldflags
5213506e 770with_boot_libs
ed2eaa9f 771with_boot_ldflags
625afa23 772with_cloog
33ad93b9
RG
773with_isl
774with_isl_include
775with_isl_lib
776enable_isl_version_check
5213506e
RW
777with_cloog_include
778with_cloog_lib
779enable_cloog_version_check
d7f09764 780enable_lto
5213506e
RW
781enable_stage1_languages
782enable_objc_gc
783with_build_sysroot
784with_debug_prefix_map
5646b7b9 785with_build_config
beeda1d9 786enable_vtable_verify
5213506e
RW
787enable_serial_configure
788with_build_time_tools
789enable_maintainer_mode
790enable_stage1_checking
791enable_werror
459260ec 792enable_host_shared
5213506e
RW
793'
794 ac_precious_vars='build_alias
795host_alias
796target_alias
797CC
798CFLAGS
799LDFLAGS
800LIBS
801CPPFLAGS
802CXX
803CXXFLAGS
804CCC
ffedf511
RW
805build_configargs
806host_configargs
807target_configargs
5213506e
RW
808AR
809AS
810DLLTOOL
811LD
812LIPO
813NM
814RANLIB
815STRIP
816WINDRES
817WINDMC
818OBJCOPY
819OBJDUMP
e7a82751 820READELF
5213506e
RW
821CC_FOR_TARGET
822CXX_FOR_TARGET
823GCC_FOR_TARGET
824GCJ_FOR_TARGET
825GFORTRAN_FOR_TARGET
632e2a07 826GOC_FOR_TARGET
5213506e
RW
827AR_FOR_TARGET
828AS_FOR_TARGET
829DLLTOOL_FOR_TARGET
830LD_FOR_TARGET
831LIPO_FOR_TARGET
832NM_FOR_TARGET
833OBJDUMP_FOR_TARGET
834RANLIB_FOR_TARGET
e7a82751 835READELF_FOR_TARGET
5213506e
RW
836STRIP_FOR_TARGET
837WINDRES_FOR_TARGET
838WINDMC_FOR_TARGET'
839
671aa708
NN
840
841# Initialize some variables set by options.
1c710c3c
DJ
842ac_init_help=
843ac_init_version=false
5213506e
RW
844ac_unrecognized_opts=
845ac_unrecognized_sep=
671aa708
NN
846# The variables have the same names as the options, with
847# dashes changed to underlines.
1c710c3c 848cache_file=/dev/null
671aa708 849exec_prefix=NONE
671aa708 850no_create=
671aa708
NN
851no_recursion=
852prefix=NONE
853program_prefix=NONE
854program_suffix=NONE
855program_transform_name=s,x,x,
856silent=
857site=
858srcdir=
671aa708
NN
859verbose=
860x_includes=NONE
861x_libraries=NONE
1c710c3c
DJ
862
863# Installation directory options.
864# These are left unexpanded so users can "make install exec_prefix=/foo"
865# and all the variables that are supposed to be based on exec_prefix
866# by default will actually change.
867# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 868# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
869bindir='${exec_prefix}/bin'
870sbindir='${exec_prefix}/sbin'
871libexecdir='${exec_prefix}/libexec'
5213506e
RW
872datarootdir='${prefix}/share'
873datadir='${datarootdir}'
671aa708
NN
874sysconfdir='${prefix}/etc'
875sharedstatedir='${prefix}/com'
876localstatedir='${prefix}/var'
671aa708
NN
877includedir='${prefix}/include'
878oldincludedir='/usr/include'
5213506e
RW
879docdir='${datarootdir}/doc/${PACKAGE}'
880infodir='${datarootdir}/info'
881htmldir='${docdir}'
882dvidir='${docdir}'
883pdfdir='${docdir}'
884psdir='${docdir}'
885libdir='${exec_prefix}/lib'
886localedir='${datarootdir}/locale'
887mandir='${datarootdir}/man'
79c06341 888
671aa708 889ac_prev=
5213506e 890ac_dashdash=
671aa708
NN
891for ac_option
892do
671aa708
NN
893 # If the previous option needs an argument, assign it.
894 if test -n "$ac_prev"; then
5213506e 895 eval $ac_prev=\$ac_option
671aa708
NN
896 ac_prev=
897 continue
898 fi
79c06341 899
5213506e
RW
900 case $ac_option in
901 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
902 *) ac_optarg=yes ;;
903 esac
671aa708
NN
904
905 # Accept the important Cygnus configure options, so we can diagnose typos.
906
5213506e
RW
907 case $ac_dashdash$ac_option in
908 --)
909 ac_dashdash=yes ;;
671aa708
NN
910
911 -bindir | --bindir | --bindi | --bind | --bin | --bi)
912 ac_prev=bindir ;;
913 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 914 bindir=$ac_optarg ;;
671aa708
NN
915
916 -build | --build | --buil | --bui | --bu)
1c710c3c 917 ac_prev=build_alias ;;
671aa708 918 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 919 build_alias=$ac_optarg ;;
671aa708
NN
920
921 -cache-file | --cache-file | --cache-fil | --cache-fi \
922 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
923 ac_prev=cache_file ;;
924 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
925 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
926 cache_file=$ac_optarg ;;
927
928 --config-cache | -C)
929 cache_file=config.cache ;;
671aa708 930
5213506e 931 -datadir | --datadir | --datadi | --datad)
671aa708 932 ac_prev=datadir ;;
5213506e 933 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 934 datadir=$ac_optarg ;;
671aa708 935
5213506e
RW
936 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
937 | --dataroo | --dataro | --datar)
938 ac_prev=datarootdir ;;
939 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
940 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
941 datarootdir=$ac_optarg ;;
942
671aa708 943 -disable-* | --disable-*)
5213506e 944 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 945 # Reject names that are not valid shell variable names.
5213506e
RW
946 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
947 as_fn_error "invalid feature name: $ac_useropt"
948 ac_useropt_orig=$ac_useropt
949 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950 case $ac_user_opts in
951 *"
952"enable_$ac_useropt"
953"*) ;;
954 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
955 ac_unrecognized_sep=', ';;
956 esac
957 eval enable_$ac_useropt=no ;;
958
959 -docdir | --docdir | --docdi | --doc | --do)
960 ac_prev=docdir ;;
961 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
962 docdir=$ac_optarg ;;
963
964 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
965 ac_prev=dvidir ;;
966 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
967 dvidir=$ac_optarg ;;
671aa708
NN
968
969 -enable-* | --enable-*)
5213506e 970 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 971 # Reject names that are not valid shell variable names.
5213506e
RW
972 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
973 as_fn_error "invalid feature name: $ac_useropt"
974 ac_useropt_orig=$ac_useropt
975 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
976 case $ac_user_opts in
977 *"
978"enable_$ac_useropt"
979"*) ;;
980 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
981 ac_unrecognized_sep=', ';;
2aeb72e9 982 esac
5213506e 983 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
984
985 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
986 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
987 | --exec | --exe | --ex)
988 ac_prev=exec_prefix ;;
989 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
990 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
991 | --exec=* | --exe=* | --ex=*)
1c710c3c 992 exec_prefix=$ac_optarg ;;
671aa708
NN
993
994 -gas | --gas | --ga | --g)
995 # Obsolete; use --with-gas.
996 with_gas=yes ;;
997
1c710c3c
DJ
998 -help | --help | --hel | --he | -h)
999 ac_init_help=long ;;
1000 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1001 ac_init_help=recursive ;;
1002 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1003 ac_init_help=short ;;
671aa708
NN
1004
1005 -host | --host | --hos | --ho)
1c710c3c 1006 ac_prev=host_alias ;;
671aa708 1007 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1008 host_alias=$ac_optarg ;;
671aa708 1009
5213506e
RW
1010 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1011 ac_prev=htmldir ;;
1012 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1013 | --ht=*)
1014 htmldir=$ac_optarg ;;
1015
671aa708
NN
1016 -includedir | --includedir | --includedi | --included | --include \
1017 | --includ | --inclu | --incl | --inc)
1018 ac_prev=includedir ;;
1019 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1020 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1021 includedir=$ac_optarg ;;
671aa708
NN
1022
1023 -infodir | --infodir | --infodi | --infod | --info | --inf)
1024 ac_prev=infodir ;;
1025 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1026 infodir=$ac_optarg ;;
671aa708
NN
1027
1028 -libdir | --libdir | --libdi | --libd)
1029 ac_prev=libdir ;;
1030 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1031 libdir=$ac_optarg ;;
671aa708
NN
1032
1033 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1034 | --libexe | --libex | --libe)
1035 ac_prev=libexecdir ;;
1036 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1037 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1038 libexecdir=$ac_optarg ;;
671aa708 1039
5213506e
RW
1040 -localedir | --localedir | --localedi | --localed | --locale)
1041 ac_prev=localedir ;;
1042 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1043 localedir=$ac_optarg ;;
1044
671aa708 1045 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1046 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1047 ac_prev=localstatedir ;;
1048 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1049 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1050 localstatedir=$ac_optarg ;;
671aa708
NN
1051
1052 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1053 ac_prev=mandir ;;
1054 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1055 mandir=$ac_optarg ;;
671aa708
NN
1056
1057 -nfp | --nfp | --nf)
1058 # Obsolete; use --without-fp.
1059 with_fp=no ;;
1060
1061 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1062 | --no-cr | --no-c | -n)
671aa708
NN
1063 no_create=yes ;;
1064
1065 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1066 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1067 no_recursion=yes ;;
1068
1069 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1070 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1071 | --oldin | --oldi | --old | --ol | --o)
1072 ac_prev=oldincludedir ;;
1073 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1074 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1075 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1076 oldincludedir=$ac_optarg ;;
671aa708
NN
1077
1078 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1079 ac_prev=prefix ;;
1080 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1081 prefix=$ac_optarg ;;
671aa708
NN
1082
1083 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1084 | --program-pre | --program-pr | --program-p)
1085 ac_prev=program_prefix ;;
1086 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1087 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1088 program_prefix=$ac_optarg ;;
671aa708
NN
1089
1090 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1091 | --program-suf | --program-su | --program-s)
1092 ac_prev=program_suffix ;;
1093 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1094 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1095 program_suffix=$ac_optarg ;;
671aa708
NN
1096
1097 -program-transform-name | --program-transform-name \
1098 | --program-transform-nam | --program-transform-na \
1099 | --program-transform-n | --program-transform- \
1100 | --program-transform | --program-transfor \
1101 | --program-transfo | --program-transf \
1102 | --program-trans | --program-tran \
1103 | --progr-tra | --program-tr | --program-t)
1104 ac_prev=program_transform_name ;;
1105 -program-transform-name=* | --program-transform-name=* \
1106 | --program-transform-nam=* | --program-transform-na=* \
1107 | --program-transform-n=* | --program-transform-=* \
1108 | --program-transform=* | --program-transfor=* \
1109 | --program-transfo=* | --program-transf=* \
1110 | --program-trans=* | --program-tran=* \
1111 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1112 program_transform_name=$ac_optarg ;;
671aa708 1113
5213506e
RW
1114 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1115 ac_prev=pdfdir ;;
1116 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1117 pdfdir=$ac_optarg ;;
1118
1119 -psdir | --psdir | --psdi | --psd | --ps)
1120 ac_prev=psdir ;;
1121 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1122 psdir=$ac_optarg ;;
1123
671aa708
NN
1124 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1125 | -silent | --silent | --silen | --sile | --sil)
1126 silent=yes ;;
1127
1128 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1129 ac_prev=sbindir ;;
1130 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1131 | --sbi=* | --sb=*)
1c710c3c 1132 sbindir=$ac_optarg ;;
671aa708
NN
1133
1134 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1135 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1136 | --sharedst | --shareds | --shared | --share | --shar \
1137 | --sha | --sh)
1138 ac_prev=sharedstatedir ;;
1139 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1140 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1141 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1142 | --sha=* | --sh=*)
1c710c3c 1143 sharedstatedir=$ac_optarg ;;
671aa708
NN
1144
1145 -site | --site | --sit)
1146 ac_prev=site ;;
1147 -site=* | --site=* | --sit=*)
1c710c3c 1148 site=$ac_optarg ;;
671aa708
NN
1149
1150 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1151 ac_prev=srcdir ;;
1152 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1153 srcdir=$ac_optarg ;;
671aa708
NN
1154
1155 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1156 | --syscon | --sysco | --sysc | --sys | --sy)
1157 ac_prev=sysconfdir ;;
1158 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1159 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1160 sysconfdir=$ac_optarg ;;
671aa708
NN
1161
1162 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1163 ac_prev=target_alias ;;
671aa708 1164 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1165 target_alias=$ac_optarg ;;
671aa708
NN
1166
1167 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1168 verbose=yes ;;
1169
1c710c3c
DJ
1170 -version | --version | --versio | --versi | --vers | -V)
1171 ac_init_version=: ;;
671aa708
NN
1172
1173 -with-* | --with-*)
5213506e 1174 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1175 # Reject names that are not valid shell variable names.
5213506e
RW
1176 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1177 as_fn_error "invalid package name: $ac_useropt"
1178 ac_useropt_orig=$ac_useropt
1179 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1180 case $ac_user_opts in
1181 *"
1182"with_$ac_useropt"
1183"*) ;;
1184 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1185 ac_unrecognized_sep=', ';;
2aeb72e9 1186 esac
5213506e 1187 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1188
1189 -without-* | --without-*)
5213506e 1190 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1191 # Reject names that are not valid shell variable names.
5213506e
RW
1192 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1193 as_fn_error "invalid package name: $ac_useropt"
1194 ac_useropt_orig=$ac_useropt
1195 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1196 case $ac_user_opts in
1197 *"
1198"with_$ac_useropt"
1199"*) ;;
1200 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1201 ac_unrecognized_sep=', ';;
1202 esac
1203 eval with_$ac_useropt=no ;;
671aa708
NN
1204
1205 --x)
1206 # Obsolete; use --with-x.
1207 with_x=yes ;;
1208
1209 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1210 | --x-incl | --x-inc | --x-in | --x-i)
1211 ac_prev=x_includes ;;
1212 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1213 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1214 x_includes=$ac_optarg ;;
671aa708
NN
1215
1216 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1217 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1218 ac_prev=x_libraries ;;
1219 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1220 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1221 x_libraries=$ac_optarg ;;
671aa708 1222
5213506e
RW
1223 -*) as_fn_error "unrecognized option: \`$ac_option'
1224Try \`$0 --help' for more information."
671aa708
NN
1225 ;;
1226
1c710c3c
DJ
1227 *=*)
1228 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1229 # Reject names that are not valid shell variable names.
5213506e
RW
1230 case $ac_envvar in #(
1231 '' | [0-9]* | *[!_$as_cr_alnum]* )
1232 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1233 esac
1234 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1235 export $ac_envvar ;;
1236
671aa708 1237 *)
1c710c3c 1238 # FIXME: should be removed in autoconf 3.0.
5213506e 1239 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1240 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1241 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1242 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1243 ;;
1244
1245 esac
1246done
1247
1248if test -n "$ac_prev"; then
1c710c3c 1249 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1250 as_fn_error "missing argument to $ac_option"
af71363e 1251fi
af71363e 1252
5213506e
RW
1253if test -n "$ac_unrecognized_opts"; then
1254 case $enable_option_checking in
1255 no) ;;
1256 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1257 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1258 esac
5213506e 1259fi
2aeb72e9 1260
5213506e
RW
1261# Check all directory arguments for consistency.
1262for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1263 datadir sysconfdir sharedstatedir localstatedir includedir \
1264 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1265 libdir localedir mandir
2aeb72e9 1266do
5213506e
RW
1267 eval ac_val=\$$ac_var
1268 # Remove trailing slashes.
1269 case $ac_val in
1270 */ )
1271 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1272 eval $ac_var=\$ac_val;;
1273 esac
1274 # Be sure to have absolute directory names.
2aeb72e9 1275 case $ac_val in
5213506e
RW
1276 [\\/$]* | ?:[\\/]* ) continue;;
1277 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1278 esac
5213506e 1279 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1280done
1281
1c710c3c
DJ
1282# There might be people who depend on the old broken behavior: `$host'
1283# used to hold the argument of --host etc.
1284# FIXME: To remove some day.
1285build=$build_alias
1286host=$host_alias
1287target=$target_alias
0b0dc272 1288
1c710c3c
DJ
1289# FIXME: To remove some day.
1290if test "x$host_alias" != x; then
1291 if test "x$build_alias" = x; then
1292 cross_compiling=maybe
5213506e 1293 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1294 If a cross compiler is detected then cross compile mode will be used." >&2
1295 elif test "x$build_alias" != "x$host_alias"; then
1296 cross_compiling=yes
1297 fi
1298fi
1299
1300ac_tool_prefix=
1301test -n "$host_alias" && ac_tool_prefix=$host_alias-
1302
1303test "$silent" = yes && exec 6>/dev/null
671aa708 1304
671aa708 1305
5213506e
RW
1306ac_pwd=`pwd` && test -n "$ac_pwd" &&
1307ac_ls_di=`ls -di .` &&
1308ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1309 as_fn_error "working directory cannot be determined"
1310test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1311 as_fn_error "pwd does not report name of working directory"
1312
1313
671aa708
NN
1314# Find the source files, if location was not specified.
1315if test -z "$srcdir"; then
1316 ac_srcdir_defaulted=yes
5213506e
RW
1317 # Try the directory containing this script, then the parent directory.
1318 ac_confdir=`$as_dirname -- "$as_myself" ||
1319$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1320 X"$as_myself" : 'X\(//\)[^/]' \| \
1321 X"$as_myself" : 'X\(//\)$' \| \
1322 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1323$as_echo X"$as_myself" |
1324 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\/\)[^/].*/{
1329 s//\1/
1330 q
1331 }
1332 /^X\(\/\/\)$/{
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\).*/{
1337 s//\1/
1338 q
1339 }
1340 s/.*/./; q'`
671aa708 1341 srcdir=$ac_confdir
5213506e 1342 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1343 srcdir=..
1344 fi
1345else
1346 ac_srcdir_defaulted=no
1347fi
5213506e
RW
1348if test ! -r "$srcdir/$ac_unique_file"; then
1349 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1350 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1351fi
1352ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1353ac_abs_confdir=`(
1354 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1355 pwd)`
1356# When building in place, set srcdir=.
1357if test "$ac_abs_confdir" = "$ac_pwd"; then
1358 srcdir=.
1359fi
1360# Remove unnecessary trailing slashes from srcdir.
1361# Double slashes in file names in object file debugging info
1362# mess up M-x gdb in Emacs.
1363case $srcdir in
1364*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1365esac
87841584
AM
1366case $srcdir in
1367 *" "*)
1368 as_fn_error "path to source, $srcdir, contains spaces"
1369 ;;
1370esac
ac9e6043
RW
1371ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1372
5213506e
RW
1373for ac_var in $ac_precious_vars; do
1374 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1375 eval ac_env_${ac_var}_value=\$${ac_var}
1376 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1377 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1378done
1c710c3c
DJ
1379
1380#
1381# Report the --help message.
1382#
1383if test "$ac_init_help" = "long"; then
1384 # Omit some internal or obsolete options to make the list less imposing.
1385 # This message is too long to be a string in the A/UX 3.1 sh.
1386 cat <<_ACEOF
1387\`configure' configures this package to adapt to many kinds of systems.
1388
1389Usage: $0 [OPTION]... [VAR=VALUE]...
1390
1391To assign environment variables (e.g., CC, CFLAGS...), specify them as
1392VAR=VALUE. See below for descriptions of some of the useful variables.
1393
1394Defaults for the options are specified in brackets.
1395
1396Configuration:
1397 -h, --help display this help and exit
1398 --help=short display options specific to this package
1399 --help=recursive display the short help of all the included packages
1400 -V, --version display version information and exit
1401 -q, --quiet, --silent do not print \`checking...' messages
1402 --cache-file=FILE cache test results in FILE [disabled]
1403 -C, --config-cache alias for \`--cache-file=config.cache'
1404 -n, --no-create do not create output files
1405 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1406
1c710c3c
DJ
1407Installation directories:
1408 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1409 [$ac_default_prefix]
1c710c3c 1410 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1411 [PREFIX]
1c710c3c
DJ
1412
1413By default, \`make install' will install all the files in
1414\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1415an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1416for instance \`--prefix=\$HOME'.
1417
1418For better control, use the options below.
1419
1420Fine tuning of the installation directories:
5213506e
RW
1421 --bindir=DIR user executables [EPREFIX/bin]
1422 --sbindir=DIR system admin executables [EPREFIX/sbin]
1423 --libexecdir=DIR program executables [EPREFIX/libexec]
1424 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1425 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1426 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1427 --libdir=DIR object code libraries [EPREFIX/lib]
1428 --includedir=DIR C header files [PREFIX/include]
1429 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1430 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1431 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1432 --infodir=DIR info documentation [DATAROOTDIR/info]
1433 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1434 --mandir=DIR man documentation [DATAROOTDIR/man]
1435 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1436 --htmldir=DIR html documentation [DOCDIR]
1437 --dvidir=DIR dvi documentation [DOCDIR]
1438 --pdfdir=DIR pdf documentation [DOCDIR]
1439 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1440_ACEOF
1441
1442 cat <<\_ACEOF
1443
1444Program names:
1445 --program-prefix=PREFIX prepend PREFIX to installed program names
1446 --program-suffix=SUFFIX append SUFFIX to installed program names
1447 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1448
1449System types:
1450 --build=BUILD configure for building on BUILD [guessed]
1451 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1452 --target=TARGET configure for building compilers for TARGET [HOST]
1453_ACEOF
1454fi
1455
1456if test -n "$ac_init_help"; then
1457
1458 cat <<\_ACEOF
1459
1460Optional Features:
5213506e 1461 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1462 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1463 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
21539e2e 1464 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1465 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
87e6d9dc
TB
1466 --disable-libquadmath do not build libquadmath directory
1467 --disable-libquadmath-support
1468 disable libquadmath support for Fortran
30b74385
RW
1469 --enable-libada build libada directory
1470 --enable-libssp build libssp directory
1873ec0c 1471 --disable-libstdcxx do not build libstdc++-v3 directory
a4a2c37d
MK
1472 --enable-static-libjava[=ARG]
1473 build static libjava [default=no]
ff3ac0f4 1474 --enable-bootstrap enable bootstrapping [yes if native build]
33ad93b9
RG
1475 --disable-isl-version-check
1476 disable check for ISL version
d32ef397
AS
1477 --disable-cloog-version-check
1478 disable check for CLooG version
d7f09764 1479 --enable-lto enable link time optimization support
33e39b66
AS
1480 --enable-stage1-languages[=all]
1481 choose additional languages to build during stage1.
1482 Mostly useful for compiler development
1483 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1484 Objective-C runtime
beeda1d9 1485 --enable-vtable-verify Enable vtable verification feature
30b74385 1486 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1487 force sequential configuration of sub-packages for
1488 the host, target or build machine, or all
1489 sub-packages
1490 --enable-maintainer-mode
1491 enable make rules and dependencies not useful (and
1492 sometimes confusing) to the casual installer
1493 --enable-stage1-checking[=all]
1494 choose additional checking for stage1 of the
1495 compiler
1c710c3c 1496 --enable-werror enable -Werror in bootstrap stage2 and later
459260ec 1497 --enable-host-shared build host code as shared libraries
1c710c3c
DJ
1498
1499Optional Packages:
1500 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1501 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1502 --with-build-libsubdir=DIR Directory where to find libraries for build system
33e39b66
AS
1503 --with-mpc=PATH specify prefix directory for installed MPC package.
1504 Equivalent to --with-mpc-include=PATH/include plus
1505 --with-mpc-lib=PATH/lib
1506 --with-mpc-include=PATH specify directory for installed MPC include files
1507 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1508 --with-mpfr-dir=PATH this option has been REMOVED
1509 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1510 Equivalent to --with-mpfr-include=PATH/include plus
1511 --with-mpfr-lib=PATH/lib
1c710c3c 1512 --with-mpfr-include=PATH
30b74385
RW
1513 specify directory for installed MPFR include files
1514 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1515 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1516 --with-gmp=PATH specify prefix directory for the installed GMP
1517 package. Equivalent to
1518 --with-gmp-include=PATH/include plus
1519 --with-gmp-lib=PATH/lib
30b74385
RW
1520 --with-gmp-include=PATH specify directory for installed GMP include files
1521 --with-gmp-lib=PATH specify directory for the installed GMP library
33e39b66
AS
1522 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1523 linking with PPL
0b21f5d3 1524 --with-stage1-libs=LIBS libraries for stage1
33e39b66
AS
1525 --with-stage1-ldflags=FLAGS
1526 linker flags for stage1
33e39b66
AS
1527 --with-boot-libs=LIBS libraries for stage2 and later
1528 --with-boot-ldflags=FLAGS
1529 linker flags for stage2 and later
625afa23
RG
1530 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1531 package. Equivalent to
1532 --with-cloog-include=PATH/include plus
1533 --with-cloog-lib=PATH/lib
33ad93b9 1534 --with-isl=PATH Specify prefix directory for the installed ISL
33e39b66 1535 package. Equivalent to
33ad93b9
RG
1536 --with-isl-include=PATH/include plus
1537 --with-isl-lib=PATH/lib
1538 --with-isl-include=PATH Specify directory for installed ISL include files
1539 --with-isl-lib=PATH Specify the directory for the installed ISL library
d32ef397
AS
1540 --with-cloog-include=PATH
1541 Specify directory for installed CLooG include files
1542 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1543 library
30b74385 1544 --with-build-sysroot=SYSROOT
1c710c3c 1545 use sysroot as the system root during the build
c8aea42c 1546 --with-debug-prefix-map='A=B C=D ...'
33e39b66
AS
1547 map A to B, C to D ... in debug information
1548 --with-build-config='NAME NAME2...'
1549 use config/NAME.mk build configuration
30b74385 1550 --with-build-time-tools=PATH
1c710c3c 1551 use given path to find target tools during the build
1c710c3c
DJ
1552
1553Some influential environment variables:
1554 CC C compiler command
1555 CFLAGS C compiler flags
1556 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1557 nonstandard directory <lib dir>
5213506e
RW
1558 LIBS libraries to pass to the linker, e.g. -l<library>
1559 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1560 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1561 CXX C++ compiler command
1562 CXXFLAGS C++ compiler flags
ffedf511
RW
1563 build_configargs
1564 additional configure arguments for build directories
1565 host_configargs
1566 additional configure arguments for host directories
1567 target_configargs
1568 additional configure arguments for target directories
278a7a38
AO
1569 AR AR for the host
1570 AS AS for the host
1571 DLLTOOL DLLTOOL for the host
1572 LD LD for the host
1573 LIPO LIPO for the host
1574 NM NM for the host
1575 RANLIB RANLIB for the host
1576 STRIP STRIP for the host
1577 WINDRES WINDRES for the host
901119ae 1578 WINDMC WINDMC for the host
278a7a38
AO
1579 OBJCOPY OBJCOPY for the host
1580 OBJDUMP OBJDUMP for the host
e7a82751 1581 READELF READELF for the host
278a7a38
AO
1582 CC_FOR_TARGET
1583 CC for the target
1584 CXX_FOR_TARGET
1585 CXX for the target
1586 GCC_FOR_TARGET
1587 GCC for the target
1588 GCJ_FOR_TARGET
1589 GCJ for the target
1590 GFORTRAN_FOR_TARGET
1591 GFORTRAN for the target
632e2a07
ILT
1592 GOC_FOR_TARGET
1593 GOC for the target
278a7a38
AO
1594 AR_FOR_TARGET
1595 AR for the target
1596 AS_FOR_TARGET
1597 AS for the target
1598 DLLTOOL_FOR_TARGET
1599 DLLTOOL for the target
1600 LD_FOR_TARGET
1601 LD for the target
1602 LIPO_FOR_TARGET
1603 LIPO for the target
1604 NM_FOR_TARGET
1605 NM for the target
1606 OBJDUMP_FOR_TARGET
1607 OBJDUMP for the target
1608 RANLIB_FOR_TARGET
1609 RANLIB for the target
e7a82751
RM
1610 READELF_FOR_TARGET
1611 READELF for the target
278a7a38
AO
1612 STRIP_FOR_TARGET
1613 STRIP for the target
1614 WINDRES_FOR_TARGET
1615 WINDRES for the target
901119ae
KT
1616 WINDMC_FOR_TARGET
1617 WINDMC for the target
1c710c3c
DJ
1618
1619Use these variables to override the choices made by `configure' or to help
1620it to find libraries and programs with nonstandard names/locations.
1621
5213506e 1622Report bugs to the package provider.
1c710c3c 1623_ACEOF
5213506e 1624ac_status=$?
1c710c3c
DJ
1625fi
1626
1627if test "$ac_init_help" = "recursive"; then
1628 # If there are subdirs, report their specific --help.
1c710c3c 1629 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1630 test -d "$ac_dir" ||
1631 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1632 continue
1c710c3c
DJ
1633 ac_builddir=.
1634
5213506e
RW
1635case "$ac_dir" in
1636.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1637*)
1638 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1639 # A ".." for each directory in $ac_dir_suffix.
1640 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1641 case $ac_top_builddir_sub in
1642 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1643 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1644 esac ;;
1645esac
1646ac_abs_top_builddir=$ac_pwd
1647ac_abs_builddir=$ac_pwd$ac_dir_suffix
1648# for backward compatibility:
1649ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1650
1651case $srcdir in
5213506e 1652 .) # We are building in place.
1c710c3c 1653 ac_srcdir=.
5213506e
RW
1654 ac_top_srcdir=$ac_top_builddir_sub
1655 ac_abs_top_srcdir=$ac_pwd ;;
1656 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1657 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1658 ac_top_srcdir=$srcdir
1659 ac_abs_top_srcdir=$srcdir ;;
1660 *) # Relative name.
1661 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1662 ac_top_srcdir=$ac_top_build_prefix$srcdir
1663 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1664esac
5213506e
RW
1665ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1666
1667 cd "$ac_dir" || { ac_status=$?; continue; }
1668 # Check for guested configure.
1669 if test -f "$ac_srcdir/configure.gnu"; then
1670 echo &&
1671 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1672 elif test -f "$ac_srcdir/configure"; then
1673 echo &&
1674 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1675 else
5213506e
RW
1676 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1677 fi || ac_status=$?
1678 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1679 done
1680fi
1681
5213506e 1682test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1683if $ac_init_version; then
1684 cat <<\_ACEOF
5213506e
RW
1685configure
1686generated by GNU Autoconf 2.64
1c710c3c 1687
5213506e 1688Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
1689This configure script is free software; the Free Software Foundation
1690gives unlimited permission to copy, distribute and modify it.
1691_ACEOF
5213506e 1692 exit
0b0dc272 1693fi
5213506e
RW
1694
1695## ------------------------ ##
1696## Autoconf initialization. ##
1697## ------------------------ ##
1698
1699# ac_fn_c_try_compile LINENO
1700# --------------------------
1701# Try to compile conftest.$ac_ext, and return whether this succeeded.
1702ac_fn_c_try_compile ()
1703{
1704 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1705 rm -f conftest.$ac_objext
1706 if { { ac_try="$ac_compile"
1707case "(($ac_try" in
1708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1709 *) ac_try_echo=$ac_try;;
1710esac
1711eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1712$as_echo "$ac_try_echo"; } >&5
1713 (eval "$ac_compile") 2>conftest.err
1714 ac_status=$?
1715 if test -s conftest.err; then
1716 grep -v '^ *+' conftest.err >conftest.er1
1717 cat conftest.er1 >&5
1718 mv -f conftest.er1 conftest.err
1719 fi
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; } && {
1722 test -z "$ac_c_werror_flag" ||
1723 test ! -s conftest.err
1724 } && test -s conftest.$ac_objext; then :
1725 ac_retval=0
1726else
1727 $as_echo "$as_me: failed program was:" >&5
1728sed 's/^/| /' conftest.$ac_ext >&5
1729
1730 ac_retval=1
1731fi
1732 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1733 return $ac_retval
1734
1735} # ac_fn_c_try_compile
1736
1737# ac_fn_cxx_try_compile LINENO
1738# ----------------------------
1739# Try to compile conftest.$ac_ext, and return whether this succeeded.
1740ac_fn_cxx_try_compile ()
1741{
1742 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1743 rm -f conftest.$ac_objext
1744 if { { ac_try="$ac_compile"
1745case "(($ac_try" in
1746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1747 *) ac_try_echo=$ac_try;;
1748esac
1749eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1750$as_echo "$ac_try_echo"; } >&5
1751 (eval "$ac_compile") 2>conftest.err
1752 ac_status=$?
1753 if test -s conftest.err; then
1754 grep -v '^ *+' conftest.err >conftest.er1
1755 cat conftest.er1 >&5
1756 mv -f conftest.er1 conftest.err
1757 fi
1758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1759 test $ac_status = 0; } && {
1760 test -z "$ac_cxx_werror_flag" ||
1761 test ! -s conftest.err
1762 } && test -s conftest.$ac_objext; then :
1763 ac_retval=0
1764else
1765 $as_echo "$as_me: failed program was:" >&5
1766sed 's/^/| /' conftest.$ac_ext >&5
1767
1768 ac_retval=1
1769fi
1770 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1771 return $ac_retval
1772
1773} # ac_fn_cxx_try_compile
1774
0b21f5d3
EB
1775# ac_fn_cxx_try_link LINENO
1776# -------------------------
1777# Try to link conftest.$ac_ext, and return whether this succeeded.
1778ac_fn_cxx_try_link ()
1779{
1780 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1781 rm -f conftest.$ac_objext conftest$ac_exeext
1782 if { { ac_try="$ac_link"
1783case "(($ac_try" in
1784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1785 *) ac_try_echo=$ac_try;;
1786esac
1787eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1788$as_echo "$ac_try_echo"; } >&5
1789 (eval "$ac_link") 2>conftest.err
1790 ac_status=$?
1791 if test -s conftest.err; then
1792 grep -v '^ *+' conftest.err >conftest.er1
1793 cat conftest.er1 >&5
1794 mv -f conftest.er1 conftest.err
1795 fi
1796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1797 test $ac_status = 0; } && {
1798 test -z "$ac_cxx_werror_flag" ||
1799 test ! -s conftest.err
1800 } && test -s conftest$ac_exeext && {
1801 test "$cross_compiling" = yes ||
1802 $as_test_x conftest$ac_exeext
1803 }; then :
1804 ac_retval=0
1805else
1806 $as_echo "$as_me: failed program was:" >&5
1807sed 's/^/| /' conftest.$ac_ext >&5
1808
1809 ac_retval=1
1810fi
1811 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1812 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1813 # interfere with the next link command; also delete a directory that is
1814 # left behind by Apple's compiler. We do this before executing the actions.
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1816 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1817 return $ac_retval
1818
1819} # ac_fn_cxx_try_link
1820
5213506e
RW
1821# ac_fn_c_try_link LINENO
1822# -----------------------
1823# Try to link conftest.$ac_ext, and return whether this succeeded.
1824ac_fn_c_try_link ()
1825{
1826 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1827 rm -f conftest.$ac_objext conftest$ac_exeext
1828 if { { ac_try="$ac_link"
1829case "(($ac_try" in
1830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1831 *) ac_try_echo=$ac_try;;
1832esac
1833eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1834$as_echo "$ac_try_echo"; } >&5
1835 (eval "$ac_link") 2>conftest.err
1836 ac_status=$?
1837 if test -s conftest.err; then
1838 grep -v '^ *+' conftest.err >conftest.er1
1839 cat conftest.er1 >&5
1840 mv -f conftest.er1 conftest.err
1841 fi
1842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1843 test $ac_status = 0; } && {
1844 test -z "$ac_c_werror_flag" ||
1845 test ! -s conftest.err
1846 } && test -s conftest$ac_exeext && {
1847 test "$cross_compiling" = yes ||
1848 $as_test_x conftest$ac_exeext
1849 }; then :
1850 ac_retval=0
1851else
1852 $as_echo "$as_me: failed program was:" >&5
1853sed 's/^/| /' conftest.$ac_ext >&5
1854
1855 ac_retval=1
1856fi
1857 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1858 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1859 # interfere with the next link command; also delete a directory that is
1860 # left behind by Apple's compiler. We do this before executing the actions.
1861 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1862 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1863 return $ac_retval
1864
1865} # ac_fn_c_try_link
33ad93b9
RG
1866
1867# ac_fn_c_try_run LINENO
1868# ----------------------
1869# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1870# that executables *can* be run.
1871ac_fn_c_try_run ()
1872{
1873 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1874 if { { ac_try="$ac_link"
1875case "(($ac_try" in
1876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1877 *) ac_try_echo=$ac_try;;
1878esac
1879eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1880$as_echo "$ac_try_echo"; } >&5
1881 (eval "$ac_link") 2>&5
1882 ac_status=$?
1883 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1884 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1885 { { case "(($ac_try" in
1886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1887 *) ac_try_echo=$ac_try;;
1888esac
1889eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1890$as_echo "$ac_try_echo"; } >&5
1891 (eval "$ac_try") 2>&5
1892 ac_status=$?
1893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1894 test $ac_status = 0; }; }; then :
1895 ac_retval=0
1896else
1897 $as_echo "$as_me: program exited with status $ac_status" >&5
1898 $as_echo "$as_me: failed program was:" >&5
1899sed 's/^/| /' conftest.$ac_ext >&5
1900
1901 ac_retval=$ac_status
1902fi
1903 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1904 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1905 return $ac_retval
1906
1907} # ac_fn_c_try_run
5213506e 1908cat >config.log <<_ACEOF
1c710c3c
DJ
1909This file contains any messages produced by compilers while
1910running configure, to aid debugging if configure makes a mistake.
1911
1912It was created by $as_me, which was
5213506e 1913generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
1914
1915 $ $0 $@
1916
1917_ACEOF
5213506e 1918exec 5>>config.log
1c710c3c
DJ
1919{
1920cat <<_ASUNAME
1921## --------- ##
1922## Platform. ##
1923## --------- ##
1924
1925hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1926uname -m = `(uname -m) 2>/dev/null || echo unknown`
1927uname -r = `(uname -r) 2>/dev/null || echo unknown`
1928uname -s = `(uname -s) 2>/dev/null || echo unknown`
1929uname -v = `(uname -v) 2>/dev/null || echo unknown`
1930
1931/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1932/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1933
1934/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1935/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1936/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1937/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1938/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1939/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1940/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1941
1942_ASUNAME
1943
1944as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1945for as_dir in $PATH
1946do
1947 IFS=$as_save_IFS
1948 test -z "$as_dir" && as_dir=.
5213506e
RW
1949 $as_echo "PATH: $as_dir"
1950 done
1951IFS=$as_save_IFS
1c710c3c
DJ
1952
1953} >&5
1954
1955cat >&5 <<_ACEOF
1956
1957
1958## ----------- ##
1959## Core tests. ##
1960## ----------- ##
1961
1962_ACEOF
1963
1964
1965# Keep a trace of the command line.
1966# Strip out --no-create and --no-recursion so they do not pile up.
1967# Strip out --silent because we don't want to record it for future runs.
1968# Also quote any args containing shell meta-characters.
1969# Make two passes to allow for proper duplicate-argument suppression.
1970ac_configure_args=
1971ac_configure_args0=
1972ac_configure_args1=
1c710c3c
DJ
1973ac_must_keep_next=false
1974for ac_pass in 1 2
1975do
1976 for ac_arg
1977 do
1978 case $ac_arg in
1979 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1980 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1981 | -silent | --silent | --silen | --sile | --sil)
1982 continue ;;
5213506e
RW
1983 *\'*)
1984 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
1985 esac
1986 case $ac_pass in
5213506e 1987 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 1988 2)
5213506e 1989 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
1990 if test $ac_must_keep_next = true; then
1991 ac_must_keep_next=false # Got value, back to normal.
1992 else
1993 case $ac_arg in
1994 *=* | --config-cache | -C | -disable-* | --disable-* \
1995 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1996 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1997 | -with-* | --with-* | -without-* | --without-* | --x)
1998 case "$ac_configure_args0 " in
1999 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2000 esac
2001 ;;
2002 -* ) ac_must_keep_next=true ;;
2003 esac
2004 fi
5213506e 2005 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
2006 ;;
2007 esac
2008 done
2009done
5213506e
RW
2010{ ac_configure_args0=; unset ac_configure_args0;}
2011{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
2012
2013# When interrupted or exit'd, cleanup temporary files, and complete
2014# config.log. We remove comments because anyway the quotes in there
2015# would cause problems or look ugly.
5213506e
RW
2016# WARNING: Use '\'' to represent an apostrophe within the trap.
2017# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
2018trap 'exit_status=$?
2019 # Save into config.log some information that might help in debugging.
2020 {
2021 echo
2022
2023 cat <<\_ASBOX
2024## ---------------- ##
2025## Cache variables. ##
2026## ---------------- ##
2027_ASBOX
2028 echo
2029 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
2030(
2031 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2032 eval ac_val=\$$ac_var
2033 case $ac_val in #(
2034 *${as_nl}*)
2035 case $ac_var in #(
2036 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2037$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2038 esac
2039 case $ac_var in #(
2040 _ | IFS | as_nl) ;; #(
2041 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2042 *) { eval $ac_var=; unset $ac_var;} ;;
2043 esac ;;
2044 esac
2045 done
1c710c3c 2046 (set) 2>&1 |
5213506e
RW
2047 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2048 *${as_nl}ac_space=\ *)
1c710c3c 2049 sed -n \
5213506e
RW
2050 "s/'\''/'\''\\\\'\'''\''/g;
2051 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2052 ;; #(
1c710c3c 2053 *)
5213506e 2054 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 2055 ;;
5213506e
RW
2056 esac |
2057 sort
2058)
1c710c3c
DJ
2059 echo
2060
2061 cat <<\_ASBOX
2062## ----------------- ##
2063## Output variables. ##
2064## ----------------- ##
2065_ASBOX
2066 echo
2067 for ac_var in $ac_subst_vars
2068 do
5213506e
RW
2069 eval ac_val=\$$ac_var
2070 case $ac_val in
2071 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2072 esac
2073 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2074 done | sort
2075 echo
2076
2077 if test -n "$ac_subst_files"; then
2078 cat <<\_ASBOX
5213506e
RW
2079## ------------------- ##
2080## File substitutions. ##
2081## ------------------- ##
1c710c3c
DJ
2082_ASBOX
2083 echo
2084 for ac_var in $ac_subst_files
2085 do
5213506e
RW
2086 eval ac_val=\$$ac_var
2087 case $ac_val in
2088 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2089 esac
2090 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2091 done | sort
2092 echo
2093 fi
2094
2095 if test -s confdefs.h; then
2096 cat <<\_ASBOX
2097## ----------- ##
2098## confdefs.h. ##
2099## ----------- ##
2100_ASBOX
2101 echo
5213506e 2102 cat confdefs.h
1c710c3c
DJ
2103 echo
2104 fi
2105 test "$ac_signal" != 0 &&
5213506e
RW
2106 $as_echo "$as_me: caught signal $ac_signal"
2107 $as_echo "$as_me: exit $exit_status"
1c710c3c 2108 } >&5
5213506e
RW
2109 rm -f core *.core core.conftest.* &&
2110 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 2111 exit $exit_status
5213506e 2112' 0
1c710c3c 2113for ac_signal in 1 2 13 15; do
5213506e 2114 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
2115done
2116ac_signal=0
2117
2118# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2119rm -f -r conftest* confdefs.h
2120
2121$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
2122
2123# Predefined preprocessor variables.
2124
2125cat >>confdefs.h <<_ACEOF
2126#define PACKAGE_NAME "$PACKAGE_NAME"
2127_ACEOF
2128
1c710c3c
DJ
2129cat >>confdefs.h <<_ACEOF
2130#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2131_ACEOF
2132
1c710c3c
DJ
2133cat >>confdefs.h <<_ACEOF
2134#define PACKAGE_VERSION "$PACKAGE_VERSION"
2135_ACEOF
0b0dc272 2136
1c710c3c
DJ
2137cat >>confdefs.h <<_ACEOF
2138#define PACKAGE_STRING "$PACKAGE_STRING"
2139_ACEOF
2140
1c710c3c
DJ
2141cat >>confdefs.h <<_ACEOF
2142#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2143_ACEOF
2144
5213506e
RW
2145cat >>confdefs.h <<_ACEOF
2146#define PACKAGE_URL "$PACKAGE_URL"
2147_ACEOF
2148
1c710c3c
DJ
2149
2150# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2151# Prefer an explicitly selected file to automatically selected ones.
2152ac_site_file1=NONE
2153ac_site_file2=NONE
2154if test -n "$CONFIG_SITE"; then
2155 ac_site_file1=$CONFIG_SITE
2156elif test "x$prefix" != xNONE; then
2157 ac_site_file1=$prefix/share/config.site
2158 ac_site_file2=$prefix/etc/config.site
2159else
2160 ac_site_file1=$ac_default_prefix/share/config.site
2161 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2162fi
5213506e
RW
2163for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2164do
2165 test "x$ac_site_file" = xNONE && continue
671aa708 2166 if test -r "$ac_site_file"; then
5213506e
RW
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2168$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2169 sed 's/^/| /' "$ac_site_file" >&5
671aa708
NN
2170 . "$ac_site_file"
2171 fi
2172done
2173
2174if test -r "$cache_file"; then
1c710c3c
DJ
2175 # Some versions of bash will fail to source /dev/null (special
2176 # files actually), so we avoid doing that.
2177 if test -f "$cache_file"; then
5213506e
RW
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2179$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2180 case $cache_file in
5213506e
RW
2181 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2182 *) . "./$cache_file";;
1c710c3c
DJ
2183 esac
2184 fi
671aa708 2185else
5213506e
RW
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2187$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2188 >$cache_file
2189fi
2190
2191# Check that the precious variables saved in the cache have kept the same
2192# value.
2193ac_cache_corrupted=false
5213506e 2194for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2195 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2196 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2197 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2198 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2199 case $ac_old_set,$ac_new_set in
2200 set,)
5213506e
RW
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2202$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2203 ac_cache_corrupted=: ;;
2204 ,set)
5213506e
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2206$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2207 ac_cache_corrupted=: ;;
2208 ,);;
2209 *)
2210 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2211 # differences in whitespace do not lead to failure.
2212 ac_old_val_w=`echo x $ac_old_val`
2213 ac_new_val_w=`echo x $ac_new_val`
2214 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2216$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2217 ac_cache_corrupted=:
2218 else
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2220$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2221 eval $ac_var=\$ac_old_val
2222 fi
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2224$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2226$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2227 fi;;
2228 esac
2229 # Pass precious variables to config.status.
2230 if test "$ac_new_set" = set; then
2231 case $ac_new_val in
5213506e 2232 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2233 *) ac_arg=$ac_var=$ac_new_val ;;
2234 esac
2235 case " $ac_configure_args " in
2236 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2237 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2238 esac
2239 fi
2240done
2241if $ac_cache_corrupted; then
5213506e
RW
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2243$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2245$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2246 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2247fi
5213506e
RW
2248## -------------------- ##
2249## Main body of script. ##
2250## -------------------- ##
671aa708 2251
2aeb72e9
DD
2252ac_ext=c
2253ac_cpp='$CPP $CPPFLAGS'
2254ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2255ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2256ac_compiler_gnu=$ac_cv_c_compiler_gnu
2257
1c710c3c
DJ
2258
2259
2260
1c710c3c
DJ
2261
2262
0115d4a3 2263
1c710c3c 2264
ad33ff57
RW
2265
2266progname=$0
2267# if PWD already has a value, it is probably wrong.
2268if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2269
2270# Export original configure arguments for use by sub-configures.
2271# Quote arguments with shell meta charatcers.
2272TOPLEVEL_CONFIGURE_ARGUMENTS=
2273set -- "$progname" "$@"
2274for ac_arg
2275do
2276 case "$ac_arg" in
2277 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2278 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2279 # if the argument is of the form -foo=baz, quote the baz part only
2280 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2281 *) ;;
2282 esac
2283 # Add the quoted argument to the list.
2284 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2285done
2286if test "$silent" = yes; then
2287 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2288fi
2289# Remove the initial space we just introduced and, as these will be
2290# expanded by make, quote '$'.
2291TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2292
1c710c3c
DJ
2293
2294# Find the build, host, and target systems.
671aa708 2295ac_aux_dir=
5213506e
RW
2296for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2297 for ac_t in install-sh install.sh shtool; do
2298 if test -f "$ac_dir/$ac_t"; then
2299 ac_aux_dir=$ac_dir
2300 ac_install_sh="$ac_aux_dir/$ac_t -c"
2301 break 2
2302 fi
2303 done
671aa708
NN
2304done
2305if test -z "$ac_aux_dir"; then
5213506e 2306 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2307fi
5213506e
RW
2308
2309# These three variables are undocumented and unsupported,
2310# and are intended to be withdrawn in a future Autoconf release.
2311# They can cause serious problems if a builder's source tree is in a directory
2312# whose full name contains unusual characters.
2313ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2314ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2315ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2316
671aa708 2317
1c710c3c 2318# Make sure we can run config.sub.
5213506e
RW
2319$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2320 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2321
2322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2323$as_echo_n "checking build system type... " >&6; }
2324if test "${ac_cv_build+set}" = set; then :
2325 $as_echo_n "(cached) " >&6
2326else
2327 ac_build_alias=$build_alias
2328test "x$ac_build_alias" = x &&
2329 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2330test "x$ac_build_alias" = x &&
2331 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2332ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2333 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2334
2335fi
2336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2337$as_echo "$ac_cv_build" >&6; }
2338case $ac_cv_build in
2339*-*-*) ;;
2340*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2341esac
1c710c3c 2342build=$ac_cv_build
5213506e
RW
2343ac_save_IFS=$IFS; IFS='-'
2344set x $ac_cv_build
2345shift
2346build_cpu=$1
2347build_vendor=$2
2348shift; shift
2349# Remember, the first character of IFS is used to create $*,
2350# except with old shells:
2351build_os=$*
2352IFS=$ac_save_IFS
2353case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2354
671aa708 2355
1c710c3c
DJ
2356 case ${build_alias} in
2357 "") build_noncanonical=${build} ;;
2358 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2359esac
2360
2361
af71363e 2362
1c710c3c
DJ
2363 case ${host_alias} in
2364 "") host_noncanonical=${build_noncanonical} ;;
2365 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2366esac
2367
af71363e 2368
1c710c3c
DJ
2369
2370 case ${target_alias} in
2371 "") target_noncanonical=${host_noncanonical} ;;
2372 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2373esac
2374
af71363e 2375
1c710c3c
DJ
2376
2377
2378test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2379 test "$program_prefix$program_suffix$program_transform_name" = \
2380 NONENONEs,x,x, &&
1c710c3c 2381 program_transform_name=s,y,y,
af71363e 2382
5213506e
RW
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2384$as_echo_n "checking host system type... " >&6; }
2385if test "${ac_cv_host+set}" = set; then :
2386 $as_echo_n "(cached) " >&6
af71363e 2387else
5213506e
RW
2388 if test "x$host_alias" = x; then
2389 ac_cv_host=$ac_cv_build
2390else
2391 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2392 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2393fi
1c710c3c 2394
af71363e 2395fi
5213506e
RW
2396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2397$as_echo "$ac_cv_host" >&6; }
2398case $ac_cv_host in
2399*-*-*) ;;
2400*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2401esac
1c710c3c 2402host=$ac_cv_host
5213506e
RW
2403ac_save_IFS=$IFS; IFS='-'
2404set x $ac_cv_host
2405shift
2406host_cpu=$1
2407host_vendor=$2
2408shift; shift
2409# Remember, the first character of IFS is used to create $*,
2410# except with old shells:
2411host_os=$*
2412IFS=$ac_save_IFS
2413case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2414
2415
5213506e
RW
2416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2417$as_echo_n "checking target system type... " >&6; }
2418if test "${ac_cv_target+set}" = set; then :
2419 $as_echo_n "(cached) " >&6
1c710c3c 2420else
5213506e
RW
2421 if test "x$target_alias" = x; then
2422 ac_cv_target=$ac_cv_host
2423else
2424 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2425 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2426fi
1c710c3c
DJ
2427
2428fi
5213506e
RW
2429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2430$as_echo "$ac_cv_target" >&6; }
2431case $ac_cv_target in
2432*-*-*) ;;
2433*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2434esac
1c710c3c 2435target=$ac_cv_target
5213506e
RW
2436ac_save_IFS=$IFS; IFS='-'
2437set x $ac_cv_target
2438shift
2439target_cpu=$1
2440target_vendor=$2
2441shift; shift
2442# Remember, the first character of IFS is used to create $*,
2443# except with old shells:
2444target_os=$*
2445IFS=$ac_save_IFS
2446case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2447
2448
2449# The aliases save the names the user supplied, while $host etc.
2450# will get canonicalized.
2451test -n "$target_alias" &&
2452 test "$program_prefix$program_suffix$program_transform_name" = \
2453 NONENONEs,x,x, &&
2454 program_prefix=${target_alias}-
5213506e 2455
671aa708 2456test "$program_prefix" != NONE &&
5213506e 2457 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2458# Use a double $ so make ignores it.
2459test "$program_suffix" != NONE &&
5213506e
RW
2460 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2461# Double any \ or $.
1c710c3c 2462# By default was `s,x,x', remove it if useless.
5213506e
RW
2463ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2464program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2465
671aa708
NN
2466
2467
775956d0
NN
2468# Get 'install' or 'install-sh' and its variants.
2469# Find a good install program. We prefer a C program (faster),
2470# so one script is as good as another. But avoid the broken or
2471# incompatible versions:
2472# SysV /etc/install, /usr/sbin/install
2473# SunOS /usr/etc/install
2474# IRIX /sbin/install
2475# AIX /bin/install
1c710c3c 2476# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2477# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2478# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2479# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2480# OS/2's system install, which has a completely different semantic
775956d0 2481# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2482# Reject install programs that cannot install multiple files.
5213506e
RW
2483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2484$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2485if test -z "$INSTALL"; then
5213506e
RW
2486if test "${ac_cv_path_install+set}" = set; then :
2487 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2488else
2489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2490for as_dir in $PATH
2491do
2492 IFS=$as_save_IFS
2493 test -z "$as_dir" && as_dir=.
5213506e
RW
2494 # Account for people who put trailing slashes in PATH elements.
2495case $as_dir/ in #((
2496 ./ | .// | /[cC]/* | \
1c710c3c 2497 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2498 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2499 /usr/ucb/* ) ;;
2500 *)
2501 # OSF1 and SCO ODT 3.0 have their own names for install.
2502 # Don't use installbsd from OSF since it installs stuff as root
2503 # by default.
2504 for ac_prog in ginstall scoinst install; do
2505 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2506 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
775956d0 2507 if test $ac_prog = install &&
1c710c3c 2508 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2509 # AIX install. It has an incompatible calling convention.
2510 :
1c710c3c
DJ
2511 elif test $ac_prog = install &&
2512 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2513 # program-specific install script used by HP pwplus--don't use.
2514 :
775956d0 2515 else
38d24731
RW
2516 rm -rf conftest.one conftest.two conftest.dir
2517 echo one > conftest.one
2518 echo two > conftest.two
2519 mkdir conftest.dir
2520 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2521 test -s conftest.one && test -s conftest.two &&
2522 test -s conftest.dir/conftest.one &&
2523 test -s conftest.dir/conftest.two
2524 then
2525 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2526 break 3
2527 fi
775956d0
NN
2528 fi
2529 fi
2530 done
1c710c3c
DJ
2531 done
2532 ;;
2533esac
5213506e
RW
2534
2535 done
2536IFS=$as_save_IFS
1c710c3c 2537
38d24731 2538rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2539
2540fi
2541 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2542 INSTALL=$ac_cv_path_install
775956d0 2543 else
38d24731
RW
2544 # As a last resort, use the slow shell script. Don't cache a
2545 # value for INSTALL within a source directory, because that will
775956d0 2546 # break other packages using the cache if that directory is
38d24731 2547 # removed, or if the value is a relative name.
1c710c3c 2548 INSTALL=$ac_install_sh
775956d0
NN
2549 fi
2550fi
5213506e
RW
2551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2552$as_echo "$INSTALL" >&6; }
775956d0
NN
2553
2554# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2555# It thinks the first close brace ends the variable substitution.
2556test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2557
1c710c3c 2558test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2559
2560test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2561
5213506e
RW
2562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2563$as_echo_n "checking whether ln works... " >&6; }
2564if test "${acx_cv_prog_LN+set}" = set; then :
2565 $as_echo_n "(cached) " >&6
ad6717df
PB
2566else
2567 rm -f conftestdata_t
2568echo >conftestdata_f
2569if ln conftestdata_f conftestdata_t 2>/dev/null
2570then
2571 acx_cv_prog_LN=ln
2572else
2573 acx_cv_prog_LN=no
2574fi
2575rm -f conftestdata_f conftestdata_t
2576
2577fi
2578if test $acx_cv_prog_LN = no; then
2579 LN="cp"
5213506e
RW
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2581$as_echo "no, using $LN" >&6; }
ad6717df
PB
2582else
2583 LN="$acx_cv_prog_LN"
5213506e
RW
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2585$as_echo "yes" >&6; }
ad6717df
PB
2586fi
2587
5213506e
RW
2588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2589$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2590LN_S=$as_ln_s
2591if test "$LN_S" = "ln -s"; then
5213506e
RW
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2593$as_echo "yes" >&6; }
fb0103e5 2594else
5213506e
RW
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2596$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2597fi
2598
87264276
PB
2599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2600$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2601if test "${ac_cv_path_SED+set}" = set; then :
2602 $as_echo_n "(cached) " >&6
2603else
2604 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2605 for ac_i in 1 2 3 4 5 6 7; do
2606 ac_script="$ac_script$as_nl$ac_script"
2607 done
2608 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2609 { ac_script=; unset ac_script;}
2610 if test -z "$SED"; then
2611 ac_path_SED_found=false
2612 # Loop through the user's path and test for each of PROGNAME-LIST
2613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2614for as_dir in $PATH
2615do
2616 IFS=$as_save_IFS
2617 test -z "$as_dir" && as_dir=.
2618 for ac_prog in sed gsed; do
2619 for ac_exec_ext in '' $ac_executable_extensions; do
2620 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2621 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2622# Check for GNU ac_path_SED and select it if it is found.
2623 # Check for GNU $ac_path_SED
2624case `"$ac_path_SED" --version 2>&1` in
2625*GNU*)
2626 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2627*)
2628 ac_count=0
2629 $as_echo_n 0123456789 >"conftest.in"
2630 while :
2631 do
2632 cat "conftest.in" "conftest.in" >"conftest.tmp"
2633 mv "conftest.tmp" "conftest.in"
2634 cp "conftest.in" "conftest.nl"
2635 $as_echo '' >> "conftest.nl"
2636 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2637 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2638 as_fn_arith $ac_count + 1 && ac_count=$as_val
2639 if test $ac_count -gt ${ac_path_SED_max-0}; then
2640 # Best one so far, save it but keep looking for a better one
2641 ac_cv_path_SED="$ac_path_SED"
2642 ac_path_SED_max=$ac_count
2643 fi
2644 # 10*(2^10) chars as input seems more than enough
2645 test $ac_count -gt 10 && break
2646 done
2647 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2648esac
2649
2650 $ac_path_SED_found && break 3
2651 done
2652 done
2653 done
2654IFS=$as_save_IFS
2655 if test -z "$ac_cv_path_SED"; then
2656 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2657 fi
2658else
2659 ac_cv_path_SED=$SED
2660fi
2661
2662fi
2663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2664$as_echo "$ac_cv_path_SED" >&6; }
2665 SED="$ac_cv_path_SED"
2666 rm -f conftest.sed
2667
2668for ac_prog in gawk mawk nawk awk
2669do
2670 # Extract the first word of "$ac_prog", so it can be a program name with args.
2671set dummy $ac_prog; ac_word=$2
2672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2673$as_echo_n "checking for $ac_word... " >&6; }
2674if test "${ac_cv_prog_AWK+set}" = set; then :
2675 $as_echo_n "(cached) " >&6
2676else
2677 if test -n "$AWK"; then
2678 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2679else
2680as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2681for as_dir in $PATH
2682do
2683 IFS=$as_save_IFS
2684 test -z "$as_dir" && as_dir=.
2685 for ac_exec_ext in '' $ac_executable_extensions; do
2686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2687 ac_cv_prog_AWK="$ac_prog"
2688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2689 break 2
2690 fi
2691done
2692 done
2693IFS=$as_save_IFS
2694
2695fi
2696fi
2697AWK=$ac_cv_prog_AWK
2698if test -n "$AWK"; then
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2700$as_echo "$AWK" >&6; }
2701else
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2703$as_echo "no" >&6; }
2704fi
2705
2706
2707 test -n "$AWK" && break
2708done
2709
775956d0 2710
ee6a22df
L
2711srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2712
2713# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2714# a relative path.
2715if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2716 INSTALL="${srcpwd}/install-sh -c"
2717fi
2718
671aa708
NN
2719# Set srcdir to "." if that's what it is.
2720# This is important for multilib support.
2721pwd=`${PWDCMD-pwd}`
671aa708
NN
2722if test "${pwd}" = "${srcpwd}" ; then
2723 srcdir=.
79c06341
JL
2724fi
2725
671aa708 2726topsrcdir=$srcpwd
5d4a5ee6 2727
671aa708 2728extra_host_args=
afabd8e6 2729
671aa708
NN
2730### To add a new directory to the tree, first choose whether it is a target
2731### or a host dependent tool. Then put it into the appropriate list
2732### (library or tools, host or target), doing a dependency sort.
79c06341 2733
1c710c3c 2734# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2735# configdirs, or target_configdirs; see the serialization section below.
79c06341 2736
1c710c3c
DJ
2737# Dependency sorting is only needed when *configuration* must be done in
2738# a particular order. In all cases a dependency should be specified in
671aa708 2739# the Makefile, whether or not it's implicitly specified here.
79c06341 2740
671aa708
NN
2741# Double entries in build_configdirs, configdirs, or target_configdirs may
2742# cause circular dependencies and break everything horribly.
79c06341 2743
23f6b2f9
PB
2744# these library is used by various programs built for the build
2745# environment
2746#
2747build_libs="build-libiberty"
2748
2749# these tools are built for the build environment
85bfb75e 2750build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2751
671aa708
NN
2752# these libraries are used by various programs built for the host environment
2753#
eff02e4f 2754host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
671aa708 2755
671aa708
NN
2756# these tools are built for the host environment
2757# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2758# know that we are building the simulator.
2759# binutils, gas and ld appear in that order because it makes sense to run
2760# "make check" in that particular order.
38e3d868 2761# If --enable-gold is used, "gold" may replace "ld".
85bfb75e 2762host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
671aa708
NN
2763
2764# libgcj represents the runtime libraries only used by gcj.
2765libgcj="target-libffi \
671aa708 2766 target-zlib \
671aa708
NN
2767 target-libjava"
2768
2769# these libraries are built for the target environment, and are built after
2770# the host libraries and the host tools (which may be a cross compiler)
8499116a 2771# Note that libiberty is not a target library.
291f172e 2772target_libraries="target-libgcc \
eff02e4f 2773 target-libbacktrace \
671aa708
NN
2774 target-libgloss \
2775 target-newlib \
6d3b5aea 2776 target-libgomp \
3038054c 2777 target-libcilkrts \
48310492 2778 target-libatomic \
0a35513e 2779 target-libitm \
cb543528 2780 target-libstdc++-v3 \
f35db108 2781 target-libsanitizer \
2077db1b 2782 target-libvtv \
77008252 2783 target-libssp \
1ec601bf 2784 target-libquadmath \
6de9cd9a 2785 target-libgfortran \
7cd0cf9c 2786 target-boehm-gc \
77d187bc 2787 ${libgcj} \
d9cdb878 2788 target-libobjc \
632e2a07
ILT
2789 target-libada \
2790 target-libgo"
671aa708 2791
4dbda6f0
NN
2792# these tools are built using the target libraries, and are intended to
2793# run only in the target environment
671aa708 2794#
4dbda6f0 2795# note: any program that *uses* libraries that are in the "target_libraries"
1bcce263 2796# list belongs in this list.
671aa708 2797#
85bfb75e 2798target_tools="target-rda"
79c06341 2799
671aa708 2800################################################################################
79c06341 2801
671aa708
NN
2802## All tools belong in one of the four categories, and are assigned above
2803## We assign ${configdirs} this way to remove all embedded newlines. This
2804## is important because configure will choke if they ever get through.
2805## ${configdirs} is directories we build using the host tools.
2806## ${target_configdirs} is directories we build using the target tools.
671aa708 2807configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2808target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2809build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2810
ac9e6043
RW
2811
2812
671aa708 2813################################################################################
79c06341 2814
671aa708 2815srcname="gnu development package"
79c06341 2816
671aa708
NN
2817# This gets set non-empty for some net releases of packages.
2818appdirs=""
79c06341 2819
671aa708
NN
2820# Define is_cross_compiler to save on calls to 'test'.
2821is_cross_compiler=
2822if test x"${host}" = x"${target}" ; then
2823 is_cross_compiler=no
79c06341 2824else
671aa708 2825 is_cross_compiler=yes
1c710c3c 2826fi
79c06341 2827
b4acb5ef 2828# Find the build and target subdir names.
8b87bb96 2829
2e9e6f68
DJ
2830# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2831# have matching libraries, they should use host libraries: Makefile.tpl
2832# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2833# However, they still use the build modules, because the corresponding
2834# host modules (e.g. bison) are only built for the host when bootstrap
2835# finishes. So:
2836# - build_subdir is where we find build modules, and never changes.
2837# - build_libsubdir is where we find build libraries, and can be overridden.
2838
2839# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2840build_subdir="build-${build_noncanonical}"
1c710c3c 2841
5213506e
RW
2842# Check whether --with-build-libsubdir was given.
2843if test "${with_build_libsubdir+set}" = set; then :
2844 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2845else
2846 build_libsubdir="$build_subdir"
5213506e
RW
2847fi
2848
215c351a
PB
2849# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2850if ( test $srcdir = . && test -d gcc ) \
2851 || test -d $srcdir/../host-${host_noncanonical}; then
2852 host_subdir="host-${host_noncanonical}"
2853else
2854 host_subdir=.
2855fi
8b87bb96
NN
2856# No prefix.
2857target_subdir=${target_noncanonical}
1c710c3c 2858
0db770bd
RW
2859# Be sure to cover against remnants of an in-tree build.
2860if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2861 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2862Use a pristine source tree when building in a separate tree" "$LINENO" 5
2863fi
79c06341 2864
671aa708
NN
2865# Skipdirs are removed silently.
2866skipdirs=
2867# Noconfigdirs are removed loudly.
2868noconfigdirs=""
79c06341 2869
671aa708
NN
2870use_gnu_ld=
2871# Make sure we don't let GNU ld be added if we didn't want it.
2872if test x$with_gnu_ld = xno ; then
2873 use_gnu_ld=no
5afab7ad 2874 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2875fi
2876
671aa708
NN
2877use_gnu_as=
2878# Make sure we don't let GNU as be added if we didn't want it.
2879if test x$with_gnu_as = xno ; then
2880 use_gnu_as=no
2881 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2882fi
2883
d7f09764
DN
2884use_included_zlib=
2885# Make sure we don't let ZLIB be added if we didn't want it.
2886if test x$with_system_zlib = xyes ; then
2887 use_included_zlib=no
2888 noconfigdirs="$noconfigdirs zlib"
2889fi
2890
1c710c3c 2891# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2892# it's not even worth trying to configure, much less build, that tool.
79c06341 2893
671aa708
NN
2894case ${with_x} in
2895 yes | "") ;; # the default value for this tree is that X11 is available
2896 no)
b4f96efe 2897 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2898 # We won't be able to build gdbtk without X.
1c710c3c 2899 enable_gdbtk=no
671aa708
NN
2900 ;;
2901 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2902esac
79c06341 2903
1bcce263 2904# Some are only suitable for cross toolchains.
671aa708
NN
2905# Remove these if host=target.
2906cross_only="target-libgloss target-newlib target-opcodes"
2907
2908case $is_cross_compiler in
2909 no) skipdirs="${skipdirs} ${cross_only}" ;;
671aa708 2910esac
79c06341 2911
671aa708
NN
2912# If both --with-headers and --with-libs are specified, default to
2913# --without-newlib.
ee6a22df
L
2914if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2915 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2916 if test x"${with_newlib}" = x ; then
2917 with_newlib=no
2918 fi
79c06341
JL
2919fi
2920
671aa708
NN
2921# Recognize --with-newlib/--without-newlib.
2922case ${with_newlib} in
2923 no) skipdirs="${skipdirs} target-newlib" ;;
2924 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2925esac
79c06341 2926
21539e2e
MK
2927# Handle --enable-gold, --enable-ld.
2928# --disable-gold [--enable-ld]
2929# Build only ld. Default option.
9580395f
L
2930# --enable-gold [--enable-ld]
2931# Build both gold and ld. Install gold as "ld.gold", install ld
2932# as "ld.bfd" and "ld".
2933# --enable-gold=default [--enable-ld]
21539e2e
MK
2934# Build both gold and ld. Install gold as "ld.gold" and "ld",
2935# install ld as "ld.bfd".
2936# --enable-gold[=default] --disable-ld
2937# Build only gold, which is then installed as both "ld.gold" and "ld".
2938# --enable-gold --enable-ld=default
9580395f
L
2939# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2940# and ld.bfd).
21539e2e
MK
2941# In other words, ld is default
2942# --enable-gold=default --enable-ld=default
2943# Error.
2944
2945default_ld=
5213506e
RW
2946# Check whether --enable-gold was given.
2947if test "${enable_gold+set}" = set; then :
2948 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2949else
2950 ENABLE_GOLD=no
5213506e
RW
2951fi
2952
21539e2e
MK
2953case "${ENABLE_GOLD}" in
2954 yes|default)
38e3d868
RM
2955 # Check for ELF target.
2956 is_elf=no
2957 case "${target}" in
2958 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
0e76460f 2959 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a 2960 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
ff4b7a7e 2961 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
38e3d868
RM
2962 case "${target}" in
2963 *-*-linux*aout* | *-*-linux*oldld*)
2964 ;;
2965 *)
2966 is_elf=yes
2967 ;;
2968 esac
2969 esac
2970
2971 if test "$is_elf" = "yes"; then
2972 # Check for target supported by gold.
5afab7ad 2973 case "${target}" in
8750dfc5 2974 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
21539e2e
MK
2975 configdirs="$configdirs gold"
2976 if test x${ENABLE_GOLD} = xdefault; then
2977 default_ld=gold
2978 fi
38e3d868 2979 ENABLE_GOLD=yes
5afab7ad
ILT
2980 ;;
2981 esac
38e3d868
RM
2982 fi
2983 ;;
2984 no)
2985 ;;
2986 *)
2987 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2988 ;;
21539e2e
MK
2989esac
2990
2991# Check whether --enable-ld was given.
2992if test "${enable_ld+set}" = set; then :
2993 enableval=$enable_ld; ENABLE_LD=$enableval
2994else
2995 ENABLE_LD=yes
2996fi
2997
2998
2999case "${ENABLE_LD}" in
3000 default)
9580395f 3001 if test x${default_ld} != x; then
21539e2e
MK
3002 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3003 fi
3004 ;;
3005 yes)
3006 ;;
3007 no)
3008 if test x${ENABLE_GOLD} != xyes; then
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3010$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3011 fi
3012 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3013 ;;
3014 *)
3015 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3016 ;;
3017esac
5afab7ad 3018
671aa708 3019# Configure extra directories which are host specific
79c06341 3020
671aa708
NN
3021case "${host}" in
3022 *-cygwin*)
3023 configdirs="$configdirs libtermcap" ;;
3024esac
79c06341 3025
4fab7234
HPN
3026# A target can indicate whether a language isn't supported for some reason.
3027# Only spaces may be used in this macro; not newlines or tabs.
3028unsupported_languages=
3029
1c710c3c 3030# Remove more programs from consideration, based on the host or
671aa708
NN
3031# target this usually means that a port of the program doesn't
3032# exist yet.
ec8d6ddc 3033
671aa708 3034case "${host}" in
111eeb6e 3035 i[3456789]86-*-msdosdjgpp*)
c9bdb152 3036 noconfigdirs="$noconfigdirs tcl tk itcl"
671aa708 3037 ;;
671aa708 3038esac
ec8d6ddc 3039
6de9cd9a 3040
87e6d9dc
TB
3041# Check whether --enable-libquadmath was given.
3042if test "${enable_libquadmath+set}" = set; then :
3043 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3044else
3045 ENABLE_LIBQUADMATH=yes
3046fi
3047
3048if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3049 noconfigdirs="$noconfigdirs target-libquadmath"
3050fi
3051
3052
3053# Check whether --enable-libquadmath-support was given.
3054if test "${enable_libquadmath_support+set}" = set; then :
3055 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3056else
3057 ENABLE_LIBQUADMATH_SUPPORT=yes
3058fi
3059
3060enable_libquadmath_support=
3061if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3062 enable_libquadmath_support=no
3063fi
3064
3065
5213506e
RW
3066# Check whether --enable-libada was given.
3067if test "${enable_libada+set}" = set; then :
3068 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3069else
3070 ENABLE_LIBADA=yes
5213506e
RW
3071fi
3072
d9cdb878 3073if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3074 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3075fi
3076
5213506e
RW
3077# Check whether --enable-libssp was given.
3078if test "${enable_libssp+set}" = set; then :
3079 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3080else
3081 ENABLE_LIBSSP=yes
5213506e
RW
3082fi
3083
ef0087a7 3084
1873ec0c
L
3085# Check whether --enable-libstdcxx was given.
3086if test "${enable_libstdcxx+set}" = set; then :
3087 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3088else
3089 ENABLE_LIBSTDCXX=default
3090fi
3091
3092if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3093 noconfigdirs="$noconfigdirs libstdc++-v3"
3094fi
3095
671aa708
NN
3096# Save it here so that, even in case of --enable-libgcj, if the Java
3097# front-end isn't enabled, we still get libgcj disabled.
3098libgcj_saved=$libgcj
3099case $enable_libgcj in
3100yes)
3101 # If we reset it here, it won't get added to noconfigdirs in the
3102 # target-specific build rules, so it will be forcibly enabled
3103 # (unless the Java language itself isn't enabled).
3104 libgcj=
3105 ;;
3106no)
3107 # Make sure we get it printed in the list of not supported target libs.
4da3b0f8
ILT
3108 # Don't disable libffi, though, other languages use it.
3109 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
d479b128
ILT
3110 # Clear libgcj_saved so that even if java is enabled libffi won't be
3111 # built.
3112 libgcj_saved=
671aa708
NN
3113 ;;
3114esac
ec8d6ddc 3115
a4a2c37d
MK
3116# Check whether --enable-static-libjava was given.
3117if test "${enable_static_libjava+set}" = set; then :
3118 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3119else
3120 ENABLE_STATIC_LIBJAVA=no
3121fi
3122
3123enable_static_libjava=
3124if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3125 enable_static_libjava=yes
3126fi
3127
3128if test x$enable_static_libjava != xyes ; then
3129 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3130fi
3131
6de9cd9a 3132
27079765
AH
3133# Disable libgomp on non POSIX hosted systems.
3134if test x$enable_libgomp = x ; then
953ff289
DN
3135 # Enable libgomp by default on hosted POSIX systems.
3136 case "${target}" in
416ac4d4 3137 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 3138 ;;
8c6d158a 3139 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 3140 ;;
b24513a1 3141 *-*-solaris2* | *-*-hpux11*)
953ff289 3142 ;;
cac90078 3143 *-*-darwin* | *-*-aix*)
953ff289
DN
3144 ;;
3145 *)
3146 noconfigdirs="$noconfigdirs target-libgomp"
3147 ;;
3148 esac
27079765 3149fi
953ff289 3150
48310492
RH
3151# Disable libatomic on unsupported systems.
3152if test -d ${srcdir}/libatomic; then
3153 if test x$enable_libatomic = x; then
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3155$as_echo_n "checking for libatomic support... " >&6; }
3156 if (srcdir=${srcdir}/libatomic; \
3157 . ${srcdir}/configure.tgt; \
3158 test -n "$UNSUPPORTED")
3159 then
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3161$as_echo "no" >&6; }
3162 noconfigdirs="$noconfigdirs target-libatomic"
3163 else
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3165$as_echo "yes" >&6; }
3166 fi
3167 fi
3168fi
3169
3038054c
BI
3170# Disable libcilkrts on unsupported systems.
3171if test -d ${srcdir}/libcilkrts; then
3172 if test x$enable_libcilkrts = x; then
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3174$as_echo_n "checking for libcilkrts support... " >&6; }
3175 if (srcdir=${srcdir}/libcilkrts; \
3176 . ${srcdir}/configure.tgt; \
3177 test -n "$UNSUPPORTED")
3178 then
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3180$as_echo "no" >&6; }
3181 noconfigdirs="$noconfigdirs target-libcilkrts"
3182 else
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3184$as_echo "yes" >&6; }
3185 fi
3186 fi
3187fi
3188
e948157d
RH
3189# Disable libitm on unsupported systems.
3190if test -d ${srcdir}/libitm; then
3191 if test x$enable_libitm = x; then
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
01f3428c 3193$as_echo_n "checking for libitm support... " >&6; }
e948157d
RH
3194 if (srcdir=${srcdir}/libitm; \
3195 . ${srcdir}/configure.tgt; \
3196 test -n "$UNSUPPORTED")
3197 then
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
01f3428c 3199$as_echo "no" >&6; }
e948157d
RH
3200 noconfigdirs="$noconfigdirs target-libitm"
3201 else
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
01f3428c 3203$as_echo "yes" >&6; }
e948157d
RH
3204 fi
3205 fi
0a35513e
AH
3206fi
3207
93bf5390
RH
3208# Disable libsanitizer on unsupported systems.
3209if test -d ${srcdir}/libsanitizer; then
3210 if test x$enable_libsanitizer = x; then
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3212$as_echo_n "checking for libsanitizer support... " >&6; }
3213 if (srcdir=${srcdir}/libsanitizer; \
3214 . ${srcdir}/configure.tgt; \
3215 test -n "$UNSUPPORTED")
3216 then
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3218$as_echo "no" >&6; }
3219 noconfigdirs="$noconfigdirs target-libsanitizer"
3220 else
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3222$as_echo "yes" >&6; }
3223 fi
3224 fi
3225fi
3226
2077db1b
CT
3227# Disable libvtv on unsupported systems.
3228if test -d ${srcdir}/libvtv; then
3229 if test x$enable_libvtv = x; then
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3231$as_echo_n "checking for libvtv support... " >&6; }
3232 if (srcdir=${srcdir}/libvtv; \
3233 . ${srcdir}/configure.tgt; \
1e74b850 3234 test "$VTV_SUPPORTED" != "yes")
2077db1b
CT
3235 then
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3237$as_echo "no" >&6; }
3238 noconfigdirs="$noconfigdirs target-libvtv"
3239 else
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3241$as_echo "yes" >&6; }
3242 fi
3243 fi
3244fi
3245
d91491e5
SE
3246# Disable libquadmath for some systems.
3247case "${target}" in
e7fae550
DE
3248 avr-*-*)
3249 noconfigdirs="$noconfigdirs target-libquadmath"
3250 ;;
d91491e5
SE
3251 # libquadmath is unused on AIX and libquadmath build process use of
3252 # LD_LIBRARY_PATH can break AIX bootstrap.
3253 powerpc-*-aix* | rs6000-*-aix*)
3254 noconfigdirs="$noconfigdirs target-libquadmath"
3255 ;;
3256esac
3257
1e9e0e23
JM
3258# Disable libssp for some systems.
3259case "${target}" in
3260 avr-*-*)
b318fb4b 3261 # No hosted I/O support.
1e9e0e23
JM
3262 noconfigdirs="$noconfigdirs target-libssp"
3263 ;;
3264 powerpc-*-aix* | rs6000-*-aix*)
3265 noconfigdirs="$noconfigdirs target-libssp"
85b8555e
DD
3266 ;;
3267 rl78-*-*)
7cb62ef1
EB
3268 # libssp uses a misaligned load to trigger a fault, but the RL78
3269 # doesn't fault for those - instead, it gives a build-time error
3270 # for explicit misaligned loads.
85b8555e 3271 noconfigdirs="$noconfigdirs target-libssp"
1e9e0e23 3272 ;;
1e9e0e23
JM
3273esac
3274
1e9e0e23 3275# Disable libstdc++-v3 for some systems.
1873ec0c
L
3276# Allow user to override this if they pass --enable-libstdc++-v3
3277if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3278 case "${target}" in
3279 *-*-vxworks*)
3280 # VxWorks uses the Dinkumware C++ library.
3281 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3282 ;;
3283 arm*-wince-pe*)
3284 # the C++ libraries don't build on top of CE's C libraries
3285 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3286 ;;
3287 avr-*-*)
3288 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3289 ;;
3290 esac
3291fi
1e9e0e23
JM
3292
3293# Disable Fortran for some systems.
3294case "${target}" in
3295 mmix-*-*)
3296 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3297 unsupported_languages="$unsupported_languages fortran"
3298 ;;
3299esac
3300
80f81134 3301# Disable Java if libffi is not supported.
2909494b 3302case "${target}" in
eb7062cf
AS
3303 aarch64-*-*)
3304 ;;
80f81134
JM
3305 alpha*-*-*)
3306 ;;
3307 arm*-*-*)
3308 ;;
3309 cris-*-*)
3310 ;;
3311 frv-*-*)
3312 ;;
3313 hppa*-*-linux*)
3314 ;;
3315 hppa*-*-hpux*)
3316 ;;
3317 i?86-*-*)
3318 ;;
3319 ia64*-*-*)
3320 ;;
3321 m32r*-*-*)
3322 ;;
3323 m68k-*-*)
3324 ;;
b24513a1 3325 mips*-*-rtems*)
80f81134
JM
3326 ;;
3327 mips*-*-linux*)
3328 ;;
3329 powerpc*-*-linux*)
3330 ;;
3331 powerpc-*-darwin*)
3332 ;;
3333 powerpc-*-aix* | rs6000-*-aix*)
3334 ;;
3335 powerpc-*-freebsd*)
3336 ;;
3337 powerpc64-*-freebsd*)
3338 ;;
3339 powerpc*-*-rtems*)
2909494b 3340 ;;
80f81134
JM
3341 s390-*-* | s390x-*-*)
3342 ;;
3343 sh-*-* | sh[34]*-*-*)
3344 ;;
3345 sh64-*-* | sh5*-*-*)
3346 ;;
3347 sparc*-*-*)
3348 ;;
3349 x86_64-*-*)
3350 ;;
3351 *-*-*)
3352 unsupported_languages="$unsupported_languages java"
3353 ;;
3354esac
3355
3356# Disable Java, libgcj or related libraries for some systems.
3357case "${target}" in
2909494b
JM
3358 powerpc-*-darwin*)
3359 ;;
3360 i[3456789]86-*-darwin*)
3361 ;;
3362 x86_64-*-darwin[912]*)
3363 ;;
3364 *-*-darwin*)
3365 noconfigdirs="$noconfigdirs ${libgcj}"
3366 ;;
2909494b
JM
3367 *-*-netware*)
3368 noconfigdirs="$noconfigdirs ${libgcj}"
3369 ;;
3370 *-*-rtems*)
3371 noconfigdirs="$noconfigdirs ${libgcj}"
3372 ;;
3373 *-*-tpf*)
3374 noconfigdirs="$noconfigdirs ${libgcj}"
3375 ;;
3376 *-*-uclinux*)
3377 noconfigdirs="$noconfigdirs ${libgcj}"
3378 ;;
3379 *-*-vxworks*)
3380 noconfigdirs="$noconfigdirs ${libgcj}"
3381 ;;
2909494b
JM
3382 alpha*-*-*vms*)
3383 noconfigdirs="$noconfigdirs ${libgcj}"
3384 ;;
80f81134 3385 arm-wince-pe)
2909494b
JM
3386 noconfigdirs="$noconfigdirs ${libgcj}"
3387 ;;
2909494b
JM
3388 arm*-*-symbianelf*)
3389 noconfigdirs="$noconfigdirs ${libgcj}"
3390 ;;
2909494b 3391 bfin-*-*)
2909494b
JM
3392 noconfigdirs="$noconfigdirs target-boehm-gc"
3393 ;;
2909494b
JM
3394 cris-*-* | crisv32-*-*)
3395 unsupported_languages="$unsupported_languages java"
3396 case "${target}" in
3397 *-*-linux*)
3398 ;;
3399 *) # See PR46792 regarding target-libffi.
3400 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3401 esac
3402 ;;
2909494b
JM
3403 hppa*64*-*-linux*)
3404 # In this case, it's because the hppa64-linux target is for
3405 # the kernel only at this point and has no libc, and thus no
3406 # headers, crt*.o, etc., all of which are needed by these.
fddf9ee7 3407 unsupported_languages="$unsupported_languages java"
2909494b 3408 ;;
fddf9ee7 3409 hppa*64*-*-hpux*)
2909494b
JM
3410 noconfigdirs="$noconfigdirs ${libgcj}"
3411 ;;
3412 hppa*-hp-hpux11*)
3413 ;;
fddf9ee7 3414 hppa*-*-hpux*)
2909494b
JM
3415 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3416 # build on HP-UX 10.20.
3417 noconfigdirs="$noconfigdirs ${libgcj}"
3418 ;;
2909494b
JM
3419 ia64*-*-*vms*)
3420 noconfigdirs="$noconfigdirs ${libgcj}"
3421 ;;
2909494b
JM
3422 i[3456789]86-w64-mingw*)
3423 noconfigdirs="$noconfigdirs ${libgcj}"
3424 ;;
3425 i[3456789]86-*-mingw*)
3426 noconfigdirs="$noconfigdirs ${libgcj}"
3427 ;;
3428 x86_64-*-mingw*)
3429 noconfigdirs="$noconfigdirs ${libgcj}"
3430 ;;
2909494b
JM
3431 mmix-*-*)
3432 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
2909494b
JM
3433 ;;
3434 powerpc-*-aix*)
3435 # copied from rs6000-*-* entry
3436 noconfigdirs="$noconfigdirs ${libgcj}"
3437 ;;
2909494b
JM
3438 rs6000-*-aix*)
3439 noconfigdirs="$noconfigdirs ${libgcj}"
3440 ;;
2909494b
JM
3441 *-*-lynxos*)
3442 noconfigdirs="$noconfigdirs ${libgcj}"
3443 ;;
2909494b
JM
3444esac
3445
cdbc9e92
ILT
3446# Disable libgo for some systems where it is known to not work.
3447# For testing, you can easily override this with --enable-libgo.
3448if test x$enable_libgo = x; then
3449 case "${target}" in
3450 *-*-darwin*)
3451 # PR 46986
3452 noconfigdirs="$noconfigdirs target-libgo"
3453 ;;
3454 *-*-cygwin* | *-*-mingw*)
3455 noconfigdirs="$noconfigdirs target-libgo"
3456 ;;
3457 *-*-aix*)
3458 noconfigdirs="$noconfigdirs target-libgo"
3459 ;;
3460 esac
3461fi
3462
c03353e2
RIL
3463# Default libgloss CPU subdirectory.
3464libgloss_dir="$target_cpu"
6de9cd9a 3465
fbcf0dca
JM
3466case "${target}" in
3467 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3468 libgloss_dir=wince
3469 ;;
4dddfc74
YZ
3470 aarch64*-*-* )
3471 libgloss_dir=aarch64
3472 ;;
fbcf0dca
JM
3473 arm*-*-*)
3474 libgloss_dir=arm
3475 ;;
3476 cris-*-* | crisv32-*-*)
3477 libgloss_dir=cris
3478 ;;
3479 hppa*-*-*)
3480 libgloss_dir=pa
3481 ;;
3482 i[3456789]86-*-*)
3483 libgloss_dir=i386
3484 ;;
3485 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3486 libgloss_dir=m68hc11
3487 ;;
3488 m68*-*-* | fido-*-*)
3489 libgloss_dir=m68k
3490 ;;
3491 mips*-*-*)
3492 libgloss_dir=mips
3493 ;;
3494 powerpc*-*-*)
3495 libgloss_dir=rs6000
3496 ;;
3497 sparc*-*-*)
3498 libgloss_dir=sparc
3499 ;;
3500esac
3501
6a789d5e 3502# Disable newlib and libgloss for various target OSes.
671aa708 3503case "${target}" in
6a789d5e
JM
3504 alpha*-dec-osf*)
3505 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3506 ;;
3507 i[3456789]86-*-linux*)
3508 # This section makes it possible to build newlib natively on linux.
3509 # If we are using a cross compiler then don't configure newlib.
3510 if test x${is_cross_compiler} != xno ; then
3511 noconfigdirs="$noconfigdirs target-newlib"
3512 fi
3513 noconfigdirs="$noconfigdirs target-libgloss"
3514 # If we are not using a cross compiler, do configure newlib.
3515 # Note however, that newlib will only be configured in this situation
3516 # if the --with-newlib option has been given, because otherwise
3517 # 'target-newlib' will appear in skipdirs.
3518 ;;
3519 i[3456789]86-*-rdos*)
3520 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3521 ;;
3522 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3523 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3524 ;;
3525 sparc-*-sunos4*)
3526 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3527 ;;
3528 *-*-aix*)
3529 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3530 ;;
3531 *-*-beos*)
3532 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3533 ;;
671aa708 3534 *-*-chorusos)
0036370f 3535 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3536 ;;
6a789d5e
JM
3537 *-*-dragonfly*)
3538 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3539 ;;
3540 *-*-freebsd*)
3541 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3542 ;;
3543 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3544 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3545 ;;
3546 *-*-lynxos*)
3547 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3548 ;;
3549 *-*-mingw*)
3550 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3551 ;;
3552 *-*-netbsd*)
3553 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3554 ;;
3555 *-*-netware*)
3556 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3557 ;;
3558 *-*-tpf*)
3559 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3560 ;;
3561 *-*-uclinux*)
3562 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3563 ;;
3564 *-*-vxworks*)
3565 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3566 ;;
3567esac
3568
3569case "${target}" in
3570 *-*-chorusos)
3571 ;;
75eeae1a 3572 powerpc-*-darwin*)
e1514c3f 3573 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3574 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3575 ;;
354ebf88
RW
3576 i[3456789]86-*-darwin*)
3577 noconfigdirs="$noconfigdirs ld gprof"
3578 noconfigdirs="$noconfigdirs sim target-rda"
3579 ;;
3580 x86_64-*-darwin[912]*)
0db3a858
TG
3581 noconfigdirs="$noconfigdirs ld gas gprof"
3582 noconfigdirs="$noconfigdirs sim target-rda"
3583 ;;
42c1cd8a
AT
3584 *-*-darwin*)
3585 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3586 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 3587 ;;
8c6d158a 3588 *-*-dragonfly*)
8c6d158a 3589 ;;
c3f84f61 3590 *-*-freebsd*)
6de9cd9a
DN
3591 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3592 && test -f /usr/local/include/gmp.h; then
3593 with_gmp=/usr/local
3594 fi
6de9cd9a 3595 ;;
ef4e7569
US
3596 *-*-kaos*)
3597 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
3598 noconfigdirs="$noconfigdirs target-libgloss"
3599 ;;
671aa708 3600 *-*-netbsd*)
671aa708 3601 ;;
61fec9ff 3602 *-*-netware*)
671aa708
NN
3603 ;;
3604 *-*-rtems*)
2909494b 3605 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3606 ;;
a8ba31f2
EC
3607 # The tpf target doesn't support gdb yet.
3608 *-*-tpf*)
6a789d5e 3609 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 3610 ;;
5785c0ed 3611 *-*-uclinux*)
6a789d5e 3612 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 3613 ;;
671aa708 3614 *-*-vxworks*)
671aa708
NN
3615 ;;
3616 alpha*-dec-osf*)
3617 # ld works, but does not support shared libraries.
671aa708 3618 # gas doesn't generate exception information.
6a789d5e 3619 noconfigdirs="$noconfigdirs gas ld"
671aa708
NN
3620 ;;
3621 alpha*-*-*vms*)
2909494b 3622 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
671aa708 3623 ;;
671aa708
NN
3624 alpha*-*-*)
3625 # newlib is not 64 bit ready
2909494b 3626 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3627 ;;
671aa708 3628 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 3629 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708 3630 ;;
53426f6c 3631 arc-*-*|arceb-*-*)
ebb9f8b0 3632 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3633 ;;
671aa708 3634 arm-*-pe*)
2909494b 3635 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3636 ;;
671aa708 3637 arm-*-riscix*)
0036370f 3638 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3639 ;;
b588ae30
GJL
3640 avr-*-rtems*)
3641 ;;
3642 avr-*-*)
3643 if test x${with_avrlibc} != xno; then
3644 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3645 fi
3646 ;;
671aa708 3647 c4x-*-* | tic4x-*-*)
0036370f 3648 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3649 ;;
0036370f
JM
3650 tic54x-*-*)
3651 noconfigdirs="$noconfigdirs target-libgloss gdb"
671aa708 3652 ;;
671aa708 3653 d10v-*-*)
0036370f 3654 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3655 ;;
3656 d30v-*-*)
0036370f 3657 noconfigdirs="$noconfigdirs gdb"
671aa708
NN
3658 ;;
3659 fr30-*-elf*)
2909494b 3660 noconfigdirs="$noconfigdirs gdb"
671aa708 3661 ;;
55f2d967 3662 moxie-*-*)
55f2d967
AG
3663 noconfigdirs="$noconfigdirs gprof"
3664 ;;
671aa708 3665 h8300*-*-*)
2909494b 3666 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3667 ;;
3668 h8500-*-*)
0036370f 3669 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3670 ;;
ee6a22df 3671 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3672 ;;
4569f85e 3673 hppa*64*-*-linux*)
671aa708 3674 ;;
56f8587a 3675 hppa*-*-linux*)
3e732ba0 3676 ;;
671aa708 3677 hppa*-*-*elf* | \
671aa708
NN
3678 hppa*-*-lites* | \
3679 hppa*-*-openbsd* | \
3680 hppa*64*-*-*)
671aa708 3681 ;;
2a332582 3682 hppa*-hp-hpux11*)
1bcce263 3683 noconfigdirs="$noconfigdirs ld"
2a332582 3684 ;;
c03353e2 3685 hppa*-*-pro*)
c03353e2 3686 ;;
671aa708 3687 hppa*-*-*)
2909494b 3688 noconfigdirs="$noconfigdirs ld"
671aa708 3689 ;;
fb87ad5d 3690 i960-*-*)
0036370f 3691 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 3692 ;;
671aa708
NN
3693 ia64*-*-elf*)
3694 # No gdb support yet.
1bcce263 3695 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
671aa708
NN
3696 ;;
3697 ia64*-**-hpux*)
5a2931d1 3698 # No ld support yet.
2909494b 3699 noconfigdirs="$noconfigdirs libgui itcl ld"
671aa708 3700 ;;
52535a64 3701 ia64*-*-*vms*)
091fe9ca
TG
3702 # No ld support yet.
3703 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 3704 ;;
ef4c4300 3705 i[3456789]86-w64-mingw*)
ef4c4300
KT
3706 ;;
3707 i[3456789]86-*-mingw*)
b91f0a41 3708 target_configdirs="$target_configdirs target-winsup"
1c710c3c 3709 ;;
671aa708
NN
3710 *-*-cygwin*)
3711 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 3712 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 3713 # always build newlib if winsup directory is present.
b91f0a41 3714 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3715 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3716 elif test -d "$srcdir/newlib"; then
b91f0a41 3717 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3718 fi
1c710c3c 3719 ;;
f2a0e225 3720 i[3456789]86-*-pe)
ebb9f8b0 3721 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3722 ;;
f2a0e225 3723 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3724 # The linker does not yet know about weak symbols in COFF,
3725 # and is not configured to handle mixed ELF and COFF.
0036370f 3726 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3727 ;;
f2a0e225 3728 i[3456789]86-*-sco*)
0036370f 3729 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3730 ;;
fbdd5d87 3731 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
671aa708
NN
3732 noconfigdirs="$noconfigdirs target-libgloss"
3733 ;;
f2a0e225 3734 i[3456789]86-*-sysv4*)
0036370f 3735 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3736 ;;
f2a0e225 3737 i[3456789]86-*-beos*)
6a789d5e 3738 noconfigdirs="$noconfigdirs gdb"
3aa83176 3739 ;;
d1f8db0c 3740 i[3456789]86-*-rdos*)
6a789d5e 3741 noconfigdirs="$noconfigdirs gdb"
c03353e2 3742 ;;
671aa708 3743 mmix-*-*)
2909494b 3744 noconfigdirs="$noconfigdirs gdb"
671aa708 3745 ;;
ab34901f 3746 mt-*-*)
79dd769c
AH
3747 noconfigdirs="$noconfigdirs sim"
3748 ;;
671aa708
NN
3749 powerpc-*-aix*)
3750 # copied from rs6000-*-* entry
6a789d5e 3751 noconfigdirs="$noconfigdirs gprof"
671aa708 3752 ;;
4569f85e 3753 powerpc*-*-winnt* | powerpc*-*-pe*)
671aa708 3754 target_configdirs="$target_configdirs target-winsup"
0036370f 3755 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
671aa708
NN
3756 # always build newlib.
3757 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3758 ;;
3759 # This is temporary until we can link against shared libraries
3760 powerpcle-*-solaris*)
0036370f 3761 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
671aa708
NN
3762 ;;
3763 powerpc-*-beos*)
6a789d5e 3764 noconfigdirs="$noconfigdirs gdb"
671aa708 3765 ;;
671aa708 3766 rs6000-*-lynxos*)
6a789d5e 3767 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3768 ;;
3769 rs6000-*-aix*)
6a789d5e 3770 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3771 ;;
3772 rs6000-*-*)
2909494b 3773 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3774 ;;
3775 m68k-apollo-*)
0036370f 3776 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
671aa708 3777 ;;
ca9fe997 3778 microblaze*)
2909494b 3779 noconfigdirs="$noconfigdirs gprof"
ca9fe997 3780 ;;
d91491e5 3781 mips*-sde-elf* | mips*-mti-elf*)
d9dced13
RS
3782 if test x$with_newlib = xyes; then
3783 noconfigdirs="$noconfigdirs gprof"
3784 fi
d9dced13 3785 ;;
671aa708 3786 mips*-*-irix5*)
0036370f 3787 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708
NN
3788 ;;
3789 mips*-*-irix6*)
2909494b 3790 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3791 ;;
671aa708 3792 mips*-*-bsd*)
bc98bcc4 3793 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
671aa708 3794 ;;
671aa708 3795 mips*-*-linux*)
671aa708 3796 ;;
bc98bcc4
JBG
3797 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3798 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3799 noconfigdirs="$noconfigdirs ld gas gprof"
3800 ;;
671aa708 3801 mips*-*-*)
2909494b 3802 noconfigdirs="$noconfigdirs gprof"
671aa708 3803 ;;
669f01d8 3804 sh-*-* | sh64-*-*)
ea2002ba
CB
3805 case "${target}" in
3806 sh*-*-elf)
2909494b 3807 ;;
ea2002ba 3808 *)
2909494b 3809 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 3810 esac
671aa708 3811 ;;
671aa708 3812 sparc-*-sunos4*)
6a789d5e 3813 if test x${is_cross_compiler} = xno ; then
671aa708
NN
3814 use_gnu_ld=no
3815 fi
3816 ;;
b42f0d7e 3817 tic6x-*-*)
0d557ff8 3818 noconfigdirs="$noconfigdirs sim"
b42f0d7e 3819 ;;
341c653c 3820 tilepro*-*-* | tilegx*-*-*)
db1d217c
WL
3821 noconfigdirs="$noconfigdirs sim"
3822 ;;
671aa708 3823 v810-*-*)
0036370f 3824 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
671aa708
NN
3825 ;;
3826 vax-*-*)
2909494b 3827 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3828 ;;
671aa708 3829esac
79c06341 3830
671aa708
NN
3831# If we aren't building newlib, then don't build libgloss, since libgloss
3832# depends upon some newlib header files.
3833case "${noconfigdirs}" in
3834 *target-libgloss*) ;;
3835 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3836esac
3837
671aa708 3838# Work in distributions that contain no compiler tools, like Autoconf.
671aa708
NN
3839host_makefile_frag=/dev/null
3840if test -d ${srcdir}/config ; then
3841case "${host}" in
f2a0e225 3842 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3843 host_makefile_frag="config/mh-djgpp"
3844 ;;
3845 *-cygwin*)
2a79c47f 3846
5213506e
RW
3847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3848$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3849echo a >cygwin-cat-check
e25a8c82 3850if test `cat cygwin-cat-check` = a ; then
2a79c47f 3851 rm cygwin-cat-check
5213506e
RW
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3853$as_echo "yes" >&6; }
2a79c47f
NC
3854else
3855 rm cygwin-cat-check
5213506e
RW
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3857$as_echo "no" >&6; }
3858 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3859 Please either mount the build directory in binary mode or run the following
3860 commands before running any configure script:
3861set -o igncr
3862export SHELLOPTS
5213506e 3863 " "$LINENO" 5
2a79c47f
NC
3864fi
3865
671aa708
NN
3866 host_makefile_frag="config/mh-cygwin"
3867 ;;
c53a18d3 3868 *-mingw*)
1f5a6b84 3869 host_makefile_frag="config/mh-mingw"
95af8923 3870 ;;
efd41714 3871 hppa*-hp-hpux10*)
efd41714 3872 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3873 ;;
111eeb6e 3874 hppa*-hp-hpux*)
efd41714
PB
3875 host_makefile_frag="config/mh-pa"
3876 ;;
3877 hppa*-*)
3878 host_makefile_frag="config/mh-pa"
3879 ;;
d8ed14ce
IS
3880 *-*-darwin*)
3881 host_makefile_frag="config/mh-darwin"
be8fff81 3882 ;;
d19bca38
PB
3883 powerpc-*-aix*)
3884 host_makefile_frag="config/mh-ppc-aix"
3885 ;;
3886 rs6000-*-aix*)
3887 host_makefile_frag="config/mh-ppc-aix"
3888 ;;
671aa708
NN
3889esac
3890fi
3891
55ffb5ed 3892if test "${build}" != "${host}" ; then
0999159b
PB
3893 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3894 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3895 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3896 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3897 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3898 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 3899 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
3900 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3901 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3902 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3903 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3904 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3905 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3906else
3907 AR_FOR_BUILD="\$(AR)"
3908 AS_FOR_BUILD="\$(AS)"
fb0103e5 3909 CC_FOR_BUILD="\$(CC)"
0999159b
PB
3910 CXX_FOR_BUILD="\$(CXX)"
3911 GCJ_FOR_BUILD="\$(GCJ)"
3912 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 3913 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
3914 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3915 LD_FOR_BUILD="\$(LD)"
3916 NM_FOR_BUILD="\$(NM)"
3917 RANLIB_FOR_BUILD="\$(RANLIB)"
3918 WINDRES_FOR_BUILD="\$(WINDRES)"
3919 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
3920fi
3921
3922ac_ext=c
1c710c3c
DJ
3923ac_cpp='$CPP $CPPFLAGS'
3924ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3925ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3926ac_compiler_gnu=$ac_cv_c_compiler_gnu
3927if test -n "$ac_tool_prefix"; then
3928 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3929set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3931$as_echo_n "checking for $ac_word... " >&6; }
3932if test "${ac_cv_prog_CC+set}" = set; then :
3933 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3934else
3935 if test -n "$CC"; then
3936 ac_cv_prog_CC="$CC" # Let the user override the test.
3937else
3938as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3939for as_dir in $PATH
3940do
3941 IFS=$as_save_IFS
3942 test -z "$as_dir" && as_dir=.
5213506e
RW
3943 for ac_exec_ext in '' $ac_executable_extensions; do
3944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3945 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3947 break 2
3948 fi
3949done
5213506e
RW
3950 done
3951IFS=$as_save_IFS
1c710c3c
DJ
3952
3953fi
3954fi
3955CC=$ac_cv_prog_CC
3956if test -n "$CC"; then
5213506e
RW
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3958$as_echo "$CC" >&6; }
1c710c3c 3959else
5213506e
RW
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3961$as_echo "no" >&6; }
1c710c3c
DJ
3962fi
3963
5213506e 3964
1c710c3c
DJ
3965fi
3966if test -z "$ac_cv_prog_CC"; then
3967 ac_ct_CC=$CC
fb0103e5
RG
3968 # Extract the first word of "gcc", so it can be a program name with args.
3969set dummy gcc; ac_word=$2
5213506e
RW
3970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3971$as_echo_n "checking for $ac_word... " >&6; }
3972if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3973 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3974else
3975 if test -n "$ac_ct_CC"; then
3976 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3977else
3978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3979for as_dir in $PATH
3980do
3981 IFS=$as_save_IFS
3982 test -z "$as_dir" && as_dir=.
5213506e
RW
3983 for ac_exec_ext in '' $ac_executable_extensions; do
3984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3985 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3987 break 2
3988 fi
3989done
5213506e
RW
3990 done
3991IFS=$as_save_IFS
1c710c3c
DJ
3992
3993fi
3994fi
3995ac_ct_CC=$ac_cv_prog_ac_ct_CC
3996if test -n "$ac_ct_CC"; then
5213506e
RW
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3998$as_echo "$ac_ct_CC" >&6; }
1c710c3c 3999else
5213506e
RW
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001$as_echo "no" >&6; }
1c710c3c
DJ
4002fi
4003
5213506e
RW
4004 if test "x$ac_ct_CC" = x; then
4005 CC=""
4006 else
4007 case $cross_compiling:$ac_tool_warned in
4008yes:)
4009{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4010$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4011ac_tool_warned=yes ;;
4012esac
4013 CC=$ac_ct_CC
4014 fi
1c710c3c
DJ
4015else
4016 CC="$ac_cv_prog_CC"
4017fi
4018
4019if test -z "$CC"; then
5213506e
RW
4020 if test -n "$ac_tool_prefix"; then
4021 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 4022set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
4023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4024$as_echo_n "checking for $ac_word... " >&6; }
4025if test "${ac_cv_prog_CC+set}" = set; then :
4026 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4027else
4028 if test -n "$CC"; then
4029 ac_cv_prog_CC="$CC" # Let the user override the test.
4030else
1c710c3c
DJ
4031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4032for as_dir in $PATH
4033do
4034 IFS=$as_save_IFS
4035 test -z "$as_dir" && as_dir=.
5213506e
RW
4036 for ac_exec_ext in '' $ac_executable_extensions; do
4037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4038 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 4039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4040 break 2
4041 fi
4042done
5213506e
RW
4043 done
4044IFS=$as_save_IFS
1c710c3c 4045
0b0dc272 4046fi
0b0dc272 4047fi
1c710c3c 4048CC=$ac_cv_prog_CC
af71363e 4049if test -n "$CC"; then
5213506e
RW
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4051$as_echo "$CC" >&6; }
2aeb72e9 4052else
5213506e
RW
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4054$as_echo "no" >&6; }
2aeb72e9
DD
4055fi
4056
2aeb72e9 4057
5213506e 4058 fi
1c710c3c 4059fi
55ffb5ed
NN
4060if test -z "$CC"; then
4061 # Extract the first word of "cc", so it can be a program name with args.
4062set dummy cc; ac_word=$2
5213506e
RW
4063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4064$as_echo_n "checking for $ac_word... " >&6; }
4065if test "${ac_cv_prog_CC+set}" = set; then :
4066 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4067else
4068 if test -n "$CC"; then
4069 ac_cv_prog_CC="$CC" # Let the user override the test.
4070else
0b0dc272 4071 ac_prog_rejected=no
1c710c3c
DJ
4072as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4073for as_dir in $PATH
4074do
4075 IFS=$as_save_IFS
4076 test -z "$as_dir" && as_dir=.
5213506e
RW
4077 for ac_exec_ext in '' $ac_executable_extensions; do
4078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
4079 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4080 ac_prog_rejected=yes
4081 continue
4082 fi
4083 ac_cv_prog_CC="cc"
5213506e 4084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4085 break 2
4086 fi
4087done
5213506e
RW
4088 done
4089IFS=$as_save_IFS
1c710c3c 4090
55ffb5ed
NN
4091if test $ac_prog_rejected = yes; then
4092 # We found a bogon in the path, so make sure we never use it.
4093 set dummy $ac_cv_prog_CC
4094 shift
1c710c3c 4095 if test $# != 0; then
55ffb5ed
NN
4096 # We chose a different compiler from the bogus one.
4097 # However, it has the same basename, so the bogon will be chosen
4098 # first if we set CC to just the basename; use the full file name.
4099 shift
1c710c3c 4100 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4101 fi
4102fi
4103fi
4104fi
1c710c3c 4105CC=$ac_cv_prog_CC
55ffb5ed 4106if test -n "$CC"; then
5213506e
RW
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4108$as_echo "$CC" >&6; }
55ffb5ed 4109else
5213506e
RW
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4111$as_echo "no" >&6; }
55ffb5ed
NN
4112fi
4113
5213506e 4114
1c710c3c
DJ
4115fi
4116if test -z "$CC"; then
4117 if test -n "$ac_tool_prefix"; then
5213506e 4118 for ac_prog in cl.exe
1c710c3c
DJ
4119 do
4120 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4121set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4123$as_echo_n "checking for $ac_word... " >&6; }
4124if test "${ac_cv_prog_CC+set}" = set; then :
4125 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4126else
4127 if test -n "$CC"; then
4128 ac_cv_prog_CC="$CC" # Let the user override the test.
4129else
1c710c3c
DJ
4130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4131for as_dir in $PATH
4132do
4133 IFS=$as_save_IFS
4134 test -z "$as_dir" && as_dir=.
5213506e
RW
4135 for ac_exec_ext in '' $ac_executable_extensions; do
4136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4137 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4139 break 2
4140 fi
4141done
5213506e
RW
4142 done
4143IFS=$as_save_IFS
1c710c3c 4144
55ffb5ed
NN
4145fi
4146fi
1c710c3c 4147CC=$ac_cv_prog_CC
55ffb5ed 4148if test -n "$CC"; then
5213506e
RW
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4150$as_echo "$CC" >&6; }
a4b9e93e 4151else
5213506e
RW
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4153$as_echo "no" >&6; }
fb0103e5 4154fi
af71363e 4155
5213506e 4156
1c710c3c
DJ
4157 test -n "$CC" && break
4158 done
af71363e 4159fi
1c710c3c
DJ
4160if test -z "$CC"; then
4161 ac_ct_CC=$CC
5213506e 4162 for ac_prog in cl.exe
1c710c3c
DJ
4163do
4164 # Extract the first word of "$ac_prog", so it can be a program name with args.
4165set dummy $ac_prog; ac_word=$2
5213506e
RW
4166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4167$as_echo_n "checking for $ac_word... " >&6; }
4168if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4169 $as_echo_n "(cached) " >&6
0b0dc272 4170else
1c710c3c
DJ
4171 if test -n "$ac_ct_CC"; then
4172 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4173else
1c710c3c
DJ
4174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4175for as_dir in $PATH
4176do
4177 IFS=$as_save_IFS
4178 test -z "$as_dir" && as_dir=.
5213506e
RW
4179 for ac_exec_ext in '' $ac_executable_extensions; do
4180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4181 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4183 break 2
4184 fi
4185done
5213506e
RW
4186 done
4187IFS=$as_save_IFS
1c710c3c 4188
af71363e
AS
4189fi
4190fi
1c710c3c
DJ
4191ac_ct_CC=$ac_cv_prog_ac_ct_CC
4192if test -n "$ac_ct_CC"; then
5213506e
RW
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4194$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4195else
5213506e
RW
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4197$as_echo "no" >&6; }
af71363e 4198fi
0b0dc272 4199
5213506e 4200
1c710c3c
DJ
4201 test -n "$ac_ct_CC" && break
4202done
4203
5213506e
RW
4204 if test "x$ac_ct_CC" = x; then
4205 CC=""
4206 else
4207 case $cross_compiling:$ac_tool_warned in
4208yes:)
4209{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4210$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4211ac_tool_warned=yes ;;
4212esac
4213 CC=$ac_ct_CC
4214 fi
1c710c3c
DJ
4215fi
4216
4217fi
4218
4219
5213506e
RW
4220test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4221$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4222as_fn_error "no acceptable C compiler found in \$PATH
4223See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4224
4225# Provide some information about the compiler.
5213506e
RW
4226$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4227set X $ac_compile
4228ac_compiler=$2
4229for ac_option in --version -v -V -qversion; do
4230 { { ac_try="$ac_compiler $ac_option >&5"
4231case "(($ac_try" in
4232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4233 *) ac_try_echo=$ac_try;;
4234esac
4235eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4236$as_echo "$ac_try_echo"; } >&5
4237 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4238 ac_status=$?
5213506e
RW
4239 if test -s conftest.err; then
4240 sed '10a\
4241... rest of stderr output deleted ...
4242 10q' conftest.err >conftest.er1
4243 cat conftest.er1 >&5
4244 rm -f conftest.er1 conftest.err
4245 fi
4246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4247 test $ac_status = 0; }
4248done
1c710c3c 4249
5213506e 4250cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4251/* end confdefs.h. */
4252
4253int
4254main ()
4255{
4256
4257 ;
4258 return 0;
4259}
4260_ACEOF
4261ac_clean_files_save=$ac_clean_files
5213506e 4262ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4263# Try to create an executable without -o first, disregard a.out.
4264# It will help us diagnose broken compilers, and finding out an intuition
4265# of exeext.
5213506e
RW
4266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4267$as_echo_n "checking for C compiler default output file name... " >&6; }
4268ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4269
4270# The possible output files:
4271ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4272
4273ac_rmfiles=
4274for ac_file in $ac_files
4275do
4276 case $ac_file in
4277 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4278 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4279 esac
4280done
4281rm -f $ac_rmfiles
4282
4283if { { ac_try="$ac_link_default"
4284case "(($ac_try" in
4285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4286 *) ac_try_echo=$ac_try;;
4287esac
4288eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4289$as_echo "$ac_try_echo"; } >&5
4290 (eval "$ac_link_default") 2>&5
1c710c3c 4291 ac_status=$?
5213506e
RW
4292 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4293 test $ac_status = 0; }; then :
4294 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4295# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4296# in a Makefile. We should not override ac_cv_exeext if it was cached,
4297# so that the user can short-circuit this test for compilers unknown to
4298# Autoconf.
4299for ac_file in $ac_files ''
1c710c3c
DJ
4300do
4301 test -f "$ac_file" || continue
4302 case $ac_file in
5213506e 4303 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4304 ;;
4305 [ab].out )
4306 # We found the default executable, but exeext='' is most
4307 # certainly right.
4308 break;;
4309 *.* )
5213506e
RW
4310 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4311 then :; else
4312 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4313 fi
4314 # We set ac_cv_exeext here because the later test for it is not
4315 # safe: cross compilers may not add the suffix if given an `-o'
4316 # argument, so we may need to know it at that point already.
4317 # Even if this section looks crufty: it has the advantage of
4318 # actually working.
1c710c3c
DJ
4319 break;;
4320 * )
4321 break;;
4322 esac
4323done
5213506e
RW
4324test "$ac_cv_exeext" = no && ac_cv_exeext=
4325
1c710c3c 4326else
5213506e
RW
4327 ac_file=''
4328fi
4329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4330$as_echo "$ac_file" >&6; }
4331if test -z "$ac_file"; then :
4332 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4333sed 's/^/| /' conftest.$ac_ext >&5
4334
5213506e
RW
4335{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4336$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4337{ as_fn_set_status 77
4338as_fn_error "C compiler cannot create executables
4339See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4340fi
1c710c3c 4341ac_exeext=$ac_cv_exeext
1c710c3c 4342
5213506e 4343# Check that the compiler produces executables we can run. If not, either
1c710c3c 4344# the compiler is broken, or we cross compile.
5213506e
RW
4345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4346$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4347# If not cross compiling, check that we can run a simple program.
4348if test "$cross_compiling" != yes; then
4349 if { ac_try='./$ac_file'
5213506e
RW
4350 { { case "(($ac_try" in
4351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4352 *) ac_try_echo=$ac_try;;
4353esac
4354eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4355$as_echo "$ac_try_echo"; } >&5
4356 (eval "$ac_try") 2>&5
1c710c3c 4357 ac_status=$?
5213506e
RW
4358 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4359 test $ac_status = 0; }; }; then
1c710c3c
DJ
4360 cross_compiling=no
4361 else
4362 if test "$cross_compiling" = maybe; then
4363 cross_compiling=yes
4364 else
5213506e
RW
4365 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4366$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4367as_fn_error "cannot run C compiled programs.
1c710c3c 4368If you meant to cross compile, use \`--host'.
5213506e 4369See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4370 fi
4371 fi
4372fi
5213506e
RW
4373{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4374$as_echo "yes" >&6; }
1c710c3c 4375
5213506e 4376rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4377ac_clean_files=$ac_clean_files_save
5213506e 4378# Check that the compiler produces executables we can run. If not, either
1c710c3c 4379# the compiler is broken, or we cross compile.
5213506e
RW
4380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4381$as_echo_n "checking whether we are cross compiling... " >&6; }
4382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4383$as_echo "$cross_compiling" >&6; }
4384
4385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4386$as_echo_n "checking for suffix of executables... " >&6; }
4387if { { ac_try="$ac_link"
4388case "(($ac_try" in
4389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4390 *) ac_try_echo=$ac_try;;
4391esac
4392eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4393$as_echo "$ac_try_echo"; } >&5
4394 (eval "$ac_link") 2>&5
1c710c3c 4395 ac_status=$?
5213506e
RW
4396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4397 test $ac_status = 0; }; then :
1c710c3c
DJ
4398 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4399# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4400# work properly (i.e., refer to `conftest.exe'), while it won't with
4401# `rm'.
4402for ac_file in conftest.exe conftest conftest.*; do
4403 test -f "$ac_file" || continue
4404 case $ac_file in
5213506e 4405 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4406 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4407 break;;
4408 * ) break;;
4409 esac
4410done
af71363e 4411else
5213506e
RW
4412 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4413$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4414as_fn_error "cannot compute suffix of executables: cannot compile and link
4415See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4416fi
1c710c3c 4417rm -f conftest$ac_cv_exeext
5213506e
RW
4418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4419$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4420
4421rm -f conftest.$ac_ext
4422EXEEXT=$ac_cv_exeext
4423ac_exeext=$EXEEXT
5213506e
RW
4424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4425$as_echo_n "checking for suffix of object files... " >&6; }
4426if test "${ac_cv_objext+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
1c710c3c 4428else
5213506e 4429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4430/* end confdefs.h. */
4431
4432int
4433main ()
4434{
4435
4436 ;
4437 return 0;
4438}
4439_ACEOF
4440rm -f conftest.o conftest.obj
5213506e
RW
4441if { { ac_try="$ac_compile"
4442case "(($ac_try" in
4443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4444 *) ac_try_echo=$ac_try;;
4445esac
4446eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4447$as_echo "$ac_try_echo"; } >&5
4448 (eval "$ac_compile") 2>&5
1c710c3c 4449 ac_status=$?
5213506e
RW
4450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4451 test $ac_status = 0; }; then :
4452 for ac_file in conftest.o conftest.obj conftest.*; do
4453 test -f "$ac_file" || continue;
1c710c3c 4454 case $ac_file in
5213506e 4455 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4456 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4457 break;;
4458 esac
4459done
4460else
5213506e 4461 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4462sed 's/^/| /' conftest.$ac_ext >&5
4463
5213506e
RW
4464{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4465$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4466as_fn_error "cannot compute suffix of object files: cannot compile
4467See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4468fi
1c710c3c
DJ
4469rm -f conftest.$ac_cv_objext conftest.$ac_ext
4470fi
5213506e
RW
4471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4472$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4473OBJEXT=$ac_cv_objext
4474ac_objext=$OBJEXT
5213506e
RW
4475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4476$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4477if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4478 $as_echo_n "(cached) " >&6
1c710c3c 4479else
5213506e 4480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4481/* end confdefs.h. */
4482
4483int
4484main ()
4485{
4486#ifndef __GNUC__
4487 choke me
4488#endif
4489
4490 ;
4491 return 0;
4492}
4493_ACEOF
5213506e 4494if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4495 ac_compiler_gnu=yes
4496else
5213506e 4497 ac_compiler_gnu=no
1c710c3c 4498fi
5213506e 4499rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4500ac_cv_c_compiler_gnu=$ac_compiler_gnu
4501
4502fi
5213506e
RW
4503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4504$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4505if test $ac_compiler_gnu = yes; then
4506 GCC=yes
4507else
4508 GCC=
4509fi
1c710c3c
DJ
4510ac_test_CFLAGS=${CFLAGS+set}
4511ac_save_CFLAGS=$CFLAGS
5213506e
RW
4512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4513$as_echo_n "checking whether $CC accepts -g... " >&6; }
4514if test "${ac_cv_prog_cc_g+set}" = set; then :
4515 $as_echo_n "(cached) " >&6
4516else
4517 ac_save_c_werror_flag=$ac_c_werror_flag
4518 ac_c_werror_flag=yes
4519 ac_cv_prog_cc_g=no
4520 CFLAGS="-g"
4521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4522/* end confdefs.h. */
4523
4524int
4525main ()
4526{
4527
4528 ;
4529 return 0;
4530}
4531_ACEOF
5213506e 4532if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4533 ac_cv_prog_cc_g=yes
4534else
5213506e
RW
4535 CFLAGS=""
4536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4537/* end confdefs.h. */
4538
4539int
4540main ()
4541{
4542
4543 ;
4544 return 0;
4545}
4546_ACEOF
4547if ac_fn_c_try_compile "$LINENO"; then :
4548
4549else
4550 ac_c_werror_flag=$ac_save_c_werror_flag
4551 CFLAGS="-g"
4552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4553/* end confdefs.h. */
af71363e 4554
5213506e
RW
4555int
4556main ()
4557{
4558
4559 ;
4560 return 0;
4561}
4562_ACEOF
4563if ac_fn_c_try_compile "$LINENO"; then :
4564 ac_cv_prog_cc_g=yes
4565fi
4566rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4567fi
5213506e 4568rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4569fi
5213506e
RW
4570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4571 ac_c_werror_flag=$ac_save_c_werror_flag
4572fi
4573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4574$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4575if test "$ac_test_CFLAGS" = set; then
1c710c3c 4576 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4577elif test $ac_cv_prog_cc_g = yes; then
4578 if test "$GCC" = yes; then
4579 CFLAGS="-g -O2"
4580 else
4581 CFLAGS="-g"
4582 fi
4583else
4584 if test "$GCC" = yes; then
4585 CFLAGS="-O2"
4586 else
4587 CFLAGS=
4588 fi
4589fi
5213506e
RW
4590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4591$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4592if test "${ac_cv_prog_cc_c89+set}" = set; then :
4593 $as_echo_n "(cached) " >&6
1c710c3c 4594else
5213506e 4595 ac_cv_prog_cc_c89=no
1c710c3c 4596ac_save_CC=$CC
5213506e 4597cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4598/* end confdefs.h. */
4599#include <stdarg.h>
4600#include <stdio.h>
4601#include <sys/types.h>
4602#include <sys/stat.h>
4603/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4604struct buf { int x; };
4605FILE * (*rcsopen) (struct buf *, struct stat *, int);
4606static char *e (p, i)
4607 char **p;
4608 int i;
4609{
4610 return p[i];
4611}
4612static char *f (char * (*g) (char **, int), char **p, ...)
4613{
4614 char *s;
4615 va_list v;
4616 va_start (v,p);
4617 s = g (p, va_arg (v,int));
4618 va_end (v);
4619 return s;
4620}
4621
4622/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4623 function prototypes and stuff, but not '\xHH' hex character constants.
4624 These don't provoke an error unfortunately, instead are silently treated
5213506e 4625 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4626 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4627 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4628 that's true only with -std. */
1c710c3c
DJ
4629int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4630
5213506e
RW
4631/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4632 inside strings and character constants. */
4633#define FOO(x) 'x'
4634int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4635
1c710c3c
DJ
4636int test (int i, double x);
4637struct s1 {int (*f) (int a);};
4638struct s2 {int (*f) (double a);};
4639int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4640int argc;
4641char **argv;
4642int
4643main ()
4644{
4645return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4646 ;
4647 return 0;
4648}
4649_ACEOF
5213506e
RW
4650for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4651 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4652do
4653 CC="$ac_save_CC $ac_arg"
5213506e
RW
4654 if ac_fn_c_try_compile "$LINENO"; then :
4655 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4656fi
5213506e
RW
4657rm -f core conftest.err conftest.$ac_objext
4658 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4659done
5213506e 4660rm -f conftest.$ac_ext
1c710c3c
DJ
4661CC=$ac_save_CC
4662
4663fi
5213506e
RW
4664# AC_CACHE_VAL
4665case "x$ac_cv_prog_cc_c89" in
4666 x)
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4668$as_echo "none needed" >&6; } ;;
4669 xno)
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4671$as_echo "unsupported" >&6; } ;;
1c710c3c 4672 *)
5213506e
RW
4673 CC="$CC $ac_cv_prog_cc_c89"
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4675$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4676esac
5213506e 4677if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4678
2aeb72e9
DD
4679fi
4680
2aeb72e9
DD
4681ac_ext=c
4682ac_cpp='$CPP $CPPFLAGS'
4683ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4684ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4685ac_compiler_gnu=$ac_cv_c_compiler_gnu
4686
5213506e 4687ac_ext=cpp
2aeb72e9
DD
4688ac_cpp='$CXXCPP $CPPFLAGS'
4689ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4690ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4691ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4692if test -z "$CXX"; then
4693 if test -n "$CCC"; then
4694 CXX=$CCC
4695 else
4696 if test -n "$ac_tool_prefix"; then
4697 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4698 do
4699 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4700set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4702$as_echo_n "checking for $ac_word... " >&6; }
4703if test "${ac_cv_prog_CXX+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4705else
4706 if test -n "$CXX"; then
4707 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4708else
4709as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4710for as_dir in $PATH
4711do
4712 IFS=$as_save_IFS
4713 test -z "$as_dir" && as_dir=.
5213506e
RW
4714 for ac_exec_ext in '' $ac_executable_extensions; do
4715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4716 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4718 break 2
4719 fi
4720done
5213506e
RW
4721 done
4722IFS=$as_save_IFS
55ffb5ed 4723
c3a86da9
DJ
4724fi
4725fi
4726CXX=$ac_cv_prog_CXX
4727if test -n "$CXX"; then
5213506e
RW
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4729$as_echo "$CXX" >&6; }
c3a86da9 4730else
5213506e
RW
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4732$as_echo "no" >&6; }
c3a86da9
DJ
4733fi
4734
5213506e 4735
c3a86da9
DJ
4736 test -n "$CXX" && break
4737 done
4738fi
4739if test -z "$CXX"; then
4740 ac_ct_CXX=$CXX
5213506e 4741 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4742do
4743 # Extract the first word of "$ac_prog", so it can be a program name with args.
4744set dummy $ac_prog; ac_word=$2
5213506e
RW
4745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4746$as_echo_n "checking for $ac_word... " >&6; }
4747if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4748 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4749else
4750 if test -n "$ac_ct_CXX"; then
4751 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4752else
4753as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4754for as_dir in $PATH
4755do
4756 IFS=$as_save_IFS
4757 test -z "$as_dir" && as_dir=.
5213506e
RW
4758 for ac_exec_ext in '' $ac_executable_extensions; do
4759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4760 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4762 break 2
4763 fi
4764done
5213506e
RW
4765 done
4766IFS=$as_save_IFS
c3a86da9
DJ
4767
4768fi
4769fi
4770ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4771if test -n "$ac_ct_CXX"; then
5213506e
RW
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4773$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4774else
5213506e
RW
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4776$as_echo "no" >&6; }
c3a86da9
DJ
4777fi
4778
5213506e 4779
c3a86da9
DJ
4780 test -n "$ac_ct_CXX" && break
4781done
c3a86da9 4782
5213506e
RW
4783 if test "x$ac_ct_CXX" = x; then
4784 CXX="g++"
4785 else
4786 case $cross_compiling:$ac_tool_warned in
4787yes:)
4788{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4789$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4790ac_tool_warned=yes ;;
4791esac
4792 CXX=$ac_ct_CXX
4793 fi
c3a86da9
DJ
4794fi
4795
5213506e
RW
4796 fi
4797fi
c3a86da9 4798# Provide some information about the compiler.
5213506e
RW
4799$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4800set X $ac_compile
4801ac_compiler=$2
4802for ac_option in --version -v -V -qversion; do
4803 { { ac_try="$ac_compiler $ac_option >&5"
4804case "(($ac_try" in
4805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4806 *) ac_try_echo=$ac_try;;
4807esac
4808eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4809$as_echo "$ac_try_echo"; } >&5
4810 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4811 ac_status=$?
5213506e
RW
4812 if test -s conftest.err; then
4813 sed '10a\
4814... rest of stderr output deleted ...
4815 10q' conftest.err >conftest.er1
4816 cat conftest.er1 >&5
4817 rm -f conftest.er1 conftest.err
4818 fi
4819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4820 test $ac_status = 0; }
4821done
c3a86da9 4822
5213506e
RW
4823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4824$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4825if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4826 $as_echo_n "(cached) " >&6
c3a86da9 4827else
5213506e 4828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4829/* end confdefs.h. */
4830
4831int
4832main ()
4833{
4834#ifndef __GNUC__
4835 choke me
4836#endif
4837
4838 ;
4839 return 0;
4840}
4841_ACEOF
5213506e 4842if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4843 ac_compiler_gnu=yes
4844else
5213506e 4845 ac_compiler_gnu=no
c3a86da9 4846fi
5213506e 4847rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4848ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4849
4850fi
5213506e
RW
4851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4852$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4853if test $ac_compiler_gnu = yes; then
4854 GXX=yes
4855else
4856 GXX=
4857fi
c3a86da9
DJ
4858ac_test_CXXFLAGS=${CXXFLAGS+set}
4859ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4861$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4862if test "${ac_cv_prog_cxx_g+set}" = set; then :
4863 $as_echo_n "(cached) " >&6
4864else
4865 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4866 ac_cxx_werror_flag=yes
4867 ac_cv_prog_cxx_g=no
4868 CXXFLAGS="-g"
4869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4870/* end confdefs.h. */
4871
4872int
4873main ()
4874{
4875
4876 ;
4877 return 0;
4878}
4879_ACEOF
5213506e 4880if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4881 ac_cv_prog_cxx_g=yes
4882else
5213506e
RW
4883 CXXFLAGS=""
4884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4885/* end confdefs.h. */
5213506e 4886
c3a86da9
DJ
4887int
4888main ()
4889{
5213506e 4890
c3a86da9
DJ
4891 ;
4892 return 0;
4893}
4894_ACEOF
5213506e 4895if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4896
5213506e
RW
4897else
4898 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4899 CXXFLAGS="-g"
4900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4901/* end confdefs.h. */
5213506e 4902
c3a86da9
DJ
4903int
4904main ()
4905{
5213506e 4906
c3a86da9
DJ
4907 ;
4908 return 0;
4909}
4910_ACEOF
5213506e
RW
4911if ac_fn_cxx_try_compile "$LINENO"; then :
4912 ac_cv_prog_cxx_g=yes
11a67599 4913fi
5213506e
RW
4914rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4915fi
4916rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4917fi
4918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4919 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4920fi
4921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4922$as_echo "$ac_cv_prog_cxx_g" >&6; }
4923if test "$ac_test_CXXFLAGS" = set; then
4924 CXXFLAGS=$ac_save_CXXFLAGS
4925elif test $ac_cv_prog_cxx_g = yes; then
4926 if test "$GXX" = yes; then
4927 CXXFLAGS="-g -O2"
4928 else
4929 CXXFLAGS="-g"
4930 fi
4931else
4932 if test "$GXX" = yes; then
4933 CXXFLAGS="-O2"
4934 else
4935 CXXFLAGS=
4936 fi
c3a86da9 4937fi
c3a86da9
DJ
4938ac_ext=c
4939ac_cpp='$CPP $CPPFLAGS'
4940ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4941ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4942ac_compiler_gnu=$ac_cv_c_compiler_gnu
4943
4944
4945# We must set the default linker to the linker used by gcc for the correct
4946# operation of libtool. If LD is not defined and we are using gcc, try to
4947# set the LD default to the ld used by gcc.
4948if test -z "$LD"; then
4949 if test "$GCC" = yes; then
4950 case $build in
4951 *-*-mingw*)
4952 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4953 *)
4954 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4955 esac
4956 case $gcc_prog_ld in
4957 # Accept absolute paths.
4958 [\\/]* | [A-Za-z]:[\\/]*)
4959 LD="$gcc_prog_ld" ;;
4960 esac
4961 fi
23f6b2f9
PB
4962fi
4963
0b21f5d3
EB
4964# Check whether -static-libstdc++ -static-libgcc is supported.
4965have_static_libs=no
4966if test "$GCC" = yes; then
4967 saved_LDFLAGS="$LDFLAGS"
4968
4969 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4971$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4972 ac_ext=cpp
4973ac_cpp='$CXXCPP $CPPFLAGS'
4974ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4975ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4976ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4977
4978
4979cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4980/* end confdefs.h. */
0d6414b2
EB
4981
4982#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4983#error -static-libstdc++ not implemented
4984#endif
0b21f5d3
EB
4985int main() {}
4986_ACEOF
4987if ac_fn_cxx_try_link "$LINENO"; then :
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4989$as_echo "yes" >&6; }; have_static_libs=yes
4990else
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4992$as_echo "no" >&6; }
4993fi
4994rm -f core conftest.err conftest.$ac_objext \
4995 conftest$ac_exeext conftest.$ac_ext
4996 ac_ext=c
4997ac_cpp='$CPP $CPPFLAGS'
4998ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4999ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5000ac_compiler_gnu=$ac_cv_c_compiler_gnu
5001
5002
5003 LDFLAGS="$saved_LDFLAGS"
5004fi
5005
23f6b2f9
PB
5006
5007
55ffb5ed 5008
1c710c3c
DJ
5009if test -n "$ac_tool_prefix"; then
5010 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 5011set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
5012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5013$as_echo_n "checking for $ac_word... " >&6; }
5014if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5015 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5016else
5017 if test -n "$GNATBIND"; then
5018 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5019else
1c710c3c
DJ
5020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5021for as_dir in $PATH
5022do
5023 IFS=$as_save_IFS
5024 test -z "$as_dir" && as_dir=.
5213506e
RW
5025 for ac_exec_ext in '' $ac_executable_extensions; do
5026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5027 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 5028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5029 break 2
5030 fi
5031done
5213506e
RW
5032 done
5033IFS=$as_save_IFS
1c710c3c 5034
55ffb5ed
NN
5035fi
5036fi
1c710c3c 5037GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 5038if test -n "$GNATBIND"; then
5213506e
RW
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5040$as_echo "$GNATBIND" >&6; }
55ffb5ed 5041else
5213506e
RW
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5043$as_echo "no" >&6; }
55ffb5ed
NN
5044fi
5045
5213506e 5046
1c710c3c 5047fi
55ffb5ed 5048if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 5049 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
5050 # Extract the first word of "gnatbind", so it can be a program name with args.
5051set dummy gnatbind; ac_word=$2
5213506e
RW
5052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5053$as_echo_n "checking for $ac_word... " >&6; }
5054if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5055 $as_echo_n "(cached) " >&6
55ffb5ed 5056else
1c710c3c
DJ
5057 if test -n "$ac_ct_GNATBIND"; then
5058 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 5059else
1c710c3c
DJ
5060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5061for as_dir in $PATH
5062do
5063 IFS=$as_save_IFS
5064 test -z "$as_dir" && as_dir=.
5213506e
RW
5065 for ac_exec_ext in '' $ac_executable_extensions; do
5066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5067 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 5068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5069 break 2
5070 fi
5071done
5213506e
RW
5072 done
5073IFS=$as_save_IFS
1c710c3c 5074
55ffb5ed
NN
5075fi
5076fi
1c710c3c
DJ
5077ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5078if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5080$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 5081else
5213506e
RW
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5083$as_echo "no" >&6; }
55ffb5ed
NN
5084fi
5085
5213506e
RW
5086 if test "x$ac_ct_GNATBIND" = x; then
5087 GNATBIND="no"
5088 else
5089 case $cross_compiling:$ac_tool_warned in
5090yes:)
5091{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5092$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5093ac_tool_warned=yes ;;
5094esac
5095 GNATBIND=$ac_ct_GNATBIND
5096 fi
55ffb5ed 5097else
1c710c3c 5098 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
5099fi
5100
1c710c3c
DJ
5101if test -n "$ac_tool_prefix"; then
5102 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 5103set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
5104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5105$as_echo_n "checking for $ac_word... " >&6; }
5106if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5107 $as_echo_n "(cached) " >&6
5305be7e
RG
5108else
5109 if test -n "$GNATMAKE"; then
5110 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5111else
1c710c3c
DJ
5112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5113for as_dir in $PATH
5114do
5115 IFS=$as_save_IFS
5116 test -z "$as_dir" && as_dir=.
5213506e
RW
5117 for ac_exec_ext in '' $ac_executable_extensions; do
5118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5119 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5121 break 2
5122 fi
5123done
5213506e
RW
5124 done
5125IFS=$as_save_IFS
1c710c3c 5126
5305be7e
RG
5127fi
5128fi
1c710c3c 5129GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5130if test -n "$GNATMAKE"; then
5213506e
RW
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5132$as_echo "$GNATMAKE" >&6; }
5305be7e 5133else
5213506e
RW
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5135$as_echo "no" >&6; }
5305be7e
RG
5136fi
5137
5213506e 5138
1c710c3c 5139fi
5305be7e 5140if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5141 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5142 # Extract the first word of "gnatmake", so it can be a program name with args.
5143set dummy gnatmake; ac_word=$2
5213506e
RW
5144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5145$as_echo_n "checking for $ac_word... " >&6; }
5146if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5147 $as_echo_n "(cached) " >&6
5305be7e 5148else
1c710c3c
DJ
5149 if test -n "$ac_ct_GNATMAKE"; then
5150 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5151else
1c710c3c
DJ
5152as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5153for as_dir in $PATH
5154do
5155 IFS=$as_save_IFS
5156 test -z "$as_dir" && as_dir=.
5213506e
RW
5157 for ac_exec_ext in '' $ac_executable_extensions; do
5158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5159 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5161 break 2
5162 fi
5163done
5213506e
RW
5164 done
5165IFS=$as_save_IFS
1c710c3c 5166
5305be7e
RG
5167fi
5168fi
1c710c3c
DJ
5169ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5170if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5172$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5173else
5213506e
RW
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5175$as_echo "no" >&6; }
5305be7e
RG
5176fi
5177
5213506e
RW
5178 if test "x$ac_ct_GNATMAKE" = x; then
5179 GNATMAKE="no"
5180 else
5181 case $cross_compiling:$ac_tool_warned in
5182yes:)
5183{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5184$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5185ac_tool_warned=yes ;;
5186esac
5187 GNATMAKE=$ac_ct_GNATMAKE
5188 fi
5305be7e 5189else
1c710c3c 5190 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5191fi
5192
5213506e
RW
5193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5194$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5195if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5196 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5197else
5198 cat >conftest.adb <<EOF
5199procedure conftest is begin null; end conftest;
5200EOF
5201acx_cv_cc_gcc_supports_ada=no
5202# There is a bug in old released versions of GCC which causes the
5203# driver to exit successfully when the appropriate language module
5204# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5205# Therefore we must check for the error message as well as an
5206# unsuccessful exit.
1db673ca
RO
5207# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5208# given a .adb file, but produce no object file. So we must check
5209# if an object file was really produced to guard against this.
55ffb5ed 5210errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5211if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5212 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5213fi
5214rm -f conftest.*
5215fi
5213506e
RW
5216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5217$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5218
7cb62ef1 5219if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5220 have_gnat=yes
5221else
5222 have_gnat=no
5223fi
5224
5213506e
RW
5225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5226$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5227if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5228 $as_echo_n "(cached) " >&6
a76494aa
PB
5229else
5230 echo abfoo >t1
5231 echo cdfoo >t2
5232 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5233 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5234 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5235 :
5236 else
5237 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5238 fi
5239 fi
a76494aa
PB
5240 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5241 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5242 :
a76494aa
PB
5243 else
5244 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5245 fi
5246 fi
5247 rm t1 t2
5248
5249fi
5213506e
RW
5250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5251$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5252do_compare="$gcc_cv_prog_cmp_skip"
5253
5254
55ffb5ed 5255
ff3ac0f4
ILT
5256# Check whether --enable-bootstrap was given.
5257if test "${enable_bootstrap+set}" = set; then :
5258 enableval=$enable_bootstrap;
5259else
5260 enable_bootstrap=default
5261fi
5262
5263
5264# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
5265if test -r $srcdir/gcc/configure; then
5266 have_compiler=yes
5267else
5268 have_compiler=no
5269fi
ff3ac0f4
ILT
5270
5271case "$have_compiler:$host:$target:$enable_bootstrap" in
5272 *:*:*:no) ;;
5273
5274 # Default behavior. Enable bootstrap if we have a compiler
5275 # and we are in a native configuration.
5276 yes:$build:$build:default)
5277 enable_bootstrap=yes ;;
5278
5279 *:*:*:default)
5280 enable_bootstrap=no ;;
5281
5282 # We have a compiler and we are in a native configuration, bootstrap is ok
5283 yes:$build:$build:yes)
5284 ;;
5285
5286 # Other configurations, but we have a compiler. Assume the user knows
5287 # what he's doing.
5288 yes:*:*:yes)
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5290$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5291 ;;
5292
5293 # No compiler: if they passed --enable-bootstrap explicitly, fail
5294 no:*:*:yes)
5295 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5296
5297 # Fail if wrong command line
5298 *)
5299 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5300 ;;
5301esac
5302
592c90ff
KG
5303# Used for setting $lt_cv_objdir
5304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5305$as_echo_n "checking for objdir... " >&6; }
5306if test "${lt_cv_objdir+set}" = set; then :
5307 $as_echo_n "(cached) " >&6
5308else
5309 rm -f .libs 2>/dev/null
5310mkdir .libs 2>/dev/null
5311if test -d .libs; then
5312 lt_cv_objdir=.libs
5313else
5314 # MS-DOS does not allow filenames that begin with a dot.
5315 lt_cv_objdir=_libs
5316fi
5317rmdir .libs 2>/dev/null
5318fi
5319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5320$as_echo "$lt_cv_objdir" >&6; }
5321objdir=$lt_cv_objdir
5322
5323
5324
5325
5326
5327cat >>confdefs.h <<_ACEOF
5328#define LT_OBJDIR "$lt_cv_objdir/"
5329_ACEOF
5330
5331
5332
acd26225 5333# Check for GMP, MPFR and MPC
3a5729ea 5334gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5335gmpinc=
e69bf64b 5336have_gmp=no
acd26225
KG
5337
5338# Specify a location for mpc
5339# check for this first so it ends up on the link line before mpfr.
5340
5213506e
RW
5341# Check whether --with-mpc was given.
5342if test "${with_mpc+set}" = set; then :
5343 withval=$with_mpc;
5344fi
acd26225 5345
acd26225 5346
9965e3cd 5347# Check whether --with-mpc-include was given.
5213506e
RW
5348if test "${with_mpc_include+set}" = set; then :
5349 withval=$with_mpc_include;
5350fi
acd26225 5351
acd26225 5352
9965e3cd 5353# Check whether --with-mpc-lib was given.
5213506e
RW
5354if test "${with_mpc_lib+set}" = set; then :
5355 withval=$with_mpc_lib;
5356fi
acd26225 5357
acd26225
KG
5358
5359if test "x$with_mpc" != x; then
3a5729ea
KG
5360 gmplibs="-L$with_mpc/lib $gmplibs"
5361 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5362fi
5363if test "x$with_mpc_include" != x; then
3a5729ea 5364 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5365fi
5366if test "x$with_mpc_lib" != x; then
3a5729ea 5367 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5368fi
5369if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5370 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5371 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5372 # Do not test the mpc version. Assume that it is sufficient, since
5373 # it is in the source tree, and the library has not been built yet
5374 # but it would be included on the link line in the version check below
5375 # hence making the test fail.
3a5729ea 5376 have_gmp=yes
acd26225 5377fi
e69bf64b 5378
bebf829d
PB
5379# Specify a location for mpfr
5380# check for this first so it ends up on the link line before gmp.
1c710c3c 5381
5213506e
RW
5382# Check whether --with-mpfr-dir was given.
5383if test "${with_mpfr_dir+set}" = set; then :
5384 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5385Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5386fi
5387
bebf829d
PB
5388
5389
5213506e
RW
5390# Check whether --with-mpfr was given.
5391if test "${with_mpfr+set}" = set; then :
5392 withval=$with_mpfr;
5393fi
1c710c3c 5394
bebf829d 5395
9965e3cd 5396# Check whether --with-mpfr-include was given.
5213506e
RW
5397if test "${with_mpfr_include+set}" = set; then :
5398 withval=$with_mpfr_include;
5399fi
1c710c3c 5400
8a877c9c 5401
9965e3cd 5402# Check whether --with-mpfr-lib was given.
5213506e
RW
5403if test "${with_mpfr_lib+set}" = set; then :
5404 withval=$with_mpfr_lib;
5405fi
8a877c9c 5406
bebf829d
PB
5407
5408if test "x$with_mpfr" != x; then
5409 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5410 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5411fi
8a877c9c 5412if test "x$with_mpfr_include" != x; then
3a5729ea 5413 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5414fi
5415if test "x$with_mpfr_lib" != x; then
5416 gmplibs="-L$with_mpfr_lib $gmplibs"
5417fi
e69bf64b 5418if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5b0d38e4
NC
5419 # MPFR v3.1.0 moved the sources into a src sub-directory.
5420 if test -d ${srcdir}/mpfr/src; then
5421 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5422 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5423 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5424 else
5425 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5426 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5427 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5428 fi
e69bf64b
PB
5429 # Do not test the mpfr version. Assume that it is sufficient, since
5430 # it is in the source tree, and the library has not been built yet
5431 # but it would be included on the link line in the version check below
5432 # hence making the test fail.
5433 have_gmp=yes
5434fi
bebf829d 5435
6de9cd9a 5436# Specify a location for gmp
1c710c3c 5437
5213506e
RW
5438# Check whether --with-gmp-dir was given.
5439if test "${with_gmp_dir+set}" = set; then :
5440 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5441Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5442fi
5443
6de9cd9a 5444
6de9cd9a 5445
5213506e
RW
5446# Check whether --with-gmp was given.
5447if test "${with_gmp+set}" = set; then :
5448 withval=$with_gmp;
5449fi
1c710c3c 5450
6de9cd9a 5451
9965e3cd 5452# Check whether --with-gmp-include was given.
5213506e
RW
5453if test "${with_gmp_include+set}" = set; then :
5454 withval=$with_gmp_include;
5455fi
1c710c3c 5456
8a877c9c 5457
9965e3cd 5458# Check whether --with-gmp-lib was given.
5213506e
RW
5459if test "${with_gmp_lib+set}" = set; then :
5460 withval=$with_gmp_lib;
5461fi
8a877c9c
KG
5462
5463
6de9cd9a 5464
bebf829d
PB
5465if test "x$with_gmp" != x; then
5466 gmplibs="-L$with_gmp/lib $gmplibs"
5467 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5468fi
8a877c9c
KG
5469if test "x$with_gmp_include" != x; then
5470 gmpinc="-I$with_gmp_include $gmpinc"
5471fi
5472if test "x$with_gmp_lib" != x; then
5473 gmplibs="-L$with_gmp_lib $gmplibs"
5474fi
e69bf64b 5475if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5476 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5477 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5478 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5479 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 5480 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5481 # Do not test the gmp version. Assume that it is sufficient, since
5482 # it is in the source tree, and the library has not been built yet
5483 # but it would be included on the link line in the version check below
5484 # hence making the test fail.
5485 have_gmp=yes
5486fi
6de9cd9a 5487
d943d7c4 5488if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5489 have_gmp=yes
5490 saved_CFLAGS="$CFLAGS"
5491 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5492 # Check for the recommended and required versions of GMP.
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5494$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5495
5496cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5497/* end confdefs.h. */
5498#include "gmp.h"
5499int
5500main ()
5501{
5502
5503 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5504 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
385c0681 5505 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
362c6d2f
KG
5506 choke me
5507 #endif
5508
5509 ;
5510 return 0;
5511}
5512_ACEOF
5513if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5515/* end confdefs.h. */
362c6d2f 5516#include <gmp.h>
1c710c3c
DJ
5517int
5518main ()
5519{
6de9cd9a 5520
362c6d2f
KG
5521 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5522 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5523 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5524 choke me
5525 #endif
1c710c3c
DJ
5526
5527 ;
5528 return 0;
5529}
5530_ACEOF
5213506e
RW
5531if ac_fn_c_try_compile "$LINENO"; then :
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5533$as_echo "yes" >&6; }
362c6d2f
KG
5534else
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5536$as_echo "buggy but acceptable" >&6; }
5537fi
5538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5539else
5213506e
RW
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5541$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5542fi
5213506e 5543rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5544
acd26225 5545 # If we have GMP, check the MPFR version.
e69bf64b 5546 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5547 # Check for the recommended and required versions of MPFR.
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5549$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5551/* end confdefs.h. */
70ec446f 5552#include <gmp.h>
e69bf64b 5553 #include <mpfr.h>
1c710c3c
DJ
5554int
5555main ()
5556{
e48d66a9 5557
f7d6bc01 5558 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
e69bf64b
PB
5559 choke me
5560 #endif
1c710c3c
DJ
5561
5562 ;
5563 return 0;
5564}
5565_ACEOF
5213506e
RW
5566if ac_fn_c_try_compile "$LINENO"; then :
5567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5568/* end confdefs.h. */
a3993f33 5569#include <gmp.h>
e69bf64b 5570 #include <mpfr.h>
1c710c3c
DJ
5571int
5572main ()
5573{
a3993f33 5574
362c6d2f 5575 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5576 choke me
5577 #endif
acd26225
KG
5578
5579 ;
5580 return 0;
5581}
5582_ACEOF
5213506e
RW
5583if ac_fn_c_try_compile "$LINENO"; then :
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5585$as_echo "yes" >&6; }
acd26225 5586else
5213506e
RW
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5588$as_echo "buggy but acceptable" >&6; }
acd26225 5589fi
5213506e 5590rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5591else
5213506e
RW
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5593$as_echo "no" >&6; }; have_gmp=no
acd26225 5594fi
5213506e 5595rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5596 fi
5597
5598 # Check for the MPC header version.
3a5729ea 5599 if test x"$have_gmp" = xyes ; then
362c6d2f 5600 # Check for the recommended and required versions of MPC.
5213506e
RW
5601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5602$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5604/* end confdefs.h. */
5605#include <mpc.h>
5606int
5607main ()
5608{
5609
362c6d2f
KG
5610 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5611 choke me
5612 #endif
5613
5614 ;
5615 return 0;
5616}
5617_ACEOF
5618if ac_fn_c_try_compile "$LINENO"; then :
5619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5620/* end confdefs.h. */
5621#include <mpc.h>
5622int
5623main ()
5624{
5625
5626 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5627 choke me
5628 #endif
5629
5630 ;
5631 return 0;
5632}
5633_ACEOF
5213506e
RW
5634if ac_fn_c_try_compile "$LINENO"; then :
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5636$as_echo "yes" >&6; }
362c6d2f
KG
5637else
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5639$as_echo "buggy but acceptable" >&6; }
5640fi
5641rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5642else
5213506e 5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5644$as_echo "no" >&6; }; have_gmp=no
acd26225 5645fi
5213506e 5646rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5647 fi
5648
5649 # Now check the MPFR library.
5650 if test x"$have_gmp" = xyes; then
5651 saved_LIBS="$LIBS"
5652 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5654$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5656/* end confdefs.h. */
3a5729ea 5657#include <mpc.h>
acd26225
KG
5658int
5659main ()
5660{
5661
5662 mpfr_t n;
5663 mpfr_t x;
3a5729ea 5664 mpc_t c;
acd26225
KG
5665 int t;
5666 mpfr_init (n);
5667 mpfr_init (x);
5668 mpfr_atan2 (n, n, x, GMP_RNDN);
5669 mpfr_erfc (n, x, GMP_RNDN);
5670 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5671 mpfr_clear(n);
5672 mpfr_clear(x);
5673 mpc_init2 (c, 53);
5674 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5675 mpc_cosh (c, c, MPC_RNDNN);
5676 mpc_pow (c, c, c, MPC_RNDNN);
5677 mpc_acosh (c, c, MPC_RNDNN);
5678 mpc_clear (c);
1c710c3c
DJ
5679
5680 ;
5681 return 0;
5682}
5683_ACEOF
5213506e
RW
5684if ac_fn_c_try_link "$LINENO"; then :
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5686$as_echo "yes" >&6; }
1c710c3c 5687else
5213506e
RW
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5689$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5690fi
5213506e
RW
5691rm -f core conftest.err conftest.$ac_objext \
5692 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5693 LIBS="$saved_LIBS"
5694 fi
5695
e69bf64b 5696 CFLAGS="$saved_CFLAGS"
6de9cd9a 5697
362c6d2f
KG
5698# The library versions listed in the error message below should match
5699# the HARD-minimums enforced above.
e69bf64b 5700 if test x$have_gmp != xyes; then
f7d6bc01 5701 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
3a5729ea
KG
5702Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5703their locations. Source code for these libraries can be found at
5704their respective hosting sites as well as at
5705ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5706http://gcc.gnu.org/install/prerequisites.html for additional info. If
5707you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5708make sure that you have installed both the libraries and the header
5709files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5710 fi
70ec446f
KG
5711fi
5712
acd26225
KG
5713# Flags needed for both GMP, MPFR and/or MPC.
5714
5715
6de9cd9a
DN
5716
5717
5718
9e3eba15 5719
0ff2d841 5720
f38095f3
JM
5721# Allow host libstdc++ to be specified for static linking with PPL.
5722
5213506e
RW
5723# Check whether --with-host-libstdcxx was given.
5724if test "${with_host_libstdcxx+set}" = set; then :
5725 withval=$with_host_libstdcxx;
5726fi
f38095f3 5727
f38095f3
JM
5728
5729case $with_host_libstdcxx in
5730 no|yes)
5213506e 5731 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5732 ;;
5733esac
f8bf9252 5734
0b21f5d3 5735# Libraries to use for stage1 or when not bootstrapping.
00020c16 5736
0b21f5d3
EB
5737# Check whether --with-stage1-libs was given.
5738if test "${with_stage1_libs+set}" = set; then :
5739 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5740 stage1_libs=
00020c16 5741 else
0b21f5d3 5742 stage1_libs=$withval
00020c16
ILT
5743 fi
5744else
0b21f5d3 5745 stage1_libs=$with_host_libstdcxx
5213506e
RW
5746fi
5747
00020c16
ILT
5748
5749
0b21f5d3 5750# Linker flags to use for stage1 or when not bootstrapping.
00020c16 5751
0b21f5d3
EB
5752# Check whether --with-stage1-ldflags was given.
5753if test "${with_stage1_ldflags+set}" = set; then :
5754 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5755 stage1_ldflags=
00020c16 5756 else
0b21f5d3 5757 stage1_ldflags=$withval
00020c16
ILT
5758 fi
5759else
0b21f5d3
EB
5760 stage1_ldflags=
5761 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5762 # if supported. But if the user explicitly specified the libraries to use,
5763 # trust that they are doing what they want.
5764 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5765 stage1_ldflags="-static-libstdc++ -static-libgcc"
5766 fi
5213506e
RW
5767fi
5768
00020c16
ILT
5769
5770
00020c16
ILT
5771# Libraries to use for stage2 and later builds. This defaults to the
5772# argument passed to --with-host-libstdcxx.
5773
5213506e
RW
5774# Check whether --with-boot-libs was given.
5775if test "${with_boot_libs+set}" = set; then :
5776 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5777 poststage1_libs=
5778 else
5779 poststage1_libs=$withval
5780 fi
5781else
00020c16 5782 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5783fi
5784
00020c16
ILT
5785
5786
ed2eaa9f
ILT
5787# Linker flags to use for stage2 and later builds.
5788
5789# Check whether --with-boot-ldflags was given.
5790if test "${with_boot_ldflags+set}" = set; then :
5791 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5792 poststage1_ldflags=
5793 else
5794 poststage1_ldflags=$withval
5795 fi
5796else
5797 poststage1_ldflags=
bec93d73
ILT
5798 # In stages 2 and 3, default to linking libstdc++ and libgcc
5799 # statically. But if the user explicitly specified the libraries to
5800 # use, trust that they are doing what they want.
5801 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5802 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5803 fi
5804fi
5805
5806
5807
625afa23
RG
5808# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5809# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5810# config/isl.m4
5811
5812
5813# Check whether --with-cloog was given.
5814if test "${with_cloog+set}" = set; then :
5815 withval=$with_cloog;
5816fi
f8bf9252
SP
5817
5818
33ad93b9
RG
5819# Check whether --with-isl was given.
5820if test "${with_isl+set}" = set; then :
5821 withval=$with_isl;
5213506e 5822fi
f8bf9252 5823
f8bf9252 5824
625afa23
RG
5825# Treat either --without-cloog or --without-isl as a request to disable
5826# GRAPHITE support and skip all following checks.
5827if test "x$with_isl" != "xno" &&
5828 test "x$with_cloog" != "xno"; then
5829 # Check for ISL
5830
5831
33ad93b9
RG
5832# Check whether --with-isl-include was given.
5833if test "${with_isl_include+set}" = set; then :
5834 withval=$with_isl_include;
5213506e
RW
5835fi
5836
f8bf9252 5837
33ad93b9
RG
5838# Check whether --with-isl-lib was given.
5839if test "${with_isl_lib+set}" = set; then :
5840 withval=$with_isl_lib;
5213506e 5841fi
f8bf9252 5842
f8bf9252 5843
33ad93b9
RG
5844 # Check whether --enable-isl-version-check was given.
5845if test "${enable_isl_version_check+set}" = set; then :
5846 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5847else
5848 ENABLE_ISL_CHECK=yes
7d32a440
SP
5849fi
5850
5851
33ad93b9
RG
5852 # Initialize isllibs and islinc.
5853 case $with_isl in
5854 no)
5855 isllibs=
5856 islinc=
5857 ;;
5858 "" | yes)
5859 ;;
5860 *)
5861 isllibs="-L$with_isl/lib"
5862 islinc="-I$with_isl/include"
5863 ;;
5864 esac
5865 if test "x${with_isl_include}" != x ; then
5866 islinc="-I$with_isl_include"
5867 fi
5868 if test "x${with_isl_lib}" != x; then
5869 isllibs="-L$with_isl_lib"
5870 fi
5871 if test "x${islinc}" = x && test "x${isllibs}" = x \
5872 && test -d ${srcdir}/isl; then
5873 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5874 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5875 ENABLE_ISL_CHECK=no
2869f0ff
RB
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5877$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
33ad93b9 5878 fi
7d32a440 5879
7d32a440 5880
7d32a440 5881
33ad93b9
RG
5882 if test "${ENABLE_ISL_CHECK}" = yes ; then
5883 _isl_saved_CFLAGS=$CFLAGS
5884 _isl_saved_LDFLAGS=$LDFLAGS
90d4f233 5885 _isl_saved_LIBS=$LIBS
33ad93b9
RG
5886
5887 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
90d4f233
RO
5888 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5889 LIBS="${_isl_saved_LIBS} -lisl"
33ad93b9
RG
5890
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5892$as_echo_n "checking for version 0.10 of ISL... " >&6; }
2869f0ff 5893 if test "$cross_compiling" = yes; then :
2b2d7c53 5894 gcc_cv_isl=yes
33ad93b9
RG
5895else
5896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7d32a440 5897/* end confdefs.h. */
33ad93b9
RG
5898#include <isl/version.h>
5899 #include <string.h>
7d32a440
SP
5900int
5901main ()
5902{
8247e8b2
RG
5903if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5904 return 1;
5905
7d32a440
SP
5906 ;
5907 return 0;
5908}
5909_ACEOF
33ad93b9
RG
5910if ac_fn_c_try_run "$LINENO"; then :
5911 gcc_cv_isl=yes
d789184e 5912else
33ad93b9 5913 gcc_cv_isl=no
7d32a440 5914fi
33ad93b9
RG
5915rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5916 conftest.$ac_objext conftest.beam conftest.$ac_ext
7d32a440 5917fi
33ad93b9 5918
2869f0ff 5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
33ad93b9 5920$as_echo "$gcc_cv_isl" >&6; }
5213506e 5921
33ad93b9
RG
5922 CFLAGS=$_isl_saved_CFLAGS
5923 LDFLAGS=$_isl_saved_LDFLAGS
90d4f233 5924 LIBS=$_isl_saved_LIBS
7d32a440 5925 fi
f8bf9252 5926
7d32a440 5927
d0ad394c
RB
5928 if test "${gcc_cv_isl}" = no ; then
5929
5930 if test "${ENABLE_ISL_CHECK}" = yes ; then
5931 _isl_saved_CFLAGS=$CFLAGS
5932 _isl_saved_LDFLAGS=$LDFLAGS
5933 _isl_saved_LIBS=$LIBS
5934
5935 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5936 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5937 LIBS="${_isl_saved_LIBS} -lisl"
d0ad394c
RB
5938
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5940$as_echo_n "checking for version 0.11 of ISL... " >&6; }
2869f0ff 5941 if test "$cross_compiling" = yes; then :
d0ad394c
RB
5942 gcc_cv_isl=yes
5943else
5944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5945/* end confdefs.h. */
5946#include <isl/version.h>
5947 #include <string.h>
5948int
5949main ()
5950{
5951if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5952 return 1;
5953
5954 ;
5955 return 0;
5956}
5957_ACEOF
5958if ac_fn_c_try_run "$LINENO"; then :
5959 gcc_cv_isl=yes
5960else
5961 gcc_cv_isl=no
5962fi
5963rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5964 conftest.$ac_objext conftest.beam conftest.$ac_ext
5965fi
5966
2869f0ff 5967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
d0ad394c
RB
5968$as_echo "$gcc_cv_isl" >&6; }
5969
5970 CFLAGS=$_isl_saved_CFLAGS
5971 LDFLAGS=$_isl_saved_LDFLAGS
5972 LIBS=$_isl_saved_LIBS
5973 fi
5974
5975
9847828b
RB
5976 if test "${gcc_cv_isl}" = no ; then
5977
5978 if test "${ENABLE_ISL_CHECK}" = yes ; then
5979 _isl_saved_CFLAGS=$CFLAGS
5980 _isl_saved_LDFLAGS=$LDFLAGS
5981 _isl_saved_LIBS=$LIBS
5982
5983 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5984 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5985 LIBS="${_isl_saved_LIBS} -lisl"
5986
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5
5988$as_echo_n "checking for version 0.12 of ISL... " >&6; }
5989 if test "$cross_compiling" = yes; then :
5990 gcc_cv_isl=yes
5991else
5992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5993/* end confdefs.h. */
5994#include <isl/version.h>
5995 #include <string.h>
5996int
5997main ()
5998{
5999if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
6000 return 1;
6001
6002 ;
6003 return 0;
6004}
6005_ACEOF
6006if ac_fn_c_try_run "$LINENO"; then :
6007 gcc_cv_isl=yes
6008else
6009 gcc_cv_isl=no
6010fi
6011rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6012 conftest.$ac_objext conftest.beam conftest.$ac_ext
6013fi
6014
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6016$as_echo "$gcc_cv_isl" >&6; }
6017
6018 CFLAGS=$_isl_saved_CFLAGS
6019 LDFLAGS=$_isl_saved_LDFLAGS
6020 LIBS=$_isl_saved_LIBS
6021 fi
6022
6023
6024 fi
d0ad394c 6025 fi
f8bf9252 6026
f8bf9252 6027
33ad93b9
RG
6028
6029
33ad93b9
RG
6030 if test "x${with_isl}" = xno; then
6031 graphite_requested=no
6032 elif test "x${with_isl}" != x \
6033 || test "x${with_isl_include}" != x \
6034 || test "x${with_isl_lib}" != x ; then
6035 graphite_requested=yes
6036 else
6037 graphite_requested=no
7d32a440 6038 fi
d789184e 6039
d789184e
SP
6040
6041
33ad93b9
RG
6042 if test "${gcc_cv_isl}" = no ; then
6043 isllibs=
6044 islinc=
6045 fi
6046
6047 if test "${graphite_requested}" = yes \
6048 && test "x${isllibs}" = x \
6049 && test "x${islinc}" = x ; then
f8bf9252 6050
33ad93b9
RG
6051 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6052 fi
f8bf9252 6053
d32ef397 6054
d789184e 6055
625afa23
RG
6056 if test "x$gcc_cv_isl" != "xno"; then
6057 # Check for CLOOG
5213506e 6058
d789184e 6059
9965e3cd 6060# Check whether --with-cloog-include was given.
5213506e
RW
6061if test "${with_cloog_include+set}" = set; then :
6062 withval=$with_cloog_include;
6063fi
d789184e 6064
d789184e 6065
9965e3cd 6066# Check whether --with-cloog-lib was given.
5213506e
RW
6067if test "${with_cloog_lib+set}" = set; then :
6068 withval=$with_cloog_lib;
6069fi
d789184e 6070
d789184e 6071
d32ef397
AS
6072 # Check whether --enable-cloog-version-check was given.
6073if test "${enable_cloog_version_check+set}" = set; then :
6074 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
6075else
6076 ENABLE_CLOOG_CHECK=yes
6077fi
6078
6079
6080 # Initialize clooglibs and clooginc.
6081 case $with_cloog in
6082 no)
6083 clooglibs=
6084 clooginc=
6085 ;;
6086 "" | yes)
6087 ;;
6088 *)
6089 clooglibs="-L$with_cloog/lib"
6090 clooginc="-I$with_cloog/include"
6091 ;;
6092 esac
6093 if test "x${with_cloog_include}" != x ; then
6094 clooginc="-I$with_cloog_include"
6095 fi
6096 if test "x${with_cloog_lib}" != x; then
6097 clooglibs="-L$with_cloog_lib"
6098 fi
2869f0ff 6099 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
33ad93b9 6100 && test -d ${srcdir}/cloog; then
33ad93b9
RG
6101 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6102 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
2869f0ff
RB
6103 ENABLE_CLOOG_CHECK=no
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6105$as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
ab4173cf 6106 fi
ad0abd3c 6107
33ad93b9 6108 clooginc="-DCLOOG_INT_GMP ${clooginc}"
625afa23 6109 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
d32ef397
AS
6110
6111
6112
6113
6114
6115 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6116 _cloog_saved_CFLAGS=$CFLAGS
6117 _cloog_saved_LDFLAGS=$LDFLAGS
6118
33ad93b9
RG
6119 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6120 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
d32ef397 6121
6886e444
RG
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6123$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
2869f0ff 6124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252 6125/* end confdefs.h. */
33ad93b9 6126#include "cloog/version.h"
f8bf9252
SP
6127int
6128main ()
6129{
d32ef397 6130#if CLOOG_VERSION_MAJOR != 0 \
6886e444
RG
6131 || CLOOG_VERSION_MINOR != 17 \
6132 || CLOOG_VERSION_REVISION < 0
d32ef397
AS
6133 choke me
6134 #endif
f8bf9252
SP
6135 ;
6136 return 0;
6137}
6138_ACEOF
0333b9a6 6139if ac_fn_c_try_compile "$LINENO"; then :
6886e444 6140 gcc_cv_cloog=yes
f8bf9252 6141else
6886e444 6142 gcc_cv_cloog=no
f8bf9252 6143fi
5213506e 6144rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2869f0ff 6145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6886e444 6146$as_echo "$gcc_cv_cloog" >&6; }
d32ef397
AS
6147
6148 CFLAGS=$_cloog_saved_CFLAGS
6149 LDFLAGS=$_cloog_saved_LDFLAGS
6150 fi
f8bf9252 6151
f8bf9252 6152
d0ad394c
RB
6153 if test "${gcc_cv_cloog}" = no ; then
6154
6155
6156
6157 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6158 _cloog_saved_CFLAGS=$CFLAGS
6159 _cloog_saved_LDFLAGS=$LDFLAGS
6160
6161 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6162 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6163
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6165$as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
2869f0ff 6166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d0ad394c
RB
6167/* end confdefs.h. */
6168#include "cloog/version.h"
6169int
6170main ()
6171{
6172#if CLOOG_VERSION_MAJOR != 0 \
6173 || CLOOG_VERSION_MINOR != 18 \
6174 || CLOOG_VERSION_REVISION < 0
6175 choke me
6176 #endif
6177 ;
6178 return 0;
6179}
6180_ACEOF
6181if ac_fn_c_try_compile "$LINENO"; then :
6182 gcc_cv_cloog=yes
6183else
6184 gcc_cv_cloog=no
6185fi
6186rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2869f0ff 6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
d0ad394c
RB
6188$as_echo "$gcc_cv_cloog" >&6; }
6189
6190 CFLAGS=$_cloog_saved_CFLAGS
6191 LDFLAGS=$_cloog_saved_LDFLAGS
6192 fi
6193
6194
6195 fi
f8bf9252
SP
6196
6197
d32ef397
AS
6198
6199
6200
6be7b668
JJ
6201 if test "x${with_cloog}" = xno; then
6202 graphite_requested=no
6203 elif test "x${with_cloog}" != x \
d32ef397
AS
6204 || test "x${with_cloog_include}" != x \
6205 || test "x${with_cloog_lib}" != x ; then
6206 graphite_requested=yes
6207 else
6208 graphite_requested=no
6209 fi
6210
6211
6212
6886e444 6213 if test "${gcc_cv_cloog}" = no ; then
d32ef397
AS
6214 clooglibs=
6215 clooginc=
6216 fi
6217
6218 if test "${graphite_requested}" = yes \
6219 && test "x${clooglibs}" = x \
6220 && test "x${clooginc}" = x ; then
6221
625afa23 6222 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
d32ef397
AS
6223 fi
6224
6225
625afa23 6226 fi
d32ef397
AS
6227fi
6228
32d024bf
RG
6229# If either the ISL or the CLooG check failed, disable builds of in-tree
6230# variants of both
625afa23
RG
6231if test "x$with_isl" = xno ||
6232 test "x$with_cloog" = xno ||
6233 test "x$gcc_cv_cloog" = xno ||
6234 test "x$gcc_cv_isl" = xno; then
32d024bf 6235 noconfigdirs="$noconfigdirs cloog isl"
625afa23
RG
6236 islinc=
6237 clooginc=
6238 clooglibs=
32d024bf
RG
6239fi
6240
625afa23
RG
6241
6242
6243
6244
6245
d7f09764
DN
6246# Check for LTO support.
6247# Check whether --enable-lto was given.
6248if test "${enable_lto+set}" = set; then :
6249 enableval=$enable_lto; enable_lto=$enableval
6250else
6251 enable_lto=yes; default_enable_lto=yes
6252fi
6253
6254
7413962d 6255
9a02962b
DK
6256
6257
6258target_elf=no
6259case $target in
6260 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
e44dbbe1 6261 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
9a02962b
DK
6262 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6263 target_elf=no
6264 ;;
6265 *)
6266 target_elf=yes
6267 ;;
6268esac
6269
6270if test $target_elf = yes; then :
48215350
DK
6271 # ELF platforms build the lto-plugin always.
6272 build_lto_plugin=yes
9a02962b 6273
9a02962b
DK
6274else
6275 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6276 case $target in
2cd815e7 6277 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
48215350 6278 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6279 *) enable_lto=no ;;
6280 esac
9a02962b 6281 else
db50fe7d
IS
6282 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6283 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6284 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6285 # warn during gcc/ subconfigure; unless you're bootstrapping with
6286 # -flto it won't be needed until after installation anyway.
6287 case $target in
1cd0b716 6288 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
6289 *) if test x"$enable_lto" = x"yes"; then
6290 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6291 fi
6292 ;;
6293 esac
6294 fi
1cd0b716 6295 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6296 # Build it unless LTO was explicitly disabled.
1cd0b716 6297 case $target in
48215350 6298 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6299 *) ;;
6300 esac
48215350 6301
9a02962b
DK
6302fi
6303
d7f09764 6304
f8bf9252 6305
0823efed 6306# By default, C and C++ are the only stage 1 languages.
e1888513 6307stage1_languages=,c,
2805b53a 6308
00020c16 6309# Target libraries that we bootstrap.
ad1e5170 6310bootstrap_target_libs=,target-libgcc,
00020c16 6311
55ffb5ed
NN
6312# Figure out what language subdirectories are present.
6313# Look if the user specified --enable-languages="..."; if not, use
6314# the environment variable $LANGUAGES if defined. $LANGUAGES might
6315# go away some day.
6316# NB: embedded tabs in this IF block -- do not untabify
6317if test -d ${srcdir}/gcc; then
6318 if test x"${enable_languages+set}" != xset; then
6319 if test x"${LANGUAGES+set}" = xset; then
6320 enable_languages="${LANGUAGES}"
6321 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6322 else
6323 enable_languages=all
6324 fi
6325 else
6326 if test x"${enable_languages}" = x ||
6327 test x"${enable_languages}" = xyes;
6328 then
6329 echo configure.in: --enable-languages needs at least one language argument 1>&2
6330 exit 1
6331 fi
6332 fi
6333 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6334
7f26dfa3
FXC
6335 # 'f95' is the old name for the 'fortran' language. We issue a warning
6336 # and make the substitution.
6337 case ,${enable_languages}, in
6338 *,f95,*)
6339 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6340 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6341 ;;
6342 esac
6343
0823efed
DN
6344 # If bootstrapping, C++ must be enabled.
6345 case ",$enable_languages,:$enable_bootstrap" in
6346 *,c++,*:*) ;;
6347 *:yes)
ff3ac0f4
ILT
6348 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6349 enable_languages="${enable_languages},c++"
6350 else
0823efed 6351 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ff3ac0f4
ILT
6352 fi
6353 ;;
6354 esac
6355
55ffb5ed
NN
6356 # First scan to see if an enabled language requires some other language.
6357 # We assume that a given config-lang.in will list all the language
6358 # front ends it requires, even if some are required indirectly.
6359 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6360 case ${lang_frag} in
6361 ..) ;;
6362 # The odd quoting in the next line works around
6363 # an apparent bug in bash 1.12 on linux.
6364 ${srcdir}/gcc/[*]/config-lang.in) ;;
6365 *)
69ecd18f
ILT
6366 # From the config-lang.in, get $language, $lang_requires, and
6367 # $lang_requires_boot_languages.
55ffb5ed
NN
6368 language=
6369 lang_requires=
69ecd18f 6370 lang_requires_boot_languages=
55ffb5ed 6371 . ${lang_frag}
69ecd18f 6372 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6373 case ,${enable_languages}, in
6374 *,$other,*) ;;
6375 *,all,*) ;;
6376 *,$language,*)
6377 echo " \`$other' language required by \`$language'; enabling" 1>&2
6378 enable_languages="${enable_languages},${other}"
6379 ;;
6380 esac
6381 done
69ecd18f
ILT
6382 for other in ${lang_requires_boot_languages} ; do
6383 if test "$other" != "c"; then
6384 case ,${enable_stage1_languages}, in
6385 *,$other,*) ;;
6386 *,all,*) ;;
6387 *)
6388 case ,${enable_languages}, in
6389 *,$language,*)
6390 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6391 enable_stage1_languages="$enable_stage1_languages,${other}"
6392 ;;
6393 esac
6394 ;;
6395 esac
6396 fi
6397 done
55ffb5ed
NN
6398 ;;
6399 esac
6400 done
6401
e1888513 6402 new_enable_languages=,c,
d7f09764
DN
6403
6404 # If LTO is enabled, add the LTO front end.
6405 extra_host_libiberty_configure_flags=
6406 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6407 case ,${enable_languages}, in
6408 *,lto,*) ;;
6409 *) enable_languages="${enable_languages},lto" ;;
6410 esac
1cd0b716 6411 if test "${build_lto_plugin}" = "yes" ; then
d7f09764
DN
6412 configdirs="$configdirs lto-plugin"
6413 extra_host_libiberty_configure_flags=--enable-shared
6414 fi
6415 fi
6416
6417
55ffb5ed 6418 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6419 potential_languages=,c,
55ffb5ed 6420
4da3b0f8
ILT
6421 enabled_target_libs=
6422 disabled_target_libs=
6423
55ffb5ed
NN
6424 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6425 case ${lang_frag} in
6426 ..) ;;
6427 # The odd quoting in the next line works around
6428 # an apparent bug in bash 1.12 on linux.
6429 ${srcdir}/gcc/[*]/config-lang.in) ;;
6430 *)
1c710c3c 6431 # From the config-lang.in, get $language, $target_libs,
2805b53a 6432 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6433 language=
6434 target_libs=
6435 lang_dirs=
1546bb64 6436 subdir_requires=
e1888513
PB
6437 boot_language=no
6438 build_by_default=yes
55ffb5ed 6439 . ${lang_frag}
e1888513
PB
6440 if test x${language} = x; then
6441 echo "${lang_frag} doesn't set \$language." 1>&2
6442 exit 1
6443 fi
6444
78767fd9 6445 if test "$language" = "c++"; then
0823efed 6446 boot_language=yes
00020c16
ILT
6447 fi
6448
178f875a 6449 add_this_lang=no
e1888513
PB
6450 case ,${enable_languages}, in
6451 *,${language},*)
d4a10d0a
SB
6452 # Language was explicitly selected; include it
6453 # unless it is C, which is enabled by default.
6454 if test "$language" != "c"; then
6455 add_this_lang=yes
6456 fi
55ffb5ed 6457 ;;
e1888513
PB
6458 *,all,*)
6459 # 'all' was selected, select it if it is a default language
178f875a
JM
6460 if test "$language" != "c"; then
6461 add_this_lang=${build_by_default}
6462 fi
55ffb5ed
NN
6463 ;;
6464 esac
6de9cd9a 6465
1546bb64 6466 # Disable languages that need other directories if these aren't available.
95695ad3 6467 for i in $subdir_requires; do
b6348cb3 6468 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6469 case ,${enable_languages}, in
6470 *,${language},*)
6471 # Specifically requested language; tell them.
5213506e 6472 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6473 ;;
6474 *)
6475 # Silently disable.
e1888513 6476 add_this_lang=unsupported
1546bb64
PB
6477 ;;
6478 esac
6479 done
6480
e1888513
PB
6481 # Disable Ada if no preexisting GNAT is available.
6482 case ,${enable_languages},:${language}:${have_gnat} in
6483 *,${language},*:ada:no)
6484 # Specifically requested language; tell them.
5213506e 6485 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6486 ;;
6487 *:ada:no)
6488 # Silently disable.
6489 add_this_lang=unsupported
6490 ;;
6491 esac
6492
4fab7234
HPN
6493 # Disable a language that is unsupported by the target.
6494 case " $unsupported_languages " in
6495 *" $language "*)
e1888513 6496 add_this_lang=unsupported
4fab7234
HPN
6497 ;;
6498 esac
6499
6de9cd9a 6500 case $add_this_lang in
e1888513 6501 unsupported)
55ffb5ed 6502 # Remove language-dependent dirs.
4da3b0f8
ILT
6503 disabled_target_libs="$disabled_target_libs $target_libs"
6504 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6505 ;;
e1888513
PB
6506 no)
6507 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6508 disabled_target_libs="$disabled_target_libs $target_libs"
6509 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6510 potential_languages="${potential_languages}${language},"
6511 ;;
6512 yes)
6513 new_enable_languages="${new_enable_languages}${language},"
6514 potential_languages="${potential_languages}${language},"
2805b53a 6515 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6516 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6517 case "${boot_language}:,$enable_stage1_languages," in
6518 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6519 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6520 case ",$stage1_languages," in
6521 *,$language,* | ,yes, | ,all,) ;;
6522 *) stage1_languages="${stage1_languages}${language}," ;;
6523 esac
00020c16
ILT
6524 # We need to bootstrap any supporting libraries.
6525 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6526 ;;
6527 esac
6528 ;;
55ffb5ed
NN
6529 esac
6530 ;;
6531 esac
6532 done
6533
4da3b0f8
ILT
6534 # Add target libraries which are only needed for disabled languages
6535 # to noconfigdirs.
6536 if test -n "$disabled_target_libs"; then
6537 for dir in $disabled_target_libs; do
6538 case " $enabled_target_libs " in
6539 *" ${dir} "*) ;;
6540 *) noconfigdirs="$noconfigdirs $dir" ;;
6541 esac
6542 done
6543 fi
6544
5213506e
RW
6545 # Check whether --enable-stage1-languages was given.
6546if test "${enable_stage1_languages+set}" = set; then :
6547 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6548 ,no,|,,)
6549 # Set it to something that will have no effect in the loop below
6550 enable_stage1_languages=c ;;
6551 ,yes,)
6552 enable_stage1_languages=`echo $new_enable_languages | \
6553 sed -e "s/^,//" -e "s/,$//" ` ;;
6554 *,all,*)
6555 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6556 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6557 esac
6558
6559 # Add "good" languages from enable_stage1_languages to stage1_languages,
6560 # while "bad" languages go in missing_languages. Leave no duplicates.
6561 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6562 case $potential_languages in
6563 *,$i,*)
6564 case $stage1_languages in
6565 *,$i,*) ;;
6566 *) stage1_languages="$stage1_languages$i," ;;
6567 esac ;;
6568 *)
6569 case $missing_languages in
6570 *,$i,*) ;;
6571 *) missing_languages="$missing_languages$i," ;;
6572 esac ;;
6573 esac
6574 done
5213506e
RW
6575fi
6576
e1888513
PB
6577
6578 # Remove leading/trailing commas that were added for simplicity
6579 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6580 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6581 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6582 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6583
55ffb5ed 6584 if test "x$missing_languages" != x; then
5213506e 6585 as_fn_error "
0cf085e4 6586The following requested languages could not be built: ${missing_languages}
5213506e 6587Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6588 fi
55ffb5ed
NN
6589 if test "x$new_enable_languages" != "x$enable_languages"; then
6590 echo The following languages will be built: ${new_enable_languages}
e1888513 6591 enable_languages="$new_enable_languages"
55ffb5ed 6592 fi
e1888513 6593
1c710c3c 6594
b2eaac4a 6595 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6596fi
6597
27079765
AH
6598# Handle --disable-<component> generically.
6599for dir in $configdirs $build_configdirs $target_configdirs ; do
6600 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6601 varname=`echo $dirname | sed -e s/+/_/g`
6602 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6603 noconfigdirs="$noconfigdirs $dir"
6604 fi
6605done
6606
7cd0cf9c 6607# Check for Boehm's garbage collector
5213506e
RW
6608# Check whether --enable-objc-gc was given.
6609if test "${enable_objc_gc+set}" = set; then :
6610 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6611 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6612 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6613 ;;
6614esac
5213506e
RW
6615fi
6616
7cd0cf9c
DA
6617
6618# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6619case ,${enable_languages},:${enable_objc_gc} in
6620 *,objc,*:yes)
7cd0cf9c
DA
6621 # Keep target-boehm-gc if requested for Objective-C.
6622 ;;
7cd0cf9c 6623 *)
2a79fd67
DA
6624 # Otherwise remove target-boehm-gc depending on target-libjava.
6625 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6626 noconfigdirs="$noconfigdirs target-boehm-gc"
6627 fi
7cd0cf9c
DA
6628 ;;
6629esac
6630
2077db1b 6631# Disable libitm, libsanitizer, libvtv if we're not building C++
99776ebd 6632case ,${enable_languages}, in
9696698a 6633 *,c++,*) ;;
99776ebd 6634 *)
186bc287 6635 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer target-libvtv"
99776ebd
RH
6636 ;;
6637esac
6638
ee6a22df
L
6639# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6640# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6641# If we have the source for $noconfigdirs entries, add them to $notsupp.
6642
6643notsupp=""
6644for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6645 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6646 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6647 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6648 if test -r $srcdir/$dirname/configure ; then
6649 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6650 true
6651 else
6652 notsupp="$notsupp $dir"
6653 fi
6654 fi
6655 fi
ee6a22df
L
6656 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6657 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6658 if test -r $srcdir/$dirname/configure ; then
6659 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6660 true
6661 else
6662 notsupp="$notsupp $dir"
6663 fi
6664 fi
6665 fi
55ffb5ed
NN
6666 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6667 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6668 if test -r $srcdir/$dirname/configure ; then
6669 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6670 true
6671 else
6672 notsupp="$notsupp $dir"
6673 fi
6674 fi
6675 fi
6676done
6677
55ffb5ed
NN
6678# Quietly strip out all directories which aren't configurable in this tree.
6679# This relies on all configurable subdirectories being autoconfiscated, which
6680# is now the case.
23f6b2f9
PB
6681build_configdirs_all="$build_configdirs"
6682build_configdirs=
6683for i in ${build_configdirs_all} ; do
1c710c3c 6684 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6685 if test -f ${srcdir}/$j/configure ; then
6686 build_configdirs="${build_configdirs} $i"
6687 fi
6688done
6689
55ffb5ed
NN
6690configdirs_all="$configdirs"
6691configdirs=
6692for i in ${configdirs_all} ; do
6693 if test -f ${srcdir}/$i/configure ; then
6694 configdirs="${configdirs} $i"
6695 fi
6696done
23f6b2f9 6697
55ffb5ed
NN
6698target_configdirs_all="$target_configdirs"
6699target_configdirs=
6700for i in ${target_configdirs_all} ; do
1c710c3c 6701 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6702 if test -f ${srcdir}/$j/configure ; then
6703 target_configdirs="${target_configdirs} $i"
6704 fi
6705done
6706
6707# Produce a warning message for the subdirs we can't configure.
6708# This isn't especially interesting in the Cygnus tree, but in the individual
6709# FSF releases, it's important to let people know when their machine isn't
6710# supported by the one or two programs in a package.
6711
6712if test -n "${notsupp}" && test -z "${norecursion}" ; then
6713 # If $appdirs is non-empty, at least one of those directories must still
6714 # be configured, or we error out. (E.g., if the gas release supports a
6715 # specified target in some subdirs but not the gas subdir, we shouldn't
6716 # pretend that all is well.)
6717 if test -n "$appdirs" ; then
6718 for dir in $appdirs ; do
6719 if test -r $dir/Makefile.in ; then
6720 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6721 appdirs=""
6722 break
6723 fi
23f6b2f9 6724 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6725 appdirs=""
6726 break
6727 fi
6728 fi
6729 done
6730 if test -n "$appdirs" ; then
6731 echo "*** This configuration is not supported by this package." 1>&2
6732 exit 1
6733 fi
6734 fi
6735 # Okay, some application will build, or we don't care to check. Still
6736 # notify of subdirs not getting built.
6737 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6738 echo " ${notsupp}" 1>&2
6739 echo " (Any other directories should still work fine.)" 1>&2
6740fi
6741
6742case "$host" in
6743 *msdosdjgpp*)
6744 enable_gdbtk=no ;;
6745esac
6746
c3a86da9
DJ
6747# To find our prefix, in gcc_cv_tool_prefix.
6748
6749# The user is always right.
6750if test "${PATH_SEPARATOR+set}" != set; then
6751 echo "#! /bin/sh" >conf$$.sh
6752 echo "exit 0" >>conf$$.sh
6753 chmod +x conf$$.sh
6754 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6755 PATH_SEPARATOR=';'
6756 else
6757 PATH_SEPARATOR=:
6758 fi
6759 rm -f conf$$.sh
6760fi
6761
6762
6763
6764if test "x$exec_prefix" = xNONE; then
6765 if test "x$prefix" = xNONE; then
6766 gcc_cv_tool_prefix=$ac_default_prefix
6767 else
6768 gcc_cv_tool_prefix=$prefix
6769 fi
6770else
6771 gcc_cv_tool_prefix=$exec_prefix
6772fi
6773
6774# If there is no compiler in the tree, use the PATH only. In any
6775# case, if there is no compiler in the tree nobody should use
6776# AS_FOR_TARGET and LD_FOR_TARGET.
6777if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6778 gcc_version=`cat $srcdir/gcc/BASE-VER`
6779 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6780 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6781 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6782 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6783 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6784 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6785else
6786 gcc_cv_tool_dirs=
6787fi
6788
6789if test x$build = x$target && test -n "$md_exec_prefix"; then
6790 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6791fi
6792
6793
6794
55ffb5ed
NN
6795copy_dirs=
6796
1c710c3c 6797
5213506e
RW
6798# Check whether --with-build-sysroot was given.
6799if test "${with_build_sysroot+set}" = set; then :
6800 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6801 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6802 fi
6803else
6804 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6805fi
526635cb
MM
6806
6807
c8aea42c 6808
5213506e
RW
6809
6810# Check whether --with-debug-prefix-map was given.
6811if test "${with_debug_prefix_map+set}" = set; then :
6812 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6813 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6814 for debug_map in $withval; do
6815 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6816 done
6817 fi
6818else
6819 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6820fi
6821
c8aea42c
PB
6822
6823
1c8bd6a3
PB
6824# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6825# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6826# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6827# We want to ensure that TARGET libraries (which we know are built with
6828# gcc) are built with "-O2 -g", so include those options when setting
6829# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6830if test "x$CFLAGS_FOR_TARGET" = x; then
6831 CFLAGS_FOR_TARGET=$CFLAGS
6832 case " $CFLAGS " in
6833 *" -O2 "*) ;;
bd8e704f 6834 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6835 esac
6836 case " $CFLAGS " in
6837 *" -g "* | *" -g3 "*) ;;
bd8e704f 6838 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6839 esac
6840fi
6841
6842
6843if test "x$CXXFLAGS_FOR_TARGET" = x; then
6844 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6845 case " $CXXFLAGS " in
6846 *" -O2 "*) ;;
bd8e704f 6847 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6848 esac
6849 case " $CXXFLAGS " in
6850 *" -g "* | *" -g3 "*) ;;
bd8e704f 6851 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6852 esac
6853fi
6854
6855
6f57bdf6
DK
6856
6857
55ffb5ed
NN
6858# Handle --with-headers=XXX. If the value is not "yes", the contents of
6859# the named directory are copied to $(tooldir)/sys-include.
6860if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6861 if test x${is_cross_compiler} = xno ; then
6862 echo 1>&2 '***' --with-headers is only supported when cross compiling
6863 exit 1
6864 fi
6865 if test x"${with_headers}" != xyes ; then
c3a86da9 6866 x=${gcc_cv_tool_prefix}
1c710c3c 6867 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6868 fi
6869fi
6870
6871# Handle --with-libs=XXX. If the value is not "yes", the contents of
6872# the name directories are copied to $(tooldir)/lib. Multiple directories
6873# are permitted.
6874if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6875 if test x${is_cross_compiler} = xno ; then
6876 echo 1>&2 '***' --with-libs is only supported when cross compiling
6877 exit 1
6878 fi
6879 if test x"${with_libs}" != xyes ; then
6880 # Copy the libraries in reverse order, so that files in the first named
6881 # library override files in subsequent libraries.
c3a86da9 6882 x=${gcc_cv_tool_prefix}
55ffb5ed 6883 for l in ${with_libs}; do
1c710c3c 6884 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6885 done
6886 fi
6887fi
6888
d7f09764 6889# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6890#
6891# This is done by determining whether or not the appropriate directory
6892# is available, and by checking whether or not specific configurations
6893# have requested that this magic not happen.
1c710c3c
DJ
6894#
6895# The command line options always override the explicit settings in
e8b05380
PB
6896# configure.in, and the settings in configure.in override this magic.
6897#
1c710c3c 6898# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6899# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6900# --without-gnu-ld options for the configure script. Similarly, if
6901# the default is to use the included zlib and you don't want to do that,
6902# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6903
6904if test x${use_gnu_as} = x &&
6905 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6906 with_gnu_as=yes
6907 extra_host_args="$extra_host_args --with-gnu-as"
6908fi
6909
6910if test x${use_gnu_ld} = x &&
5afab7ad 6911 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6912 with_gnu_ld=yes
6913 extra_host_args="$extra_host_args --with-gnu-ld"
6914fi
6915
d7f09764
DN
6916if test x${use_included_zlib} = x &&
6917 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6918 :
6919else
6920 with_system_zlib=yes
6921 extra_host_args="$extra_host_args --with-system-zlib"
6922fi
6923
e8b05380
PB
6924# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6925# can detect this case.
6926
6927if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6928 with_newlib=yes
6929 extra_host_args="$extra_host_args --with-newlib"
6930fi
6931
55ffb5ed
NN
6932# Handle ${copy_dirs}
6933set fnord ${copy_dirs}
6934shift
6935while test $# != 0 ; do
6936 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6937 :
6938 else
6939 echo Copying $1 to $2
6940
6941 # Use the install script to create the directory and all required
6942 # parent directories.
6943 if test -d $2 ; then
6944 :
6945 else
6946 echo >config.temp
6947 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6948 fi
6949
6950 # Copy the directory, assuming we have tar.
6951 # FIXME: Should we use B in the second tar? Not all systems support it.
6952 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6953
6954 # It is the responsibility of the user to correctly adjust all
6955 # symlinks. If somebody can figure out how to handle them correctly
6956 # here, feel free to add the code.
6957
6958 echo $1 > $2/COPIED
6959 fi
6960 shift; shift
6961done
6962
e8b05380
PB
6963# Determine a target-dependent exec_prefix that the installed
6964# gcc will search in. Keep this list sorted by triplet, with
6965# the *-*-osname triplets last.
6966md_exec_prefix=
6967case "${target}" in
30b74385 6968 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6969 md_exec_prefix=/dev/env/DJDIR/bin
6970 ;;
e8b05380 6971 *-*-hpux* | \
e8b05380 6972 *-*-nto-qnx* | \
6de66370 6973 *-*-solaris2*)
e8b05380
PB
6974 md_exec_prefix=/usr/ccs/bin
6975 ;;
6976esac
6977
671aa708
NN
6978extra_arflags_for_target=
6979extra_nmflags_for_target=
6980extra_ranlibflags_for_target=
6981target_makefile_frag=/dev/null
6982case "${target}" in
58e24147
AM
6983 spu-*-*)
6984 target_makefile_frag="config/mt-spu"
6985 ;;
d91491e5 6986 mips*-sde-elf* | mips*-mti-elf*)
4bf6c438
RS
6987 target_makefile_frag="config/mt-sde"
6988 ;;
1ec3b87b
RS
6989 mipsisa*-*-elfoabi*)
6990 target_makefile_frag="config/mt-mips-elfoabi"
6991 ;;
08d0963a
RS
6992 mips*-*-*linux* | mips*-*-gnu*)
6993 target_makefile_frag="config/mt-mips-gnu"
6994 ;;
416ac4d4 6995 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6996 target_makefile_frag="config/mt-gnu"
671aa708
NN
6997 ;;
6998 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6999 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
7000 # commands to handle both 32-bit and 64-bit objects. These flags are
7001 # harmless if we're using GNU nm or ar.
7002 extra_arflags_for_target=" -X32_64"
7003 extra_nmflags_for_target=" -B -X32_64"
7004 ;;
671aa708
NN
7005esac
7006
7007alphaieee_frag=/dev/null
7008case $target in
7009 alpha*-*-*)
7010 # This just makes sure to use the -mieee option to build target libs.
7011 # This should probably be set individually by each library.
7012 alphaieee_frag="config/mt-alphaieee"
7013 ;;
7014esac
7015
7016# If --enable-target-optspace always use -Os instead of -O2 to build
7017# the target libraries, similarly if it is not specified, use -Os
7018# on selected platforms.
7019ospace_frag=/dev/null
7020case "${enable_target_optspace}:${target}" in
7021 yes:*)
7022 ospace_frag="config/mt-ospace"
7023 ;;
7024 :d30v-*)
7025 ospace_frag="config/mt-d30v"
7026 ;;
7027 :m32r-* | :d10v-* | :fr30-*)
7028 ospace_frag="config/mt-ospace"
7029 ;;
7030 no:* | :*)
7031 ;;
7032 *)
7033 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7034 ;;
7035esac
7036
671aa708
NN
7037# Some systems (e.g., one of the i386-aix systems the gas testers are
7038# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 7039tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
7040build_tooldir=${tooldir}
7041
671aa708
NN
7042# Create a .gdbinit file which runs the one in srcdir
7043# and tells GDB to look there for source files.
7044
7045if test -r ${srcdir}/.gdbinit ; then
7046 case ${srcdir} in
7047 .) ;;
7048 *) cat > ./.gdbinit <<EOF
7049# ${NO_EDIT}
7050dir ${srcdir}
7051dir .
7052source ${srcdir}/.gdbinit
7053EOF
7054 ;;
7055 esac
7056fi
7057
671aa708
NN
7058# Make sure that the compiler is able to generate an executable. If it
7059# can't, we are probably in trouble. We don't care whether we can run the
7060# executable--we might be using a cross compiler--we only care whether it
7061# can be created. At this point the main configure script has set CC.
7062we_are_ok=no
7063echo "int main () { return 0; }" > conftest.c
7064${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7065if test $? = 0 ; then
7066 if test -s conftest || test -s conftest.exe ; then
7067 we_are_ok=yes
7068 fi
1c710c3c 7069fi
671aa708
NN
7070case $we_are_ok in
7071 no)
7072 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7073 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7074 rm -f conftest*
7075 exit 1
7076 ;;
7077esac
7078rm -f conftest*
7079
d89f0ad6 7080# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
7081case "${host}" in
7082 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 7083 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 7084 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
7085 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7086esac
7087
d89f0ad6
AL
7088# On systems where the dynamic library environment variable is PATH,
7089# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7090# built executables to PATH.
7091if test "$RPATH_ENVVAR" = PATH; then
7092 GCC_SHLIB_SUBDIR=/shlib
7093else
7094 GCC_SHLIB_SUBDIR=
7095fi
7096
beeda1d9
JJ
7097# Adjust the toplevel makefile according to whether bootstrap was selected.
7098case $enable_bootstrap in
7099 yes)
7100 bootstrap_suffix=bootstrap
7101 BUILD_CONFIG=bootstrap-debug
7102 ;;
7103 no)
7104 bootstrap_suffix=no-bootstrap
7105 BUILD_CONFIG=
7106 ;;
7107esac
7108
7109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7110$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7111
7112
7113# Check whether --with-build-config was given.
7114if test "${with_build_config+set}" = set; then :
7115 withval=$with_build_config; case $with_build_config in
7116 yes) with_build_config= ;;
7117 no) with_build_config= BUILD_CONFIG= ;;
7118 esac
7119fi
7120
7121
7122if test "x${with_build_config}" != x; then
7123 BUILD_CONFIG=$with_build_config
7124else
7125 case $BUILD_CONFIG in
7126 bootstrap-debug)
7127 if echo "int f (void) { return 0; }" > conftest.c &&
7128 ${CC} -c conftest.c &&
7129 mv conftest.o conftest.o.g0 &&
7130 ${CC} -c -g conftest.c &&
7131 mv conftest.o conftest.o.g &&
7132 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7133 :
7134 else
7135 BUILD_CONFIG=
7136 fi
7137 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7138 ;;
7139 esac
7140fi
7141{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7142$as_echo "$BUILD_CONFIG" >&6; }
7143
7144
7145# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7147$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7148# Check whether --enable-vtable-verify was given.
7149if test "${enable_vtable_verify+set}" = set; then :
7150 enableval=$enable_vtable_verify; case "$enableval" in
7151 yes) enable_vtable_verify=yes ;;
7152 no) enable_vtable_verify=no ;;
7153 *) enable_vtable_verify=no;;
7154 esac
7155else
7156 enable_vtable_verify=no
7157fi
7158
7159{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7160$as_echo "$enable_vtable_verify" >&6; }
7161
671aa708
NN
7162# Record target_configdirs and the configure arguments for target and
7163# build configuration in Makefile.
7164target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7165build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
671aa708 7166
ad1e5170
JR
7167# If we are building libgomp, bootstrap it.
7168if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7169 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7170fi
7171
beeda1d9
JJ
7172# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7173# or bootstrap-ubsan, bootstrap it.
7174if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7175 case "$BUILD_CONFIG" in
7176 *bootstrap-asan* | *bootstrap-ubsan* )
7177 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
7178 ;;
7179 esac
ac8701fe
L
7180fi
7181
beeda1d9
JJ
7182# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7183if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7184 test "$enable_vtable_verify" != no; then
2077db1b
CT
7185 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7186fi
7187
671aa708
NN
7188# Determine whether gdb needs tk/tcl or not.
7189# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7190# and in that case we want gdb to be built without tk. Ugh!
7191# In fact I believe gdb is the *only* package directly dependent on tk,
7192# so we should be able to put the 'maybe's in unconditionally and
7193# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7194# 100% sure that that's safe though.
e914a571 7195
b4f96efe 7196gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7197case "$enable_gdbtk" in
7198 no)
7199 GDB_TK="" ;;
e914a571
AC
7200 yes)
7201 GDB_TK="${gdb_tk}" ;;
671aa708 7202 *)
e914a571
AC
7203 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7204 # distro. Eventually someone will fix this and move Insight, nee
7205 # gdbtk to a separate directory.
7206 if test -d ${srcdir}/gdb/gdbtk ; then
7207 GDB_TK="${gdb_tk}"
7208 else
7209 GDB_TK=""
7210 fi
7211 ;;
671aa708 7212esac
ef9db8d5
DJ
7213CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7214INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7215
60975492 7216# Strip out unwanted targets.
8b87bb96
NN
7217
7218# While at that, we remove Makefiles if we were started for recursive
7219# configuration, so that the top-level Makefile reconfigures them,
7220# like we used to do when configure itself was recursive.
8b87bb96 7221
3e54529c
RW
7222# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7223# but now we're fixing up the Makefile ourselves with the additional
7224# commands passed to AC_CONFIG_FILES. Use separate variables
7225# extrasub-{build,host,target} not because there is any reason to split
7226# the substitutions up that way, but only to remain below the limit of
7227# 99 commands in a script, for HP-UX sed.
7228# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 7229
79cd2b23
RW
7230case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7231 yes:yes:*\ gold\ *:*,c++,*) ;;
7232 yes:yes:*\ gold\ *:*)
7233 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7234 ;;
7235esac
7236
3e54529c 7237extrasub_build=
23f6b2f9 7238for module in ${build_configdirs} ; do
5607edfd
PB
7239 if test -z "${no_recursion}" \
7240 && test -f ${build_subdir}/${module}/Makefile; then
7241 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7242 rm -f ${build_subdir}/${module}/Makefile
7243 fi
3e54529c 7244 extrasub_build="$extrasub_build
5607edfd
PB
7245/^@if build-$module\$/d
7246/^@endif build-$module\$/d
7247/^@if build-$module-$bootstrap_suffix\$/d
7248/^@endif build-$module-$bootstrap_suffix\$/d"
7249done
3e54529c 7250extrasub_host=
5607edfd 7251for module in ${configdirs} ; do
a6fbc1e2 7252 if test -z "${no_recursion}"; then
f063a9ed 7253 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7254 if test -f ${file}; then
7255 echo 1>&2 "*** removing ${file} to force reconfigure"
7256 rm -f ${file}
7257 fi
7258 done
5607edfd 7259 fi
3e54529c 7260 extrasub_host="$extrasub_host
5607edfd
PB
7261/^@if $module\$/d
7262/^@endif $module\$/d
7263/^@if $module-$bootstrap_suffix\$/d
7264/^@endif $module-$bootstrap_suffix\$/d"
7265done
3e54529c 7266extrasub_target=
5607edfd
PB
7267for module in ${target_configdirs} ; do
7268 if test -z "${no_recursion}" \
7269 && test -f ${target_subdir}/${module}/Makefile; then
7270 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7271 rm -f ${target_subdir}/${module}/Makefile
7272 fi
00020c16
ILT
7273
7274 # We only bootstrap target libraries listed in bootstrap_target_libs.
7275 case $bootstrap_target_libs in
7276 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7277 *) target_bootstrap_suffix=no-bootstrap ;;
7278 esac
7279
3e54529c 7280 extrasub_target="$extrasub_target
5607edfd
PB
7281/^@if target-$module\$/d
7282/^@endif target-$module\$/d
00020c16
ILT
7283/^@if target-$module-$target_bootstrap_suffix\$/d
7284/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7285done
7286
3e54529c
RW
7287# Do the final fixup along with target modules.
7288extrasub_target="$extrasub_target
60975492 7289/^@if /,/^@endif /d"
671aa708
NN
7290
7291# Create the serialization dependencies. This uses a temporary file.
7292
5213506e
RW
7293# Check whether --enable-serial-configure was given.
7294if test "${enable_serial_configure+set}" = set; then :
7295 enableval=$enable_serial_configure;
7296fi
ade82b16
AO
7297
7298
bf1d3e81
NN
7299case ${enable_serial_configure} in
7300 yes)
7301 enable_serial_build_configure=yes
7302 enable_serial_host_configure=yes
7303 enable_serial_target_configure=yes
7304 ;;
7305esac
7306
671aa708
NN
7307# These force 'configure's to be done one at a time, to avoid problems
7308# with contention over a shared config.cache.
7309rm -f serdep.tmp
ade82b16 7310echo '# serdep.tmp' > serdep.tmp
671aa708 7311olditem=
bf1d3e81 7312test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7313for item in ${build_configdirs} ; do
7314 case ${olditem} in
7315 "") ;;
ade82b16 7316 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7317 esac
7318 olditem=${item}
7319done
7320olditem=
bf1d3e81 7321test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7322for item in ${configdirs} ; do
7323 case ${olditem} in
7324 "") ;;
ade82b16 7325 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7326 esac
7327 olditem=${item}
7328done
7329olditem=
bf1d3e81 7330test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7331for item in ${target_configdirs} ; do
7332 case ${olditem} in
7333 "") ;;
ade82b16 7334 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7335 esac
7336 olditem=${item}
7337done
7338serialization_dependencies=serdep.tmp
7339
7340
ade82b16 7341# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7342# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7343# might not want to pass down to subconfigures. The exception being
7344# --cache-file=/dev/null, which is used to turn off the use of cache
7345# files altogether, and which should be passed on to subconfigures.
7346# Also strip program-prefix, program-suffix, and program-transform-name,
7347# so that we can pass down a consistent program-transform-name.
1c710c3c 7348baseargs=
29a63921 7349tbaseargs=
1c710c3c
DJ
7350keep_next=no
7351skip_next=no
7352eval "set -- $ac_configure_args"
44bfc3ac
DJ
7353for ac_arg
7354do
1c710c3c
DJ
7355 if test X"$skip_next" = X"yes"; then
7356 skip_next=no
7357 continue
7358 fi
7359 if test X"$keep_next" = X"yes"; then
7360 case $ac_arg in
7361 *\'*)
7362 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7363 esac
7364 baseargs="$baseargs '$ac_arg'"
29a63921 7365 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7366 keep_next=no
7367 continue
7368 fi
7369
7370 # Handle separated arguments. Based on the logic generated by
7371 # autoconf 2.59.
7372 case $ac_arg in
7373 *=* | --config-cache | -C | -disable-* | --disable-* \
7374 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7375 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7376 | -with-* | --with-* | -without-* | --without-* | --x)
7377 separate_arg=no
7378 ;;
7379 -*)
7380 separate_arg=yes
7381 ;;
7382 *)
7383 separate_arg=no
7384 ;;
7385 esac
7386
29a63921
AO
7387 skip_targ=no
7388 case $ac_arg in
7389
7390 --with-* | --without-*)
7391 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7392
7393 case $libopt in
7394 *[-_]include)
7395 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7396 ;;
7397 *[-_]lib)
7398 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7399 ;;
7400 *)
7401 lib=$libopt
7402 ;;
7403 esac
7404
7405
7406 case $lib in
33ad93b9 7407 mpc | mpfr | gmp | cloog)
29a63921
AO
7408 # If we're processing --with-$lib, --with-$lib-include or
7409 # --with-$lib-lib, for one of the libs above, and target is
7410 # different from host, don't pass the current argument to any
7411 # target library's configure.
7412 if test x$is_cross_compiler = xyes; then
7413 skip_targ=yes
7414 fi
7415 ;;
7416 esac
7417 ;;
7418 esac
7419
1c710c3c 7420 case "$ac_arg" in
f1a036e4
NC
7421 --cache-file=/dev/null | \
7422 -cache-file=/dev/null )
7423 # Handled here to avoid the test to skip args below.
7424 baseargs="$baseargs '$ac_arg'"
29a63921 7425 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7426 # Assert: $separate_arg should always be no.
7427 keep_next=$separate_arg
7428 ;;
1c710c3c
DJ
7429 --no*)
7430 continue
7431 ;;
7432 --c* | \
7433 --sr* | \
7434 --ho* | \
7435 --bu* | \
7436 --t* | \
7437 --program-* | \
7438 -cache_file* | \
7439 -srcdir* | \
7440 -host* | \
7441 -build* | \
7442 -target* | \
7443 -program-prefix* | \
7444 -program-suffix* | \
7445 -program-transform-name* )
7446 skip_next=$separate_arg
7447 continue
7448 ;;
7449 -*)
7450 # An option. Add it.
7451 case $ac_arg in
7452 *\'*)
7453 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7454 esac
7455 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7456 if test X"$skip_targ" = Xno; then
7457 tbaseargs="$tbaseargs '$ac_arg'"
7458 fi
1c710c3c
DJ
7459 keep_next=$separate_arg
7460 ;;
7461 *)
7462 # Either a variable assignment, or a nonopt (triplet). Don't
7463 # pass it down; let the Makefile handle this.
7464 continue
7465 ;;
7466 esac
7467done
7468# Remove the initial space we just introduced and, as these will be
7469# expanded by make, quote '$'.
7470baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7471
43bb47c2
DJ
7472# Add in --program-transform-name, after --program-prefix and
7473# --program-suffix have been applied to it. Autoconf has already
7474# doubled dollar signs and backslashes in program_transform_name; we want
7475# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7476# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7477# Also, because we want to override the logic in subdir configure scripts to
7478# choose program_transform_name, replace any s,x,x, with s,y,y,.
7479sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7480${program_transform_name}
7481EOF_SED
7482gcc_transform_name=`cat conftestsed.out`
7483rm -f conftestsed.out
7484baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7485tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7486if test "$silent" = yes; then
7487 baseargs="$baseargs --silent"
29a63921 7488 tbaseargs="$tbaseargs --silent"
d9acb717 7489fi
0115d4a3 7490baseargs="$baseargs --disable-option-checking"
29a63921 7491tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7492
ffedf511
RW
7493# Record and document user additions to sub configure arguments.
7494
7495
7496
7497
671aa708
NN
7498# For the build-side libraries, we just need to pretend we're native,
7499# and not use the same cache file. Multilibs are neither needed nor
7500# desired.
ffedf511 7501build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
671aa708
NN
7502
7503# For host modules, accept cache file option, or specification as blank.
7504case "${cache_file}" in
7505"") # empty
7506 cache_file_option="" ;;
7507/* | [A-Za-z]:[\\/]* ) # absolute path
7508 cache_file_option="--cache-file=${cache_file}" ;;
7509*) # relative path
7510 cache_file_option="--cache-file=../${cache_file}" ;;
7511esac
7512
09438bde
NN
7513# Host dirs don't like to share a cache file either, horribly enough.
7514# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7515host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7516
29a63921 7517target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7518
7519# Passing a --with-cross-host argument lets the target libraries know
7520# whether they are being built with a cross-compiler or being built
7521# native. However, it would be better to use other mechanisms to make the
7522# sorts of decisions they want to make on this basis. Please consider
7523# this option to be deprecated. FIXME.
7524if test x${is_cross_compiler} = xyes ; then
1c710c3c 7525 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7526fi
7527
79e0604d
FXC
7528# Special user-friendly check for native x86_64-linux build, if
7529# multilib is not explicitly enabled.
7530case "$target:$have_compiler:$host:$target:$enable_multilib" in
7531 x86_64-*linux*:yes:$build:$build:)
7532 # Make sure we have a developement environment that handles 32-bit
7533 dev64=no
7534 echo "int main () { return 0; }" > conftest.c
7535 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7536 if test $? = 0 ; then
7537 if test -s conftest || test -s conftest.exe ; then
7538 dev64=yes
7539 fi
7540 fi
7541 rm -f conftest*
7542 if test x${dev64} != xyes ; then
7543 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
7544 fi
7545 ;;
7546esac
7547
dc683a3f
RW
7548# Default to --enable-multilib.
7549if test x${enable_multilib} = x ; then
671aa708 7550 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7551fi
671aa708
NN
7552
7553# Pass --with-newlib if appropriate. Note that target_configdirs has
7554# changed from the earlier setting of with_newlib.
7555if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7556 target_configargs="--with-newlib ${target_configargs}"
7557fi
7558
6b9eb62c
NN
7559# Different target subdirs use different values of certain variables
7560# (notably CXX). Worse, multilibs use *lots* of different values.
7561# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7562# it doesn't automatically accept command-line overrides of them.
7563# This means it's not safe for target subdirs to share a cache file,
7564# which is disgusting, but there you have it. Hopefully this can be
7565# fixed in future. It's still worthwhile to use a cache file for each
7566# directory. I think.
7567
bebcd931
MS
7568# Pass the appropriate --build, --host, --target and --cache-file arguments.
7569# We need to pass --target, as newer autoconf's requires consistency
7570# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7571target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7572
671aa708
NN
7573FLAGS_FOR_TARGET=
7574case " $target_configdirs " in
7575 *" newlib "*)
7576 case " $target_configargs " in
7577 *" --with-newlib "*)
7578 case "$target" in
5d571eaa 7579 *-cygwin*)
443e6238 7580 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
5d571eaa 7581 ;;
671aa708
NN
7582 esac
7583
7584 # If we're not building GCC, don't discard standard headers.
7585 if test -d ${srcdir}/gcc; then
7586 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7587
7588 if test "${build}" != "${host}"; then
7589 # On Canadian crosses, CC_FOR_TARGET will have already been set
7590 # by `configure', so we won't have an opportunity to add -Bgcc/
7591 # to it. This is right: we don't want to search that directory
7592 # for binaries, but we want the header files in there, so add
7593 # them explicitly.
0463992b 7594 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7595
7596 # Someone might think of using the pre-installed headers on
7597 # Canadian crosses, in case the installed compiler is not fully
7598 # compatible with the compiler being built. In this case, it
7599 # would be better to flag an error than risking having
7600 # incompatible object files being constructed. We can't
7601 # guarantee that an error will be flagged, but let's hope the
7602 # compiler will do it, when presented with incompatible header
7603 # files.
7604 fi
7605 fi
7606
7607 case "${target}-${is_cross_compiler}" in
f2a0e225 7608 i[3456789]86-*-linux*-no)
671aa708
NN
7609 # Here host == target, so we don't need to build gcc,
7610 # so we don't want to discard standard headers.
7611 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7612 ;;
7613 *)
7614 # If we're building newlib, use its generic headers last, but search
7615 # for any libc-related directories first (so make it the last -B
7616 # switch).
7617 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
7618
7619 # If we're building libgloss, find the startup file, simulator library
7620 # and linker script.
7621 case " $target_configdirs " in
7622 *" libgloss "*)
7623 # Look for startup file, simulator library and maybe linker script.
7624 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7625 # Look for libnosys.a in case the target needs it.
7626 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7627 # Most targets have the linker script in the source directory.
7628 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7629 ;;
7630 esac
671aa708
NN
7631 ;;
7632 esac
7633 ;;
7634 esac
7635 ;;
7636esac
5d571eaa 7637
b91f0a41 7638case "$target" in
5d571eaa
OS
7639 x86_64-*mingw* | *-w64-mingw*)
7640 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7641 # however, use a symlink named 'mingw' in ${prefix} .
7642 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7643 ;;
7644 *-mingw*)
7645 # MinGW can't be handled as Cygwin above since it does not use newlib.
7646 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'
7647 ;;
b91f0a41 7648esac
671aa708 7649
6691a79e
ME
7650# Allow the user to override the flags for
7651# our build compiler if desired.
f019adc1
MF
7652if test x"${build}" = x"${host}" ; then
7653 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7654 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7655 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7656fi
6691a79e 7657
671aa708
NN
7658# On Canadian crosses, we'll be searching the right directories for
7659# the previously-installed cross compiler, so don't bother to add
7660# flags for directories within the install tree of the compiler
7661# being built; programs in there won't even run.
7662if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7663 # Search for pre-installed headers if nothing else fits.
9124bc53 7664 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
7665fi
7666
7667if test "x${use_gnu_ld}" = x &&
7668 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7669 # Arrange for us to find uninstalled linker scripts.
215c351a 7670 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7671fi
7672
e88a2c09
DD
7673# Search for other target-specific linker scripts and such.
7674case "${target}" in
3e19841a
PB
7675 mep*)
7676 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7677 ;;
e88a2c09
DD
7678esac
7679
671aa708 7680# Makefile fragments.
7b61653a
PE
7681for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7682do
7683 eval fragval=\$$frag
7684 if test $fragval != /dev/null; then
7685 eval $frag=${srcdir}/$fragval
7686 fi
7687done
671aa708
NN
7688
7689
7690
7691
7692
7693# Miscellanea: directories, flags, etc.
7694
7695
7696
7697
7698
7699
7700
d89f0ad6 7701
23f6b2f9 7702# Build module lists & subconfigure args.
671aa708
NN
7703
7704
7705
2abefe3d
PB
7706# Host module lists & subconfigure args.
7707
7708
7709
aae29963 7710
2abefe3d
PB
7711# Target module lists & subconfigure args.
7712
7713
7714
7715# Build tools.
7716
7717
7718
0999159b
PB
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
2abefe3d
PB
7733# Generate default definitions for YACC, M4, LEX and other programs that run
7734# on the build machine. These are used if the Makefile can't locate these
7735# programs in objdir.
7736MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7737
7738for ac_prog in 'bison -y' byacc yacc
7739do
1c710c3c 7740 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7741set dummy $ac_prog; ac_word=$2
5213506e
RW
7742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7743$as_echo_n "checking for $ac_word... " >&6; }
7744if test "${ac_cv_prog_YACC+set}" = set; then :
7745 $as_echo_n "(cached) " >&6
2abefe3d
PB
7746else
7747 if test -n "$YACC"; then
7748 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7749else
1c710c3c
DJ
7750as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7751for as_dir in $PATH
7752do
7753 IFS=$as_save_IFS
7754 test -z "$as_dir" && as_dir=.
5213506e
RW
7755 for ac_exec_ext in '' $ac_executable_extensions; do
7756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7757 ac_cv_prog_YACC="$ac_prog"
5213506e 7758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7759 break 2
7760 fi
7761done
5213506e
RW
7762 done
7763IFS=$as_save_IFS
1c710c3c 7764
2abefe3d
PB
7765fi
7766fi
1c710c3c 7767YACC=$ac_cv_prog_YACC
2abefe3d 7768if test -n "$YACC"; then
5213506e
RW
7769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7770$as_echo "$YACC" >&6; }
2abefe3d 7771else
5213506e
RW
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7773$as_echo "no" >&6; }
2abefe3d
PB
7774fi
7775
5213506e 7776
1c710c3c 7777 test -n "$YACC" && break
2abefe3d
PB
7778done
7779test -n "$YACC" || YACC="$MISSING bison -y"
7780
7781case " $build_configdirs " in
7782 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
7783esac
7784
7785for ac_prog in bison
7786do
1c710c3c 7787 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7788set dummy $ac_prog; ac_word=$2
5213506e
RW
7789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7790$as_echo_n "checking for $ac_word... " >&6; }
7791if test "${ac_cv_prog_BISON+set}" = set; then :
7792 $as_echo_n "(cached) " >&6
2abefe3d
PB
7793else
7794 if test -n "$BISON"; then
7795 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7796else
1c710c3c
DJ
7797as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7798for as_dir in $PATH
7799do
7800 IFS=$as_save_IFS
7801 test -z "$as_dir" && as_dir=.
5213506e
RW
7802 for ac_exec_ext in '' $ac_executable_extensions; do
7803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7804 ac_cv_prog_BISON="$ac_prog"
5213506e 7805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7806 break 2
7807 fi
7808done
5213506e
RW
7809 done
7810IFS=$as_save_IFS
1c710c3c 7811
2abefe3d
PB
7812fi
7813fi
1c710c3c 7814BISON=$ac_cv_prog_BISON
2abefe3d 7815if test -n "$BISON"; then
5213506e
RW
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7817$as_echo "$BISON" >&6; }
2abefe3d 7818else
5213506e
RW
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7820$as_echo "no" >&6; }
2abefe3d
PB
7821fi
7822
5213506e 7823
1c710c3c 7824 test -n "$BISON" && break
2abefe3d
PB
7825done
7826test -n "$BISON" || BISON="$MISSING bison"
7827
7828case " $build_configdirs " in
7829 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7830esac
7831
7832for ac_prog in gm4 gnum4 m4
7833do
1c710c3c 7834 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7835set dummy $ac_prog; ac_word=$2
5213506e
RW
7836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7837$as_echo_n "checking for $ac_word... " >&6; }
7838if test "${ac_cv_prog_M4+set}" = set; then :
7839 $as_echo_n "(cached) " >&6
2abefe3d
PB
7840else
7841 if test -n "$M4"; then
7842 ac_cv_prog_M4="$M4" # Let the user override the test.
7843else
1c710c3c
DJ
7844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7845for as_dir in $PATH
7846do
7847 IFS=$as_save_IFS
7848 test -z "$as_dir" && as_dir=.
5213506e
RW
7849 for ac_exec_ext in '' $ac_executable_extensions; do
7850 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7851 ac_cv_prog_M4="$ac_prog"
5213506e 7852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7853 break 2
7854 fi
7855done
5213506e
RW
7856 done
7857IFS=$as_save_IFS
1c710c3c 7858
2abefe3d
PB
7859fi
7860fi
1c710c3c 7861M4=$ac_cv_prog_M4
2abefe3d 7862if test -n "$M4"; then
5213506e
RW
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7864$as_echo "$M4" >&6; }
2abefe3d 7865else
5213506e
RW
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7867$as_echo "no" >&6; }
2abefe3d
PB
7868fi
7869
5213506e 7870
1c710c3c 7871 test -n "$M4" && break
2abefe3d
PB
7872done
7873test -n "$M4" || M4="$MISSING m4"
7874
7875case " $build_configdirs " in
7876 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7877esac
7878
7879for ac_prog in flex lex
7880do
1c710c3c 7881 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7882set dummy $ac_prog; ac_word=$2
5213506e
RW
7883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7884$as_echo_n "checking for $ac_word... " >&6; }
7885if test "${ac_cv_prog_LEX+set}" = set; then :
7886 $as_echo_n "(cached) " >&6
2abefe3d
PB
7887else
7888 if test -n "$LEX"; then
7889 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7890else
1c710c3c
DJ
7891as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7892for as_dir in $PATH
7893do
7894 IFS=$as_save_IFS
7895 test -z "$as_dir" && as_dir=.
5213506e
RW
7896 for ac_exec_ext in '' $ac_executable_extensions; do
7897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7898 ac_cv_prog_LEX="$ac_prog"
5213506e 7899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7900 break 2
7901 fi
7902done
5213506e
RW
7903 done
7904IFS=$as_save_IFS
1c710c3c 7905
2abefe3d
PB
7906fi
7907fi
1c710c3c 7908LEX=$ac_cv_prog_LEX
2abefe3d 7909if test -n "$LEX"; then
5213506e
RW
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7911$as_echo "$LEX" >&6; }
2abefe3d 7912else
5213506e
RW
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7914$as_echo "no" >&6; }
2abefe3d
PB
7915fi
7916
5213506e 7917
1c710c3c 7918 test -n "$LEX" && break
2abefe3d
PB
7919done
7920test -n "$LEX" || LEX="$MISSING flex"
7921
7922case " $build_configdirs " in
7923 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7924 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7925esac
7926
7927for ac_prog in flex
7928do
1c710c3c 7929 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7930set dummy $ac_prog; ac_word=$2
5213506e
RW
7931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7932$as_echo_n "checking for $ac_word... " >&6; }
7933if test "${ac_cv_prog_FLEX+set}" = set; then :
7934 $as_echo_n "(cached) " >&6
2abefe3d
PB
7935else
7936 if test -n "$FLEX"; then
7937 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7938else
1c710c3c
DJ
7939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7940for as_dir in $PATH
7941do
7942 IFS=$as_save_IFS
7943 test -z "$as_dir" && as_dir=.
5213506e
RW
7944 for ac_exec_ext in '' $ac_executable_extensions; do
7945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7946 ac_cv_prog_FLEX="$ac_prog"
5213506e 7947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7948 break 2
7949 fi
7950done
5213506e
RW
7951 done
7952IFS=$as_save_IFS
1c710c3c 7953
2abefe3d
PB
7954fi
7955fi
1c710c3c 7956FLEX=$ac_cv_prog_FLEX
2abefe3d 7957if test -n "$FLEX"; then
5213506e
RW
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7959$as_echo "$FLEX" >&6; }
2abefe3d 7960else
5213506e
RW
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7962$as_echo "no" >&6; }
2abefe3d
PB
7963fi
7964
5213506e 7965
1c710c3c 7966 test -n "$FLEX" && break
2abefe3d
PB
7967done
7968test -n "$FLEX" || FLEX="$MISSING flex"
7969
7970case " $build_configdirs " in
7971 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7972esac
7973
7974for ac_prog in makeinfo
7975do
1c710c3c 7976 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7977set dummy $ac_prog; ac_word=$2
5213506e
RW
7978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7979$as_echo_n "checking for $ac_word... " >&6; }
7980if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7981 $as_echo_n "(cached) " >&6
2abefe3d
PB
7982else
7983 if test -n "$MAKEINFO"; then
7984 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7985else
1c710c3c
DJ
7986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7987for as_dir in $PATH
7988do
7989 IFS=$as_save_IFS
7990 test -z "$as_dir" && as_dir=.
5213506e
RW
7991 for ac_exec_ext in '' $ac_executable_extensions; do
7992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7993 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 7994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7995 break 2
7996 fi
7997done
5213506e
RW
7998 done
7999IFS=$as_save_IFS
1c710c3c 8000
2abefe3d
PB
8001fi
8002fi
1c710c3c 8003MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 8004if test -n "$MAKEINFO"; then
5213506e
RW
8005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8006$as_echo "$MAKEINFO" >&6; }
2abefe3d 8007else
5213506e
RW
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8009$as_echo "no" >&6; }
2abefe3d
PB
8010fi
8011
5213506e 8012
1c710c3c 8013 test -n "$MAKEINFO" && break
2abefe3d
PB
8014done
8015test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8016
8017case " $build_configdirs " in
8018 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8019 *)
8020
d18ff35a 8021 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
8022 # higher, else we use the "missing" dummy.
8023 if ${MAKEINFO} --version \
d18ff35a 8024 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
8025 :
8026 else
8027 MAKEINFO="$MISSING makeinfo"
8028 fi
8029 ;;
8030
8031esac
671aa708 8032
2abefe3d 8033# FIXME: expect and dejagnu may become build tools?
671aa708 8034
2abefe3d
PB
8035for ac_prog in expect
8036do
1c710c3c 8037 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8038set dummy $ac_prog; ac_word=$2
5213506e
RW
8039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8040$as_echo_n "checking for $ac_word... " >&6; }
8041if test "${ac_cv_prog_EXPECT+set}" = set; then :
8042 $as_echo_n "(cached) " >&6
2abefe3d
PB
8043else
8044 if test -n "$EXPECT"; then
8045 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8046else
1c710c3c
DJ
8047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8048for as_dir in $PATH
8049do
8050 IFS=$as_save_IFS
8051 test -z "$as_dir" && as_dir=.
5213506e
RW
8052 for ac_exec_ext in '' $ac_executable_extensions; do
8053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8054 ac_cv_prog_EXPECT="$ac_prog"
5213506e 8055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8056 break 2
8057 fi
8058done
5213506e
RW
8059 done
8060IFS=$as_save_IFS
1c710c3c 8061
2abefe3d
PB
8062fi
8063fi
1c710c3c 8064EXPECT=$ac_cv_prog_EXPECT
2abefe3d 8065if test -n "$EXPECT"; then
5213506e
RW
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8067$as_echo "$EXPECT" >&6; }
2abefe3d 8068else
5213506e
RW
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8070$as_echo "no" >&6; }
2abefe3d 8071fi
671aa708 8072
5213506e 8073
1c710c3c 8074 test -n "$EXPECT" && break
2abefe3d
PB
8075done
8076test -n "$EXPECT" || EXPECT="expect"
671aa708 8077
2abefe3d
PB
8078case " $configdirs " in
8079 *" expect "*)
8080 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8081 ;;
8082esac
671aa708 8083
2abefe3d
PB
8084for ac_prog in runtest
8085do
1c710c3c 8086 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8087set dummy $ac_prog; ac_word=$2
5213506e
RW
8088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8089$as_echo_n "checking for $ac_word... " >&6; }
8090if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8091 $as_echo_n "(cached) " >&6
2abefe3d
PB
8092else
8093 if test -n "$RUNTEST"; then
8094 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 8095else
1c710c3c
DJ
8096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8097for as_dir in $PATH
8098do
8099 IFS=$as_save_IFS
8100 test -z "$as_dir" && as_dir=.
5213506e
RW
8101 for ac_exec_ext in '' $ac_executable_extensions; do
8102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8103 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 8104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8105 break 2
8106 fi
8107done
5213506e
RW
8108 done
8109IFS=$as_save_IFS
1c710c3c 8110
2abefe3d
PB
8111fi
8112fi
1c710c3c 8113RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8114if test -n "$RUNTEST"; then
5213506e
RW
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8116$as_echo "$RUNTEST" >&6; }
2abefe3d 8117else
5213506e
RW
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8119$as_echo "no" >&6; }
2abefe3d 8120fi
671aa708 8121
5213506e 8122
1c710c3c 8123 test -n "$RUNTEST" && break
2abefe3d
PB
8124done
8125test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8126
2abefe3d
PB
8127case " $configdirs " in
8128 *" dejagnu "*)
c394e891 8129 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8130 ;;
8131esac
671aa708
NN
8132
8133
671aa708 8134# Host tools.
ca9f4b81
AO
8135ncn_tool_prefix=
8136test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8137ncn_target_tool_prefix=
8138test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8139
278a7a38
AO
8140
8141
8142if test -n "$AR"; then
8143 ac_cv_prog_AR=$AR
8144elif test -n "$ac_cv_prog_AR"; then
8145 AR=$ac_cv_prog_AR
8146fi
8147
8148if test -n "$ac_cv_prog_AR"; then
8149 for ncn_progname in ar; do
8150 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8151set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8153$as_echo_n "checking for $ac_word... " >&6; }
8154if test "${ac_cv_prog_AR+set}" = set; then :
8155 $as_echo_n "(cached) " >&6
278a7a38
AO
8156else
8157 if test -n "$AR"; then
8158 ac_cv_prog_AR="$AR" # Let the user override the test.
8159else
8160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8161for as_dir in $PATH
8162do
8163 IFS=$as_save_IFS
8164 test -z "$as_dir" && as_dir=.
5213506e
RW
8165 for ac_exec_ext in '' $ac_executable_extensions; do
8166 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8167 ac_cv_prog_AR="${ncn_progname}"
5213506e 8168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8169 break 2
8170 fi
8171done
5213506e
RW
8172 done
8173IFS=$as_save_IFS
278a7a38
AO
8174
8175fi
8176fi
8177AR=$ac_cv_prog_AR
8178if test -n "$AR"; then
5213506e
RW
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8180$as_echo "$AR" >&6; }
278a7a38 8181else
5213506e
RW
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8183$as_echo "no" >&6; }
278a7a38
AO
8184fi
8185
5213506e 8186
278a7a38
AO
8187 done
8188fi
8189
8190for ncn_progname in ar; do
2693c0b0
PB
8191 if test -n "$ncn_tool_prefix"; then
8192 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8193set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8195$as_echo_n "checking for $ac_word... " >&6; }
8196if test "${ac_cv_prog_AR+set}" = set; then :
8197 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8198else
8199 if test -n "$AR"; then
8200 ac_cv_prog_AR="$AR" # Let the user override the test.
8201else
1c710c3c
DJ
8202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8203for as_dir in $PATH
8204do
8205 IFS=$as_save_IFS
8206 test -z "$as_dir" && as_dir=.
5213506e
RW
8207 for ac_exec_ext in '' $ac_executable_extensions; do
8208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8209 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8211 break 2
8212 fi
8213done
5213506e
RW
8214 done
8215IFS=$as_save_IFS
1c710c3c 8216
ca9f4b81
AO
8217fi
8218fi
1c710c3c 8219AR=$ac_cv_prog_AR
ca9f4b81 8220if test -n "$AR"; then
5213506e
RW
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8222$as_echo "$AR" >&6; }
ca9f4b81 8223else
5213506e
RW
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8225$as_echo "no" >&6; }
ca9f4b81
AO
8226fi
8227
5213506e 8228
2693c0b0
PB
8229 fi
8230 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8231 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8232set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8234$as_echo_n "checking for $ac_word... " >&6; }
8235if test "${ac_cv_prog_AR+set}" = set; then :
8236 $as_echo_n "(cached) " >&6
ca9f4b81 8237else
2693c0b0 8238 if test -n "$AR"; then
af71363e
AS
8239 ac_cv_prog_AR="$AR" # Let the user override the test.
8240else
1c710c3c
DJ
8241as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8242for as_dir in $PATH
8243do
8244 IFS=$as_save_IFS
8245 test -z "$as_dir" && as_dir=.
5213506e
RW
8246 for ac_exec_ext in '' $ac_executable_extensions; do
8247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8248 ac_cv_prog_AR="${ncn_progname}"
5213506e 8249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8250 break 2
8251 fi
8252done
5213506e
RW
8253 done
8254IFS=$as_save_IFS
1c710c3c 8255
ca9f4b81
AO
8256fi
8257fi
1c710c3c 8258AR=$ac_cv_prog_AR
2693c0b0 8259if test -n "$AR"; then
5213506e
RW
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8261$as_echo "$AR" >&6; }
ca9f4b81 8262else
5213506e
RW
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8264$as_echo "no" >&6; }
ca9f4b81 8265fi
1c710c3c 8266
5213506e 8267
2693c0b0
PB
8268 fi
8269 test -n "$ac_cv_prog_AR" && break
8270done
8271
8272if test -z "$ac_cv_prog_AR" ; then
8273 set dummy ar
8274 if test $build = $host ; then
8275 AR="$2"
ca9f4b81 8276 else
2693c0b0 8277 AR="${ncn_tool_prefix}$2"
ca9f4b81 8278 fi
ca9f4b81
AO
8279fi
8280
278a7a38
AO
8281
8282
8283if test -n "$AS"; then
8284 ac_cv_prog_AS=$AS
8285elif test -n "$ac_cv_prog_AS"; then
8286 AS=$ac_cv_prog_AS
8287fi
8288
8289if test -n "$ac_cv_prog_AS"; then
8290 for ncn_progname in as; do
8291 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8292set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8294$as_echo_n "checking for $ac_word... " >&6; }
8295if test "${ac_cv_prog_AS+set}" = set; then :
8296 $as_echo_n "(cached) " >&6
278a7a38
AO
8297else
8298 if test -n "$AS"; then
8299 ac_cv_prog_AS="$AS" # Let the user override the test.
8300else
8301as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8302for as_dir in $PATH
8303do
8304 IFS=$as_save_IFS
8305 test -z "$as_dir" && as_dir=.
5213506e
RW
8306 for ac_exec_ext in '' $ac_executable_extensions; do
8307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8308 ac_cv_prog_AS="${ncn_progname}"
5213506e 8309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8310 break 2
8311 fi
8312done
5213506e
RW
8313 done
8314IFS=$as_save_IFS
278a7a38
AO
8315
8316fi
8317fi
8318AS=$ac_cv_prog_AS
8319if test -n "$AS"; then
5213506e
RW
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8321$as_echo "$AS" >&6; }
278a7a38 8322else
5213506e
RW
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8324$as_echo "no" >&6; }
278a7a38
AO
8325fi
8326
5213506e 8327
278a7a38
AO
8328 done
8329fi
8330
8331for ncn_progname in as; do
2693c0b0
PB
8332 if test -n "$ncn_tool_prefix"; then
8333 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8334set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8336$as_echo_n "checking for $ac_word... " >&6; }
8337if test "${ac_cv_prog_AS+set}" = set; then :
8338 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8339else
8340 if test -n "$AS"; then
8341 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8342else
1c710c3c
DJ
8343as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8344for as_dir in $PATH
8345do
8346 IFS=$as_save_IFS
8347 test -z "$as_dir" && as_dir=.
5213506e
RW
8348 for ac_exec_ext in '' $ac_executable_extensions; do
8349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8350 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8352 break 2
8353 fi
8354done
5213506e
RW
8355 done
8356IFS=$as_save_IFS
1c710c3c 8357
ca9f4b81
AO
8358fi
8359fi
1c710c3c 8360AS=$ac_cv_prog_AS
ca9f4b81 8361if test -n "$AS"; then
5213506e
RW
8362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8363$as_echo "$AS" >&6; }
ca9f4b81 8364else
5213506e
RW
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8366$as_echo "no" >&6; }
ca9f4b81
AO
8367fi
8368
5213506e 8369
2693c0b0
PB
8370 fi
8371 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8372 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8373set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8375$as_echo_n "checking for $ac_word... " >&6; }
8376if test "${ac_cv_prog_AS+set}" = set; then :
8377 $as_echo_n "(cached) " >&6
ca9f4b81 8378else
2693c0b0
PB
8379 if test -n "$AS"; then
8380 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8381else
1c710c3c
DJ
8382as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8383for as_dir in $PATH
8384do
8385 IFS=$as_save_IFS
8386 test -z "$as_dir" && as_dir=.
5213506e
RW
8387 for ac_exec_ext in '' $ac_executable_extensions; do
8388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8389 ac_cv_prog_AS="${ncn_progname}"
5213506e 8390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8391 break 2
8392 fi
8393done
5213506e
RW
8394 done
8395IFS=$as_save_IFS
1c710c3c 8396
ca9f4b81
AO
8397fi
8398fi
1c710c3c 8399AS=$ac_cv_prog_AS
2693c0b0 8400if test -n "$AS"; then
5213506e
RW
8401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8402$as_echo "$AS" >&6; }
ca9f4b81 8403else
5213506e
RW
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8405$as_echo "no" >&6; }
ca9f4b81 8406fi
1c710c3c 8407
5213506e 8408
2693c0b0
PB
8409 fi
8410 test -n "$ac_cv_prog_AS" && break
8411done
8412
8413if test -z "$ac_cv_prog_AS" ; then
8414 set dummy as
8415 if test $build = $host ; then
8416 AS="$2"
ca9f4b81 8417 else
2693c0b0 8418 AS="${ncn_tool_prefix}$2"
ca9f4b81 8419 fi
ca9f4b81
AO
8420fi
8421
278a7a38
AO
8422
8423
8424if test -n "$DLLTOOL"; then
8425 ac_cv_prog_DLLTOOL=$DLLTOOL
8426elif test -n "$ac_cv_prog_DLLTOOL"; then
8427 DLLTOOL=$ac_cv_prog_DLLTOOL
8428fi
8429
8430if test -n "$ac_cv_prog_DLLTOOL"; then
8431 for ncn_progname in dlltool; do
8432 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8433set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8435$as_echo_n "checking for $ac_word... " >&6; }
8436if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8437 $as_echo_n "(cached) " >&6
278a7a38
AO
8438else
8439 if test -n "$DLLTOOL"; then
8440 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8441else
8442as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8443for as_dir in $PATH
8444do
8445 IFS=$as_save_IFS
8446 test -z "$as_dir" && as_dir=.
5213506e
RW
8447 for ac_exec_ext in '' $ac_executable_extensions; do
8448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8449 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8451 break 2
8452 fi
8453done
5213506e
RW
8454 done
8455IFS=$as_save_IFS
278a7a38
AO
8456
8457fi
8458fi
8459DLLTOOL=$ac_cv_prog_DLLTOOL
8460if test -n "$DLLTOOL"; then
5213506e
RW
8461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8462$as_echo "$DLLTOOL" >&6; }
278a7a38 8463else
5213506e
RW
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8465$as_echo "no" >&6; }
278a7a38
AO
8466fi
8467
5213506e 8468
278a7a38
AO
8469 done
8470fi
8471
8472for ncn_progname in dlltool; do
2693c0b0
PB
8473 if test -n "$ncn_tool_prefix"; then
8474 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8475set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8477$as_echo_n "checking for $ac_word... " >&6; }
8478if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8479 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8480else
8481 if test -n "$DLLTOOL"; then
8482 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8483else
1c710c3c
DJ
8484as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8485for as_dir in $PATH
8486do
8487 IFS=$as_save_IFS
8488 test -z "$as_dir" && as_dir=.
5213506e
RW
8489 for ac_exec_ext in '' $ac_executable_extensions; do
8490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8491 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8493 break 2
8494 fi
8495done
5213506e
RW
8496 done
8497IFS=$as_save_IFS
1c710c3c 8498
ca9f4b81
AO
8499fi
8500fi
1c710c3c 8501DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8502if test -n "$DLLTOOL"; then
5213506e
RW
8503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8504$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8505else
5213506e
RW
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8507$as_echo "no" >&6; }
ca9f4b81
AO
8508fi
8509
5213506e 8510
2693c0b0
PB
8511 fi
8512 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8513 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8514set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8516$as_echo_n "checking for $ac_word... " >&6; }
8517if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8518 $as_echo_n "(cached) " >&6
ca9f4b81 8519else
2693c0b0
PB
8520 if test -n "$DLLTOOL"; then
8521 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8522else
1c710c3c
DJ
8523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8524for as_dir in $PATH
8525do
8526 IFS=$as_save_IFS
8527 test -z "$as_dir" && as_dir=.
5213506e
RW
8528 for ac_exec_ext in '' $ac_executable_extensions; do
8529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8530 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8532 break 2
8533 fi
8534done
5213506e
RW
8535 done
8536IFS=$as_save_IFS
1c710c3c 8537
ca9f4b81
AO
8538fi
8539fi
1c710c3c 8540DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8541if test -n "$DLLTOOL"; then
5213506e
RW
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8543$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8544else
5213506e
RW
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8546$as_echo "no" >&6; }
ca9f4b81 8547fi
1c710c3c 8548
5213506e 8549
2693c0b0
PB
8550 fi
8551 test -n "$ac_cv_prog_DLLTOOL" && break
8552done
8553
8554if test -z "$ac_cv_prog_DLLTOOL" ; then
8555 set dummy dlltool
8556 if test $build = $host ; then
8557 DLLTOOL="$2"
ca9f4b81 8558 else
2693c0b0 8559 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8560 fi
ca9f4b81
AO
8561fi
8562
278a7a38
AO
8563
8564
8565if test -n "$LD"; then
8566 ac_cv_prog_LD=$LD
8567elif test -n "$ac_cv_prog_LD"; then
8568 LD=$ac_cv_prog_LD
8569fi
8570
8571if test -n "$ac_cv_prog_LD"; then
8572 for ncn_progname in ld; do
8573 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8574set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8576$as_echo_n "checking for $ac_word... " >&6; }
8577if test "${ac_cv_prog_LD+set}" = set; then :
8578 $as_echo_n "(cached) " >&6
278a7a38
AO
8579else
8580 if test -n "$LD"; then
8581 ac_cv_prog_LD="$LD" # Let the user override the test.
8582else
8583as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8584for as_dir in $PATH
8585do
8586 IFS=$as_save_IFS
8587 test -z "$as_dir" && as_dir=.
5213506e
RW
8588 for ac_exec_ext in '' $ac_executable_extensions; do
8589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8590 ac_cv_prog_LD="${ncn_progname}"
5213506e 8591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8592 break 2
8593 fi
8594done
5213506e
RW
8595 done
8596IFS=$as_save_IFS
278a7a38
AO
8597
8598fi
8599fi
8600LD=$ac_cv_prog_LD
8601if test -n "$LD"; then
5213506e
RW
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8603$as_echo "$LD" >&6; }
278a7a38 8604else
5213506e
RW
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8606$as_echo "no" >&6; }
278a7a38
AO
8607fi
8608
5213506e 8609
278a7a38
AO
8610 done
8611fi
8612
8613for ncn_progname in ld; do
2693c0b0
PB
8614 if test -n "$ncn_tool_prefix"; then
8615 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8616set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8618$as_echo_n "checking for $ac_word... " >&6; }
8619if test "${ac_cv_prog_LD+set}" = set; then :
8620 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8621else
8622 if test -n "$LD"; then
8623 ac_cv_prog_LD="$LD" # Let the user override the test.
8624else
1c710c3c
DJ
8625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8626for as_dir in $PATH
8627do
8628 IFS=$as_save_IFS
8629 test -z "$as_dir" && as_dir=.
5213506e
RW
8630 for ac_exec_ext in '' $ac_executable_extensions; do
8631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8632 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8634 break 2
8635 fi
8636done
5213506e
RW
8637 done
8638IFS=$as_save_IFS
1c710c3c 8639
ca9f4b81
AO
8640fi
8641fi
1c710c3c 8642LD=$ac_cv_prog_LD
ca9f4b81 8643if test -n "$LD"; then
5213506e
RW
8644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8645$as_echo "$LD" >&6; }
ca9f4b81 8646else
5213506e
RW
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8648$as_echo "no" >&6; }
ca9f4b81
AO
8649fi
8650
5213506e 8651
2693c0b0
PB
8652 fi
8653 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8654 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8655set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8657$as_echo_n "checking for $ac_word... " >&6; }
8658if test "${ac_cv_prog_LD+set}" = set; then :
8659 $as_echo_n "(cached) " >&6
ca9f4b81 8660else
2693c0b0
PB
8661 if test -n "$LD"; then
8662 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8663else
1c710c3c
DJ
8664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8665for as_dir in $PATH
8666do
8667 IFS=$as_save_IFS
8668 test -z "$as_dir" && as_dir=.
5213506e
RW
8669 for ac_exec_ext in '' $ac_executable_extensions; do
8670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8671 ac_cv_prog_LD="${ncn_progname}"
5213506e 8672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8673 break 2
8674 fi
8675done
5213506e
RW
8676 done
8677IFS=$as_save_IFS
1c710c3c 8678
ca9f4b81
AO
8679fi
8680fi
1c710c3c 8681LD=$ac_cv_prog_LD
2693c0b0 8682if test -n "$LD"; then
5213506e
RW
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8684$as_echo "$LD" >&6; }
ca9f4b81 8685else
5213506e
RW
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8687$as_echo "no" >&6; }
ca9f4b81 8688fi
1c710c3c 8689
5213506e 8690
2693c0b0
PB
8691 fi
8692 test -n "$ac_cv_prog_LD" && break
8693done
8694
8695if test -z "$ac_cv_prog_LD" ; then
8696 set dummy ld
8697 if test $build = $host ; then
8698 LD="$2"
ca9f4b81 8699 else
2693c0b0 8700 LD="${ncn_tool_prefix}$2"
ca9f4b81 8701 fi
ca9f4b81
AO
8702fi
8703
278a7a38
AO
8704
8705
8706if test -n "$LIPO"; then
8707 ac_cv_prog_LIPO=$LIPO
8708elif test -n "$ac_cv_prog_LIPO"; then
8709 LIPO=$ac_cv_prog_LIPO
8710fi
8711
8712if test -n "$ac_cv_prog_LIPO"; then
8713 for ncn_progname in lipo; do
8714 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8715set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8717$as_echo_n "checking for $ac_word... " >&6; }
8718if test "${ac_cv_prog_LIPO+set}" = set; then :
8719 $as_echo_n "(cached) " >&6
278a7a38
AO
8720else
8721 if test -n "$LIPO"; then
8722 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8723else
8724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8725for as_dir in $PATH
8726do
8727 IFS=$as_save_IFS
8728 test -z "$as_dir" && as_dir=.
5213506e
RW
8729 for ac_exec_ext in '' $ac_executable_extensions; do
8730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8731 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8733 break 2
8734 fi
8735done
5213506e
RW
8736 done
8737IFS=$as_save_IFS
278a7a38
AO
8738
8739fi
8740fi
8741LIPO=$ac_cv_prog_LIPO
8742if test -n "$LIPO"; then
5213506e
RW
8743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8744$as_echo "$LIPO" >&6; }
278a7a38 8745else
5213506e
RW
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8747$as_echo "no" >&6; }
278a7a38
AO
8748fi
8749
5213506e 8750
278a7a38
AO
8751 done
8752fi
8753
8754for ncn_progname in lipo; do
2abefe3d
PB
8755 if test -n "$ncn_tool_prefix"; then
8756 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8757set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8759$as_echo_n "checking for $ac_word... " >&6; }
8760if test "${ac_cv_prog_LIPO+set}" = set; then :
8761 $as_echo_n "(cached) " >&6
2abefe3d
PB
8762else
8763 if test -n "$LIPO"; then
8764 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8765else
1c710c3c
DJ
8766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8767for as_dir in $PATH
8768do
8769 IFS=$as_save_IFS
8770 test -z "$as_dir" && as_dir=.
5213506e
RW
8771 for ac_exec_ext in '' $ac_executable_extensions; do
8772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8773 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8775 break 2
8776 fi
8777done
5213506e
RW
8778 done
8779IFS=$as_save_IFS
1c710c3c 8780
2abefe3d
PB
8781fi
8782fi
1c710c3c 8783LIPO=$ac_cv_prog_LIPO
2abefe3d 8784if test -n "$LIPO"; then
5213506e
RW
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8786$as_echo "$LIPO" >&6; }
2abefe3d 8787else
5213506e
RW
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8789$as_echo "no" >&6; }
2abefe3d
PB
8790fi
8791
5213506e 8792
2abefe3d
PB
8793 fi
8794 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8795 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8796set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8798$as_echo_n "checking for $ac_word... " >&6; }
8799if test "${ac_cv_prog_LIPO+set}" = set; then :
8800 $as_echo_n "(cached) " >&6
2abefe3d
PB
8801else
8802 if test -n "$LIPO"; then
8803 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8804else
1c710c3c
DJ
8805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8806for as_dir in $PATH
8807do
8808 IFS=$as_save_IFS
8809 test -z "$as_dir" && as_dir=.
5213506e
RW
8810 for ac_exec_ext in '' $ac_executable_extensions; do
8811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8812 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8814 break 2
8815 fi
8816done
5213506e
RW
8817 done
8818IFS=$as_save_IFS
1c710c3c 8819
2abefe3d
PB
8820fi
8821fi
1c710c3c 8822LIPO=$ac_cv_prog_LIPO
2abefe3d 8823if test -n "$LIPO"; then
5213506e
RW
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8825$as_echo "$LIPO" >&6; }
2abefe3d 8826else
5213506e
RW
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8828$as_echo "no" >&6; }
2abefe3d 8829fi
1c710c3c 8830
5213506e 8831
2abefe3d
PB
8832 fi
8833 test -n "$ac_cv_prog_LIPO" && break
8834done
8835
8836if test -z "$ac_cv_prog_LIPO" ; then
8837 set dummy lipo
8838 if test $build = $host ; then
8839 LIPO="$2"
8840 else
8841 LIPO="${ncn_tool_prefix}$2"
8842 fi
8843fi
8844
278a7a38
AO
8845
8846
8847if test -n "$NM"; then
8848 ac_cv_prog_NM=$NM
8849elif test -n "$ac_cv_prog_NM"; then
8850 NM=$ac_cv_prog_NM
8851fi
8852
8853if test -n "$ac_cv_prog_NM"; then
8854 for ncn_progname in nm; do
8855 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8856set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8858$as_echo_n "checking for $ac_word... " >&6; }
8859if test "${ac_cv_prog_NM+set}" = set; then :
8860 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8861else
8862 if test -n "$NM"; then
8863 ac_cv_prog_NM="$NM" # Let the user override the test.
8864else
1c710c3c
DJ
8865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8866for as_dir in $PATH
8867do
8868 IFS=$as_save_IFS
8869 test -z "$as_dir" && as_dir=.
5213506e
RW
8870 for ac_exec_ext in '' $ac_executable_extensions; do
8871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8872 ac_cv_prog_NM="${ncn_progname}"
5213506e 8873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8874 break 2
8875 fi
8876done
5213506e
RW
8877 done
8878IFS=$as_save_IFS
1c710c3c 8879
ca9f4b81
AO
8880fi
8881fi
1c710c3c 8882NM=$ac_cv_prog_NM
ca9f4b81 8883if test -n "$NM"; then
5213506e
RW
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8885$as_echo "$NM" >&6; }
ca9f4b81 8886else
5213506e
RW
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8888$as_echo "no" >&6; }
ca9f4b81
AO
8889fi
8890
5213506e 8891
278a7a38
AO
8892 done
8893fi
8894
8895for ncn_progname in nm; do
8896 if test -n "$ncn_tool_prefix"; then
8897 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8898set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8900$as_echo_n "checking for $ac_word... " >&6; }
8901if test "${ac_cv_prog_NM+set}" = set; then :
8902 $as_echo_n "(cached) " >&6
ca9f4b81 8903else
2693c0b0
PB
8904 if test -n "$NM"; then
8905 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8906else
1c710c3c
DJ
8907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8908for as_dir in $PATH
8909do
8910 IFS=$as_save_IFS
8911 test -z "$as_dir" && as_dir=.
5213506e
RW
8912 for ac_exec_ext in '' $ac_executable_extensions; do
8913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8914 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8916 break 2
8917 fi
8918done
5213506e
RW
8919 done
8920IFS=$as_save_IFS
1c710c3c 8921
ca9f4b81
AO
8922fi
8923fi
1c710c3c 8924NM=$ac_cv_prog_NM
2693c0b0 8925if test -n "$NM"; then
5213506e
RW
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8927$as_echo "$NM" >&6; }
ca9f4b81 8928else
5213506e
RW
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8930$as_echo "no" >&6; }
ca9f4b81 8931fi
1c710c3c 8932
5213506e 8933
2693c0b0 8934 fi
278a7a38
AO
8935 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8936 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8937set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8939$as_echo_n "checking for $ac_word... " >&6; }
8940if test "${ac_cv_prog_NM+set}" = set; then :
8941 $as_echo_n "(cached) " >&6
278a7a38
AO
8942else
8943 if test -n "$NM"; then
8944 ac_cv_prog_NM="$NM" # Let the user override the test.
8945else
8946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8947for as_dir in $PATH
8948do
8949 IFS=$as_save_IFS
8950 test -z "$as_dir" && as_dir=.
5213506e
RW
8951 for ac_exec_ext in '' $ac_executable_extensions; do
8952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8953 ac_cv_prog_NM="${ncn_progname}"
5213506e 8954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8955 break 2
8956 fi
8957done
5213506e
RW
8958 done
8959IFS=$as_save_IFS
278a7a38
AO
8960
8961fi
8962fi
8963NM=$ac_cv_prog_NM
8964if test -n "$NM"; then
5213506e
RW
8965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8966$as_echo "$NM" >&6; }
278a7a38 8967else
5213506e
RW
8968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8969$as_echo "no" >&6; }
278a7a38
AO
8970fi
8971
5213506e 8972
278a7a38
AO
8973 fi
8974 test -n "$ac_cv_prog_NM" && break
8975done
8976
8977if test -z "$ac_cv_prog_NM" ; then
8978 set dummy nm
8979 if test $build = $host ; then
8980 NM="$2"
8981 else
8982 NM="${ncn_tool_prefix}$2"
8983 fi
8984fi
8985
8986
8987
8988if test -n "$RANLIB"; then
8989 ac_cv_prog_RANLIB=$RANLIB
8990elif test -n "$ac_cv_prog_RANLIB"; then
8991 RANLIB=$ac_cv_prog_RANLIB
8992fi
8993
8994if test -n "$ac_cv_prog_RANLIB"; then
8995 for ncn_progname in ranlib; do
8996 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8997set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8999$as_echo_n "checking for $ac_word... " >&6; }
9000if test "${ac_cv_prog_RANLIB+set}" = set; then :
9001 $as_echo_n "(cached) " >&6
278a7a38
AO
9002else
9003 if test -n "$RANLIB"; then
9004 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9005else
9006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9007for as_dir in $PATH
9008do
9009 IFS=$as_save_IFS
9010 test -z "$as_dir" && as_dir=.
5213506e
RW
9011 for ac_exec_ext in '' $ac_executable_extensions; do
9012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9013 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9015 break 2
9016 fi
9017done
5213506e
RW
9018 done
9019IFS=$as_save_IFS
278a7a38
AO
9020
9021fi
9022fi
9023RANLIB=$ac_cv_prog_RANLIB
9024if test -n "$RANLIB"; then
5213506e
RW
9025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9026$as_echo "$RANLIB" >&6; }
278a7a38 9027else
5213506e
RW
9028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9029$as_echo "no" >&6; }
278a7a38
AO
9030fi
9031
5213506e 9032
278a7a38
AO
9033 done
9034fi
ca9f4b81 9035
278a7a38 9036for ncn_progname in ranlib; do
2693c0b0
PB
9037 if test -n "$ncn_tool_prefix"; then
9038 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9039set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9041$as_echo_n "checking for $ac_word... " >&6; }
9042if test "${ac_cv_prog_RANLIB+set}" = set; then :
9043 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9044else
9045 if test -n "$RANLIB"; then
9046 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9047else
1c710c3c
DJ
9048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9049for as_dir in $PATH
9050do
9051 IFS=$as_save_IFS
9052 test -z "$as_dir" && as_dir=.
5213506e
RW
9053 for ac_exec_ext in '' $ac_executable_extensions; do
9054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9055 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 9056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9057 break 2
9058 fi
9059done
5213506e
RW
9060 done
9061IFS=$as_save_IFS
1c710c3c 9062
ca9f4b81
AO
9063fi
9064fi
1c710c3c 9065RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 9066if test -n "$RANLIB"; then
5213506e
RW
9067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9068$as_echo "$RANLIB" >&6; }
ca9f4b81 9069else
5213506e
RW
9070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9071$as_echo "no" >&6; }
ca9f4b81
AO
9072fi
9073
5213506e 9074
2693c0b0
PB
9075 fi
9076 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9077 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9078set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9080$as_echo_n "checking for $ac_word... " >&6; }
9081if test "${ac_cv_prog_RANLIB+set}" = set; then :
9082 $as_echo_n "(cached) " >&6
ca9f4b81 9083else
2693c0b0
PB
9084 if test -n "$RANLIB"; then
9085 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 9086else
1c710c3c
DJ
9087as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9088for as_dir in $PATH
9089do
9090 IFS=$as_save_IFS
9091 test -z "$as_dir" && as_dir=.
5213506e
RW
9092 for ac_exec_ext in '' $ac_executable_extensions; do
9093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9094 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9096 break 2
9097 fi
9098done
5213506e
RW
9099 done
9100IFS=$as_save_IFS
1c710c3c 9101
ca9f4b81
AO
9102fi
9103fi
1c710c3c 9104RANLIB=$ac_cv_prog_RANLIB
2693c0b0 9105if test -n "$RANLIB"; then
5213506e
RW
9106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9107$as_echo "$RANLIB" >&6; }
ca9f4b81 9108else
5213506e
RW
9109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9110$as_echo "no" >&6; }
ca9f4b81 9111fi
1c710c3c 9112
5213506e 9113
ca9f4b81 9114 fi
2693c0b0
PB
9115 test -n "$ac_cv_prog_RANLIB" && break
9116done
9117
9118if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9119 RANLIB="true"
ca9f4b81
AO
9120fi
9121
278a7a38
AO
9122
9123
9124if test -n "$STRIP"; then
9125 ac_cv_prog_STRIP=$STRIP
9126elif test -n "$ac_cv_prog_STRIP"; then
9127 STRIP=$ac_cv_prog_STRIP
9128fi
9129
9130if test -n "$ac_cv_prog_STRIP"; then
9131 for ncn_progname in strip; do
9132 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9133set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9135$as_echo_n "checking for $ac_word... " >&6; }
9136if test "${ac_cv_prog_STRIP+set}" = set; then :
9137 $as_echo_n "(cached) " >&6
278a7a38
AO
9138else
9139 if test -n "$STRIP"; then
9140 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9141else
9142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9143for as_dir in $PATH
9144do
9145 IFS=$as_save_IFS
9146 test -z "$as_dir" && as_dir=.
5213506e
RW
9147 for ac_exec_ext in '' $ac_executable_extensions; do
9148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9149 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9151 break 2
9152 fi
9153done
5213506e
RW
9154 done
9155IFS=$as_save_IFS
278a7a38
AO
9156
9157fi
9158fi
9159STRIP=$ac_cv_prog_STRIP
9160if test -n "$STRIP"; then
5213506e
RW
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9162$as_echo "$STRIP" >&6; }
278a7a38 9163else
5213506e
RW
9164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9165$as_echo "no" >&6; }
278a7a38
AO
9166fi
9167
5213506e 9168
278a7a38
AO
9169 done
9170fi
9171
9172for ncn_progname in strip; do
2abefe3d
PB
9173 if test -n "$ncn_tool_prefix"; then
9174 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9175set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9177$as_echo_n "checking for $ac_word... " >&6; }
9178if test "${ac_cv_prog_STRIP+set}" = set; then :
9179 $as_echo_n "(cached) " >&6
2abefe3d
PB
9180else
9181 if test -n "$STRIP"; then
9182 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9183else
1c710c3c
DJ
9184as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9185for as_dir in $PATH
9186do
9187 IFS=$as_save_IFS
9188 test -z "$as_dir" && as_dir=.
5213506e
RW
9189 for ac_exec_ext in '' $ac_executable_extensions; do
9190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9191 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9193 break 2
9194 fi
9195done
5213506e
RW
9196 done
9197IFS=$as_save_IFS
1c710c3c 9198
2abefe3d
PB
9199fi
9200fi
1c710c3c 9201STRIP=$ac_cv_prog_STRIP
2abefe3d 9202if test -n "$STRIP"; then
5213506e
RW
9203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9204$as_echo "$STRIP" >&6; }
2abefe3d 9205else
5213506e
RW
9206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9207$as_echo "no" >&6; }
2abefe3d
PB
9208fi
9209
5213506e 9210
2abefe3d
PB
9211 fi
9212 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9213 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9214set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9216$as_echo_n "checking for $ac_word... " >&6; }
9217if test "${ac_cv_prog_STRIP+set}" = set; then :
9218 $as_echo_n "(cached) " >&6
2abefe3d
PB
9219else
9220 if test -n "$STRIP"; then
9221 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9222else
1c710c3c
DJ
9223as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9224for as_dir in $PATH
9225do
9226 IFS=$as_save_IFS
9227 test -z "$as_dir" && as_dir=.
5213506e
RW
9228 for ac_exec_ext in '' $ac_executable_extensions; do
9229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9230 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9232 break 2
9233 fi
9234done
5213506e
RW
9235 done
9236IFS=$as_save_IFS
1c710c3c 9237
2abefe3d
PB
9238fi
9239fi
1c710c3c 9240STRIP=$ac_cv_prog_STRIP
2abefe3d 9241if test -n "$STRIP"; then
5213506e
RW
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9243$as_echo "$STRIP" >&6; }
2abefe3d 9244else
5213506e
RW
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9246$as_echo "no" >&6; }
2abefe3d 9247fi
1c710c3c 9248
5213506e 9249
2abefe3d
PB
9250 fi
9251 test -n "$ac_cv_prog_STRIP" && break
9252done
9253
9254if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9255 STRIP="true"
2abefe3d
PB
9256fi
9257
278a7a38
AO
9258
9259
9260if test -n "$WINDRES"; then
9261 ac_cv_prog_WINDRES=$WINDRES
9262elif test -n "$ac_cv_prog_WINDRES"; then
9263 WINDRES=$ac_cv_prog_WINDRES
9264fi
9265
9266if test -n "$ac_cv_prog_WINDRES"; then
9267 for ncn_progname in windres; do
9268 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9269set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9271$as_echo_n "checking for $ac_word... " >&6; }
9272if test "${ac_cv_prog_WINDRES+set}" = set; then :
9273 $as_echo_n "(cached) " >&6
278a7a38
AO
9274else
9275 if test -n "$WINDRES"; then
9276 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9277else
9278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9279for as_dir in $PATH
9280do
9281 IFS=$as_save_IFS
9282 test -z "$as_dir" && as_dir=.
5213506e
RW
9283 for ac_exec_ext in '' $ac_executable_extensions; do
9284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9285 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9287 break 2
9288 fi
9289done
5213506e
RW
9290 done
9291IFS=$as_save_IFS
278a7a38
AO
9292
9293fi
9294fi
9295WINDRES=$ac_cv_prog_WINDRES
9296if test -n "$WINDRES"; then
5213506e
RW
9297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9298$as_echo "$WINDRES" >&6; }
278a7a38 9299else
5213506e
RW
9300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9301$as_echo "no" >&6; }
278a7a38
AO
9302fi
9303
5213506e 9304
278a7a38
AO
9305 done
9306fi
9307
9308for ncn_progname in windres; do
2693c0b0
PB
9309 if test -n "$ncn_tool_prefix"; then
9310 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9311set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9313$as_echo_n "checking for $ac_word... " >&6; }
9314if test "${ac_cv_prog_WINDRES+set}" = set; then :
9315 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9316else
9317 if test -n "$WINDRES"; then
9318 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9319else
1c710c3c
DJ
9320as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9321for as_dir in $PATH
9322do
9323 IFS=$as_save_IFS
9324 test -z "$as_dir" && as_dir=.
5213506e
RW
9325 for ac_exec_ext in '' $ac_executable_extensions; do
9326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9327 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9329 break 2
9330 fi
9331done
5213506e
RW
9332 done
9333IFS=$as_save_IFS
1c710c3c 9334
ca9f4b81
AO
9335fi
9336fi
1c710c3c 9337WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9338if test -n "$WINDRES"; then
5213506e
RW
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9340$as_echo "$WINDRES" >&6; }
ca9f4b81 9341else
5213506e
RW
9342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9343$as_echo "no" >&6; }
ca9f4b81
AO
9344fi
9345
5213506e 9346
2693c0b0
PB
9347 fi
9348 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9349 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9350set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9352$as_echo_n "checking for $ac_word... " >&6; }
9353if test "${ac_cv_prog_WINDRES+set}" = set; then :
9354 $as_echo_n "(cached) " >&6
ca9f4b81 9355else
2693c0b0
PB
9356 if test -n "$WINDRES"; then
9357 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9358else
1c710c3c
DJ
9359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9360for as_dir in $PATH
9361do
9362 IFS=$as_save_IFS
9363 test -z "$as_dir" && as_dir=.
5213506e
RW
9364 for ac_exec_ext in '' $ac_executable_extensions; do
9365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9366 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9368 break 2
9369 fi
9370done
5213506e
RW
9371 done
9372IFS=$as_save_IFS
1c710c3c 9373
ca9f4b81
AO
9374fi
9375fi
1c710c3c 9376WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9377if test -n "$WINDRES"; then
5213506e
RW
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9379$as_echo "$WINDRES" >&6; }
ca9f4b81 9380else
5213506e
RW
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9382$as_echo "no" >&6; }
ca9f4b81 9383fi
1c710c3c 9384
5213506e 9385
2693c0b0
PB
9386 fi
9387 test -n "$ac_cv_prog_WINDRES" && break
9388done
9389
9390if test -z "$ac_cv_prog_WINDRES" ; then
9391 set dummy windres
9392 if test $build = $host ; then
9393 WINDRES="$2"
ca9f4b81 9394 else
2693c0b0 9395 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9396 fi
ca9f4b81
AO
9397fi
9398
278a7a38
AO
9399
9400
901119ae
KT
9401if test -n "$WINDMC"; then
9402 ac_cv_prog_WINDMC=$WINDMC
9403elif test -n "$ac_cv_prog_WINDMC"; then
9404 WINDMC=$ac_cv_prog_WINDMC
9405fi
9406
9407if test -n "$ac_cv_prog_WINDMC"; then
9408 for ncn_progname in windmc; do
9409 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9410set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9412$as_echo_n "checking for $ac_word... " >&6; }
9413if test "${ac_cv_prog_WINDMC+set}" = set; then :
9414 $as_echo_n "(cached) " >&6
901119ae
KT
9415else
9416 if test -n "$WINDMC"; then
9417 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9418else
9419as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9420for as_dir in $PATH
9421do
9422 IFS=$as_save_IFS
9423 test -z "$as_dir" && as_dir=.
5213506e
RW
9424 for ac_exec_ext in '' $ac_executable_extensions; do
9425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9426 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9428 break 2
9429 fi
9430done
5213506e
RW
9431 done
9432IFS=$as_save_IFS
901119ae
KT
9433
9434fi
9435fi
9436WINDMC=$ac_cv_prog_WINDMC
9437if test -n "$WINDMC"; then
5213506e
RW
9438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9439$as_echo "$WINDMC" >&6; }
901119ae 9440else
5213506e
RW
9441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9442$as_echo "no" >&6; }
901119ae
KT
9443fi
9444
5213506e 9445
901119ae
KT
9446 done
9447fi
9448
9449for ncn_progname in windmc; do
9450 if test -n "$ncn_tool_prefix"; then
9451 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9452set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9454$as_echo_n "checking for $ac_word... " >&6; }
9455if test "${ac_cv_prog_WINDMC+set}" = set; then :
9456 $as_echo_n "(cached) " >&6
901119ae
KT
9457else
9458 if test -n "$WINDMC"; then
9459 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9460else
9461as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9462for as_dir in $PATH
9463do
9464 IFS=$as_save_IFS
9465 test -z "$as_dir" && as_dir=.
5213506e
RW
9466 for ac_exec_ext in '' $ac_executable_extensions; do
9467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9468 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9470 break 2
9471 fi
9472done
5213506e
RW
9473 done
9474IFS=$as_save_IFS
901119ae
KT
9475
9476fi
9477fi
9478WINDMC=$ac_cv_prog_WINDMC
9479if test -n "$WINDMC"; then
5213506e
RW
9480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9481$as_echo "$WINDMC" >&6; }
901119ae 9482else
5213506e
RW
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9484$as_echo "no" >&6; }
901119ae
KT
9485fi
9486
5213506e 9487
901119ae
KT
9488 fi
9489 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9490 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9491set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9493$as_echo_n "checking for $ac_word... " >&6; }
9494if test "${ac_cv_prog_WINDMC+set}" = set; then :
9495 $as_echo_n "(cached) " >&6
901119ae
KT
9496else
9497 if test -n "$WINDMC"; then
9498 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9499else
9500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9501for as_dir in $PATH
9502do
9503 IFS=$as_save_IFS
9504 test -z "$as_dir" && as_dir=.
5213506e
RW
9505 for ac_exec_ext in '' $ac_executable_extensions; do
9506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9507 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9509 break 2
9510 fi
9511done
5213506e
RW
9512 done
9513IFS=$as_save_IFS
901119ae
KT
9514
9515fi
9516fi
9517WINDMC=$ac_cv_prog_WINDMC
9518if test -n "$WINDMC"; then
5213506e
RW
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9520$as_echo "$WINDMC" >&6; }
901119ae 9521else
5213506e
RW
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9523$as_echo "no" >&6; }
901119ae
KT
9524fi
9525
5213506e 9526
901119ae
KT
9527 fi
9528 test -n "$ac_cv_prog_WINDMC" && break
9529done
9530
9531if test -z "$ac_cv_prog_WINDMC" ; then
9532 set dummy windmc
9533 if test $build = $host ; then
9534 WINDMC="$2"
9535 else
9536 WINDMC="${ncn_tool_prefix}$2"
9537 fi
9538fi
9539
9540
9541
278a7a38
AO
9542if test -n "$OBJCOPY"; then
9543 ac_cv_prog_OBJCOPY=$OBJCOPY
9544elif test -n "$ac_cv_prog_OBJCOPY"; then
9545 OBJCOPY=$ac_cv_prog_OBJCOPY
9546fi
9547
9548if test -n "$ac_cv_prog_OBJCOPY"; then
9549 for ncn_progname in objcopy; do
9550 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9551set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9553$as_echo_n "checking for $ac_word... " >&6; }
9554if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9555 $as_echo_n "(cached) " >&6
278a7a38
AO
9556else
9557 if test -n "$OBJCOPY"; then
9558 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9559else
9560as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9561for as_dir in $PATH
9562do
9563 IFS=$as_save_IFS
9564 test -z "$as_dir" && as_dir=.
5213506e
RW
9565 for ac_exec_ext in '' $ac_executable_extensions; do
9566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9567 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9569 break 2
9570 fi
9571done
5213506e
RW
9572 done
9573IFS=$as_save_IFS
278a7a38
AO
9574
9575fi
9576fi
9577OBJCOPY=$ac_cv_prog_OBJCOPY
9578if test -n "$OBJCOPY"; then
5213506e
RW
9579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9580$as_echo "$OBJCOPY" >&6; }
278a7a38 9581else
5213506e
RW
9582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9583$as_echo "no" >&6; }
278a7a38
AO
9584fi
9585
5213506e 9586
278a7a38
AO
9587 done
9588fi
9589
9590for ncn_progname in objcopy; do
2693c0b0
PB
9591 if test -n "$ncn_tool_prefix"; then
9592 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9593set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9595$as_echo_n "checking for $ac_word... " >&6; }
9596if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9597 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9598else
9599 if test -n "$OBJCOPY"; then
9600 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9601else
1c710c3c
DJ
9602as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9603for as_dir in $PATH
9604do
9605 IFS=$as_save_IFS
9606 test -z "$as_dir" && as_dir=.
5213506e
RW
9607 for ac_exec_ext in '' $ac_executable_extensions; do
9608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9609 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9611 break 2
9612 fi
9613done
5213506e
RW
9614 done
9615IFS=$as_save_IFS
1c710c3c 9616
ca9f4b81
AO
9617fi
9618fi
1c710c3c 9619OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9620if test -n "$OBJCOPY"; then
5213506e
RW
9621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9622$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9623else
5213506e
RW
9624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9625$as_echo "no" >&6; }
ca9f4b81
AO
9626fi
9627
5213506e 9628
2693c0b0
PB
9629 fi
9630 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9631 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9632set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9634$as_echo_n "checking for $ac_word... " >&6; }
9635if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9636 $as_echo_n "(cached) " >&6
ca9f4b81 9637else
2693c0b0
PB
9638 if test -n "$OBJCOPY"; then
9639 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9640else
1c710c3c
DJ
9641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9642for as_dir in $PATH
9643do
9644 IFS=$as_save_IFS
9645 test -z "$as_dir" && as_dir=.
5213506e
RW
9646 for ac_exec_ext in '' $ac_executable_extensions; do
9647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9648 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9650 break 2
9651 fi
9652done
5213506e
RW
9653 done
9654IFS=$as_save_IFS
1c710c3c 9655
ca9f4b81
AO
9656fi
9657fi
1c710c3c 9658OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9659if test -n "$OBJCOPY"; then
5213506e
RW
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9661$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9662else
5213506e
RW
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9664$as_echo "no" >&6; }
ca9f4b81 9665fi
1c710c3c 9666
5213506e 9667
2693c0b0
PB
9668 fi
9669 test -n "$ac_cv_prog_OBJCOPY" && break
9670done
9671
9672if test -z "$ac_cv_prog_OBJCOPY" ; then
9673 set dummy objcopy
9674 if test $build = $host ; then
9675 OBJCOPY="$2"
ca9f4b81 9676 else
2693c0b0 9677 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9678 fi
ca9f4b81
AO
9679fi
9680
278a7a38
AO
9681
9682
9683if test -n "$OBJDUMP"; then
9684 ac_cv_prog_OBJDUMP=$OBJDUMP
9685elif test -n "$ac_cv_prog_OBJDUMP"; then
9686 OBJDUMP=$ac_cv_prog_OBJDUMP
9687fi
9688
9689if test -n "$ac_cv_prog_OBJDUMP"; then
9690 for ncn_progname in objdump; do
9691 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9692set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9694$as_echo_n "checking for $ac_word... " >&6; }
9695if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9696 $as_echo_n "(cached) " >&6
278a7a38
AO
9697else
9698 if test -n "$OBJDUMP"; then
9699 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9700else
9701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9702for as_dir in $PATH
9703do
9704 IFS=$as_save_IFS
9705 test -z "$as_dir" && as_dir=.
5213506e
RW
9706 for ac_exec_ext in '' $ac_executable_extensions; do
9707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9708 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9710 break 2
9711 fi
9712done
5213506e
RW
9713 done
9714IFS=$as_save_IFS
278a7a38
AO
9715
9716fi
9717fi
9718OBJDUMP=$ac_cv_prog_OBJDUMP
9719if test -n "$OBJDUMP"; then
5213506e
RW
9720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9721$as_echo "$OBJDUMP" >&6; }
278a7a38 9722else
5213506e
RW
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9724$as_echo "no" >&6; }
278a7a38
AO
9725fi
9726
5213506e 9727
278a7a38
AO
9728 done
9729fi
9730
9731for ncn_progname in objdump; do
2693c0b0
PB
9732 if test -n "$ncn_tool_prefix"; then
9733 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9734set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9736$as_echo_n "checking for $ac_word... " >&6; }
9737if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9738 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9739else
9740 if test -n "$OBJDUMP"; then
9741 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9742else
1c710c3c
DJ
9743as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9744for as_dir in $PATH
9745do
9746 IFS=$as_save_IFS
9747 test -z "$as_dir" && as_dir=.
5213506e
RW
9748 for ac_exec_ext in '' $ac_executable_extensions; do
9749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9750 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9752 break 2
9753 fi
9754done
5213506e
RW
9755 done
9756IFS=$as_save_IFS
1c710c3c 9757
ca9f4b81
AO
9758fi
9759fi
1c710c3c 9760OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9761if test -n "$OBJDUMP"; then
5213506e
RW
9762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9763$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9764else
5213506e
RW
9765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9766$as_echo "no" >&6; }
ca9f4b81
AO
9767fi
9768
5213506e 9769
2693c0b0
PB
9770 fi
9771 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9772 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9773set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9775$as_echo_n "checking for $ac_word... " >&6; }
9776if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9777 $as_echo_n "(cached) " >&6
ca9f4b81 9778else
2693c0b0
PB
9779 if test -n "$OBJDUMP"; then
9780 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9781else
1c710c3c
DJ
9782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9783for as_dir in $PATH
9784do
9785 IFS=$as_save_IFS
9786 test -z "$as_dir" && as_dir=.
5213506e
RW
9787 for ac_exec_ext in '' $ac_executable_extensions; do
9788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9789 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9791 break 2
9792 fi
9793done
5213506e
RW
9794 done
9795IFS=$as_save_IFS
1c710c3c 9796
ca9f4b81
AO
9797fi
9798fi
1c710c3c 9799OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9800if test -n "$OBJDUMP"; then
5213506e
RW
9801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9802$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9803else
5213506e
RW
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9805$as_echo "no" >&6; }
ca9f4b81 9806fi
1c710c3c 9807
5213506e 9808
2693c0b0
PB
9809 fi
9810 test -n "$ac_cv_prog_OBJDUMP" && break
9811done
9812
9813if test -z "$ac_cv_prog_OBJDUMP" ; then
9814 set dummy objdump
9815 if test $build = $host ; then
9816 OBJDUMP="$2"
ca9f4b81 9817 else
2693c0b0 9818 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9819 fi
ca9f4b81
AO
9820fi
9821
671aa708
NN
9822
9823
e7a82751
RM
9824if test -n "$READELF"; then
9825 ac_cv_prog_READELF=$READELF
9826elif test -n "$ac_cv_prog_READELF"; then
9827 READELF=$ac_cv_prog_READELF
9828fi
9829
9830if test -n "$ac_cv_prog_READELF"; then
9831 for ncn_progname in readelf; do
9832 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9833set dummy ${ncn_progname}; ac_word=$2
9834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9835$as_echo_n "checking for $ac_word... " >&6; }
9836if test "${ac_cv_prog_READELF+set}" = set; then :
9837 $as_echo_n "(cached) " >&6
9838else
9839 if test -n "$READELF"; then
9840 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9841else
9842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9843for as_dir in $PATH
9844do
9845 IFS=$as_save_IFS
9846 test -z "$as_dir" && as_dir=.
9847 for ac_exec_ext in '' $ac_executable_extensions; do
9848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9849 ac_cv_prog_READELF="${ncn_progname}"
9850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9851 break 2
9852 fi
9853done
9854 done
9855IFS=$as_save_IFS
9856
9857fi
9858fi
9859READELF=$ac_cv_prog_READELF
9860if test -n "$READELF"; then
9861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9862$as_echo "$READELF" >&6; }
9863else
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9865$as_echo "no" >&6; }
9866fi
9867
9868
9869 done
9870fi
9871
9872for ncn_progname in readelf; do
9873 if test -n "$ncn_tool_prefix"; then
9874 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9875set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9877$as_echo_n "checking for $ac_word... " >&6; }
9878if test "${ac_cv_prog_READELF+set}" = set; then :
9879 $as_echo_n "(cached) " >&6
9880else
9881 if test -n "$READELF"; then
9882 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9883else
9884as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9885for as_dir in $PATH
9886do
9887 IFS=$as_save_IFS
9888 test -z "$as_dir" && as_dir=.
9889 for ac_exec_ext in '' $ac_executable_extensions; do
9890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9891 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9893 break 2
9894 fi
9895done
9896 done
9897IFS=$as_save_IFS
9898
9899fi
9900fi
9901READELF=$ac_cv_prog_READELF
9902if test -n "$READELF"; then
9903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9904$as_echo "$READELF" >&6; }
9905else
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9907$as_echo "no" >&6; }
9908fi
9909
9910
9911 fi
9912 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9913 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9914set dummy ${ncn_progname}; ac_word=$2
9915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9916$as_echo_n "checking for $ac_word... " >&6; }
9917if test "${ac_cv_prog_READELF+set}" = set; then :
9918 $as_echo_n "(cached) " >&6
9919else
9920 if test -n "$READELF"; then
9921 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9922else
9923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9924for as_dir in $PATH
9925do
9926 IFS=$as_save_IFS
9927 test -z "$as_dir" && as_dir=.
9928 for ac_exec_ext in '' $ac_executable_extensions; do
9929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9930 ac_cv_prog_READELF="${ncn_progname}"
9931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9932 break 2
9933 fi
9934done
9935 done
9936IFS=$as_save_IFS
9937
9938fi
9939fi
9940READELF=$ac_cv_prog_READELF
9941if test -n "$READELF"; then
9942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9943$as_echo "$READELF" >&6; }
9944else
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9946$as_echo "no" >&6; }
9947fi
9948
9949
9950 fi
9951 test -n "$ac_cv_prog_READELF" && break
9952done
9953
9954if test -z "$ac_cv_prog_READELF" ; then
9955 set dummy readelf
9956 if test $build = $host ; then
9957 READELF="$2"
9958 else
9959 READELF="${ncn_tool_prefix}$2"
9960 fi
9961fi
9962
9963
9964
671aa708
NN
9965
9966
9967
2abefe3d 9968# Target tools.
1c710c3c 9969
5213506e
RW
9970# Check whether --with-build-time-tools was given.
9971if test "${with_build_time_tools+set}" = set; then :
9972 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9973 x/*) ;;
9974 *)
9975 with_build_time_tools=
5213506e
RW
9976 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9977$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9978 ;;
9979 esac
ca9f4b81 9980else
e8b05380 9981 with_build_time_tools=
5213506e
RW
9982fi
9983
ca9f4b81 9984
278a7a38
AO
9985
9986
9987if test -n "$CC_FOR_TARGET"; then
9988 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9989elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9990 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9991fi
9992
9993if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9994 for ncn_progname in cc gcc; do
9995 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9996set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9998$as_echo_n "checking for $ac_word... " >&6; }
9999if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10000 $as_echo_n "(cached) " >&6
278a7a38
AO
10001else
10002 if test -n "$CC_FOR_TARGET"; then
10003 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10004else
10005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10006for as_dir in $PATH
10007do
10008 IFS=$as_save_IFS
10009 test -z "$as_dir" && as_dir=.
5213506e
RW
10010 for ac_exec_ext in '' $ac_executable_extensions; do
10011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10012 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10014 break 2
10015 fi
10016done
5213506e
RW
10017 done
10018IFS=$as_save_IFS
278a7a38
AO
10019
10020fi
10021fi
10022CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10023if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10025$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 10026else
5213506e
RW
10027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10028$as_echo "no" >&6; }
278a7a38
AO
10029fi
10030
5213506e 10031
278a7a38
AO
10032 done
10033fi
10034
10035if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10036 for ncn_progname in cc gcc; do
5213506e
RW
10037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10038$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10039 if test -x $with_build_time_tools/${ncn_progname}; then
10040 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10042$as_echo "yes" >&6; }
72a7ab82 10043 break
e8b05380 10044 else
5213506e
RW
10045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10046$as_echo "no" >&6; }
72a7ab82
AP
10047 fi
10048 done
4de997d1
PB
10049fi
10050
e8b05380
PB
10051if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10052 for ncn_progname in cc gcc; do
10053 if test -n "$ncn_target_tool_prefix"; then
10054 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10055set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10057$as_echo_n "checking for $ac_word... " >&6; }
10058if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10059 $as_echo_n "(cached) " >&6
4de997d1
PB
10060else
10061 if test -n "$CC_FOR_TARGET"; then
10062 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10063else
1c710c3c
DJ
10064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10065for as_dir in $PATH
10066do
10067 IFS=$as_save_IFS
10068 test -z "$as_dir" && as_dir=.
5213506e
RW
10069 for ac_exec_ext in '' $ac_executable_extensions; do
10070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10071 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10073 break 2
10074 fi
10075done
5213506e
RW
10076 done
10077IFS=$as_save_IFS
1c710c3c 10078
4de997d1
PB
10079fi
10080fi
1c710c3c 10081CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 10082if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10084$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10085else
5213506e
RW
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10087$as_echo "no" >&6; }
4de997d1
PB
10088fi
10089
5213506e 10090
e8b05380
PB
10091 fi
10092 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10093 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10094set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10096$as_echo_n "checking for $ac_word... " >&6; }
10097if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10098 $as_echo_n "(cached) " >&6
4de997d1 10099else
2693c0b0
PB
10100 if test -n "$CC_FOR_TARGET"; then
10101 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 10102else
1c710c3c
DJ
10103as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10104for as_dir in $PATH
10105do
10106 IFS=$as_save_IFS
10107 test -z "$as_dir" && as_dir=.
5213506e
RW
10108 for ac_exec_ext in '' $ac_executable_extensions; do
10109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10110 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10112 break 2
10113 fi
10114done
5213506e
RW
10115 done
10116IFS=$as_save_IFS
1c710c3c 10117
4de997d1
PB
10118fi
10119fi
1c710c3c 10120CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 10121if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10123$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10124else
5213506e
RW
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10126$as_echo "no" >&6; }
4de997d1 10127fi
1c710c3c 10128
5213506e 10129
e8b05380
PB
10130 fi
10131 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10132 done
10133fi
1c710c3c 10134
2693c0b0
PB
10135if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10136 set dummy cc gcc
10137 if test $build = $target ; then
10138 CC_FOR_TARGET="$2"
4de997d1 10139 else
2693c0b0 10140 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10141 fi
1c00b503
PB
10142else
10143 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10144fi
10145
278a7a38
AO
10146
10147
10148if test -n "$CXX_FOR_TARGET"; then
10149 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10150elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10151 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10152fi
10153
10154if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10155 for ncn_progname in c++ g++ cxx gxx; do
10156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10157set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10159$as_echo_n "checking for $ac_word... " >&6; }
10160if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10161 $as_echo_n "(cached) " >&6
278a7a38
AO
10162else
10163 if test -n "$CXX_FOR_TARGET"; then
10164 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10165else
10166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10167for as_dir in $PATH
10168do
10169 IFS=$as_save_IFS
10170 test -z "$as_dir" && as_dir=.
5213506e
RW
10171 for ac_exec_ext in '' $ac_executable_extensions; do
10172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10173 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10175 break 2
10176 fi
10177done
5213506e
RW
10178 done
10179IFS=$as_save_IFS
278a7a38
AO
10180
10181fi
10182fi
10183CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10184if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10186$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10187else
5213506e
RW
10188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10189$as_echo "no" >&6; }
278a7a38
AO
10190fi
10191
5213506e 10192
278a7a38
AO
10193 done
10194fi
10195
10196if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10197 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10199$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10200 if test -x $with_build_time_tools/${ncn_progname}; then
10201 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10203$as_echo "yes" >&6; }
e8b05380
PB
10204 break
10205 else
5213506e
RW
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10207$as_echo "no" >&6; }
e8b05380
PB
10208 fi
10209 done
10210fi
10211
10212if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10213 for ncn_progname in c++ g++ cxx gxx; do
10214 if test -n "$ncn_target_tool_prefix"; then
10215 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10216set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10218$as_echo_n "checking for $ac_word... " >&6; }
10219if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10220 $as_echo_n "(cached) " >&6
4de997d1
PB
10221else
10222 if test -n "$CXX_FOR_TARGET"; then
10223 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10224else
1c710c3c
DJ
10225as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10226for as_dir in $PATH
10227do
10228 IFS=$as_save_IFS
10229 test -z "$as_dir" && as_dir=.
5213506e
RW
10230 for ac_exec_ext in '' $ac_executable_extensions; do
10231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10232 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10234 break 2
10235 fi
10236done
5213506e
RW
10237 done
10238IFS=$as_save_IFS
1c710c3c 10239
4de997d1
PB
10240fi
10241fi
1c710c3c 10242CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10243if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10245$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10246else
5213506e
RW
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10248$as_echo "no" >&6; }
4de997d1
PB
10249fi
10250
5213506e 10251
e8b05380
PB
10252 fi
10253 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10254 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10255set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10257$as_echo_n "checking for $ac_word... " >&6; }
10258if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10259 $as_echo_n "(cached) " >&6
4de997d1 10260else
2693c0b0
PB
10261 if test -n "$CXX_FOR_TARGET"; then
10262 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10263else
1c710c3c
DJ
10264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10265for as_dir in $PATH
10266do
10267 IFS=$as_save_IFS
10268 test -z "$as_dir" && as_dir=.
5213506e
RW
10269 for ac_exec_ext in '' $ac_executable_extensions; do
10270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10271 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10273 break 2
10274 fi
10275done
5213506e
RW
10276 done
10277IFS=$as_save_IFS
1c710c3c 10278
4de997d1
PB
10279fi
10280fi
1c710c3c 10281CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10282if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10284$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10285else
5213506e
RW
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10287$as_echo "no" >&6; }
4de997d1 10288fi
1c710c3c 10289
5213506e 10290
e8b05380
PB
10291 fi
10292 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10293 done
10294fi
1c710c3c 10295
2693c0b0
PB
10296if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10297 set dummy c++ g++ cxx gxx
10298 if test $build = $target ; then
10299 CXX_FOR_TARGET="$2"
4de997d1 10300 else
2693c0b0 10301 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10302 fi
1c00b503
PB
10303else
10304 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10305fi
10306
278a7a38
AO
10307
10308
10309if test -n "$GCC_FOR_TARGET"; then
10310 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10311elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10312 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10313fi
10314
10315if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10316 for ncn_progname in gcc; do
10317 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10318set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10320$as_echo_n "checking for $ac_word... " >&6; }
10321if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10322 $as_echo_n "(cached) " >&6
278a7a38
AO
10323else
10324 if test -n "$GCC_FOR_TARGET"; then
10325 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10326else
10327as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10328for as_dir in $PATH
10329do
10330 IFS=$as_save_IFS
10331 test -z "$as_dir" && as_dir=.
5213506e
RW
10332 for ac_exec_ext in '' $ac_executable_extensions; do
10333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10334 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10336 break 2
10337 fi
10338done
5213506e
RW
10339 done
10340IFS=$as_save_IFS
278a7a38
AO
10341
10342fi
10343fi
10344GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10345if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10347$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10348else
5213506e
RW
10349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10350$as_echo "no" >&6; }
278a7a38
AO
10351fi
10352
5213506e 10353
278a7a38
AO
10354 done
10355fi
10356
10357if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10358 for ncn_progname in gcc; do
5213506e
RW
10359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10360$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10361 if test -x $with_build_time_tools/${ncn_progname}; then
10362 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10364$as_echo "yes" >&6; }
e8b05380
PB
10365 break
10366 else
5213506e
RW
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10368$as_echo "no" >&6; }
e8b05380
PB
10369 fi
10370 done
10371fi
10372
10373if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10374 for ncn_progname in gcc; do
10375 if test -n "$ncn_target_tool_prefix"; then
10376 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10377set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10379$as_echo_n "checking for $ac_word... " >&6; }
10380if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10381 $as_echo_n "(cached) " >&6
ca9f4b81 10382else
e8b05380
PB
10383 if test -n "$GCC_FOR_TARGET"; then
10384 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10385else
1c710c3c
DJ
10386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10387for as_dir in $PATH
10388do
10389 IFS=$as_save_IFS
10390 test -z "$as_dir" && as_dir=.
5213506e
RW
10391 for ac_exec_ext in '' $ac_executable_extensions; do
10392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10393 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10395 break 2
10396 fi
10397done
5213506e
RW
10398 done
10399IFS=$as_save_IFS
1c710c3c 10400
ca9f4b81
AO
10401fi
10402fi
1c710c3c 10403GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10404if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10406$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10407else
5213506e
RW
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10409$as_echo "no" >&6; }
ca9f4b81
AO
10410fi
10411
5213506e 10412
e8b05380
PB
10413 fi
10414 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10415 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10416set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10418$as_echo_n "checking for $ac_word... " >&6; }
10419if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10420 $as_echo_n "(cached) " >&6
ca9f4b81 10421else
e8b05380
PB
10422 if test -n "$GCC_FOR_TARGET"; then
10423 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10424else
1c710c3c
DJ
10425as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10426for as_dir in $PATH
10427do
10428 IFS=$as_save_IFS
10429 test -z "$as_dir" && as_dir=.
5213506e
RW
10430 for ac_exec_ext in '' $ac_executable_extensions; do
10431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10432 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10434 break 2
10435 fi
10436done
5213506e
RW
10437 done
10438IFS=$as_save_IFS
1c710c3c 10439
ca9f4b81
AO
10440fi
10441fi
1c710c3c 10442GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10443if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10445$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10446else
5213506e
RW
10447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10448$as_echo "no" >&6; }
ca9f4b81 10449fi
1c710c3c 10450
5213506e 10451
e8b05380
PB
10452 fi
10453 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10454 done
10455fi
1c710c3c 10456
e8b05380
PB
10457if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10458 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10459else
10460 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10461fi
10462
278a7a38
AO
10463
10464
10465if test -n "$GCJ_FOR_TARGET"; then
10466 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10467elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10468 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10469fi
10470
10471if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10472 for ncn_progname in gcj; do
10473 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10474set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10476$as_echo_n "checking for $ac_word... " >&6; }
10477if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10478 $as_echo_n "(cached) " >&6
278a7a38
AO
10479else
10480 if test -n "$GCJ_FOR_TARGET"; then
10481 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10482else
10483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10484for as_dir in $PATH
10485do
10486 IFS=$as_save_IFS
10487 test -z "$as_dir" && as_dir=.
5213506e
RW
10488 for ac_exec_ext in '' $ac_executable_extensions; do
10489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10490 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10492 break 2
10493 fi
10494done
5213506e
RW
10495 done
10496IFS=$as_save_IFS
278a7a38
AO
10497
10498fi
10499fi
10500GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10501if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10503$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10504else
5213506e
RW
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10506$as_echo "no" >&6; }
278a7a38
AO
10507fi
10508
5213506e 10509
278a7a38
AO
10510 done
10511fi
10512
10513if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10514 for ncn_progname in gcj; do
5213506e
RW
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10516$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10517 if test -x $with_build_time_tools/${ncn_progname}; then
10518 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10520$as_echo "yes" >&6; }
e8b05380
PB
10521 break
10522 else
5213506e
RW
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10524$as_echo "no" >&6; }
e8b05380
PB
10525 fi
10526 done
10527fi
10528
10529if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10530 for ncn_progname in gcj; do
10531 if test -n "$ncn_target_tool_prefix"; then
10532 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10533set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10535$as_echo_n "checking for $ac_word... " >&6; }
10536if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10537 $as_echo_n "(cached) " >&6
e8b05380 10538else
fb0103e5
RG
10539 if test -n "$GCJ_FOR_TARGET"; then
10540 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10541else
1c710c3c
DJ
10542as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10543for as_dir in $PATH
10544do
10545 IFS=$as_save_IFS
10546 test -z "$as_dir" && as_dir=.
5213506e
RW
10547 for ac_exec_ext in '' $ac_executable_extensions; do
10548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10549 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10551 break 2
10552 fi
10553done
5213506e
RW
10554 done
10555IFS=$as_save_IFS
1c710c3c 10556
e8b05380
PB
10557fi
10558fi
278a7a38
AO
10559GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10560if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10562$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10563else
5213506e
RW
10564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10565$as_echo "no" >&6; }
278a7a38
AO
10566fi
10567
5213506e 10568
278a7a38
AO
10569 fi
10570 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10571 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10572set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10574$as_echo_n "checking for $ac_word... " >&6; }
10575if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10576 $as_echo_n "(cached) " >&6
278a7a38
AO
10577else
10578 if test -n "$GCJ_FOR_TARGET"; then
10579 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10580else
10581as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10582for as_dir in $PATH
10583do
10584 IFS=$as_save_IFS
10585 test -z "$as_dir" && as_dir=.
5213506e
RW
10586 for ac_exec_ext in '' $ac_executable_extensions; do
10587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10588 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10590 break 2
10591 fi
10592done
5213506e
RW
10593 done
10594IFS=$as_save_IFS
278a7a38
AO
10595
10596fi
10597fi
10598GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10599if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10601$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10602else
5213506e
RW
10603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10604$as_echo "no" >&6; }
278a7a38
AO
10605fi
10606
5213506e 10607
278a7a38
AO
10608 fi
10609 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10610 done
10611fi
10612
10613if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10614 set dummy gcj
10615 if test $build = $target ; then
10616 GCJ_FOR_TARGET="$2"
10617 else
10618 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10619 fi
1c00b503
PB
10620else
10621 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10622fi
10623
10624
10625
10626if test -n "$GFORTRAN_FOR_TARGET"; then
10627 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10628elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10629 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10630fi
10631
278a7a38
AO
10632if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10633 for ncn_progname in gfortran; do
10634 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10635set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10637$as_echo_n "checking for $ac_word... " >&6; }
10638if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10639 $as_echo_n "(cached) " >&6
e8b05380 10640else
278a7a38
AO
10641 if test -n "$GFORTRAN_FOR_TARGET"; then
10642 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10643else
1c710c3c
DJ
10644as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10645for as_dir in $PATH
10646do
10647 IFS=$as_save_IFS
10648 test -z "$as_dir" && as_dir=.
5213506e
RW
10649 for ac_exec_ext in '' $ac_executable_extensions; do
10650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10651 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10653 break 2
10654 fi
10655done
5213506e
RW
10656 done
10657IFS=$as_save_IFS
1c710c3c 10658
e8b05380
PB
10659fi
10660fi
278a7a38
AO
10661GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10662if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10664$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10665else
5213506e
RW
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10667$as_echo "no" >&6; }
e8b05380 10668fi
1c710c3c 10669
5213506e 10670
e8b05380
PB
10671 done
10672fi
1c710c3c 10673
278a7a38 10674if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10675 for ncn_progname in gfortran; do
5213506e
RW
10676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10677$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10678 if test -x $with_build_time_tools/${ncn_progname}; then
10679 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10681$as_echo "yes" >&6; }
e8b05380
PB
10682 break
10683 else
5213506e
RW
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10685$as_echo "no" >&6; }
e8b05380
PB
10686 fi
10687 done
10688fi
10689
10690if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10691 for ncn_progname in gfortran; do
10692 if test -n "$ncn_target_tool_prefix"; then
10693 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10694set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10696$as_echo_n "checking for $ac_word... " >&6; }
10697if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10698 $as_echo_n "(cached) " >&6
e8b05380
PB
10699else
10700 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10701 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10702else
10703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10704for as_dir in $PATH
10705do
10706 IFS=$as_save_IFS
10707 test -z "$as_dir" && as_dir=.
5213506e
RW
10708 for ac_exec_ext in '' $ac_executable_extensions; do
10709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10710 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10712 break 2
10713 fi
10714done
5213506e
RW
10715 done
10716IFS=$as_save_IFS
1c710c3c 10717
e8b05380
PB
10718fi
10719fi
1c710c3c 10720GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10721if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10723$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10724else
5213506e
RW
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10726$as_echo "no" >&6; }
e8b05380
PB
10727fi
10728
5213506e 10729
e8b05380
PB
10730 fi
10731 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10732 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10733set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10734{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10735$as_echo_n "checking for $ac_word... " >&6; }
10736if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10737 $as_echo_n "(cached) " >&6
e8b05380
PB
10738else
10739 if test -n "$GFORTRAN_FOR_TARGET"; then
10740 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10741else
1c710c3c
DJ
10742as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10743for as_dir in $PATH
10744do
10745 IFS=$as_save_IFS
10746 test -z "$as_dir" && as_dir=.
5213506e
RW
10747 for ac_exec_ext in '' $ac_executable_extensions; do
10748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10749 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10751 break 2
10752 fi
10753done
5213506e
RW
10754 done
10755IFS=$as_save_IFS
1c710c3c 10756
e8b05380
PB
10757fi
10758fi
1c710c3c 10759GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10760if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10762$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10763else
5213506e
RW
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10765$as_echo "no" >&6; }
e8b05380 10766fi
1c710c3c 10767
5213506e 10768
e8b05380
PB
10769 fi
10770 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10771 done
10772fi
1c710c3c 10773
e8b05380
PB
10774if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10775 set dummy gfortran
2693c0b0 10776 if test $build = $target ; then
e8b05380 10777 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10778 else
e8b05380
PB
10779 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10780 fi
1c00b503
PB
10781else
10782 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10783fi
10784
10785
10786
632e2a07
ILT
10787if test -n "$GOC_FOR_TARGET"; then
10788 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10789elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10790 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10791fi
10792
10793if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10794 for ncn_progname in gccgo; do
10795 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10796set dummy ${ncn_progname}; ac_word=$2
10797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10798$as_echo_n "checking for $ac_word... " >&6; }
10799if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10800 $as_echo_n "(cached) " >&6
10801else
10802 if test -n "$GOC_FOR_TARGET"; then
10803 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10804else
10805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10806for as_dir in $PATH
10807do
10808 IFS=$as_save_IFS
10809 test -z "$as_dir" && as_dir=.
10810 for ac_exec_ext in '' $ac_executable_extensions; do
10811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10812 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10814 break 2
10815 fi
10816done
10817 done
10818IFS=$as_save_IFS
10819
10820fi
10821fi
10822GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10823if test -n "$GOC_FOR_TARGET"; then
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10825$as_echo "$GOC_FOR_TARGET" >&6; }
10826else
10827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10828$as_echo "no" >&6; }
10829fi
10830
10831
10832 done
10833fi
10834
10835if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10836 for ncn_progname in gccgo; do
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10838$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10839 if test -x $with_build_time_tools/${ncn_progname}; then
10840 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10842$as_echo "yes" >&6; }
10843 break
10844 else
10845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10846$as_echo "no" >&6; }
10847 fi
10848 done
10849fi
10850
10851if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10852 for ncn_progname in gccgo; do
10853 if test -n "$ncn_target_tool_prefix"; then
10854 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10855set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10857$as_echo_n "checking for $ac_word... " >&6; }
10858if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10859 $as_echo_n "(cached) " >&6
10860else
10861 if test -n "$GOC_FOR_TARGET"; then
10862 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10863else
10864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10865for as_dir in $PATH
10866do
10867 IFS=$as_save_IFS
10868 test -z "$as_dir" && as_dir=.
10869 for ac_exec_ext in '' $ac_executable_extensions; do
10870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10871 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10873 break 2
10874 fi
10875done
10876 done
10877IFS=$as_save_IFS
10878
10879fi
10880fi
10881GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10882if test -n "$GOC_FOR_TARGET"; then
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10884$as_echo "$GOC_FOR_TARGET" >&6; }
10885else
10886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10887$as_echo "no" >&6; }
10888fi
10889
10890
10891 fi
10892 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10893 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10894set dummy ${ncn_progname}; ac_word=$2
10895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10896$as_echo_n "checking for $ac_word... " >&6; }
10897if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10898 $as_echo_n "(cached) " >&6
10899else
10900 if test -n "$GOC_FOR_TARGET"; then
10901 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10902else
10903as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10904for as_dir in $PATH
10905do
10906 IFS=$as_save_IFS
10907 test -z "$as_dir" && as_dir=.
10908 for ac_exec_ext in '' $ac_executable_extensions; do
10909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10910 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10912 break 2
10913 fi
10914done
10915 done
10916IFS=$as_save_IFS
10917
10918fi
10919fi
10920GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10921if test -n "$GOC_FOR_TARGET"; then
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10923$as_echo "$GOC_FOR_TARGET" >&6; }
10924else
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10926$as_echo "no" >&6; }
10927fi
10928
10929
10930 fi
10931 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10932 done
10933fi
10934
10935if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10936 set dummy gccgo
10937 if test $build = $target ; then
10938 GOC_FOR_TARGET="$2"
10939 else
10940 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10941 fi
10942else
10943 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10944fi
10945
10946
10947
e8b05380
PB
10948cat > conftest.c << \EOF
10949#ifdef __GNUC__
10950 gcc_yay;
10951#endif
10952EOF
10953if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10954 have_gcc_for_target=yes
10955else
10956 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10957 have_gcc_for_target=no
10958fi
10959rm conftest.c
10960
10961
10962
10963
10964if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10965 if test -n "$with_build_time_tools"; then
5213506e
RW
10966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10967$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10968 if test -x $with_build_time_tools/ar; then
10969 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10970 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10972$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 10973 else
5213506e
RW
10974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10975$as_echo "no" >&6; }
d1f8db0c 10976 fi
e8b05380
PB
10977 elif test $build != $host && test $have_gcc_for_target = yes; then
10978 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10979 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10980 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10981 fi
10982fi
3e19841a 10983if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10984 # Extract the first word of "ar", so it can be a program name with args.
10985set dummy ar; 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_path_AR_FOR_TARGET+set}" = set; then :
10989 $as_echo_n "(cached) " >&6
e8b05380 10990else
1c710c3c
DJ
10991 case $AR_FOR_TARGET in
10992 [\\/]* | ?:[\\/]*)
e8b05380
PB
10993 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10994 ;;
e8b05380 10995 *)
1c710c3c
DJ
10996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10997for as_dir in $gcc_cv_tool_dirs
10998do
10999 IFS=$as_save_IFS
11000 test -z "$as_dir" && as_dir=.
5213506e
RW
11001 for ac_exec_ext in '' $ac_executable_extensions; do
11002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11003 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11005 break 2
11006 fi
11007done
5213506e
RW
11008 done
11009IFS=$as_save_IFS
1c710c3c 11010
e8b05380
PB
11011 ;;
11012esac
11013fi
1c710c3c 11014AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 11015if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11017$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11018else
5213506e
RW
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11020$as_echo "no" >&6; }
4de997d1
PB
11021fi
11022
5213506e 11023
e8b05380
PB
11024fi
11025if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
11026
11027
11028if test -n "$AR_FOR_TARGET"; then
11029 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11030elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11031 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11032fi
11033
11034if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11035 for ncn_progname in ar; do
11036 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11037set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11039$as_echo_n "checking for $ac_word... " >&6; }
11040if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11041 $as_echo_n "(cached) " >&6
278a7a38
AO
11042else
11043 if test -n "$AR_FOR_TARGET"; then
11044 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11045else
11046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11047for as_dir in $PATH
11048do
11049 IFS=$as_save_IFS
11050 test -z "$as_dir" && as_dir=.
5213506e
RW
11051 for ac_exec_ext in '' $ac_executable_extensions; do
11052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11053 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11055 break 2
11056 fi
11057done
5213506e
RW
11058 done
11059IFS=$as_save_IFS
278a7a38
AO
11060
11061fi
11062fi
11063AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11064if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11066$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 11067else
5213506e
RW
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11069$as_echo "no" >&6; }
278a7a38
AO
11070fi
11071
5213506e 11072
278a7a38
AO
11073 done
11074fi
11075
11076if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11077 for ncn_progname in ar; do
5213506e
RW
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11079$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11080 if test -x $with_build_time_tools/${ncn_progname}; then
11081 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11083$as_echo "yes" >&6; }
e8b05380
PB
11084 break
11085 else
5213506e
RW
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11087$as_echo "no" >&6; }
e8b05380
PB
11088 fi
11089 done
11090fi
11091
11092if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11093 for ncn_progname in ar; do
11094 if test -n "$ncn_target_tool_prefix"; then
11095 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11096set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11098$as_echo_n "checking for $ac_word... " >&6; }
11099if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11100 $as_echo_n "(cached) " >&6
4de997d1 11101else
e8b05380
PB
11102 if test -n "$AR_FOR_TARGET"; then
11103 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 11104else
1c710c3c
DJ
11105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11106for as_dir in $PATH
11107do
11108 IFS=$as_save_IFS
11109 test -z "$as_dir" && as_dir=.
5213506e
RW
11110 for ac_exec_ext in '' $ac_executable_extensions; do
11111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11112 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11114 break 2
11115 fi
11116done
5213506e
RW
11117 done
11118IFS=$as_save_IFS
1c710c3c 11119
4de997d1
PB
11120fi
11121fi
1c710c3c 11122AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11123if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11125$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 11126else
5213506e
RW
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11128$as_echo "no" >&6; }
4de997d1
PB
11129fi
11130
5213506e 11131
e8b05380
PB
11132 fi
11133 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11134 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11135set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11137$as_echo_n "checking for $ac_word... " >&6; }
11138if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11139 $as_echo_n "(cached) " >&6
e8b05380
PB
11140else
11141 if test -n "$AR_FOR_TARGET"; then
11142 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11143else
1c710c3c
DJ
11144as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11145for as_dir in $PATH
11146do
11147 IFS=$as_save_IFS
11148 test -z "$as_dir" && as_dir=.
5213506e
RW
11149 for ac_exec_ext in '' $ac_executable_extensions; do
11150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11151 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11153 break 2
11154 fi
11155done
5213506e
RW
11156 done
11157IFS=$as_save_IFS
1c710c3c 11158
e8b05380
PB
11159fi
11160fi
1c710c3c 11161AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11162if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11164$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11165else
5213506e
RW
11166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11167$as_echo "no" >&6; }
e8b05380 11168fi
1c710c3c 11169
5213506e 11170
e8b05380
PB
11171 fi
11172 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11173 done
11174fi
1c710c3c 11175
e8b05380
PB
11176if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11177 set dummy ar
11178 if test $build = $target ; then
11179 AR_FOR_TARGET="$2"
11180 else
11181 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11182 fi
1c00b503
PB
11183else
11184 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11185fi
11186
d1f8db0c
PB
11187else
11188 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11189fi
11190
11191
11192
11193
11194if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11195 if test -n "$with_build_time_tools"; then
5213506e
RW
11196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11197$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11198 if test -x $with_build_time_tools/as; then
11199 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11200 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11202$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11203 else
5213506e
RW
11204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11205$as_echo "no" >&6; }
d1f8db0c 11206 fi
e8b05380
PB
11207 elif test $build != $host && test $have_gcc_for_target = yes; then
11208 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11209 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11210 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11211 fi
11212fi
3e19841a 11213if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11214 # Extract the first word of "as", so it can be a program name with args.
11215set dummy as; 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_path_AS_FOR_TARGET+set}" = set; then :
11219 $as_echo_n "(cached) " >&6
e8b05380 11220else
1c710c3c
DJ
11221 case $AS_FOR_TARGET in
11222 [\\/]* | ?:[\\/]*)
e8b05380
PB
11223 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11224 ;;
e8b05380 11225 *)
1c710c3c
DJ
11226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11227for as_dir in $gcc_cv_tool_dirs
11228do
11229 IFS=$as_save_IFS
11230 test -z "$as_dir" && as_dir=.
5213506e
RW
11231 for ac_exec_ext in '' $ac_executable_extensions; do
11232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11233 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11235 break 2
11236 fi
11237done
5213506e
RW
11238 done
11239IFS=$as_save_IFS
1c710c3c 11240
e8b05380
PB
11241 ;;
11242esac
11243fi
1c710c3c 11244AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11245if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11247$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11248else
5213506e
RW
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11250$as_echo "no" >&6; }
e8b05380
PB
11251fi
11252
5213506e 11253
e8b05380
PB
11254fi
11255if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11256
11257
11258if test -n "$AS_FOR_TARGET"; then
11259 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11260elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11261 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11262fi
11263
11264if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11265 for ncn_progname in as; do
11266 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11267set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11269$as_echo_n "checking for $ac_word... " >&6; }
11270if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11271 $as_echo_n "(cached) " >&6
278a7a38
AO
11272else
11273 if test -n "$AS_FOR_TARGET"; then
11274 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11275else
11276as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11277for as_dir in $PATH
11278do
11279 IFS=$as_save_IFS
11280 test -z "$as_dir" && as_dir=.
5213506e
RW
11281 for ac_exec_ext in '' $ac_executable_extensions; do
11282 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11283 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11285 break 2
11286 fi
11287done
5213506e
RW
11288 done
11289IFS=$as_save_IFS
278a7a38
AO
11290
11291fi
11292fi
11293AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11294if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11296$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11297else
5213506e
RW
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11299$as_echo "no" >&6; }
278a7a38
AO
11300fi
11301
5213506e 11302
278a7a38
AO
11303 done
11304fi
11305
11306if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11307 for ncn_progname in as; do
5213506e
RW
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11309$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11310 if test -x $with_build_time_tools/${ncn_progname}; then
11311 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11313$as_echo "yes" >&6; }
e8b05380
PB
11314 break
11315 else
5213506e
RW
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11317$as_echo "no" >&6; }
e8b05380
PB
11318 fi
11319 done
11320fi
11321
11322if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11323 for ncn_progname in as; do
11324 if test -n "$ncn_target_tool_prefix"; then
11325 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11326set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11328$as_echo_n "checking for $ac_word... " >&6; }
11329if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11330 $as_echo_n "(cached) " >&6
e8b05380
PB
11331else
11332 if test -n "$AS_FOR_TARGET"; then
11333 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11334else
1c710c3c
DJ
11335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11336for as_dir in $PATH
11337do
11338 IFS=$as_save_IFS
11339 test -z "$as_dir" && as_dir=.
5213506e
RW
11340 for ac_exec_ext in '' $ac_executable_extensions; do
11341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11342 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11344 break 2
11345 fi
11346done
5213506e
RW
11347 done
11348IFS=$as_save_IFS
1c710c3c 11349
e8b05380
PB
11350fi
11351fi
1c710c3c 11352AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11353if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11355$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11356else
5213506e
RW
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11358$as_echo "no" >&6; }
e8b05380
PB
11359fi
11360
5213506e 11361
e8b05380
PB
11362 fi
11363 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11364 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11365set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11367$as_echo_n "checking for $ac_word... " >&6; }
11368if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11369 $as_echo_n "(cached) " >&6
4de997d1 11370else
e8b05380
PB
11371 if test -n "$AS_FOR_TARGET"; then
11372 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11373else
1c710c3c
DJ
11374as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11375for as_dir in $PATH
11376do
11377 IFS=$as_save_IFS
11378 test -z "$as_dir" && as_dir=.
5213506e
RW
11379 for ac_exec_ext in '' $ac_executable_extensions; do
11380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11381 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11383 break 2
11384 fi
11385done
5213506e
RW
11386 done
11387IFS=$as_save_IFS
1c710c3c 11388
4de997d1
PB
11389fi
11390fi
1c710c3c 11391AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11392if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11394$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11395else
5213506e
RW
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11397$as_echo "no" >&6; }
4de997d1 11398fi
1c710c3c 11399
5213506e 11400
e8b05380
PB
11401 fi
11402 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11403 done
11404fi
1c710c3c 11405
e8b05380
PB
11406if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11407 set dummy as
11408 if test $build = $target ; then
11409 AS_FOR_TARGET="$2"
11410 else
11411 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11412 fi
1c00b503
PB
11413else
11414 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11415fi
2693c0b0 11416
d1f8db0c
PB
11417else
11418 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11419fi
11420
e8b05380
PB
11421
11422
11423
11424if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11425 if test -n "$with_build_time_tools"; then
5213506e
RW
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11427$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11428 if test -x $with_build_time_tools/dlltool; then
11429 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11430 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11432$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11433 else
5213506e
RW
11434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11435$as_echo "no" >&6; }
d1f8db0c 11436 fi
e8b05380
PB
11437 elif test $build != $host && test $have_gcc_for_target = yes; then
11438 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11439 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11440 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11441 fi
11442fi
3e19841a 11443if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11444 # Extract the first word of "dlltool", so it can be a program name with args.
11445set dummy dlltool; 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_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11449 $as_echo_n "(cached) " >&6
4de997d1 11450else
1c710c3c
DJ
11451 case $DLLTOOL_FOR_TARGET in
11452 [\\/]* | ?:[\\/]*)
e8b05380
PB
11453 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11454 ;;
e8b05380 11455 *)
1c710c3c
DJ
11456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11457for as_dir in $gcc_cv_tool_dirs
11458do
11459 IFS=$as_save_IFS
11460 test -z "$as_dir" && as_dir=.
5213506e
RW
11461 for ac_exec_ext in '' $ac_executable_extensions; do
11462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11463 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11465 break 2
11466 fi
11467done
5213506e
RW
11468 done
11469IFS=$as_save_IFS
1c710c3c 11470
e8b05380
PB
11471 ;;
11472esac
4de997d1 11473fi
1c710c3c 11474DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11475if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11477$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11478else
5213506e
RW
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11480$as_echo "no" >&6; }
4de997d1
PB
11481fi
11482
5213506e 11483
e8b05380
PB
11484fi
11485if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11486
11487
11488if test -n "$DLLTOOL_FOR_TARGET"; then
11489 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11490elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11491 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11492fi
11493
11494if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11495 for ncn_progname in dlltool; do
11496 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11497set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11499$as_echo_n "checking for $ac_word... " >&6; }
11500if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11501 $as_echo_n "(cached) " >&6
278a7a38
AO
11502else
11503 if test -n "$DLLTOOL_FOR_TARGET"; then
11504 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11505else
11506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11507for as_dir in $PATH
11508do
11509 IFS=$as_save_IFS
11510 test -z "$as_dir" && as_dir=.
5213506e
RW
11511 for ac_exec_ext in '' $ac_executable_extensions; do
11512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11513 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11515 break 2
11516 fi
11517done
5213506e
RW
11518 done
11519IFS=$as_save_IFS
278a7a38
AO
11520
11521fi
11522fi
11523DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11524if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11526$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11527else
5213506e
RW
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11529$as_echo "no" >&6; }
278a7a38
AO
11530fi
11531
5213506e 11532
278a7a38
AO
11533 done
11534fi
11535
11536if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11537 for ncn_progname in dlltool; do
5213506e
RW
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11539$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11540 if test -x $with_build_time_tools/${ncn_progname}; then
11541 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11543$as_echo "yes" >&6; }
e8b05380
PB
11544 break
11545 else
5213506e
RW
11546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11547$as_echo "no" >&6; }
e8b05380
PB
11548 fi
11549 done
11550fi
11551
11552if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11553 for ncn_progname in dlltool; do
11554 if test -n "$ncn_target_tool_prefix"; then
11555 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11556set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11558$as_echo_n "checking for $ac_word... " >&6; }
11559if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11560 $as_echo_n "(cached) " >&6
4de997d1 11561else
e8b05380
PB
11562 if test -n "$DLLTOOL_FOR_TARGET"; then
11563 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11564else
1c710c3c
DJ
11565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11566for as_dir in $PATH
11567do
11568 IFS=$as_save_IFS
11569 test -z "$as_dir" && as_dir=.
5213506e
RW
11570 for ac_exec_ext in '' $ac_executable_extensions; do
11571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11572 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11574 break 2
11575 fi
11576done
5213506e
RW
11577 done
11578IFS=$as_save_IFS
1c710c3c 11579
4de997d1
PB
11580fi
11581fi
1c710c3c 11582DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11583if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11585$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11586else
5213506e
RW
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11588$as_echo "no" >&6; }
4de997d1 11589fi
4de997d1 11590
5213506e 11591
e8b05380
PB
11592 fi
11593 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11594 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11595set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11597$as_echo_n "checking for $ac_word... " >&6; }
11598if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11599 $as_echo_n "(cached) " >&6
4de997d1 11600else
e8b05380
PB
11601 if test -n "$DLLTOOL_FOR_TARGET"; then
11602 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11603else
1c710c3c
DJ
11604as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11605for as_dir in $PATH
11606do
11607 IFS=$as_save_IFS
11608 test -z "$as_dir" && as_dir=.
5213506e
RW
11609 for ac_exec_ext in '' $ac_executable_extensions; do
11610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11611 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11613 break 2
11614 fi
11615done
5213506e
RW
11616 done
11617IFS=$as_save_IFS
1c710c3c 11618
4de997d1
PB
11619fi
11620fi
1c710c3c 11621DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11622if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11624$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11625else
5213506e
RW
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11627$as_echo "no" >&6; }
4de997d1 11628fi
1c710c3c 11629
5213506e 11630
e8b05380
PB
11631 fi
11632 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11633 done
11634fi
1c710c3c 11635
e8b05380
PB
11636if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11637 set dummy dlltool
11638 if test $build = $target ; then
11639 DLLTOOL_FOR_TARGET="$2"
11640 else
11641 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11642 fi
1c00b503
PB
11643else
11644 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11645fi
11646
d1f8db0c
PB
11647else
11648 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11649fi
11650
4de997d1 11651
e8b05380
PB
11652
11653
11654if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11655 if test -n "$with_build_time_tools"; then
5213506e
RW
11656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11657$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11658 if test -x $with_build_time_tools/ld; then
11659 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11660 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11662$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11663 else
5213506e
RW
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11665$as_echo "no" >&6; }
d1f8db0c 11666 fi
e8b05380
PB
11667 elif test $build != $host && test $have_gcc_for_target = yes; then
11668 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11669 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11670 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11671 fi
e8b05380 11672fi
3e19841a 11673if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11674 # Extract the first word of "ld", so it can be a program name with args.
11675set dummy ld; 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_path_LD_FOR_TARGET+set}" = set; then :
11679 $as_echo_n "(cached) " >&6
4de997d1 11680else
1c710c3c
DJ
11681 case $LD_FOR_TARGET in
11682 [\\/]* | ?:[\\/]*)
e8b05380
PB
11683 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11684 ;;
e8b05380 11685 *)
1c710c3c
DJ
11686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11687for as_dir in $gcc_cv_tool_dirs
11688do
11689 IFS=$as_save_IFS
11690 test -z "$as_dir" && as_dir=.
5213506e
RW
11691 for ac_exec_ext in '' $ac_executable_extensions; do
11692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11693 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11695 break 2
11696 fi
11697done
5213506e
RW
11698 done
11699IFS=$as_save_IFS
1c710c3c 11700
e8b05380
PB
11701 ;;
11702esac
4de997d1 11703fi
1c710c3c 11704LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11705if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11707$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11708else
5213506e
RW
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11710$as_echo "no" >&6; }
4de997d1 11711fi
2693c0b0 11712
5213506e 11713
e8b05380
PB
11714fi
11715if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11716
11717
11718if test -n "$LD_FOR_TARGET"; then
11719 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11720elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11721 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11722fi
11723
11724if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11725 for ncn_progname in ld; do
11726 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11727set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11729$as_echo_n "checking for $ac_word... " >&6; }
11730if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11731 $as_echo_n "(cached) " >&6
278a7a38
AO
11732else
11733 if test -n "$LD_FOR_TARGET"; then
11734 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11735else
11736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11737for as_dir in $PATH
11738do
11739 IFS=$as_save_IFS
11740 test -z "$as_dir" && as_dir=.
5213506e
RW
11741 for ac_exec_ext in '' $ac_executable_extensions; do
11742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11743 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11745 break 2
11746 fi
11747done
5213506e
RW
11748 done
11749IFS=$as_save_IFS
278a7a38
AO
11750
11751fi
11752fi
11753LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11754if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11756$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11757else
5213506e
RW
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11759$as_echo "no" >&6; }
278a7a38
AO
11760fi
11761
5213506e 11762
278a7a38
AO
11763 done
11764fi
11765
11766if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11767 for ncn_progname in ld; do
5213506e
RW
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11769$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11770 if test -x $with_build_time_tools/${ncn_progname}; then
11771 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11773$as_echo "yes" >&6; }
e8b05380
PB
11774 break
11775 else
5213506e
RW
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11777$as_echo "no" >&6; }
e8b05380
PB
11778 fi
11779 done
ca9f4b81
AO
11780fi
11781
e8b05380
PB
11782if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11783 for ncn_progname in ld; do
11784 if test -n "$ncn_target_tool_prefix"; then
11785 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11786set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11788$as_echo_n "checking for $ac_word... " >&6; }
11789if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11790 $as_echo_n "(cached) " >&6
ca9f4b81 11791else
4de997d1
PB
11792 if test -n "$LD_FOR_TARGET"; then
11793 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11794else
1c710c3c
DJ
11795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11796for as_dir in $PATH
11797do
11798 IFS=$as_save_IFS
11799 test -z "$as_dir" && as_dir=.
5213506e
RW
11800 for ac_exec_ext in '' $ac_executable_extensions; do
11801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11802 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11804 break 2
11805 fi
11806done
5213506e
RW
11807 done
11808IFS=$as_save_IFS
1c710c3c 11809
ca9f4b81
AO
11810fi
11811fi
1c710c3c 11812LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11813if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11815$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11816else
5213506e
RW
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11818$as_echo "no" >&6; }
ca9f4b81
AO
11819fi
11820
5213506e 11821
e8b05380
PB
11822 fi
11823 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11824 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11825set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11827$as_echo_n "checking for $ac_word... " >&6; }
11828if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11829 $as_echo_n "(cached) " >&6
ca9f4b81 11830else
2693c0b0
PB
11831 if test -n "$LD_FOR_TARGET"; then
11832 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11833else
1c710c3c
DJ
11834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11835for as_dir in $PATH
11836do
11837 IFS=$as_save_IFS
11838 test -z "$as_dir" && as_dir=.
5213506e
RW
11839 for ac_exec_ext in '' $ac_executable_extensions; do
11840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11841 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11843 break 2
11844 fi
11845done
5213506e
RW
11846 done
11847IFS=$as_save_IFS
1c710c3c 11848
ca9f4b81
AO
11849fi
11850fi
1c710c3c 11851LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11852if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11854$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11855else
5213506e
RW
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11857$as_echo "no" >&6; }
ca9f4b81 11858fi
1c710c3c 11859
5213506e 11860
e8b05380
PB
11861 fi
11862 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11863 done
11864fi
1c710c3c 11865
2693c0b0
PB
11866if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11867 set dummy ld
11868 if test $build = $target ; then
11869 LD_FOR_TARGET="$2"
ca9f4b81 11870 else
2693c0b0 11871 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11872 fi
1c00b503
PB
11873else
11874 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11875fi
11876
d1f8db0c
PB
11877else
11878 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11879fi
11880
11881
11882
11883
11884if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11885 if test -n "$with_build_time_tools"; then
5213506e
RW
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11887$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11888 if test -x $with_build_time_tools/lipo; then
11889 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11890 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11892$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11893 else
5213506e
RW
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11895$as_echo "no" >&6; }
d1f8db0c 11896 fi
e8b05380
PB
11897 elif test $build != $host && test $have_gcc_for_target = yes; then
11898 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11899 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11900 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11901 fi
11902fi
278a7a38
AO
11903if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11904 # Extract the first word of "lipo", so it can be a program name with args.
11905set dummy lipo; 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_path_LIPO_FOR_TARGET+set}" = set; then :
11909 $as_echo_n "(cached) " >&6
278a7a38
AO
11910else
11911 case $LIPO_FOR_TARGET in
11912 [\\/]* | ?:[\\/]*)
11913 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11914 ;;
11915 *)
11916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11917for as_dir in $gcc_cv_tool_dirs
11918do
11919 IFS=$as_save_IFS
11920 test -z "$as_dir" && as_dir=.
5213506e
RW
11921 for ac_exec_ext in '' $ac_executable_extensions; do
11922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11923 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11925 break 2
11926 fi
11927done
5213506e
RW
11928 done
11929IFS=$as_save_IFS
278a7a38
AO
11930
11931 ;;
11932esac
11933fi
11934LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11935if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11937$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11938else
5213506e
RW
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11940$as_echo "no" >&6; }
278a7a38
AO
11941fi
11942
5213506e 11943
278a7a38
AO
11944fi
11945if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11946
11947
11948if test -n "$LIPO_FOR_TARGET"; then
11949 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11950elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11951 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11952fi
11953
11954if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11955 for ncn_progname in lipo; do
11956 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11957set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11959$as_echo_n "checking for $ac_word... " >&6; }
11960if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11961 $as_echo_n "(cached) " >&6
e8b05380 11962else
278a7a38
AO
11963 if test -n "$LIPO_FOR_TARGET"; then
11964 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11965else
11966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11967for as_dir in $PATH
1c710c3c
DJ
11968do
11969 IFS=$as_save_IFS
11970 test -z "$as_dir" && as_dir=.
5213506e
RW
11971 for ac_exec_ext in '' $ac_executable_extensions; do
11972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11973 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11975 break 2
11976 fi
11977done
5213506e
RW
11978 done
11979IFS=$as_save_IFS
1c710c3c 11980
e8b05380 11981fi
278a7a38
AO
11982fi
11983LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11984if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11986$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11987else
5213506e
RW
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11989$as_echo "no" >&6; }
e8b05380
PB
11990fi
11991
5213506e 11992
278a7a38 11993 done
e8b05380 11994fi
278a7a38
AO
11995
11996if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11997 for ncn_progname in lipo; do
5213506e
RW
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11999$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12000 if test -x $with_build_time_tools/${ncn_progname}; then
12001 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12003$as_echo "yes" >&6; }
e8b05380
PB
12004 break
12005 else
5213506e
RW
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12007$as_echo "no" >&6; }
e8b05380
PB
12008 fi
12009 done
12010fi
12011
12012if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12013 for ncn_progname in lipo; do
12014 if test -n "$ncn_target_tool_prefix"; then
12015 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12016set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12018$as_echo_n "checking for $ac_word... " >&6; }
12019if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12020 $as_echo_n "(cached) " >&6
040b1c5a
GK
12021else
12022 if test -n "$LIPO_FOR_TARGET"; then
12023 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12024else
1c710c3c
DJ
12025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12026for as_dir in $PATH
12027do
12028 IFS=$as_save_IFS
12029 test -z "$as_dir" && as_dir=.
5213506e
RW
12030 for ac_exec_ext in '' $ac_executable_extensions; do
12031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12032 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12034 break 2
12035 fi
12036done
5213506e
RW
12037 done
12038IFS=$as_save_IFS
1c710c3c 12039
040b1c5a
GK
12040fi
12041fi
1c710c3c 12042LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 12043if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12045$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 12046else
5213506e
RW
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12048$as_echo "no" >&6; }
040b1c5a
GK
12049fi
12050
5213506e 12051
e8b05380
PB
12052 fi
12053 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12054 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 12055set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12057$as_echo_n "checking for $ac_word... " >&6; }
12058if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12059 $as_echo_n "(cached) " >&6
040b1c5a
GK
12060else
12061 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
12062 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12063else
1c710c3c
DJ
12064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12065for as_dir in $PATH
12066do
12067 IFS=$as_save_IFS
12068 test -z "$as_dir" && as_dir=.
5213506e
RW
12069 for ac_exec_ext in '' $ac_executable_extensions; do
12070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12071 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 12072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12073 break 2
12074 fi
12075done
5213506e
RW
12076 done
12077IFS=$as_save_IFS
1c710c3c 12078
040b1c5a
GK
12079fi
12080fi
1c710c3c 12081LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 12082if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12084$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 12085else
5213506e
RW
12086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12087$as_echo "no" >&6; }
040b1c5a 12088fi
1c710c3c 12089
5213506e 12090
e8b05380
PB
12091 fi
12092 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12093 done
12094fi
1c710c3c 12095
040b1c5a
GK
12096if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12097 set dummy lipo
12098 if test $build = $target ; then
12099 LIPO_FOR_TARGET="$2"
12100 else
12101 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12102 fi
1c00b503
PB
12103else
12104 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
12105fi
12106
d1f8db0c
PB
12107else
12108 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
12109fi
12110
12111
12112
12113
12114if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12115 if test -n "$with_build_time_tools"; then
5213506e
RW
12116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12117$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12118 if test -x $with_build_time_tools/nm; then
12119 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12120 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12122$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 12123 else
5213506e
RW
12124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12125$as_echo "no" >&6; }
d1f8db0c 12126 fi
e8b05380
PB
12127 elif test $build != $host && test $have_gcc_for_target = yes; then
12128 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12129 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12130 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12131 fi
12132fi
3e19841a 12133if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12134 # Extract the first word of "nm", so it can be a program name with args.
12135set dummy nm; 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_path_NM_FOR_TARGET+set}" = set; then :
12139 $as_echo_n "(cached) " >&6
e8b05380 12140else
1c710c3c
DJ
12141 case $NM_FOR_TARGET in
12142 [\\/]* | ?:[\\/]*)
e8b05380
PB
12143 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12144 ;;
e8b05380 12145 *)
1c710c3c
DJ
12146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12147for as_dir in $gcc_cv_tool_dirs
12148do
12149 IFS=$as_save_IFS
12150 test -z "$as_dir" && as_dir=.
5213506e
RW
12151 for ac_exec_ext in '' $ac_executable_extensions; do
12152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12153 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12155 break 2
12156 fi
12157done
5213506e
RW
12158 done
12159IFS=$as_save_IFS
1c710c3c 12160
e8b05380
PB
12161 ;;
12162esac
12163fi
1c710c3c 12164NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12165if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12167$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12168else
5213506e
RW
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12170$as_echo "no" >&6; }
e8b05380
PB
12171fi
12172
5213506e 12173
e8b05380
PB
12174fi
12175if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12176
12177
12178if test -n "$NM_FOR_TARGET"; then
12179 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12180elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12181 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12182fi
12183
12184if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12185 for ncn_progname in nm; do
12186 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12187set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12189$as_echo_n "checking for $ac_word... " >&6; }
12190if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12191 $as_echo_n "(cached) " >&6
278a7a38
AO
12192else
12193 if test -n "$NM_FOR_TARGET"; then
12194 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12195else
12196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12197for as_dir in $PATH
12198do
12199 IFS=$as_save_IFS
12200 test -z "$as_dir" && as_dir=.
5213506e
RW
12201 for ac_exec_ext in '' $ac_executable_extensions; do
12202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12203 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12205 break 2
12206 fi
12207done
5213506e
RW
12208 done
12209IFS=$as_save_IFS
278a7a38
AO
12210
12211fi
12212fi
12213NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12214if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12216$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12217else
5213506e
RW
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12219$as_echo "no" >&6; }
278a7a38
AO
12220fi
12221
5213506e 12222
278a7a38
AO
12223 done
12224fi
12225
12226if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12227 for ncn_progname in nm; do
5213506e
RW
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12229$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12230 if test -x $with_build_time_tools/${ncn_progname}; then
12231 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12233$as_echo "yes" >&6; }
e8b05380
PB
12234 break
12235 else
5213506e
RW
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12237$as_echo "no" >&6; }
e8b05380
PB
12238 fi
12239 done
12240fi
12241
12242if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12243 for ncn_progname in nm; do
12244 if test -n "$ncn_target_tool_prefix"; then
12245 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12246set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12248$as_echo_n "checking for $ac_word... " >&6; }
12249if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12250 $as_echo_n "(cached) " >&6
ca9f4b81 12251else
4de997d1
PB
12252 if test -n "$NM_FOR_TARGET"; then
12253 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12254else
1c710c3c
DJ
12255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12256for as_dir in $PATH
12257do
12258 IFS=$as_save_IFS
12259 test -z "$as_dir" && as_dir=.
5213506e
RW
12260 for ac_exec_ext in '' $ac_executable_extensions; do
12261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12262 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12264 break 2
12265 fi
12266done
5213506e
RW
12267 done
12268IFS=$as_save_IFS
1c710c3c 12269
ca9f4b81
AO
12270fi
12271fi
1c710c3c 12272NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12273if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12275$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12276else
5213506e
RW
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12278$as_echo "no" >&6; }
ca9f4b81
AO
12279fi
12280
5213506e 12281
e8b05380
PB
12282 fi
12283 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12284 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12285set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12287$as_echo_n "checking for $ac_word... " >&6; }
12288if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12289 $as_echo_n "(cached) " >&6
ca9f4b81 12290else
2693c0b0
PB
12291 if test -n "$NM_FOR_TARGET"; then
12292 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12293else
1c710c3c
DJ
12294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12295for as_dir in $PATH
12296do
12297 IFS=$as_save_IFS
12298 test -z "$as_dir" && as_dir=.
5213506e
RW
12299 for ac_exec_ext in '' $ac_executable_extensions; do
12300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12301 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12303 break 2
12304 fi
12305done
5213506e
RW
12306 done
12307IFS=$as_save_IFS
1c710c3c 12308
ca9f4b81
AO
12309fi
12310fi
1c710c3c 12311NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12312if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12314$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12315else
5213506e
RW
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12317$as_echo "no" >&6; }
ca9f4b81 12318fi
1c710c3c 12319
5213506e 12320
e8b05380
PB
12321 fi
12322 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12323 done
12324fi
1c710c3c 12325
2693c0b0
PB
12326if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12327 set dummy nm
12328 if test $build = $target ; then
12329 NM_FOR_TARGET="$2"
ca9f4b81 12330 else
2693c0b0 12331 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12332 fi
1c00b503
PB
12333else
12334 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12335fi
12336
d1f8db0c
PB
12337else
12338 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12339fi
12340
12341
12342
12343
12344if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12345 if test -n "$with_build_time_tools"; then
5213506e
RW
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12347$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12348 if test -x $with_build_time_tools/objdump; then
12349 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12350 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12352$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12353 else
5213506e
RW
12354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12355$as_echo "no" >&6; }
d1f8db0c 12356 fi
e8b05380
PB
12357 elif test $build != $host && test $have_gcc_for_target = yes; then
12358 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12359 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12360 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12361 fi
12362fi
3e19841a 12363if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12364 # Extract the first word of "objdump", so it can be a program name with args.
12365set dummy objdump; 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_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12369 $as_echo_n "(cached) " >&6
e8b05380 12370else
1c710c3c
DJ
12371 case $OBJDUMP_FOR_TARGET in
12372 [\\/]* | ?:[\\/]*)
e8b05380
PB
12373 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12374 ;;
e8b05380 12375 *)
1c710c3c
DJ
12376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12377for as_dir in $gcc_cv_tool_dirs
12378do
12379 IFS=$as_save_IFS
12380 test -z "$as_dir" && as_dir=.
5213506e
RW
12381 for ac_exec_ext in '' $ac_executable_extensions; do
12382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12383 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12385 break 2
12386 fi
12387done
5213506e
RW
12388 done
12389IFS=$as_save_IFS
1c710c3c 12390
e8b05380
PB
12391 ;;
12392esac
12393fi
1c710c3c 12394OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12395if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12397$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12398else
5213506e
RW
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12400$as_echo "no" >&6; }
e8b05380
PB
12401fi
12402
5213506e 12403
e8b05380
PB
12404fi
12405if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12406
12407
12408if test -n "$OBJDUMP_FOR_TARGET"; then
12409 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12410elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12411 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12412fi
12413
12414if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12415 for ncn_progname in objdump; do
12416 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12417set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12419$as_echo_n "checking for $ac_word... " >&6; }
12420if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12421 $as_echo_n "(cached) " >&6
278a7a38
AO
12422else
12423 if test -n "$OBJDUMP_FOR_TARGET"; then
12424 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12425else
12426as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12427for as_dir in $PATH
12428do
12429 IFS=$as_save_IFS
12430 test -z "$as_dir" && as_dir=.
5213506e
RW
12431 for ac_exec_ext in '' $ac_executable_extensions; do
12432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12433 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12435 break 2
12436 fi
12437done
5213506e
RW
12438 done
12439IFS=$as_save_IFS
278a7a38
AO
12440
12441fi
12442fi
12443OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12444if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12446$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12447else
5213506e
RW
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12449$as_echo "no" >&6; }
278a7a38
AO
12450fi
12451
5213506e 12452
278a7a38
AO
12453 done
12454fi
12455
12456if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12457 for ncn_progname in objdump; do
5213506e
RW
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12459$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12460 if test -x $with_build_time_tools/${ncn_progname}; then
12461 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12463$as_echo "yes" >&6; }
e8b05380
PB
12464 break
12465 else
5213506e
RW
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12467$as_echo "no" >&6; }
e8b05380
PB
12468 fi
12469 done
12470fi
12471
12472if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12473 for ncn_progname in objdump; do
12474 if test -n "$ncn_target_tool_prefix"; then
12475 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12476set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12478$as_echo_n "checking for $ac_word... " >&6; }
12479if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12480 $as_echo_n "(cached) " >&6
d739199a
DJ
12481else
12482 if test -n "$OBJDUMP_FOR_TARGET"; then
12483 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12484else
1c710c3c
DJ
12485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12486for as_dir in $PATH
12487do
12488 IFS=$as_save_IFS
12489 test -z "$as_dir" && as_dir=.
5213506e
RW
12490 for ac_exec_ext in '' $ac_executable_extensions; do
12491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12492 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12494 break 2
12495 fi
12496done
5213506e
RW
12497 done
12498IFS=$as_save_IFS
1c710c3c 12499
d739199a
DJ
12500fi
12501fi
1c710c3c 12502OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12503if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12505$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12506else
5213506e
RW
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12508$as_echo "no" >&6; }
d739199a
DJ
12509fi
12510
5213506e 12511
e8b05380
PB
12512 fi
12513 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12514 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12515set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12517$as_echo_n "checking for $ac_word... " >&6; }
12518if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12519 $as_echo_n "(cached) " >&6
d739199a
DJ
12520else
12521 if test -n "$OBJDUMP_FOR_TARGET"; then
12522 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12523else
1c710c3c
DJ
12524as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12525for as_dir in $PATH
12526do
12527 IFS=$as_save_IFS
12528 test -z "$as_dir" && as_dir=.
5213506e
RW
12529 for ac_exec_ext in '' $ac_executable_extensions; do
12530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12531 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12533 break 2
12534 fi
12535done
5213506e
RW
12536 done
12537IFS=$as_save_IFS
1c710c3c 12538
d739199a
DJ
12539fi
12540fi
1c710c3c 12541OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12542if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12544$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12545else
5213506e
RW
12546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12547$as_echo "no" >&6; }
d739199a 12548fi
1c710c3c 12549
5213506e 12550
e8b05380
PB
12551 fi
12552 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12553 done
12554fi
1c710c3c 12555
d739199a
DJ
12556if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12557 set dummy objdump
12558 if test $build = $target ; then
12559 OBJDUMP_FOR_TARGET="$2"
12560 else
12561 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12562 fi
1c00b503
PB
12563else
12564 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12565fi
12566
d1f8db0c
PB
12567else
12568 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12569fi
12570
12571
12572
12573
12574if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12575 if test -n "$with_build_time_tools"; then
5213506e
RW
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12577$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12578 if test -x $with_build_time_tools/ranlib; then
12579 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12580 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12582$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12583 else
5213506e
RW
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12585$as_echo "no" >&6; }
d1f8db0c 12586 fi
e8b05380
PB
12587 elif test $build != $host && test $have_gcc_for_target = yes; then
12588 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12589 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12590 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12591 fi
12592fi
3e19841a 12593if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12594 # Extract the first word of "ranlib", so it can be a program name with args.
12595set dummy ranlib; 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_path_RANLIB_FOR_TARGET+set}" = set; then :
12599 $as_echo_n "(cached) " >&6
e8b05380 12600else
1c710c3c
DJ
12601 case $RANLIB_FOR_TARGET in
12602 [\\/]* | ?:[\\/]*)
e8b05380
PB
12603 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12604 ;;
e8b05380 12605 *)
1c710c3c
DJ
12606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12607for as_dir in $gcc_cv_tool_dirs
12608do
12609 IFS=$as_save_IFS
12610 test -z "$as_dir" && as_dir=.
5213506e
RW
12611 for ac_exec_ext in '' $ac_executable_extensions; do
12612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12613 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12615 break 2
12616 fi
12617done
5213506e
RW
12618 done
12619IFS=$as_save_IFS
1c710c3c 12620
e8b05380
PB
12621 ;;
12622esac
12623fi
1c710c3c 12624RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12625if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12627$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12628else
5213506e
RW
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12630$as_echo "no" >&6; }
e8b05380
PB
12631fi
12632
5213506e 12633
e8b05380
PB
12634fi
12635if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12636
12637
12638if test -n "$RANLIB_FOR_TARGET"; then
12639 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12640elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12641 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12642fi
12643
12644if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12645 for ncn_progname in ranlib; do
12646 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12647set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12649$as_echo_n "checking for $ac_word... " >&6; }
12650if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12651 $as_echo_n "(cached) " >&6
278a7a38
AO
12652else
12653 if test -n "$RANLIB_FOR_TARGET"; then
12654 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12655else
12656as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12657for as_dir in $PATH
12658do
12659 IFS=$as_save_IFS
12660 test -z "$as_dir" && as_dir=.
5213506e
RW
12661 for ac_exec_ext in '' $ac_executable_extensions; do
12662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12663 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12665 break 2
12666 fi
12667done
5213506e
RW
12668 done
12669IFS=$as_save_IFS
278a7a38
AO
12670
12671fi
12672fi
12673RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12674if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12676$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12677else
5213506e
RW
12678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12679$as_echo "no" >&6; }
278a7a38
AO
12680fi
12681
5213506e 12682
278a7a38
AO
12683 done
12684fi
12685
12686if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12687 for ncn_progname in ranlib; do
5213506e
RW
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12689$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12690 if test -x $with_build_time_tools/${ncn_progname}; then
12691 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12693$as_echo "yes" >&6; }
e8b05380
PB
12694 break
12695 else
5213506e
RW
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12697$as_echo "no" >&6; }
e8b05380
PB
12698 fi
12699 done
12700fi
12701
12702if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12703 for ncn_progname in ranlib; do
12704 if test -n "$ncn_target_tool_prefix"; then
12705 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12706set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12708$as_echo_n "checking for $ac_word... " >&6; }
12709if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12710 $as_echo_n "(cached) " >&6
ca9f4b81 12711else
4de997d1
PB
12712 if test -n "$RANLIB_FOR_TARGET"; then
12713 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12714else
1c710c3c
DJ
12715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12716for as_dir in $PATH
12717do
12718 IFS=$as_save_IFS
12719 test -z "$as_dir" && as_dir=.
5213506e
RW
12720 for ac_exec_ext in '' $ac_executable_extensions; do
12721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12722 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12724 break 2
12725 fi
12726done
5213506e
RW
12727 done
12728IFS=$as_save_IFS
1c710c3c 12729
ca9f4b81
AO
12730fi
12731fi
1c710c3c 12732RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12733if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12735$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12736else
5213506e
RW
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12738$as_echo "no" >&6; }
ca9f4b81
AO
12739fi
12740
5213506e 12741
e8b05380
PB
12742 fi
12743 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12744 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12745set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12747$as_echo_n "checking for $ac_word... " >&6; }
12748if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12749 $as_echo_n "(cached) " >&6
ca9f4b81 12750else
2693c0b0
PB
12751 if test -n "$RANLIB_FOR_TARGET"; then
12752 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12753else
1c710c3c
DJ
12754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12755for as_dir in $PATH
12756do
12757 IFS=$as_save_IFS
12758 test -z "$as_dir" && as_dir=.
5213506e
RW
12759 for ac_exec_ext in '' $ac_executable_extensions; do
12760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12761 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12763 break 2
12764 fi
12765done
5213506e
RW
12766 done
12767IFS=$as_save_IFS
1c710c3c 12768
ca9f4b81
AO
12769fi
12770fi
1c710c3c 12771RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12772if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12774$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12775else
5213506e
RW
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12777$as_echo "no" >&6; }
ca9f4b81 12778fi
1c710c3c 12779
5213506e 12780
e8b05380
PB
12781 fi
12782 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12783 done
12784fi
1c710c3c 12785
e8b05380
PB
12786if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12787 set dummy ranlib
12788 if test $build = $target ; then
12789 RANLIB_FOR_TARGET="$2"
12790 else
12791 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12792 fi
1c00b503
PB
12793else
12794 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12795fi
2693c0b0 12796
d1f8db0c
PB
12797else
12798 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12799fi
12800
e8b05380
PB
12801
12802
12803
e7a82751
RM
12804if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12805 if test -n "$with_build_time_tools"; then
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12807$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12808 if test -x $with_build_time_tools/readelf; then
12809 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12810 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12812$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12813 else
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12815$as_echo "no" >&6; }
12816 fi
12817 elif test $build != $host && test $have_gcc_for_target = yes; then
12818 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12819 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12820 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12821 fi
12822fi
12823if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12824 # Extract the first word of "readelf", so it can be a program name with args.
12825set dummy readelf; 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_path_READELF_FOR_TARGET+set}" = set; then :
12829 $as_echo_n "(cached) " >&6
12830else
12831 case $READELF_FOR_TARGET in
12832 [\\/]* | ?:[\\/]*)
12833 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12834 ;;
12835 *)
12836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12837for as_dir in $gcc_cv_tool_dirs
12838do
12839 IFS=$as_save_IFS
12840 test -z "$as_dir" && as_dir=.
12841 for ac_exec_ext in '' $ac_executable_extensions; do
12842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12843 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12845 break 2
12846 fi
12847done
12848 done
12849IFS=$as_save_IFS
12850
12851 ;;
12852esac
12853fi
12854READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12855if test -n "$READELF_FOR_TARGET"; then
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12857$as_echo "$READELF_FOR_TARGET" >&6; }
12858else
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12860$as_echo "no" >&6; }
12861fi
12862
12863
12864fi
12865if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12866
12867
12868if test -n "$READELF_FOR_TARGET"; then
12869 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12870elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12871 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12872fi
12873
12874if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12875 for ncn_progname in readelf; do
12876 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12877set dummy ${ncn_progname}; ac_word=$2
12878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12879$as_echo_n "checking for $ac_word... " >&6; }
12880if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12881 $as_echo_n "(cached) " >&6
12882else
12883 if test -n "$READELF_FOR_TARGET"; then
12884 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12885else
12886as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12887for as_dir in $PATH
12888do
12889 IFS=$as_save_IFS
12890 test -z "$as_dir" && as_dir=.
12891 for ac_exec_ext in '' $ac_executable_extensions; do
12892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12893 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12895 break 2
12896 fi
12897done
12898 done
12899IFS=$as_save_IFS
12900
12901fi
12902fi
12903READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12904if test -n "$READELF_FOR_TARGET"; then
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12906$as_echo "$READELF_FOR_TARGET" >&6; }
12907else
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12909$as_echo "no" >&6; }
12910fi
12911
12912
12913 done
12914fi
12915
12916if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12917 for ncn_progname in readelf; do
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12919$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12920 if test -x $with_build_time_tools/${ncn_progname}; then
12921 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12923$as_echo "yes" >&6; }
12924 break
12925 else
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12927$as_echo "no" >&6; }
12928 fi
12929 done
12930fi
12931
12932if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12933 for ncn_progname in readelf; do
12934 if test -n "$ncn_target_tool_prefix"; then
12935 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12936set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12938$as_echo_n "checking for $ac_word... " >&6; }
12939if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12940 $as_echo_n "(cached) " >&6
12941else
12942 if test -n "$READELF_FOR_TARGET"; then
12943 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12944else
12945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12946for as_dir in $PATH
12947do
12948 IFS=$as_save_IFS
12949 test -z "$as_dir" && as_dir=.
12950 for ac_exec_ext in '' $ac_executable_extensions; do
12951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12952 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12954 break 2
12955 fi
12956done
12957 done
12958IFS=$as_save_IFS
12959
12960fi
12961fi
12962READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12963if test -n "$READELF_FOR_TARGET"; then
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12965$as_echo "$READELF_FOR_TARGET" >&6; }
12966else
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12968$as_echo "no" >&6; }
12969fi
12970
12971
12972 fi
12973 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12974 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12975set dummy ${ncn_progname}; ac_word=$2
12976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12977$as_echo_n "checking for $ac_word... " >&6; }
12978if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12979 $as_echo_n "(cached) " >&6
12980else
12981 if test -n "$READELF_FOR_TARGET"; then
12982 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12983else
12984as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12985for as_dir in $PATH
12986do
12987 IFS=$as_save_IFS
12988 test -z "$as_dir" && as_dir=.
12989 for ac_exec_ext in '' $ac_executable_extensions; do
12990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12991 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12993 break 2
12994 fi
12995done
12996 done
12997IFS=$as_save_IFS
12998
12999fi
13000fi
13001READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13002if test -n "$READELF_FOR_TARGET"; then
13003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13004$as_echo "$READELF_FOR_TARGET" >&6; }
13005else
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13007$as_echo "no" >&6; }
13008fi
13009
13010
13011 fi
13012 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13013 done
13014fi
13015
13016if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13017 set dummy readelf
13018 if test $build = $target ; then
13019 READELF_FOR_TARGET="$2"
13020 else
13021 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13022 fi
13023else
13024 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13025fi
13026
13027else
13028 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13029fi
13030
13031
13032
13033
e8b05380
PB
13034if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13035 if test -n "$with_build_time_tools"; then
5213506e
RW
13036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13037$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13038 if test -x $with_build_time_tools/strip; then
13039 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13040 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13042$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 13043 else
5213506e
RW
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13045$as_echo "no" >&6; }
d1f8db0c 13046 fi
e8b05380
PB
13047 elif test $build != $host && test $have_gcc_for_target = yes; then
13048 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
13049 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13050 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
13051 fi
13052fi
3e19841a 13053if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13054 # Extract the first word of "strip", so it can be a program name with args.
13055set dummy strip; 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_path_STRIP_FOR_TARGET+set}" = set; then :
13059 $as_echo_n "(cached) " >&6
e8b05380 13060else
1c710c3c
DJ
13061 case $STRIP_FOR_TARGET in
13062 [\\/]* | ?:[\\/]*)
e8b05380
PB
13063 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13064 ;;
e8b05380 13065 *)
1c710c3c
DJ
13066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13067for as_dir in $gcc_cv_tool_dirs
13068do
13069 IFS=$as_save_IFS
13070 test -z "$as_dir" && as_dir=.
5213506e
RW
13071 for ac_exec_ext in '' $ac_executable_extensions; do
13072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13073 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13075 break 2
13076 fi
13077done
5213506e
RW
13078 done
13079IFS=$as_save_IFS
1c710c3c 13080
e8b05380
PB
13081 ;;
13082esac
13083fi
1c710c3c 13084STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 13085if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13087$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 13088else
5213506e
RW
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13090$as_echo "no" >&6; }
e8b05380
PB
13091fi
13092
5213506e 13093
e8b05380
PB
13094fi
13095if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
13096
13097
13098if test -n "$STRIP_FOR_TARGET"; then
13099 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13100elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13101 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13102fi
13103
13104if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13105 for ncn_progname in strip; do
13106 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13107set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13109$as_echo_n "checking for $ac_word... " >&6; }
13110if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13111 $as_echo_n "(cached) " >&6
278a7a38
AO
13112else
13113 if test -n "$STRIP_FOR_TARGET"; then
13114 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13115else
13116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13117for as_dir in $PATH
13118do
13119 IFS=$as_save_IFS
13120 test -z "$as_dir" && as_dir=.
5213506e
RW
13121 for ac_exec_ext in '' $ac_executable_extensions; do
13122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13123 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13125 break 2
13126 fi
13127done
5213506e
RW
13128 done
13129IFS=$as_save_IFS
278a7a38
AO
13130
13131fi
13132fi
13133STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13134if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13136$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 13137else
5213506e
RW
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13139$as_echo "no" >&6; }
278a7a38
AO
13140fi
13141
5213506e 13142
278a7a38
AO
13143 done
13144fi
13145
13146if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13147 for ncn_progname in strip; do
5213506e
RW
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13149$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13150 if test -x $with_build_time_tools/${ncn_progname}; then
13151 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13153$as_echo "yes" >&6; }
e8b05380
PB
13154 break
13155 else
5213506e
RW
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13157$as_echo "no" >&6; }
e8b05380
PB
13158 fi
13159 done
13160fi
13161
13162if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13163 for ncn_progname in strip; do
13164 if test -n "$ncn_target_tool_prefix"; then
13165 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 13166set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13168$as_echo_n "checking for $ac_word... " >&6; }
13169if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13170 $as_echo_n "(cached) " >&6
af71363e
AS
13171else
13172 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
13173 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13174else
13175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13176for as_dir in $PATH
13177do
13178 IFS=$as_save_IFS
13179 test -z "$as_dir" && as_dir=.
5213506e
RW
13180 for ac_exec_ext in '' $ac_executable_extensions; do
13181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13182 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13184 break 2
13185 fi
13186done
5213506e
RW
13187 done
13188IFS=$as_save_IFS
1c710c3c 13189
040b1c5a
GK
13190fi
13191fi
1c710c3c 13192STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13193if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13195$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13196else
5213506e
RW
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13198$as_echo "no" >&6; }
040b1c5a
GK
13199fi
13200
5213506e 13201
e8b05380
PB
13202 fi
13203 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13204 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 13205set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13207$as_echo_n "checking for $ac_word... " >&6; }
13208if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13209 $as_echo_n "(cached) " >&6
040b1c5a
GK
13210else
13211 if test -n "$STRIP_FOR_TARGET"; then
13212 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13213else
1c710c3c
DJ
13214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13215for as_dir in $PATH
13216do
13217 IFS=$as_save_IFS
13218 test -z "$as_dir" && as_dir=.
5213506e
RW
13219 for ac_exec_ext in '' $ac_executable_extensions; do
13220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13221 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13223 break 2
13224 fi
13225done
5213506e
RW
13226 done
13227IFS=$as_save_IFS
1c710c3c 13228
040b1c5a
GK
13229fi
13230fi
1c710c3c 13231STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13232if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13234$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13235else
5213506e
RW
13236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13237$as_echo "no" >&6; }
040b1c5a 13238fi
1c710c3c 13239
5213506e 13240
e8b05380
PB
13241 fi
13242 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13243 done
13244fi
1c710c3c 13245
040b1c5a
GK
13246if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13247 set dummy strip
13248 if test $build = $target ; then
13249 STRIP_FOR_TARGET="$2"
13250 else
13251 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13252 fi
1c00b503
PB
13253else
13254 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
13255fi
13256
d1f8db0c
PB
13257else
13258 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
13259fi
13260
13261
13262
13263
13264if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13265 if test -n "$with_build_time_tools"; then
5213506e
RW
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13267$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13268 if test -x $with_build_time_tools/windres; then
13269 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13270 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13272$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 13273 else
5213506e
RW
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13275$as_echo "no" >&6; }
d1f8db0c 13276 fi
e8b05380
PB
13277 elif test $build != $host && test $have_gcc_for_target = yes; then
13278 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
13279 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13280 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
13281 fi
13282fi
3e19841a 13283if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13284 # Extract the first word of "windres", so it can be a program name with args.
13285set dummy windres; 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_path_WINDRES_FOR_TARGET+set}" = set; then :
13289 $as_echo_n "(cached) " >&6
e8b05380 13290else
1c710c3c
DJ
13291 case $WINDRES_FOR_TARGET in
13292 [\\/]* | ?:[\\/]*)
e8b05380
PB
13293 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13294 ;;
e8b05380 13295 *)
1c710c3c
DJ
13296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13297for as_dir in $gcc_cv_tool_dirs
13298do
13299 IFS=$as_save_IFS
13300 test -z "$as_dir" && as_dir=.
5213506e
RW
13301 for ac_exec_ext in '' $ac_executable_extensions; do
13302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13303 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13305 break 2
13306 fi
13307done
5213506e
RW
13308 done
13309IFS=$as_save_IFS
1c710c3c 13310
e8b05380
PB
13311 ;;
13312esac
13313fi
1c710c3c 13314WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 13315if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13317$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 13318else
5213506e
RW
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13320$as_echo "no" >&6; }
e8b05380
PB
13321fi
13322
5213506e 13323
e8b05380
PB
13324fi
13325if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
13326
13327
13328if test -n "$WINDRES_FOR_TARGET"; then
13329 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13330elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13331 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13332fi
13333
13334if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13335 for ncn_progname in windres; do
13336 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13337set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13339$as_echo_n "checking for $ac_word... " >&6; }
13340if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13341 $as_echo_n "(cached) " >&6
278a7a38
AO
13342else
13343 if test -n "$WINDRES_FOR_TARGET"; then
13344 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13345else
13346as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13347for as_dir in $PATH
13348do
13349 IFS=$as_save_IFS
13350 test -z "$as_dir" && as_dir=.
5213506e
RW
13351 for ac_exec_ext in '' $ac_executable_extensions; do
13352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13353 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13355 break 2
13356 fi
13357done
5213506e
RW
13358 done
13359IFS=$as_save_IFS
278a7a38
AO
13360
13361fi
13362fi
13363WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13364if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13366$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 13367else
5213506e
RW
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13369$as_echo "no" >&6; }
278a7a38
AO
13370fi
13371
5213506e 13372
278a7a38
AO
13373 done
13374fi
13375
13376if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13377 for ncn_progname in windres; do
5213506e
RW
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13379$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13380 if test -x $with_build_time_tools/${ncn_progname}; then
13381 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13383$as_echo "yes" >&6; }
e8b05380
PB
13384 break
13385 else
5213506e
RW
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13387$as_echo "no" >&6; }
e8b05380
PB
13388 fi
13389 done
13390fi
13391
13392if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13393 for ncn_progname in windres; do
13394 if test -n "$ncn_target_tool_prefix"; then
13395 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13396set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13398$as_echo_n "checking for $ac_word... " >&6; }
13399if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13400 $as_echo_n "(cached) " >&6
ca9f4b81 13401else
4de997d1
PB
13402 if test -n "$WINDRES_FOR_TARGET"; then
13403 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13404else
1c710c3c
DJ
13405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13406for as_dir in $PATH
13407do
13408 IFS=$as_save_IFS
13409 test -z "$as_dir" && as_dir=.
5213506e
RW
13410 for ac_exec_ext in '' $ac_executable_extensions; do
13411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13412 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13414 break 2
13415 fi
13416done
5213506e
RW
13417 done
13418IFS=$as_save_IFS
1c710c3c 13419
ca9f4b81
AO
13420fi
13421fi
1c710c3c 13422WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13423if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13425$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13426else
5213506e
RW
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13428$as_echo "no" >&6; }
ca9f4b81
AO
13429fi
13430
5213506e 13431
e8b05380
PB
13432 fi
13433 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13434 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13435set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13437$as_echo_n "checking for $ac_word... " >&6; }
13438if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13439 $as_echo_n "(cached) " >&6
ca9f4b81 13440else
2693c0b0
PB
13441 if test -n "$WINDRES_FOR_TARGET"; then
13442 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13443else
1c710c3c
DJ
13444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13445for as_dir in $PATH
13446do
13447 IFS=$as_save_IFS
13448 test -z "$as_dir" && as_dir=.
5213506e
RW
13449 for ac_exec_ext in '' $ac_executable_extensions; do
13450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13451 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13453 break 2
13454 fi
13455done
5213506e
RW
13456 done
13457IFS=$as_save_IFS
1c710c3c 13458
ca9f4b81
AO
13459fi
13460fi
1c710c3c 13461WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13462if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13464$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13465else
5213506e
RW
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13467$as_echo "no" >&6; }
ca9f4b81 13468fi
1c710c3c 13469
5213506e 13470
e8b05380
PB
13471 fi
13472 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13473 done
13474fi
1c710c3c 13475
2693c0b0
PB
13476if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13477 set dummy windres
13478 if test $build = $target ; then
13479 WINDRES_FOR_TARGET="$2"
ca9f4b81 13480 else
2693c0b0 13481 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13482 fi
1c00b503
PB
13483else
13484 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13485fi
13486
d1f8db0c
PB
13487else
13488 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13489fi
13490
4977bab6 13491
901119ae
KT
13492
13493
13494if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13495 if test -n "$with_build_time_tools"; then
5213506e
RW
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13497$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13498 if test -x $with_build_time_tools/windmc; then
13499 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13500 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13502$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13503 else
5213506e
RW
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13505$as_echo "no" >&6; }
901119ae
KT
13506 fi
13507 elif test $build != $host && test $have_gcc_for_target = yes; then
13508 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13509 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13510 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13511 fi
13512fi
13513if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13514 # Extract the first word of "windmc", so it can be a program name with args.
13515set dummy windmc; 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_path_WINDMC_FOR_TARGET+set}" = set; then :
13519 $as_echo_n "(cached) " >&6
901119ae
KT
13520else
13521 case $WINDMC_FOR_TARGET in
13522 [\\/]* | ?:[\\/]*)
13523 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13524 ;;
13525 *)
13526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13527for as_dir in $gcc_cv_tool_dirs
13528do
13529 IFS=$as_save_IFS
13530 test -z "$as_dir" && as_dir=.
5213506e
RW
13531 for ac_exec_ext in '' $ac_executable_extensions; do
13532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13533 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13535 break 2
13536 fi
13537done
5213506e
RW
13538 done
13539IFS=$as_save_IFS
901119ae
KT
13540
13541 ;;
13542esac
13543fi
13544WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13545if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13547$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13548else
5213506e
RW
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13550$as_echo "no" >&6; }
901119ae
KT
13551fi
13552
5213506e 13553
901119ae
KT
13554fi
13555if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13556
13557
13558if test -n "$WINDMC_FOR_TARGET"; then
13559 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13560elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13561 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13562fi
13563
13564if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13565 for ncn_progname in windmc; do
13566 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13567set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13569$as_echo_n "checking for $ac_word... " >&6; }
13570if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13571 $as_echo_n "(cached) " >&6
901119ae
KT
13572else
13573 if test -n "$WINDMC_FOR_TARGET"; then
13574 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13575else
13576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13577for as_dir in $PATH
13578do
13579 IFS=$as_save_IFS
13580 test -z "$as_dir" && as_dir=.
5213506e
RW
13581 for ac_exec_ext in '' $ac_executable_extensions; do
13582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13583 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13585 break 2
13586 fi
13587done
5213506e
RW
13588 done
13589IFS=$as_save_IFS
901119ae
KT
13590
13591fi
13592fi
13593WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13594if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13596$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13597else
5213506e
RW
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13599$as_echo "no" >&6; }
901119ae
KT
13600fi
13601
5213506e 13602
901119ae
KT
13603 done
13604fi
13605
13606if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13607 for ncn_progname in windmc; do
5213506e
RW
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13609$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13610 if test -x $with_build_time_tools/${ncn_progname}; then
13611 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13613$as_echo "yes" >&6; }
901119ae
KT
13614 break
13615 else
5213506e
RW
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13617$as_echo "no" >&6; }
901119ae
KT
13618 fi
13619 done
13620fi
13621
13622if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13623 for ncn_progname in windmc; do
13624 if test -n "$ncn_target_tool_prefix"; then
13625 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13626set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13628$as_echo_n "checking for $ac_word... " >&6; }
13629if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13630 $as_echo_n "(cached) " >&6
901119ae
KT
13631else
13632 if test -n "$WINDMC_FOR_TARGET"; then
13633 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13634else
13635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13636for as_dir in $PATH
13637do
13638 IFS=$as_save_IFS
13639 test -z "$as_dir" && as_dir=.
5213506e
RW
13640 for ac_exec_ext in '' $ac_executable_extensions; do
13641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13642 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13644 break 2
13645 fi
13646done
5213506e
RW
13647 done
13648IFS=$as_save_IFS
901119ae
KT
13649
13650fi
13651fi
13652WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13653if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13655$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13656else
5213506e
RW
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13658$as_echo "no" >&6; }
901119ae
KT
13659fi
13660
5213506e 13661
901119ae
KT
13662 fi
13663 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13665set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13667$as_echo_n "checking for $ac_word... " >&6; }
13668if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13669 $as_echo_n "(cached) " >&6
901119ae
KT
13670else
13671 if test -n "$WINDMC_FOR_TARGET"; then
13672 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13673else
13674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13675for as_dir in $PATH
13676do
13677 IFS=$as_save_IFS
13678 test -z "$as_dir" && as_dir=.
5213506e
RW
13679 for ac_exec_ext in '' $ac_executable_extensions; do
13680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13681 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13683 break 2
13684 fi
13685done
5213506e
RW
13686 done
13687IFS=$as_save_IFS
901119ae
KT
13688
13689fi
13690fi
13691WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13692if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13694$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13695else
5213506e
RW
13696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13697$as_echo "no" >&6; }
901119ae
KT
13698fi
13699
5213506e 13700
901119ae
KT
13701 fi
13702 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13703 done
13704fi
13705
13706if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13707 set dummy windmc
13708 if test $build = $target ; then
13709 WINDMC_FOR_TARGET="$2"
13710 else
13711 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13712 fi
1c00b503
PB
13713else
13714 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13715fi
13716
13717else
13718 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13719fi
13720
13721
2abefe3d
PB
13722RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13723
5213506e
RW
13724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13725$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13726if test "x${build}" != "x${host}" ; then
e8b05380
PB
13727 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13728 # We already found the complete path
172e41aa 13729 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13731$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13732 else
13733 # Canadian cross, just use what we found
5213506e
RW
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13735$as_echo "pre-installed" >&6; }
e8b05380 13736 fi
2abefe3d
PB
13737else
13738 ok=yes
13739 case " ${configdirs} " in
13740 *" binutils "*) ;;
13741 *) ok=no ;;
13742 esac
1c710c3c 13743
2abefe3d
PB
13744 if test $ok = yes; then
13745 # An in-tree tool is available and we can use it
13746 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13748$as_echo "just compiled" >&6; }
e8b05380
PB
13749 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13750 # We already found the complete path
172e41aa 13751 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13753$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13754 elif test "x$target" = "x$host"; then
13755 # We can use an host tool
13756 AR_FOR_TARGET='$(AR)'
5213506e
RW
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13758$as_echo "host tool" >&6; }
2abefe3d
PB
13759 else
13760 # We need a cross tool
5213506e
RW
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13762$as_echo "pre-installed" >&6; }
2abefe3d
PB
13763 fi
13764fi
0b0dc272 13765
5213506e
RW
13766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13767$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13768if test "x${build}" != "x${host}" ; then
e8b05380
PB
13769 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13770 # We already found the complete path
172e41aa 13771 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13773$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13774 else
13775 # Canadian cross, just use what we found
5213506e
RW
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13777$as_echo "pre-installed" >&6; }
e8b05380 13778 fi
2abefe3d
PB
13779else
13780 ok=yes
13781 case " ${configdirs} " in
13782 *" gas "*) ;;
13783 *) ok=no ;;
13784 esac
1c710c3c 13785
2abefe3d
PB
13786 if test $ok = yes; then
13787 # An in-tree tool is available and we can use it
13788 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13790$as_echo "just compiled" >&6; }
e8b05380
PB
13791 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13792 # We already found the complete path
172e41aa 13793 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13795$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13796 elif test "x$target" = "x$host"; then
13797 # We can use an host tool
13798 AS_FOR_TARGET='$(AS)'
5213506e
RW
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13800$as_echo "host tool" >&6; }
2abefe3d
PB
13801 else
13802 # We need a cross tool
5213506e
RW
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13804$as_echo "pre-installed" >&6; }
2abefe3d
PB
13805 fi
13806fi
0b0dc272 13807
5213506e
RW
13808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13809$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13810if test "x${build}" != "x${host}" ; then
e8b05380
PB
13811 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13812 # We already found the complete path
172e41aa 13813 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13815$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13816 else
13817 # Canadian cross, just use what we found
5213506e
RW
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13819$as_echo "pre-installed" >&6; }
e8b05380 13820 fi
2abefe3d
PB
13821else
13822 ok=yes
13823 case " ${configdirs} " in
13824 *" gcc "*) ;;
13825 *) ok=no ;;
13826 esac
1c710c3c 13827
2abefe3d
PB
13828 if test $ok = yes; then
13829 # An in-tree tool is available and we can use it
13830 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13832$as_echo "just compiled" >&6; }
e8b05380
PB
13833 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13834 # We already found the complete path
172e41aa 13835 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13837$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13838 elif test "x$target" = "x$host"; then
13839 # We can use an host tool
13840 CC_FOR_TARGET='$(CC)'
5213506e
RW
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13842$as_echo "host tool" >&6; }
2abefe3d
PB
13843 else
13844 # We need a cross tool
5213506e
RW
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13846$as_echo "pre-installed" >&6; }
2abefe3d
PB
13847 fi
13848fi
0b0dc272 13849
5213506e
RW
13850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13851$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 13852if test "x${build}" != "x${host}" ; then
e8b05380
PB
13853 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13854 # We already found the complete path
172e41aa 13855 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13857$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13858 else
13859 # Canadian cross, just use what we found
5213506e
RW
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13861$as_echo "pre-installed" >&6; }
e8b05380 13862 fi
2abefe3d
PB
13863else
13864 ok=yes
13865 case " ${configdirs} " in
13866 *" gcc "*) ;;
13867 *) ok=no ;;
13868 esac
13869 case ,${enable_languages}, in
13870 *,c++,*) ;;
13871 *) ok=no ;;
13872 esac
13873 if test $ok = yes; then
13874 # An in-tree tool is available and we can use it
2077db1b 13875 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
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13877$as_echo "just compiled" >&6; }
e8b05380
PB
13878 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13879 # We already found the complete path
172e41aa 13880 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13882$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13883 elif test "x$target" = "x$host"; then
13884 # We can use an host tool
13885 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13887$as_echo "host tool" >&6; }
2abefe3d
PB
13888 else
13889 # We need a cross tool
5213506e
RW
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13891$as_echo "pre-installed" >&6; }
2abefe3d
PB
13892 fi
13893fi
0b0dc272 13894
5213506e
RW
13895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13896$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 13897if test "x${build}" != "x${host}" ; then
e8b05380
PB
13898 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13899 # We already found the complete path
172e41aa 13900 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13902$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13903 else
13904 # Canadian cross, just use what we found
5213506e
RW
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13906$as_echo "pre-installed" >&6; }
e8b05380 13907 fi
2abefe3d
PB
13908else
13909 ok=yes
13910 case " ${configdirs} " in
13911 *" gcc "*) ;;
13912 *) ok=no ;;
13913 esac
13914 case ,${enable_languages}, in
13915 *,c++,*) ;;
13916 *) ok=no ;;
13917 esac
13918 if test $ok = yes; then
13919 # An in-tree tool is available and we can use it
2077db1b 13920 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
13921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13922$as_echo "just compiled" >&6; }
e8b05380
PB
13923 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13924 # We already found the complete path
172e41aa 13925 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13927$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13928 elif test "x$target" = "x$host"; then
13929 # We can use an host tool
13930 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13932$as_echo "host tool" >&6; }
2abefe3d
PB
13933 else
13934 # We need a cross tool
5213506e
RW
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13936$as_echo "pre-installed" >&6; }
2abefe3d
PB
13937 fi
13938fi
0b0dc272 13939
5213506e
RW
13940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13941$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 13942if test "x${build}" != "x${host}" ; then
e8b05380
PB
13943 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13944 # We already found the complete path
172e41aa 13945 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13947$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13948 else
13949 # Canadian cross, just use what we found
5213506e
RW
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13951$as_echo "pre-installed" >&6; }
e8b05380 13952 fi
2abefe3d
PB
13953else
13954 ok=yes
13955 case " ${configdirs} " in
13956 *" binutils "*) ;;
13957 *) ok=no ;;
13958 esac
1c710c3c 13959
2abefe3d
PB
13960 if test $ok = yes; then
13961 # An in-tree tool is available and we can use it
13962 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13964$as_echo "just compiled" >&6; }
e8b05380
PB
13965 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13966 # We already found the complete path
172e41aa 13967 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13969$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13970 elif test "x$target" = "x$host"; then
13971 # We can use an host tool
13972 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13974$as_echo "host tool" >&6; }
2abefe3d
PB
13975 else
13976 # We need a cross tool
5213506e
RW
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13978$as_echo "pre-installed" >&6; }
2abefe3d
PB
13979 fi
13980fi
0b0dc272 13981
5213506e
RW
13982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13983$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 13984if test "x${build}" != "x${host}" ; then
e8b05380
PB
13985 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13986 # We already found the complete path
172e41aa 13987 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13989$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13990 else
13991 # Canadian cross, just use what we found
5213506e
RW
13992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13993$as_echo "pre-installed" >&6; }
e8b05380 13994 fi
2abefe3d
PB
13995else
13996 ok=yes
13997 case " ${configdirs} " in
13998 *" gcc "*) ;;
13999 *) ok=no ;;
14000 esac
1c710c3c 14001
2abefe3d
PB
14002 if test $ok = yes; then
14003 # An in-tree tool is available and we can use it
14004 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14006$as_echo "just compiled" >&6; }
e8b05380
PB
14007 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14008 # We already found the complete path
172e41aa 14009 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14011$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14012 elif test "x$target" = "x$host"; then
14013 # We can use an host tool
14014 GCC_FOR_TARGET='$()'
5213506e
RW
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14016$as_echo "host tool" >&6; }
2abefe3d
PB
14017 else
14018 # We need a cross tool
5213506e
RW
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14020$as_echo "pre-installed" >&6; }
2abefe3d
PB
14021 fi
14022fi
0b0dc272 14023
5213506e
RW
14024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14025$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 14026if test "x${build}" != "x${host}" ; then
e8b05380
PB
14027 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14028 # We already found the complete path
172e41aa 14029 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14031$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14032 else
14033 # Canadian cross, just use what we found
5213506e
RW
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14035$as_echo "pre-installed" >&6; }
e8b05380 14036 fi
2abefe3d
PB
14037else
14038 ok=yes
14039 case " ${configdirs} " in
14040 *" gcc "*) ;;
14041 *) ok=no ;;
14042 esac
14043 case ,${enable_languages}, in
14044 *,java,*) ;;
14045 *) ok=no ;;
14046 esac
14047 if test $ok = yes; then
14048 # An in-tree tool is available and we can use it
14049 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14051$as_echo "just compiled" >&6; }
e8b05380
PB
14052 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14053 # We already found the complete path
172e41aa 14054 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14056$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14057 elif test "x$target" = "x$host"; then
14058 # We can use an host tool
14059 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
14060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14061$as_echo "host tool" >&6; }
2abefe3d
PB
14062 else
14063 # We need a cross tool
5213506e
RW
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14065$as_echo "pre-installed" >&6; }
2abefe3d
PB
14066 fi
14067fi
0b0dc272 14068
5213506e
RW
14069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14070$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 14071if test "x${build}" != "x${host}" ; then
e8b05380
PB
14072 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14073 # We already found the complete path
172e41aa 14074 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14076$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14077 else
14078 # Canadian cross, just use what we found
5213506e
RW
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14080$as_echo "pre-installed" >&6; }
e8b05380 14081 fi
2abefe3d
PB
14082else
14083 ok=yes
14084 case " ${configdirs} " in
14085 *" gcc "*) ;;
14086 *) ok=no ;;
14087 esac
14088 case ,${enable_languages}, in
14089 *,fortran,*) ;;
14090 *) ok=no ;;
14091 esac
14092 if test $ok = yes; then
14093 # An in-tree tool is available and we can use it
14094 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14096$as_echo "just compiled" >&6; }
e8b05380
PB
14097 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14098 # We already found the complete path
172e41aa 14099 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14101$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14102 elif test "x$target" = "x$host"; then
14103 # We can use an host tool
14104 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14106$as_echo "host tool" >&6; }
2abefe3d
PB
14107 else
14108 # We need a cross tool
5213506e
RW
14109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14110$as_echo "pre-installed" >&6; }
2abefe3d
PB
14111 fi
14112fi
0b0dc272 14113
632e2a07
ILT
14114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14115$as_echo_n "checking where to find the target gccgo... " >&6; }
14116if test "x${build}" != "x${host}" ; then
14117 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14118 # We already found the complete path
14119 ac_dir=`dirname $GOC_FOR_TARGET`
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14121$as_echo "pre-installed in $ac_dir" >&6; }
14122 else
14123 # Canadian cross, just use what we found
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14125$as_echo "pre-installed" >&6; }
14126 fi
14127else
14128 ok=yes
14129 case " ${configdirs} " in
14130 *" gcc "*) ;;
14131 *) ok=no ;;
14132 esac
14133 case ,${enable_languages}, in
14134 *,go,*) ;;
14135 *) ok=no ;;
14136 esac
14137 if test $ok = yes; then
14138 # An in-tree tool is available and we can use it
14139 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14141$as_echo "just compiled" >&6; }
14142 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14143 # We already found the complete path
14144 ac_dir=`dirname $GOC_FOR_TARGET`
14145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14146$as_echo "pre-installed in $ac_dir" >&6; }
14147 elif test "x$target" = "x$host"; then
14148 # We can use an host tool
14149 GOC_FOR_TARGET='$(GOC)'
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14151$as_echo "host tool" >&6; }
14152 else
14153 # We need a cross tool
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14155$as_echo "pre-installed" >&6; }
14156 fi
14157fi
14158
5213506e
RW
14159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14160$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 14161if test "x${build}" != "x${host}" ; then
e8b05380
PB
14162 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14163 # We already found the complete path
172e41aa 14164 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14166$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14167 else
14168 # Canadian cross, just use what we found
5213506e
RW
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14170$as_echo "pre-installed" >&6; }
e8b05380 14171 fi
2abefe3d
PB
14172else
14173 ok=yes
14174 case " ${configdirs} " in
14175 *" ld "*) ;;
14176 *) ok=no ;;
14177 esac
1c710c3c 14178
2abefe3d
PB
14179 if test $ok = yes; then
14180 # An in-tree tool is available and we can use it
14181 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14183$as_echo "just compiled" >&6; }
e8b05380
PB
14184 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14185 # We already found the complete path
172e41aa 14186 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14188$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14189 elif test "x$target" = "x$host"; then
14190 # We can use an host tool
14191 LD_FOR_TARGET='$(LD)'
5213506e
RW
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14193$as_echo "host tool" >&6; }
2abefe3d
PB
14194 else
14195 # We need a cross tool
5213506e
RW
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14197$as_echo "pre-installed" >&6; }
2abefe3d
PB
14198 fi
14199fi
0b0dc272 14200
5213506e
RW
14201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14202$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 14203if test "x${build}" != "x${host}" ; then
e8b05380
PB
14204 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14205 # We already found the complete path
172e41aa 14206 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14208$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14209 else
14210 # Canadian cross, just use what we found
5213506e
RW
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14212$as_echo "pre-installed" >&6; }
e8b05380 14213 fi
2abefe3d 14214else
e8b05380
PB
14215 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14216 # We already found the complete path
172e41aa 14217 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14219$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 14220 elif test "x$target" = "x$host"; then
2abefe3d
PB
14221 # We can use an host tool
14222 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14224$as_echo "host tool" >&6; }
2abefe3d
PB
14225 else
14226 # We need a cross tool
5213506e
RW
14227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14228$as_echo "pre-installed" >&6; }
2abefe3d
PB
14229 fi
14230fi
0b0dc272 14231
5213506e
RW
14232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14233$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 14234if test "x${build}" != "x${host}" ; then
e8b05380
PB
14235 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14236 # We already found the complete path
172e41aa 14237 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14239$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14240 else
14241 # Canadian cross, just use what we found
5213506e
RW
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14243$as_echo "pre-installed" >&6; }
e8b05380 14244 fi
2abefe3d
PB
14245else
14246 ok=yes
14247 case " ${configdirs} " in
14248 *" binutils "*) ;;
14249 *) ok=no ;;
14250 esac
1c710c3c 14251
2abefe3d
PB
14252 if test $ok = yes; then
14253 # An in-tree tool is available and we can use it
14254 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14256$as_echo "just compiled" >&6; }
e8b05380
PB
14257 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14258 # We already found the complete path
172e41aa 14259 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14261$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14262 elif test "x$target" = "x$host"; then
14263 # We can use an host tool
14264 NM_FOR_TARGET='$(NM)'
5213506e
RW
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14266$as_echo "host tool" >&6; }
2abefe3d
PB
14267 else
14268 # We need a cross tool
5213506e
RW
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14270$as_echo "pre-installed" >&6; }
2abefe3d
PB
14271 fi
14272fi
0b0dc272 14273
5213506e
RW
14274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14275$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 14276if test "x${build}" != "x${host}" ; then
e8b05380
PB
14277 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14278 # We already found the complete path
172e41aa 14279 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14281$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14282 else
14283 # Canadian cross, just use what we found
5213506e
RW
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14285$as_echo "pre-installed" >&6; }
e8b05380 14286 fi
2abefe3d
PB
14287else
14288 ok=yes
14289 case " ${configdirs} " in
14290 *" binutils "*) ;;
14291 *) ok=no ;;
14292 esac
1c710c3c 14293
2abefe3d
PB
14294 if test $ok = yes; then
14295 # An in-tree tool is available and we can use it
14296 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14298$as_echo "just compiled" >&6; }
e8b05380
PB
14299 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14300 # We already found the complete path
172e41aa 14301 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14303$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14304 elif test "x$target" = "x$host"; then
14305 # We can use an host tool
14306 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14308$as_echo "host tool" >&6; }
2abefe3d
PB
14309 else
14310 # We need a cross tool
5213506e
RW
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14312$as_echo "pre-installed" >&6; }
2abefe3d
PB
14313 fi
14314fi
0b0dc272 14315
5213506e
RW
14316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14317$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 14318if test "x${build}" != "x${host}" ; then
e8b05380
PB
14319 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14320 # We already found the complete path
172e41aa 14321 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14323$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14324 else
14325 # Canadian cross, just use what we found
5213506e
RW
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14327$as_echo "pre-installed" >&6; }
e8b05380 14328 fi
2abefe3d
PB
14329else
14330 ok=yes
14331 case " ${configdirs} " in
14332 *" binutils "*) ;;
14333 *) ok=no ;;
14334 esac
1c710c3c 14335
2abefe3d
PB
14336 if test $ok = yes; then
14337 # An in-tree tool is available and we can use it
14338 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14340$as_echo "just compiled" >&6; }
e8b05380
PB
14341 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14342 # We already found the complete path
172e41aa 14343 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14345$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14346 elif test "x$target" = "x$host"; then
14347 # We can use an host tool
14348 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
14349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14350$as_echo "host tool" >&6; }
2abefe3d
PB
14351 else
14352 # We need a cross tool
5213506e
RW
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14354$as_echo "pre-installed" >&6; }
2abefe3d
PB
14355 fi
14356fi
0b0dc272 14357
e7a82751
RM
14358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14359$as_echo_n "checking where to find the target readelf... " >&6; }
14360if test "x${build}" != "x${host}" ; then
14361 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14362 # We already found the complete path
14363 ac_dir=`dirname $READELF_FOR_TARGET`
14364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14365$as_echo "pre-installed in $ac_dir" >&6; }
14366 else
14367 # Canadian cross, just use what we found
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14369$as_echo "pre-installed" >&6; }
14370 fi
14371else
14372 ok=yes
14373 case " ${configdirs} " in
14374 *" binutils "*) ;;
14375 *) ok=no ;;
14376 esac
14377
14378 if test $ok = yes; then
14379 # An in-tree tool is available and we can use it
14380 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14382$as_echo "just compiled" >&6; }
14383 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14384 # We already found the complete path
14385 ac_dir=`dirname $READELF_FOR_TARGET`
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14387$as_echo "pre-installed in $ac_dir" >&6; }
14388 elif test "x$target" = "x$host"; then
14389 # We can use an host tool
14390 READELF_FOR_TARGET='$(READELF)'
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14392$as_echo "host tool" >&6; }
14393 else
14394 # We need a cross tool
14395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14396$as_echo "pre-installed" >&6; }
14397 fi
14398fi
14399
5213506e
RW
14400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14401$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14402if test "x${build}" != "x${host}" ; then
e8b05380
PB
14403 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14404 # We already found the complete path
172e41aa 14405 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14407$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14408 else
14409 # Canadian cross, just use what we found
5213506e
RW
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14411$as_echo "pre-installed" >&6; }
e8b05380 14412 fi
2abefe3d
PB
14413else
14414 ok=yes
14415 case " ${configdirs} " in
14416 *" binutils "*) ;;
14417 *) ok=no ;;
14418 esac
1c710c3c 14419
2abefe3d
PB
14420 if test $ok = yes; then
14421 # An in-tree tool is available and we can use it
455c8f48 14422 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14424$as_echo "just compiled" >&6; }
e8b05380
PB
14425 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14426 # We already found the complete path
172e41aa 14427 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14429$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14430 elif test "x$target" = "x$host"; then
14431 # We can use an host tool
14432 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14434$as_echo "host tool" >&6; }
2abefe3d
PB
14435 else
14436 # We need a cross tool
5213506e
RW
14437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14438$as_echo "pre-installed" >&6; }
2abefe3d
PB
14439 fi
14440fi
0b0dc272 14441
5213506e
RW
14442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14443$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14444if test "x${build}" != "x${host}" ; then
e8b05380
PB
14445 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14446 # We already found the complete path
172e41aa 14447 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14449$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14450 else
14451 # Canadian cross, just use what we found
5213506e
RW
14452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14453$as_echo "pre-installed" >&6; }
e8b05380 14454 fi
2abefe3d
PB
14455else
14456 ok=yes
14457 case " ${configdirs} " in
14458 *" binutils "*) ;;
14459 *) ok=no ;;
14460 esac
1c710c3c 14461
2abefe3d
PB
14462 if test $ok = yes; then
14463 # An in-tree tool is available and we can use it
14464 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14466$as_echo "just compiled" >&6; }
e8b05380
PB
14467 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14468 # We already found the complete path
172e41aa 14469 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14471$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14472 elif test "x$target" = "x$host"; then
14473 # We can use an host tool
14474 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14476$as_echo "host tool" >&6; }
2abefe3d
PB
14477 else
14478 # We need a cross tool
5213506e
RW
14479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14480$as_echo "pre-installed" >&6; }
2abefe3d 14481 fi
671aa708 14482fi
be912515 14483
5213506e
RW
14484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14485$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14486if test "x${build}" != "x${host}" ; then
14487 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14488 # We already found the complete path
14489 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14491$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14492 else
14493 # Canadian cross, just use what we found
5213506e
RW
14494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14495$as_echo "pre-installed" >&6; }
901119ae
KT
14496 fi
14497else
14498 ok=yes
14499 case " ${configdirs} " in
14500 *" binutils "*) ;;
14501 *) ok=no ;;
14502 esac
14503
14504 if test $ok = yes; then
14505 # An in-tree tool is available and we can use it
14506 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14508$as_echo "just compiled" >&6; }
901119ae
KT
14509 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14510 # We already found the complete path
14511 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14513$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14514 elif test "x$target" = "x$host"; then
14515 # We can use an host tool
14516 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14518$as_echo "host tool" >&6; }
901119ae
KT
14519 else
14520 # We need a cross tool
5213506e
RW
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14522$as_echo "pre-installed" >&6; }
901119ae
KT
14523 fi
14524fi
14525
be912515
NN
14526
14527
2abefe3d 14528
0b0dc272 14529
671aa708
NN
14530# Certain tools may need extra flags.
14531AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14532RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14533NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14534
2abefe3d
PB
14535# When building target libraries, except in a Canadian cross, we use
14536# the same toolchain as the compiler we just built.
14537COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14538COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14539COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14540if test $host = $build; then
14541 case " $configdirs " in
14542 *" gcc "*)
14543 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14544 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14545 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14546 ;;
14547 esac
14548fi
14549
14550
14551
14552
14553
5213506e
RW
14554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14555$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14556# Check whether --enable-maintainer-mode was given.
14557if test "${enable_maintainer_mode+set}" = set; then :
14558 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14559else
14560 USE_MAINTAINER_MODE=no
5213506e
RW
14561fi
14562
14563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14564$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14565
14566
14567if test "$USE_MAINTAINER_MODE" = yes; then
14568 MAINTAINER_MODE_TRUE=
14569 MAINTAINER_MODE_FALSE='#'
14570else
14571 MAINTAINER_MODE_TRUE='#'
14572 MAINTAINER_MODE_FALSE=
1c710c3c 14573fi
ee03dc5e
AO
14574MAINT=$MAINTAINER_MODE_TRUE
14575
2805b53a
NN
14576# ---------------------
14577# GCC bootstrap support
14578# ---------------------
14579
14580# Stage specific cflags for build.
14581stage1_cflags="-g"
14582case $build in
14583 vax-*-*)
14584 case ${GCC} in
14585 yes) stage1_cflags="-g -Wa,-J" ;;
14586 *) stage1_cflags="-g -J" ;;
14587 esac ;;
2805b53a
NN
14588esac
14589
0b50988a 14590
2805b53a 14591
8efea775 14592# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14593# Check whether --enable-stage1-checking was given.
14594if test "${enable_stage1_checking+set}" = set; then :
14595 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14596else
e643dc23 14597 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 14598 stage1_checking=--enable-checking=yes,types
8efea775 14599else
e643dc23 14600 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14601fi
5213506e 14602fi
8efea775
PB
14603
14604
2aeb72e9 14605
5213506e
RW
14606# Enable -Werror in bootstrap stage2 and later.
14607# Check whether --enable-werror was given.
14608if test "${enable_werror+set}" = set; then :
14609 enableval=$enable_werror;
2805b53a 14610else
416cfb5e 14611 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14612 enable_werror=yes
88fceb68
PB
14613else
14614 enable_werror=no
14615fi
5213506e
RW
14616fi
14617
09a9c095
NN
14618case ${enable_werror} in
14619 yes) stage2_werror_flag="--enable-werror-always" ;;
14620 *) stage2_werror_flag="" ;;
2805b53a
NN
14621esac
14622
14623
459260ec
DM
14624# Enable --enable-host-shared.
14625# Check whether --enable-host-shared was given.
14626if test "${enable_host_shared+set}" = set; then :
14627 enableval=$enable_host_shared; host_shared=$enableval
14628else
14629 host_shared=no
14630fi
14631
14632
14633
f2689b09
SE
14634# Specify what files to not compare during bootstrap.
14635
14636compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14637case "$target" in
14638 hppa*64*-*-hpux*) ;;
14639 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
d91491e5 14640 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
f2689b09
SE
14641esac
14642
14643
5213506e
RW
14644ac_config_files="$ac_config_files Makefile"
14645
1c710c3c 14646cat >confcache <<\_ACEOF
671aa708
NN
14647# This file is a shell script that caches the results of configure
14648# tests run on this system so they can be shared between configure
1c710c3c
DJ
14649# scripts and configure runs, see configure's option --config-cache.
14650# It is not useful on other systems. If it contains results you don't
14651# want to keep, you may remove or edit it.
671aa708 14652#
1c710c3c
DJ
14653# config.status only pays attention to the cache file if you give it
14654# the --recheck option to rerun configure.
671aa708 14655#
1c710c3c
DJ
14656# `ac_cv_env_foo' variables (set or unset) will be overridden when
14657# loading this file, other *unset* `ac_cv_foo' will be assigned the
14658# following values.
14659
14660_ACEOF
14661
671aa708
NN
14662# The following way of writing the cache mishandles newlines in values,
14663# but we know of no workaround that is simple, portable, and efficient.
5213506e 14664# So, we kill variables containing newlines.
671aa708
NN
14665# Ultrix sh set writes to stderr and can't be redirected directly,
14666# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14667(
14668 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14669 eval ac_val=\$$ac_var
14670 case $ac_val in #(
14671 *${as_nl}*)
14672 case $ac_var in #(
14673 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14674$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14675 esac
14676 case $ac_var in #(
14677 _ | IFS | as_nl) ;; #(
14678 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14679 *) { eval $ac_var=; unset $ac_var;} ;;
14680 esac ;;
14681 esac
14682 done
14683
1c710c3c 14684 (set) 2>&1 |
5213506e
RW
14685 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14686 *${as_nl}ac_space=\ *)
14687 # `set' does not quote correctly, so add quotes: double-quote
14688 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14689 sed -n \
14690 "s/'/'\\\\''/g;
14691 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14692 ;; #(
1c710c3c
DJ
14693 *)
14694 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14695 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14696 ;;
5213506e
RW
14697 esac |
14698 sort
14699) |
1c710c3c 14700 sed '
5213506e 14701 /^ac_cv_env_/b end
1c710c3c 14702 t clear
5213506e 14703 :clear
1c710c3c
DJ
14704 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14705 t end
5213506e
RW
14706 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14707 :end' >>confcache
14708if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14709 if test -w "$cache_file"; then
14710 test "x$cache_file" != "x/dev/null" &&
14711 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14712$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14713 cat confcache >$cache_file
671aa708 14714 else
5213506e
RW
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14716$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14717 fi
4977bab6 14718fi
671aa708 14719rm -f confcache
79c06341 14720
671aa708
NN
14721test "x$prefix" = xNONE && prefix=$ac_default_prefix
14722# Let make expand exec_prefix.
14723test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14724
671aa708
NN
14725# Transform confdefs.h into DEFS.
14726# Protect against shell expansion while executing Makefile rules.
14727# Protect against Makefile macro expansion.
1c710c3c
DJ
14728#
14729# If the first sed substitution is executed (which looks for macros that
5213506e 14730# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14731# look for a macro that doesn't take arguments.
5213506e
RW
14732ac_script='
14733:mline
14734/\\$/{
14735 N
14736 s,\\\n,,
14737 b mline
14738}
1c710c3c 14739t clear
5213506e
RW
14740:clear
14741s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14742t quote
5213506e 14743s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14744t quote
5213506e
RW
14745b any
14746:quote
14747s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14748s/\[/\\&/g
14749s/\]/\\&/g
14750s/\$/$$/g
14751H
14752:any
14753${
14754 g
14755 s/^\n//
14756 s/\n/ /g
14757 p
14758}
14759'
14760DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14761
14762
14763ac_libobjs=
14764ac_ltlibobjs=
14765for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14766 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14767 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14768 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14769 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14770 # will be set to the directory where LIBOBJS objects are built.
14771 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14772 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
14773done
14774LIBOBJS=$ac_libobjs
fb0103e5 14775
1c710c3c 14776LTLIBOBJS=$ac_ltlibobjs
0b0dc272 14777
af71363e 14778
1c710c3c
DJ
14779
14780: ${CONFIG_STATUS=./config.status}
5213506e 14781ac_write_fail=0
1c710c3c
DJ
14782ac_clean_files_save=$ac_clean_files
14783ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
14784{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14785$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14786as_write_fail=0
14787cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
14788#! $SHELL
14789# Generated by $as_me.
671aa708 14790# Run this file to recreate the current configuration.
671aa708 14791# Compiler output produced by configure, useful for debugging
1c710c3c 14792# configure, is in config.log if it exists.
0b0dc272 14793
1c710c3c
DJ
14794debug=false
14795ac_cs_recheck=false
14796ac_cs_silent=false
1c710c3c 14797
5213506e
RW
14798SHELL=\${CONFIG_SHELL-$SHELL}
14799export SHELL
14800_ASEOF
14801cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14802## -------------------- ##
14803## M4sh Initialization. ##
14804## -------------------- ##
14805
14806# Be more Bourne compatible
14807DUALCASE=1; export DUALCASE # for MKS sh
14808if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
14809 emulate sh
14810 NULLCMD=:
5213506e 14811 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
14812 # is contrary to our usage. Disable this feature.
14813 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
14814 setopt NO_GLOB_SUBST
14815else
14816 case `(set -o) 2>/dev/null` in #(
14817 *posix*) :
14818 set -o posix ;; #(
14819 *) :
14820 ;;
14821esac
1c710c3c 14822fi
1c710c3c 14823
5213506e
RW
14824
14825as_nl='
14826'
14827export as_nl
14828# Printing a long string crashes Solaris 7 /usr/bin/printf.
14829as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14830as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14831as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14832# Prefer a ksh shell builtin over an external printf program on Solaris,
14833# but without wasting forks for bash or zsh.
14834if test -z "$BASH_VERSION$ZSH_VERSION" \
14835 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14836 as_echo='print -r --'
14837 as_echo_n='print -rn --'
14838elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14839 as_echo='printf %s\n'
14840 as_echo_n='printf %s'
14841else
14842 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14843 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14844 as_echo_n='/usr/ucb/echo -n'
14845 else
14846 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14847 as_echo_n_body='eval
14848 arg=$1;
14849 case $arg in #(
14850 *"$as_nl"*)
14851 expr "X$arg" : "X\\(.*\\)$as_nl";
14852 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14853 esac;
14854 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14855 '
14856 export as_echo_n_body
14857 as_echo_n='sh -c $as_echo_n_body as_echo'
14858 fi
14859 export as_echo_body
14860 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
14861fi
14862
5213506e
RW
14863# The user is always right.
14864if test "${PATH_SEPARATOR+set}" != set; then
14865 PATH_SEPARATOR=:
14866 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14867 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14868 PATH_SEPARATOR=';'
14869 }
14870fi
14871
14872
14873# IFS
14874# We need space, tab and new line, in precisely that order. Quoting is
14875# there to prevent editors from complaining about space-tab.
14876# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14877# splitting by setting IFS to empty value.)
14878IFS=" "" $as_nl"
14879
14880# Find who we are. Look in the path if we contain no directory separator.
14881case $0 in #((
14882 *[\\/]* ) as_myself=$0 ;;
14883 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14884for as_dir in $PATH
14885do
14886 IFS=$as_save_IFS
14887 test -z "$as_dir" && as_dir=.
14888 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14889 done
14890IFS=$as_save_IFS
14891
14892 ;;
14893esac
14894# We did not find ourselves, most probably we were run as `sh COMMAND'
14895# in which case we are not to be found in the path.
14896if test "x$as_myself" = x; then
14897 as_myself=$0
14898fi
14899if test ! -f "$as_myself"; then
14900 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14901 exit 1
14902fi
1c710c3c 14903
5213506e
RW
14904# Unset variables that we do not need and which cause bugs (e.g. in
14905# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14906# suppresses any "Segmentation fault" message there. '((' could
14907# trigger a bug in pdksh 5.2.14.
14908for as_var in BASH_ENV ENV MAIL MAILPATH
14909do eval test x\${$as_var+set} = xset \
14910 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14911done
1c710c3c
DJ
14912PS1='$ '
14913PS2='> '
14914PS4='+ '
14915
14916# NLS nuisances.
5213506e
RW
14917LC_ALL=C
14918export LC_ALL
14919LANGUAGE=C
14920export LANGUAGE
14921
14922# CDPATH.
14923(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14924
14925
14926# as_fn_error ERROR [LINENO LOG_FD]
14927# ---------------------------------
14928# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14929# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14930# script with status $?, using 1 if that was 0.
14931as_fn_error ()
14932{
14933 as_status=$?; test $as_status -eq 0 && as_status=1
14934 if test "$3"; then
14935 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14936 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 14937 fi
5213506e
RW
14938 $as_echo "$as_me: error: $1" >&2
14939 as_fn_exit $as_status
14940} # as_fn_error
14941
14942
14943# as_fn_set_status STATUS
14944# -----------------------
14945# Set $? to STATUS, without forking.
14946as_fn_set_status ()
14947{
14948 return $1
14949} # as_fn_set_status
14950
14951# as_fn_exit STATUS
14952# -----------------
14953# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14954as_fn_exit ()
14955{
14956 set +e
14957 as_fn_set_status $1
14958 exit $1
14959} # as_fn_exit
14960
14961# as_fn_unset VAR
14962# ---------------
14963# Portably unset VAR.
14964as_fn_unset ()
14965{
14966 { eval $1=; unset $1;}
14967}
14968as_unset=as_fn_unset
14969# as_fn_append VAR VALUE
14970# ----------------------
14971# Append the text in VALUE to the end of the definition contained in VAR. Take
14972# advantage of any shell optimizations that allow amortized linear growth over
14973# repeated appends, instead of the typical quadratic growth present in naive
14974# implementations.
14975if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14976 eval 'as_fn_append ()
14977 {
14978 eval $1+=\$2
14979 }'
14980else
14981 as_fn_append ()
14982 {
14983 eval $1=\$$1\$2
14984 }
14985fi # as_fn_append
14986
14987# as_fn_arith ARG...
14988# ------------------
14989# Perform arithmetic evaluation on the ARGs, and store the result in the
14990# global $as_val. Take advantage of shells that can avoid forks. The arguments
14991# must be portable across $(()) and expr.
14992if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14993 eval 'as_fn_arith ()
14994 {
14995 as_val=$(( $* ))
14996 }'
14997else
14998 as_fn_arith ()
14999 {
15000 as_val=`expr "$@" || test $? -eq 1`
15001 }
15002fi # as_fn_arith
15003
1c710c3c 15004
5213506e
RW
15005if expr a : '\(a\)' >/dev/null 2>&1 &&
15006 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
15007 as_expr=expr
15008else
15009 as_expr=false
15010fi
15011
5213506e 15012if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
15013 as_basename=basename
15014else
15015 as_basename=false
15016fi
15017
5213506e
RW
15018if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15019 as_dirname=dirname
15020else
15021 as_dirname=false
15022fi
1c710c3c 15023
5213506e 15024as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
15025$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15026 X"$0" : 'X\(//\)$' \| \
5213506e
RW
15027 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15028$as_echo X/"$0" |
15029 sed '/^.*\/\([^/][^/]*\)\/*$/{
15030 s//\1/
15031 q
15032 }
15033 /^X\/\(\/\/\)$/{
15034 s//\1/
15035 q
15036 }
15037 /^X\/\(\/\).*/{
15038 s//\1/
15039 q
15040 }
15041 s/.*/./; q'`
2aeb72e9 15042
2aeb72e9
DD
15043# Avoid depending upon Character Ranges.
15044as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15045as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15046as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15047as_cr_digits='0123456789'
15048as_cr_alnum=$as_cr_Letters$as_cr_digits
15049
5213506e
RW
15050ECHO_C= ECHO_N= ECHO_T=
15051case `echo -n x` in #(((((
15052-n*)
15053 case `echo 'xy\c'` in
15054 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15055 xy) ECHO_C='\c';;
15056 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15057 ECHO_T=' ';;
15058 esac;;
15059*)
15060 ECHO_N='-n';;
1c710c3c
DJ
15061esac
15062
5213506e
RW
15063rm -f conf$$ conf$$.exe conf$$.file
15064if test -d conf$$.dir; then
15065 rm -f conf$$.dir/conf$$.file
1c710c3c 15066else
5213506e
RW
15067 rm -f conf$$.dir
15068 mkdir conf$$.dir 2>/dev/null
1c710c3c 15069fi
5213506e
RW
15070if (echo >conf$$.file) 2>/dev/null; then
15071 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 15072 as_ln_s='ln -s'
5213506e
RW
15073 # ... but there are two gotchas:
15074 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15075 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15076 # In both cases, we have to default to `cp -p'.
15077 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15078 as_ln_s='cp -p'
15079 elif ln conf$$.file conf$$ 2>/dev/null; then
15080 as_ln_s=ln
15081 else
15082 as_ln_s='cp -p'
2aeb72e9 15083 fi
1c710c3c
DJ
15084else
15085 as_ln_s='cp -p'
15086fi
5213506e
RW
15087rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15088rmdir conf$$.dir 2>/dev/null
15089
15090
15091# as_fn_mkdir_p
15092# -------------
15093# Create "$as_dir" as a directory, including parents if necessary.
15094as_fn_mkdir_p ()
15095{
15096
15097 case $as_dir in #(
15098 -*) as_dir=./$as_dir;;
15099 esac
15100 test -d "$as_dir" || eval $as_mkdir_p || {
15101 as_dirs=
15102 while :; do
15103 case $as_dir in #(
15104 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15105 *) as_qdir=$as_dir;;
15106 esac
15107 as_dirs="'$as_qdir' $as_dirs"
15108 as_dir=`$as_dirname -- "$as_dir" ||
15109$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15110 X"$as_dir" : 'X\(//\)[^/]' \| \
15111 X"$as_dir" : 'X\(//\)$' \| \
15112 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15113$as_echo X"$as_dir" |
15114 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15115 s//\1/
15116 q
15117 }
15118 /^X\(\/\/\)[^/].*/{
15119 s//\1/
15120 q
15121 }
15122 /^X\(\/\/\)$/{
15123 s//\1/
15124 q
15125 }
15126 /^X\(\/\).*/{
15127 s//\1/
15128 q
15129 }
15130 s/.*/./; q'`
15131 test -d "$as_dir" && break
15132 done
15133 test -z "$as_dirs" || eval "mkdir $as_dirs"
15134 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15135
1c710c3c 15136
5213506e 15137} # as_fn_mkdir_p
1c710c3c 15138if mkdir -p . 2>/dev/null; then
5213506e 15139 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
15140else
15141 test -d ./-p && rmdir ./-p
15142 as_mkdir_p=false
15143fi
15144
5213506e
RW
15145if test -x / >/dev/null 2>&1; then
15146 as_test_x='test -x'
15147else
15148 if ls -dL / >/dev/null 2>&1; then
15149 as_ls_L_option=L
15150 else
15151 as_ls_L_option=
15152 fi
15153 as_test_x='
15154 eval sh -c '\''
15155 if test -d "$1"; then
15156 test -d "$1/.";
15157 else
15158 case $1 in #(
15159 -*)set "./$1";;
15160 esac;
15161 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15162 ???[sx]*):;;*)false;;esac;fi
15163 '\'' sh
15164 '
15165fi
15166as_executable_p=$as_test_x
1c710c3c
DJ
15167
15168# Sed expression to map a string onto a valid CPP name.
15169as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15170
15171# Sed expression to map a string onto a valid variable name.
15172as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15173
15174
1c710c3c 15175exec 6>&1
5213506e
RW
15176## ----------------------------------- ##
15177## Main body of $CONFIG_STATUS script. ##
15178## ----------------------------------- ##
15179_ASEOF
15180test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15181
15182cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15183# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 15184# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
15185# values after options handling.
15186ac_log="
1c710c3c 15187This file was extended by $as_me, which was
5213506e 15188generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
15189
15190 CONFIG_FILES = $CONFIG_FILES
15191 CONFIG_HEADERS = $CONFIG_HEADERS
15192 CONFIG_LINKS = $CONFIG_LINKS
15193 CONFIG_COMMANDS = $CONFIG_COMMANDS
15194 $ $0 $@
15195
5213506e
RW
15196on `(hostname || uname -n) 2>/dev/null | sed 1q`
15197"
15198
1c710c3c
DJ
15199_ACEOF
15200
5213506e
RW
15201case $ac_config_files in *"
15202"*) set x $ac_config_files; shift; ac_config_files=$*;;
15203esac
1c710c3c 15204
2aeb72e9 15205
2aeb72e9 15206
5213506e
RW
15207cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15208# Files that config.status was made for.
15209config_files="$ac_config_files"
1c710c3c 15210
5213506e 15211_ACEOF
2aeb72e9 15212
5213506e 15213cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 15214ac_cs_usage="\
5213506e
RW
15215\`$as_me' instantiates files and other configuration actions
15216from templates according to the current configuration. Unless the files
15217and actions are specified as TAGs, all are instantiated by default.
1c710c3c 15218
5213506e 15219Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
15220
15221 -h, --help print this help, then exit
5213506e
RW
15222 -V, --version print version number and configuration settings, then exit
15223 -q, --quiet, --silent
15224 do not print progress messages
1c710c3c
DJ
15225 -d, --debug don't remove temporary files
15226 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
15227 --file=FILE[:TEMPLATE]
15228 instantiate the configuration file FILE
1c710c3c
DJ
15229
15230Configuration files:
15231$config_files
15232
5213506e 15233Report bugs to the package provider."
2aeb72e9 15234
5213506e
RW
15235_ACEOF
15236cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
15237ac_cs_version="\\
15238config.status
5213506e
RW
15239configured by $0, generated by GNU Autoconf 2.64,
15240 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 15241
5213506e 15242Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
15243This config.status script is free software; the Free Software Foundation
15244gives unlimited permission to copy, distribute and modify it."
5213506e
RW
15245
15246ac_pwd='$ac_pwd'
15247srcdir='$srcdir'
15248INSTALL='$INSTALL'
87264276 15249AWK='$AWK'
5213506e 15250test -n "\$AWK" || AWK=awk
1c710c3c
DJ
15251_ACEOF
15252
5213506e
RW
15253cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15254# The default lists apply if the user does not specify any file.
1c710c3c
DJ
15255ac_need_defaults=:
15256while test $# != 0
a4b9e93e 15257do
1c710c3c
DJ
15258 case $1 in
15259 --*=*)
5213506e
RW
15260 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15261 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
15262 ac_shift=:
15263 ;;
5213506e 15264 *)
1c710c3c
DJ
15265 ac_option=$1
15266 ac_optarg=$2
15267 ac_shift=shift
15268 ;;
1c710c3c
DJ
15269 esac
15270
15271 case $ac_option in
15272 # Handling of the options.
671aa708 15273 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 15274 ac_cs_recheck=: ;;
5213506e
RW
15275 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15276 $as_echo "$ac_cs_version"; exit ;;
15277 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
15278 debug=: ;;
15279 --file | --fil | --fi | --f )
15280 $ac_shift
5213506e
RW
15281 case $ac_optarg in
15282 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15283 esac
15284 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 15285 ac_need_defaults=false;;
5213506e
RW
15286 --he | --h | --help | --hel | -h )
15287 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
15288 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15289 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15290 ac_cs_silent=: ;;
15291
15292 # This is an error.
5213506e
RW
15293 -*) as_fn_error "unrecognized option: \`$1'
15294Try \`$0 --help' for more information." ;;
1c710c3c 15295
5213506e
RW
15296 *) as_fn_append ac_config_targets " $1"
15297 ac_need_defaults=false ;;
1c710c3c 15298
0b0dc272 15299 esac
1c710c3c 15300 shift
0b0dc272
AM
15301done
15302
1c710c3c 15303ac_configure_extra_args=
0b0dc272 15304
1c710c3c
DJ
15305if $ac_cs_silent; then
15306 exec 6>/dev/null
15307 ac_configure_extra_args="$ac_configure_extra_args --silent"
15308fi
0b0dc272 15309
1c710c3c 15310_ACEOF
5213506e 15311cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 15312if \$ac_cs_recheck; then
5213506e
RW
15313 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15314 shift
15315 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15316 CONFIG_SHELL='$SHELL'
15317 export CONFIG_SHELL
15318 exec "\$@"
1c710c3c
DJ
15319fi
15320
15321_ACEOF
5213506e
RW
15322cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15323exec 5>>config.log
15324{
15325 echo
15326 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15327## Running $as_me. ##
15328_ASBOX
15329 $as_echo "$ac_log"
15330} >&5
1c710c3c 15331
5213506e
RW
15332_ACEOF
15333cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
15334#
15335# INIT-COMMANDS
15336#
15337extrasub_build="$extrasub_build"
15338 extrasub_host="$extrasub_host"
15339 extrasub_target="$extrasub_target"
15340
5213506e 15341_ACEOF
1c710c3c 15342
5213506e 15343cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 15344
5213506e 15345# Handling of arguments.
1c710c3c
DJ
15346for ac_config_target in $ac_config_targets
15347do
5213506e
RW
15348 case $ac_config_target in
15349 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15350
15351 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
15352 esac
15353done
15354
5213506e 15355
1c710c3c
DJ
15356# If the user did not use the arguments to specify the items to instantiate,
15357# then the envvar interface is used. Set only those that are not.
15358# We use the long form for the default assignment because of an extremely
15359# bizarre bug on SunOS 4.1.3.
15360if $ac_need_defaults; then
15361 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15362fi
15363
15364# Have a temporary directory for convenience. Make it in the build tree
5213506e 15365# simply because there is no reason against having it here, and in addition,
1c710c3c 15366# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
15367# Hook for its removal unless debugging.
15368# Note that there is a small window in which the directory will not be cleaned:
15369# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
15370$debug ||
15371{
5213506e
RW
15372 tmp=
15373 trap 'exit_status=$?
15374 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15375' 0
15376 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 15377}
1c710c3c
DJ
15378# Create a (secure) tmp directory for tmp files.
15379
15380{
5213506e 15381 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
15382 test -n "$tmp" && test -d "$tmp"
15383} ||
15384{
5213506e
RW
15385 tmp=./conf$$-$RANDOM
15386 (umask 077 && mkdir "$tmp")
15387} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15388
15389# Set up the scripts for CONFIG_FILES section.
15390# No need to generate them if there are no CONFIG_FILES.
15391# This happens for instance with `./config.status config.h'.
15392if test -n "$CONFIG_FILES"; then
15393
15394if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15395 ac_cs_awk_getline=:
15396 ac_cs_awk_pipe_init=
15397 ac_cs_awk_read_file='
15398 while ((getline aline < (F[key])) > 0)
15399 print(aline)
15400 close(F[key])'
15401 ac_cs_awk_pipe_fini=
15402else
15403 ac_cs_awk_getline=false
15404 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15405 ac_cs_awk_read_file='
15406 print "|#_!!_#|"
15407 print "cat " F[key] " &&"
15408 '$ac_cs_awk_pipe_init
15409 # The final `:' finishes the AND list.
15410 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15411fi
15412ac_cr=`echo X | tr X '\015'`
15413# On cygwin, bash can eat \r inside `` if the user requested igncr.
15414# But we know of no other shell where ac_cr would be empty at this
15415# point, so we can use a bashism as a fallback.
15416if test "x$ac_cr" = x; then
15417 eval ac_cr=\$\'\\r\'
15418fi
15419ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15420if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15421 ac_cs_awk_cr='\r'
15422else
15423 ac_cs_awk_cr=$ac_cr
15424fi
15425
15426echo 'BEGIN {' >"$tmp/subs1.awk" &&
15427_ACEOF
15428
15429# Create commands to substitute file output variables.
1c710c3c 15430{
5213506e
RW
15431 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15432 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15433 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15434 echo "_ACAWK" &&
15435 echo "_ACEOF"
15436} >conf$$files.sh &&
15437. ./conf$$files.sh ||
15438 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15439rm -f conf$$files.sh
1c710c3c 15440
5213506e
RW
15441{
15442 echo "cat >conf$$subs.awk <<_ACEOF" &&
15443 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15444 echo "_ACEOF"
15445} >conf$$subs.sh ||
15446 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15447ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15448ac_delim='%!_!# '
15449for ac_last_try in false false false false false :; do
15450 . ./conf$$subs.sh ||
15451 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15452
15453 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15454 if test $ac_delim_n = $ac_delim_num; then
15455 break
15456 elif $ac_last_try; then
15457 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15458 else
15459 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15460 fi
15461done
15462rm -f conf$$subs.sh
15463
15464cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15465cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15466_ACEOF
5213506e
RW
15467sed -n '
15468h
15469s/^/S["/; s/!.*/"]=/
15470p
15471g
15472s/^[^!]*!//
15473:repl
15474t repl
15475s/'"$ac_delim"'$//
15476t delim
15477:nl
15478h
15479s/\(.\{148\}\).*/\1/
15480t more1
15481s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15482p
15483n
15484b repl
15485:more1
15486s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15487p
15488g
15489s/.\{148\}//
15490t nl
15491:delim
15492h
15493s/\(.\{148\}\).*/\1/
15494t more2
15495s/["\\]/\\&/g; s/^/"/; s/$/"/
15496p
15497b
15498:more2
15499s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15500p
15501g
15502s/.\{148\}//
15503t delim
15504' <conf$$subs.awk | sed '
15505/^[^""]/{
15506 N
15507 s/\n//
15508}
15509' >>$CONFIG_STATUS || ac_write_fail=1
15510rm -f conf$$subs.awk
15511cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15512_ACAWK
15513cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15514 for (key in S) S_is_set[key] = 1
15515 FS = "\a"
15516 \$ac_cs_awk_pipe_init
15517}
15518{
15519 line = $ 0
15520 nfields = split(line, field, "@")
15521 substed = 0
15522 len = length(field[1])
15523 for (i = 2; i < nfields; i++) {
15524 key = field[i]
15525 keylen = length(key)
15526 if (S_is_set[key]) {
15527 value = S[key]
15528 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15529 len += length(value) + length(field[++i])
15530 substed = 1
15531 } else
15532 len += 1 + keylen
15533 }
15534 if (nfields == 3 && !substed) {
15535 key = field[2]
15536 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15537 \$ac_cs_awk_read_file
15538 next
15539 }
15540 }
15541 print line
15542}
15543\$ac_cs_awk_pipe_fini
15544_ACAWK
15545_ACEOF
15546cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15547if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15548 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15549else
15550 cat
15551fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15552 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15553_ACEOF
15554
15555# VPATH may cause trouble with some makes, so we remove $(srcdir),
15556# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15557# trailing colons and then remove the whole line if VPATH becomes empty
15558# (actually we leave an empty line to preserve line numbers).
15559if test "x$srcdir" = x.; then
15560 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15561s/:*\$(srcdir):*/:/
15562s/:*\${srcdir}:*/:/
15563s/:*@srcdir@:*/:/
15564s/^\([^=]*=[ ]*\):*/\1/
15565s/:*$//
15566s/^[^=]*=[ ]*$//
15567}'
15568fi
2aeb72e9 15569
5213506e
RW
15570cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15571fi # test -n "$CONFIG_FILES"
2aeb72e9 15572
1c710c3c 15573
5213506e
RW
15574eval set X " :F $CONFIG_FILES "
15575shift
15576for ac_tag
15577do
15578 case $ac_tag in
15579 :[FHLC]) ac_mode=$ac_tag; continue;;
15580 esac
15581 case $ac_mode$ac_tag in
15582 :[FHL]*:*);;
15583 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15584 :[FH]-) ac_tag=-:-;;
15585 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15586 esac
15587 ac_save_IFS=$IFS
15588 IFS=:
15589 set x $ac_tag
15590 IFS=$ac_save_IFS
15591 shift
15592 ac_file=$1
15593 shift
79c06341 15594
5213506e
RW
15595 case $ac_mode in
15596 :L) ac_source=$1;;
15597 :[FH])
15598 ac_file_inputs=
15599 for ac_f
15600 do
15601 case $ac_f in
15602 -) ac_f="$tmp/stdin";;
15603 *) # Look for the file first in the build tree, then in the source tree
15604 # (if the path is not absolute). The absolute path cannot be DOS-style,
15605 # because $ac_f cannot contain `:'.
15606 test -f "$ac_f" ||
15607 case $ac_f in
15608 [\\/$]*) false;;
15609 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15610 esac ||
15611 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15612 esac
15613 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15614 as_fn_append ac_file_inputs " '$ac_f'"
15615 done
1c710c3c 15616
5213506e
RW
15617 # Let's still pretend it is `configure' which instantiates (i.e., don't
15618 # use $as_me), people would be surprised to read:
15619 # /* config.h. Generated by config.status. */
15620 configure_input='Generated from '`
15621 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15622 `' by configure.'
15623 if test x"$ac_file" != x-; then
15624 configure_input="$ac_file. $configure_input"
15625 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15626$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15627 fi
5213506e
RW
15628 # Neutralize special characters interpreted by sed in replacement strings.
15629 case $configure_input in #(
15630 *\&* | *\|* | *\\* )
15631 ac_sed_conf_input=`$as_echo "$configure_input" |
15632 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15633 *) ac_sed_conf_input=$configure_input;;
15634 esac
11a67599 15635
5213506e
RW
15636 case $ac_tag in
15637 *:-:* | *:-) cat >"$tmp/stdin" \
15638 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15639 esac
15640 ;;
11a67599
ZW
15641 esac
15642
5213506e 15643 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15644$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15645 X"$ac_file" : 'X\(//\)[^/]' \| \
15646 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15647 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15648$as_echo X"$ac_file" |
15649 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15650 s//\1/
15651 q
15652 }
15653 /^X\(\/\/\)[^/].*/{
15654 s//\1/
15655 q
15656 }
15657 /^X\(\/\/\)$/{
15658 s//\1/
15659 q
15660 }
15661 /^X\(\/\).*/{
15662 s//\1/
15663 q
15664 }
15665 s/.*/./; q'`
15666 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15667 ac_builddir=.
0b0dc272 15668
5213506e
RW
15669case "$ac_dir" in
15670.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15671*)
15672 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15673 # A ".." for each directory in $ac_dir_suffix.
15674 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15675 case $ac_top_builddir_sub in
15676 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15677 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15678 esac ;;
15679esac
15680ac_abs_top_builddir=$ac_pwd
15681ac_abs_builddir=$ac_pwd$ac_dir_suffix
15682# for backward compatibility:
15683ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15684
15685case $srcdir in
5213506e 15686 .) # We are building in place.
1c710c3c 15687 ac_srcdir=.
5213506e
RW
15688 ac_top_srcdir=$ac_top_builddir_sub
15689 ac_abs_top_srcdir=$ac_pwd ;;
15690 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15691 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15692 ac_top_srcdir=$srcdir
15693 ac_abs_top_srcdir=$srcdir ;;
15694 *) # Relative name.
15695 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15696 ac_top_srcdir=$ac_top_build_prefix$srcdir
15697 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15698esac
5213506e 15699ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15700
0b0dc272 15701
5213506e
RW
15702 case $ac_mode in
15703 :F)
15704 #
15705 # CONFIG_FILE
15706 #
1c710c3c
DJ
15707
15708 case $INSTALL in
15709 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15710 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15711 esac
5213506e 15712_ACEOF
11a67599 15713
5213506e
RW
15714cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15715# If the template does not know about datarootdir, expand it.
15716# FIXME: This hack should be removed a few years after 2.60.
15717ac_datarootdir_hack=; ac_datarootdir_seen=
15718ac_sed_dataroot='
15719/datarootdir/ {
15720 p
15721 q
15722}
15723/@datadir@/p
15724/@docdir@/p
15725/@infodir@/p
15726/@localedir@/p
15727/@mandir@/p'
15728case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15729*datarootdir*) ac_datarootdir_seen=yes;;
15730*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15732$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15733_ACEOF
5213506e
RW
15734cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15735 ac_datarootdir_hack='
15736 s&@datadir@&$datadir&g
15737 s&@docdir@&$docdir&g
15738 s&@infodir@&$infodir&g
15739 s&@localedir@&$localedir&g
15740 s&@mandir@&$mandir&g
15741 s&\\\${datarootdir}&$datarootdir&g' ;;
15742esac
15743_ACEOF
15744
15745# Neutralize VPATH when `$srcdir' = `.'.
15746# Shell code in configure.ac might set extrasub.
15747# FIXME: do we really want to maintain this feature?
15748cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15749ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15750$extrasub
15751_ACEOF
5213506e 15752cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15753:t
15754/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15755s|@configure_input@|$ac_sed_conf_input|;t t
15756s&@top_builddir@&$ac_top_builddir_sub&;t t
15757s&@top_build_prefix@&$ac_top_build_prefix&;t t
15758s&@srcdir@&$ac_srcdir&;t t
15759s&@abs_srcdir@&$ac_abs_srcdir&;t t
15760s&@top_srcdir@&$ac_top_srcdir&;t t
15761s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15762s&@builddir@&$ac_builddir&;t t
15763s&@abs_builddir@&$ac_abs_builddir&;t t
15764s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15765s&@INSTALL@&$ac_INSTALL&;t t
15766$ac_datarootdir_hack
15767"
15768eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15769if $ac_cs_awk_getline; then
15770 $AWK -f "$tmp/subs.awk"
15771else
15772 $AWK -f "$tmp/subs.awk" | $SHELL
15773fi >$tmp/out \
15774 || as_fn_error "could not create $ac_file" "$LINENO" 5
15775
15776test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15777 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15778 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15780which seems to be undefined. Please make sure it is defined." >&5
15781$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15782which seems to be undefined. Please make sure it is defined." >&2;}
15783
15784 rm -f "$tmp/stdin"
15785 case $ac_file in
15786 -) cat "$tmp/out" && rm -f "$tmp/out";;
15787 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15788 esac \
15789 || as_fn_error "could not create $ac_file" "$LINENO" 5
15790 ;;
11a67599 15791
11a67599 15792
79c06341 15793
5213506e
RW
15794 esac
15795
3e54529c
RW
15796
15797 case $ac_file$ac_mode in
15798 "Makefile":F) sed "$extrasub_build" Makefile |
15799 sed "$extrasub_host" |
15800 sed "$extrasub_target" > mf$$
15801 mv -f mf$$ Makefile ;;
15802
15803 esac
5213506e
RW
15804done # for ac_tag
15805
15806
15807as_fn_exit 0
1c710c3c 15808_ACEOF
1c710c3c
DJ
15809ac_clean_files=$ac_clean_files_save
15810
5213506e
RW
15811test $ac_write_fail = 0 ||
15812 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15813
1c710c3c
DJ
15814
15815# configure is writing to config.log, and then calls config.status.
15816# config.status does its own redirection, appending to config.log.
15817# Unfortunately, on DOS this fails, as config.log is still kept open
15818# by configure, so config.status won't be able to write to it; its
15819# output is simply discarded. So we exec the FD to /dev/null,
15820# effectively closing config.log, so it can be properly (re)opened and
15821# appended to by config.status. When coming back to configure, we
15822# need to make the FD available again.
15823if test "$no_create" != yes; then
15824 ac_cs_success=:
15825 ac_config_status_args=
15826 test "$silent" = yes &&
15827 ac_config_status_args="$ac_config_status_args --quiet"
15828 exec 5>/dev/null
15829 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15830 exec 5>>config.log
15831 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15832 # would make configure fail if this is the last instruction.
5213506e
RW
15833 $ac_cs_success || as_fn_exit $?
15834fi
15835if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15837$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 15838fi
79c06341 15839