Regenerate top-level configure.
[deliverable/binutils-gdb.git] / configure
CommitLineData
a0da8069 1#! /bin/sh
a0da8069 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
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.
a0da8069
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c6b750e1 14
81ecdfbb
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 :
c6b750e1
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
c6b750e1 31fi
c6b750e1 32
81ecdfbb
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 }
c6b750e1
DJ
79fi
80
81
81ecdfbb
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
c6b750e1
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
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'\" &&
8e957354
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"
81ecdfbb
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
c6b750e1 184do
81ecdfbb
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."
c6b750e1 228 else
81ecdfbb
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."
c6b750e1 233 fi
81ecdfbb
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
c6b750e1 263
81ecdfbb
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
c6b750e1
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
81ecdfbb 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
81ecdfbb
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
c6b750e1 391
81ecdfbb 392as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
81ecdfbb
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'`
c6b750e1 410
c6b750e1
DJ
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
417
c6b750e1 418
81ecdfbb
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 |
c6b750e1 428 sed '
81ecdfbb
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
c6b750e1 433 N
81ecdfbb
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c6b750e1 436 t loop
81ecdfbb 437 s/-\n.*//
c6b750e1 438 ' >$as_me.lineno &&
81ecdfbb
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; }
c6b750e1
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
81ecdfbb
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
c6b750e1
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
81ecdfbb
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';;
c6b750e1
DJ
461esac
462
81ecdfbb
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
c6b750e1 466else
81ecdfbb
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
c6b750e1 469fi
81ecdfbb
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 472 as_ln_s='ln -s'
81ecdfbb
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'
c6b750e1 483 fi
c6b750e1
DJ
484else
485 as_ln_s='cp -p'
486fi
81ecdfbb
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
c6b750e1
DJ
489
490if mkdir -p . 2>/dev/null; then
81ecdfbb 491 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
81ecdfbb
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
c6b750e1
DJ
519
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
81ecdfbb 527exec 7<&0 </dev/null 6>&1
a0da8069 528
c6b750e1
DJ
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
c6b750e1
DJ
534#
535# Initializations.
536#
a0da8069 537ac_default_prefix=/usr/local
81ecdfbb 538ac_clean_files=
c6b750e1 539ac_config_libobj_dir=.
81ecdfbb 540LIBOBJS=
c6b750e1
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
c6b750e1
DJ
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
81ecdfbb 552PACKAGE_URL=
c6b750e1
DJ
553
554ac_unique_file="move-if-change"
81ecdfbb
RW
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
82033c9b 559host_shared
81ecdfbb
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
b121d7d4 574READELF_FOR_TARGET
81ecdfbb
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
e552509b 583GOC_FOR_TARGET
81ecdfbb
RW
584GFORTRAN_FOR_TARGET
585GCJ_FOR_TARGET
586GCC_FOR_TARGET
587CXX_FOR_TARGET
588CC_FOR_TARGET
b121d7d4 589READELF
81ecdfbb
RW
590OBJDUMP
591OBJCOPY
592WINDMC
593WINDRES
594STRIP
595RANLIB
596NM
597LIPO
598LD
599DLLTOOL
600AS
601AR
602RUNTEST
603EXPECT
604MAKEINFO
605FLEX
606LEX
607M4
608BISON
609YACC
81ecdfbb
RW
610WINDRES_FOR_BUILD
611WINDMC_FOR_BUILD
612RANLIB_FOR_BUILD
613NM_FOR_BUILD
614LD_FOR_BUILD
615LDFLAGS_FOR_BUILD
e552509b 616GOC_FOR_BUILD
81ecdfbb
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
911e63d0 626target_configdirs
81ecdfbb 627configdirs
81ecdfbb 628build_configdirs
81ecdfbb
RW
629INSTALL_GDB_TK
630GDB_TK
631CONFIGURE_GDB_TK
632build_tooldir
633tooldir
634GCC_SHLIB_SUBDIR
635RPATH_ENVVAR
4074d5f2
RW
636target_configargs
637host_configargs
638build_configargs
96655cc4 639BUILD_CONFIG
91c1f14c 640LDFLAGS_FOR_TARGET
81ecdfbb
RW
641CXXFLAGS_FOR_TARGET
642CFLAGS_FOR_TARGET
643DEBUG_PREFIX_CFLAGS_FOR_TARGET
644SYSROOT_CFLAGS_FOR_TARGET
645stage1_languages
700d40ca 646extra_host_libiberty_configure_flags
81ecdfbb
RW
647clooginc
648clooglibs
7ec59b9e 649islinc
81ecdfbb 650poststage1_ldflags
143754cd 651poststage1_libs
81ecdfbb 652stage1_ldflags
b3676d82 653stage1_libs
7ec59b9e 654extra_isl_gmp_configure_flags
81ecdfbb
RW
655extra_mpc_mpfr_configure_flags
656extra_mpc_gmp_configure_flags
657extra_mpfr_configure_flags
658gmpinc
659gmplibs
660do_compare
661GNATMAKE
662GNATBIND
663ac_ct_CXX
664CXXFLAGS
665CXX
666OBJEXT
667EXEEXT
668ac_ct_CC
669CPPFLAGS
670LDFLAGS
671CFLAGS
672CC
ffdd6afc 673EXTRA_CONFIGARGS_LIBJAVA
81ecdfbb
RW
674target_subdir
675host_subdir
676build_subdir
677build_libsubdir
8e957354
PB
678AWK
679SED
81ecdfbb
RW
680LN_S
681LN
682INSTALL_DATA
683INSTALL_SCRIPT
684INSTALL_PROGRAM
685target_os
686target_vendor
687target_cpu
688target
689host_os
690host_vendor
691host_cpu
692host
693target_noncanonical
694host_noncanonical
695build_noncanonical
696build_os
697build_vendor
698build_cpu
699build
700TOPLEVEL_CONFIGURE_ARGUMENTS
701target_alias
702host_alias
703build_alias
704LIBS
705ECHO_T
706ECHO_N
707ECHO_C
708DEFS
709mandir
710localedir
711libdir
712psdir
713pdfdir
714dvidir
715htmldir
716infodir
717docdir
718oldincludedir
719includedir
720localstatedir
721sharedstatedir
722sysconfdir
723datadir
724datarootdir
725libexecdir
726sbindir
727bindir
728program_transform_name
729prefix
730exec_prefix
731PACKAGE_URL
732PACKAGE_BUGREPORT
733PACKAGE_STRING
734PACKAGE_VERSION
735PACKAGE_TARNAME
736PACKAGE_NAME
737PATH_SEPARATOR
738SHELL'
739ac_subst_files='serialization_dependencies
740host_makefile_frag
741target_makefile_frag
742alphaieee_frag
743ospace_frag'
744ac_user_opts='
745enable_option_checking
746with_build_libsubdir
747enable_gold
c7791212 748enable_ld
89a1e9c3
PB
749enable_libquadmath
750enable_libquadmath_support
81ecdfbb
RW
751enable_libada
752enable_libssp
f66a9a70 753enable_libstdcxx
ffdd6afc
ILT
754enable_static_libjava
755enable_bootstrap
81ecdfbb
RW
756with_mpc
757with_mpc_include
758with_mpc_lib
759with_mpfr_dir
760with_mpfr
761with_mpfr_include
762with_mpfr_lib
763with_gmp_dir
764with_gmp
765with_gmp_include
766with_gmp_lib
767with_host_libstdcxx
81ecdfbb 768with_stage1_libs
b3676d82 769with_stage1_ldflags
81ecdfbb 770with_boot_libs
143754cd 771with_boot_ldflags
8e71395b 772with_cloog
7ec59b9e
L
773with_isl
774with_isl_include
775with_isl_lib
776enable_isl_version_check
81ecdfbb
RW
777with_cloog_include
778with_cloog_lib
779enable_cloog_version_check
700d40ca 780enable_lto
81ecdfbb
RW
781enable_stage1_languages
782enable_objc_gc
783with_build_sysroot
784with_debug_prefix_map
96655cc4 785with_build_config
730af8ee 786enable_vtable_verify
81ecdfbb
RW
787enable_serial_configure
788with_build_time_tools
789enable_maintainer_mode
790enable_stage1_checking
791enable_werror
82033c9b 792enable_host_shared
81ecdfbb
RW
793'
794 ac_precious_vars='build_alias
795host_alias
796target_alias
797CC
798CFLAGS
799LDFLAGS
800LIBS
801CPPFLAGS
802CXX
803CXXFLAGS
804CCC
4074d5f2
RW
805build_configargs
806host_configargs
807target_configargs
81ecdfbb
RW
808AR
809AS
810DLLTOOL
811LD
812LIPO
813NM
814RANLIB
815STRIP
816WINDRES
817WINDMC
818OBJCOPY
819OBJDUMP
b121d7d4 820READELF
81ecdfbb
RW
821CC_FOR_TARGET
822CXX_FOR_TARGET
823GCC_FOR_TARGET
824GCJ_FOR_TARGET
825GFORTRAN_FOR_TARGET
e552509b 826GOC_FOR_TARGET
81ecdfbb
RW
827AR_FOR_TARGET
828AS_FOR_TARGET
829DLLTOOL_FOR_TARGET
830LD_FOR_TARGET
831LIPO_FOR_TARGET
832NM_FOR_TARGET
833OBJDUMP_FOR_TARGET
834RANLIB_FOR_TARGET
b121d7d4 835READELF_FOR_TARGET
81ecdfbb
RW
836STRIP_FOR_TARGET
837WINDRES_FOR_TARGET
838WINDMC_FOR_TARGET'
839
a0da8069
NN
840
841# Initialize some variables set by options.
c6b750e1
DJ
842ac_init_help=
843ac_init_version=false
81ecdfbb
RW
844ac_unrecognized_opts=
845ac_unrecognized_sep=
a0da8069
NN
846# The variables have the same names as the options, with
847# dashes changed to underlines.
c6b750e1 848cache_file=/dev/null
a0da8069 849exec_prefix=NONE
a0da8069 850no_create=
a0da8069
NN
851no_recursion=
852prefix=NONE
853program_prefix=NONE
854program_suffix=NONE
855program_transform_name=s,x,x,
856silent=
857site=
858srcdir=
a0da8069
NN
859verbose=
860x_includes=NONE
861x_libraries=NONE
c6b750e1
DJ
862
863# Installation directory options.
864# These are left unexpanded so users can "make install exec_prefix=/foo"
865# and all the variables that are supposed to be based on exec_prefix
866# by default will actually change.
867# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 868# (The list follows the same order as the GNU Coding Standards.)
a0da8069
NN
869bindir='${exec_prefix}/bin'
870sbindir='${exec_prefix}/sbin'
871libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
872datarootdir='${prefix}/share'
873datadir='${datarootdir}'
a0da8069
NN
874sysconfdir='${prefix}/etc'
875sharedstatedir='${prefix}/com'
876localstatedir='${prefix}/var'
a0da8069
NN
877includedir='${prefix}/include'
878oldincludedir='/usr/include'
81ecdfbb
RW
879docdir='${datarootdir}/doc/${PACKAGE}'
880infodir='${datarootdir}/info'
881htmldir='${docdir}'
882dvidir='${docdir}'
883pdfdir='${docdir}'
884psdir='${docdir}'
885libdir='${exec_prefix}/lib'
886localedir='${datarootdir}/locale'
887mandir='${datarootdir}/man'
252b5132 888
a0da8069 889ac_prev=
81ecdfbb 890ac_dashdash=
a0da8069
NN
891for ac_option
892do
a0da8069
NN
893 # If the previous option needs an argument, assign it.
894 if test -n "$ac_prev"; then
81ecdfbb 895 eval $ac_prev=\$ac_option
a0da8069
NN
896 ac_prev=
897 continue
898 fi
252b5132 899
81ecdfbb
RW
900 case $ac_option in
901 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
902 *) ac_optarg=yes ;;
903 esac
a0da8069
NN
904
905 # Accept the important Cygnus configure options, so we can diagnose typos.
906
81ecdfbb
RW
907 case $ac_dashdash$ac_option in
908 --)
909 ac_dashdash=yes ;;
a0da8069
NN
910
911 -bindir | --bindir | --bindi | --bind | --bin | --bi)
912 ac_prev=bindir ;;
913 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
c6b750e1 914 bindir=$ac_optarg ;;
a0da8069
NN
915
916 -build | --build | --buil | --bui | --bu)
c6b750e1 917 ac_prev=build_alias ;;
a0da8069 918 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
c6b750e1 919 build_alias=$ac_optarg ;;
a0da8069
NN
920
921 -cache-file | --cache-file | --cache-fil | --cache-fi \
922 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
923 ac_prev=cache_file ;;
924 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
925 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
c6b750e1
DJ
926 cache_file=$ac_optarg ;;
927
928 --config-cache | -C)
929 cache_file=config.cache ;;
a0da8069 930
81ecdfbb 931 -datadir | --datadir | --datadi | --datad)
a0da8069 932 ac_prev=datadir ;;
81ecdfbb 933 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c6b750e1 934 datadir=$ac_optarg ;;
a0da8069 935
81ecdfbb
RW
936 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
937 | --dataroo | --dataro | --datar)
938 ac_prev=datarootdir ;;
939 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
940 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
941 datarootdir=$ac_optarg ;;
942
a0da8069 943 -disable-* | --disable-*)
81ecdfbb 944 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
a0da8069 945 # Reject names that are not valid shell variable names.
81ecdfbb
RW
946 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
947 as_fn_error "invalid feature name: $ac_useropt"
948 ac_useropt_orig=$ac_useropt
949 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950 case $ac_user_opts in
951 *"
952"enable_$ac_useropt"
953"*) ;;
954 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
955 ac_unrecognized_sep=', ';;
956 esac
957 eval enable_$ac_useropt=no ;;
958
959 -docdir | --docdir | --docdi | --doc | --do)
960 ac_prev=docdir ;;
961 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
962 docdir=$ac_optarg ;;
963
964 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
965 ac_prev=dvidir ;;
966 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
967 dvidir=$ac_optarg ;;
a0da8069
NN
968
969 -enable-* | --enable-*)
81ecdfbb 970 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
a0da8069 971 # Reject names that are not valid shell variable names.
81ecdfbb
RW
972 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
973 as_fn_error "invalid feature name: $ac_useropt"
974 ac_useropt_orig=$ac_useropt
975 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
976 case $ac_user_opts in
977 *"
978"enable_$ac_useropt"
979"*) ;;
980 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
981 ac_unrecognized_sep=', ';;
a0da8069 982 esac
81ecdfbb 983 eval enable_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
984
985 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
986 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
987 | --exec | --exe | --ex)
988 ac_prev=exec_prefix ;;
989 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
990 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
991 | --exec=* | --exe=* | --ex=*)
c6b750e1 992 exec_prefix=$ac_optarg ;;
a0da8069
NN
993
994 -gas | --gas | --ga | --g)
995 # Obsolete; use --with-gas.
996 with_gas=yes ;;
997
c6b750e1
DJ
998 -help | --help | --hel | --he | -h)
999 ac_init_help=long ;;
1000 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1001 ac_init_help=recursive ;;
1002 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1003 ac_init_help=short ;;
a0da8069
NN
1004
1005 -host | --host | --hos | --ho)
c6b750e1 1006 ac_prev=host_alias ;;
a0da8069 1007 -host=* | --host=* | --hos=* | --ho=*)
c6b750e1 1008 host_alias=$ac_optarg ;;
a0da8069 1009
81ecdfbb
RW
1010 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1011 ac_prev=htmldir ;;
1012 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1013 | --ht=*)
1014 htmldir=$ac_optarg ;;
1015
a0da8069
NN
1016 -includedir | --includedir | --includedi | --included | --include \
1017 | --includ | --inclu | --incl | --inc)
1018 ac_prev=includedir ;;
1019 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1020 | --includ=* | --inclu=* | --incl=* | --inc=*)
c6b750e1 1021 includedir=$ac_optarg ;;
a0da8069
NN
1022
1023 -infodir | --infodir | --infodi | --infod | --info | --inf)
1024 ac_prev=infodir ;;
1025 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
c6b750e1 1026 infodir=$ac_optarg ;;
a0da8069
NN
1027
1028 -libdir | --libdir | --libdi | --libd)
1029 ac_prev=libdir ;;
1030 -libdir=* | --libdir=* | --libdi=* | --libd=*)
c6b750e1 1031 libdir=$ac_optarg ;;
a0da8069
NN
1032
1033 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1034 | --libexe | --libex | --libe)
1035 ac_prev=libexecdir ;;
1036 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1037 | --libexe=* | --libex=* | --libe=*)
c6b750e1 1038 libexecdir=$ac_optarg ;;
a0da8069 1039
81ecdfbb
RW
1040 -localedir | --localedir | --localedi | --localed | --locale)
1041 ac_prev=localedir ;;
1042 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1043 localedir=$ac_optarg ;;
1044
a0da8069 1045 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1046 | --localstate | --localstat | --localsta | --localst | --locals)
a0da8069
NN
1047 ac_prev=localstatedir ;;
1048 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1049 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c6b750e1 1050 localstatedir=$ac_optarg ;;
a0da8069
NN
1051
1052 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1053 ac_prev=mandir ;;
1054 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
c6b750e1 1055 mandir=$ac_optarg ;;
a0da8069
NN
1056
1057 -nfp | --nfp | --nf)
1058 # Obsolete; use --without-fp.
1059 with_fp=no ;;
1060
1061 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
c6b750e1 1062 | --no-cr | --no-c | -n)
a0da8069
NN
1063 no_create=yes ;;
1064
1065 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1066 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1067 no_recursion=yes ;;
1068
1069 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1070 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1071 | --oldin | --oldi | --old | --ol | --o)
1072 ac_prev=oldincludedir ;;
1073 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1074 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1075 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
c6b750e1 1076 oldincludedir=$ac_optarg ;;
a0da8069
NN
1077
1078 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1079 ac_prev=prefix ;;
1080 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
c6b750e1 1081 prefix=$ac_optarg ;;
a0da8069
NN
1082
1083 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1084 | --program-pre | --program-pr | --program-p)
1085 ac_prev=program_prefix ;;
1086 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1087 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
c6b750e1 1088 program_prefix=$ac_optarg ;;
a0da8069
NN
1089
1090 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1091 | --program-suf | --program-su | --program-s)
1092 ac_prev=program_suffix ;;
1093 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1094 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
c6b750e1 1095 program_suffix=$ac_optarg ;;
a0da8069
NN
1096
1097 -program-transform-name | --program-transform-name \
1098 | --program-transform-nam | --program-transform-na \
1099 | --program-transform-n | --program-transform- \
1100 | --program-transform | --program-transfor \
1101 | --program-transfo | --program-transf \
1102 | --program-trans | --program-tran \
1103 | --progr-tra | --program-tr | --program-t)
1104 ac_prev=program_transform_name ;;
1105 -program-transform-name=* | --program-transform-name=* \
1106 | --program-transform-nam=* | --program-transform-na=* \
1107 | --program-transform-n=* | --program-transform-=* \
1108 | --program-transform=* | --program-transfor=* \
1109 | --program-transfo=* | --program-transf=* \
1110 | --program-trans=* | --program-tran=* \
1111 | --progr-tra=* | --program-tr=* | --program-t=*)
c6b750e1 1112 program_transform_name=$ac_optarg ;;
a0da8069 1113
81ecdfbb
RW
1114 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1115 ac_prev=pdfdir ;;
1116 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1117 pdfdir=$ac_optarg ;;
1118
1119 -psdir | --psdir | --psdi | --psd | --ps)
1120 ac_prev=psdir ;;
1121 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1122 psdir=$ac_optarg ;;
1123
a0da8069
NN
1124 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1125 | -silent | --silent | --silen | --sile | --sil)
1126 silent=yes ;;
1127
1128 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1129 ac_prev=sbindir ;;
1130 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1131 | --sbi=* | --sb=*)
c6b750e1 1132 sbindir=$ac_optarg ;;
a0da8069
NN
1133
1134 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1135 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1136 | --sharedst | --shareds | --shared | --share | --shar \
1137 | --sha | --sh)
1138 ac_prev=sharedstatedir ;;
1139 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1140 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1141 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1142 | --sha=* | --sh=*)
c6b750e1 1143 sharedstatedir=$ac_optarg ;;
a0da8069
NN
1144
1145 -site | --site | --sit)
1146 ac_prev=site ;;
1147 -site=* | --site=* | --sit=*)
c6b750e1 1148 site=$ac_optarg ;;
a0da8069
NN
1149
1150 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1151 ac_prev=srcdir ;;
1152 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
c6b750e1 1153 srcdir=$ac_optarg ;;
a0da8069
NN
1154
1155 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1156 | --syscon | --sysco | --sysc | --sys | --sy)
1157 ac_prev=sysconfdir ;;
1158 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1159 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
c6b750e1 1160 sysconfdir=$ac_optarg ;;
a0da8069
NN
1161
1162 -target | --target | --targe | --targ | --tar | --ta | --t)
c6b750e1 1163 ac_prev=target_alias ;;
a0da8069 1164 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
c6b750e1 1165 target_alias=$ac_optarg ;;
a0da8069
NN
1166
1167 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1168 verbose=yes ;;
1169
c6b750e1
DJ
1170 -version | --version | --versio | --versi | --vers | -V)
1171 ac_init_version=: ;;
a0da8069
NN
1172
1173 -with-* | --with-*)
81ecdfbb 1174 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
a0da8069 1175 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1176 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1177 as_fn_error "invalid package name: $ac_useropt"
1178 ac_useropt_orig=$ac_useropt
1179 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1180 case $ac_user_opts in
1181 *"
1182"with_$ac_useropt"
1183"*) ;;
1184 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1185 ac_unrecognized_sep=', ';;
a0da8069 1186 esac
81ecdfbb 1187 eval with_$ac_useropt=\$ac_optarg ;;
a0da8069
NN
1188
1189 -without-* | --without-*)
81ecdfbb 1190 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
a0da8069 1191 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1192 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1193 as_fn_error "invalid package name: $ac_useropt"
1194 ac_useropt_orig=$ac_useropt
1195 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1196 case $ac_user_opts in
1197 *"
1198"with_$ac_useropt"
1199"*) ;;
1200 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1201 ac_unrecognized_sep=', ';;
1202 esac
1203 eval with_$ac_useropt=no ;;
a0da8069
NN
1204
1205 --x)
1206 # Obsolete; use --with-x.
1207 with_x=yes ;;
1208
1209 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1210 | --x-incl | --x-inc | --x-in | --x-i)
1211 ac_prev=x_includes ;;
1212 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1213 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
c6b750e1 1214 x_includes=$ac_optarg ;;
a0da8069
NN
1215
1216 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1217 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1218 ac_prev=x_libraries ;;
1219 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1220 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
c6b750e1 1221 x_libraries=$ac_optarg ;;
a0da8069 1222
81ecdfbb
RW
1223 -*) as_fn_error "unrecognized option: \`$ac_option'
1224Try \`$0 --help' for more information."
a0da8069
NN
1225 ;;
1226
c6b750e1
DJ
1227 *=*)
1228 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1229 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1230 case $ac_envvar in #(
1231 '' | [0-9]* | *[!_$as_cr_alnum]* )
1232 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1233 esac
1234 eval $ac_envvar=\$ac_optarg
c6b750e1
DJ
1235 export $ac_envvar ;;
1236
a0da8069 1237 *)
c6b750e1 1238 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1239 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c6b750e1 1240 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1241 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
c6b750e1 1242 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
a0da8069
NN
1243 ;;
1244
1245 esac
1246done
1247
1248if test -n "$ac_prev"; then
c6b750e1 1249 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1250 as_fn_error "missing argument to $ac_option"
a0da8069 1251fi
a0da8069 1252
81ecdfbb
RW
1253if test -n "$ac_unrecognized_opts"; then
1254 case $enable_option_checking in
1255 no) ;;
1256 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1257 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c6b750e1 1258 esac
81ecdfbb 1259fi
a0da8069 1260
81ecdfbb
RW
1261# Check all directory arguments for consistency.
1262for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1263 datadir sysconfdir sharedstatedir localstatedir includedir \
1264 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1265 libdir localedir mandir
a0da8069 1266do
81ecdfbb
RW
1267 eval ac_val=\$$ac_var
1268 # Remove trailing slashes.
1269 case $ac_val in
1270 */ )
1271 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1272 eval $ac_var=\$ac_val;;
1273 esac
1274 # Be sure to have absolute directory names.
c6b750e1 1275 case $ac_val in
81ecdfbb
RW
1276 [\\/$]* | ?:[\\/]* ) continue;;
1277 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
a0da8069 1278 esac
81ecdfbb 1279 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
a0da8069
NN
1280done
1281
c6b750e1
DJ
1282# There might be people who depend on the old broken behavior: `$host'
1283# used to hold the argument of --host etc.
1284# FIXME: To remove some day.
1285build=$build_alias
1286host=$host_alias
1287target=$target_alias
376a0e54 1288
c6b750e1
DJ
1289# FIXME: To remove some day.
1290if test "x$host_alias" != x; then
1291 if test "x$build_alias" = x; then
1292 cross_compiling=maybe
81ecdfbb 1293 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
c6b750e1
DJ
1294 If a cross compiler is detected then cross compile mode will be used." >&2
1295 elif test "x$build_alias" != "x$host_alias"; then
1296 cross_compiling=yes
1297 fi
1298fi
1299
1300ac_tool_prefix=
1301test -n "$host_alias" && ac_tool_prefix=$host_alias-
1302
1303test "$silent" = yes && exec 6>/dev/null
a0da8069 1304
a0da8069 1305
81ecdfbb
RW
1306ac_pwd=`pwd` && test -n "$ac_pwd" &&
1307ac_ls_di=`ls -di .` &&
1308ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1309 as_fn_error "working directory cannot be determined"
1310test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1311 as_fn_error "pwd does not report name of working directory"
1312
1313
a0da8069
NN
1314# Find the source files, if location was not specified.
1315if test -z "$srcdir"; then
1316 ac_srcdir_defaulted=yes
81ecdfbb
RW
1317 # Try the directory containing this script, then the parent directory.
1318 ac_confdir=`$as_dirname -- "$as_myself" ||
1319$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1320 X"$as_myself" : 'X\(//\)[^/]' \| \
1321 X"$as_myself" : 'X\(//\)$' \| \
1322 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1323$as_echo X"$as_myself" |
1324 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\/\)[^/].*/{
1329 s//\1/
1330 q
1331 }
1332 /^X\(\/\/\)$/{
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\).*/{
1337 s//\1/
1338 q
1339 }
1340 s/.*/./; q'`
a0da8069 1341 srcdir=$ac_confdir
81ecdfbb 1342 if test ! -r "$srcdir/$ac_unique_file"; then
a0da8069
NN
1343 srcdir=..
1344 fi
1345else
1346 ac_srcdir_defaulted=no
1347fi
81ecdfbb
RW
1348if test ! -r "$srcdir/$ac_unique_file"; then
1349 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1350 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1351fi
1352ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1353ac_abs_confdir=`(
1354 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1355 pwd)`
1356# When building in place, set srcdir=.
1357if test "$ac_abs_confdir" = "$ac_pwd"; then
1358 srcdir=.
1359fi
1360# Remove unnecessary trailing slashes from srcdir.
1361# Double slashes in file names in object file debugging info
1362# mess up M-x gdb in Emacs.
1363case $srcdir in
1364*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1365esac
6d0cd39e
AM
1366case $srcdir in
1367 *" "*)
1368 as_fn_error "path to source, $srcdir, contains spaces"
1369 ;;
1370esac
9cc8ae67
PB
1371ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1372
81ecdfbb
RW
1373for ac_var in $ac_precious_vars; do
1374 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1375 eval ac_env_${ac_var}_value=\$${ac_var}
1376 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1377 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1378done
c6b750e1
DJ
1379
1380#
1381# Report the --help message.
1382#
1383if test "$ac_init_help" = "long"; then
1384 # Omit some internal or obsolete options to make the list less imposing.
1385 # This message is too long to be a string in the A/UX 3.1 sh.
1386 cat <<_ACEOF
1387\`configure' configures this package to adapt to many kinds of systems.
1388
1389Usage: $0 [OPTION]... [VAR=VALUE]...
1390
1391To assign environment variables (e.g., CC, CFLAGS...), specify them as
1392VAR=VALUE. See below for descriptions of some of the useful variables.
1393
1394Defaults for the options are specified in brackets.
1395
1396Configuration:
1397 -h, --help display this help and exit
1398 --help=short display options specific to this package
1399 --help=recursive display the short help of all the included packages
1400 -V, --version display version information and exit
1401 -q, --quiet, --silent do not print \`checking...' messages
1402 --cache-file=FILE cache test results in FILE [disabled]
1403 -C, --config-cache alias for \`--cache-file=config.cache'
1404 -n, --no-create do not create output files
1405 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1406
c6b750e1
DJ
1407Installation directories:
1408 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1409 [$ac_default_prefix]
c6b750e1 1410 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1411 [PREFIX]
c6b750e1
DJ
1412
1413By default, \`make install' will install all the files in
1414\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1415an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1416for instance \`--prefix=\$HOME'.
1417
1418For better control, use the options below.
1419
1420Fine tuning of the installation directories:
81ecdfbb
RW
1421 --bindir=DIR user executables [EPREFIX/bin]
1422 --sbindir=DIR system admin executables [EPREFIX/sbin]
1423 --libexecdir=DIR program executables [EPREFIX/libexec]
1424 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1425 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1426 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1427 --libdir=DIR object code libraries [EPREFIX/lib]
1428 --includedir=DIR C header files [PREFIX/include]
1429 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1430 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1431 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1432 --infodir=DIR info documentation [DATAROOTDIR/info]
1433 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1434 --mandir=DIR man documentation [DATAROOTDIR/man]
1435 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1436 --htmldir=DIR html documentation [DOCDIR]
1437 --dvidir=DIR dvi documentation [DOCDIR]
1438 --pdfdir=DIR pdf documentation [DOCDIR]
1439 --psdir=DIR ps documentation [DOCDIR]
c6b750e1
DJ
1440_ACEOF
1441
1442 cat <<\_ACEOF
1443
1444Program names:
1445 --program-prefix=PREFIX prepend PREFIX to installed program names
1446 --program-suffix=SUFFIX append SUFFIX to installed program names
1447 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1448
1449System types:
1450 --build=BUILD configure for building on BUILD [guessed]
1451 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1452 --target=TARGET configure for building compilers for TARGET [HOST]
1453_ACEOF
a0da8069 1454fi
a0da8069 1455
c6b750e1
DJ
1456if test -n "$ac_init_help"; then
1457
1458 cat <<\_ACEOF
1459
1460Optional Features:
81ecdfbb 1461 --disable-option-checking ignore unrecognized --enable/--with options
c6b750e1
DJ
1462 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1463 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
c7791212 1464 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
7837304f 1465 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
89a1e9c3
PB
1466 --disable-libquadmath do not build libquadmath directory
1467 --disable-libquadmath-support
1468 disable libquadmath support for Fortran
521ec477
DD
1469 --enable-libada build libada directory
1470 --enable-libssp build libssp directory
f66a9a70 1471 --disable-libstdcxx do not build libstdc++-v3 directory
ffdd6afc
ILT
1472 --enable-static-libjava[=ARG]
1473 build static libjava [default=no]
1474 --enable-bootstrap enable bootstrapping [yes if native build]
7ec59b9e
L
1475 --disable-isl-version-check
1476 disable check for ISL version
e552509b
ILT
1477 --disable-cloog-version-check
1478 disable check for CLooG version
700d40ca 1479 --enable-lto enable link time optimization support
7837304f
AS
1480 --enable-stage1-languages[=all]
1481 choose additional languages to build during stage1.
1482 Mostly useful for compiler development
1483 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1484 Objective-C runtime
730af8ee 1485 --enable-vtable-verify Enable vtable verification feature
521ec477 1486 --enable-serial-[{host,target,build}-]configure
7837304f
AS
1487 force sequential configuration of sub-packages for
1488 the host, target or build machine, or all
1489 sub-packages
1490 --enable-maintainer-mode
1491 enable make rules and dependencies not useful (and
1492 sometimes confusing) to the casual installer
1493 --enable-stage1-checking[=all]
1494 choose additional checking for stage1 of the
1495 compiler
c6b750e1 1496 --enable-werror enable -Werror in bootstrap stage2 and later
82033c9b 1497 --enable-host-shared build host code as shared libraries
c6b750e1
DJ
1498
1499Optional Packages:
1500 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1501 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1502 --with-build-libsubdir=DIR Directory where to find libraries for build system
7837304f
AS
1503 --with-mpc=PATH specify prefix directory for installed MPC package.
1504 Equivalent to --with-mpc-include=PATH/include plus
1505 --with-mpc-lib=PATH/lib
1506 --with-mpc-include=PATH specify directory for installed MPC include files
1507 --with-mpc-lib=PATH specify directory for the installed MPC library
521ec477
DD
1508 --with-mpfr-dir=PATH this option has been REMOVED
1509 --with-mpfr=PATH specify prefix directory for installed MPFR package.
7837304f
AS
1510 Equivalent to --with-mpfr-include=PATH/include plus
1511 --with-mpfr-lib=PATH/lib
c6b750e1 1512 --with-mpfr-include=PATH
521ec477
DD
1513 specify directory for installed MPFR include files
1514 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1515 --with-gmp-dir=PATH this option has been REMOVED
7837304f
AS
1516 --with-gmp=PATH specify prefix directory for the installed GMP
1517 package. Equivalent to
1518 --with-gmp-include=PATH/include plus
1519 --with-gmp-lib=PATH/lib
521ec477
DD
1520 --with-gmp-include=PATH specify directory for installed GMP include files
1521 --with-gmp-lib=PATH specify directory for the installed GMP library
7837304f
AS
1522 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1523 linking with PPL
b3676d82 1524 --with-stage1-libs=LIBS libraries for stage1
7837304f
AS
1525 --with-stage1-ldflags=FLAGS
1526 linker flags for stage1
7837304f
AS
1527 --with-boot-libs=LIBS libraries for stage2 and later
1528 --with-boot-ldflags=FLAGS
1529 linker flags for stage2 and later
8e71395b
L
1530 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1531 package. Equivalent to
1532 --with-cloog-include=PATH/include plus
1533 --with-cloog-lib=PATH/lib
7ec59b9e 1534 --with-isl=PATH Specify prefix directory for the installed ISL
7837304f 1535 package. Equivalent to
7ec59b9e
L
1536 --with-isl-include=PATH/include plus
1537 --with-isl-lib=PATH/lib
1538 --with-isl-include=PATH Specify directory for installed ISL include files
1539 --with-isl-lib=PATH Specify the directory for the installed ISL library
e552509b
ILT
1540 --with-cloog-include=PATH
1541 Specify directory for installed CLooG include files
1542 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1543 library
521ec477 1544 --with-build-sysroot=SYSROOT
c6b750e1 1545 use sysroot as the system root during the build
8a6ee3ab 1546 --with-debug-prefix-map='A=B C=D ...'
7837304f
AS
1547 map A to B, C to D ... in debug information
1548 --with-build-config='NAME NAME2...'
1549 use config/NAME.mk build configuration
521ec477 1550 --with-build-time-tools=PATH
c6b750e1 1551 use given path to find target tools during the build
c6b750e1
DJ
1552
1553Some influential environment variables:
1554 CC C compiler command
1555 CFLAGS C compiler flags
1556 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1557 nonstandard directory <lib dir>
81ecdfbb
RW
1558 LIBS libraries to pass to the linker, e.g. -l<library>
1559 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1560 you have headers in a nonstandard directory <include dir>
18f6b6ee
PB
1561 CXX C++ compiler command
1562 CXXFLAGS C++ compiler flags
4074d5f2
RW
1563 build_configargs
1564 additional configure arguments for build directories
1565 host_configargs
1566 additional configure arguments for host directories
1567 target_configargs
1568 additional configure arguments for target directories
9a819804
AO
1569 AR AR for the host
1570 AS AS for the host
1571 DLLTOOL DLLTOOL for the host
1572 LD LD for the host
1573 LIPO LIPO for the host
1574 NM NM for the host
1575 RANLIB RANLIB for the host
1576 STRIP STRIP for the host
1577 WINDRES WINDRES for the host
0c24b341 1578 WINDMC WINDMC for the host
9a819804
AO
1579 OBJCOPY OBJCOPY for the host
1580 OBJDUMP OBJDUMP for the host
b121d7d4 1581 READELF READELF for the host
9a819804
AO
1582 CC_FOR_TARGET
1583 CC for the target
1584 CXX_FOR_TARGET
1585 CXX for the target
1586 GCC_FOR_TARGET
1587 GCC for the target
1588 GCJ_FOR_TARGET
1589 GCJ for the target
1590 GFORTRAN_FOR_TARGET
1591 GFORTRAN for the target
e552509b
ILT
1592 GOC_FOR_TARGET
1593 GOC for the target
9a819804
AO
1594 AR_FOR_TARGET
1595 AR for the target
1596 AS_FOR_TARGET
1597 AS for the target
1598 DLLTOOL_FOR_TARGET
1599 DLLTOOL for the target
1600 LD_FOR_TARGET
1601 LD for the target
1602 LIPO_FOR_TARGET
1603 LIPO for the target
1604 NM_FOR_TARGET
1605 NM for the target
1606 OBJDUMP_FOR_TARGET
1607 OBJDUMP for the target
1608 RANLIB_FOR_TARGET
1609 RANLIB for the target
b121d7d4
DD
1610 READELF_FOR_TARGET
1611 READELF for the target
9a819804
AO
1612 STRIP_FOR_TARGET
1613 STRIP for the target
1614 WINDRES_FOR_TARGET
1615 WINDRES for the target
0c24b341
NC
1616 WINDMC_FOR_TARGET
1617 WINDMC for the target
c6b750e1
DJ
1618
1619Use these variables to override the choices made by `configure' or to help
1620it to find libraries and programs with nonstandard names/locations.
1621
81ecdfbb 1622Report bugs to the package provider.
c6b750e1 1623_ACEOF
81ecdfbb 1624ac_status=$?
c6b750e1
DJ
1625fi
1626
1627if test "$ac_init_help" = "recursive"; then
1628 # If there are subdirs, report their specific --help.
c6b750e1 1629 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1630 test -d "$ac_dir" ||
1631 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1632 continue
c6b750e1
DJ
1633 ac_builddir=.
1634
81ecdfbb
RW
1635case "$ac_dir" in
1636.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1637*)
1638 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1639 # A ".." for each directory in $ac_dir_suffix.
1640 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1641 case $ac_top_builddir_sub in
1642 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1643 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1644 esac ;;
1645esac
1646ac_abs_top_builddir=$ac_pwd
1647ac_abs_builddir=$ac_pwd$ac_dir_suffix
1648# for backward compatibility:
1649ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
1650
1651case $srcdir in
81ecdfbb 1652 .) # We are building in place.
c6b750e1 1653 ac_srcdir=.
81ecdfbb
RW
1654 ac_top_srcdir=$ac_top_builddir_sub
1655 ac_abs_top_srcdir=$ac_pwd ;;
1656 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 1657 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1658 ac_top_srcdir=$srcdir
1659 ac_abs_top_srcdir=$srcdir ;;
1660 *) # Relative name.
1661 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1662 ac_top_srcdir=$ac_top_build_prefix$srcdir
1663 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 1664esac
81ecdfbb
RW
1665ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1666
1667 cd "$ac_dir" || { ac_status=$?; continue; }
1668 # Check for guested configure.
1669 if test -f "$ac_srcdir/configure.gnu"; then
1670 echo &&
1671 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1672 elif test -f "$ac_srcdir/configure"; then
1673 echo &&
1674 $SHELL "$ac_srcdir/configure" --help=recursive
c6b750e1 1675 else
81ecdfbb
RW
1676 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1677 fi || ac_status=$?
1678 cd "$ac_pwd" || { ac_status=$?; break; }
c6b750e1
DJ
1679 done
1680fi
1681
81ecdfbb 1682test -n "$ac_init_help" && exit $ac_status
c6b750e1
DJ
1683if $ac_init_version; then
1684 cat <<\_ACEOF
81ecdfbb
RW
1685configure
1686generated by GNU Autoconf 2.64
c6b750e1 1687
81ecdfbb 1688Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
1689This configure script is free software; the Free Software Foundation
1690gives unlimited permission to copy, distribute and modify it.
1691_ACEOF
81ecdfbb 1692 exit
c6b750e1 1693fi
81ecdfbb
RW
1694
1695## ------------------------ ##
1696## Autoconf initialization. ##
1697## ------------------------ ##
1698
1699# ac_fn_c_try_compile LINENO
1700# --------------------------
1701# Try to compile conftest.$ac_ext, and return whether this succeeded.
1702ac_fn_c_try_compile ()
1703{
1704 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1705 rm -f conftest.$ac_objext
1706 if { { ac_try="$ac_compile"
1707case "(($ac_try" in
1708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1709 *) ac_try_echo=$ac_try;;
1710esac
1711eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1712$as_echo "$ac_try_echo"; } >&5
1713 (eval "$ac_compile") 2>conftest.err
1714 ac_status=$?
1715 if test -s conftest.err; then
1716 grep -v '^ *+' conftest.err >conftest.er1
1717 cat conftest.er1 >&5
1718 mv -f conftest.er1 conftest.err
1719 fi
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; } && {
1722 test -z "$ac_c_werror_flag" ||
1723 test ! -s conftest.err
1724 } && test -s conftest.$ac_objext; then :
1725 ac_retval=0
1726else
1727 $as_echo "$as_me: failed program was:" >&5
1728sed 's/^/| /' conftest.$ac_ext >&5
1729
1730 ac_retval=1
1731fi
1732 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1733 return $ac_retval
1734
1735} # ac_fn_c_try_compile
1736
1737# ac_fn_cxx_try_compile LINENO
1738# ----------------------------
1739# Try to compile conftest.$ac_ext, and return whether this succeeded.
1740ac_fn_cxx_try_compile ()
1741{
1742 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1743 rm -f conftest.$ac_objext
1744 if { { ac_try="$ac_compile"
1745case "(($ac_try" in
1746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1747 *) ac_try_echo=$ac_try;;
1748esac
1749eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1750$as_echo "$ac_try_echo"; } >&5
1751 (eval "$ac_compile") 2>conftest.err
1752 ac_status=$?
1753 if test -s conftest.err; then
1754 grep -v '^ *+' conftest.err >conftest.er1
1755 cat conftest.er1 >&5
1756 mv -f conftest.er1 conftest.err
1757 fi
1758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1759 test $ac_status = 0; } && {
1760 test -z "$ac_cxx_werror_flag" ||
1761 test ! -s conftest.err
1762 } && test -s conftest.$ac_objext; then :
1763 ac_retval=0
1764else
1765 $as_echo "$as_me: failed program was:" >&5
1766sed 's/^/| /' conftest.$ac_ext >&5
1767
1768 ac_retval=1
1769fi
1770 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1771 return $ac_retval
1772
1773} # ac_fn_cxx_try_compile
1774
b3676d82
EB
1775# ac_fn_cxx_try_link LINENO
1776# -------------------------
1777# Try to link conftest.$ac_ext, and return whether this succeeded.
1778ac_fn_cxx_try_link ()
1779{
1780 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1781 rm -f conftest.$ac_objext conftest$ac_exeext
1782 if { { ac_try="$ac_link"
1783case "(($ac_try" in
1784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1785 *) ac_try_echo=$ac_try;;
1786esac
1787eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1788$as_echo "$ac_try_echo"; } >&5
1789 (eval "$ac_link") 2>conftest.err
1790 ac_status=$?
1791 if test -s conftest.err; then
1792 grep -v '^ *+' conftest.err >conftest.er1
1793 cat conftest.er1 >&5
1794 mv -f conftest.er1 conftest.err
1795 fi
1796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1797 test $ac_status = 0; } && {
1798 test -z "$ac_cxx_werror_flag" ||
1799 test ! -s conftest.err
1800 } && test -s conftest$ac_exeext && {
1801 test "$cross_compiling" = yes ||
1802 $as_test_x conftest$ac_exeext
1803 }; then :
1804 ac_retval=0
1805else
1806 $as_echo "$as_me: failed program was:" >&5
1807sed 's/^/| /' conftest.$ac_ext >&5
1808
1809 ac_retval=1
1810fi
1811 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1812 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1813 # interfere with the next link command; also delete a directory that is
1814 # left behind by Apple's compiler. We do this before executing the actions.
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1816 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1817 return $ac_retval
1818
1819} # ac_fn_cxx_try_link
1820
81ecdfbb
RW
1821# ac_fn_c_try_link LINENO
1822# -----------------------
1823# Try to link conftest.$ac_ext, and return whether this succeeded.
1824ac_fn_c_try_link ()
1825{
1826 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1827 rm -f conftest.$ac_objext conftest$ac_exeext
1828 if { { ac_try="$ac_link"
1829case "(($ac_try" in
1830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1831 *) ac_try_echo=$ac_try;;
1832esac
1833eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1834$as_echo "$ac_try_echo"; } >&5
1835 (eval "$ac_link") 2>conftest.err
1836 ac_status=$?
1837 if test -s conftest.err; then
1838 grep -v '^ *+' conftest.err >conftest.er1
1839 cat conftest.er1 >&5
1840 mv -f conftest.er1 conftest.err
1841 fi
1842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1843 test $ac_status = 0; } && {
1844 test -z "$ac_c_werror_flag" ||
1845 test ! -s conftest.err
1846 } && test -s conftest$ac_exeext && {
1847 test "$cross_compiling" = yes ||
1848 $as_test_x conftest$ac_exeext
1849 }; then :
1850 ac_retval=0
1851else
1852 $as_echo "$as_me: failed program was:" >&5
1853sed 's/^/| /' conftest.$ac_ext >&5
1854
1855 ac_retval=1
1856fi
1857 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1858 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1859 # interfere with the next link command; also delete a directory that is
1860 # left behind by Apple's compiler. We do this before executing the actions.
1861 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1862 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1863 return $ac_retval
1864
1865} # ac_fn_c_try_link
7ec59b9e
L
1866
1867# ac_fn_c_try_run LINENO
1868# ----------------------
1869# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1870# that executables *can* be run.
1871ac_fn_c_try_run ()
1872{
1873 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1874 if { { ac_try="$ac_link"
1875case "(($ac_try" in
1876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1877 *) ac_try_echo=$ac_try;;
1878esac
1879eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1880$as_echo "$ac_try_echo"; } >&5
1881 (eval "$ac_link") 2>&5
1882 ac_status=$?
1883 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1884 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1885 { { case "(($ac_try" in
1886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1887 *) ac_try_echo=$ac_try;;
1888esac
1889eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1890$as_echo "$ac_try_echo"; } >&5
1891 (eval "$ac_try") 2>&5
1892 ac_status=$?
1893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1894 test $ac_status = 0; }; }; then :
1895 ac_retval=0
1896else
1897 $as_echo "$as_me: program exited with status $ac_status" >&5
1898 $as_echo "$as_me: failed program was:" >&5
1899sed 's/^/| /' conftest.$ac_ext >&5
1900
1901 ac_retval=$ac_status
1902fi
1903 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1904 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1905 return $ac_retval
1906
1907} # ac_fn_c_try_run
81ecdfbb 1908cat >config.log <<_ACEOF
c6b750e1
DJ
1909This file contains any messages produced by compilers while
1910running configure, to aid debugging if configure makes a mistake.
1911
1912It was created by $as_me, which was
81ecdfbb 1913generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
1914
1915 $ $0 $@
1916
1917_ACEOF
81ecdfbb 1918exec 5>>config.log
c6b750e1
DJ
1919{
1920cat <<_ASUNAME
1921## --------- ##
1922## Platform. ##
1923## --------- ##
1924
1925hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1926uname -m = `(uname -m) 2>/dev/null || echo unknown`
1927uname -r = `(uname -r) 2>/dev/null || echo unknown`
1928uname -s = `(uname -s) 2>/dev/null || echo unknown`
1929uname -v = `(uname -v) 2>/dev/null || echo unknown`
1930
1931/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1932/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1933
1934/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1935/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1936/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1937/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
c6b750e1
DJ
1938/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1939/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1940/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1941
1942_ASUNAME
1943
1944as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1945for as_dir in $PATH
1946do
1947 IFS=$as_save_IFS
1948 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1949 $as_echo "PATH: $as_dir"
1950 done
1951IFS=$as_save_IFS
c6b750e1
DJ
1952
1953} >&5
1954
1955cat >&5 <<_ACEOF
1956
1957
1958## ----------- ##
1959## Core tests. ##
1960## ----------- ##
1961
1962_ACEOF
1963
1964
1965# Keep a trace of the command line.
1966# Strip out --no-create and --no-recursion so they do not pile up.
1967# Strip out --silent because we don't want to record it for future runs.
1968# Also quote any args containing shell meta-characters.
1969# Make two passes to allow for proper duplicate-argument suppression.
1970ac_configure_args=
1971ac_configure_args0=
1972ac_configure_args1=
c6b750e1
DJ
1973ac_must_keep_next=false
1974for ac_pass in 1 2
1975do
1976 for ac_arg
1977 do
1978 case $ac_arg in
1979 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1980 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1981 | -silent | --silent | --silen | --sile | --sil)
1982 continue ;;
81ecdfbb
RW
1983 *\'*)
1984 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
1985 esac
1986 case $ac_pass in
81ecdfbb 1987 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c6b750e1 1988 2)
81ecdfbb 1989 as_fn_append ac_configure_args1 " '$ac_arg'"
c6b750e1
DJ
1990 if test $ac_must_keep_next = true; then
1991 ac_must_keep_next=false # Got value, back to normal.
1992 else
1993 case $ac_arg in
1994 *=* | --config-cache | -C | -disable-* | --disable-* \
1995 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1996 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1997 | -with-* | --with-* | -without-* | --without-* | --x)
1998 case "$ac_configure_args0 " in
1999 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2000 esac
2001 ;;
2002 -* ) ac_must_keep_next=true ;;
2003 esac
2004 fi
81ecdfbb 2005 as_fn_append ac_configure_args " '$ac_arg'"
c6b750e1
DJ
2006 ;;
2007 esac
2008 done
2009done
81ecdfbb
RW
2010{ ac_configure_args0=; unset ac_configure_args0;}
2011{ ac_configure_args1=; unset ac_configure_args1;}
c6b750e1
DJ
2012
2013# When interrupted or exit'd, cleanup temporary files, and complete
2014# config.log. We remove comments because anyway the quotes in there
2015# would cause problems or look ugly.
81ecdfbb
RW
2016# WARNING: Use '\'' to represent an apostrophe within the trap.
2017# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c6b750e1
DJ
2018trap 'exit_status=$?
2019 # Save into config.log some information that might help in debugging.
2020 {
2021 echo
2022
2023 cat <<\_ASBOX
2024## ---------------- ##
2025## Cache variables. ##
2026## ---------------- ##
2027_ASBOX
2028 echo
2029 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2030(
2031 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2032 eval ac_val=\$$ac_var
2033 case $ac_val in #(
2034 *${as_nl}*)
2035 case $ac_var in #(
2036 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2037$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2038 esac
2039 case $ac_var in #(
2040 _ | IFS | as_nl) ;; #(
2041 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2042 *) { eval $ac_var=; unset $ac_var;} ;;
2043 esac ;;
2044 esac
2045 done
c6b750e1 2046 (set) 2>&1 |
81ecdfbb
RW
2047 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2048 *${as_nl}ac_space=\ *)
c6b750e1 2049 sed -n \
81ecdfbb
RW
2050 "s/'\''/'\''\\\\'\'''\''/g;
2051 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2052 ;; #(
c6b750e1 2053 *)
81ecdfbb 2054 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 2055 ;;
81ecdfbb
RW
2056 esac |
2057 sort
2058)
c6b750e1
DJ
2059 echo
2060
2061 cat <<\_ASBOX
2062## ----------------- ##
2063## Output variables. ##
2064## ----------------- ##
2065_ASBOX
2066 echo
2067 for ac_var in $ac_subst_vars
2068 do
81ecdfbb
RW
2069 eval ac_val=\$$ac_var
2070 case $ac_val in
2071 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2072 esac
2073 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
2074 done | sort
2075 echo
2076
2077 if test -n "$ac_subst_files"; then
2078 cat <<\_ASBOX
81ecdfbb
RW
2079## ------------------- ##
2080## File substitutions. ##
2081## ------------------- ##
c6b750e1
DJ
2082_ASBOX
2083 echo
2084 for ac_var in $ac_subst_files
2085 do
81ecdfbb
RW
2086 eval ac_val=\$$ac_var
2087 case $ac_val in
2088 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2089 esac
2090 $as_echo "$ac_var='\''$ac_val'\''"
c6b750e1
DJ
2091 done | sort
2092 echo
2093 fi
2094
2095 if test -s confdefs.h; then
2096 cat <<\_ASBOX
2097## ----------- ##
2098## confdefs.h. ##
2099## ----------- ##
2100_ASBOX
2101 echo
81ecdfbb 2102 cat confdefs.h
c6b750e1
DJ
2103 echo
2104 fi
2105 test "$ac_signal" != 0 &&
81ecdfbb
RW
2106 $as_echo "$as_me: caught signal $ac_signal"
2107 $as_echo "$as_me: exit $exit_status"
c6b750e1 2108 } >&5
81ecdfbb
RW
2109 rm -f core *.core core.conftest.* &&
2110 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c6b750e1 2111 exit $exit_status
81ecdfbb 2112' 0
c6b750e1 2113for ac_signal in 1 2 13 15; do
81ecdfbb 2114 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c6b750e1
DJ
2115done
2116ac_signal=0
2117
2118# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2119rm -f -r conftest* confdefs.h
2120
2121$as_echo "/* confdefs.h */" > confdefs.h
c6b750e1
DJ
2122
2123# Predefined preprocessor variables.
2124
2125cat >>confdefs.h <<_ACEOF
2126#define PACKAGE_NAME "$PACKAGE_NAME"
2127_ACEOF
2128
c6b750e1
DJ
2129cat >>confdefs.h <<_ACEOF
2130#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2131_ACEOF
2132
c6b750e1
DJ
2133cat >>confdefs.h <<_ACEOF
2134#define PACKAGE_VERSION "$PACKAGE_VERSION"
2135_ACEOF
2136
c6b750e1
DJ
2137cat >>confdefs.h <<_ACEOF
2138#define PACKAGE_STRING "$PACKAGE_STRING"
2139_ACEOF
2140
c6b750e1
DJ
2141cat >>confdefs.h <<_ACEOF
2142#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2143_ACEOF
2144
81ecdfbb
RW
2145cat >>confdefs.h <<_ACEOF
2146#define PACKAGE_URL "$PACKAGE_URL"
2147_ACEOF
2148
c6b750e1
DJ
2149
2150# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2151# Prefer an explicitly selected file to automatically selected ones.
2152ac_site_file1=NONE
2153ac_site_file2=NONE
2154if test -n "$CONFIG_SITE"; then
2155 ac_site_file1=$CONFIG_SITE
2156elif test "x$prefix" != xNONE; then
2157 ac_site_file1=$prefix/share/config.site
2158 ac_site_file2=$prefix/etc/config.site
2159else
2160 ac_site_file1=$ac_default_prefix/share/config.site
2161 ac_site_file2=$ac_default_prefix/etc/config.site
a0da8069 2162fi
81ecdfbb
RW
2163for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2164do
2165 test "x$ac_site_file" = xNONE && continue
a0da8069 2166 if test -r "$ac_site_file"; then
81ecdfbb
RW
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2168$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c6b750e1 2169 sed 's/^/| /' "$ac_site_file" >&5
a0da8069
NN
2170 . "$ac_site_file"
2171 fi
2172done
2173
2174if test -r "$cache_file"; then
c6b750e1
DJ
2175 # Some versions of bash will fail to source /dev/null (special
2176 # files actually), so we avoid doing that.
2177 if test -f "$cache_file"; then
81ecdfbb
RW
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2179$as_echo "$as_me: loading cache $cache_file" >&6;}
c6b750e1 2180 case $cache_file in
81ecdfbb
RW
2181 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2182 *) . "./$cache_file";;
c6b750e1
DJ
2183 esac
2184 fi
a0da8069 2185else
81ecdfbb
RW
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2187$as_echo "$as_me: creating cache $cache_file" >&6;}
c6b750e1
DJ
2188 >$cache_file
2189fi
2190
2191# Check that the precious variables saved in the cache have kept the same
2192# value.
2193ac_cache_corrupted=false
81ecdfbb 2194for ac_var in $ac_precious_vars; do
c6b750e1
DJ
2195 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2196 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2197 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2198 eval ac_new_val=\$ac_env_${ac_var}_value
c6b750e1
DJ
2199 case $ac_old_set,$ac_new_set in
2200 set,)
81ecdfbb
RW
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2202$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c6b750e1
DJ
2203 ac_cache_corrupted=: ;;
2204 ,set)
81ecdfbb
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2206$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c6b750e1
DJ
2207 ac_cache_corrupted=: ;;
2208 ,);;
2209 *)
2210 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2211 # differences in whitespace do not lead to failure.
2212 ac_old_val_w=`echo x $ac_old_val`
2213 ac_new_val_w=`echo x $ac_new_val`
2214 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2216$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2217 ac_cache_corrupted=:
2218 else
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2220$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2221 eval $ac_var=\$ac_old_val
2222 fi
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2224$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2226$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c6b750e1
DJ
2227 fi;;
2228 esac
2229 # Pass precious variables to config.status.
2230 if test "$ac_new_set" = set; then
2231 case $ac_new_val in
81ecdfbb 2232 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c6b750e1
DJ
2233 *) ac_arg=$ac_var=$ac_new_val ;;
2234 esac
2235 case " $ac_configure_args " in
2236 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2237 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c6b750e1
DJ
2238 esac
2239 fi
2240done
2241if $ac_cache_corrupted; then
81ecdfbb
RW
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2243$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2245$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2246 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
a0da8069 2247fi
81ecdfbb
RW
2248## -------------------- ##
2249## Main body of script. ##
2250## -------------------- ##
a0da8069
NN
2251
2252ac_ext=c
a0da8069 2253ac_cpp='$CPP $CPPFLAGS'
c6b750e1
DJ
2254ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2255ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2256ac_compiler_gnu=$ac_cv_c_compiler_gnu
2257
2258
2259
2260
c6b750e1
DJ
2261
2262
34a0f3cf 2263
c6b750e1 2264
5b553f7e
RW
2265
2266progname=$0
2267# if PWD already has a value, it is probably wrong.
2268if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2269
2270# Export original configure arguments for use by sub-configures.
2271# Quote arguments with shell meta charatcers.
2272TOPLEVEL_CONFIGURE_ARGUMENTS=
2273set -- "$progname" "$@"
2274for ac_arg
2275do
2276 case "$ac_arg" in
2277 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2278 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2279 # if the argument is of the form -foo=baz, quote the baz part only
2280 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2281 *) ;;
2282 esac
2283 # Add the quoted argument to the list.
2284 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2285done
2286if test "$silent" = yes; then
2287 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2288fi
2289# Remove the initial space we just introduced and, as these will be
2290# expanded by make, quote '$'.
2291TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2292
c6b750e1
DJ
2293
2294# Find the build, host, and target systems.
a0da8069 2295ac_aux_dir=
81ecdfbb
RW
2296for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2297 for ac_t in install-sh install.sh shtool; do
2298 if test -f "$ac_dir/$ac_t"; then
2299 ac_aux_dir=$ac_dir
2300 ac_install_sh="$ac_aux_dir/$ac_t -c"
2301 break 2
2302 fi
2303 done
a0da8069
NN
2304done
2305if test -z "$ac_aux_dir"; then
81ecdfbb 2306 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
a0da8069 2307fi
81ecdfbb
RW
2308
2309# These three variables are undocumented and unsupported,
2310# and are intended to be withdrawn in a future Autoconf release.
2311# They can cause serious problems if a builder's source tree is in a directory
2312# whose full name contains unusual characters.
2313ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2314ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2315ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2316
a0da8069 2317
c6b750e1 2318# Make sure we can run config.sub.
81ecdfbb
RW
2319$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2320 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2321
2322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2323$as_echo_n "checking build system type... " >&6; }
2324if test "${ac_cv_build+set}" = set; then :
2325 $as_echo_n "(cached) " >&6
2326else
2327 ac_build_alias=$build_alias
2328test "x$ac_build_alias" = x &&
2329 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2330test "x$ac_build_alias" = x &&
2331 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2332ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2333 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2334
2335fi
2336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2337$as_echo "$ac_cv_build" >&6; }
2338case $ac_cv_build in
2339*-*-*) ;;
2340*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2341esac
c6b750e1 2342build=$ac_cv_build
81ecdfbb
RW
2343ac_save_IFS=$IFS; IFS='-'
2344set x $ac_cv_build
2345shift
2346build_cpu=$1
2347build_vendor=$2
2348shift; shift
2349# Remember, the first character of IFS is used to create $*,
2350# except with old shells:
2351build_os=$*
2352IFS=$ac_save_IFS
2353case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
a0da8069 2354
a0da8069 2355
c6b750e1
DJ
2356 case ${build_alias} in
2357 "") build_noncanonical=${build} ;;
2358 *) build_noncanonical=${build_alias} ;;
cac3d6c4
CM
2359esac
2360
2361
cac3d6c4 2362
c6b750e1
DJ
2363 case ${host_alias} in
2364 "") host_noncanonical=${build_noncanonical} ;;
2365 *) host_noncanonical=${host_alias} ;;
cac3d6c4
CM
2366esac
2367
cac3d6c4 2368
c6b750e1
DJ
2369
2370 case ${target_alias} in
2371 "") target_noncanonical=${host_noncanonical} ;;
2372 *) target_noncanonical=${target_alias} ;;
cac3d6c4
CM
2373esac
2374
cac3d6c4 2375
c6b750e1
DJ
2376
2377
2378test "$host_noncanonical" = "$target_noncanonical" &&
a0da8069
NN
2379 test "$program_prefix$program_suffix$program_transform_name" = \
2380 NONENONEs,x,x, &&
c6b750e1 2381 program_transform_name=s,y,y,
cac3d6c4 2382
81ecdfbb
RW
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2384$as_echo_n "checking host system type... " >&6; }
2385if test "${ac_cv_host+set}" = set; then :
2386 $as_echo_n "(cached) " >&6
cac3d6c4 2387else
81ecdfbb
RW
2388 if test "x$host_alias" = x; then
2389 ac_cv_host=$ac_cv_build
2390else
2391 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2392 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2393fi
c6b750e1
DJ
2394
2395fi
81ecdfbb
RW
2396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2397$as_echo "$ac_cv_host" >&6; }
2398case $ac_cv_host in
2399*-*-*) ;;
2400*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2401esac
c6b750e1 2402host=$ac_cv_host
81ecdfbb
RW
2403ac_save_IFS=$IFS; IFS='-'
2404set x $ac_cv_host
2405shift
2406host_cpu=$1
2407host_vendor=$2
2408shift; shift
2409# Remember, the first character of IFS is used to create $*,
2410# except with old shells:
2411host_os=$*
2412IFS=$ac_save_IFS
2413case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2414
2415
81ecdfbb
RW
2416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2417$as_echo_n "checking target system type... " >&6; }
2418if test "${ac_cv_target+set}" = set; then :
2419 $as_echo_n "(cached) " >&6
c6b750e1 2420else
81ecdfbb
RW
2421 if test "x$target_alias" = x; then
2422 ac_cv_target=$ac_cv_host
2423else
2424 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2425 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2426fi
c6b750e1 2427
cac3d6c4 2428fi
81ecdfbb
RW
2429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2430$as_echo "$ac_cv_target" >&6; }
2431case $ac_cv_target in
2432*-*-*) ;;
2433*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2434esac
c6b750e1 2435target=$ac_cv_target
81ecdfbb
RW
2436ac_save_IFS=$IFS; IFS='-'
2437set x $ac_cv_target
2438shift
2439target_cpu=$1
2440target_vendor=$2
2441shift; shift
2442# Remember, the first character of IFS is used to create $*,
2443# except with old shells:
2444target_os=$*
2445IFS=$ac_save_IFS
2446case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
c6b750e1
DJ
2447
2448
2449# The aliases save the names the user supplied, while $host etc.
2450# will get canonicalized.
2451test -n "$target_alias" &&
2452 test "$program_prefix$program_suffix$program_transform_name" = \
2453 NONENONEs,x,x, &&
2454 program_prefix=${target_alias}-
81ecdfbb 2455
a0da8069 2456test "$program_prefix" != NONE &&
81ecdfbb 2457 program_transform_name="s&^&$program_prefix&;$program_transform_name"
a0da8069
NN
2458# Use a double $ so make ignores it.
2459test "$program_suffix" != NONE &&
81ecdfbb
RW
2460 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2461# Double any \ or $.
c6b750e1 2462# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2463ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2464program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cac3d6c4 2465
a0da8069
NN
2466
2467
e5c3f801
NN
2468# Get 'install' or 'install-sh' and its variants.
2469# Find a good install program. We prefer a C program (faster),
2470# so one script is as good as another. But avoid the broken or
2471# incompatible versions:
2472# SysV /etc/install, /usr/sbin/install
2473# SunOS /usr/etc/install
2474# IRIX /sbin/install
2475# AIX /bin/install
c6b750e1 2476# AmigaOS /C/install, which installs bootblocks on floppy discs
e5c3f801
NN
2477# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2478# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2479# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
c6b750e1 2480# OS/2's system install, which has a completely different semantic
e5c3f801 2481# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 2482# Reject install programs that cannot install multiple files.
81ecdfbb
RW
2483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2484$as_echo_n "checking for a BSD-compatible install... " >&6; }
e5c3f801 2485if test -z "$INSTALL"; then
81ecdfbb
RW
2486if test "${ac_cv_path_install+set}" = set; then :
2487 $as_echo_n "(cached) " >&6
c6b750e1
DJ
2488else
2489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2490for as_dir in $PATH
2491do
2492 IFS=$as_save_IFS
2493 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2494 # Account for people who put trailing slashes in PATH elements.
2495case $as_dir/ in #((
2496 ./ | .// | /[cC]/* | \
c6b750e1 2497 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 2498 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
c6b750e1
DJ
2499 /usr/ucb/* ) ;;
2500 *)
2501 # OSF1 and SCO ODT 3.0 have their own names for install.
2502 # Don't use installbsd from OSF since it installs stuff as root
2503 # by default.
2504 for ac_prog in ginstall scoinst install; do
2505 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 2506 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
e5c3f801 2507 if test $ac_prog = install &&
c6b750e1 2508 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
e5c3f801
NN
2509 # AIX install. It has an incompatible calling convention.
2510 :
c6b750e1
DJ
2511 elif test $ac_prog = install &&
2512 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2513 # program-specific install script used by HP pwplus--don't use.
2514 :
e5c3f801 2515 else
58c85be7
RW
2516 rm -rf conftest.one conftest.two conftest.dir
2517 echo one > conftest.one
2518 echo two > conftest.two
2519 mkdir conftest.dir
2520 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2521 test -s conftest.one && test -s conftest.two &&
2522 test -s conftest.dir/conftest.one &&
2523 test -s conftest.dir/conftest.two
2524 then
2525 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2526 break 3
2527 fi
e5c3f801
NN
2528 fi
2529 fi
2530 done
c6b750e1
DJ
2531 done
2532 ;;
2533esac
81ecdfbb
RW
2534
2535 done
2536IFS=$as_save_IFS
c6b750e1 2537
58c85be7 2538rm -rf conftest.one conftest.two conftest.dir
e5c3f801
NN
2539
2540fi
2541 if test "${ac_cv_path_install+set}" = set; then
c6b750e1 2542 INSTALL=$ac_cv_path_install
e5c3f801 2543 else
58c85be7
RW
2544 # As a last resort, use the slow shell script. Don't cache a
2545 # value for INSTALL within a source directory, because that will
e5c3f801 2546 # break other packages using the cache if that directory is
58c85be7 2547 # removed, or if the value is a relative name.
c6b750e1 2548 INSTALL=$ac_install_sh
e5c3f801
NN
2549 fi
2550fi
81ecdfbb
RW
2551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2552$as_echo "$INSTALL" >&6; }
e5c3f801
NN
2553
2554# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2555# It thinks the first close brace ends the variable substitution.
2556test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2557
c6b750e1 2558test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
e5c3f801
NN
2559
2560test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2561
81ecdfbb
RW
2562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2563$as_echo_n "checking whether ln works... " >&6; }
2564if test "${acx_cv_prog_LN+set}" = set; then :
2565 $as_echo_n "(cached) " >&6
656fdd47
PB
2566else
2567 rm -f conftestdata_t
2568echo >conftestdata_f
2569if ln conftestdata_f conftestdata_t 2>/dev/null
2570then
2571 acx_cv_prog_LN=ln
2572else
2573 acx_cv_prog_LN=no
2574fi
2575rm -f conftestdata_f conftestdata_t
2576
2577fi
2578if test $acx_cv_prog_LN = no; then
2579 LN="cp"
81ecdfbb
RW
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2581$as_echo "no, using $LN" >&6; }
656fdd47
PB
2582else
2583 LN="$acx_cv_prog_LN"
81ecdfbb
RW
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2585$as_echo "yes" >&6; }
656fdd47
PB
2586fi
2587
81ecdfbb
RW
2588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2589$as_echo_n "checking whether ln -s works... " >&6; }
c6b750e1
DJ
2590LN_S=$as_ln_s
2591if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2593$as_echo "yes" >&6; }
cac3d6c4 2594else
81ecdfbb
RW
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2596$as_echo "no, using $LN_S" >&6; }
dfdffa2c
PB
2597fi
2598
8e957354
PB
2599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2600$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2601if test "${ac_cv_path_SED+set}" = set; then :
2602 $as_echo_n "(cached) " >&6
2603else
2604 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2605 for ac_i in 1 2 3 4 5 6 7; do
2606 ac_script="$ac_script$as_nl$ac_script"
2607 done
2608 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2609 { ac_script=; unset ac_script;}
2610 if test -z "$SED"; then
2611 ac_path_SED_found=false
2612 # Loop through the user's path and test for each of PROGNAME-LIST
2613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2614for as_dir in $PATH
2615do
2616 IFS=$as_save_IFS
2617 test -z "$as_dir" && as_dir=.
2618 for ac_prog in sed gsed; do
2619 for ac_exec_ext in '' $ac_executable_extensions; do
2620 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2621 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2622# Check for GNU ac_path_SED and select it if it is found.
2623 # Check for GNU $ac_path_SED
2624case `"$ac_path_SED" --version 2>&1` in
2625*GNU*)
2626 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2627*)
2628 ac_count=0
2629 $as_echo_n 0123456789 >"conftest.in"
2630 while :
2631 do
2632 cat "conftest.in" "conftest.in" >"conftest.tmp"
2633 mv "conftest.tmp" "conftest.in"
2634 cp "conftest.in" "conftest.nl"
2635 $as_echo '' >> "conftest.nl"
2636 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2637 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2638 as_fn_arith $ac_count + 1 && ac_count=$as_val
2639 if test $ac_count -gt ${ac_path_SED_max-0}; then
2640 # Best one so far, save it but keep looking for a better one
2641 ac_cv_path_SED="$ac_path_SED"
2642 ac_path_SED_max=$ac_count
2643 fi
2644 # 10*(2^10) chars as input seems more than enough
2645 test $ac_count -gt 10 && break
2646 done
2647 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2648esac
2649
2650 $ac_path_SED_found && break 3
2651 done
2652 done
2653 done
2654IFS=$as_save_IFS
2655 if test -z "$ac_cv_path_SED"; then
2656 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2657 fi
2658else
2659 ac_cv_path_SED=$SED
2660fi
2661
2662fi
2663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2664$as_echo "$ac_cv_path_SED" >&6; }
2665 SED="$ac_cv_path_SED"
2666 rm -f conftest.sed
2667
2668for ac_prog in gawk mawk nawk awk
2669do
2670 # Extract the first word of "$ac_prog", so it can be a program name with args.
2671set dummy $ac_prog; ac_word=$2
2672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2673$as_echo_n "checking for $ac_word... " >&6; }
2674if test "${ac_cv_prog_AWK+set}" = set; then :
2675 $as_echo_n "(cached) " >&6
2676else
2677 if test -n "$AWK"; then
2678 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2679else
2680as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2681for as_dir in $PATH
2682do
2683 IFS=$as_save_IFS
2684 test -z "$as_dir" && as_dir=.
2685 for ac_exec_ext in '' $ac_executable_extensions; do
2686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2687 ac_cv_prog_AWK="$ac_prog"
2688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2689 break 2
2690 fi
2691done
2692 done
2693IFS=$as_save_IFS
2694
2695fi
2696fi
2697AWK=$ac_cv_prog_AWK
2698if test -n "$AWK"; then
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2700$as_echo "$AWK" >&6; }
2701else
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2703$as_echo "no" >&6; }
2704fi
2705
2706
2707 test -n "$AWK" && break
2708done
2709
e5c3f801 2710
0fdbe983
DJ
2711srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2712
2713# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2714# a relative path.
2715if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2716 INSTALL="${srcpwd}/install-sh -c"
2717fi
2718
a0da8069
NN
2719# Set srcdir to "." if that's what it is.
2720# This is important for multilib support.
2721pwd=`${PWDCMD-pwd}`
a0da8069
NN
2722if test "${pwd}" = "${srcpwd}" ; then
2723 srcdir=.
252b5132
RH
2724fi
2725
a0da8069 2726topsrcdir=$srcpwd
252b5132 2727
a0da8069 2728extra_host_args=
afefada0 2729
a0da8069
NN
2730### To add a new directory to the tree, first choose whether it is a target
2731### or a host dependent tool. Then put it into the appropriate list
2732### (library or tools, host or target), doing a dependency sort.
252b5132 2733
c6b750e1 2734# Subdirs will be configured in the order listed in build_configdirs,
a0da8069 2735# configdirs, or target_configdirs; see the serialization section below.
252b5132 2736
c6b750e1
DJ
2737# Dependency sorting is only needed when *configuration* must be done in
2738# a particular order. In all cases a dependency should be specified in
a0da8069 2739# the Makefile, whether or not it's implicitly specified here.
252b5132 2740
a0da8069
NN
2741# Double entries in build_configdirs, configdirs, or target_configdirs may
2742# cause circular dependencies and break everything horribly.
252b5132 2743
6a9cf61e
PB
2744# these library is used by various programs built for the build
2745# environment
2746#
2747build_libs="build-libiberty"
2748
2749# these tools are built for the build environment
a90ef4bf 2750build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
6a9cf61e 2751
a0da8069
NN
2752# these libraries are used by various programs built for the host environment
2753#
2bf680c4 2754host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
a0da8069 2755
a0da8069
NN
2756# these tools are built for the host environment
2757# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2758# know that we are building the simulator.
2759# binutils, gas and ld appear in that order because it makes sense to run
2760# "make check" in that particular order.
e6de499b 2761# If --enable-gold is used, "gold" may replace "ld".
a90ef4bf 2762host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
a0da8069
NN
2763
2764# libgcj represents the runtime libraries only used by gcj.
2765libgcj="target-libffi \
a0da8069 2766 target-zlib \
a0da8069
NN
2767 target-libjava"
2768
2769# these libraries are built for the target environment, and are built after
2770# the host libraries and the host tools (which may be a cross compiler)
ffdd6afc 2771# Note that libiberty is not a target library.
b1299c4e 2772target_libraries="target-libgcc \
2bf680c4 2773 target-libbacktrace \
a0da8069
NN
2774 target-libgloss \
2775 target-newlib \
cff87f51 2776 target-libgomp \
522e3d71 2777 target-libcilkrts \
7ec59b9e 2778 target-libatomic \
d32e2926 2779 target-libitm \
b9459e83 2780 target-libstdc++-v3 \
5286fdef 2781 target-libsanitizer \
95e43135 2782 target-libvtv \
bb780410 2783 target-libssp \
e552509b 2784 target-libquadmath \
4b1cb4fe 2785 target-libgfortran \
4f0ef2d8 2786 target-boehm-gc \
83326456 2787 ${libgcj} \
a2592b1b 2788 target-libobjc \
e552509b
ILT
2789 target-libada \
2790 target-libgo"
a0da8069 2791
9c14acb8
NN
2792# these tools are built using the target libraries, and are intended to
2793# run only in the target environment
a0da8069 2794#
9c14acb8 2795# note: any program that *uses* libraries that are in the "target_libraries"
0377a422 2796# list belongs in this list.
a0da8069 2797#
a90ef4bf 2798target_tools="target-rda"
252b5132 2799
a0da8069 2800################################################################################
252b5132 2801
a0da8069
NN
2802## All tools belong in one of the four categories, and are assigned above
2803## We assign ${configdirs} this way to remove all embedded newlines. This
2804## is important because configure will choke if they ever get through.
2805## ${configdirs} is directories we build using the host tools.
2806## ${target_configdirs} is directories we build using the target tools.
a0da8069 2807configdirs=`echo ${host_libs} ${host_tools}`
9c14acb8 2808target_configdirs=`echo ${target_libraries} ${target_tools}`
ee025550 2809build_configdirs=`echo ${build_libs} ${build_tools}`
dd12c3a8 2810
9cc8ae67
PB
2811
2812
a0da8069 2813################################################################################
252b5132 2814
a0da8069 2815srcname="gnu development package"
252b5132 2816
a0da8069
NN
2817# This gets set non-empty for some net releases of packages.
2818appdirs=""
252b5132 2819
a0da8069
NN
2820# Define is_cross_compiler to save on calls to 'test'.
2821is_cross_compiler=
2822if test x"${host}" = x"${target}" ; then
2823 is_cross_compiler=no
252b5132 2824else
a0da8069 2825 is_cross_compiler=yes
c6b750e1 2826fi
252b5132 2827
9175bfc0 2828# Find the build and target subdir names.
dd12c3a8 2829
66a79c16
DJ
2830# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2831# have matching libraries, they should use host libraries: Makefile.tpl
2832# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2833# However, they still use the build modules, because the corresponding
2834# host modules (e.g. bison) are only built for the host when bootstrap
2835# finishes. So:
2836# - build_subdir is where we find build modules, and never changes.
2837# - build_libsubdir is where we find build libraries, and can be overridden.
2838
2839# Prefix 'build-' so this never conflicts with target_subdir.
dd12c3a8 2840build_subdir="build-${build_noncanonical}"
c6b750e1 2841
81ecdfbb
RW
2842# Check whether --with-build-libsubdir was given.
2843if test "${with_build_libsubdir+set}" = set; then :
2844 withval=$with_build_libsubdir; build_libsubdir="$withval"
66a79c16
DJ
2845else
2846 build_libsubdir="$build_subdir"
81ecdfbb
RW
2847fi
2848
b00612cc
PB
2849# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2850if ( test $srcdir = . && test -d gcc ) \
2851 || test -d $srcdir/../host-${host_noncanonical}; then
2852 host_subdir="host-${host_noncanonical}"
2853else
2854 host_subdir=.
2855fi
dd12c3a8
NN
2856# No prefix.
2857target_subdir=${target_noncanonical}
c6b750e1 2858
2fd0b40b
RW
2859# Be sure to cover against remnants of an in-tree build.
2860if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2861 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2862Use a pristine source tree when building in a separate tree" "$LINENO" 5
2863fi
252b5132 2864
a0da8069
NN
2865# Skipdirs are removed silently.
2866skipdirs=
2867# Noconfigdirs are removed loudly.
2868noconfigdirs=""
252b5132 2869
a0da8069
NN
2870use_gnu_ld=
2871# Make sure we don't let GNU ld be added if we didn't want it.
2872if test x$with_gnu_ld = xno ; then
2873 use_gnu_ld=no
93f9b408 2874 noconfigdirs="$noconfigdirs ld gold"
252b5132
RH
2875fi
2876
a0da8069
NN
2877use_gnu_as=
2878# Make sure we don't let GNU as be added if we didn't want it.
2879if test x$with_gnu_as = xno ; then
2880 use_gnu_as=no
2881 noconfigdirs="$noconfigdirs gas"
252b5132
RH
2882fi
2883
700d40ca
ILT
2884use_included_zlib=
2885# Make sure we don't let ZLIB be added if we didn't want it.
2886if test x$with_system_zlib = xyes ; then
2887 use_included_zlib=no
2888 noconfigdirs="$noconfigdirs zlib"
2889fi
2890
c6b750e1 2891# some tools are so dependent upon X11 that if we're not building with X,
a0da8069 2892# it's not even worth trying to configure, much less build, that tool.
252b5132 2893
a0da8069
NN
2894case ${with_x} in
2895 yes | "") ;; # the default value for this tree is that X11 is available
2896 no)
675c6968 2897 skipdirs="${skipdirs} tk itcl libgui"
a0da8069 2898 # We won't be able to build gdbtk without X.
c6b750e1 2899 enable_gdbtk=no
a0da8069
NN
2900 ;;
2901 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2902esac
252b5132 2903
0377a422 2904# Some are only suitable for cross toolchains.
a0da8069
NN
2905# Remove these if host=target.
2906cross_only="target-libgloss target-newlib target-opcodes"
2907
2908case $is_cross_compiler in
2909 no) skipdirs="${skipdirs} ${cross_only}" ;;
a0da8069 2910esac
252b5132 2911
a0da8069
NN
2912# If both --with-headers and --with-libs are specified, default to
2913# --without-newlib.
32be62b5
RS
2914if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2915 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
a0da8069
NN
2916 if test x"${with_newlib}" = x ; then
2917 with_newlib=no
2918 fi
252b5132
RH
2919fi
2920
a0da8069
NN
2921# Recognize --with-newlib/--without-newlib.
2922case ${with_newlib} in
2923 no) skipdirs="${skipdirs} target-newlib" ;;
2924 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2925esac
252b5132 2926
c7791212
NC
2927# Handle --enable-gold, --enable-ld.
2928# --disable-gold [--enable-ld]
2929# Build only ld. Default option.
d3b50760
L
2930# --enable-gold [--enable-ld]
2931# Build both gold and ld. Install gold as "ld.gold", install ld
2932# as "ld.bfd" and "ld".
2933# --enable-gold=default [--enable-ld]
c7791212
NC
2934# Build both gold and ld. Install gold as "ld.gold" and "ld",
2935# install ld as "ld.bfd".
2936# --enable-gold[=default] --disable-ld
2937# Build only gold, which is then installed as both "ld.gold" and "ld".
2938# --enable-gold --enable-ld=default
d3b50760
L
2939# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2940# and ld.bfd).
c7791212
NC
2941# In other words, ld is default
2942# --enable-gold=default --enable-ld=default
2943# Error.
2944
2945default_ld=
81ecdfbb
RW
2946# Check whether --enable-gold was given.
2947if test "${enable_gold+set}" = set; then :
2948 enableval=$enable_gold; ENABLE_GOLD=$enableval
93f9b408
ILT
2949else
2950 ENABLE_GOLD=no
81ecdfbb
RW
2951fi
2952
c7791212
NC
2953case "${ENABLE_GOLD}" in
2954 yes|default)
e6de499b
NC
2955 # Check for ELF target.
2956 is_elf=no
2957 case "${target}" in
2958 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2344b8da 2959 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
5b806d27 2960 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2bda3143 2961 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
e6de499b
NC
2962 case "${target}" in
2963 *-*-linux*aout* | *-*-linux*oldld*)
2964 ;;
2965 *)
2966 is_elf=yes
2967 ;;
2968 esac
2969 esac
2970
2971 if test "$is_elf" = "yes"; then
2972 # Check for target supported by gold.
93f9b408 2973 case "${target}" in
5c0b3823 2974 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
c7791212
NC
2975 configdirs="$configdirs gold"
2976 if test x${ENABLE_GOLD} = xdefault; then
2977 default_ld=gold
2978 fi
e6de499b 2979 ENABLE_GOLD=yes
93f9b408
ILT
2980 ;;
2981 esac
e6de499b
NC
2982 fi
2983 ;;
2984 no)
2985 ;;
2986 *)
2987 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2988 ;;
c7791212
NC
2989esac
2990
2991# Check whether --enable-ld was given.
2992if test "${enable_ld+set}" = set; then :
2993 enableval=$enable_ld; ENABLE_LD=$enableval
2994else
2995 ENABLE_LD=yes
2996fi
2997
2998
2999case "${ENABLE_LD}" in
3000 default)
d3b50760 3001 if test x${default_ld} != x; then
c7791212
NC
3002 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3003 fi
3004 ;;
3005 yes)
3006 ;;
3007 no)
3008 if test x${ENABLE_GOLD} != xyes; then
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3010$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3011 fi
3012 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3013 ;;
3014 *)
3015 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3016 ;;
3017esac
93f9b408 3018
a0da8069 3019# Configure extra directories which are host specific
252b5132 3020
a0da8069
NN
3021case "${host}" in
3022 *-cygwin*)
3023 configdirs="$configdirs libtermcap" ;;
3024esac
252b5132 3025
59f7ec45
HPN
3026# A target can indicate whether a language isn't supported for some reason.
3027# Only spaces may be used in this macro; not newlines or tabs.
3028unsupported_languages=
3029
c6b750e1 3030# Remove more programs from consideration, based on the host or
a0da8069
NN
3031# target this usually means that a port of the program doesn't
3032# exist yet.
252b5132 3033
a0da8069 3034case "${host}" in
3516a403 3035 i[3456789]86-*-msdosdjgpp*)
6a608608 3036 noconfigdirs="$noconfigdirs tcl tk itcl"
a0da8069 3037 ;;
a0da8069 3038esac
252b5132 3039
4b1cb4fe 3040
89a1e9c3
PB
3041# Check whether --enable-libquadmath was given.
3042if test "${enable_libquadmath+set}" = set; then :
3043 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3044else
3045 ENABLE_LIBQUADMATH=yes
3046fi
3047
3048if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3049 noconfigdirs="$noconfigdirs target-libquadmath"
3050fi
3051
3052
3053# Check whether --enable-libquadmath-support was given.
3054if test "${enable_libquadmath_support+set}" = set; then :
3055 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3056else
3057 ENABLE_LIBQUADMATH_SUPPORT=yes
3058fi
3059
3060enable_libquadmath_support=
3061if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3062 enable_libquadmath_support=no
3063fi
3064
3065
81ecdfbb
RW
3066# Check whether --enable-libada was given.
3067if test "${enable_libada+set}" = set; then :
3068 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3069else
3070 ENABLE_LIBADA=yes
81ecdfbb
RW
3071fi
3072
a2592b1b 3073if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3074 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3075fi
3076
81ecdfbb
RW
3077# Check whether --enable-libssp was given.
3078if test "${enable_libssp+set}" = set; then :
3079 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3080else
3081 ENABLE_LIBSSP=yes
81ecdfbb
RW
3082fi
3083
5f128533 3084
f66a9a70
L
3085# Check whether --enable-libstdcxx was given.
3086if test "${enable_libstdcxx+set}" = set; then :
3087 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3088else
3089 ENABLE_LIBSTDCXX=default
3090fi
3091
3092if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3093 noconfigdirs="$noconfigdirs libstdc++-v3"
3094fi
3095
a0da8069
NN
3096# Save it here so that, even in case of --enable-libgcj, if the Java
3097# front-end isn't enabled, we still get libgcj disabled.
3098libgcj_saved=$libgcj
3099case $enable_libgcj in
3100yes)
3101 # If we reset it here, it won't get added to noconfigdirs in the
3102 # target-specific build rules, so it will be forcibly enabled
3103 # (unless the Java language itself isn't enabled).
3104 libgcj=
3105 ;;
3106no)
3107 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3108 # Don't disable libffi, though, other languages use it.
3109 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3110 # Clear libgcj_saved so that even if java is enabled libffi won't be
3111 # built.
3112 libgcj_saved=
a0da8069
NN
3113 ;;
3114esac
252b5132 3115
ffdd6afc
ILT
3116# Check whether --enable-static-libjava was given.
3117if test "${enable_static_libjava+set}" = set; then :
3118 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3119else
3120 ENABLE_STATIC_LIBJAVA=no
3121fi
3122
3123enable_static_libjava=
3124if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3125 enable_static_libjava=yes
3126fi
3127
3128if test x$enable_static_libjava != xyes ; then
3129 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3130fi
3131
4b1cb4fe 3132
a6df5a19
PB
3133# Disable libgomp on non POSIX hosted systems.
3134if test x$enable_libgomp = x ; then
b3ded179
PB
3135 # Enable libgomp by default on hosted POSIX systems.
3136 case "${target}" in
29383458 3137 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179 3138 ;;
5b806d27 3139 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
b3ded179 3140 ;;
2479f722 3141 *-*-solaris2* | *-*-hpux11*)
b3ded179
PB
3142 ;;
3143 *-*-darwin* | *-*-aix*)
3144 ;;
3145 *)
3146 noconfigdirs="$noconfigdirs target-libgomp"
3147 ;;
3148 esac
a6df5a19 3149fi
b3ded179 3150
7ec59b9e
L
3151# Disable libatomic on unsupported systems.
3152if test -d ${srcdir}/libatomic; then
3153 if test x$enable_libatomic = x; then
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3155$as_echo_n "checking for libatomic support... " >&6; }
3156 if (srcdir=${srcdir}/libatomic; \
3157 . ${srcdir}/configure.tgt; \
3158 test -n "$UNSUPPORTED")
3159 then
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3161$as_echo "no" >&6; }
3162 noconfigdirs="$noconfigdirs target-libatomic"
3163 else
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3165$as_echo "yes" >&6; }
3166 fi
3167 fi
3168fi
3169
522e3d71 3170# Disable libcilkrts on unsupported systems.
3171if test -d ${srcdir}/libcilkrts; then
3172 if test x$enable_libcilkrts = x; then
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3174$as_echo_n "checking for libcilkrts support... " >&6; }
3175 if (srcdir=${srcdir}/libcilkrts; \
3176 . ${srcdir}/configure.tgt; \
3177 test -n "$UNSUPPORTED")
3178 then
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3180$as_echo "no" >&6; }
3181 noconfigdirs="$noconfigdirs target-libcilkrts"
3182 else
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3184$as_echo "yes" >&6; }
3185 fi
3186 fi
3187fi
3188
d32e2926
RH
3189# Disable libitm on unsupported systems.
3190if test -d ${srcdir}/libitm; then
3191 if test x$enable_libitm = x; then
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3193$as_echo_n "checking for libitm support... " >&6; }
3194 if (srcdir=${srcdir}/libitm; \
3195 . ${srcdir}/configure.tgt; \
3196 test -n "$UNSUPPORTED")
3197 then
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3199$as_echo "no" >&6; }
3200 noconfigdirs="$noconfigdirs target-libitm"
3201 else
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3203$as_echo "yes" >&6; }
3204 fi
3205 fi
3206fi
3207
5286fdef
L
3208# Disable libsanitizer on unsupported systems.
3209if test -d ${srcdir}/libsanitizer; then
3210 if test x$enable_libsanitizer = x; then
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3212$as_echo_n "checking for libsanitizer support... " >&6; }
3213 if (srcdir=${srcdir}/libsanitizer; \
3214 . ${srcdir}/configure.tgt; \
3215 test -n "$UNSUPPORTED")
3216 then
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3218$as_echo "no" >&6; }
3219 noconfigdirs="$noconfigdirs target-libsanitizer"
3220 else
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3222$as_echo "yes" >&6; }
3223 fi
3224 fi
3225fi
3226
95e43135
JBG
3227# Disable libvtv on unsupported systems.
3228if test -d ${srcdir}/libvtv; then
3229 if test x$enable_libvtv = x; then
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3231$as_echo_n "checking for libvtv support... " >&6; }
3232 if (srcdir=${srcdir}/libvtv; \
3233 . ${srcdir}/configure.tgt; \
3234 test "$VTV_SUPPORTED" != "yes")
3235 then
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3237$as_echo "no" >&6; }
3238 noconfigdirs="$noconfigdirs target-libvtv"
3239 else
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3241$as_echo "yes" >&6; }
3242 fi
3243 fi
3244fi
3245
1488e230
DE
3246# Disable libquadmath for some systems.
3247case "${target}" in
5286fdef
L
3248 avr-*-*)
3249 noconfigdirs="$noconfigdirs target-libquadmath"
3250 ;;
1488e230
DE
3251 # libquadmath is unused on AIX and libquadmath build process use of
3252 # LD_LIBRARY_PATH can break AIX bootstrap.
3253 powerpc-*-aix* | rs6000-*-aix*)
3254 noconfigdirs="$noconfigdirs target-libquadmath"
3255 ;;
3256esac
3257
065a5627
JM
3258# Disable libssp for some systems.
3259case "${target}" in
3260 avr-*-*)
c5f5c3c2 3261 # No hosted I/O support.
065a5627
JM
3262 noconfigdirs="$noconfigdirs target-libssp"
3263 ;;
3264 powerpc-*-aix* | rs6000-*-aix*)
3265 noconfigdirs="$noconfigdirs target-libssp"
3266 ;;
99c513f6 3267 rl78-*-*)
202e2356
NC
3268 # libssp uses a misaligned load to trigger a fault, but the RL78
3269 # doesn't fault for those - instead, it gives a build-time error
3270 # for explicit misaligned loads.
99c513f6
DD
3271 noconfigdirs="$noconfigdirs target-libssp"
3272 ;;
065a5627
JM
3273esac
3274
065a5627 3275# Disable libstdc++-v3 for some systems.
f66a9a70
L
3276# Allow user to override this if they pass --enable-libstdc++-v3
3277if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3278 case "${target}" in
3279 *-*-vxworks*)
3280 # VxWorks uses the Dinkumware C++ library.
3281 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3282 ;;
3283 arm*-wince-pe*)
3284 # the C++ libraries don't build on top of CE's C libraries
3285 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3286 ;;
3287 avr-*-*)
3288 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3289 ;;
3290 esac
3291fi
065a5627
JM
3292
3293# Disable Fortran for some systems.
3294case "${target}" in
3295 mmix-*-*)
3296 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3297 unsupported_languages="$unsupported_languages fortran"
3298 ;;
3299esac
3300
0827f9a6 3301# Disable Java if libffi is not supported.
9863d716 3302case "${target}" in
e7d5abf1
JBG
3303 aarch64-*-*)
3304 ;;
0827f9a6
JM
3305 alpha*-*-*)
3306 ;;
3307 arm*-*-*)
3308 ;;
3309 cris-*-*)
3310 ;;
3311 frv-*-*)
3312 ;;
3313 hppa*-*-linux*)
3314 ;;
3315 hppa*-*-hpux*)
3316 ;;
3317 i?86-*-*)
3318 ;;
3319 ia64*-*-*)
3320 ;;
3321 m32r*-*-*)
3322 ;;
3323 m68k-*-*)
3324 ;;
2479f722 3325 mips*-*-rtems*)
0827f9a6
JM
3326 ;;
3327 mips*-*-linux*)
3328 ;;
3329 powerpc*-*-linux*)
3330 ;;
3331 powerpc-*-darwin*)
3332 ;;
3333 powerpc-*-aix* | rs6000-*-aix*)
3334 ;;
3335 powerpc-*-freebsd*)
3336 ;;
3337 powerpc64-*-freebsd*)
3338 ;;
3339 powerpc*-*-rtems*)
9863d716 3340 ;;
0827f9a6
JM
3341 s390-*-* | s390x-*-*)
3342 ;;
3343 sh-*-* | sh[34]*-*-*)
3344 ;;
3345 sh64-*-* | sh5*-*-*)
3346 ;;
3347 sparc*-*-*)
3348 ;;
3349 x86_64-*-*)
3350 ;;
3351 *-*-*)
3352 unsupported_languages="$unsupported_languages java"
3353 ;;
3354esac
3355
3356# Disable Java, libgcj or related libraries for some systems.
3357case "${target}" in
9863d716
JM
3358 powerpc-*-darwin*)
3359 ;;
3360 i[3456789]86-*-darwin*)
3361 ;;
3362 x86_64-*-darwin[912]*)
3363 ;;
3364 *-*-darwin*)
3365 noconfigdirs="$noconfigdirs ${libgcj}"
3366 ;;
9863d716
JM
3367 *-*-netware*)
3368 noconfigdirs="$noconfigdirs ${libgcj}"
3369 ;;
3370 *-*-rtems*)
3371 noconfigdirs="$noconfigdirs ${libgcj}"
3372 ;;
3373 *-*-tpf*)
3374 noconfigdirs="$noconfigdirs ${libgcj}"
3375 ;;
3376 *-*-uclinux*)
3377 noconfigdirs="$noconfigdirs ${libgcj}"
3378 ;;
3379 *-*-vxworks*)
3380 noconfigdirs="$noconfigdirs ${libgcj}"
3381 ;;
9863d716
JM
3382 alpha*-*-*vms*)
3383 noconfigdirs="$noconfigdirs ${libgcj}"
3384 ;;
0827f9a6 3385 arm-wince-pe)
9863d716
JM
3386 noconfigdirs="$noconfigdirs ${libgcj}"
3387 ;;
9863d716
JM
3388 arm*-*-symbianelf*)
3389 noconfigdirs="$noconfigdirs ${libgcj}"
3390 ;;
9863d716 3391 bfin-*-*)
9863d716
JM
3392 noconfigdirs="$noconfigdirs target-boehm-gc"
3393 ;;
9863d716
JM
3394 cris-*-* | crisv32-*-*)
3395 unsupported_languages="$unsupported_languages java"
3396 case "${target}" in
3397 *-*-linux*)
3398 ;;
3399 *) # See PR46792 regarding target-libffi.
3400 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3401 esac
3402 ;;
9863d716
JM
3403 hppa*64*-*-linux*)
3404 # In this case, it's because the hppa64-linux target is for
3405 # the kernel only at this point and has no libc, and thus no
3406 # headers, crt*.o, etc., all of which are needed by these.
82ae827f 3407 unsupported_languages="$unsupported_languages java"
9863d716 3408 ;;
82ae827f 3409 hppa*64*-*-hpux*)
9863d716
JM
3410 noconfigdirs="$noconfigdirs ${libgcj}"
3411 ;;
3412 hppa*-hp-hpux11*)
3413 ;;
82ae827f 3414 hppa*-*-hpux*)
9863d716
JM
3415 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3416 # build on HP-UX 10.20.
3417 noconfigdirs="$noconfigdirs ${libgcj}"
3418 ;;
9863d716
JM
3419 ia64*-*-*vms*)
3420 noconfigdirs="$noconfigdirs ${libgcj}"
3421 ;;
9863d716
JM
3422 i[3456789]86-w64-mingw*)
3423 noconfigdirs="$noconfigdirs ${libgcj}"
3424 ;;
3425 i[3456789]86-*-mingw*)
3426 noconfigdirs="$noconfigdirs ${libgcj}"
3427 ;;
3428 x86_64-*-mingw*)
3429 noconfigdirs="$noconfigdirs ${libgcj}"
3430 ;;
9863d716
JM
3431 mmix-*-*)
3432 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
9863d716
JM
3433 ;;
3434 powerpc-*-aix*)
3435 # copied from rs6000-*-* entry
3436 noconfigdirs="$noconfigdirs ${libgcj}"
3437 ;;
9863d716
JM
3438 rs6000-*-aix*)
3439 noconfigdirs="$noconfigdirs ${libgcj}"
3440 ;;
9863d716
JM
3441 *-*-lynxos*)
3442 noconfigdirs="$noconfigdirs ${libgcj}"
3443 ;;
9863d716
JM
3444esac
3445
a413f71a
ILT
3446# Disable libgo for some systems where it is known to not work.
3447# For testing, you can easily override this with --enable-libgo.
3448if test x$enable_libgo = x; then
3449 case "${target}" in
3450 *-*-darwin*)
3451 # PR 46986
3452 noconfigdirs="$noconfigdirs target-libgo"
3453 ;;
3454 *-*-cygwin* | *-*-mingw*)
3455 noconfigdirs="$noconfigdirs target-libgo"
3456 ;;
3457 *-*-aix*)
3458 noconfigdirs="$noconfigdirs target-libgo"
3459 ;;
3460 esac
3461fi
3462
691bb5a1
DD
3463# Default libgloss CPU subdirectory.
3464libgloss_dir="$target_cpu"
4b1cb4fe 3465
ff46fb8f
JM
3466case "${target}" in
3467 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3468 libgloss_dir=wince
3469 ;;
f1dd87fc
YZ
3470 aarch64*-*-* )
3471 libgloss_dir=aarch64
3472 ;;
ff46fb8f
JM
3473 arm*-*-*)
3474 libgloss_dir=arm
3475 ;;
3476 cris-*-* | crisv32-*-*)
3477 libgloss_dir=cris
3478 ;;
3479 hppa*-*-*)
3480 libgloss_dir=pa
3481 ;;
3482 i[3456789]86-*-*)
3483 libgloss_dir=i386
3484 ;;
3485 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3486 libgloss_dir=m68hc11
3487 ;;
3488 m68*-*-* | fido-*-*)
3489 libgloss_dir=m68k
3490 ;;
3491 mips*-*-*)
3492 libgloss_dir=mips
3493 ;;
3494 powerpc*-*-*)
3495 libgloss_dir=rs6000
3496 ;;
3497 sparc*-*-*)
3498 libgloss_dir=sparc
3499 ;;
3500esac
3501
c7e4b184 3502# Disable newlib and libgloss for various target OSes.
a0da8069 3503case "${target}" in
c7e4b184
JM
3504 alpha*-dec-osf*)
3505 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3506 ;;
3507 i[3456789]86-*-linux*)
3508 # This section makes it possible to build newlib natively on linux.
3509 # If we are using a cross compiler then don't configure newlib.
3510 if test x${is_cross_compiler} != xno ; then
3511 noconfigdirs="$noconfigdirs target-newlib"
3512 fi
3513 noconfigdirs="$noconfigdirs target-libgloss"
3514 # If we are not using a cross compiler, do configure newlib.
3515 # Note however, that newlib will only be configured in this situation
3516 # if the --with-newlib option has been given, because otherwise
3517 # 'target-newlib' will appear in skipdirs.
3518 ;;
3519 i[3456789]86-*-rdos*)
3520 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3521 ;;
3522 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3523 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3524 ;;
3525 sparc-*-sunos4*)
3526 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3527 ;;
3528 *-*-aix*)
3529 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3530 ;;
3531 *-*-beos*)
3532 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3533 ;;
a0da8069 3534 *-*-chorusos)
b2f14e4a 3535 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3536 ;;
c7e4b184
JM
3537 *-*-dragonfly*)
3538 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3539 ;;
3540 *-*-freebsd*)
3541 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3542 ;;
3543 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3544 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3545 ;;
3546 *-*-lynxos*)
3547 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3548 ;;
3549 *-*-mingw*)
3550 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3551 ;;
3552 *-*-netbsd*)
3553 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3554 ;;
3555 *-*-netware*)
3556 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3557 ;;
3558 *-*-tpf*)
3559 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3560 ;;
3561 *-*-uclinux*)
3562 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3563 ;;
3564 *-*-vxworks*)
3565 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3566 ;;
3567esac
3568
3569case "${target}" in
3570 *-*-chorusos)
3571 ;;
24741ab2 3572 powerpc-*-darwin*)
9d39db92 3573 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3574 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3575 ;;
85bd1942
TG
3576 i[3456789]86-*-darwin*)
3577 noconfigdirs="$noconfigdirs ld gprof"
3578 noconfigdirs="$noconfigdirs sim target-rda"
3579 ;;
e8a5fa9c 3580 x86_64-*-darwin[912]*)
652dec25
TG
3581 noconfigdirs="$noconfigdirs ld gas gprof"
3582 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3583 ;;
04d1ab34 3584 *-*-darwin*)
d320aacb 3585 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3586 noconfigdirs="$noconfigdirs sim target-rda"
04d1ab34 3587 ;;
5b806d27 3588 *-*-dragonfly*)
5b806d27 3589 ;;
de0b4a87 3590 *-*-freebsd*)
4b1cb4fe
DD
3591 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3592 && test -f /usr/local/include/gmp.h; then
3593 with_gmp=/usr/local
3594 fi
4b1cb4fe 3595 ;;
f8a495c8
NC
3596 *-*-kaos*)
3597 # Remove unsupported stuff on all kaOS configurations.
f8a495c8
NC
3598 noconfigdirs="$noconfigdirs target-libgloss"
3599 ;;
a0da8069 3600 *-*-netbsd*)
a0da8069 3601 ;;
2a3124ca 3602 *-*-netware*)
a0da8069
NN
3603 ;;
3604 *-*-rtems*)
9863d716 3605 noconfigdirs="$noconfigdirs target-libgloss"
f8797b5a
JB
3606 # this is not caught below because this stanza matches earlier
3607 case $target in
3608 or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
3609 esac
a0da8069 3610 ;;
1587117a
EC
3611 # The tpf target doesn't support gdb yet.
3612 *-*-tpf*)
c7e4b184 3613 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
1587117a 3614 ;;
c1968181 3615 *-*-uclinux*)
c7e4b184 3616 noconfigdirs="$noconfigdirs target-rda"
c1968181 3617 ;;
a0da8069 3618 *-*-vxworks*)
a0da8069
NN
3619 ;;
3620 alpha*-dec-osf*)
3621 # ld works, but does not support shared libraries.
a0da8069 3622 # gas doesn't generate exception information.
c7e4b184 3623 noconfigdirs="$noconfigdirs gas ld"
a0da8069
NN
3624 ;;
3625 alpha*-*-*vms*)
9863d716 3626 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
a0da8069 3627 ;;
a0da8069
NN
3628 alpha*-*-*)
3629 # newlib is not 64 bit ready
9863d716 3630 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3631 ;;
a0da8069 3632 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
675c6968 3633 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069 3634 ;;
f4cfb980 3635 arc-*-*|arceb-*-*)
782cb41f 3636 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3637 ;;
a0da8069 3638 arm-*-pe*)
9863d716 3639 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3640 ;;
a0da8069 3641 arm-*-riscix*)
b2f14e4a 3642 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3643 ;;
8e71395b
L
3644 avr-*-rtems*)
3645 ;;
3646 avr-*-*)
3647 if test x${with_avrlibc} != xno; then
3648 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3649 fi
3650 ;;
a0da8069 3651 c4x-*-* | tic4x-*-*)
b2f14e4a 3652 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3653 ;;
b2f14e4a
JM
3654 tic54x-*-*)
3655 noconfigdirs="$noconfigdirs target-libgloss gdb"
a0da8069 3656 ;;
a0da8069 3657 d10v-*-*)
b2f14e4a 3658 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3659 ;;
3660 d30v-*-*)
b2f14e4a 3661 noconfigdirs="$noconfigdirs gdb"
a0da8069
NN
3662 ;;
3663 fr30-*-elf*)
9863d716 3664 noconfigdirs="$noconfigdirs gdb"
a0da8069 3665 ;;
20135e4c 3666 moxie-*-*)
20135e4c
NC
3667 noconfigdirs="$noconfigdirs gprof"
3668 ;;
a0da8069 3669 h8300*-*-*)
9863d716 3670 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3671 ;;
3672 h8500-*-*)
b2f14e4a 3673 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3674 ;;
caeba88f 3675 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3676 ;;
93cc359e 3677 hppa*64*-*-linux*)
a0da8069 3678 ;;
f0ff0f90 3679 hppa*-*-linux*)
5dcac624 3680 ;;
a0da8069 3681 hppa*-*-*elf* | \
a0da8069
NN
3682 hppa*-*-lites* | \
3683 hppa*-*-openbsd* | \
3684 hppa*64*-*-*)
4f0ef2d8
CD
3685 ;;
3686 hppa*-hp-hpux11*)
0377a422 3687 noconfigdirs="$noconfigdirs ld"
a0da8069 3688 ;;
691bb5a1 3689 hppa*-*-pro*)
691bb5a1 3690 ;;
a0da8069 3691 hppa*-*-*)
9863d716 3692 noconfigdirs="$noconfigdirs ld"
a0da8069 3693 ;;
b07c2aad 3694 i960-*-*)
b2f14e4a 3695 noconfigdirs="$noconfigdirs gdb"
b07c2aad 3696 ;;
a0da8069
NN
3697 ia64*-*-elf*)
3698 # No gdb support yet.
0377a422 3699 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
a0da8069
NN
3700 ;;
3701 ia64*-**-hpux*)
92c9a463 3702 # No ld support yet.
9863d716 3703 noconfigdirs="$noconfigdirs libgui itcl ld"
a0da8069 3704 ;;
19e99079 3705 ia64*-*-*vms*)
7ec59b9e
L
3706 # No ld support yet.
3707 noconfigdirs="$noconfigdirs libgui itcl ld"
19e99079 3708 ;;
1f53ca9a 3709 i[3456789]86-w64-mingw*)
1f53ca9a
AO
3710 ;;
3711 i[3456789]86-*-mingw*)
45055374 3712 target_configdirs="$target_configdirs target-winsup"
c6b750e1 3713 ;;
a0da8069
NN
3714 *-*-cygwin*)
3715 target_configdirs="$target_configdirs target-libtermcap target-winsup"
0377a422 3716 noconfigdirs="$noconfigdirs target-libgloss"
b76d7de0 3717 # always build newlib if winsup directory is present.
45055374 3718 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3719 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3720 elif test -d "$srcdir/newlib"; then
45055374 3721 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3722 fi
c6b750e1 3723 ;;
ec11bdc6 3724 i[3456789]86-*-pe)
782cb41f 3725 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3726 ;;
ec11bdc6 3727 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3728 # The linker does not yet know about weak symbols in COFF,
3729 # and is not configured to handle mixed ELF and COFF.
b2f14e4a 3730 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3731 ;;
ec11bdc6 3732 i[3456789]86-*-sco*)
b2f14e4a 3733 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3734 ;;
cff32a7c 3735 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
a0da8069
NN
3736 noconfigdirs="$noconfigdirs target-libgloss"
3737 ;;
ec11bdc6 3738 i[3456789]86-*-sysv4*)
b2f14e4a 3739 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3740 ;;
ec11bdc6 3741 i[3456789]86-*-beos*)
c7e4b184 3742 noconfigdirs="$noconfigdirs gdb"
bba45b8b 3743 ;;
b59bea8a 3744 i[3456789]86-*-rdos*)
c7e4b184 3745 noconfigdirs="$noconfigdirs gdb"
691bb5a1 3746 ;;
a0da8069 3747 mmix-*-*)
9863d716 3748 noconfigdirs="$noconfigdirs gdb"
a0da8069 3749 ;;
4970f871 3750 mt-*-*)
cdb9b172
AH
3751 noconfigdirs="$noconfigdirs sim"
3752 ;;
a0da8069
NN
3753 powerpc-*-aix*)
3754 # copied from rs6000-*-* entry
c7e4b184 3755 noconfigdirs="$noconfigdirs gprof"
a0da8069 3756 ;;
93cc359e 3757 powerpc*-*-winnt* | powerpc*-*-pe*)
a0da8069 3758 target_configdirs="$target_configdirs target-winsup"
b2f14e4a 3759 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
a0da8069
NN
3760 # always build newlib.
3761 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3762 ;;
3763 # This is temporary until we can link against shared libraries
3764 powerpcle-*-solaris*)
b2f14e4a 3765 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
a0da8069
NN
3766 ;;
3767 powerpc-*-beos*)
c7e4b184 3768 noconfigdirs="$noconfigdirs gdb"
a0da8069 3769 ;;
a0da8069 3770 rs6000-*-lynxos*)
c7e4b184 3771 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3772 ;;
3773 rs6000-*-aix*)
c7e4b184 3774 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3775 ;;
3776 rs6000-*-*)
9863d716 3777 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3778 ;;
3779 m68k-apollo-*)
b2f14e4a 3780 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
a0da8069 3781 ;;
25a07265 3782 microblaze*)
9863d716 3783 noconfigdirs="$noconfigdirs gprof"
25a07265 3784 ;;
d09bbf00 3785 mips*-sde-elf* | mips*-mti-elf*)
5bd8be13
RS
3786 if test x$with_newlib = xyes; then
3787 noconfigdirs="$noconfigdirs gprof"
3788 fi
5bd8be13 3789 ;;
a0da8069 3790 mips*-*-irix5*)
b2f14e4a 3791 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069
NN
3792 ;;
3793 mips*-*-irix6*)
9863d716 3794 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3795 ;;
a0da8069 3796 mips*-*-bsd*)
e8044f35 3797 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
a0da8069 3798 ;;
a0da8069 3799 mips*-*-linux*)
a0da8069 3800 ;;
e8044f35
RS
3801 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3802 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3803 noconfigdirs="$noconfigdirs ld gas gprof"
3804 ;;
a0da8069 3805 mips*-*-*)
9863d716 3806 noconfigdirs="$noconfigdirs gprof"
a0da8069 3807 ;;
cfbc1a6c
JS
3808 or1k*-*-*)
3809 noconfigdirs="$noconfigdirs gdb"
3810 ;;
dbf85af7 3811 sh-*-* | sh64-*-*)
e8a5fa9c
RW
3812 case "${target}" in
3813 sh*-*-elf)
9863d716 3814 ;;
e8a5fa9c 3815 *)
9863d716 3816 noconfigdirs="$noconfigdirs target-libgloss" ;;
e8a5fa9c 3817 esac
a0da8069 3818 ;;
a0da8069 3819 sparc-*-sunos4*)
c7e4b184 3820 if test x${is_cross_compiler} = xno ; then
a0da8069
NN
3821 use_gnu_ld=no
3822 fi
3823 ;;
619a3713 3824 tic6x-*-*)
40ae9136 3825 noconfigdirs="$noconfigdirs sim"
619a3713 3826 ;;
68d122bb 3827 tilepro*-*-* | tilegx*-*-*)
eb4b2452
NC
3828 noconfigdirs="$noconfigdirs sim"
3829 ;;
a0da8069 3830 v810-*-*)
b2f14e4a 3831 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
a0da8069
NN
3832 ;;
3833 vax-*-*)
9863d716 3834 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3835 ;;
a0da8069 3836esac
252b5132 3837
a0da8069
NN
3838# If we aren't building newlib, then don't build libgloss, since libgloss
3839# depends upon some newlib header files.
3840case "${noconfigdirs}" in
3841 *target-libgloss*) ;;
3842 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3843esac
3844
a0da8069 3845# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069
NN
3846host_makefile_frag=/dev/null
3847if test -d ${srcdir}/config ; then
3848case "${host}" in
ec11bdc6 3849 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3850 host_makefile_frag="config/mh-djgpp"
3851 ;;
3852 *-cygwin*)
e33b51a6 3853
81ecdfbb
RW
3854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3855$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3856echo a >cygwin-cat-check
1f53ca9a 3857if test `cat cygwin-cat-check` = a ; then
8ade07e9 3858 rm cygwin-cat-check
81ecdfbb
RW
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3860$as_echo "yes" >&6; }
e33b51a6 3861else
8ade07e9 3862 rm cygwin-cat-check
81ecdfbb
RW
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3864$as_echo "no" >&6; }
3865 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
3866 Please either mount the build directory in binary mode or run the following
3867 commands before running any configure script:
3868set -o igncr
3869export SHELLOPTS
81ecdfbb 3870 " "$LINENO" 5
e33b51a6 3871fi
e33b51a6 3872
a0da8069
NN
3873 host_makefile_frag="config/mh-cygwin"
3874 ;;
8a1599ab 3875 *-mingw*)
84e7906e 3876 host_makefile_frag="config/mh-mingw"
2d1e8239 3877 ;;
da888c87 3878 hppa*-hp-hpux10*)
da888c87 3879 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3880 ;;
3516a403 3881 hppa*-hp-hpux*)
da888c87
PB
3882 host_makefile_frag="config/mh-pa"
3883 ;;
3884 hppa*-*)
3885 host_makefile_frag="config/mh-pa"
3886 ;;
e552509b
ILT
3887 *-*-darwin*)
3888 host_makefile_frag="config/mh-darwin"
0df3d27f 3889 ;;
f6d183c0
PB
3890 powerpc-*-aix*)
3891 host_makefile_frag="config/mh-ppc-aix"
3892 ;;
3893 rs6000-*-aix*)
3894 host_makefile_frag="config/mh-ppc-aix"
3895 ;;
a0da8069
NN
3896esac
3897fi
3898
9e07f89d 3899if test "${build}" != "${host}" ; then
1576798e
PB
3900 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3901 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3902 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
3903 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3904 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3905 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 3906 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
3907 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3908 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3909 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3910 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3911 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3912 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3913else
3914 AR_FOR_BUILD="\$(AR)"
3915 AS_FOR_BUILD="\$(AS)"
512b7dfb 3916 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3917 CXX_FOR_BUILD="\$(CXX)"
3918 GCJ_FOR_BUILD="\$(GCJ)"
3919 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 3920 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
3921 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3922 LD_FOR_BUILD="\$(LD)"
3923 NM_FOR_BUILD="\$(NM)"
3924 RANLIB_FOR_BUILD="\$(RANLIB)"
3925 WINDRES_FOR_BUILD="\$(WINDRES)"
3926 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
3927fi
3928
3929ac_ext=c
c6b750e1
DJ
3930ac_cpp='$CPP $CPPFLAGS'
3931ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3932ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3933ac_compiler_gnu=$ac_cv_c_compiler_gnu
3934if test -n "$ac_tool_prefix"; then
3935 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3936set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3938$as_echo_n "checking for $ac_word... " >&6; }
3939if test "${ac_cv_prog_CC+set}" = set; then :
3940 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3941else
3942 if test -n "$CC"; then
3943 ac_cv_prog_CC="$CC" # Let the user override the test.
3944else
3945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3946for as_dir in $PATH
3947do
3948 IFS=$as_save_IFS
3949 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3950 for ac_exec_ext in '' $ac_executable_extensions; do
3951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3952 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3954 break 2
3955 fi
3956done
81ecdfbb
RW
3957 done
3958IFS=$as_save_IFS
c6b750e1
DJ
3959
3960fi
3961fi
3962CC=$ac_cv_prog_CC
3963if test -n "$CC"; then
81ecdfbb
RW
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3965$as_echo "$CC" >&6; }
c6b750e1 3966else
81ecdfbb
RW
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3968$as_echo "no" >&6; }
c6b750e1
DJ
3969fi
3970
81ecdfbb 3971
c6b750e1
DJ
3972fi
3973if test -z "$ac_cv_prog_CC"; then
3974 ac_ct_CC=$CC
6a9cf61e 3975 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3976set dummy gcc; ac_word=$2
81ecdfbb
RW
3977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3978$as_echo_n "checking for $ac_word... " >&6; }
3979if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3980 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3981else
3982 if test -n "$ac_ct_CC"; then
3983 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3984else
3985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3986for as_dir in $PATH
3987do
3988 IFS=$as_save_IFS
3989 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3990 for ac_exec_ext in '' $ac_executable_extensions; do
3991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3992 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3994 break 2
3995 fi
3996done
81ecdfbb
RW
3997 done
3998IFS=$as_save_IFS
c6b750e1
DJ
3999
4000fi
4001fi
4002ac_ct_CC=$ac_cv_prog_ac_ct_CC
4003if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4005$as_echo "$ac_ct_CC" >&6; }
c6b750e1 4006else
81ecdfbb
RW
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4008$as_echo "no" >&6; }
c6b750e1
DJ
4009fi
4010
81ecdfbb
RW
4011 if test "x$ac_ct_CC" = x; then
4012 CC=""
4013 else
4014 case $cross_compiling:$ac_tool_warned in
4015yes:)
4016{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4017$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4018ac_tool_warned=yes ;;
4019esac
4020 CC=$ac_ct_CC
4021 fi
c6b750e1
DJ
4022else
4023 CC="$ac_cv_prog_CC"
4024fi
4025
4026if test -z "$CC"; then
81ecdfbb
RW
4027 if test -n "$ac_tool_prefix"; then
4028 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 4029set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4031$as_echo_n "checking for $ac_word... " >&6; }
4032if test "${ac_cv_prog_CC+set}" = set; then :
4033 $as_echo_n "(cached) " >&6
9e07f89d
NN
4034else
4035 if test -n "$CC"; then
4036 ac_cv_prog_CC="$CC" # Let the user override the test.
4037else
c6b750e1
DJ
4038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4039for as_dir in $PATH
4040do
4041 IFS=$as_save_IFS
4042 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4043 for ac_exec_ext in '' $ac_executable_extensions; do
4044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4045 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4047 break 2
4048 fi
4049done
81ecdfbb
RW
4050 done
4051IFS=$as_save_IFS
c6b750e1 4052
9e07f89d
NN
4053fi
4054fi
c6b750e1 4055CC=$ac_cv_prog_CC
9e07f89d 4056if test -n "$CC"; then
81ecdfbb
RW
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4058$as_echo "$CC" >&6; }
c6b750e1 4059else
81ecdfbb
RW
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4061$as_echo "no" >&6; }
c6b750e1
DJ
4062fi
4063
c6b750e1 4064
81ecdfbb 4065 fi
c6b750e1 4066fi
9e07f89d
NN
4067if test -z "$CC"; then
4068 # Extract the first word of "cc", so it can be a program name with args.
4069set dummy cc; ac_word=$2
81ecdfbb
RW
4070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4071$as_echo_n "checking for $ac_word... " >&6; }
4072if test "${ac_cv_prog_CC+set}" = set; then :
4073 $as_echo_n "(cached) " >&6
9e07f89d
NN
4074else
4075 if test -n "$CC"; then
4076 ac_cv_prog_CC="$CC" # Let the user override the test.
4077else
9e07f89d 4078 ac_prog_rejected=no
c6b750e1
DJ
4079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080for as_dir in $PATH
4081do
4082 IFS=$as_save_IFS
4083 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
4086 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4087 ac_prog_rejected=yes
4088 continue
4089 fi
4090 ac_cv_prog_CC="cc"
81ecdfbb 4091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4092 break 2
4093 fi
4094done
81ecdfbb
RW
4095 done
4096IFS=$as_save_IFS
c6b750e1 4097
9e07f89d
NN
4098if test $ac_prog_rejected = yes; then
4099 # We found a bogon in the path, so make sure we never use it.
4100 set dummy $ac_cv_prog_CC
4101 shift
c6b750e1 4102 if test $# != 0; then
9e07f89d
NN
4103 # We chose a different compiler from the bogus one.
4104 # However, it has the same basename, so the bogon will be chosen
4105 # first if we set CC to just the basename; use the full file name.
4106 shift
c6b750e1 4107 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
4108 fi
4109fi
4110fi
4111fi
c6b750e1 4112CC=$ac_cv_prog_CC
9e07f89d 4113if test -n "$CC"; then
81ecdfbb
RW
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4115$as_echo "$CC" >&6; }
9e07f89d 4116else
81ecdfbb
RW
4117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4118$as_echo "no" >&6; }
9e07f89d
NN
4119fi
4120
81ecdfbb 4121
c6b750e1
DJ
4122fi
4123if test -z "$CC"; then
4124 if test -n "$ac_tool_prefix"; then
81ecdfbb 4125 for ac_prog in cl.exe
c6b750e1
DJ
4126 do
4127 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4128set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4130$as_echo_n "checking for $ac_word... " >&6; }
4131if test "${ac_cv_prog_CC+set}" = set; then :
4132 $as_echo_n "(cached) " >&6
9e07f89d
NN
4133else
4134 if test -n "$CC"; then
4135 ac_cv_prog_CC="$CC" # Let the user override the test.
4136else
c6b750e1
DJ
4137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4138for as_dir in $PATH
4139do
4140 IFS=$as_save_IFS
4141 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4142 for ac_exec_ext in '' $ac_executable_extensions; do
4143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4144 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 4146 break 2
376a0e54 4147 fi
c6b750e1 4148done
81ecdfbb
RW
4149 done
4150IFS=$as_save_IFS
cac3d6c4 4151
c6b750e1
DJ
4152fi
4153fi
4154CC=$ac_cv_prog_CC
4155if test -n "$CC"; then
81ecdfbb
RW
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4157$as_echo "$CC" >&6; }
cac3d6c4 4158else
81ecdfbb
RW
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4160$as_echo "no" >&6; }
9e07f89d 4161fi
cac3d6c4 4162
81ecdfbb 4163
c6b750e1
DJ
4164 test -n "$CC" && break
4165 done
cac3d6c4 4166fi
c6b750e1
DJ
4167if test -z "$CC"; then
4168 ac_ct_CC=$CC
81ecdfbb 4169 for ac_prog in cl.exe
c6b750e1
DJ
4170do
4171 # Extract the first word of "$ac_prog", so it can be a program name with args.
4172set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4174$as_echo_n "checking for $ac_word... " >&6; }
4175if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4176 $as_echo_n "(cached) " >&6
cac3d6c4 4177else
c6b750e1
DJ
4178 if test -n "$ac_ct_CC"; then
4179 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 4180else
c6b750e1
DJ
4181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4182for as_dir in $PATH
4183do
4184 IFS=$as_save_IFS
4185 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4186 for ac_exec_ext in '' $ac_executable_extensions; do
4187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4188 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4190 break 2
4191 fi
4192done
81ecdfbb
RW
4193 done
4194IFS=$as_save_IFS
c6b750e1 4195
cac3d6c4
CM
4196fi
4197fi
c6b750e1
DJ
4198ac_ct_CC=$ac_cv_prog_ac_ct_CC
4199if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4201$as_echo "$ac_ct_CC" >&6; }
9e07f89d 4202else
81ecdfbb
RW
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4204$as_echo "no" >&6; }
cac3d6c4 4205fi
376a0e54 4206
81ecdfbb 4207
c6b750e1
DJ
4208 test -n "$ac_ct_CC" && break
4209done
4210
81ecdfbb
RW
4211 if test "x$ac_ct_CC" = x; then
4212 CC=""
4213 else
4214 case $cross_compiling:$ac_tool_warned in
4215yes:)
4216{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4217$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4218ac_tool_warned=yes ;;
4219esac
4220 CC=$ac_ct_CC
4221 fi
c6b750e1
DJ
4222fi
4223
4224fi
4225
4226
81ecdfbb
RW
4227test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4228$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4229as_fn_error "no acceptable C compiler found in \$PATH
4230See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4231
4232# Provide some information about the compiler.
81ecdfbb
RW
4233$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4234set X $ac_compile
4235ac_compiler=$2
4236for ac_option in --version -v -V -qversion; do
4237 { { ac_try="$ac_compiler $ac_option >&5"
4238case "(($ac_try" in
4239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4240 *) ac_try_echo=$ac_try;;
4241esac
4242eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4243$as_echo "$ac_try_echo"; } >&5
4244 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 4245 ac_status=$?
81ecdfbb
RW
4246 if test -s conftest.err; then
4247 sed '10a\
4248... rest of stderr output deleted ...
4249 10q' conftest.err >conftest.er1
4250 cat conftest.er1 >&5
4251 rm -f conftest.er1 conftest.err
4252 fi
4253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4254 test $ac_status = 0; }
4255done
c6b750e1 4256
81ecdfbb 4257cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4258/* end confdefs.h. */
4259
4260int
4261main ()
4262{
4263
4264 ;
4265 return 0;
4266}
4267_ACEOF
4268ac_clean_files_save=$ac_clean_files
81ecdfbb 4269ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
4270# Try to create an executable without -o first, disregard a.out.
4271# It will help us diagnose broken compilers, and finding out an intuition
4272# of exeext.
81ecdfbb
RW
4273{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4274$as_echo_n "checking for C compiler default output file name... " >&6; }
4275ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4276
4277# The possible output files:
4278ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4279
4280ac_rmfiles=
4281for ac_file in $ac_files
4282do
4283 case $ac_file in
4284 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4285 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4286 esac
4287done
4288rm -f $ac_rmfiles
4289
4290if { { ac_try="$ac_link_default"
4291case "(($ac_try" in
4292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4293 *) ac_try_echo=$ac_try;;
4294esac
4295eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4296$as_echo "$ac_try_echo"; } >&5
4297 (eval "$ac_link_default") 2>&5
c6b750e1 4298 ac_status=$?
81ecdfbb
RW
4299 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4300 test $ac_status = 0; }; then :
4301 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4302# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4303# in a Makefile. We should not override ac_cv_exeext if it was cached,
4304# so that the user can short-circuit this test for compilers unknown to
4305# Autoconf.
4306for ac_file in $ac_files ''
c6b750e1
DJ
4307do
4308 test -f "$ac_file" || continue
4309 case $ac_file in
81ecdfbb 4310 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4311 ;;
4312 [ab].out )
4313 # We found the default executable, but exeext='' is most
4314 # certainly right.
4315 break;;
4316 *.* )
81ecdfbb
RW
4317 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4318 then :; else
4319 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4320 fi
4321 # We set ac_cv_exeext here because the later test for it is not
4322 # safe: cross compilers may not add the suffix if given an `-o'
4323 # argument, so we may need to know it at that point already.
4324 # Even if this section looks crufty: it has the advantage of
4325 # actually working.
c6b750e1
DJ
4326 break;;
4327 * )
4328 break;;
4329 esac
4330done
81ecdfbb
RW
4331test "$ac_cv_exeext" = no && ac_cv_exeext=
4332
c6b750e1 4333else
81ecdfbb
RW
4334 ac_file=''
4335fi
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4337$as_echo "$ac_file" >&6; }
4338if test -z "$ac_file"; then :
4339 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4340sed 's/^/| /' conftest.$ac_ext >&5
4341
81ecdfbb
RW
4342{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4343$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4344{ as_fn_set_status 77
4345as_fn_error "C compiler cannot create executables
4346See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4347fi
c6b750e1 4348ac_exeext=$ac_cv_exeext
c6b750e1 4349
81ecdfbb 4350# Check that the compiler produces executables we can run. If not, either
c6b750e1 4351# the compiler is broken, or we cross compile.
81ecdfbb
RW
4352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4353$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4354# If not cross compiling, check that we can run a simple program.
4355if test "$cross_compiling" != yes; then
4356 if { ac_try='./$ac_file'
81ecdfbb
RW
4357 { { case "(($ac_try" in
4358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4359 *) ac_try_echo=$ac_try;;
4360esac
4361eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4362$as_echo "$ac_try_echo"; } >&5
4363 (eval "$ac_try") 2>&5
c6b750e1 4364 ac_status=$?
81ecdfbb
RW
4365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4366 test $ac_status = 0; }; }; then
c6b750e1
DJ
4367 cross_compiling=no
4368 else
4369 if test "$cross_compiling" = maybe; then
4370 cross_compiling=yes
4371 else
81ecdfbb
RW
4372 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4373$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4374as_fn_error "cannot run C compiled programs.
c6b750e1 4375If you meant to cross compile, use \`--host'.
81ecdfbb 4376See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4377 fi
4378 fi
4379fi
81ecdfbb
RW
4380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4381$as_echo "yes" >&6; }
c6b750e1 4382
81ecdfbb 4383rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4384ac_clean_files=$ac_clean_files_save
81ecdfbb 4385# Check that the compiler produces executables we can run. If not, either
c6b750e1 4386# the compiler is broken, or we cross compile.
81ecdfbb
RW
4387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4388$as_echo_n "checking whether we are cross compiling... " >&6; }
4389{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4390$as_echo "$cross_compiling" >&6; }
4391
4392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4393$as_echo_n "checking for suffix of executables... " >&6; }
4394if { { ac_try="$ac_link"
4395case "(($ac_try" in
4396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4397 *) ac_try_echo=$ac_try;;
4398esac
4399eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4400$as_echo "$ac_try_echo"; } >&5
4401 (eval "$ac_link") 2>&5
c6b750e1 4402 ac_status=$?
81ecdfbb
RW
4403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4404 test $ac_status = 0; }; then :
c6b750e1
DJ
4405 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4406# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4407# work properly (i.e., refer to `conftest.exe'), while it won't with
4408# `rm'.
4409for ac_file in conftest.exe conftest conftest.*; do
4410 test -f "$ac_file" || continue
4411 case $ac_file in
81ecdfbb 4412 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4413 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4414 break;;
4415 * ) break;;
4416 esac
4417done
4418else
81ecdfbb
RW
4419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4420$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4421as_fn_error "cannot compute suffix of executables: cannot compile and link
4422See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4423fi
c6b750e1 4424rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4426$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4427
4428rm -f conftest.$ac_ext
4429EXEEXT=$ac_cv_exeext
4430ac_exeext=$EXEEXT
81ecdfbb
RW
4431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4432$as_echo_n "checking for suffix of object files... " >&6; }
4433if test "${ac_cv_objext+set}" = set; then :
4434 $as_echo_n "(cached) " >&6
c6b750e1 4435else
81ecdfbb 4436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4437/* end confdefs.h. */
4438
4439int
4440main ()
4441{
4442
4443 ;
4444 return 0;
4445}
4446_ACEOF
4447rm -f conftest.o conftest.obj
81ecdfbb
RW
4448if { { ac_try="$ac_compile"
4449case "(($ac_try" in
4450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4451 *) ac_try_echo=$ac_try;;
4452esac
4453eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4454$as_echo "$ac_try_echo"; } >&5
4455 (eval "$ac_compile") 2>&5
c6b750e1 4456 ac_status=$?
81ecdfbb
RW
4457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4458 test $ac_status = 0; }; then :
4459 for ac_file in conftest.o conftest.obj conftest.*; do
4460 test -f "$ac_file" || continue;
c6b750e1 4461 case $ac_file in
81ecdfbb 4462 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4463 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4464 break;;
4465 esac
4466done
cac3d6c4 4467else
81ecdfbb 4468 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4469sed 's/^/| /' conftest.$ac_ext >&5
4470
81ecdfbb
RW
4471{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4472$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4473as_fn_error "cannot compute suffix of object files: cannot compile
4474See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4475fi
c6b750e1
DJ
4476rm -f conftest.$ac_cv_objext conftest.$ac_ext
4477fi
81ecdfbb
RW
4478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4479$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4480OBJEXT=$ac_cv_objext
4481ac_objext=$OBJEXT
81ecdfbb
RW
4482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4483$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4484if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4485 $as_echo_n "(cached) " >&6
c6b750e1 4486else
81ecdfbb 4487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4488/* end confdefs.h. */
4489
4490int
4491main ()
4492{
4493#ifndef __GNUC__
4494 choke me
4495#endif
4496
4497 ;
4498 return 0;
4499}
4500_ACEOF
81ecdfbb 4501if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4502 ac_compiler_gnu=yes
4503else
81ecdfbb 4504 ac_compiler_gnu=no
c6b750e1 4505fi
81ecdfbb 4506rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4507ac_cv_c_compiler_gnu=$ac_compiler_gnu
4508
4509fi
81ecdfbb
RW
4510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4511$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4512if test $ac_compiler_gnu = yes; then
4513 GCC=yes
4514else
4515 GCC=
4516fi
c6b750e1
DJ
4517ac_test_CFLAGS=${CFLAGS+set}
4518ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4520$as_echo_n "checking whether $CC accepts -g... " >&6; }
4521if test "${ac_cv_prog_cc_g+set}" = set; then :
4522 $as_echo_n "(cached) " >&6
4523else
4524 ac_save_c_werror_flag=$ac_c_werror_flag
4525 ac_c_werror_flag=yes
4526 ac_cv_prog_cc_g=no
4527 CFLAGS="-g"
4528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4529/* end confdefs.h. */
4530
4531int
4532main ()
4533{
4534
4535 ;
4536 return 0;
4537}
4538_ACEOF
81ecdfbb 4539if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4540 ac_cv_prog_cc_g=yes
4541else
81ecdfbb
RW
4542 CFLAGS=""
4543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4544/* end confdefs.h. */
4545
4546int
4547main ()
4548{
4549
4550 ;
4551 return 0;
4552}
4553_ACEOF
4554if ac_fn_c_try_compile "$LINENO"; then :
4555
4556else
4557 ac_c_werror_flag=$ac_save_c_werror_flag
4558 CFLAGS="-g"
4559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4560/* end confdefs.h. */
cac3d6c4 4561
81ecdfbb
RW
4562int
4563main ()
4564{
4565
4566 ;
4567 return 0;
4568}
4569_ACEOF
4570if ac_fn_c_try_compile "$LINENO"; then :
4571 ac_cv_prog_cc_g=yes
4572fi
4573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4574fi
81ecdfbb 4575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4576fi
81ecdfbb
RW
4577rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4578 ac_c_werror_flag=$ac_save_c_werror_flag
4579fi
4580{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4581$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4582if test "$ac_test_CFLAGS" = set; then
c6b750e1 4583 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4584elif test $ac_cv_prog_cc_g = yes; then
4585 if test "$GCC" = yes; then
4586 CFLAGS="-g -O2"
4587 else
4588 CFLAGS="-g"
4589 fi
4590else
4591 if test "$GCC" = yes; then
4592 CFLAGS="-O2"
4593 else
4594 CFLAGS=
4595 fi
4596fi
81ecdfbb
RW
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4598$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4599if test "${ac_cv_prog_cc_c89+set}" = set; then :
4600 $as_echo_n "(cached) " >&6
c6b750e1 4601else
81ecdfbb 4602 ac_cv_prog_cc_c89=no
c6b750e1 4603ac_save_CC=$CC
81ecdfbb 4604cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4605/* end confdefs.h. */
4606#include <stdarg.h>
4607#include <stdio.h>
4608#include <sys/types.h>
4609#include <sys/stat.h>
4610/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4611struct buf { int x; };
4612FILE * (*rcsopen) (struct buf *, struct stat *, int);
4613static char *e (p, i)
4614 char **p;
4615 int i;
4616{
4617 return p[i];
4618}
4619static char *f (char * (*g) (char **, int), char **p, ...)
4620{
4621 char *s;
4622 va_list v;
4623 va_start (v,p);
4624 s = g (p, va_arg (v,int));
4625 va_end (v);
4626 return s;
4627}
4628
4629/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4630 function prototypes and stuff, but not '\xHH' hex character constants.
4631 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4632 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4633 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4634 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4635 that's true only with -std. */
c6b750e1
DJ
4636int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4637
81ecdfbb
RW
4638/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4639 inside strings and character constants. */
4640#define FOO(x) 'x'
4641int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4642
c6b750e1
DJ
4643int test (int i, double x);
4644struct s1 {int (*f) (int a);};
4645struct s2 {int (*f) (double a);};
4646int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4647int argc;
4648char **argv;
4649int
4650main ()
4651{
4652return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4653 ;
4654 return 0;
4655}
4656_ACEOF
81ecdfbb
RW
4657for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4658 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4659do
4660 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4661 if ac_fn_c_try_compile "$LINENO"; then :
4662 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4663fi
81ecdfbb
RW
4664rm -f core conftest.err conftest.$ac_objext
4665 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4666done
81ecdfbb 4667rm -f conftest.$ac_ext
c6b750e1
DJ
4668CC=$ac_save_CC
4669
4670fi
81ecdfbb
RW
4671# AC_CACHE_VAL
4672case "x$ac_cv_prog_cc_c89" in
4673 x)
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4675$as_echo "none needed" >&6; } ;;
4676 xno)
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4678$as_echo "unsupported" >&6; } ;;
c6b750e1 4679 *)
81ecdfbb
RW
4680 CC="$CC $ac_cv_prog_cc_c89"
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4682$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4683esac
81ecdfbb 4684if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4685
c6b750e1
DJ
4686fi
4687
c6b750e1
DJ
4688ac_ext=c
4689ac_cpp='$CPP $CPPFLAGS'
4690ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4691ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4692ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4693
81ecdfbb 4694ac_ext=cpp
18f6b6ee
PB
4695ac_cpp='$CXXCPP $CPPFLAGS'
4696ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4697ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4698ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4699if test -z "$CXX"; then
4700 if test -n "$CCC"; then
4701 CXX=$CCC
4702 else
4703 if test -n "$ac_tool_prefix"; then
4704 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4705 do
4706 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4707set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4709$as_echo_n "checking for $ac_word... " >&6; }
4710if test "${ac_cv_prog_CXX+set}" = set; then :
4711 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4712else
4713 if test -n "$CXX"; then
4714 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4715else
4716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4717for as_dir in $PATH
4718do
4719 IFS=$as_save_IFS
4720 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4721 for ac_exec_ext in '' $ac_executable_extensions; do
4722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4723 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4725 break 2
4726 fi
4727done
81ecdfbb
RW
4728 done
4729IFS=$as_save_IFS
512b7dfb 4730
18f6b6ee
PB
4731fi
4732fi
4733CXX=$ac_cv_prog_CXX
4734if test -n "$CXX"; then
81ecdfbb
RW
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4736$as_echo "$CXX" >&6; }
18f6b6ee 4737else
81ecdfbb
RW
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4739$as_echo "no" >&6; }
18f6b6ee
PB
4740fi
4741
81ecdfbb 4742
18f6b6ee
PB
4743 test -n "$CXX" && break
4744 done
4745fi
4746if test -z "$CXX"; then
4747 ac_ct_CXX=$CXX
81ecdfbb 4748 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4749do
4750 # Extract the first word of "$ac_prog", so it can be a program name with args.
4751set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4753$as_echo_n "checking for $ac_word... " >&6; }
4754if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4755 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4756else
4757 if test -n "$ac_ct_CXX"; then
4758 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4759else
4760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4761for as_dir in $PATH
4762do
4763 IFS=$as_save_IFS
4764 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4765 for ac_exec_ext in '' $ac_executable_extensions; do
4766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4767 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4769 break 2
512b7dfb 4770 fi
18f6b6ee 4771done
81ecdfbb
RW
4772 done
4773IFS=$as_save_IFS
512b7dfb 4774
18f6b6ee
PB
4775fi
4776fi
4777ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4778if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4780$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4781else
81ecdfbb
RW
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4783$as_echo "no" >&6; }
18f6b6ee
PB
4784fi
4785
81ecdfbb 4786
18f6b6ee
PB
4787 test -n "$ac_ct_CXX" && break
4788done
18f6b6ee 4789
81ecdfbb
RW
4790 if test "x$ac_ct_CXX" = x; then
4791 CXX="g++"
4792 else
4793 case $cross_compiling:$ac_tool_warned in
4794yes:)
4795{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4796$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4797ac_tool_warned=yes ;;
4798esac
4799 CXX=$ac_ct_CXX
4800 fi
18f6b6ee
PB
4801fi
4802
81ecdfbb
RW
4803 fi
4804fi
18f6b6ee 4805# Provide some information about the compiler.
81ecdfbb
RW
4806$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4807set X $ac_compile
4808ac_compiler=$2
4809for ac_option in --version -v -V -qversion; do
4810 { { ac_try="$ac_compiler $ac_option >&5"
4811case "(($ac_try" in
4812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4813 *) ac_try_echo=$ac_try;;
4814esac
4815eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4816$as_echo "$ac_try_echo"; } >&5
4817 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4818 ac_status=$?
81ecdfbb
RW
4819 if test -s conftest.err; then
4820 sed '10a\
4821... rest of stderr output deleted ...
4822 10q' conftest.err >conftest.er1
4823 cat conftest.er1 >&5
4824 rm -f conftest.er1 conftest.err
4825 fi
4826 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4827 test $ac_status = 0; }
4828done
18f6b6ee 4829
81ecdfbb
RW
4830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4831$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4832if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4833 $as_echo_n "(cached) " >&6
18f6b6ee 4834else
81ecdfbb 4835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4836/* end confdefs.h. */
4837
4838int
4839main ()
4840{
4841#ifndef __GNUC__
4842 choke me
4843#endif
4844
4845 ;
4846 return 0;
4847}
4848_ACEOF
81ecdfbb 4849if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4850 ac_compiler_gnu=yes
4851else
81ecdfbb 4852 ac_compiler_gnu=no
18f6b6ee 4853fi
81ecdfbb 4854rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4855ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4856
4857fi
81ecdfbb
RW
4858{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4859$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4860if test $ac_compiler_gnu = yes; then
4861 GXX=yes
4862else
4863 GXX=
4864fi
18f6b6ee
PB
4865ac_test_CXXFLAGS=${CXXFLAGS+set}
4866ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
4867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4868$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4869if test "${ac_cv_prog_cxx_g+set}" = set; then :
4870 $as_echo_n "(cached) " >&6
4871else
4872 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4873 ac_cxx_werror_flag=yes
4874 ac_cv_prog_cxx_g=no
4875 CXXFLAGS="-g"
4876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4877/* end confdefs.h. */
4878
4879int
4880main ()
4881{
4882
4883 ;
4884 return 0;
4885}
4886_ACEOF
81ecdfbb 4887if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4888 ac_cv_prog_cxx_g=yes
4889else
81ecdfbb
RW
4890 CXXFLAGS=""
4891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4892/* end confdefs.h. */
81ecdfbb 4893
18f6b6ee
PB
4894int
4895main ()
4896{
81ecdfbb 4897
18f6b6ee
PB
4898 ;
4899 return 0;
4900}
4901_ACEOF
81ecdfbb 4902if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4903
81ecdfbb
RW
4904else
4905 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4906 CXXFLAGS="-g"
4907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4908/* end confdefs.h. */
81ecdfbb 4909
18f6b6ee
PB
4910int
4911main ()
4912{
81ecdfbb 4913
18f6b6ee
PB
4914 ;
4915 return 0;
4916}
4917_ACEOF
81ecdfbb
RW
4918if ac_fn_cxx_try_compile "$LINENO"; then :
4919 ac_cv_prog_cxx_g=yes
18f6b6ee 4920fi
81ecdfbb
RW
4921rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4922fi
4923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4924fi
4925rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4926 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4927fi
4928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4929$as_echo "$ac_cv_prog_cxx_g" >&6; }
4930if test "$ac_test_CXXFLAGS" = set; then
4931 CXXFLAGS=$ac_save_CXXFLAGS
4932elif test $ac_cv_prog_cxx_g = yes; then
4933 if test "$GXX" = yes; then
4934 CXXFLAGS="-g -O2"
4935 else
4936 CXXFLAGS="-g"
4937 fi
4938else
4939 if test "$GXX" = yes; then
4940 CXXFLAGS="-O2"
4941 else
4942 CXXFLAGS=
4943 fi
18f6b6ee 4944fi
18f6b6ee
PB
4945ac_ext=c
4946ac_cpp='$CPP $CPPFLAGS'
4947ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4948ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4949ac_compiler_gnu=$ac_cv_c_compiler_gnu
4950
4951
4952# We must set the default linker to the linker used by gcc for the correct
4953# operation of libtool. If LD is not defined and we are using gcc, try to
4954# set the LD default to the ld used by gcc.
4955if test -z "$LD"; then
4956 if test "$GCC" = yes; then
4957 case $build in
4958 *-*-mingw*)
4959 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4960 *)
4961 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4962 esac
4963 case $gcc_prog_ld in
4964 # Accept absolute paths.
4965 [\\/]* | [A-Za-z]:[\\/]*)
4966 LD="$gcc_prog_ld" ;;
4967 esac
4968 fi
512b7dfb
PB
4969fi
4970
b3676d82
EB
4971# Check whether -static-libstdc++ -static-libgcc is supported.
4972have_static_libs=no
4973if test "$GCC" = yes; then
4974 saved_LDFLAGS="$LDFLAGS"
4975
4976 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4978$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4979 ac_ext=cpp
4980ac_cpp='$CXXCPP $CPPFLAGS'
4981ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4982ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4983ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4984
4985
4986cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4987/* end confdefs.h. */
a882be68
EB
4988
4989#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4990#error -static-libstdc++ not implemented
4991#endif
b3676d82
EB
4992int main() {}
4993_ACEOF
4994if ac_fn_cxx_try_link "$LINENO"; then :
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4996$as_echo "yes" >&6; }; have_static_libs=yes
4997else
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4999$as_echo "no" >&6; }
5000fi
5001rm -f core conftest.err conftest.$ac_objext \
5002 conftest$ac_exeext conftest.$ac_ext
5003 ac_ext=c
5004ac_cpp='$CPP $CPPFLAGS'
5005ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5006ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5007ac_compiler_gnu=$ac_cv_c_compiler_gnu
5008
5009
5010 LDFLAGS="$saved_LDFLAGS"
5011fi
5012
512b7dfb
PB
5013
5014
5015
c6b750e1 5016if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5017 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5018set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
5019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5020$as_echo_n "checking for $ac_word... " >&6; }
5021if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5022 $as_echo_n "(cached) " >&6
9e07f89d 5023else
512b7dfb
PB
5024 if test -n "$GNATBIND"; then
5025 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 5026else
c6b750e1
DJ
5027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5028for as_dir in $PATH
5029do
5030 IFS=$as_save_IFS
5031 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5032 for ac_exec_ext in '' $ac_executable_extensions; do
5033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5034 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 5035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5036 break 2
5037 fi
5038done
81ecdfbb
RW
5039 done
5040IFS=$as_save_IFS
c6b750e1 5041
9e07f89d
NN
5042fi
5043fi
512b7dfb
PB
5044GNATBIND=$ac_cv_prog_GNATBIND
5045if test -n "$GNATBIND"; then
81ecdfbb
RW
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5047$as_echo "$GNATBIND" >&6; }
9e07f89d 5048else
81ecdfbb
RW
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5050$as_echo "no" >&6; }
9e07f89d
NN
5051fi
5052
81ecdfbb 5053
c6b750e1 5054fi
512b7dfb
PB
5055if test -z "$ac_cv_prog_GNATBIND"; then
5056 ac_ct_GNATBIND=$GNATBIND
5057 # Extract the first word of "gnatbind", so it can be a program name with args.
5058set dummy gnatbind; ac_word=$2
81ecdfbb
RW
5059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5060$as_echo_n "checking for $ac_word... " >&6; }
5061if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5062 $as_echo_n "(cached) " >&6
9e07f89d 5063else
512b7dfb
PB
5064 if test -n "$ac_ct_GNATBIND"; then
5065 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 5066else
c6b750e1
DJ
5067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5068for as_dir in $PATH
5069do
5070 IFS=$as_save_IFS
5071 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5072 for ac_exec_ext in '' $ac_executable_extensions; do
5073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5074 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 5075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5076 break 2
5077 fi
5078done
81ecdfbb
RW
5079 done
5080IFS=$as_save_IFS
c6b750e1 5081
9e07f89d
NN
5082fi
5083fi
512b7dfb
PB
5084ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5085if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5087$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 5088else
81ecdfbb
RW
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090$as_echo "no" >&6; }
9e07f89d
NN
5091fi
5092
81ecdfbb
RW
5093 if test "x$ac_ct_GNATBIND" = x; then
5094 GNATBIND="no"
5095 else
5096 case $cross_compiling:$ac_tool_warned in
5097yes:)
5098{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5099$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5100ac_tool_warned=yes ;;
5101esac
5102 GNATBIND=$ac_ct_GNATBIND
5103 fi
24ff9987 5104else
512b7dfb 5105 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
5106fi
5107
7df2cd5d 5108if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5109 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5110set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
5111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5112$as_echo_n "checking for $ac_word... " >&6; }
5113if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5114 $as_echo_n "(cached) " >&6
7df2cd5d 5115else
512b7dfb
PB
5116 if test -n "$GNATMAKE"; then
5117 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5118else
5119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5120for as_dir in $PATH
5121do
5122 IFS=$as_save_IFS
5123 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5124 for ac_exec_ext in '' $ac_executable_extensions; do
5125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5126 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 5127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5128 break 2
5129 fi
5130done
81ecdfbb
RW
5131 done
5132IFS=$as_save_IFS
7df2cd5d
PB
5133
5134fi
5135fi
512b7dfb
PB
5136GNATMAKE=$ac_cv_prog_GNATMAKE
5137if test -n "$GNATMAKE"; then
81ecdfbb
RW
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5139$as_echo "$GNATMAKE" >&6; }
7df2cd5d 5140else
81ecdfbb
RW
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5142$as_echo "no" >&6; }
7df2cd5d
PB
5143fi
5144
81ecdfbb 5145
7df2cd5d 5146fi
512b7dfb
PB
5147if test -z "$ac_cv_prog_GNATMAKE"; then
5148 ac_ct_GNATMAKE=$GNATMAKE
5149 # Extract the first word of "gnatmake", so it can be a program name with args.
5150set dummy gnatmake; ac_word=$2
81ecdfbb
RW
5151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5152$as_echo_n "checking for $ac_word... " >&6; }
5153if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5154 $as_echo_n "(cached) " >&6
7df2cd5d 5155else
512b7dfb
PB
5156 if test -n "$ac_ct_GNATMAKE"; then
5157 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5158else
5159as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5160for as_dir in $PATH
5161do
5162 IFS=$as_save_IFS
5163 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5164 for ac_exec_ext in '' $ac_executable_extensions; do
5165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5166 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 5167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5168 break 2
5169 fi
5170done
81ecdfbb
RW
5171 done
5172IFS=$as_save_IFS
7df2cd5d 5173
7df2cd5d
PB
5174fi
5175fi
512b7dfb
PB
5176ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5177if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5179$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 5180else
81ecdfbb
RW
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5182$as_echo "no" >&6; }
7df2cd5d
PB
5183fi
5184
81ecdfbb
RW
5185 if test "x$ac_ct_GNATMAKE" = x; then
5186 GNATMAKE="no"
5187 else
5188 case $cross_compiling:$ac_tool_warned in
5189yes:)
5190{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5191$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5192ac_tool_warned=yes ;;
5193esac
5194 GNATMAKE=$ac_ct_GNATMAKE
5195 fi
7df2cd5d 5196else
512b7dfb 5197 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
5198fi
5199
81ecdfbb
RW
5200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5201$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5202if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5203 $as_echo_n "(cached) " >&6
9e07f89d
NN
5204else
5205 cat >conftest.adb <<EOF
5206procedure conftest is begin null; end conftest;
5207EOF
5208acx_cv_cc_gcc_supports_ada=no
5209# There is a bug in old released versions of GCC which causes the
5210# driver to exit successfully when the appropriate language module
5211# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5212# Therefore we must check for the error message as well as an
5213# unsuccessful exit.
b8908782
DD
5214# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5215# given a .adb file, but produce no object file. So we must check
5216# if an object file was really produced to guard against this.
9e07f89d 5217errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 5218if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 5219 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
5220fi
5221rm -f conftest.*
5222fi
81ecdfbb
RW
5223{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5224$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 5225
64b986c0 5226if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
5227 have_gnat=yes
5228else
5229 have_gnat=no
5230fi
5231
81ecdfbb
RW
5232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5233$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5234if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5235 $as_echo_n "(cached) " >&6
b8908782
DD
5236else
5237 echo abfoo >t1
5238 echo cdfoo >t2
5239 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
5240 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5241 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5242 :
5243 else
5244 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5245 fi
5246 fi
b8908782
DD
5247 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5248 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 5249 :
b8908782
DD
5250 else
5251 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5252 fi
5253 fi
5254 rm t1 t2
5255
5256fi
81ecdfbb
RW
5257{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5258$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
5259do_compare="$gcc_cv_prog_cmp_skip"
5260
5261
9e07f89d 5262
ffdd6afc
ILT
5263# Check whether --enable-bootstrap was given.
5264if test "${enable_bootstrap+set}" = set; then :
5265 enableval=$enable_bootstrap;
5266else
5267 enable_bootstrap=default
5268fi
5269
5270
5271# Issue errors and warnings for invalid/strange bootstrap combinations.
5272if test -r $srcdir/gcc/configure; then
5273 have_compiler=yes
5274else
5275 have_compiler=no
5276fi
5277
5278case "$have_compiler:$host:$target:$enable_bootstrap" in
5279 *:*:*:no) ;;
5280
5281 # Default behavior. Enable bootstrap if we have a compiler
5282 # and we are in a native configuration.
5283 yes:$build:$build:default)
5284 enable_bootstrap=yes ;;
5285
5286 *:*:*:default)
5287 enable_bootstrap=no ;;
5288
5289 # We have a compiler and we are in a native configuration, bootstrap is ok
5290 yes:$build:$build:yes)
5291 ;;
5292
5293 # Other configurations, but we have a compiler. Assume the user knows
5294 # what he's doing.
5295 yes:*:*:yes)
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5297$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5298 ;;
5299
5300 # No compiler: if they passed --enable-bootstrap explicitly, fail
5301 no:*:*:yes)
5302 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5303
5304 # Fail if wrong command line
5305 *)
5306 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5307 ;;
5308esac
5309
d5f2ee2e
KG
5310# Used for setting $lt_cv_objdir
5311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5312$as_echo_n "checking for objdir... " >&6; }
5313if test "${lt_cv_objdir+set}" = set; then :
5314 $as_echo_n "(cached) " >&6
5315else
5316 rm -f .libs 2>/dev/null
5317mkdir .libs 2>/dev/null
5318if test -d .libs; then
5319 lt_cv_objdir=.libs
5320else
5321 # MS-DOS does not allow filenames that begin with a dot.
5322 lt_cv_objdir=_libs
5323fi
5324rmdir .libs 2>/dev/null
5325fi
5326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5327$as_echo "$lt_cv_objdir" >&6; }
5328objdir=$lt_cv_objdir
5329
5330
5331
5332
5333
5334cat >>confdefs.h <<_ACEOF
5335#define LT_OBJDIR "$lt_cv_objdir/"
5336_ACEOF
5337
5338
5339
e8a5fa9c 5340# Check for GMP, MPFR and MPC
d9b76ff9 5341gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5342gmpinc=
4b900473 5343have_gmp=no
e8a5fa9c
RW
5344
5345# Specify a location for mpc
5346# check for this first so it ends up on the link line before mpfr.
5347
81ecdfbb
RW
5348# Check whether --with-mpc was given.
5349if test "${with_mpc+set}" = set; then :
5350 withval=$with_mpc;
5351fi
e8a5fa9c 5352
e8a5fa9c 5353
e552509b 5354# Check whether --with-mpc-include was given.
81ecdfbb
RW
5355if test "${with_mpc_include+set}" = set; then :
5356 withval=$with_mpc_include;
5357fi
e8a5fa9c 5358
e8a5fa9c 5359
e552509b 5360# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5361if test "${with_mpc_lib+set}" = set; then :
5362 withval=$with_mpc_lib;
5363fi
e8a5fa9c 5364
e8a5fa9c
RW
5365
5366if test "x$with_mpc" != x; then
d9b76ff9
KG
5367 gmplibs="-L$with_mpc/lib $gmplibs"
5368 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5369fi
5370if test "x$with_mpc_include" != x; then
d9b76ff9 5371 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5372fi
5373if test "x$with_mpc_lib" != x; then
d9b76ff9 5374 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5375fi
5376if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5377 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5378 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5379 # Do not test the mpc version. Assume that it is sufficient, since
5380 # it is in the source tree, and the library has not been built yet
5381 # but it would be included on the link line in the version check below
5382 # hence making the test fail.
d9b76ff9 5383 have_gmp=yes
e8a5fa9c 5384fi
4b900473 5385
11b04d1f
DD
5386# Specify a location for mpfr
5387# check for this first so it ends up on the link line before gmp.
c6b750e1 5388
81ecdfbb
RW
5389# Check whether --with-mpfr-dir was given.
5390if test "${with_mpfr_dir+set}" = set; then :
5391 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5392Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5393fi
5394
11b04d1f
DD
5395
5396
81ecdfbb
RW
5397# Check whether --with-mpfr was given.
5398if test "${with_mpfr+set}" = set; then :
5399 withval=$with_mpfr;
5400fi
c6b750e1 5401
11b04d1f 5402
e552509b 5403# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5404if test "${with_mpfr_include+set}" = set; then :
5405 withval=$with_mpfr_include;
5406fi
c6b750e1 5407
8a0d8a5c 5408
e552509b 5409# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5410if test "${with_mpfr_lib+set}" = set; then :
5411 withval=$with_mpfr_lib;
5412fi
8a0d8a5c 5413
11b04d1f
DD
5414
5415if test "x$with_mpfr" != x; then
5416 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5417 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5418fi
8a0d8a5c 5419if test "x$with_mpfr_include" != x; then
d9b76ff9 5420 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5421fi
5422if test "x$with_mpfr_lib" != x; then
5423 gmplibs="-L$with_mpfr_lib $gmplibs"
5424fi
4b900473 5425if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
58b1dd21
NC
5426 # MPFR v3.1.0 moved the sources into a src sub-directory.
5427 if test -d ${srcdir}/mpfr/src; then
5428 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5429 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5430 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5431 else
5432 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5433 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5434 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5435 fi
4b900473
PB
5436 # Do not test the mpfr version. Assume that it is sufficient, since
5437 # it is in the source tree, and the library has not been built yet
5438 # but it would be included on the link line in the version check below
5439 # hence making the test fail.
5440 have_gmp=yes
5441fi
11b04d1f 5442
4b1cb4fe 5443# Specify a location for gmp
c6b750e1 5444
81ecdfbb
RW
5445# Check whether --with-gmp-dir was given.
5446if test "${with_gmp_dir+set}" = set; then :
5447 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5448Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5449fi
5450
4b1cb4fe
DD
5451
5452
81ecdfbb
RW
5453# Check whether --with-gmp was given.
5454if test "${with_gmp+set}" = set; then :
5455 withval=$with_gmp;
5456fi
c6b750e1 5457
4b1cb4fe 5458
e552509b 5459# Check whether --with-gmp-include was given.
81ecdfbb
RW
5460if test "${with_gmp_include+set}" = set; then :
5461 withval=$with_gmp_include;
5462fi
c6b750e1 5463
8a0d8a5c 5464
e552509b 5465# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5466if test "${with_gmp_lib+set}" = set; then :
5467 withval=$with_gmp_lib;
5468fi
8a0d8a5c
PB
5469
5470
4b1cb4fe 5471
11b04d1f
DD
5472if test "x$with_gmp" != x; then
5473 gmplibs="-L$with_gmp/lib $gmplibs"
5474 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5475fi
8a0d8a5c
PB
5476if test "x$with_gmp_include" != x; then
5477 gmpinc="-I$with_gmp_include $gmpinc"
5478fi
5479if test "x$with_gmp_lib" != x; then
5480 gmplibs="-L$with_gmp_lib $gmplibs"
5481fi
4b900473 5482if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5483 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5484 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5485 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5486 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7ec59b9e 5487 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
4b900473
PB
5488 # Do not test the gmp version. Assume that it is sufficient, since
5489 # it is in the source tree, and the library has not been built yet
5490 # but it would be included on the link line in the version check below
5491 # hence making the test fail.
5492 have_gmp=yes
5493fi
4b1cb4fe 5494
ceb92e78 5495if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5496 have_gmp=yes
5497 saved_CFLAGS="$CFLAGS"
5498 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5499 # Check for the recommended and required versions of GMP.
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5501$as_echo_n "checking for the correct version of gmp.h... " >&6; }
a009f2e7
RW
5502
5503cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5504/* end confdefs.h. */
5505#include "gmp.h"
5506int
5507main ()
5508{
5509
5510 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5511 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
8e71395b 5512 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
a6b5846e
KG
5513 choke me
5514 #endif
5515
5516 ;
5517 return 0;
5518}
5519_ACEOF
5520if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5522/* end confdefs.h. */
a6b5846e 5523#include <gmp.h>
c6b750e1
DJ
5524int
5525main ()
5526{
4b1cb4fe 5527
a6b5846e
KG
5528 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5529 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5530 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5531 choke me
5532 #endif
c6b750e1
DJ
5533
5534 ;
5535 return 0;
5536}
5537_ACEOF
81ecdfbb
RW
5538if ac_fn_c_try_compile "$LINENO"; then :
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5540$as_echo "yes" >&6; }
a6b5846e
KG
5541else
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5543$as_echo "buggy but acceptable" >&6; }
5544fi
5545rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5546else
81ecdfbb
RW
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5548$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5549fi
81ecdfbb 5550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5551
e8a5fa9c 5552 # If we have GMP, check the MPFR version.
4b900473 5553 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5554 # Check for the recommended and required versions of MPFR.
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5556$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5558/* end confdefs.h. */
9b134994 5559#include <gmp.h>
4b900473 5560 #include <mpfr.h>
c6b750e1
DJ
5561int
5562main ()
5563{
9b134994 5564
7ec59b9e 5565 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
4b900473
PB
5566 choke me
5567 #endif
c6b750e1
DJ
5568
5569 ;
5570 return 0;
5571}
5572_ACEOF
81ecdfbb
RW
5573if ac_fn_c_try_compile "$LINENO"; then :
5574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5575/* end confdefs.h. */
4b1cb4fe 5576#include <gmp.h>
4b900473 5577 #include <mpfr.h>
c6b750e1
DJ
5578int
5579main ()
5580{
9dbaa842 5581
a6b5846e 5582 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5583 choke me
5584 #endif
e8a5fa9c
RW
5585
5586 ;
5587 return 0;
5588}
5589_ACEOF
81ecdfbb
RW
5590if ac_fn_c_try_compile "$LINENO"; then :
5591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5592$as_echo "yes" >&6; }
e8a5fa9c 5593else
81ecdfbb
RW
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5595$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5596fi
81ecdfbb 5597rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5598else
81ecdfbb
RW
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5600$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5601fi
81ecdfbb 5602rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5603 fi
5604
5605 # Check for the MPC header version.
d9b76ff9 5606 if test x"$have_gmp" = xyes ; then
a6b5846e 5607 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5609$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5611/* end confdefs.h. */
5612#include <mpc.h>
5613int
5614main ()
5615{
5616
a6b5846e
KG
5617 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5618 choke me
5619 #endif
5620
5621 ;
5622 return 0;
5623}
5624_ACEOF
5625if ac_fn_c_try_compile "$LINENO"; then :
5626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5627/* end confdefs.h. */
5628#include <mpc.h>
5629int
5630main ()
5631{
5632
5633 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5634 choke me
5635 #endif
5636
5637 ;
5638 return 0;
5639}
5640_ACEOF
81ecdfbb
RW
5641if ac_fn_c_try_compile "$LINENO"; then :
5642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5643$as_echo "yes" >&6; }
a6b5846e
KG
5644else
5645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5646$as_echo "buggy but acceptable" >&6; }
5647fi
5648rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5649else
81ecdfbb 5650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5651$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5652fi
81ecdfbb 5653rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5654 fi
5655
5656 # Now check the MPFR library.
5657 if test x"$have_gmp" = xyes; then
5658 saved_LIBS="$LIBS"
5659 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5661$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5663/* end confdefs.h. */
d9b76ff9 5664#include <mpc.h>
e8a5fa9c
RW
5665int
5666main ()
5667{
5668
5669 mpfr_t n;
5670 mpfr_t x;
d9b76ff9 5671 mpc_t c;
e8a5fa9c
RW
5672 int t;
5673 mpfr_init (n);
5674 mpfr_init (x);
5675 mpfr_atan2 (n, n, x, GMP_RNDN);
5676 mpfr_erfc (n, x, GMP_RNDN);
5677 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5678 mpfr_clear(n);
5679 mpfr_clear(x);
5680 mpc_init2 (c, 53);
5681 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5682 mpc_cosh (c, c, MPC_RNDNN);
5683 mpc_pow (c, c, c, MPC_RNDNN);
5684 mpc_acosh (c, c, MPC_RNDNN);
5685 mpc_clear (c);
c6b750e1
DJ
5686
5687 ;
5688 return 0;
5689}
5690_ACEOF
81ecdfbb
RW
5691if ac_fn_c_try_link "$LINENO"; then :
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5693$as_echo "yes" >&6; }
c6b750e1 5694else
81ecdfbb
RW
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5696$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5697fi
81ecdfbb
RW
5698rm -f core conftest.err conftest.$ac_objext \
5699 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5700 LIBS="$saved_LIBS"
5701 fi
5702
4b900473 5703 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5704
a6b5846e
KG
5705# The library versions listed in the error message below should match
5706# the HARD-minimums enforced above.
4b900473 5707 if test x$have_gmp != xyes; then
7ec59b9e 5708 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
d9b76ff9
KG
5709Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5710their locations. Source code for these libraries can be found at
5711their respective hosting sites as well as at
5712ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5713http://gcc.gnu.org/install/prerequisites.html for additional info. If
5714you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5715make sure that you have installed both the libraries and the header
5716files. They may be located in separate packages." "$LINENO" 5
4b900473 5717 fi
9dbaa842
DD
5718fi
5719
e8a5fa9c
RW
5720# Flags needed for both GMP, MPFR and/or MPC.
5721
5722
5723
4b1cb4fe
DD
5724
5725
5726
7ec59b9e 5727
29383458
JM
5728# Allow host libstdc++ to be specified for static linking with PPL.
5729
81ecdfbb
RW
5730# Check whether --with-host-libstdcxx was given.
5731if test "${with_host_libstdcxx+set}" = set; then :
5732 withval=$with_host_libstdcxx;
5733fi
29383458 5734
29383458
JM
5735
5736case $with_host_libstdcxx in
5737 no|yes)
81ecdfbb 5738 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5739 ;;
5740esac
e28c595f 5741
b3676d82 5742# Libraries to use for stage1 or when not bootstrapping.
e8a5fa9c 5743
b3676d82
EB
5744# Check whether --with-stage1-libs was given.
5745if test "${with_stage1_libs+set}" = set; then :
5746 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5747 stage1_libs=
e8a5fa9c 5748 else
b3676d82 5749 stage1_libs=$withval
e8a5fa9c
RW
5750 fi
5751else
b3676d82 5752 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5753fi
5754
e8a5fa9c
RW
5755
5756
b3676d82 5757# Linker flags to use for stage1 or when not bootstrapping.
e8a5fa9c 5758
b3676d82
EB
5759# Check whether --with-stage1-ldflags was given.
5760if test "${with_stage1_ldflags+set}" = set; then :
5761 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5762 stage1_ldflags=
e8a5fa9c 5763 else
b3676d82 5764 stage1_ldflags=$withval
e8a5fa9c
RW
5765 fi
5766else
b3676d82
EB
5767 stage1_ldflags=
5768 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5769 # if supported. But if the user explicitly specified the libraries to use,
5770 # trust that they are doing what they want.
5771 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5772 stage1_ldflags="-static-libstdc++ -static-libgcc"
5773 fi
81ecdfbb
RW
5774fi
5775
e8a5fa9c
RW
5776
5777
e8a5fa9c
RW
5778# Libraries to use for stage2 and later builds. This defaults to the
5779# argument passed to --with-host-libstdcxx.
5780
81ecdfbb
RW
5781# Check whether --with-boot-libs was given.
5782if test "${with_boot_libs+set}" = set; then :
5783 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5784 poststage1_libs=
5785 else
5786 poststage1_libs=$withval
5787 fi
5788else
5789 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5790fi
5791
e8a5fa9c
RW
5792
5793
143754cd
NC
5794# Linker flags to use for stage2 and later builds.
5795
5796# Check whether --with-boot-ldflags was given.
5797if test "${with_boot_ldflags+set}" = set; then :
5798 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5799 poststage1_ldflags=
5800 else
5801 poststage1_ldflags=$withval
5802 fi
5803else
5804 poststage1_ldflags=
4f11b223
ILT
5805 # In stages 2 and 3, default to linking libstdc++ and libgcc
5806 # statically. But if the user explicitly specified the libraries to
5807 # use, trust that they are doing what they want.
5808 if test "$poststage1_libs" = ""; then
143754cd
NC
5809 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5810 fi
5811fi
5812
5813
5814
8e71395b
L
5815# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5816# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5817# config/isl.m4
5818
5819
5820# Check whether --with-cloog was given.
5821if test "${with_cloog+set}" = set; then :
5822 withval=$with_cloog;
5823fi
e28c595f
JM
5824
5825
7ec59b9e
L
5826# Check whether --with-isl was given.
5827if test "${with_isl+set}" = set; then :
5828 withval=$with_isl;
81ecdfbb 5829fi
e28c595f 5830
e28c595f 5831
8e71395b
L
5832# Treat either --without-cloog or --without-isl as a request to disable
5833# GRAPHITE support and skip all following checks.
5834if test "x$with_isl" != "xno" &&
5835 test "x$with_cloog" != "xno"; then
5836 # Check for ISL
5837
5838
7ec59b9e
L
5839# Check whether --with-isl-include was given.
5840if test "${with_isl_include+set}" = set; then :
5841 withval=$with_isl_include;
81ecdfbb
RW
5842fi
5843
e28c595f 5844
7ec59b9e
L
5845# Check whether --with-isl-lib was given.
5846if test "${with_isl_lib+set}" = set; then :
5847 withval=$with_isl_lib;
81ecdfbb 5848fi
e28c595f 5849
e28c595f 5850
7ec59b9e
L
5851 # Check whether --enable-isl-version-check was given.
5852if test "${enable_isl_version_check+set}" = set; then :
5853 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5854else
5855 ENABLE_ISL_CHECK=yes
b123da99
SP
5856fi
5857
5858
7ec59b9e
L
5859 # Initialize isllibs and islinc.
5860 case $with_isl in
5861 no)
5862 isllibs=
5863 islinc=
5864 ;;
5865 "" | yes)
5866 ;;
5867 *)
5868 isllibs="-L$with_isl/lib"
5869 islinc="-I$with_isl/include"
5870 ;;
5871 esac
5872 if test "x${with_isl_include}" != x ; then
5873 islinc="-I$with_isl_include"
5874 fi
5875 if test "x${with_isl_lib}" != x; then
5876 isllibs="-L$with_isl_lib"
5877 fi
5878 if test "x${islinc}" = x && test "x${isllibs}" = x \
5879 && test -d ${srcdir}/isl; then
5880 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5881 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5882 ENABLE_ISL_CHECK=no
3dae1673
JBG
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5884$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
7ec59b9e 5885 fi
b123da99 5886
b123da99 5887
e28c595f 5888
7ec59b9e
L
5889 if test "${ENABLE_ISL_CHECK}" = yes ; then
5890 _isl_saved_CFLAGS=$CFLAGS
5891 _isl_saved_LDFLAGS=$LDFLAGS
5892 _isl_saved_LIBS=$LIBS
5893
5894 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5895 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5896 LIBS="${_isl_saved_LIBS} -lisl"
7ec59b9e
L
5897
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5899$as_echo_n "checking for version 0.10 of ISL... " >&6; }
3dae1673 5900 if test "$cross_compiling" = yes; then :
7ec59b9e
L
5901 gcc_cv_isl=yes
5902else
5903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b123da99 5904/* end confdefs.h. */
7ec59b9e
L
5905#include <isl/version.h>
5906 #include <string.h>
b123da99
SP
5907int
5908main ()
5909{
7ec59b9e
L
5910if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5911 return 1;
5912
b123da99
SP
5913 ;
5914 return 0;
5915}
5916_ACEOF
7ec59b9e
L
5917if ac_fn_c_try_run "$LINENO"; then :
5918 gcc_cv_isl=yes
e28c595f 5919else
7ec59b9e 5920 gcc_cv_isl=no
b123da99 5921fi
7ec59b9e
L
5922rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5923 conftest.$ac_objext conftest.beam conftest.$ac_ext
b123da99 5924fi
7ec59b9e 5925
3dae1673
JBG
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5927$as_echo "$gcc_cv_isl" >&6; }
5928
5929 CFLAGS=$_isl_saved_CFLAGS
5930 LDFLAGS=$_isl_saved_LDFLAGS
5931 LIBS=$_isl_saved_LIBS
5932 fi
5933
5934
5935 if test "${gcc_cv_isl}" = no ; then
5936
5937 if test "${ENABLE_ISL_CHECK}" = yes ; then
5938 _isl_saved_CFLAGS=$CFLAGS
5939 _isl_saved_LDFLAGS=$LDFLAGS
5940 _isl_saved_LIBS=$LIBS
5941
5942 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5943 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5944 LIBS="${_isl_saved_LIBS} -lisl"
3dae1673
JBG
5945
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5947$as_echo_n "checking for version 0.11 of ISL... " >&6; }
5948 if test "$cross_compiling" = yes; then :
5949 gcc_cv_isl=yes
5950else
5951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5952/* end confdefs.h. */
5953#include <isl/version.h>
5954 #include <string.h>
5955int
5956main ()
5957{
5958if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5959 return 1;
5960
5961 ;
5962 return 0;
5963}
5964_ACEOF
5965if ac_fn_c_try_run "$LINENO"; then :
5966 gcc_cv_isl=yes
5967else
5968 gcc_cv_isl=no
5969fi
5970rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5971 conftest.$ac_objext conftest.beam conftest.$ac_ext
81ecdfbb 5972fi
3dae1673
JBG
5973
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
7ec59b9e 5975$as_echo "$gcc_cv_isl" >&6; }
81ecdfbb 5976
7ec59b9e
L
5977 CFLAGS=$_isl_saved_CFLAGS
5978 LDFLAGS=$_isl_saved_LDFLAGS
5979 LIBS=$_isl_saved_LIBS
b123da99 5980 fi
e28c595f 5981
b123da99 5982
b3fc79f8
JBG
5983 if test "${gcc_cv_isl}" = no ; then
5984
5985 if test "${ENABLE_ISL_CHECK}" = yes ; then
5986 _isl_saved_CFLAGS=$CFLAGS
5987 _isl_saved_LDFLAGS=$LDFLAGS
5988 _isl_saved_LIBS=$LIBS
5989
5990 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5991 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5992 LIBS="${_isl_saved_LIBS} -lisl"
5993
5994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5
5995$as_echo_n "checking for version 0.12 of ISL... " >&6; }
5996 if test "$cross_compiling" = yes; then :
5997 gcc_cv_isl=yes
5998else
5999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6000/* end confdefs.h. */
6001#include <isl/version.h>
6002 #include <string.h>
6003int
6004main ()
6005{
6006if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
6007 return 1;
6008
6009 ;
6010 return 0;
6011}
6012_ACEOF
6013if ac_fn_c_try_run "$LINENO"; then :
6014 gcc_cv_isl=yes
6015else
6016 gcc_cv_isl=no
6017fi
6018rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6019 conftest.$ac_objext conftest.beam conftest.$ac_ext
6020fi
6021
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6023$as_echo "$gcc_cv_isl" >&6; }
6024
6025 CFLAGS=$_isl_saved_CFLAGS
6026 LDFLAGS=$_isl_saved_LDFLAGS
6027 LIBS=$_isl_saved_LIBS
6028 fi
6029
6030
6031 fi
3dae1673 6032 fi
e28c595f 6033
e28c595f 6034
7ec59b9e
L
6035
6036
7ec59b9e
L
6037 if test "x${with_isl}" = xno; then
6038 graphite_requested=no
6039 elif test "x${with_isl}" != x \
6040 || test "x${with_isl_include}" != x \
6041 || test "x${with_isl_lib}" != x ; then
6042 graphite_requested=yes
6043 else
6044 graphite_requested=no
b123da99 6045 fi
e28c595f 6046
e28c595f
JM
6047
6048
7ec59b9e
L
6049 if test "${gcc_cv_isl}" = no ; then
6050 isllibs=
6051 islinc=
6052 fi
e28c595f 6053
7ec59b9e
L
6054 if test "${graphite_requested}" = yes \
6055 && test "x${isllibs}" = x \
6056 && test "x${islinc}" = x ; then
e28c595f 6057
7ec59b9e
L
6058 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6059 fi
e552509b 6060
e28c595f
JM
6061
6062
8e71395b
L
6063 if test "x$gcc_cv_isl" != "xno"; then
6064 # Check for CLOOG
81ecdfbb 6065
e28c595f 6066
e552509b 6067# Check whether --with-cloog-include was given.
81ecdfbb
RW
6068if test "${with_cloog_include+set}" = set; then :
6069 withval=$with_cloog_include;
6070fi
e28c595f 6071
e28c595f 6072
e552509b 6073# Check whether --with-cloog-lib was given.
81ecdfbb
RW
6074if test "${with_cloog_lib+set}" = set; then :
6075 withval=$with_cloog_lib;
6076fi
e28c595f 6077
e28c595f 6078
e552509b
ILT
6079 # Check whether --enable-cloog-version-check was given.
6080if test "${enable_cloog_version_check+set}" = set; then :
6081 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
6082else
6083 ENABLE_CLOOG_CHECK=yes
6084fi
6085
6086
6087 # Initialize clooglibs and clooginc.
6088 case $with_cloog in
6089 no)
6090 clooglibs=
6091 clooginc=
6092 ;;
6093 "" | yes)
6094 ;;
6095 *)
6096 clooglibs="-L$with_cloog/lib"
6097 clooginc="-I$with_cloog/include"
6098 ;;
6099 esac
6100 if test "x${with_cloog_include}" != x ; then
6101 clooginc="-I$with_cloog_include"
6102 fi
6103 if test "x${with_cloog_lib}" != x; then
6104 clooglibs="-L$with_cloog_lib"
6105 fi
3dae1673 6106 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
7ec59b9e
L
6107 && test -d ${srcdir}/cloog; then
6108 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6109 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
3dae1673
JBG
6110 ENABLE_CLOOG_CHECK=no
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6112$as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
8d8eef9a
RW
6113 fi
6114
7ec59b9e 6115 clooginc="-DCLOOG_INT_GMP ${clooginc}"
8e71395b 6116 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
e28c595f 6117
e552509b
ILT
6118
6119
6120
6121
6122 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6123 _cloog_saved_CFLAGS=$CFLAGS
6124 _cloog_saved_LDFLAGS=$LDFLAGS
6125
7ec59b9e
L
6126 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6127 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
e552509b 6128
7ec59b9e
L
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6130$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
3dae1673 6131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e552509b 6132/* end confdefs.h. */
7ec59b9e 6133#include "cloog/version.h"
e552509b
ILT
6134int
6135main ()
6136{
6137#if CLOOG_VERSION_MAJOR != 0 \
7ec59b9e
L
6138 || CLOOG_VERSION_MINOR != 17 \
6139 || CLOOG_VERSION_REVISION < 0
e552509b
ILT
6140 choke me
6141 #endif
6142 ;
6143 return 0;
6144}
6145_ACEOF
6146if ac_fn_c_try_compile "$LINENO"; then :
7ec59b9e 6147 gcc_cv_cloog=yes
e552509b 6148else
7ec59b9e 6149 gcc_cv_cloog=no
e552509b
ILT
6150fi
6151rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3dae1673
JBG
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6153$as_echo "$gcc_cv_cloog" >&6; }
6154
6155 CFLAGS=$_cloog_saved_CFLAGS
6156 LDFLAGS=$_cloog_saved_LDFLAGS
6157 fi
6158
6159
6160 if test "${gcc_cv_cloog}" = no ; then
6161
6162
6163
6164 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6165 _cloog_saved_CFLAGS=$CFLAGS
6166 _cloog_saved_LDFLAGS=$LDFLAGS
6167
6168 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6169 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6170
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6172$as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
6173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6174/* end confdefs.h. */
6175#include "cloog/version.h"
6176int
6177main ()
6178{
6179#if CLOOG_VERSION_MAJOR != 0 \
6180 || CLOOG_VERSION_MINOR != 18 \
6181 || CLOOG_VERSION_REVISION < 0
6182 choke me
6183 #endif
6184 ;
6185 return 0;
6186}
6187_ACEOF
6188if ac_fn_c_try_compile "$LINENO"; then :
6189 gcc_cv_cloog=yes
6190else
6191 gcc_cv_cloog=no
e552509b 6192fi
3dae1673
JBG
6193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
7ec59b9e 6195$as_echo "$gcc_cv_cloog" >&6; }
e552509b
ILT
6196
6197 CFLAGS=$_cloog_saved_CFLAGS
6198 LDFLAGS=$_cloog_saved_LDFLAGS
6199 fi
6200
6201
3dae1673 6202 fi
e552509b 6203
e28c595f 6204
e28c595f
JM
6205
6206
6207
8d8eef9a
RW
6208 if test "x${with_cloog}" = xno; then
6209 graphite_requested=no
6210 elif test "x${with_cloog}" != x \
e552509b
ILT
6211 || test "x${with_cloog_include}" != x \
6212 || test "x${with_cloog_lib}" != x ; then
6213 graphite_requested=yes
6214 else
6215 graphite_requested=no
6216 fi
6217
6218
6219
7ec59b9e 6220 if test "${gcc_cv_cloog}" = no ; then
e552509b
ILT
6221 clooglibs=
6222 clooginc=
6223 fi
6224
6225 if test "${graphite_requested}" = yes \
6226 && test "x${clooglibs}" = x \
6227 && test "x${clooginc}" = x ; then
6228
8e71395b 6229 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
e552509b
ILT
6230 fi
6231
6232
8e71395b 6233 fi
e552509b
ILT
6234fi
6235
7ec59b9e
L
6236# If either the ISL or the CLooG check failed, disable builds of in-tree
6237# variants of both
8e71395b
L
6238if test "x$with_isl" = xno ||
6239 test "x$with_cloog" = xno ||
6240 test "x$gcc_cv_cloog" = xno ||
6241 test "x$gcc_cv_isl" = xno; then
7ec59b9e 6242 noconfigdirs="$noconfigdirs cloog isl"
8e71395b
L
6243 islinc=
6244 clooginc=
6245 clooglibs=
7ec59b9e
L
6246fi
6247
8e71395b
L
6248
6249
6250
6251
6252
700d40ca
ILT
6253# Check for LTO support.
6254# Check whether --enable-lto was given.
6255if test "${enable_lto+set}" = set; then :
6256 enableval=$enable_lto; enable_lto=$enableval
6257else
6258 enable_lto=yes; default_enable_lto=yes
6259fi
6260
6261
143754cd 6262
e49e5c92
DK
6263
6264
6265target_elf=no
6266case $target in
6267 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
090bc50f 6268 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
a009f2e7 6269 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
e49e5c92
DK
6270 target_elf=no
6271 ;;
6272 *)
6273 target_elf=yes
6274 ;;
6275esac
6276
6277if test $target_elf = yes; then :
74cea91b
DK
6278 # ELF platforms build the lto-plugin always.
6279 build_lto_plugin=yes
e49e5c92 6280
e49e5c92
DK
6281else
6282 if test x"$default_enable_lto" = x"yes" ; then
29821356 6283 case $target in
899b04ef 6284 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
74cea91b 6285 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6286 *) enable_lto=no ;;
6287 esac
e49e5c92 6288 else
29821356
RW
6289 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6290 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
6291 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6292 # warn during gcc/ subconfigure; unless you're bootstrapping with
6293 # -flto it won't be needed until after installation anyway.
6294 case $target in
a8eb3f0a 6295 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
6296 *) if test x"$enable_lto" = x"yes"; then
6297 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6298 fi
6299 ;;
6300 esac
6301 fi
a8eb3f0a 6302 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6303 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6304 case $target in
74cea91b 6305 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6306 *) ;;
6307 esac
74cea91b 6308
e49e5c92
DK
6309fi
6310
700d40ca 6311
e28c595f 6312
7ec59b9e 6313# By default, C and C++ are the only stage 1 languages.
9b134994 6314stage1_languages=,c,
1d39f329 6315
e8a5fa9c 6316# Target libraries that we bootstrap.
2aa2364a 6317bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6318
9e07f89d
NN
6319# Figure out what language subdirectories are present.
6320# Look if the user specified --enable-languages="..."; if not, use
6321# the environment variable $LANGUAGES if defined. $LANGUAGES might
6322# go away some day.
6323# NB: embedded tabs in this IF block -- do not untabify
6324if test -d ${srcdir}/gcc; then
6325 if test x"${enable_languages+set}" != xset; then
6326 if test x"${LANGUAGES+set}" = xset; then
6327 enable_languages="${LANGUAGES}"
6328 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6329 else
6330 enable_languages=all
6331 fi
6332 else
6333 if test x"${enable_languages}" = x ||
6334 test x"${enable_languages}" = xyes;
6335 then
6336 echo configure.in: --enable-languages needs at least one language argument 1>&2
6337 exit 1
6338 fi
6339 fi
6340 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6341
096f7d00
DE
6342 # 'f95' is the old name for the 'fortran' language. We issue a warning
6343 # and make the substitution.
6344 case ,${enable_languages}, in
6345 *,f95,*)
6346 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6347 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6348 ;;
6349 esac
6350
7ec59b9e
L
6351 # If bootstrapping, C++ must be enabled.
6352 case ",$enable_languages,:$enable_bootstrap" in
6353 *,c++,*:*) ;;
6354 *:yes)
ffdd6afc
ILT
6355 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6356 enable_languages="${enable_languages},c++"
6357 else
7ec59b9e 6358 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ffdd6afc
ILT
6359 fi
6360 ;;
6361 esac
6362
9e07f89d
NN
6363 # First scan to see if an enabled language requires some other language.
6364 # We assume that a given config-lang.in will list all the language
6365 # front ends it requires, even if some are required indirectly.
6366 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6367 case ${lang_frag} in
6368 ..) ;;
6369 # The odd quoting in the next line works around
6370 # an apparent bug in bash 1.12 on linux.
6371 ${srcdir}/gcc/[*]/config-lang.in) ;;
6372 *)
e552509b
ILT
6373 # From the config-lang.in, get $language, $lang_requires, and
6374 # $lang_requires_boot_languages.
9e07f89d
NN
6375 language=
6376 lang_requires=
e552509b 6377 lang_requires_boot_languages=
9e07f89d 6378 . ${lang_frag}
e552509b 6379 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6380 case ,${enable_languages}, in
6381 *,$other,*) ;;
6382 *,all,*) ;;
6383 *,$language,*)
6384 echo " \`$other' language required by \`$language'; enabling" 1>&2
6385 enable_languages="${enable_languages},${other}"
6386 ;;
6387 esac
6388 done
e552509b
ILT
6389 for other in ${lang_requires_boot_languages} ; do
6390 if test "$other" != "c"; then
6391 case ,${enable_stage1_languages}, in
6392 *,$other,*) ;;
6393 *,all,*) ;;
6394 *)
6395 case ,${enable_languages}, in
6396 *,$language,*)
6397 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6398 enable_stage1_languages="$enable_stage1_languages,${other}"
6399 ;;
6400 esac
6401 ;;
6402 esac
6403 fi
6404 done
9e07f89d
NN
6405 ;;
6406 esac
6407 done
6408
9b134994 6409 new_enable_languages=,c,
700d40ca
ILT
6410
6411 # If LTO is enabled, add the LTO front end.
6412 extra_host_libiberty_configure_flags=
6413 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6414 case ,${enable_languages}, in
6415 *,lto,*) ;;
6416 *) enable_languages="${enable_languages},lto" ;;
6417 esac
a8eb3f0a 6418 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
6419 configdirs="$configdirs lto-plugin"
6420 extra_host_libiberty_configure_flags=--enable-shared
6421 fi
6422 fi
6423
6424
9e07f89d 6425 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6426 potential_languages=,c,
9e07f89d 6427
9e1a94f4
ILT
6428 enabled_target_libs=
6429 disabled_target_libs=
6430
9e07f89d
NN
6431 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6432 case ${lang_frag} in
6433 ..) ;;
6434 # The odd quoting in the next line works around
6435 # an apparent bug in bash 1.12 on linux.
6436 ${srcdir}/gcc/[*]/config-lang.in) ;;
6437 *)
c6b750e1 6438 # From the config-lang.in, get $language, $target_libs,
1d39f329 6439 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6440 language=
6441 target_libs=
6442 lang_dirs=
64ce424c 6443 subdir_requires=
9b134994
PB
6444 boot_language=no
6445 build_by_default=yes
9e07f89d 6446 . ${lang_frag}
9b134994
PB
6447 if test x${language} = x; then
6448 echo "${lang_frag} doesn't set \$language." 1>&2
6449 exit 1
6450 fi
6451
ffdd6afc 6452 if test "$language" = "c++"; then
7ec59b9e 6453 boot_language=yes
e8a5fa9c
RW
6454 fi
6455
8e71395b 6456 add_this_lang=no
9b134994
PB
6457 case ,${enable_languages}, in
6458 *,${language},*)
7ec59b9e
L
6459 # Language was explicitly selected; include it
6460 # unless it is C, which is enabled by default.
6461 if test "$language" != "c"; then
6462 add_this_lang=yes
6463 fi
9e07f89d 6464 ;;
9b134994
PB
6465 *,all,*)
6466 # 'all' was selected, select it if it is a default language
8e71395b
L
6467 if test "$language" != "c"; then
6468 add_this_lang=${build_by_default}
6469 fi
9e07f89d
NN
6470 ;;
6471 esac
4b1cb4fe 6472
64ce424c 6473 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6474 for i in $subdir_requires; do
3d3adb43 6475 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6476 case ,${enable_languages}, in
6477 *,${language},*)
6478 # Specifically requested language; tell them.
81ecdfbb 6479 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6480 ;;
6481 *)
6482 # Silently disable.
9b134994 6483 add_this_lang=unsupported
64ce424c
PB
6484 ;;
6485 esac
6486 done
6487
9b134994
PB
6488 # Disable Ada if no preexisting GNAT is available.
6489 case ,${enable_languages},:${language}:${have_gnat} in
6490 *,${language},*:ada:no)
6491 # Specifically requested language; tell them.
81ecdfbb 6492 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6493 ;;
6494 *:ada:no)
6495 # Silently disable.
6496 add_this_lang=unsupported
6497 ;;
6498 esac
6499
59f7ec45
HPN
6500 # Disable a language that is unsupported by the target.
6501 case " $unsupported_languages " in
6502 *" $language "*)
9b134994 6503 add_this_lang=unsupported
59f7ec45
HPN
6504 ;;
6505 esac
6506
4b1cb4fe 6507 case $add_this_lang in
9b134994 6508 unsupported)
9e07f89d 6509 # Remove language-dependent dirs.
9e1a94f4
ILT
6510 disabled_target_libs="$disabled_target_libs $target_libs"
6511 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6512 ;;
9b134994
PB
6513 no)
6514 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6515 disabled_target_libs="$disabled_target_libs $target_libs"
6516 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6517 potential_languages="${potential_languages}${language},"
6518 ;;
6519 yes)
6520 new_enable_languages="${new_enable_languages}${language},"
6521 potential_languages="${potential_languages}${language},"
1d39f329 6522 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6523 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6524 case "${boot_language}:,$enable_stage1_languages," in
6525 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6526 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6527 case ",$stage1_languages," in
6528 *,$language,* | ,yes, | ,all,) ;;
6529 *) stage1_languages="${stage1_languages}${language}," ;;
6530 esac
e8a5fa9c
RW
6531 # We need to bootstrap any supporting libraries.
6532 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6533 ;;
6534 esac
6535 ;;
9e07f89d
NN
6536 esac
6537 ;;
6538 esac
6539 done
6540
9e1a94f4
ILT
6541 # Add target libraries which are only needed for disabled languages
6542 # to noconfigdirs.
6543 if test -n "$disabled_target_libs"; then
6544 for dir in $disabled_target_libs; do
6545 case " $enabled_target_libs " in
6546 *" ${dir} "*) ;;
6547 *) noconfigdirs="$noconfigdirs $dir" ;;
6548 esac
6549 done
6550 fi
6551
81ecdfbb
RW
6552 # Check whether --enable-stage1-languages was given.
6553if test "${enable_stage1_languages+set}" = set; then :
6554 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6555 ,no,|,,)
6556 # Set it to something that will have no effect in the loop below
6557 enable_stage1_languages=c ;;
6558 ,yes,)
6559 enable_stage1_languages=`echo $new_enable_languages | \
6560 sed -e "s/^,//" -e "s/,$//" ` ;;
6561 *,all,*)
6562 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6563 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6564 esac
6565
6566 # Add "good" languages from enable_stage1_languages to stage1_languages,
6567 # while "bad" languages go in missing_languages. Leave no duplicates.
6568 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6569 case $potential_languages in
6570 *,$i,*)
6571 case $stage1_languages in
6572 *,$i,*) ;;
6573 *) stage1_languages="$stage1_languages$i," ;;
6574 esac ;;
6575 *)
6576 case $missing_languages in
6577 *,$i,*) ;;
6578 *) missing_languages="$missing_languages$i," ;;
6579 esac ;;
6580 esac
6581 done
81ecdfbb
RW
6582fi
6583
9b134994
PB
6584
6585 # Remove leading/trailing commas that were added for simplicity
6586 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6587 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6588 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6589 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6590
9e07f89d 6591 if test "x$missing_languages" != x; then
81ecdfbb 6592 as_fn_error "
27258dd4 6593The following requested languages could not be built: ${missing_languages}
81ecdfbb 6594Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6595 fi
9e07f89d
NN
6596 if test "x$new_enable_languages" != "x$enable_languages"; then
6597 echo The following languages will be built: ${new_enable_languages}
9b134994 6598 enable_languages="$new_enable_languages"
9e07f89d 6599 fi
9b134994 6600
c6b750e1 6601
81ec575a 6602 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6603fi
6604
a6df5a19
PB
6605# Handle --disable-<component> generically.
6606for dir in $configdirs $build_configdirs $target_configdirs ; do
6607 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6608 varname=`echo $dirname | sed -e s/+/_/g`
6609 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6610 noconfigdirs="$noconfigdirs $dir"
6611 fi
6612done
6613
4f0ef2d8 6614# Check for Boehm's garbage collector
81ecdfbb
RW
6615# Check whether --enable-objc-gc was given.
6616if test "${enable_objc_gc+set}" = set; then :
6617 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 6618 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6619 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6620 ;;
6621esac
81ecdfbb
RW
6622fi
6623
4f0ef2d8
CD
6624
6625# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6626case ,${enable_languages},:${enable_objc_gc} in
6627 *,objc,*:yes)
4f0ef2d8
CD
6628 # Keep target-boehm-gc if requested for Objective-C.
6629 ;;
4f0ef2d8 6630 *)
d42c4017
DA
6631 # Otherwise remove target-boehm-gc depending on target-libjava.
6632 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6633 noconfigdirs="$noconfigdirs target-boehm-gc"
6634 fi
4f0ef2d8
CD
6635 ;;
6636esac
6637
95e43135 6638# Disable libitm, libsanitizer, libvtv if we're not building C++
7ec59b9e
L
6639case ,${enable_languages}, in
6640 *,c++,*) ;;
6641 *)
9aaf2a7e 6642 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer target-libvtv"
7ec59b9e
L
6643 ;;
6644esac
6645
caeba88f
AL
6646# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6647# $build_configdirs and $target_configdirs.
9e07f89d
NN
6648# If we have the source for $noconfigdirs entries, add them to $notsupp.
6649
6650notsupp=""
6651for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6652 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6653 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6654 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6655 if test -r $srcdir/$dirname/configure ; then
6656 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6657 true
6658 else
6659 notsupp="$notsupp $dir"
6660 fi
6661 fi
6662 fi
caeba88f
AL
6663 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6664 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6665 if test -r $srcdir/$dirname/configure ; then
6666 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6667 true
6668 else
6669 notsupp="$notsupp $dir"
6670 fi
6671 fi
6672 fi
9e07f89d
NN
6673 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6674 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6675 if test -r $srcdir/$dirname/configure ; then
6676 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6677 true
6678 else
6679 notsupp="$notsupp $dir"
6680 fi
6681 fi
6682 fi
6683done
6684
9e07f89d
NN
6685# Quietly strip out all directories which aren't configurable in this tree.
6686# This relies on all configurable subdirectories being autoconfiscated, which
6687# is now the case.
6a9cf61e
PB
6688build_configdirs_all="$build_configdirs"
6689build_configdirs=
6690for i in ${build_configdirs_all} ; do
c6b750e1 6691 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6692 if test -f ${srcdir}/$j/configure ; then
6693 build_configdirs="${build_configdirs} $i"
6694 fi
6695done
6696
9e07f89d
NN
6697configdirs_all="$configdirs"
6698configdirs=
6699for i in ${configdirs_all} ; do
6700 if test -f ${srcdir}/$i/configure ; then
6701 configdirs="${configdirs} $i"
6702 fi
6703done
6a9cf61e 6704
9e07f89d
NN
6705target_configdirs_all="$target_configdirs"
6706target_configdirs=
6707for i in ${target_configdirs_all} ; do
c6b750e1 6708 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6709 if test -f ${srcdir}/$j/configure ; then
6710 target_configdirs="${target_configdirs} $i"
6711 fi
6712done
6713
6714# Produce a warning message for the subdirs we can't configure.
6715# This isn't especially interesting in the Cygnus tree, but in the individual
6716# FSF releases, it's important to let people know when their machine isn't
6717# supported by the one or two programs in a package.
6718
6719if test -n "${notsupp}" && test -z "${norecursion}" ; then
6720 # If $appdirs is non-empty, at least one of those directories must still
6721 # be configured, or we error out. (E.g., if the gas release supports a
6722 # specified target in some subdirs but not the gas subdir, we shouldn't
6723 # pretend that all is well.)
6724 if test -n "$appdirs" ; then
6725 for dir in $appdirs ; do
6726 if test -r $dir/Makefile.in ; then
6727 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6728 appdirs=""
6729 break
6730 fi
6a9cf61e 6731 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6732 appdirs=""
6733 break
6734 fi
6735 fi
6736 done
6737 if test -n "$appdirs" ; then
6738 echo "*** This configuration is not supported by this package." 1>&2
6739 exit 1
6740 fi
6741 fi
6742 # Okay, some application will build, or we don't care to check. Still
6743 # notify of subdirs not getting built.
6744 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6745 echo " ${notsupp}" 1>&2
6746 echo " (Any other directories should still work fine.)" 1>&2
6747fi
6748
6749case "$host" in
6750 *msdosdjgpp*)
6751 enable_gdbtk=no ;;
6752esac
6753
18f6b6ee
PB
6754# To find our prefix, in gcc_cv_tool_prefix.
6755
6756# The user is always right.
6757if test "${PATH_SEPARATOR+set}" != set; then
6758 echo "#! /bin/sh" >conf$$.sh
6759 echo "exit 0" >>conf$$.sh
6760 chmod +x conf$$.sh
6761 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6762 PATH_SEPARATOR=';'
6763 else
6764 PATH_SEPARATOR=:
6765 fi
6766 rm -f conf$$.sh
6767fi
6768
6769
6770
6771if test "x$exec_prefix" = xNONE; then
6772 if test "x$prefix" = xNONE; then
6773 gcc_cv_tool_prefix=$ac_default_prefix
6774 else
6775 gcc_cv_tool_prefix=$prefix
6776 fi
6777else
6778 gcc_cv_tool_prefix=$exec_prefix
6779fi
6780
6781# If there is no compiler in the tree, use the PATH only. In any
6782# case, if there is no compiler in the tree nobody should use
6783# AS_FOR_TARGET and LD_FOR_TARGET.
6784if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6785 gcc_version=`cat $srcdir/gcc/BASE-VER`
6786 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6787 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6788 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6789 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6790 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6791 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6792else
6793 gcc_cv_tool_dirs=
6794fi
6795
6796if test x$build = x$target && test -n "$md_exec_prefix"; then
6797 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6798fi
6799
6800
6801
9e07f89d
NN
6802copy_dirs=
6803
c6b750e1 6804
81ecdfbb
RW
6805# Check whether --with-build-sysroot was given.
6806if test "${with_build_sysroot+set}" = set; then :
6807 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6808 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6809 fi
6810else
6811 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6812fi
a19b6204
MM
6813
6814
8a6ee3ab 6815
81ecdfbb
RW
6816
6817# Check whether --with-debug-prefix-map was given.
6818if test "${with_debug_prefix_map+set}" = set; then :
6819 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6820 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6821 for debug_map in $withval; do
6822 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6823 done
6824 fi
6825else
6826 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6827fi
6828
8a6ee3ab
JM
6829
6830
7f6ef0c0
PB
6831# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6832# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6833# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6834# We want to ensure that TARGET libraries (which we know are built with
6835# gcc) are built with "-O2 -g", so include those options when setting
6836# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6837if test "x$CFLAGS_FOR_TARGET" = x; then
6838 CFLAGS_FOR_TARGET=$CFLAGS
6839 case " $CFLAGS " in
6840 *" -O2 "*) ;;
68f107fa 6841 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6842 esac
6843 case " $CFLAGS " in
6844 *" -g "* | *" -g3 "*) ;;
68f107fa 6845 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6846 esac
6847fi
6848
6849
6850if test "x$CXXFLAGS_FOR_TARGET" = x; then
6851 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6852 case " $CXXFLAGS " in
6853 *" -O2 "*) ;;
68f107fa 6854 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6855 esac
6856 case " $CXXFLAGS " in
6857 *" -g "* | *" -g3 "*) ;;
68f107fa 6858 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6859 esac
6860fi
6861
6862
91c1f14c
DK
6863
6864
9e07f89d
NN
6865# Handle --with-headers=XXX. If the value is not "yes", the contents of
6866# the named directory are copied to $(tooldir)/sys-include.
6867if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6868 if test x${is_cross_compiler} = xno ; then
6869 echo 1>&2 '***' --with-headers is only supported when cross compiling
6870 exit 1
6871 fi
6872 if test x"${with_headers}" != xyes ; then
18f6b6ee 6873 x=${gcc_cv_tool_prefix}
c6b750e1 6874 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6875 fi
6876fi
6877
6878# Handle --with-libs=XXX. If the value is not "yes", the contents of
6879# the name directories are copied to $(tooldir)/lib. Multiple directories
6880# are permitted.
6881if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6882 if test x${is_cross_compiler} = xno ; then
6883 echo 1>&2 '***' --with-libs is only supported when cross compiling
6884 exit 1
6885 fi
6886 if test x"${with_libs}" != xyes ; then
6887 # Copy the libraries in reverse order, so that files in the first named
6888 # library override files in subsequent libraries.
18f6b6ee 6889 x=${gcc_cv_tool_prefix}
9e07f89d 6890 for l in ${with_libs}; do
c6b750e1 6891 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6892 done
6893 fi
6894fi
6895
700d40ca 6896# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
6897#
6898# This is done by determining whether or not the appropriate directory
6899# is available, and by checking whether or not specific configurations
6900# have requested that this magic not happen.
c6b750e1
DJ
6901#
6902# The command line options always override the explicit settings in
2429c060
PB
6903# configure.in, and the settings in configure.in override this magic.
6904#
c6b750e1 6905# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6906# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
6907# --without-gnu-ld options for the configure script. Similarly, if
6908# the default is to use the included zlib and you don't want to do that,
6909# you should use the --with-system-zlib option for the configure script.
2429c060
PB
6910
6911if test x${use_gnu_as} = x &&
6912 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6913 with_gnu_as=yes
6914 extra_host_args="$extra_host_args --with-gnu-as"
6915fi
6916
6917if test x${use_gnu_ld} = x &&
93f9b408 6918 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6919 with_gnu_ld=yes
6920 extra_host_args="$extra_host_args --with-gnu-ld"
6921fi
6922
700d40ca
ILT
6923if test x${use_included_zlib} = x &&
6924 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6925 :
6926else
6927 with_system_zlib=yes
6928 extra_host_args="$extra_host_args --with-system-zlib"
6929fi
6930
2429c060
PB
6931# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6932# can detect this case.
6933
6934if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6935 with_newlib=yes
6936 extra_host_args="$extra_host_args --with-newlib"
6937fi
6938
9e07f89d
NN
6939# Handle ${copy_dirs}
6940set fnord ${copy_dirs}
6941shift
6942while test $# != 0 ; do
6943 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6944 :
6945 else
6946 echo Copying $1 to $2
6947
6948 # Use the install script to create the directory and all required
6949 # parent directories.
6950 if test -d $2 ; then
6951 :
6952 else
6953 echo >config.temp
6954 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6955 fi
6956
6957 # Copy the directory, assuming we have tar.
6958 # FIXME: Should we use B in the second tar? Not all systems support it.
6959 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6960
6961 # It is the responsibility of the user to correctly adjust all
6962 # symlinks. If somebody can figure out how to handle them correctly
6963 # here, feel free to add the code.
6964
6965 echo $1 > $2/COPIED
6966 fi
6967 shift; shift
6968done
6969
2429c060
PB
6970# Determine a target-dependent exec_prefix that the installed
6971# gcc will search in. Keep this list sorted by triplet, with
6972# the *-*-osname triplets last.
6973md_exec_prefix=
6974case "${target}" in
521ec477 6975 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6976 md_exec_prefix=/dev/env/DJDIR/bin
6977 ;;
2429c060 6978 *-*-hpux* | \
2429c060 6979 *-*-nto-qnx* | \
1f111696 6980 *-*-solaris2*)
2429c060
PB
6981 md_exec_prefix=/usr/ccs/bin
6982 ;;
6983esac
6984
a0da8069
NN
6985extra_arflags_for_target=
6986extra_nmflags_for_target=
6987extra_ranlibflags_for_target=
6988target_makefile_frag=/dev/null
6989case "${target}" in
77d7106f
AM
6990 spu-*-*)
6991 target_makefile_frag="config/mt-spu"
6992 ;;
d09bbf00 6993 mips*-sde-elf* | mips*-mti-elf*)
429acdec
RS
6994 target_makefile_frag="config/mt-sde"
6995 ;;
f3b1e08e
RS
6996 mipsisa*-*-elfoabi*)
6997 target_makefile_frag="config/mt-mips-elfoabi"
6998 ;;
e7c8859c
RS
6999 mips*-*-*linux* | mips*-*-gnu*)
7000 target_makefile_frag="config/mt-mips-gnu"
7001 ;;
d9e042ac
SL
7002 nios2-*-elf*)
7003 target_makefile_frag="config/mt-nios2-elf"
7004 ;;
29383458 7005 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 7006 target_makefile_frag="config/mt-gnu"
a0da8069
NN
7007 ;;
7008 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 7009 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
7010 # commands to handle both 32-bit and 64-bit objects. These flags are
7011 # harmless if we're using GNU nm or ar.
7012 extra_arflags_for_target=" -X32_64"
7013 extra_nmflags_for_target=" -B -X32_64"
7014 ;;
a0da8069
NN
7015esac
7016
7017alphaieee_frag=/dev/null
7018case $target in
7019 alpha*-*-*)
7020 # This just makes sure to use the -mieee option to build target libs.
7021 # This should probably be set individually by each library.
7022 alphaieee_frag="config/mt-alphaieee"
7023 ;;
7024esac
7025
7026# If --enable-target-optspace always use -Os instead of -O2 to build
7027# the target libraries, similarly if it is not specified, use -Os
7028# on selected platforms.
7029ospace_frag=/dev/null
7030case "${enable_target_optspace}:${target}" in
7031 yes:*)
7032 ospace_frag="config/mt-ospace"
7033 ;;
7034 :d30v-*)
7035 ospace_frag="config/mt-d30v"
7036 ;;
7037 :m32r-* | :d10v-* | :fr30-*)
7038 ospace_frag="config/mt-ospace"
7039 ;;
7040 no:* | :*)
7041 ;;
7042 *)
7043 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7044 ;;
7045esac
7046
a0da8069
NN
7047# Some systems (e.g., one of the i386-aix systems the gas testers are
7048# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 7049tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
7050build_tooldir=${tooldir}
7051
a0da8069
NN
7052# Create a .gdbinit file which runs the one in srcdir
7053# and tells GDB to look there for source files.
7054
7055if test -r ${srcdir}/.gdbinit ; then
7056 case ${srcdir} in
7057 .) ;;
7058 *) cat > ./.gdbinit <<EOF
7059# ${NO_EDIT}
7060dir ${srcdir}
7061dir .
7062source ${srcdir}/.gdbinit
7063EOF
7064 ;;
7065 esac
7066fi
7067
a0da8069
NN
7068# Make sure that the compiler is able to generate an executable. If it
7069# can't, we are probably in trouble. We don't care whether we can run the
7070# executable--we might be using a cross compiler--we only care whether it
7071# can be created. At this point the main configure script has set CC.
7072we_are_ok=no
7073echo "int main () { return 0; }" > conftest.c
7074${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7075if test $? = 0 ; then
7076 if test -s conftest || test -s conftest.exe ; then
7077 we_are_ok=yes
7078 fi
c6b750e1 7079fi
a0da8069
NN
7080case $we_are_ok in
7081 no)
7082 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7083 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7084 rm -f conftest*
7085 exit 1
7086 ;;
7087esac
7088rm -f conftest*
7089
3bbd2f8f 7090# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
7091case "${host}" in
7092 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 7093 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 7094 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
7095 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7096esac
7097
3bbd2f8f 7098# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
7099# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7100# built executables to PATH.
3bbd2f8f
AL
7101if test "$RPATH_ENVVAR" = PATH; then
7102 GCC_SHLIB_SUBDIR=/shlib
7103else
7104 GCC_SHLIB_SUBDIR=
7105fi
7106
730af8ee 7107# Adjust the toplevel makefile according to whether bootstrap was selected.
7108case $enable_bootstrap in
7109 yes)
7110 bootstrap_suffix=bootstrap
7111 BUILD_CONFIG=bootstrap-debug
7112 ;;
7113 no)
7114 bootstrap_suffix=no-bootstrap
7115 BUILD_CONFIG=
7116 ;;
7117esac
7118
7119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7120$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7121
7122
7123# Check whether --with-build-config was given.
7124if test "${with_build_config+set}" = set; then :
7125 withval=$with_build_config; case $with_build_config in
7126 yes) with_build_config= ;;
7127 no) with_build_config= BUILD_CONFIG= ;;
7128 esac
7129fi
7130
7131
7132if test "x${with_build_config}" != x; then
7133 BUILD_CONFIG=$with_build_config
7134else
7135 case $BUILD_CONFIG in
7136 bootstrap-debug)
7137 if echo "int f (void) { return 0; }" > conftest.c &&
7138 ${CC} -c conftest.c &&
7139 mv conftest.o conftest.o.g0 &&
7140 ${CC} -c -g conftest.c &&
7141 mv conftest.o conftest.o.g &&
7142 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7143 :
7144 else
7145 BUILD_CONFIG=
7146 fi
7147 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7148 ;;
7149 esac
7150fi
7151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7152$as_echo "$BUILD_CONFIG" >&6; }
7153
7154
7155# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7157$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7158# Check whether --enable-vtable-verify was given.
7159if test "${enable_vtable_verify+set}" = set; then :
7160 enableval=$enable_vtable_verify; case "$enableval" in
7161 yes) enable_vtable_verify=yes ;;
7162 no) enable_vtable_verify=no ;;
7163 *) enable_vtable_verify=no;;
7164 esac
7165else
7166 enable_vtable_verify=no
7167fi
7168
7169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7170$as_echo "$enable_vtable_verify" >&6; }
7171
a0da8069
NN
7172# Record target_configdirs and the configure arguments for target and
7173# build configuration in Makefile.
7174target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 7175build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
201f096f 7176bootstrap_fixincludes=no
a0da8069 7177
2aa2364a
JR
7178# If we are building libgomp, bootstrap it.
7179if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7180 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7181fi
7182
730af8ee 7183# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7184# or bootstrap-ubsan, bootstrap it.
7185if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7186 case "$BUILD_CONFIG" in
7187 *bootstrap-asan* | *bootstrap-ubsan* )
7188 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
201f096f 7189 bootstrap_fixincludes=yes
730af8ee 7190 ;;
7191 esac
5eb08693
L
7192fi
7193
730af8ee 7194# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7195if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7196 test "$enable_vtable_verify" != no; then
95e43135
JBG
7197 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7198fi
7199
a0da8069
NN
7200# Determine whether gdb needs tk/tcl or not.
7201# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7202# and in that case we want gdb to be built without tk. Ugh!
7203# In fact I believe gdb is the *only* package directly dependent on tk,
7204# so we should be able to put the 'maybe's in unconditionally and
7205# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7206# 100% sure that that's safe though.
c180f501 7207
675c6968 7208gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
7209case "$enable_gdbtk" in
7210 no)
7211 GDB_TK="" ;;
c180f501
AC
7212 yes)
7213 GDB_TK="${gdb_tk}" ;;
a0da8069 7214 *)
c180f501
AC
7215 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7216 # distro. Eventually someone will fix this and move Insight, nee
7217 # gdbtk to a separate directory.
7218 if test -d ${srcdir}/gdb/gdbtk ; then
7219 GDB_TK="${gdb_tk}"
7220 else
7221 GDB_TK=""
7222 fi
7223 ;;
a0da8069 7224esac
907be67c
DJ
7225CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7226INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 7227
6bd3dfaa 7228# Strip out unwanted targets.
dd12c3a8
NN
7229
7230# While at that, we remove Makefiles if we were started for recursive
7231# configuration, so that the top-level Makefile reconfigures them,
7232# like we used to do when configure itself was recursive.
dd12c3a8 7233
06a51eac
RW
7234# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7235# but now we're fixing up the Makefile ourselves with the additional
7236# commands passed to AC_CONFIG_FILES. Use separate variables
7237# extrasub-{build,host,target} not because there is any reason to split
7238# the substitutions up that way, but only to remain below the limit of
7239# 99 commands in a script, for HP-UX sed.
7240# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 7241
16b1ad29
RW
7242case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7243 yes:yes:*\ gold\ *:*,c++,*) ;;
7244 yes:yes:*\ gold\ *:*)
7245 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7246 ;;
7247esac
7248
06a51eac 7249extrasub_build=
6a9cf61e 7250for module in ${build_configdirs} ; do
498d4a71
CF
7251 if test -z "${no_recursion}" \
7252 && test -f ${build_subdir}/${module}/Makefile; then
7253 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7254 rm -f ${build_subdir}/${module}/Makefile
7255 fi
06a51eac 7256 extrasub_build="$extrasub_build
498d4a71
CF
7257/^@if build-$module\$/d
7258/^@endif build-$module\$/d
7259/^@if build-$module-$bootstrap_suffix\$/d
7260/^@endif build-$module-$bootstrap_suffix\$/d"
7261done
06a51eac 7262extrasub_host=
498d4a71 7263for module in ${configdirs} ; do
80911fe1 7264 if test -z "${no_recursion}"; then
8cf39b1b 7265 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7266 if test -f ${file}; then
7267 echo 1>&2 "*** removing ${file} to force reconfigure"
7268 rm -f ${file}
7269 fi
7270 done
498d4a71 7271 fi
201f096f 7272 case ${module},${bootstrap_fixincludes} in
7273 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7274 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7275 esac
06a51eac 7276 extrasub_host="$extrasub_host
498d4a71
CF
7277/^@if $module\$/d
7278/^@endif $module\$/d
201f096f 7279/^@if $module-$host_bootstrap_suffix\$/d
7280/^@endif $module-$host_bootstrap_suffix\$/d"
498d4a71 7281done
06a51eac 7282extrasub_target=
498d4a71
CF
7283for module in ${target_configdirs} ; do
7284 if test -z "${no_recursion}" \
7285 && test -f ${target_subdir}/${module}/Makefile; then
7286 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7287 rm -f ${target_subdir}/${module}/Makefile
7288 fi
e8a5fa9c
RW
7289
7290 # We only bootstrap target libraries listed in bootstrap_target_libs.
7291 case $bootstrap_target_libs in
7292 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7293 *) target_bootstrap_suffix=no-bootstrap ;;
7294 esac
7295
06a51eac 7296 extrasub_target="$extrasub_target
498d4a71
CF
7297/^@if target-$module\$/d
7298/^@endif target-$module\$/d
e8a5fa9c
RW
7299/^@if target-$module-$target_bootstrap_suffix\$/d
7300/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7301done
7302
06a51eac
RW
7303# Do the final fixup along with target modules.
7304extrasub_target="$extrasub_target
6bd3dfaa 7305/^@if /,/^@endif /d"
a0da8069
NN
7306
7307# Create the serialization dependencies. This uses a temporary file.
7308
81ecdfbb
RW
7309# Check whether --enable-serial-configure was given.
7310if test "${enable_serial_configure+set}" = set; then :
7311 enableval=$enable_serial_configure;
7312fi
e6bfb94a
AO
7313
7314
1047cb91
DD
7315case ${enable_serial_configure} in
7316 yes)
7317 enable_serial_build_configure=yes
7318 enable_serial_host_configure=yes
7319 enable_serial_target_configure=yes
7320 ;;
7321esac
7322
a0da8069
NN
7323# These force 'configure's to be done one at a time, to avoid problems
7324# with contention over a shared config.cache.
7325rm -f serdep.tmp
e6bfb94a 7326echo '# serdep.tmp' > serdep.tmp
a0da8069 7327olditem=
1047cb91 7328test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7329for item in ${build_configdirs} ; do
7330 case ${olditem} in
7331 "") ;;
e6bfb94a 7332 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7333 esac
7334 olditem=${item}
7335done
7336olditem=
1047cb91 7337test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7338for item in ${configdirs} ; do
7339 case ${olditem} in
7340 "") ;;
e6bfb94a 7341 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7342 esac
7343 olditem=${item}
7344done
7345olditem=
1047cb91 7346test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7347for item in ${target_configdirs} ; do
7348 case ${olditem} in
7349 "") ;;
e6bfb94a 7350 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7351 esac
7352 olditem=${item}
7353done
7354serialization_dependencies=serdep.tmp
7355
7356
e6bfb94a 7357# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7358# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7359# might not want to pass down to subconfigures. The exception being
7360# --cache-file=/dev/null, which is used to turn off the use of cache
7361# files altogether, and which should be passed on to subconfigures.
7362# Also strip program-prefix, program-suffix, and program-transform-name,
7363# so that we can pass down a consistent program-transform-name.
c6b750e1 7364baseargs=
65b4571a 7365tbaseargs=
c6b750e1
DJ
7366keep_next=no
7367skip_next=no
7368eval "set -- $ac_configure_args"
18f6b6ee
PB
7369for ac_arg
7370do
c6b750e1
DJ
7371 if test X"$skip_next" = X"yes"; then
7372 skip_next=no
7373 continue
7374 fi
7375 if test X"$keep_next" = X"yes"; then
7376 case $ac_arg in
7377 *\'*)
7378 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7379 esac
7380 baseargs="$baseargs '$ac_arg'"
65b4571a 7381 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7382 keep_next=no
7383 continue
7384 fi
7385
7386 # Handle separated arguments. Based on the logic generated by
7387 # autoconf 2.59.
7388 case $ac_arg in
7389 *=* | --config-cache | -C | -disable-* | --disable-* \
7390 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7391 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7392 | -with-* | --with-* | -without-* | --without-* | --x)
7393 separate_arg=no
7394 ;;
7395 -*)
7396 separate_arg=yes
7397 ;;
7398 *)
7399 separate_arg=no
7400 ;;
7401 esac
7402
65b4571a
AO
7403 skip_targ=no
7404 case $ac_arg in
7405
7406 --with-* | --without-*)
7407 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7408
7409 case $libopt in
7410 *[-_]include)
7411 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7412 ;;
7413 *[-_]lib)
7414 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7415 ;;
7416 *)
7417 lib=$libopt
7418 ;;
7419 esac
7420
7421
7422 case $lib in
7ec59b9e 7423 mpc | mpfr | gmp | cloog)
65b4571a
AO
7424 # If we're processing --with-$lib, --with-$lib-include or
7425 # --with-$lib-lib, for one of the libs above, and target is
7426 # different from host, don't pass the current argument to any
7427 # target library's configure.
7428 if test x$is_cross_compiler = xyes; then
7429 skip_targ=yes
7430 fi
7431 ;;
7432 esac
7433 ;;
7434 esac
7435
c6b750e1 7436 case "$ac_arg" in
30167e0a
NC
7437 --cache-file=/dev/null | \
7438 -cache-file=/dev/null )
7439 # Handled here to avoid the test to skip args below.
7440 baseargs="$baseargs '$ac_arg'"
65b4571a 7441 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7442 # Assert: $separate_arg should always be no.
7443 keep_next=$separate_arg
7444 ;;
c6b750e1
DJ
7445 --no*)
7446 continue
7447 ;;
7448 --c* | \
7449 --sr* | \
7450 --ho* | \
7451 --bu* | \
7452 --t* | \
7453 --program-* | \
7454 -cache_file* | \
7455 -srcdir* | \
7456 -host* | \
7457 -build* | \
7458 -target* | \
7459 -program-prefix* | \
7460 -program-suffix* | \
7461 -program-transform-name* )
7462 skip_next=$separate_arg
7463 continue
7464 ;;
7465 -*)
7466 # An option. Add it.
7467 case $ac_arg in
7468 *\'*)
7469 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7470 esac
7471 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7472 if test X"$skip_targ" = Xno; then
7473 tbaseargs="$tbaseargs '$ac_arg'"
7474 fi
c6b750e1
DJ
7475 keep_next=$separate_arg
7476 ;;
7477 *)
7478 # Either a variable assignment, or a nonopt (triplet). Don't
7479 # pass it down; let the Makefile handle this.
7480 continue
7481 ;;
7482 esac
7483done
7484# Remove the initial space we just introduced and, as these will be
7485# expanded by make, quote '$'.
7486baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7487
f27d4f92
DJ
7488# Add in --program-transform-name, after --program-prefix and
7489# --program-suffix have been applied to it. Autoconf has already
7490# doubled dollar signs and backslashes in program_transform_name; we want
7491# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7492# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7493# Also, because we want to override the logic in subdir configure scripts to
7494# choose program_transform_name, replace any s,x,x, with s,y,y,.
7495sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7496${program_transform_name}
7497EOF_SED
7498gcc_transform_name=`cat conftestsed.out`
7499rm -f conftestsed.out
7500baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7501tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7502if test "$silent" = yes; then
7503 baseargs="$baseargs --silent"
65b4571a 7504 tbaseargs="$tbaseargs --silent"
2444379b 7505fi
34a0f3cf 7506baseargs="$baseargs --disable-option-checking"
65b4571a 7507tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7508
4074d5f2
RW
7509# Record and document user additions to sub configure arguments.
7510
7511
7512
7513
a0da8069
NN
7514# For the build-side libraries, we just need to pretend we're native,
7515# and not use the same cache file. Multilibs are neither needed nor
7516# desired.
4074d5f2 7517build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
NN
7518
7519# For host modules, accept cache file option, or specification as blank.
7520case "${cache_file}" in
7521"") # empty
7522 cache_file_option="" ;;
7523/* | [A-Za-z]:[\\/]* ) # absolute path
7524 cache_file_option="--cache-file=${cache_file}" ;;
7525*) # relative path
7526 cache_file_option="--cache-file=../${cache_file}" ;;
7527esac
7528
82252c06
NN
7529# Host dirs don't like to share a cache file either, horribly enough.
7530# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7531host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7532
65b4571a 7533target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7534
7535# Passing a --with-cross-host argument lets the target libraries know
7536# whether they are being built with a cross-compiler or being built
7537# native. However, it would be better to use other mechanisms to make the
7538# sorts of decisions they want to make on this basis. Please consider
7539# this option to be deprecated. FIXME.
7540if test x${is_cross_compiler} = xyes ; then
c6b750e1 7541 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7542fi
7543
afc0578d 7544# Special user-friendly check for native x86_64-linux build, if
7545# multilib is not explicitly enabled.
7546case "$target:$have_compiler:$host:$target:$enable_multilib" in
7547 x86_64-*linux*:yes:$build:$build:)
7548 # Make sure we have a developement environment that handles 32-bit
7549 dev64=no
7550 echo "int main () { return 0; }" > conftest.c
7551 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7552 if test $? = 0 ; then
7553 if test -s conftest || test -s conftest.exe ; then
7554 dev64=yes
7555 fi
7556 fi
7557 rm -f conftest*
7558 if test x${dev64} != xyes ; then
7559 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
7560 fi
7561 ;;
7562esac
7563
938d2b74
RW
7564# Default to --enable-multilib.
7565if test x${enable_multilib} = x ; then
a0da8069 7566 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7567fi
a0da8069
NN
7568
7569# Pass --with-newlib if appropriate. Note that target_configdirs has
7570# changed from the earlier setting of with_newlib.
7571if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7572 target_configargs="--with-newlib ${target_configargs}"
7573fi
7574
95036d20
NN
7575# Different target subdirs use different values of certain variables
7576# (notably CXX). Worse, multilibs use *lots* of different values.
7577# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7578# it doesn't automatically accept command-line overrides of them.
7579# This means it's not safe for target subdirs to share a cache file,
7580# which is disgusting, but there you have it. Hopefully this can be
7581# fixed in future. It's still worthwhile to use a cache file for each
7582# directory. I think.
7583
ae380b45
MS
7584# Pass the appropriate --build, --host, --target and --cache-file arguments.
7585# We need to pass --target, as newer autoconf's requires consistency
7586# for target_alias and gcc doesn't manage it consistently.
4b900473 7587target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7588
a0da8069
NN
7589FLAGS_FOR_TARGET=
7590case " $target_configdirs " in
7591 *" newlib "*)
7592 case " $target_configargs " in
7593 *" --with-newlib "*)
7594 case "$target" in
1f53ca9a 7595 *-cygwin*)
6d94c122 7596 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
1f53ca9a 7597 ;;
a0da8069
NN
7598 esac
7599
7600 # If we're not building GCC, don't discard standard headers.
7601 if test -d ${srcdir}/gcc; then
7602 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7603
7604 if test "${build}" != "${host}"; then
7605 # On Canadian crosses, CC_FOR_TARGET will have already been set
7606 # by `configure', so we won't have an opportunity to add -Bgcc/
7607 # to it. This is right: we don't want to search that directory
7608 # for binaries, but we want the header files in there, so add
7609 # them explicitly.
e552509b 7610 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7611
7612 # Someone might think of using the pre-installed headers on
7613 # Canadian crosses, in case the installed compiler is not fully
7614 # compatible with the compiler being built. In this case, it
7615 # would be better to flag an error than risking having
7616 # incompatible object files being constructed. We can't
7617 # guarantee that an error will be flagged, but let's hope the
7618 # compiler will do it, when presented with incompatible header
7619 # files.
7620 fi
7621 fi
7622
7623 case "${target}-${is_cross_compiler}" in
ec11bdc6 7624 i[3456789]86-*-linux*-no)
a0da8069
NN
7625 # Here host == target, so we don't need to build gcc,
7626 # so we don't want to discard standard headers.
7627 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7628 ;;
7629 *)
7630 # If we're building newlib, use its generic headers last, but search
7631 # for any libc-related directories first (so make it the last -B
7632 # switch).
7633 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
691bb5a1
DD
7634
7635 # If we're building libgloss, find the startup file, simulator library
7636 # and linker script.
7637 case " $target_configdirs " in
7638 *" libgloss "*)
7639 # Look for startup file, simulator library and maybe linker script.
7640 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7641 # Look for libnosys.a in case the target needs it.
7642 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7643 # Most targets have the linker script in the source directory.
7644 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7645 ;;
7646 esac
a0da8069
NN
7647 ;;
7648 esac
7649 ;;
7650 esac
7651 ;;
7652esac
1f53ca9a 7653
45055374 7654case "$target" in
1f53ca9a
AO
7655 x86_64-*mingw* | *-w64-mingw*)
7656 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7657 # however, use a symlink named 'mingw' in ${prefix} .
7658 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7659 ;;
7660 *-mingw*)
7661 # MinGW can't be handled as Cygwin above since it does not use newlib.
7662 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'
7663 ;;
45055374 7664esac
a0da8069 7665
5fbad20a
DD
7666# Allow the user to override the flags for
7667# our build compiler if desired.
c66487f8
NC
7668if test x"${build}" = x"${host}" ; then
7669 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7670 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7671 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7672fi
5fbad20a 7673
a0da8069
NN
7674# On Canadian crosses, we'll be searching the right directories for
7675# the previously-installed cross compiler, so don't bother to add
7676# flags for directories within the install tree of the compiler
7677# being built; programs in there won't even run.
7678if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7679 # Search for pre-installed headers if nothing else fits.
bba45b8b 7680 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
a0da8069
NN
7681fi
7682
7683if test "x${use_gnu_ld}" = x &&
7684 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7685 # Arrange for us to find uninstalled linker scripts.
b00612cc 7686 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7687fi
7688
a481dbb7
DD
7689# Search for other target-specific linker scripts and such.
7690case "${target}" in
4e206d7e
DB
7691 mep*)
7692 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7693 ;;
7694esac
7695
a0da8069 7696# Makefile fragments.
3e707e94
PB
7697for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7698do
7699 eval fragval=\$$frag
7700 if test $fragval != /dev/null; then
7701 eval $frag=${srcdir}/$fragval
7702 fi
7703done
a0da8069
NN
7704
7705
7706
7707
7708
7709# Miscellanea: directories, flags, etc.
7710
7711
7712
7713
7714
7715
7716
3bbd2f8f 7717
6a9cf61e 7718# Build module lists & subconfigure args.
a0da8069
NN
7719
7720
7721
be01d343
PB
7722# Host module lists & subconfigure args.
7723
7724
7725
911e63d0 7726
be01d343
PB
7727# Target module lists & subconfigure args.
7728
7729
7730
7731# Build tools.
7732
7733
7734
1576798e
PB
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
be01d343
PB
7749# Generate default definitions for YACC, M4, LEX and other programs that run
7750# on the build machine. These are used if the Makefile can't locate these
7751# programs in objdir.
7752MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7753
7754for ac_prog in 'bison -y' byacc yacc
7755do
c6b750e1 7756 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7757set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7759$as_echo_n "checking for $ac_word... " >&6; }
7760if test "${ac_cv_prog_YACC+set}" = set; then :
7761 $as_echo_n "(cached) " >&6
be01d343
PB
7762else
7763 if test -n "$YACC"; then
7764 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7765else
c6b750e1
DJ
7766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7767for as_dir in $PATH
7768do
7769 IFS=$as_save_IFS
7770 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7771 for ac_exec_ext in '' $ac_executable_extensions; do
7772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7773 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7775 break 2
7776 fi
7777done
81ecdfbb
RW
7778 done
7779IFS=$as_save_IFS
c6b750e1 7780
be01d343
PB
7781fi
7782fi
c6b750e1 7783YACC=$ac_cv_prog_YACC
be01d343 7784if test -n "$YACC"; then
81ecdfbb
RW
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7786$as_echo "$YACC" >&6; }
be01d343 7787else
81ecdfbb
RW
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7789$as_echo "no" >&6; }
be01d343
PB
7790fi
7791
81ecdfbb 7792
c6b750e1 7793 test -n "$YACC" && break
be01d343
PB
7794done
7795test -n "$YACC" || YACC="$MISSING bison -y"
7796
7797case " $build_configdirs " in
7798 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
be01d343
PB
7799esac
7800
7801for ac_prog in bison
7802do
c6b750e1 7803 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7804set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7806$as_echo_n "checking for $ac_word... " >&6; }
7807if test "${ac_cv_prog_BISON+set}" = set; then :
7808 $as_echo_n "(cached) " >&6
be01d343
PB
7809else
7810 if test -n "$BISON"; then
7811 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7812else
c6b750e1
DJ
7813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7814for as_dir in $PATH
7815do
7816 IFS=$as_save_IFS
7817 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7818 for ac_exec_ext in '' $ac_executable_extensions; do
7819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7820 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7822 break 2
7823 fi
7824done
81ecdfbb
RW
7825 done
7826IFS=$as_save_IFS
c6b750e1 7827
be01d343
PB
7828fi
7829fi
c6b750e1 7830BISON=$ac_cv_prog_BISON
be01d343 7831if test -n "$BISON"; then
81ecdfbb
RW
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7833$as_echo "$BISON" >&6; }
be01d343 7834else
81ecdfbb
RW
7835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7836$as_echo "no" >&6; }
be01d343
PB
7837fi
7838
81ecdfbb 7839
c6b750e1 7840 test -n "$BISON" && break
be01d343
PB
7841done
7842test -n "$BISON" || BISON="$MISSING bison"
7843
7844case " $build_configdirs " in
7845 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7846esac
7847
7848for ac_prog in gm4 gnum4 m4
7849do
c6b750e1 7850 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7851set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7853$as_echo_n "checking for $ac_word... " >&6; }
7854if test "${ac_cv_prog_M4+set}" = set; then :
7855 $as_echo_n "(cached) " >&6
be01d343
PB
7856else
7857 if test -n "$M4"; then
7858 ac_cv_prog_M4="$M4" # Let the user override the test.
7859else
c6b750e1
DJ
7860as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7861for as_dir in $PATH
7862do
7863 IFS=$as_save_IFS
7864 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7865 for ac_exec_ext in '' $ac_executable_extensions; do
7866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7867 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7869 break 2
7870 fi
7871done
81ecdfbb
RW
7872 done
7873IFS=$as_save_IFS
c6b750e1 7874
be01d343
PB
7875fi
7876fi
c6b750e1 7877M4=$ac_cv_prog_M4
be01d343 7878if test -n "$M4"; then
81ecdfbb
RW
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7880$as_echo "$M4" >&6; }
be01d343 7881else
81ecdfbb
RW
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7883$as_echo "no" >&6; }
be01d343
PB
7884fi
7885
81ecdfbb 7886
c6b750e1 7887 test -n "$M4" && break
be01d343
PB
7888done
7889test -n "$M4" || M4="$MISSING m4"
7890
7891case " $build_configdirs " in
7892 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7893esac
7894
7895for ac_prog in flex lex
7896do
c6b750e1 7897 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7898set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7900$as_echo_n "checking for $ac_word... " >&6; }
7901if test "${ac_cv_prog_LEX+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
be01d343
PB
7903else
7904 if test -n "$LEX"; then
7905 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7906else
c6b750e1
DJ
7907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7908for as_dir in $PATH
7909do
7910 IFS=$as_save_IFS
7911 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7912 for ac_exec_ext in '' $ac_executable_extensions; do
7913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7914 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7916 break 2
7917 fi
7918done
81ecdfbb
RW
7919 done
7920IFS=$as_save_IFS
c6b750e1 7921
be01d343
PB
7922fi
7923fi
c6b750e1 7924LEX=$ac_cv_prog_LEX
be01d343 7925if test -n "$LEX"; then
81ecdfbb
RW
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7927$as_echo "$LEX" >&6; }
be01d343 7928else
81ecdfbb
RW
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930$as_echo "no" >&6; }
be01d343
PB
7931fi
7932
81ecdfbb 7933
c6b750e1 7934 test -n "$LEX" && break
be01d343
PB
7935done
7936test -n "$LEX" || LEX="$MISSING flex"
7937
7938case " $build_configdirs " in
7939 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7940 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7941esac
7942
7943for ac_prog in flex
7944do
c6b750e1 7945 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7946set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7948$as_echo_n "checking for $ac_word... " >&6; }
7949if test "${ac_cv_prog_FLEX+set}" = set; then :
7950 $as_echo_n "(cached) " >&6
be01d343
PB
7951else
7952 if test -n "$FLEX"; then
7953 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7954else
c6b750e1
DJ
7955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7956for as_dir in $PATH
7957do
7958 IFS=$as_save_IFS
7959 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7960 for ac_exec_ext in '' $ac_executable_extensions; do
7961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7962 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7964 break 2
7965 fi
7966done
81ecdfbb
RW
7967 done
7968IFS=$as_save_IFS
c6b750e1 7969
be01d343
PB
7970fi
7971fi
c6b750e1 7972FLEX=$ac_cv_prog_FLEX
be01d343 7973if test -n "$FLEX"; then
81ecdfbb
RW
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7975$as_echo "$FLEX" >&6; }
be01d343 7976else
81ecdfbb
RW
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7978$as_echo "no" >&6; }
be01d343
PB
7979fi
7980
81ecdfbb 7981
c6b750e1 7982 test -n "$FLEX" && break
be01d343
PB
7983done
7984test -n "$FLEX" || FLEX="$MISSING flex"
7985
7986case " $build_configdirs " in
7987 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7988esac
7989
7990for ac_prog in makeinfo
7991do
c6b750e1 7992 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7993set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7995$as_echo_n "checking for $ac_word... " >&6; }
7996if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7997 $as_echo_n "(cached) " >&6
be01d343
PB
7998else
7999 if test -n "$MAKEINFO"; then
8000 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8001else
c6b750e1
DJ
8002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8003for as_dir in $PATH
8004do
8005 IFS=$as_save_IFS
8006 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8007 for ac_exec_ext in '' $ac_executable_extensions; do
8008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8009 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 8010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8011 break 2
8012 fi
8013done
81ecdfbb
RW
8014 done
8015IFS=$as_save_IFS
c6b750e1 8016
be01d343
PB
8017fi
8018fi
c6b750e1 8019MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 8020if test -n "$MAKEINFO"; then
81ecdfbb
RW
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8022$as_echo "$MAKEINFO" >&6; }
be01d343 8023else
81ecdfbb
RW
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8025$as_echo "no" >&6; }
be01d343
PB
8026fi
8027
81ecdfbb 8028
c6b750e1 8029 test -n "$MAKEINFO" && break
be01d343
PB
8030done
8031test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8032
8033case " $build_configdirs " in
8034 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8035 *)
8036
10ad8ef3 8037 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
8038 # higher, else we use the "missing" dummy.
8039 if ${MAKEINFO} --version \
10ad8ef3 8040 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
8041 :
8042 else
8043 MAKEINFO="$MISSING makeinfo"
8044 fi
8045 ;;
8046
8047esac
a0da8069 8048
be01d343 8049# FIXME: expect and dejagnu may become build tools?
a0da8069 8050
be01d343
PB
8051for ac_prog in expect
8052do
c6b750e1 8053 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8054set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8056$as_echo_n "checking for $ac_word... " >&6; }
8057if test "${ac_cv_prog_EXPECT+set}" = set; then :
8058 $as_echo_n "(cached) " >&6
be01d343
PB
8059else
8060 if test -n "$EXPECT"; then
8061 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8062else
c6b750e1
DJ
8063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8064for as_dir in $PATH
8065do
8066 IFS=$as_save_IFS
8067 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8068 for ac_exec_ext in '' $ac_executable_extensions; do
8069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8070 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 8071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8072 break 2
8073 fi
8074done
81ecdfbb
RW
8075 done
8076IFS=$as_save_IFS
c6b750e1 8077
be01d343
PB
8078fi
8079fi
c6b750e1 8080EXPECT=$ac_cv_prog_EXPECT
be01d343 8081if test -n "$EXPECT"; then
81ecdfbb
RW
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8083$as_echo "$EXPECT" >&6; }
be01d343 8084else
81ecdfbb
RW
8085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8086$as_echo "no" >&6; }
be01d343 8087fi
a0da8069 8088
81ecdfbb 8089
c6b750e1 8090 test -n "$EXPECT" && break
be01d343
PB
8091done
8092test -n "$EXPECT" || EXPECT="expect"
a0da8069 8093
be01d343
PB
8094case " $configdirs " in
8095 *" expect "*)
8096 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8097 ;;
8098esac
a0da8069 8099
be01d343
PB
8100for ac_prog in runtest
8101do
c6b750e1 8102 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8103set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8105$as_echo_n "checking for $ac_word... " >&6; }
8106if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8107 $as_echo_n "(cached) " >&6
be01d343
PB
8108else
8109 if test -n "$RUNTEST"; then
8110 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8111else
c6b750e1
DJ
8112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8113for as_dir in $PATH
8114do
8115 IFS=$as_save_IFS
8116 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8117 for ac_exec_ext in '' $ac_executable_extensions; do
8118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8119 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 8120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8121 break 2
8122 fi
8123done
81ecdfbb
RW
8124 done
8125IFS=$as_save_IFS
c6b750e1 8126
be01d343
PB
8127fi
8128fi
c6b750e1 8129RUNTEST=$ac_cv_prog_RUNTEST
be01d343 8130if test -n "$RUNTEST"; then
81ecdfbb
RW
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8132$as_echo "$RUNTEST" >&6; }
be01d343 8133else
81ecdfbb
RW
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8135$as_echo "no" >&6; }
be01d343 8136fi
a0da8069 8137
81ecdfbb 8138
c6b750e1 8139 test -n "$RUNTEST" && break
be01d343
PB
8140done
8141test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 8142
be01d343
PB
8143case " $configdirs " in
8144 *" dejagnu "*)
6b89cc21 8145 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
8146 ;;
8147esac
a0da8069
NN
8148
8149
a0da8069 8150# Host tools.
859789af
AC
8151ncn_tool_prefix=
8152test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8153ncn_target_tool_prefix=
8154test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8155
9a819804
AO
8156
8157
8158if test -n "$AR"; then
8159 ac_cv_prog_AR=$AR
8160elif test -n "$ac_cv_prog_AR"; then
8161 AR=$ac_cv_prog_AR
8162fi
8163
8164if test -n "$ac_cv_prog_AR"; then
8165 for ncn_progname in ar; do
8166 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8167set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8169$as_echo_n "checking for $ac_word... " >&6; }
8170if test "${ac_cv_prog_AR+set}" = set; then :
8171 $as_echo_n "(cached) " >&6
9a819804
AO
8172else
8173 if test -n "$AR"; then
8174 ac_cv_prog_AR="$AR" # Let the user override the test.
8175else
8176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8177for as_dir in $PATH
8178do
8179 IFS=$as_save_IFS
8180 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8181 for ac_exec_ext in '' $ac_executable_extensions; do
8182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8183 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8185 break 2
8186 fi
8187done
81ecdfbb
RW
8188 done
8189IFS=$as_save_IFS
9a819804
AO
8190
8191fi
8192fi
8193AR=$ac_cv_prog_AR
8194if test -n "$AR"; then
81ecdfbb
RW
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8196$as_echo "$AR" >&6; }
9a819804 8197else
81ecdfbb
RW
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8199$as_echo "no" >&6; }
9a819804
AO
8200fi
8201
81ecdfbb 8202
9a819804
AO
8203 done
8204fi
8205
8206for ncn_progname in ar; do
05cbd757
PB
8207 if test -n "$ncn_tool_prefix"; then
8208 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8209set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8211$as_echo_n "checking for $ac_word... " >&6; }
8212if test "${ac_cv_prog_AR+set}" = set; then :
8213 $as_echo_n "(cached) " >&6
859789af
AC
8214else
8215 if test -n "$AR"; then
8216 ac_cv_prog_AR="$AR" # Let the user override the test.
8217else
c6b750e1
DJ
8218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8219for as_dir in $PATH
8220do
8221 IFS=$as_save_IFS
8222 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8223 for ac_exec_ext in '' $ac_executable_extensions; do
8224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8225 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8227 break 2
8228 fi
8229done
81ecdfbb
RW
8230 done
8231IFS=$as_save_IFS
c6b750e1 8232
859789af
AC
8233fi
8234fi
c6b750e1 8235AR=$ac_cv_prog_AR
859789af 8236if test -n "$AR"; then
81ecdfbb
RW
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8238$as_echo "$AR" >&6; }
859789af 8239else
81ecdfbb
RW
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8241$as_echo "no" >&6; }
859789af
AC
8242fi
8243
81ecdfbb 8244
05cbd757
PB
8245 fi
8246 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8247 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8248set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8250$as_echo_n "checking for $ac_word... " >&6; }
8251if test "${ac_cv_prog_AR+set}" = set; then :
8252 $as_echo_n "(cached) " >&6
859789af 8253else
05cbd757
PB
8254 if test -n "$AR"; then
8255 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8256else
c6b750e1
DJ
8257as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8258for as_dir in $PATH
8259do
8260 IFS=$as_save_IFS
8261 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8262 for ac_exec_ext in '' $ac_executable_extensions; do
8263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8264 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8266 break 2
8267 fi
8268done
81ecdfbb
RW
8269 done
8270IFS=$as_save_IFS
c6b750e1 8271
859789af
AC
8272fi
8273fi
c6b750e1 8274AR=$ac_cv_prog_AR
05cbd757 8275if test -n "$AR"; then
81ecdfbb
RW
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8277$as_echo "$AR" >&6; }
859789af 8278else
81ecdfbb
RW
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8280$as_echo "no" >&6; }
859789af 8281fi
c6b750e1 8282
81ecdfbb 8283
05cbd757
PB
8284 fi
8285 test -n "$ac_cv_prog_AR" && break
8286done
8287
8288if test -z "$ac_cv_prog_AR" ; then
8289 set dummy ar
8290 if test $build = $host ; then
8291 AR="$2"
859789af 8292 else
05cbd757 8293 AR="${ncn_tool_prefix}$2"
859789af 8294 fi
859789af
AC
8295fi
8296
9a819804
AO
8297
8298
8299if test -n "$AS"; then
8300 ac_cv_prog_AS=$AS
8301elif test -n "$ac_cv_prog_AS"; then
8302 AS=$ac_cv_prog_AS
8303fi
8304
8305if test -n "$ac_cv_prog_AS"; then
8306 for ncn_progname in as; do
8307 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8308set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8310$as_echo_n "checking for $ac_word... " >&6; }
8311if test "${ac_cv_prog_AS+set}" = set; then :
8312 $as_echo_n "(cached) " >&6
9a819804
AO
8313else
8314 if test -n "$AS"; then
8315 ac_cv_prog_AS="$AS" # Let the user override the test.
8316else
8317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8318for as_dir in $PATH
8319do
8320 IFS=$as_save_IFS
8321 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8322 for ac_exec_ext in '' $ac_executable_extensions; do
8323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8324 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8326 break 2
8327 fi
8328done
81ecdfbb
RW
8329 done
8330IFS=$as_save_IFS
9a819804
AO
8331
8332fi
8333fi
8334AS=$ac_cv_prog_AS
8335if test -n "$AS"; then
81ecdfbb
RW
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8337$as_echo "$AS" >&6; }
9a819804 8338else
81ecdfbb
RW
8339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8340$as_echo "no" >&6; }
9a819804
AO
8341fi
8342
81ecdfbb 8343
9a819804
AO
8344 done
8345fi
8346
8347for ncn_progname in as; do
05cbd757
PB
8348 if test -n "$ncn_tool_prefix"; then
8349 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8350set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8352$as_echo_n "checking for $ac_word... " >&6; }
8353if test "${ac_cv_prog_AS+set}" = set; then :
8354 $as_echo_n "(cached) " >&6
859789af
AC
8355else
8356 if test -n "$AS"; then
8357 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8358else
8359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8360for as_dir in $PATH
8361do
8362 IFS=$as_save_IFS
8363 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8364 for ac_exec_ext in '' $ac_executable_extensions; do
8365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8366 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8368 break 2
8369 fi
8370done
81ecdfbb
RW
8371 done
8372IFS=$as_save_IFS
c6b750e1 8373
859789af
AC
8374fi
8375fi
c6b750e1 8376AS=$ac_cv_prog_AS
859789af 8377if test -n "$AS"; then
81ecdfbb
RW
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8379$as_echo "$AS" >&6; }
859789af 8380else
81ecdfbb
RW
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8382$as_echo "no" >&6; }
859789af
AC
8383fi
8384
81ecdfbb 8385
05cbd757
PB
8386 fi
8387 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8388 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8389set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8391$as_echo_n "checking for $ac_word... " >&6; }
8392if test "${ac_cv_prog_AS+set}" = set; then :
8393 $as_echo_n "(cached) " >&6
859789af 8394else
05cbd757
PB
8395 if test -n "$AS"; then
8396 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8397else
c6b750e1
DJ
8398as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8399for as_dir in $PATH
8400do
8401 IFS=$as_save_IFS
8402 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8403 for ac_exec_ext in '' $ac_executable_extensions; do
8404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8405 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8407 break 2
8408 fi
8409done
81ecdfbb
RW
8410 done
8411IFS=$as_save_IFS
c6b750e1 8412
859789af
AC
8413fi
8414fi
c6b750e1 8415AS=$ac_cv_prog_AS
05cbd757 8416if test -n "$AS"; then
81ecdfbb
RW
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8418$as_echo "$AS" >&6; }
859789af 8419else
81ecdfbb
RW
8420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8421$as_echo "no" >&6; }
859789af 8422fi
c6b750e1 8423
81ecdfbb 8424
05cbd757
PB
8425 fi
8426 test -n "$ac_cv_prog_AS" && break
8427done
8428
8429if test -z "$ac_cv_prog_AS" ; then
8430 set dummy as
8431 if test $build = $host ; then
8432 AS="$2"
859789af 8433 else
05cbd757 8434 AS="${ncn_tool_prefix}$2"
859789af 8435 fi
859789af
AC
8436fi
8437
9a819804
AO
8438
8439
8440if test -n "$DLLTOOL"; then
8441 ac_cv_prog_DLLTOOL=$DLLTOOL
8442elif test -n "$ac_cv_prog_DLLTOOL"; then
8443 DLLTOOL=$ac_cv_prog_DLLTOOL
8444fi
8445
8446if test -n "$ac_cv_prog_DLLTOOL"; then
8447 for ncn_progname in dlltool; do
8448 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8449set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8451$as_echo_n "checking for $ac_word... " >&6; }
8452if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8453 $as_echo_n "(cached) " >&6
9a819804
AO
8454else
8455 if test -n "$DLLTOOL"; then
8456 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8457else
8458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8459for as_dir in $PATH
8460do
8461 IFS=$as_save_IFS
8462 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8463 for ac_exec_ext in '' $ac_executable_extensions; do
8464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8465 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8467 break 2
8468 fi
8469done
81ecdfbb
RW
8470 done
8471IFS=$as_save_IFS
9a819804
AO
8472
8473fi
8474fi
8475DLLTOOL=$ac_cv_prog_DLLTOOL
8476if test -n "$DLLTOOL"; then
81ecdfbb
RW
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8478$as_echo "$DLLTOOL" >&6; }
9a819804 8479else
81ecdfbb
RW
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8481$as_echo "no" >&6; }
9a819804
AO
8482fi
8483
81ecdfbb 8484
9a819804
AO
8485 done
8486fi
8487
8488for ncn_progname in dlltool; do
05cbd757
PB
8489 if test -n "$ncn_tool_prefix"; then
8490 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8491set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8493$as_echo_n "checking for $ac_word... " >&6; }
8494if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8495 $as_echo_n "(cached) " >&6
859789af
AC
8496else
8497 if test -n "$DLLTOOL"; then
8498 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8499else
c6b750e1
DJ
8500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8501for as_dir in $PATH
8502do
8503 IFS=$as_save_IFS
8504 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8505 for ac_exec_ext in '' $ac_executable_extensions; do
8506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8507 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8509 break 2
8510 fi
8511done
81ecdfbb
RW
8512 done
8513IFS=$as_save_IFS
c6b750e1 8514
859789af
AC
8515fi
8516fi
c6b750e1 8517DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8518if test -n "$DLLTOOL"; then
81ecdfbb
RW
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8520$as_echo "$DLLTOOL" >&6; }
859789af 8521else
81ecdfbb
RW
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8523$as_echo "no" >&6; }
859789af
AC
8524fi
8525
81ecdfbb 8526
05cbd757
PB
8527 fi
8528 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8529 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8530set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8532$as_echo_n "checking for $ac_word... " >&6; }
8533if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8534 $as_echo_n "(cached) " >&6
859789af 8535else
05cbd757
PB
8536 if test -n "$DLLTOOL"; then
8537 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8538else
c6b750e1
DJ
8539as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8540for as_dir in $PATH
8541do
8542 IFS=$as_save_IFS
8543 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8544 for ac_exec_ext in '' $ac_executable_extensions; do
8545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8546 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8548 break 2
8549 fi
8550done
81ecdfbb
RW
8551 done
8552IFS=$as_save_IFS
c6b750e1 8553
859789af
AC
8554fi
8555fi
c6b750e1 8556DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8557if test -n "$DLLTOOL"; then
81ecdfbb
RW
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8559$as_echo "$DLLTOOL" >&6; }
859789af 8560else
81ecdfbb
RW
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8562$as_echo "no" >&6; }
859789af 8563fi
c6b750e1 8564
81ecdfbb 8565
05cbd757
PB
8566 fi
8567 test -n "$ac_cv_prog_DLLTOOL" && break
8568done
8569
8570if test -z "$ac_cv_prog_DLLTOOL" ; then
8571 set dummy dlltool
8572 if test $build = $host ; then
8573 DLLTOOL="$2"
859789af 8574 else
05cbd757 8575 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8576 fi
859789af
AC
8577fi
8578
9a819804
AO
8579
8580
8581if test -n "$LD"; then
8582 ac_cv_prog_LD=$LD
8583elif test -n "$ac_cv_prog_LD"; then
8584 LD=$ac_cv_prog_LD
8585fi
8586
8587if test -n "$ac_cv_prog_LD"; then
8588 for ncn_progname in ld; do
8589 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8590set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8592$as_echo_n "checking for $ac_word... " >&6; }
8593if test "${ac_cv_prog_LD+set}" = set; then :
8594 $as_echo_n "(cached) " >&6
9a819804
AO
8595else
8596 if test -n "$LD"; then
8597 ac_cv_prog_LD="$LD" # Let the user override the test.
8598else
8599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600for as_dir in $PATH
8601do
8602 IFS=$as_save_IFS
8603 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8604 for ac_exec_ext in '' $ac_executable_extensions; do
8605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8606 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8608 break 2
8609 fi
8610done
81ecdfbb
RW
8611 done
8612IFS=$as_save_IFS
9a819804
AO
8613
8614fi
8615fi
8616LD=$ac_cv_prog_LD
8617if test -n "$LD"; then
81ecdfbb
RW
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8619$as_echo "$LD" >&6; }
9a819804 8620else
81ecdfbb
RW
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8622$as_echo "no" >&6; }
9a819804
AO
8623fi
8624
81ecdfbb 8625
9a819804
AO
8626 done
8627fi
8628
8629for ncn_progname in ld; do
05cbd757
PB
8630 if test -n "$ncn_tool_prefix"; then
8631 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8632set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8634$as_echo_n "checking for $ac_word... " >&6; }
8635if test "${ac_cv_prog_LD+set}" = set; then :
8636 $as_echo_n "(cached) " >&6
859789af
AC
8637else
8638 if test -n "$LD"; then
8639 ac_cv_prog_LD="$LD" # Let the user override the test.
8640else
c6b750e1
DJ
8641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8642for as_dir in $PATH
8643do
8644 IFS=$as_save_IFS
8645 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8646 for ac_exec_ext in '' $ac_executable_extensions; do
8647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8648 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8650 break 2
8651 fi
8652done
81ecdfbb
RW
8653 done
8654IFS=$as_save_IFS
c6b750e1 8655
859789af
AC
8656fi
8657fi
c6b750e1 8658LD=$ac_cv_prog_LD
859789af 8659if test -n "$LD"; then
81ecdfbb
RW
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8661$as_echo "$LD" >&6; }
859789af 8662else
81ecdfbb
RW
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8664$as_echo "no" >&6; }
859789af
AC
8665fi
8666
81ecdfbb 8667
05cbd757
PB
8668 fi
8669 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8670 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8671set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8673$as_echo_n "checking for $ac_word... " >&6; }
8674if test "${ac_cv_prog_LD+set}" = set; then :
8675 $as_echo_n "(cached) " >&6
859789af 8676else
05cbd757
PB
8677 if test -n "$LD"; then
8678 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8679else
c6b750e1
DJ
8680as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8681for as_dir in $PATH
8682do
8683 IFS=$as_save_IFS
8684 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8685 for ac_exec_ext in '' $ac_executable_extensions; do
8686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8687 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8689 break 2
8690 fi
8691done
81ecdfbb
RW
8692 done
8693IFS=$as_save_IFS
c6b750e1 8694
859789af
AC
8695fi
8696fi
c6b750e1 8697LD=$ac_cv_prog_LD
05cbd757 8698if test -n "$LD"; then
81ecdfbb
RW
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8700$as_echo "$LD" >&6; }
859789af 8701else
81ecdfbb
RW
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8703$as_echo "no" >&6; }
859789af 8704fi
c6b750e1 8705
81ecdfbb 8706
05cbd757
PB
8707 fi
8708 test -n "$ac_cv_prog_LD" && break
8709done
8710
8711if test -z "$ac_cv_prog_LD" ; then
8712 set dummy ld
8713 if test $build = $host ; then
8714 LD="$2"
859789af 8715 else
05cbd757 8716 LD="${ncn_tool_prefix}$2"
859789af 8717 fi
859789af
AC
8718fi
8719
9a819804
AO
8720
8721
8722if test -n "$LIPO"; then
8723 ac_cv_prog_LIPO=$LIPO
8724elif test -n "$ac_cv_prog_LIPO"; then
8725 LIPO=$ac_cv_prog_LIPO
8726fi
8727
8728if test -n "$ac_cv_prog_LIPO"; then
8729 for ncn_progname in lipo; do
8730 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8731set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8733$as_echo_n "checking for $ac_word... " >&6; }
8734if test "${ac_cv_prog_LIPO+set}" = set; then :
8735 $as_echo_n "(cached) " >&6
9a819804
AO
8736else
8737 if test -n "$LIPO"; then
8738 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8739else
8740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8741for as_dir in $PATH
8742do
8743 IFS=$as_save_IFS
8744 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8745 for ac_exec_ext in '' $ac_executable_extensions; do
8746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8747 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8749 break 2
8750 fi
8751done
81ecdfbb
RW
8752 done
8753IFS=$as_save_IFS
9a819804
AO
8754
8755fi
8756fi
8757LIPO=$ac_cv_prog_LIPO
8758if test -n "$LIPO"; then
81ecdfbb
RW
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8760$as_echo "$LIPO" >&6; }
9a819804 8761else
81ecdfbb
RW
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8763$as_echo "no" >&6; }
9a819804
AO
8764fi
8765
81ecdfbb 8766
9a819804
AO
8767 done
8768fi
8769
8770for ncn_progname in lipo; do
be01d343
PB
8771 if test -n "$ncn_tool_prefix"; then
8772 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8773set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8775$as_echo_n "checking for $ac_word... " >&6; }
8776if test "${ac_cv_prog_LIPO+set}" = set; then :
8777 $as_echo_n "(cached) " >&6
be01d343
PB
8778else
8779 if test -n "$LIPO"; then
8780 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8781else
c6b750e1
DJ
8782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8783for as_dir in $PATH
8784do
8785 IFS=$as_save_IFS
8786 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8787 for ac_exec_ext in '' $ac_executable_extensions; do
8788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8789 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8791 break 2
8792 fi
8793done
81ecdfbb
RW
8794 done
8795IFS=$as_save_IFS
c6b750e1 8796
be01d343
PB
8797fi
8798fi
c6b750e1 8799LIPO=$ac_cv_prog_LIPO
be01d343 8800if test -n "$LIPO"; then
81ecdfbb
RW
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8802$as_echo "$LIPO" >&6; }
be01d343 8803else
81ecdfbb
RW
8804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8805$as_echo "no" >&6; }
be01d343
PB
8806fi
8807
81ecdfbb 8808
be01d343
PB
8809 fi
8810 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8811 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8812set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8814$as_echo_n "checking for $ac_word... " >&6; }
8815if test "${ac_cv_prog_LIPO+set}" = set; then :
8816 $as_echo_n "(cached) " >&6
be01d343
PB
8817else
8818 if test -n "$LIPO"; then
8819 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8820else
c6b750e1
DJ
8821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8822for as_dir in $PATH
8823do
8824 IFS=$as_save_IFS
8825 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8826 for ac_exec_ext in '' $ac_executable_extensions; do
8827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8828 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8830 break 2
8831 fi
8832done
81ecdfbb
RW
8833 done
8834IFS=$as_save_IFS
c6b750e1 8835
be01d343
PB
8836fi
8837fi
c6b750e1 8838LIPO=$ac_cv_prog_LIPO
be01d343 8839if test -n "$LIPO"; then
81ecdfbb
RW
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8841$as_echo "$LIPO" >&6; }
be01d343 8842else
81ecdfbb
RW
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8844$as_echo "no" >&6; }
be01d343 8845fi
c6b750e1 8846
81ecdfbb 8847
be01d343
PB
8848 fi
8849 test -n "$ac_cv_prog_LIPO" && break
8850done
8851
8852if test -z "$ac_cv_prog_LIPO" ; then
8853 set dummy lipo
8854 if test $build = $host ; then
8855 LIPO="$2"
8856 else
8857 LIPO="${ncn_tool_prefix}$2"
8858 fi
8859fi
8860
9a819804
AO
8861
8862
8863if test -n "$NM"; then
8864 ac_cv_prog_NM=$NM
8865elif test -n "$ac_cv_prog_NM"; then
8866 NM=$ac_cv_prog_NM
8867fi
8868
8869if test -n "$ac_cv_prog_NM"; then
8870 for ncn_progname in nm; do
8871 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8872set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8874$as_echo_n "checking for $ac_word... " >&6; }
8875if test "${ac_cv_prog_NM+set}" = set; then :
8876 $as_echo_n "(cached) " >&6
859789af
AC
8877else
8878 if test -n "$NM"; then
8879 ac_cv_prog_NM="$NM" # Let the user override the test.
8880else
c6b750e1
DJ
8881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8882for as_dir in $PATH
8883do
8884 IFS=$as_save_IFS
8885 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8886 for ac_exec_ext in '' $ac_executable_extensions; do
8887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8888 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8890 break 2
8891 fi
8892done
81ecdfbb
RW
8893 done
8894IFS=$as_save_IFS
c6b750e1 8895
859789af
AC
8896fi
8897fi
c6b750e1 8898NM=$ac_cv_prog_NM
859789af 8899if test -n "$NM"; then
81ecdfbb
RW
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8901$as_echo "$NM" >&6; }
859789af 8902else
81ecdfbb
RW
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8904$as_echo "no" >&6; }
859789af
AC
8905fi
8906
81ecdfbb 8907
9a819804
AO
8908 done
8909fi
8910
8911for ncn_progname in nm; do
8912 if test -n "$ncn_tool_prefix"; then
8913 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8914set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8916$as_echo_n "checking for $ac_word... " >&6; }
8917if test "${ac_cv_prog_NM+set}" = set; then :
8918 $as_echo_n "(cached) " >&6
859789af 8919else
05cbd757
PB
8920 if test -n "$NM"; then
8921 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8922else
c6b750e1
DJ
8923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8924for as_dir in $PATH
8925do
8926 IFS=$as_save_IFS
8927 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8928 for ac_exec_ext in '' $ac_executable_extensions; do
8929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8930 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8932 break 2
8933 fi
8934done
81ecdfbb
RW
8935 done
8936IFS=$as_save_IFS
c6b750e1 8937
859789af
AC
8938fi
8939fi
c6b750e1 8940NM=$ac_cv_prog_NM
05cbd757 8941if test -n "$NM"; then
81ecdfbb
RW
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8943$as_echo "$NM" >&6; }
859789af 8944else
81ecdfbb
RW
8945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8946$as_echo "no" >&6; }
859789af 8947fi
c6b750e1 8948
81ecdfbb 8949
05cbd757 8950 fi
9a819804
AO
8951 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8952 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8953set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8955$as_echo_n "checking for $ac_word... " >&6; }
8956if test "${ac_cv_prog_NM+set}" = set; then :
8957 $as_echo_n "(cached) " >&6
9a819804
AO
8958else
8959 if test -n "$NM"; then
8960 ac_cv_prog_NM="$NM" # Let the user override the test.
8961else
8962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8963for as_dir in $PATH
8964do
8965 IFS=$as_save_IFS
8966 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8967 for ac_exec_ext in '' $ac_executable_extensions; do
8968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8969 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8971 break 2
8972 fi
8973done
81ecdfbb
RW
8974 done
8975IFS=$as_save_IFS
9a819804
AO
8976
8977fi
8978fi
8979NM=$ac_cv_prog_NM
8980if test -n "$NM"; then
81ecdfbb
RW
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8982$as_echo "$NM" >&6; }
9a819804 8983else
81ecdfbb
RW
8984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8985$as_echo "no" >&6; }
9a819804
AO
8986fi
8987
81ecdfbb 8988
9a819804
AO
8989 fi
8990 test -n "$ac_cv_prog_NM" && break
8991done
8992
8993if test -z "$ac_cv_prog_NM" ; then
8994 set dummy nm
8995 if test $build = $host ; then
8996 NM="$2"
8997 else
8998 NM="${ncn_tool_prefix}$2"
8999 fi
9000fi
9001
9002
9003
9004if test -n "$RANLIB"; then
9005 ac_cv_prog_RANLIB=$RANLIB
9006elif test -n "$ac_cv_prog_RANLIB"; then
9007 RANLIB=$ac_cv_prog_RANLIB
9008fi
9009
9010if test -n "$ac_cv_prog_RANLIB"; then
9011 for ncn_progname in ranlib; do
9012 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9013set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9015$as_echo_n "checking for $ac_word... " >&6; }
9016if test "${ac_cv_prog_RANLIB+set}" = set; then :
9017 $as_echo_n "(cached) " >&6
9a819804
AO
9018else
9019 if test -n "$RANLIB"; then
9020 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9021else
9022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9023for as_dir in $PATH
9024do
9025 IFS=$as_save_IFS
9026 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9027 for ac_exec_ext in '' $ac_executable_extensions; do
9028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9029 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9031 break 2
9032 fi
9033done
81ecdfbb
RW
9034 done
9035IFS=$as_save_IFS
9a819804
AO
9036
9037fi
9038fi
9039RANLIB=$ac_cv_prog_RANLIB
9040if test -n "$RANLIB"; then
81ecdfbb
RW
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9042$as_echo "$RANLIB" >&6; }
9a819804 9043else
81ecdfbb
RW
9044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9045$as_echo "no" >&6; }
9a819804
AO
9046fi
9047
81ecdfbb 9048
9a819804
AO
9049 done
9050fi
859789af 9051
9a819804 9052for ncn_progname in ranlib; do
05cbd757
PB
9053 if test -n "$ncn_tool_prefix"; then
9054 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9055set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9057$as_echo_n "checking for $ac_word... " >&6; }
9058if test "${ac_cv_prog_RANLIB+set}" = set; then :
9059 $as_echo_n "(cached) " >&6
859789af
AC
9060else
9061 if test -n "$RANLIB"; then
9062 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9063else
c6b750e1
DJ
9064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9065for as_dir in $PATH
9066do
9067 IFS=$as_save_IFS
9068 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9069 for ac_exec_ext in '' $ac_executable_extensions; do
9070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9071 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9073 break 2
9074 fi
9075done
81ecdfbb
RW
9076 done
9077IFS=$as_save_IFS
c6b750e1 9078
859789af
AC
9079fi
9080fi
c6b750e1 9081RANLIB=$ac_cv_prog_RANLIB
859789af 9082if test -n "$RANLIB"; then
81ecdfbb
RW
9083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9084$as_echo "$RANLIB" >&6; }
859789af 9085else
81ecdfbb
RW
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9087$as_echo "no" >&6; }
859789af
AC
9088fi
9089
81ecdfbb 9090
05cbd757
PB
9091 fi
9092 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9093 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9094set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9096$as_echo_n "checking for $ac_word... " >&6; }
9097if test "${ac_cv_prog_RANLIB+set}" = set; then :
9098 $as_echo_n "(cached) " >&6
859789af 9099else
05cbd757
PB
9100 if test -n "$RANLIB"; then
9101 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 9102else
c6b750e1
DJ
9103as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9104for as_dir in $PATH
9105do
9106 IFS=$as_save_IFS
9107 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9108 for ac_exec_ext in '' $ac_executable_extensions; do
9109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9110 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9112 break 2
9113 fi
9114done
81ecdfbb
RW
9115 done
9116IFS=$as_save_IFS
c6b750e1 9117
859789af
AC
9118fi
9119fi
c6b750e1 9120RANLIB=$ac_cv_prog_RANLIB
05cbd757 9121if test -n "$RANLIB"; then
81ecdfbb
RW
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9123$as_echo "$RANLIB" >&6; }
859789af 9124else
81ecdfbb
RW
9125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9126$as_echo "no" >&6; }
859789af 9127fi
c6b750e1 9128
81ecdfbb 9129
859789af 9130 fi
05cbd757
PB
9131 test -n "$ac_cv_prog_RANLIB" && break
9132done
9133
9134if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 9135 RANLIB="true"
859789af
AC
9136fi
9137
9a819804
AO
9138
9139
9140if test -n "$STRIP"; then
9141 ac_cv_prog_STRIP=$STRIP
9142elif test -n "$ac_cv_prog_STRIP"; then
9143 STRIP=$ac_cv_prog_STRIP
9144fi
9145
9146if test -n "$ac_cv_prog_STRIP"; then
9147 for ncn_progname in strip; do
9148 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9149set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9151$as_echo_n "checking for $ac_word... " >&6; }
9152if test "${ac_cv_prog_STRIP+set}" = set; then :
9153 $as_echo_n "(cached) " >&6
9a819804
AO
9154else
9155 if test -n "$STRIP"; then
9156 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9157else
9158as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9159for as_dir in $PATH
9160do
9161 IFS=$as_save_IFS
9162 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9163 for ac_exec_ext in '' $ac_executable_extensions; do
9164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9165 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9167 break 2
9168 fi
9169done
81ecdfbb
RW
9170 done
9171IFS=$as_save_IFS
9a819804
AO
9172
9173fi
9174fi
9175STRIP=$ac_cv_prog_STRIP
9176if test -n "$STRIP"; then
81ecdfbb
RW
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9178$as_echo "$STRIP" >&6; }
9a819804 9179else
81ecdfbb
RW
9180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9181$as_echo "no" >&6; }
9a819804
AO
9182fi
9183
81ecdfbb 9184
9a819804
AO
9185 done
9186fi
9187
9188for ncn_progname in strip; do
be01d343
PB
9189 if test -n "$ncn_tool_prefix"; then
9190 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9191set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9193$as_echo_n "checking for $ac_word... " >&6; }
9194if test "${ac_cv_prog_STRIP+set}" = set; then :
9195 $as_echo_n "(cached) " >&6
be01d343
PB
9196else
9197 if test -n "$STRIP"; then
9198 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9199else
c6b750e1
DJ
9200as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9201for as_dir in $PATH
9202do
9203 IFS=$as_save_IFS
9204 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9205 for ac_exec_ext in '' $ac_executable_extensions; do
9206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9207 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9208 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9209 break 2
9210 fi
9211done
81ecdfbb
RW
9212 done
9213IFS=$as_save_IFS
c6b750e1 9214
be01d343
PB
9215fi
9216fi
c6b750e1 9217STRIP=$ac_cv_prog_STRIP
be01d343 9218if test -n "$STRIP"; then
81ecdfbb
RW
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9220$as_echo "$STRIP" >&6; }
be01d343 9221else
81ecdfbb
RW
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9223$as_echo "no" >&6; }
be01d343
PB
9224fi
9225
81ecdfbb 9226
be01d343
PB
9227 fi
9228 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9229 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9230set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9232$as_echo_n "checking for $ac_word... " >&6; }
9233if test "${ac_cv_prog_STRIP+set}" = set; then :
9234 $as_echo_n "(cached) " >&6
be01d343
PB
9235else
9236 if test -n "$STRIP"; then
9237 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9238else
c6b750e1
DJ
9239as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9240for as_dir in $PATH
9241do
9242 IFS=$as_save_IFS
9243 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9244 for ac_exec_ext in '' $ac_executable_extensions; do
9245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9246 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9248 break 2
9249 fi
9250done
81ecdfbb
RW
9251 done
9252IFS=$as_save_IFS
c6b750e1 9253
be01d343
PB
9254fi
9255fi
c6b750e1 9256STRIP=$ac_cv_prog_STRIP
be01d343 9257if test -n "$STRIP"; then
81ecdfbb
RW
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9259$as_echo "$STRIP" >&6; }
be01d343 9260else
81ecdfbb
RW
9261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9262$as_echo "no" >&6; }
be01d343 9263fi
c6b750e1 9264
81ecdfbb 9265
be01d343
PB
9266 fi
9267 test -n "$ac_cv_prog_STRIP" && break
9268done
9269
9270if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9271 STRIP="true"
be01d343
PB
9272fi
9273
9a819804
AO
9274
9275
9276if test -n "$WINDRES"; then
9277 ac_cv_prog_WINDRES=$WINDRES
9278elif test -n "$ac_cv_prog_WINDRES"; then
9279 WINDRES=$ac_cv_prog_WINDRES
9280fi
9281
9282if test -n "$ac_cv_prog_WINDRES"; then
9283 for ncn_progname in windres; do
9284 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9285set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9287$as_echo_n "checking for $ac_word... " >&6; }
9288if test "${ac_cv_prog_WINDRES+set}" = set; then :
9289 $as_echo_n "(cached) " >&6
9a819804
AO
9290else
9291 if test -n "$WINDRES"; then
9292 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9293else
9294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9295for as_dir in $PATH
9296do
9297 IFS=$as_save_IFS
9298 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9299 for ac_exec_ext in '' $ac_executable_extensions; do
9300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9301 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9303 break 2
9304 fi
9305done
81ecdfbb
RW
9306 done
9307IFS=$as_save_IFS
9a819804
AO
9308
9309fi
9310fi
9311WINDRES=$ac_cv_prog_WINDRES
9312if test -n "$WINDRES"; then
81ecdfbb
RW
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9314$as_echo "$WINDRES" >&6; }
9a819804 9315else
81ecdfbb
RW
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9317$as_echo "no" >&6; }
9a819804
AO
9318fi
9319
81ecdfbb 9320
9a819804
AO
9321 done
9322fi
9323
9324for ncn_progname in windres; do
05cbd757
PB
9325 if test -n "$ncn_tool_prefix"; then
9326 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9327set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9329$as_echo_n "checking for $ac_word... " >&6; }
9330if test "${ac_cv_prog_WINDRES+set}" = set; then :
9331 $as_echo_n "(cached) " >&6
859789af
AC
9332else
9333 if test -n "$WINDRES"; then
9334 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9335else
c6b750e1
DJ
9336as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9337for as_dir in $PATH
9338do
9339 IFS=$as_save_IFS
9340 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9341 for ac_exec_ext in '' $ac_executable_extensions; do
9342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9343 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9345 break 2
9346 fi
9347done
81ecdfbb
RW
9348 done
9349IFS=$as_save_IFS
c6b750e1 9350
859789af
AC
9351fi
9352fi
c6b750e1 9353WINDRES=$ac_cv_prog_WINDRES
859789af 9354if test -n "$WINDRES"; then
81ecdfbb
RW
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9356$as_echo "$WINDRES" >&6; }
859789af 9357else
81ecdfbb
RW
9358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9359$as_echo "no" >&6; }
859789af
AC
9360fi
9361
81ecdfbb 9362
05cbd757
PB
9363 fi
9364 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9365 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9366set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9368$as_echo_n "checking for $ac_word... " >&6; }
9369if test "${ac_cv_prog_WINDRES+set}" = set; then :
9370 $as_echo_n "(cached) " >&6
859789af 9371else
05cbd757
PB
9372 if test -n "$WINDRES"; then
9373 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9374else
c6b750e1
DJ
9375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9376for as_dir in $PATH
9377do
9378 IFS=$as_save_IFS
9379 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9380 for ac_exec_ext in '' $ac_executable_extensions; do
9381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9382 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9384 break 2
9385 fi
9386done
81ecdfbb
RW
9387 done
9388IFS=$as_save_IFS
c6b750e1 9389
859789af
AC
9390fi
9391fi
c6b750e1 9392WINDRES=$ac_cv_prog_WINDRES
05cbd757 9393if test -n "$WINDRES"; then
81ecdfbb
RW
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9395$as_echo "$WINDRES" >&6; }
859789af 9396else
81ecdfbb
RW
9397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9398$as_echo "no" >&6; }
859789af 9399fi
c6b750e1 9400
81ecdfbb 9401
05cbd757
PB
9402 fi
9403 test -n "$ac_cv_prog_WINDRES" && break
9404done
9405
9406if test -z "$ac_cv_prog_WINDRES" ; then
9407 set dummy windres
9408 if test $build = $host ; then
9409 WINDRES="$2"
859789af 9410 else
05cbd757 9411 WINDRES="${ncn_tool_prefix}$2"
859789af 9412 fi
859789af
AC
9413fi
9414
9a819804
AO
9415
9416
0c24b341
NC
9417if test -n "$WINDMC"; then
9418 ac_cv_prog_WINDMC=$WINDMC
9419elif test -n "$ac_cv_prog_WINDMC"; then
9420 WINDMC=$ac_cv_prog_WINDMC
9421fi
9422
9423if test -n "$ac_cv_prog_WINDMC"; then
9424 for ncn_progname in windmc; do
9425 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9426set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9428$as_echo_n "checking for $ac_word... " >&6; }
9429if test "${ac_cv_prog_WINDMC+set}" = set; then :
9430 $as_echo_n "(cached) " >&6
0c24b341
NC
9431else
9432 if test -n "$WINDMC"; then
9433 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9434else
9435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9436for as_dir in $PATH
9437do
9438 IFS=$as_save_IFS
9439 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9440 for ac_exec_ext in '' $ac_executable_extensions; do
9441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9442 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9444 break 2
9445 fi
9446done
81ecdfbb
RW
9447 done
9448IFS=$as_save_IFS
0c24b341
NC
9449
9450fi
9451fi
9452WINDMC=$ac_cv_prog_WINDMC
9453if test -n "$WINDMC"; then
81ecdfbb
RW
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9455$as_echo "$WINDMC" >&6; }
0c24b341 9456else
81ecdfbb
RW
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9458$as_echo "no" >&6; }
0c24b341
NC
9459fi
9460
81ecdfbb 9461
0c24b341
NC
9462 done
9463fi
9464
9465for ncn_progname in windmc; do
9466 if test -n "$ncn_tool_prefix"; then
9467 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9468set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9470$as_echo_n "checking for $ac_word... " >&6; }
9471if test "${ac_cv_prog_WINDMC+set}" = set; then :
9472 $as_echo_n "(cached) " >&6
0c24b341
NC
9473else
9474 if test -n "$WINDMC"; then
9475 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9476else
9477as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9478for as_dir in $PATH
9479do
9480 IFS=$as_save_IFS
9481 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9482 for ac_exec_ext in '' $ac_executable_extensions; do
9483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9484 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9486 break 2
9487 fi
9488done
81ecdfbb
RW
9489 done
9490IFS=$as_save_IFS
0c24b341
NC
9491
9492fi
9493fi
9494WINDMC=$ac_cv_prog_WINDMC
9495if test -n "$WINDMC"; then
81ecdfbb
RW
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9497$as_echo "$WINDMC" >&6; }
0c24b341 9498else
81ecdfbb
RW
9499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9500$as_echo "no" >&6; }
0c24b341
NC
9501fi
9502
81ecdfbb 9503
0c24b341
NC
9504 fi
9505 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9506 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9507set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9509$as_echo_n "checking for $ac_word... " >&6; }
9510if test "${ac_cv_prog_WINDMC+set}" = set; then :
9511 $as_echo_n "(cached) " >&6
0c24b341
NC
9512else
9513 if test -n "$WINDMC"; then
9514 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9515else
9516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9517for as_dir in $PATH
9518do
9519 IFS=$as_save_IFS
9520 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9521 for ac_exec_ext in '' $ac_executable_extensions; do
9522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9523 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9525 break 2
9526 fi
9527done
81ecdfbb
RW
9528 done
9529IFS=$as_save_IFS
0c24b341
NC
9530
9531fi
9532fi
9533WINDMC=$ac_cv_prog_WINDMC
9534if test -n "$WINDMC"; then
81ecdfbb
RW
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9536$as_echo "$WINDMC" >&6; }
0c24b341 9537else
81ecdfbb
RW
9538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9539$as_echo "no" >&6; }
0c24b341
NC
9540fi
9541
81ecdfbb 9542
0c24b341
NC
9543 fi
9544 test -n "$ac_cv_prog_WINDMC" && break
9545done
9546
9547if test -z "$ac_cv_prog_WINDMC" ; then
9548 set dummy windmc
9549 if test $build = $host ; then
9550 WINDMC="$2"
9551 else
9552 WINDMC="${ncn_tool_prefix}$2"
9553 fi
9554fi
9555
9556
9557
9a819804
AO
9558if test -n "$OBJCOPY"; then
9559 ac_cv_prog_OBJCOPY=$OBJCOPY
9560elif test -n "$ac_cv_prog_OBJCOPY"; then
9561 OBJCOPY=$ac_cv_prog_OBJCOPY
9562fi
9563
9564if test -n "$ac_cv_prog_OBJCOPY"; then
9565 for ncn_progname in objcopy; do
9566 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9567set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9569$as_echo_n "checking for $ac_word... " >&6; }
9570if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9571 $as_echo_n "(cached) " >&6
9a819804
AO
9572else
9573 if test -n "$OBJCOPY"; then
9574 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9575else
9576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9577for as_dir in $PATH
9578do
9579 IFS=$as_save_IFS
9580 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9581 for ac_exec_ext in '' $ac_executable_extensions; do
9582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9583 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9585 break 2
9586 fi
9587done
81ecdfbb
RW
9588 done
9589IFS=$as_save_IFS
9a819804
AO
9590
9591fi
9592fi
9593OBJCOPY=$ac_cv_prog_OBJCOPY
9594if test -n "$OBJCOPY"; then
81ecdfbb
RW
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9596$as_echo "$OBJCOPY" >&6; }
9a819804 9597else
81ecdfbb
RW
9598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9599$as_echo "no" >&6; }
9a819804
AO
9600fi
9601
81ecdfbb 9602
9a819804
AO
9603 done
9604fi
9605
9606for ncn_progname in objcopy; do
05cbd757
PB
9607 if test -n "$ncn_tool_prefix"; then
9608 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9609set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9611$as_echo_n "checking for $ac_word... " >&6; }
9612if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9613 $as_echo_n "(cached) " >&6
859789af
AC
9614else
9615 if test -n "$OBJCOPY"; then
9616 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9617else
c6b750e1
DJ
9618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9619for as_dir in $PATH
9620do
9621 IFS=$as_save_IFS
9622 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9623 for ac_exec_ext in '' $ac_executable_extensions; do
9624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9625 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9627 break 2
9628 fi
9629done
81ecdfbb
RW
9630 done
9631IFS=$as_save_IFS
c6b750e1 9632
859789af
AC
9633fi
9634fi
c6b750e1 9635OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9636if test -n "$OBJCOPY"; then
81ecdfbb
RW
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9638$as_echo "$OBJCOPY" >&6; }
859789af 9639else
81ecdfbb
RW
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9641$as_echo "no" >&6; }
859789af
AC
9642fi
9643
81ecdfbb 9644
05cbd757
PB
9645 fi
9646 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9647 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9648set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9650$as_echo_n "checking for $ac_word... " >&6; }
9651if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9652 $as_echo_n "(cached) " >&6
859789af 9653else
05cbd757
PB
9654 if test -n "$OBJCOPY"; then
9655 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9656else
c6b750e1
DJ
9657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9658for as_dir in $PATH
9659do
9660 IFS=$as_save_IFS
9661 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9662 for ac_exec_ext in '' $ac_executable_extensions; do
9663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9664 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9666 break 2
9667 fi
9668done
81ecdfbb
RW
9669 done
9670IFS=$as_save_IFS
c6b750e1 9671
859789af
AC
9672fi
9673fi
c6b750e1 9674OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9675if test -n "$OBJCOPY"; then
81ecdfbb
RW
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9677$as_echo "$OBJCOPY" >&6; }
859789af 9678else
81ecdfbb
RW
9679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9680$as_echo "no" >&6; }
859789af 9681fi
c6b750e1 9682
81ecdfbb 9683
05cbd757
PB
9684 fi
9685 test -n "$ac_cv_prog_OBJCOPY" && break
9686done
9687
9688if test -z "$ac_cv_prog_OBJCOPY" ; then
9689 set dummy objcopy
9690 if test $build = $host ; then
9691 OBJCOPY="$2"
859789af 9692 else
05cbd757 9693 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9694 fi
859789af
AC
9695fi
9696
9a819804
AO
9697
9698
9699if test -n "$OBJDUMP"; then
9700 ac_cv_prog_OBJDUMP=$OBJDUMP
9701elif test -n "$ac_cv_prog_OBJDUMP"; then
9702 OBJDUMP=$ac_cv_prog_OBJDUMP
9703fi
9704
9705if test -n "$ac_cv_prog_OBJDUMP"; then
9706 for ncn_progname in objdump; do
9707 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9708set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9710$as_echo_n "checking for $ac_word... " >&6; }
9711if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9712 $as_echo_n "(cached) " >&6
9a819804
AO
9713else
9714 if test -n "$OBJDUMP"; then
9715 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9716else
9717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9718for as_dir in $PATH
9719do
9720 IFS=$as_save_IFS
9721 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9722 for ac_exec_ext in '' $ac_executable_extensions; do
9723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9724 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9726 break 2
9727 fi
9728done
81ecdfbb
RW
9729 done
9730IFS=$as_save_IFS
9a819804
AO
9731
9732fi
9733fi
9734OBJDUMP=$ac_cv_prog_OBJDUMP
9735if test -n "$OBJDUMP"; then
81ecdfbb
RW
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9737$as_echo "$OBJDUMP" >&6; }
9a819804 9738else
81ecdfbb
RW
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9740$as_echo "no" >&6; }
9a819804
AO
9741fi
9742
81ecdfbb 9743
9a819804
AO
9744 done
9745fi
9746
9747for ncn_progname in objdump; do
05cbd757
PB
9748 if test -n "$ncn_tool_prefix"; then
9749 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9750set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9752$as_echo_n "checking for $ac_word... " >&6; }
9753if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9754 $as_echo_n "(cached) " >&6
859789af
AC
9755else
9756 if test -n "$OBJDUMP"; then
9757 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9758else
c6b750e1
DJ
9759as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9760for as_dir in $PATH
9761do
9762 IFS=$as_save_IFS
9763 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9764 for ac_exec_ext in '' $ac_executable_extensions; do
9765 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9766 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9768 break 2
9769 fi
9770done
81ecdfbb
RW
9771 done
9772IFS=$as_save_IFS
c6b750e1 9773
859789af
AC
9774fi
9775fi
c6b750e1 9776OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9777if test -n "$OBJDUMP"; then
81ecdfbb
RW
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9779$as_echo "$OBJDUMP" >&6; }
859789af 9780else
81ecdfbb
RW
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9782$as_echo "no" >&6; }
859789af
AC
9783fi
9784
81ecdfbb 9785
05cbd757
PB
9786 fi
9787 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9788 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9789set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9791$as_echo_n "checking for $ac_word... " >&6; }
9792if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9793 $as_echo_n "(cached) " >&6
859789af 9794else
05cbd757
PB
9795 if test -n "$OBJDUMP"; then
9796 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9797else
c6b750e1
DJ
9798as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9799for as_dir in $PATH
9800do
9801 IFS=$as_save_IFS
9802 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9803 for ac_exec_ext in '' $ac_executable_extensions; do
9804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9805 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9807 break 2
9808 fi
9809done
81ecdfbb
RW
9810 done
9811IFS=$as_save_IFS
c6b750e1 9812
859789af
AC
9813fi
9814fi
c6b750e1 9815OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9816if test -n "$OBJDUMP"; then
81ecdfbb
RW
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9818$as_echo "$OBJDUMP" >&6; }
859789af 9819else
81ecdfbb
RW
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9821$as_echo "no" >&6; }
859789af 9822fi
c6b750e1 9823
81ecdfbb 9824
05cbd757
PB
9825 fi
9826 test -n "$ac_cv_prog_OBJDUMP" && break
9827done
9828
9829if test -z "$ac_cv_prog_OBJDUMP" ; then
9830 set dummy objdump
9831 if test $build = $host ; then
9832 OBJDUMP="$2"
859789af 9833 else
05cbd757 9834 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9835 fi
859789af
AC
9836fi
9837
a0da8069
NN
9838
9839
b121d7d4
DD
9840if test -n "$READELF"; then
9841 ac_cv_prog_READELF=$READELF
9842elif test -n "$ac_cv_prog_READELF"; then
9843 READELF=$ac_cv_prog_READELF
9844fi
9845
9846if test -n "$ac_cv_prog_READELF"; then
9847 for ncn_progname in readelf; do
9848 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9849set dummy ${ncn_progname}; ac_word=$2
9850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9851$as_echo_n "checking for $ac_word... " >&6; }
9852if test "${ac_cv_prog_READELF+set}" = set; then :
9853 $as_echo_n "(cached) " >&6
9854else
9855 if test -n "$READELF"; then
9856 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9857else
9858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9859for as_dir in $PATH
9860do
9861 IFS=$as_save_IFS
9862 test -z "$as_dir" && as_dir=.
9863 for ac_exec_ext in '' $ac_executable_extensions; do
9864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9865 ac_cv_prog_READELF="${ncn_progname}"
9866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9867 break 2
9868 fi
9869done
9870 done
9871IFS=$as_save_IFS
9872
9873fi
9874fi
9875READELF=$ac_cv_prog_READELF
9876if test -n "$READELF"; then
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9878$as_echo "$READELF" >&6; }
9879else
9880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9881$as_echo "no" >&6; }
9882fi
9883
9884
9885 done
9886fi
9887
9888for ncn_progname in readelf; do
9889 if test -n "$ncn_tool_prefix"; then
9890 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9891set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9893$as_echo_n "checking for $ac_word... " >&6; }
9894if test "${ac_cv_prog_READELF+set}" = set; then :
9895 $as_echo_n "(cached) " >&6
9896else
9897 if test -n "$READELF"; then
9898 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9899else
9900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9901for as_dir in $PATH
9902do
9903 IFS=$as_save_IFS
9904 test -z "$as_dir" && as_dir=.
9905 for ac_exec_ext in '' $ac_executable_extensions; do
9906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9907 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9909 break 2
9910 fi
9911done
9912 done
9913IFS=$as_save_IFS
9914
9915fi
9916fi
9917READELF=$ac_cv_prog_READELF
9918if test -n "$READELF"; then
9919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9920$as_echo "$READELF" >&6; }
9921else
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9923$as_echo "no" >&6; }
9924fi
9925
9926
9927 fi
9928 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9929 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9930set dummy ${ncn_progname}; ac_word=$2
9931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9932$as_echo_n "checking for $ac_word... " >&6; }
9933if test "${ac_cv_prog_READELF+set}" = set; then :
9934 $as_echo_n "(cached) " >&6
9935else
9936 if test -n "$READELF"; then
9937 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9938else
9939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9940for as_dir in $PATH
9941do
9942 IFS=$as_save_IFS
9943 test -z "$as_dir" && as_dir=.
9944 for ac_exec_ext in '' $ac_executable_extensions; do
9945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9946 ac_cv_prog_READELF="${ncn_progname}"
9947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9948 break 2
9949 fi
9950done
9951 done
9952IFS=$as_save_IFS
9953
9954fi
9955fi
9956READELF=$ac_cv_prog_READELF
9957if test -n "$READELF"; then
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9959$as_echo "$READELF" >&6; }
9960else
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9962$as_echo "no" >&6; }
9963fi
9964
9965
9966 fi
9967 test -n "$ac_cv_prog_READELF" && break
9968done
9969
9970if test -z "$ac_cv_prog_READELF" ; then
9971 set dummy readelf
9972 if test $build = $host ; then
9973 READELF="$2"
9974 else
9975 READELF="${ncn_tool_prefix}$2"
9976 fi
9977fi
9978
9979
9980
a0da8069
NN
9981
9982
9983
be01d343 9984# Target tools.
c6b750e1 9985
81ecdfbb
RW
9986# Check whether --with-build-time-tools was given.
9987if test "${with_build_time_tools+set}" = set; then :
9988 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9989 x/*) ;;
9990 *)
9991 with_build_time_tools=
81ecdfbb
RW
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9993$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9994 ;;
9995 esac
859789af 9996else
2429c060 9997 with_build_time_tools=
81ecdfbb
RW
9998fi
9999
859789af 10000
9a819804
AO
10001
10002
10003if test -n "$CC_FOR_TARGET"; then
10004 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
10005elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10006 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10007fi
10008
10009if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10010 for ncn_progname in cc gcc; do
10011 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10012set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10014$as_echo_n "checking for $ac_word... " >&6; }
10015if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10016 $as_echo_n "(cached) " >&6
9a819804
AO
10017else
10018 if test -n "$CC_FOR_TARGET"; then
10019 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10020else
10021as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10022for as_dir in $PATH
10023do
10024 IFS=$as_save_IFS
10025 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10026 for ac_exec_ext in '' $ac_executable_extensions; do
10027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10028 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10030 break 2
10031 fi
10032done
81ecdfbb
RW
10033 done
10034IFS=$as_save_IFS
9a819804
AO
10035
10036fi
10037fi
10038CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10039if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10041$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 10042else
81ecdfbb
RW
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10044$as_echo "no" >&6; }
9a819804
AO
10045fi
10046
81ecdfbb 10047
9a819804
AO
10048 done
10049fi
10050
10051if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10052 for ncn_progname in cc gcc; do
81ecdfbb
RW
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10054$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10055 if test -x $with_build_time_tools/${ncn_progname}; then
10056 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10058$as_echo "yes" >&6; }
cac3d6c4 10059 break
2429c060 10060 else
81ecdfbb
RW
10061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10062$as_echo "no" >&6; }
cac3d6c4
CM
10063 fi
10064 done
55db4b87
PB
10065fi
10066
2429c060
PB
10067if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10068 for ncn_progname in cc gcc; do
10069 if test -n "$ncn_target_tool_prefix"; then
10070 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10071set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10073$as_echo_n "checking for $ac_word... " >&6; }
10074if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10075 $as_echo_n "(cached) " >&6
55db4b87
PB
10076else
10077 if test -n "$CC_FOR_TARGET"; then
10078 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10079else
c6b750e1
DJ
10080as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10081for as_dir in $PATH
10082do
10083 IFS=$as_save_IFS
10084 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10085 for ac_exec_ext in '' $ac_executable_extensions; do
10086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10087 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10089 break 2
10090 fi
10091done
81ecdfbb
RW
10092 done
10093IFS=$as_save_IFS
c6b750e1 10094
55db4b87
PB
10095fi
10096fi
c6b750e1 10097CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 10098if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10100$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10101else
81ecdfbb
RW
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10103$as_echo "no" >&6; }
55db4b87
PB
10104fi
10105
81ecdfbb 10106
2429c060
PB
10107 fi
10108 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10109 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10110set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10112$as_echo_n "checking for $ac_word... " >&6; }
10113if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10114 $as_echo_n "(cached) " >&6
55db4b87 10115else
05cbd757
PB
10116 if test -n "$CC_FOR_TARGET"; then
10117 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 10118else
c6b750e1
DJ
10119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10120for as_dir in $PATH
10121do
10122 IFS=$as_save_IFS
10123 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10124 for ac_exec_ext in '' $ac_executable_extensions; do
10125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10126 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10128 break 2
10129 fi
10130done
81ecdfbb
RW
10131 done
10132IFS=$as_save_IFS
c6b750e1 10133
55db4b87
PB
10134fi
10135fi
c6b750e1 10136CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 10137if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10139$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10140else
81ecdfbb
RW
10141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10142$as_echo "no" >&6; }
55db4b87 10143fi
c6b750e1 10144
81ecdfbb 10145
2429c060
PB
10146 fi
10147 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10148 done
10149fi
c6b750e1 10150
05cbd757
PB
10151if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10152 set dummy cc gcc
10153 if test $build = $target ; then
10154 CC_FOR_TARGET="$2"
55db4b87 10155 else
05cbd757 10156 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10157 fi
d3f5afc4
MS
10158else
10159 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
10160fi
10161
9a819804
AO
10162
10163
10164if test -n "$CXX_FOR_TARGET"; then
10165 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10166elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10167 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10168fi
10169
10170if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10171 for ncn_progname in c++ g++ cxx gxx; do
10172 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10173set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10175$as_echo_n "checking for $ac_word... " >&6; }
10176if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10177 $as_echo_n "(cached) " >&6
9a819804
AO
10178else
10179 if test -n "$CXX_FOR_TARGET"; then
10180 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10181else
10182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10183for as_dir in $PATH
10184do
10185 IFS=$as_save_IFS
10186 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10187 for ac_exec_ext in '' $ac_executable_extensions; do
10188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10189 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10191 break 2
10192 fi
10193done
81ecdfbb
RW
10194 done
10195IFS=$as_save_IFS
9a819804
AO
10196
10197fi
10198fi
10199CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10200if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10202$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 10203else
81ecdfbb
RW
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10205$as_echo "no" >&6; }
9a819804
AO
10206fi
10207
81ecdfbb 10208
9a819804
AO
10209 done
10210fi
10211
10212if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10213 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
10214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10215$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10216 if test -x $with_build_time_tools/${ncn_progname}; then
10217 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10219$as_echo "yes" >&6; }
2429c060
PB
10220 break
10221 else
81ecdfbb
RW
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10223$as_echo "no" >&6; }
2429c060
PB
10224 fi
10225 done
10226fi
10227
10228if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10229 for ncn_progname in c++ g++ cxx gxx; do
10230 if test -n "$ncn_target_tool_prefix"; then
10231 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10232set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10234$as_echo_n "checking for $ac_word... " >&6; }
10235if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10236 $as_echo_n "(cached) " >&6
55db4b87
PB
10237else
10238 if test -n "$CXX_FOR_TARGET"; then
10239 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10240else
c6b750e1
DJ
10241as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10242for as_dir in $PATH
10243do
10244 IFS=$as_save_IFS
10245 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10246 for ac_exec_ext in '' $ac_executable_extensions; do
10247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10248 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10250 break 2
10251 fi
10252done
81ecdfbb
RW
10253 done
10254IFS=$as_save_IFS
c6b750e1 10255
55db4b87
PB
10256fi
10257fi
c6b750e1 10258CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 10259if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10261$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10262else
81ecdfbb
RW
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10264$as_echo "no" >&6; }
55db4b87
PB
10265fi
10266
81ecdfbb 10267
2429c060
PB
10268 fi
10269 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10270 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10271set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10273$as_echo_n "checking for $ac_word... " >&6; }
10274if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10275 $as_echo_n "(cached) " >&6
55db4b87 10276else
05cbd757
PB
10277 if test -n "$CXX_FOR_TARGET"; then
10278 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 10279else
c6b750e1
DJ
10280as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10281for as_dir in $PATH
10282do
10283 IFS=$as_save_IFS
10284 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10285 for ac_exec_ext in '' $ac_executable_extensions; do
10286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10287 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10289 break 2
10290 fi
10291done
81ecdfbb
RW
10292 done
10293IFS=$as_save_IFS
c6b750e1 10294
55db4b87
PB
10295fi
10296fi
c6b750e1 10297CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 10298if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10300$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10301else
81ecdfbb
RW
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10303$as_echo "no" >&6; }
55db4b87 10304fi
c6b750e1 10305
81ecdfbb 10306
2429c060
PB
10307 fi
10308 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10309 done
10310fi
c6b750e1 10311
05cbd757
PB
10312if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10313 set dummy c++ g++ cxx gxx
10314 if test $build = $target ; then
10315 CXX_FOR_TARGET="$2"
55db4b87 10316 else
05cbd757 10317 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10318 fi
d3f5afc4
MS
10319else
10320 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
10321fi
10322
9a819804
AO
10323
10324
10325if test -n "$GCC_FOR_TARGET"; then
10326 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10327elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10328 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10329fi
10330
10331if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10332 for ncn_progname in gcc; do
10333 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10334set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10336$as_echo_n "checking for $ac_word... " >&6; }
10337if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10338 $as_echo_n "(cached) " >&6
9a819804
AO
10339else
10340 if test -n "$GCC_FOR_TARGET"; then
10341 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10342else
10343as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10344for as_dir in $PATH
10345do
10346 IFS=$as_save_IFS
10347 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10348 for ac_exec_ext in '' $ac_executable_extensions; do
10349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10350 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10352 break 2
10353 fi
10354done
81ecdfbb
RW
10355 done
10356IFS=$as_save_IFS
9a819804
AO
10357
10358fi
10359fi
10360GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10361if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10363$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10364else
81ecdfbb
RW
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10366$as_echo "no" >&6; }
9a819804
AO
10367fi
10368
81ecdfbb 10369
9a819804
AO
10370 done
10371fi
10372
10373if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10374 for ncn_progname in gcc; do
81ecdfbb
RW
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10376$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10377 if test -x $with_build_time_tools/${ncn_progname}; then
10378 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10380$as_echo "yes" >&6; }
2429c060
PB
10381 break
10382 else
81ecdfbb
RW
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10384$as_echo "no" >&6; }
2429c060
PB
10385 fi
10386 done
10387fi
10388
10389if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10390 for ncn_progname in gcc; do
10391 if test -n "$ncn_target_tool_prefix"; then
10392 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10393set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10395$as_echo_n "checking for $ac_word... " >&6; }
10396if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10397 $as_echo_n "(cached) " >&6
859789af 10398else
2429c060
PB
10399 if test -n "$GCC_FOR_TARGET"; then
10400 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10401else
c6b750e1
DJ
10402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10403for as_dir in $PATH
10404do
10405 IFS=$as_save_IFS
10406 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10407 for ac_exec_ext in '' $ac_executable_extensions; do
10408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10409 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10411 break 2
10412 fi
10413done
81ecdfbb
RW
10414 done
10415IFS=$as_save_IFS
c6b750e1 10416
55db4b87
PB
10417fi
10418fi
c6b750e1 10419GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10420if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10422$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10423else
81ecdfbb
RW
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10425$as_echo "no" >&6; }
55db4b87
PB
10426fi
10427
81ecdfbb 10428
2429c060
PB
10429 fi
10430 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10431 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10432set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10434$as_echo_n "checking for $ac_word... " >&6; }
10435if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10436 $as_echo_n "(cached) " >&6
55db4b87 10437else
05cbd757
PB
10438 if test -n "$GCC_FOR_TARGET"; then
10439 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10440else
c6b750e1
DJ
10441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10442for as_dir in $PATH
10443do
10444 IFS=$as_save_IFS
10445 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10446 for ac_exec_ext in '' $ac_executable_extensions; do
10447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10448 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10450 break 2
10451 fi
10452done
81ecdfbb
RW
10453 done
10454IFS=$as_save_IFS
c6b750e1 10455
55db4b87
PB
10456fi
10457fi
c6b750e1 10458GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10459if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10461$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10462else
81ecdfbb
RW
10463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10464$as_echo "no" >&6; }
55db4b87 10465fi
c6b750e1 10466
81ecdfbb 10467
2429c060
PB
10468 fi
10469 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10470 done
10471fi
c6b750e1 10472
05cbd757
PB
10473if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10474 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10475else
10476 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10477fi
10478
9a819804
AO
10479
10480
10481if test -n "$GCJ_FOR_TARGET"; then
10482 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10483elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10484 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10485fi
10486
10487if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10488 for ncn_progname in gcj; do
10489 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10490set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10492$as_echo_n "checking for $ac_word... " >&6; }
10493if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10494 $as_echo_n "(cached) " >&6
9a819804
AO
10495else
10496 if test -n "$GCJ_FOR_TARGET"; then
10497 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10498else
10499as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10500for as_dir in $PATH
10501do
10502 IFS=$as_save_IFS
10503 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10504 for ac_exec_ext in '' $ac_executable_extensions; do
10505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10506 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10508 break 2
10509 fi
10510done
81ecdfbb
RW
10511 done
10512IFS=$as_save_IFS
9a819804
AO
10513
10514fi
10515fi
10516GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10517if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10519$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10520else
81ecdfbb
RW
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10522$as_echo "no" >&6; }
9a819804
AO
10523fi
10524
81ecdfbb 10525
9a819804
AO
10526 done
10527fi
10528
10529if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10530 for ncn_progname in gcj; do
81ecdfbb
RW
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10532$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10533 if test -x $with_build_time_tools/${ncn_progname}; then
10534 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10536$as_echo "yes" >&6; }
2429c060
PB
10537 break
10538 else
81ecdfbb
RW
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10540$as_echo "no" >&6; }
2429c060
PB
10541 fi
10542 done
10543fi
10544
10545if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10546 for ncn_progname in gcj; do
10547 if test -n "$ncn_target_tool_prefix"; then
10548 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10549set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10551$as_echo_n "checking for $ac_word... " >&6; }
10552if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10553 $as_echo_n "(cached) " >&6
55db4b87
PB
10554else
10555 if test -n "$GCJ_FOR_TARGET"; then
10556 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10557else
c6b750e1
DJ
10558as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10559for as_dir in $PATH
10560do
10561 IFS=$as_save_IFS
10562 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10563 for ac_exec_ext in '' $ac_executable_extensions; do
10564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10565 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10567 break 2
10568 fi
10569done
81ecdfbb
RW
10570 done
10571IFS=$as_save_IFS
c6b750e1 10572
55db4b87
PB
10573fi
10574fi
9a819804
AO
10575GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10576if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10578$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10579else
81ecdfbb
RW
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10581$as_echo "no" >&6; }
9a819804
AO
10582fi
10583
81ecdfbb 10584
9a819804
AO
10585 fi
10586 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10587 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10588set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10590$as_echo_n "checking for $ac_word... " >&6; }
10591if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10592 $as_echo_n "(cached) " >&6
9a819804
AO
10593else
10594 if test -n "$GCJ_FOR_TARGET"; then
10595 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10596else
10597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10598for as_dir in $PATH
10599do
10600 IFS=$as_save_IFS
10601 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10602 for ac_exec_ext in '' $ac_executable_extensions; do
10603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10604 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10606 break 2
10607 fi
10608done
81ecdfbb
RW
10609 done
10610IFS=$as_save_IFS
9a819804
AO
10611
10612fi
10613fi
10614GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10615if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10617$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10618else
81ecdfbb
RW
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10620$as_echo "no" >&6; }
9a819804
AO
10621fi
10622
81ecdfbb 10623
9a819804
AO
10624 fi
10625 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10626 done
10627fi
10628
10629if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10630 set dummy gcj
10631 if test $build = $target ; then
10632 GCJ_FOR_TARGET="$2"
10633 else
10634 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10635 fi
d3f5afc4
MS
10636else
10637 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10638fi
10639
10640
10641
10642if test -n "$GFORTRAN_FOR_TARGET"; then
10643 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10644elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10645 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10646fi
10647
9a819804
AO
10648if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10649 for ncn_progname in gfortran; do
10650 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10651set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10653$as_echo_n "checking for $ac_word... " >&6; }
10654if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10655 $as_echo_n "(cached) " >&6
55db4b87 10656else
9a819804
AO
10657 if test -n "$GFORTRAN_FOR_TARGET"; then
10658 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10659else
c6b750e1
DJ
10660as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10661for as_dir in $PATH
10662do
10663 IFS=$as_save_IFS
10664 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10665 for ac_exec_ext in '' $ac_executable_extensions; do
10666 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10667 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10669 break 2
10670 fi
10671done
81ecdfbb
RW
10672 done
10673IFS=$as_save_IFS
c6b750e1 10674
55db4b87
PB
10675fi
10676fi
9a819804
AO
10677GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10678if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10680$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10681else
81ecdfbb
RW
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10683$as_echo "no" >&6; }
55db4b87 10684fi
c6b750e1 10685
81ecdfbb 10686
2429c060
PB
10687 done
10688fi
c6b750e1 10689
9a819804 10690if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10691 for ncn_progname in gfortran; do
81ecdfbb
RW
10692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10693$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10694 if test -x $with_build_time_tools/${ncn_progname}; then
10695 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10697$as_echo "yes" >&6; }
2429c060
PB
10698 break
10699 else
81ecdfbb
RW
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10701$as_echo "no" >&6; }
2429c060
PB
10702 fi
10703 done
10704fi
10705
10706if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10707 for ncn_progname in gfortran; do
10708 if test -n "$ncn_target_tool_prefix"; then
10709 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10710set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10712$as_echo_n "checking for $ac_word... " >&6; }
10713if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10714 $as_echo_n "(cached) " >&6
55db4b87
PB
10715else
10716 if test -n "$GFORTRAN_FOR_TARGET"; then
10717 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10718else
c6b750e1
DJ
10719as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10720for as_dir in $PATH
10721do
10722 IFS=$as_save_IFS
10723 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10724 for ac_exec_ext in '' $ac_executable_extensions; do
10725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10726 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10728 break 2
10729 fi
10730done
81ecdfbb
RW
10731 done
10732IFS=$as_save_IFS
c6b750e1 10733
55db4b87
PB
10734fi
10735fi
c6b750e1 10736GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10737if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10739$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10740else
81ecdfbb
RW
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10742$as_echo "no" >&6; }
55db4b87
PB
10743fi
10744
81ecdfbb 10745
2429c060
PB
10746 fi
10747 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10748 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10749set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10751$as_echo_n "checking for $ac_word... " >&6; }
10752if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10753 $as_echo_n "(cached) " >&6
55db4b87 10754else
05cbd757 10755 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10756 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10757else
10758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10759for as_dir in $PATH
10760do
10761 IFS=$as_save_IFS
10762 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10763 for ac_exec_ext in '' $ac_executable_extensions; do
10764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10765 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10767 break 2
10768 fi
10769done
81ecdfbb
RW
10770 done
10771IFS=$as_save_IFS
c6b750e1 10772
55db4b87
PB
10773fi
10774fi
c6b750e1 10775GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10776if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10778$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10779else
81ecdfbb
RW
10780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10781$as_echo "no" >&6; }
55db4b87 10782fi
c6b750e1 10783
81ecdfbb 10784
2429c060
PB
10785 fi
10786 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10787 done
10788fi
c6b750e1 10789
05cbd757
PB
10790if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10791 set dummy gfortran
10792 if test $build = $target ; then
10793 GFORTRAN_FOR_TARGET="$2"
55db4b87 10794 else
05cbd757 10795 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10796 fi
d3f5afc4
MS
10797else
10798 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10799fi
10800
2429c060
PB
10801
10802
e552509b
ILT
10803if test -n "$GOC_FOR_TARGET"; then
10804 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10805elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10806 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10807fi
10808
10809if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10810 for ncn_progname in gccgo; do
10811 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10812set dummy ${ncn_progname}; ac_word=$2
10813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10814$as_echo_n "checking for $ac_word... " >&6; }
10815if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10816 $as_echo_n "(cached) " >&6
10817else
10818 if test -n "$GOC_FOR_TARGET"; then
10819 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10820else
10821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10822for as_dir in $PATH
10823do
10824 IFS=$as_save_IFS
10825 test -z "$as_dir" && as_dir=.
10826 for ac_exec_ext in '' $ac_executable_extensions; do
10827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10828 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10830 break 2
10831 fi
10832done
10833 done
10834IFS=$as_save_IFS
10835
10836fi
10837fi
10838GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10839if test -n "$GOC_FOR_TARGET"; then
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10841$as_echo "$GOC_FOR_TARGET" >&6; }
10842else
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10844$as_echo "no" >&6; }
10845fi
10846
10847
10848 done
10849fi
10850
10851if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10852 for ncn_progname in gccgo; do
10853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10854$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10855 if test -x $with_build_time_tools/${ncn_progname}; then
10856 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10858$as_echo "yes" >&6; }
10859 break
10860 else
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10862$as_echo "no" >&6; }
10863 fi
10864 done
10865fi
10866
10867if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10868 for ncn_progname in gccgo; do
10869 if test -n "$ncn_target_tool_prefix"; then
10870 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10871set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10873$as_echo_n "checking for $ac_word... " >&6; }
10874if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10875 $as_echo_n "(cached) " >&6
10876else
10877 if test -n "$GOC_FOR_TARGET"; then
10878 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10879else
10880as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10881for as_dir in $PATH
10882do
10883 IFS=$as_save_IFS
10884 test -z "$as_dir" && as_dir=.
10885 for ac_exec_ext in '' $ac_executable_extensions; do
10886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10887 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10889 break 2
10890 fi
10891done
10892 done
10893IFS=$as_save_IFS
10894
10895fi
10896fi
10897GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10898if test -n "$GOC_FOR_TARGET"; then
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10900$as_echo "$GOC_FOR_TARGET" >&6; }
10901else
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10903$as_echo "no" >&6; }
10904fi
10905
10906
10907 fi
10908 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10909 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10910set dummy ${ncn_progname}; ac_word=$2
10911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10912$as_echo_n "checking for $ac_word... " >&6; }
10913if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10914 $as_echo_n "(cached) " >&6
10915else
10916 if test -n "$GOC_FOR_TARGET"; then
10917 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10918else
10919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10920for as_dir in $PATH
10921do
10922 IFS=$as_save_IFS
10923 test -z "$as_dir" && as_dir=.
10924 for ac_exec_ext in '' $ac_executable_extensions; do
10925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10926 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10928 break 2
10929 fi
10930done
10931 done
10932IFS=$as_save_IFS
10933
10934fi
10935fi
10936GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10937if test -n "$GOC_FOR_TARGET"; then
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10939$as_echo "$GOC_FOR_TARGET" >&6; }
10940else
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10942$as_echo "no" >&6; }
10943fi
10944
10945
10946 fi
10947 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10948 done
10949fi
10950
10951if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10952 set dummy gccgo
10953 if test $build = $target ; then
10954 GOC_FOR_TARGET="$2"
10955 else
10956 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10957 fi
10958else
10959 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10960fi
10961
10962
10963
2429c060
PB
10964cat > conftest.c << \EOF
10965#ifdef __GNUC__
10966 gcc_yay;
10967#endif
10968EOF
10969if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10970 have_gcc_for_target=yes
859789af 10971else
2429c060
PB
10972 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10973 have_gcc_for_target=no
859789af 10974fi
2429c060
PB
10975rm conftest.c
10976
10977
10978
859789af 10979
2429c060
PB
10980if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10981 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10983$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10984 if test -x $with_build_time_tools/ar; then
10985 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10986 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10988$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10989 else
81ecdfbb
RW
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10991$as_echo "no" >&6; }
3a35eeb3 10992 fi
2429c060
PB
10993 elif test $build != $host && test $have_gcc_for_target = yes; then
10994 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10995 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10996 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 10997 fi
2429c060 10998fi
c6b750e1 10999if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11000 # Extract the first word of "ar", so it can be a program name with args.
11001set dummy ar; ac_word=$2
81ecdfbb
RW
11002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11003$as_echo_n "checking for $ac_word... " >&6; }
11004if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
11005 $as_echo_n "(cached) " >&6
859789af 11006else
c6b750e1
DJ
11007 case $AR_FOR_TARGET in
11008 [\\/]* | ?:[\\/]*)
2429c060
PB
11009 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
11010 ;;
2429c060 11011 *)
c6b750e1
DJ
11012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11013for as_dir in $gcc_cv_tool_dirs
11014do
11015 IFS=$as_save_IFS
11016 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11017 for ac_exec_ext in '' $ac_executable_extensions; do
11018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11019 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11021 break 2
11022 fi
11023done
81ecdfbb
RW
11024 done
11025IFS=$as_save_IFS
c6b750e1 11026
2429c060
PB
11027 ;;
11028esac
859789af 11029fi
c6b750e1 11030AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 11031if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11033$as_echo "$AR_FOR_TARGET" >&6; }
859789af 11034else
81ecdfbb
RW
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11036$as_echo "no" >&6; }
859789af 11037fi
05cbd757 11038
81ecdfbb 11039
2429c060
PB
11040fi
11041if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
11042
11043
11044if test -n "$AR_FOR_TARGET"; then
11045 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11046elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11047 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11048fi
11049
11050if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11051 for ncn_progname in ar; do
11052 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11053set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11055$as_echo_n "checking for $ac_word... " >&6; }
11056if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11057 $as_echo_n "(cached) " >&6
9a819804
AO
11058else
11059 if test -n "$AR_FOR_TARGET"; then
11060 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11061else
11062as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11063for as_dir in $PATH
11064do
11065 IFS=$as_save_IFS
11066 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11067 for ac_exec_ext in '' $ac_executable_extensions; do
11068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11069 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11071 break 2
11072 fi
11073done
81ecdfbb
RW
11074 done
11075IFS=$as_save_IFS
9a819804
AO
11076
11077fi
11078fi
11079AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11080if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11082$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 11083else
81ecdfbb
RW
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11085$as_echo "no" >&6; }
9a819804
AO
11086fi
11087
81ecdfbb 11088
9a819804
AO
11089 done
11090fi
11091
11092if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11093 for ncn_progname in ar; do
81ecdfbb
RW
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11095$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11096 if test -x $with_build_time_tools/${ncn_progname}; then
11097 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11099$as_echo "yes" >&6; }
2429c060
PB
11100 break
11101 else
81ecdfbb
RW
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11103$as_echo "no" >&6; }
2429c060
PB
11104 fi
11105 done
859789af
AC
11106fi
11107
2429c060
PB
11108if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11109 for ncn_progname in ar; do
11110 if test -n "$ncn_target_tool_prefix"; then
11111 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 11112set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11114$as_echo_n "checking for $ac_word... " >&6; }
11115if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11116 $as_echo_n "(cached) " >&6
7e0f7140 11117else
2429c060
PB
11118 if test -n "$AR_FOR_TARGET"; then
11119 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 11120else
c6b750e1
DJ
11121as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11122for as_dir in $PATH
11123do
11124 IFS=$as_save_IFS
11125 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11126 for ac_exec_ext in '' $ac_executable_extensions; do
11127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11128 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11130 break 2
11131 fi
11132done
81ecdfbb
RW
11133 done
11134IFS=$as_save_IFS
c6b750e1 11135
7e0f7140
GK
11136fi
11137fi
c6b750e1 11138AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11139if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11141$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11142else
81ecdfbb
RW
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11144$as_echo "no" >&6; }
7e0f7140
GK
11145fi
11146
81ecdfbb 11147
2429c060
PB
11148 fi
11149 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11150 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 11151set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11153$as_echo_n "checking for $ac_word... " >&6; }
11154if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11155 $as_echo_n "(cached) " >&6
7e0f7140 11156else
2429c060
PB
11157 if test -n "$AR_FOR_TARGET"; then
11158 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 11159else
c6b750e1
DJ
11160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11161for as_dir in $PATH
11162do
11163 IFS=$as_save_IFS
11164 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11165 for ac_exec_ext in '' $ac_executable_extensions; do
11166 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11167 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11169 break 2
11170 fi
11171done
81ecdfbb
RW
11172 done
11173IFS=$as_save_IFS
c6b750e1 11174
7e0f7140
GK
11175fi
11176fi
c6b750e1 11177AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11178if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11180$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11181else
81ecdfbb
RW
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11183$as_echo "no" >&6; }
7e0f7140 11184fi
c6b750e1 11185
81ecdfbb 11186
2429c060
PB
11187 fi
11188 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11189 done
11190fi
c6b750e1 11191
2429c060
PB
11192if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11193 set dummy ar
7e0f7140 11194 if test $build = $target ; then
2429c060 11195 AR_FOR_TARGET="$2"
7e0f7140 11196 else
2429c060 11197 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 11198 fi
d3f5afc4
MS
11199else
11200 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
11201fi
11202
3a35eeb3
PB
11203else
11204 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
11205fi
11206
11207
11208
11209
11210if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11211 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11213$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11214 if test -x $with_build_time_tools/as; then
11215 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11216 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11218$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 11219 else
81ecdfbb
RW
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11221$as_echo "no" >&6; }
3a35eeb3 11222 fi
2429c060
PB
11223 elif test $build != $host && test $have_gcc_for_target = yes; then
11224 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
11225 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11226 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
11227 fi
11228fi
c6b750e1 11229if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11230 # Extract the first word of "as", so it can be a program name with args.
11231set dummy as; ac_word=$2
81ecdfbb
RW
11232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11233$as_echo_n "checking for $ac_word... " >&6; }
11234if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11235 $as_echo_n "(cached) " >&6
2429c060 11236else
c6b750e1
DJ
11237 case $AS_FOR_TARGET in
11238 [\\/]* | ?:[\\/]*)
2429c060
PB
11239 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11240 ;;
2429c060 11241 *)
c6b750e1
DJ
11242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11243for as_dir in $gcc_cv_tool_dirs
11244do
11245 IFS=$as_save_IFS
11246 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11247 for ac_exec_ext in '' $ac_executable_extensions; do
11248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11249 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11251 break 2
11252 fi
11253done
81ecdfbb
RW
11254 done
11255IFS=$as_save_IFS
c6b750e1 11256
2429c060
PB
11257 ;;
11258esac
11259fi
c6b750e1 11260AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 11261if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11263$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11264else
81ecdfbb
RW
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11266$as_echo "no" >&6; }
2429c060
PB
11267fi
11268
81ecdfbb 11269
2429c060
PB
11270fi
11271if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
11272
11273
11274if test -n "$AS_FOR_TARGET"; then
11275 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11276elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11277 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11278fi
11279
11280if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11281 for ncn_progname in as; do
11282 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11283set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11285$as_echo_n "checking for $ac_word... " >&6; }
11286if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11287 $as_echo_n "(cached) " >&6
9a819804
AO
11288else
11289 if test -n "$AS_FOR_TARGET"; then
11290 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11291else
11292as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11293for as_dir in $PATH
11294do
11295 IFS=$as_save_IFS
11296 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11297 for ac_exec_ext in '' $ac_executable_extensions; do
11298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11299 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11301 break 2
11302 fi
11303done
81ecdfbb
RW
11304 done
11305IFS=$as_save_IFS
9a819804
AO
11306
11307fi
11308fi
11309AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11310if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11312$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 11313else
81ecdfbb
RW
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11315$as_echo "no" >&6; }
9a819804
AO
11316fi
11317
81ecdfbb 11318
9a819804
AO
11319 done
11320fi
11321
11322if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11323 for ncn_progname in as; do
81ecdfbb
RW
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11325$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11326 if test -x $with_build_time_tools/${ncn_progname}; then
11327 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11329$as_echo "yes" >&6; }
2429c060
PB
11330 break
11331 else
81ecdfbb
RW
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11333$as_echo "no" >&6; }
2429c060
PB
11334 fi
11335 done
11336fi
11337
11338if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11339 for ncn_progname in as; do
11340 if test -n "$ncn_target_tool_prefix"; then
11341 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11342set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11344$as_echo_n "checking for $ac_word... " >&6; }
11345if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11346 $as_echo_n "(cached) " >&6
2429c060
PB
11347else
11348 if test -n "$AS_FOR_TARGET"; then
11349 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11350else
c6b750e1
DJ
11351as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11352for as_dir in $PATH
11353do
11354 IFS=$as_save_IFS
11355 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11356 for ac_exec_ext in '' $ac_executable_extensions; do
11357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11358 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11360 break 2
11361 fi
11362done
81ecdfbb
RW
11363 done
11364IFS=$as_save_IFS
c6b750e1 11365
2429c060
PB
11366fi
11367fi
c6b750e1 11368AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11369if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11371$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11372else
81ecdfbb
RW
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11374$as_echo "no" >&6; }
2429c060
PB
11375fi
11376
81ecdfbb 11377
2429c060
PB
11378 fi
11379 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11380 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11381set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11383$as_echo_n "checking for $ac_word... " >&6; }
11384if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11385 $as_echo_n "(cached) " >&6
2429c060
PB
11386else
11387 if test -n "$AS_FOR_TARGET"; then
11388 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11389else
c6b750e1
DJ
11390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11391for as_dir in $PATH
11392do
11393 IFS=$as_save_IFS
11394 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11395 for ac_exec_ext in '' $ac_executable_extensions; do
11396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11397 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11399 break 2
11400 fi
11401done
81ecdfbb
RW
11402 done
11403IFS=$as_save_IFS
c6b750e1 11404
2429c060
PB
11405fi
11406fi
c6b750e1 11407AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11408if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11410$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11411else
81ecdfbb
RW
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11413$as_echo "no" >&6; }
2429c060 11414fi
c6b750e1 11415
81ecdfbb 11416
2429c060
PB
11417 fi
11418 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11419 done
11420fi
c6b750e1 11421
2429c060
PB
11422if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11423 set dummy as
11424 if test $build = $target ; then
11425 AS_FOR_TARGET="$2"
11426 else
11427 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11428 fi
d3f5afc4
MS
11429else
11430 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11431fi
11432
3a35eeb3
PB
11433else
11434 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11435fi
11436
11437
11438
11439
11440if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11441 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11443$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11444 if test -x $with_build_time_tools/dlltool; then
11445 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11446 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11448$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11449 else
81ecdfbb
RW
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11451$as_echo "no" >&6; }
3a35eeb3 11452 fi
2429c060
PB
11453 elif test $build != $host && test $have_gcc_for_target = yes; then
11454 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11455 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11456 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11457 fi
11458fi
c6b750e1 11459if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11460 # Extract the first word of "dlltool", so it can be a program name with args.
11461set dummy dlltool; ac_word=$2
81ecdfbb
RW
11462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11463$as_echo_n "checking for $ac_word... " >&6; }
11464if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11465 $as_echo_n "(cached) " >&6
2429c060 11466else
c6b750e1
DJ
11467 case $DLLTOOL_FOR_TARGET in
11468 [\\/]* | ?:[\\/]*)
2429c060
PB
11469 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11470 ;;
2429c060 11471 *)
c6b750e1
DJ
11472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11473for as_dir in $gcc_cv_tool_dirs
11474do
11475 IFS=$as_save_IFS
11476 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11477 for ac_exec_ext in '' $ac_executable_extensions; do
11478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11479 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11481 break 2
11482 fi
11483done
81ecdfbb
RW
11484 done
11485IFS=$as_save_IFS
c6b750e1 11486
2429c060
PB
11487 ;;
11488esac
11489fi
c6b750e1 11490DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11491if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11493$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11494else
81ecdfbb
RW
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11496$as_echo "no" >&6; }
2429c060
PB
11497fi
11498
81ecdfbb 11499
2429c060
PB
11500fi
11501if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11502
11503
11504if test -n "$DLLTOOL_FOR_TARGET"; then
11505 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11506elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11507 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11508fi
11509
11510if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11511 for ncn_progname in dlltool; do
11512 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11513set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11515$as_echo_n "checking for $ac_word... " >&6; }
11516if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11517 $as_echo_n "(cached) " >&6
9a819804
AO
11518else
11519 if test -n "$DLLTOOL_FOR_TARGET"; then
11520 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11521else
11522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11523for as_dir in $PATH
11524do
11525 IFS=$as_save_IFS
11526 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11527 for ac_exec_ext in '' $ac_executable_extensions; do
11528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11529 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11530 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11531 break 2
11532 fi
11533done
81ecdfbb
RW
11534 done
11535IFS=$as_save_IFS
9a819804
AO
11536
11537fi
11538fi
11539DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11540if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11542$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11543else
81ecdfbb
RW
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11545$as_echo "no" >&6; }
9a819804
AO
11546fi
11547
81ecdfbb 11548
9a819804
AO
11549 done
11550fi
11551
11552if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11553 for ncn_progname in dlltool; do
81ecdfbb
RW
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11555$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11556 if test -x $with_build_time_tools/${ncn_progname}; then
11557 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11559$as_echo "yes" >&6; }
2429c060
PB
11560 break
11561 else
81ecdfbb
RW
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11563$as_echo "no" >&6; }
2429c060
PB
11564 fi
11565 done
11566fi
11567
11568if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11569 for ncn_progname in dlltool; do
11570 if test -n "$ncn_target_tool_prefix"; then
11571 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11572set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11574$as_echo_n "checking for $ac_word... " >&6; }
11575if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11576 $as_echo_n "(cached) " >&6
2429c060
PB
11577else
11578 if test -n "$DLLTOOL_FOR_TARGET"; then
11579 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11580else
c6b750e1
DJ
11581as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11582for as_dir in $PATH
11583do
11584 IFS=$as_save_IFS
11585 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11586 for ac_exec_ext in '' $ac_executable_extensions; do
11587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11588 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11590 break 2
11591 fi
11592done
81ecdfbb
RW
11593 done
11594IFS=$as_save_IFS
c6b750e1 11595
2429c060
PB
11596fi
11597fi
c6b750e1 11598DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11599if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11601$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11602else
81ecdfbb
RW
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11604$as_echo "no" >&6; }
2429c060
PB
11605fi
11606
81ecdfbb 11607
2429c060
PB
11608 fi
11609 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11610 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11611set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11613$as_echo_n "checking for $ac_word... " >&6; }
11614if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11615 $as_echo_n "(cached) " >&6
2429c060
PB
11616else
11617 if test -n "$DLLTOOL_FOR_TARGET"; then
11618 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11619else
c6b750e1
DJ
11620as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11621for as_dir in $PATH
11622do
11623 IFS=$as_save_IFS
11624 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11625 for ac_exec_ext in '' $ac_executable_extensions; do
11626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11627 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11629 break 2
11630 fi
11631done
81ecdfbb
RW
11632 done
11633IFS=$as_save_IFS
c6b750e1 11634
2429c060
PB
11635fi
11636fi
c6b750e1 11637DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11638if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11640$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11641else
81ecdfbb
RW
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11643$as_echo "no" >&6; }
2429c060 11644fi
c6b750e1 11645
81ecdfbb 11646
2429c060
PB
11647 fi
11648 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11649 done
11650fi
c6b750e1 11651
2429c060
PB
11652if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11653 set dummy dlltool
11654 if test $build = $target ; then
11655 DLLTOOL_FOR_TARGET="$2"
11656 else
11657 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11658 fi
d3f5afc4
MS
11659else
11660 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11661fi
11662
3a35eeb3
PB
11663else
11664 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11665fi
11666
11667
11668
11669
11670if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11671 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11673$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11674 if test -x $with_build_time_tools/ld; then
11675 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11676 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11678$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11679 else
81ecdfbb
RW
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11681$as_echo "no" >&6; }
3a35eeb3 11682 fi
2429c060
PB
11683 elif test $build != $host && test $have_gcc_for_target = yes; then
11684 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11685 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11686 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11687 fi
11688fi
c6b750e1 11689if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11690 # Extract the first word of "ld", so it can be a program name with args.
11691set dummy ld; ac_word=$2
81ecdfbb
RW
11692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11693$as_echo_n "checking for $ac_word... " >&6; }
11694if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11695 $as_echo_n "(cached) " >&6
2429c060 11696else
c6b750e1
DJ
11697 case $LD_FOR_TARGET in
11698 [\\/]* | ?:[\\/]*)
2429c060
PB
11699 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11700 ;;
2429c060 11701 *)
c6b750e1
DJ
11702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11703for as_dir in $gcc_cv_tool_dirs
11704do
11705 IFS=$as_save_IFS
11706 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11707 for ac_exec_ext in '' $ac_executable_extensions; do
11708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11709 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11711 break 2
11712 fi
11713done
81ecdfbb
RW
11714 done
11715IFS=$as_save_IFS
c6b750e1 11716
2429c060
PB
11717 ;;
11718esac
11719fi
c6b750e1 11720LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11721if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11723$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11724else
81ecdfbb
RW
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11726$as_echo "no" >&6; }
2429c060
PB
11727fi
11728
81ecdfbb 11729
2429c060
PB
11730fi
11731if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11732
11733
11734if test -n "$LD_FOR_TARGET"; then
11735 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11736elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11737 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11738fi
11739
11740if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11741 for ncn_progname in ld; do
11742 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11743set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11745$as_echo_n "checking for $ac_word... " >&6; }
11746if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11747 $as_echo_n "(cached) " >&6
9a819804
AO
11748else
11749 if test -n "$LD_FOR_TARGET"; then
11750 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11751else
11752as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11753for as_dir in $PATH
11754do
11755 IFS=$as_save_IFS
11756 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11757 for ac_exec_ext in '' $ac_executable_extensions; do
11758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11759 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11761 break 2
11762 fi
11763done
81ecdfbb
RW
11764 done
11765IFS=$as_save_IFS
9a819804
AO
11766
11767fi
11768fi
11769LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11770if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11772$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11773else
81ecdfbb
RW
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11775$as_echo "no" >&6; }
9a819804
AO
11776fi
11777
81ecdfbb 11778
9a819804
AO
11779 done
11780fi
11781
11782if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11783 for ncn_progname in ld; do
81ecdfbb
RW
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11785$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11786 if test -x $with_build_time_tools/${ncn_progname}; then
11787 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11789$as_echo "yes" >&6; }
2429c060
PB
11790 break
11791 else
81ecdfbb
RW
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11793$as_echo "no" >&6; }
2429c060
PB
11794 fi
11795 done
11796fi
11797
11798if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11799 for ncn_progname in ld; do
11800 if test -n "$ncn_target_tool_prefix"; then
11801 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11802set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11804$as_echo_n "checking for $ac_word... " >&6; }
11805if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11806 $as_echo_n "(cached) " >&6
2429c060
PB
11807else
11808 if test -n "$LD_FOR_TARGET"; then
11809 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11810else
c6b750e1
DJ
11811as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11812for as_dir in $PATH
11813do
11814 IFS=$as_save_IFS
11815 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11816 for ac_exec_ext in '' $ac_executable_extensions; do
11817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11818 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11820 break 2
11821 fi
11822done
81ecdfbb
RW
11823 done
11824IFS=$as_save_IFS
c6b750e1 11825
2429c060
PB
11826fi
11827fi
c6b750e1 11828LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11829if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11831$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11832else
81ecdfbb
RW
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11834$as_echo "no" >&6; }
2429c060
PB
11835fi
11836
81ecdfbb 11837
2429c060
PB
11838 fi
11839 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11840 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11841set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11843$as_echo_n "checking for $ac_word... " >&6; }
11844if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11845 $as_echo_n "(cached) " >&6
2429c060
PB
11846else
11847 if test -n "$LD_FOR_TARGET"; then
11848 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11849else
c6b750e1
DJ
11850as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11851for as_dir in $PATH
11852do
11853 IFS=$as_save_IFS
11854 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11855 for ac_exec_ext in '' $ac_executable_extensions; do
11856 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11857 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11859 break 2
11860 fi
11861done
81ecdfbb
RW
11862 done
11863IFS=$as_save_IFS
c6b750e1 11864
2429c060
PB
11865fi
11866fi
c6b750e1 11867LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11868if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11870$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11871else
81ecdfbb
RW
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11873$as_echo "no" >&6; }
2429c060 11874fi
c6b750e1 11875
81ecdfbb 11876
2429c060
PB
11877 fi
11878 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11879 done
11880fi
c6b750e1 11881
2429c060
PB
11882if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11883 set dummy ld
11884 if test $build = $target ; then
11885 LD_FOR_TARGET="$2"
11886 else
11887 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11888 fi
d3f5afc4
MS
11889else
11890 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11891fi
11892
3a35eeb3
PB
11893else
11894 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11895fi
11896
11897
11898
11899
11900if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11901 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11903$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11904 if test -x $with_build_time_tools/lipo; then
11905 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11906 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11908$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11909 else
81ecdfbb
RW
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11911$as_echo "no" >&6; }
3a35eeb3 11912 fi
2429c060
PB
11913 elif test $build != $host && test $have_gcc_for_target = yes; then
11914 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11915 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11916 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11917 fi
11918fi
9a819804
AO
11919if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11920 # Extract the first word of "lipo", so it can be a program name with args.
11921set dummy lipo; ac_word=$2
81ecdfbb
RW
11922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11923$as_echo_n "checking for $ac_word... " >&6; }
11924if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11925 $as_echo_n "(cached) " >&6
9a819804
AO
11926else
11927 case $LIPO_FOR_TARGET in
11928 [\\/]* | ?:[\\/]*)
11929 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11930 ;;
11931 *)
11932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11933for as_dir in $gcc_cv_tool_dirs
11934do
11935 IFS=$as_save_IFS
11936 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11937 for ac_exec_ext in '' $ac_executable_extensions; do
11938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11939 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11941 break 2
11942 fi
11943done
81ecdfbb
RW
11944 done
11945IFS=$as_save_IFS
9a819804
AO
11946
11947 ;;
11948esac
11949fi
11950LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11951if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11953$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11954else
81ecdfbb
RW
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11956$as_echo "no" >&6; }
9a819804
AO
11957fi
11958
81ecdfbb 11959
9a819804
AO
11960fi
11961if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11962
11963
11964if test -n "$LIPO_FOR_TARGET"; then
11965 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11966elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11967 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11968fi
11969
11970if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11971 for ncn_progname in lipo; do
11972 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11973set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11975$as_echo_n "checking for $ac_word... " >&6; }
11976if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11977 $as_echo_n "(cached) " >&6
2429c060 11978else
9a819804
AO
11979 if test -n "$LIPO_FOR_TARGET"; then
11980 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11981else
11982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11983for as_dir in $PATH
c6b750e1
DJ
11984do
11985 IFS=$as_save_IFS
11986 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11987 for ac_exec_ext in '' $ac_executable_extensions; do
11988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11989 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11991 break 2
11992 fi
11993done
81ecdfbb
RW
11994 done
11995IFS=$as_save_IFS
c6b750e1 11996
2429c060 11997fi
9a819804
AO
11998fi
11999LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12000if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12002$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12003else
81ecdfbb
RW
12004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12005$as_echo "no" >&6; }
2429c060
PB
12006fi
12007
81ecdfbb 12008
9a819804 12009 done
2429c060 12010fi
9a819804
AO
12011
12012if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12013 for ncn_progname in lipo; do
81ecdfbb
RW
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12015$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12016 if test -x $with_build_time_tools/${ncn_progname}; then
12017 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12019$as_echo "yes" >&6; }
2429c060
PB
12020 break
12021 else
81ecdfbb
RW
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12023$as_echo "no" >&6; }
2429c060
PB
12024 fi
12025 done
12026fi
12027
12028if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12029 for ncn_progname in lipo; do
12030 if test -n "$ncn_target_tool_prefix"; then
12031 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12032set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12034$as_echo_n "checking for $ac_word... " >&6; }
12035if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12036 $as_echo_n "(cached) " >&6
2429c060
PB
12037else
12038 if test -n "$LIPO_FOR_TARGET"; then
12039 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12040else
c6b750e1
DJ
12041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12042for as_dir in $PATH
12043do
12044 IFS=$as_save_IFS
12045 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12046 for ac_exec_ext in '' $ac_executable_extensions; do
12047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12048 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12050 break 2
12051 fi
12052done
81ecdfbb
RW
12053 done
12054IFS=$as_save_IFS
c6b750e1 12055
2429c060
PB
12056fi
12057fi
c6b750e1 12058LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12059if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12061$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12062else
81ecdfbb
RW
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12064$as_echo "no" >&6; }
2429c060
PB
12065fi
12066
81ecdfbb 12067
2429c060
PB
12068 fi
12069 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12070 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12071set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12073$as_echo_n "checking for $ac_word... " >&6; }
12074if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12075 $as_echo_n "(cached) " >&6
2429c060
PB
12076else
12077 if test -n "$LIPO_FOR_TARGET"; then
12078 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12079else
c6b750e1
DJ
12080as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12081for as_dir in $PATH
12082do
12083 IFS=$as_save_IFS
12084 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12085 for ac_exec_ext in '' $ac_executable_extensions; do
12086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12087 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 12088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12089 break 2
12090 fi
12091done
81ecdfbb
RW
12092 done
12093IFS=$as_save_IFS
c6b750e1 12094
2429c060
PB
12095fi
12096fi
c6b750e1 12097LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12098if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12100$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12101else
81ecdfbb
RW
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12103$as_echo "no" >&6; }
2429c060 12104fi
c6b750e1 12105
81ecdfbb 12106
2429c060
PB
12107 fi
12108 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12109 done
12110fi
c6b750e1 12111
2429c060
PB
12112if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12113 set dummy lipo
12114 if test $build = $target ; then
12115 LIPO_FOR_TARGET="$2"
12116 else
12117 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12118 fi
d3f5afc4
MS
12119else
12120 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
12121fi
12122
3a35eeb3
PB
12123else
12124 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
12125fi
12126
12127
12128
12129
12130if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12131 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12133$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12134 if test -x $with_build_time_tools/nm; then
12135 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12136 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
12137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12138$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 12139 else
81ecdfbb
RW
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12141$as_echo "no" >&6; }
3a35eeb3 12142 fi
2429c060
PB
12143 elif test $build != $host && test $have_gcc_for_target = yes; then
12144 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
12145 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12146 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
12147 fi
12148fi
c6b750e1 12149if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12150 # Extract the first word of "nm", so it can be a program name with args.
12151set dummy nm; ac_word=$2
81ecdfbb
RW
12152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12153$as_echo_n "checking for $ac_word... " >&6; }
12154if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12155 $as_echo_n "(cached) " >&6
2429c060 12156else
c6b750e1
DJ
12157 case $NM_FOR_TARGET in
12158 [\\/]* | ?:[\\/]*)
2429c060
PB
12159 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12160 ;;
2429c060 12161 *)
c6b750e1
DJ
12162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12163for as_dir in $gcc_cv_tool_dirs
12164do
12165 IFS=$as_save_IFS
12166 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12167 for ac_exec_ext in '' $ac_executable_extensions; do
12168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12169 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12171 break 2
12172 fi
12173done
81ecdfbb
RW
12174 done
12175IFS=$as_save_IFS
c6b750e1 12176
2429c060
PB
12177 ;;
12178esac
12179fi
c6b750e1 12180NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 12181if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12183$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 12184else
81ecdfbb
RW
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12186$as_echo "no" >&6; }
2429c060
PB
12187fi
12188
81ecdfbb 12189
2429c060
PB
12190fi
12191if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
12192
12193
12194if test -n "$NM_FOR_TARGET"; then
12195 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12196elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12197 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12198fi
12199
12200if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12201 for ncn_progname in nm; do
12202 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12203set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12205$as_echo_n "checking for $ac_word... " >&6; }
12206if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12207 $as_echo_n "(cached) " >&6
9a819804
AO
12208else
12209 if test -n "$NM_FOR_TARGET"; then
12210 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12211else
12212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12213for as_dir in $PATH
12214do
12215 IFS=$as_save_IFS
12216 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12217 for ac_exec_ext in '' $ac_executable_extensions; do
12218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12219 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12221 break 2
12222 fi
12223done
81ecdfbb
RW
12224 done
12225IFS=$as_save_IFS
9a819804
AO
12226
12227fi
12228fi
12229NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12230if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12232$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 12233else
81ecdfbb
RW
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12235$as_echo "no" >&6; }
9a819804
AO
12236fi
12237
81ecdfbb 12238
9a819804
AO
12239 done
12240fi
12241
12242if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12243 for ncn_progname in nm; do
81ecdfbb
RW
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12245$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12246 if test -x $with_build_time_tools/${ncn_progname}; then
12247 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12249$as_echo "yes" >&6; }
2429c060
PB
12250 break
12251 else
81ecdfbb
RW
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12253$as_echo "no" >&6; }
2429c060
PB
12254 fi
12255 done
12256fi
12257
12258if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12259 for ncn_progname in nm; do
12260 if test -n "$ncn_target_tool_prefix"; then
12261 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12262set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12264$as_echo_n "checking for $ac_word... " >&6; }
12265if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12266 $as_echo_n "(cached) " >&6
859789af 12267else
55db4b87
PB
12268 if test -n "$NM_FOR_TARGET"; then
12269 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12270else
c6b750e1
DJ
12271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12272for as_dir in $PATH
12273do
12274 IFS=$as_save_IFS
12275 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12276 for ac_exec_ext in '' $ac_executable_extensions; do
12277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12278 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12280 break 2
12281 fi
12282done
81ecdfbb
RW
12283 done
12284IFS=$as_save_IFS
c6b750e1 12285
859789af
AC
12286fi
12287fi
c6b750e1 12288NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 12289if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12291$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12292else
81ecdfbb
RW
12293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12294$as_echo "no" >&6; }
859789af
AC
12295fi
12296
81ecdfbb 12297
2429c060
PB
12298 fi
12299 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12300 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12301set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12303$as_echo_n "checking for $ac_word... " >&6; }
12304if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12305 $as_echo_n "(cached) " >&6
859789af 12306else
05cbd757
PB
12307 if test -n "$NM_FOR_TARGET"; then
12308 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12309else
c6b750e1
DJ
12310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12311for as_dir in $PATH
12312do
12313 IFS=$as_save_IFS
12314 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12315 for ac_exec_ext in '' $ac_executable_extensions; do
12316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12317 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12319 break 2
12320 fi
12321done
81ecdfbb
RW
12322 done
12323IFS=$as_save_IFS
c6b750e1 12324
859789af
AC
12325fi
12326fi
c6b750e1 12327NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12328if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12330$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12331else
81ecdfbb
RW
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12333$as_echo "no" >&6; }
859789af 12334fi
c6b750e1 12335
81ecdfbb 12336
2429c060
PB
12337 fi
12338 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12339 done
12340fi
c6b750e1 12341
05cbd757
PB
12342if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12343 set dummy nm
12344 if test $build = $target ; then
12345 NM_FOR_TARGET="$2"
859789af 12346 else
05cbd757 12347 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12348 fi
d3f5afc4
MS
12349else
12350 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12351fi
12352
3a35eeb3
PB
12353else
12354 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12355fi
12356
12357
12358
12359
12360if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12361 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12363$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12364 if test -x $with_build_time_tools/objdump; then
12365 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12366 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12368$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12369 else
81ecdfbb
RW
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12371$as_echo "no" >&6; }
3a35eeb3 12372 fi
2429c060
PB
12373 elif test $build != $host && test $have_gcc_for_target = yes; then
12374 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12375 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12376 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12377 fi
12378fi
c6b750e1 12379if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12380 # Extract the first word of "objdump", so it can be a program name with args.
12381set dummy objdump; ac_word=$2
81ecdfbb
RW
12382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12383$as_echo_n "checking for $ac_word... " >&6; }
12384if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12385 $as_echo_n "(cached) " >&6
2429c060 12386else
c6b750e1
DJ
12387 case $OBJDUMP_FOR_TARGET in
12388 [\\/]* | ?:[\\/]*)
2429c060
PB
12389 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12390 ;;
2429c060 12391 *)
c6b750e1
DJ
12392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12393for as_dir in $gcc_cv_tool_dirs
12394do
12395 IFS=$as_save_IFS
12396 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12397 for ac_exec_ext in '' $ac_executable_extensions; do
12398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12399 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12401 break 2
12402 fi
12403done
81ecdfbb
RW
12404 done
12405IFS=$as_save_IFS
c6b750e1 12406
2429c060
PB
12407 ;;
12408esac
12409fi
c6b750e1 12410OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12411if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12413$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12414else
81ecdfbb
RW
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12416$as_echo "no" >&6; }
2429c060
PB
12417fi
12418
81ecdfbb 12419
2429c060
PB
12420fi
12421if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12422
12423
12424if test -n "$OBJDUMP_FOR_TARGET"; then
12425 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12426elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12427 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12428fi
12429
12430if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12431 for ncn_progname in objdump; do
12432 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12433set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12435$as_echo_n "checking for $ac_word... " >&6; }
12436if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12437 $as_echo_n "(cached) " >&6
9a819804
AO
12438else
12439 if test -n "$OBJDUMP_FOR_TARGET"; then
12440 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12441else
12442as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12443for as_dir in $PATH
12444do
12445 IFS=$as_save_IFS
12446 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12447 for ac_exec_ext in '' $ac_executable_extensions; do
12448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12449 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12451 break 2
12452 fi
12453done
81ecdfbb
RW
12454 done
12455IFS=$as_save_IFS
9a819804
AO
12456
12457fi
12458fi
12459OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12460if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12462$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12463else
81ecdfbb
RW
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12465$as_echo "no" >&6; }
9a819804
AO
12466fi
12467
81ecdfbb 12468
9a819804
AO
12469 done
12470fi
12471
12472if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12473 for ncn_progname in objdump; do
81ecdfbb
RW
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12475$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12476 if test -x $with_build_time_tools/${ncn_progname}; then
12477 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12479$as_echo "yes" >&6; }
2429c060
PB
12480 break
12481 else
81ecdfbb
RW
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12483$as_echo "no" >&6; }
2429c060
PB
12484 fi
12485 done
12486fi
12487
12488if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12489 for ncn_progname in objdump; do
12490 if test -n "$ncn_target_tool_prefix"; then
12491 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12492set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12494$as_echo_n "checking for $ac_word... " >&6; }
12495if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12496 $as_echo_n "(cached) " >&6
5ae72758
DJ
12497else
12498 if test -n "$OBJDUMP_FOR_TARGET"; then
12499 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12500else
c6b750e1
DJ
12501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12502for as_dir in $PATH
12503do
12504 IFS=$as_save_IFS
12505 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12506 for ac_exec_ext in '' $ac_executable_extensions; do
12507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12508 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12510 break 2
12511 fi
12512done
81ecdfbb
RW
12513 done
12514IFS=$as_save_IFS
c6b750e1 12515
5ae72758
DJ
12516fi
12517fi
c6b750e1 12518OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12519if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12521$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12522else
81ecdfbb
RW
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12524$as_echo "no" >&6; }
5ae72758
DJ
12525fi
12526
81ecdfbb 12527
2429c060
PB
12528 fi
12529 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12530 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12531set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12533$as_echo_n "checking for $ac_word... " >&6; }
12534if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12535 $as_echo_n "(cached) " >&6
5ae72758
DJ
12536else
12537 if test -n "$OBJDUMP_FOR_TARGET"; then
12538 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12539else
c6b750e1
DJ
12540as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12541for as_dir in $PATH
12542do
12543 IFS=$as_save_IFS
12544 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12545 for ac_exec_ext in '' $ac_executable_extensions; do
12546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12547 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12549 break 2
12550 fi
12551done
81ecdfbb
RW
12552 done
12553IFS=$as_save_IFS
c6b750e1 12554
5ae72758
DJ
12555fi
12556fi
c6b750e1 12557OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12558if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12560$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12561else
81ecdfbb
RW
12562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12563$as_echo "no" >&6; }
5ae72758 12564fi
c6b750e1 12565
81ecdfbb 12566
2429c060
PB
12567 fi
12568 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12569 done
12570fi
c6b750e1 12571
5ae72758
DJ
12572if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12573 set dummy objdump
12574 if test $build = $target ; then
12575 OBJDUMP_FOR_TARGET="$2"
12576 else
12577 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12578 fi
d3f5afc4
MS
12579else
12580 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12581fi
12582
3a35eeb3
PB
12583else
12584 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12585fi
12586
12587
12588
12589
12590if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12591 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12593$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12594 if test -x $with_build_time_tools/ranlib; then
12595 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12596 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12598$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12599 else
81ecdfbb
RW
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12601$as_echo "no" >&6; }
3a35eeb3 12602 fi
2429c060
PB
12603 elif test $build != $host && test $have_gcc_for_target = yes; then
12604 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12605 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12606 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12607 fi
12608fi
c6b750e1 12609if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12610 # Extract the first word of "ranlib", so it can be a program name with args.
12611set dummy ranlib; ac_word=$2
81ecdfbb
RW
12612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12613$as_echo_n "checking for $ac_word... " >&6; }
12614if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12615 $as_echo_n "(cached) " >&6
2429c060 12616else
c6b750e1
DJ
12617 case $RANLIB_FOR_TARGET in
12618 [\\/]* | ?:[\\/]*)
2429c060
PB
12619 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12620 ;;
2429c060 12621 *)
c6b750e1
DJ
12622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12623for as_dir in $gcc_cv_tool_dirs
12624do
12625 IFS=$as_save_IFS
12626 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12627 for ac_exec_ext in '' $ac_executable_extensions; do
12628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12629 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12631 break 2
12632 fi
12633done
81ecdfbb
RW
12634 done
12635IFS=$as_save_IFS
c6b750e1 12636
2429c060
PB
12637 ;;
12638esac
12639fi
c6b750e1 12640RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12641if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12643$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12644else
81ecdfbb
RW
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12646$as_echo "no" >&6; }
2429c060
PB
12647fi
12648
81ecdfbb 12649
2429c060
PB
12650fi
12651if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12652
12653
12654if test -n "$RANLIB_FOR_TARGET"; then
12655 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12656elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12657 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12658fi
12659
12660if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12661 for ncn_progname in ranlib; do
12662 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12663set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12665$as_echo_n "checking for $ac_word... " >&6; }
12666if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12667 $as_echo_n "(cached) " >&6
9a819804
AO
12668else
12669 if test -n "$RANLIB_FOR_TARGET"; then
12670 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12671else
12672as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12673for as_dir in $PATH
12674do
12675 IFS=$as_save_IFS
12676 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12677 for ac_exec_ext in '' $ac_executable_extensions; do
12678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12679 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12681 break 2
12682 fi
12683done
81ecdfbb
RW
12684 done
12685IFS=$as_save_IFS
9a819804
AO
12686
12687fi
12688fi
12689RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12690if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12692$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12693else
81ecdfbb
RW
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12695$as_echo "no" >&6; }
9a819804
AO
12696fi
12697
81ecdfbb 12698
9a819804
AO
12699 done
12700fi
12701
12702if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12703 for ncn_progname in ranlib; do
81ecdfbb
RW
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12705$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12706 if test -x $with_build_time_tools/${ncn_progname}; then
12707 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12709$as_echo "yes" >&6; }
2429c060
PB
12710 break
12711 else
81ecdfbb
RW
12712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12713$as_echo "no" >&6; }
2429c060
PB
12714 fi
12715 done
12716fi
12717
12718if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12719 for ncn_progname in ranlib; do
12720 if test -n "$ncn_target_tool_prefix"; then
12721 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12722set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12724$as_echo_n "checking for $ac_word... " >&6; }
12725if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12726 $as_echo_n "(cached) " >&6
859789af 12727else
55db4b87
PB
12728 if test -n "$RANLIB_FOR_TARGET"; then
12729 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12730else
c6b750e1
DJ
12731as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12732for as_dir in $PATH
12733do
12734 IFS=$as_save_IFS
12735 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12736 for ac_exec_ext in '' $ac_executable_extensions; do
12737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12738 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12740 break 2
12741 fi
12742done
81ecdfbb
RW
12743 done
12744IFS=$as_save_IFS
c6b750e1 12745
859789af
AC
12746fi
12747fi
c6b750e1 12748RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12749if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12751$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12752else
81ecdfbb
RW
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12754$as_echo "no" >&6; }
859789af
AC
12755fi
12756
81ecdfbb 12757
2429c060
PB
12758 fi
12759 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12760 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12761set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12763$as_echo_n "checking for $ac_word... " >&6; }
12764if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12765 $as_echo_n "(cached) " >&6
859789af 12766else
05cbd757
PB
12767 if test -n "$RANLIB_FOR_TARGET"; then
12768 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12769else
c6b750e1
DJ
12770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12771for as_dir in $PATH
12772do
12773 IFS=$as_save_IFS
12774 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12775 for ac_exec_ext in '' $ac_executable_extensions; do
12776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12777 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12779 break 2
12780 fi
12781done
81ecdfbb
RW
12782 done
12783IFS=$as_save_IFS
c6b750e1 12784
859789af
AC
12785fi
12786fi
c6b750e1 12787RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12788if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12790$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12791else
81ecdfbb
RW
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12793$as_echo "no" >&6; }
859789af 12794fi
c6b750e1 12795
81ecdfbb 12796
2429c060
PB
12797 fi
12798 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12799 done
12800fi
c6b750e1 12801
2429c060
PB
12802if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12803 set dummy ranlib
12804 if test $build = $target ; then
12805 RANLIB_FOR_TARGET="$2"
12806 else
12807 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12808 fi
d3f5afc4
MS
12809else
12810 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12811fi
05cbd757 12812
3a35eeb3
PB
12813else
12814 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12815fi
12816
2429c060
PB
12817
12818
12819
b121d7d4
DD
12820if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12821 if test -n "$with_build_time_tools"; then
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12823$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12824 if test -x $with_build_time_tools/readelf; then
12825 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12826 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12828$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12829 else
12830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12831$as_echo "no" >&6; }
12832 fi
12833 elif test $build != $host && test $have_gcc_for_target = yes; then
12834 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12835 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12836 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12837 fi
12838fi
12839if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12840 # Extract the first word of "readelf", so it can be a program name with args.
12841set dummy readelf; ac_word=$2
12842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12843$as_echo_n "checking for $ac_word... " >&6; }
12844if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12845 $as_echo_n "(cached) " >&6
12846else
12847 case $READELF_FOR_TARGET in
12848 [\\/]* | ?:[\\/]*)
12849 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12850 ;;
12851 *)
12852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12853for as_dir in $gcc_cv_tool_dirs
12854do
12855 IFS=$as_save_IFS
12856 test -z "$as_dir" && as_dir=.
12857 for ac_exec_ext in '' $ac_executable_extensions; do
12858 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12859 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12861 break 2
12862 fi
12863done
12864 done
12865IFS=$as_save_IFS
12866
12867 ;;
12868esac
12869fi
12870READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12871if test -n "$READELF_FOR_TARGET"; then
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12873$as_echo "$READELF_FOR_TARGET" >&6; }
12874else
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12876$as_echo "no" >&6; }
12877fi
12878
12879
12880fi
12881if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12882
12883
12884if test -n "$READELF_FOR_TARGET"; then
12885 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12886elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12887 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12888fi
12889
12890if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12891 for ncn_progname in readelf; do
12892 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12893set dummy ${ncn_progname}; ac_word=$2
12894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12895$as_echo_n "checking for $ac_word... " >&6; }
12896if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12897 $as_echo_n "(cached) " >&6
12898else
12899 if test -n "$READELF_FOR_TARGET"; then
12900 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12901else
12902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12903for as_dir in $PATH
12904do
12905 IFS=$as_save_IFS
12906 test -z "$as_dir" && as_dir=.
12907 for ac_exec_ext in '' $ac_executable_extensions; do
12908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12909 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12911 break 2
12912 fi
12913done
12914 done
12915IFS=$as_save_IFS
12916
12917fi
12918fi
12919READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12920if test -n "$READELF_FOR_TARGET"; then
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12922$as_echo "$READELF_FOR_TARGET" >&6; }
12923else
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12925$as_echo "no" >&6; }
12926fi
12927
12928
12929 done
12930fi
12931
12932if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12933 for ncn_progname in readelf; do
12934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12935$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12936 if test -x $with_build_time_tools/${ncn_progname}; then
12937 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12939$as_echo "yes" >&6; }
12940 break
12941 else
12942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12943$as_echo "no" >&6; }
12944 fi
12945 done
12946fi
12947
12948if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12949 for ncn_progname in readelf; do
12950 if test -n "$ncn_target_tool_prefix"; then
12951 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12952set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12954$as_echo_n "checking for $ac_word... " >&6; }
12955if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12956 $as_echo_n "(cached) " >&6
12957else
12958 if test -n "$READELF_FOR_TARGET"; then
12959 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12960else
12961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12962for as_dir in $PATH
12963do
12964 IFS=$as_save_IFS
12965 test -z "$as_dir" && as_dir=.
12966 for ac_exec_ext in '' $ac_executable_extensions; do
12967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12968 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12970 break 2
12971 fi
12972done
12973 done
12974IFS=$as_save_IFS
12975
12976fi
12977fi
12978READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12979if test -n "$READELF_FOR_TARGET"; then
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12981$as_echo "$READELF_FOR_TARGET" >&6; }
12982else
12983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12984$as_echo "no" >&6; }
12985fi
12986
12987
12988 fi
12989 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12990 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12991set dummy ${ncn_progname}; ac_word=$2
12992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12993$as_echo_n "checking for $ac_word... " >&6; }
12994if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12995 $as_echo_n "(cached) " >&6
12996else
12997 if test -n "$READELF_FOR_TARGET"; then
12998 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12999else
13000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13001for as_dir in $PATH
13002do
13003 IFS=$as_save_IFS
13004 test -z "$as_dir" && as_dir=.
13005 for ac_exec_ext in '' $ac_executable_extensions; do
13006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13007 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13009 break 2
13010 fi
13011done
13012 done
13013IFS=$as_save_IFS
13014
13015fi
13016fi
13017READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13018if test -n "$READELF_FOR_TARGET"; then
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13020$as_echo "$READELF_FOR_TARGET" >&6; }
13021else
13022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13023$as_echo "no" >&6; }
13024fi
13025
13026
13027 fi
13028 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13029 done
13030fi
13031
13032if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13033 set dummy readelf
13034 if test $build = $target ; then
13035 READELF_FOR_TARGET="$2"
13036 else
13037 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13038 fi
13039else
13040 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13041fi
13042
13043else
13044 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13045fi
13046
13047
13048
13049
2429c060
PB
13050if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13051 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13053$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13054 if test -x $with_build_time_tools/strip; then
13055 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13056 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
13057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13058$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 13059 else
81ecdfbb
RW
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13061$as_echo "no" >&6; }
3a35eeb3 13062 fi
2429c060
PB
13063 elif test $build != $host && test $have_gcc_for_target = yes; then
13064 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
13065 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13066 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
13067 fi
13068fi
c6b750e1 13069if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13070 # Extract the first word of "strip", so it can be a program name with args.
13071set dummy strip; ac_word=$2
81ecdfbb
RW
13072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13073$as_echo_n "checking for $ac_word... " >&6; }
13074if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13075 $as_echo_n "(cached) " >&6
2429c060 13076else
c6b750e1
DJ
13077 case $STRIP_FOR_TARGET in
13078 [\\/]* | ?:[\\/]*)
2429c060
PB
13079 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13080 ;;
2429c060 13081 *)
c6b750e1
DJ
13082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13083for as_dir in $gcc_cv_tool_dirs
13084do
13085 IFS=$as_save_IFS
13086 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13087 for ac_exec_ext in '' $ac_executable_extensions; do
13088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13089 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13091 break 2
13092 fi
13093done
81ecdfbb
RW
13094 done
13095IFS=$as_save_IFS
c6b750e1 13096
2429c060
PB
13097 ;;
13098esac
13099fi
c6b750e1 13100STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 13101if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13103$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 13104else
81ecdfbb
RW
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13106$as_echo "no" >&6; }
2429c060
PB
13107fi
13108
81ecdfbb 13109
2429c060
PB
13110fi
13111if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
13112
13113
13114if test -n "$STRIP_FOR_TARGET"; then
13115 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13116elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13117 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13118fi
13119
13120if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13121 for ncn_progname in strip; do
13122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13123set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13125$as_echo_n "checking for $ac_word... " >&6; }
13126if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13127 $as_echo_n "(cached) " >&6
9a819804
AO
13128else
13129 if test -n "$STRIP_FOR_TARGET"; then
13130 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13131else
13132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13133for as_dir in $PATH
13134do
13135 IFS=$as_save_IFS
13136 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13137 for ac_exec_ext in '' $ac_executable_extensions; do
13138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13139 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13141 break 2
13142 fi
13143done
81ecdfbb
RW
13144 done
13145IFS=$as_save_IFS
9a819804
AO
13146
13147fi
13148fi
13149STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13150if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13152$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 13153else
81ecdfbb
RW
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13155$as_echo "no" >&6; }
9a819804
AO
13156fi
13157
81ecdfbb 13158
9a819804
AO
13159 done
13160fi
13161
13162if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13163 for ncn_progname in strip; do
81ecdfbb
RW
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13165$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13166 if test -x $with_build_time_tools/${ncn_progname}; then
13167 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13169$as_echo "yes" >&6; }
2429c060
PB
13170 break
13171 else
81ecdfbb
RW
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13173$as_echo "no" >&6; }
2429c060
PB
13174 fi
13175 done
13176fi
13177
13178if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13179 for ncn_progname in strip; do
13180 if test -n "$ncn_target_tool_prefix"; then
13181 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 13182set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13184$as_echo_n "checking for $ac_word... " >&6; }
13185if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13186 $as_echo_n "(cached) " >&6
7e0f7140
GK
13187else
13188 if test -n "$STRIP_FOR_TARGET"; then
13189 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
13190else
13191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13192for as_dir in $PATH
13193do
13194 IFS=$as_save_IFS
13195 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13196 for ac_exec_ext in '' $ac_executable_extensions; do
13197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13198 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13200 break 2
13201 fi
13202done
81ecdfbb
RW
13203 done
13204IFS=$as_save_IFS
c6b750e1 13205
7e0f7140
GK
13206fi
13207fi
c6b750e1 13208STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13209if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13211$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13212else
81ecdfbb
RW
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13214$as_echo "no" >&6; }
7e0f7140
GK
13215fi
13216
81ecdfbb 13217
2429c060
PB
13218 fi
13219 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13220 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 13221set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13223$as_echo_n "checking for $ac_word... " >&6; }
13224if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13225 $as_echo_n "(cached) " >&6
7e0f7140
GK
13226else
13227 if test -n "$STRIP_FOR_TARGET"; then
13228 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13229else
c6b750e1
DJ
13230as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13231for as_dir in $PATH
13232do
13233 IFS=$as_save_IFS
13234 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13235 for ac_exec_ext in '' $ac_executable_extensions; do
13236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13237 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13239 break 2
13240 fi
13241done
81ecdfbb
RW
13242 done
13243IFS=$as_save_IFS
c6b750e1 13244
7e0f7140
GK
13245fi
13246fi
c6b750e1 13247STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13248if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13250$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13251else
81ecdfbb
RW
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13253$as_echo "no" >&6; }
7e0f7140 13254fi
c6b750e1 13255
81ecdfbb 13256
2429c060
PB
13257 fi
13258 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13259 done
13260fi
c6b750e1 13261
7e0f7140
GK
13262if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13263 set dummy strip
13264 if test $build = $target ; then
13265 STRIP_FOR_TARGET="$2"
13266 else
13267 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13268 fi
d3f5afc4
MS
13269else
13270 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
13271fi
13272
3a35eeb3
PB
13273else
13274 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
13275fi
13276
13277
13278
13279
13280if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13281 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13283$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13284 if test -x $with_build_time_tools/windres; then
13285 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13286 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13288$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 13289 else
81ecdfbb
RW
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13291$as_echo "no" >&6; }
3a35eeb3 13292 fi
2429c060
PB
13293 elif test $build != $host && test $have_gcc_for_target = yes; then
13294 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
13295 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13296 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
13297 fi
13298fi
c6b750e1 13299if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13300 # Extract the first word of "windres", so it can be a program name with args.
13301set dummy windres; ac_word=$2
81ecdfbb
RW
13302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13303$as_echo_n "checking for $ac_word... " >&6; }
13304if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13305 $as_echo_n "(cached) " >&6
2429c060 13306else
c6b750e1
DJ
13307 case $WINDRES_FOR_TARGET in
13308 [\\/]* | ?:[\\/]*)
2429c060
PB
13309 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13310 ;;
2429c060 13311 *)
c6b750e1
DJ
13312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13313for as_dir in $gcc_cv_tool_dirs
13314do
13315 IFS=$as_save_IFS
13316 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13317 for ac_exec_ext in '' $ac_executable_extensions; do
13318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13319 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13321 break 2
13322 fi
13323done
81ecdfbb
RW
13324 done
13325IFS=$as_save_IFS
c6b750e1 13326
2429c060
PB
13327 ;;
13328esac
13329fi
c6b750e1 13330WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 13331if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13333$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 13334else
81ecdfbb
RW
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13336$as_echo "no" >&6; }
2429c060
PB
13337fi
13338
81ecdfbb 13339
2429c060
PB
13340fi
13341if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
13342
13343
13344if test -n "$WINDRES_FOR_TARGET"; then
13345 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13346elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13347 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13348fi
13349
13350if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13351 for ncn_progname in windres; do
13352 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13353set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13355$as_echo_n "checking for $ac_word... " >&6; }
13356if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13357 $as_echo_n "(cached) " >&6
9a819804
AO
13358else
13359 if test -n "$WINDRES_FOR_TARGET"; then
13360 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13361else
13362as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13363for as_dir in $PATH
13364do
13365 IFS=$as_save_IFS
13366 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13367 for ac_exec_ext in '' $ac_executable_extensions; do
13368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13369 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13371 break 2
13372 fi
13373done
81ecdfbb
RW
13374 done
13375IFS=$as_save_IFS
9a819804
AO
13376
13377fi
13378fi
13379WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13380if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13382$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 13383else
81ecdfbb
RW
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13385$as_echo "no" >&6; }
9a819804
AO
13386fi
13387
81ecdfbb 13388
9a819804
AO
13389 done
13390fi
13391
13392if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13393 for ncn_progname in windres; do
81ecdfbb
RW
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13395$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13396 if test -x $with_build_time_tools/${ncn_progname}; then
13397 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13399$as_echo "yes" >&6; }
2429c060
PB
13400 break
13401 else
81ecdfbb
RW
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13403$as_echo "no" >&6; }
2429c060
PB
13404 fi
13405 done
13406fi
13407
13408if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13409 for ncn_progname in windres; do
13410 if test -n "$ncn_target_tool_prefix"; then
13411 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 13412set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13414$as_echo_n "checking for $ac_word... " >&6; }
13415if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13416 $as_echo_n "(cached) " >&6
859789af 13417else
55db4b87
PB
13418 if test -n "$WINDRES_FOR_TARGET"; then
13419 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13420else
c6b750e1
DJ
13421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13422for as_dir in $PATH
13423do
13424 IFS=$as_save_IFS
13425 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13426 for ac_exec_ext in '' $ac_executable_extensions; do
13427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13428 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13430 break 2
13431 fi
13432done
81ecdfbb
RW
13433 done
13434IFS=$as_save_IFS
c6b750e1 13435
859789af
AC
13436fi
13437fi
c6b750e1 13438WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 13439if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13441$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13442else
81ecdfbb
RW
13443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13444$as_echo "no" >&6; }
859789af
AC
13445fi
13446
81ecdfbb 13447
2429c060
PB
13448 fi
13449 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13450 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 13451set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13453$as_echo_n "checking for $ac_word... " >&6; }
13454if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13455 $as_echo_n "(cached) " >&6
859789af 13456else
05cbd757
PB
13457 if test -n "$WINDRES_FOR_TARGET"; then
13458 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13459else
c6b750e1
DJ
13460as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13461for as_dir in $PATH
13462do
13463 IFS=$as_save_IFS
13464 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13465 for ac_exec_ext in '' $ac_executable_extensions; do
13466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13467 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13469 break 2
13470 fi
13471done
81ecdfbb
RW
13472 done
13473IFS=$as_save_IFS
c6b750e1 13474
859789af
AC
13475fi
13476fi
c6b750e1 13477WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 13478if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13480$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13481else
81ecdfbb
RW
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13483$as_echo "no" >&6; }
859789af 13484fi
c6b750e1 13485
81ecdfbb 13486
2429c060
PB
13487 fi
13488 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13489 done
13490fi
c6b750e1 13491
05cbd757
PB
13492if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13493 set dummy windres
13494 if test $build = $target ; then
13495 WINDRES_FOR_TARGET="$2"
859789af 13496 else
05cbd757 13497 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13498 fi
d3f5afc4
MS
13499else
13500 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
13501fi
13502
3a35eeb3
PB
13503else
13504 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
13505fi
13506
852e5f18 13507
0c24b341
NC
13508
13509
13510if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13511 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13513$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
13514 if test -x $with_build_time_tools/windmc; then
13515 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13516 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13518$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 13519 else
81ecdfbb
RW
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13521$as_echo "no" >&6; }
0c24b341
NC
13522 fi
13523 elif test $build != $host && test $have_gcc_for_target = yes; then
13524 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13525 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13526 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13527 fi
13528fi
13529if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13530 # Extract the first word of "windmc", so it can be a program name with args.
13531set dummy windmc; ac_word=$2
81ecdfbb
RW
13532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13533$as_echo_n "checking for $ac_word... " >&6; }
13534if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13535 $as_echo_n "(cached) " >&6
0c24b341
NC
13536else
13537 case $WINDMC_FOR_TARGET in
13538 [\\/]* | ?:[\\/]*)
13539 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13540 ;;
13541 *)
13542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13543for as_dir in $gcc_cv_tool_dirs
13544do
13545 IFS=$as_save_IFS
13546 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13547 for ac_exec_ext in '' $ac_executable_extensions; do
13548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13549 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13551 break 2
13552 fi
13553done
81ecdfbb
RW
13554 done
13555IFS=$as_save_IFS
0c24b341
NC
13556
13557 ;;
13558esac
13559fi
13560WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13561if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13563$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13564else
81ecdfbb
RW
13565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13566$as_echo "no" >&6; }
0c24b341
NC
13567fi
13568
81ecdfbb 13569
0c24b341
NC
13570fi
13571if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13572
13573
13574if test -n "$WINDMC_FOR_TARGET"; then
13575 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13576elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13577 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13578fi
13579
13580if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13581 for ncn_progname in windmc; do
13582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13583set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13585$as_echo_n "checking for $ac_word... " >&6; }
13586if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13587 $as_echo_n "(cached) " >&6
0c24b341
NC
13588else
13589 if test -n "$WINDMC_FOR_TARGET"; then
13590 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13591else
13592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13593for as_dir in $PATH
13594do
13595 IFS=$as_save_IFS
13596 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13597 for ac_exec_ext in '' $ac_executable_extensions; do
13598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13599 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13601 break 2
13602 fi
13603done
81ecdfbb
RW
13604 done
13605IFS=$as_save_IFS
0c24b341
NC
13606
13607fi
13608fi
13609WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13610if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13612$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13613else
81ecdfbb
RW
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13615$as_echo "no" >&6; }
0c24b341
NC
13616fi
13617
81ecdfbb 13618
0c24b341
NC
13619 done
13620fi
13621
13622if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13623 for ncn_progname in windmc; do
81ecdfbb
RW
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13625$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13626 if test -x $with_build_time_tools/${ncn_progname}; then
13627 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13629$as_echo "yes" >&6; }
0c24b341
NC
13630 break
13631 else
81ecdfbb
RW
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13633$as_echo "no" >&6; }
0c24b341
NC
13634 fi
13635 done
13636fi
13637
13638if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13639 for ncn_progname in windmc; do
13640 if test -n "$ncn_target_tool_prefix"; then
13641 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13642set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13644$as_echo_n "checking for $ac_word... " >&6; }
13645if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13646 $as_echo_n "(cached) " >&6
0c24b341
NC
13647else
13648 if test -n "$WINDMC_FOR_TARGET"; then
13649 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13650else
13651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13652for as_dir in $PATH
13653do
13654 IFS=$as_save_IFS
13655 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13656 for ac_exec_ext in '' $ac_executable_extensions; do
13657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13658 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13660 break 2
13661 fi
13662done
81ecdfbb
RW
13663 done
13664IFS=$as_save_IFS
0c24b341
NC
13665
13666fi
13667fi
13668WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13669if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13671$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13672else
81ecdfbb
RW
13673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13674$as_echo "no" >&6; }
0c24b341
NC
13675fi
13676
81ecdfbb 13677
0c24b341
NC
13678 fi
13679 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13680 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13681set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13683$as_echo_n "checking for $ac_word... " >&6; }
13684if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13685 $as_echo_n "(cached) " >&6
0c24b341
NC
13686else
13687 if test -n "$WINDMC_FOR_TARGET"; then
13688 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13689else
13690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13691for as_dir in $PATH
13692do
13693 IFS=$as_save_IFS
13694 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13695 for ac_exec_ext in '' $ac_executable_extensions; do
13696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13697 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13699 break 2
13700 fi
13701done
81ecdfbb
RW
13702 done
13703IFS=$as_save_IFS
0c24b341
NC
13704
13705fi
13706fi
13707WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13708if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13710$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13711else
81ecdfbb
RW
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13713$as_echo "no" >&6; }
0c24b341
NC
13714fi
13715
81ecdfbb 13716
0c24b341
NC
13717 fi
13718 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13719 done
13720fi
13721
13722if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13723 set dummy windmc
13724 if test $build = $target ; then
13725 WINDMC_FOR_TARGET="$2"
13726 else
13727 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13728 fi
13729else
13730 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13731fi
13732
13733else
13734 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13735fi
13736
13737
be01d343
PB
13738RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13739
81ecdfbb
RW
13740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13741$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13742if test "x${build}" != "x${host}" ; then
2429c060
PB
13743 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13744 # We already found the complete path
b8025f34 13745 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13747$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13748 else
13749 # Canadian cross, just use what we found
81ecdfbb
RW
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13751$as_echo "pre-installed" >&6; }
2429c060 13752 fi
be01d343
PB
13753else
13754 ok=yes
13755 case " ${configdirs} " in
13756 *" binutils "*) ;;
13757 *) ok=no ;;
13758 esac
c6b750e1 13759
be01d343
PB
13760 if test $ok = yes; then
13761 # An in-tree tool is available and we can use it
13762 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13764$as_echo "just compiled" >&6; }
2429c060
PB
13765 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13766 # We already found the complete path
b8025f34 13767 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13769$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13770 elif test "x$target" = "x$host"; then
13771 # We can use an host tool
13772 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13774$as_echo "host tool" >&6; }
be01d343
PB
13775 else
13776 # We need a cross tool
81ecdfbb
RW
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13778$as_echo "pre-installed" >&6; }
be01d343
PB
13779 fi
13780fi
4b900473 13781
81ecdfbb
RW
13782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13783$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13784if test "x${build}" != "x${host}" ; then
2429c060
PB
13785 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13786 # We already found the complete path
b8025f34 13787 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13789$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13790 else
13791 # Canadian cross, just use what we found
81ecdfbb
RW
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13793$as_echo "pre-installed" >&6; }
2429c060 13794 fi
be01d343
PB
13795else
13796 ok=yes
13797 case " ${configdirs} " in
13798 *" gas "*) ;;
13799 *) ok=no ;;
13800 esac
c6b750e1 13801
be01d343
PB
13802 if test $ok = yes; then
13803 # An in-tree tool is available and we can use it
13804 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13806$as_echo "just compiled" >&6; }
2429c060
PB
13807 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13808 # We already found the complete path
b8025f34 13809 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13811$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13812 elif test "x$target" = "x$host"; then
13813 # We can use an host tool
13814 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13816$as_echo "host tool" >&6; }
be01d343
PB
13817 else
13818 # We need a cross tool
81ecdfbb
RW
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13820$as_echo "pre-installed" >&6; }
be01d343
PB
13821 fi
13822fi
4b900473 13823
81ecdfbb
RW
13824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13825$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13826if test "x${build}" != "x${host}" ; then
2429c060
PB
13827 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13828 # We already found the complete path
b8025f34 13829 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13831$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13832 else
13833 # Canadian cross, just use what we found
81ecdfbb
RW
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13835$as_echo "pre-installed" >&6; }
2429c060 13836 fi
be01d343
PB
13837else
13838 ok=yes
13839 case " ${configdirs} " in
13840 *" gcc "*) ;;
13841 *) ok=no ;;
13842 esac
c6b750e1 13843
be01d343
PB
13844 if test $ok = yes; then
13845 # An in-tree tool is available and we can use it
13846 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13848$as_echo "just compiled" >&6; }
2429c060
PB
13849 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13850 # We already found the complete path
b8025f34 13851 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13853$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13854 elif test "x$target" = "x$host"; then
13855 # We can use an host tool
13856 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13858$as_echo "host tool" >&6; }
be01d343
PB
13859 else
13860 # We need a cross tool
81ecdfbb
RW
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13862$as_echo "pre-installed" >&6; }
be01d343
PB
13863 fi
13864fi
4b900473 13865
81ecdfbb
RW
13866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13867$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13868if test "x${build}" != "x${host}" ; then
2429c060
PB
13869 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13870 # We already found the complete path
b8025f34 13871 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13873$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13874 else
13875 # Canadian cross, just use what we found
81ecdfbb
RW
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13877$as_echo "pre-installed" >&6; }
2429c060 13878 fi
be01d343
PB
13879else
13880 ok=yes
13881 case " ${configdirs} " in
13882 *" gcc "*) ;;
13883 *) ok=no ;;
13884 esac
13885 case ,${enable_languages}, in
13886 *,c++,*) ;;
13887 *) ok=no ;;
13888 esac
13889 if test $ok = yes; then
13890 # An in-tree tool is available and we can use it
95e43135 13891 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'
81ecdfbb
RW
13892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13893$as_echo "just compiled" >&6; }
2429c060
PB
13894 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13895 # We already found the complete path
b8025f34 13896 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13898$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13899 elif test "x$target" = "x$host"; then
13900 # We can use an host tool
13901 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13903$as_echo "host tool" >&6; }
be01d343
PB
13904 else
13905 # We need a cross tool
81ecdfbb
RW
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13907$as_echo "pre-installed" >&6; }
be01d343
PB
13908 fi
13909fi
4b900473 13910
81ecdfbb
RW
13911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13912$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 13913if test "x${build}" != "x${host}" ; then
2429c060
PB
13914 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13915 # We already found the complete path
b8025f34 13916 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13918$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13919 else
13920 # Canadian cross, just use what we found
81ecdfbb
RW
13921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13922$as_echo "pre-installed" >&6; }
2429c060 13923 fi
be01d343
PB
13924else
13925 ok=yes
13926 case " ${configdirs} " in
13927 *" gcc "*) ;;
13928 *) ok=no ;;
13929 esac
13930 case ,${enable_languages}, in
13931 *,c++,*) ;;
13932 *) ok=no ;;
13933 esac
13934 if test $ok = yes; then
13935 # An in-tree tool is available and we can use it
95e43135 13936 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'
81ecdfbb
RW
13937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13938$as_echo "just compiled" >&6; }
2429c060
PB
13939 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13940 # We already found the complete path
b8025f34 13941 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13943$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13944 elif test "x$target" = "x$host"; then
13945 # We can use an host tool
13946 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13948$as_echo "host tool" >&6; }
be01d343
PB
13949 else
13950 # We need a cross tool
81ecdfbb
RW
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13952$as_echo "pre-installed" >&6; }
be01d343
PB
13953 fi
13954fi
4b900473 13955
81ecdfbb
RW
13956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13957$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 13958if test "x${build}" != "x${host}" ; then
2429c060
PB
13959 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13960 # We already found the complete path
b8025f34 13961 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13963$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13964 else
13965 # Canadian cross, just use what we found
81ecdfbb
RW
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13967$as_echo "pre-installed" >&6; }
2429c060 13968 fi
be01d343
PB
13969else
13970 ok=yes
13971 case " ${configdirs} " in
13972 *" binutils "*) ;;
13973 *) ok=no ;;
13974 esac
c6b750e1 13975
be01d343
PB
13976 if test $ok = yes; then
13977 # An in-tree tool is available and we can use it
13978 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13980$as_echo "just compiled" >&6; }
2429c060
PB
13981 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13982 # We already found the complete path
b8025f34 13983 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13985$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13986 elif test "x$target" = "x$host"; then
13987 # We can use an host tool
13988 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13990$as_echo "host tool" >&6; }
be01d343
PB
13991 else
13992 # We need a cross tool
81ecdfbb
RW
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13994$as_echo "pre-installed" >&6; }
be01d343
PB
13995 fi
13996fi
4b900473 13997
81ecdfbb
RW
13998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13999$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 14000if test "x${build}" != "x${host}" ; then
2429c060
PB
14001 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14002 # We already found the complete path
b8025f34 14003 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14005$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14006 else
14007 # Canadian cross, just use what we found
81ecdfbb
RW
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14009$as_echo "pre-installed" >&6; }
2429c060 14010 fi
be01d343
PB
14011else
14012 ok=yes
14013 case " ${configdirs} " in
14014 *" gcc "*) ;;
14015 *) ok=no ;;
14016 esac
c6b750e1 14017
be01d343
PB
14018 if test $ok = yes; then
14019 # An in-tree tool is available and we can use it
14020 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14022$as_echo "just compiled" >&6; }
2429c060
PB
14023 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14024 # We already found the complete path
b8025f34 14025 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14027$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14028 elif test "x$target" = "x$host"; then
14029 # We can use an host tool
14030 GCC_FOR_TARGET='$()'
81ecdfbb
RW
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14032$as_echo "host tool" >&6; }
be01d343
PB
14033 else
14034 # We need a cross tool
81ecdfbb
RW
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14036$as_echo "pre-installed" >&6; }
be01d343
PB
14037 fi
14038fi
4b900473 14039
81ecdfbb
RW
14040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14041$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 14042if test "x${build}" != "x${host}" ; then
2429c060
PB
14043 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14044 # We already found the complete path
b8025f34 14045 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14047$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14048 else
14049 # Canadian cross, just use what we found
81ecdfbb
RW
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14051$as_echo "pre-installed" >&6; }
2429c060 14052 fi
be01d343
PB
14053else
14054 ok=yes
14055 case " ${configdirs} " in
14056 *" gcc "*) ;;
14057 *) ok=no ;;
14058 esac
14059 case ,${enable_languages}, in
14060 *,java,*) ;;
14061 *) ok=no ;;
14062 esac
14063 if test $ok = yes; then
14064 # An in-tree tool is available and we can use it
14065 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14067$as_echo "just compiled" >&6; }
2429c060
PB
14068 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14069 # We already found the complete path
b8025f34 14070 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14072$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14073 elif test "x$target" = "x$host"; then
14074 # We can use an host tool
14075 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14077$as_echo "host tool" >&6; }
be01d343
PB
14078 else
14079 # We need a cross tool
81ecdfbb
RW
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14081$as_echo "pre-installed" >&6; }
be01d343
PB
14082 fi
14083fi
4b900473 14084
81ecdfbb
RW
14085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14086$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 14087if test "x${build}" != "x${host}" ; then
2429c060
PB
14088 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14089 # We already found the complete path
b8025f34 14090 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14092$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14093 else
14094 # Canadian cross, just use what we found
81ecdfbb
RW
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14096$as_echo "pre-installed" >&6; }
2429c060 14097 fi
be01d343
PB
14098else
14099 ok=yes
14100 case " ${configdirs} " in
14101 *" gcc "*) ;;
14102 *) ok=no ;;
14103 esac
14104 case ,${enable_languages}, in
14105 *,fortran,*) ;;
14106 *) ok=no ;;
14107 esac
14108 if test $ok = yes; then
14109 # An in-tree tool is available and we can use it
14110 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14112$as_echo "just compiled" >&6; }
2429c060
PB
14113 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14114 # We already found the complete path
b8025f34 14115 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
14116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14117$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14118 elif test "x$target" = "x$host"; then
14119 # We can use an host tool
14120 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14122$as_echo "host tool" >&6; }
be01d343
PB
14123 else
14124 # We need a cross tool
81ecdfbb
RW
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14126$as_echo "pre-installed" >&6; }
be01d343
PB
14127 fi
14128fi
4b900473 14129
e552509b
ILT
14130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14131$as_echo_n "checking where to find the target gccgo... " >&6; }
14132if test "x${build}" != "x${host}" ; then
14133 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14134 # We already found the complete path
14135 ac_dir=`dirname $GOC_FOR_TARGET`
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14137$as_echo "pre-installed in $ac_dir" >&6; }
14138 else
14139 # Canadian cross, just use what we found
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14141$as_echo "pre-installed" >&6; }
14142 fi
14143else
14144 ok=yes
14145 case " ${configdirs} " in
14146 *" gcc "*) ;;
14147 *) ok=no ;;
14148 esac
14149 case ,${enable_languages}, in
14150 *,go,*) ;;
14151 *) ok=no ;;
14152 esac
14153 if test $ok = yes; then
14154 # An in-tree tool is available and we can use it
14155 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14157$as_echo "just compiled" >&6; }
14158 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14159 # We already found the complete path
14160 ac_dir=`dirname $GOC_FOR_TARGET`
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14162$as_echo "pre-installed in $ac_dir" >&6; }
14163 elif test "x$target" = "x$host"; then
14164 # We can use an host tool
14165 GOC_FOR_TARGET='$(GOC)'
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14167$as_echo "host tool" >&6; }
14168 else
14169 # We need a cross tool
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14171$as_echo "pre-installed" >&6; }
14172 fi
14173fi
14174
81ecdfbb
RW
14175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14176$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 14177if test "x${build}" != "x${host}" ; then
2429c060
PB
14178 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14179 # We already found the complete path
b8025f34 14180 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14182$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14183 else
14184 # Canadian cross, just use what we found
81ecdfbb
RW
14185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14186$as_echo "pre-installed" >&6; }
2429c060 14187 fi
be01d343
PB
14188else
14189 ok=yes
14190 case " ${configdirs} " in
14191 *" ld "*) ;;
14192 *) ok=no ;;
14193 esac
c6b750e1 14194
be01d343
PB
14195 if test $ok = yes; then
14196 # An in-tree tool is available and we can use it
14197 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
14198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14199$as_echo "just compiled" >&6; }
2429c060
PB
14200 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14201 # We already found the complete path
b8025f34 14202 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14204$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14205 elif test "x$target" = "x$host"; then
14206 # We can use an host tool
14207 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14209$as_echo "host tool" >&6; }
be01d343
PB
14210 else
14211 # We need a cross tool
81ecdfbb
RW
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14213$as_echo "pre-installed" >&6; }
be01d343
PB
14214 fi
14215fi
4b900473 14216
81ecdfbb
RW
14217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14218$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 14219if test "x${build}" != "x${host}" ; then
2429c060
PB
14220 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14221 # We already found the complete path
b8025f34 14222 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14224$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14225 else
14226 # Canadian cross, just use what we found
81ecdfbb
RW
14227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14228$as_echo "pre-installed" >&6; }
2429c060 14229 fi
be01d343 14230else
2429c060
PB
14231 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14232 # We already found the complete path
b8025f34 14233 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14235$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 14236 elif test "x$target" = "x$host"; then
be01d343
PB
14237 # We can use an host tool
14238 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
14239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14240$as_echo "host tool" >&6; }
be01d343
PB
14241 else
14242 # We need a cross tool
81ecdfbb
RW
14243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14244$as_echo "pre-installed" >&6; }
be01d343
PB
14245 fi
14246fi
4b900473 14247
81ecdfbb
RW
14248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14249$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 14250if test "x${build}" != "x${host}" ; then
2429c060
PB
14251 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14252 # We already found the complete path
b8025f34 14253 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14255$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14256 else
14257 # Canadian cross, just use what we found
81ecdfbb
RW
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14259$as_echo "pre-installed" >&6; }
2429c060 14260 fi
be01d343
PB
14261else
14262 ok=yes
14263 case " ${configdirs} " in
14264 *" binutils "*) ;;
14265 *) ok=no ;;
14266 esac
c6b750e1 14267
be01d343
PB
14268 if test $ok = yes; then
14269 # An in-tree tool is available and we can use it
14270 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
14271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14272$as_echo "just compiled" >&6; }
2429c060
PB
14273 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14274 # We already found the complete path
b8025f34 14275 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14277$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14278 elif test "x$target" = "x$host"; then
14279 # We can use an host tool
14280 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14282$as_echo "host tool" >&6; }
be01d343
PB
14283 else
14284 # We need a cross tool
81ecdfbb
RW
14285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14286$as_echo "pre-installed" >&6; }
be01d343
PB
14287 fi
14288fi
4b900473 14289
81ecdfbb
RW
14290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14291$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 14292if test "x${build}" != "x${host}" ; then
2429c060
PB
14293 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14294 # We already found the complete path
b8025f34 14295 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14297$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14298 else
14299 # Canadian cross, just use what we found
81ecdfbb
RW
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14301$as_echo "pre-installed" >&6; }
2429c060 14302 fi
be01d343
PB
14303else
14304 ok=yes
14305 case " ${configdirs} " in
14306 *" binutils "*) ;;
14307 *) ok=no ;;
14308 esac
c6b750e1 14309
be01d343
PB
14310 if test $ok = yes; then
14311 # An in-tree tool is available and we can use it
14312 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14314$as_echo "just compiled" >&6; }
2429c060
PB
14315 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14316 # We already found the complete path
b8025f34 14317 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14319$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14320 elif test "x$target" = "x$host"; then
14321 # We can use an host tool
14322 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14324$as_echo "host tool" >&6; }
be01d343
PB
14325 else
14326 # We need a cross tool
81ecdfbb
RW
14327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14328$as_echo "pre-installed" >&6; }
be01d343
PB
14329 fi
14330fi
4b900473 14331
81ecdfbb
RW
14332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14333$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 14334if test "x${build}" != "x${host}" ; then
2429c060
PB
14335 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14336 # We already found the complete path
b8025f34 14337 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14339$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14340 else
14341 # Canadian cross, just use what we found
81ecdfbb
RW
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14343$as_echo "pre-installed" >&6; }
2429c060 14344 fi
be01d343
PB
14345else
14346 ok=yes
14347 case " ${configdirs} " in
14348 *" binutils "*) ;;
14349 *) ok=no ;;
14350 esac
c6b750e1 14351
be01d343
PB
14352 if test $ok = yes; then
14353 # An in-tree tool is available and we can use it
14354 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14356$as_echo "just compiled" >&6; }
2429c060
PB
14357 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14358 # We already found the complete path
b8025f34 14359 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14361$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14362 elif test "x$target" = "x$host"; then
14363 # We can use an host tool
14364 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
14365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14366$as_echo "host tool" >&6; }
be01d343
PB
14367 else
14368 # We need a cross tool
81ecdfbb
RW
14369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14370$as_echo "pre-installed" >&6; }
be01d343
PB
14371 fi
14372fi
4b900473 14373
b121d7d4
DD
14374{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14375$as_echo_n "checking where to find the target readelf... " >&6; }
14376if test "x${build}" != "x${host}" ; then
14377 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14378 # We already found the complete path
14379 ac_dir=`dirname $READELF_FOR_TARGET`
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14381$as_echo "pre-installed in $ac_dir" >&6; }
14382 else
14383 # Canadian cross, just use what we found
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14385$as_echo "pre-installed" >&6; }
14386 fi
14387else
14388 ok=yes
14389 case " ${configdirs} " in
14390 *" binutils "*) ;;
14391 *) ok=no ;;
14392 esac
14393
14394 if test $ok = yes; then
14395 # An in-tree tool is available and we can use it
14396 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14398$as_echo "just compiled" >&6; }
14399 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14400 # We already found the complete path
14401 ac_dir=`dirname $READELF_FOR_TARGET`
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14403$as_echo "pre-installed in $ac_dir" >&6; }
14404 elif test "x$target" = "x$host"; then
14405 # We can use an host tool
14406 READELF_FOR_TARGET='$(READELF)'
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14408$as_echo "host tool" >&6; }
14409 else
14410 # We need a cross tool
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14412$as_echo "pre-installed" >&6; }
14413 fi
14414fi
14415
81ecdfbb
RW
14416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14417$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 14418if test "x${build}" != "x${host}" ; then
2429c060
PB
14419 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14420 # We already found the complete path
b8025f34 14421 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14423$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14424 else
14425 # Canadian cross, just use what we found
81ecdfbb
RW
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14427$as_echo "pre-installed" >&6; }
2429c060 14428 fi
be01d343
PB
14429else
14430 ok=yes
14431 case " ${configdirs} " in
14432 *" binutils "*) ;;
14433 *) ok=no ;;
14434 esac
c6b750e1 14435
be01d343
PB
14436 if test $ok = yes; then
14437 # An in-tree tool is available and we can use it
9b980aa1 14438 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
14439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14440$as_echo "just compiled" >&6; }
2429c060
PB
14441 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14442 # We already found the complete path
b8025f34 14443 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14445$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14446 elif test "x$target" = "x$host"; then
14447 # We can use an host tool
14448 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
14449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14450$as_echo "host tool" >&6; }
be01d343
PB
14451 else
14452 # We need a cross tool
81ecdfbb
RW
14453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14454$as_echo "pre-installed" >&6; }
be01d343
PB
14455 fi
14456fi
4b900473 14457
81ecdfbb
RW
14458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14459$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 14460if test "x${build}" != "x${host}" ; then
2429c060
PB
14461 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14462 # We already found the complete path
b8025f34 14463 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14465$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14466 else
14467 # Canadian cross, just use what we found
81ecdfbb
RW
14468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14469$as_echo "pre-installed" >&6; }
2429c060 14470 fi
be01d343
PB
14471else
14472 ok=yes
14473 case " ${configdirs} " in
14474 *" binutils "*) ;;
14475 *) ok=no ;;
14476 esac
c6b750e1 14477
be01d343
PB
14478 if test $ok = yes; then
14479 # An in-tree tool is available and we can use it
14480 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
14481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14482$as_echo "just compiled" >&6; }
2429c060
PB
14483 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14484 # We already found the complete path
b8025f34 14485 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14487$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14488 elif test "x$target" = "x$host"; then
14489 # We can use an host tool
14490 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
14491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14492$as_echo "host tool" >&6; }
be01d343
PB
14493 else
14494 # We need a cross tool
81ecdfbb
RW
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14496$as_echo "pre-installed" >&6; }
be01d343 14497 fi
a0da8069 14498fi
54752a6b 14499
81ecdfbb
RW
14500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14501$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
14502if test "x${build}" != "x${host}" ; then
14503 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14504 # We already found the complete path
14505 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14507$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14508 else
14509 # Canadian cross, just use what we found
81ecdfbb
RW
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14511$as_echo "pre-installed" >&6; }
0c24b341
NC
14512 fi
14513else
14514 ok=yes
14515 case " ${configdirs} " in
14516 *" binutils "*) ;;
14517 *) ok=no ;;
14518 esac
14519
14520 if test $ok = yes; then
14521 # An in-tree tool is available and we can use it
14522 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
14523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14524$as_echo "just compiled" >&6; }
0c24b341
NC
14525 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14526 # We already found the complete path
14527 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14529$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14530 elif test "x$target" = "x$host"; then
14531 # We can use an host tool
14532 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14534$as_echo "host tool" >&6; }
0c24b341
NC
14535 else
14536 # We need a cross tool
81ecdfbb
RW
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14538$as_echo "pre-installed" >&6; }
0c24b341
NC
14539 fi
14540fi
14541
54752a6b
NN
14542
14543
be01d343 14544
4b900473 14545
a0da8069
NN
14546# Certain tools may need extra flags.
14547AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14548RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14549NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14550
be01d343
PB
14551# When building target libraries, except in a Canadian cross, we use
14552# the same toolchain as the compiler we just built.
14553COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14554COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14555COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14556if test $host = $build; then
14557 case " $configdirs " in
14558 *" gcc "*)
14559 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14560 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14561 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14562 ;;
14563 esac
14564fi
14565
14566
14567
14568
14569
81ecdfbb
RW
14570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14571$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14572# Check whether --enable-maintainer-mode was given.
14573if test "${enable_maintainer_mode+set}" = set; then :
14574 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
14575else
14576 USE_MAINTAINER_MODE=no
81ecdfbb
RW
14577fi
14578
14579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14580$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
14581
14582
14583if test "$USE_MAINTAINER_MODE" = yes; then
14584 MAINTAINER_MODE_TRUE=
14585 MAINTAINER_MODE_FALSE='#'
14586else
14587 MAINTAINER_MODE_TRUE='#'
14588 MAINTAINER_MODE_FALSE=
c6b750e1 14589fi
3d5e36ae
AO
14590MAINT=$MAINTAINER_MODE_TRUE
14591
1d39f329
NN
14592# ---------------------
14593# GCC bootstrap support
14594# ---------------------
14595
14596# Stage specific cflags for build.
14597stage1_cflags="-g"
14598case $build in
14599 vax-*-*)
14600 case ${GCC} in
14601 yes) stage1_cflags="-g -Wa,-J" ;;
14602 *) stage1_cflags="-g -J" ;;
14603 esac ;;
1d39f329
NN
14604esac
14605
1d89b610 14606
1d39f329 14607
8a0d8a5c 14608# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14609# Check whether --enable-stage1-checking was given.
14610if test "${enable_stage1_checking+set}" = set; then :
14611 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14612else
5566c1fa 14613 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14614 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14615else
5566c1fa 14616 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14617fi
81ecdfbb 14618fi
8a0d8a5c
PB
14619
14620
c6b750e1 14621
81ecdfbb
RW
14622# Enable -Werror in bootstrap stage2 and later.
14623# Check whether --enable-werror was given.
14624if test "${enable_werror+set}" = set; then :
14625 enableval=$enable_werror;
1d39f329 14626else
a0323144 14627 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14628 enable_werror=yes
79fcd0ec
PB
14629else
14630 enable_werror=no
14631fi
81ecdfbb
RW
14632fi
14633
1a6f2dc7
NN
14634case ${enable_werror} in
14635 yes) stage2_werror_flag="--enable-werror-always" ;;
14636 *) stage2_werror_flag="" ;;
1d39f329
NN
14637esac
14638
14639
82033c9b
JBG
14640# Enable --enable-host-shared.
14641# Check whether --enable-host-shared was given.
14642if test "${enable_host_shared+set}" = set; then :
14643 enableval=$enable_host_shared; host_shared=$enableval
14644else
14645 host_shared=no
14646fi
14647
14648
14649
e8a5fa9c
RW
14650# Specify what files to not compare during bootstrap.
14651
14652compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14653case "$target" in
14654 hppa*64*-*-hpux*) ;;
14655 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
1488e230 14656 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
e8a5fa9c
RW
14657esac
14658
14659
81ecdfbb
RW
14660ac_config_files="$ac_config_files Makefile"
14661
c6b750e1 14662cat >confcache <<\_ACEOF
a0da8069
NN
14663# This file is a shell script that caches the results of configure
14664# tests run on this system so they can be shared between configure
c6b750e1
DJ
14665# scripts and configure runs, see configure's option --config-cache.
14666# It is not useful on other systems. If it contains results you don't
14667# want to keep, you may remove or edit it.
a0da8069 14668#
c6b750e1
DJ
14669# config.status only pays attention to the cache file if you give it
14670# the --recheck option to rerun configure.
a0da8069 14671#
c6b750e1
DJ
14672# `ac_cv_env_foo' variables (set or unset) will be overridden when
14673# loading this file, other *unset* `ac_cv_foo' will be assigned the
14674# following values.
14675
14676_ACEOF
14677
a0da8069
NN
14678# The following way of writing the cache mishandles newlines in values,
14679# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14680# So, we kill variables containing newlines.
a0da8069
NN
14681# Ultrix sh set writes to stderr and can't be redirected directly,
14682# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14683(
14684 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14685 eval ac_val=\$$ac_var
14686 case $ac_val in #(
14687 *${as_nl}*)
14688 case $ac_var in #(
14689 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14690$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14691 esac
14692 case $ac_var in #(
14693 _ | IFS | as_nl) ;; #(
14694 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14695 *) { eval $ac_var=; unset $ac_var;} ;;
14696 esac ;;
14697 esac
14698 done
14699
c6b750e1 14700 (set) 2>&1 |
81ecdfbb
RW
14701 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14702 *${as_nl}ac_space=\ *)
14703 # `set' does not quote correctly, so add quotes: double-quote
14704 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14705 sed -n \
14706 "s/'/'\\\\''/g;
14707 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14708 ;; #(
c6b750e1
DJ
14709 *)
14710 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14711 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14712 ;;
81ecdfbb
RW
14713 esac |
14714 sort
14715) |
c6b750e1 14716 sed '
81ecdfbb 14717 /^ac_cv_env_/b end
c6b750e1 14718 t clear
81ecdfbb 14719 :clear
c6b750e1
DJ
14720 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14721 t end
81ecdfbb
RW
14722 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14723 :end' >>confcache
14724if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14725 if test -w "$cache_file"; then
14726 test "x$cache_file" != "x/dev/null" &&
14727 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14728$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14729 cat confcache >$cache_file
a0da8069 14730 else
81ecdfbb
RW
14731 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14732$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14733 fi
852e5f18 14734fi
a0da8069 14735rm -f confcache
852e5f18 14736
a0da8069
NN
14737test "x$prefix" = xNONE && prefix=$ac_default_prefix
14738# Let make expand exec_prefix.
14739test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14740
a0da8069
NN
14741# Transform confdefs.h into DEFS.
14742# Protect against shell expansion while executing Makefile rules.
14743# Protect against Makefile macro expansion.
c6b750e1
DJ
14744#
14745# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14746# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14747# look for a macro that doesn't take arguments.
81ecdfbb
RW
14748ac_script='
14749:mline
14750/\\$/{
14751 N
14752 s,\\\n,,
14753 b mline
14754}
c6b750e1 14755t clear
81ecdfbb
RW
14756:clear
14757s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14758t quote
81ecdfbb 14759s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14760t quote
81ecdfbb
RW
14761b any
14762:quote
14763s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14764s/\[/\\&/g
14765s/\]/\\&/g
14766s/\$/$$/g
14767H
14768:any
14769${
14770 g
14771 s/^\n//
14772 s/\n/ /g
14773 p
14774}
14775'
14776DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
14777
14778
14779ac_libobjs=
14780ac_ltlibobjs=
14781for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14782 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14783 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14784 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14785 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14786 # will be set to the directory where LIBOBJS objects are built.
14787 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14788 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
14789done
14790LIBOBJS=$ac_libobjs
852e5f18 14791
c6b750e1 14792LTLIBOBJS=$ac_ltlibobjs
376a0e54 14793
cac3d6c4 14794
c6b750e1
DJ
14795
14796: ${CONFIG_STATUS=./config.status}
81ecdfbb 14797ac_write_fail=0
c6b750e1
DJ
14798ac_clean_files_save=$ac_clean_files
14799ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14800{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14801$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14802as_write_fail=0
14803cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
14804#! $SHELL
14805# Generated by $as_me.
a0da8069 14806# Run this file to recreate the current configuration.
a0da8069 14807# Compiler output produced by configure, useful for debugging
c6b750e1 14808# configure, is in config.log if it exists.
376a0e54 14809
c6b750e1
DJ
14810debug=false
14811ac_cs_recheck=false
14812ac_cs_silent=false
c6b750e1 14813
81ecdfbb
RW
14814SHELL=\${CONFIG_SHELL-$SHELL}
14815export SHELL
14816_ASEOF
14817cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14818## -------------------- ##
14819## M4sh Initialization. ##
14820## -------------------- ##
14821
14822# Be more Bourne compatible
14823DUALCASE=1; export DUALCASE # for MKS sh
14824if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
14825 emulate sh
14826 NULLCMD=:
81ecdfbb 14827 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14828 # is contrary to our usage. Disable this feature.
14829 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14830 setopt NO_GLOB_SUBST
14831else
14832 case `(set -o) 2>/dev/null` in #(
14833 *posix*) :
14834 set -o posix ;; #(
14835 *) :
14836 ;;
14837esac
c6b750e1 14838fi
c6b750e1 14839
81ecdfbb
RW
14840
14841as_nl='
14842'
14843export as_nl
14844# Printing a long string crashes Solaris 7 /usr/bin/printf.
14845as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14846as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14847as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14848# Prefer a ksh shell builtin over an external printf program on Solaris,
14849# but without wasting forks for bash or zsh.
14850if test -z "$BASH_VERSION$ZSH_VERSION" \
14851 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14852 as_echo='print -r --'
14853 as_echo_n='print -rn --'
14854elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14855 as_echo='printf %s\n'
14856 as_echo_n='printf %s'
14857else
14858 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14859 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14860 as_echo_n='/usr/ucb/echo -n'
14861 else
14862 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14863 as_echo_n_body='eval
14864 arg=$1;
14865 case $arg in #(
14866 *"$as_nl"*)
14867 expr "X$arg" : "X\\(.*\\)$as_nl";
14868 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14869 esac;
14870 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14871 '
14872 export as_echo_n_body
14873 as_echo_n='sh -c $as_echo_n_body as_echo'
14874 fi
14875 export as_echo_body
14876 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
14877fi
14878
81ecdfbb
RW
14879# The user is always right.
14880if test "${PATH_SEPARATOR+set}" != set; then
14881 PATH_SEPARATOR=:
14882 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14883 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14884 PATH_SEPARATOR=';'
14885 }
14886fi
14887
14888
14889# IFS
14890# We need space, tab and new line, in precisely that order. Quoting is
14891# there to prevent editors from complaining about space-tab.
14892# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14893# splitting by setting IFS to empty value.)
14894IFS=" "" $as_nl"
14895
14896# Find who we are. Look in the path if we contain no directory separator.
14897case $0 in #((
14898 *[\\/]* ) as_myself=$0 ;;
14899 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14900for as_dir in $PATH
14901do
14902 IFS=$as_save_IFS
14903 test -z "$as_dir" && as_dir=.
14904 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14905 done
14906IFS=$as_save_IFS
14907
14908 ;;
14909esac
14910# We did not find ourselves, most probably we were run as `sh COMMAND'
14911# in which case we are not to be found in the path.
14912if test "x$as_myself" = x; then
14913 as_myself=$0
14914fi
14915if test ! -f "$as_myself"; then
14916 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14917 exit 1
14918fi
c6b750e1 14919
81ecdfbb
RW
14920# Unset variables that we do not need and which cause bugs (e.g. in
14921# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14922# suppresses any "Segmentation fault" message there. '((' could
14923# trigger a bug in pdksh 5.2.14.
14924for as_var in BASH_ENV ENV MAIL MAILPATH
14925do eval test x\${$as_var+set} = xset \
14926 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14927done
c6b750e1
DJ
14928PS1='$ '
14929PS2='> '
14930PS4='+ '
14931
14932# NLS nuisances.
81ecdfbb
RW
14933LC_ALL=C
14934export LC_ALL
14935LANGUAGE=C
14936export LANGUAGE
14937
14938# CDPATH.
14939(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14940
14941
14942# as_fn_error ERROR [LINENO LOG_FD]
14943# ---------------------------------
14944# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14945# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14946# script with status $?, using 1 if that was 0.
14947as_fn_error ()
14948{
14949 as_status=$?; test $as_status -eq 0 && as_status=1
14950 if test "$3"; then
14951 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14952 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 14953 fi
81ecdfbb
RW
14954 $as_echo "$as_me: error: $1" >&2
14955 as_fn_exit $as_status
14956} # as_fn_error
14957
14958
14959# as_fn_set_status STATUS
14960# -----------------------
14961# Set $? to STATUS, without forking.
14962as_fn_set_status ()
14963{
14964 return $1
14965} # as_fn_set_status
14966
14967# as_fn_exit STATUS
14968# -----------------
14969# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14970as_fn_exit ()
14971{
14972 set +e
14973 as_fn_set_status $1
14974 exit $1
14975} # as_fn_exit
14976
14977# as_fn_unset VAR
14978# ---------------
14979# Portably unset VAR.
14980as_fn_unset ()
14981{
14982 { eval $1=; unset $1;}
14983}
14984as_unset=as_fn_unset
14985# as_fn_append VAR VALUE
14986# ----------------------
14987# Append the text in VALUE to the end of the definition contained in VAR. Take
14988# advantage of any shell optimizations that allow amortized linear growth over
14989# repeated appends, instead of the typical quadratic growth present in naive
14990# implementations.
14991if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14992 eval 'as_fn_append ()
14993 {
14994 eval $1+=\$2
14995 }'
14996else
14997 as_fn_append ()
14998 {
14999 eval $1=\$$1\$2
15000 }
15001fi # as_fn_append
15002
15003# as_fn_arith ARG...
15004# ------------------
15005# Perform arithmetic evaluation on the ARGs, and store the result in the
15006# global $as_val. Take advantage of shells that can avoid forks. The arguments
15007# must be portable across $(()) and expr.
15008if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15009 eval 'as_fn_arith ()
15010 {
15011 as_val=$(( $* ))
15012 }'
15013else
15014 as_fn_arith ()
15015 {
15016 as_val=`expr "$@" || test $? -eq 1`
15017 }
15018fi # as_fn_arith
15019
c6b750e1 15020
81ecdfbb
RW
15021if expr a : '\(a\)' >/dev/null 2>&1 &&
15022 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
15023 as_expr=expr
15024else
15025 as_expr=false
15026fi
15027
81ecdfbb 15028if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
15029 as_basename=basename
15030else
15031 as_basename=false
15032fi
15033
81ecdfbb
RW
15034if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15035 as_dirname=dirname
15036else
15037 as_dirname=false
15038fi
c6b750e1 15039
81ecdfbb 15040as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
15041$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15042 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15043 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15044$as_echo X/"$0" |
15045 sed '/^.*\/\([^/][^/]*\)\/*$/{
15046 s//\1/
15047 q
15048 }
15049 /^X\/\(\/\/\)$/{
15050 s//\1/
15051 q
15052 }
15053 /^X\/\(\/\).*/{
15054 s//\1/
15055 q
15056 }
15057 s/.*/./; q'`
c6b750e1 15058
c6b750e1
DJ
15059# Avoid depending upon Character Ranges.
15060as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15061as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15062as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15063as_cr_digits='0123456789'
15064as_cr_alnum=$as_cr_Letters$as_cr_digits
15065
81ecdfbb
RW
15066ECHO_C= ECHO_N= ECHO_T=
15067case `echo -n x` in #(((((
15068-n*)
15069 case `echo 'xy\c'` in
15070 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15071 xy) ECHO_C='\c';;
15072 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15073 ECHO_T=' ';;
15074 esac;;
15075*)
15076 ECHO_N='-n';;
c6b750e1
DJ
15077esac
15078
81ecdfbb
RW
15079rm -f conf$$ conf$$.exe conf$$.file
15080if test -d conf$$.dir; then
15081 rm -f conf$$.dir/conf$$.file
c6b750e1 15082else
81ecdfbb
RW
15083 rm -f conf$$.dir
15084 mkdir conf$$.dir 2>/dev/null
c6b750e1 15085fi
81ecdfbb
RW
15086if (echo >conf$$.file) 2>/dev/null; then
15087 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 15088 as_ln_s='ln -s'
81ecdfbb
RW
15089 # ... but there are two gotchas:
15090 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15091 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15092 # In both cases, we have to default to `cp -p'.
15093 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15094 as_ln_s='cp -p'
15095 elif ln conf$$.file conf$$ 2>/dev/null; then
15096 as_ln_s=ln
15097 else
15098 as_ln_s='cp -p'
c6b750e1 15099 fi
c6b750e1
DJ
15100else
15101 as_ln_s='cp -p'
15102fi
81ecdfbb
RW
15103rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15104rmdir conf$$.dir 2>/dev/null
15105
15106
15107# as_fn_mkdir_p
15108# -------------
15109# Create "$as_dir" as a directory, including parents if necessary.
15110as_fn_mkdir_p ()
15111{
15112
15113 case $as_dir in #(
15114 -*) as_dir=./$as_dir;;
15115 esac
15116 test -d "$as_dir" || eval $as_mkdir_p || {
15117 as_dirs=
15118 while :; do
15119 case $as_dir in #(
15120 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15121 *) as_qdir=$as_dir;;
15122 esac
15123 as_dirs="'$as_qdir' $as_dirs"
15124 as_dir=`$as_dirname -- "$as_dir" ||
15125$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15126 X"$as_dir" : 'X\(//\)[^/]' \| \
15127 X"$as_dir" : 'X\(//\)$' \| \
15128 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15129$as_echo X"$as_dir" |
15130 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15131 s//\1/
15132 q
15133 }
15134 /^X\(\/\/\)[^/].*/{
15135 s//\1/
15136 q
15137 }
15138 /^X\(\/\/\)$/{
15139 s//\1/
15140 q
15141 }
15142 /^X\(\/\).*/{
15143 s//\1/
15144 q
15145 }
15146 s/.*/./; q'`
15147 test -d "$as_dir" && break
15148 done
15149 test -z "$as_dirs" || eval "mkdir $as_dirs"
15150 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15151
c6b750e1 15152
81ecdfbb 15153} # as_fn_mkdir_p
c6b750e1 15154if mkdir -p . 2>/dev/null; then
81ecdfbb 15155 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
15156else
15157 test -d ./-p && rmdir ./-p
15158 as_mkdir_p=false
15159fi
15160
81ecdfbb
RW
15161if test -x / >/dev/null 2>&1; then
15162 as_test_x='test -x'
15163else
15164 if ls -dL / >/dev/null 2>&1; then
15165 as_ls_L_option=L
15166 else
15167 as_ls_L_option=
15168 fi
15169 as_test_x='
15170 eval sh -c '\''
15171 if test -d "$1"; then
15172 test -d "$1/.";
15173 else
15174 case $1 in #(
15175 -*)set "./$1";;
15176 esac;
15177 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15178 ???[sx]*):;;*)false;;esac;fi
15179 '\'' sh
15180 '
15181fi
15182as_executable_p=$as_test_x
c6b750e1
DJ
15183
15184# Sed expression to map a string onto a valid CPP name.
15185as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15186
15187# Sed expression to map a string onto a valid variable name.
15188as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15189
15190
c6b750e1 15191exec 6>&1
81ecdfbb
RW
15192## ----------------------------------- ##
15193## Main body of $CONFIG_STATUS script. ##
15194## ----------------------------------- ##
15195_ASEOF
15196test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15197
15198cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15199# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 15200# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15201# values after options handling.
15202ac_log="
c6b750e1 15203This file was extended by $as_me, which was
81ecdfbb 15204generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
15205
15206 CONFIG_FILES = $CONFIG_FILES
15207 CONFIG_HEADERS = $CONFIG_HEADERS
15208 CONFIG_LINKS = $CONFIG_LINKS
15209 CONFIG_COMMANDS = $CONFIG_COMMANDS
15210 $ $0 $@
15211
81ecdfbb
RW
15212on `(hostname || uname -n) 2>/dev/null | sed 1q`
15213"
15214
c6b750e1
DJ
15215_ACEOF
15216
81ecdfbb
RW
15217case $ac_config_files in *"
15218"*) set x $ac_config_files; shift; ac_config_files=$*;;
15219esac
c6b750e1 15220
c6b750e1 15221
c6b750e1 15222
81ecdfbb
RW
15223cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15224# Files that config.status was made for.
15225config_files="$ac_config_files"
c6b750e1 15226
81ecdfbb 15227_ACEOF
c6b750e1 15228
81ecdfbb 15229cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15230ac_cs_usage="\
81ecdfbb
RW
15231\`$as_me' instantiates files and other configuration actions
15232from templates according to the current configuration. Unless the files
15233and actions are specified as TAGs, all are instantiated by default.
c6b750e1 15234
81ecdfbb 15235Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
15236
15237 -h, --help print this help, then exit
81ecdfbb
RW
15238 -V, --version print version number and configuration settings, then exit
15239 -q, --quiet, --silent
15240 do not print progress messages
c6b750e1
DJ
15241 -d, --debug don't remove temporary files
15242 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15243 --file=FILE[:TEMPLATE]
15244 instantiate the configuration file FILE
c6b750e1
DJ
15245
15246Configuration files:
15247$config_files
15248
81ecdfbb 15249Report bugs to the package provider."
c6b750e1 15250
81ecdfbb
RW
15251_ACEOF
15252cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
15253ac_cs_version="\\
15254config.status
81ecdfbb
RW
15255configured by $0, generated by GNU Autoconf 2.64,
15256 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 15257
81ecdfbb 15258Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
15259This config.status script is free software; the Free Software Foundation
15260gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15261
15262ac_pwd='$ac_pwd'
15263srcdir='$srcdir'
15264INSTALL='$INSTALL'
8e957354 15265AWK='$AWK'
81ecdfbb 15266test -n "\$AWK" || AWK=awk
c6b750e1
DJ
15267_ACEOF
15268
81ecdfbb
RW
15269cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15270# The default lists apply if the user does not specify any file.
c6b750e1
DJ
15271ac_need_defaults=:
15272while test $# != 0
a0da8069 15273do
c6b750e1
DJ
15274 case $1 in
15275 --*=*)
81ecdfbb
RW
15276 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15277 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
15278 ac_shift=:
15279 ;;
81ecdfbb 15280 *)
c6b750e1
DJ
15281 ac_option=$1
15282 ac_optarg=$2
15283 ac_shift=shift
15284 ;;
c6b750e1
DJ
15285 esac
15286
15287 case $ac_option in
15288 # Handling of the options.
a0da8069 15289 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 15290 ac_cs_recheck=: ;;
81ecdfbb
RW
15291 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15292 $as_echo "$ac_cs_version"; exit ;;
15293 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
15294 debug=: ;;
15295 --file | --fil | --fi | --f )
15296 $ac_shift
81ecdfbb
RW
15297 case $ac_optarg in
15298 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15299 esac
15300 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 15301 ac_need_defaults=false;;
81ecdfbb
RW
15302 --he | --h | --help | --hel | -h )
15303 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
15304 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15305 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15306 ac_cs_silent=: ;;
15307
15308 # This is an error.
81ecdfbb
RW
15309 -*) as_fn_error "unrecognized option: \`$1'
15310Try \`$0 --help' for more information." ;;
c6b750e1 15311
81ecdfbb
RW
15312 *) as_fn_append ac_config_targets " $1"
15313 ac_need_defaults=false ;;
c6b750e1 15314
376a0e54 15315 esac
c6b750e1 15316 shift
376a0e54
CM
15317done
15318
c6b750e1 15319ac_configure_extra_args=
376a0e54 15320
c6b750e1
DJ
15321if $ac_cs_silent; then
15322 exec 6>/dev/null
15323 ac_configure_extra_args="$ac_configure_extra_args --silent"
15324fi
376a0e54 15325
c6b750e1 15326_ACEOF
81ecdfbb 15327cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 15328if \$ac_cs_recheck; then
81ecdfbb
RW
15329 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15330 shift
15331 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15332 CONFIG_SHELL='$SHELL'
15333 export CONFIG_SHELL
15334 exec "\$@"
c6b750e1
DJ
15335fi
15336
15337_ACEOF
81ecdfbb
RW
15338cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15339exec 5>>config.log
15340{
15341 echo
15342 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15343## Running $as_me. ##
15344_ASBOX
15345 $as_echo "$ac_log"
15346} >&5
c6b750e1 15347
81ecdfbb
RW
15348_ACEOF
15349cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
15350#
15351# INIT-COMMANDS
15352#
15353extrasub_build="$extrasub_build"
15354 extrasub_host="$extrasub_host"
15355 extrasub_target="$extrasub_target"
15356
81ecdfbb 15357_ACEOF
c6b750e1 15358
81ecdfbb 15359cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15360
81ecdfbb 15361# Handling of arguments.
c6b750e1
DJ
15362for ac_config_target in $ac_config_targets
15363do
81ecdfbb
RW
15364 case $ac_config_target in
15365 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15366
15367 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
15368 esac
15369done
15370
81ecdfbb 15371
c6b750e1
DJ
15372# If the user did not use the arguments to specify the items to instantiate,
15373# then the envvar interface is used. Set only those that are not.
15374# We use the long form for the default assignment because of an extremely
15375# bizarre bug on SunOS 4.1.3.
15376if $ac_need_defaults; then
15377 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15378fi
15379
15380# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15381# simply because there is no reason against having it here, and in addition,
c6b750e1 15382# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15383# Hook for its removal unless debugging.
15384# Note that there is a small window in which the directory will not be cleaned:
15385# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
15386$debug ||
15387{
81ecdfbb
RW
15388 tmp=
15389 trap 'exit_status=$?
15390 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15391' 0
15392 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 15393}
c6b750e1
DJ
15394# Create a (secure) tmp directory for tmp files.
15395
15396{
81ecdfbb 15397 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
15398 test -n "$tmp" && test -d "$tmp"
15399} ||
15400{
81ecdfbb
RW
15401 tmp=./conf$$-$RANDOM
15402 (umask 077 && mkdir "$tmp")
15403} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15404
15405# Set up the scripts for CONFIG_FILES section.
15406# No need to generate them if there are no CONFIG_FILES.
15407# This happens for instance with `./config.status config.h'.
15408if test -n "$CONFIG_FILES"; then
15409
15410if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15411 ac_cs_awk_getline=:
15412 ac_cs_awk_pipe_init=
15413 ac_cs_awk_read_file='
15414 while ((getline aline < (F[key])) > 0)
15415 print(aline)
15416 close(F[key])'
15417 ac_cs_awk_pipe_fini=
15418else
15419 ac_cs_awk_getline=false
15420 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15421 ac_cs_awk_read_file='
15422 print "|#_!!_#|"
15423 print "cat " F[key] " &&"
15424 '$ac_cs_awk_pipe_init
15425 # The final `:' finishes the AND list.
15426 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15427fi
15428ac_cr=`echo X | tr X '\015'`
15429# On cygwin, bash can eat \r inside `` if the user requested igncr.
15430# But we know of no other shell where ac_cr would be empty at this
15431# point, so we can use a bashism as a fallback.
15432if test "x$ac_cr" = x; then
15433 eval ac_cr=\$\'\\r\'
15434fi
15435ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15436if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15437 ac_cs_awk_cr='\r'
15438else
15439 ac_cs_awk_cr=$ac_cr
15440fi
15441
15442echo 'BEGIN {' >"$tmp/subs1.awk" &&
15443_ACEOF
15444
15445# Create commands to substitute file output variables.
c6b750e1 15446{
81ecdfbb
RW
15447 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15448 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15449 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15450 echo "_ACAWK" &&
15451 echo "_ACEOF"
15452} >conf$$files.sh &&
15453. ./conf$$files.sh ||
15454 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15455rm -f conf$$files.sh
c6b750e1 15456
81ecdfbb
RW
15457{
15458 echo "cat >conf$$subs.awk <<_ACEOF" &&
15459 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15460 echo "_ACEOF"
15461} >conf$$subs.sh ||
15462 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15463ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15464ac_delim='%!_!# '
15465for ac_last_try in false false false false false :; do
15466 . ./conf$$subs.sh ||
15467 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15468
15469 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15470 if test $ac_delim_n = $ac_delim_num; then
15471 break
15472 elif $ac_last_try; then
15473 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15474 else
15475 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15476 fi
15477done
15478rm -f conf$$subs.sh
15479
15480cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15481cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 15482_ACEOF
81ecdfbb
RW
15483sed -n '
15484h
15485s/^/S["/; s/!.*/"]=/
15486p
15487g
15488s/^[^!]*!//
15489:repl
15490t repl
15491s/'"$ac_delim"'$//
15492t delim
15493:nl
15494h
15495s/\(.\{148\}\).*/\1/
15496t more1
15497s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15498p
15499n
15500b repl
15501:more1
15502s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15503p
15504g
15505s/.\{148\}//
15506t nl
15507:delim
15508h
15509s/\(.\{148\}\).*/\1/
15510t more2
15511s/["\\]/\\&/g; s/^/"/; s/$/"/
15512p
15513b
15514:more2
15515s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15516p
15517g
15518s/.\{148\}//
15519t delim
15520' <conf$$subs.awk | sed '
15521/^[^""]/{
15522 N
15523 s/\n//
15524}
15525' >>$CONFIG_STATUS || ac_write_fail=1
15526rm -f conf$$subs.awk
15527cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15528_ACAWK
15529cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15530 for (key in S) S_is_set[key] = 1
15531 FS = "\a"
15532 \$ac_cs_awk_pipe_init
15533}
15534{
15535 line = $ 0
15536 nfields = split(line, field, "@")
15537 substed = 0
15538 len = length(field[1])
15539 for (i = 2; i < nfields; i++) {
15540 key = field[i]
15541 keylen = length(key)
15542 if (S_is_set[key]) {
15543 value = S[key]
15544 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15545 len += length(value) + length(field[++i])
15546 substed = 1
15547 } else
15548 len += 1 + keylen
15549 }
15550 if (nfields == 3 && !substed) {
15551 key = field[2]
15552 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15553 \$ac_cs_awk_read_file
15554 next
15555 }
15556 }
15557 print line
15558}
15559\$ac_cs_awk_pipe_fini
15560_ACAWK
15561_ACEOF
15562cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15563if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15564 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15565else
15566 cat
15567fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15568 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15569_ACEOF
15570
15571# VPATH may cause trouble with some makes, so we remove $(srcdir),
15572# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15573# trailing colons and then remove the whole line if VPATH becomes empty
15574# (actually we leave an empty line to preserve line numbers).
15575if test "x$srcdir" = x.; then
15576 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15577s/:*\$(srcdir):*/:/
15578s/:*\${srcdir}:*/:/
15579s/:*@srcdir@:*/:/
15580s/^\([^=]*=[ ]*\):*/\1/
15581s/:*$//
15582s/^[^=]*=[ ]*$//
15583}'
15584fi
c6b750e1 15585
81ecdfbb
RW
15586cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15587fi # test -n "$CONFIG_FILES"
c6b750e1 15588
c6b750e1 15589
81ecdfbb
RW
15590eval set X " :F $CONFIG_FILES "
15591shift
15592for ac_tag
15593do
15594 case $ac_tag in
15595 :[FHLC]) ac_mode=$ac_tag; continue;;
15596 esac
15597 case $ac_mode$ac_tag in
15598 :[FHL]*:*);;
15599 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15600 :[FH]-) ac_tag=-:-;;
15601 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15602 esac
15603 ac_save_IFS=$IFS
15604 IFS=:
15605 set x $ac_tag
15606 IFS=$ac_save_IFS
15607 shift
15608 ac_file=$1
15609 shift
252b5132 15610
81ecdfbb
RW
15611 case $ac_mode in
15612 :L) ac_source=$1;;
15613 :[FH])
15614 ac_file_inputs=
15615 for ac_f
15616 do
15617 case $ac_f in
15618 -) ac_f="$tmp/stdin";;
15619 *) # Look for the file first in the build tree, then in the source tree
15620 # (if the path is not absolute). The absolute path cannot be DOS-style,
15621 # because $ac_f cannot contain `:'.
15622 test -f "$ac_f" ||
15623 case $ac_f in
15624 [\\/$]*) false;;
15625 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15626 esac ||
15627 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15628 esac
15629 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15630 as_fn_append ac_file_inputs " '$ac_f'"
15631 done
c6b750e1 15632
81ecdfbb
RW
15633 # Let's still pretend it is `configure' which instantiates (i.e., don't
15634 # use $as_me), people would be surprised to read:
15635 # /* config.h. Generated by config.status. */
15636 configure_input='Generated from '`
15637 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15638 `' by configure.'
15639 if test x"$ac_file" != x-; then
15640 configure_input="$ac_file. $configure_input"
15641 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15642$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15643 fi
81ecdfbb
RW
15644 # Neutralize special characters interpreted by sed in replacement strings.
15645 case $configure_input in #(
15646 *\&* | *\|* | *\\* )
15647 ac_sed_conf_input=`$as_echo "$configure_input" |
15648 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15649 *) ac_sed_conf_input=$configure_input;;
15650 esac
cac3d6c4 15651
81ecdfbb
RW
15652 case $ac_tag in
15653 *:-:* | *:-) cat >"$tmp/stdin" \
15654 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15655 esac
15656 ;;
a0da8069 15657 esac
252b5132 15658
81ecdfbb 15659 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15660$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15661 X"$ac_file" : 'X\(//\)[^/]' \| \
15662 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15663 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15664$as_echo X"$ac_file" |
15665 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15666 s//\1/
15667 q
15668 }
15669 /^X\(\/\/\)[^/].*/{
15670 s//\1/
15671 q
15672 }
15673 /^X\(\/\/\)$/{
15674 s//\1/
15675 q
15676 }
15677 /^X\(\/\).*/{
15678 s//\1/
15679 q
15680 }
15681 s/.*/./; q'`
15682 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15683 ac_builddir=.
252b5132 15684
81ecdfbb
RW
15685case "$ac_dir" in
15686.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15687*)
15688 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15689 # A ".." for each directory in $ac_dir_suffix.
15690 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15691 case $ac_top_builddir_sub in
15692 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15693 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15694 esac ;;
15695esac
15696ac_abs_top_builddir=$ac_pwd
15697ac_abs_builddir=$ac_pwd$ac_dir_suffix
15698# for backward compatibility:
15699ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15700
15701case $srcdir in
81ecdfbb 15702 .) # We are building in place.
c6b750e1 15703 ac_srcdir=.
81ecdfbb
RW
15704 ac_top_srcdir=$ac_top_builddir_sub
15705 ac_abs_top_srcdir=$ac_pwd ;;
15706 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15707 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15708 ac_top_srcdir=$srcdir
15709 ac_abs_top_srcdir=$srcdir ;;
15710 *) # Relative name.
15711 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15712 ac_top_srcdir=$ac_top_build_prefix$srcdir
15713 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15714esac
81ecdfbb 15715ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15716
252b5132 15717
81ecdfbb
RW
15718 case $ac_mode in
15719 :F)
15720 #
15721 # CONFIG_FILE
15722 #
c6b750e1
DJ
15723
15724 case $INSTALL in
15725 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15726 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15727 esac
81ecdfbb 15728_ACEOF
252b5132 15729
81ecdfbb
RW
15730cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15731# If the template does not know about datarootdir, expand it.
15732# FIXME: This hack should be removed a few years after 2.60.
15733ac_datarootdir_hack=; ac_datarootdir_seen=
15734ac_sed_dataroot='
15735/datarootdir/ {
15736 p
15737 q
15738}
15739/@datadir@/p
15740/@docdir@/p
15741/@infodir@/p
15742/@localedir@/p
15743/@mandir@/p'
15744case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15745*datarootdir*) ac_datarootdir_seen=yes;;
15746*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15748$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15749_ACEOF
81ecdfbb
RW
15750cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15751 ac_datarootdir_hack='
15752 s&@datadir@&$datadir&g
15753 s&@docdir@&$docdir&g
15754 s&@infodir@&$infodir&g
15755 s&@localedir@&$localedir&g
15756 s&@mandir@&$mandir&g
15757 s&\\\${datarootdir}&$datarootdir&g' ;;
15758esac
15759_ACEOF
15760
15761# Neutralize VPATH when `$srcdir' = `.'.
15762# Shell code in configure.ac might set extrasub.
15763# FIXME: do we really want to maintain this feature?
15764cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15765ac_sed_extra="$ac_vpsub
c6b750e1
DJ
15766$extrasub
15767_ACEOF
81ecdfbb 15768cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15769:t
15770/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15771s|@configure_input@|$ac_sed_conf_input|;t t
15772s&@top_builddir@&$ac_top_builddir_sub&;t t
15773s&@top_build_prefix@&$ac_top_build_prefix&;t t
15774s&@srcdir@&$ac_srcdir&;t t
15775s&@abs_srcdir@&$ac_abs_srcdir&;t t
15776s&@top_srcdir@&$ac_top_srcdir&;t t
15777s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15778s&@builddir@&$ac_builddir&;t t
15779s&@abs_builddir@&$ac_abs_builddir&;t t
15780s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15781s&@INSTALL@&$ac_INSTALL&;t t
15782$ac_datarootdir_hack
15783"
15784eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15785if $ac_cs_awk_getline; then
15786 $AWK -f "$tmp/subs.awk"
15787else
15788 $AWK -f "$tmp/subs.awk" | $SHELL
15789fi >$tmp/out \
15790 || as_fn_error "could not create $ac_file" "$LINENO" 5
15791
15792test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15793 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15794 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15796which seems to be undefined. Please make sure it is defined." >&5
15797$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15798which seems to be undefined. Please make sure it is defined." >&2;}
15799
15800 rm -f "$tmp/stdin"
15801 case $ac_file in
15802 -) cat "$tmp/out" && rm -f "$tmp/out";;
15803 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15804 esac \
15805 || as_fn_error "could not create $ac_file" "$LINENO" 5
15806 ;;
c148b4cb 15807
c148b4cb 15808
c148b4cb 15809
81ecdfbb
RW
15810 esac
15811
06a51eac
RW
15812
15813 case $ac_file$ac_mode in
15814 "Makefile":F) sed "$extrasub_build" Makefile |
15815 sed "$extrasub_host" |
15816 sed "$extrasub_target" > mf$$
15817 mv -f mf$$ Makefile ;;
15818
15819 esac
81ecdfbb
RW
15820done # for ac_tag
15821
15822
15823as_fn_exit 0
c6b750e1 15824_ACEOF
c6b750e1
DJ
15825ac_clean_files=$ac_clean_files_save
15826
81ecdfbb
RW
15827test $ac_write_fail = 0 ||
15828 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15829
c6b750e1
DJ
15830
15831# configure is writing to config.log, and then calls config.status.
15832# config.status does its own redirection, appending to config.log.
15833# Unfortunately, on DOS this fails, as config.log is still kept open
15834# by configure, so config.status won't be able to write to it; its
15835# output is simply discarded. So we exec the FD to /dev/null,
15836# effectively closing config.log, so it can be properly (re)opened and
15837# appended to by config.status. When coming back to configure, we
15838# need to make the FD available again.
15839if test "$no_create" != yes; then
15840 ac_cs_success=:
15841 ac_config_status_args=
15842 test "$silent" = yes &&
15843 ac_config_status_args="$ac_config_status_args --quiet"
15844 exec 5>/dev/null
15845 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15846 exec 5>>config.log
15847 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15848 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15849 $ac_cs_success || as_fn_exit $?
15850fi
15851if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15852 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15853$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 15854fi
c148b4cb 15855
This page took 2.913596 seconds and 4 git commands to generate.