]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
re PR fortran/54467 (f951: internal compiler error: in gfc_add_component_ref, at...
[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
559stage2_werror_flag
560stage1_checking
561stage1_cflags
562MAINT
563MAINTAINER_MODE_FALSE
564MAINTAINER_MODE_TRUE
565COMPILER_NM_FOR_TARGET
566COMPILER_LD_FOR_TARGET
567COMPILER_AS_FOR_TARGET
568FLAGS_FOR_TARGET
569RAW_CXX_FOR_TARGET
570WINDMC_FOR_TARGET
571WINDRES_FOR_TARGET
572STRIP_FOR_TARGET
e7a82751 573READELF_FOR_TARGET
5213506e
RW
574RANLIB_FOR_TARGET
575OBJDUMP_FOR_TARGET
576NM_FOR_TARGET
577LIPO_FOR_TARGET
578LD_FOR_TARGET
579DLLTOOL_FOR_TARGET
580AS_FOR_TARGET
581AR_FOR_TARGET
632e2a07 582GOC_FOR_TARGET
5213506e
RW
583GFORTRAN_FOR_TARGET
584GCJ_FOR_TARGET
585GCC_FOR_TARGET
586CXX_FOR_TARGET
587CC_FOR_TARGET
e7a82751 588READELF
5213506e
RW
589OBJDUMP
590OBJCOPY
591WINDMC
592WINDRES
593STRIP
594RANLIB
595NM
596LIPO
597LD
598DLLTOOL
599AS
600AR
601RUNTEST
602EXPECT
603MAKEINFO
604FLEX
605LEX
606M4
607BISON
608YACC
5213506e
RW
609WINDRES_FOR_BUILD
610WINDMC_FOR_BUILD
611RANLIB_FOR_BUILD
612NM_FOR_BUILD
613LD_FOR_BUILD
614LDFLAGS_FOR_BUILD
632e2a07 615GOC_FOR_BUILD
5213506e
RW
616GFORTRAN_FOR_BUILD
617GCJ_FOR_BUILD
618DLLTOOL_FOR_BUILD
619CXX_FOR_BUILD
620CXXFLAGS_FOR_BUILD
621CFLAGS_FOR_BUILD
622CC_FOR_BUILD
623AS_FOR_BUILD
624AR_FOR_BUILD
aae29963 625target_configdirs
5213506e 626configdirs
5213506e 627build_configdirs
5213506e
RW
628INSTALL_GDB_TK
629GDB_TK
630CONFIGURE_GDB_TK
631build_tooldir
632tooldir
633GCC_SHLIB_SUBDIR
634RPATH_ENVVAR
ffedf511
RW
635target_configargs
636host_configargs
637build_configargs
e12c4094 638BUILD_CONFIG
6f57bdf6 639LDFLAGS_FOR_TARGET
5213506e
RW
640CXXFLAGS_FOR_TARGET
641CFLAGS_FOR_TARGET
642DEBUG_PREFIX_CFLAGS_FOR_TARGET
643SYSROOT_CFLAGS_FOR_TARGET
644stage1_languages
d7f09764 645extra_host_libiberty_configure_flags
5213506e
RW
646clooginc
647clooglibs
33ad93b9
RG
648islinc
649isllibs
5213506e 650poststage1_ldflags
ed2eaa9f 651poststage1_libs
5213506e
RW
652stage1_libs
653stage1_ldflags
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
a4a2c37d 753enable_static_libjava
ff3ac0f4 754enable_bootstrap
5213506e
RW
755with_mpc
756with_mpc_include
757with_mpc_lib
758with_mpfr_dir
759with_mpfr
760with_mpfr_include
761with_mpfr_lib
762with_gmp_dir
763with_gmp
764with_gmp_include
765with_gmp_lib
766with_host_libstdcxx
767with_stage1_ldflags
768with_stage1_libs
5213506e 769with_boot_libs
ed2eaa9f 770with_boot_ldflags
33ad93b9
RG
771with_isl
772with_isl_include
773with_isl_lib
774enable_isl_version_check
5213506e
RW
775with_cloog
776with_cloog_include
777with_cloog_lib
778enable_cloog_version_check
d7f09764 779enable_lto
5213506e
RW
780enable_stage1_languages
781enable_objc_gc
782with_build_sysroot
783with_debug_prefix_map
5646b7b9 784with_build_config
5213506e
RW
785enable_serial_configure
786with_build_time_tools
787enable_maintainer_mode
788enable_stage1_checking
789enable_werror
5213506e
RW
790'
791 ac_precious_vars='build_alias
792host_alias
793target_alias
794CC
795CFLAGS
796LDFLAGS
797LIBS
798CPPFLAGS
799CXX
800CXXFLAGS
801CCC
ffedf511
RW
802build_configargs
803host_configargs
804target_configargs
5213506e
RW
805AR
806AS
807DLLTOOL
808LD
809LIPO
810NM
811RANLIB
812STRIP
813WINDRES
814WINDMC
815OBJCOPY
816OBJDUMP
e7a82751 817READELF
5213506e
RW
818CC_FOR_TARGET
819CXX_FOR_TARGET
820GCC_FOR_TARGET
821GCJ_FOR_TARGET
822GFORTRAN_FOR_TARGET
632e2a07 823GOC_FOR_TARGET
5213506e
RW
824AR_FOR_TARGET
825AS_FOR_TARGET
826DLLTOOL_FOR_TARGET
827LD_FOR_TARGET
828LIPO_FOR_TARGET
829NM_FOR_TARGET
830OBJDUMP_FOR_TARGET
831RANLIB_FOR_TARGET
e7a82751 832READELF_FOR_TARGET
5213506e
RW
833STRIP_FOR_TARGET
834WINDRES_FOR_TARGET
835WINDMC_FOR_TARGET'
836
671aa708
NN
837
838# Initialize some variables set by options.
1c710c3c
DJ
839ac_init_help=
840ac_init_version=false
5213506e
RW
841ac_unrecognized_opts=
842ac_unrecognized_sep=
671aa708
NN
843# The variables have the same names as the options, with
844# dashes changed to underlines.
1c710c3c 845cache_file=/dev/null
671aa708 846exec_prefix=NONE
671aa708 847no_create=
671aa708
NN
848no_recursion=
849prefix=NONE
850program_prefix=NONE
851program_suffix=NONE
852program_transform_name=s,x,x,
853silent=
854site=
855srcdir=
671aa708
NN
856verbose=
857x_includes=NONE
858x_libraries=NONE
1c710c3c
DJ
859
860# Installation directory options.
861# These are left unexpanded so users can "make install exec_prefix=/foo"
862# and all the variables that are supposed to be based on exec_prefix
863# by default will actually change.
864# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 865# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
866bindir='${exec_prefix}/bin'
867sbindir='${exec_prefix}/sbin'
868libexecdir='${exec_prefix}/libexec'
5213506e
RW
869datarootdir='${prefix}/share'
870datadir='${datarootdir}'
671aa708
NN
871sysconfdir='${prefix}/etc'
872sharedstatedir='${prefix}/com'
873localstatedir='${prefix}/var'
671aa708
NN
874includedir='${prefix}/include'
875oldincludedir='/usr/include'
5213506e
RW
876docdir='${datarootdir}/doc/${PACKAGE}'
877infodir='${datarootdir}/info'
878htmldir='${docdir}'
879dvidir='${docdir}'
880pdfdir='${docdir}'
881psdir='${docdir}'
882libdir='${exec_prefix}/lib'
883localedir='${datarootdir}/locale'
884mandir='${datarootdir}/man'
79c06341 885
671aa708 886ac_prev=
5213506e 887ac_dashdash=
671aa708
NN
888for ac_option
889do
671aa708
NN
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
5213506e 892 eval $ac_prev=\$ac_option
671aa708
NN
893 ac_prev=
894 continue
895 fi
79c06341 896
5213506e
RW
897 case $ac_option in
898 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *) ac_optarg=yes ;;
900 esac
671aa708
NN
901
902 # Accept the important Cygnus configure options, so we can diagnose typos.
903
5213506e
RW
904 case $ac_dashdash$ac_option in
905 --)
906 ac_dashdash=yes ;;
671aa708
NN
907
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 911 bindir=$ac_optarg ;;
671aa708
NN
912
913 -build | --build | --buil | --bui | --bu)
1c710c3c 914 ac_prev=build_alias ;;
671aa708 915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 916 build_alias=$ac_optarg ;;
671aa708
NN
917
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
923 cache_file=$ac_optarg ;;
924
925 --config-cache | -C)
926 cache_file=config.cache ;;
671aa708 927
5213506e 928 -datadir | --datadir | --datadi | --datad)
671aa708 929 ac_prev=datadir ;;
5213506e 930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 931 datadir=$ac_optarg ;;
671aa708 932
5213506e
RW
933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
939
671aa708 940 -disable-* | --disable-*)
5213506e 941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 942 # Reject names that are not valid shell variable names.
5213506e
RW
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
948 *"
949"enable_$ac_useropt"
950"*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
955
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
960
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
671aa708
NN
965
966 -enable-* | --enable-*)
5213506e 967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 968 # Reject names that are not valid shell variable names.
5213506e
RW
969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
974 *"
975"enable_$ac_useropt"
976"*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
2aeb72e9 979 esac
5213506e 980 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
981
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
1c710c3c 989 exec_prefix=$ac_optarg ;;
671aa708
NN
990
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
994
1c710c3c
DJ
995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
671aa708
NN
1001
1002 -host | --host | --hos | --ho)
1c710c3c 1003 ac_prev=host_alias ;;
671aa708 1004 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1005 host_alias=$ac_optarg ;;
671aa708 1006
5213506e
RW
1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1012
671aa708
NN
1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1018 includedir=$ac_optarg ;;
671aa708
NN
1019
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1023 infodir=$ac_optarg ;;
671aa708
NN
1024
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1028 libdir=$ac_optarg ;;
671aa708
NN
1029
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1035 libexecdir=$ac_optarg ;;
671aa708 1036
5213506e
RW
1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1041
671aa708 1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1043 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1047 localstatedir=$ac_optarg ;;
671aa708
NN
1048
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1052 mandir=$ac_optarg ;;
671aa708
NN
1053
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1057
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1059 | --no-cr | --no-c | -n)
671aa708
NN
1060 no_create=yes ;;
1061
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1065
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1073 oldincludedir=$ac_optarg ;;
671aa708
NN
1074
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1078 prefix=$ac_optarg ;;
671aa708
NN
1079
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1085 program_prefix=$ac_optarg ;;
671aa708
NN
1086
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1092 program_suffix=$ac_optarg ;;
671aa708
NN
1093
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1109 program_transform_name=$ac_optarg ;;
671aa708 1110
5213506e
RW
1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1115
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1120
671aa708
NN
1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1124
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
1c710c3c 1129 sbindir=$ac_optarg ;;
671aa708
NN
1130
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
1c710c3c 1140 sharedstatedir=$ac_optarg ;;
671aa708
NN
1141
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
1c710c3c 1145 site=$ac_optarg ;;
671aa708
NN
1146
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1150 srcdir=$ac_optarg ;;
671aa708
NN
1151
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1157 sysconfdir=$ac_optarg ;;
671aa708
NN
1158
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1160 ac_prev=target_alias ;;
671aa708 1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1162 target_alias=$ac_optarg ;;
671aa708
NN
1163
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1166
1c710c3c
DJ
1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
671aa708
NN
1169
1170 -with-* | --with-*)
5213506e 1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1172 # Reject names that are not valid shell variable names.
5213506e
RW
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1178 *"
1179"with_$ac_useropt"
1180"*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
2aeb72e9 1183 esac
5213506e 1184 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1185
1186 -without-* | --without-*)
5213506e 1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1188 # Reject names that are not valid shell variable names.
5213506e
RW
1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1194 *"
1195"with_$ac_useropt"
1196"*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
671aa708
NN
1201
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1205
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1211 x_includes=$ac_optarg ;;
671aa708
NN
1212
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1218 x_libraries=$ac_optarg ;;
671aa708 1219
5213506e
RW
1220 -*) as_fn_error "unrecognized option: \`$ac_option'
1221Try \`$0 --help' for more information."
671aa708
NN
1222 ;;
1223
1c710c3c
DJ
1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
5213506e
RW
1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1232 export $ac_envvar ;;
1233
671aa708 1234 *)
1c710c3c 1235 # FIXME: should be removed in autoconf 3.0.
5213506e 1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1240 ;;
1241
1242 esac
1243done
1244
1245if test -n "$ac_prev"; then
1c710c3c 1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1247 as_fn_error "missing argument to $ac_option"
af71363e 1248fi
af71363e 1249
5213506e
RW
1250if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1255 esac
5213506e 1256fi
2aeb72e9 1257
5213506e
RW
1258# Check all directory arguments for consistency.
1259for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
2aeb72e9 1263do
5213506e
RW
1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
2aeb72e9 1272 case $ac_val in
5213506e
RW
1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1275 esac
5213506e 1276 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1277done
1278
1c710c3c
DJ
1279# There might be people who depend on the old broken behavior: `$host'
1280# used to hold the argument of --host etc.
1281# FIXME: To remove some day.
1282build=$build_alias
1283host=$host_alias
1284target=$target_alias
0b0dc272 1285
1c710c3c
DJ
1286# FIXME: To remove some day.
1287if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
5213506e 1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1293 cross_compiling=yes
1294 fi
1295fi
1296
1297ac_tool_prefix=
1298test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299
1300test "$silent" = yes && exec 6>/dev/null
671aa708 1301
671aa708 1302
5213506e
RW
1303ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304ac_ls_di=`ls -di .` &&
1305ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error "working directory cannot be determined"
1307test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error "pwd does not report name of working directory"
1309
1310
671aa708
NN
1311# Find the source files, if location was not specified.
1312if test -z "$srcdir"; then
1313 ac_srcdir_defaulted=yes
5213506e
RW
1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir=`$as_dirname -- "$as_myself" ||
1316$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320$as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 s//\1/
1323 q
1324 }
1325 /^X\(\/\/\)[^/].*/{
1326 s//\1/
1327 q
1328 }
1329 /^X\(\/\/\)$/{
1330 s//\1/
1331 q
1332 }
1333 /^X\(\/\).*/{
1334 s//\1/
1335 q
1336 }
1337 s/.*/./; q'`
671aa708 1338 srcdir=$ac_confdir
5213506e 1339 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1340 srcdir=..
1341 fi
1342else
1343 ac_srcdir_defaulted=no
1344fi
5213506e
RW
1345if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1348fi
1349ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350ac_abs_confdir=`(
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 pwd)`
1353# When building in place, set srcdir=.
1354if test "$ac_abs_confdir" = "$ac_pwd"; then
1355 srcdir=.
1356fi
1357# Remove unnecessary trailing slashes from srcdir.
1358# Double slashes in file names in object file debugging info
1359# mess up M-x gdb in Emacs.
1360case $srcdir in
1361*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362esac
87841584
AM
1363case $srcdir in
1364 *" "*)
1365 as_fn_error "path to source, $srcdir, contains spaces"
1366 ;;
1367esac
ac9e6043
RW
1368ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1369
5213506e
RW
1370for ac_var in $ac_precious_vars; do
1371 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_${ac_var}_value=\$${ac_var}
1373 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375done
1c710c3c
DJ
1376
1377#
1378# Report the --help message.
1379#
1380if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1383 cat <<_ACEOF
1384\`configure' configures this package to adapt to many kinds of systems.
1385
1386Usage: $0 [OPTION]... [VAR=VALUE]...
1387
1388To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389VAR=VALUE. See below for descriptions of some of the useful variables.
1390
1391Defaults for the options are specified in brackets.
1392
1393Configuration:
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1403
1c710c3c
DJ
1404Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1406 [$ac_default_prefix]
1c710c3c 1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1408 [PREFIX]
1c710c3c
DJ
1409
1410By default, \`make install' will install all the files in
1411\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413for instance \`--prefix=\$HOME'.
1414
1415For better control, use the options below.
1416
1417Fine tuning of the installation directories:
5213506e
RW
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1437_ACEOF
1438
1439 cat <<\_ACEOF
1440
1441Program names:
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1445
1446System types:
1447 --build=BUILD configure for building on BUILD [guessed]
1448 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1449 --target=TARGET configure for building compilers for TARGET [HOST]
1450_ACEOF
1451fi
1452
1453if test -n "$ac_init_help"; then
1454
1455 cat <<\_ACEOF
1456
1457Optional Features:
5213506e 1458 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1459 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1460 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
21539e2e 1461 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1462 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
87e6d9dc
TB
1463 --disable-libquadmath do not build libquadmath directory
1464 --disable-libquadmath-support
1465 disable libquadmath support for Fortran
30b74385
RW
1466 --enable-libada build libada directory
1467 --enable-libssp build libssp directory
a4a2c37d
MK
1468 --enable-static-libjava[=ARG]
1469 build static libjava [default=no]
ff3ac0f4 1470 --enable-bootstrap enable bootstrapping [yes if native build]
33ad93b9
RG
1471 --disable-isl-version-check
1472 disable check for ISL version
d32ef397
AS
1473 --disable-cloog-version-check
1474 disable check for CLooG version
d7f09764 1475 --enable-lto enable link time optimization support
33e39b66
AS
1476 --enable-stage1-languages[=all]
1477 choose additional languages to build during stage1.
1478 Mostly useful for compiler development
1479 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1480 Objective-C runtime
30b74385 1481 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1482 force sequential configuration of sub-packages for
1483 the host, target or build machine, or all
1484 sub-packages
1485 --enable-maintainer-mode
1486 enable make rules and dependencies not useful (and
1487 sometimes confusing) to the casual installer
1488 --enable-stage1-checking[=all]
1489 choose additional checking for stage1 of the
1490 compiler
1c710c3c
DJ
1491 --enable-werror enable -Werror in bootstrap stage2 and later
1492
1493Optional Packages:
1494 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1495 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1496 --with-build-libsubdir=DIR Directory where to find libraries for build system
33e39b66
AS
1497 --with-mpc=PATH specify prefix directory for installed MPC package.
1498 Equivalent to --with-mpc-include=PATH/include plus
1499 --with-mpc-lib=PATH/lib
1500 --with-mpc-include=PATH specify directory for installed MPC include files
1501 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1502 --with-mpfr-dir=PATH this option has been REMOVED
1503 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1504 Equivalent to --with-mpfr-include=PATH/include plus
1505 --with-mpfr-lib=PATH/lib
1c710c3c 1506 --with-mpfr-include=PATH
30b74385
RW
1507 specify directory for installed MPFR include files
1508 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1509 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1510 --with-gmp=PATH specify prefix directory for the installed GMP
1511 package. Equivalent to
1512 --with-gmp-include=PATH/include plus
1513 --with-gmp-lib=PATH/lib
30b74385
RW
1514 --with-gmp-include=PATH specify directory for installed GMP include files
1515 --with-gmp-lib=PATH specify directory for the installed GMP library
33e39b66
AS
1516 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1517 linking with PPL
1518 --with-stage1-ldflags=FLAGS
1519 linker flags for stage1
1520 --with-stage1-libs=LIBS libraries for stage1
1521 --with-boot-libs=LIBS libraries for stage2 and later
1522 --with-boot-ldflags=FLAGS
1523 linker flags for stage2 and later
33ad93b9 1524 --with-isl=PATH Specify prefix directory for the installed ISL
33e39b66 1525 package. Equivalent to
33ad93b9
RG
1526 --with-isl-include=PATH/include plus
1527 --with-isl-lib=PATH/lib
1528 --with-isl-include=PATH Specify directory for installed ISL include files
1529 --with-isl-lib=PATH Specify the directory for the installed ISL library
d32ef397
AS
1530 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1531 package. Equivalent to
1532 --with-cloog-include=PATH/include plus
1533 --with-cloog-lib=PATH/lib
1534 --with-cloog-include=PATH
1535 Specify directory for installed CLooG include files
1536 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1537 library
30b74385 1538 --with-build-sysroot=SYSROOT
1c710c3c 1539 use sysroot as the system root during the build
c8aea42c 1540 --with-debug-prefix-map='A=B C=D ...'
33e39b66
AS
1541 map A to B, C to D ... in debug information
1542 --with-build-config='NAME NAME2...'
1543 use config/NAME.mk build configuration
30b74385 1544 --with-build-time-tools=PATH
1c710c3c 1545 use given path to find target tools during the build
1c710c3c
DJ
1546
1547Some influential environment variables:
1548 CC C compiler command
1549 CFLAGS C compiler flags
1550 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1551 nonstandard directory <lib dir>
5213506e
RW
1552 LIBS libraries to pass to the linker, e.g. -l<library>
1553 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1555 CXX C++ compiler command
1556 CXXFLAGS C++ compiler flags
ffedf511
RW
1557 build_configargs
1558 additional configure arguments for build directories
1559 host_configargs
1560 additional configure arguments for host directories
1561 target_configargs
1562 additional configure arguments for target directories
278a7a38
AO
1563 AR AR for the host
1564 AS AS for the host
1565 DLLTOOL DLLTOOL for the host
1566 LD LD for the host
1567 LIPO LIPO for the host
1568 NM NM for the host
1569 RANLIB RANLIB for the host
1570 STRIP STRIP for the host
1571 WINDRES WINDRES for the host
901119ae 1572 WINDMC WINDMC for the host
278a7a38
AO
1573 OBJCOPY OBJCOPY for the host
1574 OBJDUMP OBJDUMP for the host
e7a82751 1575 READELF READELF for the host
278a7a38
AO
1576 CC_FOR_TARGET
1577 CC for the target
1578 CXX_FOR_TARGET
1579 CXX for the target
1580 GCC_FOR_TARGET
1581 GCC for the target
1582 GCJ_FOR_TARGET
1583 GCJ for the target
1584 GFORTRAN_FOR_TARGET
1585 GFORTRAN for the target
632e2a07
ILT
1586 GOC_FOR_TARGET
1587 GOC for the target
278a7a38
AO
1588 AR_FOR_TARGET
1589 AR for the target
1590 AS_FOR_TARGET
1591 AS for the target
1592 DLLTOOL_FOR_TARGET
1593 DLLTOOL for the target
1594 LD_FOR_TARGET
1595 LD for the target
1596 LIPO_FOR_TARGET
1597 LIPO for the target
1598 NM_FOR_TARGET
1599 NM for the target
1600 OBJDUMP_FOR_TARGET
1601 OBJDUMP for the target
1602 RANLIB_FOR_TARGET
1603 RANLIB for the target
e7a82751
RM
1604 READELF_FOR_TARGET
1605 READELF for the target
278a7a38
AO
1606 STRIP_FOR_TARGET
1607 STRIP for the target
1608 WINDRES_FOR_TARGET
1609 WINDRES for the target
901119ae
KT
1610 WINDMC_FOR_TARGET
1611 WINDMC for the target
1c710c3c
DJ
1612
1613Use these variables to override the choices made by `configure' or to help
1614it to find libraries and programs with nonstandard names/locations.
1615
5213506e 1616Report bugs to the package provider.
1c710c3c 1617_ACEOF
5213506e 1618ac_status=$?
1c710c3c
DJ
1619fi
1620
1621if test "$ac_init_help" = "recursive"; then
1622 # If there are subdirs, report their specific --help.
1c710c3c 1623 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1624 test -d "$ac_dir" ||
1625 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1626 continue
1c710c3c
DJ
1627 ac_builddir=.
1628
5213506e
RW
1629case "$ac_dir" in
1630.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1631*)
1632 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1633 # A ".." for each directory in $ac_dir_suffix.
1634 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1635 case $ac_top_builddir_sub in
1636 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1637 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1638 esac ;;
1639esac
1640ac_abs_top_builddir=$ac_pwd
1641ac_abs_builddir=$ac_pwd$ac_dir_suffix
1642# for backward compatibility:
1643ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1644
1645case $srcdir in
5213506e 1646 .) # We are building in place.
1c710c3c 1647 ac_srcdir=.
5213506e
RW
1648 ac_top_srcdir=$ac_top_builddir_sub
1649 ac_abs_top_srcdir=$ac_pwd ;;
1650 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1651 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1652 ac_top_srcdir=$srcdir
1653 ac_abs_top_srcdir=$srcdir ;;
1654 *) # Relative name.
1655 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1656 ac_top_srcdir=$ac_top_build_prefix$srcdir
1657 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1658esac
5213506e
RW
1659ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1660
1661 cd "$ac_dir" || { ac_status=$?; continue; }
1662 # Check for guested configure.
1663 if test -f "$ac_srcdir/configure.gnu"; then
1664 echo &&
1665 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1666 elif test -f "$ac_srcdir/configure"; then
1667 echo &&
1668 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1669 else
5213506e
RW
1670 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1671 fi || ac_status=$?
1672 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1673 done
1674fi
1675
5213506e 1676test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1677if $ac_init_version; then
1678 cat <<\_ACEOF
5213506e
RW
1679configure
1680generated by GNU Autoconf 2.64
1c710c3c 1681
5213506e 1682Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
1683This configure script is free software; the Free Software Foundation
1684gives unlimited permission to copy, distribute and modify it.
1685_ACEOF
5213506e 1686 exit
0b0dc272 1687fi
5213506e
RW
1688
1689## ------------------------ ##
1690## Autoconf initialization. ##
1691## ------------------------ ##
1692
1693# ac_fn_c_try_compile LINENO
1694# --------------------------
1695# Try to compile conftest.$ac_ext, and return whether this succeeded.
1696ac_fn_c_try_compile ()
1697{
1698 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1699 rm -f conftest.$ac_objext
1700 if { { ac_try="$ac_compile"
1701case "(($ac_try" in
1702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1703 *) ac_try_echo=$ac_try;;
1704esac
1705eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1706$as_echo "$ac_try_echo"; } >&5
1707 (eval "$ac_compile") 2>conftest.err
1708 ac_status=$?
1709 if test -s conftest.err; then
1710 grep -v '^ *+' conftest.err >conftest.er1
1711 cat conftest.er1 >&5
1712 mv -f conftest.er1 conftest.err
1713 fi
1714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1715 test $ac_status = 0; } && {
1716 test -z "$ac_c_werror_flag" ||
1717 test ! -s conftest.err
1718 } && test -s conftest.$ac_objext; then :
1719 ac_retval=0
1720else
1721 $as_echo "$as_me: failed program was:" >&5
1722sed 's/^/| /' conftest.$ac_ext >&5
1723
1724 ac_retval=1
1725fi
1726 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1727 return $ac_retval
1728
1729} # ac_fn_c_try_compile
1730
1731# ac_fn_cxx_try_compile LINENO
1732# ----------------------------
1733# Try to compile conftest.$ac_ext, and return whether this succeeded.
1734ac_fn_cxx_try_compile ()
1735{
1736 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1737 rm -f conftest.$ac_objext
1738 if { { ac_try="$ac_compile"
1739case "(($ac_try" in
1740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1741 *) ac_try_echo=$ac_try;;
1742esac
1743eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1744$as_echo "$ac_try_echo"; } >&5
1745 (eval "$ac_compile") 2>conftest.err
1746 ac_status=$?
1747 if test -s conftest.err; then
1748 grep -v '^ *+' conftest.err >conftest.er1
1749 cat conftest.er1 >&5
1750 mv -f conftest.er1 conftest.err
1751 fi
1752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1753 test $ac_status = 0; } && {
1754 test -z "$ac_cxx_werror_flag" ||
1755 test ! -s conftest.err
1756 } && test -s conftest.$ac_objext; then :
1757 ac_retval=0
1758else
1759 $as_echo "$as_me: failed program was:" >&5
1760sed 's/^/| /' conftest.$ac_ext >&5
1761
1762 ac_retval=1
1763fi
1764 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1765 return $ac_retval
1766
1767} # ac_fn_cxx_try_compile
1768
1769# ac_fn_c_try_link LINENO
1770# -----------------------
1771# Try to link conftest.$ac_ext, and return whether this succeeded.
1772ac_fn_c_try_link ()
1773{
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 rm -f conftest.$ac_objext conftest$ac_exeext
1776 if { { ac_try="$ac_link"
1777case "(($ac_try" in
1778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1779 *) ac_try_echo=$ac_try;;
1780esac
1781eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1782$as_echo "$ac_try_echo"; } >&5
1783 (eval "$ac_link") 2>conftest.err
1784 ac_status=$?
1785 if test -s conftest.err; then
1786 grep -v '^ *+' conftest.err >conftest.er1
1787 cat conftest.er1 >&5
1788 mv -f conftest.er1 conftest.err
1789 fi
1790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791 test $ac_status = 0; } && {
1792 test -z "$ac_c_werror_flag" ||
1793 test ! -s conftest.err
1794 } && test -s conftest$ac_exeext && {
1795 test "$cross_compiling" = yes ||
1796 $as_test_x conftest$ac_exeext
1797 }; then :
1798 ac_retval=0
1799else
1800 $as_echo "$as_me: failed program was:" >&5
1801sed 's/^/| /' conftest.$ac_ext >&5
1802
1803 ac_retval=1
1804fi
1805 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1806 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1807 # interfere with the next link command; also delete a directory that is
1808 # left behind by Apple's compiler. We do this before executing the actions.
1809 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1810 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1811 return $ac_retval
1812
1813} # ac_fn_c_try_link
33ad93b9
RG
1814
1815# ac_fn_c_try_run LINENO
1816# ----------------------
1817# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1818# that executables *can* be run.
1819ac_fn_c_try_run ()
1820{
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 if { { ac_try="$ac_link"
1823case "(($ac_try" in
1824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1825 *) ac_try_echo=$ac_try;;
1826esac
1827eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1828$as_echo "$ac_try_echo"; } >&5
1829 (eval "$ac_link") 2>&5
1830 ac_status=$?
1831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1832 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1833 { { case "(($ac_try" in
1834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1835 *) ac_try_echo=$ac_try;;
1836esac
1837eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1838$as_echo "$ac_try_echo"; } >&5
1839 (eval "$ac_try") 2>&5
1840 ac_status=$?
1841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1842 test $ac_status = 0; }; }; then :
1843 ac_retval=0
1844else
1845 $as_echo "$as_me: program exited with status $ac_status" >&5
1846 $as_echo "$as_me: failed program was:" >&5
1847sed 's/^/| /' conftest.$ac_ext >&5
1848
1849 ac_retval=$ac_status
1850fi
1851 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1852 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1853 return $ac_retval
1854
1855} # ac_fn_c_try_run
5213506e 1856cat >config.log <<_ACEOF
1c710c3c
DJ
1857This file contains any messages produced by compilers while
1858running configure, to aid debugging if configure makes a mistake.
1859
1860It was created by $as_me, which was
5213506e 1861generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
1862
1863 $ $0 $@
1864
1865_ACEOF
5213506e 1866exec 5>>config.log
1c710c3c
DJ
1867{
1868cat <<_ASUNAME
1869## --------- ##
1870## Platform. ##
1871## --------- ##
1872
1873hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1874uname -m = `(uname -m) 2>/dev/null || echo unknown`
1875uname -r = `(uname -r) 2>/dev/null || echo unknown`
1876uname -s = `(uname -s) 2>/dev/null || echo unknown`
1877uname -v = `(uname -v) 2>/dev/null || echo unknown`
1878
1879/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1880/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1881
1882/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1883/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1884/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1885/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1886/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1887/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1888/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1889
1890_ASUNAME
1891
1892as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1893for as_dir in $PATH
1894do
1895 IFS=$as_save_IFS
1896 test -z "$as_dir" && as_dir=.
5213506e
RW
1897 $as_echo "PATH: $as_dir"
1898 done
1899IFS=$as_save_IFS
1c710c3c
DJ
1900
1901} >&5
1902
1903cat >&5 <<_ACEOF
1904
1905
1906## ----------- ##
1907## Core tests. ##
1908## ----------- ##
1909
1910_ACEOF
1911
1912
1913# Keep a trace of the command line.
1914# Strip out --no-create and --no-recursion so they do not pile up.
1915# Strip out --silent because we don't want to record it for future runs.
1916# Also quote any args containing shell meta-characters.
1917# Make two passes to allow for proper duplicate-argument suppression.
1918ac_configure_args=
1919ac_configure_args0=
1920ac_configure_args1=
1c710c3c
DJ
1921ac_must_keep_next=false
1922for ac_pass in 1 2
1923do
1924 for ac_arg
1925 do
1926 case $ac_arg in
1927 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1928 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1929 | -silent | --silent | --silen | --sile | --sil)
1930 continue ;;
5213506e
RW
1931 *\'*)
1932 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
1933 esac
1934 case $ac_pass in
5213506e 1935 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 1936 2)
5213506e 1937 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
1938 if test $ac_must_keep_next = true; then
1939 ac_must_keep_next=false # Got value, back to normal.
1940 else
1941 case $ac_arg in
1942 *=* | --config-cache | -C | -disable-* | --disable-* \
1943 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1944 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1945 | -with-* | --with-* | -without-* | --without-* | --x)
1946 case "$ac_configure_args0 " in
1947 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1948 esac
1949 ;;
1950 -* ) ac_must_keep_next=true ;;
1951 esac
1952 fi
5213506e 1953 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
1954 ;;
1955 esac
1956 done
1957done
5213506e
RW
1958{ ac_configure_args0=; unset ac_configure_args0;}
1959{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
1960
1961# When interrupted or exit'd, cleanup temporary files, and complete
1962# config.log. We remove comments because anyway the quotes in there
1963# would cause problems or look ugly.
5213506e
RW
1964# WARNING: Use '\'' to represent an apostrophe within the trap.
1965# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
1966trap 'exit_status=$?
1967 # Save into config.log some information that might help in debugging.
1968 {
1969 echo
1970
1971 cat <<\_ASBOX
1972## ---------------- ##
1973## Cache variables. ##
1974## ---------------- ##
1975_ASBOX
1976 echo
1977 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
1978(
1979 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1980 eval ac_val=\$$ac_var
1981 case $ac_val in #(
1982 *${as_nl}*)
1983 case $ac_var in #(
1984 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1985$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1986 esac
1987 case $ac_var in #(
1988 _ | IFS | as_nl) ;; #(
1989 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1990 *) { eval $ac_var=; unset $ac_var;} ;;
1991 esac ;;
1992 esac
1993 done
1c710c3c 1994 (set) 2>&1 |
5213506e
RW
1995 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1996 *${as_nl}ac_space=\ *)
1c710c3c 1997 sed -n \
5213506e
RW
1998 "s/'\''/'\''\\\\'\'''\''/g;
1999 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2000 ;; #(
1c710c3c 2001 *)
5213506e 2002 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 2003 ;;
5213506e
RW
2004 esac |
2005 sort
2006)
1c710c3c
DJ
2007 echo
2008
2009 cat <<\_ASBOX
2010## ----------------- ##
2011## Output variables. ##
2012## ----------------- ##
2013_ASBOX
2014 echo
2015 for ac_var in $ac_subst_vars
2016 do
5213506e
RW
2017 eval ac_val=\$$ac_var
2018 case $ac_val in
2019 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2020 esac
2021 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2022 done | sort
2023 echo
2024
2025 if test -n "$ac_subst_files"; then
2026 cat <<\_ASBOX
5213506e
RW
2027## ------------------- ##
2028## File substitutions. ##
2029## ------------------- ##
1c710c3c
DJ
2030_ASBOX
2031 echo
2032 for ac_var in $ac_subst_files
2033 do
5213506e
RW
2034 eval ac_val=\$$ac_var
2035 case $ac_val in
2036 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2037 esac
2038 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2039 done | sort
2040 echo
2041 fi
2042
2043 if test -s confdefs.h; then
2044 cat <<\_ASBOX
2045## ----------- ##
2046## confdefs.h. ##
2047## ----------- ##
2048_ASBOX
2049 echo
5213506e 2050 cat confdefs.h
1c710c3c
DJ
2051 echo
2052 fi
2053 test "$ac_signal" != 0 &&
5213506e
RW
2054 $as_echo "$as_me: caught signal $ac_signal"
2055 $as_echo "$as_me: exit $exit_status"
1c710c3c 2056 } >&5
5213506e
RW
2057 rm -f core *.core core.conftest.* &&
2058 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 2059 exit $exit_status
5213506e 2060' 0
1c710c3c 2061for ac_signal in 1 2 13 15; do
5213506e 2062 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
2063done
2064ac_signal=0
2065
2066# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2067rm -f -r conftest* confdefs.h
2068
2069$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
2070
2071# Predefined preprocessor variables.
2072
2073cat >>confdefs.h <<_ACEOF
2074#define PACKAGE_NAME "$PACKAGE_NAME"
2075_ACEOF
2076
1c710c3c
DJ
2077cat >>confdefs.h <<_ACEOF
2078#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2079_ACEOF
2080
1c710c3c
DJ
2081cat >>confdefs.h <<_ACEOF
2082#define PACKAGE_VERSION "$PACKAGE_VERSION"
2083_ACEOF
0b0dc272 2084
1c710c3c
DJ
2085cat >>confdefs.h <<_ACEOF
2086#define PACKAGE_STRING "$PACKAGE_STRING"
2087_ACEOF
2088
1c710c3c
DJ
2089cat >>confdefs.h <<_ACEOF
2090#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2091_ACEOF
2092
5213506e
RW
2093cat >>confdefs.h <<_ACEOF
2094#define PACKAGE_URL "$PACKAGE_URL"
2095_ACEOF
2096
1c710c3c
DJ
2097
2098# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2099# Prefer an explicitly selected file to automatically selected ones.
2100ac_site_file1=NONE
2101ac_site_file2=NONE
2102if test -n "$CONFIG_SITE"; then
2103 ac_site_file1=$CONFIG_SITE
2104elif test "x$prefix" != xNONE; then
2105 ac_site_file1=$prefix/share/config.site
2106 ac_site_file2=$prefix/etc/config.site
2107else
2108 ac_site_file1=$ac_default_prefix/share/config.site
2109 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2110fi
5213506e
RW
2111for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2112do
2113 test "x$ac_site_file" = xNONE && continue
671aa708 2114 if test -r "$ac_site_file"; then
5213506e
RW
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2116$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2117 sed 's/^/| /' "$ac_site_file" >&5
671aa708
NN
2118 . "$ac_site_file"
2119 fi
2120done
2121
2122if test -r "$cache_file"; then
1c710c3c
DJ
2123 # Some versions of bash will fail to source /dev/null (special
2124 # files actually), so we avoid doing that.
2125 if test -f "$cache_file"; then
5213506e
RW
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2127$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2128 case $cache_file in
5213506e
RW
2129 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2130 *) . "./$cache_file";;
1c710c3c
DJ
2131 esac
2132 fi
671aa708 2133else
5213506e
RW
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2135$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2136 >$cache_file
2137fi
2138
2139# Check that the precious variables saved in the cache have kept the same
2140# value.
2141ac_cache_corrupted=false
5213506e 2142for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2143 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2144 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2145 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2146 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2147 case $ac_old_set,$ac_new_set in
2148 set,)
5213506e
RW
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2150$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2151 ac_cache_corrupted=: ;;
2152 ,set)
5213506e
RW
2153 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2154$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2155 ac_cache_corrupted=: ;;
2156 ,);;
2157 *)
2158 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2159 # differences in whitespace do not lead to failure.
2160 ac_old_val_w=`echo x $ac_old_val`
2161 ac_new_val_w=`echo x $ac_new_val`
2162 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2164$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2165 ac_cache_corrupted=:
2166 else
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2168$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2169 eval $ac_var=\$ac_old_val
2170 fi
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2172$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2174$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2175 fi;;
2176 esac
2177 # Pass precious variables to config.status.
2178 if test "$ac_new_set" = set; then
2179 case $ac_new_val in
5213506e 2180 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2181 *) ac_arg=$ac_var=$ac_new_val ;;
2182 esac
2183 case " $ac_configure_args " in
2184 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2185 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2186 esac
2187 fi
2188done
2189if $ac_cache_corrupted; then
5213506e
RW
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2191$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2193$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2194 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2195fi
5213506e
RW
2196## -------------------- ##
2197## Main body of script. ##
2198## -------------------- ##
671aa708 2199
2aeb72e9
DD
2200ac_ext=c
2201ac_cpp='$CPP $CPPFLAGS'
2202ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2203ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2204ac_compiler_gnu=$ac_cv_c_compiler_gnu
2205
1c710c3c
DJ
2206
2207
2208
1c710c3c
DJ
2209
2210
0115d4a3 2211
1c710c3c 2212
ad33ff57
RW
2213
2214progname=$0
2215# if PWD already has a value, it is probably wrong.
2216if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2217
2218# Export original configure arguments for use by sub-configures.
2219# Quote arguments with shell meta charatcers.
2220TOPLEVEL_CONFIGURE_ARGUMENTS=
2221set -- "$progname" "$@"
2222for ac_arg
2223do
2224 case "$ac_arg" in
2225 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2226 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2227 # if the argument is of the form -foo=baz, quote the baz part only
2228 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2229 *) ;;
2230 esac
2231 # Add the quoted argument to the list.
2232 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2233done
2234if test "$silent" = yes; then
2235 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2236fi
2237# Remove the initial space we just introduced and, as these will be
2238# expanded by make, quote '$'.
2239TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2240
1c710c3c
DJ
2241
2242# Find the build, host, and target systems.
671aa708 2243ac_aux_dir=
5213506e
RW
2244for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2245 for ac_t in install-sh install.sh shtool; do
2246 if test -f "$ac_dir/$ac_t"; then
2247 ac_aux_dir=$ac_dir
2248 ac_install_sh="$ac_aux_dir/$ac_t -c"
2249 break 2
2250 fi
2251 done
671aa708
NN
2252done
2253if test -z "$ac_aux_dir"; then
5213506e 2254 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2255fi
5213506e
RW
2256
2257# These three variables are undocumented and unsupported,
2258# and are intended to be withdrawn in a future Autoconf release.
2259# They can cause serious problems if a builder's source tree is in a directory
2260# whose full name contains unusual characters.
2261ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2262ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2263ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2264
671aa708 2265
1c710c3c 2266# Make sure we can run config.sub.
5213506e
RW
2267$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2268 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2269
2270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2271$as_echo_n "checking build system type... " >&6; }
2272if test "${ac_cv_build+set}" = set; then :
2273 $as_echo_n "(cached) " >&6
2274else
2275 ac_build_alias=$build_alias
2276test "x$ac_build_alias" = x &&
2277 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2278test "x$ac_build_alias" = x &&
2279 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2280ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2281 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2282
2283fi
2284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2285$as_echo "$ac_cv_build" >&6; }
2286case $ac_cv_build in
2287*-*-*) ;;
2288*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2289esac
1c710c3c 2290build=$ac_cv_build
5213506e
RW
2291ac_save_IFS=$IFS; IFS='-'
2292set x $ac_cv_build
2293shift
2294build_cpu=$1
2295build_vendor=$2
2296shift; shift
2297# Remember, the first character of IFS is used to create $*,
2298# except with old shells:
2299build_os=$*
2300IFS=$ac_save_IFS
2301case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2302
671aa708 2303
1c710c3c
DJ
2304 case ${build_alias} in
2305 "") build_noncanonical=${build} ;;
2306 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2307esac
2308
2309
af71363e 2310
1c710c3c
DJ
2311 case ${host_alias} in
2312 "") host_noncanonical=${build_noncanonical} ;;
2313 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2314esac
2315
af71363e 2316
1c710c3c
DJ
2317
2318 case ${target_alias} in
2319 "") target_noncanonical=${host_noncanonical} ;;
2320 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2321esac
2322
af71363e 2323
1c710c3c
DJ
2324
2325
2326test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2327 test "$program_prefix$program_suffix$program_transform_name" = \
2328 NONENONEs,x,x, &&
1c710c3c 2329 program_transform_name=s,y,y,
af71363e 2330
5213506e
RW
2331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2332$as_echo_n "checking host system type... " >&6; }
2333if test "${ac_cv_host+set}" = set; then :
2334 $as_echo_n "(cached) " >&6
af71363e 2335else
5213506e
RW
2336 if test "x$host_alias" = x; then
2337 ac_cv_host=$ac_cv_build
2338else
2339 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2340 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2341fi
1c710c3c 2342
af71363e 2343fi
5213506e
RW
2344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2345$as_echo "$ac_cv_host" >&6; }
2346case $ac_cv_host in
2347*-*-*) ;;
2348*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2349esac
1c710c3c 2350host=$ac_cv_host
5213506e
RW
2351ac_save_IFS=$IFS; IFS='-'
2352set x $ac_cv_host
2353shift
2354host_cpu=$1
2355host_vendor=$2
2356shift; shift
2357# Remember, the first character of IFS is used to create $*,
2358# except with old shells:
2359host_os=$*
2360IFS=$ac_save_IFS
2361case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2362
2363
5213506e
RW
2364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2365$as_echo_n "checking target system type... " >&6; }
2366if test "${ac_cv_target+set}" = set; then :
2367 $as_echo_n "(cached) " >&6
1c710c3c 2368else
5213506e
RW
2369 if test "x$target_alias" = x; then
2370 ac_cv_target=$ac_cv_host
2371else
2372 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2373 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2374fi
1c710c3c
DJ
2375
2376fi
5213506e
RW
2377{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2378$as_echo "$ac_cv_target" >&6; }
2379case $ac_cv_target in
2380*-*-*) ;;
2381*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2382esac
1c710c3c 2383target=$ac_cv_target
5213506e
RW
2384ac_save_IFS=$IFS; IFS='-'
2385set x $ac_cv_target
2386shift
2387target_cpu=$1
2388target_vendor=$2
2389shift; shift
2390# Remember, the first character of IFS is used to create $*,
2391# except with old shells:
2392target_os=$*
2393IFS=$ac_save_IFS
2394case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2395
2396
2397# The aliases save the names the user supplied, while $host etc.
2398# will get canonicalized.
2399test -n "$target_alias" &&
2400 test "$program_prefix$program_suffix$program_transform_name" = \
2401 NONENONEs,x,x, &&
2402 program_prefix=${target_alias}-
5213506e 2403
671aa708 2404test "$program_prefix" != NONE &&
5213506e 2405 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2406# Use a double $ so make ignores it.
2407test "$program_suffix" != NONE &&
5213506e
RW
2408 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2409# Double any \ or $.
1c710c3c 2410# By default was `s,x,x', remove it if useless.
5213506e
RW
2411ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2412program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2413
671aa708
NN
2414
2415
775956d0
NN
2416# Get 'install' or 'install-sh' and its variants.
2417# Find a good install program. We prefer a C program (faster),
2418# so one script is as good as another. But avoid the broken or
2419# incompatible versions:
2420# SysV /etc/install, /usr/sbin/install
2421# SunOS /usr/etc/install
2422# IRIX /sbin/install
2423# AIX /bin/install
1c710c3c 2424# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2425# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2426# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2427# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2428# OS/2's system install, which has a completely different semantic
775956d0 2429# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2430# Reject install programs that cannot install multiple files.
5213506e
RW
2431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2432$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2433if test -z "$INSTALL"; then
5213506e
RW
2434if test "${ac_cv_path_install+set}" = set; then :
2435 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2436else
2437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2438for as_dir in $PATH
2439do
2440 IFS=$as_save_IFS
2441 test -z "$as_dir" && as_dir=.
5213506e
RW
2442 # Account for people who put trailing slashes in PATH elements.
2443case $as_dir/ in #((
2444 ./ | .// | /[cC]/* | \
1c710c3c 2445 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2446 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2447 /usr/ucb/* ) ;;
2448 *)
2449 # OSF1 and SCO ODT 3.0 have their own names for install.
2450 # Don't use installbsd from OSF since it installs stuff as root
2451 # by default.
2452 for ac_prog in ginstall scoinst install; do
2453 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2454 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
775956d0 2455 if test $ac_prog = install &&
1c710c3c 2456 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2457 # AIX install. It has an incompatible calling convention.
2458 :
1c710c3c
DJ
2459 elif test $ac_prog = install &&
2460 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2461 # program-specific install script used by HP pwplus--don't use.
2462 :
775956d0 2463 else
38d24731
RW
2464 rm -rf conftest.one conftest.two conftest.dir
2465 echo one > conftest.one
2466 echo two > conftest.two
2467 mkdir conftest.dir
2468 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2469 test -s conftest.one && test -s conftest.two &&
2470 test -s conftest.dir/conftest.one &&
2471 test -s conftest.dir/conftest.two
2472 then
2473 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2474 break 3
2475 fi
775956d0
NN
2476 fi
2477 fi
2478 done
1c710c3c
DJ
2479 done
2480 ;;
2481esac
5213506e
RW
2482
2483 done
2484IFS=$as_save_IFS
1c710c3c 2485
38d24731 2486rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2487
2488fi
2489 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2490 INSTALL=$ac_cv_path_install
775956d0 2491 else
38d24731
RW
2492 # As a last resort, use the slow shell script. Don't cache a
2493 # value for INSTALL within a source directory, because that will
775956d0 2494 # break other packages using the cache if that directory is
38d24731 2495 # removed, or if the value is a relative name.
1c710c3c 2496 INSTALL=$ac_install_sh
775956d0
NN
2497 fi
2498fi
5213506e
RW
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2500$as_echo "$INSTALL" >&6; }
775956d0
NN
2501
2502# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2503# It thinks the first close brace ends the variable substitution.
2504test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2505
1c710c3c 2506test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2507
2508test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2509
5213506e
RW
2510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2511$as_echo_n "checking whether ln works... " >&6; }
2512if test "${acx_cv_prog_LN+set}" = set; then :
2513 $as_echo_n "(cached) " >&6
ad6717df
PB
2514else
2515 rm -f conftestdata_t
2516echo >conftestdata_f
2517if ln conftestdata_f conftestdata_t 2>/dev/null
2518then
2519 acx_cv_prog_LN=ln
2520else
2521 acx_cv_prog_LN=no
2522fi
2523rm -f conftestdata_f conftestdata_t
2524
2525fi
2526if test $acx_cv_prog_LN = no; then
2527 LN="cp"
5213506e
RW
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2529$as_echo "no, using $LN" >&6; }
ad6717df
PB
2530else
2531 LN="$acx_cv_prog_LN"
5213506e
RW
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2533$as_echo "yes" >&6; }
ad6717df
PB
2534fi
2535
5213506e
RW
2536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2537$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2538LN_S=$as_ln_s
2539if test "$LN_S" = "ln -s"; then
5213506e
RW
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2541$as_echo "yes" >&6; }
fb0103e5 2542else
5213506e
RW
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2544$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2545fi
2546
87264276
PB
2547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2548$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2549if test "${ac_cv_path_SED+set}" = set; then :
2550 $as_echo_n "(cached) " >&6
2551else
2552 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2553 for ac_i in 1 2 3 4 5 6 7; do
2554 ac_script="$ac_script$as_nl$ac_script"
2555 done
2556 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2557 { ac_script=; unset ac_script;}
2558 if test -z "$SED"; then
2559 ac_path_SED_found=false
2560 # Loop through the user's path and test for each of PROGNAME-LIST
2561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562for as_dir in $PATH
2563do
2564 IFS=$as_save_IFS
2565 test -z "$as_dir" && as_dir=.
2566 for ac_prog in sed gsed; do
2567 for ac_exec_ext in '' $ac_executable_extensions; do
2568 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2569 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2570# Check for GNU ac_path_SED and select it if it is found.
2571 # Check for GNU $ac_path_SED
2572case `"$ac_path_SED" --version 2>&1` in
2573*GNU*)
2574 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2575*)
2576 ac_count=0
2577 $as_echo_n 0123456789 >"conftest.in"
2578 while :
2579 do
2580 cat "conftest.in" "conftest.in" >"conftest.tmp"
2581 mv "conftest.tmp" "conftest.in"
2582 cp "conftest.in" "conftest.nl"
2583 $as_echo '' >> "conftest.nl"
2584 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2585 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2586 as_fn_arith $ac_count + 1 && ac_count=$as_val
2587 if test $ac_count -gt ${ac_path_SED_max-0}; then
2588 # Best one so far, save it but keep looking for a better one
2589 ac_cv_path_SED="$ac_path_SED"
2590 ac_path_SED_max=$ac_count
2591 fi
2592 # 10*(2^10) chars as input seems more than enough
2593 test $ac_count -gt 10 && break
2594 done
2595 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2596esac
2597
2598 $ac_path_SED_found && break 3
2599 done
2600 done
2601 done
2602IFS=$as_save_IFS
2603 if test -z "$ac_cv_path_SED"; then
2604 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2605 fi
2606else
2607 ac_cv_path_SED=$SED
2608fi
2609
2610fi
2611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2612$as_echo "$ac_cv_path_SED" >&6; }
2613 SED="$ac_cv_path_SED"
2614 rm -f conftest.sed
2615
2616for ac_prog in gawk mawk nawk awk
2617do
2618 # Extract the first word of "$ac_prog", so it can be a program name with args.
2619set dummy $ac_prog; ac_word=$2
2620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2621$as_echo_n "checking for $ac_word... " >&6; }
2622if test "${ac_cv_prog_AWK+set}" = set; then :
2623 $as_echo_n "(cached) " >&6
2624else
2625 if test -n "$AWK"; then
2626 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2627else
2628as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2629for as_dir in $PATH
2630do
2631 IFS=$as_save_IFS
2632 test -z "$as_dir" && as_dir=.
2633 for ac_exec_ext in '' $ac_executable_extensions; do
2634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2635 ac_cv_prog_AWK="$ac_prog"
2636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2637 break 2
2638 fi
2639done
2640 done
2641IFS=$as_save_IFS
2642
2643fi
2644fi
2645AWK=$ac_cv_prog_AWK
2646if test -n "$AWK"; then
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2648$as_echo "$AWK" >&6; }
2649else
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2651$as_echo "no" >&6; }
2652fi
2653
2654
2655 test -n "$AWK" && break
2656done
2657
775956d0 2658
ee6a22df
L
2659srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2660
2661# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2662# a relative path.
2663if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2664 INSTALL="${srcpwd}/install-sh -c"
2665fi
2666
671aa708
NN
2667# Set srcdir to "." if that's what it is.
2668# This is important for multilib support.
2669pwd=`${PWDCMD-pwd}`
671aa708
NN
2670if test "${pwd}" = "${srcpwd}" ; then
2671 srcdir=.
79c06341
JL
2672fi
2673
671aa708 2674topsrcdir=$srcpwd
5d4a5ee6 2675
671aa708 2676extra_host_args=
afabd8e6 2677
671aa708
NN
2678### To add a new directory to the tree, first choose whether it is a target
2679### or a host dependent tool. Then put it into the appropriate list
2680### (library or tools, host or target), doing a dependency sort.
79c06341 2681
1c710c3c 2682# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2683# configdirs, or target_configdirs; see the serialization section below.
79c06341 2684
1c710c3c
DJ
2685# Dependency sorting is only needed when *configuration* must be done in
2686# a particular order. In all cases a dependency should be specified in
671aa708 2687# the Makefile, whether or not it's implicitly specified here.
79c06341 2688
671aa708
NN
2689# Double entries in build_configdirs, configdirs, or target_configdirs may
2690# cause circular dependencies and break everything horribly.
79c06341 2691
23f6b2f9
PB
2692# these library is used by various programs built for the build
2693# environment
2694#
2695build_libs="build-libiberty"
2696
2697# these tools are built for the build environment
85bfb75e 2698build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2699
671aa708
NN
2700# these libraries are used by various programs built for the host environment
2701#
33ad93b9 2702host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
671aa708 2703
671aa708
NN
2704# these tools are built for the host environment
2705# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2706# know that we are building the simulator.
2707# binutils, gas and ld appear in that order because it makes sense to run
2708# "make check" in that particular order.
38e3d868 2709# If --enable-gold is used, "gold" may replace "ld".
85bfb75e 2710host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
671aa708
NN
2711
2712# libgcj represents the runtime libraries only used by gcj.
2713libgcj="target-libffi \
671aa708 2714 target-zlib \
671aa708
NN
2715 target-libjava"
2716
2717# these libraries are built for the target environment, and are built after
2718# the host libraries and the host tools (which may be a cross compiler)
8499116a 2719# Note that libiberty is not a target library.
291f172e 2720target_libraries="target-libgcc \
671aa708
NN
2721 target-libgloss \
2722 target-newlib \
6d3b5aea 2723 target-libgomp \
48310492 2724 target-libatomic \
0a35513e 2725 target-libitm \
cb543528 2726 target-libstdc++-v3 \
6de9cd9a 2727 target-libmudflap \
77008252 2728 target-libssp \
1ec601bf 2729 target-libquadmath \
6de9cd9a 2730 target-libgfortran \
7cd0cf9c 2731 target-boehm-gc \
77d187bc 2732 ${libgcj} \
d9cdb878 2733 target-libobjc \
632e2a07
ILT
2734 target-libada \
2735 target-libgo"
671aa708 2736
4dbda6f0
NN
2737# these tools are built using the target libraries, and are intended to
2738# run only in the target environment
671aa708 2739#
4dbda6f0 2740# note: any program that *uses* libraries that are in the "target_libraries"
1bcce263 2741# list belongs in this list.
671aa708 2742#
85bfb75e 2743target_tools="target-rda"
79c06341 2744
671aa708 2745################################################################################
79c06341 2746
671aa708
NN
2747## All tools belong in one of the four categories, and are assigned above
2748## We assign ${configdirs} this way to remove all embedded newlines. This
2749## is important because configure will choke if they ever get through.
2750## ${configdirs} is directories we build using the host tools.
2751## ${target_configdirs} is directories we build using the target tools.
671aa708 2752configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2753target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2754build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2755
ac9e6043
RW
2756
2757
671aa708 2758################################################################################
79c06341 2759
671aa708 2760srcname="gnu development package"
79c06341 2761
671aa708
NN
2762# This gets set non-empty for some net releases of packages.
2763appdirs=""
79c06341 2764
671aa708
NN
2765# Define is_cross_compiler to save on calls to 'test'.
2766is_cross_compiler=
2767if test x"${host}" = x"${target}" ; then
2768 is_cross_compiler=no
79c06341 2769else
671aa708 2770 is_cross_compiler=yes
1c710c3c 2771fi
79c06341 2772
b4acb5ef 2773# Find the build and target subdir names.
8b87bb96 2774
2e9e6f68
DJ
2775# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2776# have matching libraries, they should use host libraries: Makefile.tpl
2777# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2778# However, they still use the build modules, because the corresponding
2779# host modules (e.g. bison) are only built for the host when bootstrap
2780# finishes. So:
2781# - build_subdir is where we find build modules, and never changes.
2782# - build_libsubdir is where we find build libraries, and can be overridden.
2783
2784# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2785build_subdir="build-${build_noncanonical}"
1c710c3c 2786
5213506e
RW
2787# Check whether --with-build-libsubdir was given.
2788if test "${with_build_libsubdir+set}" = set; then :
2789 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2790else
2791 build_libsubdir="$build_subdir"
5213506e
RW
2792fi
2793
215c351a
PB
2794# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2795if ( test $srcdir = . && test -d gcc ) \
2796 || test -d $srcdir/../host-${host_noncanonical}; then
2797 host_subdir="host-${host_noncanonical}"
2798else
2799 host_subdir=.
2800fi
8b87bb96
NN
2801# No prefix.
2802target_subdir=${target_noncanonical}
1c710c3c 2803
0db770bd
RW
2804# Be sure to cover against remnants of an in-tree build.
2805if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2806 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2807Use a pristine source tree when building in a separate tree" "$LINENO" 5
2808fi
79c06341 2809
671aa708
NN
2810# Skipdirs are removed silently.
2811skipdirs=
2812# Noconfigdirs are removed loudly.
2813noconfigdirs=""
79c06341 2814
671aa708
NN
2815use_gnu_ld=
2816# Make sure we don't let GNU ld be added if we didn't want it.
2817if test x$with_gnu_ld = xno ; then
2818 use_gnu_ld=no
5afab7ad 2819 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2820fi
2821
671aa708
NN
2822use_gnu_as=
2823# Make sure we don't let GNU as be added if we didn't want it.
2824if test x$with_gnu_as = xno ; then
2825 use_gnu_as=no
2826 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2827fi
2828
d7f09764
DN
2829use_included_zlib=
2830# Make sure we don't let ZLIB be added if we didn't want it.
2831if test x$with_system_zlib = xyes ; then
2832 use_included_zlib=no
2833 noconfigdirs="$noconfigdirs zlib"
2834fi
2835
1c710c3c 2836# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2837# it's not even worth trying to configure, much less build, that tool.
79c06341 2838
671aa708
NN
2839case ${with_x} in
2840 yes | "") ;; # the default value for this tree is that X11 is available
2841 no)
b4f96efe 2842 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2843 # We won't be able to build gdbtk without X.
1c710c3c 2844 enable_gdbtk=no
671aa708
NN
2845 ;;
2846 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2847esac
79c06341 2848
1bcce263 2849# Some are only suitable for cross toolchains.
671aa708
NN
2850# Remove these if host=target.
2851cross_only="target-libgloss target-newlib target-opcodes"
2852
2853case $is_cross_compiler in
2854 no) skipdirs="${skipdirs} ${cross_only}" ;;
671aa708 2855esac
79c06341 2856
671aa708
NN
2857# If both --with-headers and --with-libs are specified, default to
2858# --without-newlib.
ee6a22df
L
2859if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2860 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2861 if test x"${with_newlib}" = x ; then
2862 with_newlib=no
2863 fi
79c06341
JL
2864fi
2865
671aa708
NN
2866# Recognize --with-newlib/--without-newlib.
2867case ${with_newlib} in
2868 no) skipdirs="${skipdirs} target-newlib" ;;
2869 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2870esac
79c06341 2871
21539e2e
MK
2872# Handle --enable-gold, --enable-ld.
2873# --disable-gold [--enable-ld]
2874# Build only ld. Default option.
9580395f
L
2875# --enable-gold [--enable-ld]
2876# Build both gold and ld. Install gold as "ld.gold", install ld
2877# as "ld.bfd" and "ld".
2878# --enable-gold=default [--enable-ld]
21539e2e
MK
2879# Build both gold and ld. Install gold as "ld.gold" and "ld",
2880# install ld as "ld.bfd".
2881# --enable-gold[=default] --disable-ld
2882# Build only gold, which is then installed as both "ld.gold" and "ld".
2883# --enable-gold --enable-ld=default
9580395f
L
2884# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2885# and ld.bfd).
21539e2e
MK
2886# In other words, ld is default
2887# --enable-gold=default --enable-ld=default
2888# Error.
2889
2890default_ld=
5213506e
RW
2891# Check whether --enable-gold was given.
2892if test "${enable_gold+set}" = set; then :
2893 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2894else
2895 ENABLE_GOLD=no
5213506e
RW
2896fi
2897
21539e2e
MK
2898case "${ENABLE_GOLD}" in
2899 yes|default)
38e3d868
RM
2900 # Check for ELF target.
2901 is_elf=no
2902 case "${target}" in
2903 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2904 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a
JM
2905 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2906 | *-*-solaris2* | *-*-nto*)
38e3d868
RM
2907 case "${target}" in
2908 *-*-linux*aout* | *-*-linux*oldld*)
2909 ;;
2910 *)
2911 is_elf=yes
2912 ;;
2913 esac
2914 esac
2915
2916 if test "$is_elf" = "yes"; then
2917 # Check for target supported by gold.
5afab7ad 2918 case "${target}" in
38e3d868 2919 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
21539e2e
MK
2920 configdirs="$configdirs gold"
2921 if test x${ENABLE_GOLD} = xdefault; then
2922 default_ld=gold
2923 fi
38e3d868 2924 ENABLE_GOLD=yes
5afab7ad
ILT
2925 ;;
2926 esac
38e3d868
RM
2927 fi
2928 ;;
2929 no)
2930 ;;
2931 *)
2932 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2933 ;;
21539e2e
MK
2934esac
2935
2936# Check whether --enable-ld was given.
2937if test "${enable_ld+set}" = set; then :
2938 enableval=$enable_ld; ENABLE_LD=$enableval
2939else
2940 ENABLE_LD=yes
2941fi
2942
2943
2944case "${ENABLE_LD}" in
2945 default)
9580395f 2946 if test x${default_ld} != x; then
21539e2e
MK
2947 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2948 fi
2949 ;;
2950 yes)
2951 ;;
2952 no)
2953 if test x${ENABLE_GOLD} != xyes; then
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2955$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2956 fi
2957 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2958 ;;
2959 *)
2960 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2961 ;;
2962esac
5afab7ad 2963
671aa708 2964# Configure extra directories which are host specific
79c06341 2965
671aa708
NN
2966case "${host}" in
2967 *-cygwin*)
2968 configdirs="$configdirs libtermcap" ;;
2969esac
79c06341 2970
4fab7234
HPN
2971# A target can indicate whether a language isn't supported for some reason.
2972# Only spaces may be used in this macro; not newlines or tabs.
2973unsupported_languages=
2974
1c710c3c 2975# Remove more programs from consideration, based on the host or
671aa708
NN
2976# target this usually means that a port of the program doesn't
2977# exist yet.
ec8d6ddc 2978
671aa708 2979case "${host}" in
111eeb6e 2980 i[3456789]86-*-msdosdjgpp*)
c9bdb152 2981 noconfigdirs="$noconfigdirs tcl tk itcl"
671aa708 2982 ;;
671aa708 2983esac
ec8d6ddc 2984
6de9cd9a 2985
87e6d9dc
TB
2986# Check whether --enable-libquadmath was given.
2987if test "${enable_libquadmath+set}" = set; then :
2988 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
2989else
2990 ENABLE_LIBQUADMATH=yes
2991fi
2992
2993if test "${ENABLE_LIBQUADMATH}" = "no" ; then
2994 noconfigdirs="$noconfigdirs target-libquadmath"
2995fi
2996
2997
2998# Check whether --enable-libquadmath-support was given.
2999if test "${enable_libquadmath_support+set}" = set; then :
3000 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3001else
3002 ENABLE_LIBQUADMATH_SUPPORT=yes
3003fi
3004
3005enable_libquadmath_support=
3006if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3007 enable_libquadmath_support=no
3008fi
3009
3010
5213506e
RW
3011# Check whether --enable-libada was given.
3012if test "${enable_libada+set}" = set; then :
3013 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3014else
3015 ENABLE_LIBADA=yes
5213506e
RW
3016fi
3017
d9cdb878 3018if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3019 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3020fi
3021
5213506e
RW
3022# Check whether --enable-libssp was given.
3023if test "${enable_libssp+set}" = set; then :
3024 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3025else
3026 ENABLE_LIBSSP=yes
5213506e
RW
3027fi
3028
ef0087a7 3029
671aa708
NN
3030# Save it here so that, even in case of --enable-libgcj, if the Java
3031# front-end isn't enabled, we still get libgcj disabled.
3032libgcj_saved=$libgcj
3033case $enable_libgcj in
3034yes)
3035 # If we reset it here, it won't get added to noconfigdirs in the
3036 # target-specific build rules, so it will be forcibly enabled
3037 # (unless the Java language itself isn't enabled).
3038 libgcj=
3039 ;;
3040no)
3041 # Make sure we get it printed in the list of not supported target libs.
4da3b0f8
ILT
3042 # Don't disable libffi, though, other languages use it.
3043 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
d479b128
ILT
3044 # Clear libgcj_saved so that even if java is enabled libffi won't be
3045 # built.
3046 libgcj_saved=
671aa708
NN
3047 ;;
3048esac
ec8d6ddc 3049
a4a2c37d
MK
3050# Check whether --enable-static-libjava was given.
3051if test "${enable_static_libjava+set}" = set; then :
3052 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3053else
3054 ENABLE_STATIC_LIBJAVA=no
3055fi
3056
3057enable_static_libjava=
3058if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3059 enable_static_libjava=yes
3060fi
3061
3062if test x$enable_static_libjava != xyes ; then
3063 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3064fi
3065
6de9cd9a 3066
27079765
AH
3067# Disable libmudflap on some systems.
3068if test x$enable_libmudflap = x ; then
dfcada9a 3069 case "${target}" in
416ac4d4 3070 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
98a5bb3b 3071 # Enable libmudflap by default in GNU and friends.
dfcada9a 3072 ;;
a3e8d8b4
LR
3073 *-*-freebsd*)
3074 # Enable libmudflap by default in FreeBSD.
3075 ;;
dfcada9a
MM
3076 *)
3077 # Disable it by default everywhere else.
3078 noconfigdirs="$noconfigdirs target-libmudflap"
3079 ;;
3080 esac
27079765 3081fi
6de9cd9a 3082
27079765
AH
3083# Disable libgomp on non POSIX hosted systems.
3084if test x$enable_libgomp = x ; then
953ff289
DN
3085 # Enable libgomp by default on hosted POSIX systems.
3086 case "${target}" in
416ac4d4 3087 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 3088 ;;
8c6d158a 3089 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 3090 ;;
b24513a1 3091 *-*-solaris2* | *-*-hpux11*)
953ff289 3092 ;;
cac90078 3093 *-*-darwin* | *-*-aix*)
953ff289
DN
3094 ;;
3095 *)
3096 noconfigdirs="$noconfigdirs target-libgomp"
3097 ;;
3098 esac
27079765 3099fi
953ff289 3100
48310492
RH
3101# Disable libatomic on unsupported systems.
3102if test -d ${srcdir}/libatomic; then
3103 if test x$enable_libatomic = x; then
3104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3105$as_echo_n "checking for libatomic support... " >&6; }
3106 if (srcdir=${srcdir}/libatomic; \
3107 . ${srcdir}/configure.tgt; \
3108 test -n "$UNSUPPORTED")
3109 then
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3111$as_echo "no" >&6; }
3112 noconfigdirs="$noconfigdirs target-libatomic"
3113 else
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3115$as_echo "yes" >&6; }
3116 fi
3117 fi
3118fi
3119
e948157d
RH
3120# Disable libitm on unsupported systems.
3121if test -d ${srcdir}/libitm; then
3122 if test x$enable_libitm = x; then
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
01f3428c 3124$as_echo_n "checking for libitm support... " >&6; }
e948157d
RH
3125 if (srcdir=${srcdir}/libitm; \
3126 . ${srcdir}/configure.tgt; \
3127 test -n "$UNSUPPORTED")
3128 then
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
01f3428c 3130$as_echo "no" >&6; }
e948157d
RH
3131 noconfigdirs="$noconfigdirs target-libitm"
3132 else
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
01f3428c 3134$as_echo "yes" >&6; }
e948157d
RH
3135 fi
3136 fi
0a35513e
AH
3137fi
3138
1e9e0e23
JM
3139# Disable libssp for some systems.
3140case "${target}" in
3141 avr-*-*)
b318fb4b 3142 # No hosted I/O support.
1e9e0e23
JM
3143 noconfigdirs="$noconfigdirs target-libssp"
3144 ;;
3145 powerpc-*-aix* | rs6000-*-aix*)
3146 noconfigdirs="$noconfigdirs target-libssp"
85b8555e
DD
3147 ;;
3148 rl78-*-*)
7cb62ef1
EB
3149 # libssp uses a misaligned load to trigger a fault, but the RL78
3150 # doesn't fault for those - instead, it gives a build-time error
3151 # for explicit misaligned loads.
85b8555e 3152 noconfigdirs="$noconfigdirs target-libssp"
1e9e0e23 3153 ;;
1e9e0e23
JM
3154esac
3155
a4cf6e46
GJL
3156# Disable libquadmath for some systems.
3157case "${target}" in
3158 avr-*-*)
3159 noconfigdirs="$noconfigdirs target-libquadmath"
3160 ;;
3161esac
3162
1e9e0e23
JM
3163# Disable libstdc++-v3 for some systems.
3164case "${target}" in
3165 *-*-vxworks*)
3166 # VxWorks uses the Dinkumware C++ library.
3167 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3168 ;;
3169 arm*-wince-pe*)
3170 # the C++ libraries don't build on top of CE's C libraries
3171 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3172 ;;
3173 avr-*-*)
3174 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3175 ;;
3176esac
3177
3178# Disable Fortran for some systems.
3179case "${target}" in
3180 mmix-*-*)
3181 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3182 unsupported_languages="$unsupported_languages fortran"
3183 ;;
3184esac
3185
80f81134 3186# Disable Java if libffi is not supported.
2909494b 3187case "${target}" in
80f81134
JM
3188 alpha*-*-*)
3189 ;;
3190 arm*-*-*)
3191 ;;
3192 cris-*-*)
3193 ;;
3194 frv-*-*)
3195 ;;
3196 hppa*-*-linux*)
3197 ;;
3198 hppa*-*-hpux*)
3199 ;;
3200 i?86-*-*)
3201 ;;
3202 ia64*-*-*)
3203 ;;
3204 m32r*-*-*)
3205 ;;
3206 m68k-*-*)
3207 ;;
b24513a1 3208 mips*-*-rtems*)
80f81134
JM
3209 ;;
3210 mips*-*-linux*)
3211 ;;
3212 powerpc*-*-linux*)
3213 ;;
3214 powerpc-*-darwin*)
3215 ;;
3216 powerpc-*-aix* | rs6000-*-aix*)
3217 ;;
3218 powerpc-*-freebsd*)
3219 ;;
3220 powerpc64-*-freebsd*)
3221 ;;
3222 powerpc*-*-rtems*)
2909494b 3223 ;;
80f81134
JM
3224 s390-*-* | s390x-*-*)
3225 ;;
3226 sh-*-* | sh[34]*-*-*)
3227 ;;
3228 sh64-*-* | sh5*-*-*)
3229 ;;
3230 sparc*-*-*)
3231 ;;
3232 x86_64-*-*)
3233 ;;
3234 *-*-*)
3235 unsupported_languages="$unsupported_languages java"
3236 ;;
3237esac
3238
3239# Disable Java, libgcj or related libraries for some systems.
3240case "${target}" in
2909494b
JM
3241 powerpc-*-darwin*)
3242 ;;
3243 i[3456789]86-*-darwin*)
3244 ;;
3245 x86_64-*-darwin[912]*)
3246 ;;
3247 *-*-darwin*)
3248 noconfigdirs="$noconfigdirs ${libgcj}"
3249 ;;
2909494b
JM
3250 *-*-netware*)
3251 noconfigdirs="$noconfigdirs ${libgcj}"
3252 ;;
3253 *-*-rtems*)
3254 noconfigdirs="$noconfigdirs ${libgcj}"
3255 ;;
3256 *-*-tpf*)
3257 noconfigdirs="$noconfigdirs ${libgcj}"
3258 ;;
3259 *-*-uclinux*)
3260 noconfigdirs="$noconfigdirs ${libgcj}"
3261 ;;
3262 *-*-vxworks*)
3263 noconfigdirs="$noconfigdirs ${libgcj}"
3264 ;;
2909494b
JM
3265 alpha*-*-*vms*)
3266 noconfigdirs="$noconfigdirs ${libgcj}"
3267 ;;
80f81134 3268 arm-wince-pe)
2909494b
JM
3269 noconfigdirs="$noconfigdirs ${libgcj}"
3270 ;;
2909494b
JM
3271 arm*-*-symbianelf*)
3272 noconfigdirs="$noconfigdirs ${libgcj}"
3273 ;;
2909494b 3274 bfin-*-*)
2909494b
JM
3275 noconfigdirs="$noconfigdirs target-boehm-gc"
3276 ;;
2909494b
JM
3277 cris-*-* | crisv32-*-*)
3278 unsupported_languages="$unsupported_languages java"
3279 case "${target}" in
3280 *-*-linux*)
3281 ;;
3282 *) # See PR46792 regarding target-libffi.
3283 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3284 esac
3285 ;;
2909494b
JM
3286 hppa*64*-*-linux*)
3287 # In this case, it's because the hppa64-linux target is for
3288 # the kernel only at this point and has no libc, and thus no
3289 # headers, crt*.o, etc., all of which are needed by these.
fddf9ee7 3290 unsupported_languages="$unsupported_languages java"
2909494b 3291 ;;
fddf9ee7 3292 hppa*64*-*-hpux*)
2909494b
JM
3293 noconfigdirs="$noconfigdirs ${libgcj}"
3294 ;;
3295 hppa*-hp-hpux11*)
3296 ;;
fddf9ee7 3297 hppa*-*-hpux*)
2909494b
JM
3298 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3299 # build on HP-UX 10.20.
3300 noconfigdirs="$noconfigdirs ${libgcj}"
3301 ;;
2909494b
JM
3302 ia64*-*-*vms*)
3303 noconfigdirs="$noconfigdirs ${libgcj}"
3304 ;;
2909494b
JM
3305 i[3456789]86-w64-mingw*)
3306 noconfigdirs="$noconfigdirs ${libgcj}"
3307 ;;
3308 i[3456789]86-*-mingw*)
3309 noconfigdirs="$noconfigdirs ${libgcj}"
3310 ;;
3311 x86_64-*-mingw*)
3312 noconfigdirs="$noconfigdirs ${libgcj}"
3313 ;;
2909494b
JM
3314 mmix-*-*)
3315 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
2909494b
JM
3316 ;;
3317 powerpc-*-aix*)
3318 # copied from rs6000-*-* entry
3319 noconfigdirs="$noconfigdirs ${libgcj}"
3320 ;;
2909494b
JM
3321 rs6000-*-aix*)
3322 noconfigdirs="$noconfigdirs ${libgcj}"
3323 ;;
2909494b
JM
3324 *-*-lynxos*)
3325 noconfigdirs="$noconfigdirs ${libgcj}"
3326 ;;
2909494b
JM
3327esac
3328
c03353e2
RIL
3329# Default libgloss CPU subdirectory.
3330libgloss_dir="$target_cpu"
6de9cd9a 3331
fbcf0dca
JM
3332case "${target}" in
3333 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3334 libgloss_dir=wince
3335 ;;
3336 arm*-*-*)
3337 libgloss_dir=arm
3338 ;;
3339 cris-*-* | crisv32-*-*)
3340 libgloss_dir=cris
3341 ;;
3342 hppa*-*-*)
3343 libgloss_dir=pa
3344 ;;
3345 i[3456789]86-*-*)
3346 libgloss_dir=i386
3347 ;;
3348 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3349 libgloss_dir=m68hc11
3350 ;;
3351 m68*-*-* | fido-*-*)
3352 libgloss_dir=m68k
3353 ;;
3354 mips*-*-*)
3355 libgloss_dir=mips
3356 ;;
3357 powerpc*-*-*)
3358 libgloss_dir=rs6000
3359 ;;
3360 sparc*-*-*)
3361 libgloss_dir=sparc
3362 ;;
3363esac
3364
6a789d5e 3365# Disable newlib and libgloss for various target OSes.
671aa708 3366case "${target}" in
6a789d5e
JM
3367 alpha*-dec-osf*)
3368 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3369 ;;
3370 i[3456789]86-*-linux*)
3371 # This section makes it possible to build newlib natively on linux.
3372 # If we are using a cross compiler then don't configure newlib.
3373 if test x${is_cross_compiler} != xno ; then
3374 noconfigdirs="$noconfigdirs target-newlib"
3375 fi
3376 noconfigdirs="$noconfigdirs target-libgloss"
3377 # If we are not using a cross compiler, do configure newlib.
3378 # Note however, that newlib will only be configured in this situation
3379 # if the --with-newlib option has been given, because otherwise
3380 # 'target-newlib' will appear in skipdirs.
3381 ;;
3382 i[3456789]86-*-rdos*)
3383 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3384 ;;
3385 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3386 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3387 ;;
3388 sparc-*-sunos4*)
3389 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3390 ;;
3391 *-*-aix*)
3392 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3393 ;;
3394 *-*-beos*)
3395 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3396 ;;
671aa708 3397 *-*-chorusos)
0036370f 3398 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3399 ;;
6a789d5e
JM
3400 *-*-dragonfly*)
3401 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3402 ;;
3403 *-*-freebsd*)
3404 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3405 ;;
3406 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3407 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3408 ;;
3409 *-*-lynxos*)
3410 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3411 ;;
3412 *-*-mingw*)
3413 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3414 ;;
3415 *-*-netbsd*)
3416 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3417 ;;
3418 *-*-netware*)
3419 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3420 ;;
3421 *-*-tpf*)
3422 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3423 ;;
3424 *-*-uclinux*)
3425 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3426 ;;
3427 *-*-vxworks*)
3428 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3429 ;;
3430esac
3431
3432case "${target}" in
3433 *-*-chorusos)
3434 ;;
75eeae1a 3435 powerpc-*-darwin*)
e1514c3f 3436 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3437 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3438 ;;
354ebf88
RW
3439 i[3456789]86-*-darwin*)
3440 noconfigdirs="$noconfigdirs ld gprof"
3441 noconfigdirs="$noconfigdirs sim target-rda"
3442 ;;
3443 x86_64-*-darwin[912]*)
0db3a858
TG
3444 noconfigdirs="$noconfigdirs ld gas gprof"
3445 noconfigdirs="$noconfigdirs sim target-rda"
3446 ;;
42c1cd8a
AT
3447 *-*-darwin*)
3448 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3449 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 3450 ;;
8c6d158a 3451 *-*-dragonfly*)
8c6d158a 3452 ;;
c3f84f61 3453 *-*-freebsd*)
6de9cd9a
DN
3454 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3455 && test -f /usr/local/include/gmp.h; then
3456 with_gmp=/usr/local
3457 fi
6de9cd9a 3458 ;;
ef4e7569
US
3459 *-*-kaos*)
3460 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
3461 noconfigdirs="$noconfigdirs target-libgloss"
3462 ;;
671aa708 3463 *-*-netbsd*)
671aa708 3464 ;;
61fec9ff 3465 *-*-netware*)
671aa708
NN
3466 ;;
3467 *-*-rtems*)
2909494b 3468 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3469 ;;
a8ba31f2
EC
3470 # The tpf target doesn't support gdb yet.
3471 *-*-tpf*)
6a789d5e 3472 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 3473 ;;
5785c0ed 3474 *-*-uclinux*)
6a789d5e 3475 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 3476 ;;
671aa708 3477 *-*-vxworks*)
671aa708
NN
3478 ;;
3479 alpha*-dec-osf*)
3480 # ld works, but does not support shared libraries.
671aa708 3481 # gas doesn't generate exception information.
6a789d5e 3482 noconfigdirs="$noconfigdirs gas ld"
671aa708
NN
3483 ;;
3484 alpha*-*-*vms*)
2909494b 3485 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
671aa708 3486 ;;
671aa708
NN
3487 alpha*-*-*)
3488 # newlib is not 64 bit ready
2909494b 3489 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3490 ;;
671aa708 3491 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 3492 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708
NN
3493 ;;
3494 arc-*-*)
ebb9f8b0 3495 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3496 ;;
671aa708 3497 arm-*-pe*)
2909494b 3498 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3499 ;;
671aa708 3500 arm-*-riscix*)
0036370f 3501 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3502 ;;
671aa708 3503 c4x-*-* | tic4x-*-*)
0036370f 3504 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3505 ;;
0036370f
JM
3506 tic54x-*-*)
3507 noconfigdirs="$noconfigdirs target-libgloss gdb"
671aa708 3508 ;;
671aa708 3509 d10v-*-*)
0036370f 3510 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3511 ;;
3512 d30v-*-*)
0036370f 3513 noconfigdirs="$noconfigdirs gdb"
671aa708
NN
3514 ;;
3515 fr30-*-elf*)
2909494b 3516 noconfigdirs="$noconfigdirs gdb"
671aa708 3517 ;;
55f2d967 3518 moxie-*-*)
55f2d967
AG
3519 noconfigdirs="$noconfigdirs gprof"
3520 ;;
671aa708 3521 h8300*-*-*)
2909494b 3522 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3523 ;;
3524 h8500-*-*)
0036370f 3525 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3526 ;;
ee6a22df 3527 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3528 ;;
4569f85e 3529 hppa*64*-*-linux*)
671aa708 3530 ;;
56f8587a 3531 hppa*-*-linux*)
3e732ba0 3532 ;;
671aa708 3533 hppa*-*-*elf* | \
671aa708
NN
3534 hppa*-*-lites* | \
3535 hppa*-*-openbsd* | \
3536 hppa*64*-*-*)
671aa708 3537 ;;
2a332582 3538 hppa*-hp-hpux11*)
1bcce263 3539 noconfigdirs="$noconfigdirs ld"
2a332582 3540 ;;
c03353e2 3541 hppa*-*-pro*)
c03353e2 3542 ;;
671aa708 3543 hppa*-*-*)
2909494b 3544 noconfigdirs="$noconfigdirs ld"
671aa708 3545 ;;
fb87ad5d 3546 i960-*-*)
0036370f 3547 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 3548 ;;
671aa708
NN
3549 ia64*-*-elf*)
3550 # No gdb support yet.
1bcce263 3551 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
671aa708
NN
3552 ;;
3553 ia64*-**-hpux*)
5a2931d1 3554 # No ld support yet.
2909494b 3555 noconfigdirs="$noconfigdirs libgui itcl ld"
671aa708 3556 ;;
52535a64 3557 ia64*-*-*vms*)
091fe9ca
TG
3558 # No ld support yet.
3559 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 3560 ;;
ef4c4300 3561 i[3456789]86-w64-mingw*)
ef4c4300
KT
3562 ;;
3563 i[3456789]86-*-mingw*)
b91f0a41 3564 target_configdirs="$target_configdirs target-winsup"
1c710c3c 3565 ;;
671aa708
NN
3566 *-*-cygwin*)
3567 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 3568 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 3569 # always build newlib if winsup directory is present.
b91f0a41 3570 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3571 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3572 elif test -d "$srcdir/newlib"; then
b91f0a41 3573 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3574 fi
1c710c3c 3575 ;;
f2a0e225 3576 i[3456789]86-*-pe)
ebb9f8b0 3577 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3578 ;;
f2a0e225 3579 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3580 # The linker does not yet know about weak symbols in COFF,
3581 # and is not configured to handle mixed ELF and COFF.
0036370f 3582 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3583 ;;
f2a0e225 3584 i[3456789]86-*-sco*)
0036370f 3585 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3586 ;;
fbdd5d87 3587 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
671aa708
NN
3588 noconfigdirs="$noconfigdirs target-libgloss"
3589 ;;
f2a0e225 3590 i[3456789]86-*-sysv4*)
0036370f 3591 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3592 ;;
f2a0e225 3593 i[3456789]86-*-beos*)
6a789d5e 3594 noconfigdirs="$noconfigdirs gdb"
3aa83176 3595 ;;
d1f8db0c 3596 i[3456789]86-*-rdos*)
6a789d5e 3597 noconfigdirs="$noconfigdirs gdb"
c03353e2 3598 ;;
671aa708 3599 mmix-*-*)
2909494b 3600 noconfigdirs="$noconfigdirs gdb"
671aa708 3601 ;;
ab34901f 3602 mt-*-*)
79dd769c
AH
3603 noconfigdirs="$noconfigdirs sim"
3604 ;;
671aa708
NN
3605 powerpc-*-aix*)
3606 # copied from rs6000-*-* entry
6a789d5e 3607 noconfigdirs="$noconfigdirs gprof"
671aa708 3608 ;;
4569f85e 3609 powerpc*-*-winnt* | powerpc*-*-pe*)
671aa708 3610 target_configdirs="$target_configdirs target-winsup"
0036370f 3611 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
671aa708
NN
3612 # always build newlib.
3613 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3614 ;;
3615 # This is temporary until we can link against shared libraries
3616 powerpcle-*-solaris*)
0036370f 3617 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
671aa708
NN
3618 ;;
3619 powerpc-*-beos*)
6a789d5e 3620 noconfigdirs="$noconfigdirs gdb"
671aa708 3621 ;;
671aa708 3622 rs6000-*-lynxos*)
6a789d5e 3623 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3624 ;;
3625 rs6000-*-aix*)
6a789d5e 3626 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3627 ;;
3628 rs6000-*-*)
2909494b 3629 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3630 ;;
3631 m68k-apollo-*)
0036370f 3632 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
671aa708 3633 ;;
ca9fe997 3634 microblaze*)
2909494b 3635 noconfigdirs="$noconfigdirs gprof"
ca9fe997 3636 ;;
d9dced13 3637 mips*-sde-elf*)
d9dced13
RS
3638 if test x$with_newlib = xyes; then
3639 noconfigdirs="$noconfigdirs gprof"
3640 fi
d9dced13 3641 ;;
671aa708 3642 mips*-*-irix5*)
0036370f 3643 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708
NN
3644 ;;
3645 mips*-*-irix6*)
2909494b 3646 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3647 ;;
671aa708 3648 mips*-*-bsd*)
0036370f 3649 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3650 ;;
671aa708 3651 mips*-*-linux*)
671aa708
NN
3652 ;;
3653 mips*-*-*)
2909494b 3654 noconfigdirs="$noconfigdirs gprof"
671aa708 3655 ;;
669f01d8 3656 sh-*-* | sh64-*-*)
ea2002ba
CB
3657 case "${target}" in
3658 sh*-*-elf)
2909494b 3659 ;;
ea2002ba 3660 *)
2909494b 3661 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 3662 esac
671aa708 3663 ;;
671aa708 3664 sparc-*-sunos4*)
6a789d5e 3665 if test x${is_cross_compiler} = xno ; then
671aa708
NN
3666 use_gnu_ld=no
3667 fi
3668 ;;
b42f0d7e 3669 tic6x-*-*)
0d557ff8 3670 noconfigdirs="$noconfigdirs sim"
b42f0d7e 3671 ;;
db1d217c
WL
3672 tilepro-*-* | tilegx-*-*)
3673 noconfigdirs="$noconfigdirs sim"
3674 ;;
671aa708 3675 v810-*-*)
0036370f 3676 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
671aa708
NN
3677 ;;
3678 vax-*-*)
2909494b 3679 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3680 ;;
671aa708 3681esac
79c06341 3682
671aa708
NN
3683# If we aren't building newlib, then don't build libgloss, since libgloss
3684# depends upon some newlib header files.
3685case "${noconfigdirs}" in
3686 *target-libgloss*) ;;
3687 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3688esac
3689
671aa708 3690# Work in distributions that contain no compiler tools, like Autoconf.
671aa708
NN
3691host_makefile_frag=/dev/null
3692if test -d ${srcdir}/config ; then
3693case "${host}" in
f2a0e225 3694 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3695 host_makefile_frag="config/mh-djgpp"
3696 ;;
3697 *-cygwin*)
2a79c47f 3698
5213506e
RW
3699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3700$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3701echo a >cygwin-cat-check
e25a8c82 3702if test `cat cygwin-cat-check` = a ; then
2a79c47f 3703 rm cygwin-cat-check
5213506e
RW
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3705$as_echo "yes" >&6; }
2a79c47f
NC
3706else
3707 rm cygwin-cat-check
5213506e
RW
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3709$as_echo "no" >&6; }
3710 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3711 Please either mount the build directory in binary mode or run the following
3712 commands before running any configure script:
3713set -o igncr
3714export SHELLOPTS
5213506e 3715 " "$LINENO" 5
2a79c47f
NC
3716fi
3717
671aa708
NN
3718 host_makefile_frag="config/mh-cygwin"
3719 ;;
c53a18d3 3720 *-mingw*)
1f5a6b84 3721 host_makefile_frag="config/mh-mingw"
95af8923 3722 ;;
efd41714 3723 hppa*-hp-hpux10*)
efd41714 3724 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3725 ;;
111eeb6e 3726 hppa*-hp-hpux*)
efd41714
PB
3727 host_makefile_frag="config/mh-pa"
3728 ;;
3729 hppa*-*)
3730 host_makefile_frag="config/mh-pa"
3731 ;;
d8ed14ce
IS
3732 *-*-darwin*)
3733 host_makefile_frag="config/mh-darwin"
be8fff81 3734 ;;
d19bca38
PB
3735 powerpc-*-aix*)
3736 host_makefile_frag="config/mh-ppc-aix"
3737 ;;
3738 rs6000-*-aix*)
3739 host_makefile_frag="config/mh-ppc-aix"
3740 ;;
671aa708
NN
3741esac
3742fi
3743
55ffb5ed 3744if test "${build}" != "${host}" ; then
0999159b
PB
3745 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3746 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3747 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3748 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3749 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3750 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 3751 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
3752 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3753 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3754 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3755 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3756 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3757 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3758else
3759 AR_FOR_BUILD="\$(AR)"
3760 AS_FOR_BUILD="\$(AS)"
fb0103e5 3761 CC_FOR_BUILD="\$(CC)"
0999159b
PB
3762 CXX_FOR_BUILD="\$(CXX)"
3763 GCJ_FOR_BUILD="\$(GCJ)"
3764 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 3765 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
3766 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3767 LD_FOR_BUILD="\$(LD)"
3768 NM_FOR_BUILD="\$(NM)"
3769 RANLIB_FOR_BUILD="\$(RANLIB)"
3770 WINDRES_FOR_BUILD="\$(WINDRES)"
3771 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
3772fi
3773
3774ac_ext=c
1c710c3c
DJ
3775ac_cpp='$CPP $CPPFLAGS'
3776ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3777ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3778ac_compiler_gnu=$ac_cv_c_compiler_gnu
3779if test -n "$ac_tool_prefix"; then
3780 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3781set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3783$as_echo_n "checking for $ac_word... " >&6; }
3784if test "${ac_cv_prog_CC+set}" = set; then :
3785 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3786else
3787 if test -n "$CC"; then
3788 ac_cv_prog_CC="$CC" # Let the user override the test.
3789else
3790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3791for as_dir in $PATH
3792do
3793 IFS=$as_save_IFS
3794 test -z "$as_dir" && as_dir=.
5213506e
RW
3795 for ac_exec_ext in '' $ac_executable_extensions; do
3796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3797 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3799 break 2
3800 fi
3801done
5213506e
RW
3802 done
3803IFS=$as_save_IFS
1c710c3c
DJ
3804
3805fi
3806fi
3807CC=$ac_cv_prog_CC
3808if test -n "$CC"; then
5213506e
RW
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3810$as_echo "$CC" >&6; }
1c710c3c 3811else
5213506e
RW
3812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3813$as_echo "no" >&6; }
1c710c3c
DJ
3814fi
3815
5213506e 3816
1c710c3c
DJ
3817fi
3818if test -z "$ac_cv_prog_CC"; then
3819 ac_ct_CC=$CC
fb0103e5
RG
3820 # Extract the first word of "gcc", so it can be a program name with args.
3821set dummy gcc; ac_word=$2
5213506e
RW
3822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3823$as_echo_n "checking for $ac_word... " >&6; }
3824if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3825 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3826else
3827 if test -n "$ac_ct_CC"; then
3828 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3829else
3830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3831for as_dir in $PATH
3832do
3833 IFS=$as_save_IFS
3834 test -z "$as_dir" && as_dir=.
5213506e
RW
3835 for ac_exec_ext in '' $ac_executable_extensions; do
3836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3837 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3839 break 2
3840 fi
3841done
5213506e
RW
3842 done
3843IFS=$as_save_IFS
1c710c3c
DJ
3844
3845fi
3846fi
3847ac_ct_CC=$ac_cv_prog_ac_ct_CC
3848if test -n "$ac_ct_CC"; then
5213506e
RW
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3850$as_echo "$ac_ct_CC" >&6; }
1c710c3c 3851else
5213506e
RW
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3853$as_echo "no" >&6; }
1c710c3c
DJ
3854fi
3855
5213506e
RW
3856 if test "x$ac_ct_CC" = x; then
3857 CC=""
3858 else
3859 case $cross_compiling:$ac_tool_warned in
3860yes:)
3861{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3862$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3863ac_tool_warned=yes ;;
3864esac
3865 CC=$ac_ct_CC
3866 fi
1c710c3c
DJ
3867else
3868 CC="$ac_cv_prog_CC"
3869fi
3870
3871if test -z "$CC"; then
5213506e
RW
3872 if test -n "$ac_tool_prefix"; then
3873 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 3874set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
3875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3876$as_echo_n "checking for $ac_word... " >&6; }
3877if test "${ac_cv_prog_CC+set}" = set; then :
3878 $as_echo_n "(cached) " >&6
55ffb5ed
NN
3879else
3880 if test -n "$CC"; then
3881 ac_cv_prog_CC="$CC" # Let the user override the test.
3882else
1c710c3c
DJ
3883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3884for as_dir in $PATH
3885do
3886 IFS=$as_save_IFS
3887 test -z "$as_dir" && as_dir=.
5213506e
RW
3888 for ac_exec_ext in '' $ac_executable_extensions; do
3889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3890 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 3891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3892 break 2
3893 fi
3894done
5213506e
RW
3895 done
3896IFS=$as_save_IFS
1c710c3c 3897
0b0dc272 3898fi
0b0dc272 3899fi
1c710c3c 3900CC=$ac_cv_prog_CC
af71363e 3901if test -n "$CC"; then
5213506e
RW
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3903$as_echo "$CC" >&6; }
2aeb72e9 3904else
5213506e
RW
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3906$as_echo "no" >&6; }
2aeb72e9
DD
3907fi
3908
2aeb72e9 3909
5213506e 3910 fi
1c710c3c 3911fi
55ffb5ed
NN
3912if test -z "$CC"; then
3913 # Extract the first word of "cc", so it can be a program name with args.
3914set dummy cc; ac_word=$2
5213506e
RW
3915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3916$as_echo_n "checking for $ac_word... " >&6; }
3917if test "${ac_cv_prog_CC+set}" = set; then :
3918 $as_echo_n "(cached) " >&6
55ffb5ed
NN
3919else
3920 if test -n "$CC"; then
3921 ac_cv_prog_CC="$CC" # Let the user override the test.
3922else
0b0dc272 3923 ac_prog_rejected=no
1c710c3c
DJ
3924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3925for as_dir in $PATH
3926do
3927 IFS=$as_save_IFS
3928 test -z "$as_dir" && as_dir=.
5213506e
RW
3929 for ac_exec_ext in '' $ac_executable_extensions; do
3930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
3931 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3932 ac_prog_rejected=yes
3933 continue
3934 fi
3935 ac_cv_prog_CC="cc"
5213506e 3936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3937 break 2
3938 fi
3939done
5213506e
RW
3940 done
3941IFS=$as_save_IFS
1c710c3c 3942
55ffb5ed
NN
3943if test $ac_prog_rejected = yes; then
3944 # We found a bogon in the path, so make sure we never use it.
3945 set dummy $ac_cv_prog_CC
3946 shift
1c710c3c 3947 if test $# != 0; then
55ffb5ed
NN
3948 # We chose a different compiler from the bogus one.
3949 # However, it has the same basename, so the bogon will be chosen
3950 # first if we set CC to just the basename; use the full file name.
3951 shift
1c710c3c 3952 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
3953 fi
3954fi
3955fi
3956fi
1c710c3c 3957CC=$ac_cv_prog_CC
55ffb5ed 3958if test -n "$CC"; then
5213506e
RW
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3960$as_echo "$CC" >&6; }
55ffb5ed 3961else
5213506e
RW
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3963$as_echo "no" >&6; }
55ffb5ed
NN
3964fi
3965
5213506e 3966
1c710c3c
DJ
3967fi
3968if test -z "$CC"; then
3969 if test -n "$ac_tool_prefix"; then
5213506e 3970 for ac_prog in cl.exe
1c710c3c
DJ
3971 do
3972 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3973set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
3974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3975$as_echo_n "checking for $ac_word... " >&6; }
3976if test "${ac_cv_prog_CC+set}" = set; then :
3977 $as_echo_n "(cached) " >&6
55ffb5ed
NN
3978else
3979 if test -n "$CC"; then
3980 ac_cv_prog_CC="$CC" # Let the user override the test.
3981else
1c710c3c
DJ
3982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3983for as_dir in $PATH
3984do
3985 IFS=$as_save_IFS
3986 test -z "$as_dir" && as_dir=.
5213506e
RW
3987 for ac_exec_ext in '' $ac_executable_extensions; do
3988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3989 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 3990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3991 break 2
3992 fi
3993done
5213506e
RW
3994 done
3995IFS=$as_save_IFS
1c710c3c 3996
55ffb5ed
NN
3997fi
3998fi
1c710c3c 3999CC=$ac_cv_prog_CC
55ffb5ed 4000if test -n "$CC"; then
5213506e
RW
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4002$as_echo "$CC" >&6; }
a4b9e93e 4003else
5213506e
RW
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4005$as_echo "no" >&6; }
fb0103e5 4006fi
af71363e 4007
5213506e 4008
1c710c3c
DJ
4009 test -n "$CC" && break
4010 done
af71363e 4011fi
1c710c3c
DJ
4012if test -z "$CC"; then
4013 ac_ct_CC=$CC
5213506e 4014 for ac_prog in cl.exe
1c710c3c
DJ
4015do
4016 # Extract the first word of "$ac_prog", so it can be a program name with args.
4017set dummy $ac_prog; ac_word=$2
5213506e
RW
4018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4019$as_echo_n "checking for $ac_word... " >&6; }
4020if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4021 $as_echo_n "(cached) " >&6
0b0dc272 4022else
1c710c3c
DJ
4023 if test -n "$ac_ct_CC"; then
4024 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4025else
1c710c3c
DJ
4026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4027for as_dir in $PATH
4028do
4029 IFS=$as_save_IFS
4030 test -z "$as_dir" && as_dir=.
5213506e
RW
4031 for ac_exec_ext in '' $ac_executable_extensions; do
4032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4033 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4035 break 2
4036 fi
4037done
5213506e
RW
4038 done
4039IFS=$as_save_IFS
1c710c3c 4040
af71363e
AS
4041fi
4042fi
1c710c3c
DJ
4043ac_ct_CC=$ac_cv_prog_ac_ct_CC
4044if test -n "$ac_ct_CC"; then
5213506e
RW
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4046$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4047else
5213506e
RW
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4049$as_echo "no" >&6; }
af71363e 4050fi
0b0dc272 4051
5213506e 4052
1c710c3c
DJ
4053 test -n "$ac_ct_CC" && break
4054done
4055
5213506e
RW
4056 if test "x$ac_ct_CC" = x; then
4057 CC=""
4058 else
4059 case $cross_compiling:$ac_tool_warned in
4060yes:)
4061{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4062$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4063ac_tool_warned=yes ;;
4064esac
4065 CC=$ac_ct_CC
4066 fi
1c710c3c
DJ
4067fi
4068
4069fi
4070
4071
5213506e
RW
4072test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4073$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4074as_fn_error "no acceptable C compiler found in \$PATH
4075See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4076
4077# Provide some information about the compiler.
5213506e
RW
4078$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4079set X $ac_compile
4080ac_compiler=$2
4081for ac_option in --version -v -V -qversion; do
4082 { { ac_try="$ac_compiler $ac_option >&5"
4083case "(($ac_try" in
4084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4085 *) ac_try_echo=$ac_try;;
4086esac
4087eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4088$as_echo "$ac_try_echo"; } >&5
4089 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4090 ac_status=$?
5213506e
RW
4091 if test -s conftest.err; then
4092 sed '10a\
4093... rest of stderr output deleted ...
4094 10q' conftest.err >conftest.er1
4095 cat conftest.er1 >&5
4096 rm -f conftest.er1 conftest.err
4097 fi
4098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4099 test $ac_status = 0; }
4100done
1c710c3c 4101
5213506e 4102cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4103/* end confdefs.h. */
4104
4105int
4106main ()
4107{
4108
4109 ;
4110 return 0;
4111}
4112_ACEOF
4113ac_clean_files_save=$ac_clean_files
5213506e 4114ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4115# Try to create an executable without -o first, disregard a.out.
4116# It will help us diagnose broken compilers, and finding out an intuition
4117# of exeext.
5213506e
RW
4118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4119$as_echo_n "checking for C compiler default output file name... " >&6; }
4120ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4121
4122# The possible output files:
4123ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4124
4125ac_rmfiles=
4126for ac_file in $ac_files
4127do
4128 case $ac_file in
4129 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4130 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4131 esac
4132done
4133rm -f $ac_rmfiles
4134
4135if { { ac_try="$ac_link_default"
4136case "(($ac_try" in
4137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4138 *) ac_try_echo=$ac_try;;
4139esac
4140eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4141$as_echo "$ac_try_echo"; } >&5
4142 (eval "$ac_link_default") 2>&5
1c710c3c 4143 ac_status=$?
5213506e
RW
4144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4145 test $ac_status = 0; }; then :
4146 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4147# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4148# in a Makefile. We should not override ac_cv_exeext if it was cached,
4149# so that the user can short-circuit this test for compilers unknown to
4150# Autoconf.
4151for ac_file in $ac_files ''
1c710c3c
DJ
4152do
4153 test -f "$ac_file" || continue
4154 case $ac_file in
5213506e 4155 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4156 ;;
4157 [ab].out )
4158 # We found the default executable, but exeext='' is most
4159 # certainly right.
4160 break;;
4161 *.* )
5213506e
RW
4162 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4163 then :; else
4164 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4165 fi
4166 # We set ac_cv_exeext here because the later test for it is not
4167 # safe: cross compilers may not add the suffix if given an `-o'
4168 # argument, so we may need to know it at that point already.
4169 # Even if this section looks crufty: it has the advantage of
4170 # actually working.
1c710c3c
DJ
4171 break;;
4172 * )
4173 break;;
4174 esac
4175done
5213506e
RW
4176test "$ac_cv_exeext" = no && ac_cv_exeext=
4177
1c710c3c 4178else
5213506e
RW
4179 ac_file=''
4180fi
4181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4182$as_echo "$ac_file" >&6; }
4183if test -z "$ac_file"; then :
4184 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4185sed 's/^/| /' conftest.$ac_ext >&5
4186
5213506e
RW
4187{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4188$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4189{ as_fn_set_status 77
4190as_fn_error "C compiler cannot create executables
4191See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4192fi
1c710c3c 4193ac_exeext=$ac_cv_exeext
1c710c3c 4194
5213506e 4195# Check that the compiler produces executables we can run. If not, either
1c710c3c 4196# the compiler is broken, or we cross compile.
5213506e
RW
4197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4198$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4199# If not cross compiling, check that we can run a simple program.
4200if test "$cross_compiling" != yes; then
4201 if { ac_try='./$ac_file'
5213506e
RW
4202 { { case "(($ac_try" in
4203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4204 *) ac_try_echo=$ac_try;;
4205esac
4206eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4207$as_echo "$ac_try_echo"; } >&5
4208 (eval "$ac_try") 2>&5
1c710c3c 4209 ac_status=$?
5213506e
RW
4210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4211 test $ac_status = 0; }; }; then
1c710c3c
DJ
4212 cross_compiling=no
4213 else
4214 if test "$cross_compiling" = maybe; then
4215 cross_compiling=yes
4216 else
5213506e
RW
4217 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4218$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4219as_fn_error "cannot run C compiled programs.
1c710c3c 4220If you meant to cross compile, use \`--host'.
5213506e 4221See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4222 fi
4223 fi
4224fi
5213506e
RW
4225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4226$as_echo "yes" >&6; }
1c710c3c 4227
5213506e 4228rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4229ac_clean_files=$ac_clean_files_save
5213506e 4230# Check that the compiler produces executables we can run. If not, either
1c710c3c 4231# the compiler is broken, or we cross compile.
5213506e
RW
4232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4233$as_echo_n "checking whether we are cross compiling... " >&6; }
4234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4235$as_echo "$cross_compiling" >&6; }
4236
4237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4238$as_echo_n "checking for suffix of executables... " >&6; }
4239if { { ac_try="$ac_link"
4240case "(($ac_try" in
4241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4242 *) ac_try_echo=$ac_try;;
4243esac
4244eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4245$as_echo "$ac_try_echo"; } >&5
4246 (eval "$ac_link") 2>&5
1c710c3c 4247 ac_status=$?
5213506e
RW
4248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4249 test $ac_status = 0; }; then :
1c710c3c
DJ
4250 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4251# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4252# work properly (i.e., refer to `conftest.exe'), while it won't with
4253# `rm'.
4254for ac_file in conftest.exe conftest conftest.*; do
4255 test -f "$ac_file" || continue
4256 case $ac_file in
5213506e 4257 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4258 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4259 break;;
4260 * ) break;;
4261 esac
4262done
af71363e 4263else
5213506e
RW
4264 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4265$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4266as_fn_error "cannot compute suffix of executables: cannot compile and link
4267See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4268fi
1c710c3c 4269rm -f conftest$ac_cv_exeext
5213506e
RW
4270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4271$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4272
4273rm -f conftest.$ac_ext
4274EXEEXT=$ac_cv_exeext
4275ac_exeext=$EXEEXT
5213506e
RW
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4277$as_echo_n "checking for suffix of object files... " >&6; }
4278if test "${ac_cv_objext+set}" = set; then :
4279 $as_echo_n "(cached) " >&6
1c710c3c 4280else
5213506e 4281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4282/* end confdefs.h. */
4283
4284int
4285main ()
4286{
4287
4288 ;
4289 return 0;
4290}
4291_ACEOF
4292rm -f conftest.o conftest.obj
5213506e
RW
4293if { { ac_try="$ac_compile"
4294case "(($ac_try" in
4295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4296 *) ac_try_echo=$ac_try;;
4297esac
4298eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4299$as_echo "$ac_try_echo"; } >&5
4300 (eval "$ac_compile") 2>&5
1c710c3c 4301 ac_status=$?
5213506e
RW
4302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4303 test $ac_status = 0; }; then :
4304 for ac_file in conftest.o conftest.obj conftest.*; do
4305 test -f "$ac_file" || continue;
1c710c3c 4306 case $ac_file in
5213506e 4307 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4308 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4309 break;;
4310 esac
4311done
4312else
5213506e 4313 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4314sed 's/^/| /' conftest.$ac_ext >&5
4315
5213506e
RW
4316{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4317$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4318as_fn_error "cannot compute suffix of object files: cannot compile
4319See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4320fi
1c710c3c
DJ
4321rm -f conftest.$ac_cv_objext conftest.$ac_ext
4322fi
5213506e
RW
4323{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4324$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4325OBJEXT=$ac_cv_objext
4326ac_objext=$OBJEXT
5213506e
RW
4327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4328$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4329if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4330 $as_echo_n "(cached) " >&6
1c710c3c 4331else
5213506e 4332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4333/* end confdefs.h. */
4334
4335int
4336main ()
4337{
4338#ifndef __GNUC__
4339 choke me
4340#endif
4341
4342 ;
4343 return 0;
4344}
4345_ACEOF
5213506e 4346if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4347 ac_compiler_gnu=yes
4348else
5213506e 4349 ac_compiler_gnu=no
1c710c3c 4350fi
5213506e 4351rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4352ac_cv_c_compiler_gnu=$ac_compiler_gnu
4353
4354fi
5213506e
RW
4355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4356$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4357if test $ac_compiler_gnu = yes; then
4358 GCC=yes
4359else
4360 GCC=
4361fi
1c710c3c
DJ
4362ac_test_CFLAGS=${CFLAGS+set}
4363ac_save_CFLAGS=$CFLAGS
5213506e
RW
4364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4365$as_echo_n "checking whether $CC accepts -g... " >&6; }
4366if test "${ac_cv_prog_cc_g+set}" = set; then :
4367 $as_echo_n "(cached) " >&6
4368else
4369 ac_save_c_werror_flag=$ac_c_werror_flag
4370 ac_c_werror_flag=yes
4371 ac_cv_prog_cc_g=no
4372 CFLAGS="-g"
4373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4374/* end confdefs.h. */
4375
4376int
4377main ()
4378{
4379
4380 ;
4381 return 0;
4382}
4383_ACEOF
5213506e 4384if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4385 ac_cv_prog_cc_g=yes
4386else
5213506e
RW
4387 CFLAGS=""
4388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4389/* end confdefs.h. */
4390
4391int
4392main ()
4393{
4394
4395 ;
4396 return 0;
4397}
4398_ACEOF
4399if ac_fn_c_try_compile "$LINENO"; then :
4400
4401else
4402 ac_c_werror_flag=$ac_save_c_werror_flag
4403 CFLAGS="-g"
4404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4405/* end confdefs.h. */
af71363e 4406
5213506e
RW
4407int
4408main ()
4409{
4410
4411 ;
4412 return 0;
4413}
4414_ACEOF
4415if ac_fn_c_try_compile "$LINENO"; then :
4416 ac_cv_prog_cc_g=yes
4417fi
4418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4419fi
5213506e 4420rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4421fi
5213506e
RW
4422rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4423 ac_c_werror_flag=$ac_save_c_werror_flag
4424fi
4425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4426$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4427if test "$ac_test_CFLAGS" = set; then
1c710c3c 4428 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4429elif test $ac_cv_prog_cc_g = yes; then
4430 if test "$GCC" = yes; then
4431 CFLAGS="-g -O2"
4432 else
4433 CFLAGS="-g"
4434 fi
4435else
4436 if test "$GCC" = yes; then
4437 CFLAGS="-O2"
4438 else
4439 CFLAGS=
4440 fi
4441fi
5213506e
RW
4442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4443$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4444if test "${ac_cv_prog_cc_c89+set}" = set; then :
4445 $as_echo_n "(cached) " >&6
1c710c3c 4446else
5213506e 4447 ac_cv_prog_cc_c89=no
1c710c3c 4448ac_save_CC=$CC
5213506e 4449cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4450/* end confdefs.h. */
4451#include <stdarg.h>
4452#include <stdio.h>
4453#include <sys/types.h>
4454#include <sys/stat.h>
4455/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4456struct buf { int x; };
4457FILE * (*rcsopen) (struct buf *, struct stat *, int);
4458static char *e (p, i)
4459 char **p;
4460 int i;
4461{
4462 return p[i];
4463}
4464static char *f (char * (*g) (char **, int), char **p, ...)
4465{
4466 char *s;
4467 va_list v;
4468 va_start (v,p);
4469 s = g (p, va_arg (v,int));
4470 va_end (v);
4471 return s;
4472}
4473
4474/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4475 function prototypes and stuff, but not '\xHH' hex character constants.
4476 These don't provoke an error unfortunately, instead are silently treated
5213506e 4477 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4478 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4479 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4480 that's true only with -std. */
1c710c3c
DJ
4481int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4482
5213506e
RW
4483/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4484 inside strings and character constants. */
4485#define FOO(x) 'x'
4486int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4487
1c710c3c
DJ
4488int test (int i, double x);
4489struct s1 {int (*f) (int a);};
4490struct s2 {int (*f) (double a);};
4491int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4492int argc;
4493char **argv;
4494int
4495main ()
4496{
4497return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4498 ;
4499 return 0;
4500}
4501_ACEOF
5213506e
RW
4502for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4503 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4504do
4505 CC="$ac_save_CC $ac_arg"
5213506e
RW
4506 if ac_fn_c_try_compile "$LINENO"; then :
4507 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4508fi
5213506e
RW
4509rm -f core conftest.err conftest.$ac_objext
4510 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4511done
5213506e 4512rm -f conftest.$ac_ext
1c710c3c
DJ
4513CC=$ac_save_CC
4514
4515fi
5213506e
RW
4516# AC_CACHE_VAL
4517case "x$ac_cv_prog_cc_c89" in
4518 x)
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4520$as_echo "none needed" >&6; } ;;
4521 xno)
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4523$as_echo "unsupported" >&6; } ;;
1c710c3c 4524 *)
5213506e
RW
4525 CC="$CC $ac_cv_prog_cc_c89"
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4527$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4528esac
5213506e 4529if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4530
2aeb72e9
DD
4531fi
4532
2aeb72e9
DD
4533ac_ext=c
4534ac_cpp='$CPP $CPPFLAGS'
4535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4537ac_compiler_gnu=$ac_cv_c_compiler_gnu
4538
5213506e 4539ac_ext=cpp
2aeb72e9
DD
4540ac_cpp='$CXXCPP $CPPFLAGS'
4541ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4542ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4543ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4544if test -z "$CXX"; then
4545 if test -n "$CCC"; then
4546 CXX=$CCC
4547 else
4548 if test -n "$ac_tool_prefix"; then
4549 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4550 do
4551 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4552set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4554$as_echo_n "checking for $ac_word... " >&6; }
4555if test "${ac_cv_prog_CXX+set}" = set; then :
4556 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4557else
4558 if test -n "$CXX"; then
4559 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4560else
4561as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4562for as_dir in $PATH
4563do
4564 IFS=$as_save_IFS
4565 test -z "$as_dir" && as_dir=.
5213506e
RW
4566 for ac_exec_ext in '' $ac_executable_extensions; do
4567 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4568 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4570 break 2
4571 fi
4572done
5213506e
RW
4573 done
4574IFS=$as_save_IFS
55ffb5ed 4575
c3a86da9
DJ
4576fi
4577fi
4578CXX=$ac_cv_prog_CXX
4579if test -n "$CXX"; then
5213506e
RW
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4581$as_echo "$CXX" >&6; }
c3a86da9 4582else
5213506e
RW
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4584$as_echo "no" >&6; }
c3a86da9
DJ
4585fi
4586
5213506e 4587
c3a86da9
DJ
4588 test -n "$CXX" && break
4589 done
4590fi
4591if test -z "$CXX"; then
4592 ac_ct_CXX=$CXX
5213506e 4593 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4594do
4595 # Extract the first word of "$ac_prog", so it can be a program name with args.
4596set dummy $ac_prog; ac_word=$2
5213506e
RW
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4598$as_echo_n "checking for $ac_word... " >&6; }
4599if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4600 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4601else
4602 if test -n "$ac_ct_CXX"; then
4603 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4604else
4605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4606for as_dir in $PATH
4607do
4608 IFS=$as_save_IFS
4609 test -z "$as_dir" && as_dir=.
5213506e
RW
4610 for ac_exec_ext in '' $ac_executable_extensions; do
4611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4612 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4614 break 2
4615 fi
4616done
5213506e
RW
4617 done
4618IFS=$as_save_IFS
c3a86da9
DJ
4619
4620fi
4621fi
4622ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4623if test -n "$ac_ct_CXX"; then
5213506e
RW
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4625$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4626else
5213506e
RW
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4628$as_echo "no" >&6; }
c3a86da9
DJ
4629fi
4630
5213506e 4631
c3a86da9
DJ
4632 test -n "$ac_ct_CXX" && break
4633done
c3a86da9 4634
5213506e
RW
4635 if test "x$ac_ct_CXX" = x; then
4636 CXX="g++"
4637 else
4638 case $cross_compiling:$ac_tool_warned in
4639yes:)
4640{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4641$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4642ac_tool_warned=yes ;;
4643esac
4644 CXX=$ac_ct_CXX
4645 fi
c3a86da9
DJ
4646fi
4647
5213506e
RW
4648 fi
4649fi
c3a86da9 4650# Provide some information about the compiler.
5213506e
RW
4651$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4652set X $ac_compile
4653ac_compiler=$2
4654for ac_option in --version -v -V -qversion; do
4655 { { ac_try="$ac_compiler $ac_option >&5"
4656case "(($ac_try" in
4657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4658 *) ac_try_echo=$ac_try;;
4659esac
4660eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4661$as_echo "$ac_try_echo"; } >&5
4662 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4663 ac_status=$?
5213506e
RW
4664 if test -s conftest.err; then
4665 sed '10a\
4666... rest of stderr output deleted ...
4667 10q' conftest.err >conftest.er1
4668 cat conftest.er1 >&5
4669 rm -f conftest.er1 conftest.err
4670 fi
4671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4672 test $ac_status = 0; }
4673done
c3a86da9 4674
5213506e
RW
4675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4676$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4677if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4678 $as_echo_n "(cached) " >&6
c3a86da9 4679else
5213506e 4680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4681/* end confdefs.h. */
4682
4683int
4684main ()
4685{
4686#ifndef __GNUC__
4687 choke me
4688#endif
4689
4690 ;
4691 return 0;
4692}
4693_ACEOF
5213506e 4694if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4695 ac_compiler_gnu=yes
4696else
5213506e 4697 ac_compiler_gnu=no
c3a86da9 4698fi
5213506e 4699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4700ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4701
4702fi
5213506e
RW
4703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4704$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4705if test $ac_compiler_gnu = yes; then
4706 GXX=yes
4707else
4708 GXX=
4709fi
c3a86da9
DJ
4710ac_test_CXXFLAGS=${CXXFLAGS+set}
4711ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4713$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4714if test "${ac_cv_prog_cxx_g+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
4716else
4717 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4718 ac_cxx_werror_flag=yes
4719 ac_cv_prog_cxx_g=no
4720 CXXFLAGS="-g"
4721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4722/* end confdefs.h. */
4723
4724int
4725main ()
4726{
4727
4728 ;
4729 return 0;
4730}
4731_ACEOF
5213506e 4732if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4733 ac_cv_prog_cxx_g=yes
4734else
5213506e
RW
4735 CXXFLAGS=""
4736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4737/* end confdefs.h. */
5213506e 4738
c3a86da9
DJ
4739int
4740main ()
4741{
5213506e 4742
c3a86da9
DJ
4743 ;
4744 return 0;
4745}
4746_ACEOF
5213506e 4747if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4748
5213506e
RW
4749else
4750 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4751 CXXFLAGS="-g"
4752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4753/* end confdefs.h. */
5213506e 4754
c3a86da9
DJ
4755int
4756main ()
4757{
5213506e 4758
c3a86da9
DJ
4759 ;
4760 return 0;
4761}
4762_ACEOF
5213506e
RW
4763if ac_fn_cxx_try_compile "$LINENO"; then :
4764 ac_cv_prog_cxx_g=yes
11a67599 4765fi
5213506e
RW
4766rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4767fi
4768rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4769fi
4770rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4771 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4772fi
4773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4774$as_echo "$ac_cv_prog_cxx_g" >&6; }
4775if test "$ac_test_CXXFLAGS" = set; then
4776 CXXFLAGS=$ac_save_CXXFLAGS
4777elif test $ac_cv_prog_cxx_g = yes; then
4778 if test "$GXX" = yes; then
4779 CXXFLAGS="-g -O2"
4780 else
4781 CXXFLAGS="-g"
4782 fi
4783else
4784 if test "$GXX" = yes; then
4785 CXXFLAGS="-O2"
4786 else
4787 CXXFLAGS=
4788 fi
c3a86da9 4789fi
c3a86da9
DJ
4790ac_ext=c
4791ac_cpp='$CPP $CPPFLAGS'
4792ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4793ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4794ac_compiler_gnu=$ac_cv_c_compiler_gnu
4795
4796
4797# We must set the default linker to the linker used by gcc for the correct
4798# operation of libtool. If LD is not defined and we are using gcc, try to
4799# set the LD default to the ld used by gcc.
4800if test -z "$LD"; then
4801 if test "$GCC" = yes; then
4802 case $build in
4803 *-*-mingw*)
4804 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4805 *)
4806 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4807 esac
4808 case $gcc_prog_ld in
4809 # Accept absolute paths.
4810 [\\/]* | [A-Za-z]:[\\/]*)
4811 LD="$gcc_prog_ld" ;;
4812 esac
4813 fi
23f6b2f9
PB
4814fi
4815
23f6b2f9
PB
4816
4817
55ffb5ed 4818
1c710c3c
DJ
4819if test -n "$ac_tool_prefix"; then
4820 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 4821set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
4822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4823$as_echo_n "checking for $ac_word... " >&6; }
4824if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4825 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4826else
4827 if test -n "$GNATBIND"; then
4828 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4829else
1c710c3c
DJ
4830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4831for as_dir in $PATH
4832do
4833 IFS=$as_save_IFS
4834 test -z "$as_dir" && as_dir=.
5213506e
RW
4835 for ac_exec_ext in '' $ac_executable_extensions; do
4836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4837 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 4838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4839 break 2
4840 fi
4841done
5213506e
RW
4842 done
4843IFS=$as_save_IFS
1c710c3c 4844
55ffb5ed
NN
4845fi
4846fi
1c710c3c 4847GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 4848if test -n "$GNATBIND"; then
5213506e
RW
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4850$as_echo "$GNATBIND" >&6; }
55ffb5ed 4851else
5213506e
RW
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4853$as_echo "no" >&6; }
55ffb5ed
NN
4854fi
4855
5213506e 4856
1c710c3c 4857fi
55ffb5ed 4858if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 4859 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
4860 # Extract the first word of "gnatbind", so it can be a program name with args.
4861set dummy gnatbind; ac_word=$2
5213506e
RW
4862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4863$as_echo_n "checking for $ac_word... " >&6; }
4864if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4865 $as_echo_n "(cached) " >&6
55ffb5ed 4866else
1c710c3c
DJ
4867 if test -n "$ac_ct_GNATBIND"; then
4868 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 4869else
1c710c3c
DJ
4870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4871for as_dir in $PATH
4872do
4873 IFS=$as_save_IFS
4874 test -z "$as_dir" && as_dir=.
5213506e
RW
4875 for ac_exec_ext in '' $ac_executable_extensions; do
4876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4877 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 4878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4879 break 2
4880 fi
4881done
5213506e
RW
4882 done
4883IFS=$as_save_IFS
1c710c3c 4884
55ffb5ed
NN
4885fi
4886fi
1c710c3c
DJ
4887ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4888if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4890$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 4891else
5213506e
RW
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4893$as_echo "no" >&6; }
55ffb5ed
NN
4894fi
4895
5213506e
RW
4896 if test "x$ac_ct_GNATBIND" = x; then
4897 GNATBIND="no"
4898 else
4899 case $cross_compiling:$ac_tool_warned in
4900yes:)
4901{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4902$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4903ac_tool_warned=yes ;;
4904esac
4905 GNATBIND=$ac_ct_GNATBIND
4906 fi
55ffb5ed 4907else
1c710c3c 4908 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
4909fi
4910
1c710c3c
DJ
4911if test -n "$ac_tool_prefix"; then
4912 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 4913set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
4914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4915$as_echo_n "checking for $ac_word... " >&6; }
4916if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
4917 $as_echo_n "(cached) " >&6
5305be7e
RG
4918else
4919 if test -n "$GNATMAKE"; then
4920 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4921else
1c710c3c
DJ
4922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4923for as_dir in $PATH
4924do
4925 IFS=$as_save_IFS
4926 test -z "$as_dir" && as_dir=.
5213506e
RW
4927 for ac_exec_ext in '' $ac_executable_extensions; do
4928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4929 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 4930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4931 break 2
4932 fi
4933done
5213506e
RW
4934 done
4935IFS=$as_save_IFS
1c710c3c 4936
5305be7e
RG
4937fi
4938fi
1c710c3c 4939GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 4940if test -n "$GNATMAKE"; then
5213506e
RW
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
4942$as_echo "$GNATMAKE" >&6; }
5305be7e 4943else
5213506e
RW
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4945$as_echo "no" >&6; }
5305be7e
RG
4946fi
4947
5213506e 4948
1c710c3c 4949fi
5305be7e 4950if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 4951 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
4952 # Extract the first word of "gnatmake", so it can be a program name with args.
4953set dummy gnatmake; ac_word=$2
5213506e
RW
4954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4955$as_echo_n "checking for $ac_word... " >&6; }
4956if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
4957 $as_echo_n "(cached) " >&6
5305be7e 4958else
1c710c3c
DJ
4959 if test -n "$ac_ct_GNATMAKE"; then
4960 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 4961else
1c710c3c
DJ
4962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963for as_dir in $PATH
4964do
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
5213506e
RW
4967 for ac_exec_ext in '' $ac_executable_extensions; do
4968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4969 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 4970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4971 break 2
4972 fi
4973done
5213506e
RW
4974 done
4975IFS=$as_save_IFS
1c710c3c 4976
5305be7e
RG
4977fi
4978fi
1c710c3c
DJ
4979ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4980if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
4982$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 4983else
5213506e
RW
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4985$as_echo "no" >&6; }
5305be7e
RG
4986fi
4987
5213506e
RW
4988 if test "x$ac_ct_GNATMAKE" = x; then
4989 GNATMAKE="no"
4990 else
4991 case $cross_compiling:$ac_tool_warned in
4992yes:)
4993{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4994$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4995ac_tool_warned=yes ;;
4996esac
4997 GNATMAKE=$ac_ct_GNATMAKE
4998 fi
5305be7e 4999else
1c710c3c 5000 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5001fi
5002
5213506e
RW
5003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5004$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5005if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5006 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5007else
5008 cat >conftest.adb <<EOF
5009procedure conftest is begin null; end conftest;
5010EOF
5011acx_cv_cc_gcc_supports_ada=no
5012# There is a bug in old released versions of GCC which causes the
5013# driver to exit successfully when the appropriate language module
5014# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5015# Therefore we must check for the error message as well as an
5016# unsuccessful exit.
1db673ca
RO
5017# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5018# given a .adb file, but produce no object file. So we must check
5019# if an object file was really produced to guard against this.
55ffb5ed 5020errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5021if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5022 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5023fi
5024rm -f conftest.*
5025fi
5213506e
RW
5026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5027$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5028
7cb62ef1 5029if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5030 have_gnat=yes
5031else
5032 have_gnat=no
5033fi
5034
5213506e
RW
5035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5036$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5037if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5038 $as_echo_n "(cached) " >&6
a76494aa
PB
5039else
5040 echo abfoo >t1
5041 echo cdfoo >t2
5042 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5043 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5044 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5045 :
5046 else
5047 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5048 fi
5049 fi
a76494aa
PB
5050 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5051 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5052 :
a76494aa
PB
5053 else
5054 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5055 fi
5056 fi
5057 rm t1 t2
5058
5059fi
5213506e
RW
5060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5061$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5062do_compare="$gcc_cv_prog_cmp_skip"
5063
5064
55ffb5ed 5065
ff3ac0f4
ILT
5066# Check whether --enable-bootstrap was given.
5067if test "${enable_bootstrap+set}" = set; then :
5068 enableval=$enable_bootstrap;
5069else
5070 enable_bootstrap=default
5071fi
5072
5073
5074# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
5075if test -r $srcdir/gcc/configure; then
5076 have_compiler=yes
5077else
5078 have_compiler=no
5079fi
ff3ac0f4
ILT
5080
5081case "$have_compiler:$host:$target:$enable_bootstrap" in
5082 *:*:*:no) ;;
5083
5084 # Default behavior. Enable bootstrap if we have a compiler
5085 # and we are in a native configuration.
5086 yes:$build:$build:default)
5087 enable_bootstrap=yes ;;
5088
5089 *:*:*:default)
5090 enable_bootstrap=no ;;
5091
5092 # We have a compiler and we are in a native configuration, bootstrap is ok
5093 yes:$build:$build:yes)
5094 ;;
5095
5096 # Other configurations, but we have a compiler. Assume the user knows
5097 # what he's doing.
5098 yes:*:*:yes)
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5100$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5101 ;;
5102
5103 # No compiler: if they passed --enable-bootstrap explicitly, fail
5104 no:*:*:yes)
5105 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5106
5107 # Fail if wrong command line
5108 *)
5109 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5110 ;;
5111esac
5112
592c90ff
KG
5113# Used for setting $lt_cv_objdir
5114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5115$as_echo_n "checking for objdir... " >&6; }
5116if test "${lt_cv_objdir+set}" = set; then :
5117 $as_echo_n "(cached) " >&6
5118else
5119 rm -f .libs 2>/dev/null
5120mkdir .libs 2>/dev/null
5121if test -d .libs; then
5122 lt_cv_objdir=.libs
5123else
5124 # MS-DOS does not allow filenames that begin with a dot.
5125 lt_cv_objdir=_libs
5126fi
5127rmdir .libs 2>/dev/null
5128fi
5129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5130$as_echo "$lt_cv_objdir" >&6; }
5131objdir=$lt_cv_objdir
5132
5133
5134
5135
5136
5137cat >>confdefs.h <<_ACEOF
5138#define LT_OBJDIR "$lt_cv_objdir/"
5139_ACEOF
5140
5141
5142
acd26225 5143# Check for GMP, MPFR and MPC
3a5729ea 5144gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5145gmpinc=
e69bf64b 5146have_gmp=no
acd26225
KG
5147
5148# Specify a location for mpc
5149# check for this first so it ends up on the link line before mpfr.
5150
5213506e
RW
5151# Check whether --with-mpc was given.
5152if test "${with_mpc+set}" = set; then :
5153 withval=$with_mpc;
5154fi
acd26225 5155
acd26225 5156
9965e3cd 5157# Check whether --with-mpc-include was given.
5213506e
RW
5158if test "${with_mpc_include+set}" = set; then :
5159 withval=$with_mpc_include;
5160fi
acd26225 5161
acd26225 5162
9965e3cd 5163# Check whether --with-mpc-lib was given.
5213506e
RW
5164if test "${with_mpc_lib+set}" = set; then :
5165 withval=$with_mpc_lib;
5166fi
acd26225 5167
acd26225
KG
5168
5169if test "x$with_mpc" != x; then
3a5729ea
KG
5170 gmplibs="-L$with_mpc/lib $gmplibs"
5171 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5172fi
5173if test "x$with_mpc_include" != x; then
3a5729ea 5174 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5175fi
5176if test "x$with_mpc_lib" != x; then
3a5729ea 5177 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5178fi
5179if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5180 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5181 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5182 # Do not test the mpc version. Assume that it is sufficient, since
5183 # it is in the source tree, and the library has not been built yet
5184 # but it would be included on the link line in the version check below
5185 # hence making the test fail.
3a5729ea 5186 have_gmp=yes
acd26225 5187fi
e69bf64b 5188
bebf829d
PB
5189# Specify a location for mpfr
5190# check for this first so it ends up on the link line before gmp.
1c710c3c 5191
5213506e
RW
5192# Check whether --with-mpfr-dir was given.
5193if test "${with_mpfr_dir+set}" = set; then :
5194 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5195Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5196fi
5197
bebf829d
PB
5198
5199
5213506e
RW
5200# Check whether --with-mpfr was given.
5201if test "${with_mpfr+set}" = set; then :
5202 withval=$with_mpfr;
5203fi
1c710c3c 5204
bebf829d 5205
9965e3cd 5206# Check whether --with-mpfr-include was given.
5213506e
RW
5207if test "${with_mpfr_include+set}" = set; then :
5208 withval=$with_mpfr_include;
5209fi
1c710c3c 5210
8a877c9c 5211
9965e3cd 5212# Check whether --with-mpfr-lib was given.
5213506e
RW
5213if test "${with_mpfr_lib+set}" = set; then :
5214 withval=$with_mpfr_lib;
5215fi
8a877c9c 5216
bebf829d
PB
5217
5218if test "x$with_mpfr" != x; then
5219 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5220 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5221fi
8a877c9c 5222if test "x$with_mpfr_include" != x; then
3a5729ea 5223 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5224fi
5225if test "x$with_mpfr_lib" != x; then
5226 gmplibs="-L$with_mpfr_lib $gmplibs"
5227fi
e69bf64b 5228if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5b0d38e4
NC
5229 # MPFR v3.1.0 moved the sources into a src sub-directory.
5230 if test -d ${srcdir}/mpfr/src; then
5231 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5232 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5233 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5234 else
5235 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5236 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5237 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5238 fi
e69bf64b
PB
5239 # Do not test the mpfr version. Assume that it is sufficient, since
5240 # it is in the source tree, and the library has not been built yet
5241 # but it would be included on the link line in the version check below
5242 # hence making the test fail.
5243 have_gmp=yes
5244fi
bebf829d 5245
6de9cd9a 5246# Specify a location for gmp
1c710c3c 5247
5213506e
RW
5248# Check whether --with-gmp-dir was given.
5249if test "${with_gmp_dir+set}" = set; then :
5250 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5251Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5252fi
5253
6de9cd9a 5254
6de9cd9a 5255
5213506e
RW
5256# Check whether --with-gmp was given.
5257if test "${with_gmp+set}" = set; then :
5258 withval=$with_gmp;
5259fi
1c710c3c 5260
6de9cd9a 5261
9965e3cd 5262# Check whether --with-gmp-include was given.
5213506e
RW
5263if test "${with_gmp_include+set}" = set; then :
5264 withval=$with_gmp_include;
5265fi
1c710c3c 5266
8a877c9c 5267
9965e3cd 5268# Check whether --with-gmp-lib was given.
5213506e
RW
5269if test "${with_gmp_lib+set}" = set; then :
5270 withval=$with_gmp_lib;
5271fi
8a877c9c
KG
5272
5273
6de9cd9a 5274
bebf829d
PB
5275if test "x$with_gmp" != x; then
5276 gmplibs="-L$with_gmp/lib $gmplibs"
5277 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5278fi
8a877c9c
KG
5279if test "x$with_gmp_include" != x; then
5280 gmpinc="-I$with_gmp_include $gmpinc"
5281fi
5282if test "x$with_gmp_lib" != x; then
5283 gmplibs="-L$with_gmp_lib $gmplibs"
5284fi
e69bf64b 5285if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5286 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5287 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5288 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5289 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 5290 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5291 # Do not test the gmp version. Assume that it is sufficient, since
5292 # it is in the source tree, and the library has not been built yet
5293 # but it would be included on the link line in the version check below
5294 # hence making the test fail.
5295 have_gmp=yes
5296fi
6de9cd9a 5297
d943d7c4 5298if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5299 have_gmp=yes
5300 saved_CFLAGS="$CFLAGS"
5301 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5302 # Check for the recommended and required versions of GMP.
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5304$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5305
5306cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5307/* end confdefs.h. */
5308#include "gmp.h"
5309int
5310main ()
5311{
5312
5313 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5314 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5315 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5316 choke me
5317 #endif
5318
5319 ;
5320 return 0;
5321}
5322_ACEOF
5323if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5325/* end confdefs.h. */
362c6d2f 5326#include <gmp.h>
1c710c3c
DJ
5327int
5328main ()
5329{
6de9cd9a 5330
362c6d2f
KG
5331 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5332 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5333 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5334 choke me
5335 #endif
1c710c3c
DJ
5336
5337 ;
5338 return 0;
5339}
5340_ACEOF
5213506e
RW
5341if ac_fn_c_try_compile "$LINENO"; then :
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5343$as_echo "yes" >&6; }
362c6d2f
KG
5344else
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5346$as_echo "buggy but acceptable" >&6; }
5347fi
5348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5349else
5213506e
RW
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5351$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5352fi
5213506e 5353rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5354
acd26225 5355 # If we have GMP, check the MPFR version.
e69bf64b 5356 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5357 # Check for the recommended and required versions of MPFR.
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5359$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5361/* end confdefs.h. */
70ec446f 5362#include <gmp.h>
e69bf64b 5363 #include <mpfr.h>
1c710c3c
DJ
5364int
5365main ()
5366{
e48d66a9 5367
f7d6bc01 5368 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
e69bf64b
PB
5369 choke me
5370 #endif
1c710c3c
DJ
5371
5372 ;
5373 return 0;
5374}
5375_ACEOF
5213506e
RW
5376if ac_fn_c_try_compile "$LINENO"; then :
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5378/* end confdefs.h. */
a3993f33 5379#include <gmp.h>
e69bf64b 5380 #include <mpfr.h>
1c710c3c
DJ
5381int
5382main ()
5383{
a3993f33 5384
362c6d2f 5385 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5386 choke me
5387 #endif
acd26225
KG
5388
5389 ;
5390 return 0;
5391}
5392_ACEOF
5213506e
RW
5393if ac_fn_c_try_compile "$LINENO"; then :
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5395$as_echo "yes" >&6; }
acd26225 5396else
5213506e
RW
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5398$as_echo "buggy but acceptable" >&6; }
acd26225 5399fi
5213506e 5400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5401else
5213506e
RW
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5403$as_echo "no" >&6; }; have_gmp=no
acd26225 5404fi
5213506e 5405rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5406 fi
5407
5408 # Check for the MPC header version.
3a5729ea 5409 if test x"$have_gmp" = xyes ; then
362c6d2f 5410 # Check for the recommended and required versions of MPC.
5213506e
RW
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5412$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5414/* end confdefs.h. */
5415#include <mpc.h>
5416int
5417main ()
5418{
5419
362c6d2f
KG
5420 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5421 choke me
5422 #endif
5423
5424 ;
5425 return 0;
5426}
5427_ACEOF
5428if ac_fn_c_try_compile "$LINENO"; then :
5429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5430/* end confdefs.h. */
5431#include <mpc.h>
5432int
5433main ()
5434{
5435
5436 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5437 choke me
5438 #endif
5439
5440 ;
5441 return 0;
5442}
5443_ACEOF
5213506e
RW
5444if ac_fn_c_try_compile "$LINENO"; then :
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5446$as_echo "yes" >&6; }
362c6d2f
KG
5447else
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5449$as_echo "buggy but acceptable" >&6; }
5450fi
5451rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5452else
5213506e 5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5454$as_echo "no" >&6; }; have_gmp=no
acd26225 5455fi
5213506e 5456rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5457 fi
5458
5459 # Now check the MPFR library.
5460 if test x"$have_gmp" = xyes; then
5461 saved_LIBS="$LIBS"
5462 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5464$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5466/* end confdefs.h. */
3a5729ea 5467#include <mpc.h>
acd26225
KG
5468int
5469main ()
5470{
5471
5472 mpfr_t n;
5473 mpfr_t x;
3a5729ea 5474 mpc_t c;
acd26225
KG
5475 int t;
5476 mpfr_init (n);
5477 mpfr_init (x);
5478 mpfr_atan2 (n, n, x, GMP_RNDN);
5479 mpfr_erfc (n, x, GMP_RNDN);
5480 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5481 mpfr_clear(n);
5482 mpfr_clear(x);
5483 mpc_init2 (c, 53);
5484 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5485 mpc_cosh (c, c, MPC_RNDNN);
5486 mpc_pow (c, c, c, MPC_RNDNN);
5487 mpc_acosh (c, c, MPC_RNDNN);
5488 mpc_clear (c);
1c710c3c
DJ
5489
5490 ;
5491 return 0;
5492}
5493_ACEOF
5213506e
RW
5494if ac_fn_c_try_link "$LINENO"; then :
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5496$as_echo "yes" >&6; }
1c710c3c 5497else
5213506e
RW
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5499$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5500fi
5213506e
RW
5501rm -f core conftest.err conftest.$ac_objext \
5502 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5503 LIBS="$saved_LIBS"
5504 fi
5505
e69bf64b 5506 CFLAGS="$saved_CFLAGS"
6de9cd9a 5507
362c6d2f
KG
5508# The library versions listed in the error message below should match
5509# the HARD-minimums enforced above.
e69bf64b 5510 if test x$have_gmp != xyes; then
f7d6bc01 5511 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
3a5729ea
KG
5512Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5513their locations. Source code for these libraries can be found at
5514their respective hosting sites as well as at
5515ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5516http://gcc.gnu.org/install/prerequisites.html for additional info. If
5517you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5518make sure that you have installed both the libraries and the header
5519files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5520 fi
70ec446f
KG
5521fi
5522
acd26225
KG
5523# Flags needed for both GMP, MPFR and/or MPC.
5524
5525
6de9cd9a
DN
5526
5527
5528
9e3eba15 5529
0ff2d841 5530
f38095f3
JM
5531# Allow host libstdc++ to be specified for static linking with PPL.
5532
5213506e
RW
5533# Check whether --with-host-libstdcxx was given.
5534if test "${with_host_libstdcxx+set}" = set; then :
5535 withval=$with_host_libstdcxx;
5536fi
f38095f3 5537
f38095f3
JM
5538
5539case $with_host_libstdcxx in
5540 no|yes)
5213506e 5541 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5542 ;;
5543esac
f8bf9252 5544
00020c16
ILT
5545# Linker flags to use for stage1 or when not boostrapping.
5546
5213506e
RW
5547# Check whether --with-stage1-ldflags was given.
5548if test "${with_stage1_ldflags+set}" = set; then :
5549 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5550 stage1_ldflags=
5551 else
5552 stage1_ldflags=$withval
5553 fi
5554else
5555 stage1_ldflags=
5213506e
RW
5556fi
5557
00020c16
ILT
5558
5559
5560# Libraries to use for stage1 or when not bootstrapping.
5561
5213506e
RW
5562# Check whether --with-stage1-libs was given.
5563if test "${with_stage1_libs+set}" = set; then :
5564 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
00020c16
ILT
5565 stage1_libs=
5566 else
5567 stage1_libs=$withval
5568 fi
5569else
5570 stage1_libs=$with_host_libstdcxx
5213506e
RW
5571fi
5572
00020c16
ILT
5573
5574
00020c16
ILT
5575# Libraries to use for stage2 and later builds. This defaults to the
5576# argument passed to --with-host-libstdcxx.
5577
5213506e
RW
5578# Check whether --with-boot-libs was given.
5579if test "${with_boot_libs+set}" = set; then :
5580 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5581 poststage1_libs=
5582 else
5583 poststage1_libs=$withval
5584 fi
5585else
00020c16 5586 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5587fi
5588
00020c16
ILT
5589
5590
ed2eaa9f
ILT
5591# Linker flags to use for stage2 and later builds.
5592
5593# Check whether --with-boot-ldflags was given.
5594if test "${with_boot_ldflags+set}" = set; then :
5595 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5596 poststage1_ldflags=
5597 else
5598 poststage1_ldflags=$withval
5599 fi
5600else
5601 poststage1_ldflags=
bec93d73
ILT
5602 # In stages 2 and 3, default to linking libstdc++ and libgcc
5603 # statically. But if the user explicitly specified the libraries to
5604 # use, trust that they are doing what they want.
5605 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5606 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5607 fi
5608fi
5609
5610
5611
33ad93b9 5612# Check for ISL
f8bf9252
SP
5613
5614
33ad93b9
RG
5615# Check whether --with-isl was given.
5616if test "${with_isl+set}" = set; then :
5617 withval=$with_isl;
5213506e 5618fi
f8bf9252 5619
f8bf9252 5620
33ad93b9
RG
5621# Check whether --with-isl-include was given.
5622if test "${with_isl_include+set}" = set; then :
5623 withval=$with_isl_include;
5213506e
RW
5624fi
5625
f8bf9252 5626
33ad93b9
RG
5627# Check whether --with-isl-lib was given.
5628if test "${with_isl_lib+set}" = set; then :
5629 withval=$with_isl_lib;
5213506e 5630fi
f8bf9252 5631
f8bf9252 5632
33ad93b9
RG
5633 # Check whether --enable-isl-version-check was given.
5634if test "${enable_isl_version_check+set}" = set; then :
5635 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5636else
5637 ENABLE_ISL_CHECK=yes
7d32a440
SP
5638fi
5639
5640
33ad93b9
RG
5641 # Initialize isllibs and islinc.
5642 case $with_isl in
5643 no)
5644 isllibs=
5645 islinc=
5646 ;;
5647 "" | yes)
5648 ;;
5649 *)
5650 isllibs="-L$with_isl/lib"
5651 islinc="-I$with_isl/include"
5652 ;;
5653 esac
5654 if test "x${with_isl_include}" != x ; then
5655 islinc="-I$with_isl_include"
5656 fi
5657 if test "x${with_isl_lib}" != x; then
5658 isllibs="-L$with_isl_lib"
5659 fi
5660 if test "x${islinc}" = x && test "x${isllibs}" = x \
5661 && test -d ${srcdir}/isl; then
5662 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5663 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5664 ENABLE_ISL_CHECK=no
5665 fi
7d32a440 5666
33ad93b9 5667 isllibs="${isllibs} -lisl"
7d32a440 5668
7d32a440 5669
f8bf9252 5670
33ad93b9
RG
5671
5672
5673if test "x$with_isl" != "xno"; then
5674
5675 if test "${ENABLE_ISL_CHECK}" = yes ; then
5676 _isl_saved_CFLAGS=$CFLAGS
5677 _isl_saved_LDFLAGS=$LDFLAGS
90d4f233 5678 _isl_saved_LIBS=$LIBS
33ad93b9
RG
5679
5680 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
90d4f233
RO
5681 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5682 LIBS="${_isl_saved_LIBS} -lisl"
33ad93b9
RG
5683 echo $CFLAGS
5684
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5686$as_echo_n "checking for version 0.10 of ISL... " >&6; }
5687if test "${gcc_cv_isl+set}" = set; then :
7d32a440
SP
5688 $as_echo_n "(cached) " >&6
5689else
33ad93b9 5690 if test "$cross_compiling" = yes; then :
2b2d7c53 5691 gcc_cv_isl=yes
33ad93b9
RG
5692else
5693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7d32a440 5694/* end confdefs.h. */
33ad93b9
RG
5695#include <isl/version.h>
5696 #include <string.h>
7d32a440
SP
5697int
5698main ()
5699{
8247e8b2
RG
5700if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5701 return 1;
5702
7d32a440
SP
5703 ;
5704 return 0;
5705}
5706_ACEOF
33ad93b9
RG
5707if ac_fn_c_try_run "$LINENO"; then :
5708 gcc_cv_isl=yes
d789184e 5709else
33ad93b9 5710 gcc_cv_isl=no
7d32a440 5711fi
33ad93b9
RG
5712rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5713 conftest.$ac_objext conftest.beam conftest.$ac_ext
7d32a440 5714fi
33ad93b9 5715
5213506e 5716fi
33ad93b9
RG
5717{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5718$as_echo "$gcc_cv_isl" >&6; }
5213506e 5719
33ad93b9
RG
5720 CFLAGS=$_isl_saved_CFLAGS
5721 LDFLAGS=$_isl_saved_LDFLAGS
90d4f233 5722 LIBS=$_isl_saved_LIBS
7d32a440 5723 fi
f8bf9252 5724
7d32a440 5725
f8bf9252 5726
f8bf9252 5727
33ad93b9
RG
5728
5729
5730
5731 if test "x${with_isl}" = xno; then
5732 graphite_requested=no
5733 elif test "x${with_isl}" != x \
5734 || test "x${with_isl_include}" != x \
5735 || test "x${with_isl_lib}" != x ; then
5736 graphite_requested=yes
5737 else
5738 graphite_requested=no
7d32a440 5739 fi
d789184e 5740
d789184e
SP
5741
5742
33ad93b9
RG
5743 if test "${gcc_cv_isl}" = no ; then
5744 isllibs=
5745 islinc=
5746 fi
5747
5748 if test "${graphite_requested}" = yes \
5749 && test "x${isllibs}" = x \
5750 && test "x${islinc}" = x ; then
f8bf9252 5751
33ad93b9
RG
5752 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5753 fi
f8bf9252 5754
d32ef397 5755
33ad93b9
RG
5756fi
5757
5758# Check for CLOOG
d789184e
SP
5759
5760
5213506e
RW
5761# Check whether --with-cloog was given.
5762if test "${with_cloog+set}" = set; then :
5763 withval=$with_cloog;
5213506e
RW
5764fi
5765
d789184e 5766
9965e3cd 5767# Check whether --with-cloog-include was given.
5213506e
RW
5768if test "${with_cloog_include+set}" = set; then :
5769 withval=$with_cloog_include;
5770fi
d789184e 5771
d789184e 5772
9965e3cd 5773# Check whether --with-cloog-lib was given.
5213506e
RW
5774if test "${with_cloog_lib+set}" = set; then :
5775 withval=$with_cloog_lib;
5776fi
d789184e 5777
d789184e 5778
d32ef397
AS
5779 # Check whether --enable-cloog-version-check was given.
5780if test "${enable_cloog_version_check+set}" = set; then :
5781 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5782else
5783 ENABLE_CLOOG_CHECK=yes
5784fi
5785
5786
5787 # Initialize clooglibs and clooginc.
5788 case $with_cloog in
5789 no)
5790 clooglibs=
5791 clooginc=
5792 ;;
5793 "" | yes)
5794 ;;
5795 *)
5796 clooglibs="-L$with_cloog/lib"
5797 clooginc="-I$with_cloog/include"
5798 ;;
5799 esac
5800 if test "x${with_cloog_include}" != x ; then
5801 clooginc="-I$with_cloog_include"
5802 fi
5803 if test "x${with_cloog_lib}" != x; then
5804 clooglibs="-L$with_cloog_lib"
5805 fi
14fbeb6c 5806 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
33ad93b9 5807 && test -d ${srcdir}/cloog; then
33ad93b9
RG
5808 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5809 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
ab4173cf 5810 fi
ad0abd3c 5811
33ad93b9
RG
5812 clooginc="-DCLOOG_INT_GMP ${clooginc}"
5813 clooglibs="${clooglibs} -lcloog-isl ${isllibs}"
d32ef397
AS
5814
5815
d32ef397 5816
d32ef397
AS
5817
5818
32d024bf
RG
5819if test "x$isllibs" = x && test "x$islinc" = x; then
5820 clooglibs=
5821 clooginc=
5822elif test "x$with_cloog" != "xno"; then
d32ef397
AS
5823
5824
5825
5826 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5827 _cloog_saved_CFLAGS=$CFLAGS
5828 _cloog_saved_LDFLAGS=$LDFLAGS
5829
33ad93b9
RG
5830 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
5831 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
d32ef397 5832
6886e444
RG
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
5834$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
5835if test "${gcc_cv_cloog+set}" = set; then :
d32ef397
AS
5836 $as_echo_n "(cached) " >&6
5837else
5213506e 5838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252 5839/* end confdefs.h. */
33ad93b9 5840#include "cloog/version.h"
f8bf9252
SP
5841int
5842main ()
5843{
d32ef397 5844#if CLOOG_VERSION_MAJOR != 0 \
6886e444
RG
5845 || CLOOG_VERSION_MINOR != 17 \
5846 || CLOOG_VERSION_REVISION < 0
d32ef397
AS
5847 choke me
5848 #endif
f8bf9252
SP
5849 ;
5850 return 0;
5851}
5852_ACEOF
0333b9a6 5853if ac_fn_c_try_compile "$LINENO"; then :
6886e444 5854 gcc_cv_cloog=yes
f8bf9252 5855else
6886e444 5856 gcc_cv_cloog=no
f8bf9252 5857fi
5213506e 5858rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d789184e 5859fi
6886e444
RG
5860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
5861$as_echo "$gcc_cv_cloog" >&6; }
d32ef397
AS
5862
5863 CFLAGS=$_cloog_saved_CFLAGS
5864 LDFLAGS=$_cloog_saved_LDFLAGS
5865 fi
f8bf9252 5866
f8bf9252
SP
5867
5868
5869
d32ef397
AS
5870
5871
5872
6be7b668
JJ
5873 if test "x${with_cloog}" = xno; then
5874 graphite_requested=no
5875 elif test "x${with_cloog}" != x \
d32ef397
AS
5876 || test "x${with_cloog_include}" != x \
5877 || test "x${with_cloog_lib}" != x ; then
5878 graphite_requested=yes
5879 else
5880 graphite_requested=no
5881 fi
5882
5883
5884
6886e444 5885 if test "${gcc_cv_cloog}" = no ; then
d32ef397
AS
5886 clooglibs=
5887 clooginc=
5888 fi
5889
5890 if test "${graphite_requested}" = yes \
5891 && test "x${clooglibs}" = x \
5892 && test "x${clooginc}" = x ; then
5893
ab4173cf 5894 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
d32ef397
AS
5895 fi
5896
5897
5898fi
5899
32d024bf
RG
5900# If either the ISL or the CLooG check failed, disable builds of in-tree
5901# variants of both
5902if test "x$clooglibs" = x && test "x$clooginc" = x; then
5903 noconfigdirs="$noconfigdirs cloog isl"
5904fi
5905
d7f09764
DN
5906# Check for LTO support.
5907# Check whether --enable-lto was given.
5908if test "${enable_lto+set}" = set; then :
5909 enableval=$enable_lto; enable_lto=$enableval
5910else
5911 enable_lto=yes; default_enable_lto=yes
5912fi
5913
5914
7413962d 5915
9a02962b
DK
5916
5917
5918target_elf=no
5919case $target in
5920 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
e44dbbe1 5921 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
9a02962b
DK
5922 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
5923 target_elf=no
5924 ;;
5925 *)
5926 target_elf=yes
5927 ;;
5928esac
5929
5930if test $target_elf = yes; then :
48215350
DK
5931 # ELF platforms build the lto-plugin always.
5932 build_lto_plugin=yes
9a02962b 5933
9a02962b
DK
5934else
5935 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 5936 case $target in
2cd815e7 5937 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
48215350 5938 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
5939 *) enable_lto=no ;;
5940 esac
9a02962b 5941 else
db50fe7d
IS
5942 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
5943 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
5944 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
5945 # warn during gcc/ subconfigure; unless you're bootstrapping with
5946 # -flto it won't be needed until after installation anyway.
5947 case $target in
1cd0b716 5948 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
5949 *) if test x"$enable_lto" = x"yes"; then
5950 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
5951 fi
5952 ;;
5953 esac
5954 fi
1cd0b716 5955 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 5956 # Build it unless LTO was explicitly disabled.
1cd0b716 5957 case $target in
48215350 5958 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
5959 *) ;;
5960 esac
48215350 5961
9a02962b
DK
5962fi
5963
d7f09764 5964
f8bf9252 5965
0823efed 5966# By default, C and C++ are the only stage 1 languages.
e1888513 5967stage1_languages=,c,
2805b53a 5968
00020c16 5969# Target libraries that we bootstrap.
ad1e5170 5970bootstrap_target_libs=,target-libgcc,
00020c16 5971
55ffb5ed
NN
5972# Figure out what language subdirectories are present.
5973# Look if the user specified --enable-languages="..."; if not, use
5974# the environment variable $LANGUAGES if defined. $LANGUAGES might
5975# go away some day.
5976# NB: embedded tabs in this IF block -- do not untabify
5977if test -d ${srcdir}/gcc; then
5978 if test x"${enable_languages+set}" != xset; then
5979 if test x"${LANGUAGES+set}" = xset; then
5980 enable_languages="${LANGUAGES}"
5981 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
5982 else
5983 enable_languages=all
5984 fi
5985 else
5986 if test x"${enable_languages}" = x ||
5987 test x"${enable_languages}" = xyes;
5988 then
5989 echo configure.in: --enable-languages needs at least one language argument 1>&2
5990 exit 1
5991 fi
5992 fi
5993 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
5994
7f26dfa3
FXC
5995 # 'f95' is the old name for the 'fortran' language. We issue a warning
5996 # and make the substitution.
5997 case ,${enable_languages}, in
5998 *,f95,*)
5999 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6000 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6001 ;;
6002 esac
6003
0823efed
DN
6004 # If bootstrapping, C++ must be enabled.
6005 case ",$enable_languages,:$enable_bootstrap" in
6006 *,c++,*:*) ;;
6007 *:yes)
ff3ac0f4
ILT
6008 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6009 enable_languages="${enable_languages},c++"
6010 else
0823efed 6011 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ff3ac0f4
ILT
6012 fi
6013 ;;
6014 esac
6015
55ffb5ed
NN
6016 # First scan to see if an enabled language requires some other language.
6017 # We assume that a given config-lang.in will list all the language
6018 # front ends it requires, even if some are required indirectly.
6019 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6020 case ${lang_frag} in
6021 ..) ;;
6022 # The odd quoting in the next line works around
6023 # an apparent bug in bash 1.12 on linux.
6024 ${srcdir}/gcc/[*]/config-lang.in) ;;
6025 *)
69ecd18f
ILT
6026 # From the config-lang.in, get $language, $lang_requires, and
6027 # $lang_requires_boot_languages.
55ffb5ed
NN
6028 language=
6029 lang_requires=
69ecd18f 6030 lang_requires_boot_languages=
55ffb5ed 6031 . ${lang_frag}
69ecd18f 6032 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6033 case ,${enable_languages}, in
6034 *,$other,*) ;;
6035 *,all,*) ;;
6036 *,$language,*)
6037 echo " \`$other' language required by \`$language'; enabling" 1>&2
6038 enable_languages="${enable_languages},${other}"
6039 ;;
6040 esac
6041 done
69ecd18f
ILT
6042 for other in ${lang_requires_boot_languages} ; do
6043 if test "$other" != "c"; then
6044 case ,${enable_stage1_languages}, in
6045 *,$other,*) ;;
6046 *,all,*) ;;
6047 *)
6048 case ,${enable_languages}, in
6049 *,$language,*)
6050 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6051 enable_stage1_languages="$enable_stage1_languages,${other}"
6052 ;;
6053 esac
6054 ;;
6055 esac
6056 fi
6057 done
55ffb5ed
NN
6058 ;;
6059 esac
6060 done
6061
e1888513 6062 new_enable_languages=,c,
d7f09764
DN
6063
6064 # If LTO is enabled, add the LTO front end.
6065 extra_host_libiberty_configure_flags=
6066 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6067 case ,${enable_languages}, in
6068 *,lto,*) ;;
6069 *) enable_languages="${enable_languages},lto" ;;
6070 esac
1cd0b716 6071 if test "${build_lto_plugin}" = "yes" ; then
d7f09764
DN
6072 configdirs="$configdirs lto-plugin"
6073 extra_host_libiberty_configure_flags=--enable-shared
6074 fi
6075 fi
6076
6077
55ffb5ed 6078 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6079 potential_languages=,c,
55ffb5ed 6080
4da3b0f8
ILT
6081 enabled_target_libs=
6082 disabled_target_libs=
6083
55ffb5ed
NN
6084 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6085 case ${lang_frag} in
6086 ..) ;;
6087 # The odd quoting in the next line works around
6088 # an apparent bug in bash 1.12 on linux.
6089 ${srcdir}/gcc/[*]/config-lang.in) ;;
6090 *)
1c710c3c 6091 # From the config-lang.in, get $language, $target_libs,
2805b53a 6092 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6093 language=
6094 target_libs=
6095 lang_dirs=
1546bb64 6096 subdir_requires=
e1888513
PB
6097 boot_language=no
6098 build_by_default=yes
55ffb5ed 6099 . ${lang_frag}
e1888513
PB
6100 if test x${language} = x; then
6101 echo "${lang_frag} doesn't set \$language." 1>&2
6102 exit 1
6103 fi
6104
78767fd9 6105 if test "$language" = "c++"; then
0823efed 6106 boot_language=yes
00020c16
ILT
6107 fi
6108
e1888513
PB
6109 case ,${enable_languages}, in
6110 *,${language},*)
d4a10d0a
SB
6111 # Language was explicitly selected; include it
6112 # unless it is C, which is enabled by default.
6113 if test "$language" != "c"; then
6114 add_this_lang=yes
6115 fi
55ffb5ed 6116 ;;
e1888513
PB
6117 *,all,*)
6118 # 'all' was selected, select it if it is a default language
6119 add_this_lang=${build_by_default}
55ffb5ed
NN
6120 ;;
6121 *)
6122 add_this_lang=no
6123 ;;
6124 esac
6de9cd9a 6125
1546bb64 6126 # Disable languages that need other directories if these aren't available.
95695ad3 6127 for i in $subdir_requires; do
b6348cb3 6128 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6129 case ,${enable_languages}, in
6130 *,${language},*)
6131 # Specifically requested language; tell them.
5213506e 6132 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6133 ;;
6134 *)
6135 # Silently disable.
e1888513 6136 add_this_lang=unsupported
1546bb64
PB
6137 ;;
6138 esac
6139 done
6140
e1888513
PB
6141 # Disable Ada if no preexisting GNAT is available.
6142 case ,${enable_languages},:${language}:${have_gnat} in
6143 *,${language},*:ada:no)
6144 # Specifically requested language; tell them.
5213506e 6145 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6146 ;;
6147 *:ada:no)
6148 # Silently disable.
6149 add_this_lang=unsupported
6150 ;;
6151 esac
6152
4fab7234
HPN
6153 # Disable a language that is unsupported by the target.
6154 case " $unsupported_languages " in
6155 *" $language "*)
e1888513 6156 add_this_lang=unsupported
4fab7234
HPN
6157 ;;
6158 esac
6159
6de9cd9a 6160 case $add_this_lang in
e1888513 6161 unsupported)
55ffb5ed 6162 # Remove language-dependent dirs.
4da3b0f8
ILT
6163 disabled_target_libs="$disabled_target_libs $target_libs"
6164 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6165 ;;
e1888513
PB
6166 no)
6167 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6168 disabled_target_libs="$disabled_target_libs $target_libs"
6169 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6170 potential_languages="${potential_languages}${language},"
6171 ;;
6172 yes)
6173 new_enable_languages="${new_enable_languages}${language},"
6174 potential_languages="${potential_languages}${language},"
2805b53a 6175 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6176 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6177 case "${boot_language}:,$enable_stage1_languages," in
6178 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6179 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6180 case ",$stage1_languages," in
6181 *,$language,* | ,yes, | ,all,) ;;
6182 *) stage1_languages="${stage1_languages}${language}," ;;
6183 esac
00020c16
ILT
6184 # We need to bootstrap any supporting libraries.
6185 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6186 ;;
6187 esac
6188 ;;
55ffb5ed
NN
6189 esac
6190 ;;
6191 esac
6192 done
6193
4da3b0f8
ILT
6194 # Add target libraries which are only needed for disabled languages
6195 # to noconfigdirs.
6196 if test -n "$disabled_target_libs"; then
6197 for dir in $disabled_target_libs; do
6198 case " $enabled_target_libs " in
6199 *" ${dir} "*) ;;
6200 *) noconfigdirs="$noconfigdirs $dir" ;;
6201 esac
6202 done
6203 fi
6204
5213506e
RW
6205 # Check whether --enable-stage1-languages was given.
6206if test "${enable_stage1_languages+set}" = set; then :
6207 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6208 ,no,|,,)
6209 # Set it to something that will have no effect in the loop below
6210 enable_stage1_languages=c ;;
6211 ,yes,)
6212 enable_stage1_languages=`echo $new_enable_languages | \
6213 sed -e "s/^,//" -e "s/,$//" ` ;;
6214 *,all,*)
6215 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6216 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6217 esac
6218
6219 # Add "good" languages from enable_stage1_languages to stage1_languages,
6220 # while "bad" languages go in missing_languages. Leave no duplicates.
6221 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6222 case $potential_languages in
6223 *,$i,*)
6224 case $stage1_languages in
6225 *,$i,*) ;;
6226 *) stage1_languages="$stage1_languages$i," ;;
6227 esac ;;
6228 *)
6229 case $missing_languages in
6230 *,$i,*) ;;
6231 *) missing_languages="$missing_languages$i," ;;
6232 esac ;;
6233 esac
6234 done
5213506e
RW
6235fi
6236
e1888513
PB
6237
6238 # Remove leading/trailing commas that were added for simplicity
6239 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6240 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6241 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6242 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6243
55ffb5ed 6244 if test "x$missing_languages" != x; then
5213506e 6245 as_fn_error "
0cf085e4 6246The following requested languages could not be built: ${missing_languages}
5213506e 6247Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6248 fi
55ffb5ed
NN
6249 if test "x$new_enable_languages" != "x$enable_languages"; then
6250 echo The following languages will be built: ${new_enable_languages}
e1888513 6251 enable_languages="$new_enable_languages"
55ffb5ed 6252 fi
e1888513 6253
1c710c3c 6254
b2eaac4a 6255 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6256fi
6257
27079765
AH
6258# Handle --disable-<component> generically.
6259for dir in $configdirs $build_configdirs $target_configdirs ; do
6260 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6261 varname=`echo $dirname | sed -e s/+/_/g`
6262 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6263 noconfigdirs="$noconfigdirs $dir"
6264 fi
6265done
6266
7cd0cf9c 6267# Check for Boehm's garbage collector
5213506e
RW
6268# Check whether --enable-objc-gc was given.
6269if test "${enable_objc_gc+set}" = set; then :
6270 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6271 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6272 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6273 ;;
6274esac
5213506e
RW
6275fi
6276
7cd0cf9c
DA
6277
6278# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6279case ,${enable_languages},:${enable_objc_gc} in
6280 *,objc,*:yes)
7cd0cf9c
DA
6281 # Keep target-boehm-gc if requested for Objective-C.
6282 ;;
7cd0cf9c 6283 *)
2a79fd67
DA
6284 # Otherwise remove target-boehm-gc depending on target-libjava.
6285 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6286 noconfigdirs="$noconfigdirs target-boehm-gc"
6287 fi
7cd0cf9c
DA
6288 ;;
6289esac
6290
99776ebd
RH
6291# Disable libitm if we're not building C++
6292case ,${enable_languages}, in
9696698a 6293 *,c++,*) ;;
99776ebd
RH
6294 *)
6295 noconfigdirs="$noconfigdirs target-libitm"
6296 ;;
6297esac
6298
ee6a22df
L
6299# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6300# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6301# If we have the source for $noconfigdirs entries, add them to $notsupp.
6302
6303notsupp=""
6304for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6305 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6306 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6307 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6308 if test -r $srcdir/$dirname/configure ; then
6309 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6310 true
6311 else
6312 notsupp="$notsupp $dir"
6313 fi
6314 fi
6315 fi
ee6a22df
L
6316 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6317 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6318 if test -r $srcdir/$dirname/configure ; then
6319 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6320 true
6321 else
6322 notsupp="$notsupp $dir"
6323 fi
6324 fi
6325 fi
55ffb5ed
NN
6326 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6327 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6328 if test -r $srcdir/$dirname/configure ; then
6329 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6330 true
6331 else
6332 notsupp="$notsupp $dir"
6333 fi
6334 fi
6335 fi
6336done
6337
55ffb5ed
NN
6338# Quietly strip out all directories which aren't configurable in this tree.
6339# This relies on all configurable subdirectories being autoconfiscated, which
6340# is now the case.
23f6b2f9
PB
6341build_configdirs_all="$build_configdirs"
6342build_configdirs=
6343for i in ${build_configdirs_all} ; do
1c710c3c 6344 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6345 if test -f ${srcdir}/$j/configure ; then
6346 build_configdirs="${build_configdirs} $i"
6347 fi
6348done
6349
55ffb5ed
NN
6350configdirs_all="$configdirs"
6351configdirs=
6352for i in ${configdirs_all} ; do
6353 if test -f ${srcdir}/$i/configure ; then
6354 configdirs="${configdirs} $i"
6355 fi
6356done
23f6b2f9 6357
55ffb5ed
NN
6358target_configdirs_all="$target_configdirs"
6359target_configdirs=
6360for i in ${target_configdirs_all} ; do
1c710c3c 6361 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6362 if test -f ${srcdir}/$j/configure ; then
6363 target_configdirs="${target_configdirs} $i"
6364 fi
6365done
6366
6367# Produce a warning message for the subdirs we can't configure.
6368# This isn't especially interesting in the Cygnus tree, but in the individual
6369# FSF releases, it's important to let people know when their machine isn't
6370# supported by the one or two programs in a package.
6371
6372if test -n "${notsupp}" && test -z "${norecursion}" ; then
6373 # If $appdirs is non-empty, at least one of those directories must still
6374 # be configured, or we error out. (E.g., if the gas release supports a
6375 # specified target in some subdirs but not the gas subdir, we shouldn't
6376 # pretend that all is well.)
6377 if test -n "$appdirs" ; then
6378 for dir in $appdirs ; do
6379 if test -r $dir/Makefile.in ; then
6380 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6381 appdirs=""
6382 break
6383 fi
23f6b2f9 6384 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6385 appdirs=""
6386 break
6387 fi
6388 fi
6389 done
6390 if test -n "$appdirs" ; then
6391 echo "*** This configuration is not supported by this package." 1>&2
6392 exit 1
6393 fi
6394 fi
6395 # Okay, some application will build, or we don't care to check. Still
6396 # notify of subdirs not getting built.
6397 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6398 echo " ${notsupp}" 1>&2
6399 echo " (Any other directories should still work fine.)" 1>&2
6400fi
6401
6402case "$host" in
6403 *msdosdjgpp*)
6404 enable_gdbtk=no ;;
6405esac
6406
c3a86da9
DJ
6407# To find our prefix, in gcc_cv_tool_prefix.
6408
6409# The user is always right.
6410if test "${PATH_SEPARATOR+set}" != set; then
6411 echo "#! /bin/sh" >conf$$.sh
6412 echo "exit 0" >>conf$$.sh
6413 chmod +x conf$$.sh
6414 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6415 PATH_SEPARATOR=';'
6416 else
6417 PATH_SEPARATOR=:
6418 fi
6419 rm -f conf$$.sh
6420fi
6421
6422
6423
6424if test "x$exec_prefix" = xNONE; then
6425 if test "x$prefix" = xNONE; then
6426 gcc_cv_tool_prefix=$ac_default_prefix
6427 else
6428 gcc_cv_tool_prefix=$prefix
6429 fi
6430else
6431 gcc_cv_tool_prefix=$exec_prefix
6432fi
6433
6434# If there is no compiler in the tree, use the PATH only. In any
6435# case, if there is no compiler in the tree nobody should use
6436# AS_FOR_TARGET and LD_FOR_TARGET.
6437if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6438 gcc_version=`cat $srcdir/gcc/BASE-VER`
6439 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6440 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6441 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6442 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6443 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6444 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6445else
6446 gcc_cv_tool_dirs=
6447fi
6448
6449if test x$build = x$target && test -n "$md_exec_prefix"; then
6450 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6451fi
6452
6453
6454
55ffb5ed
NN
6455copy_dirs=
6456
1c710c3c 6457
5213506e
RW
6458# Check whether --with-build-sysroot was given.
6459if test "${with_build_sysroot+set}" = set; then :
6460 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6461 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6462 fi
6463else
6464 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6465fi
526635cb
MM
6466
6467
c8aea42c 6468
5213506e
RW
6469
6470# Check whether --with-debug-prefix-map was given.
6471if test "${with_debug_prefix_map+set}" = set; then :
6472 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6473 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6474 for debug_map in $withval; do
6475 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6476 done
6477 fi
6478else
6479 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6480fi
6481
c8aea42c
PB
6482
6483
1c8bd6a3
PB
6484# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6485# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6486# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6487# We want to ensure that TARGET libraries (which we know are built with
6488# gcc) are built with "-O2 -g", so include those options when setting
6489# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6490if test "x$CFLAGS_FOR_TARGET" = x; then
6491 CFLAGS_FOR_TARGET=$CFLAGS
6492 case " $CFLAGS " in
6493 *" -O2 "*) ;;
bd8e704f 6494 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6495 esac
6496 case " $CFLAGS " in
6497 *" -g "* | *" -g3 "*) ;;
bd8e704f 6498 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6499 esac
6500fi
6501
6502
6503if test "x$CXXFLAGS_FOR_TARGET" = x; then
6504 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6505 case " $CXXFLAGS " in
6506 *" -O2 "*) ;;
bd8e704f 6507 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6508 esac
6509 case " $CXXFLAGS " in
6510 *" -g "* | *" -g3 "*) ;;
bd8e704f 6511 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6512 esac
6513fi
6514
6515
6f57bdf6
DK
6516
6517
55ffb5ed
NN
6518# Handle --with-headers=XXX. If the value is not "yes", the contents of
6519# the named directory are copied to $(tooldir)/sys-include.
6520if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6521 if test x${is_cross_compiler} = xno ; then
6522 echo 1>&2 '***' --with-headers is only supported when cross compiling
6523 exit 1
6524 fi
6525 if test x"${with_headers}" != xyes ; then
c3a86da9 6526 x=${gcc_cv_tool_prefix}
1c710c3c 6527 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6528 fi
6529fi
6530
6531# Handle --with-libs=XXX. If the value is not "yes", the contents of
6532# the name directories are copied to $(tooldir)/lib. Multiple directories
6533# are permitted.
6534if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6535 if test x${is_cross_compiler} = xno ; then
6536 echo 1>&2 '***' --with-libs is only supported when cross compiling
6537 exit 1
6538 fi
6539 if test x"${with_libs}" != xyes ; then
6540 # Copy the libraries in reverse order, so that files in the first named
6541 # library override files in subsequent libraries.
c3a86da9 6542 x=${gcc_cv_tool_prefix}
55ffb5ed 6543 for l in ${with_libs}; do
1c710c3c 6544 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6545 done
6546 fi
6547fi
6548
d7f09764 6549# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6550#
6551# This is done by determining whether or not the appropriate directory
6552# is available, and by checking whether or not specific configurations
6553# have requested that this magic not happen.
1c710c3c
DJ
6554#
6555# The command line options always override the explicit settings in
e8b05380
PB
6556# configure.in, and the settings in configure.in override this magic.
6557#
1c710c3c 6558# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6559# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6560# --without-gnu-ld options for the configure script. Similarly, if
6561# the default is to use the included zlib and you don't want to do that,
6562# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6563
6564if test x${use_gnu_as} = x &&
6565 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6566 with_gnu_as=yes
6567 extra_host_args="$extra_host_args --with-gnu-as"
6568fi
6569
6570if test x${use_gnu_ld} = x &&
5afab7ad 6571 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6572 with_gnu_ld=yes
6573 extra_host_args="$extra_host_args --with-gnu-ld"
6574fi
6575
d7f09764
DN
6576if test x${use_included_zlib} = x &&
6577 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6578 :
6579else
6580 with_system_zlib=yes
6581 extra_host_args="$extra_host_args --with-system-zlib"
6582fi
6583
e8b05380
PB
6584# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6585# can detect this case.
6586
6587if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6588 with_newlib=yes
6589 extra_host_args="$extra_host_args --with-newlib"
6590fi
6591
55ffb5ed
NN
6592# Handle ${copy_dirs}
6593set fnord ${copy_dirs}
6594shift
6595while test $# != 0 ; do
6596 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6597 :
6598 else
6599 echo Copying $1 to $2
6600
6601 # Use the install script to create the directory and all required
6602 # parent directories.
6603 if test -d $2 ; then
6604 :
6605 else
6606 echo >config.temp
6607 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6608 fi
6609
6610 # Copy the directory, assuming we have tar.
6611 # FIXME: Should we use B in the second tar? Not all systems support it.
6612 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6613
6614 # It is the responsibility of the user to correctly adjust all
6615 # symlinks. If somebody can figure out how to handle them correctly
6616 # here, feel free to add the code.
6617
6618 echo $1 > $2/COPIED
6619 fi
6620 shift; shift
6621done
6622
e8b05380
PB
6623# Determine a target-dependent exec_prefix that the installed
6624# gcc will search in. Keep this list sorted by triplet, with
6625# the *-*-osname triplets last.
6626md_exec_prefix=
6627case "${target}" in
30b74385 6628 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6629 md_exec_prefix=/dev/env/DJDIR/bin
6630 ;;
e8b05380 6631 *-*-hpux* | \
e8b05380 6632 *-*-nto-qnx* | \
6de66370 6633 *-*-solaris2*)
e8b05380
PB
6634 md_exec_prefix=/usr/ccs/bin
6635 ;;
6636esac
6637
671aa708
NN
6638extra_arflags_for_target=
6639extra_nmflags_for_target=
6640extra_ranlibflags_for_target=
6641target_makefile_frag=/dev/null
6642case "${target}" in
58e24147
AM
6643 spu-*-*)
6644 target_makefile_frag="config/mt-spu"
6645 ;;
4bf6c438
RS
6646 mips*-sde-elf*)
6647 target_makefile_frag="config/mt-sde"
6648 ;;
1ec3b87b
RS
6649 mipsisa*-*-elfoabi*)
6650 target_makefile_frag="config/mt-mips-elfoabi"
6651 ;;
08d0963a
RS
6652 mips*-*-*linux* | mips*-*-gnu*)
6653 target_makefile_frag="config/mt-mips-gnu"
6654 ;;
416ac4d4 6655 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6656 target_makefile_frag="config/mt-gnu"
671aa708
NN
6657 ;;
6658 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6659 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
6660 # commands to handle both 32-bit and 64-bit objects. These flags are
6661 # harmless if we're using GNU nm or ar.
6662 extra_arflags_for_target=" -X32_64"
6663 extra_nmflags_for_target=" -B -X32_64"
6664 ;;
671aa708
NN
6665esac
6666
6667alphaieee_frag=/dev/null
6668case $target in
6669 alpha*-*-*)
6670 # This just makes sure to use the -mieee option to build target libs.
6671 # This should probably be set individually by each library.
6672 alphaieee_frag="config/mt-alphaieee"
6673 ;;
6674esac
6675
6676# If --enable-target-optspace always use -Os instead of -O2 to build
6677# the target libraries, similarly if it is not specified, use -Os
6678# on selected platforms.
6679ospace_frag=/dev/null
6680case "${enable_target_optspace}:${target}" in
6681 yes:*)
6682 ospace_frag="config/mt-ospace"
6683 ;;
6684 :d30v-*)
6685 ospace_frag="config/mt-d30v"
6686 ;;
6687 :m32r-* | :d10v-* | :fr30-*)
6688 ospace_frag="config/mt-ospace"
6689 ;;
6690 no:* | :*)
6691 ;;
6692 *)
6693 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6694 ;;
6695esac
6696
671aa708
NN
6697# Some systems (e.g., one of the i386-aix systems the gas testers are
6698# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 6699tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
6700build_tooldir=${tooldir}
6701
671aa708
NN
6702# Create a .gdbinit file which runs the one in srcdir
6703# and tells GDB to look there for source files.
6704
6705if test -r ${srcdir}/.gdbinit ; then
6706 case ${srcdir} in
6707 .) ;;
6708 *) cat > ./.gdbinit <<EOF
6709# ${NO_EDIT}
6710dir ${srcdir}
6711dir .
6712source ${srcdir}/.gdbinit
6713EOF
6714 ;;
6715 esac
6716fi
6717
671aa708
NN
6718# Make sure that the compiler is able to generate an executable. If it
6719# can't, we are probably in trouble. We don't care whether we can run the
6720# executable--we might be using a cross compiler--we only care whether it
6721# can be created. At this point the main configure script has set CC.
6722we_are_ok=no
6723echo "int main () { return 0; }" > conftest.c
6724${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6725if test $? = 0 ; then
6726 if test -s conftest || test -s conftest.exe ; then
6727 we_are_ok=yes
6728 fi
1c710c3c 6729fi
671aa708
NN
6730case $we_are_ok in
6731 no)
6732 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6733 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6734 rm -f conftest*
6735 exit 1
6736 ;;
6737esac
6738rm -f conftest*
6739
d89f0ad6 6740# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
6741case "${host}" in
6742 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 6743 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 6744 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
6745 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6746esac
6747
d89f0ad6
AL
6748# On systems where the dynamic library environment variable is PATH,
6749# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6750# built executables to PATH.
6751if test "$RPATH_ENVVAR" = PATH; then
6752 GCC_SHLIB_SUBDIR=/shlib
6753else
6754 GCC_SHLIB_SUBDIR=
6755fi
6756
671aa708
NN
6757# Record target_configdirs and the configure arguments for target and
6758# build configuration in Makefile.
6759target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 6760build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
671aa708 6761
ad1e5170
JR
6762# If we are building libgomp, bootstrap it.
6763if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6764 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6765fi
6766
671aa708
NN
6767# Determine whether gdb needs tk/tcl or not.
6768# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6769# and in that case we want gdb to be built without tk. Ugh!
6770# In fact I believe gdb is the *only* package directly dependent on tk,
6771# so we should be able to put the 'maybe's in unconditionally and
6772# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6773# 100% sure that that's safe though.
e914a571 6774
b4f96efe 6775gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
6776case "$enable_gdbtk" in
6777 no)
6778 GDB_TK="" ;;
e914a571
AC
6779 yes)
6780 GDB_TK="${gdb_tk}" ;;
671aa708 6781 *)
e914a571
AC
6782 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6783 # distro. Eventually someone will fix this and move Insight, nee
6784 # gdbtk to a separate directory.
6785 if test -d ${srcdir}/gdb/gdbtk ; then
6786 GDB_TK="${gdb_tk}"
6787 else
6788 GDB_TK=""
6789 fi
6790 ;;
671aa708 6791esac
ef9db8d5
DJ
6792CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6793INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 6794
60975492 6795# Strip out unwanted targets.
8b87bb96
NN
6796
6797# While at that, we remove Makefiles if we were started for recursive
6798# configuration, so that the top-level Makefile reconfigures them,
6799# like we used to do when configure itself was recursive.
8b87bb96 6800
3e54529c
RW
6801# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6802# but now we're fixing up the Makefile ourselves with the additional
6803# commands passed to AC_CONFIG_FILES. Use separate variables
6804# extrasub-{build,host,target} not because there is any reason to split
6805# the substitutions up that way, but only to remain below the limit of
6806# 99 commands in a script, for HP-UX sed.
6807# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 6808
79cd2b23
RW
6809case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6810 yes:yes:*\ gold\ *:*,c++,*) ;;
6811 yes:yes:*\ gold\ *:*)
6812 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6813 ;;
6814esac
6815
ce521a9c 6816# Adjust the toplevel makefile according to whether bootstrap was selected.
e12c4094 6817case $enable_bootstrap in
f516a7da 6818 yes)
e12c4094
AO
6819 bootstrap_suffix=bootstrap
6820 BUILD_CONFIG=bootstrap-debug
6821 ;;
f516a7da 6822 no)
e12c4094
AO
6823 bootstrap_suffix=no-bootstrap
6824 BUILD_CONFIG=
6825 ;;
f516a7da
PB
6826esac
6827
e12c4094
AO
6828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6829$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
5646b7b9
AO
6830
6831
6832# Check whether --with-build-config was given.
6833if test "${with_build_config+set}" = set; then :
6834 withval=$with_build_config; case $with_build_config in
6835 yes) with_build_config= ;;
6836 no) with_build_config= BUILD_CONFIG= ;;
6837 esac
6838fi
6839
6840
e12c4094
AO
6841if test "x${with_build_config}" != x; then
6842 BUILD_CONFIG=$with_build_config
6843else
6844 case $BUILD_CONFIG in
6845 bootstrap-debug)
6846 if echo "int f (void) { return 0; }" > conftest.c &&
6847 ${CC} -c conftest.c &&
6848 mv conftest.o conftest.o.g0 &&
6849 ${CC} -c -g conftest.c &&
6850 mv conftest.o conftest.o.g &&
615c8ffa 6851 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
e12c4094
AO
6852 :
6853 else
6854 BUILD_CONFIG=
6855 fi
6856 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6857 ;;
6858 esac
6859fi
6860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
6861$as_echo "$BUILD_CONFIG" >&6; }
6862
6863
3e54529c 6864extrasub_build=
23f6b2f9 6865for module in ${build_configdirs} ; do
5607edfd
PB
6866 if test -z "${no_recursion}" \
6867 && test -f ${build_subdir}/${module}/Makefile; then
6868 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
6869 rm -f ${build_subdir}/${module}/Makefile
6870 fi
3e54529c 6871 extrasub_build="$extrasub_build
5607edfd
PB
6872/^@if build-$module\$/d
6873/^@endif build-$module\$/d
6874/^@if build-$module-$bootstrap_suffix\$/d
6875/^@endif build-$module-$bootstrap_suffix\$/d"
6876done
3e54529c 6877extrasub_host=
5607edfd 6878for module in ${configdirs} ; do
a6fbc1e2 6879 if test -z "${no_recursion}"; then
f063a9ed 6880 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
6881 if test -f ${file}; then
6882 echo 1>&2 "*** removing ${file} to force reconfigure"
6883 rm -f ${file}
6884 fi
6885 done
5607edfd 6886 fi
3e54529c 6887 extrasub_host="$extrasub_host
5607edfd
PB
6888/^@if $module\$/d
6889/^@endif $module\$/d
6890/^@if $module-$bootstrap_suffix\$/d
6891/^@endif $module-$bootstrap_suffix\$/d"
6892done
3e54529c 6893extrasub_target=
5607edfd
PB
6894for module in ${target_configdirs} ; do
6895 if test -z "${no_recursion}" \
6896 && test -f ${target_subdir}/${module}/Makefile; then
6897 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
6898 rm -f ${target_subdir}/${module}/Makefile
6899 fi
00020c16
ILT
6900
6901 # We only bootstrap target libraries listed in bootstrap_target_libs.
6902 case $bootstrap_target_libs in
6903 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
6904 *) target_bootstrap_suffix=no-bootstrap ;;
6905 esac
6906
3e54529c 6907 extrasub_target="$extrasub_target
5607edfd
PB
6908/^@if target-$module\$/d
6909/^@endif target-$module\$/d
00020c16
ILT
6910/^@if target-$module-$target_bootstrap_suffix\$/d
6911/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
6912done
6913
3e54529c
RW
6914# Do the final fixup along with target modules.
6915extrasub_target="$extrasub_target
60975492 6916/^@if /,/^@endif /d"
671aa708
NN
6917
6918# Create the serialization dependencies. This uses a temporary file.
6919
5213506e
RW
6920# Check whether --enable-serial-configure was given.
6921if test "${enable_serial_configure+set}" = set; then :
6922 enableval=$enable_serial_configure;
6923fi
ade82b16
AO
6924
6925
bf1d3e81
NN
6926case ${enable_serial_configure} in
6927 yes)
6928 enable_serial_build_configure=yes
6929 enable_serial_host_configure=yes
6930 enable_serial_target_configure=yes
6931 ;;
6932esac
6933
671aa708
NN
6934# These force 'configure's to be done one at a time, to avoid problems
6935# with contention over a shared config.cache.
6936rm -f serdep.tmp
ade82b16 6937echo '# serdep.tmp' > serdep.tmp
671aa708 6938olditem=
bf1d3e81 6939test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
6940for item in ${build_configdirs} ; do
6941 case ${olditem} in
6942 "") ;;
ade82b16 6943 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
6944 esac
6945 olditem=${item}
6946done
6947olditem=
bf1d3e81 6948test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
6949for item in ${configdirs} ; do
6950 case ${olditem} in
6951 "") ;;
ade82b16 6952 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
6953 esac
6954 olditem=${item}
6955done
6956olditem=
bf1d3e81 6957test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
6958for item in ${target_configdirs} ; do
6959 case ${olditem} in
6960 "") ;;
ade82b16 6961 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
6962 esac
6963 olditem=${item}
6964done
6965serialization_dependencies=serdep.tmp
6966
6967
ade82b16 6968# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 6969# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
6970# might not want to pass down to subconfigures. The exception being
6971# --cache-file=/dev/null, which is used to turn off the use of cache
6972# files altogether, and which should be passed on to subconfigures.
6973# Also strip program-prefix, program-suffix, and program-transform-name,
6974# so that we can pass down a consistent program-transform-name.
1c710c3c 6975baseargs=
29a63921 6976tbaseargs=
1c710c3c
DJ
6977keep_next=no
6978skip_next=no
6979eval "set -- $ac_configure_args"
44bfc3ac
DJ
6980for ac_arg
6981do
1c710c3c
DJ
6982 if test X"$skip_next" = X"yes"; then
6983 skip_next=no
6984 continue
6985 fi
6986 if test X"$keep_next" = X"yes"; then
6987 case $ac_arg in
6988 *\'*)
6989 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6990 esac
6991 baseargs="$baseargs '$ac_arg'"
29a63921 6992 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
6993 keep_next=no
6994 continue
6995 fi
6996
6997 # Handle separated arguments. Based on the logic generated by
6998 # autoconf 2.59.
6999 case $ac_arg in
7000 *=* | --config-cache | -C | -disable-* | --disable-* \
7001 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7002 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7003 | -with-* | --with-* | -without-* | --without-* | --x)
7004 separate_arg=no
7005 ;;
7006 -*)
7007 separate_arg=yes
7008 ;;
7009 *)
7010 separate_arg=no
7011 ;;
7012 esac
7013
29a63921
AO
7014 skip_targ=no
7015 case $ac_arg in
7016
7017 --with-* | --without-*)
7018 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7019
7020 case $libopt in
7021 *[-_]include)
7022 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7023 ;;
7024 *[-_]lib)
7025 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7026 ;;
7027 *)
7028 lib=$libopt
7029 ;;
7030 esac
7031
7032
7033 case $lib in
33ad93b9 7034 mpc | mpfr | gmp | cloog)
29a63921
AO
7035 # If we're processing --with-$lib, --with-$lib-include or
7036 # --with-$lib-lib, for one of the libs above, and target is
7037 # different from host, don't pass the current argument to any
7038 # target library's configure.
7039 if test x$is_cross_compiler = xyes; then
7040 skip_targ=yes
7041 fi
7042 ;;
7043 esac
7044 ;;
7045 esac
7046
1c710c3c 7047 case "$ac_arg" in
f1a036e4
NC
7048 --cache-file=/dev/null | \
7049 -cache-file=/dev/null )
7050 # Handled here to avoid the test to skip args below.
7051 baseargs="$baseargs '$ac_arg'"
29a63921 7052 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7053 # Assert: $separate_arg should always be no.
7054 keep_next=$separate_arg
7055 ;;
1c710c3c
DJ
7056 --no*)
7057 continue
7058 ;;
7059 --c* | \
7060 --sr* | \
7061 --ho* | \
7062 --bu* | \
7063 --t* | \
7064 --program-* | \
7065 -cache_file* | \
7066 -srcdir* | \
7067 -host* | \
7068 -build* | \
7069 -target* | \
7070 -program-prefix* | \
7071 -program-suffix* | \
7072 -program-transform-name* )
7073 skip_next=$separate_arg
7074 continue
7075 ;;
7076 -*)
7077 # An option. Add it.
7078 case $ac_arg in
7079 *\'*)
7080 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7081 esac
7082 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7083 if test X"$skip_targ" = Xno; then
7084 tbaseargs="$tbaseargs '$ac_arg'"
7085 fi
1c710c3c
DJ
7086 keep_next=$separate_arg
7087 ;;
7088 *)
7089 # Either a variable assignment, or a nonopt (triplet). Don't
7090 # pass it down; let the Makefile handle this.
7091 continue
7092 ;;
7093 esac
7094done
7095# Remove the initial space we just introduced and, as these will be
7096# expanded by make, quote '$'.
7097baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7098
43bb47c2
DJ
7099# Add in --program-transform-name, after --program-prefix and
7100# --program-suffix have been applied to it. Autoconf has already
7101# doubled dollar signs and backslashes in program_transform_name; we want
7102# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7103# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7104# Also, because we want to override the logic in subdir configure scripts to
7105# choose program_transform_name, replace any s,x,x, with s,y,y,.
7106sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7107${program_transform_name}
7108EOF_SED
7109gcc_transform_name=`cat conftestsed.out`
7110rm -f conftestsed.out
7111baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7112tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7113if test "$silent" = yes; then
7114 baseargs="$baseargs --silent"
29a63921 7115 tbaseargs="$tbaseargs --silent"
d9acb717 7116fi
0115d4a3 7117baseargs="$baseargs --disable-option-checking"
29a63921 7118tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7119
ffedf511
RW
7120# Record and document user additions to sub configure arguments.
7121
7122
7123
7124
671aa708
NN
7125# For the build-side libraries, we just need to pretend we're native,
7126# and not use the same cache file. Multilibs are neither needed nor
7127# desired.
ffedf511 7128build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
671aa708
NN
7129
7130# For host modules, accept cache file option, or specification as blank.
7131case "${cache_file}" in
7132"") # empty
7133 cache_file_option="" ;;
7134/* | [A-Za-z]:[\\/]* ) # absolute path
7135 cache_file_option="--cache-file=${cache_file}" ;;
7136*) # relative path
7137 cache_file_option="--cache-file=../${cache_file}" ;;
7138esac
7139
09438bde
NN
7140# Host dirs don't like to share a cache file either, horribly enough.
7141# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7142host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7143
29a63921 7144target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7145
7146# Passing a --with-cross-host argument lets the target libraries know
7147# whether they are being built with a cross-compiler or being built
7148# native. However, it would be better to use other mechanisms to make the
7149# sorts of decisions they want to make on this basis. Please consider
7150# this option to be deprecated. FIXME.
7151if test x${is_cross_compiler} = xyes ; then
1c710c3c 7152 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7153fi
7154
dc683a3f
RW
7155# Default to --enable-multilib.
7156if test x${enable_multilib} = x ; then
671aa708 7157 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7158fi
671aa708
NN
7159
7160# Pass --with-newlib if appropriate. Note that target_configdirs has
7161# changed from the earlier setting of with_newlib.
7162if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7163 target_configargs="--with-newlib ${target_configargs}"
7164fi
7165
6b9eb62c
NN
7166# Different target subdirs use different values of certain variables
7167# (notably CXX). Worse, multilibs use *lots* of different values.
7168# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7169# it doesn't automatically accept command-line overrides of them.
7170# This means it's not safe for target subdirs to share a cache file,
7171# which is disgusting, but there you have it. Hopefully this can be
7172# fixed in future. It's still worthwhile to use a cache file for each
7173# directory. I think.
7174
bebcd931
MS
7175# Pass the appropriate --build, --host, --target and --cache-file arguments.
7176# We need to pass --target, as newer autoconf's requires consistency
7177# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7178target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7179
671aa708
NN
7180FLAGS_FOR_TARGET=
7181case " $target_configdirs " in
7182 *" newlib "*)
7183 case " $target_configargs " in
7184 *" --with-newlib "*)
7185 case "$target" in
5d571eaa
OS
7186 *-cygwin*)
7187 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
7188 ;;
671aa708
NN
7189 esac
7190
7191 # If we're not building GCC, don't discard standard headers.
7192 if test -d ${srcdir}/gcc; then
7193 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7194
7195 if test "${build}" != "${host}"; then
7196 # On Canadian crosses, CC_FOR_TARGET will have already been set
7197 # by `configure', so we won't have an opportunity to add -Bgcc/
7198 # to it. This is right: we don't want to search that directory
7199 # for binaries, but we want the header files in there, so add
7200 # them explicitly.
0463992b 7201 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7202
7203 # Someone might think of using the pre-installed headers on
7204 # Canadian crosses, in case the installed compiler is not fully
7205 # compatible with the compiler being built. In this case, it
7206 # would be better to flag an error than risking having
7207 # incompatible object files being constructed. We can't
7208 # guarantee that an error will be flagged, but let's hope the
7209 # compiler will do it, when presented with incompatible header
7210 # files.
7211 fi
7212 fi
7213
7214 case "${target}-${is_cross_compiler}" in
f2a0e225 7215 i[3456789]86-*-linux*-no)
671aa708
NN
7216 # Here host == target, so we don't need to build gcc,
7217 # so we don't want to discard standard headers.
7218 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7219 ;;
7220 *)
7221 # If we're building newlib, use its generic headers last, but search
7222 # for any libc-related directories first (so make it the last -B
7223 # switch).
7224 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
7225
7226 # If we're building libgloss, find the startup file, simulator library
7227 # and linker script.
7228 case " $target_configdirs " in
7229 *" libgloss "*)
7230 # Look for startup file, simulator library and maybe linker script.
7231 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7232 # Look for libnosys.a in case the target needs it.
7233 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7234 # Most targets have the linker script in the source directory.
7235 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7236 ;;
7237 esac
671aa708
NN
7238 ;;
7239 esac
7240 ;;
7241 esac
7242 ;;
7243esac
5d571eaa 7244
b91f0a41 7245case "$target" in
5d571eaa
OS
7246 x86_64-*mingw* | *-w64-mingw*)
7247 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7248 # however, use a symlink named 'mingw' in ${prefix} .
7249 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7250 ;;
7251 *-mingw*)
7252 # MinGW can't be handled as Cygwin above since it does not use newlib.
7253 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'
7254 ;;
b91f0a41 7255esac
671aa708 7256
6691a79e
ME
7257# Allow the user to override the flags for
7258# our build compiler if desired.
f019adc1
MF
7259if test x"${build}" = x"${host}" ; then
7260 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7261 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7262 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7263fi
6691a79e 7264
671aa708
NN
7265# On Canadian crosses, we'll be searching the right directories for
7266# the previously-installed cross compiler, so don't bother to add
7267# flags for directories within the install tree of the compiler
7268# being built; programs in there won't even run.
7269if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7270 # Search for pre-installed headers if nothing else fits.
9124bc53 7271 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
7272fi
7273
7274if test "x${use_gnu_ld}" = x &&
7275 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7276 # Arrange for us to find uninstalled linker scripts.
215c351a 7277 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7278fi
7279
e88a2c09
DD
7280# Search for other target-specific linker scripts and such.
7281case "${target}" in
3e19841a
PB
7282 mep*)
7283 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7284 ;;
e88a2c09
DD
7285esac
7286
671aa708 7287# Makefile fragments.
7b61653a
PE
7288for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7289do
7290 eval fragval=\$$frag
7291 if test $fragval != /dev/null; then
7292 eval $frag=${srcdir}/$fragval
7293 fi
7294done
671aa708
NN
7295
7296
7297
7298
7299
7300# Miscellanea: directories, flags, etc.
7301
7302
7303
7304
7305
7306
7307
d89f0ad6 7308
23f6b2f9 7309# Build module lists & subconfigure args.
671aa708
NN
7310
7311
7312
2abefe3d
PB
7313# Host module lists & subconfigure args.
7314
7315
7316
aae29963 7317
2abefe3d
PB
7318# Target module lists & subconfigure args.
7319
7320
7321
7322# Build tools.
7323
7324
7325
0999159b
PB
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
2abefe3d
PB
7340# Generate default definitions for YACC, M4, LEX and other programs that run
7341# on the build machine. These are used if the Makefile can't locate these
7342# programs in objdir.
7343MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7344
7345for ac_prog in 'bison -y' byacc yacc
7346do
1c710c3c 7347 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7348set dummy $ac_prog; ac_word=$2
5213506e
RW
7349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7350$as_echo_n "checking for $ac_word... " >&6; }
7351if test "${ac_cv_prog_YACC+set}" = set; then :
7352 $as_echo_n "(cached) " >&6
2abefe3d
PB
7353else
7354 if test -n "$YACC"; then
7355 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7356else
1c710c3c
DJ
7357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7358for as_dir in $PATH
7359do
7360 IFS=$as_save_IFS
7361 test -z "$as_dir" && as_dir=.
5213506e
RW
7362 for ac_exec_ext in '' $ac_executable_extensions; do
7363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7364 ac_cv_prog_YACC="$ac_prog"
5213506e 7365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7366 break 2
7367 fi
7368done
5213506e
RW
7369 done
7370IFS=$as_save_IFS
1c710c3c 7371
2abefe3d
PB
7372fi
7373fi
1c710c3c 7374YACC=$ac_cv_prog_YACC
2abefe3d 7375if test -n "$YACC"; then
5213506e
RW
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7377$as_echo "$YACC" >&6; }
2abefe3d 7378else
5213506e
RW
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7380$as_echo "no" >&6; }
2abefe3d
PB
7381fi
7382
5213506e 7383
1c710c3c 7384 test -n "$YACC" && break
2abefe3d
PB
7385done
7386test -n "$YACC" || YACC="$MISSING bison -y"
7387
7388case " $build_configdirs " in
7389 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
7390esac
7391
7392for ac_prog in bison
7393do
1c710c3c 7394 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7395set dummy $ac_prog; ac_word=$2
5213506e
RW
7396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7397$as_echo_n "checking for $ac_word... " >&6; }
7398if test "${ac_cv_prog_BISON+set}" = set; then :
7399 $as_echo_n "(cached) " >&6
2abefe3d
PB
7400else
7401 if test -n "$BISON"; then
7402 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7403else
1c710c3c
DJ
7404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7405for as_dir in $PATH
7406do
7407 IFS=$as_save_IFS
7408 test -z "$as_dir" && as_dir=.
5213506e
RW
7409 for ac_exec_ext in '' $ac_executable_extensions; do
7410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7411 ac_cv_prog_BISON="$ac_prog"
5213506e 7412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7413 break 2
7414 fi
7415done
5213506e
RW
7416 done
7417IFS=$as_save_IFS
1c710c3c 7418
2abefe3d
PB
7419fi
7420fi
1c710c3c 7421BISON=$ac_cv_prog_BISON
2abefe3d 7422if test -n "$BISON"; then
5213506e
RW
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7424$as_echo "$BISON" >&6; }
2abefe3d 7425else
5213506e
RW
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7427$as_echo "no" >&6; }
2abefe3d
PB
7428fi
7429
5213506e 7430
1c710c3c 7431 test -n "$BISON" && break
2abefe3d
PB
7432done
7433test -n "$BISON" || BISON="$MISSING bison"
7434
7435case " $build_configdirs " in
7436 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7437esac
7438
7439for ac_prog in gm4 gnum4 m4
7440do
1c710c3c 7441 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7442set dummy $ac_prog; ac_word=$2
5213506e
RW
7443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7444$as_echo_n "checking for $ac_word... " >&6; }
7445if test "${ac_cv_prog_M4+set}" = set; then :
7446 $as_echo_n "(cached) " >&6
2abefe3d
PB
7447else
7448 if test -n "$M4"; then
7449 ac_cv_prog_M4="$M4" # Let the user override the test.
7450else
1c710c3c
DJ
7451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452for as_dir in $PATH
7453do
7454 IFS=$as_save_IFS
7455 test -z "$as_dir" && as_dir=.
5213506e
RW
7456 for ac_exec_ext in '' $ac_executable_extensions; do
7457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7458 ac_cv_prog_M4="$ac_prog"
5213506e 7459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7460 break 2
7461 fi
7462done
5213506e
RW
7463 done
7464IFS=$as_save_IFS
1c710c3c 7465
2abefe3d
PB
7466fi
7467fi
1c710c3c 7468M4=$ac_cv_prog_M4
2abefe3d 7469if test -n "$M4"; then
5213506e
RW
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7471$as_echo "$M4" >&6; }
2abefe3d 7472else
5213506e
RW
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7474$as_echo "no" >&6; }
2abefe3d
PB
7475fi
7476
5213506e 7477
1c710c3c 7478 test -n "$M4" && break
2abefe3d
PB
7479done
7480test -n "$M4" || M4="$MISSING m4"
7481
7482case " $build_configdirs " in
7483 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7484esac
7485
7486for ac_prog in flex lex
7487do
1c710c3c 7488 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7489set dummy $ac_prog; ac_word=$2
5213506e
RW
7490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7491$as_echo_n "checking for $ac_word... " >&6; }
7492if test "${ac_cv_prog_LEX+set}" = set; then :
7493 $as_echo_n "(cached) " >&6
2abefe3d
PB
7494else
7495 if test -n "$LEX"; then
7496 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7497else
1c710c3c
DJ
7498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7499for as_dir in $PATH
7500do
7501 IFS=$as_save_IFS
7502 test -z "$as_dir" && as_dir=.
5213506e
RW
7503 for ac_exec_ext in '' $ac_executable_extensions; do
7504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7505 ac_cv_prog_LEX="$ac_prog"
5213506e 7506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7507 break 2
7508 fi
7509done
5213506e
RW
7510 done
7511IFS=$as_save_IFS
1c710c3c 7512
2abefe3d
PB
7513fi
7514fi
1c710c3c 7515LEX=$ac_cv_prog_LEX
2abefe3d 7516if test -n "$LEX"; then
5213506e
RW
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7518$as_echo "$LEX" >&6; }
2abefe3d 7519else
5213506e
RW
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7521$as_echo "no" >&6; }
2abefe3d
PB
7522fi
7523
5213506e 7524
1c710c3c 7525 test -n "$LEX" && break
2abefe3d
PB
7526done
7527test -n "$LEX" || LEX="$MISSING flex"
7528
7529case " $build_configdirs " in
7530 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7531 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7532esac
7533
7534for ac_prog in flex
7535do
1c710c3c 7536 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7537set dummy $ac_prog; ac_word=$2
5213506e
RW
7538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7539$as_echo_n "checking for $ac_word... " >&6; }
7540if test "${ac_cv_prog_FLEX+set}" = set; then :
7541 $as_echo_n "(cached) " >&6
2abefe3d
PB
7542else
7543 if test -n "$FLEX"; then
7544 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7545else
1c710c3c
DJ
7546as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7547for as_dir in $PATH
7548do
7549 IFS=$as_save_IFS
7550 test -z "$as_dir" && as_dir=.
5213506e
RW
7551 for ac_exec_ext in '' $ac_executable_extensions; do
7552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7553 ac_cv_prog_FLEX="$ac_prog"
5213506e 7554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7555 break 2
7556 fi
7557done
5213506e
RW
7558 done
7559IFS=$as_save_IFS
1c710c3c 7560
2abefe3d
PB
7561fi
7562fi
1c710c3c 7563FLEX=$ac_cv_prog_FLEX
2abefe3d 7564if test -n "$FLEX"; then
5213506e
RW
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7566$as_echo "$FLEX" >&6; }
2abefe3d 7567else
5213506e
RW
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7569$as_echo "no" >&6; }
2abefe3d
PB
7570fi
7571
5213506e 7572
1c710c3c 7573 test -n "$FLEX" && break
2abefe3d
PB
7574done
7575test -n "$FLEX" || FLEX="$MISSING flex"
7576
7577case " $build_configdirs " in
7578 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7579esac
7580
7581for ac_prog in makeinfo
7582do
1c710c3c 7583 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7584set dummy $ac_prog; ac_word=$2
5213506e
RW
7585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7586$as_echo_n "checking for $ac_word... " >&6; }
7587if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7588 $as_echo_n "(cached) " >&6
2abefe3d
PB
7589else
7590 if test -n "$MAKEINFO"; then
7591 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7592else
1c710c3c
DJ
7593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7594for as_dir in $PATH
7595do
7596 IFS=$as_save_IFS
7597 test -z "$as_dir" && as_dir=.
5213506e
RW
7598 for ac_exec_ext in '' $ac_executable_extensions; do
7599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7600 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 7601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7602 break 2
7603 fi
7604done
5213506e
RW
7605 done
7606IFS=$as_save_IFS
1c710c3c 7607
2abefe3d
PB
7608fi
7609fi
1c710c3c 7610MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 7611if test -n "$MAKEINFO"; then
5213506e
RW
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7613$as_echo "$MAKEINFO" >&6; }
2abefe3d 7614else
5213506e
RW
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7616$as_echo "no" >&6; }
2abefe3d
PB
7617fi
7618
5213506e 7619
1c710c3c 7620 test -n "$MAKEINFO" && break
2abefe3d
PB
7621done
7622test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7623
7624case " $build_configdirs " in
7625 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7626 *)
7627
d18ff35a 7628 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
7629 # higher, else we use the "missing" dummy.
7630 if ${MAKEINFO} --version \
d18ff35a 7631 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
7632 :
7633 else
7634 MAKEINFO="$MISSING makeinfo"
7635 fi
7636 ;;
7637
7638esac
671aa708 7639
2abefe3d 7640# FIXME: expect and dejagnu may become build tools?
671aa708 7641
2abefe3d
PB
7642for ac_prog in expect
7643do
1c710c3c 7644 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7645set dummy $ac_prog; ac_word=$2
5213506e
RW
7646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7647$as_echo_n "checking for $ac_word... " >&6; }
7648if test "${ac_cv_prog_EXPECT+set}" = set; then :
7649 $as_echo_n "(cached) " >&6
2abefe3d
PB
7650else
7651 if test -n "$EXPECT"; then
7652 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7653else
1c710c3c
DJ
7654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7655for as_dir in $PATH
7656do
7657 IFS=$as_save_IFS
7658 test -z "$as_dir" && as_dir=.
5213506e
RW
7659 for ac_exec_ext in '' $ac_executable_extensions; do
7660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7661 ac_cv_prog_EXPECT="$ac_prog"
5213506e 7662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7663 break 2
7664 fi
7665done
5213506e
RW
7666 done
7667IFS=$as_save_IFS
1c710c3c 7668
2abefe3d
PB
7669fi
7670fi
1c710c3c 7671EXPECT=$ac_cv_prog_EXPECT
2abefe3d 7672if test -n "$EXPECT"; then
5213506e
RW
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7674$as_echo "$EXPECT" >&6; }
2abefe3d 7675else
5213506e
RW
7676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7677$as_echo "no" >&6; }
2abefe3d 7678fi
671aa708 7679
5213506e 7680
1c710c3c 7681 test -n "$EXPECT" && break
2abefe3d
PB
7682done
7683test -n "$EXPECT" || EXPECT="expect"
671aa708 7684
2abefe3d
PB
7685case " $configdirs " in
7686 *" expect "*)
7687 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7688 ;;
7689esac
671aa708 7690
2abefe3d
PB
7691for ac_prog in runtest
7692do
1c710c3c 7693 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7694set dummy $ac_prog; ac_word=$2
5213506e
RW
7695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7696$as_echo_n "checking for $ac_word... " >&6; }
7697if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7698 $as_echo_n "(cached) " >&6
2abefe3d
PB
7699else
7700 if test -n "$RUNTEST"; then
7701 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 7702else
1c710c3c
DJ
7703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7704for as_dir in $PATH
7705do
7706 IFS=$as_save_IFS
7707 test -z "$as_dir" && as_dir=.
5213506e
RW
7708 for ac_exec_ext in '' $ac_executable_extensions; do
7709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7710 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 7711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7712 break 2
7713 fi
7714done
5213506e
RW
7715 done
7716IFS=$as_save_IFS
1c710c3c 7717
2abefe3d
PB
7718fi
7719fi
1c710c3c 7720RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 7721if test -n "$RUNTEST"; then
5213506e
RW
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7723$as_echo "$RUNTEST" >&6; }
2abefe3d 7724else
5213506e
RW
7725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7726$as_echo "no" >&6; }
2abefe3d 7727fi
671aa708 7728
5213506e 7729
1c710c3c 7730 test -n "$RUNTEST" && break
2abefe3d
PB
7731done
7732test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 7733
2abefe3d
PB
7734case " $configdirs " in
7735 *" dejagnu "*)
c394e891 7736 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
7737 ;;
7738esac
671aa708
NN
7739
7740
671aa708 7741# Host tools.
ca9f4b81
AO
7742ncn_tool_prefix=
7743test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7744ncn_target_tool_prefix=
7745test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7746
278a7a38
AO
7747
7748
7749if test -n "$AR"; then
7750 ac_cv_prog_AR=$AR
7751elif test -n "$ac_cv_prog_AR"; then
7752 AR=$ac_cv_prog_AR
7753fi
7754
7755if test -n "$ac_cv_prog_AR"; then
7756 for ncn_progname in ar; do
7757 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7758set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7760$as_echo_n "checking for $ac_word... " >&6; }
7761if test "${ac_cv_prog_AR+set}" = set; then :
7762 $as_echo_n "(cached) " >&6
278a7a38
AO
7763else
7764 if test -n "$AR"; then
7765 ac_cv_prog_AR="$AR" # Let the user override the test.
7766else
7767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7768for as_dir in $PATH
7769do
7770 IFS=$as_save_IFS
7771 test -z "$as_dir" && as_dir=.
5213506e
RW
7772 for ac_exec_ext in '' $ac_executable_extensions; do
7773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 7774 ac_cv_prog_AR="${ncn_progname}"
5213506e 7775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
7776 break 2
7777 fi
7778done
5213506e
RW
7779 done
7780IFS=$as_save_IFS
278a7a38
AO
7781
7782fi
7783fi
7784AR=$ac_cv_prog_AR
7785if test -n "$AR"; then
5213506e
RW
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7787$as_echo "$AR" >&6; }
278a7a38 7788else
5213506e
RW
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7790$as_echo "no" >&6; }
278a7a38
AO
7791fi
7792
5213506e 7793
278a7a38
AO
7794 done
7795fi
7796
7797for ncn_progname in ar; do
2693c0b0
PB
7798 if test -n "$ncn_tool_prefix"; then
7799 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7800set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
7801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7802$as_echo_n "checking for $ac_word... " >&6; }
7803if test "${ac_cv_prog_AR+set}" = set; then :
7804 $as_echo_n "(cached) " >&6
ca9f4b81
AO
7805else
7806 if test -n "$AR"; then
7807 ac_cv_prog_AR="$AR" # Let the user override the test.
7808else
1c710c3c
DJ
7809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7810for as_dir in $PATH
7811do
7812 IFS=$as_save_IFS
7813 test -z "$as_dir" && as_dir=.
5213506e
RW
7814 for ac_exec_ext in '' $ac_executable_extensions; do
7815 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7816 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 7817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7818 break 2
7819 fi
7820done
5213506e
RW
7821 done
7822IFS=$as_save_IFS
1c710c3c 7823
ca9f4b81
AO
7824fi
7825fi
1c710c3c 7826AR=$ac_cv_prog_AR
ca9f4b81 7827if test -n "$AR"; then
5213506e
RW
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7829$as_echo "$AR" >&6; }
ca9f4b81 7830else
5213506e
RW
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7832$as_echo "no" >&6; }
ca9f4b81
AO
7833fi
7834
5213506e 7835
2693c0b0
PB
7836 fi
7837 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7838 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7839set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7841$as_echo_n "checking for $ac_word... " >&6; }
7842if test "${ac_cv_prog_AR+set}" = set; then :
7843 $as_echo_n "(cached) " >&6
ca9f4b81 7844else
2693c0b0 7845 if test -n "$AR"; then
af71363e
AS
7846 ac_cv_prog_AR="$AR" # Let the user override the test.
7847else
1c710c3c
DJ
7848as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7849for as_dir in $PATH
7850do
7851 IFS=$as_save_IFS
7852 test -z "$as_dir" && as_dir=.
5213506e
RW
7853 for ac_exec_ext in '' $ac_executable_extensions; do
7854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7855 ac_cv_prog_AR="${ncn_progname}"
5213506e 7856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7857 break 2
7858 fi
7859done
5213506e
RW
7860 done
7861IFS=$as_save_IFS
1c710c3c 7862
ca9f4b81
AO
7863fi
7864fi
1c710c3c 7865AR=$ac_cv_prog_AR
2693c0b0 7866if test -n "$AR"; then
5213506e
RW
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7868$as_echo "$AR" >&6; }
ca9f4b81 7869else
5213506e
RW
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7871$as_echo "no" >&6; }
ca9f4b81 7872fi
1c710c3c 7873
5213506e 7874
2693c0b0
PB
7875 fi
7876 test -n "$ac_cv_prog_AR" && break
7877done
7878
7879if test -z "$ac_cv_prog_AR" ; then
7880 set dummy ar
7881 if test $build = $host ; then
7882 AR="$2"
ca9f4b81 7883 else
2693c0b0 7884 AR="${ncn_tool_prefix}$2"
ca9f4b81 7885 fi
ca9f4b81
AO
7886fi
7887
278a7a38
AO
7888
7889
7890if test -n "$AS"; then
7891 ac_cv_prog_AS=$AS
7892elif test -n "$ac_cv_prog_AS"; then
7893 AS=$ac_cv_prog_AS
7894fi
7895
7896if test -n "$ac_cv_prog_AS"; then
7897 for ncn_progname in as; do
7898 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7899set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7901$as_echo_n "checking for $ac_word... " >&6; }
7902if test "${ac_cv_prog_AS+set}" = set; then :
7903 $as_echo_n "(cached) " >&6
278a7a38
AO
7904else
7905 if test -n "$AS"; then
7906 ac_cv_prog_AS="$AS" # Let the user override the test.
7907else
7908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7909for as_dir in $PATH
7910do
7911 IFS=$as_save_IFS
7912 test -z "$as_dir" && as_dir=.
5213506e
RW
7913 for ac_exec_ext in '' $ac_executable_extensions; do
7914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 7915 ac_cv_prog_AS="${ncn_progname}"
5213506e 7916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
7917 break 2
7918 fi
7919done
5213506e
RW
7920 done
7921IFS=$as_save_IFS
278a7a38
AO
7922
7923fi
7924fi
7925AS=$ac_cv_prog_AS
7926if test -n "$AS"; then
5213506e
RW
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7928$as_echo "$AS" >&6; }
278a7a38 7929else
5213506e
RW
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7931$as_echo "no" >&6; }
278a7a38
AO
7932fi
7933
5213506e 7934
278a7a38
AO
7935 done
7936fi
7937
7938for ncn_progname in as; do
2693c0b0
PB
7939 if test -n "$ncn_tool_prefix"; then
7940 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7941set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
7942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7943$as_echo_n "checking for $ac_word... " >&6; }
7944if test "${ac_cv_prog_AS+set}" = set; then :
7945 $as_echo_n "(cached) " >&6
ca9f4b81
AO
7946else
7947 if test -n "$AS"; then
7948 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 7949else
1c710c3c
DJ
7950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7951for as_dir in $PATH
7952do
7953 IFS=$as_save_IFS
7954 test -z "$as_dir" && as_dir=.
5213506e
RW
7955 for ac_exec_ext in '' $ac_executable_extensions; do
7956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7957 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 7958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7959 break 2
7960 fi
7961done
5213506e
RW
7962 done
7963IFS=$as_save_IFS
1c710c3c 7964
ca9f4b81
AO
7965fi
7966fi
1c710c3c 7967AS=$ac_cv_prog_AS
ca9f4b81 7968if test -n "$AS"; then
5213506e
RW
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7970$as_echo "$AS" >&6; }
ca9f4b81 7971else
5213506e
RW
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7973$as_echo "no" >&6; }
ca9f4b81
AO
7974fi
7975
5213506e 7976
2693c0b0
PB
7977 fi
7978 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
7979 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7980set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
7981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7982$as_echo_n "checking for $ac_word... " >&6; }
7983if test "${ac_cv_prog_AS+set}" = set; then :
7984 $as_echo_n "(cached) " >&6
ca9f4b81 7985else
2693c0b0
PB
7986 if test -n "$AS"; then
7987 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 7988else
1c710c3c
DJ
7989as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7990for as_dir in $PATH
7991do
7992 IFS=$as_save_IFS
7993 test -z "$as_dir" && as_dir=.
5213506e
RW
7994 for ac_exec_ext in '' $ac_executable_extensions; do
7995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7996 ac_cv_prog_AS="${ncn_progname}"
5213506e 7997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7998 break 2
7999 fi
8000done
5213506e
RW
8001 done
8002IFS=$as_save_IFS
1c710c3c 8003
ca9f4b81
AO
8004fi
8005fi
1c710c3c 8006AS=$ac_cv_prog_AS
2693c0b0 8007if test -n "$AS"; then
5213506e
RW
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8009$as_echo "$AS" >&6; }
ca9f4b81 8010else
5213506e
RW
8011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8012$as_echo "no" >&6; }
ca9f4b81 8013fi
1c710c3c 8014
5213506e 8015
2693c0b0
PB
8016 fi
8017 test -n "$ac_cv_prog_AS" && break
8018done
8019
8020if test -z "$ac_cv_prog_AS" ; then
8021 set dummy as
8022 if test $build = $host ; then
8023 AS="$2"
ca9f4b81 8024 else
2693c0b0 8025 AS="${ncn_tool_prefix}$2"
ca9f4b81 8026 fi
ca9f4b81
AO
8027fi
8028
278a7a38
AO
8029
8030
8031if test -n "$DLLTOOL"; then
8032 ac_cv_prog_DLLTOOL=$DLLTOOL
8033elif test -n "$ac_cv_prog_DLLTOOL"; then
8034 DLLTOOL=$ac_cv_prog_DLLTOOL
8035fi
8036
8037if test -n "$ac_cv_prog_DLLTOOL"; then
8038 for ncn_progname in dlltool; do
8039 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8040set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8042$as_echo_n "checking for $ac_word... " >&6; }
8043if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8044 $as_echo_n "(cached) " >&6
278a7a38
AO
8045else
8046 if test -n "$DLLTOOL"; then
8047 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8048else
8049as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8050for as_dir in $PATH
8051do
8052 IFS=$as_save_IFS
8053 test -z "$as_dir" && as_dir=.
5213506e
RW
8054 for ac_exec_ext in '' $ac_executable_extensions; do
8055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8056 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8058 break 2
8059 fi
8060done
5213506e
RW
8061 done
8062IFS=$as_save_IFS
278a7a38
AO
8063
8064fi
8065fi
8066DLLTOOL=$ac_cv_prog_DLLTOOL
8067if test -n "$DLLTOOL"; then
5213506e
RW
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8069$as_echo "$DLLTOOL" >&6; }
278a7a38 8070else
5213506e
RW
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8072$as_echo "no" >&6; }
278a7a38
AO
8073fi
8074
5213506e 8075
278a7a38
AO
8076 done
8077fi
8078
8079for ncn_progname in dlltool; do
2693c0b0
PB
8080 if test -n "$ncn_tool_prefix"; then
8081 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8082set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8084$as_echo_n "checking for $ac_word... " >&6; }
8085if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8086 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8087else
8088 if test -n "$DLLTOOL"; then
8089 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8090else
1c710c3c
DJ
8091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8092for as_dir in $PATH
8093do
8094 IFS=$as_save_IFS
8095 test -z "$as_dir" && as_dir=.
5213506e
RW
8096 for ac_exec_ext in '' $ac_executable_extensions; do
8097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8098 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8100 break 2
8101 fi
8102done
5213506e
RW
8103 done
8104IFS=$as_save_IFS
1c710c3c 8105
ca9f4b81
AO
8106fi
8107fi
1c710c3c 8108DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8109if test -n "$DLLTOOL"; then
5213506e
RW
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8111$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8112else
5213506e
RW
8113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8114$as_echo "no" >&6; }
ca9f4b81
AO
8115fi
8116
5213506e 8117
2693c0b0
PB
8118 fi
8119 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8120 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8121set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8123$as_echo_n "checking for $ac_word... " >&6; }
8124if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8125 $as_echo_n "(cached) " >&6
ca9f4b81 8126else
2693c0b0
PB
8127 if test -n "$DLLTOOL"; then
8128 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8129else
1c710c3c
DJ
8130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8131for as_dir in $PATH
8132do
8133 IFS=$as_save_IFS
8134 test -z "$as_dir" && as_dir=.
5213506e
RW
8135 for ac_exec_ext in '' $ac_executable_extensions; do
8136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8137 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8139 break 2
8140 fi
8141done
5213506e
RW
8142 done
8143IFS=$as_save_IFS
1c710c3c 8144
ca9f4b81
AO
8145fi
8146fi
1c710c3c 8147DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8148if test -n "$DLLTOOL"; then
5213506e
RW
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8150$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8151else
5213506e
RW
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8153$as_echo "no" >&6; }
ca9f4b81 8154fi
1c710c3c 8155
5213506e 8156
2693c0b0
PB
8157 fi
8158 test -n "$ac_cv_prog_DLLTOOL" && break
8159done
8160
8161if test -z "$ac_cv_prog_DLLTOOL" ; then
8162 set dummy dlltool
8163 if test $build = $host ; then
8164 DLLTOOL="$2"
ca9f4b81 8165 else
2693c0b0 8166 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8167 fi
ca9f4b81
AO
8168fi
8169
278a7a38
AO
8170
8171
8172if test -n "$LD"; then
8173 ac_cv_prog_LD=$LD
8174elif test -n "$ac_cv_prog_LD"; then
8175 LD=$ac_cv_prog_LD
8176fi
8177
8178if test -n "$ac_cv_prog_LD"; then
8179 for ncn_progname in ld; do
8180 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8181set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8183$as_echo_n "checking for $ac_word... " >&6; }
8184if test "${ac_cv_prog_LD+set}" = set; then :
8185 $as_echo_n "(cached) " >&6
278a7a38
AO
8186else
8187 if test -n "$LD"; then
8188 ac_cv_prog_LD="$LD" # Let the user override the test.
8189else
8190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8191for as_dir in $PATH
8192do
8193 IFS=$as_save_IFS
8194 test -z "$as_dir" && as_dir=.
5213506e
RW
8195 for ac_exec_ext in '' $ac_executable_extensions; do
8196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8197 ac_cv_prog_LD="${ncn_progname}"
5213506e 8198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8199 break 2
8200 fi
8201done
5213506e
RW
8202 done
8203IFS=$as_save_IFS
278a7a38
AO
8204
8205fi
8206fi
8207LD=$ac_cv_prog_LD
8208if test -n "$LD"; then
5213506e
RW
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8210$as_echo "$LD" >&6; }
278a7a38 8211else
5213506e
RW
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8213$as_echo "no" >&6; }
278a7a38
AO
8214fi
8215
5213506e 8216
278a7a38
AO
8217 done
8218fi
8219
8220for ncn_progname in ld; do
2693c0b0
PB
8221 if test -n "$ncn_tool_prefix"; then
8222 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8223set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8225$as_echo_n "checking for $ac_word... " >&6; }
8226if test "${ac_cv_prog_LD+set}" = set; then :
8227 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8228else
8229 if test -n "$LD"; then
8230 ac_cv_prog_LD="$LD" # Let the user override the test.
8231else
1c710c3c
DJ
8232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8233for as_dir in $PATH
8234do
8235 IFS=$as_save_IFS
8236 test -z "$as_dir" && as_dir=.
5213506e
RW
8237 for ac_exec_ext in '' $ac_executable_extensions; do
8238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8239 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8241 break 2
8242 fi
8243done
5213506e
RW
8244 done
8245IFS=$as_save_IFS
1c710c3c 8246
ca9f4b81
AO
8247fi
8248fi
1c710c3c 8249LD=$ac_cv_prog_LD
ca9f4b81 8250if test -n "$LD"; then
5213506e
RW
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8252$as_echo "$LD" >&6; }
ca9f4b81 8253else
5213506e
RW
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8255$as_echo "no" >&6; }
ca9f4b81
AO
8256fi
8257
5213506e 8258
2693c0b0
PB
8259 fi
8260 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8261 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8262set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8264$as_echo_n "checking for $ac_word... " >&6; }
8265if test "${ac_cv_prog_LD+set}" = set; then :
8266 $as_echo_n "(cached) " >&6
ca9f4b81 8267else
2693c0b0
PB
8268 if test -n "$LD"; then
8269 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8270else
1c710c3c
DJ
8271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8272for as_dir in $PATH
8273do
8274 IFS=$as_save_IFS
8275 test -z "$as_dir" && as_dir=.
5213506e
RW
8276 for ac_exec_ext in '' $ac_executable_extensions; do
8277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8278 ac_cv_prog_LD="${ncn_progname}"
5213506e 8279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8280 break 2
8281 fi
8282done
5213506e
RW
8283 done
8284IFS=$as_save_IFS
1c710c3c 8285
ca9f4b81
AO
8286fi
8287fi
1c710c3c 8288LD=$ac_cv_prog_LD
2693c0b0 8289if test -n "$LD"; then
5213506e
RW
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8291$as_echo "$LD" >&6; }
ca9f4b81 8292else
5213506e
RW
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8294$as_echo "no" >&6; }
ca9f4b81 8295fi
1c710c3c 8296
5213506e 8297
2693c0b0
PB
8298 fi
8299 test -n "$ac_cv_prog_LD" && break
8300done
8301
8302if test -z "$ac_cv_prog_LD" ; then
8303 set dummy ld
8304 if test $build = $host ; then
8305 LD="$2"
ca9f4b81 8306 else
2693c0b0 8307 LD="${ncn_tool_prefix}$2"
ca9f4b81 8308 fi
ca9f4b81
AO
8309fi
8310
278a7a38
AO
8311
8312
8313if test -n "$LIPO"; then
8314 ac_cv_prog_LIPO=$LIPO
8315elif test -n "$ac_cv_prog_LIPO"; then
8316 LIPO=$ac_cv_prog_LIPO
8317fi
8318
8319if test -n "$ac_cv_prog_LIPO"; then
8320 for ncn_progname in lipo; do
8321 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8322set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8324$as_echo_n "checking for $ac_word... " >&6; }
8325if test "${ac_cv_prog_LIPO+set}" = set; then :
8326 $as_echo_n "(cached) " >&6
278a7a38
AO
8327else
8328 if test -n "$LIPO"; then
8329 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8330else
8331as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8332for as_dir in $PATH
8333do
8334 IFS=$as_save_IFS
8335 test -z "$as_dir" && as_dir=.
5213506e
RW
8336 for ac_exec_ext in '' $ac_executable_extensions; do
8337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8338 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8340 break 2
8341 fi
8342done
5213506e
RW
8343 done
8344IFS=$as_save_IFS
278a7a38
AO
8345
8346fi
8347fi
8348LIPO=$ac_cv_prog_LIPO
8349if test -n "$LIPO"; then
5213506e
RW
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8351$as_echo "$LIPO" >&6; }
278a7a38 8352else
5213506e
RW
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8354$as_echo "no" >&6; }
278a7a38
AO
8355fi
8356
5213506e 8357
278a7a38
AO
8358 done
8359fi
8360
8361for ncn_progname in lipo; do
2abefe3d
PB
8362 if test -n "$ncn_tool_prefix"; then
8363 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8364set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8366$as_echo_n "checking for $ac_word... " >&6; }
8367if test "${ac_cv_prog_LIPO+set}" = set; then :
8368 $as_echo_n "(cached) " >&6
2abefe3d
PB
8369else
8370 if test -n "$LIPO"; then
8371 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8372else
1c710c3c
DJ
8373as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8374for as_dir in $PATH
8375do
8376 IFS=$as_save_IFS
8377 test -z "$as_dir" && as_dir=.
5213506e
RW
8378 for ac_exec_ext in '' $ac_executable_extensions; do
8379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8380 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8382 break 2
8383 fi
8384done
5213506e
RW
8385 done
8386IFS=$as_save_IFS
1c710c3c 8387
2abefe3d
PB
8388fi
8389fi
1c710c3c 8390LIPO=$ac_cv_prog_LIPO
2abefe3d 8391if test -n "$LIPO"; then
5213506e
RW
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8393$as_echo "$LIPO" >&6; }
2abefe3d 8394else
5213506e
RW
8395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8396$as_echo "no" >&6; }
2abefe3d
PB
8397fi
8398
5213506e 8399
2abefe3d
PB
8400 fi
8401 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8402 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8403set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8405$as_echo_n "checking for $ac_word... " >&6; }
8406if test "${ac_cv_prog_LIPO+set}" = set; then :
8407 $as_echo_n "(cached) " >&6
2abefe3d
PB
8408else
8409 if test -n "$LIPO"; then
8410 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8411else
1c710c3c
DJ
8412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8413for as_dir in $PATH
8414do
8415 IFS=$as_save_IFS
8416 test -z "$as_dir" && as_dir=.
5213506e
RW
8417 for ac_exec_ext in '' $ac_executable_extensions; do
8418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8419 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8421 break 2
8422 fi
8423done
5213506e
RW
8424 done
8425IFS=$as_save_IFS
1c710c3c 8426
2abefe3d
PB
8427fi
8428fi
1c710c3c 8429LIPO=$ac_cv_prog_LIPO
2abefe3d 8430if test -n "$LIPO"; then
5213506e
RW
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8432$as_echo "$LIPO" >&6; }
2abefe3d 8433else
5213506e
RW
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8435$as_echo "no" >&6; }
2abefe3d 8436fi
1c710c3c 8437
5213506e 8438
2abefe3d
PB
8439 fi
8440 test -n "$ac_cv_prog_LIPO" && break
8441done
8442
8443if test -z "$ac_cv_prog_LIPO" ; then
8444 set dummy lipo
8445 if test $build = $host ; then
8446 LIPO="$2"
8447 else
8448 LIPO="${ncn_tool_prefix}$2"
8449 fi
8450fi
8451
278a7a38
AO
8452
8453
8454if test -n "$NM"; then
8455 ac_cv_prog_NM=$NM
8456elif test -n "$ac_cv_prog_NM"; then
8457 NM=$ac_cv_prog_NM
8458fi
8459
8460if test -n "$ac_cv_prog_NM"; then
8461 for ncn_progname in nm; do
8462 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8463set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8465$as_echo_n "checking for $ac_word... " >&6; }
8466if test "${ac_cv_prog_NM+set}" = set; then :
8467 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8468else
8469 if test -n "$NM"; then
8470 ac_cv_prog_NM="$NM" # Let the user override the test.
8471else
1c710c3c
DJ
8472as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8473for as_dir in $PATH
8474do
8475 IFS=$as_save_IFS
8476 test -z "$as_dir" && as_dir=.
5213506e
RW
8477 for ac_exec_ext in '' $ac_executable_extensions; do
8478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8479 ac_cv_prog_NM="${ncn_progname}"
5213506e 8480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8481 break 2
8482 fi
8483done
5213506e
RW
8484 done
8485IFS=$as_save_IFS
1c710c3c 8486
ca9f4b81
AO
8487fi
8488fi
1c710c3c 8489NM=$ac_cv_prog_NM
ca9f4b81 8490if test -n "$NM"; then
5213506e
RW
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8492$as_echo "$NM" >&6; }
ca9f4b81 8493else
5213506e
RW
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8495$as_echo "no" >&6; }
ca9f4b81
AO
8496fi
8497
5213506e 8498
278a7a38
AO
8499 done
8500fi
8501
8502for ncn_progname in nm; do
8503 if test -n "$ncn_tool_prefix"; then
8504 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8505set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8507$as_echo_n "checking for $ac_word... " >&6; }
8508if test "${ac_cv_prog_NM+set}" = set; then :
8509 $as_echo_n "(cached) " >&6
ca9f4b81 8510else
2693c0b0
PB
8511 if test -n "$NM"; then
8512 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8513else
1c710c3c
DJ
8514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8515for as_dir in $PATH
8516do
8517 IFS=$as_save_IFS
8518 test -z "$as_dir" && as_dir=.
5213506e
RW
8519 for ac_exec_ext in '' $ac_executable_extensions; do
8520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8521 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8523 break 2
8524 fi
8525done
5213506e
RW
8526 done
8527IFS=$as_save_IFS
1c710c3c 8528
ca9f4b81
AO
8529fi
8530fi
1c710c3c 8531NM=$ac_cv_prog_NM
2693c0b0 8532if test -n "$NM"; then
5213506e
RW
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8534$as_echo "$NM" >&6; }
ca9f4b81 8535else
5213506e
RW
8536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8537$as_echo "no" >&6; }
ca9f4b81 8538fi
1c710c3c 8539
5213506e 8540
2693c0b0 8541 fi
278a7a38
AO
8542 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8544set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8546$as_echo_n "checking for $ac_word... " >&6; }
8547if test "${ac_cv_prog_NM+set}" = set; then :
8548 $as_echo_n "(cached) " >&6
278a7a38
AO
8549else
8550 if test -n "$NM"; then
8551 ac_cv_prog_NM="$NM" # Let the user override the test.
8552else
8553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8554for as_dir in $PATH
8555do
8556 IFS=$as_save_IFS
8557 test -z "$as_dir" && as_dir=.
5213506e
RW
8558 for ac_exec_ext in '' $ac_executable_extensions; do
8559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8560 ac_cv_prog_NM="${ncn_progname}"
5213506e 8561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8562 break 2
8563 fi
8564done
5213506e
RW
8565 done
8566IFS=$as_save_IFS
278a7a38
AO
8567
8568fi
8569fi
8570NM=$ac_cv_prog_NM
8571if test -n "$NM"; then
5213506e
RW
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8573$as_echo "$NM" >&6; }
278a7a38 8574else
5213506e
RW
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576$as_echo "no" >&6; }
278a7a38
AO
8577fi
8578
5213506e 8579
278a7a38
AO
8580 fi
8581 test -n "$ac_cv_prog_NM" && break
8582done
8583
8584if test -z "$ac_cv_prog_NM" ; then
8585 set dummy nm
8586 if test $build = $host ; then
8587 NM="$2"
8588 else
8589 NM="${ncn_tool_prefix}$2"
8590 fi
8591fi
8592
8593
8594
8595if test -n "$RANLIB"; then
8596 ac_cv_prog_RANLIB=$RANLIB
8597elif test -n "$ac_cv_prog_RANLIB"; then
8598 RANLIB=$ac_cv_prog_RANLIB
8599fi
8600
8601if test -n "$ac_cv_prog_RANLIB"; then
8602 for ncn_progname in ranlib; do
8603 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8604set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8606$as_echo_n "checking for $ac_word... " >&6; }
8607if test "${ac_cv_prog_RANLIB+set}" = set; then :
8608 $as_echo_n "(cached) " >&6
278a7a38
AO
8609else
8610 if test -n "$RANLIB"; then
8611 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8612else
8613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8614for as_dir in $PATH
8615do
8616 IFS=$as_save_IFS
8617 test -z "$as_dir" && as_dir=.
5213506e
RW
8618 for ac_exec_ext in '' $ac_executable_extensions; do
8619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8620 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8622 break 2
8623 fi
8624done
5213506e
RW
8625 done
8626IFS=$as_save_IFS
278a7a38
AO
8627
8628fi
8629fi
8630RANLIB=$ac_cv_prog_RANLIB
8631if test -n "$RANLIB"; then
5213506e
RW
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8633$as_echo "$RANLIB" >&6; }
278a7a38 8634else
5213506e
RW
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8636$as_echo "no" >&6; }
278a7a38
AO
8637fi
8638
5213506e 8639
278a7a38
AO
8640 done
8641fi
ca9f4b81 8642
278a7a38 8643for ncn_progname in ranlib; do
2693c0b0
PB
8644 if test -n "$ncn_tool_prefix"; then
8645 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8646set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8648$as_echo_n "checking for $ac_word... " >&6; }
8649if test "${ac_cv_prog_RANLIB+set}" = set; then :
8650 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8651else
8652 if test -n "$RANLIB"; then
8653 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8654else
1c710c3c
DJ
8655as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8656for as_dir in $PATH
8657do
8658 IFS=$as_save_IFS
8659 test -z "$as_dir" && as_dir=.
5213506e
RW
8660 for ac_exec_ext in '' $ac_executable_extensions; do
8661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8662 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 8663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8664 break 2
8665 fi
8666done
5213506e
RW
8667 done
8668IFS=$as_save_IFS
1c710c3c 8669
ca9f4b81
AO
8670fi
8671fi
1c710c3c 8672RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 8673if test -n "$RANLIB"; then
5213506e
RW
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8675$as_echo "$RANLIB" >&6; }
ca9f4b81 8676else
5213506e
RW
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8678$as_echo "no" >&6; }
ca9f4b81
AO
8679fi
8680
5213506e 8681
2693c0b0
PB
8682 fi
8683 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8684 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8685set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8687$as_echo_n "checking for $ac_word... " >&6; }
8688if test "${ac_cv_prog_RANLIB+set}" = set; then :
8689 $as_echo_n "(cached) " >&6
ca9f4b81 8690else
2693c0b0
PB
8691 if test -n "$RANLIB"; then
8692 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 8693else
1c710c3c
DJ
8694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8695for as_dir in $PATH
8696do
8697 IFS=$as_save_IFS
8698 test -z "$as_dir" && as_dir=.
5213506e
RW
8699 for ac_exec_ext in '' $ac_executable_extensions; do
8700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8701 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8703 break 2
8704 fi
8705done
5213506e
RW
8706 done
8707IFS=$as_save_IFS
1c710c3c 8708
ca9f4b81
AO
8709fi
8710fi
1c710c3c 8711RANLIB=$ac_cv_prog_RANLIB
2693c0b0 8712if test -n "$RANLIB"; then
5213506e
RW
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8714$as_echo "$RANLIB" >&6; }
ca9f4b81 8715else
5213506e
RW
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8717$as_echo "no" >&6; }
ca9f4b81 8718fi
1c710c3c 8719
5213506e 8720
ca9f4b81 8721 fi
2693c0b0
PB
8722 test -n "$ac_cv_prog_RANLIB" && break
8723done
8724
8725if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 8726 RANLIB="true"
ca9f4b81
AO
8727fi
8728
278a7a38
AO
8729
8730
8731if test -n "$STRIP"; then
8732 ac_cv_prog_STRIP=$STRIP
8733elif test -n "$ac_cv_prog_STRIP"; then
8734 STRIP=$ac_cv_prog_STRIP
8735fi
8736
8737if test -n "$ac_cv_prog_STRIP"; then
8738 for ncn_progname in strip; do
8739 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8740set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8742$as_echo_n "checking for $ac_word... " >&6; }
8743if test "${ac_cv_prog_STRIP+set}" = set; then :
8744 $as_echo_n "(cached) " >&6
278a7a38
AO
8745else
8746 if test -n "$STRIP"; then
8747 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8748else
8749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8750for as_dir in $PATH
8751do
8752 IFS=$as_save_IFS
8753 test -z "$as_dir" && as_dir=.
5213506e
RW
8754 for ac_exec_ext in '' $ac_executable_extensions; do
8755 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8756 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 8757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8758 break 2
8759 fi
8760done
5213506e
RW
8761 done
8762IFS=$as_save_IFS
278a7a38
AO
8763
8764fi
8765fi
8766STRIP=$ac_cv_prog_STRIP
8767if test -n "$STRIP"; then
5213506e
RW
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8769$as_echo "$STRIP" >&6; }
278a7a38 8770else
5213506e
RW
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8772$as_echo "no" >&6; }
278a7a38
AO
8773fi
8774
5213506e 8775
278a7a38
AO
8776 done
8777fi
8778
8779for ncn_progname in strip; do
2abefe3d
PB
8780 if test -n "$ncn_tool_prefix"; then
8781 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8782set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8784$as_echo_n "checking for $ac_word... " >&6; }
8785if test "${ac_cv_prog_STRIP+set}" = set; then :
8786 $as_echo_n "(cached) " >&6
2abefe3d
PB
8787else
8788 if test -n "$STRIP"; then
8789 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8790else
1c710c3c
DJ
8791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8792for as_dir in $PATH
8793do
8794 IFS=$as_save_IFS
8795 test -z "$as_dir" && as_dir=.
5213506e
RW
8796 for ac_exec_ext in '' $ac_executable_extensions; do
8797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8798 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 8799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8800 break 2
8801 fi
8802done
5213506e
RW
8803 done
8804IFS=$as_save_IFS
1c710c3c 8805
2abefe3d
PB
8806fi
8807fi
1c710c3c 8808STRIP=$ac_cv_prog_STRIP
2abefe3d 8809if test -n "$STRIP"; then
5213506e
RW
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8811$as_echo "$STRIP" >&6; }
2abefe3d 8812else
5213506e
RW
8813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8814$as_echo "no" >&6; }
2abefe3d
PB
8815fi
8816
5213506e 8817
2abefe3d
PB
8818 fi
8819 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8820 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8821set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8823$as_echo_n "checking for $ac_word... " >&6; }
8824if test "${ac_cv_prog_STRIP+set}" = set; then :
8825 $as_echo_n "(cached) " >&6
2abefe3d
PB
8826else
8827 if test -n "$STRIP"; then
8828 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8829else
1c710c3c
DJ
8830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8831for as_dir in $PATH
8832do
8833 IFS=$as_save_IFS
8834 test -z "$as_dir" && as_dir=.
5213506e
RW
8835 for ac_exec_ext in '' $ac_executable_extensions; do
8836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8837 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 8838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8839 break 2
8840 fi
8841done
5213506e
RW
8842 done
8843IFS=$as_save_IFS
1c710c3c 8844
2abefe3d
PB
8845fi
8846fi
1c710c3c 8847STRIP=$ac_cv_prog_STRIP
2abefe3d 8848if test -n "$STRIP"; then
5213506e
RW
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8850$as_echo "$STRIP" >&6; }
2abefe3d 8851else
5213506e
RW
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8853$as_echo "no" >&6; }
2abefe3d 8854fi
1c710c3c 8855
5213506e 8856
2abefe3d
PB
8857 fi
8858 test -n "$ac_cv_prog_STRIP" && break
8859done
8860
8861if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 8862 STRIP="true"
2abefe3d
PB
8863fi
8864
278a7a38
AO
8865
8866
8867if test -n "$WINDRES"; then
8868 ac_cv_prog_WINDRES=$WINDRES
8869elif test -n "$ac_cv_prog_WINDRES"; then
8870 WINDRES=$ac_cv_prog_WINDRES
8871fi
8872
8873if test -n "$ac_cv_prog_WINDRES"; then
8874 for ncn_progname in windres; do
8875 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8876set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8878$as_echo_n "checking for $ac_word... " >&6; }
8879if test "${ac_cv_prog_WINDRES+set}" = set; then :
8880 $as_echo_n "(cached) " >&6
278a7a38
AO
8881else
8882 if test -n "$WINDRES"; then
8883 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8884else
8885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8886for as_dir in $PATH
8887do
8888 IFS=$as_save_IFS
8889 test -z "$as_dir" && as_dir=.
5213506e
RW
8890 for ac_exec_ext in '' $ac_executable_extensions; do
8891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8892 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 8893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8894 break 2
8895 fi
8896done
5213506e
RW
8897 done
8898IFS=$as_save_IFS
278a7a38
AO
8899
8900fi
8901fi
8902WINDRES=$ac_cv_prog_WINDRES
8903if test -n "$WINDRES"; then
5213506e
RW
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8905$as_echo "$WINDRES" >&6; }
278a7a38 8906else
5213506e
RW
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8908$as_echo "no" >&6; }
278a7a38
AO
8909fi
8910
5213506e 8911
278a7a38
AO
8912 done
8913fi
8914
8915for ncn_progname in windres; do
2693c0b0
PB
8916 if test -n "$ncn_tool_prefix"; then
8917 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8918set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8920$as_echo_n "checking for $ac_word... " >&6; }
8921if test "${ac_cv_prog_WINDRES+set}" = set; then :
8922 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8923else
8924 if test -n "$WINDRES"; then
8925 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
8926else
1c710c3c
DJ
8927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8928for as_dir in $PATH
8929do
8930 IFS=$as_save_IFS
8931 test -z "$as_dir" && as_dir=.
5213506e
RW
8932 for ac_exec_ext in '' $ac_executable_extensions; do
8933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8934 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 8935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8936 break 2
8937 fi
8938done
5213506e
RW
8939 done
8940IFS=$as_save_IFS
1c710c3c 8941
ca9f4b81
AO
8942fi
8943fi
1c710c3c 8944WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 8945if test -n "$WINDRES"; then
5213506e
RW
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8947$as_echo "$WINDRES" >&6; }
ca9f4b81 8948else
5213506e
RW
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8950$as_echo "no" >&6; }
ca9f4b81
AO
8951fi
8952
5213506e 8953
2693c0b0
PB
8954 fi
8955 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
8956 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8957set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8959$as_echo_n "checking for $ac_word... " >&6; }
8960if test "${ac_cv_prog_WINDRES+set}" = set; then :
8961 $as_echo_n "(cached) " >&6
ca9f4b81 8962else
2693c0b0
PB
8963 if test -n "$WINDRES"; then
8964 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 8965else
1c710c3c
DJ
8966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8967for as_dir in $PATH
8968do
8969 IFS=$as_save_IFS
8970 test -z "$as_dir" && as_dir=.
5213506e
RW
8971 for ac_exec_ext in '' $ac_executable_extensions; do
8972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8973 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 8974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8975 break 2
8976 fi
8977done
5213506e
RW
8978 done
8979IFS=$as_save_IFS
1c710c3c 8980
ca9f4b81
AO
8981fi
8982fi
1c710c3c 8983WINDRES=$ac_cv_prog_WINDRES
2693c0b0 8984if test -n "$WINDRES"; then
5213506e
RW
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
8986$as_echo "$WINDRES" >&6; }
ca9f4b81 8987else
5213506e
RW
8988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8989$as_echo "no" >&6; }
ca9f4b81 8990fi
1c710c3c 8991
5213506e 8992
2693c0b0
PB
8993 fi
8994 test -n "$ac_cv_prog_WINDRES" && break
8995done
8996
8997if test -z "$ac_cv_prog_WINDRES" ; then
8998 set dummy windres
8999 if test $build = $host ; then
9000 WINDRES="$2"
ca9f4b81 9001 else
2693c0b0 9002 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9003 fi
ca9f4b81
AO
9004fi
9005
278a7a38
AO
9006
9007
901119ae
KT
9008if test -n "$WINDMC"; then
9009 ac_cv_prog_WINDMC=$WINDMC
9010elif test -n "$ac_cv_prog_WINDMC"; then
9011 WINDMC=$ac_cv_prog_WINDMC
9012fi
9013
9014if test -n "$ac_cv_prog_WINDMC"; then
9015 for ncn_progname in windmc; do
9016 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9017set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9019$as_echo_n "checking for $ac_word... " >&6; }
9020if test "${ac_cv_prog_WINDMC+set}" = set; then :
9021 $as_echo_n "(cached) " >&6
901119ae
KT
9022else
9023 if test -n "$WINDMC"; then
9024 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9025else
9026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9027for as_dir in $PATH
9028do
9029 IFS=$as_save_IFS
9030 test -z "$as_dir" && as_dir=.
5213506e
RW
9031 for ac_exec_ext in '' $ac_executable_extensions; do
9032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9033 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9035 break 2
9036 fi
9037done
5213506e
RW
9038 done
9039IFS=$as_save_IFS
901119ae
KT
9040
9041fi
9042fi
9043WINDMC=$ac_cv_prog_WINDMC
9044if test -n "$WINDMC"; then
5213506e
RW
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9046$as_echo "$WINDMC" >&6; }
901119ae 9047else
5213506e
RW
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9049$as_echo "no" >&6; }
901119ae
KT
9050fi
9051
5213506e 9052
901119ae
KT
9053 done
9054fi
9055
9056for ncn_progname in windmc; do
9057 if test -n "$ncn_tool_prefix"; then
9058 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9059set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9061$as_echo_n "checking for $ac_word... " >&6; }
9062if test "${ac_cv_prog_WINDMC+set}" = set; then :
9063 $as_echo_n "(cached) " >&6
901119ae
KT
9064else
9065 if test -n "$WINDMC"; then
9066 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9067else
9068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9069for as_dir in $PATH
9070do
9071 IFS=$as_save_IFS
9072 test -z "$as_dir" && as_dir=.
5213506e
RW
9073 for ac_exec_ext in '' $ac_executable_extensions; do
9074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9075 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9077 break 2
9078 fi
9079done
5213506e
RW
9080 done
9081IFS=$as_save_IFS
901119ae
KT
9082
9083fi
9084fi
9085WINDMC=$ac_cv_prog_WINDMC
9086if test -n "$WINDMC"; then
5213506e
RW
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9088$as_echo "$WINDMC" >&6; }
901119ae 9089else
5213506e
RW
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9091$as_echo "no" >&6; }
901119ae
KT
9092fi
9093
5213506e 9094
901119ae
KT
9095 fi
9096 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9097 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9098set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9100$as_echo_n "checking for $ac_word... " >&6; }
9101if test "${ac_cv_prog_WINDMC+set}" = set; then :
9102 $as_echo_n "(cached) " >&6
901119ae
KT
9103else
9104 if test -n "$WINDMC"; then
9105 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9106else
9107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9108for as_dir in $PATH
9109do
9110 IFS=$as_save_IFS
9111 test -z "$as_dir" && as_dir=.
5213506e
RW
9112 for ac_exec_ext in '' $ac_executable_extensions; do
9113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9114 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9116 break 2
9117 fi
9118done
5213506e
RW
9119 done
9120IFS=$as_save_IFS
901119ae
KT
9121
9122fi
9123fi
9124WINDMC=$ac_cv_prog_WINDMC
9125if test -n "$WINDMC"; then
5213506e
RW
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9127$as_echo "$WINDMC" >&6; }
901119ae 9128else
5213506e
RW
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9130$as_echo "no" >&6; }
901119ae
KT
9131fi
9132
5213506e 9133
901119ae
KT
9134 fi
9135 test -n "$ac_cv_prog_WINDMC" && break
9136done
9137
9138if test -z "$ac_cv_prog_WINDMC" ; then
9139 set dummy windmc
9140 if test $build = $host ; then
9141 WINDMC="$2"
9142 else
9143 WINDMC="${ncn_tool_prefix}$2"
9144 fi
9145fi
9146
9147
9148
278a7a38
AO
9149if test -n "$OBJCOPY"; then
9150 ac_cv_prog_OBJCOPY=$OBJCOPY
9151elif test -n "$ac_cv_prog_OBJCOPY"; then
9152 OBJCOPY=$ac_cv_prog_OBJCOPY
9153fi
9154
9155if test -n "$ac_cv_prog_OBJCOPY"; then
9156 for ncn_progname in objcopy; do
9157 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9158set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9160$as_echo_n "checking for $ac_word... " >&6; }
9161if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9162 $as_echo_n "(cached) " >&6
278a7a38
AO
9163else
9164 if test -n "$OBJCOPY"; then
9165 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9166else
9167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9168for as_dir in $PATH
9169do
9170 IFS=$as_save_IFS
9171 test -z "$as_dir" && as_dir=.
5213506e
RW
9172 for ac_exec_ext in '' $ac_executable_extensions; do
9173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9174 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9176 break 2
9177 fi
9178done
5213506e
RW
9179 done
9180IFS=$as_save_IFS
278a7a38
AO
9181
9182fi
9183fi
9184OBJCOPY=$ac_cv_prog_OBJCOPY
9185if test -n "$OBJCOPY"; then
5213506e
RW
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9187$as_echo "$OBJCOPY" >&6; }
278a7a38 9188else
5213506e
RW
9189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9190$as_echo "no" >&6; }
278a7a38
AO
9191fi
9192
5213506e 9193
278a7a38
AO
9194 done
9195fi
9196
9197for ncn_progname in objcopy; do
2693c0b0
PB
9198 if test -n "$ncn_tool_prefix"; then
9199 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9200set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9202$as_echo_n "checking for $ac_word... " >&6; }
9203if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9204 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9205else
9206 if test -n "$OBJCOPY"; then
9207 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9208else
1c710c3c
DJ
9209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9210for as_dir in $PATH
9211do
9212 IFS=$as_save_IFS
9213 test -z "$as_dir" && as_dir=.
5213506e
RW
9214 for ac_exec_ext in '' $ac_executable_extensions; do
9215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9216 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9218 break 2
9219 fi
9220done
5213506e
RW
9221 done
9222IFS=$as_save_IFS
1c710c3c 9223
ca9f4b81
AO
9224fi
9225fi
1c710c3c 9226OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9227if test -n "$OBJCOPY"; then
5213506e
RW
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9229$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9230else
5213506e
RW
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9232$as_echo "no" >&6; }
ca9f4b81
AO
9233fi
9234
5213506e 9235
2693c0b0
PB
9236 fi
9237 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9238 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9239set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9241$as_echo_n "checking for $ac_word... " >&6; }
9242if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9243 $as_echo_n "(cached) " >&6
ca9f4b81 9244else
2693c0b0
PB
9245 if test -n "$OBJCOPY"; then
9246 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9247else
1c710c3c
DJ
9248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9249for as_dir in $PATH
9250do
9251 IFS=$as_save_IFS
9252 test -z "$as_dir" && as_dir=.
5213506e
RW
9253 for ac_exec_ext in '' $ac_executable_extensions; do
9254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9255 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9257 break 2
9258 fi
9259done
5213506e
RW
9260 done
9261IFS=$as_save_IFS
1c710c3c 9262
ca9f4b81
AO
9263fi
9264fi
1c710c3c 9265OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9266if test -n "$OBJCOPY"; then
5213506e
RW
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9268$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9269else
5213506e
RW
9270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9271$as_echo "no" >&6; }
ca9f4b81 9272fi
1c710c3c 9273
5213506e 9274
2693c0b0
PB
9275 fi
9276 test -n "$ac_cv_prog_OBJCOPY" && break
9277done
9278
9279if test -z "$ac_cv_prog_OBJCOPY" ; then
9280 set dummy objcopy
9281 if test $build = $host ; then
9282 OBJCOPY="$2"
ca9f4b81 9283 else
2693c0b0 9284 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9285 fi
ca9f4b81
AO
9286fi
9287
278a7a38
AO
9288
9289
9290if test -n "$OBJDUMP"; then
9291 ac_cv_prog_OBJDUMP=$OBJDUMP
9292elif test -n "$ac_cv_prog_OBJDUMP"; then
9293 OBJDUMP=$ac_cv_prog_OBJDUMP
9294fi
9295
9296if test -n "$ac_cv_prog_OBJDUMP"; then
9297 for ncn_progname in objdump; do
9298 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9299set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9301$as_echo_n "checking for $ac_word... " >&6; }
9302if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9303 $as_echo_n "(cached) " >&6
278a7a38
AO
9304else
9305 if test -n "$OBJDUMP"; then
9306 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9307else
9308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9309for as_dir in $PATH
9310do
9311 IFS=$as_save_IFS
9312 test -z "$as_dir" && as_dir=.
5213506e
RW
9313 for ac_exec_ext in '' $ac_executable_extensions; do
9314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9315 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9317 break 2
9318 fi
9319done
5213506e
RW
9320 done
9321IFS=$as_save_IFS
278a7a38
AO
9322
9323fi
9324fi
9325OBJDUMP=$ac_cv_prog_OBJDUMP
9326if test -n "$OBJDUMP"; then
5213506e
RW
9327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9328$as_echo "$OBJDUMP" >&6; }
278a7a38 9329else
5213506e
RW
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9331$as_echo "no" >&6; }
278a7a38
AO
9332fi
9333
5213506e 9334
278a7a38
AO
9335 done
9336fi
9337
9338for ncn_progname in objdump; do
2693c0b0
PB
9339 if test -n "$ncn_tool_prefix"; then
9340 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9341set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9343$as_echo_n "checking for $ac_word... " >&6; }
9344if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9345 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9346else
9347 if test -n "$OBJDUMP"; then
9348 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9349else
1c710c3c
DJ
9350as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9351for as_dir in $PATH
9352do
9353 IFS=$as_save_IFS
9354 test -z "$as_dir" && as_dir=.
5213506e
RW
9355 for ac_exec_ext in '' $ac_executable_extensions; do
9356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9357 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9359 break 2
9360 fi
9361done
5213506e
RW
9362 done
9363IFS=$as_save_IFS
1c710c3c 9364
ca9f4b81
AO
9365fi
9366fi
1c710c3c 9367OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9368if test -n "$OBJDUMP"; then
5213506e
RW
9369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9370$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9371else
5213506e
RW
9372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9373$as_echo "no" >&6; }
ca9f4b81
AO
9374fi
9375
5213506e 9376
2693c0b0
PB
9377 fi
9378 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9379 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9380set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9382$as_echo_n "checking for $ac_word... " >&6; }
9383if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9384 $as_echo_n "(cached) " >&6
ca9f4b81 9385else
2693c0b0
PB
9386 if test -n "$OBJDUMP"; then
9387 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9388else
1c710c3c
DJ
9389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9390for as_dir in $PATH
9391do
9392 IFS=$as_save_IFS
9393 test -z "$as_dir" && as_dir=.
5213506e
RW
9394 for ac_exec_ext in '' $ac_executable_extensions; do
9395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9396 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9398 break 2
9399 fi
9400done
5213506e
RW
9401 done
9402IFS=$as_save_IFS
1c710c3c 9403
ca9f4b81
AO
9404fi
9405fi
1c710c3c 9406OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9407if test -n "$OBJDUMP"; then
5213506e
RW
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9409$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9410else
5213506e
RW
9411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9412$as_echo "no" >&6; }
ca9f4b81 9413fi
1c710c3c 9414
5213506e 9415
2693c0b0
PB
9416 fi
9417 test -n "$ac_cv_prog_OBJDUMP" && break
9418done
9419
9420if test -z "$ac_cv_prog_OBJDUMP" ; then
9421 set dummy objdump
9422 if test $build = $host ; then
9423 OBJDUMP="$2"
ca9f4b81 9424 else
2693c0b0 9425 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9426 fi
ca9f4b81
AO
9427fi
9428
671aa708
NN
9429
9430
e7a82751
RM
9431if test -n "$READELF"; then
9432 ac_cv_prog_READELF=$READELF
9433elif test -n "$ac_cv_prog_READELF"; then
9434 READELF=$ac_cv_prog_READELF
9435fi
9436
9437if test -n "$ac_cv_prog_READELF"; then
9438 for ncn_progname in readelf; do
9439 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9440set dummy ${ncn_progname}; ac_word=$2
9441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9442$as_echo_n "checking for $ac_word... " >&6; }
9443if test "${ac_cv_prog_READELF+set}" = set; then :
9444 $as_echo_n "(cached) " >&6
9445else
9446 if test -n "$READELF"; then
9447 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9448else
9449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9450for as_dir in $PATH
9451do
9452 IFS=$as_save_IFS
9453 test -z "$as_dir" && as_dir=.
9454 for ac_exec_ext in '' $ac_executable_extensions; do
9455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9456 ac_cv_prog_READELF="${ncn_progname}"
9457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9458 break 2
9459 fi
9460done
9461 done
9462IFS=$as_save_IFS
9463
9464fi
9465fi
9466READELF=$ac_cv_prog_READELF
9467if test -n "$READELF"; then
9468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9469$as_echo "$READELF" >&6; }
9470else
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9472$as_echo "no" >&6; }
9473fi
9474
9475
9476 done
9477fi
9478
9479for ncn_progname in readelf; do
9480 if test -n "$ncn_tool_prefix"; then
9481 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9482set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9484$as_echo_n "checking for $ac_word... " >&6; }
9485if test "${ac_cv_prog_READELF+set}" = set; then :
9486 $as_echo_n "(cached) " >&6
9487else
9488 if test -n "$READELF"; then
9489 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9490else
9491as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9492for as_dir in $PATH
9493do
9494 IFS=$as_save_IFS
9495 test -z "$as_dir" && as_dir=.
9496 for ac_exec_ext in '' $ac_executable_extensions; do
9497 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9498 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9499 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9500 break 2
9501 fi
9502done
9503 done
9504IFS=$as_save_IFS
9505
9506fi
9507fi
9508READELF=$ac_cv_prog_READELF
9509if test -n "$READELF"; then
9510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9511$as_echo "$READELF" >&6; }
9512else
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9514$as_echo "no" >&6; }
9515fi
9516
9517
9518 fi
9519 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9520 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9521set dummy ${ncn_progname}; ac_word=$2
9522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9523$as_echo_n "checking for $ac_word... " >&6; }
9524if test "${ac_cv_prog_READELF+set}" = set; then :
9525 $as_echo_n "(cached) " >&6
9526else
9527 if test -n "$READELF"; then
9528 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9529else
9530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9531for as_dir in $PATH
9532do
9533 IFS=$as_save_IFS
9534 test -z "$as_dir" && as_dir=.
9535 for ac_exec_ext in '' $ac_executable_extensions; do
9536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9537 ac_cv_prog_READELF="${ncn_progname}"
9538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9539 break 2
9540 fi
9541done
9542 done
9543IFS=$as_save_IFS
9544
9545fi
9546fi
9547READELF=$ac_cv_prog_READELF
9548if test -n "$READELF"; then
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9550$as_echo "$READELF" >&6; }
9551else
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9553$as_echo "no" >&6; }
9554fi
9555
9556
9557 fi
9558 test -n "$ac_cv_prog_READELF" && break
9559done
9560
9561if test -z "$ac_cv_prog_READELF" ; then
9562 set dummy readelf
9563 if test $build = $host ; then
9564 READELF="$2"
9565 else
9566 READELF="${ncn_tool_prefix}$2"
9567 fi
9568fi
9569
9570
9571
671aa708
NN
9572
9573
9574
2abefe3d 9575# Target tools.
1c710c3c 9576
5213506e
RW
9577# Check whether --with-build-time-tools was given.
9578if test "${with_build_time_tools+set}" = set; then :
9579 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9580 x/*) ;;
9581 *)
9582 with_build_time_tools=
5213506e
RW
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9584$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9585 ;;
9586 esac
ca9f4b81 9587else
e8b05380 9588 with_build_time_tools=
5213506e
RW
9589fi
9590
ca9f4b81 9591
278a7a38
AO
9592
9593
9594if test -n "$CC_FOR_TARGET"; then
9595 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9596elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9597 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9598fi
9599
9600if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9601 for ncn_progname in cc gcc; do
9602 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9603set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9605$as_echo_n "checking for $ac_word... " >&6; }
9606if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9607 $as_echo_n "(cached) " >&6
278a7a38
AO
9608else
9609 if test -n "$CC_FOR_TARGET"; then
9610 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9611else
9612as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9613for as_dir in $PATH
9614do
9615 IFS=$as_save_IFS
9616 test -z "$as_dir" && as_dir=.
5213506e
RW
9617 for ac_exec_ext in '' $ac_executable_extensions; do
9618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9619 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9621 break 2
9622 fi
9623done
5213506e
RW
9624 done
9625IFS=$as_save_IFS
278a7a38
AO
9626
9627fi
9628fi
9629CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9630if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9632$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 9633else
5213506e
RW
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9635$as_echo "no" >&6; }
278a7a38
AO
9636fi
9637
5213506e 9638
278a7a38
AO
9639 done
9640fi
9641
9642if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9643 for ncn_progname in cc gcc; do
5213506e
RW
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9645$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9646 if test -x $with_build_time_tools/${ncn_progname}; then
9647 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9649$as_echo "yes" >&6; }
72a7ab82 9650 break
e8b05380 9651 else
5213506e
RW
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9653$as_echo "no" >&6; }
72a7ab82
AP
9654 fi
9655 done
4de997d1
PB
9656fi
9657
e8b05380
PB
9658if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9659 for ncn_progname in cc gcc; do
9660 if test -n "$ncn_target_tool_prefix"; then
9661 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9662set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9664$as_echo_n "checking for $ac_word... " >&6; }
9665if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9666 $as_echo_n "(cached) " >&6
4de997d1
PB
9667else
9668 if test -n "$CC_FOR_TARGET"; then
9669 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9670else
1c710c3c
DJ
9671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9672for as_dir in $PATH
9673do
9674 IFS=$as_save_IFS
9675 test -z "$as_dir" && as_dir=.
5213506e
RW
9676 for ac_exec_ext in '' $ac_executable_extensions; do
9677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9678 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9680 break 2
9681 fi
9682done
5213506e
RW
9683 done
9684IFS=$as_save_IFS
1c710c3c 9685
4de997d1
PB
9686fi
9687fi
1c710c3c 9688CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 9689if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9691$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9692else
5213506e
RW
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9694$as_echo "no" >&6; }
4de997d1
PB
9695fi
9696
5213506e 9697
e8b05380
PB
9698 fi
9699 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9700 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9701set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9703$as_echo_n "checking for $ac_word... " >&6; }
9704if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9705 $as_echo_n "(cached) " >&6
4de997d1 9706else
2693c0b0
PB
9707 if test -n "$CC_FOR_TARGET"; then
9708 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 9709else
1c710c3c
DJ
9710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9711for as_dir in $PATH
9712do
9713 IFS=$as_save_IFS
9714 test -z "$as_dir" && as_dir=.
5213506e
RW
9715 for ac_exec_ext in '' $ac_executable_extensions; do
9716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9717 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9719 break 2
9720 fi
9721done
5213506e
RW
9722 done
9723IFS=$as_save_IFS
1c710c3c 9724
4de997d1
PB
9725fi
9726fi
1c710c3c 9727CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 9728if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9730$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 9731else
5213506e
RW
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9733$as_echo "no" >&6; }
4de997d1 9734fi
1c710c3c 9735
5213506e 9736
e8b05380
PB
9737 fi
9738 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9739 done
9740fi
1c710c3c 9741
2693c0b0
PB
9742if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9743 set dummy cc gcc
9744 if test $build = $target ; then
9745 CC_FOR_TARGET="$2"
4de997d1 9746 else
2693c0b0 9747 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 9748 fi
1c00b503
PB
9749else
9750 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
9751fi
9752
278a7a38
AO
9753
9754
9755if test -n "$CXX_FOR_TARGET"; then
9756 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9757elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9758 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9759fi
9760
9761if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9762 for ncn_progname in c++ g++ cxx gxx; do
9763 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9764set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9766$as_echo_n "checking for $ac_word... " >&6; }
9767if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9768 $as_echo_n "(cached) " >&6
278a7a38
AO
9769else
9770 if test -n "$CXX_FOR_TARGET"; then
9771 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9772else
9773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9774for as_dir in $PATH
9775do
9776 IFS=$as_save_IFS
9777 test -z "$as_dir" && as_dir=.
5213506e
RW
9778 for ac_exec_ext in '' $ac_executable_extensions; do
9779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9780 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 9781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9782 break 2
9783 fi
9784done
5213506e
RW
9785 done
9786IFS=$as_save_IFS
278a7a38
AO
9787
9788fi
9789fi
9790CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9791if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
9792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9793$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 9794else
5213506e
RW
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9796$as_echo "no" >&6; }
278a7a38
AO
9797fi
9798
5213506e 9799
278a7a38
AO
9800 done
9801fi
9802
9803if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9804 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9806$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9807 if test -x $with_build_time_tools/${ncn_progname}; then
9808 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9810$as_echo "yes" >&6; }
e8b05380
PB
9811 break
9812 else
5213506e
RW
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9814$as_echo "no" >&6; }
e8b05380
PB
9815 fi
9816 done
9817fi
9818
9819if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9820 for ncn_progname in c++ g++ cxx gxx; do
9821 if test -n "$ncn_target_tool_prefix"; then
9822 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9823set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9825$as_echo_n "checking for $ac_word... " >&6; }
9826if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9827 $as_echo_n "(cached) " >&6
4de997d1
PB
9828else
9829 if test -n "$CXX_FOR_TARGET"; then
9830 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9831else
1c710c3c
DJ
9832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9833for as_dir in $PATH
9834do
9835 IFS=$as_save_IFS
9836 test -z "$as_dir" && as_dir=.
5213506e
RW
9837 for ac_exec_ext in '' $ac_executable_extensions; do
9838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9839 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 9840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9841 break 2
9842 fi
9843done
5213506e
RW
9844 done
9845IFS=$as_save_IFS
1c710c3c 9846
4de997d1
PB
9847fi
9848fi
1c710c3c 9849CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 9850if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9852$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 9853else
5213506e
RW
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9855$as_echo "no" >&6; }
4de997d1
PB
9856fi
9857
5213506e 9858
e8b05380
PB
9859 fi
9860 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
9861 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 9862set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9864$as_echo_n "checking for $ac_word... " >&6; }
9865if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9866 $as_echo_n "(cached) " >&6
4de997d1 9867else
2693c0b0
PB
9868 if test -n "$CXX_FOR_TARGET"; then
9869 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 9870else
1c710c3c
DJ
9871as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9872for as_dir in $PATH
9873do
9874 IFS=$as_save_IFS
9875 test -z "$as_dir" && as_dir=.
5213506e
RW
9876 for ac_exec_ext in '' $ac_executable_extensions; do
9877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9878 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 9879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9880 break 2
9881 fi
9882done
5213506e
RW
9883 done
9884IFS=$as_save_IFS
1c710c3c 9885
4de997d1
PB
9886fi
9887fi
1c710c3c 9888CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 9889if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9891$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 9892else
5213506e
RW
9893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9894$as_echo "no" >&6; }
4de997d1 9895fi
1c710c3c 9896
5213506e 9897
e8b05380
PB
9898 fi
9899 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
9900 done
9901fi
1c710c3c 9902
2693c0b0
PB
9903if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
9904 set dummy c++ g++ cxx gxx
9905 if test $build = $target ; then
9906 CXX_FOR_TARGET="$2"
4de997d1 9907 else
2693c0b0 9908 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 9909 fi
1c00b503
PB
9910else
9911 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
9912fi
9913
278a7a38
AO
9914
9915
9916if test -n "$GCC_FOR_TARGET"; then
9917 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
9918elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9919 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9920fi
9921
9922if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
9923 for ncn_progname in gcc; do
9924 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9925set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9927$as_echo_n "checking for $ac_word... " >&6; }
9928if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9929 $as_echo_n "(cached) " >&6
278a7a38
AO
9930else
9931 if test -n "$GCC_FOR_TARGET"; then
9932 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
9933else
9934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9935for as_dir in $PATH
9936do
9937 IFS=$as_save_IFS
9938 test -z "$as_dir" && as_dir=.
5213506e
RW
9939 for ac_exec_ext in '' $ac_executable_extensions; do
9940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9941 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 9942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9943 break 2
9944 fi
9945done
5213506e
RW
9946 done
9947IFS=$as_save_IFS
278a7a38
AO
9948
9949fi
9950fi
9951GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
9952if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
9954$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 9955else
5213506e
RW
9956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9957$as_echo "no" >&6; }
278a7a38
AO
9958fi
9959
5213506e 9960
278a7a38
AO
9961 done
9962fi
9963
9964if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9965 for ncn_progname in gcc; do
5213506e
RW
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9967$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9968 if test -x $with_build_time_tools/${ncn_progname}; then
9969 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9971$as_echo "yes" >&6; }
e8b05380
PB
9972 break
9973 else
5213506e
RW
9974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9975$as_echo "no" >&6; }
e8b05380
PB
9976 fi
9977 done
9978fi
9979
9980if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
9981 for ncn_progname in gcc; do
9982 if test -n "$ncn_target_tool_prefix"; then
9983 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 9984set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9986$as_echo_n "checking for $ac_word... " >&6; }
9987if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
9988 $as_echo_n "(cached) " >&6
ca9f4b81 9989else
e8b05380
PB
9990 if test -n "$GCC_FOR_TARGET"; then
9991 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 9992else
1c710c3c
DJ
9993as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9994for as_dir in $PATH
9995do
9996 IFS=$as_save_IFS
9997 test -z "$as_dir" && as_dir=.
5213506e
RW
9998 for ac_exec_ext in '' $ac_executable_extensions; do
9999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10000 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10002 break 2
10003 fi
10004done
5213506e
RW
10005 done
10006IFS=$as_save_IFS
1c710c3c 10007
ca9f4b81
AO
10008fi
10009fi
1c710c3c 10010GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10011if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10013$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10014else
5213506e
RW
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10016$as_echo "no" >&6; }
ca9f4b81
AO
10017fi
10018
5213506e 10019
e8b05380
PB
10020 fi
10021 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10022 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10023set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10025$as_echo_n "checking for $ac_word... " >&6; }
10026if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10027 $as_echo_n "(cached) " >&6
ca9f4b81 10028else
e8b05380
PB
10029 if test -n "$GCC_FOR_TARGET"; then
10030 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10031else
1c710c3c
DJ
10032as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10033for as_dir in $PATH
10034do
10035 IFS=$as_save_IFS
10036 test -z "$as_dir" && as_dir=.
5213506e
RW
10037 for ac_exec_ext in '' $ac_executable_extensions; do
10038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10039 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10041 break 2
10042 fi
10043done
5213506e
RW
10044 done
10045IFS=$as_save_IFS
1c710c3c 10046
ca9f4b81
AO
10047fi
10048fi
1c710c3c 10049GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10050if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10052$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10053else
5213506e
RW
10054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10055$as_echo "no" >&6; }
ca9f4b81 10056fi
1c710c3c 10057
5213506e 10058
e8b05380
PB
10059 fi
10060 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10061 done
10062fi
1c710c3c 10063
e8b05380
PB
10064if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10065 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10066else
10067 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10068fi
10069
278a7a38
AO
10070
10071
10072if test -n "$GCJ_FOR_TARGET"; then
10073 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10074elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10075 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10076fi
10077
10078if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10079 for ncn_progname in gcj; do
10080 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10081set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10082{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10083$as_echo_n "checking for $ac_word... " >&6; }
10084if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10085 $as_echo_n "(cached) " >&6
278a7a38
AO
10086else
10087 if test -n "$GCJ_FOR_TARGET"; then
10088 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10089else
10090as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10091for as_dir in $PATH
10092do
10093 IFS=$as_save_IFS
10094 test -z "$as_dir" && as_dir=.
5213506e
RW
10095 for ac_exec_ext in '' $ac_executable_extensions; do
10096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10097 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10099 break 2
10100 fi
10101done
5213506e
RW
10102 done
10103IFS=$as_save_IFS
278a7a38
AO
10104
10105fi
10106fi
10107GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10108if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10110$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10111else
5213506e
RW
10112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10113$as_echo "no" >&6; }
278a7a38
AO
10114fi
10115
5213506e 10116
278a7a38
AO
10117 done
10118fi
10119
10120if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10121 for ncn_progname in gcj; do
5213506e
RW
10122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10123$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10124 if test -x $with_build_time_tools/${ncn_progname}; then
10125 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10127$as_echo "yes" >&6; }
e8b05380
PB
10128 break
10129 else
5213506e
RW
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10131$as_echo "no" >&6; }
e8b05380
PB
10132 fi
10133 done
10134fi
10135
10136if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10137 for ncn_progname in gcj; do
10138 if test -n "$ncn_target_tool_prefix"; then
10139 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10140set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10142$as_echo_n "checking for $ac_word... " >&6; }
10143if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10144 $as_echo_n "(cached) " >&6
e8b05380 10145else
fb0103e5
RG
10146 if test -n "$GCJ_FOR_TARGET"; then
10147 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10148else
1c710c3c
DJ
10149as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10150for as_dir in $PATH
10151do
10152 IFS=$as_save_IFS
10153 test -z "$as_dir" && as_dir=.
5213506e
RW
10154 for ac_exec_ext in '' $ac_executable_extensions; do
10155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10156 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10158 break 2
10159 fi
10160done
5213506e
RW
10161 done
10162IFS=$as_save_IFS
1c710c3c 10163
e8b05380
PB
10164fi
10165fi
278a7a38
AO
10166GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10167if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10169$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10170else
5213506e
RW
10171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10172$as_echo "no" >&6; }
278a7a38
AO
10173fi
10174
5213506e 10175
278a7a38
AO
10176 fi
10177 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10178 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10179set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10181$as_echo_n "checking for $ac_word... " >&6; }
10182if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10183 $as_echo_n "(cached) " >&6
278a7a38
AO
10184else
10185 if test -n "$GCJ_FOR_TARGET"; then
10186 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10187else
10188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10189for as_dir in $PATH
10190do
10191 IFS=$as_save_IFS
10192 test -z "$as_dir" && as_dir=.
5213506e
RW
10193 for ac_exec_ext in '' $ac_executable_extensions; do
10194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10195 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10197 break 2
10198 fi
10199done
5213506e
RW
10200 done
10201IFS=$as_save_IFS
278a7a38
AO
10202
10203fi
10204fi
10205GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10206if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10208$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10209else
5213506e
RW
10210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10211$as_echo "no" >&6; }
278a7a38
AO
10212fi
10213
5213506e 10214
278a7a38
AO
10215 fi
10216 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10217 done
10218fi
10219
10220if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10221 set dummy gcj
10222 if test $build = $target ; then
10223 GCJ_FOR_TARGET="$2"
10224 else
10225 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10226 fi
1c00b503
PB
10227else
10228 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10229fi
10230
10231
10232
10233if test -n "$GFORTRAN_FOR_TARGET"; then
10234 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10235elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10236 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10237fi
10238
278a7a38
AO
10239if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10240 for ncn_progname in gfortran; do
10241 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10242set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10244$as_echo_n "checking for $ac_word... " >&6; }
10245if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10246 $as_echo_n "(cached) " >&6
e8b05380 10247else
278a7a38
AO
10248 if test -n "$GFORTRAN_FOR_TARGET"; then
10249 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10250else
1c710c3c
DJ
10251as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10252for as_dir in $PATH
10253do
10254 IFS=$as_save_IFS
10255 test -z "$as_dir" && as_dir=.
5213506e
RW
10256 for ac_exec_ext in '' $ac_executable_extensions; do
10257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10258 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10260 break 2
10261 fi
10262done
5213506e
RW
10263 done
10264IFS=$as_save_IFS
1c710c3c 10265
e8b05380
PB
10266fi
10267fi
278a7a38
AO
10268GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10269if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10271$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10272else
5213506e
RW
10273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10274$as_echo "no" >&6; }
e8b05380 10275fi
1c710c3c 10276
5213506e 10277
e8b05380
PB
10278 done
10279fi
1c710c3c 10280
278a7a38 10281if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10282 for ncn_progname in gfortran; do
5213506e
RW
10283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10284$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10285 if test -x $with_build_time_tools/${ncn_progname}; then
10286 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10288$as_echo "yes" >&6; }
e8b05380
PB
10289 break
10290 else
5213506e
RW
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10292$as_echo "no" >&6; }
e8b05380
PB
10293 fi
10294 done
10295fi
10296
10297if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10298 for ncn_progname in gfortran; do
10299 if test -n "$ncn_target_tool_prefix"; then
10300 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10301set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10303$as_echo_n "checking for $ac_word... " >&6; }
10304if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10305 $as_echo_n "(cached) " >&6
e8b05380
PB
10306else
10307 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10308 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10309else
10310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10311for as_dir in $PATH
10312do
10313 IFS=$as_save_IFS
10314 test -z "$as_dir" && as_dir=.
5213506e
RW
10315 for ac_exec_ext in '' $ac_executable_extensions; do
10316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10317 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10319 break 2
10320 fi
10321done
5213506e
RW
10322 done
10323IFS=$as_save_IFS
1c710c3c 10324
e8b05380
PB
10325fi
10326fi
1c710c3c 10327GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10328if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10330$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10331else
5213506e
RW
10332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10333$as_echo "no" >&6; }
e8b05380
PB
10334fi
10335
5213506e 10336
e8b05380
PB
10337 fi
10338 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10339 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10340set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10342$as_echo_n "checking for $ac_word... " >&6; }
10343if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10344 $as_echo_n "(cached) " >&6
e8b05380
PB
10345else
10346 if test -n "$GFORTRAN_FOR_TARGET"; then
10347 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10348else
1c710c3c
DJ
10349as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10350for as_dir in $PATH
10351do
10352 IFS=$as_save_IFS
10353 test -z "$as_dir" && as_dir=.
5213506e
RW
10354 for ac_exec_ext in '' $ac_executable_extensions; do
10355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10356 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10358 break 2
10359 fi
10360done
5213506e
RW
10361 done
10362IFS=$as_save_IFS
1c710c3c 10363
e8b05380
PB
10364fi
10365fi
1c710c3c 10366GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10367if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10369$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10370else
5213506e
RW
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10372$as_echo "no" >&6; }
e8b05380 10373fi
1c710c3c 10374
5213506e 10375
e8b05380
PB
10376 fi
10377 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10378 done
10379fi
1c710c3c 10380
e8b05380
PB
10381if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10382 set dummy gfortran
2693c0b0 10383 if test $build = $target ; then
e8b05380 10384 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10385 else
e8b05380
PB
10386 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10387 fi
1c00b503
PB
10388else
10389 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10390fi
10391
10392
10393
632e2a07
ILT
10394if test -n "$GOC_FOR_TARGET"; then
10395 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10396elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10397 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10398fi
10399
10400if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10401 for ncn_progname in gccgo; do
10402 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10403set dummy ${ncn_progname}; ac_word=$2
10404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10405$as_echo_n "checking for $ac_word... " >&6; }
10406if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10407 $as_echo_n "(cached) " >&6
10408else
10409 if test -n "$GOC_FOR_TARGET"; then
10410 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10411else
10412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10413for as_dir in $PATH
10414do
10415 IFS=$as_save_IFS
10416 test -z "$as_dir" && as_dir=.
10417 for ac_exec_ext in '' $ac_executable_extensions; do
10418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10419 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10421 break 2
10422 fi
10423done
10424 done
10425IFS=$as_save_IFS
10426
10427fi
10428fi
10429GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10430if test -n "$GOC_FOR_TARGET"; then
10431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10432$as_echo "$GOC_FOR_TARGET" >&6; }
10433else
10434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10435$as_echo "no" >&6; }
10436fi
10437
10438
10439 done
10440fi
10441
10442if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10443 for ncn_progname in gccgo; do
10444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10445$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10446 if test -x $with_build_time_tools/${ncn_progname}; then
10447 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10449$as_echo "yes" >&6; }
10450 break
10451 else
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10453$as_echo "no" >&6; }
10454 fi
10455 done
10456fi
10457
10458if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10459 for ncn_progname in gccgo; do
10460 if test -n "$ncn_target_tool_prefix"; then
10461 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10462set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10463{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10464$as_echo_n "checking for $ac_word... " >&6; }
10465if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10466 $as_echo_n "(cached) " >&6
10467else
10468 if test -n "$GOC_FOR_TARGET"; then
10469 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10470else
10471as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10472for as_dir in $PATH
10473do
10474 IFS=$as_save_IFS
10475 test -z "$as_dir" && as_dir=.
10476 for ac_exec_ext in '' $ac_executable_extensions; do
10477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10478 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10480 break 2
10481 fi
10482done
10483 done
10484IFS=$as_save_IFS
10485
10486fi
10487fi
10488GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10489if test -n "$GOC_FOR_TARGET"; then
10490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10491$as_echo "$GOC_FOR_TARGET" >&6; }
10492else
10493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10494$as_echo "no" >&6; }
10495fi
10496
10497
10498 fi
10499 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10500 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10501set dummy ${ncn_progname}; ac_word=$2
10502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10503$as_echo_n "checking for $ac_word... " >&6; }
10504if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10505 $as_echo_n "(cached) " >&6
10506else
10507 if test -n "$GOC_FOR_TARGET"; then
10508 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10509else
10510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10511for as_dir in $PATH
10512do
10513 IFS=$as_save_IFS
10514 test -z "$as_dir" && as_dir=.
10515 for ac_exec_ext in '' $ac_executable_extensions; do
10516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10517 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10519 break 2
10520 fi
10521done
10522 done
10523IFS=$as_save_IFS
10524
10525fi
10526fi
10527GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10528if test -n "$GOC_FOR_TARGET"; then
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10530$as_echo "$GOC_FOR_TARGET" >&6; }
10531else
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10533$as_echo "no" >&6; }
10534fi
10535
10536
10537 fi
10538 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10539 done
10540fi
10541
10542if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10543 set dummy gccgo
10544 if test $build = $target ; then
10545 GOC_FOR_TARGET="$2"
10546 else
10547 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10548 fi
10549else
10550 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10551fi
10552
10553
10554
e8b05380
PB
10555cat > conftest.c << \EOF
10556#ifdef __GNUC__
10557 gcc_yay;
10558#endif
10559EOF
10560if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10561 have_gcc_for_target=yes
10562else
10563 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10564 have_gcc_for_target=no
10565fi
10566rm conftest.c
10567
10568
10569
10570
10571if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10572 if test -n "$with_build_time_tools"; then
5213506e
RW
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10574$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10575 if test -x $with_build_time_tools/ar; then
10576 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10577 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10579$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 10580 else
5213506e
RW
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10582$as_echo "no" >&6; }
d1f8db0c 10583 fi
e8b05380
PB
10584 elif test $build != $host && test $have_gcc_for_target = yes; then
10585 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10586 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10587 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10588 fi
10589fi
3e19841a 10590if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10591 # Extract the first word of "ar", so it can be a program name with args.
10592set dummy ar; ac_word=$2
5213506e
RW
10593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10594$as_echo_n "checking for $ac_word... " >&6; }
10595if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10596 $as_echo_n "(cached) " >&6
e8b05380 10597else
1c710c3c
DJ
10598 case $AR_FOR_TARGET in
10599 [\\/]* | ?:[\\/]*)
e8b05380
PB
10600 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10601 ;;
e8b05380 10602 *)
1c710c3c
DJ
10603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10604for as_dir in $gcc_cv_tool_dirs
10605do
10606 IFS=$as_save_IFS
10607 test -z "$as_dir" && as_dir=.
5213506e
RW
10608 for ac_exec_ext in '' $ac_executable_extensions; do
10609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10610 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10612 break 2
10613 fi
10614done
5213506e
RW
10615 done
10616IFS=$as_save_IFS
1c710c3c 10617
e8b05380
PB
10618 ;;
10619esac
10620fi
1c710c3c 10621AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 10622if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10624$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10625else
5213506e
RW
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10627$as_echo "no" >&6; }
4de997d1
PB
10628fi
10629
5213506e 10630
e8b05380
PB
10631fi
10632if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
10633
10634
10635if test -n "$AR_FOR_TARGET"; then
10636 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10637elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10638 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10639fi
10640
10641if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10642 for ncn_progname in ar; do
10643 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10644set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10646$as_echo_n "checking for $ac_word... " >&6; }
10647if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10648 $as_echo_n "(cached) " >&6
278a7a38
AO
10649else
10650 if test -n "$AR_FOR_TARGET"; then
10651 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10652else
10653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10654for as_dir in $PATH
10655do
10656 IFS=$as_save_IFS
10657 test -z "$as_dir" && as_dir=.
5213506e
RW
10658 for ac_exec_ext in '' $ac_executable_extensions; do
10659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10660 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10662 break 2
10663 fi
10664done
5213506e
RW
10665 done
10666IFS=$as_save_IFS
278a7a38
AO
10667
10668fi
10669fi
10670AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10671if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10673$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 10674else
5213506e
RW
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10676$as_echo "no" >&6; }
278a7a38
AO
10677fi
10678
5213506e 10679
278a7a38
AO
10680 done
10681fi
10682
10683if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10684 for ncn_progname in ar; do
5213506e
RW
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10686$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10687 if test -x $with_build_time_tools/${ncn_progname}; then
10688 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10690$as_echo "yes" >&6; }
e8b05380
PB
10691 break
10692 else
5213506e
RW
10693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10694$as_echo "no" >&6; }
e8b05380
PB
10695 fi
10696 done
10697fi
10698
10699if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10700 for ncn_progname in ar; do
10701 if test -n "$ncn_target_tool_prefix"; then
10702 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10703set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10705$as_echo_n "checking for $ac_word... " >&6; }
10706if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10707 $as_echo_n "(cached) " >&6
4de997d1 10708else
e8b05380
PB
10709 if test -n "$AR_FOR_TARGET"; then
10710 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 10711else
1c710c3c
DJ
10712as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10713for as_dir in $PATH
10714do
10715 IFS=$as_save_IFS
10716 test -z "$as_dir" && as_dir=.
5213506e
RW
10717 for ac_exec_ext in '' $ac_executable_extensions; do
10718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10719 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10721 break 2
10722 fi
10723done
5213506e
RW
10724 done
10725IFS=$as_save_IFS
1c710c3c 10726
4de997d1
PB
10727fi
10728fi
1c710c3c 10729AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 10730if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10732$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 10733else
5213506e
RW
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10735$as_echo "no" >&6; }
4de997d1
PB
10736fi
10737
5213506e 10738
e8b05380
PB
10739 fi
10740 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10741 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10742set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10744$as_echo_n "checking for $ac_word... " >&6; }
10745if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10746 $as_echo_n "(cached) " >&6
e8b05380
PB
10747else
10748 if test -n "$AR_FOR_TARGET"; then
10749 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10750else
1c710c3c
DJ
10751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10752for as_dir in $PATH
10753do
10754 IFS=$as_save_IFS
10755 test -z "$as_dir" && as_dir=.
5213506e
RW
10756 for ac_exec_ext in '' $ac_executable_extensions; do
10757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10758 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 10759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10760 break 2
10761 fi
10762done
5213506e
RW
10763 done
10764IFS=$as_save_IFS
1c710c3c 10765
e8b05380
PB
10766fi
10767fi
1c710c3c 10768AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 10769if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10771$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10772else
5213506e
RW
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10774$as_echo "no" >&6; }
e8b05380 10775fi
1c710c3c 10776
5213506e 10777
e8b05380
PB
10778 fi
10779 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10780 done
10781fi
1c710c3c 10782
e8b05380
PB
10783if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10784 set dummy ar
10785 if test $build = $target ; then
10786 AR_FOR_TARGET="$2"
10787 else
10788 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 10789 fi
1c00b503
PB
10790else
10791 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
10792fi
10793
d1f8db0c
PB
10794else
10795 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
10796fi
10797
10798
10799
10800
10801if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10802 if test -n "$with_build_time_tools"; then
5213506e
RW
10803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10804$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10805 if test -x $with_build_time_tools/as; then
10806 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10807 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10809$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 10810 else
5213506e
RW
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10812$as_echo "no" >&6; }
d1f8db0c 10813 fi
e8b05380
PB
10814 elif test $build != $host && test $have_gcc_for_target = yes; then
10815 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
10816 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10817 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
10818 fi
10819fi
3e19841a 10820if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10821 # Extract the first word of "as", so it can be a program name with args.
10822set dummy as; ac_word=$2
5213506e
RW
10823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10824$as_echo_n "checking for $ac_word... " >&6; }
10825if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10826 $as_echo_n "(cached) " >&6
e8b05380 10827else
1c710c3c
DJ
10828 case $AS_FOR_TARGET in
10829 [\\/]* | ?:[\\/]*)
e8b05380
PB
10830 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10831 ;;
e8b05380 10832 *)
1c710c3c
DJ
10833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10834for as_dir in $gcc_cv_tool_dirs
10835do
10836 IFS=$as_save_IFS
10837 test -z "$as_dir" && as_dir=.
5213506e
RW
10838 for ac_exec_ext in '' $ac_executable_extensions; do
10839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10840 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10842 break 2
10843 fi
10844done
5213506e
RW
10845 done
10846IFS=$as_save_IFS
1c710c3c 10847
e8b05380
PB
10848 ;;
10849esac
10850fi
1c710c3c 10851AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 10852if test -n "$AS_FOR_TARGET"; then
5213506e
RW
10853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10854$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 10855else
5213506e
RW
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10857$as_echo "no" >&6; }
e8b05380
PB
10858fi
10859
5213506e 10860
e8b05380
PB
10861fi
10862if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
10863
10864
10865if test -n "$AS_FOR_TARGET"; then
10866 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
10867elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10868 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10869fi
10870
10871if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
10872 for ncn_progname in as; do
10873 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10874set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10876$as_echo_n "checking for $ac_word... " >&6; }
10877if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10878 $as_echo_n "(cached) " >&6
278a7a38
AO
10879else
10880 if test -n "$AS_FOR_TARGET"; then
10881 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10882else
10883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10884for as_dir in $PATH
10885do
10886 IFS=$as_save_IFS
10887 test -z "$as_dir" && as_dir=.
5213506e
RW
10888 for ac_exec_ext in '' $ac_executable_extensions; do
10889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10890 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 10891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10892 break 2
10893 fi
10894done
5213506e
RW
10895 done
10896IFS=$as_save_IFS
278a7a38
AO
10897
10898fi
10899fi
10900AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
10901if test -n "$AS_FOR_TARGET"; then
5213506e
RW
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10903$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 10904else
5213506e
RW
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10906$as_echo "no" >&6; }
278a7a38
AO
10907fi
10908
5213506e 10909
278a7a38
AO
10910 done
10911fi
10912
10913if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10914 for ncn_progname in as; do
5213506e
RW
10915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10916$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10917 if test -x $with_build_time_tools/${ncn_progname}; then
10918 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10920$as_echo "yes" >&6; }
e8b05380
PB
10921 break
10922 else
5213506e
RW
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10924$as_echo "no" >&6; }
e8b05380
PB
10925 fi
10926 done
10927fi
10928
10929if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
10930 for ncn_progname in as; do
10931 if test -n "$ncn_target_tool_prefix"; then
10932 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10933set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10935$as_echo_n "checking for $ac_word... " >&6; }
10936if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10937 $as_echo_n "(cached) " >&6
e8b05380
PB
10938else
10939 if test -n "$AS_FOR_TARGET"; then
10940 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
10941else
1c710c3c
DJ
10942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10943for as_dir in $PATH
10944do
10945 IFS=$as_save_IFS
10946 test -z "$as_dir" && as_dir=.
5213506e
RW
10947 for ac_exec_ext in '' $ac_executable_extensions; do
10948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10949 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10951 break 2
10952 fi
10953done
5213506e
RW
10954 done
10955IFS=$as_save_IFS
1c710c3c 10956
e8b05380
PB
10957fi
10958fi
1c710c3c 10959AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 10960if test -n "$AS_FOR_TARGET"; then
5213506e
RW
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10962$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 10963else
5213506e
RW
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10965$as_echo "no" >&6; }
e8b05380
PB
10966fi
10967
5213506e 10968
e8b05380
PB
10969 fi
10970 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
10971 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10972set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10974$as_echo_n "checking for $ac_word... " >&6; }
10975if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
10976 $as_echo_n "(cached) " >&6
4de997d1 10977else
e8b05380
PB
10978 if test -n "$AS_FOR_TARGET"; then
10979 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 10980else
1c710c3c
DJ
10981as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10982for as_dir in $PATH
10983do
10984 IFS=$as_save_IFS
10985 test -z "$as_dir" && as_dir=.
5213506e
RW
10986 for ac_exec_ext in '' $ac_executable_extensions; do
10987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10988 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 10989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10990 break 2
10991 fi
10992done
5213506e
RW
10993 done
10994IFS=$as_save_IFS
1c710c3c 10995
4de997d1
PB
10996fi
10997fi
1c710c3c 10998AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 10999if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11001$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11002else
5213506e
RW
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11004$as_echo "no" >&6; }
4de997d1 11005fi
1c710c3c 11006
5213506e 11007
e8b05380
PB
11008 fi
11009 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11010 done
11011fi
1c710c3c 11012
e8b05380
PB
11013if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11014 set dummy as
11015 if test $build = $target ; then
11016 AS_FOR_TARGET="$2"
11017 else
11018 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11019 fi
1c00b503
PB
11020else
11021 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11022fi
2693c0b0 11023
d1f8db0c
PB
11024else
11025 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11026fi
11027
e8b05380
PB
11028
11029
11030
11031if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11032 if test -n "$with_build_time_tools"; then
5213506e
RW
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11034$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11035 if test -x $with_build_time_tools/dlltool; then
11036 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11037 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11039$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11040 else
5213506e
RW
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11042$as_echo "no" >&6; }
d1f8db0c 11043 fi
e8b05380
PB
11044 elif test $build != $host && test $have_gcc_for_target = yes; then
11045 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11046 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11047 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11048 fi
11049fi
3e19841a 11050if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11051 # Extract the first word of "dlltool", so it can be a program name with args.
11052set dummy dlltool; ac_word=$2
5213506e
RW
11053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11054$as_echo_n "checking for $ac_word... " >&6; }
11055if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11056 $as_echo_n "(cached) " >&6
4de997d1 11057else
1c710c3c
DJ
11058 case $DLLTOOL_FOR_TARGET in
11059 [\\/]* | ?:[\\/]*)
e8b05380
PB
11060 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11061 ;;
e8b05380 11062 *)
1c710c3c
DJ
11063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11064for as_dir in $gcc_cv_tool_dirs
11065do
11066 IFS=$as_save_IFS
11067 test -z "$as_dir" && as_dir=.
5213506e
RW
11068 for ac_exec_ext in '' $ac_executable_extensions; do
11069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11070 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11072 break 2
11073 fi
11074done
5213506e
RW
11075 done
11076IFS=$as_save_IFS
1c710c3c 11077
e8b05380
PB
11078 ;;
11079esac
4de997d1 11080fi
1c710c3c 11081DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11082if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11084$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11085else
5213506e
RW
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11087$as_echo "no" >&6; }
4de997d1
PB
11088fi
11089
5213506e 11090
e8b05380
PB
11091fi
11092if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11093
11094
11095if test -n "$DLLTOOL_FOR_TARGET"; then
11096 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11097elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11098 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11099fi
11100
11101if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11102 for ncn_progname in dlltool; do
11103 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11104set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11106$as_echo_n "checking for $ac_word... " >&6; }
11107if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11108 $as_echo_n "(cached) " >&6
278a7a38
AO
11109else
11110 if test -n "$DLLTOOL_FOR_TARGET"; then
11111 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11112else
11113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11114for as_dir in $PATH
11115do
11116 IFS=$as_save_IFS
11117 test -z "$as_dir" && as_dir=.
5213506e
RW
11118 for ac_exec_ext in '' $ac_executable_extensions; do
11119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11120 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11122 break 2
11123 fi
11124done
5213506e
RW
11125 done
11126IFS=$as_save_IFS
278a7a38
AO
11127
11128fi
11129fi
11130DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11131if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11133$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11134else
5213506e
RW
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11136$as_echo "no" >&6; }
278a7a38
AO
11137fi
11138
5213506e 11139
278a7a38
AO
11140 done
11141fi
11142
11143if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11144 for ncn_progname in dlltool; do
5213506e
RW
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11146$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11147 if test -x $with_build_time_tools/${ncn_progname}; then
11148 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11150$as_echo "yes" >&6; }
e8b05380
PB
11151 break
11152 else
5213506e
RW
11153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11154$as_echo "no" >&6; }
e8b05380
PB
11155 fi
11156 done
11157fi
11158
11159if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11160 for ncn_progname in dlltool; do
11161 if test -n "$ncn_target_tool_prefix"; then
11162 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11163set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11165$as_echo_n "checking for $ac_word... " >&6; }
11166if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11167 $as_echo_n "(cached) " >&6
4de997d1 11168else
e8b05380
PB
11169 if test -n "$DLLTOOL_FOR_TARGET"; then
11170 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11171else
1c710c3c
DJ
11172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11173for as_dir in $PATH
11174do
11175 IFS=$as_save_IFS
11176 test -z "$as_dir" && as_dir=.
5213506e
RW
11177 for ac_exec_ext in '' $ac_executable_extensions; do
11178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11179 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11181 break 2
11182 fi
11183done
5213506e
RW
11184 done
11185IFS=$as_save_IFS
1c710c3c 11186
4de997d1
PB
11187fi
11188fi
1c710c3c 11189DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11190if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11192$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11193else
5213506e
RW
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11195$as_echo "no" >&6; }
4de997d1 11196fi
4de997d1 11197
5213506e 11198
e8b05380
PB
11199 fi
11200 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11201 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11202set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11204$as_echo_n "checking for $ac_word... " >&6; }
11205if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11206 $as_echo_n "(cached) " >&6
4de997d1 11207else
e8b05380
PB
11208 if test -n "$DLLTOOL_FOR_TARGET"; then
11209 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11210else
1c710c3c
DJ
11211as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11212for as_dir in $PATH
11213do
11214 IFS=$as_save_IFS
11215 test -z "$as_dir" && as_dir=.
5213506e
RW
11216 for ac_exec_ext in '' $ac_executable_extensions; do
11217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11218 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11220 break 2
11221 fi
11222done
5213506e
RW
11223 done
11224IFS=$as_save_IFS
1c710c3c 11225
4de997d1
PB
11226fi
11227fi
1c710c3c 11228DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11229if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11231$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11232else
5213506e
RW
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11234$as_echo "no" >&6; }
4de997d1 11235fi
1c710c3c 11236
5213506e 11237
e8b05380
PB
11238 fi
11239 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11240 done
11241fi
1c710c3c 11242
e8b05380
PB
11243if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11244 set dummy dlltool
11245 if test $build = $target ; then
11246 DLLTOOL_FOR_TARGET="$2"
11247 else
11248 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11249 fi
1c00b503
PB
11250else
11251 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11252fi
11253
d1f8db0c
PB
11254else
11255 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11256fi
11257
4de997d1 11258
e8b05380
PB
11259
11260
11261if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11262 if test -n "$with_build_time_tools"; then
5213506e
RW
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11264$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11265 if test -x $with_build_time_tools/ld; then
11266 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11267 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11269$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11270 else
5213506e
RW
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11272$as_echo "no" >&6; }
d1f8db0c 11273 fi
e8b05380
PB
11274 elif test $build != $host && test $have_gcc_for_target = yes; then
11275 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11276 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11277 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11278 fi
e8b05380 11279fi
3e19841a 11280if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11281 # Extract the first word of "ld", so it can be a program name with args.
11282set dummy ld; ac_word=$2
5213506e
RW
11283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11284$as_echo_n "checking for $ac_word... " >&6; }
11285if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11286 $as_echo_n "(cached) " >&6
4de997d1 11287else
1c710c3c
DJ
11288 case $LD_FOR_TARGET in
11289 [\\/]* | ?:[\\/]*)
e8b05380
PB
11290 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11291 ;;
e8b05380 11292 *)
1c710c3c
DJ
11293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11294for as_dir in $gcc_cv_tool_dirs
11295do
11296 IFS=$as_save_IFS
11297 test -z "$as_dir" && as_dir=.
5213506e
RW
11298 for ac_exec_ext in '' $ac_executable_extensions; do
11299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11300 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11302 break 2
11303 fi
11304done
5213506e
RW
11305 done
11306IFS=$as_save_IFS
1c710c3c 11307
e8b05380
PB
11308 ;;
11309esac
4de997d1 11310fi
1c710c3c 11311LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11312if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11314$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11315else
5213506e
RW
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11317$as_echo "no" >&6; }
4de997d1 11318fi
2693c0b0 11319
5213506e 11320
e8b05380
PB
11321fi
11322if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11323
11324
11325if test -n "$LD_FOR_TARGET"; then
11326 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11327elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11328 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11329fi
11330
11331if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11332 for ncn_progname in ld; do
11333 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11334set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11336$as_echo_n "checking for $ac_word... " >&6; }
11337if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11338 $as_echo_n "(cached) " >&6
278a7a38
AO
11339else
11340 if test -n "$LD_FOR_TARGET"; then
11341 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11342else
11343as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11344for as_dir in $PATH
11345do
11346 IFS=$as_save_IFS
11347 test -z "$as_dir" && as_dir=.
5213506e
RW
11348 for ac_exec_ext in '' $ac_executable_extensions; do
11349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11350 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11352 break 2
11353 fi
11354done
5213506e
RW
11355 done
11356IFS=$as_save_IFS
278a7a38
AO
11357
11358fi
11359fi
11360LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11361if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11363$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11364else
5213506e
RW
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11366$as_echo "no" >&6; }
278a7a38
AO
11367fi
11368
5213506e 11369
278a7a38
AO
11370 done
11371fi
11372
11373if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11374 for ncn_progname in ld; do
5213506e
RW
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11376$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11377 if test -x $with_build_time_tools/${ncn_progname}; then
11378 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11380$as_echo "yes" >&6; }
e8b05380
PB
11381 break
11382 else
5213506e
RW
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11384$as_echo "no" >&6; }
e8b05380
PB
11385 fi
11386 done
ca9f4b81
AO
11387fi
11388
e8b05380
PB
11389if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11390 for ncn_progname in ld; do
11391 if test -n "$ncn_target_tool_prefix"; then
11392 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11393set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11395$as_echo_n "checking for $ac_word... " >&6; }
11396if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11397 $as_echo_n "(cached) " >&6
ca9f4b81 11398else
4de997d1
PB
11399 if test -n "$LD_FOR_TARGET"; then
11400 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11401else
1c710c3c
DJ
11402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11403for as_dir in $PATH
11404do
11405 IFS=$as_save_IFS
11406 test -z "$as_dir" && as_dir=.
5213506e
RW
11407 for ac_exec_ext in '' $ac_executable_extensions; do
11408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11409 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11411 break 2
11412 fi
11413done
5213506e
RW
11414 done
11415IFS=$as_save_IFS
1c710c3c 11416
ca9f4b81
AO
11417fi
11418fi
1c710c3c 11419LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11420if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11422$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11423else
5213506e
RW
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11425$as_echo "no" >&6; }
ca9f4b81
AO
11426fi
11427
5213506e 11428
e8b05380
PB
11429 fi
11430 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11431 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11432set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11434$as_echo_n "checking for $ac_word... " >&6; }
11435if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11436 $as_echo_n "(cached) " >&6
ca9f4b81 11437else
2693c0b0
PB
11438 if test -n "$LD_FOR_TARGET"; then
11439 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11440else
1c710c3c
DJ
11441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11442for as_dir in $PATH
11443do
11444 IFS=$as_save_IFS
11445 test -z "$as_dir" && as_dir=.
5213506e
RW
11446 for ac_exec_ext in '' $ac_executable_extensions; do
11447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11448 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11450 break 2
11451 fi
11452done
5213506e
RW
11453 done
11454IFS=$as_save_IFS
1c710c3c 11455
ca9f4b81
AO
11456fi
11457fi
1c710c3c 11458LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11459if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11461$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11462else
5213506e
RW
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11464$as_echo "no" >&6; }
ca9f4b81 11465fi
1c710c3c 11466
5213506e 11467
e8b05380
PB
11468 fi
11469 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11470 done
11471fi
1c710c3c 11472
2693c0b0
PB
11473if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11474 set dummy ld
11475 if test $build = $target ; then
11476 LD_FOR_TARGET="$2"
ca9f4b81 11477 else
2693c0b0 11478 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11479 fi
1c00b503
PB
11480else
11481 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11482fi
11483
d1f8db0c
PB
11484else
11485 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11486fi
11487
11488
11489
11490
11491if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11492 if test -n "$with_build_time_tools"; then
5213506e
RW
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11494$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11495 if test -x $with_build_time_tools/lipo; then
11496 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11497 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11499$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11500 else
5213506e
RW
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11502$as_echo "no" >&6; }
d1f8db0c 11503 fi
e8b05380
PB
11504 elif test $build != $host && test $have_gcc_for_target = yes; then
11505 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11506 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11507 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11508 fi
11509fi
278a7a38
AO
11510if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11511 # Extract the first word of "lipo", so it can be a program name with args.
11512set dummy lipo; ac_word=$2
5213506e
RW
11513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11514$as_echo_n "checking for $ac_word... " >&6; }
11515if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11516 $as_echo_n "(cached) " >&6
278a7a38
AO
11517else
11518 case $LIPO_FOR_TARGET in
11519 [\\/]* | ?:[\\/]*)
11520 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11521 ;;
11522 *)
11523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11524for as_dir in $gcc_cv_tool_dirs
11525do
11526 IFS=$as_save_IFS
11527 test -z "$as_dir" && as_dir=.
5213506e
RW
11528 for ac_exec_ext in '' $ac_executable_extensions; do
11529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11530 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11532 break 2
11533 fi
11534done
5213506e
RW
11535 done
11536IFS=$as_save_IFS
278a7a38
AO
11537
11538 ;;
11539esac
11540fi
11541LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11542if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11544$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11545else
5213506e
RW
11546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11547$as_echo "no" >&6; }
278a7a38
AO
11548fi
11549
5213506e 11550
278a7a38
AO
11551fi
11552if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11553
11554
11555if test -n "$LIPO_FOR_TARGET"; then
11556 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11557elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11558 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11559fi
11560
11561if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11562 for ncn_progname in lipo; do
11563 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11564set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11566$as_echo_n "checking for $ac_word... " >&6; }
11567if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11568 $as_echo_n "(cached) " >&6
e8b05380 11569else
278a7a38
AO
11570 if test -n "$LIPO_FOR_TARGET"; then
11571 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11572else
11573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11574for as_dir in $PATH
1c710c3c
DJ
11575do
11576 IFS=$as_save_IFS
11577 test -z "$as_dir" && as_dir=.
5213506e
RW
11578 for ac_exec_ext in '' $ac_executable_extensions; do
11579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11580 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11582 break 2
11583 fi
11584done
5213506e
RW
11585 done
11586IFS=$as_save_IFS
1c710c3c 11587
e8b05380 11588fi
278a7a38
AO
11589fi
11590LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11591if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11593$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11594else
5213506e
RW
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11596$as_echo "no" >&6; }
e8b05380
PB
11597fi
11598
5213506e 11599
278a7a38 11600 done
e8b05380 11601fi
278a7a38
AO
11602
11603if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11604 for ncn_progname in lipo; do
5213506e
RW
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11606$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11607 if test -x $with_build_time_tools/${ncn_progname}; then
11608 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11610$as_echo "yes" >&6; }
e8b05380
PB
11611 break
11612 else
5213506e
RW
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11614$as_echo "no" >&6; }
e8b05380
PB
11615 fi
11616 done
11617fi
11618
11619if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11620 for ncn_progname in lipo; do
11621 if test -n "$ncn_target_tool_prefix"; then
11622 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11623set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11625$as_echo_n "checking for $ac_word... " >&6; }
11626if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11627 $as_echo_n "(cached) " >&6
040b1c5a
GK
11628else
11629 if test -n "$LIPO_FOR_TARGET"; then
11630 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11631else
1c710c3c
DJ
11632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11633for as_dir in $PATH
11634do
11635 IFS=$as_save_IFS
11636 test -z "$as_dir" && as_dir=.
5213506e
RW
11637 for ac_exec_ext in '' $ac_executable_extensions; do
11638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11639 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11641 break 2
11642 fi
11643done
5213506e
RW
11644 done
11645IFS=$as_save_IFS
1c710c3c 11646
040b1c5a
GK
11647fi
11648fi
1c710c3c 11649LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11650if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11652$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11653else
5213506e
RW
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11655$as_echo "no" >&6; }
040b1c5a
GK
11656fi
11657
5213506e 11658
e8b05380
PB
11659 fi
11660 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11661 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 11662set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11664$as_echo_n "checking for $ac_word... " >&6; }
11665if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11666 $as_echo_n "(cached) " >&6
040b1c5a
GK
11667else
11668 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
11669 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11670else
1c710c3c
DJ
11671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11672for as_dir in $PATH
11673do
11674 IFS=$as_save_IFS
11675 test -z "$as_dir" && as_dir=.
5213506e
RW
11676 for ac_exec_ext in '' $ac_executable_extensions; do
11677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11678 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11680 break 2
11681 fi
11682done
5213506e
RW
11683 done
11684IFS=$as_save_IFS
1c710c3c 11685
040b1c5a
GK
11686fi
11687fi
1c710c3c 11688LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11689if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11691$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11692else
5213506e
RW
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11694$as_echo "no" >&6; }
040b1c5a 11695fi
1c710c3c 11696
5213506e 11697
e8b05380
PB
11698 fi
11699 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11700 done
11701fi
1c710c3c 11702
040b1c5a
GK
11703if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11704 set dummy lipo
11705 if test $build = $target ; then
11706 LIPO_FOR_TARGET="$2"
11707 else
11708 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11709 fi
1c00b503
PB
11710else
11711 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
11712fi
11713
d1f8db0c
PB
11714else
11715 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
11716fi
11717
11718
11719
11720
11721if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11722 if test -n "$with_build_time_tools"; then
5213506e
RW
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11724$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11725 if test -x $with_build_time_tools/nm; then
11726 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11727 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11729$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 11730 else
5213506e
RW
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11732$as_echo "no" >&6; }
d1f8db0c 11733 fi
e8b05380
PB
11734 elif test $build != $host && test $have_gcc_for_target = yes; then
11735 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
11736 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11737 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
11738 fi
11739fi
3e19841a 11740if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11741 # Extract the first word of "nm", so it can be a program name with args.
11742set dummy nm; ac_word=$2
5213506e
RW
11743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11744$as_echo_n "checking for $ac_word... " >&6; }
11745if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11746 $as_echo_n "(cached) " >&6
e8b05380 11747else
1c710c3c
DJ
11748 case $NM_FOR_TARGET in
11749 [\\/]* | ?:[\\/]*)
e8b05380
PB
11750 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11751 ;;
e8b05380 11752 *)
1c710c3c
DJ
11753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11754for as_dir in $gcc_cv_tool_dirs
11755do
11756 IFS=$as_save_IFS
11757 test -z "$as_dir" && as_dir=.
5213506e
RW
11758 for ac_exec_ext in '' $ac_executable_extensions; do
11759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11760 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11762 break 2
11763 fi
11764done
5213506e
RW
11765 done
11766IFS=$as_save_IFS
1c710c3c 11767
e8b05380
PB
11768 ;;
11769esac
11770fi
1c710c3c 11771NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 11772if test -n "$NM_FOR_TARGET"; then
5213506e
RW
11773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11774$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 11775else
5213506e
RW
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11777$as_echo "no" >&6; }
e8b05380
PB
11778fi
11779
5213506e 11780
e8b05380
PB
11781fi
11782if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
11783
11784
11785if test -n "$NM_FOR_TARGET"; then
11786 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11787elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11788 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11789fi
11790
11791if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11792 for ncn_progname in nm; do
11793 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11794set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11796$as_echo_n "checking for $ac_word... " >&6; }
11797if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11798 $as_echo_n "(cached) " >&6
278a7a38
AO
11799else
11800 if test -n "$NM_FOR_TARGET"; then
11801 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11802else
11803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11804for as_dir in $PATH
11805do
11806 IFS=$as_save_IFS
11807 test -z "$as_dir" && as_dir=.
5213506e
RW
11808 for ac_exec_ext in '' $ac_executable_extensions; do
11809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11810 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 11811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11812 break 2
11813 fi
11814done
5213506e
RW
11815 done
11816IFS=$as_save_IFS
278a7a38
AO
11817
11818fi
11819fi
11820NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11821if test -n "$NM_FOR_TARGET"; then
5213506e
RW
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11823$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 11824else
5213506e
RW
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11826$as_echo "no" >&6; }
278a7a38
AO
11827fi
11828
5213506e 11829
278a7a38
AO
11830 done
11831fi
11832
11833if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11834 for ncn_progname in nm; do
5213506e
RW
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11836$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11837 if test -x $with_build_time_tools/${ncn_progname}; then
11838 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11840$as_echo "yes" >&6; }
e8b05380
PB
11841 break
11842 else
5213506e
RW
11843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11844$as_echo "no" >&6; }
e8b05380
PB
11845 fi
11846 done
11847fi
11848
11849if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11850 for ncn_progname in nm; do
11851 if test -n "$ncn_target_tool_prefix"; then
11852 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 11853set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11855$as_echo_n "checking for $ac_word... " >&6; }
11856if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11857 $as_echo_n "(cached) " >&6
ca9f4b81 11858else
4de997d1
PB
11859 if test -n "$NM_FOR_TARGET"; then
11860 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 11861else
1c710c3c
DJ
11862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11863for as_dir in $PATH
11864do
11865 IFS=$as_save_IFS
11866 test -z "$as_dir" && as_dir=.
5213506e
RW
11867 for ac_exec_ext in '' $ac_executable_extensions; do
11868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11869 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11871 break 2
11872 fi
11873done
5213506e
RW
11874 done
11875IFS=$as_save_IFS
1c710c3c 11876
ca9f4b81
AO
11877fi
11878fi
1c710c3c 11879NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 11880if test -n "$NM_FOR_TARGET"; then
5213506e
RW
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11882$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 11883else
5213506e
RW
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11885$as_echo "no" >&6; }
ca9f4b81
AO
11886fi
11887
5213506e 11888
e8b05380
PB
11889 fi
11890 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
11891 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11892set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11894$as_echo_n "checking for $ac_word... " >&6; }
11895if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11896 $as_echo_n "(cached) " >&6
ca9f4b81 11897else
2693c0b0
PB
11898 if test -n "$NM_FOR_TARGET"; then
11899 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 11900else
1c710c3c
DJ
11901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11902for as_dir in $PATH
11903do
11904 IFS=$as_save_IFS
11905 test -z "$as_dir" && as_dir=.
5213506e
RW
11906 for ac_exec_ext in '' $ac_executable_extensions; do
11907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11908 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 11909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11910 break 2
11911 fi
11912done
5213506e
RW
11913 done
11914IFS=$as_save_IFS
1c710c3c 11915
ca9f4b81
AO
11916fi
11917fi
1c710c3c 11918NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 11919if test -n "$NM_FOR_TARGET"; then
5213506e
RW
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11921$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 11922else
5213506e
RW
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11924$as_echo "no" >&6; }
ca9f4b81 11925fi
1c710c3c 11926
5213506e 11927
e8b05380
PB
11928 fi
11929 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
11930 done
11931fi
1c710c3c 11932
2693c0b0
PB
11933if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
11934 set dummy nm
11935 if test $build = $target ; then
11936 NM_FOR_TARGET="$2"
ca9f4b81 11937 else
2693c0b0 11938 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11939 fi
1c00b503
PB
11940else
11941 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
11942fi
11943
d1f8db0c
PB
11944else
11945 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
11946fi
11947
11948
11949
11950
11951if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
11952 if test -n "$with_build_time_tools"; then
5213506e
RW
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
11954$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11955 if test -x $with_build_time_tools/objdump; then
11956 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
11957 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
11959$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 11960 else
5213506e
RW
11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11962$as_echo "no" >&6; }
d1f8db0c 11963 fi
e8b05380
PB
11964 elif test $build != $host && test $have_gcc_for_target = yes; then
11965 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
11966 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
11967 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
11968 fi
11969fi
3e19841a 11970if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11971 # Extract the first word of "objdump", so it can be a program name with args.
11972set dummy objdump; ac_word=$2
5213506e
RW
11973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11974$as_echo_n "checking for $ac_word... " >&6; }
11975if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
11976 $as_echo_n "(cached) " >&6
e8b05380 11977else
1c710c3c
DJ
11978 case $OBJDUMP_FOR_TARGET in
11979 [\\/]* | ?:[\\/]*)
e8b05380
PB
11980 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
11981 ;;
e8b05380 11982 *)
1c710c3c
DJ
11983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11984for as_dir in $gcc_cv_tool_dirs
11985do
11986 IFS=$as_save_IFS
11987 test -z "$as_dir" && as_dir=.
5213506e
RW
11988 for ac_exec_ext in '' $ac_executable_extensions; do
11989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11990 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11992 break 2
11993 fi
11994done
5213506e
RW
11995 done
11996IFS=$as_save_IFS
1c710c3c 11997
e8b05380
PB
11998 ;;
11999esac
12000fi
1c710c3c 12001OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12002if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12004$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12005else
5213506e
RW
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12007$as_echo "no" >&6; }
e8b05380
PB
12008fi
12009
5213506e 12010
e8b05380
PB
12011fi
12012if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12013
12014
12015if test -n "$OBJDUMP_FOR_TARGET"; then
12016 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12017elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12018 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12019fi
12020
12021if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12022 for ncn_progname in objdump; do
12023 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12024set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12026$as_echo_n "checking for $ac_word... " >&6; }
12027if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
278a7a38
AO
12029else
12030 if test -n "$OBJDUMP_FOR_TARGET"; then
12031 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12032else
12033as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12034for as_dir in $PATH
12035do
12036 IFS=$as_save_IFS
12037 test -z "$as_dir" && as_dir=.
5213506e
RW
12038 for ac_exec_ext in '' $ac_executable_extensions; do
12039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12040 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12042 break 2
12043 fi
12044done
5213506e
RW
12045 done
12046IFS=$as_save_IFS
278a7a38
AO
12047
12048fi
12049fi
12050OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12051if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12053$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12054else
5213506e
RW
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12056$as_echo "no" >&6; }
278a7a38
AO
12057fi
12058
5213506e 12059
278a7a38
AO
12060 done
12061fi
12062
12063if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12064 for ncn_progname in objdump; do
5213506e
RW
12065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12066$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12067 if test -x $with_build_time_tools/${ncn_progname}; then
12068 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12070$as_echo "yes" >&6; }
e8b05380
PB
12071 break
12072 else
5213506e
RW
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12074$as_echo "no" >&6; }
e8b05380
PB
12075 fi
12076 done
12077fi
12078
12079if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12080 for ncn_progname in objdump; do
12081 if test -n "$ncn_target_tool_prefix"; then
12082 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12083set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12085$as_echo_n "checking for $ac_word... " >&6; }
12086if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12087 $as_echo_n "(cached) " >&6
d739199a
DJ
12088else
12089 if test -n "$OBJDUMP_FOR_TARGET"; then
12090 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12091else
1c710c3c
DJ
12092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12093for as_dir in $PATH
12094do
12095 IFS=$as_save_IFS
12096 test -z "$as_dir" && as_dir=.
5213506e
RW
12097 for ac_exec_ext in '' $ac_executable_extensions; do
12098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12099 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12101 break 2
12102 fi
12103done
5213506e
RW
12104 done
12105IFS=$as_save_IFS
1c710c3c 12106
d739199a
DJ
12107fi
12108fi
1c710c3c 12109OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12110if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12112$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12113else
5213506e
RW
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12115$as_echo "no" >&6; }
d739199a
DJ
12116fi
12117
5213506e 12118
e8b05380
PB
12119 fi
12120 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12121 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12122set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12124$as_echo_n "checking for $ac_word... " >&6; }
12125if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12126 $as_echo_n "(cached) " >&6
d739199a
DJ
12127else
12128 if test -n "$OBJDUMP_FOR_TARGET"; then
12129 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12130else
1c710c3c
DJ
12131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12132for as_dir in $PATH
12133do
12134 IFS=$as_save_IFS
12135 test -z "$as_dir" && as_dir=.
5213506e
RW
12136 for ac_exec_ext in '' $ac_executable_extensions; do
12137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12138 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12140 break 2
12141 fi
12142done
5213506e
RW
12143 done
12144IFS=$as_save_IFS
1c710c3c 12145
d739199a
DJ
12146fi
12147fi
1c710c3c 12148OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12149if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12151$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12152else
5213506e
RW
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12154$as_echo "no" >&6; }
d739199a 12155fi
1c710c3c 12156
5213506e 12157
e8b05380
PB
12158 fi
12159 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12160 done
12161fi
1c710c3c 12162
d739199a
DJ
12163if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12164 set dummy objdump
12165 if test $build = $target ; then
12166 OBJDUMP_FOR_TARGET="$2"
12167 else
12168 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12169 fi
1c00b503
PB
12170else
12171 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12172fi
12173
d1f8db0c
PB
12174else
12175 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12176fi
12177
12178
12179
12180
12181if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12182 if test -n "$with_build_time_tools"; then
5213506e
RW
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12184$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12185 if test -x $with_build_time_tools/ranlib; then
12186 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12187 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12189$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12190 else
5213506e
RW
12191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12192$as_echo "no" >&6; }
d1f8db0c 12193 fi
e8b05380
PB
12194 elif test $build != $host && test $have_gcc_for_target = yes; then
12195 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12196 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12197 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12198 fi
12199fi
3e19841a 12200if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12201 # Extract the first word of "ranlib", so it can be a program name with args.
12202set dummy ranlib; ac_word=$2
5213506e
RW
12203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12204$as_echo_n "checking for $ac_word... " >&6; }
12205if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12206 $as_echo_n "(cached) " >&6
e8b05380 12207else
1c710c3c
DJ
12208 case $RANLIB_FOR_TARGET in
12209 [\\/]* | ?:[\\/]*)
e8b05380
PB
12210 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12211 ;;
e8b05380 12212 *)
1c710c3c
DJ
12213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12214for as_dir in $gcc_cv_tool_dirs
12215do
12216 IFS=$as_save_IFS
12217 test -z "$as_dir" && as_dir=.
5213506e
RW
12218 for ac_exec_ext in '' $ac_executable_extensions; do
12219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12220 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12222 break 2
12223 fi
12224done
5213506e
RW
12225 done
12226IFS=$as_save_IFS
1c710c3c 12227
e8b05380
PB
12228 ;;
12229esac
12230fi
1c710c3c 12231RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12232if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12234$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12235else
5213506e
RW
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12237$as_echo "no" >&6; }
e8b05380
PB
12238fi
12239
5213506e 12240
e8b05380
PB
12241fi
12242if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12243
12244
12245if test -n "$RANLIB_FOR_TARGET"; then
12246 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12247elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12248 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12249fi
12250
12251if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12252 for ncn_progname in ranlib; do
12253 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12254set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12256$as_echo_n "checking for $ac_word... " >&6; }
12257if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12258 $as_echo_n "(cached) " >&6
278a7a38
AO
12259else
12260 if test -n "$RANLIB_FOR_TARGET"; then
12261 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12262else
12263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12264for as_dir in $PATH
12265do
12266 IFS=$as_save_IFS
12267 test -z "$as_dir" && as_dir=.
5213506e
RW
12268 for ac_exec_ext in '' $ac_executable_extensions; do
12269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12270 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12272 break 2
12273 fi
12274done
5213506e
RW
12275 done
12276IFS=$as_save_IFS
278a7a38
AO
12277
12278fi
12279fi
12280RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12281if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12283$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12284else
5213506e
RW
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12286$as_echo "no" >&6; }
278a7a38
AO
12287fi
12288
5213506e 12289
278a7a38
AO
12290 done
12291fi
12292
12293if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12294 for ncn_progname in ranlib; do
5213506e
RW
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12296$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12297 if test -x $with_build_time_tools/${ncn_progname}; then
12298 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12300$as_echo "yes" >&6; }
e8b05380
PB
12301 break
12302 else
5213506e
RW
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12304$as_echo "no" >&6; }
e8b05380
PB
12305 fi
12306 done
12307fi
12308
12309if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12310 for ncn_progname in ranlib; do
12311 if test -n "$ncn_target_tool_prefix"; then
12312 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12313set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12315$as_echo_n "checking for $ac_word... " >&6; }
12316if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12317 $as_echo_n "(cached) " >&6
ca9f4b81 12318else
4de997d1
PB
12319 if test -n "$RANLIB_FOR_TARGET"; then
12320 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12321else
1c710c3c
DJ
12322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12323for as_dir in $PATH
12324do
12325 IFS=$as_save_IFS
12326 test -z "$as_dir" && as_dir=.
5213506e
RW
12327 for ac_exec_ext in '' $ac_executable_extensions; do
12328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12329 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12331 break 2
12332 fi
12333done
5213506e
RW
12334 done
12335IFS=$as_save_IFS
1c710c3c 12336
ca9f4b81
AO
12337fi
12338fi
1c710c3c 12339RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12340if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12342$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12343else
5213506e
RW
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12345$as_echo "no" >&6; }
ca9f4b81
AO
12346fi
12347
5213506e 12348
e8b05380
PB
12349 fi
12350 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12351 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12352set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12354$as_echo_n "checking for $ac_word... " >&6; }
12355if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12356 $as_echo_n "(cached) " >&6
ca9f4b81 12357else
2693c0b0
PB
12358 if test -n "$RANLIB_FOR_TARGET"; then
12359 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12360else
1c710c3c
DJ
12361as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12362for as_dir in $PATH
12363do
12364 IFS=$as_save_IFS
12365 test -z "$as_dir" && as_dir=.
5213506e
RW
12366 for ac_exec_ext in '' $ac_executable_extensions; do
12367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12368 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12370 break 2
12371 fi
12372done
5213506e
RW
12373 done
12374IFS=$as_save_IFS
1c710c3c 12375
ca9f4b81
AO
12376fi
12377fi
1c710c3c 12378RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12379if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12381$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12382else
5213506e
RW
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12384$as_echo "no" >&6; }
ca9f4b81 12385fi
1c710c3c 12386
5213506e 12387
e8b05380
PB
12388 fi
12389 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12390 done
12391fi
1c710c3c 12392
e8b05380
PB
12393if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12394 set dummy ranlib
12395 if test $build = $target ; then
12396 RANLIB_FOR_TARGET="$2"
12397 else
12398 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12399 fi
1c00b503
PB
12400else
12401 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12402fi
2693c0b0 12403
d1f8db0c
PB
12404else
12405 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12406fi
12407
e8b05380
PB
12408
12409
12410
e7a82751
RM
12411if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12412 if test -n "$with_build_time_tools"; then
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12414$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12415 if test -x $with_build_time_tools/readelf; then
12416 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12417 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12419$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12420 else
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12422$as_echo "no" >&6; }
12423 fi
12424 elif test $build != $host && test $have_gcc_for_target = yes; then
12425 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12426 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12427 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12428 fi
12429fi
12430if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12431 # Extract the first word of "readelf", so it can be a program name with args.
12432set dummy readelf; ac_word=$2
12433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12434$as_echo_n "checking for $ac_word... " >&6; }
12435if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12436 $as_echo_n "(cached) " >&6
12437else
12438 case $READELF_FOR_TARGET in
12439 [\\/]* | ?:[\\/]*)
12440 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12441 ;;
12442 *)
12443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12444for as_dir in $gcc_cv_tool_dirs
12445do
12446 IFS=$as_save_IFS
12447 test -z "$as_dir" && as_dir=.
12448 for ac_exec_ext in '' $ac_executable_extensions; do
12449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12450 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12452 break 2
12453 fi
12454done
12455 done
12456IFS=$as_save_IFS
12457
12458 ;;
12459esac
12460fi
12461READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12462if test -n "$READELF_FOR_TARGET"; then
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12464$as_echo "$READELF_FOR_TARGET" >&6; }
12465else
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12467$as_echo "no" >&6; }
12468fi
12469
12470
12471fi
12472if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12473
12474
12475if test -n "$READELF_FOR_TARGET"; then
12476 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12477elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12478 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12479fi
12480
12481if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12482 for ncn_progname in readelf; do
12483 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12484set dummy ${ncn_progname}; ac_word=$2
12485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12486$as_echo_n "checking for $ac_word... " >&6; }
12487if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12488 $as_echo_n "(cached) " >&6
12489else
12490 if test -n "$READELF_FOR_TARGET"; then
12491 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12492else
12493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12494for as_dir in $PATH
12495do
12496 IFS=$as_save_IFS
12497 test -z "$as_dir" && as_dir=.
12498 for ac_exec_ext in '' $ac_executable_extensions; do
12499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12500 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12502 break 2
12503 fi
12504done
12505 done
12506IFS=$as_save_IFS
12507
12508fi
12509fi
12510READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12511if test -n "$READELF_FOR_TARGET"; then
12512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12513$as_echo "$READELF_FOR_TARGET" >&6; }
12514else
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12516$as_echo "no" >&6; }
12517fi
12518
12519
12520 done
12521fi
12522
12523if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12524 for ncn_progname in readelf; do
12525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12526$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12527 if test -x $with_build_time_tools/${ncn_progname}; then
12528 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12530$as_echo "yes" >&6; }
12531 break
12532 else
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12534$as_echo "no" >&6; }
12535 fi
12536 done
12537fi
12538
12539if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12540 for ncn_progname in readelf; do
12541 if test -n "$ncn_target_tool_prefix"; then
12542 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12543set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12545$as_echo_n "checking for $ac_word... " >&6; }
12546if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12547 $as_echo_n "(cached) " >&6
12548else
12549 if test -n "$READELF_FOR_TARGET"; then
12550 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12551else
12552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12553for as_dir in $PATH
12554do
12555 IFS=$as_save_IFS
12556 test -z "$as_dir" && as_dir=.
12557 for ac_exec_ext in '' $ac_executable_extensions; do
12558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12559 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12561 break 2
12562 fi
12563done
12564 done
12565IFS=$as_save_IFS
12566
12567fi
12568fi
12569READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12570if test -n "$READELF_FOR_TARGET"; then
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12572$as_echo "$READELF_FOR_TARGET" >&6; }
12573else
12574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12575$as_echo "no" >&6; }
12576fi
12577
12578
12579 fi
12580 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12581 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12582set dummy ${ncn_progname}; ac_word=$2
12583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12584$as_echo_n "checking for $ac_word... " >&6; }
12585if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12586 $as_echo_n "(cached) " >&6
12587else
12588 if test -n "$READELF_FOR_TARGET"; then
12589 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12590else
12591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12592for as_dir in $PATH
12593do
12594 IFS=$as_save_IFS
12595 test -z "$as_dir" && as_dir=.
12596 for ac_exec_ext in '' $ac_executable_extensions; do
12597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12598 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12600 break 2
12601 fi
12602done
12603 done
12604IFS=$as_save_IFS
12605
12606fi
12607fi
12608READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12609if test -n "$READELF_FOR_TARGET"; then
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12611$as_echo "$READELF_FOR_TARGET" >&6; }
12612else
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12614$as_echo "no" >&6; }
12615fi
12616
12617
12618 fi
12619 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12620 done
12621fi
12622
12623if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12624 set dummy readelf
12625 if test $build = $target ; then
12626 READELF_FOR_TARGET="$2"
12627 else
12628 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12629 fi
12630else
12631 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12632fi
12633
12634else
12635 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12636fi
12637
12638
12639
12640
e8b05380
PB
12641if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12642 if test -n "$with_build_time_tools"; then
5213506e
RW
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12644$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12645 if test -x $with_build_time_tools/strip; then
12646 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12647 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12649$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 12650 else
5213506e
RW
12651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12652$as_echo "no" >&6; }
d1f8db0c 12653 fi
e8b05380
PB
12654 elif test $build != $host && test $have_gcc_for_target = yes; then
12655 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
12656 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12657 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
12658 fi
12659fi
3e19841a 12660if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12661 # Extract the first word of "strip", so it can be a program name with args.
12662set dummy strip; ac_word=$2
5213506e
RW
12663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12664$as_echo_n "checking for $ac_word... " >&6; }
12665if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12666 $as_echo_n "(cached) " >&6
e8b05380 12667else
1c710c3c
DJ
12668 case $STRIP_FOR_TARGET in
12669 [\\/]* | ?:[\\/]*)
e8b05380
PB
12670 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12671 ;;
e8b05380 12672 *)
1c710c3c
DJ
12673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12674for as_dir in $gcc_cv_tool_dirs
12675do
12676 IFS=$as_save_IFS
12677 test -z "$as_dir" && as_dir=.
5213506e
RW
12678 for ac_exec_ext in '' $ac_executable_extensions; do
12679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12680 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12682 break 2
12683 fi
12684done
5213506e
RW
12685 done
12686IFS=$as_save_IFS
1c710c3c 12687
e8b05380
PB
12688 ;;
12689esac
12690fi
1c710c3c 12691STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 12692if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12694$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 12695else
5213506e
RW
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12697$as_echo "no" >&6; }
e8b05380
PB
12698fi
12699
5213506e 12700
e8b05380
PB
12701fi
12702if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
12703
12704
12705if test -n "$STRIP_FOR_TARGET"; then
12706 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12707elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12708 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12709fi
12710
12711if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12712 for ncn_progname in strip; do
12713 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12714set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12716$as_echo_n "checking for $ac_word... " >&6; }
12717if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12718 $as_echo_n "(cached) " >&6
278a7a38
AO
12719else
12720 if test -n "$STRIP_FOR_TARGET"; then
12721 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12722else
12723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12724for as_dir in $PATH
12725do
12726 IFS=$as_save_IFS
12727 test -z "$as_dir" && as_dir=.
5213506e
RW
12728 for ac_exec_ext in '' $ac_executable_extensions; do
12729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12730 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 12731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12732 break 2
12733 fi
12734done
5213506e
RW
12735 done
12736IFS=$as_save_IFS
278a7a38
AO
12737
12738fi
12739fi
12740STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12741if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12743$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 12744else
5213506e
RW
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12746$as_echo "no" >&6; }
278a7a38
AO
12747fi
12748
5213506e 12749
278a7a38
AO
12750 done
12751fi
12752
12753if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12754 for ncn_progname in strip; do
5213506e
RW
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12756$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12757 if test -x $with_build_time_tools/${ncn_progname}; then
12758 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12760$as_echo "yes" >&6; }
e8b05380
PB
12761 break
12762 else
5213506e
RW
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12764$as_echo "no" >&6; }
e8b05380
PB
12765 fi
12766 done
12767fi
12768
12769if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12770 for ncn_progname in strip; do
12771 if test -n "$ncn_target_tool_prefix"; then
12772 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12773set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12775$as_echo_n "checking for $ac_word... " >&6; }
12776if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12777 $as_echo_n "(cached) " >&6
af71363e
AS
12778else
12779 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
12780 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12781else
12782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12783for as_dir in $PATH
12784do
12785 IFS=$as_save_IFS
12786 test -z "$as_dir" && as_dir=.
5213506e
RW
12787 for ac_exec_ext in '' $ac_executable_extensions; do
12788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12789 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12791 break 2
12792 fi
12793done
5213506e
RW
12794 done
12795IFS=$as_save_IFS
1c710c3c 12796
040b1c5a
GK
12797fi
12798fi
1c710c3c 12799STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 12800if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12802$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 12803else
5213506e
RW
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12805$as_echo "no" >&6; }
040b1c5a
GK
12806fi
12807
5213506e 12808
e8b05380
PB
12809 fi
12810 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12811 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 12812set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12814$as_echo_n "checking for $ac_word... " >&6; }
12815if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12816 $as_echo_n "(cached) " >&6
040b1c5a
GK
12817else
12818 if test -n "$STRIP_FOR_TARGET"; then
12819 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12820else
1c710c3c
DJ
12821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12822for as_dir in $PATH
12823do
12824 IFS=$as_save_IFS
12825 test -z "$as_dir" && as_dir=.
5213506e
RW
12826 for ac_exec_ext in '' $ac_executable_extensions; do
12827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12828 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 12829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12830 break 2
12831 fi
12832done
5213506e
RW
12833 done
12834IFS=$as_save_IFS
1c710c3c 12835
040b1c5a
GK
12836fi
12837fi
1c710c3c 12838STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 12839if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12841$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 12842else
5213506e
RW
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12844$as_echo "no" >&6; }
040b1c5a 12845fi
1c710c3c 12846
5213506e 12847
e8b05380
PB
12848 fi
12849 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12850 done
12851fi
1c710c3c 12852
040b1c5a
GK
12853if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12854 set dummy strip
12855 if test $build = $target ; then
12856 STRIP_FOR_TARGET="$2"
12857 else
12858 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12859 fi
1c00b503
PB
12860else
12861 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
12862fi
12863
d1f8db0c
PB
12864else
12865 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
12866fi
12867
12868
12869
12870
12871if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12872 if test -n "$with_build_time_tools"; then
5213506e
RW
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12874$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12875 if test -x $with_build_time_tools/windres; then
12876 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12877 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12879$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 12880 else
5213506e
RW
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12882$as_echo "no" >&6; }
d1f8db0c 12883 fi
e8b05380
PB
12884 elif test $build != $host && test $have_gcc_for_target = yes; then
12885 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
12886 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12887 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
12888 fi
12889fi
3e19841a 12890if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12891 # Extract the first word of "windres", so it can be a program name with args.
12892set dummy windres; ac_word=$2
5213506e
RW
12893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12894$as_echo_n "checking for $ac_word... " >&6; }
12895if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12896 $as_echo_n "(cached) " >&6
e8b05380 12897else
1c710c3c
DJ
12898 case $WINDRES_FOR_TARGET in
12899 [\\/]* | ?:[\\/]*)
e8b05380
PB
12900 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12901 ;;
e8b05380 12902 *)
1c710c3c
DJ
12903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12904for as_dir in $gcc_cv_tool_dirs
12905do
12906 IFS=$as_save_IFS
12907 test -z "$as_dir" && as_dir=.
5213506e
RW
12908 for ac_exec_ext in '' $ac_executable_extensions; do
12909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12910 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12912 break 2
12913 fi
12914done
5213506e
RW
12915 done
12916IFS=$as_save_IFS
1c710c3c 12917
e8b05380
PB
12918 ;;
12919esac
12920fi
1c710c3c 12921WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 12922if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12924$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 12925else
5213506e
RW
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12927$as_echo "no" >&6; }
e8b05380
PB
12928fi
12929
5213506e 12930
e8b05380
PB
12931fi
12932if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
12933
12934
12935if test -n "$WINDRES_FOR_TARGET"; then
12936 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12937elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12938 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12939fi
12940
12941if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12942 for ncn_progname in windres; do
12943 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12944set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12946$as_echo_n "checking for $ac_word... " >&6; }
12947if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12948 $as_echo_n "(cached) " >&6
278a7a38
AO
12949else
12950 if test -n "$WINDRES_FOR_TARGET"; then
12951 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12952else
12953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12954for as_dir in $PATH
12955do
12956 IFS=$as_save_IFS
12957 test -z "$as_dir" && as_dir=.
5213506e
RW
12958 for ac_exec_ext in '' $ac_executable_extensions; do
12959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12960 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 12961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12962 break 2
12963 fi
12964done
5213506e
RW
12965 done
12966IFS=$as_save_IFS
278a7a38
AO
12967
12968fi
12969fi
12970WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12971if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12973$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 12974else
5213506e
RW
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12976$as_echo "no" >&6; }
278a7a38
AO
12977fi
12978
5213506e 12979
278a7a38
AO
12980 done
12981fi
12982
12983if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12984 for ncn_progname in windres; do
5213506e
RW
12985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12986$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12987 if test -x $with_build_time_tools/${ncn_progname}; then
12988 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12990$as_echo "yes" >&6; }
e8b05380
PB
12991 break
12992 else
5213506e
RW
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12994$as_echo "no" >&6; }
e8b05380
PB
12995 fi
12996 done
12997fi
12998
12999if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13000 for ncn_progname in windres; do
13001 if test -n "$ncn_target_tool_prefix"; then
13002 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13003set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13005$as_echo_n "checking for $ac_word... " >&6; }
13006if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13007 $as_echo_n "(cached) " >&6
ca9f4b81 13008else
4de997d1
PB
13009 if test -n "$WINDRES_FOR_TARGET"; then
13010 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13011else
1c710c3c
DJ
13012as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13013for as_dir in $PATH
13014do
13015 IFS=$as_save_IFS
13016 test -z "$as_dir" && as_dir=.
5213506e
RW
13017 for ac_exec_ext in '' $ac_executable_extensions; do
13018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13019 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13021 break 2
13022 fi
13023done
5213506e
RW
13024 done
13025IFS=$as_save_IFS
1c710c3c 13026
ca9f4b81
AO
13027fi
13028fi
1c710c3c 13029WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13030if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13032$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13033else
5213506e
RW
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13035$as_echo "no" >&6; }
ca9f4b81
AO
13036fi
13037
5213506e 13038
e8b05380
PB
13039 fi
13040 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13041 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13042set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13044$as_echo_n "checking for $ac_word... " >&6; }
13045if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13046 $as_echo_n "(cached) " >&6
ca9f4b81 13047else
2693c0b0
PB
13048 if test -n "$WINDRES_FOR_TARGET"; then
13049 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13050else
1c710c3c
DJ
13051as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13052for as_dir in $PATH
13053do
13054 IFS=$as_save_IFS
13055 test -z "$as_dir" && as_dir=.
5213506e
RW
13056 for ac_exec_ext in '' $ac_executable_extensions; do
13057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13058 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13060 break 2
13061 fi
13062done
5213506e
RW
13063 done
13064IFS=$as_save_IFS
1c710c3c 13065
ca9f4b81
AO
13066fi
13067fi
1c710c3c 13068WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13069if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13071$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13072else
5213506e
RW
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13074$as_echo "no" >&6; }
ca9f4b81 13075fi
1c710c3c 13076
5213506e 13077
e8b05380
PB
13078 fi
13079 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13080 done
13081fi
1c710c3c 13082
2693c0b0
PB
13083if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13084 set dummy windres
13085 if test $build = $target ; then
13086 WINDRES_FOR_TARGET="$2"
ca9f4b81 13087 else
2693c0b0 13088 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13089 fi
1c00b503
PB
13090else
13091 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13092fi
13093
d1f8db0c
PB
13094else
13095 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13096fi
13097
4977bab6 13098
901119ae
KT
13099
13100
13101if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13102 if test -n "$with_build_time_tools"; then
5213506e
RW
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13104$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13105 if test -x $with_build_time_tools/windmc; then
13106 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13107 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13109$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13110 else
5213506e
RW
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13112$as_echo "no" >&6; }
901119ae
KT
13113 fi
13114 elif test $build != $host && test $have_gcc_for_target = yes; then
13115 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13116 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13117 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13118 fi
13119fi
13120if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13121 # Extract the first word of "windmc", so it can be a program name with args.
13122set dummy windmc; ac_word=$2
5213506e
RW
13123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13124$as_echo_n "checking for $ac_word... " >&6; }
13125if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13126 $as_echo_n "(cached) " >&6
901119ae
KT
13127else
13128 case $WINDMC_FOR_TARGET in
13129 [\\/]* | ?:[\\/]*)
13130 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13131 ;;
13132 *)
13133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13134for as_dir in $gcc_cv_tool_dirs
13135do
13136 IFS=$as_save_IFS
13137 test -z "$as_dir" && as_dir=.
5213506e
RW
13138 for ac_exec_ext in '' $ac_executable_extensions; do
13139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13140 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13142 break 2
13143 fi
13144done
5213506e
RW
13145 done
13146IFS=$as_save_IFS
901119ae
KT
13147
13148 ;;
13149esac
13150fi
13151WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13152if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13154$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13155else
5213506e
RW
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13157$as_echo "no" >&6; }
901119ae
KT
13158fi
13159
5213506e 13160
901119ae
KT
13161fi
13162if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13163
13164
13165if test -n "$WINDMC_FOR_TARGET"; then
13166 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13167elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13168 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13169fi
13170
13171if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13172 for ncn_progname in windmc; do
13173 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13174set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13176$as_echo_n "checking for $ac_word... " >&6; }
13177if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13178 $as_echo_n "(cached) " >&6
901119ae
KT
13179else
13180 if test -n "$WINDMC_FOR_TARGET"; then
13181 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13182else
13183as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13184for as_dir in $PATH
13185do
13186 IFS=$as_save_IFS
13187 test -z "$as_dir" && as_dir=.
5213506e
RW
13188 for ac_exec_ext in '' $ac_executable_extensions; do
13189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13190 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13192 break 2
13193 fi
13194done
5213506e
RW
13195 done
13196IFS=$as_save_IFS
901119ae
KT
13197
13198fi
13199fi
13200WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13201if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13203$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13204else
5213506e
RW
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13206$as_echo "no" >&6; }
901119ae
KT
13207fi
13208
5213506e 13209
901119ae
KT
13210 done
13211fi
13212
13213if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13214 for ncn_progname in windmc; do
5213506e
RW
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13216$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13217 if test -x $with_build_time_tools/${ncn_progname}; then
13218 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13220$as_echo "yes" >&6; }
901119ae
KT
13221 break
13222 else
5213506e
RW
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13224$as_echo "no" >&6; }
901119ae
KT
13225 fi
13226 done
13227fi
13228
13229if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13230 for ncn_progname in windmc; do
13231 if test -n "$ncn_target_tool_prefix"; then
13232 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13233set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13235$as_echo_n "checking for $ac_word... " >&6; }
13236if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13237 $as_echo_n "(cached) " >&6
901119ae
KT
13238else
13239 if test -n "$WINDMC_FOR_TARGET"; then
13240 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13241else
13242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13243for as_dir in $PATH
13244do
13245 IFS=$as_save_IFS
13246 test -z "$as_dir" && as_dir=.
5213506e
RW
13247 for ac_exec_ext in '' $ac_executable_extensions; do
13248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13249 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13251 break 2
13252 fi
13253done
5213506e
RW
13254 done
13255IFS=$as_save_IFS
901119ae
KT
13256
13257fi
13258fi
13259WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13260if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13262$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13263else
5213506e
RW
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13265$as_echo "no" >&6; }
901119ae
KT
13266fi
13267
5213506e 13268
901119ae
KT
13269 fi
13270 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13271 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13272set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13274$as_echo_n "checking for $ac_word... " >&6; }
13275if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13276 $as_echo_n "(cached) " >&6
901119ae
KT
13277else
13278 if test -n "$WINDMC_FOR_TARGET"; then
13279 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13280else
13281as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13282for as_dir in $PATH
13283do
13284 IFS=$as_save_IFS
13285 test -z "$as_dir" && as_dir=.
5213506e
RW
13286 for ac_exec_ext in '' $ac_executable_extensions; do
13287 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13288 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13289 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13290 break 2
13291 fi
13292done
5213506e
RW
13293 done
13294IFS=$as_save_IFS
901119ae
KT
13295
13296fi
13297fi
13298WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13299if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13301$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13302else
5213506e
RW
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13304$as_echo "no" >&6; }
901119ae
KT
13305fi
13306
5213506e 13307
901119ae
KT
13308 fi
13309 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13310 done
13311fi
13312
13313if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13314 set dummy windmc
13315 if test $build = $target ; then
13316 WINDMC_FOR_TARGET="$2"
13317 else
13318 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13319 fi
1c00b503
PB
13320else
13321 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13322fi
13323
13324else
13325 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13326fi
13327
13328
2abefe3d
PB
13329RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13330
5213506e
RW
13331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13332$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13333if test "x${build}" != "x${host}" ; then
e8b05380
PB
13334 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13335 # We already found the complete path
172e41aa 13336 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13338$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13339 else
13340 # Canadian cross, just use what we found
5213506e
RW
13341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13342$as_echo "pre-installed" >&6; }
e8b05380 13343 fi
2abefe3d
PB
13344else
13345 ok=yes
13346 case " ${configdirs} " in
13347 *" binutils "*) ;;
13348 *) ok=no ;;
13349 esac
1c710c3c 13350
2abefe3d
PB
13351 if test $ok = yes; then
13352 # An in-tree tool is available and we can use it
13353 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13355$as_echo "just compiled" >&6; }
e8b05380
PB
13356 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13357 # We already found the complete path
172e41aa 13358 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13360$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13361 elif test "x$target" = "x$host"; then
13362 # We can use an host tool
13363 AR_FOR_TARGET='$(AR)'
5213506e
RW
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13365$as_echo "host tool" >&6; }
2abefe3d
PB
13366 else
13367 # We need a cross tool
5213506e
RW
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13369$as_echo "pre-installed" >&6; }
2abefe3d
PB
13370 fi
13371fi
0b0dc272 13372
5213506e
RW
13373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13374$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13375if test "x${build}" != "x${host}" ; then
e8b05380
PB
13376 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13377 # We already found the complete path
172e41aa 13378 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13380$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13381 else
13382 # Canadian cross, just use what we found
5213506e
RW
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13384$as_echo "pre-installed" >&6; }
e8b05380 13385 fi
2abefe3d
PB
13386else
13387 ok=yes
13388 case " ${configdirs} " in
13389 *" gas "*) ;;
13390 *) ok=no ;;
13391 esac
1c710c3c 13392
2abefe3d
PB
13393 if test $ok = yes; then
13394 # An in-tree tool is available and we can use it
13395 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13397$as_echo "just compiled" >&6; }
e8b05380
PB
13398 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13399 # We already found the complete path
172e41aa 13400 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13402$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13403 elif test "x$target" = "x$host"; then
13404 # We can use an host tool
13405 AS_FOR_TARGET='$(AS)'
5213506e
RW
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13407$as_echo "host tool" >&6; }
2abefe3d
PB
13408 else
13409 # We need a cross tool
5213506e
RW
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13411$as_echo "pre-installed" >&6; }
2abefe3d
PB
13412 fi
13413fi
0b0dc272 13414
5213506e
RW
13415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13416$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13417if test "x${build}" != "x${host}" ; then
e8b05380
PB
13418 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13419 # We already found the complete path
172e41aa 13420 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13422$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13423 else
13424 # Canadian cross, just use what we found
5213506e
RW
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13426$as_echo "pre-installed" >&6; }
e8b05380 13427 fi
2abefe3d
PB
13428else
13429 ok=yes
13430 case " ${configdirs} " in
13431 *" gcc "*) ;;
13432 *) ok=no ;;
13433 esac
1c710c3c 13434
2abefe3d
PB
13435 if test $ok = yes; then
13436 # An in-tree tool is available and we can use it
13437 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13439$as_echo "just compiled" >&6; }
e8b05380
PB
13440 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13441 # We already found the complete path
172e41aa 13442 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13444$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13445 elif test "x$target" = "x$host"; then
13446 # We can use an host tool
13447 CC_FOR_TARGET='$(CC)'
5213506e
RW
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13449$as_echo "host tool" >&6; }
2abefe3d
PB
13450 else
13451 # We need a cross tool
5213506e
RW
13452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13453$as_echo "pre-installed" >&6; }
2abefe3d
PB
13454 fi
13455fi
0b0dc272 13456
5213506e
RW
13457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13458$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 13459if test "x${build}" != "x${host}" ; then
e8b05380
PB
13460 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13461 # We already found the complete path
172e41aa 13462 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13464$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13465 else
13466 # Canadian cross, just use what we found
5213506e
RW
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13468$as_echo "pre-installed" >&6; }
e8b05380 13469 fi
2abefe3d
PB
13470else
13471 ok=yes
13472 case " ${configdirs} " in
13473 *" gcc "*) ;;
13474 *) ok=no ;;
13475 esac
13476 case ,${enable_languages}, in
13477 *,c++,*) ;;
13478 *) ok=no ;;
13479 esac
13480 if test $ok = yes; then
13481 # An in-tree tool is available and we can use it
9aff220f 13482 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -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'
5213506e
RW
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13484$as_echo "just compiled" >&6; }
e8b05380
PB
13485 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13486 # We already found the complete path
172e41aa 13487 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13489$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13490 elif test "x$target" = "x$host"; then
13491 # We can use an host tool
13492 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13494$as_echo "host tool" >&6; }
2abefe3d
PB
13495 else
13496 # We need a cross tool
5213506e
RW
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13498$as_echo "pre-installed" >&6; }
2abefe3d
PB
13499 fi
13500fi
0b0dc272 13501
5213506e
RW
13502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13503$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 13504if test "x${build}" != "x${host}" ; then
e8b05380
PB
13505 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13506 # We already found the complete path
172e41aa 13507 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13509$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13510 else
13511 # Canadian cross, just use what we found
5213506e
RW
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13513$as_echo "pre-installed" >&6; }
e8b05380 13514 fi
2abefe3d
PB
13515else
13516 ok=yes
13517 case " ${configdirs} " in
13518 *" gcc "*) ;;
13519 *) ok=no ;;
13520 esac
13521 case ,${enable_languages}, in
13522 *,c++,*) ;;
13523 *) ok=no ;;
13524 esac
13525 if test $ok = yes; then
13526 # An in-tree tool is available and we can use it
13527 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'
5213506e
RW
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13529$as_echo "just compiled" >&6; }
e8b05380
PB
13530 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13531 # We already found the complete path
172e41aa 13532 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13534$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13535 elif test "x$target" = "x$host"; then
13536 # We can use an host tool
13537 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13539$as_echo "host tool" >&6; }
2abefe3d
PB
13540 else
13541 # We need a cross tool
5213506e
RW
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13543$as_echo "pre-installed" >&6; }
2abefe3d
PB
13544 fi
13545fi
0b0dc272 13546
5213506e
RW
13547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13548$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 13549if test "x${build}" != "x${host}" ; then
e8b05380
PB
13550 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13551 # We already found the complete path
172e41aa 13552 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13554$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13555 else
13556 # Canadian cross, just use what we found
5213506e
RW
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13558$as_echo "pre-installed" >&6; }
e8b05380 13559 fi
2abefe3d
PB
13560else
13561 ok=yes
13562 case " ${configdirs} " in
13563 *" binutils "*) ;;
13564 *) ok=no ;;
13565 esac
1c710c3c 13566
2abefe3d
PB
13567 if test $ok = yes; then
13568 # An in-tree tool is available and we can use it
13569 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13571$as_echo "just compiled" >&6; }
e8b05380
PB
13572 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13573 # We already found the complete path
172e41aa 13574 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13576$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13577 elif test "x$target" = "x$host"; then
13578 # We can use an host tool
13579 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13581$as_echo "host tool" >&6; }
2abefe3d
PB
13582 else
13583 # We need a cross tool
5213506e
RW
13584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13585$as_echo "pre-installed" >&6; }
2abefe3d
PB
13586 fi
13587fi
0b0dc272 13588
5213506e
RW
13589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13590$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 13591if test "x${build}" != "x${host}" ; then
e8b05380
PB
13592 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13593 # We already found the complete path
172e41aa 13594 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13596$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13597 else
13598 # Canadian cross, just use what we found
5213506e
RW
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13600$as_echo "pre-installed" >&6; }
e8b05380 13601 fi
2abefe3d
PB
13602else
13603 ok=yes
13604 case " ${configdirs} " in
13605 *" gcc "*) ;;
13606 *) ok=no ;;
13607 esac
1c710c3c 13608
2abefe3d
PB
13609 if test $ok = yes; then
13610 # An in-tree tool is available and we can use it
13611 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13613$as_echo "just compiled" >&6; }
e8b05380
PB
13614 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13615 # We already found the complete path
172e41aa 13616 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13618$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13619 elif test "x$target" = "x$host"; then
13620 # We can use an host tool
13621 GCC_FOR_TARGET='$()'
5213506e
RW
13622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13623$as_echo "host tool" >&6; }
2abefe3d
PB
13624 else
13625 # We need a cross tool
5213506e
RW
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13627$as_echo "pre-installed" >&6; }
2abefe3d
PB
13628 fi
13629fi
0b0dc272 13630
5213506e
RW
13631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13632$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 13633if test "x${build}" != "x${host}" ; then
e8b05380
PB
13634 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13635 # We already found the complete path
172e41aa 13636 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13638$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13639 else
13640 # Canadian cross, just use what we found
5213506e
RW
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13642$as_echo "pre-installed" >&6; }
e8b05380 13643 fi
2abefe3d
PB
13644else
13645 ok=yes
13646 case " ${configdirs} " in
13647 *" gcc "*) ;;
13648 *) ok=no ;;
13649 esac
13650 case ,${enable_languages}, in
13651 *,java,*) ;;
13652 *) ok=no ;;
13653 esac
13654 if test $ok = yes; then
13655 # An in-tree tool is available and we can use it
13656 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13658$as_echo "just compiled" >&6; }
e8b05380
PB
13659 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13660 # We already found the complete path
172e41aa 13661 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13663$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13664 elif test "x$target" = "x$host"; then
13665 # We can use an host tool
13666 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13668$as_echo "host tool" >&6; }
2abefe3d
PB
13669 else
13670 # We need a cross tool
5213506e
RW
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13672$as_echo "pre-installed" >&6; }
2abefe3d
PB
13673 fi
13674fi
0b0dc272 13675
5213506e
RW
13676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13677$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 13678if test "x${build}" != "x${host}" ; then
e8b05380
PB
13679 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13680 # We already found the complete path
172e41aa 13681 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13683$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13684 else
13685 # Canadian cross, just use what we found
5213506e
RW
13686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13687$as_echo "pre-installed" >&6; }
e8b05380 13688 fi
2abefe3d
PB
13689else
13690 ok=yes
13691 case " ${configdirs} " in
13692 *" gcc "*) ;;
13693 *) ok=no ;;
13694 esac
13695 case ,${enable_languages}, in
13696 *,fortran,*) ;;
13697 *) ok=no ;;
13698 esac
13699 if test $ok = yes; then
13700 # An in-tree tool is available and we can use it
13701 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13703$as_echo "just compiled" >&6; }
e8b05380
PB
13704 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13705 # We already found the complete path
172e41aa 13706 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13708$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13709 elif test "x$target" = "x$host"; then
13710 # We can use an host tool
13711 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13713$as_echo "host tool" >&6; }
2abefe3d
PB
13714 else
13715 # We need a cross tool
5213506e
RW
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13717$as_echo "pre-installed" >&6; }
2abefe3d
PB
13718 fi
13719fi
0b0dc272 13720
632e2a07
ILT
13721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13722$as_echo_n "checking where to find the target gccgo... " >&6; }
13723if test "x${build}" != "x${host}" ; then
13724 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13725 # We already found the complete path
13726 ac_dir=`dirname $GOC_FOR_TARGET`
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13728$as_echo "pre-installed in $ac_dir" >&6; }
13729 else
13730 # Canadian cross, just use what we found
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13732$as_echo "pre-installed" >&6; }
13733 fi
13734else
13735 ok=yes
13736 case " ${configdirs} " in
13737 *" gcc "*) ;;
13738 *) ok=no ;;
13739 esac
13740 case ,${enable_languages}, in
13741 *,go,*) ;;
13742 *) ok=no ;;
13743 esac
13744 if test $ok = yes; then
13745 # An in-tree tool is available and we can use it
13746 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13748$as_echo "just compiled" >&6; }
13749 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13750 # We already found the complete path
13751 ac_dir=`dirname $GOC_FOR_TARGET`
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13753$as_echo "pre-installed in $ac_dir" >&6; }
13754 elif test "x$target" = "x$host"; then
13755 # We can use an host tool
13756 GOC_FOR_TARGET='$(GOC)'
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13758$as_echo "host tool" >&6; }
13759 else
13760 # We need a cross tool
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13762$as_echo "pre-installed" >&6; }
13763 fi
13764fi
13765
5213506e
RW
13766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13767$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 13768if test "x${build}" != "x${host}" ; then
e8b05380
PB
13769 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13770 # We already found the complete path
172e41aa 13771 ac_dir=`dirname $LD_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 *" ld "*) ;;
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 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-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$LD_FOR_TARGET" : "x/" > /dev/null; then
13792 # We already found the complete path
172e41aa 13793 ac_dir=`dirname $LD_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 LD_FOR_TARGET='$(LD)'
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 lipo" >&5
13809$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 13810if test "x${build}" != "x${host}" ; then
e8b05380
PB
13811 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13812 # We already found the complete path
172e41aa 13813 ac_dir=`dirname $LIPO_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 13821else
e8b05380
PB
13822 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13823 # We already found the complete path
172e41aa 13824 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
13825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13826$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 13827 elif test "x$target" = "x$host"; then
2abefe3d
PB
13828 # We can use an host tool
13829 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
13830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13831$as_echo "host tool" >&6; }
2abefe3d
PB
13832 else
13833 # We need a cross tool
5213506e
RW
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13835$as_echo "pre-installed" >&6; }
2abefe3d
PB
13836 fi
13837fi
0b0dc272 13838
5213506e
RW
13839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13840$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 13841if test "x${build}" != "x${host}" ; then
e8b05380
PB
13842 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13843 # We already found the complete path
172e41aa 13844 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13846$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13847 else
13848 # Canadian cross, just use what we found
5213506e
RW
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13850$as_echo "pre-installed" >&6; }
e8b05380 13851 fi
2abefe3d
PB
13852else
13853 ok=yes
13854 case " ${configdirs} " in
13855 *" binutils "*) ;;
13856 *) ok=no ;;
13857 esac
1c710c3c 13858
2abefe3d
PB
13859 if test $ok = yes; then
13860 # An in-tree tool is available and we can use it
13861 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13863$as_echo "just compiled" >&6; }
e8b05380
PB
13864 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13865 # We already found the complete path
172e41aa 13866 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
13867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13868$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13869 elif test "x$target" = "x$host"; then
13870 # We can use an host tool
13871 NM_FOR_TARGET='$(NM)'
5213506e
RW
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13873$as_echo "host tool" >&6; }
2abefe3d
PB
13874 else
13875 # We need a cross tool
5213506e
RW
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13877$as_echo "pre-installed" >&6; }
2abefe3d
PB
13878 fi
13879fi
0b0dc272 13880
5213506e
RW
13881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13882$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 13883if test "x${build}" != "x${host}" ; then
e8b05380
PB
13884 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13885 # We already found the complete path
172e41aa 13886 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
13887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13888$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13889 else
13890 # Canadian cross, just use what we found
5213506e
RW
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13892$as_echo "pre-installed" >&6; }
e8b05380 13893 fi
2abefe3d
PB
13894else
13895 ok=yes
13896 case " ${configdirs} " in
13897 *" binutils "*) ;;
13898 *) ok=no ;;
13899 esac
1c710c3c 13900
2abefe3d
PB
13901 if test $ok = yes; then
13902 # An in-tree tool is available and we can use it
13903 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13905$as_echo "just compiled" >&6; }
e8b05380
PB
13906 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13907 # We already found the complete path
172e41aa 13908 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13910$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13911 elif test "x$target" = "x$host"; then
13912 # We can use an host tool
13913 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
13914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13915$as_echo "host tool" >&6; }
2abefe3d
PB
13916 else
13917 # We need a cross tool
5213506e
RW
13918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13919$as_echo "pre-installed" >&6; }
2abefe3d
PB
13920 fi
13921fi
0b0dc272 13922
5213506e
RW
13923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13924$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 13925if test "x${build}" != "x${host}" ; then
e8b05380
PB
13926 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13927 # We already found the complete path
172e41aa 13928 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13930$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13931 else
13932 # Canadian cross, just use what we found
5213506e
RW
13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13934$as_echo "pre-installed" >&6; }
e8b05380 13935 fi
2abefe3d
PB
13936else
13937 ok=yes
13938 case " ${configdirs} " in
13939 *" binutils "*) ;;
13940 *) ok=no ;;
13941 esac
1c710c3c 13942
2abefe3d
PB
13943 if test $ok = yes; then
13944 # An in-tree tool is available and we can use it
13945 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
13946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13947$as_echo "just compiled" >&6; }
e8b05380
PB
13948 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13949 # We already found the complete path
172e41aa 13950 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13952$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13953 elif test "x$target" = "x$host"; then
13954 # We can use an host tool
13955 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13957$as_echo "host tool" >&6; }
2abefe3d
PB
13958 else
13959 # We need a cross tool
5213506e
RW
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13961$as_echo "pre-installed" >&6; }
2abefe3d
PB
13962 fi
13963fi
0b0dc272 13964
e7a82751
RM
13965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
13966$as_echo_n "checking where to find the target readelf... " >&6; }
13967if test "x${build}" != "x${host}" ; then
13968 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
13969 # We already found the complete path
13970 ac_dir=`dirname $READELF_FOR_TARGET`
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13972$as_echo "pre-installed in $ac_dir" >&6; }
13973 else
13974 # Canadian cross, just use what we found
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13976$as_echo "pre-installed" >&6; }
13977 fi
13978else
13979 ok=yes
13980 case " ${configdirs} " in
13981 *" binutils "*) ;;
13982 *) ok=no ;;
13983 esac
13984
13985 if test $ok = yes; then
13986 # An in-tree tool is available and we can use it
13987 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13989$as_echo "just compiled" >&6; }
13990 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
13991 # We already found the complete path
13992 ac_dir=`dirname $READELF_FOR_TARGET`
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13994$as_echo "pre-installed in $ac_dir" >&6; }
13995 elif test "x$target" = "x$host"; then
13996 # We can use an host tool
13997 READELF_FOR_TARGET='$(READELF)'
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13999$as_echo "host tool" >&6; }
14000 else
14001 # We need a cross tool
14002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14003$as_echo "pre-installed" >&6; }
14004 fi
14005fi
14006
5213506e
RW
14007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14008$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14009if test "x${build}" != "x${host}" ; then
e8b05380
PB
14010 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14011 # We already found the complete path
172e41aa 14012 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14014$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14015 else
14016 # Canadian cross, just use what we found
5213506e
RW
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14018$as_echo "pre-installed" >&6; }
e8b05380 14019 fi
2abefe3d
PB
14020else
14021 ok=yes
14022 case " ${configdirs} " in
14023 *" binutils "*) ;;
14024 *) ok=no ;;
14025 esac
1c710c3c 14026
2abefe3d
PB
14027 if test $ok = yes; then
14028 # An in-tree tool is available and we can use it
455c8f48 14029 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14031$as_echo "just compiled" >&6; }
e8b05380
PB
14032 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14033 # We already found the complete path
172e41aa 14034 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14036$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14037 elif test "x$target" = "x$host"; then
14038 # We can use an host tool
14039 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14041$as_echo "host tool" >&6; }
2abefe3d
PB
14042 else
14043 # We need a cross tool
5213506e
RW
14044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14045$as_echo "pre-installed" >&6; }
2abefe3d
PB
14046 fi
14047fi
0b0dc272 14048
5213506e
RW
14049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14050$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14051if test "x${build}" != "x${host}" ; then
e8b05380
PB
14052 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14053 # We already found the complete path
172e41aa 14054 ac_dir=`dirname $WINDRES_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; }
e8b05380
PB
14057 else
14058 # Canadian cross, just use what we found
5213506e
RW
14059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14060$as_echo "pre-installed" >&6; }
e8b05380 14061 fi
2abefe3d
PB
14062else
14063 ok=yes
14064 case " ${configdirs} " in
14065 *" binutils "*) ;;
14066 *) ok=no ;;
14067 esac
1c710c3c 14068
2abefe3d
PB
14069 if test $ok = yes; then
14070 # An in-tree tool is available and we can use it
14071 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14073$as_echo "just compiled" >&6; }
e8b05380
PB
14074 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14075 # We already found the complete path
172e41aa 14076 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14078$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14079 elif test "x$target" = "x$host"; then
14080 # We can use an host tool
14081 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14083$as_echo "host tool" >&6; }
2abefe3d
PB
14084 else
14085 # We need a cross tool
5213506e
RW
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14087$as_echo "pre-installed" >&6; }
2abefe3d 14088 fi
671aa708 14089fi
be912515 14090
5213506e
RW
14091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14092$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14093if test "x${build}" != "x${host}" ; then
14094 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14095 # We already found the complete path
14096 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14098$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14099 else
14100 # Canadian cross, just use what we found
5213506e
RW
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14102$as_echo "pre-installed" >&6; }
901119ae
KT
14103 fi
14104else
14105 ok=yes
14106 case " ${configdirs} " in
14107 *" binutils "*) ;;
14108 *) ok=no ;;
14109 esac
14110
14111 if test $ok = yes; then
14112 # An in-tree tool is available and we can use it
14113 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14115$as_echo "just compiled" >&6; }
901119ae
KT
14116 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14117 # We already found the complete path
14118 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14120$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14121 elif test "x$target" = "x$host"; then
14122 # We can use an host tool
14123 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14125$as_echo "host tool" >&6; }
901119ae
KT
14126 else
14127 # We need a cross tool
5213506e
RW
14128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14129$as_echo "pre-installed" >&6; }
901119ae
KT
14130 fi
14131fi
14132
be912515
NN
14133
14134
2abefe3d 14135
0b0dc272 14136
671aa708
NN
14137# Certain tools may need extra flags.
14138AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14139RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14140NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14141
2abefe3d
PB
14142# When building target libraries, except in a Canadian cross, we use
14143# the same toolchain as the compiler we just built.
14144COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14145COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14146COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14147if test $host = $build; then
14148 case " $configdirs " in
14149 *" gcc "*)
14150 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14151 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14152 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14153 ;;
14154 esac
14155fi
14156
14157
14158
14159
14160
5213506e
RW
14161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14162$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14163# Check whether --enable-maintainer-mode was given.
14164if test "${enable_maintainer_mode+set}" = set; then :
14165 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14166else
14167 USE_MAINTAINER_MODE=no
5213506e
RW
14168fi
14169
14170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14171$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14172
14173
14174if test "$USE_MAINTAINER_MODE" = yes; then
14175 MAINTAINER_MODE_TRUE=
14176 MAINTAINER_MODE_FALSE='#'
14177else
14178 MAINTAINER_MODE_TRUE='#'
14179 MAINTAINER_MODE_FALSE=
1c710c3c 14180fi
ee03dc5e
AO
14181MAINT=$MAINTAINER_MODE_TRUE
14182
2805b53a
NN
14183# ---------------------
14184# GCC bootstrap support
14185# ---------------------
14186
14187# Stage specific cflags for build.
14188stage1_cflags="-g"
14189case $build in
14190 vax-*-*)
14191 case ${GCC} in
14192 yes) stage1_cflags="-g -Wa,-J" ;;
14193 *) stage1_cflags="-g -J" ;;
14194 esac ;;
2805b53a
NN
14195esac
14196
0b50988a 14197
2805b53a 14198
8efea775 14199# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14200# Check whether --enable-stage1-checking was given.
14201if test "${enable_stage1_checking+set}" = set; then :
14202 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14203else
e643dc23 14204 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 14205 stage1_checking=--enable-checking=yes,types
8efea775 14206else
e643dc23 14207 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14208fi
5213506e 14209fi
8efea775
PB
14210
14211
2aeb72e9 14212
5213506e
RW
14213# Enable -Werror in bootstrap stage2 and later.
14214# Check whether --enable-werror was given.
14215if test "${enable_werror+set}" = set; then :
14216 enableval=$enable_werror;
2805b53a 14217else
416cfb5e 14218 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14219 enable_werror=yes
88fceb68
PB
14220else
14221 enable_werror=no
14222fi
5213506e
RW
14223fi
14224
09a9c095
NN
14225case ${enable_werror} in
14226 yes) stage2_werror_flag="--enable-werror-always" ;;
14227 *) stage2_werror_flag="" ;;
2805b53a
NN
14228esac
14229
14230
f2689b09
SE
14231# Specify what files to not compare during bootstrap.
14232
14233compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14234case "$target" in
14235 hppa*64*-*-hpux*) ;;
14236 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14237esac
14238
14239
5213506e
RW
14240ac_config_files="$ac_config_files Makefile"
14241
1c710c3c 14242cat >confcache <<\_ACEOF
671aa708
NN
14243# This file is a shell script that caches the results of configure
14244# tests run on this system so they can be shared between configure
1c710c3c
DJ
14245# scripts and configure runs, see configure's option --config-cache.
14246# It is not useful on other systems. If it contains results you don't
14247# want to keep, you may remove or edit it.
671aa708 14248#
1c710c3c
DJ
14249# config.status only pays attention to the cache file if you give it
14250# the --recheck option to rerun configure.
671aa708 14251#
1c710c3c
DJ
14252# `ac_cv_env_foo' variables (set or unset) will be overridden when
14253# loading this file, other *unset* `ac_cv_foo' will be assigned the
14254# following values.
14255
14256_ACEOF
14257
671aa708
NN
14258# The following way of writing the cache mishandles newlines in values,
14259# but we know of no workaround that is simple, portable, and efficient.
5213506e 14260# So, we kill variables containing newlines.
671aa708
NN
14261# Ultrix sh set writes to stderr and can't be redirected directly,
14262# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14263(
14264 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14265 eval ac_val=\$$ac_var
14266 case $ac_val in #(
14267 *${as_nl}*)
14268 case $ac_var in #(
14269 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14270$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14271 esac
14272 case $ac_var in #(
14273 _ | IFS | as_nl) ;; #(
14274 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14275 *) { eval $ac_var=; unset $ac_var;} ;;
14276 esac ;;
14277 esac
14278 done
14279
1c710c3c 14280 (set) 2>&1 |
5213506e
RW
14281 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14282 *${as_nl}ac_space=\ *)
14283 # `set' does not quote correctly, so add quotes: double-quote
14284 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14285 sed -n \
14286 "s/'/'\\\\''/g;
14287 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14288 ;; #(
1c710c3c
DJ
14289 *)
14290 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14291 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14292 ;;
5213506e
RW
14293 esac |
14294 sort
14295) |
1c710c3c 14296 sed '
5213506e 14297 /^ac_cv_env_/b end
1c710c3c 14298 t clear
5213506e 14299 :clear
1c710c3c
DJ
14300 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14301 t end
5213506e
RW
14302 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14303 :end' >>confcache
14304if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14305 if test -w "$cache_file"; then
14306 test "x$cache_file" != "x/dev/null" &&
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14308$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14309 cat confcache >$cache_file
671aa708 14310 else
5213506e
RW
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14312$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14313 fi
4977bab6 14314fi
671aa708 14315rm -f confcache
79c06341 14316
671aa708
NN
14317test "x$prefix" = xNONE && prefix=$ac_default_prefix
14318# Let make expand exec_prefix.
14319test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14320
671aa708
NN
14321# Transform confdefs.h into DEFS.
14322# Protect against shell expansion while executing Makefile rules.
14323# Protect against Makefile macro expansion.
1c710c3c
DJ
14324#
14325# If the first sed substitution is executed (which looks for macros that
5213506e 14326# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14327# look for a macro that doesn't take arguments.
5213506e
RW
14328ac_script='
14329:mline
14330/\\$/{
14331 N
14332 s,\\\n,,
14333 b mline
14334}
1c710c3c 14335t clear
5213506e
RW
14336:clear
14337s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14338t quote
5213506e 14339s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14340t quote
5213506e
RW
14341b any
14342:quote
14343s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14344s/\[/\\&/g
14345s/\]/\\&/g
14346s/\$/$$/g
14347H
14348:any
14349${
14350 g
14351 s/^\n//
14352 s/\n/ /g
14353 p
14354}
14355'
14356DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14357
14358
14359ac_libobjs=
14360ac_ltlibobjs=
14361for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14362 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14363 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14364 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14365 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14366 # will be set to the directory where LIBOBJS objects are built.
14367 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14368 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
14369done
14370LIBOBJS=$ac_libobjs
fb0103e5 14371
1c710c3c 14372LTLIBOBJS=$ac_ltlibobjs
0b0dc272 14373
af71363e 14374
1c710c3c
DJ
14375
14376: ${CONFIG_STATUS=./config.status}
5213506e 14377ac_write_fail=0
1c710c3c
DJ
14378ac_clean_files_save=$ac_clean_files
14379ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
14380{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14381$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14382as_write_fail=0
14383cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
14384#! $SHELL
14385# Generated by $as_me.
671aa708 14386# Run this file to recreate the current configuration.
671aa708 14387# Compiler output produced by configure, useful for debugging
1c710c3c 14388# configure, is in config.log if it exists.
0b0dc272 14389
1c710c3c
DJ
14390debug=false
14391ac_cs_recheck=false
14392ac_cs_silent=false
1c710c3c 14393
5213506e
RW
14394SHELL=\${CONFIG_SHELL-$SHELL}
14395export SHELL
14396_ASEOF
14397cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14398## -------------------- ##
14399## M4sh Initialization. ##
14400## -------------------- ##
14401
14402# Be more Bourne compatible
14403DUALCASE=1; export DUALCASE # for MKS sh
14404if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
14405 emulate sh
14406 NULLCMD=:
5213506e 14407 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
14408 # is contrary to our usage. Disable this feature.
14409 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
14410 setopt NO_GLOB_SUBST
14411else
14412 case `(set -o) 2>/dev/null` in #(
14413 *posix*) :
14414 set -o posix ;; #(
14415 *) :
14416 ;;
14417esac
1c710c3c 14418fi
1c710c3c 14419
5213506e
RW
14420
14421as_nl='
14422'
14423export as_nl
14424# Printing a long string crashes Solaris 7 /usr/bin/printf.
14425as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14426as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14427as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14428# Prefer a ksh shell builtin over an external printf program on Solaris,
14429# but without wasting forks for bash or zsh.
14430if test -z "$BASH_VERSION$ZSH_VERSION" \
14431 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14432 as_echo='print -r --'
14433 as_echo_n='print -rn --'
14434elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14435 as_echo='printf %s\n'
14436 as_echo_n='printf %s'
14437else
14438 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14439 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14440 as_echo_n='/usr/ucb/echo -n'
14441 else
14442 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14443 as_echo_n_body='eval
14444 arg=$1;
14445 case $arg in #(
14446 *"$as_nl"*)
14447 expr "X$arg" : "X\\(.*\\)$as_nl";
14448 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14449 esac;
14450 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14451 '
14452 export as_echo_n_body
14453 as_echo_n='sh -c $as_echo_n_body as_echo'
14454 fi
14455 export as_echo_body
14456 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
14457fi
14458
5213506e
RW
14459# The user is always right.
14460if test "${PATH_SEPARATOR+set}" != set; then
14461 PATH_SEPARATOR=:
14462 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14463 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14464 PATH_SEPARATOR=';'
14465 }
14466fi
14467
14468
14469# IFS
14470# We need space, tab and new line, in precisely that order. Quoting is
14471# there to prevent editors from complaining about space-tab.
14472# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14473# splitting by setting IFS to empty value.)
14474IFS=" "" $as_nl"
14475
14476# Find who we are. Look in the path if we contain no directory separator.
14477case $0 in #((
14478 *[\\/]* ) as_myself=$0 ;;
14479 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14480for as_dir in $PATH
14481do
14482 IFS=$as_save_IFS
14483 test -z "$as_dir" && as_dir=.
14484 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14485 done
14486IFS=$as_save_IFS
14487
14488 ;;
14489esac
14490# We did not find ourselves, most probably we were run as `sh COMMAND'
14491# in which case we are not to be found in the path.
14492if test "x$as_myself" = x; then
14493 as_myself=$0
14494fi
14495if test ! -f "$as_myself"; then
14496 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14497 exit 1
14498fi
1c710c3c 14499
5213506e
RW
14500# Unset variables that we do not need and which cause bugs (e.g. in
14501# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14502# suppresses any "Segmentation fault" message there. '((' could
14503# trigger a bug in pdksh 5.2.14.
14504for as_var in BASH_ENV ENV MAIL MAILPATH
14505do eval test x\${$as_var+set} = xset \
14506 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14507done
1c710c3c
DJ
14508PS1='$ '
14509PS2='> '
14510PS4='+ '
14511
14512# NLS nuisances.
5213506e
RW
14513LC_ALL=C
14514export LC_ALL
14515LANGUAGE=C
14516export LANGUAGE
14517
14518# CDPATH.
14519(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14520
14521
14522# as_fn_error ERROR [LINENO LOG_FD]
14523# ---------------------------------
14524# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14525# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14526# script with status $?, using 1 if that was 0.
14527as_fn_error ()
14528{
14529 as_status=$?; test $as_status -eq 0 && as_status=1
14530 if test "$3"; then
14531 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14532 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 14533 fi
5213506e
RW
14534 $as_echo "$as_me: error: $1" >&2
14535 as_fn_exit $as_status
14536} # as_fn_error
14537
14538
14539# as_fn_set_status STATUS
14540# -----------------------
14541# Set $? to STATUS, without forking.
14542as_fn_set_status ()
14543{
14544 return $1
14545} # as_fn_set_status
14546
14547# as_fn_exit STATUS
14548# -----------------
14549# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14550as_fn_exit ()
14551{
14552 set +e
14553 as_fn_set_status $1
14554 exit $1
14555} # as_fn_exit
14556
14557# as_fn_unset VAR
14558# ---------------
14559# Portably unset VAR.
14560as_fn_unset ()
14561{
14562 { eval $1=; unset $1;}
14563}
14564as_unset=as_fn_unset
14565# as_fn_append VAR VALUE
14566# ----------------------
14567# Append the text in VALUE to the end of the definition contained in VAR. Take
14568# advantage of any shell optimizations that allow amortized linear growth over
14569# repeated appends, instead of the typical quadratic growth present in naive
14570# implementations.
14571if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14572 eval 'as_fn_append ()
14573 {
14574 eval $1+=\$2
14575 }'
14576else
14577 as_fn_append ()
14578 {
14579 eval $1=\$$1\$2
14580 }
14581fi # as_fn_append
14582
14583# as_fn_arith ARG...
14584# ------------------
14585# Perform arithmetic evaluation on the ARGs, and store the result in the
14586# global $as_val. Take advantage of shells that can avoid forks. The arguments
14587# must be portable across $(()) and expr.
14588if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14589 eval 'as_fn_arith ()
14590 {
14591 as_val=$(( $* ))
14592 }'
14593else
14594 as_fn_arith ()
14595 {
14596 as_val=`expr "$@" || test $? -eq 1`
14597 }
14598fi # as_fn_arith
14599
1c710c3c 14600
5213506e
RW
14601if expr a : '\(a\)' >/dev/null 2>&1 &&
14602 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
14603 as_expr=expr
14604else
14605 as_expr=false
14606fi
14607
5213506e 14608if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
14609 as_basename=basename
14610else
14611 as_basename=false
14612fi
14613
5213506e
RW
14614if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14615 as_dirname=dirname
14616else
14617 as_dirname=false
14618fi
1c710c3c 14619
5213506e 14620as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
14621$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14622 X"$0" : 'X\(//\)$' \| \
5213506e
RW
14623 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14624$as_echo X/"$0" |
14625 sed '/^.*\/\([^/][^/]*\)\/*$/{
14626 s//\1/
14627 q
14628 }
14629 /^X\/\(\/\/\)$/{
14630 s//\1/
14631 q
14632 }
14633 /^X\/\(\/\).*/{
14634 s//\1/
14635 q
14636 }
14637 s/.*/./; q'`
2aeb72e9 14638
2aeb72e9
DD
14639# Avoid depending upon Character Ranges.
14640as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14641as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14642as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14643as_cr_digits='0123456789'
14644as_cr_alnum=$as_cr_Letters$as_cr_digits
14645
5213506e
RW
14646ECHO_C= ECHO_N= ECHO_T=
14647case `echo -n x` in #(((((
14648-n*)
14649 case `echo 'xy\c'` in
14650 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14651 xy) ECHO_C='\c';;
14652 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14653 ECHO_T=' ';;
14654 esac;;
14655*)
14656 ECHO_N='-n';;
1c710c3c
DJ
14657esac
14658
5213506e
RW
14659rm -f conf$$ conf$$.exe conf$$.file
14660if test -d conf$$.dir; then
14661 rm -f conf$$.dir/conf$$.file
1c710c3c 14662else
5213506e
RW
14663 rm -f conf$$.dir
14664 mkdir conf$$.dir 2>/dev/null
1c710c3c 14665fi
5213506e
RW
14666if (echo >conf$$.file) 2>/dev/null; then
14667 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 14668 as_ln_s='ln -s'
5213506e
RW
14669 # ... but there are two gotchas:
14670 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14671 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14672 # In both cases, we have to default to `cp -p'.
14673 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14674 as_ln_s='cp -p'
14675 elif ln conf$$.file conf$$ 2>/dev/null; then
14676 as_ln_s=ln
14677 else
14678 as_ln_s='cp -p'
2aeb72e9 14679 fi
1c710c3c
DJ
14680else
14681 as_ln_s='cp -p'
14682fi
5213506e
RW
14683rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14684rmdir conf$$.dir 2>/dev/null
14685
14686
14687# as_fn_mkdir_p
14688# -------------
14689# Create "$as_dir" as a directory, including parents if necessary.
14690as_fn_mkdir_p ()
14691{
14692
14693 case $as_dir in #(
14694 -*) as_dir=./$as_dir;;
14695 esac
14696 test -d "$as_dir" || eval $as_mkdir_p || {
14697 as_dirs=
14698 while :; do
14699 case $as_dir in #(
14700 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14701 *) as_qdir=$as_dir;;
14702 esac
14703 as_dirs="'$as_qdir' $as_dirs"
14704 as_dir=`$as_dirname -- "$as_dir" ||
14705$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14706 X"$as_dir" : 'X\(//\)[^/]' \| \
14707 X"$as_dir" : 'X\(//\)$' \| \
14708 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14709$as_echo X"$as_dir" |
14710 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14711 s//\1/
14712 q
14713 }
14714 /^X\(\/\/\)[^/].*/{
14715 s//\1/
14716 q
14717 }
14718 /^X\(\/\/\)$/{
14719 s//\1/
14720 q
14721 }
14722 /^X\(\/\).*/{
14723 s//\1/
14724 q
14725 }
14726 s/.*/./; q'`
14727 test -d "$as_dir" && break
14728 done
14729 test -z "$as_dirs" || eval "mkdir $as_dirs"
14730 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14731
1c710c3c 14732
5213506e 14733} # as_fn_mkdir_p
1c710c3c 14734if mkdir -p . 2>/dev/null; then
5213506e 14735 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
14736else
14737 test -d ./-p && rmdir ./-p
14738 as_mkdir_p=false
14739fi
14740
5213506e
RW
14741if test -x / >/dev/null 2>&1; then
14742 as_test_x='test -x'
14743else
14744 if ls -dL / >/dev/null 2>&1; then
14745 as_ls_L_option=L
14746 else
14747 as_ls_L_option=
14748 fi
14749 as_test_x='
14750 eval sh -c '\''
14751 if test -d "$1"; then
14752 test -d "$1/.";
14753 else
14754 case $1 in #(
14755 -*)set "./$1";;
14756 esac;
14757 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14758 ???[sx]*):;;*)false;;esac;fi
14759 '\'' sh
14760 '
14761fi
14762as_executable_p=$as_test_x
1c710c3c
DJ
14763
14764# Sed expression to map a string onto a valid CPP name.
14765as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14766
14767# Sed expression to map a string onto a valid variable name.
14768as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14769
14770
1c710c3c 14771exec 6>&1
5213506e
RW
14772## ----------------------------------- ##
14773## Main body of $CONFIG_STATUS script. ##
14774## ----------------------------------- ##
14775_ASEOF
14776test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14777
14778cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14779# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 14780# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
14781# values after options handling.
14782ac_log="
1c710c3c 14783This file was extended by $as_me, which was
5213506e 14784generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
14785
14786 CONFIG_FILES = $CONFIG_FILES
14787 CONFIG_HEADERS = $CONFIG_HEADERS
14788 CONFIG_LINKS = $CONFIG_LINKS
14789 CONFIG_COMMANDS = $CONFIG_COMMANDS
14790 $ $0 $@
14791
5213506e
RW
14792on `(hostname || uname -n) 2>/dev/null | sed 1q`
14793"
14794
1c710c3c
DJ
14795_ACEOF
14796
5213506e
RW
14797case $ac_config_files in *"
14798"*) set x $ac_config_files; shift; ac_config_files=$*;;
14799esac
1c710c3c 14800
2aeb72e9 14801
2aeb72e9 14802
5213506e
RW
14803cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14804# Files that config.status was made for.
14805config_files="$ac_config_files"
1c710c3c 14806
5213506e 14807_ACEOF
2aeb72e9 14808
5213506e 14809cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 14810ac_cs_usage="\
5213506e
RW
14811\`$as_me' instantiates files and other configuration actions
14812from templates according to the current configuration. Unless the files
14813and actions are specified as TAGs, all are instantiated by default.
1c710c3c 14814
5213506e 14815Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
14816
14817 -h, --help print this help, then exit
5213506e
RW
14818 -V, --version print version number and configuration settings, then exit
14819 -q, --quiet, --silent
14820 do not print progress messages
1c710c3c
DJ
14821 -d, --debug don't remove temporary files
14822 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
14823 --file=FILE[:TEMPLATE]
14824 instantiate the configuration file FILE
1c710c3c
DJ
14825
14826Configuration files:
14827$config_files
14828
5213506e 14829Report bugs to the package provider."
2aeb72e9 14830
5213506e
RW
14831_ACEOF
14832cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
14833ac_cs_version="\\
14834config.status
5213506e
RW
14835configured by $0, generated by GNU Autoconf 2.64,
14836 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 14837
5213506e 14838Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
14839This config.status script is free software; the Free Software Foundation
14840gives unlimited permission to copy, distribute and modify it."
5213506e
RW
14841
14842ac_pwd='$ac_pwd'
14843srcdir='$srcdir'
14844INSTALL='$INSTALL'
87264276 14845AWK='$AWK'
5213506e 14846test -n "\$AWK" || AWK=awk
1c710c3c
DJ
14847_ACEOF
14848
5213506e
RW
14849cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14850# The default lists apply if the user does not specify any file.
1c710c3c
DJ
14851ac_need_defaults=:
14852while test $# != 0
a4b9e93e 14853do
1c710c3c
DJ
14854 case $1 in
14855 --*=*)
5213506e
RW
14856 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14857 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
14858 ac_shift=:
14859 ;;
5213506e 14860 *)
1c710c3c
DJ
14861 ac_option=$1
14862 ac_optarg=$2
14863 ac_shift=shift
14864 ;;
1c710c3c
DJ
14865 esac
14866
14867 case $ac_option in
14868 # Handling of the options.
671aa708 14869 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 14870 ac_cs_recheck=: ;;
5213506e
RW
14871 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14872 $as_echo "$ac_cs_version"; exit ;;
14873 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
14874 debug=: ;;
14875 --file | --fil | --fi | --f )
14876 $ac_shift
5213506e
RW
14877 case $ac_optarg in
14878 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14879 esac
14880 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 14881 ac_need_defaults=false;;
5213506e
RW
14882 --he | --h | --help | --hel | -h )
14883 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
14884 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14885 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14886 ac_cs_silent=: ;;
14887
14888 # This is an error.
5213506e
RW
14889 -*) as_fn_error "unrecognized option: \`$1'
14890Try \`$0 --help' for more information." ;;
1c710c3c 14891
5213506e
RW
14892 *) as_fn_append ac_config_targets " $1"
14893 ac_need_defaults=false ;;
1c710c3c 14894
0b0dc272 14895 esac
1c710c3c 14896 shift
0b0dc272
AM
14897done
14898
1c710c3c 14899ac_configure_extra_args=
0b0dc272 14900
1c710c3c
DJ
14901if $ac_cs_silent; then
14902 exec 6>/dev/null
14903 ac_configure_extra_args="$ac_configure_extra_args --silent"
14904fi
0b0dc272 14905
1c710c3c 14906_ACEOF
5213506e 14907cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 14908if \$ac_cs_recheck; then
5213506e
RW
14909 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14910 shift
14911 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14912 CONFIG_SHELL='$SHELL'
14913 export CONFIG_SHELL
14914 exec "\$@"
1c710c3c
DJ
14915fi
14916
14917_ACEOF
5213506e
RW
14918cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14919exec 5>>config.log
14920{
14921 echo
14922 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14923## Running $as_me. ##
14924_ASBOX
14925 $as_echo "$ac_log"
14926} >&5
1c710c3c 14927
5213506e
RW
14928_ACEOF
14929cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
14930#
14931# INIT-COMMANDS
14932#
14933extrasub_build="$extrasub_build"
14934 extrasub_host="$extrasub_host"
14935 extrasub_target="$extrasub_target"
14936
5213506e 14937_ACEOF
1c710c3c 14938
5213506e 14939cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 14940
5213506e 14941# Handling of arguments.
1c710c3c
DJ
14942for ac_config_target in $ac_config_targets
14943do
5213506e
RW
14944 case $ac_config_target in
14945 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14946
14947 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
14948 esac
14949done
14950
5213506e 14951
1c710c3c
DJ
14952# If the user did not use the arguments to specify the items to instantiate,
14953# then the envvar interface is used. Set only those that are not.
14954# We use the long form for the default assignment because of an extremely
14955# bizarre bug on SunOS 4.1.3.
14956if $ac_need_defaults; then
14957 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14958fi
14959
14960# Have a temporary directory for convenience. Make it in the build tree
5213506e 14961# simply because there is no reason against having it here, and in addition,
1c710c3c 14962# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
14963# Hook for its removal unless debugging.
14964# Note that there is a small window in which the directory will not be cleaned:
14965# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
14966$debug ||
14967{
5213506e
RW
14968 tmp=
14969 trap 'exit_status=$?
14970 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14971' 0
14972 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 14973}
1c710c3c
DJ
14974# Create a (secure) tmp directory for tmp files.
14975
14976{
5213506e 14977 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
14978 test -n "$tmp" && test -d "$tmp"
14979} ||
14980{
5213506e
RW
14981 tmp=./conf$$-$RANDOM
14982 (umask 077 && mkdir "$tmp")
14983} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14984
14985# Set up the scripts for CONFIG_FILES section.
14986# No need to generate them if there are no CONFIG_FILES.
14987# This happens for instance with `./config.status config.h'.
14988if test -n "$CONFIG_FILES"; then
14989
14990if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14991 ac_cs_awk_getline=:
14992 ac_cs_awk_pipe_init=
14993 ac_cs_awk_read_file='
14994 while ((getline aline < (F[key])) > 0)
14995 print(aline)
14996 close(F[key])'
14997 ac_cs_awk_pipe_fini=
14998else
14999 ac_cs_awk_getline=false
15000 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15001 ac_cs_awk_read_file='
15002 print "|#_!!_#|"
15003 print "cat " F[key] " &&"
15004 '$ac_cs_awk_pipe_init
15005 # The final `:' finishes the AND list.
15006 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15007fi
15008ac_cr=`echo X | tr X '\015'`
15009# On cygwin, bash can eat \r inside `` if the user requested igncr.
15010# But we know of no other shell where ac_cr would be empty at this
15011# point, so we can use a bashism as a fallback.
15012if test "x$ac_cr" = x; then
15013 eval ac_cr=\$\'\\r\'
15014fi
15015ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15016if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15017 ac_cs_awk_cr='\r'
15018else
15019 ac_cs_awk_cr=$ac_cr
15020fi
15021
15022echo 'BEGIN {' >"$tmp/subs1.awk" &&
15023_ACEOF
15024
15025# Create commands to substitute file output variables.
1c710c3c 15026{
5213506e
RW
15027 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15028 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15029 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15030 echo "_ACAWK" &&
15031 echo "_ACEOF"
15032} >conf$$files.sh &&
15033. ./conf$$files.sh ||
15034 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15035rm -f conf$$files.sh
1c710c3c 15036
5213506e
RW
15037{
15038 echo "cat >conf$$subs.awk <<_ACEOF" &&
15039 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15040 echo "_ACEOF"
15041} >conf$$subs.sh ||
15042 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15043ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15044ac_delim='%!_!# '
15045for ac_last_try in false false false false false :; do
15046 . ./conf$$subs.sh ||
15047 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15048
15049 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15050 if test $ac_delim_n = $ac_delim_num; then
15051 break
15052 elif $ac_last_try; then
15053 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15054 else
15055 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15056 fi
15057done
15058rm -f conf$$subs.sh
15059
15060cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15061cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15062_ACEOF
5213506e
RW
15063sed -n '
15064h
15065s/^/S["/; s/!.*/"]=/
15066p
15067g
15068s/^[^!]*!//
15069:repl
15070t repl
15071s/'"$ac_delim"'$//
15072t delim
15073:nl
15074h
15075s/\(.\{148\}\).*/\1/
15076t more1
15077s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15078p
15079n
15080b repl
15081:more1
15082s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15083p
15084g
15085s/.\{148\}//
15086t nl
15087:delim
15088h
15089s/\(.\{148\}\).*/\1/
15090t more2
15091s/["\\]/\\&/g; s/^/"/; s/$/"/
15092p
15093b
15094:more2
15095s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15096p
15097g
15098s/.\{148\}//
15099t delim
15100' <conf$$subs.awk | sed '
15101/^[^""]/{
15102 N
15103 s/\n//
15104}
15105' >>$CONFIG_STATUS || ac_write_fail=1
15106rm -f conf$$subs.awk
15107cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15108_ACAWK
15109cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15110 for (key in S) S_is_set[key] = 1
15111 FS = "\a"
15112 \$ac_cs_awk_pipe_init
15113}
15114{
15115 line = $ 0
15116 nfields = split(line, field, "@")
15117 substed = 0
15118 len = length(field[1])
15119 for (i = 2; i < nfields; i++) {
15120 key = field[i]
15121 keylen = length(key)
15122 if (S_is_set[key]) {
15123 value = S[key]
15124 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15125 len += length(value) + length(field[++i])
15126 substed = 1
15127 } else
15128 len += 1 + keylen
15129 }
15130 if (nfields == 3 && !substed) {
15131 key = field[2]
15132 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15133 \$ac_cs_awk_read_file
15134 next
15135 }
15136 }
15137 print line
15138}
15139\$ac_cs_awk_pipe_fini
15140_ACAWK
15141_ACEOF
15142cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15143if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15144 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15145else
15146 cat
15147fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15148 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15149_ACEOF
15150
15151# VPATH may cause trouble with some makes, so we remove $(srcdir),
15152# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15153# trailing colons and then remove the whole line if VPATH becomes empty
15154# (actually we leave an empty line to preserve line numbers).
15155if test "x$srcdir" = x.; then
15156 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15157s/:*\$(srcdir):*/:/
15158s/:*\${srcdir}:*/:/
15159s/:*@srcdir@:*/:/
15160s/^\([^=]*=[ ]*\):*/\1/
15161s/:*$//
15162s/^[^=]*=[ ]*$//
15163}'
15164fi
2aeb72e9 15165
5213506e
RW
15166cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15167fi # test -n "$CONFIG_FILES"
2aeb72e9 15168
1c710c3c 15169
5213506e
RW
15170eval set X " :F $CONFIG_FILES "
15171shift
15172for ac_tag
15173do
15174 case $ac_tag in
15175 :[FHLC]) ac_mode=$ac_tag; continue;;
15176 esac
15177 case $ac_mode$ac_tag in
15178 :[FHL]*:*);;
15179 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15180 :[FH]-) ac_tag=-:-;;
15181 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15182 esac
15183 ac_save_IFS=$IFS
15184 IFS=:
15185 set x $ac_tag
15186 IFS=$ac_save_IFS
15187 shift
15188 ac_file=$1
15189 shift
79c06341 15190
5213506e
RW
15191 case $ac_mode in
15192 :L) ac_source=$1;;
15193 :[FH])
15194 ac_file_inputs=
15195 for ac_f
15196 do
15197 case $ac_f in
15198 -) ac_f="$tmp/stdin";;
15199 *) # Look for the file first in the build tree, then in the source tree
15200 # (if the path is not absolute). The absolute path cannot be DOS-style,
15201 # because $ac_f cannot contain `:'.
15202 test -f "$ac_f" ||
15203 case $ac_f in
15204 [\\/$]*) false;;
15205 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15206 esac ||
15207 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15208 esac
15209 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15210 as_fn_append ac_file_inputs " '$ac_f'"
15211 done
1c710c3c 15212
5213506e
RW
15213 # Let's still pretend it is `configure' which instantiates (i.e., don't
15214 # use $as_me), people would be surprised to read:
15215 # /* config.h. Generated by config.status. */
15216 configure_input='Generated from '`
15217 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15218 `' by configure.'
15219 if test x"$ac_file" != x-; then
15220 configure_input="$ac_file. $configure_input"
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15222$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15223 fi
5213506e
RW
15224 # Neutralize special characters interpreted by sed in replacement strings.
15225 case $configure_input in #(
15226 *\&* | *\|* | *\\* )
15227 ac_sed_conf_input=`$as_echo "$configure_input" |
15228 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15229 *) ac_sed_conf_input=$configure_input;;
15230 esac
11a67599 15231
5213506e
RW
15232 case $ac_tag in
15233 *:-:* | *:-) cat >"$tmp/stdin" \
15234 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15235 esac
15236 ;;
11a67599
ZW
15237 esac
15238
5213506e 15239 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15240$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15241 X"$ac_file" : 'X\(//\)[^/]' \| \
15242 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15243 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15244$as_echo X"$ac_file" |
15245 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15246 s//\1/
15247 q
15248 }
15249 /^X\(\/\/\)[^/].*/{
15250 s//\1/
15251 q
15252 }
15253 /^X\(\/\/\)$/{
15254 s//\1/
15255 q
15256 }
15257 /^X\(\/\).*/{
15258 s//\1/
15259 q
15260 }
15261 s/.*/./; q'`
15262 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15263 ac_builddir=.
0b0dc272 15264
5213506e
RW
15265case "$ac_dir" in
15266.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15267*)
15268 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15269 # A ".." for each directory in $ac_dir_suffix.
15270 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15271 case $ac_top_builddir_sub in
15272 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15273 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15274 esac ;;
15275esac
15276ac_abs_top_builddir=$ac_pwd
15277ac_abs_builddir=$ac_pwd$ac_dir_suffix
15278# for backward compatibility:
15279ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15280
15281case $srcdir in
5213506e 15282 .) # We are building in place.
1c710c3c 15283 ac_srcdir=.
5213506e
RW
15284 ac_top_srcdir=$ac_top_builddir_sub
15285 ac_abs_top_srcdir=$ac_pwd ;;
15286 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15287 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15288 ac_top_srcdir=$srcdir
15289 ac_abs_top_srcdir=$srcdir ;;
15290 *) # Relative name.
15291 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15292 ac_top_srcdir=$ac_top_build_prefix$srcdir
15293 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15294esac
5213506e 15295ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15296
0b0dc272 15297
5213506e
RW
15298 case $ac_mode in
15299 :F)
15300 #
15301 # CONFIG_FILE
15302 #
1c710c3c
DJ
15303
15304 case $INSTALL in
15305 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15306 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15307 esac
5213506e 15308_ACEOF
11a67599 15309
5213506e
RW
15310cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15311# If the template does not know about datarootdir, expand it.
15312# FIXME: This hack should be removed a few years after 2.60.
15313ac_datarootdir_hack=; ac_datarootdir_seen=
15314ac_sed_dataroot='
15315/datarootdir/ {
15316 p
15317 q
15318}
15319/@datadir@/p
15320/@docdir@/p
15321/@infodir@/p
15322/@localedir@/p
15323/@mandir@/p'
15324case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15325*datarootdir*) ac_datarootdir_seen=yes;;
15326*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15328$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15329_ACEOF
5213506e
RW
15330cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15331 ac_datarootdir_hack='
15332 s&@datadir@&$datadir&g
15333 s&@docdir@&$docdir&g
15334 s&@infodir@&$infodir&g
15335 s&@localedir@&$localedir&g
15336 s&@mandir@&$mandir&g
15337 s&\\\${datarootdir}&$datarootdir&g' ;;
15338esac
15339_ACEOF
15340
15341# Neutralize VPATH when `$srcdir' = `.'.
15342# Shell code in configure.ac might set extrasub.
15343# FIXME: do we really want to maintain this feature?
15344cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15345ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15346$extrasub
15347_ACEOF
5213506e 15348cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15349:t
15350/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15351s|@configure_input@|$ac_sed_conf_input|;t t
15352s&@top_builddir@&$ac_top_builddir_sub&;t t
15353s&@top_build_prefix@&$ac_top_build_prefix&;t t
15354s&@srcdir@&$ac_srcdir&;t t
15355s&@abs_srcdir@&$ac_abs_srcdir&;t t
15356s&@top_srcdir@&$ac_top_srcdir&;t t
15357s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15358s&@builddir@&$ac_builddir&;t t
15359s&@abs_builddir@&$ac_abs_builddir&;t t
15360s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15361s&@INSTALL@&$ac_INSTALL&;t t
15362$ac_datarootdir_hack
15363"
15364eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15365if $ac_cs_awk_getline; then
15366 $AWK -f "$tmp/subs.awk"
15367else
15368 $AWK -f "$tmp/subs.awk" | $SHELL
15369fi >$tmp/out \
15370 || as_fn_error "could not create $ac_file" "$LINENO" 5
15371
15372test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15373 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15374 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15376which seems to be undefined. Please make sure it is defined." >&5
15377$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15378which seems to be undefined. Please make sure it is defined." >&2;}
15379
15380 rm -f "$tmp/stdin"
15381 case $ac_file in
15382 -) cat "$tmp/out" && rm -f "$tmp/out";;
15383 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15384 esac \
15385 || as_fn_error "could not create $ac_file" "$LINENO" 5
15386 ;;
11a67599 15387
11a67599 15388
79c06341 15389
5213506e
RW
15390 esac
15391
3e54529c
RW
15392
15393 case $ac_file$ac_mode in
15394 "Makefile":F) sed "$extrasub_build" Makefile |
15395 sed "$extrasub_host" |
15396 sed "$extrasub_target" > mf$$
15397 mv -f mf$$ Makefile ;;
15398
15399 esac
5213506e
RW
15400done # for ac_tag
15401
15402
15403as_fn_exit 0
1c710c3c 15404_ACEOF
1c710c3c
DJ
15405ac_clean_files=$ac_clean_files_save
15406
5213506e
RW
15407test $ac_write_fail = 0 ||
15408 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15409
1c710c3c
DJ
15410
15411# configure is writing to config.log, and then calls config.status.
15412# config.status does its own redirection, appending to config.log.
15413# Unfortunately, on DOS this fails, as config.log is still kept open
15414# by configure, so config.status won't be able to write to it; its
15415# output is simply discarded. So we exec the FD to /dev/null,
15416# effectively closing config.log, so it can be properly (re)opened and
15417# appended to by config.status. When coming back to configure, we
15418# need to make the FD available again.
15419if test "$no_create" != yes; then
15420 ac_cs_success=:
15421 ac_config_status_args=
15422 test "$silent" = yes &&
15423 ac_config_status_args="$ac_config_status_args --quiet"
15424 exec 5>/dev/null
15425 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15426 exec 5>>config.log
15427 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15428 # would make configure fail if this is the last instruction.
5213506e
RW
15429 $ac_cs_success || as_fn_exit $?
15430fi
15431if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15433$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 15434fi
79c06341 15435