]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
sanitizer_common_interceptors.inc: Cherry pick upstream r211008.
[thirdparty/gcc.git] / configure
CommitLineData
671aa708 1#! /bin/sh
671aa708 2# Guess values for system-dependent variables and create Makefiles.
5213506e
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
671aa708
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
5213506e
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
1c710c3c 14
5213506e
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
1c710c3c 31fi
1c710c3c 32
5213506e
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
1c710c3c
DJ
79fi
80
81
5213506e
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
1c710c3c
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
5213506e
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
87264276
PB
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
5213506e
RW
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1c710c3c 184do
5213506e
RW
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
1c710c3c 228 else
5213506e
RW
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
1c710c3c 233 fi
5213506e
RW
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
1c710c3c 263
5213506e
RW
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
372
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
5213506e 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
5213506e
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
1c710c3c 391
5213506e 392as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
5213506e
RW
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
1c710c3c 410
2aeb72e9
DD
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
11a67599 417
1c710c3c 418
5213506e
RW
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
1c710c3c 428 sed '
5213506e
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
1c710c3c 433 N
5213506e
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1c710c3c 436 t loop
5213506e 437 s/-\n.*//
1c710c3c 438 ' >$as_me.lineno &&
5213506e
RW
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1c710c3c
DJ
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
5213506e
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
1c710c3c
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
5213506e
RW
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
1c710c3c
DJ
461esac
462
5213506e
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
1c710c3c 466else
5213506e
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
1c710c3c 469fi
5213506e
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 472 as_ln_s='ln -s'
5213506e
RW
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
2aeb72e9 483 fi
1c710c3c
DJ
484else
485 as_ln_s='cp -p'
486fi
5213506e
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
1c710c3c
DJ
489
490if mkdir -p . 2>/dev/null; then
5213506e 491 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
5213506e
RW
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
0b0dc272 519
1c710c3c
DJ
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
5213506e 527exec 7<&0 </dev/null 6>&1
1c710c3c
DJ
528
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
1c710c3c
DJ
534#
535# Initializations.
536#
671aa708 537ac_default_prefix=/usr/local
5213506e 538ac_clean_files=
1c710c3c 539ac_config_libobj_dir=.
5213506e 540LIBOBJS=
1c710c3c
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
2aeb72e9 545
1c710c3c
DJ
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
5213506e 552PACKAGE_URL=
1c710c3c
DJ
553
554ac_unique_file="move-if-change"
5213506e
RW
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
459260ec 559host_shared
5213506e
RW
560stage2_werror_flag
561stage1_checking
562stage1_cflags
563MAINT
564MAINTAINER_MODE_FALSE
565MAINTAINER_MODE_TRUE
566COMPILER_NM_FOR_TARGET
567COMPILER_LD_FOR_TARGET
568COMPILER_AS_FOR_TARGET
569FLAGS_FOR_TARGET
570RAW_CXX_FOR_TARGET
571WINDMC_FOR_TARGET
572WINDRES_FOR_TARGET
573STRIP_FOR_TARGET
e7a82751 574READELF_FOR_TARGET
5213506e
RW
575RANLIB_FOR_TARGET
576OBJDUMP_FOR_TARGET
577NM_FOR_TARGET
578LIPO_FOR_TARGET
579LD_FOR_TARGET
580DLLTOOL_FOR_TARGET
581AS_FOR_TARGET
582AR_FOR_TARGET
632e2a07 583GOC_FOR_TARGET
5213506e
RW
584GFORTRAN_FOR_TARGET
585GCJ_FOR_TARGET
586GCC_FOR_TARGET
587CXX_FOR_TARGET
588CC_FOR_TARGET
e7a82751 589READELF
5213506e
RW
590OBJDUMP
591OBJCOPY
592WINDMC
593WINDRES
594STRIP
595RANLIB
596NM
597LIPO
598LD
599DLLTOOL
600AS
601AR
602RUNTEST
603EXPECT
604MAKEINFO
605FLEX
606LEX
607M4
608BISON
609YACC
5213506e
RW
610WINDRES_FOR_BUILD
611WINDMC_FOR_BUILD
612RANLIB_FOR_BUILD
613NM_FOR_BUILD
614LD_FOR_BUILD
615LDFLAGS_FOR_BUILD
632e2a07 616GOC_FOR_BUILD
5213506e
RW
617GFORTRAN_FOR_BUILD
618GCJ_FOR_BUILD
619DLLTOOL_FOR_BUILD
620CXX_FOR_BUILD
621CXXFLAGS_FOR_BUILD
622CFLAGS_FOR_BUILD
623CC_FOR_BUILD
624AS_FOR_BUILD
625AR_FOR_BUILD
aae29963 626target_configdirs
5213506e 627configdirs
5213506e 628build_configdirs
5213506e
RW
629INSTALL_GDB_TK
630GDB_TK
631CONFIGURE_GDB_TK
632build_tooldir
633tooldir
634GCC_SHLIB_SUBDIR
635RPATH_ENVVAR
ffedf511
RW
636target_configargs
637host_configargs
638build_configargs
e12c4094 639BUILD_CONFIG
6f57bdf6 640LDFLAGS_FOR_TARGET
5213506e
RW
641CXXFLAGS_FOR_TARGET
642CFLAGS_FOR_TARGET
643DEBUG_PREFIX_CFLAGS_FOR_TARGET
644SYSROOT_CFLAGS_FOR_TARGET
645stage1_languages
d7f09764 646extra_host_libiberty_configure_flags
45b3824d
TS
647extra_linker_plugin_flags
648extra_linker_plugin_configure_flags
5213506e
RW
649clooginc
650clooglibs
33ad93b9 651islinc
5213506e 652poststage1_ldflags
ed2eaa9f 653poststage1_libs
5213506e 654stage1_ldflags
0b21f5d3 655stage1_libs
0ff2d841 656extra_isl_gmp_configure_flags
5213506e
RW
657extra_mpc_mpfr_configure_flags
658extra_mpc_gmp_configure_flags
659extra_mpfr_configure_flags
660gmpinc
661gmplibs
662do_compare
663GNATMAKE
664GNATBIND
665ac_ct_CXX
666CXXFLAGS
667CXX
668OBJEXT
669EXEEXT
670ac_ct_CC
671CPPFLAGS
672LDFLAGS
673CFLAGS
674CC
a4a2c37d 675EXTRA_CONFIGARGS_LIBJAVA
5213506e
RW
676target_subdir
677host_subdir
678build_subdir
679build_libsubdir
87264276
PB
680AWK
681SED
5213506e
RW
682LN_S
683LN
684INSTALL_DATA
685INSTALL_SCRIPT
686INSTALL_PROGRAM
687target_os
688target_vendor
689target_cpu
690target
691host_os
692host_vendor
693host_cpu
694host
695target_noncanonical
696host_noncanonical
697build_noncanonical
698build_os
699build_vendor
700build_cpu
701build
702TOPLEVEL_CONFIGURE_ARGUMENTS
703target_alias
704host_alias
705build_alias
706LIBS
707ECHO_T
708ECHO_N
709ECHO_C
710DEFS
711mandir
712localedir
713libdir
714psdir
715pdfdir
716dvidir
717htmldir
718infodir
719docdir
720oldincludedir
721includedir
722localstatedir
723sharedstatedir
724sysconfdir
725datadir
726datarootdir
727libexecdir
728sbindir
729bindir
730program_transform_name
731prefix
732exec_prefix
733PACKAGE_URL
734PACKAGE_BUGREPORT
735PACKAGE_STRING
736PACKAGE_VERSION
737PACKAGE_TARNAME
738PACKAGE_NAME
739PATH_SEPARATOR
740SHELL'
741ac_subst_files='serialization_dependencies
742host_makefile_frag
743target_makefile_frag
744alphaieee_frag
745ospace_frag'
746ac_user_opts='
747enable_option_checking
748with_build_libsubdir
749enable_gold
21539e2e 750enable_ld
87e6d9dc
TB
751enable_libquadmath
752enable_libquadmath_support
5213506e
RW
753enable_libada
754enable_libssp
1873ec0c 755enable_libstdcxx
a4a2c37d 756enable_static_libjava
ff3ac0f4 757enable_bootstrap
5213506e
RW
758with_mpc
759with_mpc_include
760with_mpc_lib
761with_mpfr_dir
762with_mpfr
763with_mpfr_include
764with_mpfr_lib
765with_gmp_dir
766with_gmp
767with_gmp_include
768with_gmp_lib
769with_host_libstdcxx
5213506e 770with_stage1_libs
0b21f5d3 771with_stage1_ldflags
5213506e 772with_boot_libs
ed2eaa9f 773with_boot_ldflags
625afa23 774with_cloog
33ad93b9
RG
775with_isl
776with_isl_include
777with_isl_lib
778enable_isl_version_check
5213506e
RW
779with_cloog_include
780with_cloog_lib
781enable_cloog_version_check
d7f09764 782enable_lto
45b3824d
TS
783enable_linker_plugin_configure_flags
784enable_linker_plugin_flags
5213506e
RW
785enable_stage1_languages
786enable_objc_gc
787with_build_sysroot
788with_debug_prefix_map
5646b7b9 789with_build_config
beeda1d9 790enable_vtable_verify
5213506e
RW
791enable_serial_configure
792with_build_time_tools
793enable_maintainer_mode
794enable_stage1_checking
795enable_werror
459260ec 796enable_host_shared
5213506e
RW
797'
798 ac_precious_vars='build_alias
799host_alias
800target_alias
801CC
802CFLAGS
803LDFLAGS
804LIBS
805CPPFLAGS
806CXX
807CXXFLAGS
808CCC
ffedf511
RW
809build_configargs
810host_configargs
811target_configargs
5213506e
RW
812AR
813AS
814DLLTOOL
815LD
816LIPO
817NM
818RANLIB
819STRIP
820WINDRES
821WINDMC
822OBJCOPY
823OBJDUMP
e7a82751 824READELF
5213506e
RW
825CC_FOR_TARGET
826CXX_FOR_TARGET
827GCC_FOR_TARGET
828GCJ_FOR_TARGET
829GFORTRAN_FOR_TARGET
632e2a07 830GOC_FOR_TARGET
5213506e
RW
831AR_FOR_TARGET
832AS_FOR_TARGET
833DLLTOOL_FOR_TARGET
834LD_FOR_TARGET
835LIPO_FOR_TARGET
836NM_FOR_TARGET
837OBJDUMP_FOR_TARGET
838RANLIB_FOR_TARGET
e7a82751 839READELF_FOR_TARGET
5213506e
RW
840STRIP_FOR_TARGET
841WINDRES_FOR_TARGET
842WINDMC_FOR_TARGET'
843
671aa708
NN
844
845# Initialize some variables set by options.
1c710c3c
DJ
846ac_init_help=
847ac_init_version=false
5213506e
RW
848ac_unrecognized_opts=
849ac_unrecognized_sep=
671aa708
NN
850# The variables have the same names as the options, with
851# dashes changed to underlines.
1c710c3c 852cache_file=/dev/null
671aa708 853exec_prefix=NONE
671aa708 854no_create=
671aa708
NN
855no_recursion=
856prefix=NONE
857program_prefix=NONE
858program_suffix=NONE
859program_transform_name=s,x,x,
860silent=
861site=
862srcdir=
671aa708
NN
863verbose=
864x_includes=NONE
865x_libraries=NONE
1c710c3c
DJ
866
867# Installation directory options.
868# These are left unexpanded so users can "make install exec_prefix=/foo"
869# and all the variables that are supposed to be based on exec_prefix
870# by default will actually change.
871# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 872# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
873bindir='${exec_prefix}/bin'
874sbindir='${exec_prefix}/sbin'
875libexecdir='${exec_prefix}/libexec'
5213506e
RW
876datarootdir='${prefix}/share'
877datadir='${datarootdir}'
671aa708
NN
878sysconfdir='${prefix}/etc'
879sharedstatedir='${prefix}/com'
880localstatedir='${prefix}/var'
671aa708
NN
881includedir='${prefix}/include'
882oldincludedir='/usr/include'
5213506e
RW
883docdir='${datarootdir}/doc/${PACKAGE}'
884infodir='${datarootdir}/info'
885htmldir='${docdir}'
886dvidir='${docdir}'
887pdfdir='${docdir}'
888psdir='${docdir}'
889libdir='${exec_prefix}/lib'
890localedir='${datarootdir}/locale'
891mandir='${datarootdir}/man'
79c06341 892
671aa708 893ac_prev=
5213506e 894ac_dashdash=
671aa708
NN
895for ac_option
896do
671aa708
NN
897 # If the previous option needs an argument, assign it.
898 if test -n "$ac_prev"; then
5213506e 899 eval $ac_prev=\$ac_option
671aa708
NN
900 ac_prev=
901 continue
902 fi
79c06341 903
5213506e
RW
904 case $ac_option in
905 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
906 *) ac_optarg=yes ;;
907 esac
671aa708
NN
908
909 # Accept the important Cygnus configure options, so we can diagnose typos.
910
5213506e
RW
911 case $ac_dashdash$ac_option in
912 --)
913 ac_dashdash=yes ;;
671aa708
NN
914
915 -bindir | --bindir | --bindi | --bind | --bin | --bi)
916 ac_prev=bindir ;;
917 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 918 bindir=$ac_optarg ;;
671aa708
NN
919
920 -build | --build | --buil | --bui | --bu)
1c710c3c 921 ac_prev=build_alias ;;
671aa708 922 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 923 build_alias=$ac_optarg ;;
671aa708
NN
924
925 -cache-file | --cache-file | --cache-fil | --cache-fi \
926 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
927 ac_prev=cache_file ;;
928 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
929 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
930 cache_file=$ac_optarg ;;
931
932 --config-cache | -C)
933 cache_file=config.cache ;;
671aa708 934
5213506e 935 -datadir | --datadir | --datadi | --datad)
671aa708 936 ac_prev=datadir ;;
5213506e 937 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 938 datadir=$ac_optarg ;;
671aa708 939
5213506e
RW
940 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
941 | --dataroo | --dataro | --datar)
942 ac_prev=datarootdir ;;
943 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
944 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
945 datarootdir=$ac_optarg ;;
946
671aa708 947 -disable-* | --disable-*)
5213506e 948 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 949 # Reject names that are not valid shell variable names.
5213506e
RW
950 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
951 as_fn_error "invalid feature name: $ac_useropt"
952 ac_useropt_orig=$ac_useropt
953 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
954 case $ac_user_opts in
955 *"
956"enable_$ac_useropt"
957"*) ;;
958 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
959 ac_unrecognized_sep=', ';;
960 esac
961 eval enable_$ac_useropt=no ;;
962
963 -docdir | --docdir | --docdi | --doc | --do)
964 ac_prev=docdir ;;
965 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
966 docdir=$ac_optarg ;;
967
968 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
969 ac_prev=dvidir ;;
970 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
971 dvidir=$ac_optarg ;;
671aa708
NN
972
973 -enable-* | --enable-*)
5213506e 974 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 975 # Reject names that are not valid shell variable names.
5213506e
RW
976 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
977 as_fn_error "invalid feature name: $ac_useropt"
978 ac_useropt_orig=$ac_useropt
979 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
980 case $ac_user_opts in
981 *"
982"enable_$ac_useropt"
983"*) ;;
984 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
985 ac_unrecognized_sep=', ';;
2aeb72e9 986 esac
5213506e 987 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
988
989 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
990 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
991 | --exec | --exe | --ex)
992 ac_prev=exec_prefix ;;
993 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
994 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
995 | --exec=* | --exe=* | --ex=*)
1c710c3c 996 exec_prefix=$ac_optarg ;;
671aa708
NN
997
998 -gas | --gas | --ga | --g)
999 # Obsolete; use --with-gas.
1000 with_gas=yes ;;
1001
1c710c3c
DJ
1002 -help | --help | --hel | --he | -h)
1003 ac_init_help=long ;;
1004 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1005 ac_init_help=recursive ;;
1006 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1007 ac_init_help=short ;;
671aa708
NN
1008
1009 -host | --host | --hos | --ho)
1c710c3c 1010 ac_prev=host_alias ;;
671aa708 1011 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1012 host_alias=$ac_optarg ;;
671aa708 1013
5213506e
RW
1014 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1015 ac_prev=htmldir ;;
1016 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1017 | --ht=*)
1018 htmldir=$ac_optarg ;;
1019
671aa708
NN
1020 -includedir | --includedir | --includedi | --included | --include \
1021 | --includ | --inclu | --incl | --inc)
1022 ac_prev=includedir ;;
1023 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1024 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1025 includedir=$ac_optarg ;;
671aa708
NN
1026
1027 -infodir | --infodir | --infodi | --infod | --info | --inf)
1028 ac_prev=infodir ;;
1029 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1030 infodir=$ac_optarg ;;
671aa708
NN
1031
1032 -libdir | --libdir | --libdi | --libd)
1033 ac_prev=libdir ;;
1034 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1035 libdir=$ac_optarg ;;
671aa708
NN
1036
1037 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1038 | --libexe | --libex | --libe)
1039 ac_prev=libexecdir ;;
1040 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1041 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1042 libexecdir=$ac_optarg ;;
671aa708 1043
5213506e
RW
1044 -localedir | --localedir | --localedi | --localed | --locale)
1045 ac_prev=localedir ;;
1046 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1047 localedir=$ac_optarg ;;
1048
671aa708 1049 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1050 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1051 ac_prev=localstatedir ;;
1052 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1053 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1054 localstatedir=$ac_optarg ;;
671aa708
NN
1055
1056 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1057 ac_prev=mandir ;;
1058 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1059 mandir=$ac_optarg ;;
671aa708
NN
1060
1061 -nfp | --nfp | --nf)
1062 # Obsolete; use --without-fp.
1063 with_fp=no ;;
1064
1065 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1066 | --no-cr | --no-c | -n)
671aa708
NN
1067 no_create=yes ;;
1068
1069 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1070 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1071 no_recursion=yes ;;
1072
1073 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1074 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1075 | --oldin | --oldi | --old | --ol | --o)
1076 ac_prev=oldincludedir ;;
1077 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1078 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1079 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1080 oldincludedir=$ac_optarg ;;
671aa708
NN
1081
1082 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1083 ac_prev=prefix ;;
1084 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1085 prefix=$ac_optarg ;;
671aa708
NN
1086
1087 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1088 | --program-pre | --program-pr | --program-p)
1089 ac_prev=program_prefix ;;
1090 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1091 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1092 program_prefix=$ac_optarg ;;
671aa708
NN
1093
1094 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1095 | --program-suf | --program-su | --program-s)
1096 ac_prev=program_suffix ;;
1097 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1098 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1099 program_suffix=$ac_optarg ;;
671aa708
NN
1100
1101 -program-transform-name | --program-transform-name \
1102 | --program-transform-nam | --program-transform-na \
1103 | --program-transform-n | --program-transform- \
1104 | --program-transform | --program-transfor \
1105 | --program-transfo | --program-transf \
1106 | --program-trans | --program-tran \
1107 | --progr-tra | --program-tr | --program-t)
1108 ac_prev=program_transform_name ;;
1109 -program-transform-name=* | --program-transform-name=* \
1110 | --program-transform-nam=* | --program-transform-na=* \
1111 | --program-transform-n=* | --program-transform-=* \
1112 | --program-transform=* | --program-transfor=* \
1113 | --program-transfo=* | --program-transf=* \
1114 | --program-trans=* | --program-tran=* \
1115 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1116 program_transform_name=$ac_optarg ;;
671aa708 1117
5213506e
RW
1118 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1119 ac_prev=pdfdir ;;
1120 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1121 pdfdir=$ac_optarg ;;
1122
1123 -psdir | --psdir | --psdi | --psd | --ps)
1124 ac_prev=psdir ;;
1125 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1126 psdir=$ac_optarg ;;
1127
671aa708
NN
1128 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1129 | -silent | --silent | --silen | --sile | --sil)
1130 silent=yes ;;
1131
1132 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1133 ac_prev=sbindir ;;
1134 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1135 | --sbi=* | --sb=*)
1c710c3c 1136 sbindir=$ac_optarg ;;
671aa708
NN
1137
1138 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1139 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1140 | --sharedst | --shareds | --shared | --share | --shar \
1141 | --sha | --sh)
1142 ac_prev=sharedstatedir ;;
1143 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1144 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1145 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1146 | --sha=* | --sh=*)
1c710c3c 1147 sharedstatedir=$ac_optarg ;;
671aa708
NN
1148
1149 -site | --site | --sit)
1150 ac_prev=site ;;
1151 -site=* | --site=* | --sit=*)
1c710c3c 1152 site=$ac_optarg ;;
671aa708
NN
1153
1154 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1155 ac_prev=srcdir ;;
1156 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1157 srcdir=$ac_optarg ;;
671aa708
NN
1158
1159 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1160 | --syscon | --sysco | --sysc | --sys | --sy)
1161 ac_prev=sysconfdir ;;
1162 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1163 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1164 sysconfdir=$ac_optarg ;;
671aa708
NN
1165
1166 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1167 ac_prev=target_alias ;;
671aa708 1168 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1169 target_alias=$ac_optarg ;;
671aa708
NN
1170
1171 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1172 verbose=yes ;;
1173
1c710c3c
DJ
1174 -version | --version | --versio | --versi | --vers | -V)
1175 ac_init_version=: ;;
671aa708
NN
1176
1177 -with-* | --with-*)
5213506e 1178 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1179 # Reject names that are not valid shell variable names.
5213506e
RW
1180 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1181 as_fn_error "invalid package name: $ac_useropt"
1182 ac_useropt_orig=$ac_useropt
1183 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1184 case $ac_user_opts in
1185 *"
1186"with_$ac_useropt"
1187"*) ;;
1188 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1189 ac_unrecognized_sep=', ';;
2aeb72e9 1190 esac
5213506e 1191 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1192
1193 -without-* | --without-*)
5213506e 1194 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1195 # Reject names that are not valid shell variable names.
5213506e
RW
1196 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1197 as_fn_error "invalid package name: $ac_useropt"
1198 ac_useropt_orig=$ac_useropt
1199 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1200 case $ac_user_opts in
1201 *"
1202"with_$ac_useropt"
1203"*) ;;
1204 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1205 ac_unrecognized_sep=', ';;
1206 esac
1207 eval with_$ac_useropt=no ;;
671aa708
NN
1208
1209 --x)
1210 # Obsolete; use --with-x.
1211 with_x=yes ;;
1212
1213 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1214 | --x-incl | --x-inc | --x-in | --x-i)
1215 ac_prev=x_includes ;;
1216 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1217 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1218 x_includes=$ac_optarg ;;
671aa708
NN
1219
1220 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1221 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1222 ac_prev=x_libraries ;;
1223 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1224 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1225 x_libraries=$ac_optarg ;;
671aa708 1226
5213506e
RW
1227 -*) as_fn_error "unrecognized option: \`$ac_option'
1228Try \`$0 --help' for more information."
671aa708
NN
1229 ;;
1230
1c710c3c
DJ
1231 *=*)
1232 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1233 # Reject names that are not valid shell variable names.
5213506e
RW
1234 case $ac_envvar in #(
1235 '' | [0-9]* | *[!_$as_cr_alnum]* )
1236 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1237 esac
1238 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1239 export $ac_envvar ;;
1240
671aa708 1241 *)
1c710c3c 1242 # FIXME: should be removed in autoconf 3.0.
5213506e 1243 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1244 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1245 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1246 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1247 ;;
1248
1249 esac
1250done
1251
1252if test -n "$ac_prev"; then
1c710c3c 1253 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1254 as_fn_error "missing argument to $ac_option"
af71363e 1255fi
af71363e 1256
5213506e
RW
1257if test -n "$ac_unrecognized_opts"; then
1258 case $enable_option_checking in
1259 no) ;;
1260 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1261 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1262 esac
5213506e 1263fi
2aeb72e9 1264
5213506e
RW
1265# Check all directory arguments for consistency.
1266for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1267 datadir sysconfdir sharedstatedir localstatedir includedir \
1268 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1269 libdir localedir mandir
2aeb72e9 1270do
5213506e
RW
1271 eval ac_val=\$$ac_var
1272 # Remove trailing slashes.
1273 case $ac_val in
1274 */ )
1275 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1276 eval $ac_var=\$ac_val;;
1277 esac
1278 # Be sure to have absolute directory names.
2aeb72e9 1279 case $ac_val in
5213506e
RW
1280 [\\/$]* | ?:[\\/]* ) continue;;
1281 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1282 esac
5213506e 1283 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1284done
1285
1c710c3c
DJ
1286# There might be people who depend on the old broken behavior: `$host'
1287# used to hold the argument of --host etc.
1288# FIXME: To remove some day.
1289build=$build_alias
1290host=$host_alias
1291target=$target_alias
0b0dc272 1292
1c710c3c
DJ
1293# FIXME: To remove some day.
1294if test "x$host_alias" != x; then
1295 if test "x$build_alias" = x; then
1296 cross_compiling=maybe
5213506e 1297 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1298 If a cross compiler is detected then cross compile mode will be used." >&2
1299 elif test "x$build_alias" != "x$host_alias"; then
1300 cross_compiling=yes
1301 fi
1302fi
1303
1304ac_tool_prefix=
1305test -n "$host_alias" && ac_tool_prefix=$host_alias-
1306
1307test "$silent" = yes && exec 6>/dev/null
671aa708 1308
671aa708 1309
5213506e
RW
1310ac_pwd=`pwd` && test -n "$ac_pwd" &&
1311ac_ls_di=`ls -di .` &&
1312ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1313 as_fn_error "working directory cannot be determined"
1314test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1315 as_fn_error "pwd does not report name of working directory"
1316
1317
671aa708
NN
1318# Find the source files, if location was not specified.
1319if test -z "$srcdir"; then
1320 ac_srcdir_defaulted=yes
5213506e
RW
1321 # Try the directory containing this script, then the parent directory.
1322 ac_confdir=`$as_dirname -- "$as_myself" ||
1323$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1324 X"$as_myself" : 'X\(//\)[^/]' \| \
1325 X"$as_myself" : 'X\(//\)$' \| \
1326 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1327$as_echo X"$as_myself" |
1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1329 s//\1/
1330 q
1331 }
1332 /^X\(\/\/\)[^/].*/{
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\/\)$/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\).*/{
1341 s//\1/
1342 q
1343 }
1344 s/.*/./; q'`
671aa708 1345 srcdir=$ac_confdir
5213506e 1346 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1347 srcdir=..
1348 fi
1349else
1350 ac_srcdir_defaulted=no
1351fi
5213506e
RW
1352if test ! -r "$srcdir/$ac_unique_file"; then
1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1354 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1355fi
1356ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1357ac_abs_confdir=`(
1358 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1359 pwd)`
1360# When building in place, set srcdir=.
1361if test "$ac_abs_confdir" = "$ac_pwd"; then
1362 srcdir=.
1363fi
1364# Remove unnecessary trailing slashes from srcdir.
1365# Double slashes in file names in object file debugging info
1366# mess up M-x gdb in Emacs.
1367case $srcdir in
1368*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1369esac
87841584
AM
1370case $srcdir in
1371 *" "*)
1372 as_fn_error "path to source, $srcdir, contains spaces"
1373 ;;
1374esac
ac9e6043
RW
1375ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1376
5213506e
RW
1377for ac_var in $ac_precious_vars; do
1378 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1379 eval ac_env_${ac_var}_value=\$${ac_var}
1380 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1381 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1382done
1c710c3c
DJ
1383
1384#
1385# Report the --help message.
1386#
1387if test "$ac_init_help" = "long"; then
1388 # Omit some internal or obsolete options to make the list less imposing.
1389 # This message is too long to be a string in the A/UX 3.1 sh.
1390 cat <<_ACEOF
1391\`configure' configures this package to adapt to many kinds of systems.
1392
1393Usage: $0 [OPTION]... [VAR=VALUE]...
1394
1395To assign environment variables (e.g., CC, CFLAGS...), specify them as
1396VAR=VALUE. See below for descriptions of some of the useful variables.
1397
1398Defaults for the options are specified in brackets.
1399
1400Configuration:
1401 -h, --help display this help and exit
1402 --help=short display options specific to this package
1403 --help=recursive display the short help of all the included packages
1404 -V, --version display version information and exit
1405 -q, --quiet, --silent do not print \`checking...' messages
1406 --cache-file=FILE cache test results in FILE [disabled]
1407 -C, --config-cache alias for \`--cache-file=config.cache'
1408 -n, --no-create do not create output files
1409 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1410
1c710c3c
DJ
1411Installation directories:
1412 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1413 [$ac_default_prefix]
1c710c3c 1414 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1415 [PREFIX]
1c710c3c
DJ
1416
1417By default, \`make install' will install all the files in
1418\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1419an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1420for instance \`--prefix=\$HOME'.
1421
1422For better control, use the options below.
1423
1424Fine tuning of the installation directories:
5213506e
RW
1425 --bindir=DIR user executables [EPREFIX/bin]
1426 --sbindir=DIR system admin executables [EPREFIX/sbin]
1427 --libexecdir=DIR program executables [EPREFIX/libexec]
1428 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1429 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1430 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1431 --libdir=DIR object code libraries [EPREFIX/lib]
1432 --includedir=DIR C header files [PREFIX/include]
1433 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1434 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1435 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1436 --infodir=DIR info documentation [DATAROOTDIR/info]
1437 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1438 --mandir=DIR man documentation [DATAROOTDIR/man]
1439 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1440 --htmldir=DIR html documentation [DOCDIR]
1441 --dvidir=DIR dvi documentation [DOCDIR]
1442 --pdfdir=DIR pdf documentation [DOCDIR]
1443 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1444_ACEOF
1445
1446 cat <<\_ACEOF
1447
1448Program names:
1449 --program-prefix=PREFIX prepend PREFIX to installed program names
1450 --program-suffix=SUFFIX append SUFFIX to installed program names
1451 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1452
1453System types:
1454 --build=BUILD configure for building on BUILD [guessed]
1455 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1456 --target=TARGET configure for building compilers for TARGET [HOST]
1457_ACEOF
1458fi
1459
1460if test -n "$ac_init_help"; then
1461
1462 cat <<\_ACEOF
1463
1464Optional Features:
5213506e 1465 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1466 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1467 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
21539e2e 1468 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1469 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
87e6d9dc
TB
1470 --disable-libquadmath do not build libquadmath directory
1471 --disable-libquadmath-support
1472 disable libquadmath support for Fortran
30b74385
RW
1473 --enable-libada build libada directory
1474 --enable-libssp build libssp directory
1873ec0c 1475 --disable-libstdcxx do not build libstdc++-v3 directory
a4a2c37d
MK
1476 --enable-static-libjava[=ARG]
1477 build static libjava [default=no]
ff3ac0f4 1478 --enable-bootstrap enable bootstrapping [yes if native build]
33ad93b9
RG
1479 --disable-isl-version-check
1480 disable check for ISL version
d32ef397
AS
1481 --disable-cloog-version-check
1482 disable check for CLooG version
d7f09764 1483 --enable-lto enable link time optimization support
45b3824d
TS
1484 --enable-linker-plugin-configure-flags=FLAGS
1485 additional flags for configuring linker plugins
1486 [none]
1487 --enable-linker-plugin-flags=FLAGS
1488 additional flags for configuring and building linker
1489 plugins [none]
33e39b66
AS
1490 --enable-stage1-languages[=all]
1491 choose additional languages to build during stage1.
1492 Mostly useful for compiler development
1493 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1494 Objective-C runtime
beeda1d9 1495 --enable-vtable-verify Enable vtable verification feature
30b74385 1496 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1497 force sequential configuration of sub-packages for
1498 the host, target or build machine, or all
1499 sub-packages
1500 --enable-maintainer-mode
1501 enable make rules and dependencies not useful (and
1502 sometimes confusing) to the casual installer
1503 --enable-stage1-checking[=all]
1504 choose additional checking for stage1 of the
1505 compiler
1c710c3c 1506 --enable-werror enable -Werror in bootstrap stage2 and later
459260ec 1507 --enable-host-shared build host code as shared libraries
1c710c3c
DJ
1508
1509Optional Packages:
1510 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1511 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1512 --with-build-libsubdir=DIR Directory where to find libraries for build system
33e39b66
AS
1513 --with-mpc=PATH specify prefix directory for installed MPC package.
1514 Equivalent to --with-mpc-include=PATH/include plus
1515 --with-mpc-lib=PATH/lib
1516 --with-mpc-include=PATH specify directory for installed MPC include files
1517 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1518 --with-mpfr-dir=PATH this option has been REMOVED
1519 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1520 Equivalent to --with-mpfr-include=PATH/include plus
1521 --with-mpfr-lib=PATH/lib
1c710c3c 1522 --with-mpfr-include=PATH
30b74385
RW
1523 specify directory for installed MPFR include files
1524 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1525 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1526 --with-gmp=PATH specify prefix directory for the installed GMP
1527 package. Equivalent to
1528 --with-gmp-include=PATH/include plus
1529 --with-gmp-lib=PATH/lib
30b74385
RW
1530 --with-gmp-include=PATH specify directory for installed GMP include files
1531 --with-gmp-lib=PATH specify directory for the installed GMP library
33e39b66
AS
1532 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1533 linking with PPL
0b21f5d3 1534 --with-stage1-libs=LIBS libraries for stage1
33e39b66
AS
1535 --with-stage1-ldflags=FLAGS
1536 linker flags for stage1
33e39b66
AS
1537 --with-boot-libs=LIBS libraries for stage2 and later
1538 --with-boot-ldflags=FLAGS
1539 linker flags for stage2 and later
625afa23
RG
1540 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1541 package. Equivalent to
1542 --with-cloog-include=PATH/include plus
1543 --with-cloog-lib=PATH/lib
33ad93b9 1544 --with-isl=PATH Specify prefix directory for the installed ISL
33e39b66 1545 package. Equivalent to
33ad93b9
RG
1546 --with-isl-include=PATH/include plus
1547 --with-isl-lib=PATH/lib
1548 --with-isl-include=PATH Specify directory for installed ISL include files
1549 --with-isl-lib=PATH Specify the directory for the installed ISL library
d32ef397
AS
1550 --with-cloog-include=PATH
1551 Specify directory for installed CLooG include files
1552 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1553 library
30b74385 1554 --with-build-sysroot=SYSROOT
1c710c3c 1555 use sysroot as the system root during the build
c8aea42c 1556 --with-debug-prefix-map='A=B C=D ...'
33e39b66
AS
1557 map A to B, C to D ... in debug information
1558 --with-build-config='NAME NAME2...'
1559 use config/NAME.mk build configuration
30b74385 1560 --with-build-time-tools=PATH
1c710c3c 1561 use given path to find target tools during the build
1c710c3c
DJ
1562
1563Some influential environment variables:
1564 CC C compiler command
1565 CFLAGS C compiler flags
1566 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1567 nonstandard directory <lib dir>
5213506e
RW
1568 LIBS libraries to pass to the linker, e.g. -l<library>
1569 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1570 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1571 CXX C++ compiler command
1572 CXXFLAGS C++ compiler flags
ffedf511
RW
1573 build_configargs
1574 additional configure arguments for build directories
1575 host_configargs
1576 additional configure arguments for host directories
1577 target_configargs
1578 additional configure arguments for target directories
278a7a38
AO
1579 AR AR for the host
1580 AS AS for the host
1581 DLLTOOL DLLTOOL for the host
1582 LD LD for the host
1583 LIPO LIPO for the host
1584 NM NM for the host
1585 RANLIB RANLIB for the host
1586 STRIP STRIP for the host
1587 WINDRES WINDRES for the host
901119ae 1588 WINDMC WINDMC for the host
278a7a38
AO
1589 OBJCOPY OBJCOPY for the host
1590 OBJDUMP OBJDUMP for the host
e7a82751 1591 READELF READELF for the host
278a7a38
AO
1592 CC_FOR_TARGET
1593 CC for the target
1594 CXX_FOR_TARGET
1595 CXX for the target
1596 GCC_FOR_TARGET
1597 GCC for the target
1598 GCJ_FOR_TARGET
1599 GCJ for the target
1600 GFORTRAN_FOR_TARGET
1601 GFORTRAN for the target
632e2a07
ILT
1602 GOC_FOR_TARGET
1603 GOC for the target
278a7a38
AO
1604 AR_FOR_TARGET
1605 AR for the target
1606 AS_FOR_TARGET
1607 AS for the target
1608 DLLTOOL_FOR_TARGET
1609 DLLTOOL for the target
1610 LD_FOR_TARGET
1611 LD for the target
1612 LIPO_FOR_TARGET
1613 LIPO for the target
1614 NM_FOR_TARGET
1615 NM for the target
1616 OBJDUMP_FOR_TARGET
1617 OBJDUMP for the target
1618 RANLIB_FOR_TARGET
1619 RANLIB for the target
e7a82751
RM
1620 READELF_FOR_TARGET
1621 READELF for the target
278a7a38
AO
1622 STRIP_FOR_TARGET
1623 STRIP for the target
1624 WINDRES_FOR_TARGET
1625 WINDRES for the target
901119ae
KT
1626 WINDMC_FOR_TARGET
1627 WINDMC for the target
1c710c3c
DJ
1628
1629Use these variables to override the choices made by `configure' or to help
1630it to find libraries and programs with nonstandard names/locations.
1631
5213506e 1632Report bugs to the package provider.
1c710c3c 1633_ACEOF
5213506e 1634ac_status=$?
1c710c3c
DJ
1635fi
1636
1637if test "$ac_init_help" = "recursive"; then
1638 # If there are subdirs, report their specific --help.
1c710c3c 1639 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1640 test -d "$ac_dir" ||
1641 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1642 continue
1c710c3c
DJ
1643 ac_builddir=.
1644
5213506e
RW
1645case "$ac_dir" in
1646.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1647*)
1648 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1649 # A ".." for each directory in $ac_dir_suffix.
1650 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1651 case $ac_top_builddir_sub in
1652 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1653 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1654 esac ;;
1655esac
1656ac_abs_top_builddir=$ac_pwd
1657ac_abs_builddir=$ac_pwd$ac_dir_suffix
1658# for backward compatibility:
1659ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1660
1661case $srcdir in
5213506e 1662 .) # We are building in place.
1c710c3c 1663 ac_srcdir=.
5213506e
RW
1664 ac_top_srcdir=$ac_top_builddir_sub
1665 ac_abs_top_srcdir=$ac_pwd ;;
1666 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1667 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1668 ac_top_srcdir=$srcdir
1669 ac_abs_top_srcdir=$srcdir ;;
1670 *) # Relative name.
1671 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1672 ac_top_srcdir=$ac_top_build_prefix$srcdir
1673 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1674esac
5213506e
RW
1675ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1676
1677 cd "$ac_dir" || { ac_status=$?; continue; }
1678 # Check for guested configure.
1679 if test -f "$ac_srcdir/configure.gnu"; then
1680 echo &&
1681 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1682 elif test -f "$ac_srcdir/configure"; then
1683 echo &&
1684 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1685 else
5213506e
RW
1686 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1687 fi || ac_status=$?
1688 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1689 done
1690fi
1691
5213506e 1692test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1693if $ac_init_version; then
1694 cat <<\_ACEOF
5213506e
RW
1695configure
1696generated by GNU Autoconf 2.64
1c710c3c 1697
5213506e 1698Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
1699This configure script is free software; the Free Software Foundation
1700gives unlimited permission to copy, distribute and modify it.
1701_ACEOF
5213506e 1702 exit
0b0dc272 1703fi
5213506e
RW
1704
1705## ------------------------ ##
1706## Autoconf initialization. ##
1707## ------------------------ ##
1708
1709# ac_fn_c_try_compile LINENO
1710# --------------------------
1711# Try to compile conftest.$ac_ext, and return whether this succeeded.
1712ac_fn_c_try_compile ()
1713{
1714 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1715 rm -f conftest.$ac_objext
1716 if { { ac_try="$ac_compile"
1717case "(($ac_try" in
1718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1719 *) ac_try_echo=$ac_try;;
1720esac
1721eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1722$as_echo "$ac_try_echo"; } >&5
1723 (eval "$ac_compile") 2>conftest.err
1724 ac_status=$?
1725 if test -s conftest.err; then
1726 grep -v '^ *+' conftest.err >conftest.er1
1727 cat conftest.er1 >&5
1728 mv -f conftest.er1 conftest.err
1729 fi
1730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731 test $ac_status = 0; } && {
1732 test -z "$ac_c_werror_flag" ||
1733 test ! -s conftest.err
1734 } && test -s conftest.$ac_objext; then :
1735 ac_retval=0
1736else
1737 $as_echo "$as_me: failed program was:" >&5
1738sed 's/^/| /' conftest.$ac_ext >&5
1739
1740 ac_retval=1
1741fi
1742 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743 return $ac_retval
1744
1745} # ac_fn_c_try_compile
1746
1747# ac_fn_cxx_try_compile LINENO
1748# ----------------------------
1749# Try to compile conftest.$ac_ext, and return whether this succeeded.
1750ac_fn_cxx_try_compile ()
1751{
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 rm -f conftest.$ac_objext
1754 if { { ac_try="$ac_compile"
1755case "(($ac_try" in
1756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1757 *) ac_try_echo=$ac_try;;
1758esac
1759eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1760$as_echo "$ac_try_echo"; } >&5
1761 (eval "$ac_compile") 2>conftest.err
1762 ac_status=$?
1763 if test -s conftest.err; then
1764 grep -v '^ *+' conftest.err >conftest.er1
1765 cat conftest.er1 >&5
1766 mv -f conftest.er1 conftest.err
1767 fi
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; } && {
1770 test -z "$ac_cxx_werror_flag" ||
1771 test ! -s conftest.err
1772 } && test -s conftest.$ac_objext; then :
1773 ac_retval=0
1774else
1775 $as_echo "$as_me: failed program was:" >&5
1776sed 's/^/| /' conftest.$ac_ext >&5
1777
1778 ac_retval=1
1779fi
1780 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1781 return $ac_retval
1782
1783} # ac_fn_cxx_try_compile
1784
0b21f5d3
EB
1785# ac_fn_cxx_try_link LINENO
1786# -------------------------
1787# Try to link conftest.$ac_ext, and return whether this succeeded.
1788ac_fn_cxx_try_link ()
1789{
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 rm -f conftest.$ac_objext conftest$ac_exeext
1792 if { { ac_try="$ac_link"
1793case "(($ac_try" in
1794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1795 *) ac_try_echo=$ac_try;;
1796esac
1797eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1798$as_echo "$ac_try_echo"; } >&5
1799 (eval "$ac_link") 2>conftest.err
1800 ac_status=$?
1801 if test -s conftest.err; then
1802 grep -v '^ *+' conftest.err >conftest.er1
1803 cat conftest.er1 >&5
1804 mv -f conftest.er1 conftest.err
1805 fi
1806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1807 test $ac_status = 0; } && {
1808 test -z "$ac_cxx_werror_flag" ||
1809 test ! -s conftest.err
1810 } && test -s conftest$ac_exeext && {
1811 test "$cross_compiling" = yes ||
1812 $as_test_x conftest$ac_exeext
1813 }; then :
1814 ac_retval=0
1815else
1816 $as_echo "$as_me: failed program was:" >&5
1817sed 's/^/| /' conftest.$ac_ext >&5
1818
1819 ac_retval=1
1820fi
1821 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1822 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1823 # interfere with the next link command; also delete a directory that is
1824 # left behind by Apple's compiler. We do this before executing the actions.
1825 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1826 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1827 return $ac_retval
1828
1829} # ac_fn_cxx_try_link
1830
5213506e
RW
1831# ac_fn_c_try_link LINENO
1832# -----------------------
1833# Try to link conftest.$ac_ext, and return whether this succeeded.
1834ac_fn_c_try_link ()
1835{
1836 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837 rm -f conftest.$ac_objext conftest$ac_exeext
1838 if { { ac_try="$ac_link"
1839case "(($ac_try" in
1840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1841 *) ac_try_echo=$ac_try;;
1842esac
1843eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1844$as_echo "$ac_try_echo"; } >&5
1845 (eval "$ac_link") 2>conftest.err
1846 ac_status=$?
1847 if test -s conftest.err; then
1848 grep -v '^ *+' conftest.err >conftest.er1
1849 cat conftest.er1 >&5
1850 mv -f conftest.er1 conftest.err
1851 fi
1852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1853 test $ac_status = 0; } && {
1854 test -z "$ac_c_werror_flag" ||
1855 test ! -s conftest.err
1856 } && test -s conftest$ac_exeext && {
1857 test "$cross_compiling" = yes ||
1858 $as_test_x conftest$ac_exeext
1859 }; then :
1860 ac_retval=0
1861else
1862 $as_echo "$as_me: failed program was:" >&5
1863sed 's/^/| /' conftest.$ac_ext >&5
1864
1865 ac_retval=1
1866fi
1867 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1868 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1869 # interfere with the next link command; also delete a directory that is
1870 # left behind by Apple's compiler. We do this before executing the actions.
1871 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1872 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1873 return $ac_retval
1874
1875} # ac_fn_c_try_link
33ad93b9
RG
1876
1877# ac_fn_c_try_run LINENO
1878# ----------------------
1879# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1880# that executables *can* be run.
1881ac_fn_c_try_run ()
1882{
1883 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1884 if { { ac_try="$ac_link"
1885case "(($ac_try" in
1886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1887 *) ac_try_echo=$ac_try;;
1888esac
1889eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1890$as_echo "$ac_try_echo"; } >&5
1891 (eval "$ac_link") 2>&5
1892 ac_status=$?
1893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1894 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1895 { { case "(($ac_try" in
1896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1897 *) ac_try_echo=$ac_try;;
1898esac
1899eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1900$as_echo "$ac_try_echo"; } >&5
1901 (eval "$ac_try") 2>&5
1902 ac_status=$?
1903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1904 test $ac_status = 0; }; }; then :
1905 ac_retval=0
1906else
1907 $as_echo "$as_me: program exited with status $ac_status" >&5
1908 $as_echo "$as_me: failed program was:" >&5
1909sed 's/^/| /' conftest.$ac_ext >&5
1910
1911 ac_retval=$ac_status
1912fi
1913 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1914 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1915 return $ac_retval
1916
1917} # ac_fn_c_try_run
5213506e 1918cat >config.log <<_ACEOF
1c710c3c
DJ
1919This file contains any messages produced by compilers while
1920running configure, to aid debugging if configure makes a mistake.
1921
1922It was created by $as_me, which was
5213506e 1923generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
1924
1925 $ $0 $@
1926
1927_ACEOF
5213506e 1928exec 5>>config.log
1c710c3c
DJ
1929{
1930cat <<_ASUNAME
1931## --------- ##
1932## Platform. ##
1933## --------- ##
1934
1935hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1936uname -m = `(uname -m) 2>/dev/null || echo unknown`
1937uname -r = `(uname -r) 2>/dev/null || echo unknown`
1938uname -s = `(uname -s) 2>/dev/null || echo unknown`
1939uname -v = `(uname -v) 2>/dev/null || echo unknown`
1940
1941/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1942/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1943
1944/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1945/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1946/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1947/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1948/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1949/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1950/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1951
1952_ASUNAME
1953
1954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1955for as_dir in $PATH
1956do
1957 IFS=$as_save_IFS
1958 test -z "$as_dir" && as_dir=.
5213506e
RW
1959 $as_echo "PATH: $as_dir"
1960 done
1961IFS=$as_save_IFS
1c710c3c
DJ
1962
1963} >&5
1964
1965cat >&5 <<_ACEOF
1966
1967
1968## ----------- ##
1969## Core tests. ##
1970## ----------- ##
1971
1972_ACEOF
1973
1974
1975# Keep a trace of the command line.
1976# Strip out --no-create and --no-recursion so they do not pile up.
1977# Strip out --silent because we don't want to record it for future runs.
1978# Also quote any args containing shell meta-characters.
1979# Make two passes to allow for proper duplicate-argument suppression.
1980ac_configure_args=
1981ac_configure_args0=
1982ac_configure_args1=
1c710c3c
DJ
1983ac_must_keep_next=false
1984for ac_pass in 1 2
1985do
1986 for ac_arg
1987 do
1988 case $ac_arg in
1989 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1990 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1991 | -silent | --silent | --silen | --sile | --sil)
1992 continue ;;
5213506e
RW
1993 *\'*)
1994 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
1995 esac
1996 case $ac_pass in
5213506e 1997 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 1998 2)
5213506e 1999 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
2000 if test $ac_must_keep_next = true; then
2001 ac_must_keep_next=false # Got value, back to normal.
2002 else
2003 case $ac_arg in
2004 *=* | --config-cache | -C | -disable-* | --disable-* \
2005 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2006 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2007 | -with-* | --with-* | -without-* | --without-* | --x)
2008 case "$ac_configure_args0 " in
2009 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2010 esac
2011 ;;
2012 -* ) ac_must_keep_next=true ;;
2013 esac
2014 fi
5213506e 2015 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
2016 ;;
2017 esac
2018 done
2019done
5213506e
RW
2020{ ac_configure_args0=; unset ac_configure_args0;}
2021{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
2022
2023# When interrupted or exit'd, cleanup temporary files, and complete
2024# config.log. We remove comments because anyway the quotes in there
2025# would cause problems or look ugly.
5213506e
RW
2026# WARNING: Use '\'' to represent an apostrophe within the trap.
2027# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
2028trap 'exit_status=$?
2029 # Save into config.log some information that might help in debugging.
2030 {
2031 echo
2032
2033 cat <<\_ASBOX
2034## ---------------- ##
2035## Cache variables. ##
2036## ---------------- ##
2037_ASBOX
2038 echo
2039 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
2040(
2041 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2042 eval ac_val=\$$ac_var
2043 case $ac_val in #(
2044 *${as_nl}*)
2045 case $ac_var in #(
2046 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2047$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2048 esac
2049 case $ac_var in #(
2050 _ | IFS | as_nl) ;; #(
2051 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2052 *) { eval $ac_var=; unset $ac_var;} ;;
2053 esac ;;
2054 esac
2055 done
1c710c3c 2056 (set) 2>&1 |
5213506e
RW
2057 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2058 *${as_nl}ac_space=\ *)
1c710c3c 2059 sed -n \
5213506e
RW
2060 "s/'\''/'\''\\\\'\'''\''/g;
2061 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2062 ;; #(
1c710c3c 2063 *)
5213506e 2064 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 2065 ;;
5213506e
RW
2066 esac |
2067 sort
2068)
1c710c3c
DJ
2069 echo
2070
2071 cat <<\_ASBOX
2072## ----------------- ##
2073## Output variables. ##
2074## ----------------- ##
2075_ASBOX
2076 echo
2077 for ac_var in $ac_subst_vars
2078 do
5213506e
RW
2079 eval ac_val=\$$ac_var
2080 case $ac_val in
2081 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2082 esac
2083 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2084 done | sort
2085 echo
2086
2087 if test -n "$ac_subst_files"; then
2088 cat <<\_ASBOX
5213506e
RW
2089## ------------------- ##
2090## File substitutions. ##
2091## ------------------- ##
1c710c3c
DJ
2092_ASBOX
2093 echo
2094 for ac_var in $ac_subst_files
2095 do
5213506e
RW
2096 eval ac_val=\$$ac_var
2097 case $ac_val in
2098 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2099 esac
2100 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2101 done | sort
2102 echo
2103 fi
2104
2105 if test -s confdefs.h; then
2106 cat <<\_ASBOX
2107## ----------- ##
2108## confdefs.h. ##
2109## ----------- ##
2110_ASBOX
2111 echo
5213506e 2112 cat confdefs.h
1c710c3c
DJ
2113 echo
2114 fi
2115 test "$ac_signal" != 0 &&
5213506e
RW
2116 $as_echo "$as_me: caught signal $ac_signal"
2117 $as_echo "$as_me: exit $exit_status"
1c710c3c 2118 } >&5
5213506e
RW
2119 rm -f core *.core core.conftest.* &&
2120 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 2121 exit $exit_status
5213506e 2122' 0
1c710c3c 2123for ac_signal in 1 2 13 15; do
5213506e 2124 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
2125done
2126ac_signal=0
2127
2128# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2129rm -f -r conftest* confdefs.h
2130
2131$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
2132
2133# Predefined preprocessor variables.
2134
2135cat >>confdefs.h <<_ACEOF
2136#define PACKAGE_NAME "$PACKAGE_NAME"
2137_ACEOF
2138
1c710c3c
DJ
2139cat >>confdefs.h <<_ACEOF
2140#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2141_ACEOF
2142
1c710c3c
DJ
2143cat >>confdefs.h <<_ACEOF
2144#define PACKAGE_VERSION "$PACKAGE_VERSION"
2145_ACEOF
0b0dc272 2146
1c710c3c
DJ
2147cat >>confdefs.h <<_ACEOF
2148#define PACKAGE_STRING "$PACKAGE_STRING"
2149_ACEOF
2150
1c710c3c
DJ
2151cat >>confdefs.h <<_ACEOF
2152#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2153_ACEOF
2154
5213506e
RW
2155cat >>confdefs.h <<_ACEOF
2156#define PACKAGE_URL "$PACKAGE_URL"
2157_ACEOF
2158
1c710c3c
DJ
2159
2160# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2161# Prefer an explicitly selected file to automatically selected ones.
2162ac_site_file1=NONE
2163ac_site_file2=NONE
2164if test -n "$CONFIG_SITE"; then
2165 ac_site_file1=$CONFIG_SITE
2166elif test "x$prefix" != xNONE; then
2167 ac_site_file1=$prefix/share/config.site
2168 ac_site_file2=$prefix/etc/config.site
2169else
2170 ac_site_file1=$ac_default_prefix/share/config.site
2171 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2172fi
5213506e
RW
2173for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2174do
2175 test "x$ac_site_file" = xNONE && continue
671aa708 2176 if test -r "$ac_site_file"; then
5213506e
RW
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2178$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2179 sed 's/^/| /' "$ac_site_file" >&5
671aa708
NN
2180 . "$ac_site_file"
2181 fi
2182done
2183
2184if test -r "$cache_file"; then
1c710c3c
DJ
2185 # Some versions of bash will fail to source /dev/null (special
2186 # files actually), so we avoid doing that.
2187 if test -f "$cache_file"; then
5213506e
RW
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2189$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2190 case $cache_file in
5213506e
RW
2191 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2192 *) . "./$cache_file";;
1c710c3c
DJ
2193 esac
2194 fi
671aa708 2195else
5213506e
RW
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2197$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2198 >$cache_file
2199fi
2200
2201# Check that the precious variables saved in the cache have kept the same
2202# value.
2203ac_cache_corrupted=false
5213506e 2204for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2205 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2206 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2207 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2208 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2209 case $ac_old_set,$ac_new_set in
2210 set,)
5213506e
RW
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2212$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2213 ac_cache_corrupted=: ;;
2214 ,set)
5213506e
RW
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2216$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2217 ac_cache_corrupted=: ;;
2218 ,);;
2219 *)
2220 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2221 # differences in whitespace do not lead to failure.
2222 ac_old_val_w=`echo x $ac_old_val`
2223 ac_new_val_w=`echo x $ac_new_val`
2224 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2226$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2227 ac_cache_corrupted=:
2228 else
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2230$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2231 eval $ac_var=\$ac_old_val
2232 fi
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2234$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2235 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2236$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2237 fi;;
2238 esac
2239 # Pass precious variables to config.status.
2240 if test "$ac_new_set" = set; then
2241 case $ac_new_val in
5213506e 2242 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2243 *) ac_arg=$ac_var=$ac_new_val ;;
2244 esac
2245 case " $ac_configure_args " in
2246 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2247 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2248 esac
2249 fi
2250done
2251if $ac_cache_corrupted; then
5213506e
RW
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2253$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2255$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2256 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2257fi
5213506e
RW
2258## -------------------- ##
2259## Main body of script. ##
2260## -------------------- ##
671aa708 2261
2aeb72e9
DD
2262ac_ext=c
2263ac_cpp='$CPP $CPPFLAGS'
2264ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2265ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2266ac_compiler_gnu=$ac_cv_c_compiler_gnu
2267
1c710c3c
DJ
2268
2269
2270
1c710c3c
DJ
2271
2272
0115d4a3 2273
1c710c3c 2274
ad33ff57
RW
2275
2276progname=$0
2277# if PWD already has a value, it is probably wrong.
2278if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2279
2280# Export original configure arguments for use by sub-configures.
2281# Quote arguments with shell meta charatcers.
2282TOPLEVEL_CONFIGURE_ARGUMENTS=
2283set -- "$progname" "$@"
2284for ac_arg
2285do
2286 case "$ac_arg" in
2287 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2288 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2289 # if the argument is of the form -foo=baz, quote the baz part only
2290 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2291 *) ;;
2292 esac
2293 # Add the quoted argument to the list.
2294 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2295done
2296if test "$silent" = yes; then
2297 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2298fi
2299# Remove the initial space we just introduced and, as these will be
2300# expanded by make, quote '$'.
2301TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2302
1c710c3c
DJ
2303
2304# Find the build, host, and target systems.
671aa708 2305ac_aux_dir=
5213506e
RW
2306for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2307 for ac_t in install-sh install.sh shtool; do
2308 if test -f "$ac_dir/$ac_t"; then
2309 ac_aux_dir=$ac_dir
2310 ac_install_sh="$ac_aux_dir/$ac_t -c"
2311 break 2
2312 fi
2313 done
671aa708
NN
2314done
2315if test -z "$ac_aux_dir"; then
5213506e 2316 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2317fi
5213506e
RW
2318
2319# These three variables are undocumented and unsupported,
2320# and are intended to be withdrawn in a future Autoconf release.
2321# They can cause serious problems if a builder's source tree is in a directory
2322# whose full name contains unusual characters.
2323ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2324ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2325ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2326
671aa708 2327
1c710c3c 2328# Make sure we can run config.sub.
5213506e
RW
2329$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2330 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2331
2332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2333$as_echo_n "checking build system type... " >&6; }
2334if test "${ac_cv_build+set}" = set; then :
2335 $as_echo_n "(cached) " >&6
2336else
2337 ac_build_alias=$build_alias
2338test "x$ac_build_alias" = x &&
2339 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2340test "x$ac_build_alias" = x &&
2341 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2342ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2343 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2344
2345fi
2346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2347$as_echo "$ac_cv_build" >&6; }
2348case $ac_cv_build in
2349*-*-*) ;;
2350*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2351esac
1c710c3c 2352build=$ac_cv_build
5213506e
RW
2353ac_save_IFS=$IFS; IFS='-'
2354set x $ac_cv_build
2355shift
2356build_cpu=$1
2357build_vendor=$2
2358shift; shift
2359# Remember, the first character of IFS is used to create $*,
2360# except with old shells:
2361build_os=$*
2362IFS=$ac_save_IFS
2363case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2364
671aa708 2365
1c710c3c
DJ
2366 case ${build_alias} in
2367 "") build_noncanonical=${build} ;;
2368 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2369esac
2370
2371
af71363e 2372
1c710c3c
DJ
2373 case ${host_alias} in
2374 "") host_noncanonical=${build_noncanonical} ;;
2375 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2376esac
2377
af71363e 2378
1c710c3c
DJ
2379
2380 case ${target_alias} in
2381 "") target_noncanonical=${host_noncanonical} ;;
2382 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2383esac
2384
af71363e 2385
1c710c3c
DJ
2386
2387
2388test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2389 test "$program_prefix$program_suffix$program_transform_name" = \
2390 NONENONEs,x,x, &&
1c710c3c 2391 program_transform_name=s,y,y,
af71363e 2392
5213506e
RW
2393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2394$as_echo_n "checking host system type... " >&6; }
2395if test "${ac_cv_host+set}" = set; then :
2396 $as_echo_n "(cached) " >&6
af71363e 2397else
5213506e
RW
2398 if test "x$host_alias" = x; then
2399 ac_cv_host=$ac_cv_build
2400else
2401 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2402 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2403fi
1c710c3c 2404
af71363e 2405fi
5213506e
RW
2406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2407$as_echo "$ac_cv_host" >&6; }
2408case $ac_cv_host in
2409*-*-*) ;;
2410*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2411esac
1c710c3c 2412host=$ac_cv_host
5213506e
RW
2413ac_save_IFS=$IFS; IFS='-'
2414set x $ac_cv_host
2415shift
2416host_cpu=$1
2417host_vendor=$2
2418shift; shift
2419# Remember, the first character of IFS is used to create $*,
2420# except with old shells:
2421host_os=$*
2422IFS=$ac_save_IFS
2423case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2424
2425
5213506e
RW
2426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2427$as_echo_n "checking target system type... " >&6; }
2428if test "${ac_cv_target+set}" = set; then :
2429 $as_echo_n "(cached) " >&6
1c710c3c 2430else
5213506e
RW
2431 if test "x$target_alias" = x; then
2432 ac_cv_target=$ac_cv_host
2433else
2434 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2435 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2436fi
1c710c3c
DJ
2437
2438fi
5213506e
RW
2439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2440$as_echo "$ac_cv_target" >&6; }
2441case $ac_cv_target in
2442*-*-*) ;;
2443*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2444esac
1c710c3c 2445target=$ac_cv_target
5213506e
RW
2446ac_save_IFS=$IFS; IFS='-'
2447set x $ac_cv_target
2448shift
2449target_cpu=$1
2450target_vendor=$2
2451shift; shift
2452# Remember, the first character of IFS is used to create $*,
2453# except with old shells:
2454target_os=$*
2455IFS=$ac_save_IFS
2456case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2457
2458
2459# The aliases save the names the user supplied, while $host etc.
2460# will get canonicalized.
2461test -n "$target_alias" &&
2462 test "$program_prefix$program_suffix$program_transform_name" = \
2463 NONENONEs,x,x, &&
2464 program_prefix=${target_alias}-
5213506e 2465
671aa708 2466test "$program_prefix" != NONE &&
5213506e 2467 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2468# Use a double $ so make ignores it.
2469test "$program_suffix" != NONE &&
5213506e
RW
2470 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2471# Double any \ or $.
1c710c3c 2472# By default was `s,x,x', remove it if useless.
5213506e
RW
2473ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2474program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2475
671aa708
NN
2476
2477
775956d0
NN
2478# Get 'install' or 'install-sh' and its variants.
2479# Find a good install program. We prefer a C program (faster),
2480# so one script is as good as another. But avoid the broken or
2481# incompatible versions:
2482# SysV /etc/install, /usr/sbin/install
2483# SunOS /usr/etc/install
2484# IRIX /sbin/install
2485# AIX /bin/install
1c710c3c 2486# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2487# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2488# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2489# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2490# OS/2's system install, which has a completely different semantic
775956d0 2491# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2492# Reject install programs that cannot install multiple files.
5213506e
RW
2493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2494$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2495if test -z "$INSTALL"; then
5213506e
RW
2496if test "${ac_cv_path_install+set}" = set; then :
2497 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2498else
2499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2500for as_dir in $PATH
2501do
2502 IFS=$as_save_IFS
2503 test -z "$as_dir" && as_dir=.
5213506e
RW
2504 # Account for people who put trailing slashes in PATH elements.
2505case $as_dir/ in #((
2506 ./ | .// | /[cC]/* | \
1c710c3c 2507 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2508 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2509 /usr/ucb/* ) ;;
2510 *)
2511 # OSF1 and SCO ODT 3.0 have their own names for install.
2512 # Don't use installbsd from OSF since it installs stuff as root
2513 # by default.
2514 for ac_prog in ginstall scoinst install; do
2515 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2516 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
775956d0 2517 if test $ac_prog = install &&
1c710c3c 2518 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2519 # AIX install. It has an incompatible calling convention.
2520 :
1c710c3c
DJ
2521 elif test $ac_prog = install &&
2522 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2523 # program-specific install script used by HP pwplus--don't use.
2524 :
775956d0 2525 else
38d24731
RW
2526 rm -rf conftest.one conftest.two conftest.dir
2527 echo one > conftest.one
2528 echo two > conftest.two
2529 mkdir conftest.dir
2530 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2531 test -s conftest.one && test -s conftest.two &&
2532 test -s conftest.dir/conftest.one &&
2533 test -s conftest.dir/conftest.two
2534 then
2535 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2536 break 3
2537 fi
775956d0
NN
2538 fi
2539 fi
2540 done
1c710c3c
DJ
2541 done
2542 ;;
2543esac
5213506e
RW
2544
2545 done
2546IFS=$as_save_IFS
1c710c3c 2547
38d24731 2548rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2549
2550fi
2551 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2552 INSTALL=$ac_cv_path_install
775956d0 2553 else
38d24731
RW
2554 # As a last resort, use the slow shell script. Don't cache a
2555 # value for INSTALL within a source directory, because that will
775956d0 2556 # break other packages using the cache if that directory is
38d24731 2557 # removed, or if the value is a relative name.
1c710c3c 2558 INSTALL=$ac_install_sh
775956d0
NN
2559 fi
2560fi
5213506e
RW
2561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2562$as_echo "$INSTALL" >&6; }
775956d0
NN
2563
2564# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2565# It thinks the first close brace ends the variable substitution.
2566test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2567
1c710c3c 2568test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2569
2570test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2571
5213506e
RW
2572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2573$as_echo_n "checking whether ln works... " >&6; }
2574if test "${acx_cv_prog_LN+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
ad6717df
PB
2576else
2577 rm -f conftestdata_t
2578echo >conftestdata_f
2579if ln conftestdata_f conftestdata_t 2>/dev/null
2580then
2581 acx_cv_prog_LN=ln
2582else
2583 acx_cv_prog_LN=no
2584fi
2585rm -f conftestdata_f conftestdata_t
2586
2587fi
2588if test $acx_cv_prog_LN = no; then
2589 LN="cp"
5213506e
RW
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2591$as_echo "no, using $LN" >&6; }
ad6717df
PB
2592else
2593 LN="$acx_cv_prog_LN"
5213506e
RW
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2595$as_echo "yes" >&6; }
ad6717df
PB
2596fi
2597
5213506e
RW
2598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2599$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2600LN_S=$as_ln_s
2601if test "$LN_S" = "ln -s"; then
5213506e
RW
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2603$as_echo "yes" >&6; }
fb0103e5 2604else
5213506e
RW
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2606$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2607fi
2608
87264276
PB
2609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2610$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2611if test "${ac_cv_path_SED+set}" = set; then :
2612 $as_echo_n "(cached) " >&6
2613else
2614 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2615 for ac_i in 1 2 3 4 5 6 7; do
2616 ac_script="$ac_script$as_nl$ac_script"
2617 done
2618 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2619 { ac_script=; unset ac_script;}
2620 if test -z "$SED"; then
2621 ac_path_SED_found=false
2622 # Loop through the user's path and test for each of PROGNAME-LIST
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624for as_dir in $PATH
2625do
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_prog in sed gsed; do
2629 for ac_exec_ext in '' $ac_executable_extensions; do
2630 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2631 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2632# Check for GNU ac_path_SED and select it if it is found.
2633 # Check for GNU $ac_path_SED
2634case `"$ac_path_SED" --version 2>&1` in
2635*GNU*)
2636 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2637*)
2638 ac_count=0
2639 $as_echo_n 0123456789 >"conftest.in"
2640 while :
2641 do
2642 cat "conftest.in" "conftest.in" >"conftest.tmp"
2643 mv "conftest.tmp" "conftest.in"
2644 cp "conftest.in" "conftest.nl"
2645 $as_echo '' >> "conftest.nl"
2646 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2647 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2648 as_fn_arith $ac_count + 1 && ac_count=$as_val
2649 if test $ac_count -gt ${ac_path_SED_max-0}; then
2650 # Best one so far, save it but keep looking for a better one
2651 ac_cv_path_SED="$ac_path_SED"
2652 ac_path_SED_max=$ac_count
2653 fi
2654 # 10*(2^10) chars as input seems more than enough
2655 test $ac_count -gt 10 && break
2656 done
2657 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2658esac
2659
2660 $ac_path_SED_found && break 3
2661 done
2662 done
2663 done
2664IFS=$as_save_IFS
2665 if test -z "$ac_cv_path_SED"; then
2666 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2667 fi
2668else
2669 ac_cv_path_SED=$SED
2670fi
2671
2672fi
2673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2674$as_echo "$ac_cv_path_SED" >&6; }
2675 SED="$ac_cv_path_SED"
2676 rm -f conftest.sed
2677
2678for ac_prog in gawk mawk nawk awk
2679do
2680 # Extract the first word of "$ac_prog", so it can be a program name with args.
2681set dummy $ac_prog; ac_word=$2
2682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2683$as_echo_n "checking for $ac_word... " >&6; }
2684if test "${ac_cv_prog_AWK+set}" = set; then :
2685 $as_echo_n "(cached) " >&6
2686else
2687 if test -n "$AWK"; then
2688 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2689else
2690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2691for as_dir in $PATH
2692do
2693 IFS=$as_save_IFS
2694 test -z "$as_dir" && as_dir=.
2695 for ac_exec_ext in '' $ac_executable_extensions; do
2696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2697 ac_cv_prog_AWK="$ac_prog"
2698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2699 break 2
2700 fi
2701done
2702 done
2703IFS=$as_save_IFS
2704
2705fi
2706fi
2707AWK=$ac_cv_prog_AWK
2708if test -n "$AWK"; then
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2710$as_echo "$AWK" >&6; }
2711else
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2713$as_echo "no" >&6; }
2714fi
2715
2716
2717 test -n "$AWK" && break
2718done
2719
775956d0 2720
ee6a22df
L
2721srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2722
2723# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2724# a relative path.
2725if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2726 INSTALL="${srcpwd}/install-sh -c"
2727fi
2728
671aa708
NN
2729# Set srcdir to "." if that's what it is.
2730# This is important for multilib support.
2731pwd=`${PWDCMD-pwd}`
671aa708
NN
2732if test "${pwd}" = "${srcpwd}" ; then
2733 srcdir=.
79c06341
JL
2734fi
2735
671aa708 2736topsrcdir=$srcpwd
5d4a5ee6 2737
671aa708 2738extra_host_args=
afabd8e6 2739
671aa708
NN
2740### To add a new directory to the tree, first choose whether it is a target
2741### or a host dependent tool. Then put it into the appropriate list
2742### (library or tools, host or target), doing a dependency sort.
79c06341 2743
1c710c3c 2744# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2745# configdirs, or target_configdirs; see the serialization section below.
79c06341 2746
1c710c3c
DJ
2747# Dependency sorting is only needed when *configuration* must be done in
2748# a particular order. In all cases a dependency should be specified in
671aa708 2749# the Makefile, whether or not it's implicitly specified here.
79c06341 2750
671aa708
NN
2751# Double entries in build_configdirs, configdirs, or target_configdirs may
2752# cause circular dependencies and break everything horribly.
79c06341 2753
23f6b2f9
PB
2754# these library is used by various programs built for the build
2755# environment
2756#
2757build_libs="build-libiberty"
2758
2759# these tools are built for the build environment
85bfb75e 2760build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2761
671aa708
NN
2762# these libraries are used by various programs built for the host environment
2763#
eff02e4f 2764host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
671aa708 2765
671aa708
NN
2766# these tools are built for the host environment
2767# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2768# know that we are building the simulator.
2769# binutils, gas and ld appear in that order because it makes sense to run
2770# "make check" in that particular order.
38e3d868 2771# If --enable-gold is used, "gold" may replace "ld".
85bfb75e 2772host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
671aa708
NN
2773
2774# libgcj represents the runtime libraries only used by gcj.
2775libgcj="target-libffi \
671aa708 2776 target-zlib \
671aa708
NN
2777 target-libjava"
2778
2779# these libraries are built for the target environment, and are built after
2780# the host libraries and the host tools (which may be a cross compiler)
8499116a 2781# Note that libiberty is not a target library.
291f172e 2782target_libraries="target-libgcc \
eff02e4f 2783 target-libbacktrace \
671aa708
NN
2784 target-libgloss \
2785 target-newlib \
6d3b5aea 2786 target-libgomp \
3038054c 2787 target-libcilkrts \
48310492 2788 target-libatomic \
0a35513e 2789 target-libitm \
cb543528 2790 target-libstdc++-v3 \
f35db108 2791 target-libsanitizer \
2077db1b 2792 target-libvtv \
77008252 2793 target-libssp \
1ec601bf 2794 target-libquadmath \
6de9cd9a 2795 target-libgfortran \
7cd0cf9c 2796 target-boehm-gc \
77d187bc 2797 ${libgcj} \
d9cdb878 2798 target-libobjc \
632e2a07
ILT
2799 target-libada \
2800 target-libgo"
671aa708 2801
4dbda6f0
NN
2802# these tools are built using the target libraries, and are intended to
2803# run only in the target environment
671aa708 2804#
4dbda6f0 2805# note: any program that *uses* libraries that are in the "target_libraries"
1bcce263 2806# list belongs in this list.
671aa708 2807#
85bfb75e 2808target_tools="target-rda"
79c06341 2809
671aa708 2810################################################################################
79c06341 2811
671aa708
NN
2812## All tools belong in one of the four categories, and are assigned above
2813## We assign ${configdirs} this way to remove all embedded newlines. This
2814## is important because configure will choke if they ever get through.
2815## ${configdirs} is directories we build using the host tools.
2816## ${target_configdirs} is directories we build using the target tools.
671aa708 2817configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2818target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2819build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2820
ac9e6043
RW
2821
2822
671aa708 2823################################################################################
79c06341 2824
671aa708 2825srcname="gnu development package"
79c06341 2826
671aa708
NN
2827# This gets set non-empty for some net releases of packages.
2828appdirs=""
79c06341 2829
671aa708
NN
2830# Define is_cross_compiler to save on calls to 'test'.
2831is_cross_compiler=
2832if test x"${host}" = x"${target}" ; then
2833 is_cross_compiler=no
79c06341 2834else
671aa708 2835 is_cross_compiler=yes
1c710c3c 2836fi
79c06341 2837
b4acb5ef 2838# Find the build and target subdir names.
8b87bb96 2839
2e9e6f68
DJ
2840# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2841# have matching libraries, they should use host libraries: Makefile.tpl
2842# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2843# However, they still use the build modules, because the corresponding
2844# host modules (e.g. bison) are only built for the host when bootstrap
2845# finishes. So:
2846# - build_subdir is where we find build modules, and never changes.
2847# - build_libsubdir is where we find build libraries, and can be overridden.
2848
2849# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2850build_subdir="build-${build_noncanonical}"
1c710c3c 2851
5213506e
RW
2852# Check whether --with-build-libsubdir was given.
2853if test "${with_build_libsubdir+set}" = set; then :
2854 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2855else
2856 build_libsubdir="$build_subdir"
5213506e
RW
2857fi
2858
215c351a
PB
2859# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2860if ( test $srcdir = . && test -d gcc ) \
2861 || test -d $srcdir/../host-${host_noncanonical}; then
2862 host_subdir="host-${host_noncanonical}"
2863else
2864 host_subdir=.
2865fi
8b87bb96
NN
2866# No prefix.
2867target_subdir=${target_noncanonical}
1c710c3c 2868
0db770bd
RW
2869# Be sure to cover against remnants of an in-tree build.
2870if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2871 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2872Use a pristine source tree when building in a separate tree" "$LINENO" 5
2873fi
79c06341 2874
671aa708
NN
2875# Skipdirs are removed silently.
2876skipdirs=
2877# Noconfigdirs are removed loudly.
2878noconfigdirs=""
79c06341 2879
671aa708
NN
2880use_gnu_ld=
2881# Make sure we don't let GNU ld be added if we didn't want it.
2882if test x$with_gnu_ld = xno ; then
2883 use_gnu_ld=no
5afab7ad 2884 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2885fi
2886
671aa708
NN
2887use_gnu_as=
2888# Make sure we don't let GNU as be added if we didn't want it.
2889if test x$with_gnu_as = xno ; then
2890 use_gnu_as=no
2891 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2892fi
2893
d7f09764
DN
2894use_included_zlib=
2895# Make sure we don't let ZLIB be added if we didn't want it.
2896if test x$with_system_zlib = xyes ; then
2897 use_included_zlib=no
2898 noconfigdirs="$noconfigdirs zlib"
2899fi
2900
1c710c3c 2901# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2902# it's not even worth trying to configure, much less build, that tool.
79c06341 2903
671aa708
NN
2904case ${with_x} in
2905 yes | "") ;; # the default value for this tree is that X11 is available
2906 no)
b4f96efe 2907 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2908 # We won't be able to build gdbtk without X.
1c710c3c 2909 enable_gdbtk=no
671aa708
NN
2910 ;;
2911 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2912esac
79c06341 2913
1bcce263 2914# Some are only suitable for cross toolchains.
671aa708
NN
2915# Remove these if host=target.
2916cross_only="target-libgloss target-newlib target-opcodes"
2917
2918case $is_cross_compiler in
2919 no) skipdirs="${skipdirs} ${cross_only}" ;;
671aa708 2920esac
79c06341 2921
671aa708
NN
2922# If both --with-headers and --with-libs are specified, default to
2923# --without-newlib.
ee6a22df
L
2924if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2925 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2926 if test x"${with_newlib}" = x ; then
2927 with_newlib=no
2928 fi
79c06341
JL
2929fi
2930
671aa708
NN
2931# Recognize --with-newlib/--without-newlib.
2932case ${with_newlib} in
2933 no) skipdirs="${skipdirs} target-newlib" ;;
2934 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2935esac
79c06341 2936
21539e2e
MK
2937# Handle --enable-gold, --enable-ld.
2938# --disable-gold [--enable-ld]
2939# Build only ld. Default option.
9580395f
L
2940# --enable-gold [--enable-ld]
2941# Build both gold and ld. Install gold as "ld.gold", install ld
2942# as "ld.bfd" and "ld".
2943# --enable-gold=default [--enable-ld]
21539e2e
MK
2944# Build both gold and ld. Install gold as "ld.gold" and "ld",
2945# install ld as "ld.bfd".
2946# --enable-gold[=default] --disable-ld
2947# Build only gold, which is then installed as both "ld.gold" and "ld".
2948# --enable-gold --enable-ld=default
9580395f
L
2949# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2950# and ld.bfd).
21539e2e
MK
2951# In other words, ld is default
2952# --enable-gold=default --enable-ld=default
2953# Error.
2954
2955default_ld=
5213506e
RW
2956# Check whether --enable-gold was given.
2957if test "${enable_gold+set}" = set; then :
2958 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2959else
2960 ENABLE_GOLD=no
5213506e
RW
2961fi
2962
21539e2e
MK
2963case "${ENABLE_GOLD}" in
2964 yes|default)
38e3d868
RM
2965 # Check for ELF target.
2966 is_elf=no
2967 case "${target}" in
2968 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
0e76460f 2969 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a 2970 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
ff4b7a7e 2971 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
38e3d868
RM
2972 case "${target}" in
2973 *-*-linux*aout* | *-*-linux*oldld*)
2974 ;;
2975 *)
2976 is_elf=yes
2977 ;;
2978 esac
2979 esac
2980
2981 if test "$is_elf" = "yes"; then
2982 # Check for target supported by gold.
5afab7ad 2983 case "${target}" in
8750dfc5 2984 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
21539e2e
MK
2985 configdirs="$configdirs gold"
2986 if test x${ENABLE_GOLD} = xdefault; then
2987 default_ld=gold
2988 fi
38e3d868 2989 ENABLE_GOLD=yes
5afab7ad
ILT
2990 ;;
2991 esac
38e3d868
RM
2992 fi
2993 ;;
2994 no)
2995 ;;
2996 *)
2997 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2998 ;;
21539e2e
MK
2999esac
3000
3001# Check whether --enable-ld was given.
3002if test "${enable_ld+set}" = set; then :
3003 enableval=$enable_ld; ENABLE_LD=$enableval
3004else
3005 ENABLE_LD=yes
3006fi
3007
3008
3009case "${ENABLE_LD}" in
3010 default)
9580395f 3011 if test x${default_ld} != x; then
21539e2e
MK
3012 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3013 fi
3014 ;;
3015 yes)
3016 ;;
3017 no)
3018 if test x${ENABLE_GOLD} != xyes; then
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3020$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3021 fi
3022 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3023 ;;
3024 *)
3025 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3026 ;;
3027esac
5afab7ad 3028
671aa708 3029# Configure extra directories which are host specific
79c06341 3030
671aa708
NN
3031case "${host}" in
3032 *-cygwin*)
3033 configdirs="$configdirs libtermcap" ;;
3034esac
79c06341 3035
4fab7234
HPN
3036# A target can indicate whether a language isn't supported for some reason.
3037# Only spaces may be used in this macro; not newlines or tabs.
3038unsupported_languages=
3039
1c710c3c 3040# Remove more programs from consideration, based on the host or
671aa708
NN
3041# target this usually means that a port of the program doesn't
3042# exist yet.
ec8d6ddc 3043
671aa708 3044case "${host}" in
111eeb6e 3045 i[3456789]86-*-msdosdjgpp*)
c9bdb152 3046 noconfigdirs="$noconfigdirs tcl tk itcl"
671aa708 3047 ;;
671aa708 3048esac
ec8d6ddc 3049
6de9cd9a 3050
87e6d9dc
TB
3051# Check whether --enable-libquadmath was given.
3052if test "${enable_libquadmath+set}" = set; then :
3053 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3054else
3055 ENABLE_LIBQUADMATH=yes
3056fi
3057
3058if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3059 noconfigdirs="$noconfigdirs target-libquadmath"
3060fi
3061
3062
3063# Check whether --enable-libquadmath-support was given.
3064if test "${enable_libquadmath_support+set}" = set; then :
3065 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3066else
3067 ENABLE_LIBQUADMATH_SUPPORT=yes
3068fi
3069
3070enable_libquadmath_support=
3071if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3072 enable_libquadmath_support=no
3073fi
3074
3075
5213506e
RW
3076# Check whether --enable-libada was given.
3077if test "${enable_libada+set}" = set; then :
3078 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3079else
3080 ENABLE_LIBADA=yes
5213506e
RW
3081fi
3082
d9cdb878 3083if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3084 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3085fi
3086
5213506e
RW
3087# Check whether --enable-libssp was given.
3088if test "${enable_libssp+set}" = set; then :
3089 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3090else
3091 ENABLE_LIBSSP=yes
5213506e
RW
3092fi
3093
ef0087a7 3094
1873ec0c
L
3095# Check whether --enable-libstdcxx was given.
3096if test "${enable_libstdcxx+set}" = set; then :
3097 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3098else
3099 ENABLE_LIBSTDCXX=default
3100fi
3101
3102if test "${ENABLE_LIBSTDCXX}" = "no" ; then
1007a55c 3103 noconfigdirs="$noconfigdirs target-libstdc++-v3"
1873ec0c
L
3104fi
3105
671aa708
NN
3106# Save it here so that, even in case of --enable-libgcj, if the Java
3107# front-end isn't enabled, we still get libgcj disabled.
3108libgcj_saved=$libgcj
3109case $enable_libgcj in
3110yes)
3111 # If we reset it here, it won't get added to noconfigdirs in the
3112 # target-specific build rules, so it will be forcibly enabled
3113 # (unless the Java language itself isn't enabled).
3114 libgcj=
3115 ;;
3116no)
3117 # Make sure we get it printed in the list of not supported target libs.
4da3b0f8
ILT
3118 # Don't disable libffi, though, other languages use it.
3119 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
d479b128
ILT
3120 # Clear libgcj_saved so that even if java is enabled libffi won't be
3121 # built.
3122 libgcj_saved=
671aa708
NN
3123 ;;
3124esac
ec8d6ddc 3125
a4a2c37d
MK
3126# Check whether --enable-static-libjava was given.
3127if test "${enable_static_libjava+set}" = set; then :
3128 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3129else
3130 ENABLE_STATIC_LIBJAVA=no
3131fi
3132
3133enable_static_libjava=
3134if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3135 enable_static_libjava=yes
3136fi
3137
3138if test x$enable_static_libjava != xyes ; then
3139 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3140fi
3141
6de9cd9a 3142
27079765
AH
3143# Disable libgomp on non POSIX hosted systems.
3144if test x$enable_libgomp = x ; then
953ff289
DN
3145 # Enable libgomp by default on hosted POSIX systems.
3146 case "${target}" in
416ac4d4 3147 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 3148 ;;
8c6d158a 3149 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 3150 ;;
b24513a1 3151 *-*-solaris2* | *-*-hpux11*)
953ff289 3152 ;;
cac90078 3153 *-*-darwin* | *-*-aix*)
953ff289
DN
3154 ;;
3155 *)
3156 noconfigdirs="$noconfigdirs target-libgomp"
3157 ;;
3158 esac
27079765 3159fi
953ff289 3160
48310492
RH
3161# Disable libatomic on unsupported systems.
3162if test -d ${srcdir}/libatomic; then
3163 if test x$enable_libatomic = x; then
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3165$as_echo_n "checking for libatomic support... " >&6; }
3166 if (srcdir=${srcdir}/libatomic; \
3167 . ${srcdir}/configure.tgt; \
3168 test -n "$UNSUPPORTED")
3169 then
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3171$as_echo "no" >&6; }
3172 noconfigdirs="$noconfigdirs target-libatomic"
3173 else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175$as_echo "yes" >&6; }
3176 fi
3177 fi
3178fi
3179
3038054c
BI
3180# Disable libcilkrts on unsupported systems.
3181if test -d ${srcdir}/libcilkrts; then
3182 if test x$enable_libcilkrts = x; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3184$as_echo_n "checking for libcilkrts support... " >&6; }
3185 if (srcdir=${srcdir}/libcilkrts; \
3186 . ${srcdir}/configure.tgt; \
3187 test -n "$UNSUPPORTED")
3188 then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190$as_echo "no" >&6; }
3191 noconfigdirs="$noconfigdirs target-libcilkrts"
3192 else
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3194$as_echo "yes" >&6; }
3195 fi
3196 fi
3197fi
3198
e948157d
RH
3199# Disable libitm on unsupported systems.
3200if test -d ${srcdir}/libitm; then
3201 if test x$enable_libitm = x; then
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
01f3428c 3203$as_echo_n "checking for libitm support... " >&6; }
e948157d
RH
3204 if (srcdir=${srcdir}/libitm; \
3205 . ${srcdir}/configure.tgt; \
3206 test -n "$UNSUPPORTED")
3207 then
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
01f3428c 3209$as_echo "no" >&6; }
e948157d
RH
3210 noconfigdirs="$noconfigdirs target-libitm"
3211 else
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
01f3428c 3213$as_echo "yes" >&6; }
e948157d
RH
3214 fi
3215 fi
0a35513e
AH
3216fi
3217
93bf5390
RH
3218# Disable libsanitizer on unsupported systems.
3219if test -d ${srcdir}/libsanitizer; then
3220 if test x$enable_libsanitizer = x; then
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3222$as_echo_n "checking for libsanitizer support... " >&6; }
3223 if (srcdir=${srcdir}/libsanitizer; \
3224 . ${srcdir}/configure.tgt; \
3225 test -n "$UNSUPPORTED")
3226 then
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3228$as_echo "no" >&6; }
3229 noconfigdirs="$noconfigdirs target-libsanitizer"
3230 else
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3232$as_echo "yes" >&6; }
3233 fi
3234 fi
3235fi
3236
2077db1b
CT
3237# Disable libvtv on unsupported systems.
3238if test -d ${srcdir}/libvtv; then
3239 if test x$enable_libvtv = x; then
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3241$as_echo_n "checking for libvtv support... " >&6; }
3242 if (srcdir=${srcdir}/libvtv; \
3243 . ${srcdir}/configure.tgt; \
1e74b850 3244 test "$VTV_SUPPORTED" != "yes")
2077db1b
CT
3245 then
3246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3247$as_echo "no" >&6; }
3248 noconfigdirs="$noconfigdirs target-libvtv"
3249 else
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3251$as_echo "yes" >&6; }
3252 fi
3253 fi
3254fi
3255
d91491e5
SE
3256# Disable libquadmath for some systems.
3257case "${target}" in
e7fae550
DE
3258 avr-*-*)
3259 noconfigdirs="$noconfigdirs target-libquadmath"
3260 ;;
d91491e5
SE
3261 # libquadmath is unused on AIX and libquadmath build process use of
3262 # LD_LIBRARY_PATH can break AIX bootstrap.
3263 powerpc-*-aix* | rs6000-*-aix*)
3264 noconfigdirs="$noconfigdirs target-libquadmath"
3265 ;;
3266esac
3267
1e9e0e23
JM
3268# Disable libssp for some systems.
3269case "${target}" in
3270 avr-*-*)
b318fb4b 3271 # No hosted I/O support.
1e9e0e23
JM
3272 noconfigdirs="$noconfigdirs target-libssp"
3273 ;;
3274 powerpc-*-aix* | rs6000-*-aix*)
3275 noconfigdirs="$noconfigdirs target-libssp"
85b8555e
DD
3276 ;;
3277 rl78-*-*)
7cb62ef1
EB
3278 # libssp uses a misaligned load to trigger a fault, but the RL78
3279 # doesn't fault for those - instead, it gives a build-time error
3280 # for explicit misaligned loads.
85b8555e 3281 noconfigdirs="$noconfigdirs target-libssp"
1e9e0e23 3282 ;;
1e9e0e23
JM
3283esac
3284
1e9e0e23 3285# Disable libstdc++-v3 for some systems.
1873ec0c
L
3286# Allow user to override this if they pass --enable-libstdc++-v3
3287if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3288 case "${target}" in
3289 *-*-vxworks*)
3290 # VxWorks uses the Dinkumware C++ library.
3291 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3292 ;;
3293 arm*-wince-pe*)
3294 # the C++ libraries don't build on top of CE's C libraries
3295 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3296 ;;
3297 avr-*-*)
3298 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3299 ;;
3300 esac
3301fi
1e9e0e23
JM
3302
3303# Disable Fortran for some systems.
3304case "${target}" in
3305 mmix-*-*)
3306 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3307 unsupported_languages="$unsupported_languages fortran"
3308 ;;
3309esac
3310
80f81134 3311# Disable Java if libffi is not supported.
2909494b 3312case "${target}" in
eb7062cf
AS
3313 aarch64-*-*)
3314 ;;
80f81134
JM
3315 alpha*-*-*)
3316 ;;
3317 arm*-*-*)
3318 ;;
3319 cris-*-*)
3320 ;;
3321 frv-*-*)
3322 ;;
3323 hppa*-*-linux*)
3324 ;;
3325 hppa*-*-hpux*)
3326 ;;
3327 i?86-*-*)
3328 ;;
3329 ia64*-*-*)
3330 ;;
3331 m32r*-*-*)
3332 ;;
3333 m68k-*-*)
3334 ;;
b24513a1 3335 mips*-*-rtems*)
80f81134
JM
3336 ;;
3337 mips*-*-linux*)
3338 ;;
3339 powerpc*-*-linux*)
3340 ;;
3341 powerpc-*-darwin*)
3342 ;;
3343 powerpc-*-aix* | rs6000-*-aix*)
3344 ;;
3345 powerpc-*-freebsd*)
3346 ;;
3347 powerpc64-*-freebsd*)
3348 ;;
3349 powerpc*-*-rtems*)
2909494b 3350 ;;
80f81134
JM
3351 s390-*-* | s390x-*-*)
3352 ;;
3353 sh-*-* | sh[34]*-*-*)
3354 ;;
3355 sh64-*-* | sh5*-*-*)
3356 ;;
3357 sparc*-*-*)
3358 ;;
3359 x86_64-*-*)
3360 ;;
3361 *-*-*)
3362 unsupported_languages="$unsupported_languages java"
3363 ;;
3364esac
3365
3366# Disable Java, libgcj or related libraries for some systems.
3367case "${target}" in
2909494b
JM
3368 powerpc-*-darwin*)
3369 ;;
3370 i[3456789]86-*-darwin*)
3371 ;;
3372 x86_64-*-darwin[912]*)
3373 ;;
3374 *-*-darwin*)
3375 noconfigdirs="$noconfigdirs ${libgcj}"
3376 ;;
2909494b
JM
3377 *-*-netware*)
3378 noconfigdirs="$noconfigdirs ${libgcj}"
3379 ;;
3380 *-*-rtems*)
3381 noconfigdirs="$noconfigdirs ${libgcj}"
3382 ;;
3383 *-*-tpf*)
3384 noconfigdirs="$noconfigdirs ${libgcj}"
3385 ;;
3386 *-*-uclinux*)
3387 noconfigdirs="$noconfigdirs ${libgcj}"
3388 ;;
3389 *-*-vxworks*)
3390 noconfigdirs="$noconfigdirs ${libgcj}"
3391 ;;
2909494b
JM
3392 alpha*-*-*vms*)
3393 noconfigdirs="$noconfigdirs ${libgcj}"
3394 ;;
80f81134 3395 arm-wince-pe)
2909494b
JM
3396 noconfigdirs="$noconfigdirs ${libgcj}"
3397 ;;
2909494b
JM
3398 arm*-*-symbianelf*)
3399 noconfigdirs="$noconfigdirs ${libgcj}"
3400 ;;
2909494b 3401 bfin-*-*)
2909494b
JM
3402 noconfigdirs="$noconfigdirs target-boehm-gc"
3403 ;;
2909494b
JM
3404 cris-*-* | crisv32-*-*)
3405 unsupported_languages="$unsupported_languages java"
3406 case "${target}" in
3407 *-*-linux*)
3408 ;;
3409 *) # See PR46792 regarding target-libffi.
3410 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3411 esac
3412 ;;
2909494b
JM
3413 hppa*64*-*-linux*)
3414 # In this case, it's because the hppa64-linux target is for
3415 # the kernel only at this point and has no libc, and thus no
3416 # headers, crt*.o, etc., all of which are needed by these.
fddf9ee7 3417 unsupported_languages="$unsupported_languages java"
2909494b 3418 ;;
fddf9ee7 3419 hppa*64*-*-hpux*)
2909494b
JM
3420 noconfigdirs="$noconfigdirs ${libgcj}"
3421 ;;
3422 hppa*-hp-hpux11*)
3423 ;;
fddf9ee7 3424 hppa*-*-hpux*)
2909494b
JM
3425 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3426 # build on HP-UX 10.20.
3427 noconfigdirs="$noconfigdirs ${libgcj}"
3428 ;;
2909494b
JM
3429 ia64*-*-*vms*)
3430 noconfigdirs="$noconfigdirs ${libgcj}"
3431 ;;
2909494b
JM
3432 i[3456789]86-w64-mingw*)
3433 noconfigdirs="$noconfigdirs ${libgcj}"
3434 ;;
3435 i[3456789]86-*-mingw*)
3436 noconfigdirs="$noconfigdirs ${libgcj}"
3437 ;;
3438 x86_64-*-mingw*)
3439 noconfigdirs="$noconfigdirs ${libgcj}"
3440 ;;
2909494b
JM
3441 mmix-*-*)
3442 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
2909494b
JM
3443 ;;
3444 powerpc-*-aix*)
3445 # copied from rs6000-*-* entry
3446 noconfigdirs="$noconfigdirs ${libgcj}"
3447 ;;
2909494b
JM
3448 rs6000-*-aix*)
3449 noconfigdirs="$noconfigdirs ${libgcj}"
3450 ;;
2909494b
JM
3451 *-*-lynxos*)
3452 noconfigdirs="$noconfigdirs ${libgcj}"
3453 ;;
2909494b
JM
3454esac
3455
cdbc9e92
ILT
3456# Disable libgo for some systems where it is known to not work.
3457# For testing, you can easily override this with --enable-libgo.
3458if test x$enable_libgo = x; then
3459 case "${target}" in
3460 *-*-darwin*)
3461 # PR 46986
3462 noconfigdirs="$noconfigdirs target-libgo"
3463 ;;
3464 *-*-cygwin* | *-*-mingw*)
3465 noconfigdirs="$noconfigdirs target-libgo"
3466 ;;
3467 *-*-aix*)
3468 noconfigdirs="$noconfigdirs target-libgo"
3469 ;;
3470 esac
3471fi
3472
c03353e2
RIL
3473# Default libgloss CPU subdirectory.
3474libgloss_dir="$target_cpu"
6de9cd9a 3475
fbcf0dca
JM
3476case "${target}" in
3477 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3478 libgloss_dir=wince
3479 ;;
4dddfc74
YZ
3480 aarch64*-*-* )
3481 libgloss_dir=aarch64
3482 ;;
fbcf0dca
JM
3483 arm*-*-*)
3484 libgloss_dir=arm
3485 ;;
3486 cris-*-* | crisv32-*-*)
3487 libgloss_dir=cris
3488 ;;
3489 hppa*-*-*)
3490 libgloss_dir=pa
3491 ;;
3492 i[3456789]86-*-*)
3493 libgloss_dir=i386
3494 ;;
3495 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3496 libgloss_dir=m68hc11
3497 ;;
3498 m68*-*-* | fido-*-*)
3499 libgloss_dir=m68k
3500 ;;
3501 mips*-*-*)
3502 libgloss_dir=mips
3503 ;;
3504 powerpc*-*-*)
3505 libgloss_dir=rs6000
3506 ;;
3507 sparc*-*-*)
3508 libgloss_dir=sparc
3509 ;;
3510esac
3511
6a789d5e 3512# Disable newlib and libgloss for various target OSes.
671aa708 3513case "${target}" in
6a789d5e
JM
3514 alpha*-dec-osf*)
3515 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3516 ;;
3517 i[3456789]86-*-linux*)
3518 # This section makes it possible to build newlib natively on linux.
3519 # If we are using a cross compiler then don't configure newlib.
3520 if test x${is_cross_compiler} != xno ; then
3521 noconfigdirs="$noconfigdirs target-newlib"
3522 fi
3523 noconfigdirs="$noconfigdirs target-libgloss"
3524 # If we are not using a cross compiler, do configure newlib.
3525 # Note however, that newlib will only be configured in this situation
3526 # if the --with-newlib option has been given, because otherwise
3527 # 'target-newlib' will appear in skipdirs.
3528 ;;
3529 i[3456789]86-*-rdos*)
3530 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3531 ;;
3532 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3533 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3534 ;;
3535 sparc-*-sunos4*)
3536 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3537 ;;
3538 *-*-aix*)
3539 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3540 ;;
3541 *-*-beos*)
3542 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3543 ;;
671aa708 3544 *-*-chorusos)
0036370f 3545 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3546 ;;
6a789d5e
JM
3547 *-*-dragonfly*)
3548 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3549 ;;
3550 *-*-freebsd*)
3551 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3552 ;;
3553 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3554 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3555 ;;
3556 *-*-lynxos*)
3557 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3558 ;;
3559 *-*-mingw*)
3560 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3561 ;;
3562 *-*-netbsd*)
3563 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3564 ;;
3565 *-*-netware*)
3566 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3567 ;;
3568 *-*-tpf*)
3569 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3570 ;;
3571 *-*-uclinux*)
3572 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3573 ;;
3574 *-*-vxworks*)
3575 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3576 ;;
3577esac
3578
3579case "${target}" in
3580 *-*-chorusos)
3581 ;;
75eeae1a 3582 powerpc-*-darwin*)
e1514c3f 3583 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3584 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3585 ;;
354ebf88
RW
3586 i[3456789]86-*-darwin*)
3587 noconfigdirs="$noconfigdirs ld gprof"
3588 noconfigdirs="$noconfigdirs sim target-rda"
3589 ;;
3590 x86_64-*-darwin[912]*)
0db3a858
TG
3591 noconfigdirs="$noconfigdirs ld gas gprof"
3592 noconfigdirs="$noconfigdirs sim target-rda"
3593 ;;
42c1cd8a
AT
3594 *-*-darwin*)
3595 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3596 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 3597 ;;
8c6d158a 3598 *-*-dragonfly*)
8c6d158a 3599 ;;
c3f84f61 3600 *-*-freebsd*)
6de9cd9a
DN
3601 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3602 && test -f /usr/local/include/gmp.h; then
3603 with_gmp=/usr/local
3604 fi
6de9cd9a 3605 ;;
ef4e7569
US
3606 *-*-kaos*)
3607 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
3608 noconfigdirs="$noconfigdirs target-libgloss"
3609 ;;
671aa708 3610 *-*-netbsd*)
671aa708 3611 ;;
61fec9ff 3612 *-*-netware*)
671aa708
NN
3613 ;;
3614 *-*-rtems*)
2909494b 3615 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3616 ;;
a8ba31f2
EC
3617 # The tpf target doesn't support gdb yet.
3618 *-*-tpf*)
6a789d5e 3619 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 3620 ;;
5785c0ed 3621 *-*-uclinux*)
6a789d5e 3622 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 3623 ;;
671aa708 3624 *-*-vxworks*)
671aa708
NN
3625 ;;
3626 alpha*-dec-osf*)
3627 # ld works, but does not support shared libraries.
671aa708 3628 # gas doesn't generate exception information.
6a789d5e 3629 noconfigdirs="$noconfigdirs gas ld"
671aa708
NN
3630 ;;
3631 alpha*-*-*vms*)
2909494b 3632 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
671aa708 3633 ;;
671aa708
NN
3634 alpha*-*-*)
3635 # newlib is not 64 bit ready
2909494b 3636 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3637 ;;
671aa708 3638 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 3639 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708 3640 ;;
53426f6c 3641 arc-*-*|arceb-*-*)
ebb9f8b0 3642 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3643 ;;
671aa708 3644 arm-*-pe*)
2909494b 3645 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3646 ;;
671aa708 3647 arm-*-riscix*)
0036370f 3648 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3649 ;;
b588ae30
GJL
3650 avr-*-rtems*)
3651 ;;
3652 avr-*-*)
3653 if test x${with_avrlibc} != xno; then
3654 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3655 fi
3656 ;;
671aa708 3657 c4x-*-* | tic4x-*-*)
0036370f 3658 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3659 ;;
0036370f
JM
3660 tic54x-*-*)
3661 noconfigdirs="$noconfigdirs target-libgloss gdb"
671aa708 3662 ;;
671aa708 3663 d10v-*-*)
0036370f 3664 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3665 ;;
3666 d30v-*-*)
0036370f 3667 noconfigdirs="$noconfigdirs gdb"
671aa708
NN
3668 ;;
3669 fr30-*-elf*)
2909494b 3670 noconfigdirs="$noconfigdirs gdb"
671aa708 3671 ;;
55f2d967 3672 moxie-*-*)
55f2d967
AG
3673 noconfigdirs="$noconfigdirs gprof"
3674 ;;
671aa708 3675 h8300*-*-*)
2909494b 3676 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3677 ;;
3678 h8500-*-*)
0036370f 3679 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3680 ;;
ee6a22df 3681 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3682 ;;
4569f85e 3683 hppa*64*-*-linux*)
671aa708 3684 ;;
56f8587a 3685 hppa*-*-linux*)
3e732ba0 3686 ;;
671aa708 3687 hppa*-*-*elf* | \
671aa708
NN
3688 hppa*-*-lites* | \
3689 hppa*-*-openbsd* | \
3690 hppa*64*-*-*)
671aa708 3691 ;;
2a332582 3692 hppa*-hp-hpux11*)
1bcce263 3693 noconfigdirs="$noconfigdirs ld"
2a332582 3694 ;;
c03353e2 3695 hppa*-*-pro*)
c03353e2 3696 ;;
671aa708 3697 hppa*-*-*)
2909494b 3698 noconfigdirs="$noconfigdirs ld"
671aa708 3699 ;;
fb87ad5d 3700 i960-*-*)
0036370f 3701 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 3702 ;;
671aa708
NN
3703 ia64*-*-elf*)
3704 # No gdb support yet.
1bcce263 3705 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
671aa708
NN
3706 ;;
3707 ia64*-**-hpux*)
5a2931d1 3708 # No ld support yet.
2909494b 3709 noconfigdirs="$noconfigdirs libgui itcl ld"
671aa708 3710 ;;
52535a64 3711 ia64*-*-*vms*)
091fe9ca
TG
3712 # No ld support yet.
3713 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 3714 ;;
ef4c4300 3715 i[3456789]86-w64-mingw*)
ef4c4300
KT
3716 ;;
3717 i[3456789]86-*-mingw*)
b91f0a41 3718 target_configdirs="$target_configdirs target-winsup"
1c710c3c 3719 ;;
671aa708
NN
3720 *-*-cygwin*)
3721 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 3722 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 3723 # always build newlib if winsup directory is present.
b91f0a41 3724 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3725 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3726 elif test -d "$srcdir/newlib"; then
b91f0a41 3727 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3728 fi
1c710c3c 3729 ;;
f2a0e225 3730 i[3456789]86-*-pe)
ebb9f8b0 3731 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3732 ;;
f2a0e225 3733 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3734 # The linker does not yet know about weak symbols in COFF,
3735 # and is not configured to handle mixed ELF and COFF.
0036370f 3736 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3737 ;;
f2a0e225 3738 i[3456789]86-*-sco*)
0036370f 3739 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3740 ;;
fbdd5d87 3741 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
671aa708
NN
3742 noconfigdirs="$noconfigdirs target-libgloss"
3743 ;;
f2a0e225 3744 i[3456789]86-*-sysv4*)
0036370f 3745 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3746 ;;
f2a0e225 3747 i[3456789]86-*-beos*)
6a789d5e 3748 noconfigdirs="$noconfigdirs gdb"
3aa83176 3749 ;;
d1f8db0c 3750 i[3456789]86-*-rdos*)
6a789d5e 3751 noconfigdirs="$noconfigdirs gdb"
c03353e2 3752 ;;
671aa708 3753 mmix-*-*)
2909494b 3754 noconfigdirs="$noconfigdirs gdb"
671aa708 3755 ;;
ab34901f 3756 mt-*-*)
79dd769c
AH
3757 noconfigdirs="$noconfigdirs sim"
3758 ;;
671aa708
NN
3759 powerpc-*-aix*)
3760 # copied from rs6000-*-* entry
6a789d5e 3761 noconfigdirs="$noconfigdirs gprof"
671aa708 3762 ;;
4569f85e 3763 powerpc*-*-winnt* | powerpc*-*-pe*)
671aa708 3764 target_configdirs="$target_configdirs target-winsup"
0036370f 3765 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
671aa708
NN
3766 # always build newlib.
3767 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3768 ;;
3769 # This is temporary until we can link against shared libraries
3770 powerpcle-*-solaris*)
0036370f 3771 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
671aa708
NN
3772 ;;
3773 powerpc-*-beos*)
6a789d5e 3774 noconfigdirs="$noconfigdirs gdb"
671aa708 3775 ;;
671aa708 3776 rs6000-*-lynxos*)
6a789d5e 3777 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3778 ;;
3779 rs6000-*-aix*)
6a789d5e 3780 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3781 ;;
3782 rs6000-*-*)
2909494b 3783 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3784 ;;
3785 m68k-apollo-*)
0036370f 3786 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
671aa708 3787 ;;
ca9fe997 3788 microblaze*)
2909494b 3789 noconfigdirs="$noconfigdirs gprof"
ca9fe997 3790 ;;
d91491e5 3791 mips*-sde-elf* | mips*-mti-elf*)
d9dced13
RS
3792 if test x$with_newlib = xyes; then
3793 noconfigdirs="$noconfigdirs gprof"
3794 fi
d9dced13 3795 ;;
671aa708 3796 mips*-*-irix5*)
0036370f 3797 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708
NN
3798 ;;
3799 mips*-*-irix6*)
2909494b 3800 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3801 ;;
671aa708 3802 mips*-*-bsd*)
bc98bcc4 3803 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
671aa708 3804 ;;
671aa708 3805 mips*-*-linux*)
671aa708 3806 ;;
bc98bcc4
JBG
3807 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3808 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3809 noconfigdirs="$noconfigdirs ld gas gprof"
3810 ;;
671aa708 3811 mips*-*-*)
2909494b 3812 noconfigdirs="$noconfigdirs gprof"
671aa708 3813 ;;
669f01d8 3814 sh-*-* | sh64-*-*)
ea2002ba
CB
3815 case "${target}" in
3816 sh*-*-elf)
2909494b 3817 ;;
ea2002ba 3818 *)
2909494b 3819 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 3820 esac
671aa708 3821 ;;
671aa708 3822 sparc-*-sunos4*)
6a789d5e 3823 if test x${is_cross_compiler} = xno ; then
671aa708
NN
3824 use_gnu_ld=no
3825 fi
3826 ;;
b42f0d7e 3827 tic6x-*-*)
0d557ff8 3828 noconfigdirs="$noconfigdirs sim"
b42f0d7e 3829 ;;
341c653c 3830 tilepro*-*-* | tilegx*-*-*)
db1d217c
WL
3831 noconfigdirs="$noconfigdirs sim"
3832 ;;
671aa708 3833 v810-*-*)
0036370f 3834 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
671aa708
NN
3835 ;;
3836 vax-*-*)
2909494b 3837 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3838 ;;
671aa708 3839esac
79c06341 3840
671aa708
NN
3841# If we aren't building newlib, then don't build libgloss, since libgloss
3842# depends upon some newlib header files.
3843case "${noconfigdirs}" in
3844 *target-libgloss*) ;;
3845 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3846esac
3847
671aa708 3848# Work in distributions that contain no compiler tools, like Autoconf.
671aa708
NN
3849host_makefile_frag=/dev/null
3850if test -d ${srcdir}/config ; then
3851case "${host}" in
f2a0e225 3852 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3853 host_makefile_frag="config/mh-djgpp"
3854 ;;
3855 *-cygwin*)
2a79c47f 3856
5213506e
RW
3857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3858$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3859echo a >cygwin-cat-check
e25a8c82 3860if test `cat cygwin-cat-check` = a ; then
2a79c47f 3861 rm cygwin-cat-check
5213506e
RW
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3863$as_echo "yes" >&6; }
2a79c47f
NC
3864else
3865 rm cygwin-cat-check
5213506e
RW
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3867$as_echo "no" >&6; }
3868 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3869 Please either mount the build directory in binary mode or run the following
3870 commands before running any configure script:
3871set -o igncr
3872export SHELLOPTS
5213506e 3873 " "$LINENO" 5
2a79c47f
NC
3874fi
3875
671aa708
NN
3876 host_makefile_frag="config/mh-cygwin"
3877 ;;
c53a18d3 3878 *-mingw*)
1f5a6b84 3879 host_makefile_frag="config/mh-mingw"
95af8923 3880 ;;
efd41714 3881 hppa*-hp-hpux10*)
efd41714 3882 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3883 ;;
111eeb6e 3884 hppa*-hp-hpux*)
efd41714
PB
3885 host_makefile_frag="config/mh-pa"
3886 ;;
3887 hppa*-*)
3888 host_makefile_frag="config/mh-pa"
3889 ;;
d8ed14ce
IS
3890 *-*-darwin*)
3891 host_makefile_frag="config/mh-darwin"
be8fff81 3892 ;;
d19bca38
PB
3893 powerpc-*-aix*)
3894 host_makefile_frag="config/mh-ppc-aix"
3895 ;;
3896 rs6000-*-aix*)
3897 host_makefile_frag="config/mh-ppc-aix"
3898 ;;
671aa708
NN
3899esac
3900fi
3901
55ffb5ed 3902if test "${build}" != "${host}" ; then
0999159b
PB
3903 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3904 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3905 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3906 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3907 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3908 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 3909 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
3910 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3911 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3912 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3913 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3914 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3915 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3916else
3917 AR_FOR_BUILD="\$(AR)"
3918 AS_FOR_BUILD="\$(AS)"
fb0103e5 3919 CC_FOR_BUILD="\$(CC)"
0999159b
PB
3920 CXX_FOR_BUILD="\$(CXX)"
3921 GCJ_FOR_BUILD="\$(GCJ)"
3922 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 3923 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
3924 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3925 LD_FOR_BUILD="\$(LD)"
3926 NM_FOR_BUILD="\$(NM)"
3927 RANLIB_FOR_BUILD="\$(RANLIB)"
3928 WINDRES_FOR_BUILD="\$(WINDRES)"
3929 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
3930fi
3931
3932ac_ext=c
1c710c3c
DJ
3933ac_cpp='$CPP $CPPFLAGS'
3934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936ac_compiler_gnu=$ac_cv_c_compiler_gnu
3937if test -n "$ac_tool_prefix"; then
3938 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3939set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3941$as_echo_n "checking for $ac_word... " >&6; }
3942if test "${ac_cv_prog_CC+set}" = set; then :
3943 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3944else
3945 if test -n "$CC"; then
3946 ac_cv_prog_CC="$CC" # Let the user override the test.
3947else
3948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3949for as_dir in $PATH
3950do
3951 IFS=$as_save_IFS
3952 test -z "$as_dir" && as_dir=.
5213506e
RW
3953 for ac_exec_ext in '' $ac_executable_extensions; do
3954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3955 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3957 break 2
3958 fi
3959done
5213506e
RW
3960 done
3961IFS=$as_save_IFS
1c710c3c
DJ
3962
3963fi
3964fi
3965CC=$ac_cv_prog_CC
3966if test -n "$CC"; then
5213506e
RW
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3968$as_echo "$CC" >&6; }
1c710c3c 3969else
5213506e
RW
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3971$as_echo "no" >&6; }
1c710c3c
DJ
3972fi
3973
5213506e 3974
1c710c3c
DJ
3975fi
3976if test -z "$ac_cv_prog_CC"; then
3977 ac_ct_CC=$CC
fb0103e5
RG
3978 # Extract the first word of "gcc", so it can be a program name with args.
3979set dummy gcc; ac_word=$2
5213506e
RW
3980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3981$as_echo_n "checking for $ac_word... " >&6; }
3982if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3983 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3984else
3985 if test -n "$ac_ct_CC"; then
3986 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3987else
3988as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3989for as_dir in $PATH
3990do
3991 IFS=$as_save_IFS
3992 test -z "$as_dir" && as_dir=.
5213506e
RW
3993 for ac_exec_ext in '' $ac_executable_extensions; do
3994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3995 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3997 break 2
3998 fi
3999done
5213506e
RW
4000 done
4001IFS=$as_save_IFS
1c710c3c
DJ
4002
4003fi
4004fi
4005ac_ct_CC=$ac_cv_prog_ac_ct_CC
4006if test -n "$ac_ct_CC"; then
5213506e
RW
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4008$as_echo "$ac_ct_CC" >&6; }
1c710c3c 4009else
5213506e
RW
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4011$as_echo "no" >&6; }
1c710c3c
DJ
4012fi
4013
5213506e
RW
4014 if test "x$ac_ct_CC" = x; then
4015 CC=""
4016 else
4017 case $cross_compiling:$ac_tool_warned in
4018yes:)
4019{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4020$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4021ac_tool_warned=yes ;;
4022esac
4023 CC=$ac_ct_CC
4024 fi
1c710c3c
DJ
4025else
4026 CC="$ac_cv_prog_CC"
4027fi
4028
4029if test -z "$CC"; then
5213506e
RW
4030 if test -n "$ac_tool_prefix"; then
4031 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 4032set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
4033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4034$as_echo_n "checking for $ac_word... " >&6; }
4035if test "${ac_cv_prog_CC+set}" = set; then :
4036 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4037else
4038 if test -n "$CC"; then
4039 ac_cv_prog_CC="$CC" # Let the user override the test.
4040else
1c710c3c
DJ
4041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4042for as_dir in $PATH
4043do
4044 IFS=$as_save_IFS
4045 test -z "$as_dir" && as_dir=.
5213506e
RW
4046 for ac_exec_ext in '' $ac_executable_extensions; do
4047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4048 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 4049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4050 break 2
4051 fi
4052done
5213506e
RW
4053 done
4054IFS=$as_save_IFS
1c710c3c 4055
0b0dc272 4056fi
0b0dc272 4057fi
1c710c3c 4058CC=$ac_cv_prog_CC
af71363e 4059if test -n "$CC"; then
5213506e
RW
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4061$as_echo "$CC" >&6; }
2aeb72e9 4062else
5213506e
RW
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4064$as_echo "no" >&6; }
2aeb72e9
DD
4065fi
4066
2aeb72e9 4067
5213506e 4068 fi
1c710c3c 4069fi
55ffb5ed
NN
4070if test -z "$CC"; then
4071 # Extract the first word of "cc", so it can be a program name with args.
4072set dummy cc; ac_word=$2
5213506e
RW
4073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4074$as_echo_n "checking for $ac_word... " >&6; }
4075if test "${ac_cv_prog_CC+set}" = set; then :
4076 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4077else
4078 if test -n "$CC"; then
4079 ac_cv_prog_CC="$CC" # Let the user override the test.
4080else
0b0dc272 4081 ac_prog_rejected=no
1c710c3c
DJ
4082as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4083for as_dir in $PATH
4084do
4085 IFS=$as_save_IFS
4086 test -z "$as_dir" && as_dir=.
5213506e
RW
4087 for ac_exec_ext in '' $ac_executable_extensions; do
4088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
4089 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4090 ac_prog_rejected=yes
4091 continue
4092 fi
4093 ac_cv_prog_CC="cc"
5213506e 4094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4095 break 2
4096 fi
4097done
5213506e
RW
4098 done
4099IFS=$as_save_IFS
1c710c3c 4100
55ffb5ed
NN
4101if test $ac_prog_rejected = yes; then
4102 # We found a bogon in the path, so make sure we never use it.
4103 set dummy $ac_cv_prog_CC
4104 shift
1c710c3c 4105 if test $# != 0; then
55ffb5ed
NN
4106 # We chose a different compiler from the bogus one.
4107 # However, it has the same basename, so the bogon will be chosen
4108 # first if we set CC to just the basename; use the full file name.
4109 shift
1c710c3c 4110 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4111 fi
4112fi
4113fi
4114fi
1c710c3c 4115CC=$ac_cv_prog_CC
55ffb5ed 4116if test -n "$CC"; then
5213506e
RW
4117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4118$as_echo "$CC" >&6; }
55ffb5ed 4119else
5213506e
RW
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4121$as_echo "no" >&6; }
55ffb5ed
NN
4122fi
4123
5213506e 4124
1c710c3c
DJ
4125fi
4126if test -z "$CC"; then
4127 if test -n "$ac_tool_prefix"; then
5213506e 4128 for ac_prog in cl.exe
1c710c3c
DJ
4129 do
4130 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4131set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4133$as_echo_n "checking for $ac_word... " >&6; }
4134if test "${ac_cv_prog_CC+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4136else
4137 if test -n "$CC"; then
4138 ac_cv_prog_CC="$CC" # Let the user override the test.
4139else
1c710c3c
DJ
4140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4141for as_dir in $PATH
4142do
4143 IFS=$as_save_IFS
4144 test -z "$as_dir" && as_dir=.
5213506e
RW
4145 for ac_exec_ext in '' $ac_executable_extensions; do
4146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4147 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4149 break 2
4150 fi
4151done
5213506e
RW
4152 done
4153IFS=$as_save_IFS
1c710c3c 4154
55ffb5ed
NN
4155fi
4156fi
1c710c3c 4157CC=$ac_cv_prog_CC
55ffb5ed 4158if test -n "$CC"; then
5213506e
RW
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4160$as_echo "$CC" >&6; }
a4b9e93e 4161else
5213506e
RW
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4163$as_echo "no" >&6; }
fb0103e5 4164fi
af71363e 4165
5213506e 4166
1c710c3c
DJ
4167 test -n "$CC" && break
4168 done
af71363e 4169fi
1c710c3c
DJ
4170if test -z "$CC"; then
4171 ac_ct_CC=$CC
5213506e 4172 for ac_prog in cl.exe
1c710c3c
DJ
4173do
4174 # Extract the first word of "$ac_prog", so it can be a program name with args.
4175set dummy $ac_prog; ac_word=$2
5213506e
RW
4176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4177$as_echo_n "checking for $ac_word... " >&6; }
4178if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4179 $as_echo_n "(cached) " >&6
0b0dc272 4180else
1c710c3c
DJ
4181 if test -n "$ac_ct_CC"; then
4182 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4183else
1c710c3c
DJ
4184as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4185for as_dir in $PATH
4186do
4187 IFS=$as_save_IFS
4188 test -z "$as_dir" && as_dir=.
5213506e
RW
4189 for ac_exec_ext in '' $ac_executable_extensions; do
4190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4191 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4193 break 2
4194 fi
4195done
5213506e
RW
4196 done
4197IFS=$as_save_IFS
1c710c3c 4198
af71363e
AS
4199fi
4200fi
1c710c3c
DJ
4201ac_ct_CC=$ac_cv_prog_ac_ct_CC
4202if test -n "$ac_ct_CC"; then
5213506e
RW
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4204$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4205else
5213506e
RW
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4207$as_echo "no" >&6; }
af71363e 4208fi
0b0dc272 4209
5213506e 4210
1c710c3c
DJ
4211 test -n "$ac_ct_CC" && break
4212done
4213
5213506e
RW
4214 if test "x$ac_ct_CC" = x; then
4215 CC=""
4216 else
4217 case $cross_compiling:$ac_tool_warned in
4218yes:)
4219{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4220$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4221ac_tool_warned=yes ;;
4222esac
4223 CC=$ac_ct_CC
4224 fi
1c710c3c
DJ
4225fi
4226
4227fi
4228
4229
5213506e
RW
4230test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4231$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4232as_fn_error "no acceptable C compiler found in \$PATH
4233See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4234
4235# Provide some information about the compiler.
5213506e
RW
4236$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4237set X $ac_compile
4238ac_compiler=$2
4239for ac_option in --version -v -V -qversion; do
4240 { { ac_try="$ac_compiler $ac_option >&5"
4241case "(($ac_try" in
4242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4243 *) ac_try_echo=$ac_try;;
4244esac
4245eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4246$as_echo "$ac_try_echo"; } >&5
4247 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4248 ac_status=$?
5213506e
RW
4249 if test -s conftest.err; then
4250 sed '10a\
4251... rest of stderr output deleted ...
4252 10q' conftest.err >conftest.er1
4253 cat conftest.er1 >&5
4254 rm -f conftest.er1 conftest.err
4255 fi
4256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4257 test $ac_status = 0; }
4258done
1c710c3c 4259
5213506e 4260cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4261/* end confdefs.h. */
4262
4263int
4264main ()
4265{
4266
4267 ;
4268 return 0;
4269}
4270_ACEOF
4271ac_clean_files_save=$ac_clean_files
5213506e 4272ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4273# Try to create an executable without -o first, disregard a.out.
4274# It will help us diagnose broken compilers, and finding out an intuition
4275# of exeext.
5213506e
RW
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4277$as_echo_n "checking for C compiler default output file name... " >&6; }
4278ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4279
4280# The possible output files:
4281ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4282
4283ac_rmfiles=
4284for ac_file in $ac_files
4285do
4286 case $ac_file in
4287 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4288 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4289 esac
4290done
4291rm -f $ac_rmfiles
4292
4293if { { ac_try="$ac_link_default"
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_link_default") 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 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4305# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4306# in a Makefile. We should not override ac_cv_exeext if it was cached,
4307# so that the user can short-circuit this test for compilers unknown to
4308# Autoconf.
4309for ac_file in $ac_files ''
1c710c3c
DJ
4310do
4311 test -f "$ac_file" || continue
4312 case $ac_file in
5213506e 4313 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4314 ;;
4315 [ab].out )
4316 # We found the default executable, but exeext='' is most
4317 # certainly right.
4318 break;;
4319 *.* )
5213506e
RW
4320 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4321 then :; else
4322 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4323 fi
4324 # We set ac_cv_exeext here because the later test for it is not
4325 # safe: cross compilers may not add the suffix if given an `-o'
4326 # argument, so we may need to know it at that point already.
4327 # Even if this section looks crufty: it has the advantage of
4328 # actually working.
1c710c3c
DJ
4329 break;;
4330 * )
4331 break;;
4332 esac
4333done
5213506e
RW
4334test "$ac_cv_exeext" = no && ac_cv_exeext=
4335
1c710c3c 4336else
5213506e
RW
4337 ac_file=''
4338fi
4339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4340$as_echo "$ac_file" >&6; }
4341if test -z "$ac_file"; then :
4342 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4343sed 's/^/| /' conftest.$ac_ext >&5
4344
5213506e
RW
4345{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4346$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4347{ as_fn_set_status 77
4348as_fn_error "C compiler cannot create executables
4349See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4350fi
1c710c3c 4351ac_exeext=$ac_cv_exeext
1c710c3c 4352
5213506e 4353# Check that the compiler produces executables we can run. If not, either
1c710c3c 4354# the compiler is broken, or we cross compile.
5213506e
RW
4355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4356$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4357# If not cross compiling, check that we can run a simple program.
4358if test "$cross_compiling" != yes; then
4359 if { ac_try='./$ac_file'
5213506e
RW
4360 { { case "(($ac_try" in
4361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4362 *) ac_try_echo=$ac_try;;
4363esac
4364eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4365$as_echo "$ac_try_echo"; } >&5
4366 (eval "$ac_try") 2>&5
1c710c3c 4367 ac_status=$?
5213506e
RW
4368 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4369 test $ac_status = 0; }; }; then
1c710c3c
DJ
4370 cross_compiling=no
4371 else
4372 if test "$cross_compiling" = maybe; then
4373 cross_compiling=yes
4374 else
5213506e
RW
4375 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4376$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4377as_fn_error "cannot run C compiled programs.
1c710c3c 4378If you meant to cross compile, use \`--host'.
5213506e 4379See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4380 fi
4381 fi
4382fi
5213506e
RW
4383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4384$as_echo "yes" >&6; }
1c710c3c 4385
5213506e 4386rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4387ac_clean_files=$ac_clean_files_save
5213506e 4388# Check that the compiler produces executables we can run. If not, either
1c710c3c 4389# the compiler is broken, or we cross compile.
5213506e
RW
4390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4391$as_echo_n "checking whether we are cross compiling... " >&6; }
4392{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4393$as_echo "$cross_compiling" >&6; }
4394
4395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4396$as_echo_n "checking for suffix of executables... " >&6; }
4397if { { ac_try="$ac_link"
4398case "(($ac_try" in
4399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4400 *) ac_try_echo=$ac_try;;
4401esac
4402eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4403$as_echo "$ac_try_echo"; } >&5
4404 (eval "$ac_link") 2>&5
1c710c3c 4405 ac_status=$?
5213506e
RW
4406 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4407 test $ac_status = 0; }; then :
1c710c3c
DJ
4408 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4409# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4410# work properly (i.e., refer to `conftest.exe'), while it won't with
4411# `rm'.
4412for ac_file in conftest.exe conftest conftest.*; do
4413 test -f "$ac_file" || continue
4414 case $ac_file in
5213506e 4415 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4416 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4417 break;;
4418 * ) break;;
4419 esac
4420done
af71363e 4421else
5213506e
RW
4422 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4423$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4424as_fn_error "cannot compute suffix of executables: cannot compile and link
4425See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4426fi
1c710c3c 4427rm -f conftest$ac_cv_exeext
5213506e
RW
4428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4429$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4430
4431rm -f conftest.$ac_ext
4432EXEEXT=$ac_cv_exeext
4433ac_exeext=$EXEEXT
5213506e
RW
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4435$as_echo_n "checking for suffix of object files... " >&6; }
4436if test "${ac_cv_objext+set}" = set; then :
4437 $as_echo_n "(cached) " >&6
1c710c3c 4438else
5213506e 4439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4440/* end confdefs.h. */
4441
4442int
4443main ()
4444{
4445
4446 ;
4447 return 0;
4448}
4449_ACEOF
4450rm -f conftest.o conftest.obj
5213506e
RW
4451if { { ac_try="$ac_compile"
4452case "(($ac_try" in
4453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4454 *) ac_try_echo=$ac_try;;
4455esac
4456eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4457$as_echo "$ac_try_echo"; } >&5
4458 (eval "$ac_compile") 2>&5
1c710c3c 4459 ac_status=$?
5213506e
RW
4460 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4461 test $ac_status = 0; }; then :
4462 for ac_file in conftest.o conftest.obj conftest.*; do
4463 test -f "$ac_file" || continue;
1c710c3c 4464 case $ac_file in
5213506e 4465 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4466 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4467 break;;
4468 esac
4469done
4470else
5213506e 4471 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4472sed 's/^/| /' conftest.$ac_ext >&5
4473
5213506e
RW
4474{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4475$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4476as_fn_error "cannot compute suffix of object files: cannot compile
4477See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4478fi
1c710c3c
DJ
4479rm -f conftest.$ac_cv_objext conftest.$ac_ext
4480fi
5213506e
RW
4481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4482$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4483OBJEXT=$ac_cv_objext
4484ac_objext=$OBJEXT
5213506e
RW
4485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4486$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4487if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4488 $as_echo_n "(cached) " >&6
1c710c3c 4489else
5213506e 4490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4491/* end confdefs.h. */
4492
4493int
4494main ()
4495{
4496#ifndef __GNUC__
4497 choke me
4498#endif
4499
4500 ;
4501 return 0;
4502}
4503_ACEOF
5213506e 4504if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4505 ac_compiler_gnu=yes
4506else
5213506e 4507 ac_compiler_gnu=no
1c710c3c 4508fi
5213506e 4509rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4510ac_cv_c_compiler_gnu=$ac_compiler_gnu
4511
4512fi
5213506e
RW
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4514$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4515if test $ac_compiler_gnu = yes; then
4516 GCC=yes
4517else
4518 GCC=
4519fi
1c710c3c
DJ
4520ac_test_CFLAGS=${CFLAGS+set}
4521ac_save_CFLAGS=$CFLAGS
5213506e
RW
4522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4523$as_echo_n "checking whether $CC accepts -g... " >&6; }
4524if test "${ac_cv_prog_cc_g+set}" = set; then :
4525 $as_echo_n "(cached) " >&6
4526else
4527 ac_save_c_werror_flag=$ac_c_werror_flag
4528 ac_c_werror_flag=yes
4529 ac_cv_prog_cc_g=no
4530 CFLAGS="-g"
4531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4532/* end confdefs.h. */
4533
4534int
4535main ()
4536{
4537
4538 ;
4539 return 0;
4540}
4541_ACEOF
5213506e 4542if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4543 ac_cv_prog_cc_g=yes
4544else
5213506e
RW
4545 CFLAGS=""
4546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4547/* end confdefs.h. */
4548
4549int
4550main ()
4551{
4552
4553 ;
4554 return 0;
4555}
4556_ACEOF
4557if ac_fn_c_try_compile "$LINENO"; then :
4558
4559else
4560 ac_c_werror_flag=$ac_save_c_werror_flag
4561 CFLAGS="-g"
4562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4563/* end confdefs.h. */
af71363e 4564
5213506e
RW
4565int
4566main ()
4567{
4568
4569 ;
4570 return 0;
4571}
4572_ACEOF
4573if ac_fn_c_try_compile "$LINENO"; then :
4574 ac_cv_prog_cc_g=yes
4575fi
4576rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4577fi
5213506e 4578rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4579fi
5213506e
RW
4580rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4581 ac_c_werror_flag=$ac_save_c_werror_flag
4582fi
4583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4584$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4585if test "$ac_test_CFLAGS" = set; then
1c710c3c 4586 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4587elif test $ac_cv_prog_cc_g = yes; then
4588 if test "$GCC" = yes; then
4589 CFLAGS="-g -O2"
4590 else
4591 CFLAGS="-g"
4592 fi
4593else
4594 if test "$GCC" = yes; then
4595 CFLAGS="-O2"
4596 else
4597 CFLAGS=
4598 fi
4599fi
5213506e
RW
4600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4601$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4602if test "${ac_cv_prog_cc_c89+set}" = set; then :
4603 $as_echo_n "(cached) " >&6
1c710c3c 4604else
5213506e 4605 ac_cv_prog_cc_c89=no
1c710c3c 4606ac_save_CC=$CC
5213506e 4607cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4608/* end confdefs.h. */
4609#include <stdarg.h>
4610#include <stdio.h>
4611#include <sys/types.h>
4612#include <sys/stat.h>
4613/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4614struct buf { int x; };
4615FILE * (*rcsopen) (struct buf *, struct stat *, int);
4616static char *e (p, i)
4617 char **p;
4618 int i;
4619{
4620 return p[i];
4621}
4622static char *f (char * (*g) (char **, int), char **p, ...)
4623{
4624 char *s;
4625 va_list v;
4626 va_start (v,p);
4627 s = g (p, va_arg (v,int));
4628 va_end (v);
4629 return s;
4630}
4631
4632/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4633 function prototypes and stuff, but not '\xHH' hex character constants.
4634 These don't provoke an error unfortunately, instead are silently treated
5213506e 4635 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4636 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4637 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4638 that's true only with -std. */
1c710c3c
DJ
4639int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4640
5213506e
RW
4641/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4642 inside strings and character constants. */
4643#define FOO(x) 'x'
4644int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4645
1c710c3c
DJ
4646int test (int i, double x);
4647struct s1 {int (*f) (int a);};
4648struct s2 {int (*f) (double a);};
4649int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4650int argc;
4651char **argv;
4652int
4653main ()
4654{
4655return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4656 ;
4657 return 0;
4658}
4659_ACEOF
5213506e
RW
4660for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4661 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4662do
4663 CC="$ac_save_CC $ac_arg"
5213506e
RW
4664 if ac_fn_c_try_compile "$LINENO"; then :
4665 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4666fi
5213506e
RW
4667rm -f core conftest.err conftest.$ac_objext
4668 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4669done
5213506e 4670rm -f conftest.$ac_ext
1c710c3c
DJ
4671CC=$ac_save_CC
4672
4673fi
5213506e
RW
4674# AC_CACHE_VAL
4675case "x$ac_cv_prog_cc_c89" in
4676 x)
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4678$as_echo "none needed" >&6; } ;;
4679 xno)
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4681$as_echo "unsupported" >&6; } ;;
1c710c3c 4682 *)
5213506e
RW
4683 CC="$CC $ac_cv_prog_cc_c89"
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4685$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4686esac
5213506e 4687if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4688
2aeb72e9
DD
4689fi
4690
2aeb72e9
DD
4691ac_ext=c
4692ac_cpp='$CPP $CPPFLAGS'
4693ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4694ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4695ac_compiler_gnu=$ac_cv_c_compiler_gnu
4696
5213506e 4697ac_ext=cpp
2aeb72e9
DD
4698ac_cpp='$CXXCPP $CPPFLAGS'
4699ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4700ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4701ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4702if test -z "$CXX"; then
4703 if test -n "$CCC"; then
4704 CXX=$CCC
4705 else
4706 if test -n "$ac_tool_prefix"; then
4707 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4708 do
4709 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4710set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712$as_echo_n "checking for $ac_word... " >&6; }
4713if test "${ac_cv_prog_CXX+set}" = set; then :
4714 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4715else
4716 if test -n "$CXX"; then
4717 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4718else
4719as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720for as_dir in $PATH
4721do
4722 IFS=$as_save_IFS
4723 test -z "$as_dir" && as_dir=.
5213506e
RW
4724 for ac_exec_ext in '' $ac_executable_extensions; do
4725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4726 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4728 break 2
4729 fi
4730done
5213506e
RW
4731 done
4732IFS=$as_save_IFS
55ffb5ed 4733
c3a86da9
DJ
4734fi
4735fi
4736CXX=$ac_cv_prog_CXX
4737if test -n "$CXX"; then
5213506e
RW
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4739$as_echo "$CXX" >&6; }
c3a86da9 4740else
5213506e
RW
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4742$as_echo "no" >&6; }
c3a86da9
DJ
4743fi
4744
5213506e 4745
c3a86da9
DJ
4746 test -n "$CXX" && break
4747 done
4748fi
4749if test -z "$CXX"; then
4750 ac_ct_CXX=$CXX
5213506e 4751 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4752do
4753 # Extract the first word of "$ac_prog", so it can be a program name with args.
4754set dummy $ac_prog; ac_word=$2
5213506e
RW
4755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4756$as_echo_n "checking for $ac_word... " >&6; }
4757if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4758 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4759else
4760 if test -n "$ac_ct_CXX"; then
4761 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4762else
4763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4764for as_dir in $PATH
4765do
4766 IFS=$as_save_IFS
4767 test -z "$as_dir" && as_dir=.
5213506e
RW
4768 for ac_exec_ext in '' $ac_executable_extensions; do
4769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4770 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4772 break 2
4773 fi
4774done
5213506e
RW
4775 done
4776IFS=$as_save_IFS
c3a86da9
DJ
4777
4778fi
4779fi
4780ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4781if test -n "$ac_ct_CXX"; then
5213506e
RW
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4783$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4784else
5213506e
RW
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4786$as_echo "no" >&6; }
c3a86da9
DJ
4787fi
4788
5213506e 4789
c3a86da9
DJ
4790 test -n "$ac_ct_CXX" && break
4791done
c3a86da9 4792
5213506e
RW
4793 if test "x$ac_ct_CXX" = x; then
4794 CXX="g++"
4795 else
4796 case $cross_compiling:$ac_tool_warned in
4797yes:)
4798{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4799$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4800ac_tool_warned=yes ;;
4801esac
4802 CXX=$ac_ct_CXX
4803 fi
c3a86da9
DJ
4804fi
4805
5213506e
RW
4806 fi
4807fi
c3a86da9 4808# Provide some information about the compiler.
5213506e
RW
4809$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4810set X $ac_compile
4811ac_compiler=$2
4812for ac_option in --version -v -V -qversion; do
4813 { { ac_try="$ac_compiler $ac_option >&5"
4814case "(($ac_try" in
4815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4816 *) ac_try_echo=$ac_try;;
4817esac
4818eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4819$as_echo "$ac_try_echo"; } >&5
4820 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4821 ac_status=$?
5213506e
RW
4822 if test -s conftest.err; then
4823 sed '10a\
4824... rest of stderr output deleted ...
4825 10q' conftest.err >conftest.er1
4826 cat conftest.er1 >&5
4827 rm -f conftest.er1 conftest.err
4828 fi
4829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4830 test $ac_status = 0; }
4831done
c3a86da9 4832
5213506e
RW
4833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4834$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4835if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4836 $as_echo_n "(cached) " >&6
c3a86da9 4837else
5213506e 4838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4839/* end confdefs.h. */
4840
4841int
4842main ()
4843{
4844#ifndef __GNUC__
4845 choke me
4846#endif
4847
4848 ;
4849 return 0;
4850}
4851_ACEOF
5213506e 4852if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4853 ac_compiler_gnu=yes
4854else
5213506e 4855 ac_compiler_gnu=no
c3a86da9 4856fi
5213506e 4857rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4858ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4859
4860fi
5213506e
RW
4861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4862$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4863if test $ac_compiler_gnu = yes; then
4864 GXX=yes
4865else
4866 GXX=
4867fi
c3a86da9
DJ
4868ac_test_CXXFLAGS=${CXXFLAGS+set}
4869ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4871$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4872if test "${ac_cv_prog_cxx_g+set}" = set; then :
4873 $as_echo_n "(cached) " >&6
4874else
4875 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4876 ac_cxx_werror_flag=yes
4877 ac_cv_prog_cxx_g=no
4878 CXXFLAGS="-g"
4879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4880/* end confdefs.h. */
4881
4882int
4883main ()
4884{
4885
4886 ;
4887 return 0;
4888}
4889_ACEOF
5213506e 4890if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4891 ac_cv_prog_cxx_g=yes
4892else
5213506e
RW
4893 CXXFLAGS=""
4894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4895/* end confdefs.h. */
5213506e 4896
c3a86da9
DJ
4897int
4898main ()
4899{
5213506e 4900
c3a86da9
DJ
4901 ;
4902 return 0;
4903}
4904_ACEOF
5213506e 4905if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4906
5213506e
RW
4907else
4908 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4909 CXXFLAGS="-g"
4910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4911/* end confdefs.h. */
5213506e 4912
c3a86da9
DJ
4913int
4914main ()
4915{
5213506e 4916
c3a86da9
DJ
4917 ;
4918 return 0;
4919}
4920_ACEOF
5213506e
RW
4921if ac_fn_cxx_try_compile "$LINENO"; then :
4922 ac_cv_prog_cxx_g=yes
11a67599 4923fi
5213506e
RW
4924rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4925fi
4926rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4927fi
4928rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4929 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4930fi
4931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4932$as_echo "$ac_cv_prog_cxx_g" >&6; }
4933if test "$ac_test_CXXFLAGS" = set; then
4934 CXXFLAGS=$ac_save_CXXFLAGS
4935elif test $ac_cv_prog_cxx_g = yes; then
4936 if test "$GXX" = yes; then
4937 CXXFLAGS="-g -O2"
4938 else
4939 CXXFLAGS="-g"
4940 fi
4941else
4942 if test "$GXX" = yes; then
4943 CXXFLAGS="-O2"
4944 else
4945 CXXFLAGS=
4946 fi
c3a86da9 4947fi
c3a86da9
DJ
4948ac_ext=c
4949ac_cpp='$CPP $CPPFLAGS'
4950ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4951ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4952ac_compiler_gnu=$ac_cv_c_compiler_gnu
4953
4954
4955# We must set the default linker to the linker used by gcc for the correct
4956# operation of libtool. If LD is not defined and we are using gcc, try to
4957# set the LD default to the ld used by gcc.
4958if test -z "$LD"; then
4959 if test "$GCC" = yes; then
4960 case $build in
4961 *-*-mingw*)
4962 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4963 *)
4964 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4965 esac
4966 case $gcc_prog_ld in
4967 # Accept absolute paths.
4968 [\\/]* | [A-Za-z]:[\\/]*)
4969 LD="$gcc_prog_ld" ;;
4970 esac
4971 fi
23f6b2f9
PB
4972fi
4973
0b21f5d3
EB
4974# Check whether -static-libstdc++ -static-libgcc is supported.
4975have_static_libs=no
4976if test "$GCC" = yes; then
4977 saved_LDFLAGS="$LDFLAGS"
4978
4979 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4981$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4982 ac_ext=cpp
4983ac_cpp='$CXXCPP $CPPFLAGS'
4984ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4985ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4986ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4987
4988
4989cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4990/* end confdefs.h. */
0d6414b2
EB
4991
4992#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4993#error -static-libstdc++ not implemented
4994#endif
0b21f5d3
EB
4995int main() {}
4996_ACEOF
4997if ac_fn_cxx_try_link "$LINENO"; then :
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4999$as_echo "yes" >&6; }; have_static_libs=yes
5000else
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5002$as_echo "no" >&6; }
5003fi
5004rm -f core conftest.err conftest.$ac_objext \
5005 conftest$ac_exeext conftest.$ac_ext
5006 ac_ext=c
5007ac_cpp='$CPP $CPPFLAGS'
5008ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5009ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5010ac_compiler_gnu=$ac_cv_c_compiler_gnu
5011
5012
5013 LDFLAGS="$saved_LDFLAGS"
5014fi
5015
23f6b2f9
PB
5016
5017
55ffb5ed 5018
1c710c3c
DJ
5019if test -n "$ac_tool_prefix"; then
5020 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 5021set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
5022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5023$as_echo_n "checking for $ac_word... " >&6; }
5024if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5025 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5026else
5027 if test -n "$GNATBIND"; then
5028 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5029else
1c710c3c
DJ
5030as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5031for as_dir in $PATH
5032do
5033 IFS=$as_save_IFS
5034 test -z "$as_dir" && as_dir=.
5213506e
RW
5035 for ac_exec_ext in '' $ac_executable_extensions; do
5036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5037 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 5038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5039 break 2
5040 fi
5041done
5213506e
RW
5042 done
5043IFS=$as_save_IFS
1c710c3c 5044
55ffb5ed
NN
5045fi
5046fi
1c710c3c 5047GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 5048if test -n "$GNATBIND"; then
5213506e
RW
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5050$as_echo "$GNATBIND" >&6; }
55ffb5ed 5051else
5213506e
RW
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5053$as_echo "no" >&6; }
55ffb5ed
NN
5054fi
5055
5213506e 5056
1c710c3c 5057fi
55ffb5ed 5058if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 5059 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
5060 # Extract the first word of "gnatbind", so it can be a program name with args.
5061set dummy gnatbind; ac_word=$2
5213506e
RW
5062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5063$as_echo_n "checking for $ac_word... " >&6; }
5064if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5065 $as_echo_n "(cached) " >&6
55ffb5ed 5066else
1c710c3c
DJ
5067 if test -n "$ac_ct_GNATBIND"; then
5068 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 5069else
1c710c3c
DJ
5070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5071for as_dir in $PATH
5072do
5073 IFS=$as_save_IFS
5074 test -z "$as_dir" && as_dir=.
5213506e
RW
5075 for ac_exec_ext in '' $ac_executable_extensions; do
5076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5077 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 5078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5079 break 2
5080 fi
5081done
5213506e
RW
5082 done
5083IFS=$as_save_IFS
1c710c3c 5084
55ffb5ed
NN
5085fi
5086fi
1c710c3c
DJ
5087ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5088if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5090$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 5091else
5213506e
RW
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5093$as_echo "no" >&6; }
55ffb5ed
NN
5094fi
5095
5213506e
RW
5096 if test "x$ac_ct_GNATBIND" = x; then
5097 GNATBIND="no"
5098 else
5099 case $cross_compiling:$ac_tool_warned in
5100yes:)
5101{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5102$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5103ac_tool_warned=yes ;;
5104esac
5105 GNATBIND=$ac_ct_GNATBIND
5106 fi
55ffb5ed 5107else
1c710c3c 5108 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
5109fi
5110
1c710c3c
DJ
5111if test -n "$ac_tool_prefix"; then
5112 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 5113set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
5114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5115$as_echo_n "checking for $ac_word... " >&6; }
5116if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5117 $as_echo_n "(cached) " >&6
5305be7e
RG
5118else
5119 if test -n "$GNATMAKE"; then
5120 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5121else
1c710c3c
DJ
5122as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5123for as_dir in $PATH
5124do
5125 IFS=$as_save_IFS
5126 test -z "$as_dir" && as_dir=.
5213506e
RW
5127 for ac_exec_ext in '' $ac_executable_extensions; do
5128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5129 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5131 break 2
5132 fi
5133done
5213506e
RW
5134 done
5135IFS=$as_save_IFS
1c710c3c 5136
5305be7e
RG
5137fi
5138fi
1c710c3c 5139GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5140if test -n "$GNATMAKE"; then
5213506e
RW
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5142$as_echo "$GNATMAKE" >&6; }
5305be7e 5143else
5213506e
RW
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5145$as_echo "no" >&6; }
5305be7e
RG
5146fi
5147
5213506e 5148
1c710c3c 5149fi
5305be7e 5150if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5151 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5152 # Extract the first word of "gnatmake", so it can be a program name with args.
5153set dummy gnatmake; ac_word=$2
5213506e
RW
5154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5155$as_echo_n "checking for $ac_word... " >&6; }
5156if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5157 $as_echo_n "(cached) " >&6
5305be7e 5158else
1c710c3c
DJ
5159 if test -n "$ac_ct_GNATMAKE"; then
5160 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5161else
1c710c3c
DJ
5162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5163for as_dir in $PATH
5164do
5165 IFS=$as_save_IFS
5166 test -z "$as_dir" && as_dir=.
5213506e
RW
5167 for ac_exec_ext in '' $ac_executable_extensions; do
5168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5169 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5171 break 2
5172 fi
5173done
5213506e
RW
5174 done
5175IFS=$as_save_IFS
1c710c3c 5176
5305be7e
RG
5177fi
5178fi
1c710c3c
DJ
5179ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5180if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5182$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5183else
5213506e
RW
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5185$as_echo "no" >&6; }
5305be7e
RG
5186fi
5187
5213506e
RW
5188 if test "x$ac_ct_GNATMAKE" = x; then
5189 GNATMAKE="no"
5190 else
5191 case $cross_compiling:$ac_tool_warned in
5192yes:)
5193{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5194$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5195ac_tool_warned=yes ;;
5196esac
5197 GNATMAKE=$ac_ct_GNATMAKE
5198 fi
5305be7e 5199else
1c710c3c 5200 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5201fi
5202
5213506e
RW
5203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5204$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5205if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5206 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5207else
5208 cat >conftest.adb <<EOF
5209procedure conftest is begin null; end conftest;
5210EOF
5211acx_cv_cc_gcc_supports_ada=no
5212# There is a bug in old released versions of GCC which causes the
5213# driver to exit successfully when the appropriate language module
5214# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5215# Therefore we must check for the error message as well as an
5216# unsuccessful exit.
1db673ca
RO
5217# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5218# given a .adb file, but produce no object file. So we must check
5219# if an object file was really produced to guard against this.
55ffb5ed 5220errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5221if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5222 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5223fi
5224rm -f conftest.*
5225fi
5213506e
RW
5226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5227$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5228
7cb62ef1 5229if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5230 have_gnat=yes
5231else
5232 have_gnat=no
5233fi
5234
5213506e
RW
5235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5236$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5237if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5238 $as_echo_n "(cached) " >&6
a76494aa
PB
5239else
5240 echo abfoo >t1
5241 echo cdfoo >t2
5242 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5243 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5244 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5245 :
5246 else
5247 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5248 fi
5249 fi
a76494aa
PB
5250 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5251 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5252 :
a76494aa
PB
5253 else
5254 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5255 fi
5256 fi
5257 rm t1 t2
5258
5259fi
5213506e
RW
5260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5261$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5262do_compare="$gcc_cv_prog_cmp_skip"
5263
5264
55ffb5ed 5265
ff3ac0f4
ILT
5266# Check whether --enable-bootstrap was given.
5267if test "${enable_bootstrap+set}" = set; then :
5268 enableval=$enable_bootstrap;
5269else
5270 enable_bootstrap=default
5271fi
5272
5273
5274# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
5275if test -r $srcdir/gcc/configure; then
5276 have_compiler=yes
5277else
5278 have_compiler=no
5279fi
ff3ac0f4
ILT
5280
5281case "$have_compiler:$host:$target:$enable_bootstrap" in
5282 *:*:*:no) ;;
5283
5284 # Default behavior. Enable bootstrap if we have a compiler
5285 # and we are in a native configuration.
5286 yes:$build:$build:default)
5287 enable_bootstrap=yes ;;
5288
5289 *:*:*:default)
5290 enable_bootstrap=no ;;
5291
5292 # We have a compiler and we are in a native configuration, bootstrap is ok
5293 yes:$build:$build:yes)
5294 ;;
5295
5296 # Other configurations, but we have a compiler. Assume the user knows
5297 # what he's doing.
5298 yes:*:*:yes)
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5300$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5301 ;;
5302
5303 # No compiler: if they passed --enable-bootstrap explicitly, fail
5304 no:*:*:yes)
5305 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5306
5307 # Fail if wrong command line
5308 *)
5309 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5310 ;;
5311esac
5312
592c90ff
KG
5313# Used for setting $lt_cv_objdir
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5315$as_echo_n "checking for objdir... " >&6; }
5316if test "${lt_cv_objdir+set}" = set; then :
5317 $as_echo_n "(cached) " >&6
5318else
5319 rm -f .libs 2>/dev/null
5320mkdir .libs 2>/dev/null
5321if test -d .libs; then
5322 lt_cv_objdir=.libs
5323else
5324 # MS-DOS does not allow filenames that begin with a dot.
5325 lt_cv_objdir=_libs
5326fi
5327rmdir .libs 2>/dev/null
5328fi
5329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5330$as_echo "$lt_cv_objdir" >&6; }
5331objdir=$lt_cv_objdir
5332
5333
5334
5335
5336
5337cat >>confdefs.h <<_ACEOF
5338#define LT_OBJDIR "$lt_cv_objdir/"
5339_ACEOF
5340
5341
5342
acd26225 5343# Check for GMP, MPFR and MPC
3a5729ea 5344gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5345gmpinc=
e69bf64b 5346have_gmp=no
acd26225
KG
5347
5348# Specify a location for mpc
5349# check for this first so it ends up on the link line before mpfr.
5350
5213506e
RW
5351# Check whether --with-mpc was given.
5352if test "${with_mpc+set}" = set; then :
5353 withval=$with_mpc;
5354fi
acd26225 5355
acd26225 5356
9965e3cd 5357# Check whether --with-mpc-include was given.
5213506e
RW
5358if test "${with_mpc_include+set}" = set; then :
5359 withval=$with_mpc_include;
5360fi
acd26225 5361
acd26225 5362
9965e3cd 5363# Check whether --with-mpc-lib was given.
5213506e
RW
5364if test "${with_mpc_lib+set}" = set; then :
5365 withval=$with_mpc_lib;
5366fi
acd26225 5367
acd26225
KG
5368
5369if test "x$with_mpc" != x; then
3a5729ea
KG
5370 gmplibs="-L$with_mpc/lib $gmplibs"
5371 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5372fi
5373if test "x$with_mpc_include" != x; then
3a5729ea 5374 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5375fi
5376if test "x$with_mpc_lib" != x; then
3a5729ea 5377 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5378fi
5379if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5380 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5381 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5382 # Do not test the mpc version. Assume that it is sufficient, since
5383 # it is in the source tree, and the library has not been built yet
5384 # but it would be included on the link line in the version check below
5385 # hence making the test fail.
3a5729ea 5386 have_gmp=yes
acd26225 5387fi
e69bf64b 5388
bebf829d
PB
5389# Specify a location for mpfr
5390# check for this first so it ends up on the link line before gmp.
1c710c3c 5391
5213506e
RW
5392# Check whether --with-mpfr-dir was given.
5393if test "${with_mpfr_dir+set}" = set; then :
5394 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5395Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5396fi
5397
bebf829d
PB
5398
5399
5213506e
RW
5400# Check whether --with-mpfr was given.
5401if test "${with_mpfr+set}" = set; then :
5402 withval=$with_mpfr;
5403fi
1c710c3c 5404
bebf829d 5405
9965e3cd 5406# Check whether --with-mpfr-include was given.
5213506e
RW
5407if test "${with_mpfr_include+set}" = set; then :
5408 withval=$with_mpfr_include;
5409fi
1c710c3c 5410
8a877c9c 5411
9965e3cd 5412# Check whether --with-mpfr-lib was given.
5213506e
RW
5413if test "${with_mpfr_lib+set}" = set; then :
5414 withval=$with_mpfr_lib;
5415fi
8a877c9c 5416
bebf829d
PB
5417
5418if test "x$with_mpfr" != x; then
5419 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5420 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5421fi
8a877c9c 5422if test "x$with_mpfr_include" != x; then
3a5729ea 5423 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5424fi
5425if test "x$with_mpfr_lib" != x; then
5426 gmplibs="-L$with_mpfr_lib $gmplibs"
5427fi
e69bf64b 5428if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5b0d38e4
NC
5429 # MPFR v3.1.0 moved the sources into a src sub-directory.
5430 if test -d ${srcdir}/mpfr/src; then
5431 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5432 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5433 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5434 else
5435 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5436 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5437 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5438 fi
e69bf64b
PB
5439 # Do not test the mpfr version. Assume that it is sufficient, since
5440 # it is in the source tree, and the library has not been built yet
5441 # but it would be included on the link line in the version check below
5442 # hence making the test fail.
5443 have_gmp=yes
5444fi
bebf829d 5445
6de9cd9a 5446# Specify a location for gmp
1c710c3c 5447
5213506e
RW
5448# Check whether --with-gmp-dir was given.
5449if test "${with_gmp_dir+set}" = set; then :
5450 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5451Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5452fi
5453
6de9cd9a 5454
6de9cd9a 5455
5213506e
RW
5456# Check whether --with-gmp was given.
5457if test "${with_gmp+set}" = set; then :
5458 withval=$with_gmp;
5459fi
1c710c3c 5460
6de9cd9a 5461
9965e3cd 5462# Check whether --with-gmp-include was given.
5213506e
RW
5463if test "${with_gmp_include+set}" = set; then :
5464 withval=$with_gmp_include;
5465fi
1c710c3c 5466
8a877c9c 5467
9965e3cd 5468# Check whether --with-gmp-lib was given.
5213506e
RW
5469if test "${with_gmp_lib+set}" = set; then :
5470 withval=$with_gmp_lib;
5471fi
8a877c9c
KG
5472
5473
6de9cd9a 5474
bebf829d
PB
5475if test "x$with_gmp" != x; then
5476 gmplibs="-L$with_gmp/lib $gmplibs"
5477 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5478fi
8a877c9c
KG
5479if test "x$with_gmp_include" != x; then
5480 gmpinc="-I$with_gmp_include $gmpinc"
5481fi
5482if test "x$with_gmp_lib" != x; then
5483 gmplibs="-L$with_gmp_lib $gmplibs"
5484fi
e69bf64b 5485if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5486 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5487 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5488 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5489 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 5490 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5491 # Do not test the gmp version. Assume that it is sufficient, since
5492 # it is in the source tree, and the library has not been built yet
5493 # but it would be included on the link line in the version check below
5494 # hence making the test fail.
5495 have_gmp=yes
5496fi
6de9cd9a 5497
d943d7c4 5498if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5499 have_gmp=yes
5500 saved_CFLAGS="$CFLAGS"
5501 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5502 # Check for the recommended and required versions of GMP.
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5504$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5505
5506cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5507/* end confdefs.h. */
5508#include "gmp.h"
5509int
5510main ()
5511{
5512
5513 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5514 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
385c0681 5515 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
362c6d2f
KG
5516 choke me
5517 #endif
5518
5519 ;
5520 return 0;
5521}
5522_ACEOF
5523if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5525/* end confdefs.h. */
362c6d2f 5526#include <gmp.h>
1c710c3c
DJ
5527int
5528main ()
5529{
6de9cd9a 5530
362c6d2f
KG
5531 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5532 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5533 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5534 choke me
5535 #endif
1c710c3c
DJ
5536
5537 ;
5538 return 0;
5539}
5540_ACEOF
5213506e
RW
5541if ac_fn_c_try_compile "$LINENO"; then :
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5543$as_echo "yes" >&6; }
362c6d2f
KG
5544else
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5546$as_echo "buggy but acceptable" >&6; }
5547fi
5548rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5549else
5213506e
RW
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5551$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5552fi
5213506e 5553rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5554
acd26225 5555 # If we have GMP, check the MPFR version.
e69bf64b 5556 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5557 # Check for the recommended and required versions of MPFR.
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5559$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5561/* end confdefs.h. */
70ec446f 5562#include <gmp.h>
e69bf64b 5563 #include <mpfr.h>
1c710c3c
DJ
5564int
5565main ()
5566{
e48d66a9 5567
f7d6bc01 5568 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
e69bf64b
PB
5569 choke me
5570 #endif
1c710c3c
DJ
5571
5572 ;
5573 return 0;
5574}
5575_ACEOF
5213506e
RW
5576if ac_fn_c_try_compile "$LINENO"; then :
5577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5578/* end confdefs.h. */
a3993f33 5579#include <gmp.h>
e69bf64b 5580 #include <mpfr.h>
1c710c3c
DJ
5581int
5582main ()
5583{
a3993f33 5584
362c6d2f 5585 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5586 choke me
5587 #endif
acd26225
KG
5588
5589 ;
5590 return 0;
5591}
5592_ACEOF
5213506e
RW
5593if ac_fn_c_try_compile "$LINENO"; then :
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5595$as_echo "yes" >&6; }
acd26225 5596else
5213506e
RW
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5598$as_echo "buggy but acceptable" >&6; }
acd26225 5599fi
5213506e 5600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5601else
5213506e
RW
5602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5603$as_echo "no" >&6; }; have_gmp=no
acd26225 5604fi
5213506e 5605rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5606 fi
5607
5608 # Check for the MPC header version.
3a5729ea 5609 if test x"$have_gmp" = xyes ; then
362c6d2f 5610 # Check for the recommended and required versions of MPC.
5213506e
RW
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5612$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5614/* end confdefs.h. */
5615#include <mpc.h>
5616int
5617main ()
5618{
5619
362c6d2f
KG
5620 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5621 choke me
5622 #endif
5623
5624 ;
5625 return 0;
5626}
5627_ACEOF
5628if ac_fn_c_try_compile "$LINENO"; then :
5629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5630/* end confdefs.h. */
5631#include <mpc.h>
5632int
5633main ()
5634{
5635
5636 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5637 choke me
5638 #endif
5639
5640 ;
5641 return 0;
5642}
5643_ACEOF
5213506e
RW
5644if ac_fn_c_try_compile "$LINENO"; then :
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5646$as_echo "yes" >&6; }
362c6d2f
KG
5647else
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5649$as_echo "buggy but acceptable" >&6; }
5650fi
5651rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5652else
5213506e 5653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5654$as_echo "no" >&6; }; have_gmp=no
acd26225 5655fi
5213506e 5656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5657 fi
5658
5659 # Now check the MPFR library.
5660 if test x"$have_gmp" = xyes; then
5661 saved_LIBS="$LIBS"
5662 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5664$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5666/* end confdefs.h. */
3a5729ea 5667#include <mpc.h>
acd26225
KG
5668int
5669main ()
5670{
5671
5672 mpfr_t n;
5673 mpfr_t x;
3a5729ea 5674 mpc_t c;
acd26225
KG
5675 int t;
5676 mpfr_init (n);
5677 mpfr_init (x);
5678 mpfr_atan2 (n, n, x, GMP_RNDN);
5679 mpfr_erfc (n, x, GMP_RNDN);
5680 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5681 mpfr_clear(n);
5682 mpfr_clear(x);
5683 mpc_init2 (c, 53);
5684 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5685 mpc_cosh (c, c, MPC_RNDNN);
5686 mpc_pow (c, c, c, MPC_RNDNN);
5687 mpc_acosh (c, c, MPC_RNDNN);
5688 mpc_clear (c);
1c710c3c
DJ
5689
5690 ;
5691 return 0;
5692}
5693_ACEOF
5213506e
RW
5694if ac_fn_c_try_link "$LINENO"; then :
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5696$as_echo "yes" >&6; }
1c710c3c 5697else
5213506e
RW
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5699$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5700fi
5213506e
RW
5701rm -f core conftest.err conftest.$ac_objext \
5702 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5703 LIBS="$saved_LIBS"
5704 fi
5705
e69bf64b 5706 CFLAGS="$saved_CFLAGS"
6de9cd9a 5707
362c6d2f
KG
5708# The library versions listed in the error message below should match
5709# the HARD-minimums enforced above.
e69bf64b 5710 if test x$have_gmp != xyes; then
f7d6bc01 5711 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
3a5729ea
KG
5712Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5713their locations. Source code for these libraries can be found at
5714their respective hosting sites as well as at
5715ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5716http://gcc.gnu.org/install/prerequisites.html for additional info. If
5717you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5718make sure that you have installed both the libraries and the header
5719files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5720 fi
70ec446f
KG
5721fi
5722
acd26225
KG
5723# Flags needed for both GMP, MPFR and/or MPC.
5724
5725
6de9cd9a
DN
5726
5727
5728
9e3eba15 5729
0ff2d841 5730
f38095f3
JM
5731# Allow host libstdc++ to be specified for static linking with PPL.
5732
5213506e
RW
5733# Check whether --with-host-libstdcxx was given.
5734if test "${with_host_libstdcxx+set}" = set; then :
5735 withval=$with_host_libstdcxx;
5736fi
f38095f3 5737
f38095f3
JM
5738
5739case $with_host_libstdcxx in
5740 no|yes)
5213506e 5741 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5742 ;;
5743esac
f8bf9252 5744
0b21f5d3 5745# Libraries to use for stage1 or when not bootstrapping.
00020c16 5746
0b21f5d3
EB
5747# Check whether --with-stage1-libs was given.
5748if test "${with_stage1_libs+set}" = set; then :
5749 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5750 stage1_libs=
00020c16 5751 else
0b21f5d3 5752 stage1_libs=$withval
00020c16
ILT
5753 fi
5754else
0b21f5d3 5755 stage1_libs=$with_host_libstdcxx
5213506e
RW
5756fi
5757
00020c16
ILT
5758
5759
0b21f5d3 5760# Linker flags to use for stage1 or when not bootstrapping.
00020c16 5761
0b21f5d3
EB
5762# Check whether --with-stage1-ldflags was given.
5763if test "${with_stage1_ldflags+set}" = set; then :
5764 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5765 stage1_ldflags=
00020c16 5766 else
0b21f5d3 5767 stage1_ldflags=$withval
00020c16
ILT
5768 fi
5769else
0b21f5d3
EB
5770 stage1_ldflags=
5771 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5772 # if supported. But if the user explicitly specified the libraries to use,
5773 # trust that they are doing what they want.
5774 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5775 stage1_ldflags="-static-libstdc++ -static-libgcc"
5776 fi
5213506e
RW
5777fi
5778
00020c16
ILT
5779
5780
00020c16
ILT
5781# Libraries to use for stage2 and later builds. This defaults to the
5782# argument passed to --with-host-libstdcxx.
5783
5213506e
RW
5784# Check whether --with-boot-libs was given.
5785if test "${with_boot_libs+set}" = set; then :
5786 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5787 poststage1_libs=
5788 else
5789 poststage1_libs=$withval
5790 fi
5791else
00020c16 5792 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5793fi
5794
00020c16
ILT
5795
5796
ed2eaa9f
ILT
5797# Linker flags to use for stage2 and later builds.
5798
5799# Check whether --with-boot-ldflags was given.
5800if test "${with_boot_ldflags+set}" = set; then :
5801 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5802 poststage1_ldflags=
5803 else
5804 poststage1_ldflags=$withval
5805 fi
5806else
5807 poststage1_ldflags=
bec93d73
ILT
5808 # In stages 2 and 3, default to linking libstdc++ and libgcc
5809 # statically. But if the user explicitly specified the libraries to
5810 # use, trust that they are doing what they want.
5811 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5812 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5813 fi
5814fi
5815
5816
5817
625afa23
RG
5818# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5819# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5820# config/isl.m4
5821
5822
5823# Check whether --with-cloog was given.
5824if test "${with_cloog+set}" = set; then :
5825 withval=$with_cloog;
5826fi
f8bf9252
SP
5827
5828
33ad93b9
RG
5829# Check whether --with-isl was given.
5830if test "${with_isl+set}" = set; then :
5831 withval=$with_isl;
5213506e 5832fi
f8bf9252 5833
f8bf9252 5834
625afa23
RG
5835# Treat either --without-cloog or --without-isl as a request to disable
5836# GRAPHITE support and skip all following checks.
5837if test "x$with_isl" != "xno" &&
5838 test "x$with_cloog" != "xno"; then
5839 # Check for ISL
5840
5841
33ad93b9
RG
5842# Check whether --with-isl-include was given.
5843if test "${with_isl_include+set}" = set; then :
5844 withval=$with_isl_include;
5213506e
RW
5845fi
5846
f8bf9252 5847
33ad93b9
RG
5848# Check whether --with-isl-lib was given.
5849if test "${with_isl_lib+set}" = set; then :
5850 withval=$with_isl_lib;
5213506e 5851fi
f8bf9252 5852
f8bf9252 5853
33ad93b9
RG
5854 # Check whether --enable-isl-version-check was given.
5855if test "${enable_isl_version_check+set}" = set; then :
5856 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5857else
5858 ENABLE_ISL_CHECK=yes
7d32a440
SP
5859fi
5860
5861
33ad93b9
RG
5862 # Initialize isllibs and islinc.
5863 case $with_isl in
5864 no)
5865 isllibs=
5866 islinc=
5867 ;;
5868 "" | yes)
5869 ;;
5870 *)
5871 isllibs="-L$with_isl/lib"
5872 islinc="-I$with_isl/include"
5873 ;;
5874 esac
5875 if test "x${with_isl_include}" != x ; then
5876 islinc="-I$with_isl_include"
5877 fi
5878 if test "x${with_isl_lib}" != x; then
5879 isllibs="-L$with_isl_lib"
5880 fi
5881 if test "x${islinc}" = x && test "x${isllibs}" = x \
5882 && test -d ${srcdir}/isl; then
5883 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5884 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5885 ENABLE_ISL_CHECK=no
2869f0ff
RB
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5887$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
33ad93b9 5888 fi
7d32a440 5889
7d32a440 5890
7d32a440 5891
33ad93b9
RG
5892 if test "${ENABLE_ISL_CHECK}" = yes ; then
5893 _isl_saved_CFLAGS=$CFLAGS
5894 _isl_saved_LDFLAGS=$LDFLAGS
90d4f233 5895 _isl_saved_LIBS=$LIBS
33ad93b9
RG
5896
5897 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
90d4f233
RO
5898 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5899 LIBS="${_isl_saved_LIBS} -lisl"
33ad93b9
RG
5900
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5902$as_echo_n "checking for version 0.10 of ISL... " >&6; }
2869f0ff 5903 if test "$cross_compiling" = yes; then :
2b2d7c53 5904 gcc_cv_isl=yes
33ad93b9
RG
5905else
5906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7d32a440 5907/* end confdefs.h. */
33ad93b9
RG
5908#include <isl/version.h>
5909 #include <string.h>
7d32a440
SP
5910int
5911main ()
5912{
8247e8b2
RG
5913if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5914 return 1;
5915
7d32a440
SP
5916 ;
5917 return 0;
5918}
5919_ACEOF
33ad93b9
RG
5920if ac_fn_c_try_run "$LINENO"; then :
5921 gcc_cv_isl=yes
d789184e 5922else
33ad93b9 5923 gcc_cv_isl=no
7d32a440 5924fi
33ad93b9
RG
5925rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5926 conftest.$ac_objext conftest.beam conftest.$ac_ext
7d32a440 5927fi
33ad93b9 5928
2869f0ff 5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
33ad93b9 5930$as_echo "$gcc_cv_isl" >&6; }
5213506e 5931
33ad93b9
RG
5932 CFLAGS=$_isl_saved_CFLAGS
5933 LDFLAGS=$_isl_saved_LDFLAGS
90d4f233 5934 LIBS=$_isl_saved_LIBS
7d32a440 5935 fi
f8bf9252 5936
7d32a440 5937
d0ad394c
RB
5938 if test "${gcc_cv_isl}" = no ; then
5939
5940 if test "${ENABLE_ISL_CHECK}" = yes ; then
5941 _isl_saved_CFLAGS=$CFLAGS
5942 _isl_saved_LDFLAGS=$LDFLAGS
5943 _isl_saved_LIBS=$LIBS
5944
5945 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5946 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5947 LIBS="${_isl_saved_LIBS} -lisl"
d0ad394c
RB
5948
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5950$as_echo_n "checking for version 0.11 of ISL... " >&6; }
2869f0ff 5951 if test "$cross_compiling" = yes; then :
d0ad394c
RB
5952 gcc_cv_isl=yes
5953else
5954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5955/* end confdefs.h. */
5956#include <isl/version.h>
5957 #include <string.h>
5958int
5959main ()
5960{
5961if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5962 return 1;
5963
5964 ;
5965 return 0;
5966}
5967_ACEOF
5968if ac_fn_c_try_run "$LINENO"; then :
5969 gcc_cv_isl=yes
5970else
5971 gcc_cv_isl=no
5972fi
5973rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5974 conftest.$ac_objext conftest.beam conftest.$ac_ext
5975fi
5976
2869f0ff 5977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
d0ad394c
RB
5978$as_echo "$gcc_cv_isl" >&6; }
5979
5980 CFLAGS=$_isl_saved_CFLAGS
5981 LDFLAGS=$_isl_saved_LDFLAGS
5982 LIBS=$_isl_saved_LIBS
5983 fi
5984
5985
9847828b
RB
5986 if test "${gcc_cv_isl}" = no ; then
5987
5988 if test "${ENABLE_ISL_CHECK}" = yes ; then
5989 _isl_saved_CFLAGS=$CFLAGS
5990 _isl_saved_LDFLAGS=$LDFLAGS
5991 _isl_saved_LIBS=$LIBS
5992
5993 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5994 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5995 LIBS="${_isl_saved_LIBS} -lisl"
5996
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5
5998$as_echo_n "checking for version 0.12 of ISL... " >&6; }
5999 if test "$cross_compiling" = yes; then :
6000 gcc_cv_isl=yes
6001else
6002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6003/* end confdefs.h. */
6004#include <isl/version.h>
6005 #include <string.h>
6006int
6007main ()
6008{
6009if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
6010 return 1;
6011
6012 ;
6013 return 0;
6014}
6015_ACEOF
6016if ac_fn_c_try_run "$LINENO"; then :
6017 gcc_cv_isl=yes
6018else
6019 gcc_cv_isl=no
6020fi
6021rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6022 conftest.$ac_objext conftest.beam conftest.$ac_ext
6023fi
6024
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6026$as_echo "$gcc_cv_isl" >&6; }
6027
6028 CFLAGS=$_isl_saved_CFLAGS
6029 LDFLAGS=$_isl_saved_LDFLAGS
6030 LIBS=$_isl_saved_LIBS
6031 fi
6032
6033
6034 fi
d0ad394c 6035 fi
f8bf9252 6036
f8bf9252 6037
33ad93b9
RG
6038
6039
33ad93b9
RG
6040 if test "x${with_isl}" = xno; then
6041 graphite_requested=no
6042 elif test "x${with_isl}" != x \
6043 || test "x${with_isl_include}" != x \
6044 || test "x${with_isl_lib}" != x ; then
6045 graphite_requested=yes
6046 else
6047 graphite_requested=no
7d32a440 6048 fi
d789184e 6049
d789184e
SP
6050
6051
33ad93b9
RG
6052 if test "${gcc_cv_isl}" = no ; then
6053 isllibs=
6054 islinc=
6055 fi
6056
6057 if test "${graphite_requested}" = yes \
6058 && test "x${isllibs}" = x \
6059 && test "x${islinc}" = x ; then
f8bf9252 6060
33ad93b9
RG
6061 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6062 fi
f8bf9252 6063
d32ef397 6064
d789184e 6065
625afa23
RG
6066 if test "x$gcc_cv_isl" != "xno"; then
6067 # Check for CLOOG
5213506e 6068
d789184e 6069
9965e3cd 6070# Check whether --with-cloog-include was given.
5213506e
RW
6071if test "${with_cloog_include+set}" = set; then :
6072 withval=$with_cloog_include;
6073fi
d789184e 6074
d789184e 6075
9965e3cd 6076# Check whether --with-cloog-lib was given.
5213506e
RW
6077if test "${with_cloog_lib+set}" = set; then :
6078 withval=$with_cloog_lib;
6079fi
d789184e 6080
d789184e 6081
d32ef397
AS
6082 # Check whether --enable-cloog-version-check was given.
6083if test "${enable_cloog_version_check+set}" = set; then :
6084 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
6085else
6086 ENABLE_CLOOG_CHECK=yes
6087fi
6088
6089
6090 # Initialize clooglibs and clooginc.
6091 case $with_cloog in
6092 no)
6093 clooglibs=
6094 clooginc=
6095 ;;
6096 "" | yes)
6097 ;;
6098 *)
6099 clooglibs="-L$with_cloog/lib"
6100 clooginc="-I$with_cloog/include"
6101 ;;
6102 esac
6103 if test "x${with_cloog_include}" != x ; then
6104 clooginc="-I$with_cloog_include"
6105 fi
6106 if test "x${with_cloog_lib}" != x; then
6107 clooglibs="-L$with_cloog_lib"
6108 fi
2869f0ff 6109 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
33ad93b9 6110 && test -d ${srcdir}/cloog; then
33ad93b9
RG
6111 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6112 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
2869f0ff
RB
6113 ENABLE_CLOOG_CHECK=no
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6115$as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
ab4173cf 6116 fi
ad0abd3c 6117
33ad93b9 6118 clooginc="-DCLOOG_INT_GMP ${clooginc}"
625afa23 6119 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
d32ef397
AS
6120
6121
6122
6123
6124
6125 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6126 _cloog_saved_CFLAGS=$CFLAGS
6127 _cloog_saved_LDFLAGS=$LDFLAGS
6128
33ad93b9
RG
6129 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6130 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
d32ef397 6131
6886e444
RG
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6133$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
2869f0ff 6134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252 6135/* end confdefs.h. */
33ad93b9 6136#include "cloog/version.h"
f8bf9252
SP
6137int
6138main ()
6139{
d32ef397 6140#if CLOOG_VERSION_MAJOR != 0 \
6886e444
RG
6141 || CLOOG_VERSION_MINOR != 17 \
6142 || CLOOG_VERSION_REVISION < 0
d32ef397
AS
6143 choke me
6144 #endif
f8bf9252
SP
6145 ;
6146 return 0;
6147}
6148_ACEOF
0333b9a6 6149if ac_fn_c_try_compile "$LINENO"; then :
6886e444 6150 gcc_cv_cloog=yes
f8bf9252 6151else
6886e444 6152 gcc_cv_cloog=no
f8bf9252 6153fi
5213506e 6154rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2869f0ff 6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6886e444 6156$as_echo "$gcc_cv_cloog" >&6; }
d32ef397
AS
6157
6158 CFLAGS=$_cloog_saved_CFLAGS
6159 LDFLAGS=$_cloog_saved_LDFLAGS
6160 fi
f8bf9252 6161
f8bf9252 6162
d0ad394c
RB
6163 if test "${gcc_cv_cloog}" = no ; then
6164
6165
6166
6167 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6168 _cloog_saved_CFLAGS=$CFLAGS
6169 _cloog_saved_LDFLAGS=$LDFLAGS
6170
6171 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6172 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6173
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6175$as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
2869f0ff 6176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d0ad394c
RB
6177/* end confdefs.h. */
6178#include "cloog/version.h"
6179int
6180main ()
6181{
6182#if CLOOG_VERSION_MAJOR != 0 \
6183 || CLOOG_VERSION_MINOR != 18 \
6184 || CLOOG_VERSION_REVISION < 0
6185 choke me
6186 #endif
6187 ;
6188 return 0;
6189}
6190_ACEOF
6191if ac_fn_c_try_compile "$LINENO"; then :
6192 gcc_cv_cloog=yes
6193else
6194 gcc_cv_cloog=no
6195fi
6196rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2869f0ff 6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
d0ad394c
RB
6198$as_echo "$gcc_cv_cloog" >&6; }
6199
6200 CFLAGS=$_cloog_saved_CFLAGS
6201 LDFLAGS=$_cloog_saved_LDFLAGS
6202 fi
6203
6204
6205 fi
f8bf9252
SP
6206
6207
d32ef397
AS
6208
6209
6210
6be7b668
JJ
6211 if test "x${with_cloog}" = xno; then
6212 graphite_requested=no
6213 elif test "x${with_cloog}" != x \
d32ef397
AS
6214 || test "x${with_cloog_include}" != x \
6215 || test "x${with_cloog_lib}" != x ; then
6216 graphite_requested=yes
6217 else
6218 graphite_requested=no
6219 fi
6220
6221
6222
6886e444 6223 if test "${gcc_cv_cloog}" = no ; then
d32ef397
AS
6224 clooglibs=
6225 clooginc=
6226 fi
6227
6228 if test "${graphite_requested}" = yes \
6229 && test "x${clooglibs}" = x \
6230 && test "x${clooginc}" = x ; then
6231
625afa23 6232 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
d32ef397
AS
6233 fi
6234
6235
625afa23 6236 fi
d32ef397
AS
6237fi
6238
32d024bf
RG
6239# If either the ISL or the CLooG check failed, disable builds of in-tree
6240# variants of both
625afa23
RG
6241if test "x$with_isl" = xno ||
6242 test "x$with_cloog" = xno ||
6243 test "x$gcc_cv_cloog" = xno ||
6244 test "x$gcc_cv_isl" = xno; then
32d024bf 6245 noconfigdirs="$noconfigdirs cloog isl"
625afa23
RG
6246 islinc=
6247 clooginc=
6248 clooglibs=
32d024bf
RG
6249fi
6250
625afa23
RG
6251
6252
6253
6254
6255
d7f09764
DN
6256# Check for LTO support.
6257# Check whether --enable-lto was given.
6258if test "${enable_lto+set}" = set; then :
6259 enableval=$enable_lto; enable_lto=$enableval
6260else
6261 enable_lto=yes; default_enable_lto=yes
6262fi
6263
6264
7413962d 6265
9a02962b
DK
6266
6267
6268target_elf=no
6269case $target in
6270 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
e44dbbe1 6271 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
9a02962b
DK
6272 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6273 target_elf=no
6274 ;;
6275 *)
6276 target_elf=yes
6277 ;;
6278esac
6279
6280if test $target_elf = yes; then :
48215350
DK
6281 # ELF platforms build the lto-plugin always.
6282 build_lto_plugin=yes
9a02962b 6283
9a02962b
DK
6284else
6285 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6286 case $target in
2cd815e7 6287 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
48215350 6288 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6289 *) enable_lto=no ;;
6290 esac
9a02962b 6291 else
db50fe7d
IS
6292 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6293 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6294 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6295 # warn during gcc/ subconfigure; unless you're bootstrapping with
6296 # -flto it won't be needed until after installation anyway.
6297 case $target in
1cd0b716 6298 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
6299 *) if test x"$enable_lto" = x"yes"; then
6300 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6301 fi
6302 ;;
6303 esac
6304 fi
1cd0b716 6305 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6306 # Build it unless LTO was explicitly disabled.
1cd0b716 6307 case $target in
48215350 6308 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6309 *) ;;
6310 esac
48215350 6311
9a02962b
DK
6312fi
6313
d7f09764 6314
45b3824d
TS
6315# Check whether --enable-linker-plugin-configure-flags was given.
6316if test "${enable_linker_plugin_configure_flags+set}" = set; then :
6317 enableval=$enable_linker_plugin_configure_flags; extra_linker_plugin_configure_flags=$enableval
6318else
6319 extra_linker_plugin_configure_flags=
6320fi
6321
6322
6323# Check whether --enable-linker-plugin-flags was given.
6324if test "${enable_linker_plugin_flags+set}" = set; then :
6325 enableval=$enable_linker_plugin_flags; extra_linker_plugin_flags=$enableval
6326else
6327 extra_linker_plugin_flags=
6328fi
6329
6330
6331
f8bf9252 6332
0823efed 6333# By default, C and C++ are the only stage 1 languages.
e1888513 6334stage1_languages=,c,
2805b53a 6335
00020c16 6336# Target libraries that we bootstrap.
ad1e5170 6337bootstrap_target_libs=,target-libgcc,
00020c16 6338
55ffb5ed
NN
6339# Figure out what language subdirectories are present.
6340# Look if the user specified --enable-languages="..."; if not, use
6341# the environment variable $LANGUAGES if defined. $LANGUAGES might
6342# go away some day.
6343# NB: embedded tabs in this IF block -- do not untabify
6344if test -d ${srcdir}/gcc; then
6345 if test x"${enable_languages+set}" != xset; then
6346 if test x"${LANGUAGES+set}" = xset; then
6347 enable_languages="${LANGUAGES}"
6348 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6349 else
6350 enable_languages=all
6351 fi
6352 else
6353 if test x"${enable_languages}" = x ||
6354 test x"${enable_languages}" = xyes;
6355 then
6356 echo configure.in: --enable-languages needs at least one language argument 1>&2
6357 exit 1
6358 fi
6359 fi
6360 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6361
7f26dfa3
FXC
6362 # 'f95' is the old name for the 'fortran' language. We issue a warning
6363 # and make the substitution.
6364 case ,${enable_languages}, in
6365 *,f95,*)
6366 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6367 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6368 ;;
6369 esac
6370
0823efed
DN
6371 # If bootstrapping, C++ must be enabled.
6372 case ",$enable_languages,:$enable_bootstrap" in
6373 *,c++,*:*) ;;
6374 *:yes)
ff3ac0f4
ILT
6375 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6376 enable_languages="${enable_languages},c++"
6377 else
0823efed 6378 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ff3ac0f4
ILT
6379 fi
6380 ;;
6381 esac
6382
55ffb5ed
NN
6383 # First scan to see if an enabled language requires some other language.
6384 # We assume that a given config-lang.in will list all the language
6385 # front ends it requires, even if some are required indirectly.
6386 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6387 case ${lang_frag} in
6388 ..) ;;
6389 # The odd quoting in the next line works around
6390 # an apparent bug in bash 1.12 on linux.
6391 ${srcdir}/gcc/[*]/config-lang.in) ;;
6392 *)
69ecd18f
ILT
6393 # From the config-lang.in, get $language, $lang_requires, and
6394 # $lang_requires_boot_languages.
55ffb5ed
NN
6395 language=
6396 lang_requires=
69ecd18f 6397 lang_requires_boot_languages=
55ffb5ed 6398 . ${lang_frag}
69ecd18f 6399 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6400 case ,${enable_languages}, in
6401 *,$other,*) ;;
6402 *,all,*) ;;
6403 *,$language,*)
6404 echo " \`$other' language required by \`$language'; enabling" 1>&2
6405 enable_languages="${enable_languages},${other}"
6406 ;;
6407 esac
6408 done
69ecd18f
ILT
6409 for other in ${lang_requires_boot_languages} ; do
6410 if test "$other" != "c"; then
6411 case ,${enable_stage1_languages}, in
6412 *,$other,*) ;;
6413 *,all,*) ;;
6414 *)
6415 case ,${enable_languages}, in
6416 *,$language,*)
6417 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6418 enable_stage1_languages="$enable_stage1_languages,${other}"
6419 ;;
6420 esac
6421 ;;
6422 esac
6423 fi
6424 done
55ffb5ed
NN
6425 ;;
6426 esac
6427 done
6428
e1888513 6429 new_enable_languages=,c,
d7f09764
DN
6430
6431 # If LTO is enabled, add the LTO front end.
6432 extra_host_libiberty_configure_flags=
6433 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6434 case ,${enable_languages}, in
6435 *,lto,*) ;;
6436 *) enable_languages="${enable_languages},lto" ;;
6437 esac
1cd0b716 6438 if test "${build_lto_plugin}" = "yes" ; then
d7f09764
DN
6439 configdirs="$configdirs lto-plugin"
6440 extra_host_libiberty_configure_flags=--enable-shared
6441 fi
6442 fi
6443
6444
55ffb5ed 6445 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6446 potential_languages=,c,
55ffb5ed 6447
4da3b0f8
ILT
6448 enabled_target_libs=
6449 disabled_target_libs=
6450
55ffb5ed
NN
6451 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6452 case ${lang_frag} in
6453 ..) ;;
6454 # The odd quoting in the next line works around
6455 # an apparent bug in bash 1.12 on linux.
6456 ${srcdir}/gcc/[*]/config-lang.in) ;;
6457 *)
1c710c3c 6458 # From the config-lang.in, get $language, $target_libs,
2805b53a 6459 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6460 language=
6461 target_libs=
6462 lang_dirs=
1546bb64 6463 subdir_requires=
e1888513
PB
6464 boot_language=no
6465 build_by_default=yes
55ffb5ed 6466 . ${lang_frag}
e1888513
PB
6467 if test x${language} = x; then
6468 echo "${lang_frag} doesn't set \$language." 1>&2
6469 exit 1
6470 fi
6471
78767fd9 6472 if test "$language" = "c++"; then
0823efed 6473 boot_language=yes
00020c16
ILT
6474 fi
6475
178f875a 6476 add_this_lang=no
e1888513
PB
6477 case ,${enable_languages}, in
6478 *,${language},*)
d4a10d0a
SB
6479 # Language was explicitly selected; include it
6480 # unless it is C, which is enabled by default.
6481 if test "$language" != "c"; then
6482 add_this_lang=yes
6483 fi
55ffb5ed 6484 ;;
e1888513
PB
6485 *,all,*)
6486 # 'all' was selected, select it if it is a default language
178f875a
JM
6487 if test "$language" != "c"; then
6488 add_this_lang=${build_by_default}
6489 fi
55ffb5ed
NN
6490 ;;
6491 esac
6de9cd9a 6492
1546bb64 6493 # Disable languages that need other directories if these aren't available.
95695ad3 6494 for i in $subdir_requires; do
b6348cb3 6495 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6496 case ,${enable_languages}, in
6497 *,${language},*)
6498 # Specifically requested language; tell them.
5213506e 6499 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6500 ;;
6501 *)
6502 # Silently disable.
e1888513 6503 add_this_lang=unsupported
1546bb64
PB
6504 ;;
6505 esac
6506 done
6507
e1888513
PB
6508 # Disable Ada if no preexisting GNAT is available.
6509 case ,${enable_languages},:${language}:${have_gnat} in
6510 *,${language},*:ada:no)
6511 # Specifically requested language; tell them.
5213506e 6512 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6513 ;;
6514 *:ada:no)
6515 # Silently disable.
6516 add_this_lang=unsupported
6517 ;;
6518 esac
6519
4fab7234
HPN
6520 # Disable a language that is unsupported by the target.
6521 case " $unsupported_languages " in
6522 *" $language "*)
e1888513 6523 add_this_lang=unsupported
4fab7234
HPN
6524 ;;
6525 esac
6526
6de9cd9a 6527 case $add_this_lang in
e1888513 6528 unsupported)
55ffb5ed 6529 # Remove language-dependent dirs.
4da3b0f8
ILT
6530 disabled_target_libs="$disabled_target_libs $target_libs"
6531 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6532 ;;
e1888513
PB
6533 no)
6534 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6535 disabled_target_libs="$disabled_target_libs $target_libs"
6536 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6537 potential_languages="${potential_languages}${language},"
6538 ;;
6539 yes)
6540 new_enable_languages="${new_enable_languages}${language},"
6541 potential_languages="${potential_languages}${language},"
2805b53a 6542 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6543 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6544 case "${boot_language}:,$enable_stage1_languages," in
6545 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6546 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6547 case ",$stage1_languages," in
6548 *,$language,* | ,yes, | ,all,) ;;
6549 *) stage1_languages="${stage1_languages}${language}," ;;
6550 esac
00020c16
ILT
6551 # We need to bootstrap any supporting libraries.
6552 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6553 ;;
6554 esac
6555 ;;
55ffb5ed
NN
6556 esac
6557 ;;
6558 esac
6559 done
6560
4da3b0f8
ILT
6561 # Add target libraries which are only needed for disabled languages
6562 # to noconfigdirs.
6563 if test -n "$disabled_target_libs"; then
6564 for dir in $disabled_target_libs; do
6565 case " $enabled_target_libs " in
6566 *" ${dir} "*) ;;
6567 *) noconfigdirs="$noconfigdirs $dir" ;;
6568 esac
6569 done
6570 fi
6571
5213506e
RW
6572 # Check whether --enable-stage1-languages was given.
6573if test "${enable_stage1_languages+set}" = set; then :
6574 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6575 ,no,|,,)
6576 # Set it to something that will have no effect in the loop below
6577 enable_stage1_languages=c ;;
6578 ,yes,)
6579 enable_stage1_languages=`echo $new_enable_languages | \
6580 sed -e "s/^,//" -e "s/,$//" ` ;;
6581 *,all,*)
6582 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6583 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6584 esac
6585
6586 # Add "good" languages from enable_stage1_languages to stage1_languages,
6587 # while "bad" languages go in missing_languages. Leave no duplicates.
6588 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6589 case $potential_languages in
6590 *,$i,*)
6591 case $stage1_languages in
6592 *,$i,*) ;;
6593 *) stage1_languages="$stage1_languages$i," ;;
6594 esac ;;
6595 *)
6596 case $missing_languages in
6597 *,$i,*) ;;
6598 *) missing_languages="$missing_languages$i," ;;
6599 esac ;;
6600 esac
6601 done
5213506e
RW
6602fi
6603
e1888513
PB
6604
6605 # Remove leading/trailing commas that were added for simplicity
6606 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6607 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6608 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6609 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6610
55ffb5ed 6611 if test "x$missing_languages" != x; then
5213506e 6612 as_fn_error "
0cf085e4 6613The following requested languages could not be built: ${missing_languages}
5213506e 6614Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6615 fi
55ffb5ed
NN
6616 if test "x$new_enable_languages" != "x$enable_languages"; then
6617 echo The following languages will be built: ${new_enable_languages}
e1888513 6618 enable_languages="$new_enable_languages"
55ffb5ed 6619 fi
e1888513 6620
1c710c3c 6621
b2eaac4a 6622 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6623fi
6624
27079765
AH
6625# Handle --disable-<component> generically.
6626for dir in $configdirs $build_configdirs $target_configdirs ; do
6627 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6628 varname=`echo $dirname | sed -e s/+/_/g`
6629 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6630 noconfigdirs="$noconfigdirs $dir"
6631 fi
6632done
6633
7cd0cf9c 6634# Check for Boehm's garbage collector
5213506e
RW
6635# Check whether --enable-objc-gc was given.
6636if test "${enable_objc_gc+set}" = set; then :
6637 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6638 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6639 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6640 ;;
6641esac
5213506e
RW
6642fi
6643
7cd0cf9c
DA
6644
6645# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6646case ,${enable_languages},:${enable_objc_gc} in
6647 *,objc,*:yes)
7cd0cf9c
DA
6648 # Keep target-boehm-gc if requested for Objective-C.
6649 ;;
7cd0cf9c 6650 *)
2a79fd67
DA
6651 # Otherwise remove target-boehm-gc depending on target-libjava.
6652 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6653 noconfigdirs="$noconfigdirs target-boehm-gc"
6654 fi
7cd0cf9c
DA
6655 ;;
6656esac
6657
1007a55c 6658# Disable libcilkrts, libitm, libsanitizer, libvtv if we're not building C++
99776ebd 6659case ,${enable_languages}, in
1007a55c
JW
6660 *,c++,*)
6661 # Disable libcilkrts, libitm, libsanitizer if we're not building libstdc++
6662 case "${noconfigdirs}" in
6663 *target-libstdc++-v3*)
6664 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer"
6665 ;;
6666 *) ;;
6667 esac
6668 ;;
99776ebd 6669 *)
186bc287 6670 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer target-libvtv"
99776ebd
RH
6671 ;;
6672esac
6673
ee6a22df
L
6674# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6675# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6676# If we have the source for $noconfigdirs entries, add them to $notsupp.
6677
6678notsupp=""
6679for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6680 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6681 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6682 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6683 if test -r $srcdir/$dirname/configure ; then
6684 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6685 true
6686 else
6687 notsupp="$notsupp $dir"
6688 fi
6689 fi
6690 fi
ee6a22df
L
6691 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6692 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6693 if test -r $srcdir/$dirname/configure ; then
6694 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6695 true
6696 else
6697 notsupp="$notsupp $dir"
6698 fi
6699 fi
6700 fi
55ffb5ed
NN
6701 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6702 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6703 if test -r $srcdir/$dirname/configure ; then
6704 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6705 true
6706 else
6707 notsupp="$notsupp $dir"
6708 fi
6709 fi
6710 fi
6711done
6712
55ffb5ed
NN
6713# Quietly strip out all directories which aren't configurable in this tree.
6714# This relies on all configurable subdirectories being autoconfiscated, which
6715# is now the case.
23f6b2f9
PB
6716build_configdirs_all="$build_configdirs"
6717build_configdirs=
6718for i in ${build_configdirs_all} ; do
1c710c3c 6719 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6720 if test -f ${srcdir}/$j/configure ; then
6721 build_configdirs="${build_configdirs} $i"
6722 fi
6723done
6724
55ffb5ed
NN
6725configdirs_all="$configdirs"
6726configdirs=
6727for i in ${configdirs_all} ; do
6728 if test -f ${srcdir}/$i/configure ; then
6729 configdirs="${configdirs} $i"
6730 fi
6731done
23f6b2f9 6732
55ffb5ed
NN
6733target_configdirs_all="$target_configdirs"
6734target_configdirs=
6735for i in ${target_configdirs_all} ; do
1c710c3c 6736 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6737 if test -f ${srcdir}/$j/configure ; then
6738 target_configdirs="${target_configdirs} $i"
6739 fi
6740done
6741
45b3824d
TS
6742# libiberty-linker-plugin is special: it doesn't have its own source directory,
6743# so we have to add it after the preceding checks.
6744if test x"$extra_linker_plugin_flags$extra_linker_plugin_configure_flags" != x
6745then
6746 case " $configdirs " in
6747 *" libiberty "*)
6748 # If we can build libiberty, we can also build libiberty-linker-plugin.
6749 configdirs="$configdirs libiberty-linker-plugin"
6750 extra_linker_plugin_configure_flags="$extra_linker_plugin_configure_flags \
6751 --with-libiberty=../libiberty-linker-plugin";;
6752 *)
6753 as_fn_error "libiberty missing" "$LINENO" 5;;
6754 esac
6755fi
6756
55ffb5ed
NN
6757# Produce a warning message for the subdirs we can't configure.
6758# This isn't especially interesting in the Cygnus tree, but in the individual
6759# FSF releases, it's important to let people know when their machine isn't
6760# supported by the one or two programs in a package.
6761
6762if test -n "${notsupp}" && test -z "${norecursion}" ; then
6763 # If $appdirs is non-empty, at least one of those directories must still
6764 # be configured, or we error out. (E.g., if the gas release supports a
6765 # specified target in some subdirs but not the gas subdir, we shouldn't
6766 # pretend that all is well.)
6767 if test -n "$appdirs" ; then
6768 for dir in $appdirs ; do
6769 if test -r $dir/Makefile.in ; then
6770 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6771 appdirs=""
6772 break
6773 fi
23f6b2f9 6774 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6775 appdirs=""
6776 break
6777 fi
6778 fi
6779 done
6780 if test -n "$appdirs" ; then
6781 echo "*** This configuration is not supported by this package." 1>&2
6782 exit 1
6783 fi
6784 fi
6785 # Okay, some application will build, or we don't care to check. Still
6786 # notify of subdirs not getting built.
6787 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6788 echo " ${notsupp}" 1>&2
6789 echo " (Any other directories should still work fine.)" 1>&2
6790fi
6791
6792case "$host" in
6793 *msdosdjgpp*)
6794 enable_gdbtk=no ;;
6795esac
6796
c3a86da9
DJ
6797# To find our prefix, in gcc_cv_tool_prefix.
6798
6799# The user is always right.
6800if test "${PATH_SEPARATOR+set}" != set; then
6801 echo "#! /bin/sh" >conf$$.sh
6802 echo "exit 0" >>conf$$.sh
6803 chmod +x conf$$.sh
6804 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6805 PATH_SEPARATOR=';'
6806 else
6807 PATH_SEPARATOR=:
6808 fi
6809 rm -f conf$$.sh
6810fi
6811
6812
6813
6814if test "x$exec_prefix" = xNONE; then
6815 if test "x$prefix" = xNONE; then
6816 gcc_cv_tool_prefix=$ac_default_prefix
6817 else
6818 gcc_cv_tool_prefix=$prefix
6819 fi
6820else
6821 gcc_cv_tool_prefix=$exec_prefix
6822fi
6823
6824# If there is no compiler in the tree, use the PATH only. In any
6825# case, if there is no compiler in the tree nobody should use
6826# AS_FOR_TARGET and LD_FOR_TARGET.
6827if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6828 gcc_version=`cat $srcdir/gcc/BASE-VER`
6829 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6830 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6831 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6832 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6833 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6834 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6835else
6836 gcc_cv_tool_dirs=
6837fi
6838
6839if test x$build = x$target && test -n "$md_exec_prefix"; then
6840 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6841fi
6842
6843
6844
55ffb5ed
NN
6845copy_dirs=
6846
1c710c3c 6847
5213506e
RW
6848# Check whether --with-build-sysroot was given.
6849if test "${with_build_sysroot+set}" = set; then :
6850 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6851 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6852 fi
6853else
6854 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6855fi
526635cb
MM
6856
6857
c8aea42c 6858
5213506e
RW
6859
6860# Check whether --with-debug-prefix-map was given.
6861if test "${with_debug_prefix_map+set}" = set; then :
6862 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6863 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6864 for debug_map in $withval; do
6865 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6866 done
6867 fi
6868else
6869 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6870fi
6871
c8aea42c
PB
6872
6873
1c8bd6a3
PB
6874# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6875# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6876# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6877# We want to ensure that TARGET libraries (which we know are built with
6878# gcc) are built with "-O2 -g", so include those options when setting
6879# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6880if test "x$CFLAGS_FOR_TARGET" = x; then
6881 CFLAGS_FOR_TARGET=$CFLAGS
6882 case " $CFLAGS " in
6883 *" -O2 "*) ;;
bd8e704f 6884 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6885 esac
6886 case " $CFLAGS " in
6887 *" -g "* | *" -g3 "*) ;;
bd8e704f 6888 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6889 esac
6890fi
6891
6892
6893if test "x$CXXFLAGS_FOR_TARGET" = x; then
6894 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6895 case " $CXXFLAGS " in
6896 *" -O2 "*) ;;
bd8e704f 6897 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6898 esac
6899 case " $CXXFLAGS " in
6900 *" -g "* | *" -g3 "*) ;;
bd8e704f 6901 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6902 esac
6903fi
6904
6905
6f57bdf6
DK
6906
6907
55ffb5ed
NN
6908# Handle --with-headers=XXX. If the value is not "yes", the contents of
6909# the named directory are copied to $(tooldir)/sys-include.
6910if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6911 if test x${is_cross_compiler} = xno ; then
6912 echo 1>&2 '***' --with-headers is only supported when cross compiling
6913 exit 1
6914 fi
6915 if test x"${with_headers}" != xyes ; then
c3a86da9 6916 x=${gcc_cv_tool_prefix}
1c710c3c 6917 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6918 fi
6919fi
6920
6921# Handle --with-libs=XXX. If the value is not "yes", the contents of
6922# the name directories are copied to $(tooldir)/lib. Multiple directories
6923# are permitted.
6924if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6925 if test x${is_cross_compiler} = xno ; then
6926 echo 1>&2 '***' --with-libs is only supported when cross compiling
6927 exit 1
6928 fi
6929 if test x"${with_libs}" != xyes ; then
6930 # Copy the libraries in reverse order, so that files in the first named
6931 # library override files in subsequent libraries.
c3a86da9 6932 x=${gcc_cv_tool_prefix}
55ffb5ed 6933 for l in ${with_libs}; do
1c710c3c 6934 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6935 done
6936 fi
6937fi
6938
d7f09764 6939# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6940#
6941# This is done by determining whether or not the appropriate directory
6942# is available, and by checking whether or not specific configurations
6943# have requested that this magic not happen.
1c710c3c
DJ
6944#
6945# The command line options always override the explicit settings in
e8b05380
PB
6946# configure.in, and the settings in configure.in override this magic.
6947#
1c710c3c 6948# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6949# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6950# --without-gnu-ld options for the configure script. Similarly, if
6951# the default is to use the included zlib and you don't want to do that,
6952# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6953
6954if test x${use_gnu_as} = x &&
6955 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6956 with_gnu_as=yes
6957 extra_host_args="$extra_host_args --with-gnu-as"
6958fi
6959
6960if test x${use_gnu_ld} = x &&
5afab7ad 6961 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6962 with_gnu_ld=yes
6963 extra_host_args="$extra_host_args --with-gnu-ld"
6964fi
6965
d7f09764
DN
6966if test x${use_included_zlib} = x &&
6967 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6968 :
6969else
6970 with_system_zlib=yes
6971 extra_host_args="$extra_host_args --with-system-zlib"
6972fi
6973
e8b05380
PB
6974# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6975# can detect this case.
6976
6977if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6978 with_newlib=yes
6979 extra_host_args="$extra_host_args --with-newlib"
6980fi
6981
55ffb5ed
NN
6982# Handle ${copy_dirs}
6983set fnord ${copy_dirs}
6984shift
6985while test $# != 0 ; do
6986 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6987 :
6988 else
6989 echo Copying $1 to $2
6990
6991 # Use the install script to create the directory and all required
6992 # parent directories.
6993 if test -d $2 ; then
6994 :
6995 else
6996 echo >config.temp
6997 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6998 fi
6999
7000 # Copy the directory, assuming we have tar.
7001 # FIXME: Should we use B in the second tar? Not all systems support it.
7002 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
7003
7004 # It is the responsibility of the user to correctly adjust all
7005 # symlinks. If somebody can figure out how to handle them correctly
7006 # here, feel free to add the code.
7007
7008 echo $1 > $2/COPIED
7009 fi
7010 shift; shift
7011done
7012
e8b05380
PB
7013# Determine a target-dependent exec_prefix that the installed
7014# gcc will search in. Keep this list sorted by triplet, with
7015# the *-*-osname triplets last.
7016md_exec_prefix=
7017case "${target}" in
30b74385 7018 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
7019 md_exec_prefix=/dev/env/DJDIR/bin
7020 ;;
e8b05380 7021 *-*-hpux* | \
e8b05380 7022 *-*-nto-qnx* | \
6de66370 7023 *-*-solaris2*)
e8b05380
PB
7024 md_exec_prefix=/usr/ccs/bin
7025 ;;
7026esac
7027
671aa708
NN
7028extra_arflags_for_target=
7029extra_nmflags_for_target=
7030extra_ranlibflags_for_target=
7031target_makefile_frag=/dev/null
7032case "${target}" in
58e24147
AM
7033 spu-*-*)
7034 target_makefile_frag="config/mt-spu"
7035 ;;
d91491e5 7036 mips*-sde-elf* | mips*-mti-elf*)
4bf6c438
RS
7037 target_makefile_frag="config/mt-sde"
7038 ;;
1ec3b87b
RS
7039 mipsisa*-*-elfoabi*)
7040 target_makefile_frag="config/mt-mips-elfoabi"
7041 ;;
08d0963a
RS
7042 mips*-*-*linux* | mips*-*-gnu*)
7043 target_makefile_frag="config/mt-mips-gnu"
7044 ;;
707f1839
SL
7045 nios2-*-elf*)
7046 target_makefile_frag="config/mt-nios2-elf"
7047 ;;
416ac4d4 7048 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 7049 target_makefile_frag="config/mt-gnu"
671aa708
NN
7050 ;;
7051 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 7052 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
7053 # commands to handle both 32-bit and 64-bit objects. These flags are
7054 # harmless if we're using GNU nm or ar.
7055 extra_arflags_for_target=" -X32_64"
7056 extra_nmflags_for_target=" -B -X32_64"
7057 ;;
671aa708
NN
7058esac
7059
7060alphaieee_frag=/dev/null
7061case $target in
7062 alpha*-*-*)
7063 # This just makes sure to use the -mieee option to build target libs.
7064 # This should probably be set individually by each library.
7065 alphaieee_frag="config/mt-alphaieee"
7066 ;;
7067esac
7068
7069# If --enable-target-optspace always use -Os instead of -O2 to build
7070# the target libraries, similarly if it is not specified, use -Os
7071# on selected platforms.
7072ospace_frag=/dev/null
7073case "${enable_target_optspace}:${target}" in
7074 yes:*)
7075 ospace_frag="config/mt-ospace"
7076 ;;
7077 :d30v-*)
7078 ospace_frag="config/mt-d30v"
7079 ;;
7080 :m32r-* | :d10v-* | :fr30-*)
7081 ospace_frag="config/mt-ospace"
7082 ;;
7083 no:* | :*)
7084 ;;
7085 *)
7086 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7087 ;;
7088esac
7089
671aa708
NN
7090# Some systems (e.g., one of the i386-aix systems the gas testers are
7091# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 7092tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
7093build_tooldir=${tooldir}
7094
671aa708
NN
7095# Create a .gdbinit file which runs the one in srcdir
7096# and tells GDB to look there for source files.
7097
7098if test -r ${srcdir}/.gdbinit ; then
7099 case ${srcdir} in
7100 .) ;;
7101 *) cat > ./.gdbinit <<EOF
7102# ${NO_EDIT}
7103dir ${srcdir}
7104dir .
7105source ${srcdir}/.gdbinit
7106EOF
7107 ;;
7108 esac
7109fi
7110
671aa708
NN
7111# Make sure that the compiler is able to generate an executable. If it
7112# can't, we are probably in trouble. We don't care whether we can run the
7113# executable--we might be using a cross compiler--we only care whether it
7114# can be created. At this point the main configure script has set CC.
7115we_are_ok=no
7116echo "int main () { return 0; }" > conftest.c
7117${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7118if test $? = 0 ; then
7119 if test -s conftest || test -s conftest.exe ; then
7120 we_are_ok=yes
7121 fi
1c710c3c 7122fi
671aa708
NN
7123case $we_are_ok in
7124 no)
7125 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7126 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7127 rm -f conftest*
7128 exit 1
7129 ;;
7130esac
7131rm -f conftest*
7132
d89f0ad6 7133# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
7134case "${host}" in
7135 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 7136 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 7137 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
7138 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7139esac
7140
d89f0ad6
AL
7141# On systems where the dynamic library environment variable is PATH,
7142# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7143# built executables to PATH.
7144if test "$RPATH_ENVVAR" = PATH; then
7145 GCC_SHLIB_SUBDIR=/shlib
7146else
7147 GCC_SHLIB_SUBDIR=
7148fi
7149
beeda1d9
JJ
7150# Adjust the toplevel makefile according to whether bootstrap was selected.
7151case $enable_bootstrap in
7152 yes)
7153 bootstrap_suffix=bootstrap
7154 BUILD_CONFIG=bootstrap-debug
7155 ;;
7156 no)
7157 bootstrap_suffix=no-bootstrap
7158 BUILD_CONFIG=
7159 ;;
7160esac
7161
7162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7163$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7164
7165
7166# Check whether --with-build-config was given.
7167if test "${with_build_config+set}" = set; then :
7168 withval=$with_build_config; case $with_build_config in
7169 yes) with_build_config= ;;
7170 no) with_build_config= BUILD_CONFIG= ;;
7171 esac
7172fi
7173
7174
7175if test "x${with_build_config}" != x; then
7176 BUILD_CONFIG=$with_build_config
7177else
7178 case $BUILD_CONFIG in
7179 bootstrap-debug)
7180 if echo "int f (void) { return 0; }" > conftest.c &&
7181 ${CC} -c conftest.c &&
7182 mv conftest.o conftest.o.g0 &&
7183 ${CC} -c -g conftest.c &&
7184 mv conftest.o conftest.o.g &&
7185 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7186 :
7187 else
7188 BUILD_CONFIG=
7189 fi
7190 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7191 ;;
7192 esac
7193fi
7194{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7195$as_echo "$BUILD_CONFIG" >&6; }
7196
7197
7198# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7200$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7201# Check whether --enable-vtable-verify was given.
7202if test "${enable_vtable_verify+set}" = set; then :
7203 enableval=$enable_vtable_verify; case "$enableval" in
7204 yes) enable_vtable_verify=yes ;;
7205 no) enable_vtable_verify=no ;;
7206 *) enable_vtable_verify=no;;
7207 esac
7208else
7209 enable_vtable_verify=no
7210fi
7211
7212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7213$as_echo "$enable_vtable_verify" >&6; }
7214
671aa708
NN
7215# Record target_configdirs and the configure arguments for target and
7216# build configuration in Makefile.
7217target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7218build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
9e1c8fc1 7219bootstrap_fixincludes=no
671aa708 7220
ad1e5170
JR
7221# If we are building libgomp, bootstrap it.
7222if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7223 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7224fi
7225
beeda1d9
JJ
7226# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7227# or bootstrap-ubsan, bootstrap it.
7228if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7229 case "$BUILD_CONFIG" in
7230 *bootstrap-asan* | *bootstrap-ubsan* )
7231 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
9e1c8fc1 7232 bootstrap_fixincludes=yes
beeda1d9
JJ
7233 ;;
7234 esac
ac8701fe
L
7235fi
7236
beeda1d9
JJ
7237# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7238if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7239 test "$enable_vtable_verify" != no; then
2077db1b
CT
7240 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7241fi
7242
671aa708
NN
7243# Determine whether gdb needs tk/tcl or not.
7244# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7245# and in that case we want gdb to be built without tk. Ugh!
7246# In fact I believe gdb is the *only* package directly dependent on tk,
7247# so we should be able to put the 'maybe's in unconditionally and
7248# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7249# 100% sure that that's safe though.
e914a571 7250
b4f96efe 7251gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7252case "$enable_gdbtk" in
7253 no)
7254 GDB_TK="" ;;
e914a571
AC
7255 yes)
7256 GDB_TK="${gdb_tk}" ;;
671aa708 7257 *)
e914a571
AC
7258 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7259 # distro. Eventually someone will fix this and move Insight, nee
7260 # gdbtk to a separate directory.
7261 if test -d ${srcdir}/gdb/gdbtk ; then
7262 GDB_TK="${gdb_tk}"
7263 else
7264 GDB_TK=""
7265 fi
7266 ;;
671aa708 7267esac
ef9db8d5
DJ
7268CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7269INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7270
60975492 7271# Strip out unwanted targets.
8b87bb96
NN
7272
7273# While at that, we remove Makefiles if we were started for recursive
7274# configuration, so that the top-level Makefile reconfigures them,
7275# like we used to do when configure itself was recursive.
8b87bb96 7276
3e54529c
RW
7277# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7278# but now we're fixing up the Makefile ourselves with the additional
7279# commands passed to AC_CONFIG_FILES. Use separate variables
7280# extrasub-{build,host,target} not because there is any reason to split
7281# the substitutions up that way, but only to remain below the limit of
7282# 99 commands in a script, for HP-UX sed.
7283# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 7284
79cd2b23
RW
7285case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7286 yes:yes:*\ gold\ *:*,c++,*) ;;
7287 yes:yes:*\ gold\ *:*)
7288 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7289 ;;
7290esac
7291
3e54529c 7292extrasub_build=
23f6b2f9 7293for module in ${build_configdirs} ; do
5607edfd
PB
7294 if test -z "${no_recursion}" \
7295 && test -f ${build_subdir}/${module}/Makefile; then
7296 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7297 rm -f ${build_subdir}/${module}/Makefile
7298 fi
3e54529c 7299 extrasub_build="$extrasub_build
5607edfd
PB
7300/^@if build-$module\$/d
7301/^@endif build-$module\$/d
7302/^@if build-$module-$bootstrap_suffix\$/d
7303/^@endif build-$module-$bootstrap_suffix\$/d"
7304done
3e54529c 7305extrasub_host=
5607edfd 7306for module in ${configdirs} ; do
a6fbc1e2 7307 if test -z "${no_recursion}"; then
f063a9ed 7308 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7309 if test -f ${file}; then
7310 echo 1>&2 "*** removing ${file} to force reconfigure"
7311 rm -f ${file}
7312 fi
7313 done
5607edfd 7314 fi
9e1c8fc1
JJ
7315 case ${module},${bootstrap_fixincludes} in
7316 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7317 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7318 esac
3e54529c 7319 extrasub_host="$extrasub_host
5607edfd
PB
7320/^@if $module\$/d
7321/^@endif $module\$/d
9e1c8fc1
JJ
7322/^@if $module-$host_bootstrap_suffix\$/d
7323/^@endif $module-$host_bootstrap_suffix\$/d"
5607edfd 7324done
3e54529c 7325extrasub_target=
5607edfd
PB
7326for module in ${target_configdirs} ; do
7327 if test -z "${no_recursion}" \
7328 && test -f ${target_subdir}/${module}/Makefile; then
7329 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7330 rm -f ${target_subdir}/${module}/Makefile
7331 fi
00020c16
ILT
7332
7333 # We only bootstrap target libraries listed in bootstrap_target_libs.
7334 case $bootstrap_target_libs in
7335 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7336 *) target_bootstrap_suffix=no-bootstrap ;;
7337 esac
7338
3e54529c 7339 extrasub_target="$extrasub_target
5607edfd
PB
7340/^@if target-$module\$/d
7341/^@endif target-$module\$/d
00020c16
ILT
7342/^@if target-$module-$target_bootstrap_suffix\$/d
7343/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7344done
7345
3e54529c
RW
7346# Do the final fixup along with target modules.
7347extrasub_target="$extrasub_target
60975492 7348/^@if /,/^@endif /d"
671aa708
NN
7349
7350# Create the serialization dependencies. This uses a temporary file.
7351
5213506e
RW
7352# Check whether --enable-serial-configure was given.
7353if test "${enable_serial_configure+set}" = set; then :
7354 enableval=$enable_serial_configure;
7355fi
ade82b16
AO
7356
7357
bf1d3e81
NN
7358case ${enable_serial_configure} in
7359 yes)
7360 enable_serial_build_configure=yes
7361 enable_serial_host_configure=yes
7362 enable_serial_target_configure=yes
7363 ;;
7364esac
7365
671aa708
NN
7366# These force 'configure's to be done one at a time, to avoid problems
7367# with contention over a shared config.cache.
7368rm -f serdep.tmp
ade82b16 7369echo '# serdep.tmp' > serdep.tmp
671aa708 7370olditem=
bf1d3e81 7371test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7372for item in ${build_configdirs} ; do
7373 case ${olditem} in
7374 "") ;;
ade82b16 7375 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7376 esac
7377 olditem=${item}
7378done
7379olditem=
bf1d3e81 7380test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7381for item in ${configdirs} ; do
7382 case ${olditem} in
7383 "") ;;
ade82b16 7384 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7385 esac
7386 olditem=${item}
7387done
7388olditem=
bf1d3e81 7389test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7390for item in ${target_configdirs} ; do
7391 case ${olditem} in
7392 "") ;;
ade82b16 7393 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7394 esac
7395 olditem=${item}
7396done
7397serialization_dependencies=serdep.tmp
7398
7399
ade82b16 7400# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7401# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7402# might not want to pass down to subconfigures. The exception being
7403# --cache-file=/dev/null, which is used to turn off the use of cache
7404# files altogether, and which should be passed on to subconfigures.
7405# Also strip program-prefix, program-suffix, and program-transform-name,
7406# so that we can pass down a consistent program-transform-name.
1c710c3c 7407baseargs=
29a63921 7408tbaseargs=
1c710c3c
DJ
7409keep_next=no
7410skip_next=no
7411eval "set -- $ac_configure_args"
44bfc3ac
DJ
7412for ac_arg
7413do
1c710c3c
DJ
7414 if test X"$skip_next" = X"yes"; then
7415 skip_next=no
7416 continue
7417 fi
7418 if test X"$keep_next" = X"yes"; then
7419 case $ac_arg in
7420 *\'*)
7421 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7422 esac
7423 baseargs="$baseargs '$ac_arg'"
29a63921 7424 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7425 keep_next=no
7426 continue
7427 fi
7428
7429 # Handle separated arguments. Based on the logic generated by
7430 # autoconf 2.59.
7431 case $ac_arg in
7432 *=* | --config-cache | -C | -disable-* | --disable-* \
7433 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7434 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7435 | -with-* | --with-* | -without-* | --without-* | --x)
7436 separate_arg=no
7437 ;;
7438 -*)
7439 separate_arg=yes
7440 ;;
7441 *)
7442 separate_arg=no
7443 ;;
7444 esac
7445
29a63921
AO
7446 skip_targ=no
7447 case $ac_arg in
7448
7449 --with-* | --without-*)
7450 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7451
7452 case $libopt in
7453 *[-_]include)
7454 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7455 ;;
7456 *[-_]lib)
7457 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7458 ;;
7459 *)
7460 lib=$libopt
7461 ;;
7462 esac
7463
7464
7465 case $lib in
33ad93b9 7466 mpc | mpfr | gmp | cloog)
29a63921
AO
7467 # If we're processing --with-$lib, --with-$lib-include or
7468 # --with-$lib-lib, for one of the libs above, and target is
7469 # different from host, don't pass the current argument to any
7470 # target library's configure.
7471 if test x$is_cross_compiler = xyes; then
7472 skip_targ=yes
7473 fi
7474 ;;
7475 esac
7476 ;;
7477 esac
7478
1c710c3c 7479 case "$ac_arg" in
f1a036e4
NC
7480 --cache-file=/dev/null | \
7481 -cache-file=/dev/null )
7482 # Handled here to avoid the test to skip args below.
7483 baseargs="$baseargs '$ac_arg'"
29a63921 7484 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7485 # Assert: $separate_arg should always be no.
7486 keep_next=$separate_arg
7487 ;;
1c710c3c
DJ
7488 --no*)
7489 continue
7490 ;;
7491 --c* | \
7492 --sr* | \
7493 --ho* | \
7494 --bu* | \
7495 --t* | \
7496 --program-* | \
7497 -cache_file* | \
7498 -srcdir* | \
7499 -host* | \
7500 -build* | \
7501 -target* | \
7502 -program-prefix* | \
7503 -program-suffix* | \
7504 -program-transform-name* )
7505 skip_next=$separate_arg
7506 continue
7507 ;;
7508 -*)
7509 # An option. Add it.
7510 case $ac_arg in
7511 *\'*)
7512 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7513 esac
7514 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7515 if test X"$skip_targ" = Xno; then
7516 tbaseargs="$tbaseargs '$ac_arg'"
7517 fi
1c710c3c
DJ
7518 keep_next=$separate_arg
7519 ;;
7520 *)
7521 # Either a variable assignment, or a nonopt (triplet). Don't
7522 # pass it down; let the Makefile handle this.
7523 continue
7524 ;;
7525 esac
7526done
7527# Remove the initial space we just introduced and, as these will be
7528# expanded by make, quote '$'.
7529baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7530
43bb47c2
DJ
7531# Add in --program-transform-name, after --program-prefix and
7532# --program-suffix have been applied to it. Autoconf has already
7533# doubled dollar signs and backslashes in program_transform_name; we want
7534# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7535# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7536# Also, because we want to override the logic in subdir configure scripts to
7537# choose program_transform_name, replace any s,x,x, with s,y,y,.
7538sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7539${program_transform_name}
7540EOF_SED
7541gcc_transform_name=`cat conftestsed.out`
7542rm -f conftestsed.out
7543baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7544tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7545if test "$silent" = yes; then
7546 baseargs="$baseargs --silent"
29a63921 7547 tbaseargs="$tbaseargs --silent"
d9acb717 7548fi
0115d4a3 7549baseargs="$baseargs --disable-option-checking"
29a63921 7550tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7551
ffedf511
RW
7552# Record and document user additions to sub configure arguments.
7553
7554
7555
7556
671aa708
NN
7557# For the build-side libraries, we just need to pretend we're native,
7558# and not use the same cache file. Multilibs are neither needed nor
7559# desired.
ffedf511 7560build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
671aa708
NN
7561
7562# For host modules, accept cache file option, or specification as blank.
7563case "${cache_file}" in
7564"") # empty
7565 cache_file_option="" ;;
7566/* | [A-Za-z]:[\\/]* ) # absolute path
7567 cache_file_option="--cache-file=${cache_file}" ;;
7568*) # relative path
7569 cache_file_option="--cache-file=../${cache_file}" ;;
7570esac
7571
09438bde
NN
7572# Host dirs don't like to share a cache file either, horribly enough.
7573# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7574host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7575
29a63921 7576target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7577
7578# Passing a --with-cross-host argument lets the target libraries know
7579# whether they are being built with a cross-compiler or being built
7580# native. However, it would be better to use other mechanisms to make the
7581# sorts of decisions they want to make on this basis. Please consider
7582# this option to be deprecated. FIXME.
7583if test x${is_cross_compiler} = xyes ; then
1c710c3c 7584 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7585fi
7586
79e0604d
FXC
7587# Special user-friendly check for native x86_64-linux build, if
7588# multilib is not explicitly enabled.
7589case "$target:$have_compiler:$host:$target:$enable_multilib" in
7590 x86_64-*linux*:yes:$build:$build:)
7591 # Make sure we have a developement environment that handles 32-bit
7592 dev64=no
7593 echo "int main () { return 0; }" > conftest.c
7594 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7595 if test $? = 0 ; then
7596 if test -s conftest || test -s conftest.exe ; then
7597 dev64=yes
7598 fi
7599 fi
7600 rm -f conftest*
7601 if test x${dev64} != xyes ; then
7602 as_fn_error "I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib." "$LINENO" 5
7603 fi
7604 ;;
7605esac
7606
dc683a3f
RW
7607# Default to --enable-multilib.
7608if test x${enable_multilib} = x ; then
671aa708 7609 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7610fi
671aa708
NN
7611
7612# Pass --with-newlib if appropriate. Note that target_configdirs has
7613# changed from the earlier setting of with_newlib.
7614if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7615 target_configargs="--with-newlib ${target_configargs}"
7616fi
7617
6b9eb62c
NN
7618# Different target subdirs use different values of certain variables
7619# (notably CXX). Worse, multilibs use *lots* of different values.
7620# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7621# it doesn't automatically accept command-line overrides of them.
7622# This means it's not safe for target subdirs to share a cache file,
7623# which is disgusting, but there you have it. Hopefully this can be
7624# fixed in future. It's still worthwhile to use a cache file for each
7625# directory. I think.
7626
bebcd931
MS
7627# Pass the appropriate --build, --host, --target and --cache-file arguments.
7628# We need to pass --target, as newer autoconf's requires consistency
7629# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7630target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7631
671aa708
NN
7632FLAGS_FOR_TARGET=
7633case " $target_configdirs " in
7634 *" newlib "*)
7635 case " $target_configargs " in
7636 *" --with-newlib "*)
7637 case "$target" in
5d571eaa 7638 *-cygwin*)
443e6238 7639 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
5d571eaa 7640 ;;
671aa708
NN
7641 esac
7642
7643 # If we're not building GCC, don't discard standard headers.
7644 if test -d ${srcdir}/gcc; then
7645 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7646
7647 if test "${build}" != "${host}"; then
7648 # On Canadian crosses, CC_FOR_TARGET will have already been set
7649 # by `configure', so we won't have an opportunity to add -Bgcc/
7650 # to it. This is right: we don't want to search that directory
7651 # for binaries, but we want the header files in there, so add
7652 # them explicitly.
0463992b 7653 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7654
7655 # Someone might think of using the pre-installed headers on
7656 # Canadian crosses, in case the installed compiler is not fully
7657 # compatible with the compiler being built. In this case, it
7658 # would be better to flag an error than risking having
7659 # incompatible object files being constructed. We can't
7660 # guarantee that an error will be flagged, but let's hope the
7661 # compiler will do it, when presented with incompatible header
7662 # files.
7663 fi
7664 fi
7665
7666 case "${target}-${is_cross_compiler}" in
f2a0e225 7667 i[3456789]86-*-linux*-no)
671aa708
NN
7668 # Here host == target, so we don't need to build gcc,
7669 # so we don't want to discard standard headers.
7670 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7671 ;;
7672 *)
7673 # If we're building newlib, use its generic headers last, but search
7674 # for any libc-related directories first (so make it the last -B
7675 # switch).
7676 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
7677
7678 # If we're building libgloss, find the startup file, simulator library
7679 # and linker script.
7680 case " $target_configdirs " in
7681 *" libgloss "*)
7682 # Look for startup file, simulator library and maybe linker script.
7683 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7684 # Look for libnosys.a in case the target needs it.
7685 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7686 # Most targets have the linker script in the source directory.
7687 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7688 ;;
7689 esac
671aa708
NN
7690 ;;
7691 esac
7692 ;;
7693 esac
7694 ;;
7695esac
5d571eaa 7696
b91f0a41 7697case "$target" in
5d571eaa
OS
7698 x86_64-*mingw* | *-w64-mingw*)
7699 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7700 # however, use a symlink named 'mingw' in ${prefix} .
7701 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7702 ;;
7703 *-mingw*)
7704 # MinGW can't be handled as Cygwin above since it does not use newlib.
7705 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'
7706 ;;
b91f0a41 7707esac
671aa708 7708
6691a79e
ME
7709# Allow the user to override the flags for
7710# our build compiler if desired.
f019adc1
MF
7711if test x"${build}" = x"${host}" ; then
7712 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7713 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7714 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7715fi
6691a79e 7716
671aa708
NN
7717# On Canadian crosses, we'll be searching the right directories for
7718# the previously-installed cross compiler, so don't bother to add
7719# flags for directories within the install tree of the compiler
7720# being built; programs in there won't even run.
7721if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7722 # Search for pre-installed headers if nothing else fits.
9124bc53 7723 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
7724fi
7725
7726if test "x${use_gnu_ld}" = x &&
7727 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7728 # Arrange for us to find uninstalled linker scripts.
215c351a 7729 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7730fi
7731
e88a2c09
DD
7732# Search for other target-specific linker scripts and such.
7733case "${target}" in
3e19841a
PB
7734 mep*)
7735 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7736 ;;
e88a2c09
DD
7737esac
7738
671aa708 7739# Makefile fragments.
7b61653a
PE
7740for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7741do
7742 eval fragval=\$$frag
7743 if test $fragval != /dev/null; then
7744 eval $frag=${srcdir}/$fragval
7745 fi
7746done
671aa708
NN
7747
7748
7749
7750
7751
7752# Miscellanea: directories, flags, etc.
7753
7754
7755
7756
7757
7758
7759
d89f0ad6 7760
23f6b2f9 7761# Build module lists & subconfigure args.
671aa708
NN
7762
7763
7764
2abefe3d
PB
7765# Host module lists & subconfigure args.
7766
7767
7768
aae29963 7769
2abefe3d
PB
7770# Target module lists & subconfigure args.
7771
7772
7773
7774# Build tools.
7775
7776
7777
0999159b
PB
7778
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
2abefe3d
PB
7792# Generate default definitions for YACC, M4, LEX and other programs that run
7793# on the build machine. These are used if the Makefile can't locate these
7794# programs in objdir.
7795MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7796
7797for ac_prog in 'bison -y' byacc yacc
7798do
1c710c3c 7799 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7800set dummy $ac_prog; 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_YACC+set}" = set; then :
7804 $as_echo_n "(cached) " >&6
2abefe3d
PB
7805else
7806 if test -n "$YACC"; then
7807 ac_cv_prog_YACC="$YACC" # 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_YACC="$ac_prog"
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
2abefe3d
PB
7824fi
7825fi
1c710c3c 7826YACC=$ac_cv_prog_YACC
2abefe3d 7827if test -n "$YACC"; then
5213506e
RW
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7829$as_echo "$YACC" >&6; }
2abefe3d 7830else
5213506e
RW
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7832$as_echo "no" >&6; }
2abefe3d
PB
7833fi
7834
5213506e 7835
1c710c3c 7836 test -n "$YACC" && break
2abefe3d
PB
7837done
7838test -n "$YACC" || YACC="$MISSING bison -y"
7839
7840case " $build_configdirs " in
7841 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
7842esac
7843
7844for ac_prog in bison
7845do
1c710c3c 7846 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7847set dummy $ac_prog; ac_word=$2
5213506e
RW
7848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7849$as_echo_n "checking for $ac_word... " >&6; }
7850if test "${ac_cv_prog_BISON+set}" = set; then :
7851 $as_echo_n "(cached) " >&6
2abefe3d
PB
7852else
7853 if test -n "$BISON"; then
7854 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7855else
1c710c3c
DJ
7856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7857for as_dir in $PATH
7858do
7859 IFS=$as_save_IFS
7860 test -z "$as_dir" && as_dir=.
5213506e
RW
7861 for ac_exec_ext in '' $ac_executable_extensions; do
7862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7863 ac_cv_prog_BISON="$ac_prog"
5213506e 7864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7865 break 2
7866 fi
7867done
5213506e
RW
7868 done
7869IFS=$as_save_IFS
1c710c3c 7870
2abefe3d
PB
7871fi
7872fi
1c710c3c 7873BISON=$ac_cv_prog_BISON
2abefe3d 7874if test -n "$BISON"; then
5213506e
RW
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7876$as_echo "$BISON" >&6; }
2abefe3d 7877else
5213506e
RW
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7879$as_echo "no" >&6; }
2abefe3d
PB
7880fi
7881
5213506e 7882
1c710c3c 7883 test -n "$BISON" && break
2abefe3d
PB
7884done
7885test -n "$BISON" || BISON="$MISSING bison"
7886
7887case " $build_configdirs " in
7888 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7889esac
7890
7891for ac_prog in gm4 gnum4 m4
7892do
1c710c3c 7893 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7894set dummy $ac_prog; ac_word=$2
5213506e
RW
7895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7896$as_echo_n "checking for $ac_word... " >&6; }
7897if test "${ac_cv_prog_M4+set}" = set; then :
7898 $as_echo_n "(cached) " >&6
2abefe3d
PB
7899else
7900 if test -n "$M4"; then
7901 ac_cv_prog_M4="$M4" # Let the user override the test.
7902else
1c710c3c
DJ
7903as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7904for as_dir in $PATH
7905do
7906 IFS=$as_save_IFS
7907 test -z "$as_dir" && as_dir=.
5213506e
RW
7908 for ac_exec_ext in '' $ac_executable_extensions; do
7909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7910 ac_cv_prog_M4="$ac_prog"
5213506e 7911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7912 break 2
7913 fi
7914done
5213506e
RW
7915 done
7916IFS=$as_save_IFS
1c710c3c 7917
2abefe3d
PB
7918fi
7919fi
1c710c3c 7920M4=$ac_cv_prog_M4
2abefe3d 7921if test -n "$M4"; then
5213506e
RW
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7923$as_echo "$M4" >&6; }
2abefe3d 7924else
5213506e
RW
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7926$as_echo "no" >&6; }
2abefe3d
PB
7927fi
7928
5213506e 7929
1c710c3c 7930 test -n "$M4" && break
2abefe3d
PB
7931done
7932test -n "$M4" || M4="$MISSING m4"
7933
7934case " $build_configdirs " in
7935 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7936esac
7937
7938for ac_prog in flex lex
7939do
1c710c3c 7940 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7941set dummy $ac_prog; 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_LEX+set}" = set; then :
7945 $as_echo_n "(cached) " >&6
2abefe3d
PB
7946else
7947 if test -n "$LEX"; then
7948 ac_cv_prog_LEX="$LEX" # Let the user override the test.
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_LEX="$ac_prog"
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
2abefe3d
PB
7965fi
7966fi
1c710c3c 7967LEX=$ac_cv_prog_LEX
2abefe3d 7968if test -n "$LEX"; then
5213506e
RW
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7970$as_echo "$LEX" >&6; }
2abefe3d 7971else
5213506e
RW
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7973$as_echo "no" >&6; }
2abefe3d
PB
7974fi
7975
5213506e 7976
1c710c3c 7977 test -n "$LEX" && break
2abefe3d
PB
7978done
7979test -n "$LEX" || LEX="$MISSING flex"
7980
7981case " $build_configdirs " in
7982 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7983 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7984esac
7985
7986for ac_prog in flex
7987do
1c710c3c 7988 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7989set dummy $ac_prog; ac_word=$2
5213506e
RW
7990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7991$as_echo_n "checking for $ac_word... " >&6; }
7992if test "${ac_cv_prog_FLEX+set}" = set; then :
7993 $as_echo_n "(cached) " >&6
2abefe3d
PB
7994else
7995 if test -n "$FLEX"; then
7996 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7997else
1c710c3c
DJ
7998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7999for as_dir in $PATH
8000do
8001 IFS=$as_save_IFS
8002 test -z "$as_dir" && as_dir=.
5213506e
RW
8003 for ac_exec_ext in '' $ac_executable_extensions; do
8004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8005 ac_cv_prog_FLEX="$ac_prog"
5213506e 8006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8007 break 2
8008 fi
8009done
5213506e
RW
8010 done
8011IFS=$as_save_IFS
1c710c3c 8012
2abefe3d
PB
8013fi
8014fi
1c710c3c 8015FLEX=$ac_cv_prog_FLEX
2abefe3d 8016if test -n "$FLEX"; then
5213506e
RW
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
8018$as_echo "$FLEX" >&6; }
2abefe3d 8019else
5213506e
RW
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8021$as_echo "no" >&6; }
2abefe3d
PB
8022fi
8023
5213506e 8024
1c710c3c 8025 test -n "$FLEX" && break
2abefe3d
PB
8026done
8027test -n "$FLEX" || FLEX="$MISSING flex"
8028
8029case " $build_configdirs " in
8030 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
8031esac
8032
8033for ac_prog in makeinfo
8034do
1c710c3c 8035 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8036set dummy $ac_prog; ac_word=$2
5213506e
RW
8037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8038$as_echo_n "checking for $ac_word... " >&6; }
8039if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
8040 $as_echo_n "(cached) " >&6
2abefe3d
PB
8041else
8042 if test -n "$MAKEINFO"; then
8043 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8044else
1c710c3c
DJ
8045as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8046for as_dir in $PATH
8047do
8048 IFS=$as_save_IFS
8049 test -z "$as_dir" && as_dir=.
5213506e
RW
8050 for ac_exec_ext in '' $ac_executable_extensions; do
8051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8052 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 8053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8054 break 2
8055 fi
8056done
5213506e
RW
8057 done
8058IFS=$as_save_IFS
1c710c3c 8059
2abefe3d
PB
8060fi
8061fi
1c710c3c 8062MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 8063if test -n "$MAKEINFO"; then
5213506e
RW
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8065$as_echo "$MAKEINFO" >&6; }
2abefe3d 8066else
5213506e
RW
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8068$as_echo "no" >&6; }
2abefe3d
PB
8069fi
8070
5213506e 8071
1c710c3c 8072 test -n "$MAKEINFO" && break
2abefe3d
PB
8073done
8074test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8075
8076case " $build_configdirs " in
8077 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8078 *)
8079
d18ff35a 8080 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
8081 # higher, else we use the "missing" dummy.
8082 if ${MAKEINFO} --version \
d18ff35a 8083 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
8084 :
8085 else
8086 MAKEINFO="$MISSING makeinfo"
8087 fi
8088 ;;
8089
8090esac
671aa708 8091
2abefe3d 8092# FIXME: expect and dejagnu may become build tools?
671aa708 8093
2abefe3d
PB
8094for ac_prog in expect
8095do
1c710c3c 8096 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8097set dummy $ac_prog; ac_word=$2
5213506e
RW
8098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8099$as_echo_n "checking for $ac_word... " >&6; }
8100if test "${ac_cv_prog_EXPECT+set}" = set; then :
8101 $as_echo_n "(cached) " >&6
2abefe3d
PB
8102else
8103 if test -n "$EXPECT"; then
8104 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8105else
1c710c3c
DJ
8106as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8107for as_dir in $PATH
8108do
8109 IFS=$as_save_IFS
8110 test -z "$as_dir" && as_dir=.
5213506e
RW
8111 for ac_exec_ext in '' $ac_executable_extensions; do
8112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8113 ac_cv_prog_EXPECT="$ac_prog"
5213506e 8114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8115 break 2
8116 fi
8117done
5213506e
RW
8118 done
8119IFS=$as_save_IFS
1c710c3c 8120
2abefe3d
PB
8121fi
8122fi
1c710c3c 8123EXPECT=$ac_cv_prog_EXPECT
2abefe3d 8124if test -n "$EXPECT"; then
5213506e
RW
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8126$as_echo "$EXPECT" >&6; }
2abefe3d 8127else
5213506e
RW
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8129$as_echo "no" >&6; }
2abefe3d 8130fi
671aa708 8131
5213506e 8132
1c710c3c 8133 test -n "$EXPECT" && break
2abefe3d
PB
8134done
8135test -n "$EXPECT" || EXPECT="expect"
671aa708 8136
2abefe3d
PB
8137case " $configdirs " in
8138 *" expect "*)
8139 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8140 ;;
8141esac
671aa708 8142
2abefe3d
PB
8143for ac_prog in runtest
8144do
1c710c3c 8145 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8146set dummy $ac_prog; ac_word=$2
5213506e
RW
8147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8148$as_echo_n "checking for $ac_word... " >&6; }
8149if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8150 $as_echo_n "(cached) " >&6
2abefe3d
PB
8151else
8152 if test -n "$RUNTEST"; then
8153 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 8154else
1c710c3c
DJ
8155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8156for as_dir in $PATH
8157do
8158 IFS=$as_save_IFS
8159 test -z "$as_dir" && as_dir=.
5213506e
RW
8160 for ac_exec_ext in '' $ac_executable_extensions; do
8161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8162 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 8163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8164 break 2
8165 fi
8166done
5213506e
RW
8167 done
8168IFS=$as_save_IFS
1c710c3c 8169
2abefe3d
PB
8170fi
8171fi
1c710c3c 8172RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8173if test -n "$RUNTEST"; then
5213506e
RW
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8175$as_echo "$RUNTEST" >&6; }
2abefe3d 8176else
5213506e
RW
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8178$as_echo "no" >&6; }
2abefe3d 8179fi
671aa708 8180
5213506e 8181
1c710c3c 8182 test -n "$RUNTEST" && break
2abefe3d
PB
8183done
8184test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8185
2abefe3d
PB
8186case " $configdirs " in
8187 *" dejagnu "*)
c394e891 8188 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8189 ;;
8190esac
671aa708
NN
8191
8192
671aa708 8193# Host tools.
ca9f4b81
AO
8194ncn_tool_prefix=
8195test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8196ncn_target_tool_prefix=
8197test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8198
278a7a38
AO
8199
8200
8201if test -n "$AR"; then
8202 ac_cv_prog_AR=$AR
8203elif test -n "$ac_cv_prog_AR"; then
8204 AR=$ac_cv_prog_AR
8205fi
8206
8207if test -n "$ac_cv_prog_AR"; then
8208 for ncn_progname in ar; do
8209 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8210set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8212$as_echo_n "checking for $ac_word... " >&6; }
8213if test "${ac_cv_prog_AR+set}" = set; then :
8214 $as_echo_n "(cached) " >&6
278a7a38
AO
8215else
8216 if test -n "$AR"; then
8217 ac_cv_prog_AR="$AR" # Let the user override the test.
8218else
8219as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8220for as_dir in $PATH
8221do
8222 IFS=$as_save_IFS
8223 test -z "$as_dir" && as_dir=.
5213506e
RW
8224 for ac_exec_ext in '' $ac_executable_extensions; do
8225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8226 ac_cv_prog_AR="${ncn_progname}"
5213506e 8227 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8228 break 2
8229 fi
8230done
5213506e
RW
8231 done
8232IFS=$as_save_IFS
278a7a38
AO
8233
8234fi
8235fi
8236AR=$ac_cv_prog_AR
8237if test -n "$AR"; then
5213506e
RW
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8239$as_echo "$AR" >&6; }
278a7a38 8240else
5213506e
RW
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8242$as_echo "no" >&6; }
278a7a38
AO
8243fi
8244
5213506e 8245
278a7a38
AO
8246 done
8247fi
8248
8249for ncn_progname in ar; do
2693c0b0
PB
8250 if test -n "$ncn_tool_prefix"; then
8251 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8252set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8254$as_echo_n "checking for $ac_word... " >&6; }
8255if test "${ac_cv_prog_AR+set}" = set; then :
8256 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8257else
8258 if test -n "$AR"; then
8259 ac_cv_prog_AR="$AR" # Let the user override the test.
8260else
1c710c3c
DJ
8261as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8262for as_dir in $PATH
8263do
8264 IFS=$as_save_IFS
8265 test -z "$as_dir" && as_dir=.
5213506e
RW
8266 for ac_exec_ext in '' $ac_executable_extensions; do
8267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8268 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8270 break 2
8271 fi
8272done
5213506e
RW
8273 done
8274IFS=$as_save_IFS
1c710c3c 8275
ca9f4b81
AO
8276fi
8277fi
1c710c3c 8278AR=$ac_cv_prog_AR
ca9f4b81 8279if test -n "$AR"; then
5213506e
RW
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8281$as_echo "$AR" >&6; }
ca9f4b81 8282else
5213506e
RW
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8284$as_echo "no" >&6; }
ca9f4b81
AO
8285fi
8286
5213506e 8287
2693c0b0
PB
8288 fi
8289 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8290 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8291set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8293$as_echo_n "checking for $ac_word... " >&6; }
8294if test "${ac_cv_prog_AR+set}" = set; then :
8295 $as_echo_n "(cached) " >&6
ca9f4b81 8296else
2693c0b0 8297 if test -n "$AR"; then
af71363e
AS
8298 ac_cv_prog_AR="$AR" # Let the user override the test.
8299else
1c710c3c
DJ
8300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8301for as_dir in $PATH
8302do
8303 IFS=$as_save_IFS
8304 test -z "$as_dir" && as_dir=.
5213506e
RW
8305 for ac_exec_ext in '' $ac_executable_extensions; do
8306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8307 ac_cv_prog_AR="${ncn_progname}"
5213506e 8308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8309 break 2
8310 fi
8311done
5213506e
RW
8312 done
8313IFS=$as_save_IFS
1c710c3c 8314
ca9f4b81
AO
8315fi
8316fi
1c710c3c 8317AR=$ac_cv_prog_AR
2693c0b0 8318if test -n "$AR"; then
5213506e
RW
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8320$as_echo "$AR" >&6; }
ca9f4b81 8321else
5213506e
RW
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8323$as_echo "no" >&6; }
ca9f4b81 8324fi
1c710c3c 8325
5213506e 8326
2693c0b0
PB
8327 fi
8328 test -n "$ac_cv_prog_AR" && break
8329done
8330
8331if test -z "$ac_cv_prog_AR" ; then
8332 set dummy ar
8333 if test $build = $host ; then
8334 AR="$2"
ca9f4b81 8335 else
2693c0b0 8336 AR="${ncn_tool_prefix}$2"
ca9f4b81 8337 fi
ca9f4b81
AO
8338fi
8339
278a7a38
AO
8340
8341
8342if test -n "$AS"; then
8343 ac_cv_prog_AS=$AS
8344elif test -n "$ac_cv_prog_AS"; then
8345 AS=$ac_cv_prog_AS
8346fi
8347
8348if test -n "$ac_cv_prog_AS"; then
8349 for ncn_progname in as; do
8350 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8351set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8353$as_echo_n "checking for $ac_word... " >&6; }
8354if test "${ac_cv_prog_AS+set}" = set; then :
8355 $as_echo_n "(cached) " >&6
278a7a38
AO
8356else
8357 if test -n "$AS"; then
8358 ac_cv_prog_AS="$AS" # Let the user override the test.
8359else
8360as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8361for as_dir in $PATH
8362do
8363 IFS=$as_save_IFS
8364 test -z "$as_dir" && as_dir=.
5213506e
RW
8365 for ac_exec_ext in '' $ac_executable_extensions; do
8366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8367 ac_cv_prog_AS="${ncn_progname}"
5213506e 8368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8369 break 2
8370 fi
8371done
5213506e
RW
8372 done
8373IFS=$as_save_IFS
278a7a38
AO
8374
8375fi
8376fi
8377AS=$ac_cv_prog_AS
8378if test -n "$AS"; then
5213506e
RW
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8380$as_echo "$AS" >&6; }
278a7a38 8381else
5213506e
RW
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8383$as_echo "no" >&6; }
278a7a38
AO
8384fi
8385
5213506e 8386
278a7a38
AO
8387 done
8388fi
8389
8390for ncn_progname in as; do
2693c0b0
PB
8391 if test -n "$ncn_tool_prefix"; then
8392 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8393set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8395$as_echo_n "checking for $ac_word... " >&6; }
8396if test "${ac_cv_prog_AS+set}" = set; then :
8397 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8398else
8399 if test -n "$AS"; then
8400 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8401else
1c710c3c
DJ
8402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8403for as_dir in $PATH
8404do
8405 IFS=$as_save_IFS
8406 test -z "$as_dir" && as_dir=.
5213506e
RW
8407 for ac_exec_ext in '' $ac_executable_extensions; do
8408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8409 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8411 break 2
8412 fi
8413done
5213506e
RW
8414 done
8415IFS=$as_save_IFS
1c710c3c 8416
ca9f4b81
AO
8417fi
8418fi
1c710c3c 8419AS=$ac_cv_prog_AS
ca9f4b81 8420if test -n "$AS"; then
5213506e
RW
8421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8422$as_echo "$AS" >&6; }
ca9f4b81 8423else
5213506e
RW
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8425$as_echo "no" >&6; }
ca9f4b81
AO
8426fi
8427
5213506e 8428
2693c0b0
PB
8429 fi
8430 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8431 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8432set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8434$as_echo_n "checking for $ac_word... " >&6; }
8435if test "${ac_cv_prog_AS+set}" = set; then :
8436 $as_echo_n "(cached) " >&6
ca9f4b81 8437else
2693c0b0
PB
8438 if test -n "$AS"; then
8439 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8440else
1c710c3c
DJ
8441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8442for as_dir in $PATH
8443do
8444 IFS=$as_save_IFS
8445 test -z "$as_dir" && as_dir=.
5213506e
RW
8446 for ac_exec_ext in '' $ac_executable_extensions; do
8447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8448 ac_cv_prog_AS="${ncn_progname}"
5213506e 8449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8450 break 2
8451 fi
8452done
5213506e
RW
8453 done
8454IFS=$as_save_IFS
1c710c3c 8455
ca9f4b81
AO
8456fi
8457fi
1c710c3c 8458AS=$ac_cv_prog_AS
2693c0b0 8459if test -n "$AS"; then
5213506e
RW
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8461$as_echo "$AS" >&6; }
ca9f4b81 8462else
5213506e
RW
8463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8464$as_echo "no" >&6; }
ca9f4b81 8465fi
1c710c3c 8466
5213506e 8467
2693c0b0
PB
8468 fi
8469 test -n "$ac_cv_prog_AS" && break
8470done
8471
8472if test -z "$ac_cv_prog_AS" ; then
8473 set dummy as
8474 if test $build = $host ; then
8475 AS="$2"
ca9f4b81 8476 else
2693c0b0 8477 AS="${ncn_tool_prefix}$2"
ca9f4b81 8478 fi
ca9f4b81
AO
8479fi
8480
278a7a38
AO
8481
8482
8483if test -n "$DLLTOOL"; then
8484 ac_cv_prog_DLLTOOL=$DLLTOOL
8485elif test -n "$ac_cv_prog_DLLTOOL"; then
8486 DLLTOOL=$ac_cv_prog_DLLTOOL
8487fi
8488
8489if test -n "$ac_cv_prog_DLLTOOL"; then
8490 for ncn_progname in dlltool; do
8491 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8492set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8494$as_echo_n "checking for $ac_word... " >&6; }
8495if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8496 $as_echo_n "(cached) " >&6
278a7a38
AO
8497else
8498 if test -n "$DLLTOOL"; then
8499 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8500else
8501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8502for as_dir in $PATH
8503do
8504 IFS=$as_save_IFS
8505 test -z "$as_dir" && as_dir=.
5213506e
RW
8506 for ac_exec_ext in '' $ac_executable_extensions; do
8507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8508 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8510 break 2
8511 fi
8512done
5213506e
RW
8513 done
8514IFS=$as_save_IFS
278a7a38
AO
8515
8516fi
8517fi
8518DLLTOOL=$ac_cv_prog_DLLTOOL
8519if test -n "$DLLTOOL"; then
5213506e
RW
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8521$as_echo "$DLLTOOL" >&6; }
278a7a38 8522else
5213506e
RW
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8524$as_echo "no" >&6; }
278a7a38
AO
8525fi
8526
5213506e 8527
278a7a38
AO
8528 done
8529fi
8530
8531for ncn_progname in dlltool; do
2693c0b0
PB
8532 if test -n "$ncn_tool_prefix"; then
8533 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8534set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8536$as_echo_n "checking for $ac_word... " >&6; }
8537if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8538 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8539else
8540 if test -n "$DLLTOOL"; then
8541 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8542else
1c710c3c
DJ
8543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8544for as_dir in $PATH
8545do
8546 IFS=$as_save_IFS
8547 test -z "$as_dir" && as_dir=.
5213506e
RW
8548 for ac_exec_ext in '' $ac_executable_extensions; do
8549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8550 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8552 break 2
8553 fi
8554done
5213506e
RW
8555 done
8556IFS=$as_save_IFS
1c710c3c 8557
ca9f4b81
AO
8558fi
8559fi
1c710c3c 8560DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8561if test -n "$DLLTOOL"; then
5213506e
RW
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8563$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8564else
5213506e
RW
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8566$as_echo "no" >&6; }
ca9f4b81
AO
8567fi
8568
5213506e 8569
2693c0b0
PB
8570 fi
8571 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8573set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8575$as_echo_n "checking for $ac_word... " >&6; }
8576if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8577 $as_echo_n "(cached) " >&6
ca9f4b81 8578else
2693c0b0
PB
8579 if test -n "$DLLTOOL"; then
8580 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8581else
1c710c3c
DJ
8582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8583for as_dir in $PATH
8584do
8585 IFS=$as_save_IFS
8586 test -z "$as_dir" && as_dir=.
5213506e
RW
8587 for ac_exec_ext in '' $ac_executable_extensions; do
8588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8589 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8591 break 2
8592 fi
8593done
5213506e
RW
8594 done
8595IFS=$as_save_IFS
1c710c3c 8596
ca9f4b81
AO
8597fi
8598fi
1c710c3c 8599DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8600if test -n "$DLLTOOL"; then
5213506e
RW
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8602$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8603else
5213506e
RW
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8605$as_echo "no" >&6; }
ca9f4b81 8606fi
1c710c3c 8607
5213506e 8608
2693c0b0
PB
8609 fi
8610 test -n "$ac_cv_prog_DLLTOOL" && break
8611done
8612
8613if test -z "$ac_cv_prog_DLLTOOL" ; then
8614 set dummy dlltool
8615 if test $build = $host ; then
8616 DLLTOOL="$2"
ca9f4b81 8617 else
2693c0b0 8618 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8619 fi
ca9f4b81
AO
8620fi
8621
278a7a38
AO
8622
8623
8624if test -n "$LD"; then
8625 ac_cv_prog_LD=$LD
8626elif test -n "$ac_cv_prog_LD"; then
8627 LD=$ac_cv_prog_LD
8628fi
8629
8630if test -n "$ac_cv_prog_LD"; then
8631 for ncn_progname in ld; do
8632 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8633set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8635$as_echo_n "checking for $ac_word... " >&6; }
8636if test "${ac_cv_prog_LD+set}" = set; then :
8637 $as_echo_n "(cached) " >&6
278a7a38
AO
8638else
8639 if test -n "$LD"; then
8640 ac_cv_prog_LD="$LD" # Let the user override the test.
8641else
8642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8643for as_dir in $PATH
8644do
8645 IFS=$as_save_IFS
8646 test -z "$as_dir" && as_dir=.
5213506e
RW
8647 for ac_exec_ext in '' $ac_executable_extensions; do
8648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8649 ac_cv_prog_LD="${ncn_progname}"
5213506e 8650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8651 break 2
8652 fi
8653done
5213506e
RW
8654 done
8655IFS=$as_save_IFS
278a7a38
AO
8656
8657fi
8658fi
8659LD=$ac_cv_prog_LD
8660if test -n "$LD"; then
5213506e
RW
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8662$as_echo "$LD" >&6; }
278a7a38 8663else
5213506e
RW
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8665$as_echo "no" >&6; }
278a7a38
AO
8666fi
8667
5213506e 8668
278a7a38
AO
8669 done
8670fi
8671
8672for ncn_progname in ld; do
2693c0b0
PB
8673 if test -n "$ncn_tool_prefix"; then
8674 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8675set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8677$as_echo_n "checking for $ac_word... " >&6; }
8678if test "${ac_cv_prog_LD+set}" = set; then :
8679 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8680else
8681 if test -n "$LD"; then
8682 ac_cv_prog_LD="$LD" # Let the user override the test.
8683else
1c710c3c
DJ
8684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8685for as_dir in $PATH
8686do
8687 IFS=$as_save_IFS
8688 test -z "$as_dir" && as_dir=.
5213506e
RW
8689 for ac_exec_ext in '' $ac_executable_extensions; do
8690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8691 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8693 break 2
8694 fi
8695done
5213506e
RW
8696 done
8697IFS=$as_save_IFS
1c710c3c 8698
ca9f4b81
AO
8699fi
8700fi
1c710c3c 8701LD=$ac_cv_prog_LD
ca9f4b81 8702if test -n "$LD"; then
5213506e
RW
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8704$as_echo "$LD" >&6; }
ca9f4b81 8705else
5213506e
RW
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8707$as_echo "no" >&6; }
ca9f4b81
AO
8708fi
8709
5213506e 8710
2693c0b0
PB
8711 fi
8712 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8713 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8714set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8716$as_echo_n "checking for $ac_word... " >&6; }
8717if test "${ac_cv_prog_LD+set}" = set; then :
8718 $as_echo_n "(cached) " >&6
ca9f4b81 8719else
2693c0b0
PB
8720 if test -n "$LD"; then
8721 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8722else
1c710c3c
DJ
8723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8724for as_dir in $PATH
8725do
8726 IFS=$as_save_IFS
8727 test -z "$as_dir" && as_dir=.
5213506e
RW
8728 for ac_exec_ext in '' $ac_executable_extensions; do
8729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8730 ac_cv_prog_LD="${ncn_progname}"
5213506e 8731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8732 break 2
8733 fi
8734done
5213506e
RW
8735 done
8736IFS=$as_save_IFS
1c710c3c 8737
ca9f4b81
AO
8738fi
8739fi
1c710c3c 8740LD=$ac_cv_prog_LD
2693c0b0 8741if test -n "$LD"; then
5213506e
RW
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8743$as_echo "$LD" >&6; }
ca9f4b81 8744else
5213506e
RW
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8746$as_echo "no" >&6; }
ca9f4b81 8747fi
1c710c3c 8748
5213506e 8749
2693c0b0
PB
8750 fi
8751 test -n "$ac_cv_prog_LD" && break
8752done
8753
8754if test -z "$ac_cv_prog_LD" ; then
8755 set dummy ld
8756 if test $build = $host ; then
8757 LD="$2"
ca9f4b81 8758 else
2693c0b0 8759 LD="${ncn_tool_prefix}$2"
ca9f4b81 8760 fi
ca9f4b81
AO
8761fi
8762
278a7a38
AO
8763
8764
8765if test -n "$LIPO"; then
8766 ac_cv_prog_LIPO=$LIPO
8767elif test -n "$ac_cv_prog_LIPO"; then
8768 LIPO=$ac_cv_prog_LIPO
8769fi
8770
8771if test -n "$ac_cv_prog_LIPO"; then
8772 for ncn_progname in lipo; do
8773 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8774set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8776$as_echo_n "checking for $ac_word... " >&6; }
8777if test "${ac_cv_prog_LIPO+set}" = set; then :
8778 $as_echo_n "(cached) " >&6
278a7a38
AO
8779else
8780 if test -n "$LIPO"; then
8781 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8782else
8783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8784for as_dir in $PATH
8785do
8786 IFS=$as_save_IFS
8787 test -z "$as_dir" && as_dir=.
5213506e
RW
8788 for ac_exec_ext in '' $ac_executable_extensions; do
8789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8790 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8792 break 2
8793 fi
8794done
5213506e
RW
8795 done
8796IFS=$as_save_IFS
278a7a38
AO
8797
8798fi
8799fi
8800LIPO=$ac_cv_prog_LIPO
8801if test -n "$LIPO"; then
5213506e
RW
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8803$as_echo "$LIPO" >&6; }
278a7a38 8804else
5213506e
RW
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8806$as_echo "no" >&6; }
278a7a38
AO
8807fi
8808
5213506e 8809
278a7a38
AO
8810 done
8811fi
8812
8813for ncn_progname in lipo; do
2abefe3d
PB
8814 if test -n "$ncn_tool_prefix"; then
8815 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8816set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8818$as_echo_n "checking for $ac_word... " >&6; }
8819if test "${ac_cv_prog_LIPO+set}" = set; then :
8820 $as_echo_n "(cached) " >&6
2abefe3d
PB
8821else
8822 if test -n "$LIPO"; then
8823 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8824else
1c710c3c
DJ
8825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8826for as_dir in $PATH
8827do
8828 IFS=$as_save_IFS
8829 test -z "$as_dir" && as_dir=.
5213506e
RW
8830 for ac_exec_ext in '' $ac_executable_extensions; do
8831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8832 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8834 break 2
8835 fi
8836done
5213506e
RW
8837 done
8838IFS=$as_save_IFS
1c710c3c 8839
2abefe3d
PB
8840fi
8841fi
1c710c3c 8842LIPO=$ac_cv_prog_LIPO
2abefe3d 8843if test -n "$LIPO"; then
5213506e
RW
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8845$as_echo "$LIPO" >&6; }
2abefe3d 8846else
5213506e
RW
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8848$as_echo "no" >&6; }
2abefe3d
PB
8849fi
8850
5213506e 8851
2abefe3d
PB
8852 fi
8853 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8854 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8855set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8857$as_echo_n "checking for $ac_word... " >&6; }
8858if test "${ac_cv_prog_LIPO+set}" = set; then :
8859 $as_echo_n "(cached) " >&6
2abefe3d
PB
8860else
8861 if test -n "$LIPO"; then
8862 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8863else
1c710c3c
DJ
8864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8865for as_dir in $PATH
8866do
8867 IFS=$as_save_IFS
8868 test -z "$as_dir" && as_dir=.
5213506e
RW
8869 for ac_exec_ext in '' $ac_executable_extensions; do
8870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8871 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8873 break 2
8874 fi
8875done
5213506e
RW
8876 done
8877IFS=$as_save_IFS
1c710c3c 8878
2abefe3d
PB
8879fi
8880fi
1c710c3c 8881LIPO=$ac_cv_prog_LIPO
2abefe3d 8882if test -n "$LIPO"; then
5213506e
RW
8883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8884$as_echo "$LIPO" >&6; }
2abefe3d 8885else
5213506e
RW
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8887$as_echo "no" >&6; }
2abefe3d 8888fi
1c710c3c 8889
5213506e 8890
2abefe3d
PB
8891 fi
8892 test -n "$ac_cv_prog_LIPO" && break
8893done
8894
8895if test -z "$ac_cv_prog_LIPO" ; then
8896 set dummy lipo
8897 if test $build = $host ; then
8898 LIPO="$2"
8899 else
8900 LIPO="${ncn_tool_prefix}$2"
8901 fi
8902fi
8903
278a7a38
AO
8904
8905
8906if test -n "$NM"; then
8907 ac_cv_prog_NM=$NM
8908elif test -n "$ac_cv_prog_NM"; then
8909 NM=$ac_cv_prog_NM
8910fi
8911
8912if test -n "$ac_cv_prog_NM"; then
8913 for ncn_progname in nm; do
8914 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8915set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8917$as_echo_n "checking for $ac_word... " >&6; }
8918if test "${ac_cv_prog_NM+set}" = set; then :
8919 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8920else
8921 if test -n "$NM"; then
8922 ac_cv_prog_NM="$NM" # Let the user override the test.
8923else
1c710c3c
DJ
8924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8925for as_dir in $PATH
8926do
8927 IFS=$as_save_IFS
8928 test -z "$as_dir" && as_dir=.
5213506e
RW
8929 for ac_exec_ext in '' $ac_executable_extensions; do
8930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8931 ac_cv_prog_NM="${ncn_progname}"
5213506e 8932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8933 break 2
8934 fi
8935done
5213506e
RW
8936 done
8937IFS=$as_save_IFS
1c710c3c 8938
ca9f4b81
AO
8939fi
8940fi
1c710c3c 8941NM=$ac_cv_prog_NM
ca9f4b81 8942if test -n "$NM"; then
5213506e
RW
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8944$as_echo "$NM" >&6; }
ca9f4b81 8945else
5213506e
RW
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8947$as_echo "no" >&6; }
ca9f4b81
AO
8948fi
8949
5213506e 8950
278a7a38
AO
8951 done
8952fi
8953
8954for ncn_progname in nm; do
8955 if test -n "$ncn_tool_prefix"; then
8956 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8957set dummy ${ncn_tool_prefix}${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_NM+set}" = set; then :
8961 $as_echo_n "(cached) " >&6
ca9f4b81 8962else
2693c0b0
PB
8963 if test -n "$NM"; then
8964 ac_cv_prog_NM="$NM" # 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
278a7a38 8973 ac_cv_prog_NM="${ncn_tool_prefix}${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 8983NM=$ac_cv_prog_NM
2693c0b0 8984if test -n "$NM"; then
5213506e
RW
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8986$as_echo "$NM" >&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 8993 fi
278a7a38
AO
8994 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8995 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8996set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8998$as_echo_n "checking for $ac_word... " >&6; }
8999if test "${ac_cv_prog_NM+set}" = set; then :
9000 $as_echo_n "(cached) " >&6
278a7a38
AO
9001else
9002 if test -n "$NM"; then
9003 ac_cv_prog_NM="$NM" # Let the user override the test.
9004else
9005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9006for as_dir in $PATH
9007do
9008 IFS=$as_save_IFS
9009 test -z "$as_dir" && as_dir=.
5213506e
RW
9010 for ac_exec_ext in '' $ac_executable_extensions; do
9011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9012 ac_cv_prog_NM="${ncn_progname}"
5213506e 9013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9014 break 2
9015 fi
9016done
5213506e
RW
9017 done
9018IFS=$as_save_IFS
278a7a38
AO
9019
9020fi
9021fi
9022NM=$ac_cv_prog_NM
9023if test -n "$NM"; then
5213506e
RW
9024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
9025$as_echo "$NM" >&6; }
278a7a38 9026else
5213506e
RW
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9028$as_echo "no" >&6; }
278a7a38
AO
9029fi
9030
5213506e 9031
278a7a38
AO
9032 fi
9033 test -n "$ac_cv_prog_NM" && break
9034done
9035
9036if test -z "$ac_cv_prog_NM" ; then
9037 set dummy nm
9038 if test $build = $host ; then
9039 NM="$2"
9040 else
9041 NM="${ncn_tool_prefix}$2"
9042 fi
9043fi
9044
9045
9046
9047if test -n "$RANLIB"; then
9048 ac_cv_prog_RANLIB=$RANLIB
9049elif test -n "$ac_cv_prog_RANLIB"; then
9050 RANLIB=$ac_cv_prog_RANLIB
9051fi
9052
9053if test -n "$ac_cv_prog_RANLIB"; then
9054 for ncn_progname in ranlib; do
9055 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9056set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9058$as_echo_n "checking for $ac_word... " >&6; }
9059if test "${ac_cv_prog_RANLIB+set}" = set; then :
9060 $as_echo_n "(cached) " >&6
278a7a38
AO
9061else
9062 if test -n "$RANLIB"; then
9063 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9064else
9065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9066for as_dir in $PATH
9067do
9068 IFS=$as_save_IFS
9069 test -z "$as_dir" && as_dir=.
5213506e
RW
9070 for ac_exec_ext in '' $ac_executable_extensions; do
9071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9072 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9074 break 2
9075 fi
9076done
5213506e
RW
9077 done
9078IFS=$as_save_IFS
278a7a38
AO
9079
9080fi
9081fi
9082RANLIB=$ac_cv_prog_RANLIB
9083if test -n "$RANLIB"; then
5213506e
RW
9084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9085$as_echo "$RANLIB" >&6; }
278a7a38 9086else
5213506e
RW
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9088$as_echo "no" >&6; }
278a7a38
AO
9089fi
9090
5213506e 9091
278a7a38
AO
9092 done
9093fi
ca9f4b81 9094
278a7a38 9095for ncn_progname in ranlib; do
2693c0b0
PB
9096 if test -n "$ncn_tool_prefix"; then
9097 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9098set dummy ${ncn_tool_prefix}${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_RANLIB+set}" = set; then :
9102 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9103else
9104 if test -n "$RANLIB"; then
9105 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9106else
1c710c3c
DJ
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
1c710c3c 9114 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 9115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9116 break 2
9117 fi
9118done
5213506e
RW
9119 done
9120IFS=$as_save_IFS
1c710c3c 9121
ca9f4b81
AO
9122fi
9123fi
1c710c3c 9124RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 9125if test -n "$RANLIB"; then
5213506e
RW
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9127$as_echo "$RANLIB" >&6; }
ca9f4b81 9128else
5213506e
RW
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9130$as_echo "no" >&6; }
ca9f4b81
AO
9131fi
9132
5213506e 9133
2693c0b0
PB
9134 fi
9135 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9136 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9137set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9139$as_echo_n "checking for $ac_word... " >&6; }
9140if test "${ac_cv_prog_RANLIB+set}" = set; then :
9141 $as_echo_n "(cached) " >&6
ca9f4b81 9142else
2693c0b0
PB
9143 if test -n "$RANLIB"; then
9144 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 9145else
1c710c3c
DJ
9146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9147for as_dir in $PATH
9148do
9149 IFS=$as_save_IFS
9150 test -z "$as_dir" && as_dir=.
5213506e
RW
9151 for ac_exec_ext in '' $ac_executable_extensions; do
9152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9153 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9155 break 2
9156 fi
9157done
5213506e
RW
9158 done
9159IFS=$as_save_IFS
1c710c3c 9160
ca9f4b81
AO
9161fi
9162fi
1c710c3c 9163RANLIB=$ac_cv_prog_RANLIB
2693c0b0 9164if test -n "$RANLIB"; then
5213506e
RW
9165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9166$as_echo "$RANLIB" >&6; }
ca9f4b81 9167else
5213506e
RW
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9169$as_echo "no" >&6; }
ca9f4b81 9170fi
1c710c3c 9171
5213506e 9172
ca9f4b81 9173 fi
2693c0b0
PB
9174 test -n "$ac_cv_prog_RANLIB" && break
9175done
9176
9177if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9178 RANLIB="true"
ca9f4b81
AO
9179fi
9180
278a7a38
AO
9181
9182
9183if test -n "$STRIP"; then
9184 ac_cv_prog_STRIP=$STRIP
9185elif test -n "$ac_cv_prog_STRIP"; then
9186 STRIP=$ac_cv_prog_STRIP
9187fi
9188
9189if test -n "$ac_cv_prog_STRIP"; then
9190 for ncn_progname in strip; do
9191 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9192set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9194$as_echo_n "checking for $ac_word... " >&6; }
9195if test "${ac_cv_prog_STRIP+set}" = set; then :
9196 $as_echo_n "(cached) " >&6
278a7a38
AO
9197else
9198 if test -n "$STRIP"; then
9199 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9200else
9201as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9202for as_dir in $PATH
9203do
9204 IFS=$as_save_IFS
9205 test -z "$as_dir" && as_dir=.
5213506e
RW
9206 for ac_exec_ext in '' $ac_executable_extensions; do
9207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9208 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9210 break 2
9211 fi
9212done
5213506e
RW
9213 done
9214IFS=$as_save_IFS
278a7a38
AO
9215
9216fi
9217fi
9218STRIP=$ac_cv_prog_STRIP
9219if test -n "$STRIP"; then
5213506e
RW
9220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9221$as_echo "$STRIP" >&6; }
278a7a38 9222else
5213506e
RW
9223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9224$as_echo "no" >&6; }
278a7a38
AO
9225fi
9226
5213506e 9227
278a7a38
AO
9228 done
9229fi
9230
9231for ncn_progname in strip; do
2abefe3d
PB
9232 if test -n "$ncn_tool_prefix"; then
9233 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9234set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9236$as_echo_n "checking for $ac_word... " >&6; }
9237if test "${ac_cv_prog_STRIP+set}" = set; then :
9238 $as_echo_n "(cached) " >&6
2abefe3d
PB
9239else
9240 if test -n "$STRIP"; then
9241 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9242else
1c710c3c
DJ
9243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9244for as_dir in $PATH
9245do
9246 IFS=$as_save_IFS
9247 test -z "$as_dir" && as_dir=.
5213506e
RW
9248 for ac_exec_ext in '' $ac_executable_extensions; do
9249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9250 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9252 break 2
9253 fi
9254done
5213506e
RW
9255 done
9256IFS=$as_save_IFS
1c710c3c 9257
2abefe3d
PB
9258fi
9259fi
1c710c3c 9260STRIP=$ac_cv_prog_STRIP
2abefe3d 9261if test -n "$STRIP"; then
5213506e
RW
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9263$as_echo "$STRIP" >&6; }
2abefe3d 9264else
5213506e
RW
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9266$as_echo "no" >&6; }
2abefe3d
PB
9267fi
9268
5213506e 9269
2abefe3d
PB
9270 fi
9271 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9272 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9273set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9275$as_echo_n "checking for $ac_word... " >&6; }
9276if test "${ac_cv_prog_STRIP+set}" = set; then :
9277 $as_echo_n "(cached) " >&6
2abefe3d
PB
9278else
9279 if test -n "$STRIP"; then
9280 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9281else
1c710c3c
DJ
9282as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9283for as_dir in $PATH
9284do
9285 IFS=$as_save_IFS
9286 test -z "$as_dir" && as_dir=.
5213506e
RW
9287 for ac_exec_ext in '' $ac_executable_extensions; do
9288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9289 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9291 break 2
9292 fi
9293done
5213506e
RW
9294 done
9295IFS=$as_save_IFS
1c710c3c 9296
2abefe3d
PB
9297fi
9298fi
1c710c3c 9299STRIP=$ac_cv_prog_STRIP
2abefe3d 9300if test -n "$STRIP"; then
5213506e
RW
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9302$as_echo "$STRIP" >&6; }
2abefe3d 9303else
5213506e
RW
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9305$as_echo "no" >&6; }
2abefe3d 9306fi
1c710c3c 9307
5213506e 9308
2abefe3d
PB
9309 fi
9310 test -n "$ac_cv_prog_STRIP" && break
9311done
9312
9313if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9314 STRIP="true"
2abefe3d
PB
9315fi
9316
278a7a38
AO
9317
9318
9319if test -n "$WINDRES"; then
9320 ac_cv_prog_WINDRES=$WINDRES
9321elif test -n "$ac_cv_prog_WINDRES"; then
9322 WINDRES=$ac_cv_prog_WINDRES
9323fi
9324
9325if test -n "$ac_cv_prog_WINDRES"; then
9326 for ncn_progname in windres; do
9327 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9328set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9330$as_echo_n "checking for $ac_word... " >&6; }
9331if test "${ac_cv_prog_WINDRES+set}" = set; then :
9332 $as_echo_n "(cached) " >&6
278a7a38
AO
9333else
9334 if test -n "$WINDRES"; then
9335 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9336else
9337as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9338for as_dir in $PATH
9339do
9340 IFS=$as_save_IFS
9341 test -z "$as_dir" && as_dir=.
5213506e
RW
9342 for ac_exec_ext in '' $ac_executable_extensions; do
9343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9344 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9346 break 2
9347 fi
9348done
5213506e
RW
9349 done
9350IFS=$as_save_IFS
278a7a38
AO
9351
9352fi
9353fi
9354WINDRES=$ac_cv_prog_WINDRES
9355if test -n "$WINDRES"; then
5213506e
RW
9356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9357$as_echo "$WINDRES" >&6; }
278a7a38 9358else
5213506e
RW
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9360$as_echo "no" >&6; }
278a7a38
AO
9361fi
9362
5213506e 9363
278a7a38
AO
9364 done
9365fi
9366
9367for ncn_progname in windres; do
2693c0b0
PB
9368 if test -n "$ncn_tool_prefix"; then
9369 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9370set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9372$as_echo_n "checking for $ac_word... " >&6; }
9373if test "${ac_cv_prog_WINDRES+set}" = set; then :
9374 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9375else
9376 if test -n "$WINDRES"; then
9377 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9378else
1c710c3c
DJ
9379as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9380for as_dir in $PATH
9381do
9382 IFS=$as_save_IFS
9383 test -z "$as_dir" && as_dir=.
5213506e
RW
9384 for ac_exec_ext in '' $ac_executable_extensions; do
9385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9386 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9388 break 2
9389 fi
9390done
5213506e
RW
9391 done
9392IFS=$as_save_IFS
1c710c3c 9393
ca9f4b81
AO
9394fi
9395fi
1c710c3c 9396WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9397if test -n "$WINDRES"; then
5213506e
RW
9398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9399$as_echo "$WINDRES" >&6; }
ca9f4b81 9400else
5213506e
RW
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9402$as_echo "no" >&6; }
ca9f4b81
AO
9403fi
9404
5213506e 9405
2693c0b0
PB
9406 fi
9407 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9408 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9409set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9411$as_echo_n "checking for $ac_word... " >&6; }
9412if test "${ac_cv_prog_WINDRES+set}" = set; then :
9413 $as_echo_n "(cached) " >&6
ca9f4b81 9414else
2693c0b0
PB
9415 if test -n "$WINDRES"; then
9416 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9417else
1c710c3c
DJ
9418as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9419for as_dir in $PATH
9420do
9421 IFS=$as_save_IFS
9422 test -z "$as_dir" && as_dir=.
5213506e
RW
9423 for ac_exec_ext in '' $ac_executable_extensions; do
9424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9425 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9427 break 2
9428 fi
9429done
5213506e
RW
9430 done
9431IFS=$as_save_IFS
1c710c3c 9432
ca9f4b81
AO
9433fi
9434fi
1c710c3c 9435WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9436if test -n "$WINDRES"; then
5213506e
RW
9437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9438$as_echo "$WINDRES" >&6; }
ca9f4b81 9439else
5213506e
RW
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9441$as_echo "no" >&6; }
ca9f4b81 9442fi
1c710c3c 9443
5213506e 9444
2693c0b0
PB
9445 fi
9446 test -n "$ac_cv_prog_WINDRES" && break
9447done
9448
9449if test -z "$ac_cv_prog_WINDRES" ; then
9450 set dummy windres
9451 if test $build = $host ; then
9452 WINDRES="$2"
ca9f4b81 9453 else
2693c0b0 9454 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9455 fi
ca9f4b81
AO
9456fi
9457
278a7a38
AO
9458
9459
901119ae
KT
9460if test -n "$WINDMC"; then
9461 ac_cv_prog_WINDMC=$WINDMC
9462elif test -n "$ac_cv_prog_WINDMC"; then
9463 WINDMC=$ac_cv_prog_WINDMC
9464fi
9465
9466if test -n "$ac_cv_prog_WINDMC"; then
9467 for ncn_progname in windmc; do
9468 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9469set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9471$as_echo_n "checking for $ac_word... " >&6; }
9472if test "${ac_cv_prog_WINDMC+set}" = set; then :
9473 $as_echo_n "(cached) " >&6
901119ae
KT
9474else
9475 if test -n "$WINDMC"; then
9476 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9477else
9478as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9479for as_dir in $PATH
9480do
9481 IFS=$as_save_IFS
9482 test -z "$as_dir" && as_dir=.
5213506e
RW
9483 for ac_exec_ext in '' $ac_executable_extensions; do
9484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9485 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9487 break 2
9488 fi
9489done
5213506e
RW
9490 done
9491IFS=$as_save_IFS
901119ae
KT
9492
9493fi
9494fi
9495WINDMC=$ac_cv_prog_WINDMC
9496if test -n "$WINDMC"; then
5213506e
RW
9497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9498$as_echo "$WINDMC" >&6; }
901119ae 9499else
5213506e
RW
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9501$as_echo "no" >&6; }
901119ae
KT
9502fi
9503
5213506e 9504
901119ae
KT
9505 done
9506fi
9507
9508for ncn_progname in windmc; do
9509 if test -n "$ncn_tool_prefix"; then
9510 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9511set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9513$as_echo_n "checking for $ac_word... " >&6; }
9514if test "${ac_cv_prog_WINDMC+set}" = set; then :
9515 $as_echo_n "(cached) " >&6
901119ae
KT
9516else
9517 if test -n "$WINDMC"; then
9518 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9519else
9520as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9521for as_dir in $PATH
9522do
9523 IFS=$as_save_IFS
9524 test -z "$as_dir" && as_dir=.
5213506e
RW
9525 for ac_exec_ext in '' $ac_executable_extensions; do
9526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9527 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9529 break 2
9530 fi
9531done
5213506e
RW
9532 done
9533IFS=$as_save_IFS
901119ae
KT
9534
9535fi
9536fi
9537WINDMC=$ac_cv_prog_WINDMC
9538if test -n "$WINDMC"; then
5213506e
RW
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9540$as_echo "$WINDMC" >&6; }
901119ae 9541else
5213506e
RW
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9543$as_echo "no" >&6; }
901119ae
KT
9544fi
9545
5213506e 9546
901119ae
KT
9547 fi
9548 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9549 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9550set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9552$as_echo_n "checking for $ac_word... " >&6; }
9553if test "${ac_cv_prog_WINDMC+set}" = set; then :
9554 $as_echo_n "(cached) " >&6
901119ae
KT
9555else
9556 if test -n "$WINDMC"; then
9557 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9558else
9559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9560for as_dir in $PATH
9561do
9562 IFS=$as_save_IFS
9563 test -z "$as_dir" && as_dir=.
5213506e
RW
9564 for ac_exec_ext in '' $ac_executable_extensions; do
9565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9566 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9568 break 2
9569 fi
9570done
5213506e
RW
9571 done
9572IFS=$as_save_IFS
901119ae
KT
9573
9574fi
9575fi
9576WINDMC=$ac_cv_prog_WINDMC
9577if test -n "$WINDMC"; then
5213506e
RW
9578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9579$as_echo "$WINDMC" >&6; }
901119ae 9580else
5213506e
RW
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9582$as_echo "no" >&6; }
901119ae
KT
9583fi
9584
5213506e 9585
901119ae
KT
9586 fi
9587 test -n "$ac_cv_prog_WINDMC" && break
9588done
9589
9590if test -z "$ac_cv_prog_WINDMC" ; then
9591 set dummy windmc
9592 if test $build = $host ; then
9593 WINDMC="$2"
9594 else
9595 WINDMC="${ncn_tool_prefix}$2"
9596 fi
9597fi
9598
9599
9600
278a7a38
AO
9601if test -n "$OBJCOPY"; then
9602 ac_cv_prog_OBJCOPY=$OBJCOPY
9603elif test -n "$ac_cv_prog_OBJCOPY"; then
9604 OBJCOPY=$ac_cv_prog_OBJCOPY
9605fi
9606
9607if test -n "$ac_cv_prog_OBJCOPY"; then
9608 for ncn_progname in objcopy; do
9609 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9610set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9612$as_echo_n "checking for $ac_word... " >&6; }
9613if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9614 $as_echo_n "(cached) " >&6
278a7a38
AO
9615else
9616 if test -n "$OBJCOPY"; then
9617 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9618else
9619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9620for as_dir in $PATH
9621do
9622 IFS=$as_save_IFS
9623 test -z "$as_dir" && as_dir=.
5213506e
RW
9624 for ac_exec_ext in '' $ac_executable_extensions; do
9625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9626 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9628 break 2
9629 fi
9630done
5213506e
RW
9631 done
9632IFS=$as_save_IFS
278a7a38
AO
9633
9634fi
9635fi
9636OBJCOPY=$ac_cv_prog_OBJCOPY
9637if test -n "$OBJCOPY"; then
5213506e
RW
9638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9639$as_echo "$OBJCOPY" >&6; }
278a7a38 9640else
5213506e
RW
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9642$as_echo "no" >&6; }
278a7a38
AO
9643fi
9644
5213506e 9645
278a7a38
AO
9646 done
9647fi
9648
9649for ncn_progname in objcopy; do
2693c0b0
PB
9650 if test -n "$ncn_tool_prefix"; then
9651 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9652set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9654$as_echo_n "checking for $ac_word... " >&6; }
9655if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9656 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9657else
9658 if test -n "$OBJCOPY"; then
9659 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9660else
1c710c3c
DJ
9661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9662for as_dir in $PATH
9663do
9664 IFS=$as_save_IFS
9665 test -z "$as_dir" && as_dir=.
5213506e
RW
9666 for ac_exec_ext in '' $ac_executable_extensions; do
9667 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9668 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9670 break 2
9671 fi
9672done
5213506e
RW
9673 done
9674IFS=$as_save_IFS
1c710c3c 9675
ca9f4b81
AO
9676fi
9677fi
1c710c3c 9678OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9679if test -n "$OBJCOPY"; then
5213506e
RW
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9681$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9682else
5213506e
RW
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9684$as_echo "no" >&6; }
ca9f4b81
AO
9685fi
9686
5213506e 9687
2693c0b0
PB
9688 fi
9689 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9690 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9691set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9693$as_echo_n "checking for $ac_word... " >&6; }
9694if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9695 $as_echo_n "(cached) " >&6
ca9f4b81 9696else
2693c0b0
PB
9697 if test -n "$OBJCOPY"; then
9698 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9699else
1c710c3c
DJ
9700as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9701for as_dir in $PATH
9702do
9703 IFS=$as_save_IFS
9704 test -z "$as_dir" && as_dir=.
5213506e
RW
9705 for ac_exec_ext in '' $ac_executable_extensions; do
9706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9707 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9709 break 2
9710 fi
9711done
5213506e
RW
9712 done
9713IFS=$as_save_IFS
1c710c3c 9714
ca9f4b81
AO
9715fi
9716fi
1c710c3c 9717OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9718if test -n "$OBJCOPY"; then
5213506e
RW
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9720$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9721else
5213506e
RW
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9723$as_echo "no" >&6; }
ca9f4b81 9724fi
1c710c3c 9725
5213506e 9726
2693c0b0
PB
9727 fi
9728 test -n "$ac_cv_prog_OBJCOPY" && break
9729done
9730
9731if test -z "$ac_cv_prog_OBJCOPY" ; then
9732 set dummy objcopy
9733 if test $build = $host ; then
9734 OBJCOPY="$2"
ca9f4b81 9735 else
2693c0b0 9736 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9737 fi
ca9f4b81
AO
9738fi
9739
278a7a38
AO
9740
9741
9742if test -n "$OBJDUMP"; then
9743 ac_cv_prog_OBJDUMP=$OBJDUMP
9744elif test -n "$ac_cv_prog_OBJDUMP"; then
9745 OBJDUMP=$ac_cv_prog_OBJDUMP
9746fi
9747
9748if test -n "$ac_cv_prog_OBJDUMP"; then
9749 for ncn_progname in objdump; do
9750 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9751set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9753$as_echo_n "checking for $ac_word... " >&6; }
9754if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9755 $as_echo_n "(cached) " >&6
278a7a38
AO
9756else
9757 if test -n "$OBJDUMP"; then
9758 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9759else
9760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9761for as_dir in $PATH
9762do
9763 IFS=$as_save_IFS
9764 test -z "$as_dir" && as_dir=.
5213506e
RW
9765 for ac_exec_ext in '' $ac_executable_extensions; do
9766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9767 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9769 break 2
9770 fi
9771done
5213506e
RW
9772 done
9773IFS=$as_save_IFS
278a7a38
AO
9774
9775fi
9776fi
9777OBJDUMP=$ac_cv_prog_OBJDUMP
9778if test -n "$OBJDUMP"; then
5213506e
RW
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9780$as_echo "$OBJDUMP" >&6; }
278a7a38 9781else
5213506e
RW
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9783$as_echo "no" >&6; }
278a7a38
AO
9784fi
9785
5213506e 9786
278a7a38
AO
9787 done
9788fi
9789
9790for ncn_progname in objdump; do
2693c0b0
PB
9791 if test -n "$ncn_tool_prefix"; then
9792 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9793set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9795$as_echo_n "checking for $ac_word... " >&6; }
9796if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9797 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9798else
9799 if test -n "$OBJDUMP"; then
9800 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9801else
1c710c3c
DJ
9802as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9803for as_dir in $PATH
9804do
9805 IFS=$as_save_IFS
9806 test -z "$as_dir" && as_dir=.
5213506e
RW
9807 for ac_exec_ext in '' $ac_executable_extensions; do
9808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9809 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9811 break 2
9812 fi
9813done
5213506e
RW
9814 done
9815IFS=$as_save_IFS
1c710c3c 9816
ca9f4b81
AO
9817fi
9818fi
1c710c3c 9819OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9820if test -n "$OBJDUMP"; then
5213506e
RW
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9822$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9823else
5213506e
RW
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9825$as_echo "no" >&6; }
ca9f4b81
AO
9826fi
9827
5213506e 9828
2693c0b0
PB
9829 fi
9830 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9831 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9832set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9834$as_echo_n "checking for $ac_word... " >&6; }
9835if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9836 $as_echo_n "(cached) " >&6
ca9f4b81 9837else
2693c0b0
PB
9838 if test -n "$OBJDUMP"; then
9839 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9840else
1c710c3c
DJ
9841as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9842for as_dir in $PATH
9843do
9844 IFS=$as_save_IFS
9845 test -z "$as_dir" && as_dir=.
5213506e
RW
9846 for ac_exec_ext in '' $ac_executable_extensions; do
9847 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9848 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9850 break 2
9851 fi
9852done
5213506e
RW
9853 done
9854IFS=$as_save_IFS
1c710c3c 9855
ca9f4b81
AO
9856fi
9857fi
1c710c3c 9858OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9859if test -n "$OBJDUMP"; then
5213506e
RW
9860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9861$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9862else
5213506e
RW
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9864$as_echo "no" >&6; }
ca9f4b81 9865fi
1c710c3c 9866
5213506e 9867
2693c0b0
PB
9868 fi
9869 test -n "$ac_cv_prog_OBJDUMP" && break
9870done
9871
9872if test -z "$ac_cv_prog_OBJDUMP" ; then
9873 set dummy objdump
9874 if test $build = $host ; then
9875 OBJDUMP="$2"
ca9f4b81 9876 else
2693c0b0 9877 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9878 fi
ca9f4b81
AO
9879fi
9880
671aa708
NN
9881
9882
e7a82751
RM
9883if test -n "$READELF"; then
9884 ac_cv_prog_READELF=$READELF
9885elif test -n "$ac_cv_prog_READELF"; then
9886 READELF=$ac_cv_prog_READELF
9887fi
9888
9889if test -n "$ac_cv_prog_READELF"; then
9890 for ncn_progname in readelf; do
9891 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9892set dummy ${ncn_progname}; ac_word=$2
9893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9894$as_echo_n "checking for $ac_word... " >&6; }
9895if test "${ac_cv_prog_READELF+set}" = set; then :
9896 $as_echo_n "(cached) " >&6
9897else
9898 if test -n "$READELF"; then
9899 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9900else
9901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9902for as_dir in $PATH
9903do
9904 IFS=$as_save_IFS
9905 test -z "$as_dir" && as_dir=.
9906 for ac_exec_ext in '' $ac_executable_extensions; do
9907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9908 ac_cv_prog_READELF="${ncn_progname}"
9909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9910 break 2
9911 fi
9912done
9913 done
9914IFS=$as_save_IFS
9915
9916fi
9917fi
9918READELF=$ac_cv_prog_READELF
9919if test -n "$READELF"; then
9920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9921$as_echo "$READELF" >&6; }
9922else
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9924$as_echo "no" >&6; }
9925fi
9926
9927
9928 done
9929fi
9930
9931for ncn_progname in readelf; do
9932 if test -n "$ncn_tool_prefix"; then
9933 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9934set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9936$as_echo_n "checking for $ac_word... " >&6; }
9937if test "${ac_cv_prog_READELF+set}" = set; then :
9938 $as_echo_n "(cached) " >&6
9939else
9940 if test -n "$READELF"; then
9941 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9942else
9943as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9944for as_dir in $PATH
9945do
9946 IFS=$as_save_IFS
9947 test -z "$as_dir" && as_dir=.
9948 for ac_exec_ext in '' $ac_executable_extensions; do
9949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9950 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9952 break 2
9953 fi
9954done
9955 done
9956IFS=$as_save_IFS
9957
9958fi
9959fi
9960READELF=$ac_cv_prog_READELF
9961if test -n "$READELF"; then
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9963$as_echo "$READELF" >&6; }
9964else
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9966$as_echo "no" >&6; }
9967fi
9968
9969
9970 fi
9971 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9972 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9973set dummy ${ncn_progname}; ac_word=$2
9974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9975$as_echo_n "checking for $ac_word... " >&6; }
9976if test "${ac_cv_prog_READELF+set}" = set; then :
9977 $as_echo_n "(cached) " >&6
9978else
9979 if test -n "$READELF"; then
9980 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9981else
9982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9983for as_dir in $PATH
9984do
9985 IFS=$as_save_IFS
9986 test -z "$as_dir" && as_dir=.
9987 for ac_exec_ext in '' $ac_executable_extensions; do
9988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9989 ac_cv_prog_READELF="${ncn_progname}"
9990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9991 break 2
9992 fi
9993done
9994 done
9995IFS=$as_save_IFS
9996
9997fi
9998fi
9999READELF=$ac_cv_prog_READELF
10000if test -n "$READELF"; then
10001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
10002$as_echo "$READELF" >&6; }
10003else
10004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10005$as_echo "no" >&6; }
10006fi
10007
10008
10009 fi
10010 test -n "$ac_cv_prog_READELF" && break
10011done
10012
10013if test -z "$ac_cv_prog_READELF" ; then
10014 set dummy readelf
10015 if test $build = $host ; then
10016 READELF="$2"
10017 else
10018 READELF="${ncn_tool_prefix}$2"
10019 fi
10020fi
10021
10022
10023
671aa708
NN
10024
10025
10026
2abefe3d 10027# Target tools.
1c710c3c 10028
5213506e
RW
10029# Check whether --with-build-time-tools was given.
10030if test "${with_build_time_tools+set}" = set; then :
10031 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
10032 x/*) ;;
10033 *)
10034 with_build_time_tools=
5213506e
RW
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
10036$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
10037 ;;
10038 esac
ca9f4b81 10039else
e8b05380 10040 with_build_time_tools=
5213506e
RW
10041fi
10042
ca9f4b81 10043
278a7a38
AO
10044
10045
10046if test -n "$CC_FOR_TARGET"; then
10047 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
10048elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10049 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10050fi
10051
10052if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10053 for ncn_progname in cc gcc; do
10054 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10055set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10057$as_echo_n "checking for $ac_word... " >&6; }
10058if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10059 $as_echo_n "(cached) " >&6
278a7a38
AO
10060else
10061 if test -n "$CC_FOR_TARGET"; then
10062 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10063else
10064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10065for as_dir in $PATH
10066do
10067 IFS=$as_save_IFS
10068 test -z "$as_dir" && as_dir=.
5213506e
RW
10069 for ac_exec_ext in '' $ac_executable_extensions; do
10070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10071 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10073 break 2
10074 fi
10075done
5213506e
RW
10076 done
10077IFS=$as_save_IFS
278a7a38
AO
10078
10079fi
10080fi
10081CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10082if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10084$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 10085else
5213506e
RW
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10087$as_echo "no" >&6; }
278a7a38
AO
10088fi
10089
5213506e 10090
278a7a38
AO
10091 done
10092fi
10093
10094if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10095 for ncn_progname in cc gcc; do
5213506e
RW
10096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10097$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10098 if test -x $with_build_time_tools/${ncn_progname}; then
10099 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10101$as_echo "yes" >&6; }
72a7ab82 10102 break
e8b05380 10103 else
5213506e
RW
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10105$as_echo "no" >&6; }
72a7ab82
AP
10106 fi
10107 done
4de997d1
PB
10108fi
10109
e8b05380
PB
10110if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10111 for ncn_progname in cc gcc; do
10112 if test -n "$ncn_target_tool_prefix"; then
10113 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10114set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10116$as_echo_n "checking for $ac_word... " >&6; }
10117if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10118 $as_echo_n "(cached) " >&6
4de997d1
PB
10119else
10120 if test -n "$CC_FOR_TARGET"; then
10121 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10122else
1c710c3c
DJ
10123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10124for as_dir in $PATH
10125do
10126 IFS=$as_save_IFS
10127 test -z "$as_dir" && as_dir=.
5213506e
RW
10128 for ac_exec_ext in '' $ac_executable_extensions; do
10129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10130 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10132 break 2
10133 fi
10134done
5213506e
RW
10135 done
10136IFS=$as_save_IFS
1c710c3c 10137
4de997d1
PB
10138fi
10139fi
1c710c3c 10140CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 10141if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10143$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10144else
5213506e
RW
10145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10146$as_echo "no" >&6; }
4de997d1
PB
10147fi
10148
5213506e 10149
e8b05380
PB
10150 fi
10151 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10152 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10153set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10155$as_echo_n "checking for $ac_word... " >&6; }
10156if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10157 $as_echo_n "(cached) " >&6
4de997d1 10158else
2693c0b0
PB
10159 if test -n "$CC_FOR_TARGET"; then
10160 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 10161else
1c710c3c
DJ
10162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10163for as_dir in $PATH
10164do
10165 IFS=$as_save_IFS
10166 test -z "$as_dir" && as_dir=.
5213506e
RW
10167 for ac_exec_ext in '' $ac_executable_extensions; do
10168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10169 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10171 break 2
10172 fi
10173done
5213506e
RW
10174 done
10175IFS=$as_save_IFS
1c710c3c 10176
4de997d1
PB
10177fi
10178fi
1c710c3c 10179CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 10180if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10182$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10183else
5213506e
RW
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10185$as_echo "no" >&6; }
4de997d1 10186fi
1c710c3c 10187
5213506e 10188
e8b05380
PB
10189 fi
10190 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10191 done
10192fi
1c710c3c 10193
2693c0b0
PB
10194if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10195 set dummy cc gcc
10196 if test $build = $target ; then
10197 CC_FOR_TARGET="$2"
4de997d1 10198 else
2693c0b0 10199 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10200 fi
1c00b503
PB
10201else
10202 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10203fi
10204
278a7a38
AO
10205
10206
10207if test -n "$CXX_FOR_TARGET"; then
10208 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10209elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10210 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10211fi
10212
10213if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10214 for ncn_progname in c++ g++ cxx gxx; do
10215 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10216set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10218$as_echo_n "checking for $ac_word... " >&6; }
10219if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10220 $as_echo_n "(cached) " >&6
278a7a38
AO
10221else
10222 if test -n "$CXX_FOR_TARGET"; then
10223 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10224else
10225as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10226for as_dir in $PATH
10227do
10228 IFS=$as_save_IFS
10229 test -z "$as_dir" && as_dir=.
5213506e
RW
10230 for ac_exec_ext in '' $ac_executable_extensions; do
10231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10232 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10234 break 2
10235 fi
10236done
5213506e
RW
10237 done
10238IFS=$as_save_IFS
278a7a38
AO
10239
10240fi
10241fi
10242CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10243if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10245$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10246else
5213506e
RW
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10248$as_echo "no" >&6; }
278a7a38
AO
10249fi
10250
5213506e 10251
278a7a38
AO
10252 done
10253fi
10254
10255if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10256 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10258$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10259 if test -x $with_build_time_tools/${ncn_progname}; then
10260 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10262$as_echo "yes" >&6; }
e8b05380
PB
10263 break
10264 else
5213506e
RW
10265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10266$as_echo "no" >&6; }
e8b05380
PB
10267 fi
10268 done
10269fi
10270
10271if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10272 for ncn_progname in c++ g++ cxx gxx; do
10273 if test -n "$ncn_target_tool_prefix"; then
10274 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10275set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10277$as_echo_n "checking for $ac_word... " >&6; }
10278if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10279 $as_echo_n "(cached) " >&6
4de997d1
PB
10280else
10281 if test -n "$CXX_FOR_TARGET"; then
10282 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10283else
1c710c3c
DJ
10284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10285for as_dir in $PATH
10286do
10287 IFS=$as_save_IFS
10288 test -z "$as_dir" && as_dir=.
5213506e
RW
10289 for ac_exec_ext in '' $ac_executable_extensions; do
10290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10291 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10293 break 2
10294 fi
10295done
5213506e
RW
10296 done
10297IFS=$as_save_IFS
1c710c3c 10298
4de997d1
PB
10299fi
10300fi
1c710c3c 10301CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10302if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10304$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10305else
5213506e
RW
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10307$as_echo "no" >&6; }
4de997d1
PB
10308fi
10309
5213506e 10310
e8b05380
PB
10311 fi
10312 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10313 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10314set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10316$as_echo_n "checking for $ac_word... " >&6; }
10317if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10318 $as_echo_n "(cached) " >&6
4de997d1 10319else
2693c0b0
PB
10320 if test -n "$CXX_FOR_TARGET"; then
10321 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10322else
1c710c3c
DJ
10323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10324for as_dir in $PATH
10325do
10326 IFS=$as_save_IFS
10327 test -z "$as_dir" && as_dir=.
5213506e
RW
10328 for ac_exec_ext in '' $ac_executable_extensions; do
10329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10330 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10332 break 2
10333 fi
10334done
5213506e
RW
10335 done
10336IFS=$as_save_IFS
1c710c3c 10337
4de997d1
PB
10338fi
10339fi
1c710c3c 10340CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10341if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10343$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10344else
5213506e
RW
10345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10346$as_echo "no" >&6; }
4de997d1 10347fi
1c710c3c 10348
5213506e 10349
e8b05380
PB
10350 fi
10351 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10352 done
10353fi
1c710c3c 10354
2693c0b0
PB
10355if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10356 set dummy c++ g++ cxx gxx
10357 if test $build = $target ; then
10358 CXX_FOR_TARGET="$2"
4de997d1 10359 else
2693c0b0 10360 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10361 fi
1c00b503
PB
10362else
10363 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10364fi
10365
278a7a38
AO
10366
10367
10368if test -n "$GCC_FOR_TARGET"; then
10369 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10370elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10371 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10372fi
10373
10374if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10375 for ncn_progname in gcc; do
10376 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10377set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10379$as_echo_n "checking for $ac_word... " >&6; }
10380if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10381 $as_echo_n "(cached) " >&6
278a7a38
AO
10382else
10383 if test -n "$GCC_FOR_TARGET"; then
10384 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10385else
10386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10387for as_dir in $PATH
10388do
10389 IFS=$as_save_IFS
10390 test -z "$as_dir" && as_dir=.
5213506e
RW
10391 for ac_exec_ext in '' $ac_executable_extensions; do
10392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10393 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10395 break 2
10396 fi
10397done
5213506e
RW
10398 done
10399IFS=$as_save_IFS
278a7a38
AO
10400
10401fi
10402fi
10403GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10404if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10406$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10407else
5213506e
RW
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10409$as_echo "no" >&6; }
278a7a38
AO
10410fi
10411
5213506e 10412
278a7a38
AO
10413 done
10414fi
10415
10416if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10417 for ncn_progname in gcc; do
5213506e
RW
10418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10419$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10420 if test -x $with_build_time_tools/${ncn_progname}; then
10421 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10423$as_echo "yes" >&6; }
e8b05380
PB
10424 break
10425 else
5213506e
RW
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10427$as_echo "no" >&6; }
e8b05380
PB
10428 fi
10429 done
10430fi
10431
10432if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10433 for ncn_progname in gcc; do
10434 if test -n "$ncn_target_tool_prefix"; then
10435 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10436set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10438$as_echo_n "checking for $ac_word... " >&6; }
10439if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10440 $as_echo_n "(cached) " >&6
ca9f4b81 10441else
e8b05380
PB
10442 if test -n "$GCC_FOR_TARGET"; then
10443 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10444else
1c710c3c
DJ
10445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10446for as_dir in $PATH
10447do
10448 IFS=$as_save_IFS
10449 test -z "$as_dir" && as_dir=.
5213506e
RW
10450 for ac_exec_ext in '' $ac_executable_extensions; do
10451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10452 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10454 break 2
10455 fi
10456done
5213506e
RW
10457 done
10458IFS=$as_save_IFS
1c710c3c 10459
ca9f4b81
AO
10460fi
10461fi
1c710c3c 10462GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10463if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10465$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10466else
5213506e
RW
10467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10468$as_echo "no" >&6; }
ca9f4b81
AO
10469fi
10470
5213506e 10471
e8b05380
PB
10472 fi
10473 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10474 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10475set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10477$as_echo_n "checking for $ac_word... " >&6; }
10478if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10479 $as_echo_n "(cached) " >&6
ca9f4b81 10480else
e8b05380
PB
10481 if test -n "$GCC_FOR_TARGET"; then
10482 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10483else
1c710c3c
DJ
10484as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10485for as_dir in $PATH
10486do
10487 IFS=$as_save_IFS
10488 test -z "$as_dir" && as_dir=.
5213506e
RW
10489 for ac_exec_ext in '' $ac_executable_extensions; do
10490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10491 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10493 break 2
10494 fi
10495done
5213506e
RW
10496 done
10497IFS=$as_save_IFS
1c710c3c 10498
ca9f4b81
AO
10499fi
10500fi
1c710c3c 10501GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10502if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10504$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10505else
5213506e
RW
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10507$as_echo "no" >&6; }
ca9f4b81 10508fi
1c710c3c 10509
5213506e 10510
e8b05380
PB
10511 fi
10512 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10513 done
10514fi
1c710c3c 10515
e8b05380
PB
10516if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10517 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10518else
10519 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10520fi
10521
278a7a38
AO
10522
10523
10524if test -n "$GCJ_FOR_TARGET"; then
10525 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10526elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10527 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10528fi
10529
10530if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10531 for ncn_progname in gcj; do
10532 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10533set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10535$as_echo_n "checking for $ac_word... " >&6; }
10536if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10537 $as_echo_n "(cached) " >&6
278a7a38
AO
10538else
10539 if test -n "$GCJ_FOR_TARGET"; then
10540 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10541else
10542as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10543for as_dir in $PATH
10544do
10545 IFS=$as_save_IFS
10546 test -z "$as_dir" && as_dir=.
5213506e
RW
10547 for ac_exec_ext in '' $ac_executable_extensions; do
10548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10549 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10551 break 2
10552 fi
10553done
5213506e
RW
10554 done
10555IFS=$as_save_IFS
278a7a38
AO
10556
10557fi
10558fi
10559GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10560if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10562$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10563else
5213506e
RW
10564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10565$as_echo "no" >&6; }
278a7a38
AO
10566fi
10567
5213506e 10568
278a7a38
AO
10569 done
10570fi
10571
10572if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10573 for ncn_progname in gcj; do
5213506e
RW
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10575$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10576 if test -x $with_build_time_tools/${ncn_progname}; then
10577 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10579$as_echo "yes" >&6; }
e8b05380
PB
10580 break
10581 else
5213506e
RW
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10583$as_echo "no" >&6; }
e8b05380
PB
10584 fi
10585 done
10586fi
10587
10588if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10589 for ncn_progname in gcj; do
10590 if test -n "$ncn_target_tool_prefix"; then
10591 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10592set dummy ${ncn_target_tool_prefix}${ncn_progname}; 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_prog_GCJ_FOR_TARGET+set}" = set; then :
10596 $as_echo_n "(cached) " >&6
e8b05380 10597else
fb0103e5
RG
10598 if test -n "$GCJ_FOR_TARGET"; then
10599 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10600else
1c710c3c
DJ
10601as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10602for as_dir in $PATH
10603do
10604 IFS=$as_save_IFS
10605 test -z "$as_dir" && as_dir=.
5213506e
RW
10606 for ac_exec_ext in '' $ac_executable_extensions; do
10607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10608 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10610 break 2
10611 fi
10612done
5213506e
RW
10613 done
10614IFS=$as_save_IFS
1c710c3c 10615
e8b05380
PB
10616fi
10617fi
278a7a38
AO
10618GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10619if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10621$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10622else
5213506e
RW
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10624$as_echo "no" >&6; }
278a7a38
AO
10625fi
10626
5213506e 10627
278a7a38
AO
10628 fi
10629 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10630 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10631set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10633$as_echo_n "checking for $ac_word... " >&6; }
10634if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10635 $as_echo_n "(cached) " >&6
278a7a38
AO
10636else
10637 if test -n "$GCJ_FOR_TARGET"; then
10638 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10639else
10640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10641for as_dir in $PATH
10642do
10643 IFS=$as_save_IFS
10644 test -z "$as_dir" && as_dir=.
5213506e
RW
10645 for ac_exec_ext in '' $ac_executable_extensions; do
10646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10647 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10649 break 2
10650 fi
10651done
5213506e
RW
10652 done
10653IFS=$as_save_IFS
278a7a38
AO
10654
10655fi
10656fi
10657GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10658if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10660$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10661else
5213506e
RW
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10663$as_echo "no" >&6; }
278a7a38
AO
10664fi
10665
5213506e 10666
278a7a38
AO
10667 fi
10668 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10669 done
10670fi
10671
10672if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10673 set dummy gcj
10674 if test $build = $target ; then
10675 GCJ_FOR_TARGET="$2"
10676 else
10677 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10678 fi
1c00b503
PB
10679else
10680 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10681fi
10682
10683
10684
10685if test -n "$GFORTRAN_FOR_TARGET"; then
10686 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10687elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10688 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10689fi
10690
278a7a38
AO
10691if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10692 for ncn_progname in gfortran; do
10693 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10694set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10696$as_echo_n "checking for $ac_word... " >&6; }
10697if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10698 $as_echo_n "(cached) " >&6
e8b05380 10699else
278a7a38
AO
10700 if test -n "$GFORTRAN_FOR_TARGET"; then
10701 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10702else
1c710c3c
DJ
10703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10704for as_dir in $PATH
10705do
10706 IFS=$as_save_IFS
10707 test -z "$as_dir" && as_dir=.
5213506e
RW
10708 for ac_exec_ext in '' $ac_executable_extensions; do
10709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10710 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10712 break 2
10713 fi
10714done
5213506e
RW
10715 done
10716IFS=$as_save_IFS
1c710c3c 10717
e8b05380
PB
10718fi
10719fi
278a7a38
AO
10720GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10721if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10723$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10724else
5213506e
RW
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10726$as_echo "no" >&6; }
e8b05380 10727fi
1c710c3c 10728
5213506e 10729
e8b05380
PB
10730 done
10731fi
1c710c3c 10732
278a7a38 10733if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10734 for ncn_progname in gfortran; do
5213506e
RW
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10736$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10737 if test -x $with_build_time_tools/${ncn_progname}; then
10738 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10740$as_echo "yes" >&6; }
e8b05380
PB
10741 break
10742 else
5213506e
RW
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10744$as_echo "no" >&6; }
e8b05380
PB
10745 fi
10746 done
10747fi
10748
10749if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10750 for ncn_progname in gfortran; do
10751 if test -n "$ncn_target_tool_prefix"; then
10752 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10753set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10755$as_echo_n "checking for $ac_word... " >&6; }
10756if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10757 $as_echo_n "(cached) " >&6
e8b05380
PB
10758else
10759 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10760 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10761else
10762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10763for as_dir in $PATH
10764do
10765 IFS=$as_save_IFS
10766 test -z "$as_dir" && as_dir=.
5213506e
RW
10767 for ac_exec_ext in '' $ac_executable_extensions; do
10768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10769 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10771 break 2
10772 fi
10773done
5213506e
RW
10774 done
10775IFS=$as_save_IFS
1c710c3c 10776
e8b05380
PB
10777fi
10778fi
1c710c3c 10779GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10780if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10782$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10783else
5213506e
RW
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10785$as_echo "no" >&6; }
e8b05380
PB
10786fi
10787
5213506e 10788
e8b05380
PB
10789 fi
10790 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10791 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10792set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10794$as_echo_n "checking for $ac_word... " >&6; }
10795if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10796 $as_echo_n "(cached) " >&6
e8b05380
PB
10797else
10798 if test -n "$GFORTRAN_FOR_TARGET"; then
10799 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10800else
1c710c3c
DJ
10801as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10802for as_dir in $PATH
10803do
10804 IFS=$as_save_IFS
10805 test -z "$as_dir" && as_dir=.
5213506e
RW
10806 for ac_exec_ext in '' $ac_executable_extensions; do
10807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10808 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10810 break 2
10811 fi
10812done
5213506e
RW
10813 done
10814IFS=$as_save_IFS
1c710c3c 10815
e8b05380
PB
10816fi
10817fi
1c710c3c 10818GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10819if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10821$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10822else
5213506e
RW
10823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10824$as_echo "no" >&6; }
e8b05380 10825fi
1c710c3c 10826
5213506e 10827
e8b05380
PB
10828 fi
10829 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10830 done
10831fi
1c710c3c 10832
e8b05380
PB
10833if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10834 set dummy gfortran
2693c0b0 10835 if test $build = $target ; then
e8b05380 10836 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10837 else
e8b05380
PB
10838 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10839 fi
1c00b503
PB
10840else
10841 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10842fi
10843
10844
10845
632e2a07
ILT
10846if test -n "$GOC_FOR_TARGET"; then
10847 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10848elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10849 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10850fi
10851
10852if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10853 for ncn_progname in gccgo; do
10854 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10855set dummy ${ncn_progname}; ac_word=$2
10856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10857$as_echo_n "checking for $ac_word... " >&6; }
10858if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10859 $as_echo_n "(cached) " >&6
10860else
10861 if test -n "$GOC_FOR_TARGET"; then
10862 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10863else
10864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10865for as_dir in $PATH
10866do
10867 IFS=$as_save_IFS
10868 test -z "$as_dir" && as_dir=.
10869 for ac_exec_ext in '' $ac_executable_extensions; do
10870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10871 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10873 break 2
10874 fi
10875done
10876 done
10877IFS=$as_save_IFS
10878
10879fi
10880fi
10881GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10882if test -n "$GOC_FOR_TARGET"; then
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10884$as_echo "$GOC_FOR_TARGET" >&6; }
10885else
10886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10887$as_echo "no" >&6; }
10888fi
10889
10890
10891 done
10892fi
10893
10894if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10895 for ncn_progname in gccgo; do
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10897$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10898 if test -x $with_build_time_tools/${ncn_progname}; then
10899 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10901$as_echo "yes" >&6; }
10902 break
10903 else
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10905$as_echo "no" >&6; }
10906 fi
10907 done
10908fi
10909
10910if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10911 for ncn_progname in gccgo; do
10912 if test -n "$ncn_target_tool_prefix"; then
10913 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10914set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10916$as_echo_n "checking for $ac_word... " >&6; }
10917if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10918 $as_echo_n "(cached) " >&6
10919else
10920 if test -n "$GOC_FOR_TARGET"; then
10921 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10922else
10923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10924for as_dir in $PATH
10925do
10926 IFS=$as_save_IFS
10927 test -z "$as_dir" && as_dir=.
10928 for ac_exec_ext in '' $ac_executable_extensions; do
10929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10930 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10932 break 2
10933 fi
10934done
10935 done
10936IFS=$as_save_IFS
10937
10938fi
10939fi
10940GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10941if test -n "$GOC_FOR_TARGET"; then
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10943$as_echo "$GOC_FOR_TARGET" >&6; }
10944else
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10946$as_echo "no" >&6; }
10947fi
10948
10949
10950 fi
10951 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10952 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10953set dummy ${ncn_progname}; ac_word=$2
10954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10955$as_echo_n "checking for $ac_word... " >&6; }
10956if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10957 $as_echo_n "(cached) " >&6
10958else
10959 if test -n "$GOC_FOR_TARGET"; then
10960 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10961else
10962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10963for as_dir in $PATH
10964do
10965 IFS=$as_save_IFS
10966 test -z "$as_dir" && as_dir=.
10967 for ac_exec_ext in '' $ac_executable_extensions; do
10968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10969 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10971 break 2
10972 fi
10973done
10974 done
10975IFS=$as_save_IFS
10976
10977fi
10978fi
10979GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10980if test -n "$GOC_FOR_TARGET"; then
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10982$as_echo "$GOC_FOR_TARGET" >&6; }
10983else
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10985$as_echo "no" >&6; }
10986fi
10987
10988
10989 fi
10990 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10991 done
10992fi
10993
10994if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10995 set dummy gccgo
10996 if test $build = $target ; then
10997 GOC_FOR_TARGET="$2"
10998 else
10999 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11000 fi
11001else
11002 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
11003fi
11004
11005
11006
e8b05380
PB
11007cat > conftest.c << \EOF
11008#ifdef __GNUC__
11009 gcc_yay;
11010#endif
11011EOF
11012if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
11013 have_gcc_for_target=yes
11014else
11015 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
11016 have_gcc_for_target=no
11017fi
11018rm conftest.c
11019
11020
11021
11022
11023if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
11024 if test -n "$with_build_time_tools"; then
5213506e
RW
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
11026$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11027 if test -x $with_build_time_tools/ar; then
11028 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
11029 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
11031$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 11032 else
5213506e
RW
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11034$as_echo "no" >&6; }
d1f8db0c 11035 fi
e8b05380
PB
11036 elif test $build != $host && test $have_gcc_for_target = yes; then
11037 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
11038 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
11039 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
11040 fi
11041fi
3e19841a 11042if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11043 # Extract the first word of "ar", so it can be a program name with args.
11044set dummy ar; ac_word=$2
5213506e
RW
11045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11046$as_echo_n "checking for $ac_word... " >&6; }
11047if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
11048 $as_echo_n "(cached) " >&6
e8b05380 11049else
1c710c3c
DJ
11050 case $AR_FOR_TARGET in
11051 [\\/]* | ?:[\\/]*)
e8b05380
PB
11052 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
11053 ;;
e8b05380 11054 *)
1c710c3c
DJ
11055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11056for as_dir in $gcc_cv_tool_dirs
11057do
11058 IFS=$as_save_IFS
11059 test -z "$as_dir" && as_dir=.
5213506e
RW
11060 for ac_exec_ext in '' $ac_executable_extensions; do
11061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11062 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11064 break 2
11065 fi
11066done
5213506e
RW
11067 done
11068IFS=$as_save_IFS
1c710c3c 11069
e8b05380
PB
11070 ;;
11071esac
11072fi
1c710c3c 11073AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 11074if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11076$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11077else
5213506e
RW
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11079$as_echo "no" >&6; }
4de997d1
PB
11080fi
11081
5213506e 11082
e8b05380
PB
11083fi
11084if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
11085
11086
11087if test -n "$AR_FOR_TARGET"; then
11088 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11089elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11090 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11091fi
11092
11093if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11094 for ncn_progname in ar; do
11095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11096set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11098$as_echo_n "checking for $ac_word... " >&6; }
11099if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11100 $as_echo_n "(cached) " >&6
278a7a38
AO
11101else
11102 if test -n "$AR_FOR_TARGET"; then
11103 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11104else
11105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11106for as_dir in $PATH
11107do
11108 IFS=$as_save_IFS
11109 test -z "$as_dir" && as_dir=.
5213506e
RW
11110 for ac_exec_ext in '' $ac_executable_extensions; do
11111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11112 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11114 break 2
11115 fi
11116done
5213506e
RW
11117 done
11118IFS=$as_save_IFS
278a7a38
AO
11119
11120fi
11121fi
11122AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11123if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11125$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 11126else
5213506e
RW
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11128$as_echo "no" >&6; }
278a7a38
AO
11129fi
11130
5213506e 11131
278a7a38
AO
11132 done
11133fi
11134
11135if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11136 for ncn_progname in ar; do
5213506e
RW
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11138$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11139 if test -x $with_build_time_tools/${ncn_progname}; then
11140 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11142$as_echo "yes" >&6; }
e8b05380
PB
11143 break
11144 else
5213506e
RW
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11146$as_echo "no" >&6; }
e8b05380
PB
11147 fi
11148 done
11149fi
11150
11151if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11152 for ncn_progname in ar; do
11153 if test -n "$ncn_target_tool_prefix"; then
11154 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11155set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11157$as_echo_n "checking for $ac_word... " >&6; }
11158if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11159 $as_echo_n "(cached) " >&6
4de997d1 11160else
e8b05380
PB
11161 if test -n "$AR_FOR_TARGET"; then
11162 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 11163else
1c710c3c
DJ
11164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11165for as_dir in $PATH
11166do
11167 IFS=$as_save_IFS
11168 test -z "$as_dir" && as_dir=.
5213506e
RW
11169 for ac_exec_ext in '' $ac_executable_extensions; do
11170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11171 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11173 break 2
11174 fi
11175done
5213506e
RW
11176 done
11177IFS=$as_save_IFS
1c710c3c 11178
4de997d1
PB
11179fi
11180fi
1c710c3c 11181AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11182if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11184$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 11185else
5213506e
RW
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11187$as_echo "no" >&6; }
4de997d1
PB
11188fi
11189
5213506e 11190
e8b05380
PB
11191 fi
11192 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11193 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11194set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11196$as_echo_n "checking for $ac_word... " >&6; }
11197if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11198 $as_echo_n "(cached) " >&6
e8b05380
PB
11199else
11200 if test -n "$AR_FOR_TARGET"; then
11201 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11202else
1c710c3c
DJ
11203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11204for as_dir in $PATH
11205do
11206 IFS=$as_save_IFS
11207 test -z "$as_dir" && as_dir=.
5213506e
RW
11208 for ac_exec_ext in '' $ac_executable_extensions; do
11209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11210 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11212 break 2
11213 fi
11214done
5213506e
RW
11215 done
11216IFS=$as_save_IFS
1c710c3c 11217
e8b05380
PB
11218fi
11219fi
1c710c3c 11220AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11221if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11223$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11224else
5213506e
RW
11225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11226$as_echo "no" >&6; }
e8b05380 11227fi
1c710c3c 11228
5213506e 11229
e8b05380
PB
11230 fi
11231 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11232 done
11233fi
1c710c3c 11234
e8b05380
PB
11235if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11236 set dummy ar
11237 if test $build = $target ; then
11238 AR_FOR_TARGET="$2"
11239 else
11240 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11241 fi
1c00b503
PB
11242else
11243 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11244fi
11245
d1f8db0c
PB
11246else
11247 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11248fi
11249
11250
11251
11252
11253if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11254 if test -n "$with_build_time_tools"; then
5213506e
RW
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11256$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11257 if test -x $with_build_time_tools/as; then
11258 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11259 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11261$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11262 else
5213506e
RW
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11264$as_echo "no" >&6; }
d1f8db0c 11265 fi
e8b05380
PB
11266 elif test $build != $host && test $have_gcc_for_target = yes; then
11267 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11268 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11269 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11270 fi
11271fi
3e19841a 11272if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11273 # Extract the first word of "as", so it can be a program name with args.
11274set dummy as; ac_word=$2
5213506e
RW
11275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11276$as_echo_n "checking for $ac_word... " >&6; }
11277if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11278 $as_echo_n "(cached) " >&6
e8b05380 11279else
1c710c3c
DJ
11280 case $AS_FOR_TARGET in
11281 [\\/]* | ?:[\\/]*)
e8b05380
PB
11282 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11283 ;;
e8b05380 11284 *)
1c710c3c
DJ
11285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11286for as_dir in $gcc_cv_tool_dirs
11287do
11288 IFS=$as_save_IFS
11289 test -z "$as_dir" && as_dir=.
5213506e
RW
11290 for ac_exec_ext in '' $ac_executable_extensions; do
11291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11292 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11294 break 2
11295 fi
11296done
5213506e
RW
11297 done
11298IFS=$as_save_IFS
1c710c3c 11299
e8b05380
PB
11300 ;;
11301esac
11302fi
1c710c3c 11303AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11304if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11306$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11307else
5213506e
RW
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11309$as_echo "no" >&6; }
e8b05380
PB
11310fi
11311
5213506e 11312
e8b05380
PB
11313fi
11314if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11315
11316
11317if test -n "$AS_FOR_TARGET"; then
11318 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11319elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11320 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11321fi
11322
11323if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11324 for ncn_progname in as; do
11325 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11326set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11328$as_echo_n "checking for $ac_word... " >&6; }
11329if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11330 $as_echo_n "(cached) " >&6
278a7a38
AO
11331else
11332 if test -n "$AS_FOR_TARGET"; then
11333 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11334else
11335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11336for as_dir in $PATH
11337do
11338 IFS=$as_save_IFS
11339 test -z "$as_dir" && as_dir=.
5213506e
RW
11340 for ac_exec_ext in '' $ac_executable_extensions; do
11341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11342 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11344 break 2
11345 fi
11346done
5213506e
RW
11347 done
11348IFS=$as_save_IFS
278a7a38
AO
11349
11350fi
11351fi
11352AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11353if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11355$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11356else
5213506e
RW
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11358$as_echo "no" >&6; }
278a7a38
AO
11359fi
11360
5213506e 11361
278a7a38
AO
11362 done
11363fi
11364
11365if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11366 for ncn_progname in as; do
5213506e
RW
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11368$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11369 if test -x $with_build_time_tools/${ncn_progname}; then
11370 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11372$as_echo "yes" >&6; }
e8b05380
PB
11373 break
11374 else
5213506e
RW
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11376$as_echo "no" >&6; }
e8b05380
PB
11377 fi
11378 done
11379fi
11380
11381if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11382 for ncn_progname in as; do
11383 if test -n "$ncn_target_tool_prefix"; then
11384 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11385set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11387$as_echo_n "checking for $ac_word... " >&6; }
11388if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11389 $as_echo_n "(cached) " >&6
e8b05380
PB
11390else
11391 if test -n "$AS_FOR_TARGET"; then
11392 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11393else
1c710c3c
DJ
11394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11395for as_dir in $PATH
11396do
11397 IFS=$as_save_IFS
11398 test -z "$as_dir" && as_dir=.
5213506e
RW
11399 for ac_exec_ext in '' $ac_executable_extensions; do
11400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11401 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11403 break 2
11404 fi
11405done
5213506e
RW
11406 done
11407IFS=$as_save_IFS
1c710c3c 11408
e8b05380
PB
11409fi
11410fi
1c710c3c 11411AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11412if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11414$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11415else
5213506e
RW
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11417$as_echo "no" >&6; }
e8b05380
PB
11418fi
11419
5213506e 11420
e8b05380
PB
11421 fi
11422 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11423 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11424set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11426$as_echo_n "checking for $ac_word... " >&6; }
11427if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11428 $as_echo_n "(cached) " >&6
4de997d1 11429else
e8b05380
PB
11430 if test -n "$AS_FOR_TARGET"; then
11431 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11432else
1c710c3c
DJ
11433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11434for as_dir in $PATH
11435do
11436 IFS=$as_save_IFS
11437 test -z "$as_dir" && as_dir=.
5213506e
RW
11438 for ac_exec_ext in '' $ac_executable_extensions; do
11439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11440 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11442 break 2
11443 fi
11444done
5213506e
RW
11445 done
11446IFS=$as_save_IFS
1c710c3c 11447
4de997d1
PB
11448fi
11449fi
1c710c3c 11450AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11451if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11453$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11454else
5213506e
RW
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11456$as_echo "no" >&6; }
4de997d1 11457fi
1c710c3c 11458
5213506e 11459
e8b05380
PB
11460 fi
11461 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11462 done
11463fi
1c710c3c 11464
e8b05380
PB
11465if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11466 set dummy as
11467 if test $build = $target ; then
11468 AS_FOR_TARGET="$2"
11469 else
11470 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11471 fi
1c00b503
PB
11472else
11473 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11474fi
2693c0b0 11475
d1f8db0c
PB
11476else
11477 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11478fi
11479
e8b05380
PB
11480
11481
11482
11483if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11484 if test -n "$with_build_time_tools"; then
5213506e
RW
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11486$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11487 if test -x $with_build_time_tools/dlltool; then
11488 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11489 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11491$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11492 else
5213506e
RW
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11494$as_echo "no" >&6; }
d1f8db0c 11495 fi
e8b05380
PB
11496 elif test $build != $host && test $have_gcc_for_target = yes; then
11497 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11498 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11499 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11500 fi
11501fi
3e19841a 11502if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11503 # Extract the first word of "dlltool", so it can be a program name with args.
11504set dummy dlltool; ac_word=$2
5213506e
RW
11505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11506$as_echo_n "checking for $ac_word... " >&6; }
11507if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11508 $as_echo_n "(cached) " >&6
4de997d1 11509else
1c710c3c
DJ
11510 case $DLLTOOL_FOR_TARGET in
11511 [\\/]* | ?:[\\/]*)
e8b05380
PB
11512 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11513 ;;
e8b05380 11514 *)
1c710c3c
DJ
11515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11516for as_dir in $gcc_cv_tool_dirs
11517do
11518 IFS=$as_save_IFS
11519 test -z "$as_dir" && as_dir=.
5213506e
RW
11520 for ac_exec_ext in '' $ac_executable_extensions; do
11521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11522 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11524 break 2
11525 fi
11526done
5213506e
RW
11527 done
11528IFS=$as_save_IFS
1c710c3c 11529
e8b05380
PB
11530 ;;
11531esac
4de997d1 11532fi
1c710c3c 11533DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11534if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11536$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11537else
5213506e
RW
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11539$as_echo "no" >&6; }
4de997d1
PB
11540fi
11541
5213506e 11542
e8b05380
PB
11543fi
11544if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11545
11546
11547if test -n "$DLLTOOL_FOR_TARGET"; then
11548 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11549elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11550 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11551fi
11552
11553if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11554 for ncn_progname in dlltool; do
11555 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11556set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11558$as_echo_n "checking for $ac_word... " >&6; }
11559if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11560 $as_echo_n "(cached) " >&6
278a7a38
AO
11561else
11562 if test -n "$DLLTOOL_FOR_TARGET"; then
11563 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11564else
11565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11566for as_dir in $PATH
11567do
11568 IFS=$as_save_IFS
11569 test -z "$as_dir" && as_dir=.
5213506e
RW
11570 for ac_exec_ext in '' $ac_executable_extensions; do
11571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11572 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11574 break 2
11575 fi
11576done
5213506e
RW
11577 done
11578IFS=$as_save_IFS
278a7a38
AO
11579
11580fi
11581fi
11582DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11583if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11585$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11586else
5213506e
RW
11587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11588$as_echo "no" >&6; }
278a7a38
AO
11589fi
11590
5213506e 11591
278a7a38
AO
11592 done
11593fi
11594
11595if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11596 for ncn_progname in dlltool; do
5213506e
RW
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11598$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11599 if test -x $with_build_time_tools/${ncn_progname}; then
11600 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11602$as_echo "yes" >&6; }
e8b05380
PB
11603 break
11604 else
5213506e
RW
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11606$as_echo "no" >&6; }
e8b05380
PB
11607 fi
11608 done
11609fi
11610
11611if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11612 for ncn_progname in dlltool; do
11613 if test -n "$ncn_target_tool_prefix"; then
11614 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11615set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11617$as_echo_n "checking for $ac_word... " >&6; }
11618if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11619 $as_echo_n "(cached) " >&6
4de997d1 11620else
e8b05380
PB
11621 if test -n "$DLLTOOL_FOR_TARGET"; then
11622 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11623else
1c710c3c
DJ
11624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11625for as_dir in $PATH
11626do
11627 IFS=$as_save_IFS
11628 test -z "$as_dir" && as_dir=.
5213506e
RW
11629 for ac_exec_ext in '' $ac_executable_extensions; do
11630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11631 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11633 break 2
11634 fi
11635done
5213506e
RW
11636 done
11637IFS=$as_save_IFS
1c710c3c 11638
4de997d1
PB
11639fi
11640fi
1c710c3c 11641DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11642if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11644$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11645else
5213506e
RW
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11647$as_echo "no" >&6; }
4de997d1 11648fi
4de997d1 11649
5213506e 11650
e8b05380
PB
11651 fi
11652 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11653 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11654set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11656$as_echo_n "checking for $ac_word... " >&6; }
11657if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11658 $as_echo_n "(cached) " >&6
4de997d1 11659else
e8b05380
PB
11660 if test -n "$DLLTOOL_FOR_TARGET"; then
11661 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11662else
1c710c3c
DJ
11663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11664for as_dir in $PATH
11665do
11666 IFS=$as_save_IFS
11667 test -z "$as_dir" && as_dir=.
5213506e
RW
11668 for ac_exec_ext in '' $ac_executable_extensions; do
11669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11670 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11672 break 2
11673 fi
11674done
5213506e
RW
11675 done
11676IFS=$as_save_IFS
1c710c3c 11677
4de997d1
PB
11678fi
11679fi
1c710c3c 11680DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11681if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11683$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11684else
5213506e
RW
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11686$as_echo "no" >&6; }
4de997d1 11687fi
1c710c3c 11688
5213506e 11689
e8b05380
PB
11690 fi
11691 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11692 done
11693fi
1c710c3c 11694
e8b05380
PB
11695if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11696 set dummy dlltool
11697 if test $build = $target ; then
11698 DLLTOOL_FOR_TARGET="$2"
11699 else
11700 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11701 fi
1c00b503
PB
11702else
11703 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11704fi
11705
d1f8db0c
PB
11706else
11707 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11708fi
11709
4de997d1 11710
e8b05380
PB
11711
11712
11713if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11714 if test -n "$with_build_time_tools"; then
5213506e
RW
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11716$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11717 if test -x $with_build_time_tools/ld; then
11718 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11719 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11721$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11722 else
5213506e
RW
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11724$as_echo "no" >&6; }
d1f8db0c 11725 fi
e8b05380
PB
11726 elif test $build != $host && test $have_gcc_for_target = yes; then
11727 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11728 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11729 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11730 fi
e8b05380 11731fi
3e19841a 11732if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11733 # Extract the first word of "ld", so it can be a program name with args.
11734set dummy ld; ac_word=$2
5213506e
RW
11735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11736$as_echo_n "checking for $ac_word... " >&6; }
11737if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11738 $as_echo_n "(cached) " >&6
4de997d1 11739else
1c710c3c
DJ
11740 case $LD_FOR_TARGET in
11741 [\\/]* | ?:[\\/]*)
e8b05380
PB
11742 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11743 ;;
e8b05380 11744 *)
1c710c3c
DJ
11745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11746for as_dir in $gcc_cv_tool_dirs
11747do
11748 IFS=$as_save_IFS
11749 test -z "$as_dir" && as_dir=.
5213506e
RW
11750 for ac_exec_ext in '' $ac_executable_extensions; do
11751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11752 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11754 break 2
11755 fi
11756done
5213506e
RW
11757 done
11758IFS=$as_save_IFS
1c710c3c 11759
e8b05380
PB
11760 ;;
11761esac
4de997d1 11762fi
1c710c3c 11763LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11764if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11766$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11767else
5213506e
RW
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11769$as_echo "no" >&6; }
4de997d1 11770fi
2693c0b0 11771
5213506e 11772
e8b05380
PB
11773fi
11774if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11775
11776
11777if test -n "$LD_FOR_TARGET"; then
11778 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11779elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11780 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11781fi
11782
11783if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11784 for ncn_progname in ld; do
11785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11786set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11788$as_echo_n "checking for $ac_word... " >&6; }
11789if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11790 $as_echo_n "(cached) " >&6
278a7a38
AO
11791else
11792 if test -n "$LD_FOR_TARGET"; then
11793 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11794else
11795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11796for as_dir in $PATH
11797do
11798 IFS=$as_save_IFS
11799 test -z "$as_dir" && as_dir=.
5213506e
RW
11800 for ac_exec_ext in '' $ac_executable_extensions; do
11801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11802 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11804 break 2
11805 fi
11806done
5213506e
RW
11807 done
11808IFS=$as_save_IFS
278a7a38
AO
11809
11810fi
11811fi
11812LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11813if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11815$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11816else
5213506e
RW
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11818$as_echo "no" >&6; }
278a7a38
AO
11819fi
11820
5213506e 11821
278a7a38
AO
11822 done
11823fi
11824
11825if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11826 for ncn_progname in ld; do
5213506e
RW
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11828$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11829 if test -x $with_build_time_tools/${ncn_progname}; then
11830 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11832$as_echo "yes" >&6; }
e8b05380
PB
11833 break
11834 else
5213506e
RW
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11836$as_echo "no" >&6; }
e8b05380
PB
11837 fi
11838 done
ca9f4b81
AO
11839fi
11840
e8b05380
PB
11841if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11842 for ncn_progname in ld; do
11843 if test -n "$ncn_target_tool_prefix"; then
11844 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11845set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11847$as_echo_n "checking for $ac_word... " >&6; }
11848if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11849 $as_echo_n "(cached) " >&6
ca9f4b81 11850else
4de997d1
PB
11851 if test -n "$LD_FOR_TARGET"; then
11852 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11853else
1c710c3c
DJ
11854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11855for as_dir in $PATH
11856do
11857 IFS=$as_save_IFS
11858 test -z "$as_dir" && as_dir=.
5213506e
RW
11859 for ac_exec_ext in '' $ac_executable_extensions; do
11860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11861 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11863 break 2
11864 fi
11865done
5213506e
RW
11866 done
11867IFS=$as_save_IFS
1c710c3c 11868
ca9f4b81
AO
11869fi
11870fi
1c710c3c 11871LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11872if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11874$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11875else
5213506e
RW
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11877$as_echo "no" >&6; }
ca9f4b81
AO
11878fi
11879
5213506e 11880
e8b05380
PB
11881 fi
11882 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11883 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11884set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11886$as_echo_n "checking for $ac_word... " >&6; }
11887if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11888 $as_echo_n "(cached) " >&6
ca9f4b81 11889else
2693c0b0
PB
11890 if test -n "$LD_FOR_TARGET"; then
11891 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11892else
1c710c3c
DJ
11893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11894for as_dir in $PATH
11895do
11896 IFS=$as_save_IFS
11897 test -z "$as_dir" && as_dir=.
5213506e
RW
11898 for ac_exec_ext in '' $ac_executable_extensions; do
11899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11900 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11902 break 2
11903 fi
11904done
5213506e
RW
11905 done
11906IFS=$as_save_IFS
1c710c3c 11907
ca9f4b81
AO
11908fi
11909fi
1c710c3c 11910LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11911if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11913$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11914else
5213506e
RW
11915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11916$as_echo "no" >&6; }
ca9f4b81 11917fi
1c710c3c 11918
5213506e 11919
e8b05380
PB
11920 fi
11921 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11922 done
11923fi
1c710c3c 11924
2693c0b0
PB
11925if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11926 set dummy ld
11927 if test $build = $target ; then
11928 LD_FOR_TARGET="$2"
ca9f4b81 11929 else
2693c0b0 11930 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11931 fi
1c00b503
PB
11932else
11933 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11934fi
11935
d1f8db0c
PB
11936else
11937 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11938fi
11939
11940
11941
11942
11943if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11944 if test -n "$with_build_time_tools"; then
5213506e
RW
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11946$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11947 if test -x $with_build_time_tools/lipo; then
11948 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11949 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11951$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11952 else
5213506e
RW
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11954$as_echo "no" >&6; }
d1f8db0c 11955 fi
e8b05380
PB
11956 elif test $build != $host && test $have_gcc_for_target = yes; then
11957 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11958 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11959 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11960 fi
11961fi
278a7a38
AO
11962if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11963 # Extract the first word of "lipo", so it can be a program name with args.
11964set dummy lipo; ac_word=$2
5213506e
RW
11965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11966$as_echo_n "checking for $ac_word... " >&6; }
11967if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11968 $as_echo_n "(cached) " >&6
278a7a38
AO
11969else
11970 case $LIPO_FOR_TARGET in
11971 [\\/]* | ?:[\\/]*)
11972 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11973 ;;
11974 *)
11975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11976for as_dir in $gcc_cv_tool_dirs
11977do
11978 IFS=$as_save_IFS
11979 test -z "$as_dir" && as_dir=.
5213506e
RW
11980 for ac_exec_ext in '' $ac_executable_extensions; do
11981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11982 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11984 break 2
11985 fi
11986done
5213506e
RW
11987 done
11988IFS=$as_save_IFS
278a7a38
AO
11989
11990 ;;
11991esac
11992fi
11993LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11994if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11996$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11997else
5213506e
RW
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11999$as_echo "no" >&6; }
278a7a38
AO
12000fi
12001
5213506e 12002
278a7a38
AO
12003fi
12004if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
12005
12006
12007if test -n "$LIPO_FOR_TARGET"; then
12008 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
12009elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12010 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
12011fi
12012
12013if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
12014 for ncn_progname in lipo; do
12015 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12016set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12018$as_echo_n "checking for $ac_word... " >&6; }
12019if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12020 $as_echo_n "(cached) " >&6
e8b05380 12021else
278a7a38
AO
12022 if test -n "$LIPO_FOR_TARGET"; then
12023 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12024else
12025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12026for as_dir in $PATH
1c710c3c
DJ
12027do
12028 IFS=$as_save_IFS
12029 test -z "$as_dir" && as_dir=.
5213506e
RW
12030 for ac_exec_ext in '' $ac_executable_extensions; do
12031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12032 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 12033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12034 break 2
12035 fi
12036done
5213506e
RW
12037 done
12038IFS=$as_save_IFS
1c710c3c 12039
e8b05380 12040fi
278a7a38
AO
12041fi
12042LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 12043if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12045$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 12046else
5213506e
RW
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12048$as_echo "no" >&6; }
e8b05380
PB
12049fi
12050
5213506e 12051
278a7a38 12052 done
e8b05380 12053fi
278a7a38
AO
12054
12055if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12056 for ncn_progname in lipo; do
5213506e
RW
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12058$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12059 if test -x $with_build_time_tools/${ncn_progname}; then
12060 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12062$as_echo "yes" >&6; }
e8b05380
PB
12063 break
12064 else
5213506e
RW
12065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12066$as_echo "no" >&6; }
e8b05380
PB
12067 fi
12068 done
12069fi
12070
12071if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12072 for ncn_progname in lipo; do
12073 if test -n "$ncn_target_tool_prefix"; then
12074 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12075set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12077$as_echo_n "checking for $ac_word... " >&6; }
12078if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12079 $as_echo_n "(cached) " >&6
040b1c5a
GK
12080else
12081 if test -n "$LIPO_FOR_TARGET"; then
12082 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12083else
1c710c3c
DJ
12084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12085for as_dir in $PATH
12086do
12087 IFS=$as_save_IFS
12088 test -z "$as_dir" && as_dir=.
5213506e
RW
12089 for ac_exec_ext in '' $ac_executable_extensions; do
12090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12091 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12093 break 2
12094 fi
12095done
5213506e
RW
12096 done
12097IFS=$as_save_IFS
1c710c3c 12098
040b1c5a
GK
12099fi
12100fi
1c710c3c 12101LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 12102if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12104$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 12105else
5213506e
RW
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12107$as_echo "no" >&6; }
040b1c5a
GK
12108fi
12109
5213506e 12110
e8b05380
PB
12111 fi
12112 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12113 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 12114set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12116$as_echo_n "checking for $ac_word... " >&6; }
12117if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12118 $as_echo_n "(cached) " >&6
040b1c5a
GK
12119else
12120 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
12121 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12122else
1c710c3c
DJ
12123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12124for as_dir in $PATH
12125do
12126 IFS=$as_save_IFS
12127 test -z "$as_dir" && as_dir=.
5213506e
RW
12128 for ac_exec_ext in '' $ac_executable_extensions; do
12129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12130 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 12131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12132 break 2
12133 fi
12134done
5213506e
RW
12135 done
12136IFS=$as_save_IFS
1c710c3c 12137
040b1c5a
GK
12138fi
12139fi
1c710c3c 12140LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 12141if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12143$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 12144else
5213506e
RW
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12146$as_echo "no" >&6; }
040b1c5a 12147fi
1c710c3c 12148
5213506e 12149
e8b05380
PB
12150 fi
12151 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12152 done
12153fi
1c710c3c 12154
040b1c5a
GK
12155if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12156 set dummy lipo
12157 if test $build = $target ; then
12158 LIPO_FOR_TARGET="$2"
12159 else
12160 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12161 fi
1c00b503
PB
12162else
12163 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
12164fi
12165
d1f8db0c
PB
12166else
12167 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
12168fi
12169
12170
12171
12172
12173if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12174 if test -n "$with_build_time_tools"; then
5213506e
RW
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12176$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12177 if test -x $with_build_time_tools/nm; then
12178 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12179 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12181$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 12182 else
5213506e
RW
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12184$as_echo "no" >&6; }
d1f8db0c 12185 fi
e8b05380
PB
12186 elif test $build != $host && test $have_gcc_for_target = yes; then
12187 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12188 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12189 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12190 fi
12191fi
3e19841a 12192if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12193 # Extract the first word of "nm", so it can be a program name with args.
12194set dummy nm; ac_word=$2
5213506e
RW
12195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12196$as_echo_n "checking for $ac_word... " >&6; }
12197if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12198 $as_echo_n "(cached) " >&6
e8b05380 12199else
1c710c3c
DJ
12200 case $NM_FOR_TARGET in
12201 [\\/]* | ?:[\\/]*)
e8b05380
PB
12202 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12203 ;;
e8b05380 12204 *)
1c710c3c
DJ
12205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12206for as_dir in $gcc_cv_tool_dirs
12207do
12208 IFS=$as_save_IFS
12209 test -z "$as_dir" && as_dir=.
5213506e
RW
12210 for ac_exec_ext in '' $ac_executable_extensions; do
12211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12212 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12214 break 2
12215 fi
12216done
5213506e
RW
12217 done
12218IFS=$as_save_IFS
1c710c3c 12219
e8b05380
PB
12220 ;;
12221esac
12222fi
1c710c3c 12223NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12224if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12226$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12227else
5213506e
RW
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12229$as_echo "no" >&6; }
e8b05380
PB
12230fi
12231
5213506e 12232
e8b05380
PB
12233fi
12234if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12235
12236
12237if test -n "$NM_FOR_TARGET"; then
12238 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12239elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12240 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12241fi
12242
12243if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12244 for ncn_progname in nm; do
12245 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12246set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12248$as_echo_n "checking for $ac_word... " >&6; }
12249if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12250 $as_echo_n "(cached) " >&6
278a7a38
AO
12251else
12252 if test -n "$NM_FOR_TARGET"; then
12253 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12254else
12255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12256for as_dir in $PATH
12257do
12258 IFS=$as_save_IFS
12259 test -z "$as_dir" && as_dir=.
5213506e
RW
12260 for ac_exec_ext in '' $ac_executable_extensions; do
12261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12262 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12264 break 2
12265 fi
12266done
5213506e
RW
12267 done
12268IFS=$as_save_IFS
278a7a38
AO
12269
12270fi
12271fi
12272NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12273if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12275$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12276else
5213506e
RW
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12278$as_echo "no" >&6; }
278a7a38
AO
12279fi
12280
5213506e 12281
278a7a38
AO
12282 done
12283fi
12284
12285if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12286 for ncn_progname in nm; do
5213506e
RW
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12288$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12289 if test -x $with_build_time_tools/${ncn_progname}; then
12290 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12292$as_echo "yes" >&6; }
e8b05380
PB
12293 break
12294 else
5213506e
RW
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12296$as_echo "no" >&6; }
e8b05380
PB
12297 fi
12298 done
12299fi
12300
12301if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12302 for ncn_progname in nm; do
12303 if test -n "$ncn_target_tool_prefix"; then
12304 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12305set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12307$as_echo_n "checking for $ac_word... " >&6; }
12308if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12309 $as_echo_n "(cached) " >&6
ca9f4b81 12310else
4de997d1
PB
12311 if test -n "$NM_FOR_TARGET"; then
12312 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12313else
1c710c3c
DJ
12314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12315for as_dir in $PATH
12316do
12317 IFS=$as_save_IFS
12318 test -z "$as_dir" && as_dir=.
5213506e
RW
12319 for ac_exec_ext in '' $ac_executable_extensions; do
12320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12321 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12323 break 2
12324 fi
12325done
5213506e
RW
12326 done
12327IFS=$as_save_IFS
1c710c3c 12328
ca9f4b81
AO
12329fi
12330fi
1c710c3c 12331NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12332if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12334$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12335else
5213506e
RW
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12337$as_echo "no" >&6; }
ca9f4b81
AO
12338fi
12339
5213506e 12340
e8b05380
PB
12341 fi
12342 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12343 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12344set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12346$as_echo_n "checking for $ac_word... " >&6; }
12347if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12348 $as_echo_n "(cached) " >&6
ca9f4b81 12349else
2693c0b0
PB
12350 if test -n "$NM_FOR_TARGET"; then
12351 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12352else
1c710c3c
DJ
12353as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12354for as_dir in $PATH
12355do
12356 IFS=$as_save_IFS
12357 test -z "$as_dir" && as_dir=.
5213506e
RW
12358 for ac_exec_ext in '' $ac_executable_extensions; do
12359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12360 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12362 break 2
12363 fi
12364done
5213506e
RW
12365 done
12366IFS=$as_save_IFS
1c710c3c 12367
ca9f4b81
AO
12368fi
12369fi
1c710c3c 12370NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12371if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12373$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12374else
5213506e
RW
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12376$as_echo "no" >&6; }
ca9f4b81 12377fi
1c710c3c 12378
5213506e 12379
e8b05380
PB
12380 fi
12381 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12382 done
12383fi
1c710c3c 12384
2693c0b0
PB
12385if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12386 set dummy nm
12387 if test $build = $target ; then
12388 NM_FOR_TARGET="$2"
ca9f4b81 12389 else
2693c0b0 12390 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12391 fi
1c00b503
PB
12392else
12393 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12394fi
12395
d1f8db0c
PB
12396else
12397 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12398fi
12399
12400
12401
12402
12403if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12404 if test -n "$with_build_time_tools"; then
5213506e
RW
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12406$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12407 if test -x $with_build_time_tools/objdump; then
12408 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12409 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12411$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12412 else
5213506e
RW
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12414$as_echo "no" >&6; }
d1f8db0c 12415 fi
e8b05380
PB
12416 elif test $build != $host && test $have_gcc_for_target = yes; then
12417 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12418 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12419 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12420 fi
12421fi
3e19841a 12422if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12423 # Extract the first word of "objdump", so it can be a program name with args.
12424set dummy objdump; ac_word=$2
5213506e
RW
12425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12426$as_echo_n "checking for $ac_word... " >&6; }
12427if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12428 $as_echo_n "(cached) " >&6
e8b05380 12429else
1c710c3c
DJ
12430 case $OBJDUMP_FOR_TARGET in
12431 [\\/]* | ?:[\\/]*)
e8b05380
PB
12432 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12433 ;;
e8b05380 12434 *)
1c710c3c
DJ
12435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12436for as_dir in $gcc_cv_tool_dirs
12437do
12438 IFS=$as_save_IFS
12439 test -z "$as_dir" && as_dir=.
5213506e
RW
12440 for ac_exec_ext in '' $ac_executable_extensions; do
12441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12442 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12444 break 2
12445 fi
12446done
5213506e
RW
12447 done
12448IFS=$as_save_IFS
1c710c3c 12449
e8b05380
PB
12450 ;;
12451esac
12452fi
1c710c3c 12453OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12454if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12456$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12457else
5213506e
RW
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12459$as_echo "no" >&6; }
e8b05380
PB
12460fi
12461
5213506e 12462
e8b05380
PB
12463fi
12464if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12465
12466
12467if test -n "$OBJDUMP_FOR_TARGET"; then
12468 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12469elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12470 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12471fi
12472
12473if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12474 for ncn_progname in objdump; do
12475 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12476set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12478$as_echo_n "checking for $ac_word... " >&6; }
12479if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12480 $as_echo_n "(cached) " >&6
278a7a38
AO
12481else
12482 if test -n "$OBJDUMP_FOR_TARGET"; then
12483 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12484else
12485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12486for as_dir in $PATH
12487do
12488 IFS=$as_save_IFS
12489 test -z "$as_dir" && as_dir=.
5213506e
RW
12490 for ac_exec_ext in '' $ac_executable_extensions; do
12491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12492 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12494 break 2
12495 fi
12496done
5213506e
RW
12497 done
12498IFS=$as_save_IFS
278a7a38
AO
12499
12500fi
12501fi
12502OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12503if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12505$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12506else
5213506e
RW
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12508$as_echo "no" >&6; }
278a7a38
AO
12509fi
12510
5213506e 12511
278a7a38
AO
12512 done
12513fi
12514
12515if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12516 for ncn_progname in objdump; do
5213506e
RW
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12518$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12519 if test -x $with_build_time_tools/${ncn_progname}; then
12520 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12522$as_echo "yes" >&6; }
e8b05380
PB
12523 break
12524 else
5213506e
RW
12525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12526$as_echo "no" >&6; }
e8b05380
PB
12527 fi
12528 done
12529fi
12530
12531if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12532 for ncn_progname in objdump; do
12533 if test -n "$ncn_target_tool_prefix"; then
12534 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12535set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12537$as_echo_n "checking for $ac_word... " >&6; }
12538if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12539 $as_echo_n "(cached) " >&6
d739199a
DJ
12540else
12541 if test -n "$OBJDUMP_FOR_TARGET"; then
12542 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12543else
1c710c3c
DJ
12544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12545for as_dir in $PATH
12546do
12547 IFS=$as_save_IFS
12548 test -z "$as_dir" && as_dir=.
5213506e
RW
12549 for ac_exec_ext in '' $ac_executable_extensions; do
12550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12551 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12553 break 2
12554 fi
12555done
5213506e
RW
12556 done
12557IFS=$as_save_IFS
1c710c3c 12558
d739199a
DJ
12559fi
12560fi
1c710c3c 12561OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12562if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12564$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12565else
5213506e
RW
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12567$as_echo "no" >&6; }
d739199a
DJ
12568fi
12569
5213506e 12570
e8b05380
PB
12571 fi
12572 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12573 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12574set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12576$as_echo_n "checking for $ac_word... " >&6; }
12577if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
d739199a
DJ
12579else
12580 if test -n "$OBJDUMP_FOR_TARGET"; then
12581 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12582else
1c710c3c
DJ
12583as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12584for as_dir in $PATH
12585do
12586 IFS=$as_save_IFS
12587 test -z "$as_dir" && as_dir=.
5213506e
RW
12588 for ac_exec_ext in '' $ac_executable_extensions; do
12589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12590 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12592 break 2
12593 fi
12594done
5213506e
RW
12595 done
12596IFS=$as_save_IFS
1c710c3c 12597
d739199a
DJ
12598fi
12599fi
1c710c3c 12600OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12601if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12603$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12604else
5213506e
RW
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12606$as_echo "no" >&6; }
d739199a 12607fi
1c710c3c 12608
5213506e 12609
e8b05380
PB
12610 fi
12611 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12612 done
12613fi
1c710c3c 12614
d739199a
DJ
12615if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12616 set dummy objdump
12617 if test $build = $target ; then
12618 OBJDUMP_FOR_TARGET="$2"
12619 else
12620 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12621 fi
1c00b503
PB
12622else
12623 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12624fi
12625
d1f8db0c
PB
12626else
12627 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12628fi
12629
12630
12631
12632
12633if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12634 if test -n "$with_build_time_tools"; then
5213506e
RW
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12636$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12637 if test -x $with_build_time_tools/ranlib; then
12638 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12639 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12641$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12642 else
5213506e
RW
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12644$as_echo "no" >&6; }
d1f8db0c 12645 fi
e8b05380
PB
12646 elif test $build != $host && test $have_gcc_for_target = yes; then
12647 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12648 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12649 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12650 fi
12651fi
3e19841a 12652if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12653 # Extract the first word of "ranlib", so it can be a program name with args.
12654set dummy ranlib; ac_word=$2
5213506e
RW
12655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12656$as_echo_n "checking for $ac_word... " >&6; }
12657if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12658 $as_echo_n "(cached) " >&6
e8b05380 12659else
1c710c3c
DJ
12660 case $RANLIB_FOR_TARGET in
12661 [\\/]* | ?:[\\/]*)
e8b05380
PB
12662 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12663 ;;
e8b05380 12664 *)
1c710c3c
DJ
12665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12666for as_dir in $gcc_cv_tool_dirs
12667do
12668 IFS=$as_save_IFS
12669 test -z "$as_dir" && as_dir=.
5213506e
RW
12670 for ac_exec_ext in '' $ac_executable_extensions; do
12671 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12672 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12673 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12674 break 2
12675 fi
12676done
5213506e
RW
12677 done
12678IFS=$as_save_IFS
1c710c3c 12679
e8b05380
PB
12680 ;;
12681esac
12682fi
1c710c3c 12683RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12684if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12686$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12687else
5213506e
RW
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12689$as_echo "no" >&6; }
e8b05380
PB
12690fi
12691
5213506e 12692
e8b05380
PB
12693fi
12694if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12695
12696
12697if test -n "$RANLIB_FOR_TARGET"; then
12698 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12699elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12700 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12701fi
12702
12703if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12704 for ncn_progname in ranlib; do
12705 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12706set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12708$as_echo_n "checking for $ac_word... " >&6; }
12709if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12710 $as_echo_n "(cached) " >&6
278a7a38
AO
12711else
12712 if test -n "$RANLIB_FOR_TARGET"; then
12713 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12714else
12715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12716for as_dir in $PATH
12717do
12718 IFS=$as_save_IFS
12719 test -z "$as_dir" && as_dir=.
5213506e
RW
12720 for ac_exec_ext in '' $ac_executable_extensions; do
12721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12722 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12724 break 2
12725 fi
12726done
5213506e
RW
12727 done
12728IFS=$as_save_IFS
278a7a38
AO
12729
12730fi
12731fi
12732RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12733if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12735$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12736else
5213506e
RW
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12738$as_echo "no" >&6; }
278a7a38
AO
12739fi
12740
5213506e 12741
278a7a38
AO
12742 done
12743fi
12744
12745if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12746 for ncn_progname in ranlib; do
5213506e
RW
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12748$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12749 if test -x $with_build_time_tools/${ncn_progname}; then
12750 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12752$as_echo "yes" >&6; }
e8b05380
PB
12753 break
12754 else
5213506e
RW
12755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12756$as_echo "no" >&6; }
e8b05380
PB
12757 fi
12758 done
12759fi
12760
12761if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12762 for ncn_progname in ranlib; do
12763 if test -n "$ncn_target_tool_prefix"; then
12764 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12765set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12767$as_echo_n "checking for $ac_word... " >&6; }
12768if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12769 $as_echo_n "(cached) " >&6
ca9f4b81 12770else
4de997d1
PB
12771 if test -n "$RANLIB_FOR_TARGET"; then
12772 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12773else
1c710c3c
DJ
12774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12775for as_dir in $PATH
12776do
12777 IFS=$as_save_IFS
12778 test -z "$as_dir" && as_dir=.
5213506e
RW
12779 for ac_exec_ext in '' $ac_executable_extensions; do
12780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12781 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12783 break 2
12784 fi
12785done
5213506e
RW
12786 done
12787IFS=$as_save_IFS
1c710c3c 12788
ca9f4b81
AO
12789fi
12790fi
1c710c3c 12791RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12792if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12794$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12795else
5213506e
RW
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12797$as_echo "no" >&6; }
ca9f4b81
AO
12798fi
12799
5213506e 12800
e8b05380
PB
12801 fi
12802 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12803 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12804set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12806$as_echo_n "checking for $ac_word... " >&6; }
12807if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12808 $as_echo_n "(cached) " >&6
ca9f4b81 12809else
2693c0b0
PB
12810 if test -n "$RANLIB_FOR_TARGET"; then
12811 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12812else
1c710c3c
DJ
12813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12814for as_dir in $PATH
12815do
12816 IFS=$as_save_IFS
12817 test -z "$as_dir" && as_dir=.
5213506e
RW
12818 for ac_exec_ext in '' $ac_executable_extensions; do
12819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12820 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12822 break 2
12823 fi
12824done
5213506e
RW
12825 done
12826IFS=$as_save_IFS
1c710c3c 12827
ca9f4b81
AO
12828fi
12829fi
1c710c3c 12830RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12831if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12833$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12834else
5213506e
RW
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12836$as_echo "no" >&6; }
ca9f4b81 12837fi
1c710c3c 12838
5213506e 12839
e8b05380
PB
12840 fi
12841 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12842 done
12843fi
1c710c3c 12844
e8b05380
PB
12845if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12846 set dummy ranlib
12847 if test $build = $target ; then
12848 RANLIB_FOR_TARGET="$2"
12849 else
12850 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12851 fi
1c00b503
PB
12852else
12853 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12854fi
2693c0b0 12855
d1f8db0c
PB
12856else
12857 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12858fi
12859
e8b05380
PB
12860
12861
12862
e7a82751
RM
12863if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12864 if test -n "$with_build_time_tools"; then
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12866$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12867 if test -x $with_build_time_tools/readelf; then
12868 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12869 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12871$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12872 else
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12874$as_echo "no" >&6; }
12875 fi
12876 elif test $build != $host && test $have_gcc_for_target = yes; then
12877 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12878 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12879 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12880 fi
12881fi
12882if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12883 # Extract the first word of "readelf", so it can be a program name with args.
12884set dummy readelf; ac_word=$2
12885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12886$as_echo_n "checking for $ac_word... " >&6; }
12887if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12888 $as_echo_n "(cached) " >&6
12889else
12890 case $READELF_FOR_TARGET in
12891 [\\/]* | ?:[\\/]*)
12892 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12893 ;;
12894 *)
12895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12896for as_dir in $gcc_cv_tool_dirs
12897do
12898 IFS=$as_save_IFS
12899 test -z "$as_dir" && as_dir=.
12900 for ac_exec_ext in '' $ac_executable_extensions; do
12901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12902 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12904 break 2
12905 fi
12906done
12907 done
12908IFS=$as_save_IFS
12909
12910 ;;
12911esac
12912fi
12913READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12914if test -n "$READELF_FOR_TARGET"; then
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12916$as_echo "$READELF_FOR_TARGET" >&6; }
12917else
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12919$as_echo "no" >&6; }
12920fi
12921
12922
12923fi
12924if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12925
12926
12927if test -n "$READELF_FOR_TARGET"; then
12928 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12929elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12930 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12931fi
12932
12933if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12934 for ncn_progname in readelf; do
12935 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12936set dummy ${ncn_progname}; ac_word=$2
12937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12938$as_echo_n "checking for $ac_word... " >&6; }
12939if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12940 $as_echo_n "(cached) " >&6
12941else
12942 if test -n "$READELF_FOR_TARGET"; then
12943 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12944else
12945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12946for as_dir in $PATH
12947do
12948 IFS=$as_save_IFS
12949 test -z "$as_dir" && as_dir=.
12950 for ac_exec_ext in '' $ac_executable_extensions; do
12951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12952 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12954 break 2
12955 fi
12956done
12957 done
12958IFS=$as_save_IFS
12959
12960fi
12961fi
12962READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12963if test -n "$READELF_FOR_TARGET"; then
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12965$as_echo "$READELF_FOR_TARGET" >&6; }
12966else
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12968$as_echo "no" >&6; }
12969fi
12970
12971
12972 done
12973fi
12974
12975if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12976 for ncn_progname in readelf; do
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12978$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12979 if test -x $with_build_time_tools/${ncn_progname}; then
12980 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12982$as_echo "yes" >&6; }
12983 break
12984 else
12985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12986$as_echo "no" >&6; }
12987 fi
12988 done
12989fi
12990
12991if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12992 for ncn_progname in readelf; do
12993 if test -n "$ncn_target_tool_prefix"; then
12994 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12995set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12997$as_echo_n "checking for $ac_word... " >&6; }
12998if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12999 $as_echo_n "(cached) " >&6
13000else
13001 if test -n "$READELF_FOR_TARGET"; then
13002 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13003else
13004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13005for as_dir in $PATH
13006do
13007 IFS=$as_save_IFS
13008 test -z "$as_dir" && as_dir=.
13009 for ac_exec_ext in '' $ac_executable_extensions; do
13010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13011 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13013 break 2
13014 fi
13015done
13016 done
13017IFS=$as_save_IFS
13018
13019fi
13020fi
13021READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13022if test -n "$READELF_FOR_TARGET"; then
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13024$as_echo "$READELF_FOR_TARGET" >&6; }
13025else
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13027$as_echo "no" >&6; }
13028fi
13029
13030
13031 fi
13032 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
13033 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13034set dummy ${ncn_progname}; ac_word=$2
13035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13036$as_echo_n "checking for $ac_word... " >&6; }
13037if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
13038 $as_echo_n "(cached) " >&6
13039else
13040 if test -n "$READELF_FOR_TARGET"; then
13041 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13042else
13043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13044for as_dir in $PATH
13045do
13046 IFS=$as_save_IFS
13047 test -z "$as_dir" && as_dir=.
13048 for ac_exec_ext in '' $ac_executable_extensions; do
13049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13050 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13052 break 2
13053 fi
13054done
13055 done
13056IFS=$as_save_IFS
13057
13058fi
13059fi
13060READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13061if test -n "$READELF_FOR_TARGET"; then
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13063$as_echo "$READELF_FOR_TARGET" >&6; }
13064else
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13066$as_echo "no" >&6; }
13067fi
13068
13069
13070 fi
13071 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13072 done
13073fi
13074
13075if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13076 set dummy readelf
13077 if test $build = $target ; then
13078 READELF_FOR_TARGET="$2"
13079 else
13080 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13081 fi
13082else
13083 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13084fi
13085
13086else
13087 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13088fi
13089
13090
13091
13092
e8b05380
PB
13093if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13094 if test -n "$with_build_time_tools"; then
5213506e
RW
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13096$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13097 if test -x $with_build_time_tools/strip; then
13098 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13099 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13101$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 13102 else
5213506e
RW
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13104$as_echo "no" >&6; }
d1f8db0c 13105 fi
e8b05380
PB
13106 elif test $build != $host && test $have_gcc_for_target = yes; then
13107 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
13108 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13109 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
13110 fi
13111fi
3e19841a 13112if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13113 # Extract the first word of "strip", so it can be a program name with args.
13114set dummy strip; ac_word=$2
5213506e
RW
13115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13116$as_echo_n "checking for $ac_word... " >&6; }
13117if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13118 $as_echo_n "(cached) " >&6
e8b05380 13119else
1c710c3c
DJ
13120 case $STRIP_FOR_TARGET in
13121 [\\/]* | ?:[\\/]*)
e8b05380
PB
13122 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13123 ;;
e8b05380 13124 *)
1c710c3c
DJ
13125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13126for as_dir in $gcc_cv_tool_dirs
13127do
13128 IFS=$as_save_IFS
13129 test -z "$as_dir" && as_dir=.
5213506e
RW
13130 for ac_exec_ext in '' $ac_executable_extensions; do
13131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13132 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13134 break 2
13135 fi
13136done
5213506e
RW
13137 done
13138IFS=$as_save_IFS
1c710c3c 13139
e8b05380
PB
13140 ;;
13141esac
13142fi
1c710c3c 13143STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 13144if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13146$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 13147else
5213506e
RW
13148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13149$as_echo "no" >&6; }
e8b05380
PB
13150fi
13151
5213506e 13152
e8b05380
PB
13153fi
13154if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
13155
13156
13157if test -n "$STRIP_FOR_TARGET"; then
13158 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13159elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13160 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13161fi
13162
13163if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13164 for ncn_progname in strip; do
13165 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13166set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13168$as_echo_n "checking for $ac_word... " >&6; }
13169if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13170 $as_echo_n "(cached) " >&6
278a7a38
AO
13171else
13172 if test -n "$STRIP_FOR_TARGET"; then
13173 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13174else
13175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13176for as_dir in $PATH
13177do
13178 IFS=$as_save_IFS
13179 test -z "$as_dir" && as_dir=.
5213506e
RW
13180 for ac_exec_ext in '' $ac_executable_extensions; do
13181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13182 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13184 break 2
13185 fi
13186done
5213506e
RW
13187 done
13188IFS=$as_save_IFS
278a7a38
AO
13189
13190fi
13191fi
13192STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13193if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13195$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 13196else
5213506e
RW
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13198$as_echo "no" >&6; }
278a7a38
AO
13199fi
13200
5213506e 13201
278a7a38
AO
13202 done
13203fi
13204
13205if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13206 for ncn_progname in strip; do
5213506e
RW
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13208$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13209 if test -x $with_build_time_tools/${ncn_progname}; then
13210 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13212$as_echo "yes" >&6; }
e8b05380
PB
13213 break
13214 else
5213506e
RW
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13216$as_echo "no" >&6; }
e8b05380
PB
13217 fi
13218 done
13219fi
13220
13221if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13222 for ncn_progname in strip; do
13223 if test -n "$ncn_target_tool_prefix"; then
13224 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 13225set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13227$as_echo_n "checking for $ac_word... " >&6; }
13228if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13229 $as_echo_n "(cached) " >&6
af71363e
AS
13230else
13231 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
13232 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13233else
13234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13235for as_dir in $PATH
13236do
13237 IFS=$as_save_IFS
13238 test -z "$as_dir" && as_dir=.
5213506e
RW
13239 for ac_exec_ext in '' $ac_executable_extensions; do
13240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13241 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13243 break 2
13244 fi
13245done
5213506e
RW
13246 done
13247IFS=$as_save_IFS
1c710c3c 13248
040b1c5a
GK
13249fi
13250fi
1c710c3c 13251STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13252if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13254$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13255else
5213506e
RW
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13257$as_echo "no" >&6; }
040b1c5a
GK
13258fi
13259
5213506e 13260
e8b05380
PB
13261 fi
13262 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13263 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 13264set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13266$as_echo_n "checking for $ac_word... " >&6; }
13267if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13268 $as_echo_n "(cached) " >&6
040b1c5a
GK
13269else
13270 if test -n "$STRIP_FOR_TARGET"; then
13271 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13272else
1c710c3c
DJ
13273as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13274for as_dir in $PATH
13275do
13276 IFS=$as_save_IFS
13277 test -z "$as_dir" && as_dir=.
5213506e
RW
13278 for ac_exec_ext in '' $ac_executable_extensions; do
13279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13280 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13282 break 2
13283 fi
13284done
5213506e
RW
13285 done
13286IFS=$as_save_IFS
1c710c3c 13287
040b1c5a
GK
13288fi
13289fi
1c710c3c 13290STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13291if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13293$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13294else
5213506e
RW
13295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13296$as_echo "no" >&6; }
040b1c5a 13297fi
1c710c3c 13298
5213506e 13299
e8b05380
PB
13300 fi
13301 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13302 done
13303fi
1c710c3c 13304
040b1c5a
GK
13305if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13306 set dummy strip
13307 if test $build = $target ; then
13308 STRIP_FOR_TARGET="$2"
13309 else
13310 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13311 fi
1c00b503
PB
13312else
13313 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
13314fi
13315
d1f8db0c
PB
13316else
13317 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
13318fi
13319
13320
13321
13322
13323if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13324 if test -n "$with_build_time_tools"; then
5213506e
RW
13325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13326$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13327 if test -x $with_build_time_tools/windres; then
13328 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13329 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13331$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 13332 else
5213506e
RW
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13334$as_echo "no" >&6; }
d1f8db0c 13335 fi
e8b05380
PB
13336 elif test $build != $host && test $have_gcc_for_target = yes; then
13337 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
13338 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13339 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
13340 fi
13341fi
3e19841a 13342if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13343 # Extract the first word of "windres", so it can be a program name with args.
13344set dummy windres; ac_word=$2
5213506e
RW
13345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13346$as_echo_n "checking for $ac_word... " >&6; }
13347if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13348 $as_echo_n "(cached) " >&6
e8b05380 13349else
1c710c3c
DJ
13350 case $WINDRES_FOR_TARGET in
13351 [\\/]* | ?:[\\/]*)
e8b05380
PB
13352 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13353 ;;
e8b05380 13354 *)
1c710c3c
DJ
13355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13356for as_dir in $gcc_cv_tool_dirs
13357do
13358 IFS=$as_save_IFS
13359 test -z "$as_dir" && as_dir=.
5213506e
RW
13360 for ac_exec_ext in '' $ac_executable_extensions; do
13361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13362 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13364 break 2
13365 fi
13366done
5213506e
RW
13367 done
13368IFS=$as_save_IFS
1c710c3c 13369
e8b05380
PB
13370 ;;
13371esac
13372fi
1c710c3c 13373WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 13374if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13376$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 13377else
5213506e
RW
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13379$as_echo "no" >&6; }
e8b05380
PB
13380fi
13381
5213506e 13382
e8b05380
PB
13383fi
13384if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
13385
13386
13387if test -n "$WINDRES_FOR_TARGET"; then
13388 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13389elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13390 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13391fi
13392
13393if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13394 for ncn_progname in windres; do
13395 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13396set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13398$as_echo_n "checking for $ac_word... " >&6; }
13399if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13400 $as_echo_n "(cached) " >&6
278a7a38
AO
13401else
13402 if test -n "$WINDRES_FOR_TARGET"; then
13403 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13404else
13405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13406for as_dir in $PATH
13407do
13408 IFS=$as_save_IFS
13409 test -z "$as_dir" && as_dir=.
5213506e
RW
13410 for ac_exec_ext in '' $ac_executable_extensions; do
13411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13412 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13414 break 2
13415 fi
13416done
5213506e
RW
13417 done
13418IFS=$as_save_IFS
278a7a38
AO
13419
13420fi
13421fi
13422WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13423if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13425$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 13426else
5213506e
RW
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13428$as_echo "no" >&6; }
278a7a38
AO
13429fi
13430
5213506e 13431
278a7a38
AO
13432 done
13433fi
13434
13435if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13436 for ncn_progname in windres; do
5213506e
RW
13437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13438$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13439 if test -x $with_build_time_tools/${ncn_progname}; then
13440 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13442$as_echo "yes" >&6; }
e8b05380
PB
13443 break
13444 else
5213506e
RW
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13446$as_echo "no" >&6; }
e8b05380
PB
13447 fi
13448 done
13449fi
13450
13451if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13452 for ncn_progname in windres; do
13453 if test -n "$ncn_target_tool_prefix"; then
13454 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13455set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13457$as_echo_n "checking for $ac_word... " >&6; }
13458if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13459 $as_echo_n "(cached) " >&6
ca9f4b81 13460else
4de997d1
PB
13461 if test -n "$WINDRES_FOR_TARGET"; then
13462 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13463else
1c710c3c
DJ
13464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13465for as_dir in $PATH
13466do
13467 IFS=$as_save_IFS
13468 test -z "$as_dir" && as_dir=.
5213506e
RW
13469 for ac_exec_ext in '' $ac_executable_extensions; do
13470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13471 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13473 break 2
13474 fi
13475done
5213506e
RW
13476 done
13477IFS=$as_save_IFS
1c710c3c 13478
ca9f4b81
AO
13479fi
13480fi
1c710c3c 13481WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13482if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13484$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13485else
5213506e
RW
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13487$as_echo "no" >&6; }
ca9f4b81
AO
13488fi
13489
5213506e 13490
e8b05380
PB
13491 fi
13492 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13493 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13494set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13496$as_echo_n "checking for $ac_word... " >&6; }
13497if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13498 $as_echo_n "(cached) " >&6
ca9f4b81 13499else
2693c0b0
PB
13500 if test -n "$WINDRES_FOR_TARGET"; then
13501 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13502else
1c710c3c
DJ
13503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13504for as_dir in $PATH
13505do
13506 IFS=$as_save_IFS
13507 test -z "$as_dir" && as_dir=.
5213506e
RW
13508 for ac_exec_ext in '' $ac_executable_extensions; do
13509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13510 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13512 break 2
13513 fi
13514done
5213506e
RW
13515 done
13516IFS=$as_save_IFS
1c710c3c 13517
ca9f4b81
AO
13518fi
13519fi
1c710c3c 13520WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13521if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13523$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13524else
5213506e
RW
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13526$as_echo "no" >&6; }
ca9f4b81 13527fi
1c710c3c 13528
5213506e 13529
e8b05380
PB
13530 fi
13531 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13532 done
13533fi
1c710c3c 13534
2693c0b0
PB
13535if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13536 set dummy windres
13537 if test $build = $target ; then
13538 WINDRES_FOR_TARGET="$2"
ca9f4b81 13539 else
2693c0b0 13540 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13541 fi
1c00b503
PB
13542else
13543 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13544fi
13545
d1f8db0c
PB
13546else
13547 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13548fi
13549
4977bab6 13550
901119ae
KT
13551
13552
13553if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13554 if test -n "$with_build_time_tools"; then
5213506e
RW
13555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13556$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13557 if test -x $with_build_time_tools/windmc; then
13558 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13559 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13561$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13562 else
5213506e
RW
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13564$as_echo "no" >&6; }
901119ae
KT
13565 fi
13566 elif test $build != $host && test $have_gcc_for_target = yes; then
13567 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13568 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13569 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13570 fi
13571fi
13572if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13573 # Extract the first word of "windmc", so it can be a program name with args.
13574set dummy windmc; ac_word=$2
5213506e
RW
13575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13576$as_echo_n "checking for $ac_word... " >&6; }
13577if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13578 $as_echo_n "(cached) " >&6
901119ae
KT
13579else
13580 case $WINDMC_FOR_TARGET in
13581 [\\/]* | ?:[\\/]*)
13582 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13583 ;;
13584 *)
13585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13586for as_dir in $gcc_cv_tool_dirs
13587do
13588 IFS=$as_save_IFS
13589 test -z "$as_dir" && as_dir=.
5213506e
RW
13590 for ac_exec_ext in '' $ac_executable_extensions; do
13591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13592 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13594 break 2
13595 fi
13596done
5213506e
RW
13597 done
13598IFS=$as_save_IFS
901119ae
KT
13599
13600 ;;
13601esac
13602fi
13603WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13604if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13606$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13607else
5213506e
RW
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13609$as_echo "no" >&6; }
901119ae
KT
13610fi
13611
5213506e 13612
901119ae
KT
13613fi
13614if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13615
13616
13617if test -n "$WINDMC_FOR_TARGET"; then
13618 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13619elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13620 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13621fi
13622
13623if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13624 for ncn_progname in windmc; do
13625 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13626set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13628$as_echo_n "checking for $ac_word... " >&6; }
13629if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13630 $as_echo_n "(cached) " >&6
901119ae
KT
13631else
13632 if test -n "$WINDMC_FOR_TARGET"; then
13633 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13634else
13635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13636for as_dir in $PATH
13637do
13638 IFS=$as_save_IFS
13639 test -z "$as_dir" && as_dir=.
5213506e
RW
13640 for ac_exec_ext in '' $ac_executable_extensions; do
13641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13642 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13644 break 2
13645 fi
13646done
5213506e
RW
13647 done
13648IFS=$as_save_IFS
901119ae
KT
13649
13650fi
13651fi
13652WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13653if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13655$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13656else
5213506e
RW
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13658$as_echo "no" >&6; }
901119ae
KT
13659fi
13660
5213506e 13661
901119ae
KT
13662 done
13663fi
13664
13665if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13666 for ncn_progname in windmc; do
5213506e
RW
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13668$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13669 if test -x $with_build_time_tools/${ncn_progname}; then
13670 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13672$as_echo "yes" >&6; }
901119ae
KT
13673 break
13674 else
5213506e
RW
13675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13676$as_echo "no" >&6; }
901119ae
KT
13677 fi
13678 done
13679fi
13680
13681if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13682 for ncn_progname in windmc; do
13683 if test -n "$ncn_target_tool_prefix"; then
13684 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13685set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13687$as_echo_n "checking for $ac_word... " >&6; }
13688if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13689 $as_echo_n "(cached) " >&6
901119ae
KT
13690else
13691 if test -n "$WINDMC_FOR_TARGET"; then
13692 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13693else
13694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13695for as_dir in $PATH
13696do
13697 IFS=$as_save_IFS
13698 test -z "$as_dir" && as_dir=.
5213506e
RW
13699 for ac_exec_ext in '' $ac_executable_extensions; do
13700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13701 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13703 break 2
13704 fi
13705done
5213506e
RW
13706 done
13707IFS=$as_save_IFS
901119ae
KT
13708
13709fi
13710fi
13711WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13712if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13714$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13715else
5213506e
RW
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13717$as_echo "no" >&6; }
901119ae
KT
13718fi
13719
5213506e 13720
901119ae
KT
13721 fi
13722 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13723 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13724set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13726$as_echo_n "checking for $ac_word... " >&6; }
13727if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13728 $as_echo_n "(cached) " >&6
901119ae
KT
13729else
13730 if test -n "$WINDMC_FOR_TARGET"; then
13731 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13732else
13733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13734for as_dir in $PATH
13735do
13736 IFS=$as_save_IFS
13737 test -z "$as_dir" && as_dir=.
5213506e
RW
13738 for ac_exec_ext in '' $ac_executable_extensions; do
13739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13740 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13742 break 2
13743 fi
13744done
5213506e
RW
13745 done
13746IFS=$as_save_IFS
901119ae
KT
13747
13748fi
13749fi
13750WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13751if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13753$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13754else
5213506e
RW
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13756$as_echo "no" >&6; }
901119ae
KT
13757fi
13758
5213506e 13759
901119ae
KT
13760 fi
13761 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13762 done
13763fi
13764
13765if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13766 set dummy windmc
13767 if test $build = $target ; then
13768 WINDMC_FOR_TARGET="$2"
13769 else
13770 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13771 fi
1c00b503
PB
13772else
13773 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13774fi
13775
13776else
13777 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13778fi
13779
13780
2abefe3d
PB
13781RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13782
5213506e
RW
13783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13784$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13785if test "x${build}" != "x${host}" ; then
e8b05380
PB
13786 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13787 # We already found the complete path
172e41aa 13788 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13790$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13791 else
13792 # Canadian cross, just use what we found
5213506e
RW
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13794$as_echo "pre-installed" >&6; }
e8b05380 13795 fi
2abefe3d
PB
13796else
13797 ok=yes
13798 case " ${configdirs} " in
13799 *" binutils "*) ;;
13800 *) ok=no ;;
13801 esac
1c710c3c 13802
2abefe3d
PB
13803 if test $ok = yes; then
13804 # An in-tree tool is available and we can use it
13805 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13807$as_echo "just compiled" >&6; }
e8b05380
PB
13808 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13809 # We already found the complete path
172e41aa 13810 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13812$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13813 elif test "x$target" = "x$host"; then
13814 # We can use an host tool
13815 AR_FOR_TARGET='$(AR)'
5213506e
RW
13816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13817$as_echo "host tool" >&6; }
2abefe3d
PB
13818 else
13819 # We need a cross tool
5213506e
RW
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13821$as_echo "pre-installed" >&6; }
2abefe3d
PB
13822 fi
13823fi
0b0dc272 13824
5213506e
RW
13825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13826$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13827if test "x${build}" != "x${host}" ; then
e8b05380
PB
13828 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13829 # We already found the complete path
172e41aa 13830 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13832$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13833 else
13834 # Canadian cross, just use what we found
5213506e
RW
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13836$as_echo "pre-installed" >&6; }
e8b05380 13837 fi
2abefe3d
PB
13838else
13839 ok=yes
13840 case " ${configdirs} " in
13841 *" gas "*) ;;
13842 *) ok=no ;;
13843 esac
1c710c3c 13844
2abefe3d
PB
13845 if test $ok = yes; then
13846 # An in-tree tool is available and we can use it
13847 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13849$as_echo "just compiled" >&6; }
e8b05380
PB
13850 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13851 # We already found the complete path
172e41aa 13852 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13854$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13855 elif test "x$target" = "x$host"; then
13856 # We can use an host tool
13857 AS_FOR_TARGET='$(AS)'
5213506e
RW
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13859$as_echo "host tool" >&6; }
2abefe3d
PB
13860 else
13861 # We need a cross tool
5213506e
RW
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13863$as_echo "pre-installed" >&6; }
2abefe3d
PB
13864 fi
13865fi
0b0dc272 13866
5213506e
RW
13867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13868$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13869if test "x${build}" != "x${host}" ; then
e8b05380
PB
13870 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13871 # We already found the complete path
172e41aa 13872 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13874$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13875 else
13876 # Canadian cross, just use what we found
5213506e
RW
13877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13878$as_echo "pre-installed" >&6; }
e8b05380 13879 fi
2abefe3d
PB
13880else
13881 ok=yes
13882 case " ${configdirs} " in
13883 *" gcc "*) ;;
13884 *) ok=no ;;
13885 esac
1c710c3c 13886
2abefe3d
PB
13887 if test $ok = yes; then
13888 # An in-tree tool is available and we can use it
13889 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13891$as_echo "just compiled" >&6; }
e8b05380
PB
13892 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13893 # We already found the complete path
172e41aa 13894 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13896$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13897 elif test "x$target" = "x$host"; then
13898 # We can use an host tool
13899 CC_FOR_TARGET='$(CC)'
5213506e
RW
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13901$as_echo "host tool" >&6; }
2abefe3d
PB
13902 else
13903 # We need a cross tool
5213506e
RW
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13905$as_echo "pre-installed" >&6; }
2abefe3d
PB
13906 fi
13907fi
0b0dc272 13908
5213506e
RW
13909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13910$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 13911if test "x${build}" != "x${host}" ; then
e8b05380
PB
13912 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13913 # We already found the complete path
172e41aa 13914 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13916$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13917 else
13918 # Canadian cross, just use what we found
5213506e
RW
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13920$as_echo "pre-installed" >&6; }
e8b05380 13921 fi
2abefe3d
PB
13922else
13923 ok=yes
13924 case " ${configdirs} " in
13925 *" gcc "*) ;;
13926 *) ok=no ;;
13927 esac
13928 case ,${enable_languages}, in
13929 *,c++,*) ;;
13930 *) ok=no ;;
13931 esac
13932 if test $ok = yes; then
13933 # An in-tree tool is available and we can use it
2077db1b 13934 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
5213506e
RW
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13936$as_echo "just compiled" >&6; }
e8b05380
PB
13937 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13938 # We already found the complete path
172e41aa 13939 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13941$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13942 elif test "x$target" = "x$host"; then
13943 # We can use an host tool
13944 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13946$as_echo "host tool" >&6; }
2abefe3d
PB
13947 else
13948 # We need a cross tool
5213506e
RW
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13950$as_echo "pre-installed" >&6; }
2abefe3d
PB
13951 fi
13952fi
0b0dc272 13953
5213506e
RW
13954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13955$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 13956if test "x${build}" != "x${host}" ; then
e8b05380
PB
13957 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13958 # We already found the complete path
172e41aa 13959 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13961$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13962 else
13963 # Canadian cross, just use what we found
5213506e
RW
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13965$as_echo "pre-installed" >&6; }
e8b05380 13966 fi
2abefe3d
PB
13967else
13968 ok=yes
13969 case " ${configdirs} " in
13970 *" gcc "*) ;;
13971 *) ok=no ;;
13972 esac
13973 case ,${enable_languages}, in
13974 *,c++,*) ;;
13975 *) ok=no ;;
13976 esac
13977 if test $ok = yes; then
13978 # An in-tree tool is available and we can use it
2077db1b 13979 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
5213506e
RW
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13981$as_echo "just compiled" >&6; }
e8b05380
PB
13982 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13983 # We already found the complete path
172e41aa 13984 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13986$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13987 elif test "x$target" = "x$host"; then
13988 # We can use an host tool
13989 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13991$as_echo "host tool" >&6; }
2abefe3d
PB
13992 else
13993 # We need a cross tool
5213506e
RW
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13995$as_echo "pre-installed" >&6; }
2abefe3d
PB
13996 fi
13997fi
0b0dc272 13998
5213506e
RW
13999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
14000$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 14001if test "x${build}" != "x${host}" ; then
e8b05380
PB
14002 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14003 # We already found the complete path
172e41aa 14004 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
14005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14006$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14007 else
14008 # Canadian cross, just use what we found
5213506e
RW
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14010$as_echo "pre-installed" >&6; }
e8b05380 14011 fi
2abefe3d
PB
14012else
14013 ok=yes
14014 case " ${configdirs} " in
14015 *" binutils "*) ;;
14016 *) ok=no ;;
14017 esac
1c710c3c 14018
2abefe3d
PB
14019 if test $ok = yes; then
14020 # An in-tree tool is available and we can use it
14021 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14023$as_echo "just compiled" >&6; }
e8b05380
PB
14024 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
14025 # We already found the complete path
172e41aa 14026 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14028$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14029 elif test "x$target" = "x$host"; then
14030 # We can use an host tool
14031 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14033$as_echo "host tool" >&6; }
2abefe3d
PB
14034 else
14035 # We need a cross tool
5213506e
RW
14036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14037$as_echo "pre-installed" >&6; }
2abefe3d
PB
14038 fi
14039fi
0b0dc272 14040
5213506e
RW
14041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14042$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 14043if test "x${build}" != "x${host}" ; then
e8b05380
PB
14044 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14045 # We already found the complete path
172e41aa 14046 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14048$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14049 else
14050 # Canadian cross, just use what we found
5213506e
RW
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14052$as_echo "pre-installed" >&6; }
e8b05380 14053 fi
2abefe3d
PB
14054else
14055 ok=yes
14056 case " ${configdirs} " in
14057 *" gcc "*) ;;
14058 *) ok=no ;;
14059 esac
1c710c3c 14060
2abefe3d
PB
14061 if test $ok = yes; then
14062 # An in-tree tool is available and we can use it
14063 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14065$as_echo "just compiled" >&6; }
e8b05380
PB
14066 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14067 # We already found the complete path
172e41aa 14068 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14070$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14071 elif test "x$target" = "x$host"; then
14072 # We can use an host tool
14073 GCC_FOR_TARGET='$()'
5213506e
RW
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14075$as_echo "host tool" >&6; }
2abefe3d
PB
14076 else
14077 # We need a cross tool
5213506e
RW
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14079$as_echo "pre-installed" >&6; }
2abefe3d
PB
14080 fi
14081fi
0b0dc272 14082
5213506e
RW
14083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14084$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 14085if test "x${build}" != "x${host}" ; then
e8b05380
PB
14086 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14087 # We already found the complete path
172e41aa 14088 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14090$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14091 else
14092 # Canadian cross, just use what we found
5213506e
RW
14093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14094$as_echo "pre-installed" >&6; }
e8b05380 14095 fi
2abefe3d
PB
14096else
14097 ok=yes
14098 case " ${configdirs} " in
14099 *" gcc "*) ;;
14100 *) ok=no ;;
14101 esac
14102 case ,${enable_languages}, in
14103 *,java,*) ;;
14104 *) ok=no ;;
14105 esac
14106 if test $ok = yes; then
14107 # An in-tree tool is available and we can use it
14108 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14110$as_echo "just compiled" >&6; }
e8b05380
PB
14111 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14112 # We already found the complete path
172e41aa 14113 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14115$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14116 elif test "x$target" = "x$host"; then
14117 # We can use an host tool
14118 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14120$as_echo "host tool" >&6; }
2abefe3d
PB
14121 else
14122 # We need a cross tool
5213506e
RW
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14124$as_echo "pre-installed" >&6; }
2abefe3d
PB
14125 fi
14126fi
0b0dc272 14127
5213506e
RW
14128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14129$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 14130if test "x${build}" != "x${host}" ; then
e8b05380
PB
14131 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14132 # We already found the complete path
172e41aa 14133 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14135$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14136 else
14137 # Canadian cross, just use what we found
5213506e
RW
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14139$as_echo "pre-installed" >&6; }
e8b05380 14140 fi
2abefe3d
PB
14141else
14142 ok=yes
14143 case " ${configdirs} " in
14144 *" gcc "*) ;;
14145 *) ok=no ;;
14146 esac
14147 case ,${enable_languages}, in
14148 *,fortran,*) ;;
14149 *) ok=no ;;
14150 esac
14151 if test $ok = yes; then
14152 # An in-tree tool is available and we can use it
14153 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14155$as_echo "just compiled" >&6; }
e8b05380
PB
14156 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14157 # We already found the complete path
172e41aa 14158 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14160$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14161 elif test "x$target" = "x$host"; then
14162 # We can use an host tool
14163 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
14164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14165$as_echo "host tool" >&6; }
2abefe3d
PB
14166 else
14167 # We need a cross tool
5213506e
RW
14168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14169$as_echo "pre-installed" >&6; }
2abefe3d
PB
14170 fi
14171fi
0b0dc272 14172
632e2a07
ILT
14173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14174$as_echo_n "checking where to find the target gccgo... " >&6; }
14175if test "x${build}" != "x${host}" ; then
14176 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14177 # We already found the complete path
14178 ac_dir=`dirname $GOC_FOR_TARGET`
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14180$as_echo "pre-installed in $ac_dir" >&6; }
14181 else
14182 # Canadian cross, just use what we found
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14184$as_echo "pre-installed" >&6; }
14185 fi
14186else
14187 ok=yes
14188 case " ${configdirs} " in
14189 *" gcc "*) ;;
14190 *) ok=no ;;
14191 esac
14192 case ,${enable_languages}, in
14193 *,go,*) ;;
14194 *) ok=no ;;
14195 esac
14196 if test $ok = yes; then
14197 # An in-tree tool is available and we can use it
14198 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14200$as_echo "just compiled" >&6; }
14201 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14202 # We already found the complete path
14203 ac_dir=`dirname $GOC_FOR_TARGET`
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14205$as_echo "pre-installed in $ac_dir" >&6; }
14206 elif test "x$target" = "x$host"; then
14207 # We can use an host tool
14208 GOC_FOR_TARGET='$(GOC)'
14209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14210$as_echo "host tool" >&6; }
14211 else
14212 # We need a cross tool
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14214$as_echo "pre-installed" >&6; }
14215 fi
14216fi
14217
5213506e
RW
14218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14219$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 14220if test "x${build}" != "x${host}" ; then
e8b05380
PB
14221 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14222 # We already found the complete path
172e41aa 14223 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14225$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14226 else
14227 # Canadian cross, just use what we found
5213506e
RW
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14229$as_echo "pre-installed" >&6; }
e8b05380 14230 fi
2abefe3d
PB
14231else
14232 ok=yes
14233 case " ${configdirs} " in
14234 *" ld "*) ;;
14235 *) ok=no ;;
14236 esac
1c710c3c 14237
2abefe3d
PB
14238 if test $ok = yes; then
14239 # An in-tree tool is available and we can use it
14240 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14242$as_echo "just compiled" >&6; }
e8b05380
PB
14243 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14244 # We already found the complete path
172e41aa 14245 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14247$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14248 elif test "x$target" = "x$host"; then
14249 # We can use an host tool
14250 LD_FOR_TARGET='$(LD)'
5213506e
RW
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14252$as_echo "host tool" >&6; }
2abefe3d
PB
14253 else
14254 # We need a cross tool
5213506e
RW
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14256$as_echo "pre-installed" >&6; }
2abefe3d
PB
14257 fi
14258fi
0b0dc272 14259
5213506e
RW
14260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14261$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 14262if test "x${build}" != "x${host}" ; then
e8b05380
PB
14263 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14264 # We already found the complete path
172e41aa 14265 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14267$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14268 else
14269 # Canadian cross, just use what we found
5213506e
RW
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14271$as_echo "pre-installed" >&6; }
e8b05380 14272 fi
2abefe3d 14273else
e8b05380
PB
14274 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14275 # We already found the complete path
172e41aa 14276 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14278$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 14279 elif test "x$target" = "x$host"; then
2abefe3d
PB
14280 # We can use an host tool
14281 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14283$as_echo "host tool" >&6; }
2abefe3d
PB
14284 else
14285 # We need a cross tool
5213506e
RW
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14287$as_echo "pre-installed" >&6; }
2abefe3d
PB
14288 fi
14289fi
0b0dc272 14290
5213506e
RW
14291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14292$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 14293if test "x${build}" != "x${host}" ; then
e8b05380
PB
14294 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14295 # We already found the complete path
172e41aa 14296 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14298$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14299 else
14300 # Canadian cross, just use what we found
5213506e
RW
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14302$as_echo "pre-installed" >&6; }
e8b05380 14303 fi
2abefe3d
PB
14304else
14305 ok=yes
14306 case " ${configdirs} " in
14307 *" binutils "*) ;;
14308 *) ok=no ;;
14309 esac
1c710c3c 14310
2abefe3d
PB
14311 if test $ok = yes; then
14312 # An in-tree tool is available and we can use it
14313 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
14314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14315$as_echo "just compiled" >&6; }
e8b05380
PB
14316 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14317 # We already found the complete path
172e41aa 14318 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14320$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14321 elif test "x$target" = "x$host"; then
14322 # We can use an host tool
14323 NM_FOR_TARGET='$(NM)'
5213506e
RW
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14325$as_echo "host tool" >&6; }
2abefe3d
PB
14326 else
14327 # We need a cross tool
5213506e
RW
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14329$as_echo "pre-installed" >&6; }
2abefe3d
PB
14330 fi
14331fi
0b0dc272 14332
5213506e
RW
14333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14334$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 14335if test "x${build}" != "x${host}" ; then
e8b05380
PB
14336 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14337 # We already found the complete path
172e41aa 14338 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14340$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14341 else
14342 # Canadian cross, just use what we found
5213506e
RW
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14344$as_echo "pre-installed" >&6; }
e8b05380 14345 fi
2abefe3d
PB
14346else
14347 ok=yes
14348 case " ${configdirs} " in
14349 *" binutils "*) ;;
14350 *) ok=no ;;
14351 esac
1c710c3c 14352
2abefe3d
PB
14353 if test $ok = yes; then
14354 # An in-tree tool is available and we can use it
14355 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14357$as_echo "just compiled" >&6; }
e8b05380
PB
14358 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14359 # We already found the complete path
172e41aa 14360 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14362$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14363 elif test "x$target" = "x$host"; then
14364 # We can use an host tool
14365 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14367$as_echo "host tool" >&6; }
2abefe3d
PB
14368 else
14369 # We need a cross tool
5213506e
RW
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14371$as_echo "pre-installed" >&6; }
2abefe3d
PB
14372 fi
14373fi
0b0dc272 14374
5213506e
RW
14375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14376$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 14377if test "x${build}" != "x${host}" ; then
e8b05380
PB
14378 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14379 # We already found the complete path
172e41aa 14380 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14382$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14383 else
14384 # Canadian cross, just use what we found
5213506e
RW
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14386$as_echo "pre-installed" >&6; }
e8b05380 14387 fi
2abefe3d
PB
14388else
14389 ok=yes
14390 case " ${configdirs} " in
14391 *" binutils "*) ;;
14392 *) ok=no ;;
14393 esac
1c710c3c 14394
2abefe3d
PB
14395 if test $ok = yes; then
14396 # An in-tree tool is available and we can use it
14397 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
14398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14399$as_echo "just compiled" >&6; }
e8b05380
PB
14400 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14401 # We already found the complete path
172e41aa 14402 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14404$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14405 elif test "x$target" = "x$host"; then
14406 # We can use an host tool
14407 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
14408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14409$as_echo "host tool" >&6; }
2abefe3d
PB
14410 else
14411 # We need a cross tool
5213506e
RW
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14413$as_echo "pre-installed" >&6; }
2abefe3d
PB
14414 fi
14415fi
0b0dc272 14416
e7a82751
RM
14417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14418$as_echo_n "checking where to find the target readelf... " >&6; }
14419if test "x${build}" != "x${host}" ; then
14420 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14421 # We already found the complete path
14422 ac_dir=`dirname $READELF_FOR_TARGET`
14423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14424$as_echo "pre-installed in $ac_dir" >&6; }
14425 else
14426 # Canadian cross, just use what we found
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14428$as_echo "pre-installed" >&6; }
14429 fi
14430else
14431 ok=yes
14432 case " ${configdirs} " in
14433 *" binutils "*) ;;
14434 *) ok=no ;;
14435 esac
14436
14437 if test $ok = yes; then
14438 # An in-tree tool is available and we can use it
14439 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14441$as_echo "just compiled" >&6; }
14442 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14443 # We already found the complete path
14444 ac_dir=`dirname $READELF_FOR_TARGET`
14445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14446$as_echo "pre-installed in $ac_dir" >&6; }
14447 elif test "x$target" = "x$host"; then
14448 # We can use an host tool
14449 READELF_FOR_TARGET='$(READELF)'
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14451$as_echo "host tool" >&6; }
14452 else
14453 # We need a cross tool
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14455$as_echo "pre-installed" >&6; }
14456 fi
14457fi
14458
5213506e
RW
14459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14460$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14461if test "x${build}" != "x${host}" ; then
e8b05380
PB
14462 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14463 # We already found the complete path
172e41aa 14464 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14466$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14467 else
14468 # Canadian cross, just use what we found
5213506e
RW
14469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14470$as_echo "pre-installed" >&6; }
e8b05380 14471 fi
2abefe3d
PB
14472else
14473 ok=yes
14474 case " ${configdirs} " in
14475 *" binutils "*) ;;
14476 *) ok=no ;;
14477 esac
1c710c3c 14478
2abefe3d
PB
14479 if test $ok = yes; then
14480 # An in-tree tool is available and we can use it
455c8f48 14481 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14483$as_echo "just compiled" >&6; }
e8b05380
PB
14484 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14485 # We already found the complete path
172e41aa 14486 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14488$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14489 elif test "x$target" = "x$host"; then
14490 # We can use an host tool
14491 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14493$as_echo "host tool" >&6; }
2abefe3d
PB
14494 else
14495 # We need a cross tool
5213506e
RW
14496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14497$as_echo "pre-installed" >&6; }
2abefe3d
PB
14498 fi
14499fi
0b0dc272 14500
5213506e
RW
14501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14502$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14503if test "x${build}" != "x${host}" ; then
e8b05380
PB
14504 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14505 # We already found the complete path
172e41aa 14506 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14508$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14509 else
14510 # Canadian cross, just use what we found
5213506e
RW
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14512$as_echo "pre-installed" >&6; }
e8b05380 14513 fi
2abefe3d
PB
14514else
14515 ok=yes
14516 case " ${configdirs} " in
14517 *" binutils "*) ;;
14518 *) ok=no ;;
14519 esac
1c710c3c 14520
2abefe3d
PB
14521 if test $ok = yes; then
14522 # An in-tree tool is available and we can use it
14523 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14525$as_echo "just compiled" >&6; }
e8b05380
PB
14526 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14527 # We already found the complete path
172e41aa 14528 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14530$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14531 elif test "x$target" = "x$host"; then
14532 # We can use an host tool
14533 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14535$as_echo "host tool" >&6; }
2abefe3d
PB
14536 else
14537 # We need a cross tool
5213506e
RW
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14539$as_echo "pre-installed" >&6; }
2abefe3d 14540 fi
671aa708 14541fi
be912515 14542
5213506e
RW
14543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14544$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14545if test "x${build}" != "x${host}" ; then
14546 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14547 # We already found the complete path
14548 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14550$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14551 else
14552 # Canadian cross, just use what we found
5213506e
RW
14553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14554$as_echo "pre-installed" >&6; }
901119ae
KT
14555 fi
14556else
14557 ok=yes
14558 case " ${configdirs} " in
14559 *" binutils "*) ;;
14560 *) ok=no ;;
14561 esac
14562
14563 if test $ok = yes; then
14564 # An in-tree tool is available and we can use it
14565 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14567$as_echo "just compiled" >&6; }
901119ae
KT
14568 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14569 # We already found the complete path
14570 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14572$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14573 elif test "x$target" = "x$host"; then
14574 # We can use an host tool
14575 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14577$as_echo "host tool" >&6; }
901119ae
KT
14578 else
14579 # We need a cross tool
5213506e
RW
14580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14581$as_echo "pre-installed" >&6; }
901119ae
KT
14582 fi
14583fi
14584
be912515
NN
14585
14586
2abefe3d 14587
0b0dc272 14588
671aa708
NN
14589# Certain tools may need extra flags.
14590AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14591RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14592NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14593
2abefe3d
PB
14594# When building target libraries, except in a Canadian cross, we use
14595# the same toolchain as the compiler we just built.
14596COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14597COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14598COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14599if test $host = $build; then
14600 case " $configdirs " in
14601 *" gcc "*)
14602 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14603 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14604 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14605 ;;
14606 esac
14607fi
14608
14609
14610
14611
14612
5213506e
RW
14613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14614$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14615# Check whether --enable-maintainer-mode was given.
14616if test "${enable_maintainer_mode+set}" = set; then :
14617 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14618else
14619 USE_MAINTAINER_MODE=no
5213506e
RW
14620fi
14621
14622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14623$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14624
14625
14626if test "$USE_MAINTAINER_MODE" = yes; then
14627 MAINTAINER_MODE_TRUE=
14628 MAINTAINER_MODE_FALSE='#'
14629else
14630 MAINTAINER_MODE_TRUE='#'
14631 MAINTAINER_MODE_FALSE=
1c710c3c 14632fi
ee03dc5e
AO
14633MAINT=$MAINTAINER_MODE_TRUE
14634
2805b53a
NN
14635# ---------------------
14636# GCC bootstrap support
14637# ---------------------
14638
14639# Stage specific cflags for build.
14640stage1_cflags="-g"
14641case $build in
14642 vax-*-*)
14643 case ${GCC} in
14644 yes) stage1_cflags="-g -Wa,-J" ;;
14645 *) stage1_cflags="-g -J" ;;
14646 esac ;;
2805b53a
NN
14647esac
14648
0b50988a 14649
2805b53a 14650
8efea775 14651# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14652# Check whether --enable-stage1-checking was given.
14653if test "${enable_stage1_checking+set}" = set; then :
14654 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14655else
e643dc23 14656 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 14657 stage1_checking=--enable-checking=yes,types
8efea775 14658else
e643dc23 14659 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14660fi
5213506e 14661fi
8efea775
PB
14662
14663
2aeb72e9 14664
5213506e
RW
14665# Enable -Werror in bootstrap stage2 and later.
14666# Check whether --enable-werror was given.
14667if test "${enable_werror+set}" = set; then :
14668 enableval=$enable_werror;
2805b53a 14669else
416cfb5e 14670 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14671 enable_werror=yes
88fceb68
PB
14672else
14673 enable_werror=no
14674fi
5213506e
RW
14675fi
14676
09a9c095
NN
14677case ${enable_werror} in
14678 yes) stage2_werror_flag="--enable-werror-always" ;;
14679 *) stage2_werror_flag="" ;;
2805b53a
NN
14680esac
14681
14682
459260ec
DM
14683# Enable --enable-host-shared.
14684# Check whether --enable-host-shared was given.
14685if test "${enable_host_shared+set}" = set; then :
14686 enableval=$enable_host_shared; host_shared=$enableval
14687else
14688 host_shared=no
14689fi
14690
14691
14692
f2689b09
SE
14693# Specify what files to not compare during bootstrap.
14694
14695compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14696case "$target" in
14697 hppa*64*-*-hpux*) ;;
14698 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
d91491e5 14699 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
f2689b09
SE
14700esac
14701
14702
5213506e
RW
14703ac_config_files="$ac_config_files Makefile"
14704
1c710c3c 14705cat >confcache <<\_ACEOF
671aa708
NN
14706# This file is a shell script that caches the results of configure
14707# tests run on this system so they can be shared between configure
1c710c3c
DJ
14708# scripts and configure runs, see configure's option --config-cache.
14709# It is not useful on other systems. If it contains results you don't
14710# want to keep, you may remove or edit it.
671aa708 14711#
1c710c3c
DJ
14712# config.status only pays attention to the cache file if you give it
14713# the --recheck option to rerun configure.
671aa708 14714#
1c710c3c
DJ
14715# `ac_cv_env_foo' variables (set or unset) will be overridden when
14716# loading this file, other *unset* `ac_cv_foo' will be assigned the
14717# following values.
14718
14719_ACEOF
14720
671aa708
NN
14721# The following way of writing the cache mishandles newlines in values,
14722# but we know of no workaround that is simple, portable, and efficient.
5213506e 14723# So, we kill variables containing newlines.
671aa708
NN
14724# Ultrix sh set writes to stderr and can't be redirected directly,
14725# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14726(
14727 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14728 eval ac_val=\$$ac_var
14729 case $ac_val in #(
14730 *${as_nl}*)
14731 case $ac_var in #(
14732 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14733$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14734 esac
14735 case $ac_var in #(
14736 _ | IFS | as_nl) ;; #(
14737 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14738 *) { eval $ac_var=; unset $ac_var;} ;;
14739 esac ;;
14740 esac
14741 done
14742
1c710c3c 14743 (set) 2>&1 |
5213506e
RW
14744 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14745 *${as_nl}ac_space=\ *)
14746 # `set' does not quote correctly, so add quotes: double-quote
14747 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14748 sed -n \
14749 "s/'/'\\\\''/g;
14750 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14751 ;; #(
1c710c3c
DJ
14752 *)
14753 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14754 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14755 ;;
5213506e
RW
14756 esac |
14757 sort
14758) |
1c710c3c 14759 sed '
5213506e 14760 /^ac_cv_env_/b end
1c710c3c 14761 t clear
5213506e 14762 :clear
1c710c3c
DJ
14763 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14764 t end
5213506e
RW
14765 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14766 :end' >>confcache
14767if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14768 if test -w "$cache_file"; then
14769 test "x$cache_file" != "x/dev/null" &&
14770 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14771$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14772 cat confcache >$cache_file
671aa708 14773 else
5213506e
RW
14774 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14775$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14776 fi
4977bab6 14777fi
671aa708 14778rm -f confcache
79c06341 14779
671aa708
NN
14780test "x$prefix" = xNONE && prefix=$ac_default_prefix
14781# Let make expand exec_prefix.
14782test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14783
671aa708
NN
14784# Transform confdefs.h into DEFS.
14785# Protect against shell expansion while executing Makefile rules.
14786# Protect against Makefile macro expansion.
1c710c3c
DJ
14787#
14788# If the first sed substitution is executed (which looks for macros that
5213506e 14789# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14790# look for a macro that doesn't take arguments.
5213506e
RW
14791ac_script='
14792:mline
14793/\\$/{
14794 N
14795 s,\\\n,,
14796 b mline
14797}
1c710c3c 14798t clear
5213506e
RW
14799:clear
14800s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14801t quote
5213506e 14802s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14803t quote
5213506e
RW
14804b any
14805:quote
14806s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14807s/\[/\\&/g
14808s/\]/\\&/g
14809s/\$/$$/g
14810H
14811:any
14812${
14813 g
14814 s/^\n//
14815 s/\n/ /g
14816 p
14817}
14818'
14819DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14820
14821
14822ac_libobjs=
14823ac_ltlibobjs=
14824for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14825 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14826 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14827 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14828 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14829 # will be set to the directory where LIBOBJS objects are built.
14830 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14831 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
14832done
14833LIBOBJS=$ac_libobjs
fb0103e5 14834
1c710c3c 14835LTLIBOBJS=$ac_ltlibobjs
0b0dc272 14836
af71363e 14837
1c710c3c
DJ
14838
14839: ${CONFIG_STATUS=./config.status}
5213506e 14840ac_write_fail=0
1c710c3c
DJ
14841ac_clean_files_save=$ac_clean_files
14842ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
14843{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14844$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14845as_write_fail=0
14846cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
14847#! $SHELL
14848# Generated by $as_me.
671aa708 14849# Run this file to recreate the current configuration.
671aa708 14850# Compiler output produced by configure, useful for debugging
1c710c3c 14851# configure, is in config.log if it exists.
0b0dc272 14852
1c710c3c
DJ
14853debug=false
14854ac_cs_recheck=false
14855ac_cs_silent=false
1c710c3c 14856
5213506e
RW
14857SHELL=\${CONFIG_SHELL-$SHELL}
14858export SHELL
14859_ASEOF
14860cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14861## -------------------- ##
14862## M4sh Initialization. ##
14863## -------------------- ##
14864
14865# Be more Bourne compatible
14866DUALCASE=1; export DUALCASE # for MKS sh
14867if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
14868 emulate sh
14869 NULLCMD=:
5213506e 14870 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
14871 # is contrary to our usage. Disable this feature.
14872 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
14873 setopt NO_GLOB_SUBST
14874else
14875 case `(set -o) 2>/dev/null` in #(
14876 *posix*) :
14877 set -o posix ;; #(
14878 *) :
14879 ;;
14880esac
1c710c3c 14881fi
1c710c3c 14882
5213506e
RW
14883
14884as_nl='
14885'
14886export as_nl
14887# Printing a long string crashes Solaris 7 /usr/bin/printf.
14888as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14889as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14890as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14891# Prefer a ksh shell builtin over an external printf program on Solaris,
14892# but without wasting forks for bash or zsh.
14893if test -z "$BASH_VERSION$ZSH_VERSION" \
14894 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14895 as_echo='print -r --'
14896 as_echo_n='print -rn --'
14897elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14898 as_echo='printf %s\n'
14899 as_echo_n='printf %s'
14900else
14901 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14902 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14903 as_echo_n='/usr/ucb/echo -n'
14904 else
14905 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14906 as_echo_n_body='eval
14907 arg=$1;
14908 case $arg in #(
14909 *"$as_nl"*)
14910 expr "X$arg" : "X\\(.*\\)$as_nl";
14911 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14912 esac;
14913 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14914 '
14915 export as_echo_n_body
14916 as_echo_n='sh -c $as_echo_n_body as_echo'
14917 fi
14918 export as_echo_body
14919 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
14920fi
14921
5213506e
RW
14922# The user is always right.
14923if test "${PATH_SEPARATOR+set}" != set; then
14924 PATH_SEPARATOR=:
14925 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14926 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14927 PATH_SEPARATOR=';'
14928 }
14929fi
14930
14931
14932# IFS
14933# We need space, tab and new line, in precisely that order. Quoting is
14934# there to prevent editors from complaining about space-tab.
14935# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14936# splitting by setting IFS to empty value.)
14937IFS=" "" $as_nl"
14938
14939# Find who we are. Look in the path if we contain no directory separator.
14940case $0 in #((
14941 *[\\/]* ) as_myself=$0 ;;
14942 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14943for as_dir in $PATH
14944do
14945 IFS=$as_save_IFS
14946 test -z "$as_dir" && as_dir=.
14947 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14948 done
14949IFS=$as_save_IFS
14950
14951 ;;
14952esac
14953# We did not find ourselves, most probably we were run as `sh COMMAND'
14954# in which case we are not to be found in the path.
14955if test "x$as_myself" = x; then
14956 as_myself=$0
14957fi
14958if test ! -f "$as_myself"; then
14959 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14960 exit 1
14961fi
1c710c3c 14962
5213506e
RW
14963# Unset variables that we do not need and which cause bugs (e.g. in
14964# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14965# suppresses any "Segmentation fault" message there. '((' could
14966# trigger a bug in pdksh 5.2.14.
14967for as_var in BASH_ENV ENV MAIL MAILPATH
14968do eval test x\${$as_var+set} = xset \
14969 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14970done
1c710c3c
DJ
14971PS1='$ '
14972PS2='> '
14973PS4='+ '
14974
14975# NLS nuisances.
5213506e
RW
14976LC_ALL=C
14977export LC_ALL
14978LANGUAGE=C
14979export LANGUAGE
14980
14981# CDPATH.
14982(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14983
14984
14985# as_fn_error ERROR [LINENO LOG_FD]
14986# ---------------------------------
14987# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14988# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14989# script with status $?, using 1 if that was 0.
14990as_fn_error ()
14991{
14992 as_status=$?; test $as_status -eq 0 && as_status=1
14993 if test "$3"; then
14994 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14995 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 14996 fi
5213506e
RW
14997 $as_echo "$as_me: error: $1" >&2
14998 as_fn_exit $as_status
14999} # as_fn_error
15000
15001
15002# as_fn_set_status STATUS
15003# -----------------------
15004# Set $? to STATUS, without forking.
15005as_fn_set_status ()
15006{
15007 return $1
15008} # as_fn_set_status
15009
15010# as_fn_exit STATUS
15011# -----------------
15012# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15013as_fn_exit ()
15014{
15015 set +e
15016 as_fn_set_status $1
15017 exit $1
15018} # as_fn_exit
15019
15020# as_fn_unset VAR
15021# ---------------
15022# Portably unset VAR.
15023as_fn_unset ()
15024{
15025 { eval $1=; unset $1;}
15026}
15027as_unset=as_fn_unset
15028# as_fn_append VAR VALUE
15029# ----------------------
15030# Append the text in VALUE to the end of the definition contained in VAR. Take
15031# advantage of any shell optimizations that allow amortized linear growth over
15032# repeated appends, instead of the typical quadratic growth present in naive
15033# implementations.
15034if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15035 eval 'as_fn_append ()
15036 {
15037 eval $1+=\$2
15038 }'
15039else
15040 as_fn_append ()
15041 {
15042 eval $1=\$$1\$2
15043 }
15044fi # as_fn_append
15045
15046# as_fn_arith ARG...
15047# ------------------
15048# Perform arithmetic evaluation on the ARGs, and store the result in the
15049# global $as_val. Take advantage of shells that can avoid forks. The arguments
15050# must be portable across $(()) and expr.
15051if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15052 eval 'as_fn_arith ()
15053 {
15054 as_val=$(( $* ))
15055 }'
15056else
15057 as_fn_arith ()
15058 {
15059 as_val=`expr "$@" || test $? -eq 1`
15060 }
15061fi # as_fn_arith
15062
1c710c3c 15063
5213506e
RW
15064if expr a : '\(a\)' >/dev/null 2>&1 &&
15065 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
15066 as_expr=expr
15067else
15068 as_expr=false
15069fi
15070
5213506e 15071if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
15072 as_basename=basename
15073else
15074 as_basename=false
15075fi
15076
5213506e
RW
15077if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15078 as_dirname=dirname
15079else
15080 as_dirname=false
15081fi
1c710c3c 15082
5213506e 15083as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
15084$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15085 X"$0" : 'X\(//\)$' \| \
5213506e
RW
15086 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15087$as_echo X/"$0" |
15088 sed '/^.*\/\([^/][^/]*\)\/*$/{
15089 s//\1/
15090 q
15091 }
15092 /^X\/\(\/\/\)$/{
15093 s//\1/
15094 q
15095 }
15096 /^X\/\(\/\).*/{
15097 s//\1/
15098 q
15099 }
15100 s/.*/./; q'`
2aeb72e9 15101
2aeb72e9
DD
15102# Avoid depending upon Character Ranges.
15103as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15104as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15105as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15106as_cr_digits='0123456789'
15107as_cr_alnum=$as_cr_Letters$as_cr_digits
15108
5213506e
RW
15109ECHO_C= ECHO_N= ECHO_T=
15110case `echo -n x` in #(((((
15111-n*)
15112 case `echo 'xy\c'` in
15113 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15114 xy) ECHO_C='\c';;
15115 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15116 ECHO_T=' ';;
15117 esac;;
15118*)
15119 ECHO_N='-n';;
1c710c3c
DJ
15120esac
15121
5213506e
RW
15122rm -f conf$$ conf$$.exe conf$$.file
15123if test -d conf$$.dir; then
15124 rm -f conf$$.dir/conf$$.file
1c710c3c 15125else
5213506e
RW
15126 rm -f conf$$.dir
15127 mkdir conf$$.dir 2>/dev/null
1c710c3c 15128fi
5213506e
RW
15129if (echo >conf$$.file) 2>/dev/null; then
15130 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 15131 as_ln_s='ln -s'
5213506e
RW
15132 # ... but there are two gotchas:
15133 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15134 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15135 # In both cases, we have to default to `cp -p'.
15136 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15137 as_ln_s='cp -p'
15138 elif ln conf$$.file conf$$ 2>/dev/null; then
15139 as_ln_s=ln
15140 else
15141 as_ln_s='cp -p'
2aeb72e9 15142 fi
1c710c3c
DJ
15143else
15144 as_ln_s='cp -p'
15145fi
5213506e
RW
15146rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15147rmdir conf$$.dir 2>/dev/null
15148
15149
15150# as_fn_mkdir_p
15151# -------------
15152# Create "$as_dir" as a directory, including parents if necessary.
15153as_fn_mkdir_p ()
15154{
15155
15156 case $as_dir in #(
15157 -*) as_dir=./$as_dir;;
15158 esac
15159 test -d "$as_dir" || eval $as_mkdir_p || {
15160 as_dirs=
15161 while :; do
15162 case $as_dir in #(
15163 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15164 *) as_qdir=$as_dir;;
15165 esac
15166 as_dirs="'$as_qdir' $as_dirs"
15167 as_dir=`$as_dirname -- "$as_dir" ||
15168$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15169 X"$as_dir" : 'X\(//\)[^/]' \| \
15170 X"$as_dir" : 'X\(//\)$' \| \
15171 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15172$as_echo X"$as_dir" |
15173 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15174 s//\1/
15175 q
15176 }
15177 /^X\(\/\/\)[^/].*/{
15178 s//\1/
15179 q
15180 }
15181 /^X\(\/\/\)$/{
15182 s//\1/
15183 q
15184 }
15185 /^X\(\/\).*/{
15186 s//\1/
15187 q
15188 }
15189 s/.*/./; q'`
15190 test -d "$as_dir" && break
15191 done
15192 test -z "$as_dirs" || eval "mkdir $as_dirs"
15193 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15194
1c710c3c 15195
5213506e 15196} # as_fn_mkdir_p
1c710c3c 15197if mkdir -p . 2>/dev/null; then
5213506e 15198 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
15199else
15200 test -d ./-p && rmdir ./-p
15201 as_mkdir_p=false
15202fi
15203
5213506e
RW
15204if test -x / >/dev/null 2>&1; then
15205 as_test_x='test -x'
15206else
15207 if ls -dL / >/dev/null 2>&1; then
15208 as_ls_L_option=L
15209 else
15210 as_ls_L_option=
15211 fi
15212 as_test_x='
15213 eval sh -c '\''
15214 if test -d "$1"; then
15215 test -d "$1/.";
15216 else
15217 case $1 in #(
15218 -*)set "./$1";;
15219 esac;
15220 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15221 ???[sx]*):;;*)false;;esac;fi
15222 '\'' sh
15223 '
15224fi
15225as_executable_p=$as_test_x
1c710c3c
DJ
15226
15227# Sed expression to map a string onto a valid CPP name.
15228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15229
15230# Sed expression to map a string onto a valid variable name.
15231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15232
15233
1c710c3c 15234exec 6>&1
5213506e
RW
15235## ----------------------------------- ##
15236## Main body of $CONFIG_STATUS script. ##
15237## ----------------------------------- ##
15238_ASEOF
15239test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15240
15241cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15242# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 15243# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
15244# values after options handling.
15245ac_log="
1c710c3c 15246This file was extended by $as_me, which was
5213506e 15247generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
15248
15249 CONFIG_FILES = $CONFIG_FILES
15250 CONFIG_HEADERS = $CONFIG_HEADERS
15251 CONFIG_LINKS = $CONFIG_LINKS
15252 CONFIG_COMMANDS = $CONFIG_COMMANDS
15253 $ $0 $@
15254
5213506e
RW
15255on `(hostname || uname -n) 2>/dev/null | sed 1q`
15256"
15257
1c710c3c
DJ
15258_ACEOF
15259
5213506e
RW
15260case $ac_config_files in *"
15261"*) set x $ac_config_files; shift; ac_config_files=$*;;
15262esac
1c710c3c 15263
2aeb72e9 15264
2aeb72e9 15265
5213506e
RW
15266cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15267# Files that config.status was made for.
15268config_files="$ac_config_files"
1c710c3c 15269
5213506e 15270_ACEOF
2aeb72e9 15271
5213506e 15272cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 15273ac_cs_usage="\
5213506e
RW
15274\`$as_me' instantiates files and other configuration actions
15275from templates according to the current configuration. Unless the files
15276and actions are specified as TAGs, all are instantiated by default.
1c710c3c 15277
5213506e 15278Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
15279
15280 -h, --help print this help, then exit
5213506e
RW
15281 -V, --version print version number and configuration settings, then exit
15282 -q, --quiet, --silent
15283 do not print progress messages
1c710c3c
DJ
15284 -d, --debug don't remove temporary files
15285 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
15286 --file=FILE[:TEMPLATE]
15287 instantiate the configuration file FILE
1c710c3c
DJ
15288
15289Configuration files:
15290$config_files
15291
5213506e 15292Report bugs to the package provider."
2aeb72e9 15293
5213506e
RW
15294_ACEOF
15295cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
15296ac_cs_version="\\
15297config.status
5213506e
RW
15298configured by $0, generated by GNU Autoconf 2.64,
15299 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 15300
5213506e 15301Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
15302This config.status script is free software; the Free Software Foundation
15303gives unlimited permission to copy, distribute and modify it."
5213506e
RW
15304
15305ac_pwd='$ac_pwd'
15306srcdir='$srcdir'
15307INSTALL='$INSTALL'
87264276 15308AWK='$AWK'
5213506e 15309test -n "\$AWK" || AWK=awk
1c710c3c
DJ
15310_ACEOF
15311
5213506e
RW
15312cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15313# The default lists apply if the user does not specify any file.
1c710c3c
DJ
15314ac_need_defaults=:
15315while test $# != 0
a4b9e93e 15316do
1c710c3c
DJ
15317 case $1 in
15318 --*=*)
5213506e
RW
15319 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15320 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
15321 ac_shift=:
15322 ;;
5213506e 15323 *)
1c710c3c
DJ
15324 ac_option=$1
15325 ac_optarg=$2
15326 ac_shift=shift
15327 ;;
1c710c3c
DJ
15328 esac
15329
15330 case $ac_option in
15331 # Handling of the options.
671aa708 15332 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 15333 ac_cs_recheck=: ;;
5213506e
RW
15334 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15335 $as_echo "$ac_cs_version"; exit ;;
15336 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
15337 debug=: ;;
15338 --file | --fil | --fi | --f )
15339 $ac_shift
5213506e
RW
15340 case $ac_optarg in
15341 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15342 esac
15343 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 15344 ac_need_defaults=false;;
5213506e
RW
15345 --he | --h | --help | --hel | -h )
15346 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
15347 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15348 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15349 ac_cs_silent=: ;;
15350
15351 # This is an error.
5213506e
RW
15352 -*) as_fn_error "unrecognized option: \`$1'
15353Try \`$0 --help' for more information." ;;
1c710c3c 15354
5213506e
RW
15355 *) as_fn_append ac_config_targets " $1"
15356 ac_need_defaults=false ;;
1c710c3c 15357
0b0dc272 15358 esac
1c710c3c 15359 shift
0b0dc272
AM
15360done
15361
1c710c3c 15362ac_configure_extra_args=
0b0dc272 15363
1c710c3c
DJ
15364if $ac_cs_silent; then
15365 exec 6>/dev/null
15366 ac_configure_extra_args="$ac_configure_extra_args --silent"
15367fi
0b0dc272 15368
1c710c3c 15369_ACEOF
5213506e 15370cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 15371if \$ac_cs_recheck; then
5213506e
RW
15372 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15373 shift
15374 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15375 CONFIG_SHELL='$SHELL'
15376 export CONFIG_SHELL
15377 exec "\$@"
1c710c3c
DJ
15378fi
15379
15380_ACEOF
5213506e
RW
15381cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15382exec 5>>config.log
15383{
15384 echo
15385 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15386## Running $as_me. ##
15387_ASBOX
15388 $as_echo "$ac_log"
15389} >&5
1c710c3c 15390
5213506e
RW
15391_ACEOF
15392cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
15393#
15394# INIT-COMMANDS
15395#
15396extrasub_build="$extrasub_build"
15397 extrasub_host="$extrasub_host"
15398 extrasub_target="$extrasub_target"
15399
5213506e 15400_ACEOF
1c710c3c 15401
5213506e 15402cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 15403
5213506e 15404# Handling of arguments.
1c710c3c
DJ
15405for ac_config_target in $ac_config_targets
15406do
5213506e
RW
15407 case $ac_config_target in
15408 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15409
15410 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
15411 esac
15412done
15413
5213506e 15414
1c710c3c
DJ
15415# If the user did not use the arguments to specify the items to instantiate,
15416# then the envvar interface is used. Set only those that are not.
15417# We use the long form for the default assignment because of an extremely
15418# bizarre bug on SunOS 4.1.3.
15419if $ac_need_defaults; then
15420 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15421fi
15422
15423# Have a temporary directory for convenience. Make it in the build tree
5213506e 15424# simply because there is no reason against having it here, and in addition,
1c710c3c 15425# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
15426# Hook for its removal unless debugging.
15427# Note that there is a small window in which the directory will not be cleaned:
15428# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
15429$debug ||
15430{
5213506e
RW
15431 tmp=
15432 trap 'exit_status=$?
15433 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15434' 0
15435 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 15436}
1c710c3c
DJ
15437# Create a (secure) tmp directory for tmp files.
15438
15439{
5213506e 15440 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
15441 test -n "$tmp" && test -d "$tmp"
15442} ||
15443{
5213506e
RW
15444 tmp=./conf$$-$RANDOM
15445 (umask 077 && mkdir "$tmp")
15446} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15447
15448# Set up the scripts for CONFIG_FILES section.
15449# No need to generate them if there are no CONFIG_FILES.
15450# This happens for instance with `./config.status config.h'.
15451if test -n "$CONFIG_FILES"; then
15452
15453if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15454 ac_cs_awk_getline=:
15455 ac_cs_awk_pipe_init=
15456 ac_cs_awk_read_file='
15457 while ((getline aline < (F[key])) > 0)
15458 print(aline)
15459 close(F[key])'
15460 ac_cs_awk_pipe_fini=
15461else
15462 ac_cs_awk_getline=false
15463 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15464 ac_cs_awk_read_file='
15465 print "|#_!!_#|"
15466 print "cat " F[key] " &&"
15467 '$ac_cs_awk_pipe_init
15468 # The final `:' finishes the AND list.
15469 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15470fi
15471ac_cr=`echo X | tr X '\015'`
15472# On cygwin, bash can eat \r inside `` if the user requested igncr.
15473# But we know of no other shell where ac_cr would be empty at this
15474# point, so we can use a bashism as a fallback.
15475if test "x$ac_cr" = x; then
15476 eval ac_cr=\$\'\\r\'
15477fi
15478ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15479if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15480 ac_cs_awk_cr='\r'
15481else
15482 ac_cs_awk_cr=$ac_cr
15483fi
15484
15485echo 'BEGIN {' >"$tmp/subs1.awk" &&
15486_ACEOF
15487
15488# Create commands to substitute file output variables.
1c710c3c 15489{
5213506e
RW
15490 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15491 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15492 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15493 echo "_ACAWK" &&
15494 echo "_ACEOF"
15495} >conf$$files.sh &&
15496. ./conf$$files.sh ||
15497 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15498rm -f conf$$files.sh
1c710c3c 15499
5213506e
RW
15500{
15501 echo "cat >conf$$subs.awk <<_ACEOF" &&
15502 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15503 echo "_ACEOF"
15504} >conf$$subs.sh ||
15505 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15506ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15507ac_delim='%!_!# '
15508for ac_last_try in false false false false false :; do
15509 . ./conf$$subs.sh ||
15510 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15511
15512 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15513 if test $ac_delim_n = $ac_delim_num; then
15514 break
15515 elif $ac_last_try; then
15516 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15517 else
15518 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15519 fi
15520done
15521rm -f conf$$subs.sh
15522
15523cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15524cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15525_ACEOF
5213506e
RW
15526sed -n '
15527h
15528s/^/S["/; s/!.*/"]=/
15529p
15530g
15531s/^[^!]*!//
15532:repl
15533t repl
15534s/'"$ac_delim"'$//
15535t delim
15536:nl
15537h
15538s/\(.\{148\}\).*/\1/
15539t more1
15540s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15541p
15542n
15543b repl
15544:more1
15545s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15546p
15547g
15548s/.\{148\}//
15549t nl
15550:delim
15551h
15552s/\(.\{148\}\).*/\1/
15553t more2
15554s/["\\]/\\&/g; s/^/"/; s/$/"/
15555p
15556b
15557:more2
15558s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15559p
15560g
15561s/.\{148\}//
15562t delim
15563' <conf$$subs.awk | sed '
15564/^[^""]/{
15565 N
15566 s/\n//
15567}
15568' >>$CONFIG_STATUS || ac_write_fail=1
15569rm -f conf$$subs.awk
15570cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15571_ACAWK
15572cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15573 for (key in S) S_is_set[key] = 1
15574 FS = "\a"
15575 \$ac_cs_awk_pipe_init
15576}
15577{
15578 line = $ 0
15579 nfields = split(line, field, "@")
15580 substed = 0
15581 len = length(field[1])
15582 for (i = 2; i < nfields; i++) {
15583 key = field[i]
15584 keylen = length(key)
15585 if (S_is_set[key]) {
15586 value = S[key]
15587 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15588 len += length(value) + length(field[++i])
15589 substed = 1
15590 } else
15591 len += 1 + keylen
15592 }
15593 if (nfields == 3 && !substed) {
15594 key = field[2]
15595 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15596 \$ac_cs_awk_read_file
15597 next
15598 }
15599 }
15600 print line
15601}
15602\$ac_cs_awk_pipe_fini
15603_ACAWK
15604_ACEOF
15605cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15606if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15607 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15608else
15609 cat
15610fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15611 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15612_ACEOF
15613
15614# VPATH may cause trouble with some makes, so we remove $(srcdir),
15615# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15616# trailing colons and then remove the whole line if VPATH becomes empty
15617# (actually we leave an empty line to preserve line numbers).
15618if test "x$srcdir" = x.; then
15619 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15620s/:*\$(srcdir):*/:/
15621s/:*\${srcdir}:*/:/
15622s/:*@srcdir@:*/:/
15623s/^\([^=]*=[ ]*\):*/\1/
15624s/:*$//
15625s/^[^=]*=[ ]*$//
15626}'
15627fi
2aeb72e9 15628
5213506e
RW
15629cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15630fi # test -n "$CONFIG_FILES"
2aeb72e9 15631
1c710c3c 15632
5213506e
RW
15633eval set X " :F $CONFIG_FILES "
15634shift
15635for ac_tag
15636do
15637 case $ac_tag in
15638 :[FHLC]) ac_mode=$ac_tag; continue;;
15639 esac
15640 case $ac_mode$ac_tag in
15641 :[FHL]*:*);;
15642 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15643 :[FH]-) ac_tag=-:-;;
15644 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15645 esac
15646 ac_save_IFS=$IFS
15647 IFS=:
15648 set x $ac_tag
15649 IFS=$ac_save_IFS
15650 shift
15651 ac_file=$1
15652 shift
79c06341 15653
5213506e
RW
15654 case $ac_mode in
15655 :L) ac_source=$1;;
15656 :[FH])
15657 ac_file_inputs=
15658 for ac_f
15659 do
15660 case $ac_f in
15661 -) ac_f="$tmp/stdin";;
15662 *) # Look for the file first in the build tree, then in the source tree
15663 # (if the path is not absolute). The absolute path cannot be DOS-style,
15664 # because $ac_f cannot contain `:'.
15665 test -f "$ac_f" ||
15666 case $ac_f in
15667 [\\/$]*) false;;
15668 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15669 esac ||
15670 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15671 esac
15672 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15673 as_fn_append ac_file_inputs " '$ac_f'"
15674 done
1c710c3c 15675
5213506e
RW
15676 # Let's still pretend it is `configure' which instantiates (i.e., don't
15677 # use $as_me), people would be surprised to read:
15678 # /* config.h. Generated by config.status. */
15679 configure_input='Generated from '`
15680 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15681 `' by configure.'
15682 if test x"$ac_file" != x-; then
15683 configure_input="$ac_file. $configure_input"
15684 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15685$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15686 fi
5213506e
RW
15687 # Neutralize special characters interpreted by sed in replacement strings.
15688 case $configure_input in #(
15689 *\&* | *\|* | *\\* )
15690 ac_sed_conf_input=`$as_echo "$configure_input" |
15691 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15692 *) ac_sed_conf_input=$configure_input;;
15693 esac
11a67599 15694
5213506e
RW
15695 case $ac_tag in
15696 *:-:* | *:-) cat >"$tmp/stdin" \
15697 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15698 esac
15699 ;;
11a67599
ZW
15700 esac
15701
5213506e 15702 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15703$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15704 X"$ac_file" : 'X\(//\)[^/]' \| \
15705 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15706 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15707$as_echo X"$ac_file" |
15708 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15709 s//\1/
15710 q
15711 }
15712 /^X\(\/\/\)[^/].*/{
15713 s//\1/
15714 q
15715 }
15716 /^X\(\/\/\)$/{
15717 s//\1/
15718 q
15719 }
15720 /^X\(\/\).*/{
15721 s//\1/
15722 q
15723 }
15724 s/.*/./; q'`
15725 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15726 ac_builddir=.
0b0dc272 15727
5213506e
RW
15728case "$ac_dir" in
15729.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15730*)
15731 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15732 # A ".." for each directory in $ac_dir_suffix.
15733 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15734 case $ac_top_builddir_sub in
15735 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15736 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15737 esac ;;
15738esac
15739ac_abs_top_builddir=$ac_pwd
15740ac_abs_builddir=$ac_pwd$ac_dir_suffix
15741# for backward compatibility:
15742ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15743
15744case $srcdir in
5213506e 15745 .) # We are building in place.
1c710c3c 15746 ac_srcdir=.
5213506e
RW
15747 ac_top_srcdir=$ac_top_builddir_sub
15748 ac_abs_top_srcdir=$ac_pwd ;;
15749 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15750 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15751 ac_top_srcdir=$srcdir
15752 ac_abs_top_srcdir=$srcdir ;;
15753 *) # Relative name.
15754 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15755 ac_top_srcdir=$ac_top_build_prefix$srcdir
15756 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15757esac
5213506e 15758ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15759
0b0dc272 15760
5213506e
RW
15761 case $ac_mode in
15762 :F)
15763 #
15764 # CONFIG_FILE
15765 #
1c710c3c
DJ
15766
15767 case $INSTALL in
15768 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15769 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15770 esac
5213506e 15771_ACEOF
11a67599 15772
5213506e
RW
15773cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15774# If the template does not know about datarootdir, expand it.
15775# FIXME: This hack should be removed a few years after 2.60.
15776ac_datarootdir_hack=; ac_datarootdir_seen=
15777ac_sed_dataroot='
15778/datarootdir/ {
15779 p
15780 q
15781}
15782/@datadir@/p
15783/@docdir@/p
15784/@infodir@/p
15785/@localedir@/p
15786/@mandir@/p'
15787case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15788*datarootdir*) ac_datarootdir_seen=yes;;
15789*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15791$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15792_ACEOF
5213506e
RW
15793cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15794 ac_datarootdir_hack='
15795 s&@datadir@&$datadir&g
15796 s&@docdir@&$docdir&g
15797 s&@infodir@&$infodir&g
15798 s&@localedir@&$localedir&g
15799 s&@mandir@&$mandir&g
15800 s&\\\${datarootdir}&$datarootdir&g' ;;
15801esac
15802_ACEOF
15803
15804# Neutralize VPATH when `$srcdir' = `.'.
15805# Shell code in configure.ac might set extrasub.
15806# FIXME: do we really want to maintain this feature?
15807cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15808ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15809$extrasub
15810_ACEOF
5213506e 15811cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15812:t
15813/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15814s|@configure_input@|$ac_sed_conf_input|;t t
15815s&@top_builddir@&$ac_top_builddir_sub&;t t
15816s&@top_build_prefix@&$ac_top_build_prefix&;t t
15817s&@srcdir@&$ac_srcdir&;t t
15818s&@abs_srcdir@&$ac_abs_srcdir&;t t
15819s&@top_srcdir@&$ac_top_srcdir&;t t
15820s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15821s&@builddir@&$ac_builddir&;t t
15822s&@abs_builddir@&$ac_abs_builddir&;t t
15823s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15824s&@INSTALL@&$ac_INSTALL&;t t
15825$ac_datarootdir_hack
15826"
15827eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15828if $ac_cs_awk_getline; then
15829 $AWK -f "$tmp/subs.awk"
15830else
15831 $AWK -f "$tmp/subs.awk" | $SHELL
15832fi >$tmp/out \
15833 || as_fn_error "could not create $ac_file" "$LINENO" 5
15834
15835test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15836 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15837 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15839which seems to be undefined. Please make sure it is defined." >&5
15840$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15841which seems to be undefined. Please make sure it is defined." >&2;}
15842
15843 rm -f "$tmp/stdin"
15844 case $ac_file in
15845 -) cat "$tmp/out" && rm -f "$tmp/out";;
15846 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15847 esac \
15848 || as_fn_error "could not create $ac_file" "$LINENO" 5
15849 ;;
11a67599 15850
11a67599 15851
79c06341 15852
5213506e
RW
15853 esac
15854
3e54529c
RW
15855
15856 case $ac_file$ac_mode in
15857 "Makefile":F) sed "$extrasub_build" Makefile |
15858 sed "$extrasub_host" |
15859 sed "$extrasub_target" > mf$$
15860 mv -f mf$$ Makefile ;;
15861
15862 esac
5213506e
RW
15863done # for ac_tag
15864
15865
15866as_fn_exit 0
1c710c3c 15867_ACEOF
1c710c3c
DJ
15868ac_clean_files=$ac_clean_files_save
15869
5213506e
RW
15870test $ac_write_fail = 0 ||
15871 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15872
1c710c3c
DJ
15873
15874# configure is writing to config.log, and then calls config.status.
15875# config.status does its own redirection, appending to config.log.
15876# Unfortunately, on DOS this fails, as config.log is still kept open
15877# by configure, so config.status won't be able to write to it; its
15878# output is simply discarded. So we exec the FD to /dev/null,
15879# effectively closing config.log, so it can be properly (re)opened and
15880# appended to by config.status. When coming back to configure, we
15881# need to make the FD available again.
15882if test "$no_create" != yes; then
15883 ac_cs_success=:
15884 ac_config_status_args=
15885 test "$silent" = yes &&
15886 ac_config_status_args="$ac_config_status_args --quiet"
15887 exec 5>/dev/null
15888 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15889 exec 5>>config.log
15890 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15891 # would make configure fail if this is the last instruction.
5213506e
RW
15892 $ac_cs_success || as_fn_exit $?
15893fi
15894if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15895 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15896$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 15897fi
79c06341 15898