fix spelling of anon-ns2.cc in earlier entry, and whitespace in same entry
[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
6d26190c
JY
2974 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
2975 | aarch64*-*-* | tilegx*-*-*)
c7791212
NC
2976 configdirs="$configdirs gold"
2977 if test x${ENABLE_GOLD} = xdefault; then
2978 default_ld=gold
2979 fi
e6de499b 2980 ENABLE_GOLD=yes
93f9b408
ILT
2981 ;;
2982 esac
e6de499b
NC
2983 fi
2984 ;;
2985 no)
2986 ;;
2987 *)
2988 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2989 ;;
c7791212
NC
2990esac
2991
2992# Check whether --enable-ld was given.
2993if test "${enable_ld+set}" = set; then :
2994 enableval=$enable_ld; ENABLE_LD=$enableval
2995else
2996 ENABLE_LD=yes
2997fi
2998
2999
3000case "${ENABLE_LD}" in
3001 default)
d3b50760 3002 if test x${default_ld} != x; then
c7791212
NC
3003 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3004 fi
3005 ;;
3006 yes)
3007 ;;
3008 no)
3009 if test x${ENABLE_GOLD} != xyes; then
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3011$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3012 fi
3013 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3014 ;;
3015 *)
3016 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3017 ;;
3018esac
93f9b408 3019
a0da8069 3020# Configure extra directories which are host specific
252b5132 3021
a0da8069
NN
3022case "${host}" in
3023 *-cygwin*)
3024 configdirs="$configdirs libtermcap" ;;
3025esac
252b5132 3026
59f7ec45
HPN
3027# A target can indicate whether a language isn't supported for some reason.
3028# Only spaces may be used in this macro; not newlines or tabs.
3029unsupported_languages=
3030
c6b750e1 3031# Remove more programs from consideration, based on the host or
a0da8069
NN
3032# target this usually means that a port of the program doesn't
3033# exist yet.
252b5132 3034
a0da8069 3035case "${host}" in
3516a403 3036 i[3456789]86-*-msdosdjgpp*)
6a608608 3037 noconfigdirs="$noconfigdirs tcl tk itcl"
a0da8069 3038 ;;
a0da8069 3039esac
252b5132 3040
4b1cb4fe 3041
89a1e9c3
PB
3042# Check whether --enable-libquadmath was given.
3043if test "${enable_libquadmath+set}" = set; then :
3044 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3045else
3046 ENABLE_LIBQUADMATH=yes
3047fi
3048
3049if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3050 noconfigdirs="$noconfigdirs target-libquadmath"
3051fi
3052
3053
3054# Check whether --enable-libquadmath-support was given.
3055if test "${enable_libquadmath_support+set}" = set; then :
3056 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3057else
3058 ENABLE_LIBQUADMATH_SUPPORT=yes
3059fi
3060
3061enable_libquadmath_support=
3062if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3063 enable_libquadmath_support=no
3064fi
3065
3066
81ecdfbb
RW
3067# Check whether --enable-libada was given.
3068if test "${enable_libada+set}" = set; then :
3069 enableval=$enable_libada; ENABLE_LIBADA=$enableval
a2592b1b
DD
3070else
3071 ENABLE_LIBADA=yes
81ecdfbb
RW
3072fi
3073
a2592b1b 3074if test "${ENABLE_LIBADA}" != "yes" ; then
b00612cc 3075 noconfigdirs="$noconfigdirs gnattools"
a2592b1b
DD
3076fi
3077
81ecdfbb
RW
3078# Check whether --enable-libssp was given.
3079if test "${enable_libssp+set}" = set; then :
3080 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
5f128533
KH
3081else
3082 ENABLE_LIBSSP=yes
81ecdfbb
RW
3083fi
3084
5f128533 3085
f66a9a70
L
3086# Check whether --enable-libstdcxx was given.
3087if test "${enable_libstdcxx+set}" = set; then :
3088 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3089else
3090 ENABLE_LIBSTDCXX=default
3091fi
3092
3093if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3094 noconfigdirs="$noconfigdirs libstdc++-v3"
3095fi
3096
a0da8069
NN
3097# Save it here so that, even in case of --enable-libgcj, if the Java
3098# front-end isn't enabled, we still get libgcj disabled.
3099libgcj_saved=$libgcj
3100case $enable_libgcj in
3101yes)
3102 # If we reset it here, it won't get added to noconfigdirs in the
3103 # target-specific build rules, so it will be forcibly enabled
3104 # (unless the Java language itself isn't enabled).
3105 libgcj=
3106 ;;
3107no)
3108 # Make sure we get it printed in the list of not supported target libs.
9e1a94f4
ILT
3109 # Don't disable libffi, though, other languages use it.
3110 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
33d23ee8
ILT
3111 # Clear libgcj_saved so that even if java is enabled libffi won't be
3112 # built.
3113 libgcj_saved=
a0da8069
NN
3114 ;;
3115esac
252b5132 3116
ffdd6afc
ILT
3117# Check whether --enable-static-libjava was given.
3118if test "${enable_static_libjava+set}" = set; then :
3119 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3120else
3121 ENABLE_STATIC_LIBJAVA=no
3122fi
3123
3124enable_static_libjava=
3125if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3126 enable_static_libjava=yes
3127fi
3128
3129if test x$enable_static_libjava != xyes ; then
3130 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3131fi
3132
4b1cb4fe 3133
a6df5a19
PB
3134# Disable libgomp on non POSIX hosted systems.
3135if test x$enable_libgomp = x ; then
b3ded179
PB
3136 # Enable libgomp by default on hosted POSIX systems.
3137 case "${target}" in
29383458 3138 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
b3ded179 3139 ;;
5b806d27 3140 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
b3ded179 3141 ;;
2479f722 3142 *-*-solaris2* | *-*-hpux11*)
b3ded179
PB
3143 ;;
3144 *-*-darwin* | *-*-aix*)
3145 ;;
3146 *)
3147 noconfigdirs="$noconfigdirs target-libgomp"
3148 ;;
3149 esac
a6df5a19 3150fi
b3ded179 3151
7ec59b9e
L
3152# Disable libatomic on unsupported systems.
3153if test -d ${srcdir}/libatomic; then
3154 if test x$enable_libatomic = x; then
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3156$as_echo_n "checking for libatomic support... " >&6; }
3157 if (srcdir=${srcdir}/libatomic; \
3158 . ${srcdir}/configure.tgt; \
3159 test -n "$UNSUPPORTED")
3160 then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3162$as_echo "no" >&6; }
3163 noconfigdirs="$noconfigdirs target-libatomic"
3164 else
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3166$as_echo "yes" >&6; }
3167 fi
3168 fi
3169fi
3170
522e3d71 3171# Disable libcilkrts on unsupported systems.
3172if test -d ${srcdir}/libcilkrts; then
3173 if test x$enable_libcilkrts = x; then
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcilkrts support" >&5
3175$as_echo_n "checking for libcilkrts support... " >&6; }
3176 if (srcdir=${srcdir}/libcilkrts; \
3177 . ${srcdir}/configure.tgt; \
3178 test -n "$UNSUPPORTED")
3179 then
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3181$as_echo "no" >&6; }
3182 noconfigdirs="$noconfigdirs target-libcilkrts"
3183 else
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3185$as_echo "yes" >&6; }
3186 fi
3187 fi
3188fi
3189
d32e2926
RH
3190# Disable libitm on unsupported systems.
3191if test -d ${srcdir}/libitm; then
3192 if test x$enable_libitm = x; then
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
3194$as_echo_n "checking for libitm support... " >&6; }
3195 if (srcdir=${srcdir}/libitm; \
3196 . ${srcdir}/configure.tgt; \
3197 test -n "$UNSUPPORTED")
3198 then
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3200$as_echo "no" >&6; }
3201 noconfigdirs="$noconfigdirs target-libitm"
3202 else
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3204$as_echo "yes" >&6; }
3205 fi
3206 fi
3207fi
3208
5286fdef
L
3209# Disable libsanitizer on unsupported systems.
3210if test -d ${srcdir}/libsanitizer; then
3211 if test x$enable_libsanitizer = x; then
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3213$as_echo_n "checking for libsanitizer support... " >&6; }
3214 if (srcdir=${srcdir}/libsanitizer; \
3215 . ${srcdir}/configure.tgt; \
3216 test -n "$UNSUPPORTED")
3217 then
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3219$as_echo "no" >&6; }
3220 noconfigdirs="$noconfigdirs target-libsanitizer"
3221 else
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3223$as_echo "yes" >&6; }
3224 fi
3225 fi
3226fi
3227
95e43135
JBG
3228# Disable libvtv on unsupported systems.
3229if test -d ${srcdir}/libvtv; then
3230 if test x$enable_libvtv = x; then
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3232$as_echo_n "checking for libvtv support... " >&6; }
3233 if (srcdir=${srcdir}/libvtv; \
3234 . ${srcdir}/configure.tgt; \
3235 test "$VTV_SUPPORTED" != "yes")
3236 then
3237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3238$as_echo "no" >&6; }
3239 noconfigdirs="$noconfigdirs target-libvtv"
3240 else
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3242$as_echo "yes" >&6; }
3243 fi
3244 fi
3245fi
3246
1488e230
DE
3247# Disable libquadmath for some systems.
3248case "${target}" in
5286fdef
L
3249 avr-*-*)
3250 noconfigdirs="$noconfigdirs target-libquadmath"
3251 ;;
1488e230
DE
3252 # libquadmath is unused on AIX and libquadmath build process use of
3253 # LD_LIBRARY_PATH can break AIX bootstrap.
3254 powerpc-*-aix* | rs6000-*-aix*)
3255 noconfigdirs="$noconfigdirs target-libquadmath"
3256 ;;
3257esac
3258
065a5627
JM
3259# Disable libssp for some systems.
3260case "${target}" in
3261 avr-*-*)
c5f5c3c2 3262 # No hosted I/O support.
065a5627
JM
3263 noconfigdirs="$noconfigdirs target-libssp"
3264 ;;
3265 powerpc-*-aix* | rs6000-*-aix*)
3266 noconfigdirs="$noconfigdirs target-libssp"
3267 ;;
99c513f6 3268 rl78-*-*)
202e2356
NC
3269 # libssp uses a misaligned load to trigger a fault, but the RL78
3270 # doesn't fault for those - instead, it gives a build-time error
3271 # for explicit misaligned loads.
99c513f6
DD
3272 noconfigdirs="$noconfigdirs target-libssp"
3273 ;;
065a5627
JM
3274esac
3275
065a5627 3276# Disable libstdc++-v3 for some systems.
f66a9a70
L
3277# Allow user to override this if they pass --enable-libstdc++-v3
3278if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3279 case "${target}" in
3280 *-*-vxworks*)
3281 # VxWorks uses the Dinkumware C++ library.
3282 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3283 ;;
3284 arm*-wince-pe*)
3285 # the C++ libraries don't build on top of CE's C libraries
3286 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3287 ;;
3288 avr-*-*)
3289 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3290 ;;
3291 esac
3292fi
065a5627
JM
3293
3294# Disable Fortran for some systems.
3295case "${target}" in
3296 mmix-*-*)
3297 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3298 unsupported_languages="$unsupported_languages fortran"
3299 ;;
3300esac
3301
0827f9a6 3302# Disable Java if libffi is not supported.
9863d716 3303case "${target}" in
e7d5abf1
JBG
3304 aarch64-*-*)
3305 ;;
0827f9a6
JM
3306 alpha*-*-*)
3307 ;;
3308 arm*-*-*)
3309 ;;
3310 cris-*-*)
3311 ;;
3312 frv-*-*)
3313 ;;
3314 hppa*-*-linux*)
3315 ;;
3316 hppa*-*-hpux*)
3317 ;;
3318 i?86-*-*)
3319 ;;
3320 ia64*-*-*)
3321 ;;
3322 m32r*-*-*)
3323 ;;
3324 m68k-*-*)
3325 ;;
2479f722 3326 mips*-*-rtems*)
0827f9a6
JM
3327 ;;
3328 mips*-*-linux*)
3329 ;;
3330 powerpc*-*-linux*)
3331 ;;
3332 powerpc-*-darwin*)
3333 ;;
3334 powerpc-*-aix* | rs6000-*-aix*)
3335 ;;
3336 powerpc-*-freebsd*)
3337 ;;
3338 powerpc64-*-freebsd*)
3339 ;;
3340 powerpc*-*-rtems*)
9863d716 3341 ;;
0827f9a6
JM
3342 s390-*-* | s390x-*-*)
3343 ;;
3344 sh-*-* | sh[34]*-*-*)
3345 ;;
3346 sh64-*-* | sh5*-*-*)
3347 ;;
3348 sparc*-*-*)
3349 ;;
3350 x86_64-*-*)
3351 ;;
3352 *-*-*)
3353 unsupported_languages="$unsupported_languages java"
3354 ;;
3355esac
3356
3357# Disable Java, libgcj or related libraries for some systems.
3358case "${target}" in
9863d716
JM
3359 powerpc-*-darwin*)
3360 ;;
3361 i[3456789]86-*-darwin*)
3362 ;;
3363 x86_64-*-darwin[912]*)
3364 ;;
3365 *-*-darwin*)
3366 noconfigdirs="$noconfigdirs ${libgcj}"
3367 ;;
9863d716
JM
3368 *-*-netware*)
3369 noconfigdirs="$noconfigdirs ${libgcj}"
3370 ;;
3371 *-*-rtems*)
3372 noconfigdirs="$noconfigdirs ${libgcj}"
3373 ;;
3374 *-*-tpf*)
3375 noconfigdirs="$noconfigdirs ${libgcj}"
3376 ;;
3377 *-*-uclinux*)
3378 noconfigdirs="$noconfigdirs ${libgcj}"
3379 ;;
3380 *-*-vxworks*)
3381 noconfigdirs="$noconfigdirs ${libgcj}"
3382 ;;
9863d716
JM
3383 alpha*-*-*vms*)
3384 noconfigdirs="$noconfigdirs ${libgcj}"
3385 ;;
0827f9a6 3386 arm-wince-pe)
9863d716
JM
3387 noconfigdirs="$noconfigdirs ${libgcj}"
3388 ;;
9863d716
JM
3389 arm*-*-symbianelf*)
3390 noconfigdirs="$noconfigdirs ${libgcj}"
3391 ;;
9863d716 3392 bfin-*-*)
9863d716
JM
3393 noconfigdirs="$noconfigdirs target-boehm-gc"
3394 ;;
9863d716
JM
3395 cris-*-* | crisv32-*-*)
3396 unsupported_languages="$unsupported_languages java"
3397 case "${target}" in
3398 *-*-linux*)
3399 ;;
3400 *) # See PR46792 regarding target-libffi.
3401 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3402 esac
3403 ;;
9863d716
JM
3404 hppa*64*-*-linux*)
3405 # In this case, it's because the hppa64-linux target is for
3406 # the kernel only at this point and has no libc, and thus no
3407 # headers, crt*.o, etc., all of which are needed by these.
82ae827f 3408 unsupported_languages="$unsupported_languages java"
9863d716 3409 ;;
82ae827f 3410 hppa*64*-*-hpux*)
9863d716
JM
3411 noconfigdirs="$noconfigdirs ${libgcj}"
3412 ;;
3413 hppa*-hp-hpux11*)
3414 ;;
82ae827f 3415 hppa*-*-hpux*)
9863d716
JM
3416 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3417 # build on HP-UX 10.20.
3418 noconfigdirs="$noconfigdirs ${libgcj}"
3419 ;;
9863d716
JM
3420 ia64*-*-*vms*)
3421 noconfigdirs="$noconfigdirs ${libgcj}"
3422 ;;
9863d716
JM
3423 i[3456789]86-w64-mingw*)
3424 noconfigdirs="$noconfigdirs ${libgcj}"
3425 ;;
3426 i[3456789]86-*-mingw*)
3427 noconfigdirs="$noconfigdirs ${libgcj}"
3428 ;;
3429 x86_64-*-mingw*)
3430 noconfigdirs="$noconfigdirs ${libgcj}"
3431 ;;
9863d716
JM
3432 mmix-*-*)
3433 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
9863d716
JM
3434 ;;
3435 powerpc-*-aix*)
3436 # copied from rs6000-*-* entry
3437 noconfigdirs="$noconfigdirs ${libgcj}"
3438 ;;
9863d716
JM
3439 rs6000-*-aix*)
3440 noconfigdirs="$noconfigdirs ${libgcj}"
3441 ;;
9863d716
JM
3442 *-*-lynxos*)
3443 noconfigdirs="$noconfigdirs ${libgcj}"
3444 ;;
9863d716
JM
3445esac
3446
a413f71a
ILT
3447# Disable libgo for some systems where it is known to not work.
3448# For testing, you can easily override this with --enable-libgo.
3449if test x$enable_libgo = x; then
3450 case "${target}" in
3451 *-*-darwin*)
3452 # PR 46986
3453 noconfigdirs="$noconfigdirs target-libgo"
3454 ;;
3455 *-*-cygwin* | *-*-mingw*)
3456 noconfigdirs="$noconfigdirs target-libgo"
3457 ;;
3458 *-*-aix*)
3459 noconfigdirs="$noconfigdirs target-libgo"
3460 ;;
3461 esac
3462fi
3463
691bb5a1
DD
3464# Default libgloss CPU subdirectory.
3465libgloss_dir="$target_cpu"
4b1cb4fe 3466
ff46fb8f
JM
3467case "${target}" in
3468 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3469 libgloss_dir=wince
3470 ;;
f1dd87fc
YZ
3471 aarch64*-*-* )
3472 libgloss_dir=aarch64
3473 ;;
ff46fb8f
JM
3474 arm*-*-*)
3475 libgloss_dir=arm
3476 ;;
3477 cris-*-* | crisv32-*-*)
3478 libgloss_dir=cris
3479 ;;
3480 hppa*-*-*)
3481 libgloss_dir=pa
3482 ;;
3483 i[3456789]86-*-*)
3484 libgloss_dir=i386
3485 ;;
3486 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3487 libgloss_dir=m68hc11
3488 ;;
3489 m68*-*-* | fido-*-*)
3490 libgloss_dir=m68k
3491 ;;
3492 mips*-*-*)
3493 libgloss_dir=mips
3494 ;;
3495 powerpc*-*-*)
3496 libgloss_dir=rs6000
3497 ;;
3498 sparc*-*-*)
3499 libgloss_dir=sparc
3500 ;;
3501esac
3502
c7e4b184 3503# Disable newlib and libgloss for various target OSes.
a0da8069 3504case "${target}" in
c7e4b184
JM
3505 alpha*-dec-osf*)
3506 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3507 ;;
3508 i[3456789]86-*-linux*)
3509 # This section makes it possible to build newlib natively on linux.
3510 # If we are using a cross compiler then don't configure newlib.
3511 if test x${is_cross_compiler} != xno ; then
3512 noconfigdirs="$noconfigdirs target-newlib"
3513 fi
3514 noconfigdirs="$noconfigdirs target-libgloss"
3515 # If we are not using a cross compiler, do configure newlib.
3516 # Note however, that newlib will only be configured in this situation
3517 # if the --with-newlib option has been given, because otherwise
3518 # 'target-newlib' will appear in skipdirs.
3519 ;;
3520 i[3456789]86-*-rdos*)
3521 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3522 ;;
3523 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3524 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3525 ;;
3526 sparc-*-sunos4*)
3527 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3528 ;;
3529 *-*-aix*)
3530 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3531 ;;
3532 *-*-beos*)
3533 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3534 ;;
a0da8069 3535 *-*-chorusos)
b2f14e4a 3536 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3537 ;;
c7e4b184
JM
3538 *-*-dragonfly*)
3539 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3540 ;;
3541 *-*-freebsd*)
3542 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3543 ;;
3544 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3545 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3546 ;;
3547 *-*-lynxos*)
3548 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3549 ;;
3550 *-*-mingw*)
3551 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3552 ;;
3553 *-*-netbsd*)
3554 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3555 ;;
3556 *-*-netware*)
3557 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3558 ;;
3559 *-*-tpf*)
3560 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3561 ;;
3562 *-*-uclinux*)
3563 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3564 ;;
3565 *-*-vxworks*)
3566 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3567 ;;
3568esac
3569
3570case "${target}" in
3571 *-*-chorusos)
3572 ;;
24741ab2 3573 powerpc-*-darwin*)
9d39db92 3574 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3575 noconfigdirs="$noconfigdirs sim target-rda"
652dec25 3576 ;;
85bd1942
TG
3577 i[3456789]86-*-darwin*)
3578 noconfigdirs="$noconfigdirs ld gprof"
3579 noconfigdirs="$noconfigdirs sim target-rda"
3580 ;;
e8a5fa9c 3581 x86_64-*-darwin[912]*)
652dec25
TG
3582 noconfigdirs="$noconfigdirs ld gas gprof"
3583 noconfigdirs="$noconfigdirs sim target-rda"
b3f16a9b 3584 ;;
04d1ab34 3585 *-*-darwin*)
d320aacb 3586 noconfigdirs="$noconfigdirs ld gas gdb gprof"
4e3fc8e5 3587 noconfigdirs="$noconfigdirs sim target-rda"
04d1ab34 3588 ;;
5b806d27 3589 *-*-dragonfly*)
5b806d27 3590 ;;
de0b4a87 3591 *-*-freebsd*)
4b1cb4fe
DD
3592 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3593 && test -f /usr/local/include/gmp.h; then
3594 with_gmp=/usr/local
3595 fi
4b1cb4fe 3596 ;;
f8a495c8
NC
3597 *-*-kaos*)
3598 # Remove unsupported stuff on all kaOS configurations.
f8a495c8
NC
3599 noconfigdirs="$noconfigdirs target-libgloss"
3600 ;;
a0da8069 3601 *-*-netbsd*)
a0da8069 3602 ;;
2a3124ca 3603 *-*-netware*)
a0da8069
NN
3604 ;;
3605 *-*-rtems*)
9863d716 3606 noconfigdirs="$noconfigdirs target-libgloss"
f8797b5a
JB
3607 # this is not caught below because this stanza matches earlier
3608 case $target in
3609 or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;;
3610 esac
a0da8069 3611 ;;
1587117a
EC
3612 # The tpf target doesn't support gdb yet.
3613 *-*-tpf*)
c7e4b184 3614 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
1587117a 3615 ;;
c1968181 3616 *-*-uclinux*)
c7e4b184 3617 noconfigdirs="$noconfigdirs target-rda"
c1968181 3618 ;;
a0da8069 3619 *-*-vxworks*)
a0da8069
NN
3620 ;;
3621 alpha*-dec-osf*)
3622 # ld works, but does not support shared libraries.
a0da8069 3623 # gas doesn't generate exception information.
c7e4b184 3624 noconfigdirs="$noconfigdirs gas ld"
a0da8069
NN
3625 ;;
3626 alpha*-*-*vms*)
9863d716 3627 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
a0da8069 3628 ;;
a0da8069
NN
3629 alpha*-*-*)
3630 # newlib is not 64 bit ready
9863d716 3631 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3632 ;;
a0da8069 3633 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
675c6968 3634 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
a0da8069 3635 ;;
f4cfb980 3636 arc-*-*|arceb-*-*)
782cb41f 3637 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3638 ;;
a0da8069 3639 arm-*-pe*)
9863d716 3640 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3641 ;;
a0da8069 3642 arm-*-riscix*)
b2f14e4a 3643 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3644 ;;
8e71395b
L
3645 avr-*-rtems*)
3646 ;;
3647 avr-*-*)
3648 if test x${with_avrlibc} != xno; then
3649 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3650 fi
3651 ;;
a0da8069 3652 c4x-*-* | tic4x-*-*)
b2f14e4a 3653 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3654 ;;
b2f14e4a
JM
3655 tic54x-*-*)
3656 noconfigdirs="$noconfigdirs target-libgloss gdb"
a0da8069 3657 ;;
a0da8069 3658 d10v-*-*)
b2f14e4a 3659 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3660 ;;
3661 d30v-*-*)
b2f14e4a 3662 noconfigdirs="$noconfigdirs gdb"
a0da8069
NN
3663 ;;
3664 fr30-*-elf*)
9863d716 3665 noconfigdirs="$noconfigdirs gdb"
a0da8069 3666 ;;
20135e4c 3667 moxie-*-*)
20135e4c
NC
3668 noconfigdirs="$noconfigdirs gprof"
3669 ;;
a0da8069 3670 h8300*-*-*)
9863d716 3671 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069
NN
3672 ;;
3673 h8500-*-*)
b2f14e4a 3674 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3675 ;;
caeba88f 3676 hppa1.1-*-osf* | hppa1.1-*-bsd* )
caeba88f 3677 ;;
93cc359e 3678 hppa*64*-*-linux*)
a0da8069 3679 ;;
f0ff0f90 3680 hppa*-*-linux*)
5dcac624 3681 ;;
a0da8069 3682 hppa*-*-*elf* | \
a0da8069
NN
3683 hppa*-*-lites* | \
3684 hppa*-*-openbsd* | \
3685 hppa*64*-*-*)
4f0ef2d8
CD
3686 ;;
3687 hppa*-hp-hpux11*)
0377a422 3688 noconfigdirs="$noconfigdirs ld"
a0da8069 3689 ;;
691bb5a1 3690 hppa*-*-pro*)
691bb5a1 3691 ;;
a0da8069 3692 hppa*-*-*)
9863d716 3693 noconfigdirs="$noconfigdirs ld"
a0da8069 3694 ;;
b07c2aad 3695 i960-*-*)
b2f14e4a 3696 noconfigdirs="$noconfigdirs gdb"
b07c2aad 3697 ;;
a0da8069
NN
3698 ia64*-*-elf*)
3699 # No gdb support yet.
0377a422 3700 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
a0da8069
NN
3701 ;;
3702 ia64*-**-hpux*)
92c9a463 3703 # No ld support yet.
9863d716 3704 noconfigdirs="$noconfigdirs libgui itcl ld"
a0da8069 3705 ;;
19e99079 3706 ia64*-*-*vms*)
7ec59b9e
L
3707 # No ld support yet.
3708 noconfigdirs="$noconfigdirs libgui itcl ld"
19e99079 3709 ;;
1f53ca9a 3710 i[3456789]86-w64-mingw*)
1f53ca9a
AO
3711 ;;
3712 i[3456789]86-*-mingw*)
45055374 3713 target_configdirs="$target_configdirs target-winsup"
c6b750e1 3714 ;;
a0da8069
NN
3715 *-*-cygwin*)
3716 target_configdirs="$target_configdirs target-libtermcap target-winsup"
0377a422 3717 noconfigdirs="$noconfigdirs target-libgloss"
b76d7de0 3718 # always build newlib if winsup directory is present.
45055374 3719 if test -d "$srcdir/winsup/cygwin"; then
b76d7de0 3720 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ac0fa625 3721 elif test -d "$srcdir/newlib"; then
45055374 3722 echo "Warning: winsup/cygwin is missing so newlib can't be built."
b76d7de0 3723 fi
c6b750e1 3724 ;;
ec11bdc6 3725 i[3456789]86-*-pe)
782cb41f 3726 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3727 ;;
ec11bdc6 3728 i[3456789]86-*-sco3.2v5*)
a0da8069
NN
3729 # The linker does not yet know about weak symbols in COFF,
3730 # and is not configured to handle mixed ELF and COFF.
b2f14e4a 3731 noconfigdirs="$noconfigdirs ld target-libgloss"
a0da8069 3732 ;;
ec11bdc6 3733 i[3456789]86-*-sco*)
b2f14e4a 3734 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3735 ;;
cff32a7c 3736 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
a0da8069
NN
3737 noconfigdirs="$noconfigdirs target-libgloss"
3738 ;;
ec11bdc6 3739 i[3456789]86-*-sysv4*)
b2f14e4a 3740 noconfigdirs="$noconfigdirs target-libgloss"
a0da8069 3741 ;;
ec11bdc6 3742 i[3456789]86-*-beos*)
c7e4b184 3743 noconfigdirs="$noconfigdirs gdb"
bba45b8b 3744 ;;
b59bea8a 3745 i[3456789]86-*-rdos*)
c7e4b184 3746 noconfigdirs="$noconfigdirs gdb"
691bb5a1 3747 ;;
a0da8069 3748 mmix-*-*)
9863d716 3749 noconfigdirs="$noconfigdirs gdb"
a0da8069 3750 ;;
4970f871 3751 mt-*-*)
cdb9b172
AH
3752 noconfigdirs="$noconfigdirs sim"
3753 ;;
a0da8069
NN
3754 powerpc-*-aix*)
3755 # copied from rs6000-*-* entry
c7e4b184 3756 noconfigdirs="$noconfigdirs gprof"
a0da8069 3757 ;;
93cc359e 3758 powerpc*-*-winnt* | powerpc*-*-pe*)
a0da8069 3759 target_configdirs="$target_configdirs target-winsup"
b2f14e4a 3760 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
a0da8069
NN
3761 # always build newlib.
3762 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3763 ;;
3764 # This is temporary until we can link against shared libraries
3765 powerpcle-*-solaris*)
b2f14e4a 3766 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
a0da8069
NN
3767 ;;
3768 powerpc-*-beos*)
c7e4b184 3769 noconfigdirs="$noconfigdirs gdb"
a0da8069 3770 ;;
a0da8069 3771 rs6000-*-lynxos*)
c7e4b184 3772 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3773 ;;
3774 rs6000-*-aix*)
c7e4b184 3775 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3776 ;;
3777 rs6000-*-*)
9863d716 3778 noconfigdirs="$noconfigdirs gprof"
a0da8069
NN
3779 ;;
3780 m68k-apollo-*)
b2f14e4a 3781 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
a0da8069 3782 ;;
25a07265 3783 microblaze*)
9863d716 3784 noconfigdirs="$noconfigdirs gprof"
25a07265 3785 ;;
a9d58c06 3786 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
5bd8be13
RS
3787 if test x$with_newlib = xyes; then
3788 noconfigdirs="$noconfigdirs gprof"
3789 fi
5bd8be13 3790 ;;
a0da8069 3791 mips*-*-irix5*)
b2f14e4a 3792 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069
NN
3793 ;;
3794 mips*-*-irix6*)
9863d716 3795 noconfigdirs="$noconfigdirs gprof target-libgloss"
a0da8069 3796 ;;
a0da8069 3797 mips*-*-bsd*)
e8044f35 3798 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
a0da8069 3799 ;;
a0da8069 3800 mips*-*-linux*)
a0da8069 3801 ;;
e8044f35
RS
3802 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3803 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3804 noconfigdirs="$noconfigdirs ld gas gprof"
3805 ;;
a0da8069 3806 mips*-*-*)
9863d716 3807 noconfigdirs="$noconfigdirs gprof"
a0da8069 3808 ;;
b25b5cef
CJW
3809 nds32*-*-*)
3810 noconfigdirs="$noconfigdirs gdb"
3811 ;;
cfbc1a6c
JS
3812 or1k*-*-*)
3813 noconfigdirs="$noconfigdirs gdb"
3814 ;;
dbf85af7 3815 sh-*-* | sh64-*-*)
e8a5fa9c
RW
3816 case "${target}" in
3817 sh*-*-elf)
9863d716 3818 ;;
e8a5fa9c 3819 *)
9863d716 3820 noconfigdirs="$noconfigdirs target-libgloss" ;;
e8a5fa9c 3821 esac
a0da8069 3822 ;;
a0da8069 3823 sparc-*-sunos4*)
c7e4b184 3824 if test x${is_cross_compiler} = xno ; then
a0da8069
NN
3825 use_gnu_ld=no
3826 fi
3827 ;;
619a3713 3828 tic6x-*-*)
40ae9136 3829 noconfigdirs="$noconfigdirs sim"
619a3713 3830 ;;
68d122bb 3831 tilepro*-*-* | tilegx*-*-*)
eb4b2452
NC
3832 noconfigdirs="$noconfigdirs sim"
3833 ;;
a0da8069 3834 v810-*-*)
b2f14e4a 3835 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
a0da8069
NN
3836 ;;
3837 vax-*-*)
9863d716 3838 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
a0da8069 3839 ;;
a0da8069 3840esac
252b5132 3841
a0da8069
NN
3842# If we aren't building newlib, then don't build libgloss, since libgloss
3843# depends upon some newlib header files.
3844case "${noconfigdirs}" in
3845 *target-libgloss*) ;;
3846 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3847esac
3848
a0da8069 3849# Work in distributions that contain no compiler tools, like Autoconf.
a0da8069
NN
3850host_makefile_frag=/dev/null
3851if test -d ${srcdir}/config ; then
3852case "${host}" in
ec11bdc6 3853 i[3456789]86-*-msdosdjgpp*)
a0da8069
NN
3854 host_makefile_frag="config/mh-djgpp"
3855 ;;
3856 *-cygwin*)
e33b51a6 3857
81ecdfbb
RW
3858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3859$as_echo_n "checking to see if cat works as expected... " >&6; }
e33b51a6 3860echo a >cygwin-cat-check
1f53ca9a 3861if test `cat cygwin-cat-check` = a ; then
8ade07e9 3862 rm cygwin-cat-check
81ecdfbb
RW
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3864$as_echo "yes" >&6; }
e33b51a6 3865else
8ade07e9 3866 rm cygwin-cat-check
81ecdfbb
RW
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3868$as_echo "no" >&6; }
3869 as_fn_error "The cat command does not ignore carriage return characters.
e33b51a6
NC
3870 Please either mount the build directory in binary mode or run the following
3871 commands before running any configure script:
3872set -o igncr
3873export SHELLOPTS
81ecdfbb 3874 " "$LINENO" 5
e33b51a6 3875fi
e33b51a6 3876
a0da8069
NN
3877 host_makefile_frag="config/mh-cygwin"
3878 ;;
8a1599ab 3879 *-mingw*)
84e7906e 3880 host_makefile_frag="config/mh-mingw"
2d1e8239 3881 ;;
da888c87 3882 hppa*-hp-hpux10*)
da888c87 3883 host_makefile_frag="config/mh-pa-hpux10"
a0da8069 3884 ;;
3516a403 3885 hppa*-hp-hpux*)
da888c87
PB
3886 host_makefile_frag="config/mh-pa"
3887 ;;
3888 hppa*-*)
3889 host_makefile_frag="config/mh-pa"
3890 ;;
e552509b
ILT
3891 *-*-darwin*)
3892 host_makefile_frag="config/mh-darwin"
0df3d27f 3893 ;;
f6d183c0
PB
3894 powerpc-*-aix*)
3895 host_makefile_frag="config/mh-ppc-aix"
3896 ;;
3897 rs6000-*-aix*)
3898 host_makefile_frag="config/mh-ppc-aix"
3899 ;;
a0da8069
NN
3900esac
3901fi
3902
9e07f89d 3903if test "${build}" != "${host}" ; then
1576798e
PB
3904 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3905 AS_FOR_BUILD=${AS_FOR_BUILD-as}
9e07f89d 3906 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1576798e
PB
3907 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3908 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3909 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
e552509b 3910 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
1576798e
PB
3911 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3912 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3913 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3914 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3915 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3916 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3917else
3918 AR_FOR_BUILD="\$(AR)"
3919 AS_FOR_BUILD="\$(AS)"
512b7dfb 3920 CC_FOR_BUILD="\$(CC)"
1576798e
PB
3921 CXX_FOR_BUILD="\$(CXX)"
3922 GCJ_FOR_BUILD="\$(GCJ)"
3923 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
e552509b 3924 GOC_FOR_BUILD="\$(GOC)"
1576798e
PB
3925 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3926 LD_FOR_BUILD="\$(LD)"
3927 NM_FOR_BUILD="\$(NM)"
3928 RANLIB_FOR_BUILD="\$(RANLIB)"
3929 WINDRES_FOR_BUILD="\$(WINDRES)"
3930 WINDMC_FOR_BUILD="\$(WINDMC)"
18f6b6ee
PB
3931fi
3932
3933ac_ext=c
c6b750e1
DJ
3934ac_cpp='$CPP $CPPFLAGS'
3935ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3936ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3937ac_compiler_gnu=$ac_cv_c_compiler_gnu
3938if test -n "$ac_tool_prefix"; then
3939 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3940set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942$as_echo_n "checking for $ac_word... " >&6; }
3943if test "${ac_cv_prog_CC+set}" = set; then :
3944 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3945else
3946 if test -n "$CC"; then
3947 ac_cv_prog_CC="$CC" # Let the user override the test.
3948else
3949as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3950for as_dir in $PATH
3951do
3952 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3956 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3958 break 2
3959 fi
3960done
81ecdfbb
RW
3961 done
3962IFS=$as_save_IFS
c6b750e1
DJ
3963
3964fi
3965fi
3966CC=$ac_cv_prog_CC
3967if test -n "$CC"; then
81ecdfbb
RW
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3969$as_echo "$CC" >&6; }
c6b750e1 3970else
81ecdfbb
RW
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972$as_echo "no" >&6; }
c6b750e1
DJ
3973fi
3974
81ecdfbb 3975
c6b750e1
DJ
3976fi
3977if test -z "$ac_cv_prog_CC"; then
3978 ac_ct_CC=$CC
6a9cf61e 3979 # Extract the first word of "gcc", so it can be a program name with args.
9e07f89d 3980set dummy gcc; ac_word=$2
81ecdfbb
RW
3981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3982$as_echo_n "checking for $ac_word... " >&6; }
3983if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3984 $as_echo_n "(cached) " >&6
c6b750e1
DJ
3985else
3986 if test -n "$ac_ct_CC"; then
3987 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3988else
3989as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3990for as_dir in $PATH
3991do
3992 IFS=$as_save_IFS
3993 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3994 for ac_exec_ext in '' $ac_executable_extensions; do
3995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 3996 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
3998 break 2
3999 fi
4000done
81ecdfbb
RW
4001 done
4002IFS=$as_save_IFS
c6b750e1
DJ
4003
4004fi
4005fi
4006ac_ct_CC=$ac_cv_prog_ac_ct_CC
4007if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4009$as_echo "$ac_ct_CC" >&6; }
c6b750e1 4010else
81ecdfbb
RW
4011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4012$as_echo "no" >&6; }
c6b750e1
DJ
4013fi
4014
81ecdfbb
RW
4015 if test "x$ac_ct_CC" = x; then
4016 CC=""
4017 else
4018 case $cross_compiling:$ac_tool_warned in
4019yes:)
4020{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4021$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4022ac_tool_warned=yes ;;
4023esac
4024 CC=$ac_ct_CC
4025 fi
c6b750e1
DJ
4026else
4027 CC="$ac_cv_prog_CC"
4028fi
4029
4030if test -z "$CC"; then
81ecdfbb
RW
4031 if test -n "$ac_tool_prefix"; then
4032 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
c6b750e1 4033set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4035$as_echo_n "checking for $ac_word... " >&6; }
4036if test "${ac_cv_prog_CC+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
9e07f89d
NN
4038else
4039 if test -n "$CC"; then
4040 ac_cv_prog_CC="$CC" # Let the user override the test.
4041else
c6b750e1
DJ
4042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4043for as_dir in $PATH
4044do
4045 IFS=$as_save_IFS
4046 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4047 for ac_exec_ext in '' $ac_executable_extensions; do
4048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4049 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4051 break 2
4052 fi
4053done
81ecdfbb
RW
4054 done
4055IFS=$as_save_IFS
c6b750e1 4056
9e07f89d
NN
4057fi
4058fi
c6b750e1 4059CC=$ac_cv_prog_CC
9e07f89d 4060if test -n "$CC"; then
81ecdfbb
RW
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4062$as_echo "$CC" >&6; }
c6b750e1 4063else
81ecdfbb
RW
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4065$as_echo "no" >&6; }
c6b750e1
DJ
4066fi
4067
c6b750e1 4068
81ecdfbb 4069 fi
c6b750e1 4070fi
9e07f89d
NN
4071if test -z "$CC"; then
4072 # Extract the first word of "cc", so it can be a program name with args.
4073set dummy cc; ac_word=$2
81ecdfbb
RW
4074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4075$as_echo_n "checking for $ac_word... " >&6; }
4076if test "${ac_cv_prog_CC+set}" = set; then :
4077 $as_echo_n "(cached) " >&6
9e07f89d
NN
4078else
4079 if test -n "$CC"; then
4080 ac_cv_prog_CC="$CC" # Let the user override the test.
4081else
9e07f89d 4082 ac_prog_rejected=no
c6b750e1
DJ
4083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4084for as_dir in $PATH
4085do
4086 IFS=$as_save_IFS
4087 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4088 for ac_exec_ext in '' $ac_executable_extensions; do
4089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1
DJ
4090 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4091 ac_prog_rejected=yes
4092 continue
4093 fi
4094 ac_cv_prog_CC="cc"
81ecdfbb 4095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4096 break 2
4097 fi
4098done
81ecdfbb
RW
4099 done
4100IFS=$as_save_IFS
c6b750e1 4101
9e07f89d
NN
4102if test $ac_prog_rejected = yes; then
4103 # We found a bogon in the path, so make sure we never use it.
4104 set dummy $ac_cv_prog_CC
4105 shift
c6b750e1 4106 if test $# != 0; then
9e07f89d
NN
4107 # We chose a different compiler from the bogus one.
4108 # However, it has the same basename, so the bogon will be chosen
4109 # first if we set CC to just the basename; use the full file name.
4110 shift
c6b750e1 4111 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
9e07f89d
NN
4112 fi
4113fi
4114fi
4115fi
c6b750e1 4116CC=$ac_cv_prog_CC
9e07f89d 4117if test -n "$CC"; then
81ecdfbb
RW
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4119$as_echo "$CC" >&6; }
9e07f89d 4120else
81ecdfbb
RW
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4122$as_echo "no" >&6; }
9e07f89d
NN
4123fi
4124
81ecdfbb 4125
c6b750e1
DJ
4126fi
4127if test -z "$CC"; then
4128 if test -n "$ac_tool_prefix"; then
81ecdfbb 4129 for ac_prog in cl.exe
c6b750e1
DJ
4130 do
4131 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4132set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4134$as_echo_n "checking for $ac_word... " >&6; }
4135if test "${ac_cv_prog_CC+set}" = set; then :
4136 $as_echo_n "(cached) " >&6
9e07f89d
NN
4137else
4138 if test -n "$CC"; then
4139 ac_cv_prog_CC="$CC" # Let the user override the test.
4140else
c6b750e1
DJ
4141as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4142for as_dir in $PATH
4143do
4144 IFS=$as_save_IFS
4145 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4146 for ac_exec_ext in '' $ac_executable_extensions; do
4147 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4148 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1 4150 break 2
376a0e54 4151 fi
c6b750e1 4152done
81ecdfbb
RW
4153 done
4154IFS=$as_save_IFS
cac3d6c4 4155
c6b750e1
DJ
4156fi
4157fi
4158CC=$ac_cv_prog_CC
4159if test -n "$CC"; then
81ecdfbb
RW
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4161$as_echo "$CC" >&6; }
cac3d6c4 4162else
81ecdfbb
RW
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4164$as_echo "no" >&6; }
9e07f89d 4165fi
cac3d6c4 4166
81ecdfbb 4167
c6b750e1
DJ
4168 test -n "$CC" && break
4169 done
cac3d6c4 4170fi
c6b750e1
DJ
4171if test -z "$CC"; then
4172 ac_ct_CC=$CC
81ecdfbb 4173 for ac_prog in cl.exe
c6b750e1
DJ
4174do
4175 # Extract the first word of "$ac_prog", so it can be a program name with args.
4176set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4178$as_echo_n "checking for $ac_word... " >&6; }
4179if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4180 $as_echo_n "(cached) " >&6
cac3d6c4 4181else
c6b750e1
DJ
4182 if test -n "$ac_ct_CC"; then
4183 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
376a0e54 4184else
c6b750e1
DJ
4185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4186for as_dir in $PATH
4187do
4188 IFS=$as_save_IFS
4189 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4190 for ac_exec_ext in '' $ac_executable_extensions; do
4191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 4192 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
4194 break 2
4195 fi
4196done
81ecdfbb
RW
4197 done
4198IFS=$as_save_IFS
c6b750e1 4199
cac3d6c4
CM
4200fi
4201fi
c6b750e1
DJ
4202ac_ct_CC=$ac_cv_prog_ac_ct_CC
4203if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4205$as_echo "$ac_ct_CC" >&6; }
9e07f89d 4206else
81ecdfbb
RW
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4208$as_echo "no" >&6; }
cac3d6c4 4209fi
376a0e54 4210
81ecdfbb 4211
c6b750e1
DJ
4212 test -n "$ac_ct_CC" && break
4213done
4214
81ecdfbb
RW
4215 if test "x$ac_ct_CC" = x; then
4216 CC=""
4217 else
4218 case $cross_compiling:$ac_tool_warned in
4219yes:)
4220{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4221$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4222ac_tool_warned=yes ;;
4223esac
4224 CC=$ac_ct_CC
4225 fi
c6b750e1
DJ
4226fi
4227
4228fi
4229
4230
81ecdfbb
RW
4231test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4232$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4233as_fn_error "no acceptable C compiler found in \$PATH
4234See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4235
4236# Provide some information about the compiler.
81ecdfbb
RW
4237$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4238set X $ac_compile
4239ac_compiler=$2
4240for ac_option in --version -v -V -qversion; do
4241 { { ac_try="$ac_compiler $ac_option >&5"
4242case "(($ac_try" in
4243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4244 *) ac_try_echo=$ac_try;;
4245esac
4246eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4247$as_echo "$ac_try_echo"; } >&5
4248 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c6b750e1 4249 ac_status=$?
81ecdfbb
RW
4250 if test -s conftest.err; then
4251 sed '10a\
4252... rest of stderr output deleted ...
4253 10q' conftest.err >conftest.er1
4254 cat conftest.er1 >&5
4255 rm -f conftest.er1 conftest.err
4256 fi
4257 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4258 test $ac_status = 0; }
4259done
c6b750e1 4260
81ecdfbb 4261cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4262/* end confdefs.h. */
4263
4264int
4265main ()
4266{
4267
4268 ;
4269 return 0;
4270}
4271_ACEOF
4272ac_clean_files_save=$ac_clean_files
81ecdfbb 4273ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
c6b750e1
DJ
4274# Try to create an executable without -o first, disregard a.out.
4275# It will help us diagnose broken compilers, and finding out an intuition
4276# of exeext.
81ecdfbb
RW
4277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4278$as_echo_n "checking for C compiler default output file name... " >&6; }
4279ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4280
4281# The possible output files:
4282ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4283
4284ac_rmfiles=
4285for ac_file in $ac_files
4286do
4287 case $ac_file in
4288 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4289 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4290 esac
4291done
4292rm -f $ac_rmfiles
4293
4294if { { ac_try="$ac_link_default"
4295case "(($ac_try" in
4296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4297 *) ac_try_echo=$ac_try;;
4298esac
4299eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4300$as_echo "$ac_try_echo"; } >&5
4301 (eval "$ac_link_default") 2>&5
c6b750e1 4302 ac_status=$?
81ecdfbb
RW
4303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4304 test $ac_status = 0; }; then :
4305 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4306# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4307# in a Makefile. We should not override ac_cv_exeext if it was cached,
4308# so that the user can short-circuit this test for compilers unknown to
4309# Autoconf.
4310for ac_file in $ac_files ''
c6b750e1
DJ
4311do
4312 test -f "$ac_file" || continue
4313 case $ac_file in
81ecdfbb 4314 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
c6b750e1
DJ
4315 ;;
4316 [ab].out )
4317 # We found the default executable, but exeext='' is most
4318 # certainly right.
4319 break;;
4320 *.* )
81ecdfbb
RW
4321 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4322 then :; else
4323 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4324 fi
4325 # We set ac_cv_exeext here because the later test for it is not
4326 # safe: cross compilers may not add the suffix if given an `-o'
4327 # argument, so we may need to know it at that point already.
4328 # Even if this section looks crufty: it has the advantage of
4329 # actually working.
c6b750e1
DJ
4330 break;;
4331 * )
4332 break;;
4333 esac
4334done
81ecdfbb
RW
4335test "$ac_cv_exeext" = no && ac_cv_exeext=
4336
c6b750e1 4337else
81ecdfbb
RW
4338 ac_file=''
4339fi
4340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4341$as_echo "$ac_file" >&6; }
4342if test -z "$ac_file"; then :
4343 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4344sed 's/^/| /' conftest.$ac_ext >&5
4345
81ecdfbb
RW
4346{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4347$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4348{ as_fn_set_status 77
4349as_fn_error "C compiler cannot create executables
4350See \`config.log' for more details." "$LINENO" 5; }; }
c6b750e1 4351fi
c6b750e1 4352ac_exeext=$ac_cv_exeext
c6b750e1 4353
81ecdfbb 4354# Check that the compiler produces executables we can run. If not, either
c6b750e1 4355# the compiler is broken, or we cross compile.
81ecdfbb
RW
4356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4357$as_echo_n "checking whether the C compiler works... " >&6; }
c6b750e1
DJ
4358# If not cross compiling, check that we can run a simple program.
4359if test "$cross_compiling" != yes; then
4360 if { ac_try='./$ac_file'
81ecdfbb
RW
4361 { { case "(($ac_try" in
4362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4363 *) ac_try_echo=$ac_try;;
4364esac
4365eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4366$as_echo "$ac_try_echo"; } >&5
4367 (eval "$ac_try") 2>&5
c6b750e1 4368 ac_status=$?
81ecdfbb
RW
4369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4370 test $ac_status = 0; }; }; then
c6b750e1
DJ
4371 cross_compiling=no
4372 else
4373 if test "$cross_compiling" = maybe; then
4374 cross_compiling=yes
4375 else
81ecdfbb
RW
4376 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4377$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4378as_fn_error "cannot run C compiled programs.
c6b750e1 4379If you meant to cross compile, use \`--host'.
81ecdfbb 4380See \`config.log' for more details." "$LINENO" 5; }
c6b750e1
DJ
4381 fi
4382 fi
4383fi
81ecdfbb
RW
4384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4385$as_echo "yes" >&6; }
c6b750e1 4386
81ecdfbb 4387rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
c6b750e1 4388ac_clean_files=$ac_clean_files_save
81ecdfbb 4389# Check that the compiler produces executables we can run. If not, either
c6b750e1 4390# the compiler is broken, or we cross compile.
81ecdfbb
RW
4391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4392$as_echo_n "checking whether we are cross compiling... " >&6; }
4393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4394$as_echo "$cross_compiling" >&6; }
4395
4396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4397$as_echo_n "checking for suffix of executables... " >&6; }
4398if { { ac_try="$ac_link"
4399case "(($ac_try" in
4400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4401 *) ac_try_echo=$ac_try;;
4402esac
4403eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4404$as_echo "$ac_try_echo"; } >&5
4405 (eval "$ac_link") 2>&5
c6b750e1 4406 ac_status=$?
81ecdfbb
RW
4407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4408 test $ac_status = 0; }; then :
c6b750e1
DJ
4409 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4410# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4411# work properly (i.e., refer to `conftest.exe'), while it won't with
4412# `rm'.
4413for ac_file in conftest.exe conftest conftest.*; do
4414 test -f "$ac_file" || continue
4415 case $ac_file in
81ecdfbb 4416 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
c6b750e1 4417 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
c6b750e1
DJ
4418 break;;
4419 * ) break;;
4420 esac
4421done
4422else
81ecdfbb
RW
4423 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4424$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4425as_fn_error "cannot compute suffix of executables: cannot compile and link
4426See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4427fi
c6b750e1 4428rm -f conftest$ac_cv_exeext
81ecdfbb
RW
4429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4430$as_echo "$ac_cv_exeext" >&6; }
c6b750e1
DJ
4431
4432rm -f conftest.$ac_ext
4433EXEEXT=$ac_cv_exeext
4434ac_exeext=$EXEEXT
81ecdfbb
RW
4435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4436$as_echo_n "checking for suffix of object files... " >&6; }
4437if test "${ac_cv_objext+set}" = set; then :
4438 $as_echo_n "(cached) " >&6
c6b750e1 4439else
81ecdfbb 4440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4441/* end confdefs.h. */
4442
4443int
4444main ()
4445{
4446
4447 ;
4448 return 0;
4449}
4450_ACEOF
4451rm -f conftest.o conftest.obj
81ecdfbb
RW
4452if { { ac_try="$ac_compile"
4453case "(($ac_try" in
4454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4455 *) ac_try_echo=$ac_try;;
4456esac
4457eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4458$as_echo "$ac_try_echo"; } >&5
4459 (eval "$ac_compile") 2>&5
c6b750e1 4460 ac_status=$?
81ecdfbb
RW
4461 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4462 test $ac_status = 0; }; then :
4463 for ac_file in conftest.o conftest.obj conftest.*; do
4464 test -f "$ac_file" || continue;
c6b750e1 4465 case $ac_file in
81ecdfbb 4466 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
c6b750e1
DJ
4467 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4468 break;;
4469 esac
4470done
cac3d6c4 4471else
81ecdfbb 4472 $as_echo "$as_me: failed program was:" >&5
c6b750e1
DJ
4473sed 's/^/| /' conftest.$ac_ext >&5
4474
81ecdfbb
RW
4475{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4476$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4477as_fn_error "cannot compute suffix of object files: cannot compile
4478See \`config.log' for more details." "$LINENO" 5; }
c6b750e1 4479fi
c6b750e1
DJ
4480rm -f conftest.$ac_cv_objext conftest.$ac_ext
4481fi
81ecdfbb
RW
4482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4483$as_echo "$ac_cv_objext" >&6; }
c6b750e1
DJ
4484OBJEXT=$ac_cv_objext
4485ac_objext=$OBJEXT
81ecdfbb
RW
4486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4487$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4488if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4489 $as_echo_n "(cached) " >&6
c6b750e1 4490else
81ecdfbb 4491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4492/* end confdefs.h. */
4493
4494int
4495main ()
4496{
4497#ifndef __GNUC__
4498 choke me
4499#endif
4500
4501 ;
4502 return 0;
4503}
4504_ACEOF
81ecdfbb 4505if ac_fn_c_try_compile "$LINENO"; then :
c6b750e1
DJ
4506 ac_compiler_gnu=yes
4507else
81ecdfbb 4508 ac_compiler_gnu=no
c6b750e1 4509fi
81ecdfbb 4510rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1
DJ
4511ac_cv_c_compiler_gnu=$ac_compiler_gnu
4512
4513fi
81ecdfbb
RW
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4515$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4516if test $ac_compiler_gnu = yes; then
4517 GCC=yes
4518else
4519 GCC=
4520fi
c6b750e1
DJ
4521ac_test_CFLAGS=${CFLAGS+set}
4522ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4524$as_echo_n "checking whether $CC accepts -g... " >&6; }
4525if test "${ac_cv_prog_cc_g+set}" = set; then :
4526 $as_echo_n "(cached) " >&6
4527else
4528 ac_save_c_werror_flag=$ac_c_werror_flag
4529 ac_c_werror_flag=yes
4530 ac_cv_prog_cc_g=no
4531 CFLAGS="-g"
4532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4533/* end confdefs.h. */
4534
4535int
4536main ()
4537{
4538
4539 ;
4540 return 0;
4541}
4542_ACEOF
81ecdfbb 4543if ac_fn_c_try_compile "$LINENO"; then :
9e07f89d
NN
4544 ac_cv_prog_cc_g=yes
4545else
81ecdfbb
RW
4546 CFLAGS=""
4547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4548/* end confdefs.h. */
4549
4550int
4551main ()
4552{
4553
4554 ;
4555 return 0;
4556}
4557_ACEOF
4558if ac_fn_c_try_compile "$LINENO"; then :
4559
4560else
4561 ac_c_werror_flag=$ac_save_c_werror_flag
4562 CFLAGS="-g"
4563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4564/* end confdefs.h. */
cac3d6c4 4565
81ecdfbb
RW
4566int
4567main ()
4568{
4569
4570 ;
4571 return 0;
4572}
4573_ACEOF
4574if ac_fn_c_try_compile "$LINENO"; then :
4575 ac_cv_prog_cc_g=yes
4576fi
4577rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
376a0e54 4578fi
81ecdfbb 4579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 4580fi
81ecdfbb
RW
4581rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4582 ac_c_werror_flag=$ac_save_c_werror_flag
4583fi
4584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4585$as_echo "$ac_cv_prog_cc_g" >&6; }
9e07f89d 4586if test "$ac_test_CFLAGS" = set; then
c6b750e1 4587 CFLAGS=$ac_save_CFLAGS
9e07f89d
NN
4588elif test $ac_cv_prog_cc_g = yes; then
4589 if test "$GCC" = yes; then
4590 CFLAGS="-g -O2"
4591 else
4592 CFLAGS="-g"
4593 fi
4594else
4595 if test "$GCC" = yes; then
4596 CFLAGS="-O2"
4597 else
4598 CFLAGS=
4599 fi
4600fi
81ecdfbb
RW
4601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4602$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4603if test "${ac_cv_prog_cc_c89+set}" = set; then :
4604 $as_echo_n "(cached) " >&6
c6b750e1 4605else
81ecdfbb 4606 ac_cv_prog_cc_c89=no
c6b750e1 4607ac_save_CC=$CC
81ecdfbb 4608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1
DJ
4609/* end confdefs.h. */
4610#include <stdarg.h>
4611#include <stdio.h>
4612#include <sys/types.h>
4613#include <sys/stat.h>
4614/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4615struct buf { int x; };
4616FILE * (*rcsopen) (struct buf *, struct stat *, int);
4617static char *e (p, i)
4618 char **p;
4619 int i;
4620{
4621 return p[i];
4622}
4623static char *f (char * (*g) (char **, int), char **p, ...)
4624{
4625 char *s;
4626 va_list v;
4627 va_start (v,p);
4628 s = g (p, va_arg (v,int));
4629 va_end (v);
4630 return s;
4631}
4632
4633/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4634 function prototypes and stuff, but not '\xHH' hex character constants.
4635 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4636 as 'x'. The following induces an error, until -std is added to get
c6b750e1
DJ
4637 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4638 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4639 that's true only with -std. */
c6b750e1
DJ
4640int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4641
81ecdfbb
RW
4642/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4643 inside strings and character constants. */
4644#define FOO(x) 'x'
4645int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4646
c6b750e1
DJ
4647int test (int i, double x);
4648struct s1 {int (*f) (int a);};
4649struct s2 {int (*f) (double a);};
4650int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4651int argc;
4652char **argv;
4653int
4654main ()
4655{
4656return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4657 ;
4658 return 0;
4659}
4660_ACEOF
81ecdfbb
RW
4661for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4662 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
c6b750e1
DJ
4663do
4664 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4665 if ac_fn_c_try_compile "$LINENO"; then :
4666 ac_cv_prog_cc_c89=$ac_arg
c6b750e1 4667fi
81ecdfbb
RW
4668rm -f core conftest.err conftest.$ac_objext
4669 test "x$ac_cv_prog_cc_c89" != "xno" && break
c6b750e1 4670done
81ecdfbb 4671rm -f conftest.$ac_ext
c6b750e1
DJ
4672CC=$ac_save_CC
4673
4674fi
81ecdfbb
RW
4675# AC_CACHE_VAL
4676case "x$ac_cv_prog_cc_c89" in
4677 x)
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4679$as_echo "none needed" >&6; } ;;
4680 xno)
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4682$as_echo "unsupported" >&6; } ;;
c6b750e1 4683 *)
81ecdfbb
RW
4684 CC="$CC $ac_cv_prog_cc_c89"
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4686$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
c6b750e1 4687esac
81ecdfbb 4688if test "x$ac_cv_prog_cc_c89" != xno; then :
c6b750e1 4689
c6b750e1
DJ
4690fi
4691
c6b750e1
DJ
4692ac_ext=c
4693ac_cpp='$CPP $CPPFLAGS'
4694ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4695ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4696ac_compiler_gnu=$ac_cv_c_compiler_gnu
9e07f89d 4697
81ecdfbb 4698ac_ext=cpp
18f6b6ee
PB
4699ac_cpp='$CXXCPP $CPPFLAGS'
4700ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4701ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4702ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
81ecdfbb
RW
4703if test -z "$CXX"; then
4704 if test -n "$CCC"; then
4705 CXX=$CCC
4706 else
4707 if test -n "$ac_tool_prefix"; then
4708 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4709 do
4710 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4711set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4713$as_echo_n "checking for $ac_word... " >&6; }
4714if test "${ac_cv_prog_CXX+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4716else
4717 if test -n "$CXX"; then
4718 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4719else
4720as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4721for as_dir in $PATH
4722do
4723 IFS=$as_save_IFS
4724 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4725 for ac_exec_ext in '' $ac_executable_extensions; do
4726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4727 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
81ecdfbb 4728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee
PB
4729 break 2
4730 fi
4731done
81ecdfbb
RW
4732 done
4733IFS=$as_save_IFS
512b7dfb 4734
18f6b6ee
PB
4735fi
4736fi
4737CXX=$ac_cv_prog_CXX
4738if test -n "$CXX"; then
81ecdfbb
RW
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4740$as_echo "$CXX" >&6; }
18f6b6ee 4741else
81ecdfbb
RW
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4743$as_echo "no" >&6; }
18f6b6ee
PB
4744fi
4745
81ecdfbb 4746
18f6b6ee
PB
4747 test -n "$CXX" && break
4748 done
4749fi
4750if test -z "$CXX"; then
4751 ac_ct_CXX=$CXX
81ecdfbb 4752 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
18f6b6ee
PB
4753do
4754 # Extract the first word of "$ac_prog", so it can be a program name with args.
4755set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4757$as_echo_n "checking for $ac_word... " >&6; }
4758if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4759 $as_echo_n "(cached) " >&6
18f6b6ee
PB
4760else
4761 if test -n "$ac_ct_CXX"; then
4762 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4763else
4764as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4765for as_dir in $PATH
4766do
4767 IFS=$as_save_IFS
4768 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4769 for ac_exec_ext in '' $ac_executable_extensions; do
4770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18f6b6ee 4771 ac_cv_prog_ac_ct_CXX="$ac_prog"
81ecdfbb 4772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18f6b6ee 4773 break 2
512b7dfb 4774 fi
18f6b6ee 4775done
81ecdfbb
RW
4776 done
4777IFS=$as_save_IFS
512b7dfb 4778
18f6b6ee
PB
4779fi
4780fi
4781ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4782if test -n "$ac_ct_CXX"; then
81ecdfbb
RW
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4784$as_echo "$ac_ct_CXX" >&6; }
18f6b6ee 4785else
81ecdfbb
RW
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4787$as_echo "no" >&6; }
18f6b6ee
PB
4788fi
4789
81ecdfbb 4790
18f6b6ee
PB
4791 test -n "$ac_ct_CXX" && break
4792done
18f6b6ee 4793
81ecdfbb
RW
4794 if test "x$ac_ct_CXX" = x; then
4795 CXX="g++"
4796 else
4797 case $cross_compiling:$ac_tool_warned in
4798yes:)
4799{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4800$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4801ac_tool_warned=yes ;;
4802esac
4803 CXX=$ac_ct_CXX
4804 fi
18f6b6ee
PB
4805fi
4806
81ecdfbb
RW
4807 fi
4808fi
18f6b6ee 4809# Provide some information about the compiler.
81ecdfbb
RW
4810$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4811set X $ac_compile
4812ac_compiler=$2
4813for ac_option in --version -v -V -qversion; do
4814 { { ac_try="$ac_compiler $ac_option >&5"
4815case "(($ac_try" in
4816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4817 *) ac_try_echo=$ac_try;;
4818esac
4819eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4820$as_echo "$ac_try_echo"; } >&5
4821 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18f6b6ee 4822 ac_status=$?
81ecdfbb
RW
4823 if test -s conftest.err; then
4824 sed '10a\
4825... rest of stderr output deleted ...
4826 10q' conftest.err >conftest.er1
4827 cat conftest.er1 >&5
4828 rm -f conftest.er1 conftest.err
4829 fi
4830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4831 test $ac_status = 0; }
4832done
18f6b6ee 4833
81ecdfbb
RW
4834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4835$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4836if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4837 $as_echo_n "(cached) " >&6
18f6b6ee 4838else
81ecdfbb 4839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4840/* end confdefs.h. */
4841
4842int
4843main ()
4844{
4845#ifndef __GNUC__
4846 choke me
4847#endif
4848
4849 ;
4850 return 0;
4851}
4852_ACEOF
81ecdfbb 4853if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4854 ac_compiler_gnu=yes
4855else
81ecdfbb 4856 ac_compiler_gnu=no
18f6b6ee 4857fi
81ecdfbb 4858rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18f6b6ee
PB
4859ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4860
4861fi
81ecdfbb
RW
4862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4863$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4864if test $ac_compiler_gnu = yes; then
4865 GXX=yes
4866else
4867 GXX=
4868fi
18f6b6ee
PB
4869ac_test_CXXFLAGS=${CXXFLAGS+set}
4870ac_save_CXXFLAGS=$CXXFLAGS
81ecdfbb
RW
4871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4872$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4873if test "${ac_cv_prog_cxx_g+set}" = set; then :
4874 $as_echo_n "(cached) " >&6
4875else
4876 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4877 ac_cxx_werror_flag=yes
4878 ac_cv_prog_cxx_g=no
4879 CXXFLAGS="-g"
4880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee
PB
4881/* end confdefs.h. */
4882
4883int
4884main ()
4885{
4886
4887 ;
4888 return 0;
4889}
4890_ACEOF
81ecdfbb 4891if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee
PB
4892 ac_cv_prog_cxx_g=yes
4893else
81ecdfbb
RW
4894 CXXFLAGS=""
4895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4896/* end confdefs.h. */
81ecdfbb 4897
18f6b6ee
PB
4898int
4899main ()
4900{
81ecdfbb 4901
18f6b6ee
PB
4902 ;
4903 return 0;
4904}
4905_ACEOF
81ecdfbb 4906if ac_fn_cxx_try_compile "$LINENO"; then :
18f6b6ee 4907
81ecdfbb
RW
4908else
4909 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4910 CXXFLAGS="-g"
4911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18f6b6ee 4912/* end confdefs.h. */
81ecdfbb 4913
18f6b6ee
PB
4914int
4915main ()
4916{
81ecdfbb 4917
18f6b6ee
PB
4918 ;
4919 return 0;
4920}
4921_ACEOF
81ecdfbb
RW
4922if ac_fn_cxx_try_compile "$LINENO"; then :
4923 ac_cv_prog_cxx_g=yes
18f6b6ee 4924fi
81ecdfbb
RW
4925rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4926fi
4927rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4928fi
4929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4930 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4931fi
4932{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4933$as_echo "$ac_cv_prog_cxx_g" >&6; }
4934if test "$ac_test_CXXFLAGS" = set; then
4935 CXXFLAGS=$ac_save_CXXFLAGS
4936elif test $ac_cv_prog_cxx_g = yes; then
4937 if test "$GXX" = yes; then
4938 CXXFLAGS="-g -O2"
4939 else
4940 CXXFLAGS="-g"
4941 fi
4942else
4943 if test "$GXX" = yes; then
4944 CXXFLAGS="-O2"
4945 else
4946 CXXFLAGS=
4947 fi
18f6b6ee 4948fi
18f6b6ee
PB
4949ac_ext=c
4950ac_cpp='$CPP $CPPFLAGS'
4951ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4952ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4953ac_compiler_gnu=$ac_cv_c_compiler_gnu
4954
4955
4956# We must set the default linker to the linker used by gcc for the correct
4957# operation of libtool. If LD is not defined and we are using gcc, try to
4958# set the LD default to the ld used by gcc.
4959if test -z "$LD"; then
4960 if test "$GCC" = yes; then
4961 case $build in
4962 *-*-mingw*)
4963 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4964 *)
4965 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4966 esac
4967 case $gcc_prog_ld in
4968 # Accept absolute paths.
4969 [\\/]* | [A-Za-z]:[\\/]*)
4970 LD="$gcc_prog_ld" ;;
4971 esac
4972 fi
512b7dfb
PB
4973fi
4974
b3676d82
EB
4975# Check whether -static-libstdc++ -static-libgcc is supported.
4976have_static_libs=no
4977if test "$GCC" = yes; then
4978 saved_LDFLAGS="$LDFLAGS"
4979
4980 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4982$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4983 ac_ext=cpp
4984ac_cpp='$CXXCPP $CPPFLAGS'
4985ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4986ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4987ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4988
4989
4990cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4991/* end confdefs.h. */
a882be68
EB
4992
4993#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4994#error -static-libstdc++ not implemented
4995#endif
b3676d82
EB
4996int main() {}
4997_ACEOF
4998if ac_fn_cxx_try_link "$LINENO"; then :
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5000$as_echo "yes" >&6; }; have_static_libs=yes
5001else
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5003$as_echo "no" >&6; }
5004fi
5005rm -f core conftest.err conftest.$ac_objext \
5006 conftest$ac_exeext conftest.$ac_ext
5007 ac_ext=c
5008ac_cpp='$CPP $CPPFLAGS'
5009ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5010ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5011ac_compiler_gnu=$ac_cv_c_compiler_gnu
5012
5013
5014 LDFLAGS="$saved_LDFLAGS"
5015fi
5016
512b7dfb
PB
5017
5018
5019
c6b750e1 5020if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5021 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
5022set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
81ecdfbb
RW
5023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5024$as_echo_n "checking for $ac_word... " >&6; }
5025if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5026 $as_echo_n "(cached) " >&6
9e07f89d 5027else
512b7dfb
PB
5028 if test -n "$GNATBIND"; then
5029 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
9e07f89d 5030else
c6b750e1
DJ
5031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5032for as_dir in $PATH
5033do
5034 IFS=$as_save_IFS
5035 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5036 for ac_exec_ext in '' $ac_executable_extensions; do
5037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5038 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
81ecdfbb 5039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5040 break 2
5041 fi
5042done
81ecdfbb
RW
5043 done
5044IFS=$as_save_IFS
c6b750e1 5045
9e07f89d
NN
5046fi
5047fi
512b7dfb
PB
5048GNATBIND=$ac_cv_prog_GNATBIND
5049if test -n "$GNATBIND"; then
81ecdfbb
RW
5050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5051$as_echo "$GNATBIND" >&6; }
9e07f89d 5052else
81ecdfbb
RW
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5054$as_echo "no" >&6; }
9e07f89d
NN
5055fi
5056
81ecdfbb 5057
c6b750e1 5058fi
512b7dfb
PB
5059if test -z "$ac_cv_prog_GNATBIND"; then
5060 ac_ct_GNATBIND=$GNATBIND
5061 # Extract the first word of "gnatbind", so it can be a program name with args.
5062set dummy gnatbind; ac_word=$2
81ecdfbb
RW
5063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5064$as_echo_n "checking for $ac_word... " >&6; }
5065if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5066 $as_echo_n "(cached) " >&6
9e07f89d 5067else
512b7dfb
PB
5068 if test -n "$ac_ct_GNATBIND"; then
5069 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
9e07f89d 5070else
c6b750e1
DJ
5071as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5072for as_dir in $PATH
5073do
5074 IFS=$as_save_IFS
5075 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5076 for ac_exec_ext in '' $ac_executable_extensions; do
5077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5078 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
81ecdfbb 5079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
5080 break 2
5081 fi
5082done
81ecdfbb
RW
5083 done
5084IFS=$as_save_IFS
c6b750e1 5085
9e07f89d
NN
5086fi
5087fi
512b7dfb
PB
5088ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5089if test -n "$ac_ct_GNATBIND"; then
81ecdfbb
RW
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5091$as_echo "$ac_ct_GNATBIND" >&6; }
9e07f89d 5092else
81ecdfbb
RW
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5094$as_echo "no" >&6; }
9e07f89d
NN
5095fi
5096
81ecdfbb
RW
5097 if test "x$ac_ct_GNATBIND" = x; then
5098 GNATBIND="no"
5099 else
5100 case $cross_compiling:$ac_tool_warned in
5101yes:)
5102{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5103$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5104ac_tool_warned=yes ;;
5105esac
5106 GNATBIND=$ac_ct_GNATBIND
5107 fi
24ff9987 5108else
512b7dfb 5109 GNATBIND="$ac_cv_prog_GNATBIND"
9e07f89d
NN
5110fi
5111
7df2cd5d 5112if test -n "$ac_tool_prefix"; then
512b7dfb
PB
5113 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5114set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
81ecdfbb
RW
5115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5116$as_echo_n "checking for $ac_word... " >&6; }
5117if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5118 $as_echo_n "(cached) " >&6
7df2cd5d 5119else
512b7dfb
PB
5120 if test -n "$GNATMAKE"; then
5121 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5122else
5123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5124for as_dir in $PATH
5125do
5126 IFS=$as_save_IFS
5127 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5128 for ac_exec_ext in '' $ac_executable_extensions; do
5129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5130 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
81ecdfbb 5131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5132 break 2
5133 fi
5134done
81ecdfbb
RW
5135 done
5136IFS=$as_save_IFS
7df2cd5d
PB
5137
5138fi
5139fi
512b7dfb
PB
5140GNATMAKE=$ac_cv_prog_GNATMAKE
5141if test -n "$GNATMAKE"; then
81ecdfbb
RW
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5143$as_echo "$GNATMAKE" >&6; }
7df2cd5d 5144else
81ecdfbb
RW
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5146$as_echo "no" >&6; }
7df2cd5d
PB
5147fi
5148
81ecdfbb 5149
7df2cd5d 5150fi
512b7dfb
PB
5151if test -z "$ac_cv_prog_GNATMAKE"; then
5152 ac_ct_GNATMAKE=$GNATMAKE
5153 # Extract the first word of "gnatmake", so it can be a program name with args.
5154set dummy gnatmake; ac_word=$2
81ecdfbb
RW
5155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5156$as_echo_n "checking for $ac_word... " >&6; }
5157if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5158 $as_echo_n "(cached) " >&6
7df2cd5d 5159else
512b7dfb
PB
5160 if test -n "$ac_ct_GNATMAKE"; then
5161 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
7df2cd5d
PB
5162else
5163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5164for as_dir in $PATH
5165do
5166 IFS=$as_save_IFS
5167 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5168 for ac_exec_ext in '' $ac_executable_extensions; do
5169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
512b7dfb 5170 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
81ecdfbb 5171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7df2cd5d
PB
5172 break 2
5173 fi
5174done
81ecdfbb
RW
5175 done
5176IFS=$as_save_IFS
7df2cd5d 5177
7df2cd5d
PB
5178fi
5179fi
512b7dfb
PB
5180ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5181if test -n "$ac_ct_GNATMAKE"; then
81ecdfbb
RW
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5183$as_echo "$ac_ct_GNATMAKE" >&6; }
7df2cd5d 5184else
81ecdfbb
RW
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5186$as_echo "no" >&6; }
7df2cd5d
PB
5187fi
5188
81ecdfbb
RW
5189 if test "x$ac_ct_GNATMAKE" = x; then
5190 GNATMAKE="no"
5191 else
5192 case $cross_compiling:$ac_tool_warned in
5193yes:)
5194{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5195$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5196ac_tool_warned=yes ;;
5197esac
5198 GNATMAKE=$ac_ct_GNATMAKE
5199 fi
7df2cd5d 5200else
512b7dfb 5201 GNATMAKE="$ac_cv_prog_GNATMAKE"
7df2cd5d
PB
5202fi
5203
81ecdfbb
RW
5204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5205$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5206if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5207 $as_echo_n "(cached) " >&6
9e07f89d
NN
5208else
5209 cat >conftest.adb <<EOF
5210procedure conftest is begin null; end conftest;
5211EOF
5212acx_cv_cc_gcc_supports_ada=no
5213# There is a bug in old released versions of GCC which causes the
5214# driver to exit successfully when the appropriate language module
5215# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5216# Therefore we must check for the error message as well as an
5217# unsuccessful exit.
b8908782
DD
5218# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5219# given a .adb file, but produce no object file. So we must check
5220# if an object file was really produced to guard against this.
9e07f89d 5221errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
b8908782 5222if test x"$errors" = x && test -f conftest.$ac_objext; then
9e07f89d 5223 acx_cv_cc_gcc_supports_ada=yes
9e07f89d
NN
5224fi
5225rm -f conftest.*
5226fi
81ecdfbb
RW
5227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5228$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
9e07f89d 5229
64b986c0 5230if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
9e07f89d
NN
5231 have_gnat=yes
5232else
5233 have_gnat=no
5234fi
5235
81ecdfbb
RW
5236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5237$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5238if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5239 $as_echo_n "(cached) " >&6
b8908782
DD
5240else
5241 echo abfoo >t1
5242 echo cdfoo >t2
5243 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4b1cb4fe
DD
5244 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5245 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5246 :
5247 else
5248 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5249 fi
5250 fi
b8908782
DD
5251 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5252 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4b1cb4fe 5253 :
b8908782
DD
5254 else
5255 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5256 fi
5257 fi
5258 rm t1 t2
5259
5260fi
81ecdfbb
RW
5261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5262$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
b8908782
DD
5263do_compare="$gcc_cv_prog_cmp_skip"
5264
5265
9e07f89d 5266
ffdd6afc
ILT
5267# Check whether --enable-bootstrap was given.
5268if test "${enable_bootstrap+set}" = set; then :
5269 enableval=$enable_bootstrap;
5270else
5271 enable_bootstrap=default
5272fi
5273
5274
5275# Issue errors and warnings for invalid/strange bootstrap combinations.
5276if test -r $srcdir/gcc/configure; then
5277 have_compiler=yes
5278else
5279 have_compiler=no
5280fi
5281
5282case "$have_compiler:$host:$target:$enable_bootstrap" in
5283 *:*:*:no) ;;
5284
5285 # Default behavior. Enable bootstrap if we have a compiler
5286 # and we are in a native configuration.
5287 yes:$build:$build:default)
5288 enable_bootstrap=yes ;;
5289
5290 *:*:*:default)
5291 enable_bootstrap=no ;;
5292
5293 # We have a compiler and we are in a native configuration, bootstrap is ok
5294 yes:$build:$build:yes)
5295 ;;
5296
5297 # Other configurations, but we have a compiler. Assume the user knows
5298 # what he's doing.
5299 yes:*:*:yes)
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5301$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5302 ;;
5303
5304 # No compiler: if they passed --enable-bootstrap explicitly, fail
5305 no:*:*:yes)
5306 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5307
5308 # Fail if wrong command line
5309 *)
5310 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5311 ;;
5312esac
5313
d5f2ee2e
KG
5314# Used for setting $lt_cv_objdir
5315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5316$as_echo_n "checking for objdir... " >&6; }
5317if test "${lt_cv_objdir+set}" = set; then :
5318 $as_echo_n "(cached) " >&6
5319else
5320 rm -f .libs 2>/dev/null
5321mkdir .libs 2>/dev/null
5322if test -d .libs; then
5323 lt_cv_objdir=.libs
5324else
5325 # MS-DOS does not allow filenames that begin with a dot.
5326 lt_cv_objdir=_libs
5327fi
5328rmdir .libs 2>/dev/null
5329fi
5330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5331$as_echo "$lt_cv_objdir" >&6; }
5332objdir=$lt_cv_objdir
5333
5334
5335
5336
5337
5338cat >>confdefs.h <<_ACEOF
5339#define LT_OBJDIR "$lt_cv_objdir/"
5340_ACEOF
5341
5342
5343
e8a5fa9c 5344# Check for GMP, MPFR and MPC
d9b76ff9 5345gmplibs="-lmpc -lmpfr -lgmp"
4b1cb4fe 5346gmpinc=
4b900473 5347have_gmp=no
e8a5fa9c
RW
5348
5349# Specify a location for mpc
5350# check for this first so it ends up on the link line before mpfr.
5351
81ecdfbb
RW
5352# Check whether --with-mpc was given.
5353if test "${with_mpc+set}" = set; then :
5354 withval=$with_mpc;
5355fi
e8a5fa9c 5356
e8a5fa9c 5357
e552509b 5358# Check whether --with-mpc-include was given.
81ecdfbb
RW
5359if test "${with_mpc_include+set}" = set; then :
5360 withval=$with_mpc_include;
5361fi
e8a5fa9c 5362
e8a5fa9c 5363
e552509b 5364# Check whether --with-mpc-lib was given.
81ecdfbb
RW
5365if test "${with_mpc_lib+set}" = set; then :
5366 withval=$with_mpc_lib;
5367fi
e8a5fa9c 5368
e8a5fa9c
RW
5369
5370if test "x$with_mpc" != x; then
d9b76ff9
KG
5371 gmplibs="-L$with_mpc/lib $gmplibs"
5372 gmpinc="-I$with_mpc/include $gmpinc"
e8a5fa9c
RW
5373fi
5374if test "x$with_mpc_include" != x; then
d9b76ff9 5375 gmpinc="-I$with_mpc_include $gmpinc"
e8a5fa9c
RW
5376fi
5377if test "x$with_mpc_lib" != x; then
d9b76ff9 5378 gmplibs="-L$with_mpc_lib $gmplibs"
e8a5fa9c
RW
5379fi
5380if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
d5f2ee2e 5381 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
d9b76ff9 5382 gmpinc='-I$$s/mpc/src '"$gmpinc"
e8a5fa9c
RW
5383 # Do not test the mpc version. Assume that it is sufficient, since
5384 # it is in the source tree, and the library has not been built yet
5385 # but it would be included on the link line in the version check below
5386 # hence making the test fail.
d9b76ff9 5387 have_gmp=yes
e8a5fa9c 5388fi
4b900473 5389
11b04d1f
DD
5390# Specify a location for mpfr
5391# check for this first so it ends up on the link line before gmp.
c6b750e1 5392
81ecdfbb
RW
5393# Check whether --with-mpfr-dir was given.
5394if test "${with_mpfr_dir+set}" = set; then :
5395 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5396Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5397fi
5398
11b04d1f
DD
5399
5400
81ecdfbb
RW
5401# Check whether --with-mpfr was given.
5402if test "${with_mpfr+set}" = set; then :
5403 withval=$with_mpfr;
5404fi
c6b750e1 5405
11b04d1f 5406
e552509b 5407# Check whether --with-mpfr-include was given.
81ecdfbb
RW
5408if test "${with_mpfr_include+set}" = set; then :
5409 withval=$with_mpfr_include;
5410fi
c6b750e1 5411
8a0d8a5c 5412
e552509b 5413# Check whether --with-mpfr-lib was given.
81ecdfbb
RW
5414if test "${with_mpfr_lib+set}" = set; then :
5415 withval=$with_mpfr_lib;
5416fi
8a0d8a5c 5417
11b04d1f
DD
5418
5419if test "x$with_mpfr" != x; then
5420 gmplibs="-L$with_mpfr/lib $gmplibs"
d9b76ff9 5421 gmpinc="-I$with_mpfr/include $gmpinc"
11b04d1f 5422fi
8a0d8a5c 5423if test "x$with_mpfr_include" != x; then
d9b76ff9 5424 gmpinc="-I$with_mpfr_include $gmpinc"
8a0d8a5c
PB
5425fi
5426if test "x$with_mpfr_lib" != x; then
5427 gmplibs="-L$with_mpfr_lib $gmplibs"
5428fi
4b900473 5429if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
58b1dd21
NC
5430 # MPFR v3.1.0 moved the sources into a src sub-directory.
5431 if test -d ${srcdir}/mpfr/src; then
5432 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5433 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5434 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5435 else
5436 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5437 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5438 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5439 fi
4b900473
PB
5440 # Do not test the mpfr version. Assume that it is sufficient, since
5441 # it is in the source tree, and the library has not been built yet
5442 # but it would be included on the link line in the version check below
5443 # hence making the test fail.
5444 have_gmp=yes
5445fi
11b04d1f 5446
4b1cb4fe 5447# Specify a location for gmp
c6b750e1 5448
81ecdfbb
RW
5449# Check whether --with-gmp-dir was given.
5450if test "${with_gmp_dir+set}" = set; then :
5451 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5452Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5453fi
5454
4b1cb4fe
DD
5455
5456
81ecdfbb
RW
5457# Check whether --with-gmp was given.
5458if test "${with_gmp+set}" = set; then :
5459 withval=$with_gmp;
5460fi
c6b750e1 5461
4b1cb4fe 5462
e552509b 5463# Check whether --with-gmp-include was given.
81ecdfbb
RW
5464if test "${with_gmp_include+set}" = set; then :
5465 withval=$with_gmp_include;
5466fi
c6b750e1 5467
8a0d8a5c 5468
e552509b 5469# Check whether --with-gmp-lib was given.
81ecdfbb
RW
5470if test "${with_gmp_lib+set}" = set; then :
5471 withval=$with_gmp_lib;
5472fi
8a0d8a5c
PB
5473
5474
4b1cb4fe 5475
11b04d1f
DD
5476if test "x$with_gmp" != x; then
5477 gmplibs="-L$with_gmp/lib $gmplibs"
5478 gmpinc="-I$with_gmp/include $gmpinc"
4b1cb4fe 5479fi
8a0d8a5c
PB
5480if test "x$with_gmp_include" != x; then
5481 gmpinc="-I$with_gmp_include $gmpinc"
5482fi
5483if test "x$with_gmp_lib" != x; then
5484 gmplibs="-L$with_gmp_lib $gmplibs"
5485fi
4b900473 5486if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
d5f2ee2e 5487 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
4b900473 5488 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
29821356 5489 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
d5f2ee2e 5490 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
7ec59b9e 5491 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
4b900473
PB
5492 # Do not test the gmp version. Assume that it is sufficient, since
5493 # it is in the source tree, and the library has not been built yet
5494 # but it would be included on the link line in the version check below
5495 # hence making the test fail.
5496 have_gmp=yes
5497fi
4b1cb4fe 5498
ceb92e78 5499if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4b900473
PB
5500 have_gmp=yes
5501 saved_CFLAGS="$CFLAGS"
5502 CFLAGS="$CFLAGS $gmpinc"
a6b5846e
KG
5503 # Check for the recommended and required versions of GMP.
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5505$as_echo_n "checking for the correct version of gmp.h... " >&6; }
a009f2e7
RW
5506
5507cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a6b5846e
KG
5508/* end confdefs.h. */
5509#include "gmp.h"
5510int
5511main ()
5512{
5513
5514 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5515 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
8e71395b 5516 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
a6b5846e
KG
5517 choke me
5518 #endif
5519
5520 ;
5521 return 0;
5522}
5523_ACEOF
5524if ac_fn_c_try_compile "$LINENO"; then :
a009f2e7 5525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5526/* end confdefs.h. */
a6b5846e 5527#include <gmp.h>
c6b750e1
DJ
5528int
5529main ()
5530{
4b1cb4fe 5531
a6b5846e
KG
5532 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5533 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5534 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
4b900473
PB
5535 choke me
5536 #endif
c6b750e1
DJ
5537
5538 ;
5539 return 0;
5540}
5541_ACEOF
81ecdfbb
RW
5542if ac_fn_c_try_compile "$LINENO"; then :
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5544$as_echo "yes" >&6; }
a6b5846e
KG
5545else
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5547$as_echo "buggy but acceptable" >&6; }
5548fi
5549rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c6b750e1 5550else
81ecdfbb
RW
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5552$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5553fi
81ecdfbb 5554rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4b1cb4fe 5555
e8a5fa9c 5556 # If we have GMP, check the MPFR version.
4b900473 5557 if test x"$have_gmp" = xyes; then
a6b5846e
KG
5558 # Check for the recommended and required versions of MPFR.
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5560$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
81ecdfbb 5561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5562/* end confdefs.h. */
9b134994 5563#include <gmp.h>
4b900473 5564 #include <mpfr.h>
c6b750e1
DJ
5565int
5566main ()
5567{
9b134994 5568
7ec59b9e 5569 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
4b900473
PB
5570 choke me
5571 #endif
c6b750e1
DJ
5572
5573 ;
5574 return 0;
5575}
5576_ACEOF
81ecdfbb
RW
5577if ac_fn_c_try_compile "$LINENO"; then :
5578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c6b750e1 5579/* end confdefs.h. */
4b1cb4fe 5580#include <gmp.h>
4b900473 5581 #include <mpfr.h>
c6b750e1
DJ
5582int
5583main ()
5584{
9dbaa842 5585
a6b5846e 5586 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
4b900473
PB
5587 choke me
5588 #endif
e8a5fa9c
RW
5589
5590 ;
5591 return 0;
5592}
5593_ACEOF
81ecdfbb
RW
5594if ac_fn_c_try_compile "$LINENO"; then :
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5596$as_echo "yes" >&6; }
e8a5fa9c 5597else
81ecdfbb
RW
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5599$as_echo "buggy but acceptable" >&6; }
e8a5fa9c 5600fi
81ecdfbb 5601rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5602else
81ecdfbb
RW
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5604$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5605fi
81ecdfbb 5606rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5607 fi
5608
5609 # Check for the MPC header version.
d9b76ff9 5610 if test x"$have_gmp" = xyes ; then
a6b5846e 5611 # Check for the recommended and required versions of MPC.
81ecdfbb
RW
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5613$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c
RW
5615/* end confdefs.h. */
5616#include <mpc.h>
5617int
5618main ()
5619{
5620
a6b5846e
KG
5621 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5622 choke me
5623 #endif
5624
5625 ;
5626 return 0;
5627}
5628_ACEOF
5629if ac_fn_c_try_compile "$LINENO"; then :
5630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5631/* end confdefs.h. */
5632#include <mpc.h>
5633int
5634main ()
5635{
5636
5637 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
e8a5fa9c
RW
5638 choke me
5639 #endif
5640
5641 ;
5642 return 0;
5643}
5644_ACEOF
81ecdfbb
RW
5645if ac_fn_c_try_compile "$LINENO"; then :
5646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
d9b76ff9 5647$as_echo "yes" >&6; }
a6b5846e
KG
5648else
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5650$as_echo "buggy but acceptable" >&6; }
5651fi
5652rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c 5653else
81ecdfbb 5654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
d9b76ff9 5655$as_echo "no" >&6; }; have_gmp=no
e8a5fa9c 5656fi
81ecdfbb 5657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e8a5fa9c
RW
5658 fi
5659
5660 # Now check the MPFR library.
5661 if test x"$have_gmp" = xyes; then
5662 saved_LIBS="$LIBS"
5663 LIBS="$LIBS $gmplibs"
d9b76ff9
KG
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5665$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
81ecdfbb 5666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a5fa9c 5667/* end confdefs.h. */
d9b76ff9 5668#include <mpc.h>
e8a5fa9c
RW
5669int
5670main ()
5671{
5672
5673 mpfr_t n;
5674 mpfr_t x;
d9b76ff9 5675 mpc_t c;
e8a5fa9c
RW
5676 int t;
5677 mpfr_init (n);
5678 mpfr_init (x);
5679 mpfr_atan2 (n, n, x, GMP_RNDN);
5680 mpfr_erfc (n, x, GMP_RNDN);
5681 mpfr_subnormalize (x, t, GMP_RNDN);
d9b76ff9
KG
5682 mpfr_clear(n);
5683 mpfr_clear(x);
5684 mpc_init2 (c, 53);
5685 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5686 mpc_cosh (c, c, MPC_RNDNN);
5687 mpc_pow (c, c, c, MPC_RNDNN);
5688 mpc_acosh (c, c, MPC_RNDNN);
5689 mpc_clear (c);
c6b750e1
DJ
5690
5691 ;
5692 return 0;
5693}
5694_ACEOF
81ecdfbb
RW
5695if ac_fn_c_try_link "$LINENO"; then :
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5697$as_echo "yes" >&6; }
c6b750e1 5698else
81ecdfbb
RW
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5700$as_echo "no" >&6; }; have_gmp=no
c6b750e1 5701fi
81ecdfbb
RW
5702rm -f core conftest.err conftest.$ac_objext \
5703 conftest$ac_exeext conftest.$ac_ext
e8a5fa9c
RW
5704 LIBS="$saved_LIBS"
5705 fi
5706
4b900473 5707 CFLAGS="$saved_CFLAGS"
4b1cb4fe 5708
a6b5846e
KG
5709# The library versions listed in the error message below should match
5710# the HARD-minimums enforced above.
4b900473 5711 if test x$have_gmp != xyes; then
7ec59b9e 5712 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
d9b76ff9
KG
5713Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5714their locations. Source code for these libraries can be found at
5715their respective hosting sites as well as at
5716ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5717http://gcc.gnu.org/install/prerequisites.html for additional info. If
5718you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5719make sure that you have installed both the libraries and the header
5720files. They may be located in separate packages." "$LINENO" 5
4b900473 5721 fi
9dbaa842
DD
5722fi
5723
e8a5fa9c
RW
5724# Flags needed for both GMP, MPFR and/or MPC.
5725
5726
5727
4b1cb4fe
DD
5728
5729
5730
7ec59b9e 5731
29383458
JM
5732# Allow host libstdc++ to be specified for static linking with PPL.
5733
81ecdfbb
RW
5734# Check whether --with-host-libstdcxx was given.
5735if test "${with_host_libstdcxx+set}" = set; then :
5736 withval=$with_host_libstdcxx;
5737fi
29383458 5738
29383458
JM
5739
5740case $with_host_libstdcxx in
5741 no|yes)
81ecdfbb 5742 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
29383458
JM
5743 ;;
5744esac
e28c595f 5745
b3676d82 5746# Libraries to use for stage1 or when not bootstrapping.
e8a5fa9c 5747
b3676d82
EB
5748# Check whether --with-stage1-libs was given.
5749if test "${with_stage1_libs+set}" = set; then :
5750 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5751 stage1_libs=
e8a5fa9c 5752 else
b3676d82 5753 stage1_libs=$withval
e8a5fa9c
RW
5754 fi
5755else
b3676d82 5756 stage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5757fi
5758
e8a5fa9c
RW
5759
5760
b3676d82 5761# Linker flags to use for stage1 or when not bootstrapping.
e8a5fa9c 5762
b3676d82
EB
5763# Check whether --with-stage1-ldflags was given.
5764if test "${with_stage1_ldflags+set}" = set; then :
5765 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5766 stage1_ldflags=
e8a5fa9c 5767 else
b3676d82 5768 stage1_ldflags=$withval
e8a5fa9c
RW
5769 fi
5770else
b3676d82
EB
5771 stage1_ldflags=
5772 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5773 # if supported. But if the user explicitly specified the libraries to use,
5774 # trust that they are doing what they want.
5775 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5776 stage1_ldflags="-static-libstdc++ -static-libgcc"
5777 fi
81ecdfbb
RW
5778fi
5779
e8a5fa9c
RW
5780
5781
e8a5fa9c
RW
5782# Libraries to use for stage2 and later builds. This defaults to the
5783# argument passed to --with-host-libstdcxx.
5784
81ecdfbb
RW
5785# Check whether --with-boot-libs was given.
5786if test "${with_boot_libs+set}" = set; then :
5787 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e8a5fa9c
RW
5788 poststage1_libs=
5789 else
5790 poststage1_libs=$withval
5791 fi
5792else
5793 poststage1_libs=$with_host_libstdcxx
81ecdfbb
RW
5794fi
5795
e8a5fa9c
RW
5796
5797
143754cd
NC
5798# Linker flags to use for stage2 and later builds.
5799
5800# Check whether --with-boot-ldflags was given.
5801if test "${with_boot_ldflags+set}" = set; then :
5802 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5803 poststage1_ldflags=
5804 else
5805 poststage1_ldflags=$withval
5806 fi
5807else
5808 poststage1_ldflags=
4f11b223
ILT
5809 # In stages 2 and 3, default to linking libstdc++ and libgcc
5810 # statically. But if the user explicitly specified the libraries to
5811 # use, trust that they are doing what they want.
5812 if test "$poststage1_libs" = ""; then
143754cd
NC
5813 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5814 fi
5815fi
5816
5817
5818
8e71395b
L
5819# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5820# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5821# config/isl.m4
5822
5823
5824# Check whether --with-cloog was given.
5825if test "${with_cloog+set}" = set; then :
5826 withval=$with_cloog;
5827fi
e28c595f
JM
5828
5829
7ec59b9e
L
5830# Check whether --with-isl was given.
5831if test "${with_isl+set}" = set; then :
5832 withval=$with_isl;
81ecdfbb 5833fi
e28c595f 5834
e28c595f 5835
8e71395b
L
5836# Treat either --without-cloog or --without-isl as a request to disable
5837# GRAPHITE support and skip all following checks.
5838if test "x$with_isl" != "xno" &&
5839 test "x$with_cloog" != "xno"; then
5840 # Check for ISL
5841
5842
7ec59b9e
L
5843# Check whether --with-isl-include was given.
5844if test "${with_isl_include+set}" = set; then :
5845 withval=$with_isl_include;
81ecdfbb
RW
5846fi
5847
e28c595f 5848
7ec59b9e
L
5849# Check whether --with-isl-lib was given.
5850if test "${with_isl_lib+set}" = set; then :
5851 withval=$with_isl_lib;
81ecdfbb 5852fi
e28c595f 5853
e28c595f 5854
7ec59b9e
L
5855 # Check whether --enable-isl-version-check was given.
5856if test "${enable_isl_version_check+set}" = set; then :
5857 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5858else
5859 ENABLE_ISL_CHECK=yes
b123da99
SP
5860fi
5861
5862
7ec59b9e
L
5863 # Initialize isllibs and islinc.
5864 case $with_isl in
5865 no)
5866 isllibs=
5867 islinc=
5868 ;;
5869 "" | yes)
5870 ;;
5871 *)
5872 isllibs="-L$with_isl/lib"
5873 islinc="-I$with_isl/include"
5874 ;;
5875 esac
5876 if test "x${with_isl_include}" != x ; then
5877 islinc="-I$with_isl_include"
5878 fi
5879 if test "x${with_isl_lib}" != x; then
5880 isllibs="-L$with_isl_lib"
5881 fi
5882 if test "x${islinc}" = x && test "x${isllibs}" = x \
5883 && test -d ${srcdir}/isl; then
5884 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5885 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5886 ENABLE_ISL_CHECK=no
3dae1673
JBG
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5888$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
7ec59b9e 5889 fi
b123da99 5890
b123da99 5891
e28c595f 5892
7ec59b9e
L
5893 if test "${ENABLE_ISL_CHECK}" = yes ; then
5894 _isl_saved_CFLAGS=$CFLAGS
5895 _isl_saved_LDFLAGS=$LDFLAGS
5896 _isl_saved_LIBS=$LIBS
5897
5898 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5899 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5900 LIBS="${_isl_saved_LIBS} -lisl"
7ec59b9e
L
5901
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5903$as_echo_n "checking for version 0.10 of ISL... " >&6; }
3dae1673 5904 if test "$cross_compiling" = yes; then :
7ec59b9e
L
5905 gcc_cv_isl=yes
5906else
5907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b123da99 5908/* end confdefs.h. */
7ec59b9e
L
5909#include <isl/version.h>
5910 #include <string.h>
b123da99
SP
5911int
5912main ()
5913{
7ec59b9e
L
5914if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5915 return 1;
5916
b123da99
SP
5917 ;
5918 return 0;
5919}
5920_ACEOF
7ec59b9e
L
5921if ac_fn_c_try_run "$LINENO"; then :
5922 gcc_cv_isl=yes
e28c595f 5923else
7ec59b9e 5924 gcc_cv_isl=no
b123da99 5925fi
7ec59b9e
L
5926rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5927 conftest.$ac_objext conftest.beam conftest.$ac_ext
b123da99 5928fi
7ec59b9e 5929
3dae1673
JBG
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5931$as_echo "$gcc_cv_isl" >&6; }
5932
5933 CFLAGS=$_isl_saved_CFLAGS
5934 LDFLAGS=$_isl_saved_LDFLAGS
5935 LIBS=$_isl_saved_LIBS
5936 fi
5937
5938
5939 if test "${gcc_cv_isl}" = no ; then
5940
5941 if test "${ENABLE_ISL_CHECK}" = yes ; then
5942 _isl_saved_CFLAGS=$CFLAGS
5943 _isl_saved_LDFLAGS=$LDFLAGS
5944 _isl_saved_LIBS=$LIBS
5945
5946 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5947 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5948 LIBS="${_isl_saved_LIBS} -lisl"
3dae1673
JBG
5949
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5951$as_echo_n "checking for version 0.11 of ISL... " >&6; }
5952 if test "$cross_compiling" = yes; then :
5953 gcc_cv_isl=yes
5954else
5955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5956/* end confdefs.h. */
5957#include <isl/version.h>
5958 #include <string.h>
5959int
5960main ()
5961{
5962if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5963 return 1;
5964
5965 ;
5966 return 0;
5967}
5968_ACEOF
5969if ac_fn_c_try_run "$LINENO"; then :
5970 gcc_cv_isl=yes
5971else
5972 gcc_cv_isl=no
5973fi
5974rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5975 conftest.$ac_objext conftest.beam conftest.$ac_ext
81ecdfbb 5976fi
3dae1673
JBG
5977
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
7ec59b9e 5979$as_echo "$gcc_cv_isl" >&6; }
81ecdfbb 5980
7ec59b9e
L
5981 CFLAGS=$_isl_saved_CFLAGS
5982 LDFLAGS=$_isl_saved_LDFLAGS
5983 LIBS=$_isl_saved_LIBS
b123da99 5984 fi
e28c595f 5985
b123da99 5986
b3fc79f8
JBG
5987 if test "${gcc_cv_isl}" = no ; then
5988
5989 if test "${ENABLE_ISL_CHECK}" = yes ; then
5990 _isl_saved_CFLAGS=$CFLAGS
5991 _isl_saved_LDFLAGS=$LDFLAGS
5992 _isl_saved_LIBS=$LIBS
5993
5994 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5995 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5996 LIBS="${_isl_saved_LIBS} -lisl"
5997
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5
5999$as_echo_n "checking for version 0.12 of ISL... " >&6; }
6000 if test "$cross_compiling" = yes; then :
6001 gcc_cv_isl=yes
6002else
6003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6004/* end confdefs.h. */
6005#include <isl/version.h>
6006 #include <string.h>
6007int
6008main ()
6009{
6010if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
6011 return 1;
6012
6013 ;
6014 return 0;
6015}
6016_ACEOF
6017if ac_fn_c_try_run "$LINENO"; then :
6018 gcc_cv_isl=yes
6019else
6020 gcc_cv_isl=no
6021fi
6022rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6023 conftest.$ac_objext conftest.beam conftest.$ac_ext
6024fi
6025
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6027$as_echo "$gcc_cv_isl" >&6; }
6028
6029 CFLAGS=$_isl_saved_CFLAGS
6030 LDFLAGS=$_isl_saved_LDFLAGS
6031 LIBS=$_isl_saved_LIBS
6032 fi
6033
6034
6035 fi
3dae1673 6036 fi
e28c595f 6037
e28c595f 6038
7ec59b9e
L
6039
6040
7ec59b9e
L
6041 if test "x${with_isl}" = xno; then
6042 graphite_requested=no
6043 elif test "x${with_isl}" != x \
6044 || test "x${with_isl_include}" != x \
6045 || test "x${with_isl_lib}" != x ; then
6046 graphite_requested=yes
6047 else
6048 graphite_requested=no
b123da99 6049 fi
e28c595f 6050
e28c595f
JM
6051
6052
7ec59b9e
L
6053 if test "${gcc_cv_isl}" = no ; then
6054 isllibs=
6055 islinc=
6056 fi
e28c595f 6057
7ec59b9e
L
6058 if test "${graphite_requested}" = yes \
6059 && test "x${isllibs}" = x \
6060 && test "x${islinc}" = x ; then
e28c595f 6061
7ec59b9e
L
6062 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6063 fi
e552509b 6064
e28c595f
JM
6065
6066
8e71395b
L
6067 if test "x$gcc_cv_isl" != "xno"; then
6068 # Check for CLOOG
81ecdfbb 6069
e28c595f 6070
e552509b 6071# Check whether --with-cloog-include was given.
81ecdfbb
RW
6072if test "${with_cloog_include+set}" = set; then :
6073 withval=$with_cloog_include;
6074fi
e28c595f 6075
e28c595f 6076
e552509b 6077# Check whether --with-cloog-lib was given.
81ecdfbb
RW
6078if test "${with_cloog_lib+set}" = set; then :
6079 withval=$with_cloog_lib;
6080fi
e28c595f 6081
e28c595f 6082
e552509b
ILT
6083 # Check whether --enable-cloog-version-check was given.
6084if test "${enable_cloog_version_check+set}" = set; then :
6085 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
6086else
6087 ENABLE_CLOOG_CHECK=yes
6088fi
6089
6090
6091 # Initialize clooglibs and clooginc.
6092 case $with_cloog in
6093 no)
6094 clooglibs=
6095 clooginc=
6096 ;;
6097 "" | yes)
6098 ;;
6099 *)
6100 clooglibs="-L$with_cloog/lib"
6101 clooginc="-I$with_cloog/include"
6102 ;;
6103 esac
6104 if test "x${with_cloog_include}" != x ; then
6105 clooginc="-I$with_cloog_include"
6106 fi
6107 if test "x${with_cloog_lib}" != x; then
6108 clooglibs="-L$with_cloog_lib"
6109 fi
3dae1673 6110 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
7ec59b9e
L
6111 && test -d ${srcdir}/cloog; then
6112 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6113 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
3dae1673
JBG
6114 ENABLE_CLOOG_CHECK=no
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6116$as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
8d8eef9a
RW
6117 fi
6118
7ec59b9e 6119 clooginc="-DCLOOG_INT_GMP ${clooginc}"
8e71395b 6120 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
e28c595f 6121
e552509b
ILT
6122
6123
6124
6125
6126 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6127 _cloog_saved_CFLAGS=$CFLAGS
6128 _cloog_saved_LDFLAGS=$LDFLAGS
6129
7ec59b9e
L
6130 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6131 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
e552509b 6132
7ec59b9e
L
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6134$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
3dae1673 6135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e552509b 6136/* end confdefs.h. */
7ec59b9e 6137#include "cloog/version.h"
e552509b
ILT
6138int
6139main ()
6140{
6141#if CLOOG_VERSION_MAJOR != 0 \
7ec59b9e
L
6142 || CLOOG_VERSION_MINOR != 17 \
6143 || CLOOG_VERSION_REVISION < 0
e552509b
ILT
6144 choke me
6145 #endif
6146 ;
6147 return 0;
6148}
6149_ACEOF
6150if ac_fn_c_try_compile "$LINENO"; then :
7ec59b9e 6151 gcc_cv_cloog=yes
e552509b 6152else
7ec59b9e 6153 gcc_cv_cloog=no
e552509b
ILT
6154fi
6155rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3dae1673
JBG
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6157$as_echo "$gcc_cv_cloog" >&6; }
6158
6159 CFLAGS=$_cloog_saved_CFLAGS
6160 LDFLAGS=$_cloog_saved_LDFLAGS
6161 fi
6162
6163
6164 if test "${gcc_cv_cloog}" = no ; then
6165
6166
6167
6168 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6169 _cloog_saved_CFLAGS=$CFLAGS
6170 _cloog_saved_LDFLAGS=$LDFLAGS
6171
6172 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6173 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6174
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6176$as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
6177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6178/* end confdefs.h. */
6179#include "cloog/version.h"
6180int
6181main ()
6182{
6183#if CLOOG_VERSION_MAJOR != 0 \
6184 || CLOOG_VERSION_MINOR != 18 \
6185 || CLOOG_VERSION_REVISION < 0
6186 choke me
6187 #endif
6188 ;
6189 return 0;
6190}
6191_ACEOF
6192if ac_fn_c_try_compile "$LINENO"; then :
6193 gcc_cv_cloog=yes
6194else
6195 gcc_cv_cloog=no
e552509b 6196fi
3dae1673
JBG
6197rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
7ec59b9e 6199$as_echo "$gcc_cv_cloog" >&6; }
e552509b
ILT
6200
6201 CFLAGS=$_cloog_saved_CFLAGS
6202 LDFLAGS=$_cloog_saved_LDFLAGS
6203 fi
6204
6205
3dae1673 6206 fi
e552509b 6207
e28c595f 6208
e28c595f
JM
6209
6210
6211
8d8eef9a
RW
6212 if test "x${with_cloog}" = xno; then
6213 graphite_requested=no
6214 elif test "x${with_cloog}" != x \
e552509b
ILT
6215 || test "x${with_cloog_include}" != x \
6216 || test "x${with_cloog_lib}" != x ; then
6217 graphite_requested=yes
6218 else
6219 graphite_requested=no
6220 fi
6221
6222
6223
7ec59b9e 6224 if test "${gcc_cv_cloog}" = no ; then
e552509b
ILT
6225 clooglibs=
6226 clooginc=
6227 fi
6228
6229 if test "${graphite_requested}" = yes \
6230 && test "x${clooglibs}" = x \
6231 && test "x${clooginc}" = x ; then
6232
8e71395b 6233 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
e552509b
ILT
6234 fi
6235
6236
8e71395b 6237 fi
e552509b
ILT
6238fi
6239
7ec59b9e
L
6240# If either the ISL or the CLooG check failed, disable builds of in-tree
6241# variants of both
8e71395b
L
6242if test "x$with_isl" = xno ||
6243 test "x$with_cloog" = xno ||
6244 test "x$gcc_cv_cloog" = xno ||
6245 test "x$gcc_cv_isl" = xno; then
7ec59b9e 6246 noconfigdirs="$noconfigdirs cloog isl"
8e71395b
L
6247 islinc=
6248 clooginc=
6249 clooglibs=
7ec59b9e
L
6250fi
6251
8e71395b
L
6252
6253
6254
6255
6256
700d40ca
ILT
6257# Check for LTO support.
6258# Check whether --enable-lto was given.
6259if test "${enable_lto+set}" = set; then :
6260 enableval=$enable_lto; enable_lto=$enableval
6261else
6262 enable_lto=yes; default_enable_lto=yes
6263fi
6264
6265
143754cd 6266
e49e5c92
DK
6267
6268
6269target_elf=no
6270case $target in
6271 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
090bc50f 6272 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
a009f2e7 6273 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
e49e5c92
DK
6274 target_elf=no
6275 ;;
6276 *)
6277 target_elf=yes
6278 ;;
6279esac
6280
6281if test $target_elf = yes; then :
74cea91b
DK
6282 # ELF platforms build the lto-plugin always.
6283 build_lto_plugin=yes
e49e5c92 6284
e49e5c92
DK
6285else
6286 if test x"$default_enable_lto" = x"yes" ; then
29821356 6287 case $target in
899b04ef 6288 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
74cea91b 6289 # On other non-ELF platforms, LTO has yet to be validated.
29821356
RW
6290 *) enable_lto=no ;;
6291 esac
e49e5c92 6292 else
29821356
RW
6293 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6294 # It would also be nice to check the binutils support, but we don't
e49e5c92
DK
6295 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6296 # warn during gcc/ subconfigure; unless you're bootstrapping with
6297 # -flto it won't be needed until after installation anyway.
6298 case $target in
a8eb3f0a 6299 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
e49e5c92
DK
6300 *) if test x"$enable_lto" = x"yes"; then
6301 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6302 fi
6303 ;;
6304 esac
6305 fi
a8eb3f0a 6306 # Among non-ELF, only Windows platforms support the lto-plugin so far.
74cea91b 6307 # Build it unless LTO was explicitly disabled.
a8eb3f0a 6308 case $target in
74cea91b 6309 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
a8eb3f0a
DK
6310 *) ;;
6311 esac
74cea91b 6312
e49e5c92
DK
6313fi
6314
700d40ca 6315
e28c595f 6316
7ec59b9e 6317# By default, C and C++ are the only stage 1 languages.
9b134994 6318stage1_languages=,c,
1d39f329 6319
e8a5fa9c 6320# Target libraries that we bootstrap.
2aa2364a 6321bootstrap_target_libs=,target-libgcc,
e8a5fa9c 6322
9e07f89d
NN
6323# Figure out what language subdirectories are present.
6324# Look if the user specified --enable-languages="..."; if not, use
6325# the environment variable $LANGUAGES if defined. $LANGUAGES might
6326# go away some day.
6327# NB: embedded tabs in this IF block -- do not untabify
6328if test -d ${srcdir}/gcc; then
6329 if test x"${enable_languages+set}" != xset; then
6330 if test x"${LANGUAGES+set}" = xset; then
6331 enable_languages="${LANGUAGES}"
6332 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6333 else
6334 enable_languages=all
6335 fi
6336 else
6337 if test x"${enable_languages}" = x ||
6338 test x"${enable_languages}" = xyes;
6339 then
6340 echo configure.in: --enable-languages needs at least one language argument 1>&2
6341 exit 1
6342 fi
6343 fi
6344 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6345
096f7d00
DE
6346 # 'f95' is the old name for the 'fortran' language. We issue a warning
6347 # and make the substitution.
6348 case ,${enable_languages}, in
6349 *,f95,*)
6350 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6351 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6352 ;;
6353 esac
6354
7ec59b9e
L
6355 # If bootstrapping, C++ must be enabled.
6356 case ",$enable_languages,:$enable_bootstrap" in
6357 *,c++,*:*) ;;
6358 *:yes)
ffdd6afc
ILT
6359 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6360 enable_languages="${enable_languages},c++"
6361 else
7ec59b9e 6362 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ffdd6afc
ILT
6363 fi
6364 ;;
6365 esac
6366
9e07f89d
NN
6367 # First scan to see if an enabled language requires some other language.
6368 # We assume that a given config-lang.in will list all the language
6369 # front ends it requires, even if some are required indirectly.
6370 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6371 case ${lang_frag} in
6372 ..) ;;
6373 # The odd quoting in the next line works around
6374 # an apparent bug in bash 1.12 on linux.
6375 ${srcdir}/gcc/[*]/config-lang.in) ;;
6376 *)
e552509b
ILT
6377 # From the config-lang.in, get $language, $lang_requires, and
6378 # $lang_requires_boot_languages.
9e07f89d
NN
6379 language=
6380 lang_requires=
e552509b 6381 lang_requires_boot_languages=
9e07f89d 6382 . ${lang_frag}
e552509b 6383 for other in ${lang_requires} ${lang_requires_boot_languages}; do
9e07f89d
NN
6384 case ,${enable_languages}, in
6385 *,$other,*) ;;
6386 *,all,*) ;;
6387 *,$language,*)
6388 echo " \`$other' language required by \`$language'; enabling" 1>&2
6389 enable_languages="${enable_languages},${other}"
6390 ;;
6391 esac
6392 done
e552509b
ILT
6393 for other in ${lang_requires_boot_languages} ; do
6394 if test "$other" != "c"; then
6395 case ,${enable_stage1_languages}, in
6396 *,$other,*) ;;
6397 *,all,*) ;;
6398 *)
6399 case ,${enable_languages}, in
6400 *,$language,*)
6401 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6402 enable_stage1_languages="$enable_stage1_languages,${other}"
6403 ;;
6404 esac
6405 ;;
6406 esac
6407 fi
6408 done
9e07f89d
NN
6409 ;;
6410 esac
6411 done
6412
9b134994 6413 new_enable_languages=,c,
700d40ca
ILT
6414
6415 # If LTO is enabled, add the LTO front end.
6416 extra_host_libiberty_configure_flags=
6417 if test "$enable_lto" = "yes" ; then
6811fb56
RW
6418 case ,${enable_languages}, in
6419 *,lto,*) ;;
6420 *) enable_languages="${enable_languages},lto" ;;
6421 esac
a8eb3f0a 6422 if test "${build_lto_plugin}" = "yes" ; then
700d40ca
ILT
6423 configdirs="$configdirs lto-plugin"
6424 extra_host_libiberty_configure_flags=--enable-shared
6425 fi
6426 fi
6427
6428
9e07f89d 6429 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9b134994 6430 potential_languages=,c,
9e07f89d 6431
9e1a94f4
ILT
6432 enabled_target_libs=
6433 disabled_target_libs=
6434
9e07f89d
NN
6435 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6436 case ${lang_frag} in
6437 ..) ;;
6438 # The odd quoting in the next line works around
6439 # an apparent bug in bash 1.12 on linux.
6440 ${srcdir}/gcc/[*]/config-lang.in) ;;
6441 *)
c6b750e1 6442 # From the config-lang.in, get $language, $target_libs,
1d39f329 6443 # $lang_dirs, $boot_language, and $build_by_default
9e07f89d
NN
6444 language=
6445 target_libs=
6446 lang_dirs=
64ce424c 6447 subdir_requires=
9b134994
PB
6448 boot_language=no
6449 build_by_default=yes
9e07f89d 6450 . ${lang_frag}
9b134994
PB
6451 if test x${language} = x; then
6452 echo "${lang_frag} doesn't set \$language." 1>&2
6453 exit 1
6454 fi
6455
ffdd6afc 6456 if test "$language" = "c++"; then
7ec59b9e 6457 boot_language=yes
e8a5fa9c
RW
6458 fi
6459
8e71395b 6460 add_this_lang=no
9b134994
PB
6461 case ,${enable_languages}, in
6462 *,${language},*)
7ec59b9e
L
6463 # Language was explicitly selected; include it
6464 # unless it is C, which is enabled by default.
6465 if test "$language" != "c"; then
6466 add_this_lang=yes
6467 fi
9e07f89d 6468 ;;
9b134994
PB
6469 *,all,*)
6470 # 'all' was selected, select it if it is a default language
8e71395b
L
6471 if test "$language" != "c"; then
6472 add_this_lang=${build_by_default}
6473 fi
9e07f89d
NN
6474 ;;
6475 esac
4b1cb4fe 6476
64ce424c 6477 # Disable languages that need other directories if these aren't available.
1f3f1bbf 6478 for i in $subdir_requires; do
3d3adb43 6479 test -f "$srcdir/gcc/$i/config-lang.in" && continue
64ce424c
PB
6480 case ,${enable_languages}, in
6481 *,${language},*)
6482 # Specifically requested language; tell them.
81ecdfbb 6483 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
64ce424c
PB
6484 ;;
6485 *)
6486 # Silently disable.
9b134994 6487 add_this_lang=unsupported
64ce424c
PB
6488 ;;
6489 esac
6490 done
6491
9b134994
PB
6492 # Disable Ada if no preexisting GNAT is available.
6493 case ,${enable_languages},:${language}:${have_gnat} in
6494 *,${language},*:ada:no)
6495 # Specifically requested language; tell them.
81ecdfbb 6496 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9b134994
PB
6497 ;;
6498 *:ada:no)
6499 # Silently disable.
6500 add_this_lang=unsupported
6501 ;;
6502 esac
6503
59f7ec45
HPN
6504 # Disable a language that is unsupported by the target.
6505 case " $unsupported_languages " in
6506 *" $language "*)
9b134994 6507 add_this_lang=unsupported
59f7ec45
HPN
6508 ;;
6509 esac
6510
4b1cb4fe 6511 case $add_this_lang in
9b134994 6512 unsupported)
9e07f89d 6513 # Remove language-dependent dirs.
9e1a94f4
ILT
6514 disabled_target_libs="$disabled_target_libs $target_libs"
6515 noconfigdirs="$noconfigdirs $lang_dirs"
1d39f329 6516 ;;
9b134994
PB
6517 no)
6518 # Remove language-dependent dirs; still show language as supported.
9e1a94f4
ILT
6519 disabled_target_libs="$disabled_target_libs $target_libs"
6520 noconfigdirs="$noconfigdirs $lang_dirs"
9b134994
PB
6521 potential_languages="${potential_languages}${language},"
6522 ;;
6523 yes)
6524 new_enable_languages="${new_enable_languages}${language},"
6525 potential_languages="${potential_languages}${language},"
1d39f329 6526 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
9e1a94f4 6527 enabled_target_libs="$enabled_target_libs $target_libs"
f8dc745f
RW
6528 case "${boot_language}:,$enable_stage1_languages," in
6529 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
4fa63067 6530 # Add to (comma-separated) list of stage 1 languages.
f8dc745f
RW
6531 case ",$stage1_languages," in
6532 *,$language,* | ,yes, | ,all,) ;;
6533 *) stage1_languages="${stage1_languages}${language}," ;;
6534 esac
e8a5fa9c
RW
6535 # We need to bootstrap any supporting libraries.
6536 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
1d39f329
NN
6537 ;;
6538 esac
6539 ;;
9e07f89d
NN
6540 esac
6541 ;;
6542 esac
6543 done
6544
9e1a94f4
ILT
6545 # Add target libraries which are only needed for disabled languages
6546 # to noconfigdirs.
6547 if test -n "$disabled_target_libs"; then
6548 for dir in $disabled_target_libs; do
6549 case " $enabled_target_libs " in
6550 *" ${dir} "*) ;;
6551 *) noconfigdirs="$noconfigdirs $dir" ;;
6552 esac
6553 done
6554 fi
6555
81ecdfbb
RW
6556 # Check whether --enable-stage1-languages was given.
6557if test "${enable_stage1_languages+set}" = set; then :
6558 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9b134994
PB
6559 ,no,|,,)
6560 # Set it to something that will have no effect in the loop below
6561 enable_stage1_languages=c ;;
6562 ,yes,)
6563 enable_stage1_languages=`echo $new_enable_languages | \
6564 sed -e "s/^,//" -e "s/,$//" ` ;;
6565 *,all,*)
6566 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6567 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6568 esac
6569
6570 # Add "good" languages from enable_stage1_languages to stage1_languages,
6571 # while "bad" languages go in missing_languages. Leave no duplicates.
6572 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6573 case $potential_languages in
6574 *,$i,*)
6575 case $stage1_languages in
6576 *,$i,*) ;;
6577 *) stage1_languages="$stage1_languages$i," ;;
6578 esac ;;
6579 *)
6580 case $missing_languages in
6581 *,$i,*) ;;
6582 *) missing_languages="$missing_languages$i," ;;
6583 esac ;;
6584 esac
6585 done
81ecdfbb
RW
6586fi
6587
9b134994
PB
6588
6589 # Remove leading/trailing commas that were added for simplicity
6590 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4b0ac75d 6591 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9b134994
PB
6592 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6593 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6594
9e07f89d 6595 if test "x$missing_languages" != x; then
81ecdfbb 6596 as_fn_error "
27258dd4 6597The following requested languages could not be built: ${missing_languages}
81ecdfbb 6598Supported languages are: ${potential_languages}" "$LINENO" 5
9e07f89d 6599 fi
9e07f89d
NN
6600 if test "x$new_enable_languages" != "x$enable_languages"; then
6601 echo The following languages will be built: ${new_enable_languages}
9b134994 6602 enable_languages="$new_enable_languages"
9e07f89d 6603 fi
9b134994 6604
c6b750e1 6605
81ec575a 6606 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
9e07f89d
NN
6607fi
6608
a6df5a19
PB
6609# Handle --disable-<component> generically.
6610for dir in $configdirs $build_configdirs $target_configdirs ; do
6611 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
9cc8ae67
PB
6612 varname=`echo $dirname | sed -e s/+/_/g`
6613 if eval test x\${enable_${varname}} "=" xno ; then
a6df5a19
PB
6614 noconfigdirs="$noconfigdirs $dir"
6615 fi
6616done
6617
4f0ef2d8 6618# Check for Boehm's garbage collector
81ecdfbb
RW
6619# Check whether --enable-objc-gc was given.
6620if test "${enable_objc_gc+set}" = set; then :
6621 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4f0ef2d8 6622 *,objc,*:*:yes:*target-boehm-gc*)
81ecdfbb 6623 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
4f0ef2d8
CD
6624 ;;
6625esac
81ecdfbb
RW
6626fi
6627
4f0ef2d8
CD
6628
6629# Make sure we only build Boehm's garbage collector if required.
d42c4017
DA
6630case ,${enable_languages},:${enable_objc_gc} in
6631 *,objc,*:yes)
4f0ef2d8
CD
6632 # Keep target-boehm-gc if requested for Objective-C.
6633 ;;
4f0ef2d8 6634 *)
d42c4017
DA
6635 # Otherwise remove target-boehm-gc depending on target-libjava.
6636 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6637 noconfigdirs="$noconfigdirs target-boehm-gc"
6638 fi
4f0ef2d8
CD
6639 ;;
6640esac
6641
95e43135 6642# Disable libitm, libsanitizer, libvtv if we're not building C++
7ec59b9e
L
6643case ,${enable_languages}, in
6644 *,c++,*) ;;
6645 *)
9aaf2a7e 6646 noconfigdirs="$noconfigdirs target-libcilkrts target-libitm target-libsanitizer target-libvtv"
7ec59b9e
L
6647 ;;
6648esac
6649
caeba88f
AL
6650# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6651# $build_configdirs and $target_configdirs.
9e07f89d
NN
6652# If we have the source for $noconfigdirs entries, add them to $notsupp.
6653
6654notsupp=""
6655for dir in . $skipdirs $noconfigdirs ; do
caeba88f 6656 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
9e07f89d
NN
6657 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6658 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6659 if test -r $srcdir/$dirname/configure ; then
6660 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6661 true
6662 else
6663 notsupp="$notsupp $dir"
6664 fi
6665 fi
6666 fi
caeba88f
AL
6667 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6668 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6669 if test -r $srcdir/$dirname/configure ; then
6670 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6671 true
6672 else
6673 notsupp="$notsupp $dir"
6674 fi
6675 fi
6676 fi
9e07f89d
NN
6677 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6678 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6679 if test -r $srcdir/$dirname/configure ; then
6680 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6681 true
6682 else
6683 notsupp="$notsupp $dir"
6684 fi
6685 fi
6686 fi
6687done
6688
9e07f89d
NN
6689# Quietly strip out all directories which aren't configurable in this tree.
6690# This relies on all configurable subdirectories being autoconfiscated, which
6691# is now the case.
6a9cf61e
PB
6692build_configdirs_all="$build_configdirs"
6693build_configdirs=
6694for i in ${build_configdirs_all} ; do
c6b750e1 6695 j=`echo $i | sed -e s/build-//g`
6a9cf61e
PB
6696 if test -f ${srcdir}/$j/configure ; then
6697 build_configdirs="${build_configdirs} $i"
6698 fi
6699done
6700
9e07f89d
NN
6701configdirs_all="$configdirs"
6702configdirs=
6703for i in ${configdirs_all} ; do
6704 if test -f ${srcdir}/$i/configure ; then
6705 configdirs="${configdirs} $i"
6706 fi
6707done
6a9cf61e 6708
9e07f89d
NN
6709target_configdirs_all="$target_configdirs"
6710target_configdirs=
6711for i in ${target_configdirs_all} ; do
c6b750e1 6712 j=`echo $i | sed -e s/target-//g`
9e07f89d
NN
6713 if test -f ${srcdir}/$j/configure ; then
6714 target_configdirs="${target_configdirs} $i"
6715 fi
6716done
6717
6718# Produce a warning message for the subdirs we can't configure.
6719# This isn't especially interesting in the Cygnus tree, but in the individual
6720# FSF releases, it's important to let people know when their machine isn't
6721# supported by the one or two programs in a package.
6722
6723if test -n "${notsupp}" && test -z "${norecursion}" ; then
6724 # If $appdirs is non-empty, at least one of those directories must still
6725 # be configured, or we error out. (E.g., if the gas release supports a
6726 # specified target in some subdirs but not the gas subdir, we shouldn't
6727 # pretend that all is well.)
6728 if test -n "$appdirs" ; then
6729 for dir in $appdirs ; do
6730 if test -r $dir/Makefile.in ; then
6731 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6732 appdirs=""
6733 break
6734 fi
6a9cf61e 6735 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
9e07f89d
NN
6736 appdirs=""
6737 break
6738 fi
6739 fi
6740 done
6741 if test -n "$appdirs" ; then
6742 echo "*** This configuration is not supported by this package." 1>&2
6743 exit 1
6744 fi
6745 fi
6746 # Okay, some application will build, or we don't care to check. Still
6747 # notify of subdirs not getting built.
6748 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6749 echo " ${notsupp}" 1>&2
6750 echo " (Any other directories should still work fine.)" 1>&2
6751fi
6752
6753case "$host" in
6754 *msdosdjgpp*)
6755 enable_gdbtk=no ;;
6756esac
6757
18f6b6ee
PB
6758# To find our prefix, in gcc_cv_tool_prefix.
6759
6760# The user is always right.
6761if test "${PATH_SEPARATOR+set}" != set; then
6762 echo "#! /bin/sh" >conf$$.sh
6763 echo "exit 0" >>conf$$.sh
6764 chmod +x conf$$.sh
6765 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6766 PATH_SEPARATOR=';'
6767 else
6768 PATH_SEPARATOR=:
6769 fi
6770 rm -f conf$$.sh
6771fi
6772
6773
6774
6775if test "x$exec_prefix" = xNONE; then
6776 if test "x$prefix" = xNONE; then
6777 gcc_cv_tool_prefix=$ac_default_prefix
6778 else
6779 gcc_cv_tool_prefix=$prefix
6780 fi
6781else
6782 gcc_cv_tool_prefix=$exec_prefix
6783fi
6784
6785# If there is no compiler in the tree, use the PATH only. In any
6786# case, if there is no compiler in the tree nobody should use
6787# AS_FOR_TARGET and LD_FOR_TARGET.
6788if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6789 gcc_version=`cat $srcdir/gcc/BASE-VER`
6790 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6791 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6792 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6793 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6794 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6795 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6796else
6797 gcc_cv_tool_dirs=
6798fi
6799
6800if test x$build = x$target && test -n "$md_exec_prefix"; then
6801 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6802fi
6803
6804
6805
9e07f89d
NN
6806copy_dirs=
6807
c6b750e1 6808
81ecdfbb
RW
6809# Check whether --with-build-sysroot was given.
6810if test "${with_build_sysroot+set}" = set; then :
6811 withval=$with_build_sysroot; if test x"$withval" != x ; then
a19b6204
MM
6812 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6813 fi
6814else
6815 SYSROOT_CFLAGS_FOR_TARGET=
81ecdfbb 6816fi
a19b6204
MM
6817
6818
8a6ee3ab 6819
81ecdfbb
RW
6820
6821# Check whether --with-debug-prefix-map was given.
6822if test "${with_debug_prefix_map+set}" = set; then :
6823 withval=$with_debug_prefix_map; if test x"$withval" != x; then
8a6ee3ab
JM
6824 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6825 for debug_map in $withval; do
6826 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6827 done
6828 fi
6829else
6830 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
81ecdfbb
RW
6831fi
6832
8a6ee3ab
JM
6833
6834
7f6ef0c0
PB
6835# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6836# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6837# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6838# We want to ensure that TARGET libraries (which we know are built with
6839# gcc) are built with "-O2 -g", so include those options when setting
6840# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6841if test "x$CFLAGS_FOR_TARGET" = x; then
6842 CFLAGS_FOR_TARGET=$CFLAGS
6843 case " $CFLAGS " in
6844 *" -O2 "*) ;;
68f107fa 6845 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6846 esac
6847 case " $CFLAGS " in
6848 *" -g "* | *" -g3 "*) ;;
68f107fa 6849 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6850 esac
6851fi
6852
6853
6854if test "x$CXXFLAGS_FOR_TARGET" = x; then
6855 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6856 case " $CXXFLAGS " in
6857 *" -O2 "*) ;;
68f107fa 6858 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6859 esac
6860 case " $CXXFLAGS " in
6861 *" -g "* | *" -g3 "*) ;;
68f107fa 6862 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
7f6ef0c0
PB
6863 esac
6864fi
6865
6866
91c1f14c
DK
6867
6868
9e07f89d
NN
6869# Handle --with-headers=XXX. If the value is not "yes", the contents of
6870# the named directory are copied to $(tooldir)/sys-include.
6871if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6872 if test x${is_cross_compiler} = xno ; then
6873 echo 1>&2 '***' --with-headers is only supported when cross compiling
6874 exit 1
6875 fi
6876 if test x"${with_headers}" != xyes ; then
18f6b6ee 6877 x=${gcc_cv_tool_prefix}
c6b750e1 6878 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
9e07f89d
NN
6879 fi
6880fi
6881
6882# Handle --with-libs=XXX. If the value is not "yes", the contents of
6883# the name directories are copied to $(tooldir)/lib. Multiple directories
6884# are permitted.
6885if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6886 if test x${is_cross_compiler} = xno ; then
6887 echo 1>&2 '***' --with-libs is only supported when cross compiling
6888 exit 1
6889 fi
6890 if test x"${with_libs}" != xyes ; then
6891 # Copy the libraries in reverse order, so that files in the first named
6892 # library override files in subsequent libraries.
18f6b6ee 6893 x=${gcc_cv_tool_prefix}
9e07f89d 6894 for l in ${with_libs}; do
c6b750e1 6895 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
9e07f89d
NN
6896 done
6897 fi
6898fi
6899
700d40ca 6900# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
2429c060
PB
6901#
6902# This is done by determining whether or not the appropriate directory
6903# is available, and by checking whether or not specific configurations
6904# have requested that this magic not happen.
c6b750e1
DJ
6905#
6906# The command line options always override the explicit settings in
2429c060
PB
6907# configure.in, and the settings in configure.in override this magic.
6908#
c6b750e1 6909# If the default for a toolchain is to use GNU as and ld, and you don't
2429c060 6910# want to do that, then you should use the --without-gnu-as and
700d40ca
ILT
6911# --without-gnu-ld options for the configure script. Similarly, if
6912# the default is to use the included zlib and you don't want to do that,
6913# you should use the --with-system-zlib option for the configure script.
2429c060
PB
6914
6915if test x${use_gnu_as} = x &&
6916 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6917 with_gnu_as=yes
6918 extra_host_args="$extra_host_args --with-gnu-as"
6919fi
6920
6921if test x${use_gnu_ld} = x &&
93f9b408 6922 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
2429c060
PB
6923 with_gnu_ld=yes
6924 extra_host_args="$extra_host_args --with-gnu-ld"
6925fi
6926
700d40ca
ILT
6927if test x${use_included_zlib} = x &&
6928 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6929 :
6930else
6931 with_system_zlib=yes
6932 extra_host_args="$extra_host_args --with-system-zlib"
6933fi
6934
2429c060
PB
6935# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6936# can detect this case.
6937
6938if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6939 with_newlib=yes
6940 extra_host_args="$extra_host_args --with-newlib"
6941fi
6942
9e07f89d
NN
6943# Handle ${copy_dirs}
6944set fnord ${copy_dirs}
6945shift
6946while test $# != 0 ; do
6947 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6948 :
6949 else
6950 echo Copying $1 to $2
6951
6952 # Use the install script to create the directory and all required
6953 # parent directories.
6954 if test -d $2 ; then
6955 :
6956 else
6957 echo >config.temp
6958 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6959 fi
6960
6961 # Copy the directory, assuming we have tar.
6962 # FIXME: Should we use B in the second tar? Not all systems support it.
6963 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6964
6965 # It is the responsibility of the user to correctly adjust all
6966 # symlinks. If somebody can figure out how to handle them correctly
6967 # here, feel free to add the code.
6968
6969 echo $1 > $2/COPIED
6970 fi
6971 shift; shift
6972done
6973
2429c060
PB
6974# Determine a target-dependent exec_prefix that the installed
6975# gcc will search in. Keep this list sorted by triplet, with
6976# the *-*-osname triplets last.
6977md_exec_prefix=
6978case "${target}" in
521ec477 6979 i[34567]86-pc-msdosdjgpp*)
2429c060
PB
6980 md_exec_prefix=/dev/env/DJDIR/bin
6981 ;;
2429c060 6982 *-*-hpux* | \
2429c060 6983 *-*-nto-qnx* | \
1f111696 6984 *-*-solaris2*)
2429c060
PB
6985 md_exec_prefix=/usr/ccs/bin
6986 ;;
6987esac
6988
a0da8069
NN
6989extra_arflags_for_target=
6990extra_nmflags_for_target=
6991extra_ranlibflags_for_target=
6992target_makefile_frag=/dev/null
6993case "${target}" in
77d7106f
AM
6994 spu-*-*)
6995 target_makefile_frag="config/mt-spu"
6996 ;;
a9d58c06 6997 mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
429acdec
RS
6998 target_makefile_frag="config/mt-sde"
6999 ;;
f3b1e08e
RS
7000 mipsisa*-*-elfoabi*)
7001 target_makefile_frag="config/mt-mips-elfoabi"
7002 ;;
e7c8859c
RS
7003 mips*-*-*linux* | mips*-*-gnu*)
7004 target_makefile_frag="config/mt-mips-gnu"
7005 ;;
d9e042ac
SL
7006 nios2-*-elf*)
7007 target_makefile_frag="config/mt-nios2-elf"
7008 ;;
29383458 7009 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3d6dfe0f 7010 target_makefile_frag="config/mt-gnu"
a0da8069
NN
7011 ;;
7012 *-*-aix4.[3456789]* | *-*-aix[56789].*)
c6b750e1 7013 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
a0da8069
NN
7014 # commands to handle both 32-bit and 64-bit objects. These flags are
7015 # harmless if we're using GNU nm or ar.
7016 extra_arflags_for_target=" -X32_64"
7017 extra_nmflags_for_target=" -B -X32_64"
7018 ;;
a0da8069
NN
7019esac
7020
7021alphaieee_frag=/dev/null
7022case $target in
7023 alpha*-*-*)
7024 # This just makes sure to use the -mieee option to build target libs.
7025 # This should probably be set individually by each library.
7026 alphaieee_frag="config/mt-alphaieee"
7027 ;;
7028esac
7029
7030# If --enable-target-optspace always use -Os instead of -O2 to build
7031# the target libraries, similarly if it is not specified, use -Os
7032# on selected platforms.
7033ospace_frag=/dev/null
7034case "${enable_target_optspace}:${target}" in
7035 yes:*)
7036 ospace_frag="config/mt-ospace"
7037 ;;
7038 :d30v-*)
7039 ospace_frag="config/mt-d30v"
7040 ;;
7041 :m32r-* | :d10v-* | :fr30-*)
7042 ospace_frag="config/mt-ospace"
7043 ;;
7044 no:* | :*)
7045 ;;
7046 *)
7047 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7048 ;;
7049esac
7050
a0da8069
NN
7051# Some systems (e.g., one of the i386-aix systems the gas testers are
7052# using) don't handle "\$" correctly, so don't use it here.
c6b750e1 7053tooldir='${exec_prefix}'/${target_noncanonical}
a0da8069
NN
7054build_tooldir=${tooldir}
7055
a0da8069
NN
7056# Create a .gdbinit file which runs the one in srcdir
7057# and tells GDB to look there for source files.
7058
7059if test -r ${srcdir}/.gdbinit ; then
7060 case ${srcdir} in
7061 .) ;;
7062 *) cat > ./.gdbinit <<EOF
7063# ${NO_EDIT}
7064dir ${srcdir}
7065dir .
7066source ${srcdir}/.gdbinit
7067EOF
7068 ;;
7069 esac
7070fi
7071
a0da8069
NN
7072# Make sure that the compiler is able to generate an executable. If it
7073# can't, we are probably in trouble. We don't care whether we can run the
7074# executable--we might be using a cross compiler--we only care whether it
7075# can be created. At this point the main configure script has set CC.
7076we_are_ok=no
7077echo "int main () { return 0; }" > conftest.c
7078${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7079if test $? = 0 ; then
7080 if test -s conftest || test -s conftest.exe ; then
7081 we_are_ok=yes
7082 fi
c6b750e1 7083fi
a0da8069
NN
7084case $we_are_ok in
7085 no)
7086 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7087 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7088 rm -f conftest*
7089 exit 1
7090 ;;
7091esac
7092rm -f conftest*
7093
3bbd2f8f 7094# Decide which environment variable is used to find dynamic libraries.
a0da8069
NN
7095case "${host}" in
7096 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
3516a403 7097 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
3bbd2f8f 7098 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
a0da8069
NN
7099 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7100esac
7101
3bbd2f8f 7102# On systems where the dynamic library environment variable is PATH,
e28c595f
JM
7103# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7104# built executables to PATH.
3bbd2f8f
AL
7105if test "$RPATH_ENVVAR" = PATH; then
7106 GCC_SHLIB_SUBDIR=/shlib
7107else
7108 GCC_SHLIB_SUBDIR=
7109fi
7110
730af8ee 7111# Adjust the toplevel makefile according to whether bootstrap was selected.
7112case $enable_bootstrap in
7113 yes)
7114 bootstrap_suffix=bootstrap
7115 BUILD_CONFIG=bootstrap-debug
7116 ;;
7117 no)
7118 bootstrap_suffix=no-bootstrap
7119 BUILD_CONFIG=
7120 ;;
7121esac
7122
7123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7124$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7125
7126
7127# Check whether --with-build-config was given.
7128if test "${with_build_config+set}" = set; then :
7129 withval=$with_build_config; case $with_build_config in
7130 yes) with_build_config= ;;
7131 no) with_build_config= BUILD_CONFIG= ;;
7132 esac
7133fi
7134
7135
7136if test "x${with_build_config}" != x; then
7137 BUILD_CONFIG=$with_build_config
7138else
7139 case $BUILD_CONFIG in
7140 bootstrap-debug)
7141 if echo "int f (void) { return 0; }" > conftest.c &&
7142 ${CC} -c conftest.c &&
7143 mv conftest.o conftest.o.g0 &&
7144 ${CC} -c -g conftest.c &&
7145 mv conftest.o conftest.o.g &&
7146 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7147 :
7148 else
7149 BUILD_CONFIG=
7150 fi
7151 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7152 ;;
7153 esac
7154fi
7155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7156$as_echo "$BUILD_CONFIG" >&6; }
7157
7158
7159# Use same top-level configure hooks in libgcc/libstdc++/libvtv.
7160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-vtable-verify" >&5
7161$as_echo_n "checking for --enable-vtable-verify... " >&6; }
7162# Check whether --enable-vtable-verify was given.
7163if test "${enable_vtable_verify+set}" = set; then :
7164 enableval=$enable_vtable_verify; case "$enableval" in
7165 yes) enable_vtable_verify=yes ;;
7166 no) enable_vtable_verify=no ;;
7167 *) enable_vtable_verify=no;;
7168 esac
7169else
7170 enable_vtable_verify=no
7171fi
7172
7173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
7174$as_echo "$enable_vtable_verify" >&6; }
7175
a0da8069
NN
7176# Record target_configdirs and the configure arguments for target and
7177# build configuration in Makefile.
7178target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
6a9cf61e 7179build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
201f096f 7180bootstrap_fixincludes=no
a0da8069 7181
2aa2364a
JR
7182# If we are building libgomp, bootstrap it.
7183if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7184 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7185fi
7186
730af8ee 7187# If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
7188# or bootstrap-ubsan, bootstrap it.
7189if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
7190 case "$BUILD_CONFIG" in
7191 *bootstrap-asan* | *bootstrap-ubsan* )
7192 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
201f096f 7193 bootstrap_fixincludes=yes
730af8ee 7194 ;;
7195 esac
5eb08693
L
7196fi
7197
730af8ee 7198# If we are building libvtv and --enable-vtable-verify, bootstrap it.
7199if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 &&
7200 test "$enable_vtable_verify" != no; then
95e43135
JBG
7201 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7202fi
7203
a0da8069
NN
7204# Determine whether gdb needs tk/tcl or not.
7205# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7206# and in that case we want gdb to be built without tk. Ugh!
7207# In fact I believe gdb is the *only* package directly dependent on tk,
7208# so we should be able to put the 'maybe's in unconditionally and
7209# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7210# 100% sure that that's safe though.
c180f501 7211
675c6968 7212gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
a0da8069
NN
7213case "$enable_gdbtk" in
7214 no)
7215 GDB_TK="" ;;
c180f501
AC
7216 yes)
7217 GDB_TK="${gdb_tk}" ;;
a0da8069 7218 *)
c180f501
AC
7219 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7220 # distro. Eventually someone will fix this and move Insight, nee
7221 # gdbtk to a separate directory.
7222 if test -d ${srcdir}/gdb/gdbtk ; then
7223 GDB_TK="${gdb_tk}"
7224 else
7225 GDB_TK=""
7226 fi
7227 ;;
a0da8069 7228esac
907be67c
DJ
7229CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7230INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
a0da8069 7231
6bd3dfaa 7232# Strip out unwanted targets.
dd12c3a8
NN
7233
7234# While at that, we remove Makefiles if we were started for recursive
7235# configuration, so that the top-level Makefile reconfigures them,
7236# like we used to do when configure itself was recursive.
dd12c3a8 7237
06a51eac
RW
7238# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7239# but now we're fixing up the Makefile ourselves with the additional
7240# commands passed to AC_CONFIG_FILES. Use separate variables
7241# extrasub-{build,host,target} not because there is any reason to split
7242# the substitutions up that way, but only to remain below the limit of
7243# 99 commands in a script, for HP-UX sed.
7244# Do not nest @if/@endif pairs, because configure will not warn you at all.
dd12c3a8 7245
16b1ad29
RW
7246case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7247 yes:yes:*\ gold\ *:*,c++,*) ;;
7248 yes:yes:*\ gold\ *:*)
7249 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7250 ;;
7251esac
7252
06a51eac 7253extrasub_build=
6a9cf61e 7254for module in ${build_configdirs} ; do
498d4a71
CF
7255 if test -z "${no_recursion}" \
7256 && test -f ${build_subdir}/${module}/Makefile; then
7257 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7258 rm -f ${build_subdir}/${module}/Makefile
7259 fi
06a51eac 7260 extrasub_build="$extrasub_build
498d4a71
CF
7261/^@if build-$module\$/d
7262/^@endif build-$module\$/d
7263/^@if build-$module-$bootstrap_suffix\$/d
7264/^@endif build-$module-$bootstrap_suffix\$/d"
7265done
06a51eac 7266extrasub_host=
498d4a71 7267for module in ${configdirs} ; do
80911fe1 7268 if test -z "${no_recursion}"; then
8cf39b1b 7269 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
80911fe1
PB
7270 if test -f ${file}; then
7271 echo 1>&2 "*** removing ${file} to force reconfigure"
7272 rm -f ${file}
7273 fi
7274 done
498d4a71 7275 fi
201f096f 7276 case ${module},${bootstrap_fixincludes} in
7277 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
7278 *) host_bootstrap_suffix=$bootstrap_suffix ;;
7279 esac
06a51eac 7280 extrasub_host="$extrasub_host
498d4a71
CF
7281/^@if $module\$/d
7282/^@endif $module\$/d
201f096f 7283/^@if $module-$host_bootstrap_suffix\$/d
7284/^@endif $module-$host_bootstrap_suffix\$/d"
498d4a71 7285done
06a51eac 7286extrasub_target=
498d4a71
CF
7287for module in ${target_configdirs} ; do
7288 if test -z "${no_recursion}" \
7289 && test -f ${target_subdir}/${module}/Makefile; then
7290 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7291 rm -f ${target_subdir}/${module}/Makefile
7292 fi
e8a5fa9c
RW
7293
7294 # We only bootstrap target libraries listed in bootstrap_target_libs.
7295 case $bootstrap_target_libs in
7296 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7297 *) target_bootstrap_suffix=no-bootstrap ;;
7298 esac
7299
06a51eac 7300 extrasub_target="$extrasub_target
498d4a71
CF
7301/^@if target-$module\$/d
7302/^@endif target-$module\$/d
e8a5fa9c
RW
7303/^@if target-$module-$target_bootstrap_suffix\$/d
7304/^@endif target-$module-$target_bootstrap_suffix\$/d"
498d4a71
CF
7305done
7306
06a51eac
RW
7307# Do the final fixup along with target modules.
7308extrasub_target="$extrasub_target
6bd3dfaa 7309/^@if /,/^@endif /d"
a0da8069
NN
7310
7311# Create the serialization dependencies. This uses a temporary file.
7312
81ecdfbb
RW
7313# Check whether --enable-serial-configure was given.
7314if test "${enable_serial_configure+set}" = set; then :
7315 enableval=$enable_serial_configure;
7316fi
e6bfb94a
AO
7317
7318
1047cb91
DD
7319case ${enable_serial_configure} in
7320 yes)
7321 enable_serial_build_configure=yes
7322 enable_serial_host_configure=yes
7323 enable_serial_target_configure=yes
7324 ;;
7325esac
7326
a0da8069
NN
7327# These force 'configure's to be done one at a time, to avoid problems
7328# with contention over a shared config.cache.
7329rm -f serdep.tmp
e6bfb94a 7330echo '# serdep.tmp' > serdep.tmp
a0da8069 7331olditem=
1047cb91 7332test "x${enable_serial_build_configure}" = xyes &&
a0da8069
NN
7333for item in ${build_configdirs} ; do
7334 case ${olditem} in
7335 "") ;;
e6bfb94a 7336 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7337 esac
7338 olditem=${item}
7339done
7340olditem=
1047cb91 7341test "x${enable_serial_host_configure}" = xyes &&
a0da8069
NN
7342for item in ${configdirs} ; do
7343 case ${olditem} in
7344 "") ;;
e6bfb94a 7345 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7346 esac
7347 olditem=${item}
7348done
7349olditem=
1047cb91 7350test "x${enable_serial_target_configure}" = xyes &&
a0da8069
NN
7351for item in ${target_configdirs} ; do
7352 case ${olditem} in
7353 "") ;;
e6bfb94a 7354 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
a0da8069
NN
7355 esac
7356 olditem=${item}
7357done
7358serialization_dependencies=serdep.tmp
7359
7360
e6bfb94a 7361# Base args. Strip norecursion, cache-file, srcdir, host, build,
c6b750e1 7362# target, nonopt, and variable assignments. These are the ones we
30167e0a
NC
7363# might not want to pass down to subconfigures. The exception being
7364# --cache-file=/dev/null, which is used to turn off the use of cache
7365# files altogether, and which should be passed on to subconfigures.
7366# Also strip program-prefix, program-suffix, and program-transform-name,
7367# so that we can pass down a consistent program-transform-name.
c6b750e1 7368baseargs=
65b4571a 7369tbaseargs=
c6b750e1
DJ
7370keep_next=no
7371skip_next=no
7372eval "set -- $ac_configure_args"
18f6b6ee
PB
7373for ac_arg
7374do
c6b750e1
DJ
7375 if test X"$skip_next" = X"yes"; then
7376 skip_next=no
7377 continue
7378 fi
7379 if test X"$keep_next" = X"yes"; then
7380 case $ac_arg in
7381 *\'*)
7382 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7383 esac
7384 baseargs="$baseargs '$ac_arg'"
65b4571a 7385 tbaseargs="$tbaseargs '$ac_arg'"
c6b750e1
DJ
7386 keep_next=no
7387 continue
7388 fi
7389
7390 # Handle separated arguments. Based on the logic generated by
7391 # autoconf 2.59.
7392 case $ac_arg in
7393 *=* | --config-cache | -C | -disable-* | --disable-* \
7394 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7395 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7396 | -with-* | --with-* | -without-* | --without-* | --x)
7397 separate_arg=no
7398 ;;
7399 -*)
7400 separate_arg=yes
7401 ;;
7402 *)
7403 separate_arg=no
7404 ;;
7405 esac
7406
65b4571a
AO
7407 skip_targ=no
7408 case $ac_arg in
7409
7410 --with-* | --without-*)
7411 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7412
7413 case $libopt in
7414 *[-_]include)
7415 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7416 ;;
7417 *[-_]lib)
7418 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7419 ;;
7420 *)
7421 lib=$libopt
7422 ;;
7423 esac
7424
7425
7426 case $lib in
7ec59b9e 7427 mpc | mpfr | gmp | cloog)
65b4571a
AO
7428 # If we're processing --with-$lib, --with-$lib-include or
7429 # --with-$lib-lib, for one of the libs above, and target is
7430 # different from host, don't pass the current argument to any
7431 # target library's configure.
7432 if test x$is_cross_compiler = xyes; then
7433 skip_targ=yes
7434 fi
7435 ;;
7436 esac
7437 ;;
7438 esac
7439
c6b750e1 7440 case "$ac_arg" in
30167e0a
NC
7441 --cache-file=/dev/null | \
7442 -cache-file=/dev/null )
7443 # Handled here to avoid the test to skip args below.
7444 baseargs="$baseargs '$ac_arg'"
65b4571a 7445 tbaseargs="$tbaseargs '$ac_arg'"
30167e0a
NC
7446 # Assert: $separate_arg should always be no.
7447 keep_next=$separate_arg
7448 ;;
c6b750e1
DJ
7449 --no*)
7450 continue
7451 ;;
7452 --c* | \
7453 --sr* | \
7454 --ho* | \
7455 --bu* | \
7456 --t* | \
7457 --program-* | \
7458 -cache_file* | \
7459 -srcdir* | \
7460 -host* | \
7461 -build* | \
7462 -target* | \
7463 -program-prefix* | \
7464 -program-suffix* | \
7465 -program-transform-name* )
7466 skip_next=$separate_arg
7467 continue
7468 ;;
7469 -*)
7470 # An option. Add it.
7471 case $ac_arg in
7472 *\'*)
7473 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7474 esac
7475 baseargs="$baseargs '$ac_arg'"
65b4571a
AO
7476 if test X"$skip_targ" = Xno; then
7477 tbaseargs="$tbaseargs '$ac_arg'"
7478 fi
c6b750e1
DJ
7479 keep_next=$separate_arg
7480 ;;
7481 *)
7482 # Either a variable assignment, or a nonopt (triplet). Don't
7483 # pass it down; let the Makefile handle this.
7484 continue
7485 ;;
7486 esac
7487done
7488# Remove the initial space we just introduced and, as these will be
7489# expanded by make, quote '$'.
7490baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
a0da8069 7491
f27d4f92
DJ
7492# Add in --program-transform-name, after --program-prefix and
7493# --program-suffix have been applied to it. Autoconf has already
7494# doubled dollar signs and backslashes in program_transform_name; we want
7495# the backslashes un-doubled, and then the entire thing wrapped in single
c6b750e1 7496# quotes, because this will be expanded first by make and then by the shell.
f27d4f92
DJ
7497# Also, because we want to override the logic in subdir configure scripts to
7498# choose program_transform_name, replace any s,x,x, with s,y,y,.
7499sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7500${program_transform_name}
7501EOF_SED
7502gcc_transform_name=`cat conftestsed.out`
7503rm -f conftestsed.out
7504baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
65b4571a 7505tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
2444379b
BE
7506if test "$silent" = yes; then
7507 baseargs="$baseargs --silent"
65b4571a 7508 tbaseargs="$tbaseargs --silent"
2444379b 7509fi
34a0f3cf 7510baseargs="$baseargs --disable-option-checking"
65b4571a 7511tbaseargs="$tbaseargs --disable-option-checking"
f27d4f92 7512
4074d5f2
RW
7513# Record and document user additions to sub configure arguments.
7514
7515
7516
7517
a0da8069
NN
7518# For the build-side libraries, we just need to pretend we're native,
7519# and not use the same cache file. Multilibs are neither needed nor
7520# desired.
4074d5f2 7521build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
a0da8069
NN
7522
7523# For host modules, accept cache file option, or specification as blank.
7524case "${cache_file}" in
7525"") # empty
7526 cache_file_option="" ;;
7527/* | [A-Za-z]:[\\/]* ) # absolute path
7528 cache_file_option="--cache-file=${cache_file}" ;;
7529*) # relative path
7530 cache_file_option="--cache-file=../${cache_file}" ;;
7531esac
7532
82252c06
NN
7533# Host dirs don't like to share a cache file either, horribly enough.
7534# This seems to be due to autoconf 2.5x stupidity.
4074d5f2 7535host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
a0da8069 7536
65b4571a 7537target_configargs="$target_configargs ${tbaseargs}"
a0da8069
NN
7538
7539# Passing a --with-cross-host argument lets the target libraries know
7540# whether they are being built with a cross-compiler or being built
7541# native. However, it would be better to use other mechanisms to make the
7542# sorts of decisions they want to make on this basis. Please consider
7543# this option to be deprecated. FIXME.
7544if test x${is_cross_compiler} = xyes ; then
c6b750e1 7545 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
a0da8069
NN
7546fi
7547
afc0578d 7548# Special user-friendly check for native x86_64-linux build, if
7549# multilib is not explicitly enabled.
7550case "$target:$have_compiler:$host:$target:$enable_multilib" in
7551 x86_64-*linux*:yes:$build:$build:)
7552 # Make sure we have a developement environment that handles 32-bit
7553 dev64=no
7554 echo "int main () { return 0; }" > conftest.c
7555 ${CC} -m32 -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7556 if test $? = 0 ; then
7557 if test -s conftest || test -s conftest.exe ; then
7558 dev64=yes
7559 fi
7560 fi
7561 rm -f conftest*
7562 if test x${dev64} != xyes ; then
7563 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
7564 fi
7565 ;;
7566esac
7567
938d2b74
RW
7568# Default to --enable-multilib.
7569if test x${enable_multilib} = x ; then
a0da8069 7570 target_configargs="--enable-multilib ${target_configargs}"
938d2b74 7571fi
a0da8069
NN
7572
7573# Pass --with-newlib if appropriate. Note that target_configdirs has
7574# changed from the earlier setting of with_newlib.
7575if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7576 target_configargs="--with-newlib ${target_configargs}"
7577fi
7578
95036d20
NN
7579# Different target subdirs use different values of certain variables
7580# (notably CXX). Worse, multilibs use *lots* of different values.
7581# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7582# it doesn't automatically accept command-line overrides of them.
7583# This means it's not safe for target subdirs to share a cache file,
7584# which is disgusting, but there you have it. Hopefully this can be
7585# fixed in future. It's still worthwhile to use a cache file for each
7586# directory. I think.
7587
ae380b45
MS
7588# Pass the appropriate --build, --host, --target and --cache-file arguments.
7589# We need to pass --target, as newer autoconf's requires consistency
7590# for target_alias and gcc doesn't manage it consistently.
4b900473 7591target_configargs="--cache-file=./config.cache ${target_configargs}"
a0da8069 7592
a0da8069
NN
7593FLAGS_FOR_TARGET=
7594case " $target_configdirs " in
7595 *" newlib "*)
7596 case " $target_configargs " in
7597 *" --with-newlib "*)
7598 case "$target" in
1f53ca9a 7599 *-cygwin*)
6d94c122 7600 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
1f53ca9a 7601 ;;
a0da8069
NN
7602 esac
7603
7604 # If we're not building GCC, don't discard standard headers.
7605 if test -d ${srcdir}/gcc; then
7606 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7607
7608 if test "${build}" != "${host}"; then
7609 # On Canadian crosses, CC_FOR_TARGET will have already been set
7610 # by `configure', so we won't have an opportunity to add -Bgcc/
7611 # to it. This is right: we don't want to search that directory
7612 # for binaries, but we want the header files in there, so add
7613 # them explicitly.
e552509b 7614 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
a0da8069
NN
7615
7616 # Someone might think of using the pre-installed headers on
7617 # Canadian crosses, in case the installed compiler is not fully
7618 # compatible with the compiler being built. In this case, it
7619 # would be better to flag an error than risking having
7620 # incompatible object files being constructed. We can't
7621 # guarantee that an error will be flagged, but let's hope the
7622 # compiler will do it, when presented with incompatible header
7623 # files.
7624 fi
7625 fi
7626
7627 case "${target}-${is_cross_compiler}" in
ec11bdc6 7628 i[3456789]86-*-linux*-no)
a0da8069
NN
7629 # Here host == target, so we don't need to build gcc,
7630 # so we don't want to discard standard headers.
7631 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7632 ;;
7633 *)
7634 # If we're building newlib, use its generic headers last, but search
7635 # for any libc-related directories first (so make it the last -B
7636 # switch).
7637 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
7638
7639 # If we're building libgloss, find the startup file, simulator library
7640 # and linker script.
7641 case " $target_configdirs " in
7642 *" libgloss "*)
7643 # Look for startup file, simulator library and maybe linker script.
7644 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7645 # Look for libnosys.a in case the target needs it.
7646 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7647 # Most targets have the linker script in the source directory.
7648 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7649 ;;
7650 esac
a0da8069
NN
7651 ;;
7652 esac
7653 ;;
7654 esac
7655 ;;
7656esac
1f53ca9a 7657
45055374 7658case "$target" in
1f53ca9a
AO
7659 x86_64-*mingw* | *-w64-mingw*)
7660 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7661 # however, use a symlink named 'mingw' in ${prefix} .
7662 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7663 ;;
7664 *-mingw*)
7665 # MinGW can't be handled as Cygwin above since it does not use newlib.
7666 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'
7667 ;;
45055374 7668esac
a0da8069 7669
5fbad20a
DD
7670# Allow the user to override the flags for
7671# our build compiler if desired.
c66487f8
NC
7672if test x"${build}" = x"${host}" ; then
7673 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7674 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7675 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7676fi
5fbad20a 7677
a0da8069
NN
7678# On Canadian crosses, we'll be searching the right directories for
7679# the previously-installed cross compiler, so don't bother to add
7680# flags for directories within the install tree of the compiler
7681# being built; programs in there won't even run.
7682if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7683 # Search for pre-installed headers if nothing else fits.
bba45b8b 7684 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
7685fi
7686
7687if test "x${use_gnu_ld}" = x &&
7688 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7689 # Arrange for us to find uninstalled linker scripts.
b00612cc 7690 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
a0da8069
NN
7691fi
7692
a481dbb7
DD
7693# Search for other target-specific linker scripts and such.
7694case "${target}" in
4e206d7e
DB
7695 mep*)
7696 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7697 ;;
7698esac
7699
a0da8069 7700# Makefile fragments.
3e707e94
PB
7701for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7702do
7703 eval fragval=\$$frag
7704 if test $fragval != /dev/null; then
7705 eval $frag=${srcdir}/$fragval
7706 fi
7707done
a0da8069
NN
7708
7709
7710
7711
7712
7713# Miscellanea: directories, flags, etc.
7714
7715
7716
7717
7718
7719
7720
3bbd2f8f 7721
6a9cf61e 7722# Build module lists & subconfigure args.
a0da8069
NN
7723
7724
7725
be01d343
PB
7726# Host module lists & subconfigure args.
7727
7728
7729
911e63d0 7730
be01d343
PB
7731# Target module lists & subconfigure args.
7732
7733
7734
7735# Build tools.
7736
7737
7738
1576798e
PB
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
be01d343
PB
7753# Generate default definitions for YACC, M4, LEX and other programs that run
7754# on the build machine. These are used if the Makefile can't locate these
7755# programs in objdir.
7756MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7757
7758for ac_prog in 'bison -y' byacc yacc
7759do
c6b750e1 7760 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7761set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7763$as_echo_n "checking for $ac_word... " >&6; }
7764if test "${ac_cv_prog_YACC+set}" = set; then :
7765 $as_echo_n "(cached) " >&6
be01d343
PB
7766else
7767 if test -n "$YACC"; then
7768 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7769else
c6b750e1
DJ
7770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7771for as_dir in $PATH
7772do
7773 IFS=$as_save_IFS
7774 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7775 for ac_exec_ext in '' $ac_executable_extensions; do
7776 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7777 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 7778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7779 break 2
7780 fi
7781done
81ecdfbb
RW
7782 done
7783IFS=$as_save_IFS
c6b750e1 7784
be01d343
PB
7785fi
7786fi
c6b750e1 7787YACC=$ac_cv_prog_YACC
be01d343 7788if test -n "$YACC"; then
81ecdfbb
RW
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7790$as_echo "$YACC" >&6; }
be01d343 7791else
81ecdfbb
RW
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7793$as_echo "no" >&6; }
be01d343
PB
7794fi
7795
81ecdfbb 7796
c6b750e1 7797 test -n "$YACC" && break
be01d343
PB
7798done
7799test -n "$YACC" || YACC="$MISSING bison -y"
7800
7801case " $build_configdirs " in
7802 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
be01d343
PB
7803esac
7804
7805for ac_prog in bison
7806do
c6b750e1 7807 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7808set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7810$as_echo_n "checking for $ac_word... " >&6; }
7811if test "${ac_cv_prog_BISON+set}" = set; then :
7812 $as_echo_n "(cached) " >&6
be01d343
PB
7813else
7814 if test -n "$BISON"; then
7815 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7816else
c6b750e1
DJ
7817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7818for as_dir in $PATH
7819do
7820 IFS=$as_save_IFS
7821 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7822 for ac_exec_ext in '' $ac_executable_extensions; do
7823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7824 ac_cv_prog_BISON="$ac_prog"
81ecdfbb 7825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7826 break 2
7827 fi
7828done
81ecdfbb
RW
7829 done
7830IFS=$as_save_IFS
c6b750e1 7831
be01d343
PB
7832fi
7833fi
c6b750e1 7834BISON=$ac_cv_prog_BISON
be01d343 7835if test -n "$BISON"; then
81ecdfbb
RW
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7837$as_echo "$BISON" >&6; }
be01d343 7838else
81ecdfbb
RW
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7840$as_echo "no" >&6; }
be01d343
PB
7841fi
7842
81ecdfbb 7843
c6b750e1 7844 test -n "$BISON" && break
be01d343
PB
7845done
7846test -n "$BISON" || BISON="$MISSING bison"
7847
7848case " $build_configdirs " in
7849 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7850esac
7851
7852for ac_prog in gm4 gnum4 m4
7853do
c6b750e1 7854 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7855set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7857$as_echo_n "checking for $ac_word... " >&6; }
7858if test "${ac_cv_prog_M4+set}" = set; then :
7859 $as_echo_n "(cached) " >&6
be01d343
PB
7860else
7861 if test -n "$M4"; then
7862 ac_cv_prog_M4="$M4" # Let the user override the test.
7863else
c6b750e1
DJ
7864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7865for as_dir in $PATH
7866do
7867 IFS=$as_save_IFS
7868 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7869 for ac_exec_ext in '' $ac_executable_extensions; do
7870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7871 ac_cv_prog_M4="$ac_prog"
81ecdfbb 7872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7873 break 2
7874 fi
7875done
81ecdfbb
RW
7876 done
7877IFS=$as_save_IFS
c6b750e1 7878
be01d343
PB
7879fi
7880fi
c6b750e1 7881M4=$ac_cv_prog_M4
be01d343 7882if test -n "$M4"; then
81ecdfbb
RW
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7884$as_echo "$M4" >&6; }
be01d343 7885else
81ecdfbb
RW
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7887$as_echo "no" >&6; }
be01d343
PB
7888fi
7889
81ecdfbb 7890
c6b750e1 7891 test -n "$M4" && break
be01d343
PB
7892done
7893test -n "$M4" || M4="$MISSING m4"
7894
7895case " $build_configdirs " in
7896 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7897esac
7898
7899for ac_prog in flex lex
7900do
c6b750e1 7901 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7902set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7904$as_echo_n "checking for $ac_word... " >&6; }
7905if test "${ac_cv_prog_LEX+set}" = set; then :
7906 $as_echo_n "(cached) " >&6
be01d343
PB
7907else
7908 if test -n "$LEX"; then
7909 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7910else
c6b750e1
DJ
7911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7912for as_dir in $PATH
7913do
7914 IFS=$as_save_IFS
7915 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7916 for ac_exec_ext in '' $ac_executable_extensions; do
7917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7918 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 7919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7920 break 2
7921 fi
7922done
81ecdfbb
RW
7923 done
7924IFS=$as_save_IFS
c6b750e1 7925
be01d343
PB
7926fi
7927fi
c6b750e1 7928LEX=$ac_cv_prog_LEX
be01d343 7929if test -n "$LEX"; then
81ecdfbb
RW
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7931$as_echo "$LEX" >&6; }
be01d343 7932else
81ecdfbb
RW
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7934$as_echo "no" >&6; }
be01d343
PB
7935fi
7936
81ecdfbb 7937
c6b750e1 7938 test -n "$LEX" && break
be01d343
PB
7939done
7940test -n "$LEX" || LEX="$MISSING flex"
7941
7942case " $build_configdirs " in
7943 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7944 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7945esac
7946
7947for ac_prog in flex
7948do
c6b750e1 7949 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7950set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7952$as_echo_n "checking for $ac_word... " >&6; }
7953if test "${ac_cv_prog_FLEX+set}" = set; then :
7954 $as_echo_n "(cached) " >&6
be01d343
PB
7955else
7956 if test -n "$FLEX"; then
7957 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7958else
c6b750e1
DJ
7959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7960for as_dir in $PATH
7961do
7962 IFS=$as_save_IFS
7963 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7964 for ac_exec_ext in '' $ac_executable_extensions; do
7965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 7966 ac_cv_prog_FLEX="$ac_prog"
81ecdfbb 7967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
7968 break 2
7969 fi
7970done
81ecdfbb
RW
7971 done
7972IFS=$as_save_IFS
c6b750e1 7973
be01d343
PB
7974fi
7975fi
c6b750e1 7976FLEX=$ac_cv_prog_FLEX
be01d343 7977if test -n "$FLEX"; then
81ecdfbb
RW
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7979$as_echo "$FLEX" >&6; }
be01d343 7980else
81ecdfbb
RW
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7982$as_echo "no" >&6; }
be01d343
PB
7983fi
7984
81ecdfbb 7985
c6b750e1 7986 test -n "$FLEX" && break
be01d343
PB
7987done
7988test -n "$FLEX" || FLEX="$MISSING flex"
7989
7990case " $build_configdirs " in
7991 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7992esac
7993
7994for ac_prog in makeinfo
7995do
c6b750e1 7996 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 7997set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
7998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7999$as_echo_n "checking for $ac_word... " >&6; }
8000if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
8001 $as_echo_n "(cached) " >&6
be01d343
PB
8002else
8003 if test -n "$MAKEINFO"; then
8004 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
8005else
c6b750e1
DJ
8006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8007for as_dir in $PATH
8008do
8009 IFS=$as_save_IFS
8010 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8011 for ac_exec_ext in '' $ac_executable_extensions; do
8012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8013 ac_cv_prog_MAKEINFO="$ac_prog"
81ecdfbb 8014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8015 break 2
8016 fi
8017done
81ecdfbb
RW
8018 done
8019IFS=$as_save_IFS
c6b750e1 8020
be01d343
PB
8021fi
8022fi
c6b750e1 8023MAKEINFO=$ac_cv_prog_MAKEINFO
be01d343 8024if test -n "$MAKEINFO"; then
81ecdfbb
RW
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8026$as_echo "$MAKEINFO" >&6; }
be01d343 8027else
81ecdfbb
RW
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8029$as_echo "no" >&6; }
be01d343
PB
8030fi
8031
81ecdfbb 8032
c6b750e1 8033 test -n "$MAKEINFO" && break
be01d343
PB
8034done
8035test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8036
8037case " $build_configdirs " in
8038 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8039 *)
8040
10ad8ef3 8041 # For an installed makeinfo, we require it to be from texinfo 4.7 or
be01d343
PB
8042 # higher, else we use the "missing" dummy.
8043 if ${MAKEINFO} --version \
10ad8ef3 8044 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
be01d343
PB
8045 :
8046 else
8047 MAKEINFO="$MISSING makeinfo"
8048 fi
8049 ;;
8050
8051esac
a0da8069 8052
be01d343 8053# FIXME: expect and dejagnu may become build tools?
a0da8069 8054
be01d343
PB
8055for ac_prog in expect
8056do
c6b750e1 8057 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8058set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8060$as_echo_n "checking for $ac_word... " >&6; }
8061if test "${ac_cv_prog_EXPECT+set}" = set; then :
8062 $as_echo_n "(cached) " >&6
be01d343
PB
8063else
8064 if test -n "$EXPECT"; then
8065 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8066else
c6b750e1
DJ
8067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8068for as_dir in $PATH
8069do
8070 IFS=$as_save_IFS
8071 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8072 for ac_exec_ext in '' $ac_executable_extensions; do
8073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8074 ac_cv_prog_EXPECT="$ac_prog"
81ecdfbb 8075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8076 break 2
8077 fi
8078done
81ecdfbb
RW
8079 done
8080IFS=$as_save_IFS
c6b750e1 8081
be01d343
PB
8082fi
8083fi
c6b750e1 8084EXPECT=$ac_cv_prog_EXPECT
be01d343 8085if test -n "$EXPECT"; then
81ecdfbb
RW
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8087$as_echo "$EXPECT" >&6; }
be01d343 8088else
81ecdfbb
RW
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8090$as_echo "no" >&6; }
be01d343 8091fi
a0da8069 8092
81ecdfbb 8093
c6b750e1 8094 test -n "$EXPECT" && break
be01d343
PB
8095done
8096test -n "$EXPECT" || EXPECT="expect"
a0da8069 8097
be01d343
PB
8098case " $configdirs " in
8099 *" expect "*)
8100 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8101 ;;
8102esac
a0da8069 8103
be01d343
PB
8104for ac_prog in runtest
8105do
c6b750e1 8106 # Extract the first word of "$ac_prog", so it can be a program name with args.
be01d343 8107set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
8108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8109$as_echo_n "checking for $ac_word... " >&6; }
8110if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8111 $as_echo_n "(cached) " >&6
be01d343
PB
8112else
8113 if test -n "$RUNTEST"; then
8114 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8115else
c6b750e1
DJ
8116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8117for as_dir in $PATH
8118do
8119 IFS=$as_save_IFS
8120 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8121 for ac_exec_ext in '' $ac_executable_extensions; do
8122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8123 ac_cv_prog_RUNTEST="$ac_prog"
81ecdfbb 8124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8125 break 2
8126 fi
8127done
81ecdfbb
RW
8128 done
8129IFS=$as_save_IFS
c6b750e1 8130
be01d343
PB
8131fi
8132fi
c6b750e1 8133RUNTEST=$ac_cv_prog_RUNTEST
be01d343 8134if test -n "$RUNTEST"; then
81ecdfbb
RW
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8136$as_echo "$RUNTEST" >&6; }
be01d343 8137else
81ecdfbb
RW
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8139$as_echo "no" >&6; }
be01d343 8140fi
a0da8069 8141
81ecdfbb 8142
c6b750e1 8143 test -n "$RUNTEST" && break
be01d343
PB
8144done
8145test -n "$RUNTEST" || RUNTEST="runtest"
a0da8069 8146
be01d343
PB
8147case " $configdirs " in
8148 *" dejagnu "*)
6b89cc21 8149 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
be01d343
PB
8150 ;;
8151esac
a0da8069
NN
8152
8153
a0da8069 8154# Host tools.
859789af
AC
8155ncn_tool_prefix=
8156test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8157ncn_target_tool_prefix=
8158test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8159
9a819804
AO
8160
8161
8162if test -n "$AR"; then
8163 ac_cv_prog_AR=$AR
8164elif test -n "$ac_cv_prog_AR"; then
8165 AR=$ac_cv_prog_AR
8166fi
8167
8168if test -n "$ac_cv_prog_AR"; then
8169 for ncn_progname in ar; do
8170 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8171set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8173$as_echo_n "checking for $ac_word... " >&6; }
8174if test "${ac_cv_prog_AR+set}" = set; then :
8175 $as_echo_n "(cached) " >&6
9a819804
AO
8176else
8177 if test -n "$AR"; then
8178 ac_cv_prog_AR="$AR" # Let the user override the test.
8179else
8180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8181for as_dir in $PATH
8182do
8183 IFS=$as_save_IFS
8184 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8185 for ac_exec_ext in '' $ac_executable_extensions; do
8186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8187 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8189 break 2
8190 fi
8191done
81ecdfbb
RW
8192 done
8193IFS=$as_save_IFS
9a819804
AO
8194
8195fi
8196fi
8197AR=$ac_cv_prog_AR
8198if test -n "$AR"; then
81ecdfbb
RW
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8200$as_echo "$AR" >&6; }
9a819804 8201else
81ecdfbb
RW
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8203$as_echo "no" >&6; }
9a819804
AO
8204fi
8205
81ecdfbb 8206
9a819804
AO
8207 done
8208fi
8209
8210for ncn_progname in ar; do
05cbd757
PB
8211 if test -n "$ncn_tool_prefix"; then
8212 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8213set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8215$as_echo_n "checking for $ac_word... " >&6; }
8216if test "${ac_cv_prog_AR+set}" = set; then :
8217 $as_echo_n "(cached) " >&6
859789af
AC
8218else
8219 if test -n "$AR"; then
8220 ac_cv_prog_AR="$AR" # Let the user override the test.
8221else
c6b750e1
DJ
8222as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8223for as_dir in $PATH
8224do
8225 IFS=$as_save_IFS
8226 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8227 for ac_exec_ext in '' $ac_executable_extensions; do
8228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8229 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8231 break 2
8232 fi
8233done
81ecdfbb
RW
8234 done
8235IFS=$as_save_IFS
c6b750e1 8236
859789af
AC
8237fi
8238fi
c6b750e1 8239AR=$ac_cv_prog_AR
859789af 8240if test -n "$AR"; then
81ecdfbb
RW
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8242$as_echo "$AR" >&6; }
859789af 8243else
81ecdfbb
RW
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8245$as_echo "no" >&6; }
859789af
AC
8246fi
8247
81ecdfbb 8248
05cbd757
PB
8249 fi
8250 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8251 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8252set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8254$as_echo_n "checking for $ac_word... " >&6; }
8255if test "${ac_cv_prog_AR+set}" = set; then :
8256 $as_echo_n "(cached) " >&6
859789af 8257else
05cbd757
PB
8258 if test -n "$AR"; then
8259 ac_cv_prog_AR="$AR" # Let the user override the test.
859789af 8260else
c6b750e1
DJ
8261as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8262for as_dir in $PATH
8263do
8264 IFS=$as_save_IFS
8265 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8266 for ac_exec_ext in '' $ac_executable_extensions; do
8267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8268 ac_cv_prog_AR="${ncn_progname}"
81ecdfbb 8269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8270 break 2
8271 fi
8272done
81ecdfbb
RW
8273 done
8274IFS=$as_save_IFS
c6b750e1 8275
859789af
AC
8276fi
8277fi
c6b750e1 8278AR=$ac_cv_prog_AR
05cbd757 8279if test -n "$AR"; then
81ecdfbb
RW
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8281$as_echo "$AR" >&6; }
859789af 8282else
81ecdfbb
RW
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8284$as_echo "no" >&6; }
859789af 8285fi
c6b750e1 8286
81ecdfbb 8287
05cbd757
PB
8288 fi
8289 test -n "$ac_cv_prog_AR" && break
8290done
8291
8292if test -z "$ac_cv_prog_AR" ; then
8293 set dummy ar
8294 if test $build = $host ; then
8295 AR="$2"
859789af 8296 else
05cbd757 8297 AR="${ncn_tool_prefix}$2"
859789af 8298 fi
859789af
AC
8299fi
8300
9a819804
AO
8301
8302
8303if test -n "$AS"; then
8304 ac_cv_prog_AS=$AS
8305elif test -n "$ac_cv_prog_AS"; then
8306 AS=$ac_cv_prog_AS
8307fi
8308
8309if test -n "$ac_cv_prog_AS"; then
8310 for ncn_progname in as; do
8311 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8312set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8314$as_echo_n "checking for $ac_word... " >&6; }
8315if test "${ac_cv_prog_AS+set}" = set; then :
8316 $as_echo_n "(cached) " >&6
9a819804
AO
8317else
8318 if test -n "$AS"; then
8319 ac_cv_prog_AS="$AS" # Let the user override the test.
8320else
8321as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8322for as_dir in $PATH
8323do
8324 IFS=$as_save_IFS
8325 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8326 for ac_exec_ext in '' $ac_executable_extensions; do
8327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8328 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8330 break 2
8331 fi
8332done
81ecdfbb
RW
8333 done
8334IFS=$as_save_IFS
9a819804
AO
8335
8336fi
8337fi
8338AS=$ac_cv_prog_AS
8339if test -n "$AS"; then
81ecdfbb
RW
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8341$as_echo "$AS" >&6; }
9a819804 8342else
81ecdfbb
RW
8343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8344$as_echo "no" >&6; }
9a819804
AO
8345fi
8346
81ecdfbb 8347
9a819804
AO
8348 done
8349fi
8350
8351for ncn_progname in as; do
05cbd757
PB
8352 if test -n "$ncn_tool_prefix"; then
8353 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8354set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8356$as_echo_n "checking for $ac_word... " >&6; }
8357if test "${ac_cv_prog_AS+set}" = set; then :
8358 $as_echo_n "(cached) " >&6
859789af
AC
8359else
8360 if test -n "$AS"; then
8361 ac_cv_prog_AS="$AS" # Let the user override the test.
c6b750e1
DJ
8362else
8363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8364for as_dir in $PATH
8365do
8366 IFS=$as_save_IFS
8367 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8368 for ac_exec_ext in '' $ac_executable_extensions; do
8369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8370 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8372 break 2
8373 fi
8374done
81ecdfbb
RW
8375 done
8376IFS=$as_save_IFS
c6b750e1 8377
859789af
AC
8378fi
8379fi
c6b750e1 8380AS=$ac_cv_prog_AS
859789af 8381if test -n "$AS"; then
81ecdfbb
RW
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8383$as_echo "$AS" >&6; }
859789af 8384else
81ecdfbb
RW
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8386$as_echo "no" >&6; }
859789af
AC
8387fi
8388
81ecdfbb 8389
05cbd757
PB
8390 fi
8391 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8392 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8393set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8395$as_echo_n "checking for $ac_word... " >&6; }
8396if test "${ac_cv_prog_AS+set}" = set; then :
8397 $as_echo_n "(cached) " >&6
859789af 8398else
05cbd757
PB
8399 if test -n "$AS"; then
8400 ac_cv_prog_AS="$AS" # Let the user override the test.
859789af 8401else
c6b750e1
DJ
8402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8403for as_dir in $PATH
8404do
8405 IFS=$as_save_IFS
8406 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8407 for ac_exec_ext in '' $ac_executable_extensions; do
8408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8409 ac_cv_prog_AS="${ncn_progname}"
81ecdfbb 8410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8411 break 2
8412 fi
8413done
81ecdfbb
RW
8414 done
8415IFS=$as_save_IFS
c6b750e1 8416
859789af
AC
8417fi
8418fi
c6b750e1 8419AS=$ac_cv_prog_AS
05cbd757 8420if test -n "$AS"; then
81ecdfbb
RW
8421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8422$as_echo "$AS" >&6; }
859789af 8423else
81ecdfbb
RW
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8425$as_echo "no" >&6; }
859789af 8426fi
c6b750e1 8427
81ecdfbb 8428
05cbd757
PB
8429 fi
8430 test -n "$ac_cv_prog_AS" && break
8431done
8432
8433if test -z "$ac_cv_prog_AS" ; then
8434 set dummy as
8435 if test $build = $host ; then
8436 AS="$2"
859789af 8437 else
05cbd757 8438 AS="${ncn_tool_prefix}$2"
859789af 8439 fi
859789af
AC
8440fi
8441
9a819804
AO
8442
8443
8444if test -n "$DLLTOOL"; then
8445 ac_cv_prog_DLLTOOL=$DLLTOOL
8446elif test -n "$ac_cv_prog_DLLTOOL"; then
8447 DLLTOOL=$ac_cv_prog_DLLTOOL
8448fi
8449
8450if test -n "$ac_cv_prog_DLLTOOL"; then
8451 for ncn_progname in dlltool; do
8452 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8453set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8455$as_echo_n "checking for $ac_word... " >&6; }
8456if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8457 $as_echo_n "(cached) " >&6
9a819804
AO
8458else
8459 if test -n "$DLLTOOL"; then
8460 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8461else
8462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8463for as_dir in $PATH
8464do
8465 IFS=$as_save_IFS
8466 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8467 for ac_exec_ext in '' $ac_executable_extensions; do
8468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8469 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8471 break 2
8472 fi
8473done
81ecdfbb
RW
8474 done
8475IFS=$as_save_IFS
9a819804
AO
8476
8477fi
8478fi
8479DLLTOOL=$ac_cv_prog_DLLTOOL
8480if test -n "$DLLTOOL"; then
81ecdfbb
RW
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8482$as_echo "$DLLTOOL" >&6; }
9a819804 8483else
81ecdfbb
RW
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8485$as_echo "no" >&6; }
9a819804
AO
8486fi
8487
81ecdfbb 8488
9a819804
AO
8489 done
8490fi
8491
8492for ncn_progname in dlltool; do
05cbd757
PB
8493 if test -n "$ncn_tool_prefix"; then
8494 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8495set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8497$as_echo_n "checking for $ac_word... " >&6; }
8498if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8499 $as_echo_n "(cached) " >&6
859789af
AC
8500else
8501 if test -n "$DLLTOOL"; then
8502 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8503else
c6b750e1
DJ
8504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505for as_dir in $PATH
8506do
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8511 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8513 break 2
8514 fi
8515done
81ecdfbb
RW
8516 done
8517IFS=$as_save_IFS
c6b750e1 8518
859789af
AC
8519fi
8520fi
c6b750e1 8521DLLTOOL=$ac_cv_prog_DLLTOOL
859789af 8522if test -n "$DLLTOOL"; then
81ecdfbb
RW
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8524$as_echo "$DLLTOOL" >&6; }
859789af 8525else
81ecdfbb
RW
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8527$as_echo "no" >&6; }
859789af
AC
8528fi
8529
81ecdfbb 8530
05cbd757
PB
8531 fi
8532 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8533 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8534set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8536$as_echo_n "checking for $ac_word... " >&6; }
8537if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8538 $as_echo_n "(cached) " >&6
859789af 8539else
05cbd757
PB
8540 if test -n "$DLLTOOL"; then
8541 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
859789af 8542else
c6b750e1
DJ
8543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8544for as_dir in $PATH
8545do
8546 IFS=$as_save_IFS
8547 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8548 for ac_exec_ext in '' $ac_executable_extensions; do
8549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8550 ac_cv_prog_DLLTOOL="${ncn_progname}"
81ecdfbb 8551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8552 break 2
8553 fi
8554done
81ecdfbb
RW
8555 done
8556IFS=$as_save_IFS
c6b750e1 8557
859789af
AC
8558fi
8559fi
c6b750e1 8560DLLTOOL=$ac_cv_prog_DLLTOOL
05cbd757 8561if test -n "$DLLTOOL"; then
81ecdfbb
RW
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8563$as_echo "$DLLTOOL" >&6; }
859789af 8564else
81ecdfbb
RW
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8566$as_echo "no" >&6; }
859789af 8567fi
c6b750e1 8568
81ecdfbb 8569
05cbd757
PB
8570 fi
8571 test -n "$ac_cv_prog_DLLTOOL" && break
8572done
8573
8574if test -z "$ac_cv_prog_DLLTOOL" ; then
8575 set dummy dlltool
8576 if test $build = $host ; then
8577 DLLTOOL="$2"
859789af 8578 else
05cbd757 8579 DLLTOOL="${ncn_tool_prefix}$2"
859789af 8580 fi
859789af
AC
8581fi
8582
9a819804
AO
8583
8584
8585if test -n "$LD"; then
8586 ac_cv_prog_LD=$LD
8587elif test -n "$ac_cv_prog_LD"; then
8588 LD=$ac_cv_prog_LD
8589fi
8590
8591if test -n "$ac_cv_prog_LD"; then
8592 for ncn_progname in ld; do
8593 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8594set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8596$as_echo_n "checking for $ac_word... " >&6; }
8597if test "${ac_cv_prog_LD+set}" = set; then :
8598 $as_echo_n "(cached) " >&6
9a819804
AO
8599else
8600 if test -n "$LD"; then
8601 ac_cv_prog_LD="$LD" # Let the user override the test.
8602else
8603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8604for as_dir in $PATH
8605do
8606 IFS=$as_save_IFS
8607 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8608 for ac_exec_ext in '' $ac_executable_extensions; do
8609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8610 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8612 break 2
8613 fi
8614done
81ecdfbb
RW
8615 done
8616IFS=$as_save_IFS
9a819804
AO
8617
8618fi
8619fi
8620LD=$ac_cv_prog_LD
8621if test -n "$LD"; then
81ecdfbb
RW
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8623$as_echo "$LD" >&6; }
9a819804 8624else
81ecdfbb
RW
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8626$as_echo "no" >&6; }
9a819804
AO
8627fi
8628
81ecdfbb 8629
9a819804
AO
8630 done
8631fi
8632
8633for ncn_progname in ld; do
05cbd757
PB
8634 if test -n "$ncn_tool_prefix"; then
8635 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8636set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8638$as_echo_n "checking for $ac_word... " >&6; }
8639if test "${ac_cv_prog_LD+set}" = set; then :
8640 $as_echo_n "(cached) " >&6
859789af
AC
8641else
8642 if test -n "$LD"; then
8643 ac_cv_prog_LD="$LD" # Let the user override the test.
8644else
c6b750e1
DJ
8645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8646for as_dir in $PATH
8647do
8648 IFS=$as_save_IFS
8649 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8650 for ac_exec_ext in '' $ac_executable_extensions; do
8651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8652 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8654 break 2
8655 fi
8656done
81ecdfbb
RW
8657 done
8658IFS=$as_save_IFS
c6b750e1 8659
859789af
AC
8660fi
8661fi
c6b750e1 8662LD=$ac_cv_prog_LD
859789af 8663if test -n "$LD"; then
81ecdfbb
RW
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8665$as_echo "$LD" >&6; }
859789af 8666else
81ecdfbb
RW
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8668$as_echo "no" >&6; }
859789af
AC
8669fi
8670
81ecdfbb 8671
05cbd757
PB
8672 fi
8673 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8674 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8675set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8677$as_echo_n "checking for $ac_word... " >&6; }
8678if test "${ac_cv_prog_LD+set}" = set; then :
8679 $as_echo_n "(cached) " >&6
859789af 8680else
05cbd757
PB
8681 if test -n "$LD"; then
8682 ac_cv_prog_LD="$LD" # Let the user override the test.
376a0e54 8683else
c6b750e1
DJ
8684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8685for as_dir in $PATH
8686do
8687 IFS=$as_save_IFS
8688 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8689 for ac_exec_ext in '' $ac_executable_extensions; do
8690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8691 ac_cv_prog_LD="${ncn_progname}"
81ecdfbb 8692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8693 break 2
8694 fi
8695done
81ecdfbb
RW
8696 done
8697IFS=$as_save_IFS
c6b750e1 8698
859789af
AC
8699fi
8700fi
c6b750e1 8701LD=$ac_cv_prog_LD
05cbd757 8702if test -n "$LD"; then
81ecdfbb
RW
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8704$as_echo "$LD" >&6; }
859789af 8705else
81ecdfbb
RW
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8707$as_echo "no" >&6; }
859789af 8708fi
c6b750e1 8709
81ecdfbb 8710
05cbd757
PB
8711 fi
8712 test -n "$ac_cv_prog_LD" && break
8713done
8714
8715if test -z "$ac_cv_prog_LD" ; then
8716 set dummy ld
8717 if test $build = $host ; then
8718 LD="$2"
859789af 8719 else
05cbd757 8720 LD="${ncn_tool_prefix}$2"
859789af 8721 fi
859789af
AC
8722fi
8723
9a819804
AO
8724
8725
8726if test -n "$LIPO"; then
8727 ac_cv_prog_LIPO=$LIPO
8728elif test -n "$ac_cv_prog_LIPO"; then
8729 LIPO=$ac_cv_prog_LIPO
8730fi
8731
8732if test -n "$ac_cv_prog_LIPO"; then
8733 for ncn_progname in lipo; do
8734 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8735set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8737$as_echo_n "checking for $ac_word... " >&6; }
8738if test "${ac_cv_prog_LIPO+set}" = set; then :
8739 $as_echo_n "(cached) " >&6
9a819804
AO
8740else
8741 if test -n "$LIPO"; then
8742 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8743else
8744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8745for as_dir in $PATH
8746do
8747 IFS=$as_save_IFS
8748 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8749 for ac_exec_ext in '' $ac_executable_extensions; do
8750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8751 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8753 break 2
8754 fi
8755done
81ecdfbb
RW
8756 done
8757IFS=$as_save_IFS
9a819804
AO
8758
8759fi
8760fi
8761LIPO=$ac_cv_prog_LIPO
8762if test -n "$LIPO"; then
81ecdfbb
RW
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8764$as_echo "$LIPO" >&6; }
9a819804 8765else
81ecdfbb
RW
8766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8767$as_echo "no" >&6; }
9a819804
AO
8768fi
8769
81ecdfbb 8770
9a819804
AO
8771 done
8772fi
8773
8774for ncn_progname in lipo; do
be01d343
PB
8775 if test -n "$ncn_tool_prefix"; then
8776 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8777set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8779$as_echo_n "checking for $ac_word... " >&6; }
8780if test "${ac_cv_prog_LIPO+set}" = set; then :
8781 $as_echo_n "(cached) " >&6
be01d343
PB
8782else
8783 if test -n "$LIPO"; then
8784 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8785else
c6b750e1
DJ
8786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8787for as_dir in $PATH
8788do
8789 IFS=$as_save_IFS
8790 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8791 for ac_exec_ext in '' $ac_executable_extensions; do
8792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8793 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8795 break 2
8796 fi
8797done
81ecdfbb
RW
8798 done
8799IFS=$as_save_IFS
c6b750e1 8800
be01d343
PB
8801fi
8802fi
c6b750e1 8803LIPO=$ac_cv_prog_LIPO
be01d343 8804if test -n "$LIPO"; then
81ecdfbb
RW
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8806$as_echo "$LIPO" >&6; }
be01d343 8807else
81ecdfbb
RW
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8809$as_echo "no" >&6; }
be01d343
PB
8810fi
8811
81ecdfbb 8812
be01d343
PB
8813 fi
8814 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8815 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8816set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8818$as_echo_n "checking for $ac_word... " >&6; }
8819if test "${ac_cv_prog_LIPO+set}" = set; then :
8820 $as_echo_n "(cached) " >&6
be01d343
PB
8821else
8822 if test -n "$LIPO"; then
8823 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8824else
c6b750e1
DJ
8825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8826for as_dir in $PATH
8827do
8828 IFS=$as_save_IFS
8829 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8830 for ac_exec_ext in '' $ac_executable_extensions; do
8831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 8832 ac_cv_prog_LIPO="${ncn_progname}"
81ecdfbb 8833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8834 break 2
8835 fi
8836done
81ecdfbb
RW
8837 done
8838IFS=$as_save_IFS
c6b750e1 8839
be01d343
PB
8840fi
8841fi
c6b750e1 8842LIPO=$ac_cv_prog_LIPO
be01d343 8843if test -n "$LIPO"; then
81ecdfbb
RW
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8845$as_echo "$LIPO" >&6; }
be01d343 8846else
81ecdfbb
RW
8847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8848$as_echo "no" >&6; }
be01d343 8849fi
c6b750e1 8850
81ecdfbb 8851
be01d343
PB
8852 fi
8853 test -n "$ac_cv_prog_LIPO" && break
8854done
8855
8856if test -z "$ac_cv_prog_LIPO" ; then
8857 set dummy lipo
8858 if test $build = $host ; then
8859 LIPO="$2"
8860 else
8861 LIPO="${ncn_tool_prefix}$2"
8862 fi
8863fi
8864
9a819804
AO
8865
8866
8867if test -n "$NM"; then
8868 ac_cv_prog_NM=$NM
8869elif test -n "$ac_cv_prog_NM"; then
8870 NM=$ac_cv_prog_NM
8871fi
8872
8873if test -n "$ac_cv_prog_NM"; then
8874 for ncn_progname in nm; do
8875 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8876set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8878$as_echo_n "checking for $ac_word... " >&6; }
8879if test "${ac_cv_prog_NM+set}" = set; then :
8880 $as_echo_n "(cached) " >&6
859789af
AC
8881else
8882 if test -n "$NM"; then
8883 ac_cv_prog_NM="$NM" # Let the user override the test.
8884else
c6b750e1
DJ
8885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8886for as_dir in $PATH
8887do
8888 IFS=$as_save_IFS
8889 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8890 for ac_exec_ext in '' $ac_executable_extensions; do
8891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8892 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8894 break 2
8895 fi
8896done
81ecdfbb
RW
8897 done
8898IFS=$as_save_IFS
c6b750e1 8899
859789af
AC
8900fi
8901fi
c6b750e1 8902NM=$ac_cv_prog_NM
859789af 8903if test -n "$NM"; then
81ecdfbb
RW
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8905$as_echo "$NM" >&6; }
859789af 8906else
81ecdfbb
RW
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8908$as_echo "no" >&6; }
859789af
AC
8909fi
8910
81ecdfbb 8911
9a819804
AO
8912 done
8913fi
8914
8915for ncn_progname in nm; do
8916 if test -n "$ncn_tool_prefix"; then
8917 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8918set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
8919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8920$as_echo_n "checking for $ac_word... " >&6; }
8921if test "${ac_cv_prog_NM+set}" = set; then :
8922 $as_echo_n "(cached) " >&6
859789af 8923else
05cbd757
PB
8924 if test -n "$NM"; then
8925 ac_cv_prog_NM="$NM" # Let the user override the test.
859789af 8926else
c6b750e1
DJ
8927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8928for as_dir in $PATH
8929do
8930 IFS=$as_save_IFS
8931 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8932 for ac_exec_ext in '' $ac_executable_extensions; do
8933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8934 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 8935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
8936 break 2
8937 fi
8938done
81ecdfbb
RW
8939 done
8940IFS=$as_save_IFS
c6b750e1 8941
859789af
AC
8942fi
8943fi
c6b750e1 8944NM=$ac_cv_prog_NM
05cbd757 8945if test -n "$NM"; then
81ecdfbb
RW
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8947$as_echo "$NM" >&6; }
859789af 8948else
81ecdfbb
RW
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8950$as_echo "no" >&6; }
859789af 8951fi
c6b750e1 8952
81ecdfbb 8953
05cbd757 8954 fi
9a819804
AO
8955 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8956 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8957set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
8958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8959$as_echo_n "checking for $ac_word... " >&6; }
8960if test "${ac_cv_prog_NM+set}" = set; then :
8961 $as_echo_n "(cached) " >&6
9a819804
AO
8962else
8963 if test -n "$NM"; then
8964 ac_cv_prog_NM="$NM" # Let the user override the test.
8965else
8966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8967for as_dir in $PATH
8968do
8969 IFS=$as_save_IFS
8970 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
8971 for ac_exec_ext in '' $ac_executable_extensions; do
8972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 8973 ac_cv_prog_NM="${ncn_progname}"
81ecdfbb 8974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
8975 break 2
8976 fi
8977done
81ecdfbb
RW
8978 done
8979IFS=$as_save_IFS
9a819804
AO
8980
8981fi
8982fi
8983NM=$ac_cv_prog_NM
8984if test -n "$NM"; then
81ecdfbb
RW
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8986$as_echo "$NM" >&6; }
9a819804 8987else
81ecdfbb
RW
8988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8989$as_echo "no" >&6; }
9a819804
AO
8990fi
8991
81ecdfbb 8992
9a819804
AO
8993 fi
8994 test -n "$ac_cv_prog_NM" && break
8995done
8996
8997if test -z "$ac_cv_prog_NM" ; then
8998 set dummy nm
8999 if test $build = $host ; then
9000 NM="$2"
9001 else
9002 NM="${ncn_tool_prefix}$2"
9003 fi
9004fi
9005
9006
9007
9008if test -n "$RANLIB"; then
9009 ac_cv_prog_RANLIB=$RANLIB
9010elif test -n "$ac_cv_prog_RANLIB"; then
9011 RANLIB=$ac_cv_prog_RANLIB
9012fi
9013
9014if test -n "$ac_cv_prog_RANLIB"; then
9015 for ncn_progname in ranlib; do
9016 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9017set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9019$as_echo_n "checking for $ac_word... " >&6; }
9020if test "${ac_cv_prog_RANLIB+set}" = set; then :
9021 $as_echo_n "(cached) " >&6
9a819804
AO
9022else
9023 if test -n "$RANLIB"; then
9024 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9025else
9026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9027for as_dir in $PATH
9028do
9029 IFS=$as_save_IFS
9030 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9031 for ac_exec_ext in '' $ac_executable_extensions; do
9032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9033 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9035 break 2
9036 fi
9037done
81ecdfbb
RW
9038 done
9039IFS=$as_save_IFS
9a819804
AO
9040
9041fi
9042fi
9043RANLIB=$ac_cv_prog_RANLIB
9044if test -n "$RANLIB"; then
81ecdfbb
RW
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9046$as_echo "$RANLIB" >&6; }
9a819804 9047else
81ecdfbb
RW
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9049$as_echo "no" >&6; }
9a819804
AO
9050fi
9051
81ecdfbb 9052
9a819804
AO
9053 done
9054fi
859789af 9055
9a819804 9056for ncn_progname in ranlib; do
05cbd757
PB
9057 if test -n "$ncn_tool_prefix"; then
9058 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9059set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9061$as_echo_n "checking for $ac_word... " >&6; }
9062if test "${ac_cv_prog_RANLIB+set}" = set; then :
9063 $as_echo_n "(cached) " >&6
859789af
AC
9064else
9065 if test -n "$RANLIB"; then
9066 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9067else
c6b750e1
DJ
9068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9069for as_dir in $PATH
9070do
9071 IFS=$as_save_IFS
9072 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9073 for ac_exec_ext in '' $ac_executable_extensions; do
9074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9075 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9077 break 2
9078 fi
9079done
81ecdfbb
RW
9080 done
9081IFS=$as_save_IFS
c6b750e1 9082
859789af
AC
9083fi
9084fi
c6b750e1 9085RANLIB=$ac_cv_prog_RANLIB
859789af 9086if test -n "$RANLIB"; then
81ecdfbb
RW
9087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9088$as_echo "$RANLIB" >&6; }
859789af 9089else
81ecdfbb
RW
9090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9091$as_echo "no" >&6; }
859789af
AC
9092fi
9093
81ecdfbb 9094
05cbd757
PB
9095 fi
9096 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9097 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9098set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9100$as_echo_n "checking for $ac_word... " >&6; }
9101if test "${ac_cv_prog_RANLIB+set}" = set; then :
9102 $as_echo_n "(cached) " >&6
859789af 9103else
05cbd757
PB
9104 if test -n "$RANLIB"; then
9105 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
859789af 9106else
c6b750e1
DJ
9107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9108for as_dir in $PATH
9109do
9110 IFS=$as_save_IFS
9111 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9112 for ac_exec_ext in '' $ac_executable_extensions; do
9113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9114 ac_cv_prog_RANLIB="${ncn_progname}"
81ecdfbb 9115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9116 break 2
9117 fi
9118done
81ecdfbb
RW
9119 done
9120IFS=$as_save_IFS
c6b750e1 9121
859789af
AC
9122fi
9123fi
c6b750e1 9124RANLIB=$ac_cv_prog_RANLIB
05cbd757 9125if test -n "$RANLIB"; then
81ecdfbb
RW
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9127$as_echo "$RANLIB" >&6; }
859789af 9128else
81ecdfbb
RW
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9130$as_echo "no" >&6; }
859789af 9131fi
c6b750e1 9132
81ecdfbb 9133
859789af 9134 fi
05cbd757
PB
9135 test -n "$ac_cv_prog_RANLIB" && break
9136done
9137
9138if test -z "$ac_cv_prog_RANLIB" ; then
ba98da75 9139 RANLIB="true"
859789af
AC
9140fi
9141
9a819804
AO
9142
9143
9144if test -n "$STRIP"; then
9145 ac_cv_prog_STRIP=$STRIP
9146elif test -n "$ac_cv_prog_STRIP"; then
9147 STRIP=$ac_cv_prog_STRIP
9148fi
9149
9150if test -n "$ac_cv_prog_STRIP"; then
9151 for ncn_progname in strip; do
9152 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9153set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9155$as_echo_n "checking for $ac_word... " >&6; }
9156if test "${ac_cv_prog_STRIP+set}" = set; then :
9157 $as_echo_n "(cached) " >&6
9a819804
AO
9158else
9159 if test -n "$STRIP"; then
9160 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9161else
9162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9163for as_dir in $PATH
9164do
9165 IFS=$as_save_IFS
9166 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9167 for ac_exec_ext in '' $ac_executable_extensions; do
9168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9169 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9171 break 2
9172 fi
9173done
81ecdfbb
RW
9174 done
9175IFS=$as_save_IFS
9a819804
AO
9176
9177fi
9178fi
9179STRIP=$ac_cv_prog_STRIP
9180if test -n "$STRIP"; then
81ecdfbb
RW
9181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9182$as_echo "$STRIP" >&6; }
9a819804 9183else
81ecdfbb
RW
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9185$as_echo "no" >&6; }
9a819804
AO
9186fi
9187
81ecdfbb 9188
9a819804
AO
9189 done
9190fi
9191
9192for ncn_progname in strip; do
be01d343
PB
9193 if test -n "$ncn_tool_prefix"; then
9194 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9195set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9197$as_echo_n "checking for $ac_word... " >&6; }
9198if test "${ac_cv_prog_STRIP+set}" = set; then :
9199 $as_echo_n "(cached) " >&6
be01d343
PB
9200else
9201 if test -n "$STRIP"; then
9202 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9203else
c6b750e1
DJ
9204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9205for as_dir in $PATH
9206do
9207 IFS=$as_save_IFS
9208 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9209 for ac_exec_ext in '' $ac_executable_extensions; do
9210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9211 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9213 break 2
9214 fi
9215done
81ecdfbb
RW
9216 done
9217IFS=$as_save_IFS
c6b750e1 9218
be01d343
PB
9219fi
9220fi
c6b750e1 9221STRIP=$ac_cv_prog_STRIP
be01d343 9222if test -n "$STRIP"; then
81ecdfbb
RW
9223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9224$as_echo "$STRIP" >&6; }
be01d343 9225else
81ecdfbb
RW
9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9227$as_echo "no" >&6; }
be01d343
PB
9228fi
9229
81ecdfbb 9230
be01d343
PB
9231 fi
9232 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9233 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9234set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9236$as_echo_n "checking for $ac_word... " >&6; }
9237if test "${ac_cv_prog_STRIP+set}" = set; then :
9238 $as_echo_n "(cached) " >&6
be01d343
PB
9239else
9240 if test -n "$STRIP"; then
9241 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9242else
c6b750e1
DJ
9243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9244for as_dir in $PATH
9245do
9246 IFS=$as_save_IFS
9247 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9248 for ac_exec_ext in '' $ac_executable_extensions; do
9249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9250 ac_cv_prog_STRIP="${ncn_progname}"
81ecdfbb 9251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9252 break 2
9253 fi
9254done
81ecdfbb
RW
9255 done
9256IFS=$as_save_IFS
c6b750e1 9257
be01d343
PB
9258fi
9259fi
c6b750e1 9260STRIP=$ac_cv_prog_STRIP
be01d343 9261if test -n "$STRIP"; then
81ecdfbb
RW
9262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9263$as_echo "$STRIP" >&6; }
be01d343 9264else
81ecdfbb
RW
9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9266$as_echo "no" >&6; }
be01d343 9267fi
c6b750e1 9268
81ecdfbb 9269
be01d343
PB
9270 fi
9271 test -n "$ac_cv_prog_STRIP" && break
9272done
9273
9274if test -z "$ac_cv_prog_STRIP" ; then
ba98da75 9275 STRIP="true"
be01d343
PB
9276fi
9277
9a819804
AO
9278
9279
9280if test -n "$WINDRES"; then
9281 ac_cv_prog_WINDRES=$WINDRES
9282elif test -n "$ac_cv_prog_WINDRES"; then
9283 WINDRES=$ac_cv_prog_WINDRES
9284fi
9285
9286if test -n "$ac_cv_prog_WINDRES"; then
9287 for ncn_progname in windres; do
9288 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9289set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9291$as_echo_n "checking for $ac_word... " >&6; }
9292if test "${ac_cv_prog_WINDRES+set}" = set; then :
9293 $as_echo_n "(cached) " >&6
9a819804
AO
9294else
9295 if test -n "$WINDRES"; then
9296 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9297else
9298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9299for as_dir in $PATH
9300do
9301 IFS=$as_save_IFS
9302 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9303 for ac_exec_ext in '' $ac_executable_extensions; do
9304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9305 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9307 break 2
9308 fi
9309done
81ecdfbb
RW
9310 done
9311IFS=$as_save_IFS
9a819804
AO
9312
9313fi
9314fi
9315WINDRES=$ac_cv_prog_WINDRES
9316if test -n "$WINDRES"; then
81ecdfbb
RW
9317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9318$as_echo "$WINDRES" >&6; }
9a819804 9319else
81ecdfbb
RW
9320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9321$as_echo "no" >&6; }
9a819804
AO
9322fi
9323
81ecdfbb 9324
9a819804
AO
9325 done
9326fi
9327
9328for ncn_progname in windres; do
05cbd757
PB
9329 if test -n "$ncn_tool_prefix"; then
9330 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9331set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9333$as_echo_n "checking for $ac_word... " >&6; }
9334if test "${ac_cv_prog_WINDRES+set}" = set; then :
9335 $as_echo_n "(cached) " >&6
859789af
AC
9336else
9337 if test -n "$WINDRES"; then
9338 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9339else
c6b750e1
DJ
9340as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9341for as_dir in $PATH
9342do
9343 IFS=$as_save_IFS
9344 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9345 for ac_exec_ext in '' $ac_executable_extensions; do
9346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9347 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9349 break 2
9350 fi
9351done
81ecdfbb
RW
9352 done
9353IFS=$as_save_IFS
c6b750e1 9354
859789af
AC
9355fi
9356fi
c6b750e1 9357WINDRES=$ac_cv_prog_WINDRES
859789af 9358if test -n "$WINDRES"; then
81ecdfbb
RW
9359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9360$as_echo "$WINDRES" >&6; }
859789af 9361else
81ecdfbb
RW
9362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9363$as_echo "no" >&6; }
859789af
AC
9364fi
9365
81ecdfbb 9366
05cbd757
PB
9367 fi
9368 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9369 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9370set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9372$as_echo_n "checking for $ac_word... " >&6; }
9373if test "${ac_cv_prog_WINDRES+set}" = set; then :
9374 $as_echo_n "(cached) " >&6
859789af 9375else
05cbd757
PB
9376 if test -n "$WINDRES"; then
9377 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
859789af 9378else
c6b750e1
DJ
9379as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9380for as_dir in $PATH
9381do
9382 IFS=$as_save_IFS
9383 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9384 for ac_exec_ext in '' $ac_executable_extensions; do
9385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9386 ac_cv_prog_WINDRES="${ncn_progname}"
81ecdfbb 9387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9388 break 2
9389 fi
9390done
81ecdfbb
RW
9391 done
9392IFS=$as_save_IFS
c6b750e1 9393
859789af
AC
9394fi
9395fi
c6b750e1 9396WINDRES=$ac_cv_prog_WINDRES
05cbd757 9397if test -n "$WINDRES"; then
81ecdfbb
RW
9398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9399$as_echo "$WINDRES" >&6; }
859789af 9400else
81ecdfbb
RW
9401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9402$as_echo "no" >&6; }
859789af 9403fi
c6b750e1 9404
81ecdfbb 9405
05cbd757
PB
9406 fi
9407 test -n "$ac_cv_prog_WINDRES" && break
9408done
9409
9410if test -z "$ac_cv_prog_WINDRES" ; then
9411 set dummy windres
9412 if test $build = $host ; then
9413 WINDRES="$2"
859789af 9414 else
05cbd757 9415 WINDRES="${ncn_tool_prefix}$2"
859789af 9416 fi
859789af
AC
9417fi
9418
9a819804
AO
9419
9420
0c24b341
NC
9421if test -n "$WINDMC"; then
9422 ac_cv_prog_WINDMC=$WINDMC
9423elif test -n "$ac_cv_prog_WINDMC"; then
9424 WINDMC=$ac_cv_prog_WINDMC
9425fi
9426
9427if test -n "$ac_cv_prog_WINDMC"; then
9428 for ncn_progname in windmc; do
9429 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9430set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9432$as_echo_n "checking for $ac_word... " >&6; }
9433if test "${ac_cv_prog_WINDMC+set}" = set; then :
9434 $as_echo_n "(cached) " >&6
0c24b341
NC
9435else
9436 if test -n "$WINDMC"; then
9437 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9438else
9439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9440for as_dir in $PATH
9441do
9442 IFS=$as_save_IFS
9443 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9444 for ac_exec_ext in '' $ac_executable_extensions; do
9445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9446 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9448 break 2
9449 fi
9450done
81ecdfbb
RW
9451 done
9452IFS=$as_save_IFS
0c24b341
NC
9453
9454fi
9455fi
9456WINDMC=$ac_cv_prog_WINDMC
9457if test -n "$WINDMC"; then
81ecdfbb
RW
9458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9459$as_echo "$WINDMC" >&6; }
0c24b341 9460else
81ecdfbb
RW
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9462$as_echo "no" >&6; }
0c24b341
NC
9463fi
9464
81ecdfbb 9465
0c24b341
NC
9466 done
9467fi
9468
9469for ncn_progname in windmc; do
9470 if test -n "$ncn_tool_prefix"; then
9471 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9472set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9474$as_echo_n "checking for $ac_word... " >&6; }
9475if test "${ac_cv_prog_WINDMC+set}" = set; then :
9476 $as_echo_n "(cached) " >&6
0c24b341
NC
9477else
9478 if test -n "$WINDMC"; then
9479 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9480else
9481as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9482for as_dir in $PATH
9483do
9484 IFS=$as_save_IFS
9485 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9486 for ac_exec_ext in '' $ac_executable_extensions; do
9487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9488 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9490 break 2
9491 fi
9492done
81ecdfbb
RW
9493 done
9494IFS=$as_save_IFS
0c24b341
NC
9495
9496fi
9497fi
9498WINDMC=$ac_cv_prog_WINDMC
9499if test -n "$WINDMC"; then
81ecdfbb
RW
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9501$as_echo "$WINDMC" >&6; }
0c24b341 9502else
81ecdfbb
RW
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9504$as_echo "no" >&6; }
0c24b341
NC
9505fi
9506
81ecdfbb 9507
0c24b341
NC
9508 fi
9509 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9510 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9511set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9513$as_echo_n "checking for $ac_word... " >&6; }
9514if test "${ac_cv_prog_WINDMC+set}" = set; then :
9515 $as_echo_n "(cached) " >&6
0c24b341
NC
9516else
9517 if test -n "$WINDMC"; then
9518 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9519else
9520as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9521for as_dir in $PATH
9522do
9523 IFS=$as_save_IFS
9524 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9525 for ac_exec_ext in '' $ac_executable_extensions; do
9526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 9527 ac_cv_prog_WINDMC="${ncn_progname}"
81ecdfbb 9528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
9529 break 2
9530 fi
9531done
81ecdfbb
RW
9532 done
9533IFS=$as_save_IFS
0c24b341
NC
9534
9535fi
9536fi
9537WINDMC=$ac_cv_prog_WINDMC
9538if test -n "$WINDMC"; then
81ecdfbb
RW
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9540$as_echo "$WINDMC" >&6; }
0c24b341 9541else
81ecdfbb
RW
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9543$as_echo "no" >&6; }
0c24b341
NC
9544fi
9545
81ecdfbb 9546
0c24b341
NC
9547 fi
9548 test -n "$ac_cv_prog_WINDMC" && break
9549done
9550
9551if test -z "$ac_cv_prog_WINDMC" ; then
9552 set dummy windmc
9553 if test $build = $host ; then
9554 WINDMC="$2"
9555 else
9556 WINDMC="${ncn_tool_prefix}$2"
9557 fi
9558fi
9559
9560
9561
9a819804
AO
9562if test -n "$OBJCOPY"; then
9563 ac_cv_prog_OBJCOPY=$OBJCOPY
9564elif test -n "$ac_cv_prog_OBJCOPY"; then
9565 OBJCOPY=$ac_cv_prog_OBJCOPY
9566fi
9567
9568if test -n "$ac_cv_prog_OBJCOPY"; then
9569 for ncn_progname in objcopy; do
9570 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9571set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9573$as_echo_n "checking for $ac_word... " >&6; }
9574if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9575 $as_echo_n "(cached) " >&6
9a819804
AO
9576else
9577 if test -n "$OBJCOPY"; then
9578 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9579else
9580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9581for as_dir in $PATH
9582do
9583 IFS=$as_save_IFS
9584 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9585 for ac_exec_ext in '' $ac_executable_extensions; do
9586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9587 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9589 break 2
9590 fi
9591done
81ecdfbb
RW
9592 done
9593IFS=$as_save_IFS
9a819804
AO
9594
9595fi
9596fi
9597OBJCOPY=$ac_cv_prog_OBJCOPY
9598if test -n "$OBJCOPY"; then
81ecdfbb
RW
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9600$as_echo "$OBJCOPY" >&6; }
9a819804 9601else
81ecdfbb
RW
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9603$as_echo "no" >&6; }
9a819804
AO
9604fi
9605
81ecdfbb 9606
9a819804
AO
9607 done
9608fi
9609
9610for ncn_progname in objcopy; do
05cbd757
PB
9611 if test -n "$ncn_tool_prefix"; then
9612 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9613set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9615$as_echo_n "checking for $ac_word... " >&6; }
9616if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9617 $as_echo_n "(cached) " >&6
859789af
AC
9618else
9619 if test -n "$OBJCOPY"; then
9620 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9621else
c6b750e1
DJ
9622as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9623for as_dir in $PATH
9624do
9625 IFS=$as_save_IFS
9626 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9627 for ac_exec_ext in '' $ac_executable_extensions; do
9628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9629 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9631 break 2
9632 fi
9633done
81ecdfbb
RW
9634 done
9635IFS=$as_save_IFS
c6b750e1 9636
859789af
AC
9637fi
9638fi
c6b750e1 9639OBJCOPY=$ac_cv_prog_OBJCOPY
859789af 9640if test -n "$OBJCOPY"; then
81ecdfbb
RW
9641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9642$as_echo "$OBJCOPY" >&6; }
859789af 9643else
81ecdfbb
RW
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9645$as_echo "no" >&6; }
859789af
AC
9646fi
9647
81ecdfbb 9648
05cbd757
PB
9649 fi
9650 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9651 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9652set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9654$as_echo_n "checking for $ac_word... " >&6; }
9655if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9656 $as_echo_n "(cached) " >&6
859789af 9657else
05cbd757
PB
9658 if test -n "$OBJCOPY"; then
9659 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
859789af 9660else
c6b750e1
DJ
9661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9662for as_dir in $PATH
9663do
9664 IFS=$as_save_IFS
9665 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9666 for ac_exec_ext in '' $ac_executable_extensions; do
9667 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9668 ac_cv_prog_OBJCOPY="${ncn_progname}"
81ecdfbb 9669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9670 break 2
9671 fi
9672done
81ecdfbb
RW
9673 done
9674IFS=$as_save_IFS
c6b750e1 9675
859789af
AC
9676fi
9677fi
c6b750e1 9678OBJCOPY=$ac_cv_prog_OBJCOPY
05cbd757 9679if test -n "$OBJCOPY"; then
81ecdfbb
RW
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9681$as_echo "$OBJCOPY" >&6; }
859789af 9682else
81ecdfbb
RW
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9684$as_echo "no" >&6; }
859789af 9685fi
c6b750e1 9686
81ecdfbb 9687
05cbd757
PB
9688 fi
9689 test -n "$ac_cv_prog_OBJCOPY" && break
9690done
9691
9692if test -z "$ac_cv_prog_OBJCOPY" ; then
9693 set dummy objcopy
9694 if test $build = $host ; then
9695 OBJCOPY="$2"
859789af 9696 else
05cbd757 9697 OBJCOPY="${ncn_tool_prefix}$2"
859789af 9698 fi
859789af
AC
9699fi
9700
9a819804
AO
9701
9702
9703if test -n "$OBJDUMP"; then
9704 ac_cv_prog_OBJDUMP=$OBJDUMP
9705elif test -n "$ac_cv_prog_OBJDUMP"; then
9706 OBJDUMP=$ac_cv_prog_OBJDUMP
9707fi
9708
9709if test -n "$ac_cv_prog_OBJDUMP"; then
9710 for ncn_progname in objdump; do
9711 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9712set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9714$as_echo_n "checking for $ac_word... " >&6; }
9715if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9716 $as_echo_n "(cached) " >&6
9a819804
AO
9717else
9718 if test -n "$OBJDUMP"; then
9719 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9720else
9721as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9722for as_dir in $PATH
9723do
9724 IFS=$as_save_IFS
9725 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9726 for ac_exec_ext in '' $ac_executable_extensions; do
9727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 9728 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
9730 break 2
9731 fi
9732done
81ecdfbb
RW
9733 done
9734IFS=$as_save_IFS
9a819804
AO
9735
9736fi
9737fi
9738OBJDUMP=$ac_cv_prog_OBJDUMP
9739if test -n "$OBJDUMP"; then
81ecdfbb
RW
9740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9741$as_echo "$OBJDUMP" >&6; }
9a819804 9742else
81ecdfbb
RW
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9744$as_echo "no" >&6; }
9a819804
AO
9745fi
9746
81ecdfbb 9747
9a819804
AO
9748 done
9749fi
9750
9751for ncn_progname in objdump; do
05cbd757
PB
9752 if test -n "$ncn_tool_prefix"; then
9753 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9754set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
9755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9756$as_echo_n "checking for $ac_word... " >&6; }
9757if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9758 $as_echo_n "(cached) " >&6
859789af
AC
9759else
9760 if test -n "$OBJDUMP"; then
9761 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9762else
c6b750e1
DJ
9763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9764for as_dir in $PATH
9765do
9766 IFS=$as_save_IFS
9767 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9768 for ac_exec_ext in '' $ac_executable_extensions; do
9769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9770 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
81ecdfbb 9771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9772 break 2
9773 fi
9774done
81ecdfbb
RW
9775 done
9776IFS=$as_save_IFS
c6b750e1 9777
859789af
AC
9778fi
9779fi
c6b750e1 9780OBJDUMP=$ac_cv_prog_OBJDUMP
859789af 9781if test -n "$OBJDUMP"; then
81ecdfbb
RW
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9783$as_echo "$OBJDUMP" >&6; }
859789af 9784else
81ecdfbb
RW
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9786$as_echo "no" >&6; }
859789af
AC
9787fi
9788
81ecdfbb 9789
05cbd757
PB
9790 fi
9791 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9792 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9793set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
9794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9795$as_echo_n "checking for $ac_word... " >&6; }
9796if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9797 $as_echo_n "(cached) " >&6
859789af 9798else
05cbd757
PB
9799 if test -n "$OBJDUMP"; then
9800 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
859789af 9801else
c6b750e1
DJ
9802as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9803for as_dir in $PATH
9804do
9805 IFS=$as_save_IFS
9806 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
9807 for ac_exec_ext in '' $ac_executable_extensions; do
9808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 9809 ac_cv_prog_OBJDUMP="${ncn_progname}"
81ecdfbb 9810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
9811 break 2
9812 fi
9813done
81ecdfbb
RW
9814 done
9815IFS=$as_save_IFS
c6b750e1 9816
859789af
AC
9817fi
9818fi
c6b750e1 9819OBJDUMP=$ac_cv_prog_OBJDUMP
05cbd757 9820if test -n "$OBJDUMP"; then
81ecdfbb
RW
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9822$as_echo "$OBJDUMP" >&6; }
859789af 9823else
81ecdfbb
RW
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9825$as_echo "no" >&6; }
859789af 9826fi
c6b750e1 9827
81ecdfbb 9828
05cbd757
PB
9829 fi
9830 test -n "$ac_cv_prog_OBJDUMP" && break
9831done
9832
9833if test -z "$ac_cv_prog_OBJDUMP" ; then
9834 set dummy objdump
9835 if test $build = $host ; then
9836 OBJDUMP="$2"
859789af 9837 else
05cbd757 9838 OBJDUMP="${ncn_tool_prefix}$2"
859789af 9839 fi
859789af
AC
9840fi
9841
a0da8069
NN
9842
9843
b121d7d4
DD
9844if test -n "$READELF"; then
9845 ac_cv_prog_READELF=$READELF
9846elif test -n "$ac_cv_prog_READELF"; then
9847 READELF=$ac_cv_prog_READELF
9848fi
9849
9850if test -n "$ac_cv_prog_READELF"; then
9851 for ncn_progname in readelf; do
9852 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9853set dummy ${ncn_progname}; ac_word=$2
9854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9855$as_echo_n "checking for $ac_word... " >&6; }
9856if test "${ac_cv_prog_READELF+set}" = set; then :
9857 $as_echo_n "(cached) " >&6
9858else
9859 if test -n "$READELF"; then
9860 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9861else
9862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9863for as_dir in $PATH
9864do
9865 IFS=$as_save_IFS
9866 test -z "$as_dir" && as_dir=.
9867 for ac_exec_ext in '' $ac_executable_extensions; do
9868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9869 ac_cv_prog_READELF="${ncn_progname}"
9870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9871 break 2
9872 fi
9873done
9874 done
9875IFS=$as_save_IFS
9876
9877fi
9878fi
9879READELF=$ac_cv_prog_READELF
9880if test -n "$READELF"; then
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9882$as_echo "$READELF" >&6; }
9883else
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9885$as_echo "no" >&6; }
9886fi
9887
9888
9889 done
9890fi
9891
9892for ncn_progname in readelf; do
9893 if test -n "$ncn_tool_prefix"; then
9894 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9895set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9897$as_echo_n "checking for $ac_word... " >&6; }
9898if test "${ac_cv_prog_READELF+set}" = set; then :
9899 $as_echo_n "(cached) " >&6
9900else
9901 if test -n "$READELF"; then
9902 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9903else
9904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9905for as_dir in $PATH
9906do
9907 IFS=$as_save_IFS
9908 test -z "$as_dir" && as_dir=.
9909 for ac_exec_ext in '' $ac_executable_extensions; do
9910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9911 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9913 break 2
9914 fi
9915done
9916 done
9917IFS=$as_save_IFS
9918
9919fi
9920fi
9921READELF=$ac_cv_prog_READELF
9922if test -n "$READELF"; then
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9924$as_echo "$READELF" >&6; }
9925else
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9927$as_echo "no" >&6; }
9928fi
9929
9930
9931 fi
9932 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9933 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9934set dummy ${ncn_progname}; ac_word=$2
9935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9936$as_echo_n "checking for $ac_word... " >&6; }
9937if test "${ac_cv_prog_READELF+set}" = set; then :
9938 $as_echo_n "(cached) " >&6
9939else
9940 if test -n "$READELF"; then
9941 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9942else
9943as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9944for as_dir in $PATH
9945do
9946 IFS=$as_save_IFS
9947 test -z "$as_dir" && as_dir=.
9948 for ac_exec_ext in '' $ac_executable_extensions; do
9949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9950 ac_cv_prog_READELF="${ncn_progname}"
9951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9952 break 2
9953 fi
9954done
9955 done
9956IFS=$as_save_IFS
9957
9958fi
9959fi
9960READELF=$ac_cv_prog_READELF
9961if test -n "$READELF"; then
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9963$as_echo "$READELF" >&6; }
9964else
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9966$as_echo "no" >&6; }
9967fi
9968
9969
9970 fi
9971 test -n "$ac_cv_prog_READELF" && break
9972done
9973
9974if test -z "$ac_cv_prog_READELF" ; then
9975 set dummy readelf
9976 if test $build = $host ; then
9977 READELF="$2"
9978 else
9979 READELF="${ncn_tool_prefix}$2"
9980 fi
9981fi
9982
9983
9984
a0da8069
NN
9985
9986
9987
be01d343 9988# Target tools.
c6b750e1 9989
81ecdfbb
RW
9990# Check whether --with-build-time-tools was given.
9991if test "${with_build_time_tools+set}" = set; then :
9992 withval=$with_build_time_tools; case x"$withval" in
2429c060
PB
9993 x/*) ;;
9994 *)
9995 with_build_time_tools=
81ecdfbb
RW
9996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9997$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
2429c060
PB
9998 ;;
9999 esac
859789af 10000else
2429c060 10001 with_build_time_tools=
81ecdfbb
RW
10002fi
10003
859789af 10004
9a819804
AO
10005
10006
10007if test -n "$CC_FOR_TARGET"; then
10008 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
10009elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10010 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10011fi
10012
10013if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
10014 for ncn_progname in cc gcc; do
10015 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10016set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10018$as_echo_n "checking for $ac_word... " >&6; }
10019if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10020 $as_echo_n "(cached) " >&6
9a819804
AO
10021else
10022 if test -n "$CC_FOR_TARGET"; then
10023 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10024else
10025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10026for as_dir in $PATH
10027do
10028 IFS=$as_save_IFS
10029 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10030 for ac_exec_ext in '' $ac_executable_extensions; do
10031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10032 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10034 break 2
10035 fi
10036done
81ecdfbb
RW
10037 done
10038IFS=$as_save_IFS
9a819804
AO
10039
10040fi
10041fi
10042CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
10043if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10045$as_echo "$CC_FOR_TARGET" >&6; }
9a819804 10046else
81ecdfbb
RW
10047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10048$as_echo "no" >&6; }
9a819804
AO
10049fi
10050
81ecdfbb 10051
9a819804
AO
10052 done
10053fi
10054
10055if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10056 for ncn_progname in cc gcc; do
81ecdfbb
RW
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10058$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10059 if test -x $with_build_time_tools/${ncn_progname}; then
10060 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10062$as_echo "yes" >&6; }
cac3d6c4 10063 break
2429c060 10064 else
81ecdfbb
RW
10065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10066$as_echo "no" >&6; }
cac3d6c4
CM
10067 fi
10068 done
55db4b87
PB
10069fi
10070
2429c060
PB
10071if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10072 for ncn_progname in cc gcc; do
10073 if test -n "$ncn_target_tool_prefix"; then
10074 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10075set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10077$as_echo_n "checking for $ac_word... " >&6; }
10078if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10079 $as_echo_n "(cached) " >&6
55db4b87
PB
10080else
10081 if test -n "$CC_FOR_TARGET"; then
10082 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10083else
c6b750e1
DJ
10084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10085for as_dir in $PATH
10086do
10087 IFS=$as_save_IFS
10088 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10089 for ac_exec_ext in '' $ac_executable_extensions; do
10090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10091 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10093 break 2
10094 fi
10095done
81ecdfbb
RW
10096 done
10097IFS=$as_save_IFS
c6b750e1 10098
55db4b87
PB
10099fi
10100fi
c6b750e1 10101CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
55db4b87 10102if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10104$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10105else
81ecdfbb
RW
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10107$as_echo "no" >&6; }
55db4b87
PB
10108fi
10109
81ecdfbb 10110
2429c060
PB
10111 fi
10112 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10113 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10114set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10116$as_echo_n "checking for $ac_word... " >&6; }
10117if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10118 $as_echo_n "(cached) " >&6
55db4b87 10119else
05cbd757
PB
10120 if test -n "$CC_FOR_TARGET"; then
10121 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
55db4b87 10122else
c6b750e1
DJ
10123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10124for as_dir in $PATH
10125do
10126 IFS=$as_save_IFS
10127 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10128 for ac_exec_ext in '' $ac_executable_extensions; do
10129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10130 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10132 break 2
10133 fi
10134done
81ecdfbb
RW
10135 done
10136IFS=$as_save_IFS
c6b750e1 10137
55db4b87
PB
10138fi
10139fi
c6b750e1 10140CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
05cbd757 10141if test -n "$CC_FOR_TARGET"; then
81ecdfbb
RW
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10143$as_echo "$CC_FOR_TARGET" >&6; }
55db4b87 10144else
81ecdfbb
RW
10145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10146$as_echo "no" >&6; }
55db4b87 10147fi
c6b750e1 10148
81ecdfbb 10149
2429c060
PB
10150 fi
10151 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10152 done
10153fi
c6b750e1 10154
05cbd757
PB
10155if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10156 set dummy cc gcc
10157 if test $build = $target ; then
10158 CC_FOR_TARGET="$2"
55db4b87 10159 else
05cbd757 10160 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10161 fi
d3f5afc4
MS
10162else
10163 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
55db4b87
PB
10164fi
10165
9a819804
AO
10166
10167
10168if test -n "$CXX_FOR_TARGET"; then
10169 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10170elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10171 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10172fi
10173
10174if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10175 for ncn_progname in c++ g++ cxx gxx; do
10176 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10177set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10179$as_echo_n "checking for $ac_word... " >&6; }
10180if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10181 $as_echo_n "(cached) " >&6
9a819804
AO
10182else
10183 if test -n "$CXX_FOR_TARGET"; then
10184 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10185else
10186as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10187for as_dir in $PATH
10188do
10189 IFS=$as_save_IFS
10190 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10191 for ac_exec_ext in '' $ac_executable_extensions; do
10192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10193 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10195 break 2
10196 fi
10197done
81ecdfbb
RW
10198 done
10199IFS=$as_save_IFS
9a819804
AO
10200
10201fi
10202fi
10203CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10204if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10206$as_echo "$CXX_FOR_TARGET" >&6; }
9a819804 10207else
81ecdfbb
RW
10208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10209$as_echo "no" >&6; }
9a819804
AO
10210fi
10211
81ecdfbb 10212
9a819804
AO
10213 done
10214fi
10215
10216if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10217 for ncn_progname in c++ g++ cxx gxx; do
81ecdfbb
RW
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10219$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10220 if test -x $with_build_time_tools/${ncn_progname}; then
10221 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10223$as_echo "yes" >&6; }
2429c060
PB
10224 break
10225 else
81ecdfbb
RW
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10227$as_echo "no" >&6; }
2429c060
PB
10228 fi
10229 done
10230fi
10231
10232if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10233 for ncn_progname in c++ g++ cxx gxx; do
10234 if test -n "$ncn_target_tool_prefix"; then
10235 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10236set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10238$as_echo_n "checking for $ac_word... " >&6; }
10239if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10240 $as_echo_n "(cached) " >&6
55db4b87
PB
10241else
10242 if test -n "$CXX_FOR_TARGET"; then
10243 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10244else
c6b750e1
DJ
10245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10246for as_dir in $PATH
10247do
10248 IFS=$as_save_IFS
10249 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10250 for ac_exec_ext in '' $ac_executable_extensions; do
10251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10252 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10254 break 2
10255 fi
10256done
81ecdfbb
RW
10257 done
10258IFS=$as_save_IFS
c6b750e1 10259
55db4b87
PB
10260fi
10261fi
c6b750e1 10262CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
55db4b87 10263if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10265$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10266else
81ecdfbb
RW
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10268$as_echo "no" >&6; }
55db4b87
PB
10269fi
10270
81ecdfbb 10271
2429c060
PB
10272 fi
10273 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10274 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10275set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10277$as_echo_n "checking for $ac_word... " >&6; }
10278if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10279 $as_echo_n "(cached) " >&6
55db4b87 10280else
05cbd757
PB
10281 if test -n "$CXX_FOR_TARGET"; then
10282 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
55db4b87 10283else
c6b750e1
DJ
10284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10285for as_dir in $PATH
10286do
10287 IFS=$as_save_IFS
10288 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10289 for ac_exec_ext in '' $ac_executable_extensions; do
10290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10291 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
81ecdfbb 10292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10293 break 2
10294 fi
10295done
81ecdfbb
RW
10296 done
10297IFS=$as_save_IFS
c6b750e1 10298
55db4b87
PB
10299fi
10300fi
c6b750e1 10301CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
05cbd757 10302if test -n "$CXX_FOR_TARGET"; then
81ecdfbb
RW
10303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10304$as_echo "$CXX_FOR_TARGET" >&6; }
55db4b87 10305else
81ecdfbb
RW
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10307$as_echo "no" >&6; }
55db4b87 10308fi
c6b750e1 10309
81ecdfbb 10310
2429c060
PB
10311 fi
10312 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10313 done
10314fi
c6b750e1 10315
05cbd757
PB
10316if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10317 set dummy c++ g++ cxx gxx
10318 if test $build = $target ; then
10319 CXX_FOR_TARGET="$2"
55db4b87 10320 else
05cbd757 10321 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10322 fi
d3f5afc4
MS
10323else
10324 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
859789af
AC
10325fi
10326
9a819804
AO
10327
10328
10329if test -n "$GCC_FOR_TARGET"; then
10330 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10331elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10332 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10333fi
10334
10335if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10336 for ncn_progname in gcc; do
10337 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10338set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10340$as_echo_n "checking for $ac_word... " >&6; }
10341if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10342 $as_echo_n "(cached) " >&6
9a819804
AO
10343else
10344 if test -n "$GCC_FOR_TARGET"; then
10345 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10346else
10347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10348for as_dir in $PATH
10349do
10350 IFS=$as_save_IFS
10351 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10352 for ac_exec_ext in '' $ac_executable_extensions; do
10353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10354 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10356 break 2
10357 fi
10358done
81ecdfbb
RW
10359 done
10360IFS=$as_save_IFS
9a819804
AO
10361
10362fi
10363fi
10364GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10365if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10367$as_echo "$GCC_FOR_TARGET" >&6; }
9a819804 10368else
81ecdfbb
RW
10369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10370$as_echo "no" >&6; }
9a819804
AO
10371fi
10372
81ecdfbb 10373
9a819804
AO
10374 done
10375fi
10376
10377if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10378 for ncn_progname in gcc; do
81ecdfbb
RW
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10380$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10381 if test -x $with_build_time_tools/${ncn_progname}; then
10382 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10384$as_echo "yes" >&6; }
2429c060
PB
10385 break
10386 else
81ecdfbb
RW
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10388$as_echo "no" >&6; }
2429c060
PB
10389 fi
10390 done
10391fi
10392
10393if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10394 for ncn_progname in gcc; do
10395 if test -n "$ncn_target_tool_prefix"; then
10396 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10397set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10399$as_echo_n "checking for $ac_word... " >&6; }
10400if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10401 $as_echo_n "(cached) " >&6
859789af 10402else
2429c060
PB
10403 if test -n "$GCC_FOR_TARGET"; then
10404 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10405else
c6b750e1
DJ
10406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10407for as_dir in $PATH
10408do
10409 IFS=$as_save_IFS
10410 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10411 for ac_exec_ext in '' $ac_executable_extensions; do
10412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10413 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10415 break 2
10416 fi
10417done
81ecdfbb
RW
10418 done
10419IFS=$as_save_IFS
c6b750e1 10420
55db4b87
PB
10421fi
10422fi
c6b750e1 10423GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
55db4b87 10424if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10426$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10427else
81ecdfbb
RW
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10429$as_echo "no" >&6; }
55db4b87
PB
10430fi
10431
81ecdfbb 10432
2429c060
PB
10433 fi
10434 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10435 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10436set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10438$as_echo_n "checking for $ac_word... " >&6; }
10439if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10440 $as_echo_n "(cached) " >&6
55db4b87 10441else
05cbd757
PB
10442 if test -n "$GCC_FOR_TARGET"; then
10443 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
55db4b87 10444else
c6b750e1
DJ
10445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10446for as_dir in $PATH
10447do
10448 IFS=$as_save_IFS
10449 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10450 for ac_exec_ext in '' $ac_executable_extensions; do
10451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10452 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
81ecdfbb 10453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10454 break 2
10455 fi
10456done
81ecdfbb
RW
10457 done
10458IFS=$as_save_IFS
c6b750e1 10459
55db4b87
PB
10460fi
10461fi
c6b750e1 10462GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
05cbd757 10463if test -n "$GCC_FOR_TARGET"; then
81ecdfbb
RW
10464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10465$as_echo "$GCC_FOR_TARGET" >&6; }
55db4b87 10466else
81ecdfbb
RW
10467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10468$as_echo "no" >&6; }
55db4b87 10469fi
c6b750e1 10470
81ecdfbb 10471
2429c060
PB
10472 fi
10473 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10474 done
10475fi
c6b750e1 10476
05cbd757
PB
10477if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10478 GCC_FOR_TARGET="${CC_FOR_TARGET}"
d3f5afc4
MS
10479else
10480 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
55db4b87
PB
10481fi
10482
9a819804
AO
10483
10484
10485if test -n "$GCJ_FOR_TARGET"; then
10486 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10487elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10488 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10489fi
10490
10491if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10492 for ncn_progname in gcj; do
10493 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10494set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10496$as_echo_n "checking for $ac_word... " >&6; }
10497if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10498 $as_echo_n "(cached) " >&6
9a819804
AO
10499else
10500 if test -n "$GCJ_FOR_TARGET"; then
10501 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10502else
10503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10504for as_dir in $PATH
10505do
10506 IFS=$as_save_IFS
10507 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10508 for ac_exec_ext in '' $ac_executable_extensions; do
10509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10510 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10512 break 2
10513 fi
10514done
81ecdfbb
RW
10515 done
10516IFS=$as_save_IFS
9a819804
AO
10517
10518fi
10519fi
10520GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10521if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10523$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10524else
81ecdfbb
RW
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10526$as_echo "no" >&6; }
9a819804
AO
10527fi
10528
81ecdfbb 10529
9a819804
AO
10530 done
10531fi
10532
10533if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10534 for ncn_progname in gcj; do
81ecdfbb
RW
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10536$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10537 if test -x $with_build_time_tools/${ncn_progname}; then
10538 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10540$as_echo "yes" >&6; }
2429c060
PB
10541 break
10542 else
81ecdfbb
RW
10543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10544$as_echo "no" >&6; }
2429c060
PB
10545 fi
10546 done
10547fi
10548
10549if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10550 for ncn_progname in gcj; do
10551 if test -n "$ncn_target_tool_prefix"; then
10552 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10553set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10555$as_echo_n "checking for $ac_word... " >&6; }
10556if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10557 $as_echo_n "(cached) " >&6
55db4b87
PB
10558else
10559 if test -n "$GCJ_FOR_TARGET"; then
10560 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10561else
c6b750e1
DJ
10562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10563for as_dir in $PATH
10564do
10565 IFS=$as_save_IFS
10566 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10567 for ac_exec_ext in '' $ac_executable_extensions; do
10568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10569 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10570 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10571 break 2
10572 fi
10573done
81ecdfbb
RW
10574 done
10575IFS=$as_save_IFS
c6b750e1 10576
55db4b87
PB
10577fi
10578fi
9a819804
AO
10579GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10580if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10582$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10583else
81ecdfbb
RW
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10585$as_echo "no" >&6; }
9a819804
AO
10586fi
10587
81ecdfbb 10588
9a819804
AO
10589 fi
10590 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10591 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10592set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10594$as_echo_n "checking for $ac_word... " >&6; }
10595if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10596 $as_echo_n "(cached) " >&6
9a819804
AO
10597else
10598 if test -n "$GCJ_FOR_TARGET"; then
10599 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10600else
10601as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10602for as_dir in $PATH
10603do
10604 IFS=$as_save_IFS
10605 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10606 for ac_exec_ext in '' $ac_executable_extensions; do
10607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10608 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
81ecdfbb 10609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
10610 break 2
10611 fi
10612done
81ecdfbb
RW
10613 done
10614IFS=$as_save_IFS
9a819804
AO
10615
10616fi
10617fi
10618GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10619if test -n "$GCJ_FOR_TARGET"; then
81ecdfbb
RW
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10621$as_echo "$GCJ_FOR_TARGET" >&6; }
9a819804 10622else
81ecdfbb
RW
10623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10624$as_echo "no" >&6; }
9a819804
AO
10625fi
10626
81ecdfbb 10627
9a819804
AO
10628 fi
10629 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10630 done
10631fi
10632
10633if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10634 set dummy gcj
10635 if test $build = $target ; then
10636 GCJ_FOR_TARGET="$2"
10637 else
10638 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10639 fi
d3f5afc4
MS
10640else
10641 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9a819804
AO
10642fi
10643
10644
10645
10646if test -n "$GFORTRAN_FOR_TARGET"; then
10647 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10648elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10649 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87
PB
10650fi
10651
9a819804
AO
10652if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10653 for ncn_progname in gfortran; do
10654 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10655set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10657$as_echo_n "checking for $ac_word... " >&6; }
10658if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10659 $as_echo_n "(cached) " >&6
55db4b87 10660else
9a819804
AO
10661 if test -n "$GFORTRAN_FOR_TARGET"; then
10662 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
55db4b87 10663else
c6b750e1
DJ
10664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10665for as_dir in $PATH
10666do
10667 IFS=$as_save_IFS
10668 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10669 for ac_exec_ext in '' $ac_executable_extensions; do
10670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 10671 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10673 break 2
10674 fi
10675done
81ecdfbb
RW
10676 done
10677IFS=$as_save_IFS
c6b750e1 10678
55db4b87
PB
10679fi
10680fi
9a819804
AO
10681GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10682if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10684$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10685else
81ecdfbb
RW
10686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10687$as_echo "no" >&6; }
55db4b87 10688fi
c6b750e1 10689
81ecdfbb 10690
2429c060
PB
10691 done
10692fi
c6b750e1 10693
9a819804 10694if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 10695 for ncn_progname in gfortran; do
81ecdfbb
RW
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10697$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10698 if test -x $with_build_time_tools/${ncn_progname}; then
10699 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10701$as_echo "yes" >&6; }
2429c060
PB
10702 break
10703 else
81ecdfbb
RW
10704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10705$as_echo "no" >&6; }
2429c060
PB
10706 fi
10707 done
10708fi
10709
10710if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10711 for ncn_progname in gfortran; do
10712 if test -n "$ncn_target_tool_prefix"; then
10713 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 10714set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
10715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10716$as_echo_n "checking for $ac_word... " >&6; }
10717if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10718 $as_echo_n "(cached) " >&6
55db4b87
PB
10719else
10720 if test -n "$GFORTRAN_FOR_TARGET"; then
10721 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10722else
c6b750e1
DJ
10723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10724for as_dir in $PATH
10725do
10726 IFS=$as_save_IFS
10727 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10728 for ac_exec_ext in '' $ac_executable_extensions; do
10729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10730 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 10731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10732 break 2
10733 fi
10734done
81ecdfbb
RW
10735 done
10736IFS=$as_save_IFS
c6b750e1 10737
55db4b87
PB
10738fi
10739fi
c6b750e1 10740GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
55db4b87 10741if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10743$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10744else
81ecdfbb
RW
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10746$as_echo "no" >&6; }
55db4b87
PB
10747fi
10748
81ecdfbb 10749
2429c060
PB
10750 fi
10751 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10752 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 10753set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
10754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10755$as_echo_n "checking for $ac_word... " >&6; }
10756if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10757 $as_echo_n "(cached) " >&6
55db4b87 10758else
05cbd757 10759 if test -n "$GFORTRAN_FOR_TARGET"; then
c6b750e1
DJ
10760 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10761else
10762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10763for as_dir in $PATH
10764do
10765 IFS=$as_save_IFS
10766 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
10767 for ac_exec_ext in '' $ac_executable_extensions; do
10768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 10769 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
81ecdfbb 10770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
10771 break 2
10772 fi
10773done
81ecdfbb
RW
10774 done
10775IFS=$as_save_IFS
c6b750e1 10776
55db4b87
PB
10777fi
10778fi
c6b750e1 10779GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
05cbd757 10780if test -n "$GFORTRAN_FOR_TARGET"; then
81ecdfbb
RW
10781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10782$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
55db4b87 10783else
81ecdfbb
RW
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10785$as_echo "no" >&6; }
55db4b87 10786fi
c6b750e1 10787
81ecdfbb 10788
2429c060
PB
10789 fi
10790 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10791 done
10792fi
c6b750e1 10793
05cbd757
PB
10794if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10795 set dummy gfortran
10796 if test $build = $target ; then
10797 GFORTRAN_FOR_TARGET="$2"
55db4b87 10798 else
05cbd757 10799 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
55db4b87 10800 fi
d3f5afc4
MS
10801else
10802 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
859789af
AC
10803fi
10804
2429c060
PB
10805
10806
e552509b
ILT
10807if test -n "$GOC_FOR_TARGET"; then
10808 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10809elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10810 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10811fi
10812
10813if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10814 for ncn_progname in gccgo; do
10815 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10816set dummy ${ncn_progname}; ac_word=$2
10817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10818$as_echo_n "checking for $ac_word... " >&6; }
10819if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10820 $as_echo_n "(cached) " >&6
10821else
10822 if test -n "$GOC_FOR_TARGET"; then
10823 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10824else
10825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10826for as_dir in $PATH
10827do
10828 IFS=$as_save_IFS
10829 test -z "$as_dir" && as_dir=.
10830 for ac_exec_ext in '' $ac_executable_extensions; do
10831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10832 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10834 break 2
10835 fi
10836done
10837 done
10838IFS=$as_save_IFS
10839
10840fi
10841fi
10842GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10843if test -n "$GOC_FOR_TARGET"; then
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10845$as_echo "$GOC_FOR_TARGET" >&6; }
10846else
10847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10848$as_echo "no" >&6; }
10849fi
10850
10851
10852 done
10853fi
10854
10855if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10856 for ncn_progname in gccgo; do
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10858$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10859 if test -x $with_build_time_tools/${ncn_progname}; then
10860 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10862$as_echo "yes" >&6; }
10863 break
10864 else
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10866$as_echo "no" >&6; }
10867 fi
10868 done
10869fi
10870
10871if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10872 for ncn_progname in gccgo; do
10873 if test -n "$ncn_target_tool_prefix"; then
10874 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10875set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10877$as_echo_n "checking for $ac_word... " >&6; }
10878if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10879 $as_echo_n "(cached) " >&6
10880else
10881 if test -n "$GOC_FOR_TARGET"; then
10882 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10883else
10884as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10885for as_dir in $PATH
10886do
10887 IFS=$as_save_IFS
10888 test -z "$as_dir" && as_dir=.
10889 for ac_exec_ext in '' $ac_executable_extensions; do
10890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10891 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10893 break 2
10894 fi
10895done
10896 done
10897IFS=$as_save_IFS
10898
10899fi
10900fi
10901GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10902if test -n "$GOC_FOR_TARGET"; then
10903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10904$as_echo "$GOC_FOR_TARGET" >&6; }
10905else
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10907$as_echo "no" >&6; }
10908fi
10909
10910
10911 fi
10912 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10913 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10914set dummy ${ncn_progname}; ac_word=$2
10915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10916$as_echo_n "checking for $ac_word... " >&6; }
10917if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10918 $as_echo_n "(cached) " >&6
10919else
10920 if test -n "$GOC_FOR_TARGET"; then
10921 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10922else
10923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10924for as_dir in $PATH
10925do
10926 IFS=$as_save_IFS
10927 test -z "$as_dir" && as_dir=.
10928 for ac_exec_ext in '' $ac_executable_extensions; do
10929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10930 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10932 break 2
10933 fi
10934done
10935 done
10936IFS=$as_save_IFS
10937
10938fi
10939fi
10940GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10941if test -n "$GOC_FOR_TARGET"; then
10942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10943$as_echo "$GOC_FOR_TARGET" >&6; }
10944else
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10946$as_echo "no" >&6; }
10947fi
10948
10949
10950 fi
10951 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10952 done
10953fi
10954
10955if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10956 set dummy gccgo
10957 if test $build = $target ; then
10958 GOC_FOR_TARGET="$2"
10959 else
10960 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10961 fi
10962else
10963 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10964fi
10965
10966
10967
2429c060
PB
10968cat > conftest.c << \EOF
10969#ifdef __GNUC__
10970 gcc_yay;
10971#endif
10972EOF
10973if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10974 have_gcc_for_target=yes
859789af 10975else
2429c060
PB
10976 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10977 have_gcc_for_target=no
859789af 10978fi
2429c060
PB
10979rm conftest.c
10980
10981
10982
859789af 10983
2429c060
PB
10984if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10985 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10987$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
3a35eeb3
PB
10988 if test -x $with_build_time_tools/ar; then
10989 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10990 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
81ecdfbb
RW
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10992$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
3a35eeb3 10993 else
81ecdfbb
RW
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10995$as_echo "no" >&6; }
3a35eeb3 10996 fi
2429c060
PB
10997 elif test $build != $host && test $have_gcc_for_target = yes; then
10998 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
d3f5afc4
MS
10999 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
11000 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
05cbd757 11001 fi
2429c060 11002fi
c6b750e1 11003if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11004 # Extract the first word of "ar", so it can be a program name with args.
11005set dummy ar; ac_word=$2
81ecdfbb
RW
11006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11007$as_echo_n "checking for $ac_word... " >&6; }
11008if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
11009 $as_echo_n "(cached) " >&6
859789af 11010else
c6b750e1
DJ
11011 case $AR_FOR_TARGET in
11012 [\\/]* | ?:[\\/]*)
2429c060
PB
11013 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
11014 ;;
2429c060 11015 *)
c6b750e1
DJ
11016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11017for as_dir in $gcc_cv_tool_dirs
11018do
11019 IFS=$as_save_IFS
11020 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11021 for ac_exec_ext in '' $ac_executable_extensions; do
11022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11023 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11025 break 2
11026 fi
11027done
81ecdfbb
RW
11028 done
11029IFS=$as_save_IFS
c6b750e1 11030
2429c060
PB
11031 ;;
11032esac
859789af 11033fi
c6b750e1 11034AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060 11035if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11037$as_echo "$AR_FOR_TARGET" >&6; }
859789af 11038else
81ecdfbb
RW
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11040$as_echo "no" >&6; }
859789af 11041fi
05cbd757 11042
81ecdfbb 11043
2429c060
PB
11044fi
11045if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9a819804
AO
11046
11047
11048if test -n "$AR_FOR_TARGET"; then
11049 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
11050elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11051 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11052fi
11053
11054if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
11055 for ncn_progname in ar; do
11056 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11057set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11059$as_echo_n "checking for $ac_word... " >&6; }
11060if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11061 $as_echo_n "(cached) " >&6
9a819804
AO
11062else
11063 if test -n "$AR_FOR_TARGET"; then
11064 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11065else
11066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11067for as_dir in $PATH
11068do
11069 IFS=$as_save_IFS
11070 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11071 for ac_exec_ext in '' $ac_executable_extensions; do
11072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11073 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11075 break 2
11076 fi
11077done
81ecdfbb
RW
11078 done
11079IFS=$as_save_IFS
9a819804
AO
11080
11081fi
11082fi
11083AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11084if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11086$as_echo "$AR_FOR_TARGET" >&6; }
9a819804 11087else
81ecdfbb
RW
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11089$as_echo "no" >&6; }
9a819804
AO
11090fi
11091
81ecdfbb 11092
9a819804
AO
11093 done
11094fi
11095
11096if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11097 for ncn_progname in ar; do
81ecdfbb
RW
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11099$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11100 if test -x $with_build_time_tools/${ncn_progname}; then
11101 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11103$as_echo "yes" >&6; }
2429c060
PB
11104 break
11105 else
81ecdfbb
RW
11106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11107$as_echo "no" >&6; }
2429c060
PB
11108 fi
11109 done
859789af
AC
11110fi
11111
2429c060
PB
11112if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11113 for ncn_progname in ar; do
11114 if test -n "$ncn_target_tool_prefix"; then
11115 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 11116set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11118$as_echo_n "checking for $ac_word... " >&6; }
11119if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11120 $as_echo_n "(cached) " >&6
7e0f7140 11121else
2429c060
PB
11122 if test -n "$AR_FOR_TARGET"; then
11123 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
7e0f7140 11124else
c6b750e1
DJ
11125as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11126for as_dir in $PATH
11127do
11128 IFS=$as_save_IFS
11129 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11130 for ac_exec_ext in '' $ac_executable_extensions; do
11131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11132 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11134 break 2
11135 fi
11136done
81ecdfbb
RW
11137 done
11138IFS=$as_save_IFS
c6b750e1 11139
7e0f7140
GK
11140fi
11141fi
c6b750e1 11142AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11143if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11145$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11146else
81ecdfbb
RW
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11148$as_echo "no" >&6; }
7e0f7140
GK
11149fi
11150
81ecdfbb 11151
2429c060
PB
11152 fi
11153 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11154 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 11155set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11157$as_echo_n "checking for $ac_word... " >&6; }
11158if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11159 $as_echo_n "(cached) " >&6
7e0f7140 11160else
2429c060
PB
11161 if test -n "$AR_FOR_TARGET"; then
11162 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
cac3d6c4 11163else
c6b750e1
DJ
11164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11165for as_dir in $PATH
11166do
11167 IFS=$as_save_IFS
11168 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11169 for ac_exec_ext in '' $ac_executable_extensions; do
11170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11171 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
81ecdfbb 11172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11173 break 2
11174 fi
11175done
81ecdfbb
RW
11176 done
11177IFS=$as_save_IFS
c6b750e1 11178
7e0f7140
GK
11179fi
11180fi
c6b750e1 11181AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
2429c060 11182if test -n "$AR_FOR_TARGET"; then
81ecdfbb
RW
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11184$as_echo "$AR_FOR_TARGET" >&6; }
7e0f7140 11185else
81ecdfbb
RW
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11187$as_echo "no" >&6; }
7e0f7140 11188fi
c6b750e1 11189
81ecdfbb 11190
2429c060
PB
11191 fi
11192 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11193 done
11194fi
c6b750e1 11195
2429c060
PB
11196if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11197 set dummy ar
7e0f7140 11198 if test $build = $target ; then
2429c060 11199 AR_FOR_TARGET="$2"
7e0f7140 11200 else
2429c060 11201 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
7e0f7140 11202 fi
d3f5afc4
MS
11203else
11204 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
7e0f7140
GK
11205fi
11206
3a35eeb3
PB
11207else
11208 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
2429c060
PB
11209fi
11210
11211
11212
11213
11214if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11215 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11217$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11218 if test -x $with_build_time_tools/as; then
11219 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11220 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
81ecdfbb
RW
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11222$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
3a35eeb3 11223 else
81ecdfbb
RW
11224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11225$as_echo "no" >&6; }
3a35eeb3 11226 fi
2429c060
PB
11227 elif test $build != $host && test $have_gcc_for_target = yes; then
11228 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
d3f5afc4
MS
11229 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11230 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
2429c060
PB
11231 fi
11232fi
c6b750e1 11233if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11234 # Extract the first word of "as", so it can be a program name with args.
11235set dummy as; ac_word=$2
81ecdfbb
RW
11236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11237$as_echo_n "checking for $ac_word... " >&6; }
11238if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11239 $as_echo_n "(cached) " >&6
2429c060 11240else
c6b750e1
DJ
11241 case $AS_FOR_TARGET in
11242 [\\/]* | ?:[\\/]*)
2429c060
PB
11243 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11244 ;;
2429c060 11245 *)
c6b750e1
DJ
11246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11247for as_dir in $gcc_cv_tool_dirs
11248do
11249 IFS=$as_save_IFS
11250 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11251 for ac_exec_ext in '' $ac_executable_extensions; do
11252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11253 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11255 break 2
11256 fi
11257done
81ecdfbb
RW
11258 done
11259IFS=$as_save_IFS
c6b750e1 11260
2429c060
PB
11261 ;;
11262esac
11263fi
c6b750e1 11264AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060 11265if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11267$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11268else
81ecdfbb
RW
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11270$as_echo "no" >&6; }
2429c060
PB
11271fi
11272
81ecdfbb 11273
2429c060
PB
11274fi
11275if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9a819804
AO
11276
11277
11278if test -n "$AS_FOR_TARGET"; then
11279 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11280elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11281 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11282fi
11283
11284if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11285 for ncn_progname in as; do
11286 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11287set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11289$as_echo_n "checking for $ac_word... " >&6; }
11290if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11291 $as_echo_n "(cached) " >&6
9a819804
AO
11292else
11293 if test -n "$AS_FOR_TARGET"; then
11294 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11295else
11296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11297for as_dir in $PATH
11298do
11299 IFS=$as_save_IFS
11300 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11301 for ac_exec_ext in '' $ac_executable_extensions; do
11302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11303 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11305 break 2
11306 fi
11307done
81ecdfbb
RW
11308 done
11309IFS=$as_save_IFS
9a819804
AO
11310
11311fi
11312fi
11313AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11314if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11316$as_echo "$AS_FOR_TARGET" >&6; }
9a819804 11317else
81ecdfbb
RW
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11319$as_echo "no" >&6; }
9a819804
AO
11320fi
11321
81ecdfbb 11322
9a819804
AO
11323 done
11324fi
11325
11326if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11327 for ncn_progname in as; do
81ecdfbb
RW
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11329$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11330 if test -x $with_build_time_tools/${ncn_progname}; then
11331 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11333$as_echo "yes" >&6; }
2429c060
PB
11334 break
11335 else
81ecdfbb
RW
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11337$as_echo "no" >&6; }
2429c060
PB
11338 fi
11339 done
11340fi
11341
11342if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11343 for ncn_progname in as; do
11344 if test -n "$ncn_target_tool_prefix"; then
11345 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11346set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11348$as_echo_n "checking for $ac_word... " >&6; }
11349if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11350 $as_echo_n "(cached) " >&6
2429c060
PB
11351else
11352 if test -n "$AS_FOR_TARGET"; then
11353 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11354else
c6b750e1
DJ
11355as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11356for as_dir in $PATH
11357do
11358 IFS=$as_save_IFS
11359 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11360 for ac_exec_ext in '' $ac_executable_extensions; do
11361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11362 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11364 break 2
11365 fi
11366done
81ecdfbb
RW
11367 done
11368IFS=$as_save_IFS
c6b750e1 11369
2429c060
PB
11370fi
11371fi
c6b750e1 11372AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11373if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11375$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11376else
81ecdfbb
RW
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11378$as_echo "no" >&6; }
2429c060
PB
11379fi
11380
81ecdfbb 11381
2429c060
PB
11382 fi
11383 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11384 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11385set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11387$as_echo_n "checking for $ac_word... " >&6; }
11388if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11389 $as_echo_n "(cached) " >&6
2429c060
PB
11390else
11391 if test -n "$AS_FOR_TARGET"; then
11392 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11393else
c6b750e1
DJ
11394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11395for as_dir in $PATH
11396do
11397 IFS=$as_save_IFS
11398 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11399 for ac_exec_ext in '' $ac_executable_extensions; do
11400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11401 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
81ecdfbb 11402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11403 break 2
11404 fi
11405done
81ecdfbb
RW
11406 done
11407IFS=$as_save_IFS
c6b750e1 11408
2429c060
PB
11409fi
11410fi
c6b750e1 11411AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
2429c060 11412if test -n "$AS_FOR_TARGET"; then
81ecdfbb
RW
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11414$as_echo "$AS_FOR_TARGET" >&6; }
2429c060 11415else
81ecdfbb
RW
11416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11417$as_echo "no" >&6; }
2429c060 11418fi
c6b750e1 11419
81ecdfbb 11420
2429c060
PB
11421 fi
11422 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11423 done
11424fi
c6b750e1 11425
2429c060
PB
11426if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11427 set dummy as
11428 if test $build = $target ; then
11429 AS_FOR_TARGET="$2"
11430 else
11431 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11432 fi
d3f5afc4
MS
11433else
11434 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
2429c060
PB
11435fi
11436
3a35eeb3
PB
11437else
11438 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
2429c060
PB
11439fi
11440
11441
11442
11443
11444if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11445 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11447$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11448 if test -x $with_build_time_tools/dlltool; then
11449 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11450 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
81ecdfbb
RW
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11452$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
3a35eeb3 11453 else
81ecdfbb
RW
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11455$as_echo "no" >&6; }
3a35eeb3 11456 fi
2429c060
PB
11457 elif test $build != $host && test $have_gcc_for_target = yes; then
11458 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
d3f5afc4
MS
11459 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11460 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
2429c060
PB
11461 fi
11462fi
c6b750e1 11463if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11464 # Extract the first word of "dlltool", so it can be a program name with args.
11465set dummy dlltool; ac_word=$2
81ecdfbb
RW
11466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11467$as_echo_n "checking for $ac_word... " >&6; }
11468if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11469 $as_echo_n "(cached) " >&6
2429c060 11470else
c6b750e1
DJ
11471 case $DLLTOOL_FOR_TARGET in
11472 [\\/]* | ?:[\\/]*)
2429c060
PB
11473 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11474 ;;
2429c060 11475 *)
c6b750e1
DJ
11476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11477for as_dir in $gcc_cv_tool_dirs
11478do
11479 IFS=$as_save_IFS
11480 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11481 for ac_exec_ext in '' $ac_executable_extensions; do
11482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11483 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11485 break 2
11486 fi
11487done
81ecdfbb
RW
11488 done
11489IFS=$as_save_IFS
c6b750e1 11490
2429c060
PB
11491 ;;
11492esac
11493fi
c6b750e1 11494DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060 11495if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11497$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11498else
81ecdfbb
RW
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11500$as_echo "no" >&6; }
2429c060
PB
11501fi
11502
81ecdfbb 11503
2429c060
PB
11504fi
11505if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9a819804
AO
11506
11507
11508if test -n "$DLLTOOL_FOR_TARGET"; then
11509 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11510elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11511 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11512fi
11513
11514if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11515 for ncn_progname in dlltool; do
11516 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11517set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11519$as_echo_n "checking for $ac_word... " >&6; }
11520if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11521 $as_echo_n "(cached) " >&6
9a819804
AO
11522else
11523 if test -n "$DLLTOOL_FOR_TARGET"; then
11524 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11525else
11526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11527for as_dir in $PATH
11528do
11529 IFS=$as_save_IFS
11530 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11531 for ac_exec_ext in '' $ac_executable_extensions; do
11532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11533 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11535 break 2
11536 fi
11537done
81ecdfbb
RW
11538 done
11539IFS=$as_save_IFS
9a819804
AO
11540
11541fi
11542fi
11543DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11544if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11546$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
9a819804 11547else
81ecdfbb
RW
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11549$as_echo "no" >&6; }
9a819804
AO
11550fi
11551
81ecdfbb 11552
9a819804
AO
11553 done
11554fi
11555
11556if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11557 for ncn_progname in dlltool; do
81ecdfbb
RW
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11559$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11560 if test -x $with_build_time_tools/${ncn_progname}; then
11561 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11563$as_echo "yes" >&6; }
2429c060
PB
11564 break
11565 else
81ecdfbb
RW
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11567$as_echo "no" >&6; }
2429c060
PB
11568 fi
11569 done
11570fi
11571
11572if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11573 for ncn_progname in dlltool; do
11574 if test -n "$ncn_target_tool_prefix"; then
11575 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11576set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11578$as_echo_n "checking for $ac_word... " >&6; }
11579if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11580 $as_echo_n "(cached) " >&6
2429c060
PB
11581else
11582 if test -n "$DLLTOOL_FOR_TARGET"; then
11583 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11584else
c6b750e1
DJ
11585as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11586for as_dir in $PATH
11587do
11588 IFS=$as_save_IFS
11589 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11590 for ac_exec_ext in '' $ac_executable_extensions; do
11591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11592 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11594 break 2
11595 fi
11596done
81ecdfbb
RW
11597 done
11598IFS=$as_save_IFS
c6b750e1 11599
2429c060
PB
11600fi
11601fi
c6b750e1 11602DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11603if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11605$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11606else
81ecdfbb
RW
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11608$as_echo "no" >&6; }
2429c060
PB
11609fi
11610
81ecdfbb 11611
2429c060
PB
11612 fi
11613 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11614 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11615set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11617$as_echo_n "checking for $ac_word... " >&6; }
11618if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11619 $as_echo_n "(cached) " >&6
2429c060
PB
11620else
11621 if test -n "$DLLTOOL_FOR_TARGET"; then
11622 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11623else
c6b750e1
DJ
11624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11625for as_dir in $PATH
11626do
11627 IFS=$as_save_IFS
11628 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11629 for ac_exec_ext in '' $ac_executable_extensions; do
11630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11631 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
81ecdfbb 11632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11633 break 2
11634 fi
11635done
81ecdfbb
RW
11636 done
11637IFS=$as_save_IFS
c6b750e1 11638
2429c060
PB
11639fi
11640fi
c6b750e1 11641DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
2429c060 11642if test -n "$DLLTOOL_FOR_TARGET"; then
81ecdfbb
RW
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11644$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
2429c060 11645else
81ecdfbb
RW
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11647$as_echo "no" >&6; }
2429c060 11648fi
c6b750e1 11649
81ecdfbb 11650
2429c060
PB
11651 fi
11652 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11653 done
11654fi
c6b750e1 11655
2429c060
PB
11656if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11657 set dummy dlltool
11658 if test $build = $target ; then
11659 DLLTOOL_FOR_TARGET="$2"
11660 else
11661 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11662 fi
d3f5afc4
MS
11663else
11664 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
2429c060
PB
11665fi
11666
3a35eeb3
PB
11667else
11668 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
2429c060
PB
11669fi
11670
11671
11672
11673
11674if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11675 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11677$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11678 if test -x $with_build_time_tools/ld; then
11679 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11680 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
81ecdfbb
RW
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11682$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
3a35eeb3 11683 else
81ecdfbb
RW
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11685$as_echo "no" >&6; }
3a35eeb3 11686 fi
2429c060
PB
11687 elif test $build != $host && test $have_gcc_for_target = yes; then
11688 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
d3f5afc4
MS
11689 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11690 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2429c060
PB
11691 fi
11692fi
c6b750e1 11693if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
11694 # Extract the first word of "ld", so it can be a program name with args.
11695set dummy ld; ac_word=$2
81ecdfbb
RW
11696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11697$as_echo_n "checking for $ac_word... " >&6; }
11698if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11699 $as_echo_n "(cached) " >&6
2429c060 11700else
c6b750e1
DJ
11701 case $LD_FOR_TARGET in
11702 [\\/]* | ?:[\\/]*)
2429c060
PB
11703 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11704 ;;
2429c060 11705 *)
c6b750e1
DJ
11706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11707for as_dir in $gcc_cv_tool_dirs
11708do
11709 IFS=$as_save_IFS
11710 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11711 for ac_exec_ext in '' $ac_executable_extensions; do
11712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11713 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11715 break 2
11716 fi
11717done
81ecdfbb
RW
11718 done
11719IFS=$as_save_IFS
c6b750e1 11720
2429c060
PB
11721 ;;
11722esac
11723fi
c6b750e1 11724LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060 11725if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11727$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11728else
81ecdfbb
RW
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11730$as_echo "no" >&6; }
2429c060
PB
11731fi
11732
81ecdfbb 11733
2429c060
PB
11734fi
11735if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9a819804
AO
11736
11737
11738if test -n "$LD_FOR_TARGET"; then
11739 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11740elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11741 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11742fi
11743
11744if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11745 for ncn_progname in ld; do
11746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11747set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11749$as_echo_n "checking for $ac_word... " >&6; }
11750if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
9a819804
AO
11752else
11753 if test -n "$LD_FOR_TARGET"; then
11754 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11755else
11756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11757for as_dir in $PATH
11758do
11759 IFS=$as_save_IFS
11760 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11761 for ac_exec_ext in '' $ac_executable_extensions; do
11762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11763 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11765 break 2
11766 fi
11767done
81ecdfbb
RW
11768 done
11769IFS=$as_save_IFS
9a819804
AO
11770
11771fi
11772fi
11773LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11774if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11776$as_echo "$LD_FOR_TARGET" >&6; }
9a819804 11777else
81ecdfbb
RW
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11779$as_echo "no" >&6; }
9a819804
AO
11780fi
11781
81ecdfbb 11782
9a819804
AO
11783 done
11784fi
11785
11786if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 11787 for ncn_progname in ld; do
81ecdfbb
RW
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11789$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11790 if test -x $with_build_time_tools/${ncn_progname}; then
11791 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11793$as_echo "yes" >&6; }
2429c060
PB
11794 break
11795 else
81ecdfbb
RW
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11797$as_echo "no" >&6; }
2429c060
PB
11798 fi
11799 done
11800fi
11801
11802if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11803 for ncn_progname in ld; do
11804 if test -n "$ncn_target_tool_prefix"; then
11805 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11806set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
11807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11808$as_echo_n "checking for $ac_word... " >&6; }
11809if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11810 $as_echo_n "(cached) " >&6
2429c060
PB
11811else
11812 if test -n "$LD_FOR_TARGET"; then
11813 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11814else
c6b750e1
DJ
11815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11816for as_dir in $PATH
11817do
11818 IFS=$as_save_IFS
11819 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11820 for ac_exec_ext in '' $ac_executable_extensions; do
11821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11822 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 11823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11824 break 2
11825 fi
11826done
81ecdfbb
RW
11827 done
11828IFS=$as_save_IFS
c6b750e1 11829
2429c060
PB
11830fi
11831fi
c6b750e1 11832LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11833if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11835$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11836else
81ecdfbb
RW
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11838$as_echo "no" >&6; }
2429c060
PB
11839fi
11840
81ecdfbb 11841
2429c060
PB
11842 fi
11843 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11844 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11845set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11847$as_echo_n "checking for $ac_word... " >&6; }
11848if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11849 $as_echo_n "(cached) " >&6
2429c060
PB
11850else
11851 if test -n "$LD_FOR_TARGET"; then
11852 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11853else
c6b750e1
DJ
11854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11855for as_dir in $PATH
11856do
11857 IFS=$as_save_IFS
11858 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11859 for ac_exec_ext in '' $ac_executable_extensions; do
11860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 11861 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
81ecdfbb 11862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11863 break 2
11864 fi
11865done
81ecdfbb
RW
11866 done
11867IFS=$as_save_IFS
c6b750e1 11868
2429c060
PB
11869fi
11870fi
c6b750e1 11871LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2429c060 11872if test -n "$LD_FOR_TARGET"; then
81ecdfbb
RW
11873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11874$as_echo "$LD_FOR_TARGET" >&6; }
2429c060 11875else
81ecdfbb
RW
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11877$as_echo "no" >&6; }
2429c060 11878fi
c6b750e1 11879
81ecdfbb 11880
2429c060
PB
11881 fi
11882 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11883 done
11884fi
c6b750e1 11885
2429c060
PB
11886if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11887 set dummy ld
11888 if test $build = $target ; then
11889 LD_FOR_TARGET="$2"
11890 else
11891 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11892 fi
d3f5afc4
MS
11893else
11894 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
2429c060
PB
11895fi
11896
3a35eeb3
PB
11897else
11898 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
2429c060
PB
11899fi
11900
11901
11902
11903
11904if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11905 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11907$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
3a35eeb3
PB
11908 if test -x $with_build_time_tools/lipo; then
11909 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11910 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
81ecdfbb
RW
11911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11912$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
3a35eeb3 11913 else
81ecdfbb
RW
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11915$as_echo "no" >&6; }
3a35eeb3 11916 fi
2429c060
PB
11917 elif test $build != $host && test $have_gcc_for_target = yes; then
11918 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
d3f5afc4
MS
11919 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11920 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
2429c060
PB
11921 fi
11922fi
9a819804
AO
11923if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11924 # Extract the first word of "lipo", so it can be a program name with args.
11925set dummy lipo; ac_word=$2
81ecdfbb
RW
11926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11927$as_echo_n "checking for $ac_word... " >&6; }
11928if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11929 $as_echo_n "(cached) " >&6
9a819804
AO
11930else
11931 case $LIPO_FOR_TARGET in
11932 [\\/]* | ?:[\\/]*)
11933 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11934 ;;
11935 *)
11936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11937for as_dir in $gcc_cv_tool_dirs
11938do
11939 IFS=$as_save_IFS
11940 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11941 for ac_exec_ext in '' $ac_executable_extensions; do
11942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11943 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
11945 break 2
11946 fi
11947done
81ecdfbb
RW
11948 done
11949IFS=$as_save_IFS
9a819804
AO
11950
11951 ;;
11952esac
11953fi
11954LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9a819804 11955if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11957$as_echo "$LIPO_FOR_TARGET" >&6; }
9a819804 11958else
81ecdfbb
RW
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11960$as_echo "no" >&6; }
9a819804
AO
11961fi
11962
81ecdfbb 11963
9a819804
AO
11964fi
11965if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11966
11967
11968if test -n "$LIPO_FOR_TARGET"; then
11969 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11970elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11971 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11972fi
11973
11974if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11975 for ncn_progname in lipo; do
11976 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11977set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
11978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11979$as_echo_n "checking for $ac_word... " >&6; }
11980if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11981 $as_echo_n "(cached) " >&6
2429c060 11982else
9a819804
AO
11983 if test -n "$LIPO_FOR_TARGET"; then
11984 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11985else
11986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11987for as_dir in $PATH
c6b750e1
DJ
11988do
11989 IFS=$as_save_IFS
11990 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11991 for ac_exec_ext in '' $ac_executable_extensions; do
11992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 11993 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 11994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
11995 break 2
11996 fi
11997done
81ecdfbb
RW
11998 done
11999IFS=$as_save_IFS
c6b750e1 12000
2429c060 12001fi
9a819804
AO
12002fi
12003LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12004if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12006$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12007else
81ecdfbb
RW
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12009$as_echo "no" >&6; }
2429c060
PB
12010fi
12011
81ecdfbb 12012
9a819804 12013 done
2429c060 12014fi
9a819804
AO
12015
12016if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12017 for ncn_progname in lipo; do
81ecdfbb
RW
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12019$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12020 if test -x $with_build_time_tools/${ncn_progname}; then
12021 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12023$as_echo "yes" >&6; }
2429c060
PB
12024 break
12025 else
81ecdfbb
RW
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12027$as_echo "no" >&6; }
2429c060
PB
12028 fi
12029 done
12030fi
12031
12032if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
12033 for ncn_progname in lipo; do
12034 if test -n "$ncn_target_tool_prefix"; then
12035 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12036set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12038$as_echo_n "checking for $ac_word... " >&6; }
12039if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12040 $as_echo_n "(cached) " >&6
2429c060
PB
12041else
12042 if test -n "$LIPO_FOR_TARGET"; then
12043 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12044else
c6b750e1
DJ
12045as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12046for as_dir in $PATH
12047do
12048 IFS=$as_save_IFS
12049 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12050 for ac_exec_ext in '' $ac_executable_extensions; do
12051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12052 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12054 break 2
12055 fi
12056done
81ecdfbb
RW
12057 done
12058IFS=$as_save_IFS
c6b750e1 12059
2429c060
PB
12060fi
12061fi
c6b750e1 12062LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12063if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12065$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12066else
81ecdfbb
RW
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12068$as_echo "no" >&6; }
2429c060
PB
12069fi
12070
81ecdfbb 12071
2429c060
PB
12072 fi
12073 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12074 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12075set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12077$as_echo_n "checking for $ac_word... " >&6; }
12078if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12079 $as_echo_n "(cached) " >&6
2429c060
PB
12080else
12081 if test -n "$LIPO_FOR_TARGET"; then
12082 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12083else
c6b750e1
DJ
12084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12085for as_dir in $PATH
12086do
12087 IFS=$as_save_IFS
12088 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12089 for ac_exec_ext in '' $ac_executable_extensions; do
12090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12091 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
81ecdfbb 12092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12093 break 2
12094 fi
12095done
81ecdfbb
RW
12096 done
12097IFS=$as_save_IFS
c6b750e1 12098
2429c060
PB
12099fi
12100fi
c6b750e1 12101LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
2429c060 12102if test -n "$LIPO_FOR_TARGET"; then
81ecdfbb
RW
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12104$as_echo "$LIPO_FOR_TARGET" >&6; }
2429c060 12105else
81ecdfbb
RW
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12107$as_echo "no" >&6; }
2429c060 12108fi
c6b750e1 12109
81ecdfbb 12110
2429c060
PB
12111 fi
12112 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12113 done
12114fi
c6b750e1 12115
2429c060
PB
12116if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12117 set dummy lipo
12118 if test $build = $target ; then
12119 LIPO_FOR_TARGET="$2"
12120 else
12121 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12122 fi
d3f5afc4
MS
12123else
12124 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
2429c060
PB
12125fi
12126
3a35eeb3
PB
12127else
12128 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
2429c060
PB
12129fi
12130
12131
12132
12133
12134if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12135 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12137$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12138 if test -x $with_build_time_tools/nm; then
12139 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12140 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
81ecdfbb
RW
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12142$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
3a35eeb3 12143 else
81ecdfbb
RW
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12145$as_echo "no" >&6; }
3a35eeb3 12146 fi
2429c060
PB
12147 elif test $build != $host && test $have_gcc_for_target = yes; then
12148 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
d3f5afc4
MS
12149 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12150 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
2429c060
PB
12151 fi
12152fi
c6b750e1 12153if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12154 # Extract the first word of "nm", so it can be a program name with args.
12155set dummy nm; ac_word=$2
81ecdfbb
RW
12156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12157$as_echo_n "checking for $ac_word... " >&6; }
12158if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12159 $as_echo_n "(cached) " >&6
2429c060 12160else
c6b750e1
DJ
12161 case $NM_FOR_TARGET in
12162 [\\/]* | ?:[\\/]*)
2429c060
PB
12163 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12164 ;;
2429c060 12165 *)
c6b750e1
DJ
12166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12167for as_dir in $gcc_cv_tool_dirs
12168do
12169 IFS=$as_save_IFS
12170 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12171 for ac_exec_ext in '' $ac_executable_extensions; do
12172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12173 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12175 break 2
12176 fi
12177done
81ecdfbb
RW
12178 done
12179IFS=$as_save_IFS
c6b750e1 12180
2429c060
PB
12181 ;;
12182esac
12183fi
c6b750e1 12184NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060 12185if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12187$as_echo "$NM_FOR_TARGET" >&6; }
2429c060 12188else
81ecdfbb
RW
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12190$as_echo "no" >&6; }
2429c060
PB
12191fi
12192
81ecdfbb 12193
2429c060
PB
12194fi
12195if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9a819804
AO
12196
12197
12198if test -n "$NM_FOR_TARGET"; then
12199 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12200elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12201 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12202fi
12203
12204if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12205 for ncn_progname in nm; do
12206 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12207set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12209$as_echo_n "checking for $ac_word... " >&6; }
12210if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12211 $as_echo_n "(cached) " >&6
9a819804
AO
12212else
12213 if test -n "$NM_FOR_TARGET"; then
12214 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12215else
12216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12217for as_dir in $PATH
12218do
12219 IFS=$as_save_IFS
12220 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12221 for ac_exec_ext in '' $ac_executable_extensions; do
12222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12223 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12225 break 2
12226 fi
12227done
81ecdfbb
RW
12228 done
12229IFS=$as_save_IFS
9a819804
AO
12230
12231fi
12232fi
12233NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12234if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12236$as_echo "$NM_FOR_TARGET" >&6; }
9a819804 12237else
81ecdfbb
RW
12238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12239$as_echo "no" >&6; }
9a819804
AO
12240fi
12241
81ecdfbb 12242
9a819804
AO
12243 done
12244fi
12245
12246if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12247 for ncn_progname in nm; do
81ecdfbb
RW
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12249$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12250 if test -x $with_build_time_tools/${ncn_progname}; then
12251 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12253$as_echo "yes" >&6; }
2429c060
PB
12254 break
12255 else
81ecdfbb
RW
12256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12257$as_echo "no" >&6; }
2429c060
PB
12258 fi
12259 done
12260fi
12261
12262if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12263 for ncn_progname in nm; do
12264 if test -n "$ncn_target_tool_prefix"; then
12265 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 12266set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12268$as_echo_n "checking for $ac_word... " >&6; }
12269if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12270 $as_echo_n "(cached) " >&6
859789af 12271else
55db4b87
PB
12272 if test -n "$NM_FOR_TARGET"; then
12273 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12274else
c6b750e1
DJ
12275as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12276for as_dir in $PATH
12277do
12278 IFS=$as_save_IFS
12279 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12280 for ac_exec_ext in '' $ac_executable_extensions; do
12281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12282 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12284 break 2
12285 fi
12286done
81ecdfbb
RW
12287 done
12288IFS=$as_save_IFS
c6b750e1 12289
859789af
AC
12290fi
12291fi
c6b750e1 12292NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
55db4b87 12293if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12295$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12296else
81ecdfbb
RW
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12298$as_echo "no" >&6; }
859789af
AC
12299fi
12300
81ecdfbb 12301
2429c060
PB
12302 fi
12303 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12304 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12305set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12307$as_echo_n "checking for $ac_word... " >&6; }
12308if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12309 $as_echo_n "(cached) " >&6
859789af 12310else
05cbd757
PB
12311 if test -n "$NM_FOR_TARGET"; then
12312 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
859789af 12313else
c6b750e1
DJ
12314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12315for as_dir in $PATH
12316do
12317 IFS=$as_save_IFS
12318 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12319 for ac_exec_ext in '' $ac_executable_extensions; do
12320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12321 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
81ecdfbb 12322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12323 break 2
12324 fi
12325done
81ecdfbb
RW
12326 done
12327IFS=$as_save_IFS
c6b750e1 12328
859789af
AC
12329fi
12330fi
c6b750e1 12331NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
05cbd757 12332if test -n "$NM_FOR_TARGET"; then
81ecdfbb
RW
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12334$as_echo "$NM_FOR_TARGET" >&6; }
859789af 12335else
81ecdfbb
RW
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12337$as_echo "no" >&6; }
859789af 12338fi
c6b750e1 12339
81ecdfbb 12340
2429c060
PB
12341 fi
12342 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12343 done
12344fi
c6b750e1 12345
05cbd757
PB
12346if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12347 set dummy nm
12348 if test $build = $target ; then
12349 NM_FOR_TARGET="$2"
859789af 12350 else
05cbd757 12351 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12352 fi
d3f5afc4
MS
12353else
12354 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
859789af
AC
12355fi
12356
3a35eeb3
PB
12357else
12358 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
2429c060
PB
12359fi
12360
12361
12362
12363
12364if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12365 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12367$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12368 if test -x $with_build_time_tools/objdump; then
12369 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12370 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
81ecdfbb
RW
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12372$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
3a35eeb3 12373 else
81ecdfbb
RW
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12375$as_echo "no" >&6; }
3a35eeb3 12376 fi
2429c060
PB
12377 elif test $build != $host && test $have_gcc_for_target = yes; then
12378 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
d3f5afc4
MS
12379 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12380 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
2429c060
PB
12381 fi
12382fi
c6b750e1 12383if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12384 # Extract the first word of "objdump", so it can be a program name with args.
12385set dummy objdump; ac_word=$2
81ecdfbb
RW
12386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12387$as_echo_n "checking for $ac_word... " >&6; }
12388if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12389 $as_echo_n "(cached) " >&6
2429c060 12390else
c6b750e1
DJ
12391 case $OBJDUMP_FOR_TARGET in
12392 [\\/]* | ?:[\\/]*)
2429c060
PB
12393 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12394 ;;
2429c060 12395 *)
c6b750e1
DJ
12396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12397for as_dir in $gcc_cv_tool_dirs
12398do
12399 IFS=$as_save_IFS
12400 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12401 for ac_exec_ext in '' $ac_executable_extensions; do
12402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12403 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12405 break 2
12406 fi
12407done
81ecdfbb
RW
12408 done
12409IFS=$as_save_IFS
c6b750e1 12410
2429c060
PB
12411 ;;
12412esac
12413fi
c6b750e1 12414OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060 12415if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12417$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
2429c060 12418else
81ecdfbb
RW
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12420$as_echo "no" >&6; }
2429c060
PB
12421fi
12422
81ecdfbb 12423
2429c060
PB
12424fi
12425if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9a819804
AO
12426
12427
12428if test -n "$OBJDUMP_FOR_TARGET"; then
12429 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12430elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12431 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12432fi
12433
12434if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12435 for ncn_progname in objdump; do
12436 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12437set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12439$as_echo_n "checking for $ac_word... " >&6; }
12440if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12441 $as_echo_n "(cached) " >&6
9a819804
AO
12442else
12443 if test -n "$OBJDUMP_FOR_TARGET"; then
12444 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12445else
12446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12447for as_dir in $PATH
12448do
12449 IFS=$as_save_IFS
12450 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12451 for ac_exec_ext in '' $ac_executable_extensions; do
12452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12453 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12455 break 2
12456 fi
12457done
81ecdfbb
RW
12458 done
12459IFS=$as_save_IFS
9a819804
AO
12460
12461fi
12462fi
12463OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12464if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12466$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
9a819804 12467else
81ecdfbb
RW
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12469$as_echo "no" >&6; }
9a819804
AO
12470fi
12471
81ecdfbb 12472
9a819804
AO
12473 done
12474fi
12475
12476if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12477 for ncn_progname in objdump; do
81ecdfbb
RW
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12479$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12480 if test -x $with_build_time_tools/${ncn_progname}; then
12481 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12483$as_echo "yes" >&6; }
2429c060
PB
12484 break
12485 else
81ecdfbb
RW
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12487$as_echo "no" >&6; }
2429c060
PB
12488 fi
12489 done
12490fi
12491
12492if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12493 for ncn_progname in objdump; do
12494 if test -n "$ncn_target_tool_prefix"; then
12495 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 12496set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12498$as_echo_n "checking for $ac_word... " >&6; }
12499if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12500 $as_echo_n "(cached) " >&6
5ae72758
DJ
12501else
12502 if test -n "$OBJDUMP_FOR_TARGET"; then
12503 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12504else
c6b750e1
DJ
12505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12506for as_dir in $PATH
12507do
12508 IFS=$as_save_IFS
12509 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12510 for ac_exec_ext in '' $ac_executable_extensions; do
12511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12512 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12514 break 2
12515 fi
12516done
81ecdfbb
RW
12517 done
12518IFS=$as_save_IFS
c6b750e1 12519
5ae72758
DJ
12520fi
12521fi
c6b750e1 12522OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12523if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12525$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12526else
81ecdfbb
RW
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12528$as_echo "no" >&6; }
5ae72758
DJ
12529fi
12530
81ecdfbb 12531
2429c060
PB
12532 fi
12533 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12534 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
5ae72758 12535set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12537$as_echo_n "checking for $ac_word... " >&6; }
12538if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12539 $as_echo_n "(cached) " >&6
5ae72758
DJ
12540else
12541 if test -n "$OBJDUMP_FOR_TARGET"; then
12542 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12543else
c6b750e1
DJ
12544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12545for as_dir in $PATH
12546do
12547 IFS=$as_save_IFS
12548 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12549 for ac_exec_ext in '' $ac_executable_extensions; do
12550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12551 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
81ecdfbb 12552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12553 break 2
12554 fi
12555done
81ecdfbb
RW
12556 done
12557IFS=$as_save_IFS
c6b750e1 12558
5ae72758
DJ
12559fi
12560fi
c6b750e1 12561OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
5ae72758 12562if test -n "$OBJDUMP_FOR_TARGET"; then
81ecdfbb
RW
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12564$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
5ae72758 12565else
81ecdfbb
RW
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12567$as_echo "no" >&6; }
5ae72758 12568fi
c6b750e1 12569
81ecdfbb 12570
2429c060
PB
12571 fi
12572 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12573 done
12574fi
c6b750e1 12575
5ae72758
DJ
12576if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12577 set dummy objdump
12578 if test $build = $target ; then
12579 OBJDUMP_FOR_TARGET="$2"
12580 else
12581 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12582 fi
d3f5afc4
MS
12583else
12584 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
5ae72758
DJ
12585fi
12586
3a35eeb3
PB
12587else
12588 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
2429c060
PB
12589fi
12590
12591
12592
12593
12594if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12595 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12597$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12598 if test -x $with_build_time_tools/ranlib; then
12599 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12600 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
81ecdfbb
RW
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12602$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
3a35eeb3 12603 else
81ecdfbb
RW
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12605$as_echo "no" >&6; }
3a35eeb3 12606 fi
2429c060
PB
12607 elif test $build != $host && test $have_gcc_for_target = yes; then
12608 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
d3f5afc4
MS
12609 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12610 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
2429c060
PB
12611 fi
12612fi
c6b750e1 12613if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
12614 # Extract the first word of "ranlib", so it can be a program name with args.
12615set dummy ranlib; ac_word=$2
81ecdfbb
RW
12616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12617$as_echo_n "checking for $ac_word... " >&6; }
12618if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12619 $as_echo_n "(cached) " >&6
2429c060 12620else
c6b750e1
DJ
12621 case $RANLIB_FOR_TARGET in
12622 [\\/]* | ?:[\\/]*)
2429c060
PB
12623 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12624 ;;
2429c060 12625 *)
c6b750e1
DJ
12626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12627for as_dir in $gcc_cv_tool_dirs
12628do
12629 IFS=$as_save_IFS
12630 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12631 for ac_exec_ext in '' $ac_executable_extensions; do
12632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12633 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12635 break 2
12636 fi
12637done
81ecdfbb
RW
12638 done
12639IFS=$as_save_IFS
c6b750e1 12640
2429c060
PB
12641 ;;
12642esac
12643fi
c6b750e1 12644RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
2429c060 12645if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12647$as_echo "$RANLIB_FOR_TARGET" >&6; }
2429c060 12648else
81ecdfbb
RW
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12650$as_echo "no" >&6; }
2429c060
PB
12651fi
12652
81ecdfbb 12653
2429c060
PB
12654fi
12655if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
9a819804
AO
12656
12657
12658if test -n "$RANLIB_FOR_TARGET"; then
12659 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12660elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12661 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12662fi
12663
12664if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12665 for ncn_progname in ranlib; do
12666 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12667set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12669$as_echo_n "checking for $ac_word... " >&6; }
12670if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12671 $as_echo_n "(cached) " >&6
9a819804
AO
12672else
12673 if test -n "$RANLIB_FOR_TARGET"; then
12674 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12675else
12676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12677for as_dir in $PATH
12678do
12679 IFS=$as_save_IFS
12680 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12681 for ac_exec_ext in '' $ac_executable_extensions; do
12682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 12683 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
12685 break 2
12686 fi
12687done
81ecdfbb
RW
12688 done
12689IFS=$as_save_IFS
9a819804
AO
12690
12691fi
12692fi
12693RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12694if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12696$as_echo "$RANLIB_FOR_TARGET" >&6; }
9a819804 12697else
81ecdfbb
RW
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12699$as_echo "no" >&6; }
9a819804
AO
12700fi
12701
81ecdfbb 12702
9a819804
AO
12703 done
12704fi
12705
12706if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 12707 for ncn_progname in ranlib; do
81ecdfbb
RW
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12709$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
12710 if test -x $with_build_time_tools/${ncn_progname}; then
12711 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
12712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12713$as_echo "yes" >&6; }
2429c060
PB
12714 break
12715 else
81ecdfbb
RW
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12717$as_echo "no" >&6; }
2429c060
PB
12718 fi
12719 done
12720fi
12721
12722if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12723 for ncn_progname in ranlib; do
12724 if test -n "$ncn_target_tool_prefix"; then
12725 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
5ae72758 12726set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
12727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12728$as_echo_n "checking for $ac_word... " >&6; }
12729if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12730 $as_echo_n "(cached) " >&6
859789af 12731else
55db4b87
PB
12732 if test -n "$RANLIB_FOR_TARGET"; then
12733 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12734else
c6b750e1
DJ
12735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12736for as_dir in $PATH
12737do
12738 IFS=$as_save_IFS
12739 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12740 for ac_exec_ext in '' $ac_executable_extensions; do
12741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12742 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 12743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12744 break 2
12745 fi
12746done
81ecdfbb
RW
12747 done
12748IFS=$as_save_IFS
c6b750e1 12749
859789af
AC
12750fi
12751fi
c6b750e1 12752RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
55db4b87 12753if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12755$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12756else
81ecdfbb
RW
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12758$as_echo "no" >&6; }
859789af
AC
12759fi
12760
81ecdfbb 12761
2429c060
PB
12762 fi
12763 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12764 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 12765set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
12766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12767$as_echo_n "checking for $ac_word... " >&6; }
12768if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12769 $as_echo_n "(cached) " >&6
859789af 12770else
05cbd757
PB
12771 if test -n "$RANLIB_FOR_TARGET"; then
12772 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
859789af 12773else
c6b750e1
DJ
12774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12775for as_dir in $PATH
12776do
12777 IFS=$as_save_IFS
12778 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12779 for ac_exec_ext in '' $ac_executable_extensions; do
12780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 12781 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
81ecdfbb 12782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
12783 break 2
12784 fi
12785done
81ecdfbb
RW
12786 done
12787IFS=$as_save_IFS
c6b750e1 12788
859789af
AC
12789fi
12790fi
c6b750e1 12791RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
05cbd757 12792if test -n "$RANLIB_FOR_TARGET"; then
81ecdfbb
RW
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12794$as_echo "$RANLIB_FOR_TARGET" >&6; }
859789af 12795else
81ecdfbb
RW
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12797$as_echo "no" >&6; }
859789af 12798fi
c6b750e1 12799
81ecdfbb 12800
2429c060
PB
12801 fi
12802 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12803 done
12804fi
c6b750e1 12805
2429c060
PB
12806if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12807 set dummy ranlib
12808 if test $build = $target ; then
12809 RANLIB_FOR_TARGET="$2"
12810 else
12811 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 12812 fi
d3f5afc4
MS
12813else
12814 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
2429c060 12815fi
05cbd757 12816
3a35eeb3
PB
12817else
12818 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
859789af
AC
12819fi
12820
2429c060
PB
12821
12822
12823
b121d7d4
DD
12824if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12825 if test -n "$with_build_time_tools"; then
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12827$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12828 if test -x $with_build_time_tools/readelf; then
12829 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12830 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12832$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12833 else
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12835$as_echo "no" >&6; }
12836 fi
12837 elif test $build != $host && test $have_gcc_for_target = yes; then
12838 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12839 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12840 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12841 fi
12842fi
12843if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12844 # Extract the first word of "readelf", so it can be a program name with args.
12845set dummy readelf; ac_word=$2
12846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12847$as_echo_n "checking for $ac_word... " >&6; }
12848if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12849 $as_echo_n "(cached) " >&6
12850else
12851 case $READELF_FOR_TARGET in
12852 [\\/]* | ?:[\\/]*)
12853 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12854 ;;
12855 *)
12856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12857for as_dir in $gcc_cv_tool_dirs
12858do
12859 IFS=$as_save_IFS
12860 test -z "$as_dir" && as_dir=.
12861 for ac_exec_ext in '' $ac_executable_extensions; do
12862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12863 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12865 break 2
12866 fi
12867done
12868 done
12869IFS=$as_save_IFS
12870
12871 ;;
12872esac
12873fi
12874READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12875if test -n "$READELF_FOR_TARGET"; then
12876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12877$as_echo "$READELF_FOR_TARGET" >&6; }
12878else
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12880$as_echo "no" >&6; }
12881fi
12882
12883
12884fi
12885if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12886
12887
12888if test -n "$READELF_FOR_TARGET"; then
12889 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12890elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12891 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12892fi
12893
12894if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12895 for ncn_progname in readelf; do
12896 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12897set dummy ${ncn_progname}; ac_word=$2
12898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12899$as_echo_n "checking for $ac_word... " >&6; }
12900if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12901 $as_echo_n "(cached) " >&6
12902else
12903 if test -n "$READELF_FOR_TARGET"; then
12904 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12905else
12906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12907for as_dir in $PATH
12908do
12909 IFS=$as_save_IFS
12910 test -z "$as_dir" && as_dir=.
12911 for ac_exec_ext in '' $ac_executable_extensions; do
12912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12913 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12915 break 2
12916 fi
12917done
12918 done
12919IFS=$as_save_IFS
12920
12921fi
12922fi
12923READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12924if test -n "$READELF_FOR_TARGET"; then
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12926$as_echo "$READELF_FOR_TARGET" >&6; }
12927else
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12929$as_echo "no" >&6; }
12930fi
12931
12932
12933 done
12934fi
12935
12936if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12937 for ncn_progname in readelf; do
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12939$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12940 if test -x $with_build_time_tools/${ncn_progname}; then
12941 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12943$as_echo "yes" >&6; }
12944 break
12945 else
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12947$as_echo "no" >&6; }
12948 fi
12949 done
12950fi
12951
12952if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12953 for ncn_progname in readelf; do
12954 if test -n "$ncn_target_tool_prefix"; then
12955 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12956set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12958$as_echo_n "checking for $ac_word... " >&6; }
12959if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12960 $as_echo_n "(cached) " >&6
12961else
12962 if test -n "$READELF_FOR_TARGET"; then
12963 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12964else
12965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12966for as_dir in $PATH
12967do
12968 IFS=$as_save_IFS
12969 test -z "$as_dir" && as_dir=.
12970 for ac_exec_ext in '' $ac_executable_extensions; do
12971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12972 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12974 break 2
12975 fi
12976done
12977 done
12978IFS=$as_save_IFS
12979
12980fi
12981fi
12982READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12983if test -n "$READELF_FOR_TARGET"; then
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12985$as_echo "$READELF_FOR_TARGET" >&6; }
12986else
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12988$as_echo "no" >&6; }
12989fi
12990
12991
12992 fi
12993 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12994 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12995set dummy ${ncn_progname}; ac_word=$2
12996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12997$as_echo_n "checking for $ac_word... " >&6; }
12998if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12999 $as_echo_n "(cached) " >&6
13000else
13001 if test -n "$READELF_FOR_TARGET"; then
13002 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
13003else
13004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13005for as_dir in $PATH
13006do
13007 IFS=$as_save_IFS
13008 test -z "$as_dir" && as_dir=.
13009 for ac_exec_ext in '' $ac_executable_extensions; do
13010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13011 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
13012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13013 break 2
13014 fi
13015done
13016 done
13017IFS=$as_save_IFS
13018
13019fi
13020fi
13021READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
13022if test -n "$READELF_FOR_TARGET"; then
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
13024$as_echo "$READELF_FOR_TARGET" >&6; }
13025else
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13027$as_echo "no" >&6; }
13028fi
13029
13030
13031 fi
13032 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
13033 done
13034fi
13035
13036if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
13037 set dummy readelf
13038 if test $build = $target ; then
13039 READELF_FOR_TARGET="$2"
13040 else
13041 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
13042 fi
13043else
13044 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
13045fi
13046
13047else
13048 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
13049fi
13050
13051
13052
13053
2429c060
PB
13054if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
13055 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
13057$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13058 if test -x $with_build_time_tools/strip; then
13059 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
13060 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
81ecdfbb
RW
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
13062$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
3a35eeb3 13063 else
81ecdfbb
RW
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13065$as_echo "no" >&6; }
3a35eeb3 13066 fi
2429c060
PB
13067 elif test $build != $host && test $have_gcc_for_target = yes; then
13068 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
d3f5afc4
MS
13069 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13070 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
2429c060
PB
13071 fi
13072fi
c6b750e1 13073if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13074 # Extract the first word of "strip", so it can be a program name with args.
13075set dummy strip; ac_word=$2
81ecdfbb
RW
13076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13077$as_echo_n "checking for $ac_word... " >&6; }
13078if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13079 $as_echo_n "(cached) " >&6
2429c060 13080else
c6b750e1
DJ
13081 case $STRIP_FOR_TARGET in
13082 [\\/]* | ?:[\\/]*)
2429c060
PB
13083 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13084 ;;
2429c060 13085 *)
c6b750e1
DJ
13086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13087for as_dir in $gcc_cv_tool_dirs
13088do
13089 IFS=$as_save_IFS
13090 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13091 for ac_exec_ext in '' $ac_executable_extensions; do
13092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13093 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13095 break 2
13096 fi
13097done
81ecdfbb
RW
13098 done
13099IFS=$as_save_IFS
c6b750e1 13100
2429c060
PB
13101 ;;
13102esac
13103fi
c6b750e1 13104STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060 13105if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13107$as_echo "$STRIP_FOR_TARGET" >&6; }
2429c060 13108else
81ecdfbb
RW
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13110$as_echo "no" >&6; }
2429c060
PB
13111fi
13112
81ecdfbb 13113
2429c060
PB
13114fi
13115if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
9a819804
AO
13116
13117
13118if test -n "$STRIP_FOR_TARGET"; then
13119 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13120elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13121 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13122fi
13123
13124if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13125 for ncn_progname in strip; do
13126 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13127set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13129$as_echo_n "checking for $ac_word... " >&6; }
13130if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13131 $as_echo_n "(cached) " >&6
9a819804
AO
13132else
13133 if test -n "$STRIP_FOR_TARGET"; then
13134 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13135else
13136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13137for as_dir in $PATH
13138do
13139 IFS=$as_save_IFS
13140 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13141 for ac_exec_ext in '' $ac_executable_extensions; do
13142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13143 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13145 break 2
13146 fi
13147done
81ecdfbb
RW
13148 done
13149IFS=$as_save_IFS
9a819804
AO
13150
13151fi
13152fi
13153STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13154if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13156$as_echo "$STRIP_FOR_TARGET" >&6; }
9a819804 13157else
81ecdfbb
RW
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13159$as_echo "no" >&6; }
9a819804
AO
13160fi
13161
81ecdfbb 13162
9a819804
AO
13163 done
13164fi
13165
13166if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13167 for ncn_progname in strip; do
81ecdfbb
RW
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13169$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13170 if test -x $with_build_time_tools/${ncn_progname}; then
13171 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13173$as_echo "yes" >&6; }
2429c060
PB
13174 break
13175 else
81ecdfbb
RW
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13177$as_echo "no" >&6; }
2429c060
PB
13178 fi
13179 done
13180fi
13181
13182if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13183 for ncn_progname in strip; do
13184 if test -n "$ncn_target_tool_prefix"; then
13185 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7e0f7140 13186set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13188$as_echo_n "checking for $ac_word... " >&6; }
13189if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13190 $as_echo_n "(cached) " >&6
7e0f7140
GK
13191else
13192 if test -n "$STRIP_FOR_TARGET"; then
13193 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
c6b750e1
DJ
13194else
13195as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13196for as_dir in $PATH
13197do
13198 IFS=$as_save_IFS
13199 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13200 for ac_exec_ext in '' $ac_executable_extensions; do
13201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13202 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13204 break 2
13205 fi
13206done
81ecdfbb
RW
13207 done
13208IFS=$as_save_IFS
c6b750e1 13209
7e0f7140
GK
13210fi
13211fi
c6b750e1 13212STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13213if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13215$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13216else
81ecdfbb
RW
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13218$as_echo "no" >&6; }
7e0f7140
GK
13219fi
13220
81ecdfbb 13221
2429c060
PB
13222 fi
13223 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13224 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7e0f7140 13225set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13227$as_echo_n "checking for $ac_word... " >&6; }
13228if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13229 $as_echo_n "(cached) " >&6
7e0f7140
GK
13230else
13231 if test -n "$STRIP_FOR_TARGET"; then
13232 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13233else
c6b750e1
DJ
13234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13235for as_dir in $PATH
13236do
13237 IFS=$as_save_IFS
13238 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13239 for ac_exec_ext in '' $ac_executable_extensions; do
13240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13241 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
81ecdfbb 13242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13243 break 2
13244 fi
13245done
81ecdfbb
RW
13246 done
13247IFS=$as_save_IFS
c6b750e1 13248
7e0f7140
GK
13249fi
13250fi
c6b750e1 13251STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
7e0f7140 13252if test -n "$STRIP_FOR_TARGET"; then
81ecdfbb
RW
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13254$as_echo "$STRIP_FOR_TARGET" >&6; }
7e0f7140 13255else
81ecdfbb
RW
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13257$as_echo "no" >&6; }
7e0f7140 13258fi
c6b750e1 13259
81ecdfbb 13260
2429c060
PB
13261 fi
13262 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13263 done
13264fi
c6b750e1 13265
7e0f7140
GK
13266if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13267 set dummy strip
13268 if test $build = $target ; then
13269 STRIP_FOR_TARGET="$2"
13270 else
13271 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13272 fi
d3f5afc4
MS
13273else
13274 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
7e0f7140
GK
13275fi
13276
3a35eeb3
PB
13277else
13278 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
2429c060
PB
13279fi
13280
13281
13282
13283
13284if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13285 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13287$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13288 if test -x $with_build_time_tools/windres; then
13289 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13290 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
81ecdfbb
RW
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13292$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
3a35eeb3 13293 else
81ecdfbb
RW
13294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13295$as_echo "no" >&6; }
3a35eeb3 13296 fi
2429c060
PB
13297 elif test $build != $host && test $have_gcc_for_target = yes; then
13298 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
d3f5afc4
MS
13299 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13300 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
2429c060
PB
13301 fi
13302fi
c6b750e1 13303if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
2429c060
PB
13304 # Extract the first word of "windres", so it can be a program name with args.
13305set dummy windres; ac_word=$2
81ecdfbb
RW
13306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13307$as_echo_n "checking for $ac_word... " >&6; }
13308if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13309 $as_echo_n "(cached) " >&6
2429c060 13310else
c6b750e1
DJ
13311 case $WINDRES_FOR_TARGET in
13312 [\\/]* | ?:[\\/]*)
2429c060
PB
13313 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13314 ;;
2429c060 13315 *)
c6b750e1
DJ
13316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317for as_dir in $gcc_cv_tool_dirs
13318do
13319 IFS=$as_save_IFS
13320 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13321 for ac_exec_ext in '' $ac_executable_extensions; do
13322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13323 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13325 break 2
13326 fi
13327done
81ecdfbb
RW
13328 done
13329IFS=$as_save_IFS
c6b750e1 13330
2429c060
PB
13331 ;;
13332esac
13333fi
c6b750e1 13334WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060 13335if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13337$as_echo "$WINDRES_FOR_TARGET" >&6; }
2429c060 13338else
81ecdfbb
RW
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13340$as_echo "no" >&6; }
2429c060
PB
13341fi
13342
81ecdfbb 13343
2429c060
PB
13344fi
13345if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
9a819804
AO
13346
13347
13348if test -n "$WINDRES_FOR_TARGET"; then
13349 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13350elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13351 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13352fi
13353
13354if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13355 for ncn_progname in windres; do
13356 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13357set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13359$as_echo_n "checking for $ac_word... " >&6; }
13360if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13361 $as_echo_n "(cached) " >&6
9a819804
AO
13362else
13363 if test -n "$WINDRES_FOR_TARGET"; then
13364 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13365else
13366as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13367for as_dir in $PATH
13368do
13369 IFS=$as_save_IFS
13370 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13371 for ac_exec_ext in '' $ac_executable_extensions; do
13372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9a819804 13373 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9a819804
AO
13375 break 2
13376 fi
13377done
81ecdfbb
RW
13378 done
13379IFS=$as_save_IFS
9a819804
AO
13380
13381fi
13382fi
13383WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13384if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13386$as_echo "$WINDRES_FOR_TARGET" >&6; }
9a819804 13387else
81ecdfbb
RW
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13389$as_echo "no" >&6; }
9a819804
AO
13390fi
13391
81ecdfbb 13392
9a819804
AO
13393 done
13394fi
13395
13396if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
2429c060 13397 for ncn_progname in windres; do
81ecdfbb
RW
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13399$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
3a35eeb3
PB
13400 if test -x $with_build_time_tools/${ncn_progname}; then
13401 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13403$as_echo "yes" >&6; }
2429c060
PB
13404 break
13405 else
81ecdfbb
RW
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13407$as_echo "no" >&6; }
2429c060
PB
13408 fi
13409 done
13410fi
13411
13412if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13413 for ncn_progname in windres; do
13414 if test -n "$ncn_target_tool_prefix"; then
13415 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
05cbd757 13416set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13418$as_echo_n "checking for $ac_word... " >&6; }
13419if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13420 $as_echo_n "(cached) " >&6
859789af 13421else
55db4b87
PB
13422 if test -n "$WINDRES_FOR_TARGET"; then
13423 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13424else
c6b750e1
DJ
13425as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13426for as_dir in $PATH
13427do
13428 IFS=$as_save_IFS
13429 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13430 for ac_exec_ext in '' $ac_executable_extensions; do
13431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13432 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13434 break 2
13435 fi
13436done
81ecdfbb
RW
13437 done
13438IFS=$as_save_IFS
c6b750e1 13439
859789af
AC
13440fi
13441fi
c6b750e1 13442WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
55db4b87 13443if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13445$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13446else
81ecdfbb
RW
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13448$as_echo "no" >&6; }
859789af
AC
13449fi
13450
81ecdfbb 13451
2429c060
PB
13452 fi
13453 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
05cbd757 13455set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13457$as_echo_n "checking for $ac_word... " >&6; }
13458if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13459 $as_echo_n "(cached) " >&6
859789af 13460else
05cbd757
PB
13461 if test -n "$WINDRES_FOR_TARGET"; then
13462 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
859789af 13463else
c6b750e1
DJ
13464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13465for as_dir in $PATH
13466do
13467 IFS=$as_save_IFS
13468 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13469 for ac_exec_ext in '' $ac_executable_extensions; do
13470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c6b750e1 13471 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
81ecdfbb 13472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c6b750e1
DJ
13473 break 2
13474 fi
13475done
81ecdfbb
RW
13476 done
13477IFS=$as_save_IFS
c6b750e1 13478
859789af
AC
13479fi
13480fi
c6b750e1 13481WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
05cbd757 13482if test -n "$WINDRES_FOR_TARGET"; then
81ecdfbb
RW
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13484$as_echo "$WINDRES_FOR_TARGET" >&6; }
859789af 13485else
81ecdfbb
RW
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13487$as_echo "no" >&6; }
859789af 13488fi
c6b750e1 13489
81ecdfbb 13490
2429c060
PB
13491 fi
13492 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13493 done
13494fi
c6b750e1 13495
05cbd757
PB
13496if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13497 set dummy windres
13498 if test $build = $target ; then
13499 WINDRES_FOR_TARGET="$2"
859789af 13500 else
05cbd757 13501 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
859789af 13502 fi
d3f5afc4
MS
13503else
13504 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
859789af
AC
13505fi
13506
3a35eeb3
PB
13507else
13508 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
2429c060
PB
13509fi
13510
852e5f18 13511
0c24b341
NC
13512
13513
13514if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13515 if test -n "$with_build_time_tools"; then
81ecdfbb
RW
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13517$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
0c24b341
NC
13518 if test -x $with_build_time_tools/windmc; then
13519 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13520 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
81ecdfbb
RW
13521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13522$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
0c24b341 13523 else
81ecdfbb
RW
13524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13525$as_echo "no" >&6; }
0c24b341
NC
13526 fi
13527 elif test $build != $host && test $have_gcc_for_target = yes; then
13528 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13529 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13530 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13531 fi
13532fi
13533if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13534 # Extract the first word of "windmc", so it can be a program name with args.
13535set dummy windmc; ac_word=$2
81ecdfbb
RW
13536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13537$as_echo_n "checking for $ac_word... " >&6; }
13538if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13539 $as_echo_n "(cached) " >&6
0c24b341
NC
13540else
13541 case $WINDMC_FOR_TARGET in
13542 [\\/]* | ?:[\\/]*)
13543 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13544 ;;
13545 *)
13546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13547for as_dir in $gcc_cv_tool_dirs
13548do
13549 IFS=$as_save_IFS
13550 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13551 for ac_exec_ext in '' $ac_executable_extensions; do
13552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13553 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13555 break 2
13556 fi
13557done
81ecdfbb
RW
13558 done
13559IFS=$as_save_IFS
0c24b341
NC
13560
13561 ;;
13562esac
13563fi
13564WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
0c24b341 13565if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13567$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13568else
81ecdfbb
RW
13569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13570$as_echo "no" >&6; }
0c24b341
NC
13571fi
13572
81ecdfbb 13573
0c24b341
NC
13574fi
13575if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13576
13577
13578if test -n "$WINDMC_FOR_TARGET"; then
13579 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13580elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13581 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13582fi
13583
13584if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13585 for ncn_progname in windmc; do
13586 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13587set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13589$as_echo_n "checking for $ac_word... " >&6; }
13590if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13591 $as_echo_n "(cached) " >&6
0c24b341
NC
13592else
13593 if test -n "$WINDMC_FOR_TARGET"; then
13594 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13595else
13596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13597for as_dir in $PATH
13598do
13599 IFS=$as_save_IFS
13600 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13601 for ac_exec_ext in '' $ac_executable_extensions; do
13602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13603 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13605 break 2
13606 fi
13607done
81ecdfbb
RW
13608 done
13609IFS=$as_save_IFS
0c24b341
NC
13610
13611fi
13612fi
13613WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13614if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13616$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13617else
81ecdfbb
RW
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13619$as_echo "no" >&6; }
0c24b341
NC
13620fi
13621
81ecdfbb 13622
0c24b341
NC
13623 done
13624fi
13625
13626if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13627 for ncn_progname in windmc; do
81ecdfbb
RW
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13629$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
0c24b341
NC
13630 if test -x $with_build_time_tools/${ncn_progname}; then
13631 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
81ecdfbb
RW
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13633$as_echo "yes" >&6; }
0c24b341
NC
13634 break
13635 else
81ecdfbb
RW
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13637$as_echo "no" >&6; }
0c24b341
NC
13638 fi
13639 done
13640fi
13641
13642if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13643 for ncn_progname in windmc; do
13644 if test -n "$ncn_target_tool_prefix"; then
13645 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13646set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
81ecdfbb
RW
13647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13648$as_echo_n "checking for $ac_word... " >&6; }
13649if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13650 $as_echo_n "(cached) " >&6
0c24b341
NC
13651else
13652 if test -n "$WINDMC_FOR_TARGET"; then
13653 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13654else
13655as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13656for as_dir in $PATH
13657do
13658 IFS=$as_save_IFS
13659 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13660 for ac_exec_ext in '' $ac_executable_extensions; do
13661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13662 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
81ecdfbb 13663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13664 break 2
13665 fi
13666done
81ecdfbb
RW
13667 done
13668IFS=$as_save_IFS
0c24b341
NC
13669
13670fi
13671fi
13672WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13673if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13675$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13676else
81ecdfbb
RW
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13678$as_echo "no" >&6; }
0c24b341
NC
13679fi
13680
81ecdfbb 13681
0c24b341
NC
13682 fi
13683 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13684 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13685set dummy ${ncn_progname}; ac_word=$2
81ecdfbb
RW
13686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13687$as_echo_n "checking for $ac_word... " >&6; }
13688if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13689 $as_echo_n "(cached) " >&6
0c24b341
NC
13690else
13691 if test -n "$WINDMC_FOR_TARGET"; then
13692 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13693else
13694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13695for as_dir in $PATH
13696do
13697 IFS=$as_save_IFS
13698 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13699 for ac_exec_ext in '' $ac_executable_extensions; do
13700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0c24b341 13701 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
81ecdfbb 13702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0c24b341
NC
13703 break 2
13704 fi
13705done
81ecdfbb
RW
13706 done
13707IFS=$as_save_IFS
0c24b341
NC
13708
13709fi
13710fi
13711WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13712if test -n "$WINDMC_FOR_TARGET"; then
81ecdfbb
RW
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13714$as_echo "$WINDMC_FOR_TARGET" >&6; }
0c24b341 13715else
81ecdfbb
RW
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13717$as_echo "no" >&6; }
0c24b341
NC
13718fi
13719
81ecdfbb 13720
0c24b341
NC
13721 fi
13722 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13723 done
13724fi
13725
13726if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13727 set dummy windmc
13728 if test $build = $target ; then
13729 WINDMC_FOR_TARGET="$2"
13730 else
13731 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13732 fi
13733else
13734 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13735fi
13736
13737else
13738 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13739fi
13740
13741
be01d343
PB
13742RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13743
81ecdfbb
RW
13744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13745$as_echo_n "checking where to find the target ar... " >&6; }
be01d343 13746if test "x${build}" != "x${host}" ; then
2429c060
PB
13747 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13748 # We already found the complete path
b8025f34 13749 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13751$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13752 else
13753 # Canadian cross, just use what we found
81ecdfbb
RW
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13755$as_echo "pre-installed" >&6; }
2429c060 13756 fi
be01d343
PB
13757else
13758 ok=yes
13759 case " ${configdirs} " in
13760 *" binutils "*) ;;
13761 *) ok=no ;;
13762 esac
c6b750e1 13763
be01d343
PB
13764 if test $ok = yes; then
13765 # An in-tree tool is available and we can use it
13766 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
81ecdfbb
RW
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13768$as_echo "just compiled" >&6; }
2429c060
PB
13769 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13770 # We already found the complete path
b8025f34 13771 ac_dir=`dirname $AR_FOR_TARGET`
81ecdfbb
RW
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13773$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13774 elif test "x$target" = "x$host"; then
13775 # We can use an host tool
13776 AR_FOR_TARGET='$(AR)'
81ecdfbb
RW
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13778$as_echo "host tool" >&6; }
be01d343
PB
13779 else
13780 # We need a cross tool
81ecdfbb
RW
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13782$as_echo "pre-installed" >&6; }
be01d343
PB
13783 fi
13784fi
4b900473 13785
81ecdfbb
RW
13786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13787$as_echo_n "checking where to find the target as... " >&6; }
be01d343 13788if test "x${build}" != "x${host}" ; then
2429c060
PB
13789 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13790 # We already found the complete path
b8025f34 13791 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13793$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13794 else
13795 # Canadian cross, just use what we found
81ecdfbb
RW
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13797$as_echo "pre-installed" >&6; }
2429c060 13798 fi
be01d343
PB
13799else
13800 ok=yes
13801 case " ${configdirs} " in
13802 *" gas "*) ;;
13803 *) ok=no ;;
13804 esac
c6b750e1 13805
be01d343
PB
13806 if test $ok = yes; then
13807 # An in-tree tool is available and we can use it
13808 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
81ecdfbb
RW
13809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13810$as_echo "just compiled" >&6; }
2429c060
PB
13811 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13812 # We already found the complete path
b8025f34 13813 ac_dir=`dirname $AS_FOR_TARGET`
81ecdfbb
RW
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13815$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13816 elif test "x$target" = "x$host"; then
13817 # We can use an host tool
13818 AS_FOR_TARGET='$(AS)'
81ecdfbb
RW
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13820$as_echo "host tool" >&6; }
be01d343
PB
13821 else
13822 # We need a cross tool
81ecdfbb
RW
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13824$as_echo "pre-installed" >&6; }
be01d343
PB
13825 fi
13826fi
4b900473 13827
81ecdfbb
RW
13828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13829$as_echo_n "checking where to find the target cc... " >&6; }
be01d343 13830if test "x${build}" != "x${host}" ; then
2429c060
PB
13831 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13832 # We already found the complete path
b8025f34 13833 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13835$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13836 else
13837 # Canadian cross, just use what we found
81ecdfbb
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13839$as_echo "pre-installed" >&6; }
2429c060 13840 fi
be01d343
PB
13841else
13842 ok=yes
13843 case " ${configdirs} " in
13844 *" gcc "*) ;;
13845 *) ok=no ;;
13846 esac
c6b750e1 13847
be01d343
PB
13848 if test $ok = yes; then
13849 # An in-tree tool is available and we can use it
13850 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13852$as_echo "just compiled" >&6; }
2429c060
PB
13853 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13854 # We already found the complete path
b8025f34 13855 ac_dir=`dirname $CC_FOR_TARGET`
81ecdfbb
RW
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13857$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13858 elif test "x$target" = "x$host"; then
13859 # We can use an host tool
13860 CC_FOR_TARGET='$(CC)'
81ecdfbb
RW
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13862$as_echo "host tool" >&6; }
be01d343
PB
13863 else
13864 # We need a cross tool
81ecdfbb
RW
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13866$as_echo "pre-installed" >&6; }
be01d343
PB
13867 fi
13868fi
4b900473 13869
81ecdfbb
RW
13870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13871$as_echo_n "checking where to find the target c++... " >&6; }
be01d343 13872if test "x${build}" != "x${host}" ; then
2429c060
PB
13873 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13874 # We already found the complete path
b8025f34 13875 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13877$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13878 else
13879 # Canadian cross, just use what we found
81ecdfbb
RW
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13881$as_echo "pre-installed" >&6; }
2429c060 13882 fi
be01d343
PB
13883else
13884 ok=yes
13885 case " ${configdirs} " in
13886 *" gcc "*) ;;
13887 *) ok=no ;;
13888 esac
13889 case ,${enable_languages}, in
13890 *,c++,*) ;;
13891 *) ok=no ;;
13892 esac
13893 if test $ok = yes; then
13894 # An in-tree tool is available and we can use it
95e43135 13895 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
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13897$as_echo "just compiled" >&6; }
2429c060
PB
13898 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13899 # We already found the complete path
b8025f34 13900 ac_dir=`dirname $CXX_FOR_TARGET`
81ecdfbb
RW
13901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13902$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13903 elif test "x$target" = "x$host"; then
13904 # We can use an host tool
13905 CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13907$as_echo "host tool" >&6; }
be01d343
PB
13908 else
13909 # We need a cross tool
81ecdfbb
RW
13910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13911$as_echo "pre-installed" >&6; }
be01d343
PB
13912 fi
13913fi
4b900473 13914
81ecdfbb
RW
13915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13916$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
be01d343 13917if test "x${build}" != "x${host}" ; then
2429c060
PB
13918 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13919 # We already found the complete path
b8025f34 13920 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13922$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13923 else
13924 # Canadian cross, just use what we found
81ecdfbb
RW
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13926$as_echo "pre-installed" >&6; }
2429c060 13927 fi
be01d343
PB
13928else
13929 ok=yes
13930 case " ${configdirs} " in
13931 *" gcc "*) ;;
13932 *) ok=no ;;
13933 esac
13934 case ,${enable_languages}, in
13935 *,c++,*) ;;
13936 *) ok=no ;;
13937 esac
13938 if test $ok = yes; then
13939 # An in-tree tool is available and we can use it
95e43135 13940 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
13941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13942$as_echo "just compiled" >&6; }
2429c060
PB
13943 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13944 # We already found the complete path
b8025f34 13945 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
81ecdfbb
RW
13946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13947$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13948 elif test "x$target" = "x$host"; then
13949 # We can use an host tool
13950 RAW_CXX_FOR_TARGET='$(CXX)'
81ecdfbb
RW
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13952$as_echo "host tool" >&6; }
be01d343
PB
13953 else
13954 # We need a cross tool
81ecdfbb
RW
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13956$as_echo "pre-installed" >&6; }
be01d343
PB
13957 fi
13958fi
4b900473 13959
81ecdfbb
RW
13960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13961$as_echo_n "checking where to find the target dlltool... " >&6; }
be01d343 13962if test "x${build}" != "x${host}" ; then
2429c060
PB
13963 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13964 # We already found the complete path
b8025f34 13965 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13967$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
13968 else
13969 # Canadian cross, just use what we found
81ecdfbb
RW
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13971$as_echo "pre-installed" >&6; }
2429c060 13972 fi
be01d343
PB
13973else
13974 ok=yes
13975 case " ${configdirs} " in
13976 *" binutils "*) ;;
13977 *) ok=no ;;
13978 esac
c6b750e1 13979
be01d343
PB
13980 if test $ok = yes; then
13981 # An in-tree tool is available and we can use it
13982 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
81ecdfbb
RW
13983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13984$as_echo "just compiled" >&6; }
2429c060
PB
13985 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13986 # We already found the complete path
b8025f34 13987 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
81ecdfbb
RW
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13989$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
13990 elif test "x$target" = "x$host"; then
13991 # We can use an host tool
13992 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
81ecdfbb
RW
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13994$as_echo "host tool" >&6; }
be01d343
PB
13995 else
13996 # We need a cross tool
81ecdfbb
RW
13997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13998$as_echo "pre-installed" >&6; }
be01d343
PB
13999 fi
14000fi
4b900473 14001
81ecdfbb
RW
14002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
14003$as_echo_n "checking where to find the target gcc... " >&6; }
be01d343 14004if test "x${build}" != "x${host}" ; then
2429c060
PB
14005 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14006 # We already found the complete path
b8025f34 14007 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14009$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14010 else
14011 # Canadian cross, just use what we found
81ecdfbb
RW
14012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14013$as_echo "pre-installed" >&6; }
2429c060 14014 fi
be01d343
PB
14015else
14016 ok=yes
14017 case " ${configdirs} " in
14018 *" gcc "*) ;;
14019 *) ok=no ;;
14020 esac
c6b750e1 14021
be01d343
PB
14022 if test $ok = yes; then
14023 # An in-tree tool is available and we can use it
14024 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14026$as_echo "just compiled" >&6; }
2429c060
PB
14027 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
14028 # We already found the complete path
b8025f34 14029 ac_dir=`dirname $GCC_FOR_TARGET`
81ecdfbb
RW
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14031$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14032 elif test "x$target" = "x$host"; then
14033 # We can use an host tool
14034 GCC_FOR_TARGET='$()'
81ecdfbb
RW
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14036$as_echo "host tool" >&6; }
be01d343
PB
14037 else
14038 # We need a cross tool
81ecdfbb
RW
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14040$as_echo "pre-installed" >&6; }
be01d343
PB
14041 fi
14042fi
4b900473 14043
81ecdfbb
RW
14044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
14045$as_echo_n "checking where to find the target gcj... " >&6; }
be01d343 14046if test "x${build}" != "x${host}" ; then
2429c060
PB
14047 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14048 # We already found the complete path
b8025f34 14049 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14051$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14052 else
14053 # Canadian cross, just use what we found
81ecdfbb
RW
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14055$as_echo "pre-installed" >&6; }
2429c060 14056 fi
be01d343
PB
14057else
14058 ok=yes
14059 case " ${configdirs} " in
14060 *" gcc "*) ;;
14061 *) ok=no ;;
14062 esac
14063 case ,${enable_languages}, in
14064 *,java,*) ;;
14065 *) ok=no ;;
14066 esac
14067 if test $ok = yes; then
14068 # An in-tree tool is available and we can use it
14069 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14071$as_echo "just compiled" >&6; }
2429c060
PB
14072 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14073 # We already found the complete path
b8025f34 14074 ac_dir=`dirname $GCJ_FOR_TARGET`
81ecdfbb
RW
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14076$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14077 elif test "x$target" = "x$host"; then
14078 # We can use an host tool
14079 GCJ_FOR_TARGET='$(GCJ)'
81ecdfbb
RW
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14081$as_echo "host tool" >&6; }
be01d343
PB
14082 else
14083 # We need a cross tool
81ecdfbb
RW
14084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14085$as_echo "pre-installed" >&6; }
be01d343
PB
14086 fi
14087fi
4b900473 14088
81ecdfbb
RW
14089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14090$as_echo_n "checking where to find the target gfortran... " >&6; }
be01d343 14091if test "x${build}" != "x${host}" ; then
2429c060
PB
14092 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14093 # We already found the complete path
b8025f34 14094 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14096$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14097 else
14098 # Canadian cross, just use what we found
81ecdfbb
RW
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14100$as_echo "pre-installed" >&6; }
2429c060 14101 fi
be01d343
PB
14102else
14103 ok=yes
14104 case " ${configdirs} " in
14105 *" gcc "*) ;;
14106 *) ok=no ;;
14107 esac
14108 case ,${enable_languages}, in
14109 *,fortran,*) ;;
14110 *) ok=no ;;
14111 esac
14112 if test $ok = yes; then
14113 # An in-tree tool is available and we can use it
14114 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
81ecdfbb
RW
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14116$as_echo "just compiled" >&6; }
2429c060
PB
14117 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14118 # We already found the complete path
b8025f34 14119 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
81ecdfbb
RW
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14121$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14122 elif test "x$target" = "x$host"; then
14123 # We can use an host tool
14124 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
81ecdfbb
RW
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14126$as_echo "host tool" >&6; }
be01d343
PB
14127 else
14128 # We need a cross tool
81ecdfbb
RW
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14130$as_echo "pre-installed" >&6; }
be01d343
PB
14131 fi
14132fi
4b900473 14133
e552509b
ILT
14134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14135$as_echo_n "checking where to find the target gccgo... " >&6; }
14136if test "x${build}" != "x${host}" ; then
14137 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14138 # We already found the complete path
14139 ac_dir=`dirname $GOC_FOR_TARGET`
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14141$as_echo "pre-installed in $ac_dir" >&6; }
14142 else
14143 # Canadian cross, just use what we found
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14145$as_echo "pre-installed" >&6; }
14146 fi
14147else
14148 ok=yes
14149 case " ${configdirs} " in
14150 *" gcc "*) ;;
14151 *) ok=no ;;
14152 esac
14153 case ,${enable_languages}, in
14154 *,go,*) ;;
14155 *) ok=no ;;
14156 esac
14157 if test $ok = yes; then
14158 # An in-tree tool is available and we can use it
14159 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14161$as_echo "just compiled" >&6; }
14162 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14163 # We already found the complete path
14164 ac_dir=`dirname $GOC_FOR_TARGET`
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14166$as_echo "pre-installed in $ac_dir" >&6; }
14167 elif test "x$target" = "x$host"; then
14168 # We can use an host tool
14169 GOC_FOR_TARGET='$(GOC)'
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14171$as_echo "host tool" >&6; }
14172 else
14173 # We need a cross tool
14174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14175$as_echo "pre-installed" >&6; }
14176 fi
14177fi
14178
81ecdfbb
RW
14179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14180$as_echo_n "checking where to find the target ld... " >&6; }
be01d343 14181if test "x${build}" != "x${host}" ; then
2429c060
PB
14182 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14183 # We already found the complete path
b8025f34 14184 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14186$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14187 else
14188 # Canadian cross, just use what we found
81ecdfbb
RW
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14190$as_echo "pre-installed" >&6; }
2429c060 14191 fi
be01d343
PB
14192else
14193 ok=yes
14194 case " ${configdirs} " in
14195 *" ld "*) ;;
14196 *) ok=no ;;
14197 esac
c6b750e1 14198
be01d343
PB
14199 if test $ok = yes; then
14200 # An in-tree tool is available and we can use it
14201 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
81ecdfbb
RW
14202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14203$as_echo "just compiled" >&6; }
2429c060
PB
14204 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14205 # We already found the complete path
b8025f34 14206 ac_dir=`dirname $LD_FOR_TARGET`
81ecdfbb
RW
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14208$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14209 elif test "x$target" = "x$host"; then
14210 # We can use an host tool
14211 LD_FOR_TARGET='$(LD)'
81ecdfbb
RW
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14213$as_echo "host tool" >&6; }
be01d343
PB
14214 else
14215 # We need a cross tool
81ecdfbb
RW
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14217$as_echo "pre-installed" >&6; }
be01d343
PB
14218 fi
14219fi
4b900473 14220
81ecdfbb
RW
14221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14222$as_echo_n "checking where to find the target lipo... " >&6; }
be01d343 14223if test "x${build}" != "x${host}" ; then
2429c060
PB
14224 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14225 # We already found the complete path
b8025f34 14226 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14228$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14229 else
14230 # Canadian cross, just use what we found
81ecdfbb
RW
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14232$as_echo "pre-installed" >&6; }
2429c060 14233 fi
be01d343 14234else
2429c060
PB
14235 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14236 # We already found the complete path
b8025f34 14237 ac_dir=`dirname $LIPO_FOR_TARGET`
81ecdfbb
RW
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14239$as_echo "pre-installed in $ac_dir" >&6; }
2429c060 14240 elif test "x$target" = "x$host"; then
be01d343
PB
14241 # We can use an host tool
14242 LIPO_FOR_TARGET='$(LIPO)'
81ecdfbb
RW
14243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14244$as_echo "host tool" >&6; }
be01d343
PB
14245 else
14246 # We need a cross tool
81ecdfbb
RW
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14248$as_echo "pre-installed" >&6; }
be01d343
PB
14249 fi
14250fi
4b900473 14251
81ecdfbb
RW
14252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14253$as_echo_n "checking where to find the target nm... " >&6; }
be01d343 14254if test "x${build}" != "x${host}" ; then
2429c060
PB
14255 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14256 # We already found the complete path
b8025f34 14257 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14259$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14260 else
14261 # Canadian cross, just use what we found
81ecdfbb
RW
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14263$as_echo "pre-installed" >&6; }
2429c060 14264 fi
be01d343
PB
14265else
14266 ok=yes
14267 case " ${configdirs} " in
14268 *" binutils "*) ;;
14269 *) ok=no ;;
14270 esac
c6b750e1 14271
be01d343
PB
14272 if test $ok = yes; then
14273 # An in-tree tool is available and we can use it
14274 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
81ecdfbb
RW
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14276$as_echo "just compiled" >&6; }
2429c060
PB
14277 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14278 # We already found the complete path
b8025f34 14279 ac_dir=`dirname $NM_FOR_TARGET`
81ecdfbb
RW
14280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14281$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14282 elif test "x$target" = "x$host"; then
14283 # We can use an host tool
14284 NM_FOR_TARGET='$(NM)'
81ecdfbb
RW
14285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14286$as_echo "host tool" >&6; }
be01d343
PB
14287 else
14288 # We need a cross tool
81ecdfbb
RW
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14290$as_echo "pre-installed" >&6; }
be01d343
PB
14291 fi
14292fi
4b900473 14293
81ecdfbb
RW
14294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14295$as_echo_n "checking where to find the target objdump... " >&6; }
be01d343 14296if test "x${build}" != "x${host}" ; then
2429c060
PB
14297 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14298 # We already found the complete path
b8025f34 14299 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14301$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14302 else
14303 # Canadian cross, just use what we found
81ecdfbb
RW
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14305$as_echo "pre-installed" >&6; }
2429c060 14306 fi
be01d343
PB
14307else
14308 ok=yes
14309 case " ${configdirs} " in
14310 *" binutils "*) ;;
14311 *) ok=no ;;
14312 esac
c6b750e1 14313
be01d343
PB
14314 if test $ok = yes; then
14315 # An in-tree tool is available and we can use it
14316 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
81ecdfbb
RW
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14318$as_echo "just compiled" >&6; }
2429c060
PB
14319 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14320 # We already found the complete path
b8025f34 14321 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
81ecdfbb
RW
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14323$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14324 elif test "x$target" = "x$host"; then
14325 # We can use an host tool
14326 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
81ecdfbb
RW
14327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14328$as_echo "host tool" >&6; }
be01d343
PB
14329 else
14330 # We need a cross tool
81ecdfbb
RW
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14332$as_echo "pre-installed" >&6; }
be01d343
PB
14333 fi
14334fi
4b900473 14335
81ecdfbb
RW
14336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14337$as_echo_n "checking where to find the target ranlib... " >&6; }
be01d343 14338if test "x${build}" != "x${host}" ; then
2429c060
PB
14339 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14340 # We already found the complete path
b8025f34 14341 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14343$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14344 else
14345 # Canadian cross, just use what we found
81ecdfbb
RW
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14347$as_echo "pre-installed" >&6; }
2429c060 14348 fi
be01d343
PB
14349else
14350 ok=yes
14351 case " ${configdirs} " in
14352 *" binutils "*) ;;
14353 *) ok=no ;;
14354 esac
c6b750e1 14355
be01d343
PB
14356 if test $ok = yes; then
14357 # An in-tree tool is available and we can use it
14358 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
81ecdfbb
RW
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14360$as_echo "just compiled" >&6; }
2429c060
PB
14361 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14362 # We already found the complete path
b8025f34 14363 ac_dir=`dirname $RANLIB_FOR_TARGET`
81ecdfbb
RW
14364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14365$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14366 elif test "x$target" = "x$host"; then
14367 # We can use an host tool
14368 RANLIB_FOR_TARGET='$(RANLIB)'
81ecdfbb
RW
14369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14370$as_echo "host tool" >&6; }
be01d343
PB
14371 else
14372 # We need a cross tool
81ecdfbb
RW
14373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14374$as_echo "pre-installed" >&6; }
be01d343
PB
14375 fi
14376fi
4b900473 14377
b121d7d4
DD
14378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14379$as_echo_n "checking where to find the target readelf... " >&6; }
14380if test "x${build}" != "x${host}" ; then
14381 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14382 # We already found the complete path
14383 ac_dir=`dirname $READELF_FOR_TARGET`
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14385$as_echo "pre-installed in $ac_dir" >&6; }
14386 else
14387 # Canadian cross, just use what we found
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14389$as_echo "pre-installed" >&6; }
14390 fi
14391else
14392 ok=yes
14393 case " ${configdirs} " in
14394 *" binutils "*) ;;
14395 *) ok=no ;;
14396 esac
14397
14398 if test $ok = yes; then
14399 # An in-tree tool is available and we can use it
14400 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14402$as_echo "just compiled" >&6; }
14403 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14404 # We already found the complete path
14405 ac_dir=`dirname $READELF_FOR_TARGET`
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14407$as_echo "pre-installed in $ac_dir" >&6; }
14408 elif test "x$target" = "x$host"; then
14409 # We can use an host tool
14410 READELF_FOR_TARGET='$(READELF)'
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14412$as_echo "host tool" >&6; }
14413 else
14414 # We need a cross tool
14415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14416$as_echo "pre-installed" >&6; }
14417 fi
14418fi
14419
81ecdfbb
RW
14420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14421$as_echo_n "checking where to find the target strip... " >&6; }
be01d343 14422if test "x${build}" != "x${host}" ; then
2429c060
PB
14423 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14424 # We already found the complete path
b8025f34 14425 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14427$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14428 else
14429 # Canadian cross, just use what we found
81ecdfbb
RW
14430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14431$as_echo "pre-installed" >&6; }
2429c060 14432 fi
be01d343
PB
14433else
14434 ok=yes
14435 case " ${configdirs} " in
14436 *" binutils "*) ;;
14437 *) ok=no ;;
14438 esac
c6b750e1 14439
be01d343
PB
14440 if test $ok = yes; then
14441 # An in-tree tool is available and we can use it
9b980aa1 14442 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
81ecdfbb
RW
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14444$as_echo "just compiled" >&6; }
2429c060
PB
14445 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14446 # We already found the complete path
b8025f34 14447 ac_dir=`dirname $STRIP_FOR_TARGET`
81ecdfbb
RW
14448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14449$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14450 elif test "x$target" = "x$host"; then
14451 # We can use an host tool
14452 STRIP_FOR_TARGET='$(STRIP)'
81ecdfbb
RW
14453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14454$as_echo "host tool" >&6; }
be01d343
PB
14455 else
14456 # We need a cross tool
81ecdfbb
RW
14457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14458$as_echo "pre-installed" >&6; }
be01d343
PB
14459 fi
14460fi
4b900473 14461
81ecdfbb
RW
14462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14463$as_echo_n "checking where to find the target windres... " >&6; }
be01d343 14464if test "x${build}" != "x${host}" ; then
2429c060
PB
14465 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14466 # We already found the complete path
b8025f34 14467 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14469$as_echo "pre-installed in $ac_dir" >&6; }
2429c060
PB
14470 else
14471 # Canadian cross, just use what we found
81ecdfbb
RW
14472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14473$as_echo "pre-installed" >&6; }
2429c060 14474 fi
be01d343
PB
14475else
14476 ok=yes
14477 case " ${configdirs} " in
14478 *" binutils "*) ;;
14479 *) ok=no ;;
14480 esac
c6b750e1 14481
be01d343
PB
14482 if test $ok = yes; then
14483 # An in-tree tool is available and we can use it
14484 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
81ecdfbb
RW
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14486$as_echo "just compiled" >&6; }
2429c060
PB
14487 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14488 # We already found the complete path
b8025f34 14489 ac_dir=`dirname $WINDRES_FOR_TARGET`
81ecdfbb
RW
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14491$as_echo "pre-installed in $ac_dir" >&6; }
be01d343
PB
14492 elif test "x$target" = "x$host"; then
14493 # We can use an host tool
14494 WINDRES_FOR_TARGET='$(WINDRES)'
81ecdfbb
RW
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14496$as_echo "host tool" >&6; }
be01d343
PB
14497 else
14498 # We need a cross tool
81ecdfbb
RW
14499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14500$as_echo "pre-installed" >&6; }
be01d343 14501 fi
a0da8069 14502fi
54752a6b 14503
81ecdfbb
RW
14504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14505$as_echo_n "checking where to find the target windmc... " >&6; }
0c24b341
NC
14506if test "x${build}" != "x${host}" ; then
14507 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14508 # We already found the complete path
14509 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14511$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14512 else
14513 # Canadian cross, just use what we found
81ecdfbb
RW
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14515$as_echo "pre-installed" >&6; }
0c24b341
NC
14516 fi
14517else
14518 ok=yes
14519 case " ${configdirs} " in
14520 *" binutils "*) ;;
14521 *) ok=no ;;
14522 esac
14523
14524 if test $ok = yes; then
14525 # An in-tree tool is available and we can use it
14526 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
81ecdfbb
RW
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14528$as_echo "just compiled" >&6; }
0c24b341
NC
14529 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14530 # We already found the complete path
14531 ac_dir=`dirname $WINDMC_FOR_TARGET`
81ecdfbb
RW
14532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14533$as_echo "pre-installed in $ac_dir" >&6; }
0c24b341
NC
14534 elif test "x$target" = "x$host"; then
14535 # We can use an host tool
14536 WINDMC_FOR_TARGET='$(WINDMC)'
81ecdfbb
RW
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14538$as_echo "host tool" >&6; }
0c24b341
NC
14539 else
14540 # We need a cross tool
81ecdfbb
RW
14541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14542$as_echo "pre-installed" >&6; }
0c24b341
NC
14543 fi
14544fi
14545
54752a6b
NN
14546
14547
be01d343 14548
4b900473 14549
a0da8069
NN
14550# Certain tools may need extra flags.
14551AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14552RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14553NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14554
be01d343
PB
14555# When building target libraries, except in a Canadian cross, we use
14556# the same toolchain as the compiler we just built.
14557COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14558COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14559COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14560if test $host = $build; then
14561 case " $configdirs " in
14562 *" gcc "*)
14563 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14564 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14565 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14566 ;;
14567 esac
14568fi
14569
14570
14571
14572
14573
81ecdfbb
RW
14574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14575$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14576# Check whether --enable-maintainer-mode was given.
14577if test "${enable_maintainer_mode+set}" = set; then :
14578 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3d5e36ae
AO
14579else
14580 USE_MAINTAINER_MODE=no
81ecdfbb
RW
14581fi
14582
14583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14584$as_echo "$USE_MAINTAINER_MODE" >&6; }
3d5e36ae
AO
14585
14586
14587if test "$USE_MAINTAINER_MODE" = yes; then
14588 MAINTAINER_MODE_TRUE=
14589 MAINTAINER_MODE_FALSE='#'
14590else
14591 MAINTAINER_MODE_TRUE='#'
14592 MAINTAINER_MODE_FALSE=
c6b750e1 14593fi
3d5e36ae
AO
14594MAINT=$MAINTAINER_MODE_TRUE
14595
1d39f329
NN
14596# ---------------------
14597# GCC bootstrap support
14598# ---------------------
14599
14600# Stage specific cflags for build.
14601stage1_cflags="-g"
14602case $build in
14603 vax-*-*)
14604 case ${GCC} in
14605 yes) stage1_cflags="-g -Wa,-J" ;;
14606 *) stage1_cflags="-g -J" ;;
14607 esac ;;
1d39f329
NN
14608esac
14609
1d89b610 14610
1d39f329 14611
8a0d8a5c 14612# Enable --enable-checking in stage1 of the compiler.
81ecdfbb
RW
14613# Check whether --enable-stage1-checking was given.
14614if test "${enable_stage1_checking+set}" = set; then :
14615 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8a0d8a5c 14616else
5566c1fa 14617 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
2abc4e65 14618 stage1_checking=--enable-checking=yes,types
8a0d8a5c 14619else
5566c1fa 14620 stage1_checking=--enable-checking=$enable_checking,types
8a0d8a5c 14621fi
81ecdfbb 14622fi
8a0d8a5c
PB
14623
14624
c6b750e1 14625
81ecdfbb
RW
14626# Enable -Werror in bootstrap stage2 and later.
14627# Check whether --enable-werror was given.
14628if test "${enable_werror+set}" = set; then :
14629 enableval=$enable_werror;
1d39f329 14630else
a0323144 14631 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
1d39f329 14632 enable_werror=yes
79fcd0ec
PB
14633else
14634 enable_werror=no
14635fi
81ecdfbb
RW
14636fi
14637
1a6f2dc7
NN
14638case ${enable_werror} in
14639 yes) stage2_werror_flag="--enable-werror-always" ;;
14640 *) stage2_werror_flag="" ;;
1d39f329
NN
14641esac
14642
14643
82033c9b
JBG
14644# Enable --enable-host-shared.
14645# Check whether --enable-host-shared was given.
14646if test "${enable_host_shared+set}" = set; then :
14647 enableval=$enable_host_shared; host_shared=$enableval
14648else
14649 host_shared=no
14650fi
14651
14652
14653
e8a5fa9c
RW
14654# Specify what files to not compare during bootstrap.
14655
14656compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14657case "$target" in
14658 hppa*64*-*-hpux*) ;;
14659 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
1488e230 14660 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
e8a5fa9c
RW
14661esac
14662
14663
81ecdfbb
RW
14664ac_config_files="$ac_config_files Makefile"
14665
c6b750e1 14666cat >confcache <<\_ACEOF
a0da8069
NN
14667# This file is a shell script that caches the results of configure
14668# tests run on this system so they can be shared between configure
c6b750e1
DJ
14669# scripts and configure runs, see configure's option --config-cache.
14670# It is not useful on other systems. If it contains results you don't
14671# want to keep, you may remove or edit it.
a0da8069 14672#
c6b750e1
DJ
14673# config.status only pays attention to the cache file if you give it
14674# the --recheck option to rerun configure.
a0da8069 14675#
c6b750e1
DJ
14676# `ac_cv_env_foo' variables (set or unset) will be overridden when
14677# loading this file, other *unset* `ac_cv_foo' will be assigned the
14678# following values.
14679
14680_ACEOF
14681
a0da8069
NN
14682# The following way of writing the cache mishandles newlines in values,
14683# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14684# So, we kill variables containing newlines.
a0da8069
NN
14685# Ultrix sh set writes to stderr and can't be redirected directly,
14686# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14687(
14688 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14689 eval ac_val=\$$ac_var
14690 case $ac_val in #(
14691 *${as_nl}*)
14692 case $ac_var in #(
14693 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14694$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14695 esac
14696 case $ac_var in #(
14697 _ | IFS | as_nl) ;; #(
14698 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14699 *) { eval $ac_var=; unset $ac_var;} ;;
14700 esac ;;
14701 esac
14702 done
14703
c6b750e1 14704 (set) 2>&1 |
81ecdfbb
RW
14705 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14706 *${as_nl}ac_space=\ *)
14707 # `set' does not quote correctly, so add quotes: double-quote
14708 # substitution turns \\\\ into \\, and sed turns \\ into \.
c6b750e1
DJ
14709 sed -n \
14710 "s/'/'\\\\''/g;
14711 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14712 ;; #(
c6b750e1
DJ
14713 *)
14714 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14715 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c6b750e1 14716 ;;
81ecdfbb
RW
14717 esac |
14718 sort
14719) |
c6b750e1 14720 sed '
81ecdfbb 14721 /^ac_cv_env_/b end
c6b750e1 14722 t clear
81ecdfbb 14723 :clear
c6b750e1
DJ
14724 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14725 t end
81ecdfbb
RW
14726 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14727 :end' >>confcache
14728if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14729 if test -w "$cache_file"; then
14730 test "x$cache_file" != "x/dev/null" &&
14731 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14732$as_echo "$as_me: updating cache $cache_file" >&6;}
c6b750e1 14733 cat confcache >$cache_file
a0da8069 14734 else
81ecdfbb
RW
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14736$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
a0da8069 14737 fi
852e5f18 14738fi
a0da8069 14739rm -f confcache
852e5f18 14740
a0da8069
NN
14741test "x$prefix" = xNONE && prefix=$ac_default_prefix
14742# Let make expand exec_prefix.
14743test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
852e5f18 14744
a0da8069
NN
14745# Transform confdefs.h into DEFS.
14746# Protect against shell expansion while executing Makefile rules.
14747# Protect against Makefile macro expansion.
c6b750e1
DJ
14748#
14749# If the first sed substitution is executed (which looks for macros that
81ecdfbb 14750# take arguments), then branch to the quote section. Otherwise,
c6b750e1 14751# look for a macro that doesn't take arguments.
81ecdfbb
RW
14752ac_script='
14753:mline
14754/\\$/{
14755 N
14756 s,\\\n,,
14757 b mline
14758}
c6b750e1 14759t clear
81ecdfbb
RW
14760:clear
14761s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14762t quote
81ecdfbb 14763s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
c6b750e1 14764t quote
81ecdfbb
RW
14765b any
14766:quote
14767s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14768s/\[/\\&/g
14769s/\]/\\&/g
14770s/\$/$$/g
14771H
14772:any
14773${
14774 g
14775 s/^\n//
14776 s/\n/ /g
14777 p
14778}
14779'
14780DEFS=`sed -n "$ac_script" confdefs.h`
c6b750e1
DJ
14781
14782
14783ac_libobjs=
14784ac_ltlibobjs=
14785for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14786 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14787 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14788 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14789 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14790 # will be set to the directory where LIBOBJS objects are built.
14791 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14792 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c6b750e1
DJ
14793done
14794LIBOBJS=$ac_libobjs
852e5f18 14795
c6b750e1 14796LTLIBOBJS=$ac_ltlibobjs
376a0e54 14797
cac3d6c4 14798
c6b750e1
DJ
14799
14800: ${CONFIG_STATUS=./config.status}
81ecdfbb 14801ac_write_fail=0
c6b750e1
DJ
14802ac_clean_files_save=$ac_clean_files
14803ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14804{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14805$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14806as_write_fail=0
14807cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c6b750e1
DJ
14808#! $SHELL
14809# Generated by $as_me.
a0da8069 14810# Run this file to recreate the current configuration.
a0da8069 14811# Compiler output produced by configure, useful for debugging
c6b750e1 14812# configure, is in config.log if it exists.
376a0e54 14813
c6b750e1
DJ
14814debug=false
14815ac_cs_recheck=false
14816ac_cs_silent=false
c6b750e1 14817
81ecdfbb
RW
14818SHELL=\${CONFIG_SHELL-$SHELL}
14819export SHELL
14820_ASEOF
14821cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14822## -------------------- ##
14823## M4sh Initialization. ##
14824## -------------------- ##
14825
14826# Be more Bourne compatible
14827DUALCASE=1; export DUALCASE # for MKS sh
14828if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c6b750e1
DJ
14829 emulate sh
14830 NULLCMD=:
81ecdfbb 14831 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c6b750e1
DJ
14832 # is contrary to our usage. Disable this feature.
14833 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14834 setopt NO_GLOB_SUBST
14835else
14836 case `(set -o) 2>/dev/null` in #(
14837 *posix*) :
14838 set -o posix ;; #(
14839 *) :
14840 ;;
14841esac
c6b750e1 14842fi
c6b750e1 14843
81ecdfbb
RW
14844
14845as_nl='
14846'
14847export as_nl
14848# Printing a long string crashes Solaris 7 /usr/bin/printf.
14849as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14850as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14851as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14852# Prefer a ksh shell builtin over an external printf program on Solaris,
14853# but without wasting forks for bash or zsh.
14854if test -z "$BASH_VERSION$ZSH_VERSION" \
14855 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14856 as_echo='print -r --'
14857 as_echo_n='print -rn --'
14858elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14859 as_echo='printf %s\n'
14860 as_echo_n='printf %s'
14861else
14862 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14863 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14864 as_echo_n='/usr/ucb/echo -n'
14865 else
14866 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14867 as_echo_n_body='eval
14868 arg=$1;
14869 case $arg in #(
14870 *"$as_nl"*)
14871 expr "X$arg" : "X\\(.*\\)$as_nl";
14872 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14873 esac;
14874 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14875 '
14876 export as_echo_n_body
14877 as_echo_n='sh -c $as_echo_n_body as_echo'
14878 fi
14879 export as_echo_body
14880 as_echo='sh -c $as_echo_body as_echo'
c6b750e1
DJ
14881fi
14882
81ecdfbb
RW
14883# The user is always right.
14884if test "${PATH_SEPARATOR+set}" != set; then
14885 PATH_SEPARATOR=:
14886 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14887 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14888 PATH_SEPARATOR=';'
14889 }
14890fi
14891
14892
14893# IFS
14894# We need space, tab and new line, in precisely that order. Quoting is
14895# there to prevent editors from complaining about space-tab.
14896# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14897# splitting by setting IFS to empty value.)
14898IFS=" "" $as_nl"
14899
14900# Find who we are. Look in the path if we contain no directory separator.
14901case $0 in #((
14902 *[\\/]* ) as_myself=$0 ;;
14903 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14904for as_dir in $PATH
14905do
14906 IFS=$as_save_IFS
14907 test -z "$as_dir" && as_dir=.
14908 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14909 done
14910IFS=$as_save_IFS
14911
14912 ;;
14913esac
14914# We did not find ourselves, most probably we were run as `sh COMMAND'
14915# in which case we are not to be found in the path.
14916if test "x$as_myself" = x; then
14917 as_myself=$0
14918fi
14919if test ! -f "$as_myself"; then
14920 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14921 exit 1
14922fi
c6b750e1 14923
81ecdfbb
RW
14924# Unset variables that we do not need and which cause bugs (e.g. in
14925# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14926# suppresses any "Segmentation fault" message there. '((' could
14927# trigger a bug in pdksh 5.2.14.
14928for as_var in BASH_ENV ENV MAIL MAILPATH
14929do eval test x\${$as_var+set} = xset \
14930 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14931done
c6b750e1
DJ
14932PS1='$ '
14933PS2='> '
14934PS4='+ '
14935
14936# NLS nuisances.
81ecdfbb
RW
14937LC_ALL=C
14938export LC_ALL
14939LANGUAGE=C
14940export LANGUAGE
14941
14942# CDPATH.
14943(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14944
14945
14946# as_fn_error ERROR [LINENO LOG_FD]
14947# ---------------------------------
14948# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14949# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14950# script with status $?, using 1 if that was 0.
14951as_fn_error ()
14952{
14953 as_status=$?; test $as_status -eq 0 && as_status=1
14954 if test "$3"; then
14955 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14956 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c6b750e1 14957 fi
81ecdfbb
RW
14958 $as_echo "$as_me: error: $1" >&2
14959 as_fn_exit $as_status
14960} # as_fn_error
14961
14962
14963# as_fn_set_status STATUS
14964# -----------------------
14965# Set $? to STATUS, without forking.
14966as_fn_set_status ()
14967{
14968 return $1
14969} # as_fn_set_status
14970
14971# as_fn_exit STATUS
14972# -----------------
14973# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14974as_fn_exit ()
14975{
14976 set +e
14977 as_fn_set_status $1
14978 exit $1
14979} # as_fn_exit
14980
14981# as_fn_unset VAR
14982# ---------------
14983# Portably unset VAR.
14984as_fn_unset ()
14985{
14986 { eval $1=; unset $1;}
14987}
14988as_unset=as_fn_unset
14989# as_fn_append VAR VALUE
14990# ----------------------
14991# Append the text in VALUE to the end of the definition contained in VAR. Take
14992# advantage of any shell optimizations that allow amortized linear growth over
14993# repeated appends, instead of the typical quadratic growth present in naive
14994# implementations.
14995if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14996 eval 'as_fn_append ()
14997 {
14998 eval $1+=\$2
14999 }'
15000else
15001 as_fn_append ()
15002 {
15003 eval $1=\$$1\$2
15004 }
15005fi # as_fn_append
15006
15007# as_fn_arith ARG...
15008# ------------------
15009# Perform arithmetic evaluation on the ARGs, and store the result in the
15010# global $as_val. Take advantage of shells that can avoid forks. The arguments
15011# must be portable across $(()) and expr.
15012if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15013 eval 'as_fn_arith ()
15014 {
15015 as_val=$(( $* ))
15016 }'
15017else
15018 as_fn_arith ()
15019 {
15020 as_val=`expr "$@" || test $? -eq 1`
15021 }
15022fi # as_fn_arith
15023
c6b750e1 15024
81ecdfbb
RW
15025if expr a : '\(a\)' >/dev/null 2>&1 &&
15026 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c6b750e1
DJ
15027 as_expr=expr
15028else
15029 as_expr=false
15030fi
15031
81ecdfbb 15032if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c6b750e1
DJ
15033 as_basename=basename
15034else
15035 as_basename=false
15036fi
15037
81ecdfbb
RW
15038if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15039 as_dirname=dirname
15040else
15041 as_dirname=false
15042fi
c6b750e1 15043
81ecdfbb 15044as_me=`$as_basename -- "$0" ||
c6b750e1
DJ
15045$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15046 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15047 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15048$as_echo X/"$0" |
15049 sed '/^.*\/\([^/][^/]*\)\/*$/{
15050 s//\1/
15051 q
15052 }
15053 /^X\/\(\/\/\)$/{
15054 s//\1/
15055 q
15056 }
15057 /^X\/\(\/\).*/{
15058 s//\1/
15059 q
15060 }
15061 s/.*/./; q'`
c6b750e1 15062
c6b750e1
DJ
15063# Avoid depending upon Character Ranges.
15064as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15065as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15066as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15067as_cr_digits='0123456789'
15068as_cr_alnum=$as_cr_Letters$as_cr_digits
15069
81ecdfbb
RW
15070ECHO_C= ECHO_N= ECHO_T=
15071case `echo -n x` in #(((((
15072-n*)
15073 case `echo 'xy\c'` in
15074 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15075 xy) ECHO_C='\c';;
15076 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15077 ECHO_T=' ';;
15078 esac;;
15079*)
15080 ECHO_N='-n';;
c6b750e1
DJ
15081esac
15082
81ecdfbb
RW
15083rm -f conf$$ conf$$.exe conf$$.file
15084if test -d conf$$.dir; then
15085 rm -f conf$$.dir/conf$$.file
c6b750e1 15086else
81ecdfbb
RW
15087 rm -f conf$$.dir
15088 mkdir conf$$.dir 2>/dev/null
c6b750e1 15089fi
81ecdfbb
RW
15090if (echo >conf$$.file) 2>/dev/null; then
15091 if ln -s conf$$.file conf$$ 2>/dev/null; then
c6b750e1 15092 as_ln_s='ln -s'
81ecdfbb
RW
15093 # ... but there are two gotchas:
15094 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15095 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15096 # In both cases, we have to default to `cp -p'.
15097 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15098 as_ln_s='cp -p'
15099 elif ln conf$$.file conf$$ 2>/dev/null; then
15100 as_ln_s=ln
15101 else
15102 as_ln_s='cp -p'
c6b750e1 15103 fi
c6b750e1
DJ
15104else
15105 as_ln_s='cp -p'
15106fi
81ecdfbb
RW
15107rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15108rmdir conf$$.dir 2>/dev/null
15109
15110
15111# as_fn_mkdir_p
15112# -------------
15113# Create "$as_dir" as a directory, including parents if necessary.
15114as_fn_mkdir_p ()
15115{
15116
15117 case $as_dir in #(
15118 -*) as_dir=./$as_dir;;
15119 esac
15120 test -d "$as_dir" || eval $as_mkdir_p || {
15121 as_dirs=
15122 while :; do
15123 case $as_dir in #(
15124 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15125 *) as_qdir=$as_dir;;
15126 esac
15127 as_dirs="'$as_qdir' $as_dirs"
15128 as_dir=`$as_dirname -- "$as_dir" ||
15129$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15130 X"$as_dir" : 'X\(//\)[^/]' \| \
15131 X"$as_dir" : 'X\(//\)$' \| \
15132 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15133$as_echo X"$as_dir" |
15134 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15135 s//\1/
15136 q
15137 }
15138 /^X\(\/\/\)[^/].*/{
15139 s//\1/
15140 q
15141 }
15142 /^X\(\/\/\)$/{
15143 s//\1/
15144 q
15145 }
15146 /^X\(\/\).*/{
15147 s//\1/
15148 q
15149 }
15150 s/.*/./; q'`
15151 test -d "$as_dir" && break
15152 done
15153 test -z "$as_dirs" || eval "mkdir $as_dirs"
15154 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15155
c6b750e1 15156
81ecdfbb 15157} # as_fn_mkdir_p
c6b750e1 15158if mkdir -p . 2>/dev/null; then
81ecdfbb 15159 as_mkdir_p='mkdir -p "$as_dir"'
c6b750e1
DJ
15160else
15161 test -d ./-p && rmdir ./-p
15162 as_mkdir_p=false
15163fi
15164
81ecdfbb
RW
15165if test -x / >/dev/null 2>&1; then
15166 as_test_x='test -x'
15167else
15168 if ls -dL / >/dev/null 2>&1; then
15169 as_ls_L_option=L
15170 else
15171 as_ls_L_option=
15172 fi
15173 as_test_x='
15174 eval sh -c '\''
15175 if test -d "$1"; then
15176 test -d "$1/.";
15177 else
15178 case $1 in #(
15179 -*)set "./$1";;
15180 esac;
15181 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15182 ???[sx]*):;;*)false;;esac;fi
15183 '\'' sh
15184 '
15185fi
15186as_executable_p=$as_test_x
c6b750e1
DJ
15187
15188# Sed expression to map a string onto a valid CPP name.
15189as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15190
15191# Sed expression to map a string onto a valid variable name.
15192as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15193
15194
c6b750e1 15195exec 6>&1
81ecdfbb
RW
15196## ----------------------------------- ##
15197## Main body of $CONFIG_STATUS script. ##
15198## ----------------------------------- ##
15199_ASEOF
15200test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15201
15202cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15203# Save the log message, to keep $0 and so on meaningful, and to
c6b750e1 15204# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15205# values after options handling.
15206ac_log="
c6b750e1 15207This file was extended by $as_me, which was
81ecdfbb 15208generated by GNU Autoconf 2.64. Invocation command line was
c6b750e1
DJ
15209
15210 CONFIG_FILES = $CONFIG_FILES
15211 CONFIG_HEADERS = $CONFIG_HEADERS
15212 CONFIG_LINKS = $CONFIG_LINKS
15213 CONFIG_COMMANDS = $CONFIG_COMMANDS
15214 $ $0 $@
15215
81ecdfbb
RW
15216on `(hostname || uname -n) 2>/dev/null | sed 1q`
15217"
15218
c6b750e1
DJ
15219_ACEOF
15220
81ecdfbb
RW
15221case $ac_config_files in *"
15222"*) set x $ac_config_files; shift; ac_config_files=$*;;
15223esac
c6b750e1 15224
c6b750e1 15225
c6b750e1 15226
81ecdfbb
RW
15227cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15228# Files that config.status was made for.
15229config_files="$ac_config_files"
c6b750e1 15230
81ecdfbb 15231_ACEOF
c6b750e1 15232
81ecdfbb 15233cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15234ac_cs_usage="\
81ecdfbb
RW
15235\`$as_me' instantiates files and other configuration actions
15236from templates according to the current configuration. Unless the files
15237and actions are specified as TAGs, all are instantiated by default.
c6b750e1 15238
81ecdfbb 15239Usage: $0 [OPTION]... [TAG]...
c6b750e1
DJ
15240
15241 -h, --help print this help, then exit
81ecdfbb
RW
15242 -V, --version print version number and configuration settings, then exit
15243 -q, --quiet, --silent
15244 do not print progress messages
c6b750e1
DJ
15245 -d, --debug don't remove temporary files
15246 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15247 --file=FILE[:TEMPLATE]
15248 instantiate the configuration file FILE
c6b750e1
DJ
15249
15250Configuration files:
15251$config_files
15252
81ecdfbb 15253Report bugs to the package provider."
c6b750e1 15254
81ecdfbb
RW
15255_ACEOF
15256cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1
DJ
15257ac_cs_version="\\
15258config.status
81ecdfbb
RW
15259configured by $0, generated by GNU Autoconf 2.64,
15260 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
c6b750e1 15261
81ecdfbb 15262Copyright (C) 2009 Free Software Foundation, Inc.
c6b750e1
DJ
15263This config.status script is free software; the Free Software Foundation
15264gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15265
15266ac_pwd='$ac_pwd'
15267srcdir='$srcdir'
15268INSTALL='$INSTALL'
8e957354 15269AWK='$AWK'
81ecdfbb 15270test -n "\$AWK" || AWK=awk
c6b750e1
DJ
15271_ACEOF
15272
81ecdfbb
RW
15273cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15274# The default lists apply if the user does not specify any file.
c6b750e1
DJ
15275ac_need_defaults=:
15276while test $# != 0
a0da8069 15277do
c6b750e1
DJ
15278 case $1 in
15279 --*=*)
81ecdfbb
RW
15280 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15281 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c6b750e1
DJ
15282 ac_shift=:
15283 ;;
81ecdfbb 15284 *)
c6b750e1
DJ
15285 ac_option=$1
15286 ac_optarg=$2
15287 ac_shift=shift
15288 ;;
c6b750e1
DJ
15289 esac
15290
15291 case $ac_option in
15292 # Handling of the options.
a0da8069 15293 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
c6b750e1 15294 ac_cs_recheck=: ;;
81ecdfbb
RW
15295 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15296 $as_echo "$ac_cs_version"; exit ;;
15297 --debug | --debu | --deb | --de | --d | -d )
c6b750e1
DJ
15298 debug=: ;;
15299 --file | --fil | --fi | --f )
15300 $ac_shift
81ecdfbb
RW
15301 case $ac_optarg in
15302 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15303 esac
15304 as_fn_append CONFIG_FILES " '$ac_optarg'"
c6b750e1 15305 ac_need_defaults=false;;
81ecdfbb
RW
15306 --he | --h | --help | --hel | -h )
15307 $as_echo "$ac_cs_usage"; exit ;;
c6b750e1
DJ
15308 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15309 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15310 ac_cs_silent=: ;;
15311
15312 # This is an error.
81ecdfbb
RW
15313 -*) as_fn_error "unrecognized option: \`$1'
15314Try \`$0 --help' for more information." ;;
c6b750e1 15315
81ecdfbb
RW
15316 *) as_fn_append ac_config_targets " $1"
15317 ac_need_defaults=false ;;
c6b750e1 15318
376a0e54 15319 esac
c6b750e1 15320 shift
376a0e54
CM
15321done
15322
c6b750e1 15323ac_configure_extra_args=
376a0e54 15324
c6b750e1
DJ
15325if $ac_cs_silent; then
15326 exec 6>/dev/null
15327 ac_configure_extra_args="$ac_configure_extra_args --silent"
15328fi
376a0e54 15329
c6b750e1 15330_ACEOF
81ecdfbb 15331cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c6b750e1 15332if \$ac_cs_recheck; then
81ecdfbb
RW
15333 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15334 shift
15335 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15336 CONFIG_SHELL='$SHELL'
15337 export CONFIG_SHELL
15338 exec "\$@"
c6b750e1
DJ
15339fi
15340
15341_ACEOF
81ecdfbb
RW
15342cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15343exec 5>>config.log
15344{
15345 echo
15346 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15347## Running $as_me. ##
15348_ASBOX
15349 $as_echo "$ac_log"
15350} >&5
c6b750e1 15351
81ecdfbb
RW
15352_ACEOF
15353cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
06a51eac
RW
15354#
15355# INIT-COMMANDS
15356#
15357extrasub_build="$extrasub_build"
15358 extrasub_host="$extrasub_host"
15359 extrasub_target="$extrasub_target"
15360
81ecdfbb 15361_ACEOF
c6b750e1 15362
81ecdfbb 15363cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1 15364
81ecdfbb 15365# Handling of arguments.
c6b750e1
DJ
15366for ac_config_target in $ac_config_targets
15367do
81ecdfbb
RW
15368 case $ac_config_target in
15369 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15370
15371 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c6b750e1
DJ
15372 esac
15373done
15374
81ecdfbb 15375
c6b750e1
DJ
15376# If the user did not use the arguments to specify the items to instantiate,
15377# then the envvar interface is used. Set only those that are not.
15378# We use the long form for the default assignment because of an extremely
15379# bizarre bug on SunOS 4.1.3.
15380if $ac_need_defaults; then
15381 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15382fi
15383
15384# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15385# simply because there is no reason against having it here, and in addition,
c6b750e1 15386# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15387# Hook for its removal unless debugging.
15388# Note that there is a small window in which the directory will not be cleaned:
15389# after its creation but before its name has been assigned to `$tmp'.
c6b750e1
DJ
15390$debug ||
15391{
81ecdfbb
RW
15392 tmp=
15393 trap 'exit_status=$?
15394 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15395' 0
15396 trap 'as_fn_exit 1' 1 2 13 15
c6b750e1 15397}
c6b750e1
DJ
15398# Create a (secure) tmp directory for tmp files.
15399
15400{
81ecdfbb 15401 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
c6b750e1
DJ
15402 test -n "$tmp" && test -d "$tmp"
15403} ||
15404{
81ecdfbb
RW
15405 tmp=./conf$$-$RANDOM
15406 (umask 077 && mkdir "$tmp")
15407} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15408
15409# Set up the scripts for CONFIG_FILES section.
15410# No need to generate them if there are no CONFIG_FILES.
15411# This happens for instance with `./config.status config.h'.
15412if test -n "$CONFIG_FILES"; then
15413
15414if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15415 ac_cs_awk_getline=:
15416 ac_cs_awk_pipe_init=
15417 ac_cs_awk_read_file='
15418 while ((getline aline < (F[key])) > 0)
15419 print(aline)
15420 close(F[key])'
15421 ac_cs_awk_pipe_fini=
15422else
15423 ac_cs_awk_getline=false
15424 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15425 ac_cs_awk_read_file='
15426 print "|#_!!_#|"
15427 print "cat " F[key] " &&"
15428 '$ac_cs_awk_pipe_init
15429 # The final `:' finishes the AND list.
15430 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15431fi
15432ac_cr=`echo X | tr X '\015'`
15433# On cygwin, bash can eat \r inside `` if the user requested igncr.
15434# But we know of no other shell where ac_cr would be empty at this
15435# point, so we can use a bashism as a fallback.
15436if test "x$ac_cr" = x; then
15437 eval ac_cr=\$\'\\r\'
15438fi
15439ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15440if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15441 ac_cs_awk_cr='\r'
15442else
15443 ac_cs_awk_cr=$ac_cr
15444fi
15445
15446echo 'BEGIN {' >"$tmp/subs1.awk" &&
15447_ACEOF
15448
15449# Create commands to substitute file output variables.
c6b750e1 15450{
81ecdfbb
RW
15451 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15452 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15453 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15454 echo "_ACAWK" &&
15455 echo "_ACEOF"
15456} >conf$$files.sh &&
15457. ./conf$$files.sh ||
15458 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15459rm -f conf$$files.sh
c6b750e1 15460
81ecdfbb
RW
15461{
15462 echo "cat >conf$$subs.awk <<_ACEOF" &&
15463 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15464 echo "_ACEOF"
15465} >conf$$subs.sh ||
15466 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15467ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15468ac_delim='%!_!# '
15469for ac_last_try in false false false false false :; do
15470 . ./conf$$subs.sh ||
15471 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15472
15473 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15474 if test $ac_delim_n = $ac_delim_num; then
15475 break
15476 elif $ac_last_try; then
15477 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15478 else
15479 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15480 fi
15481done
15482rm -f conf$$subs.sh
15483
15484cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15485cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
c6b750e1 15486_ACEOF
81ecdfbb
RW
15487sed -n '
15488h
15489s/^/S["/; s/!.*/"]=/
15490p
15491g
15492s/^[^!]*!//
15493:repl
15494t repl
15495s/'"$ac_delim"'$//
15496t delim
15497:nl
15498h
15499s/\(.\{148\}\).*/\1/
15500t more1
15501s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15502p
15503n
15504b repl
15505:more1
15506s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15507p
15508g
15509s/.\{148\}//
15510t nl
15511:delim
15512h
15513s/\(.\{148\}\).*/\1/
15514t more2
15515s/["\\]/\\&/g; s/^/"/; s/$/"/
15516p
15517b
15518:more2
15519s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15520p
15521g
15522s/.\{148\}//
15523t delim
15524' <conf$$subs.awk | sed '
15525/^[^""]/{
15526 N
15527 s/\n//
15528}
15529' >>$CONFIG_STATUS || ac_write_fail=1
15530rm -f conf$$subs.awk
15531cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15532_ACAWK
15533cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15534 for (key in S) S_is_set[key] = 1
15535 FS = "\a"
15536 \$ac_cs_awk_pipe_init
15537}
15538{
15539 line = $ 0
15540 nfields = split(line, field, "@")
15541 substed = 0
15542 len = length(field[1])
15543 for (i = 2; i < nfields; i++) {
15544 key = field[i]
15545 keylen = length(key)
15546 if (S_is_set[key]) {
15547 value = S[key]
15548 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15549 len += length(value) + length(field[++i])
15550 substed = 1
15551 } else
15552 len += 1 + keylen
15553 }
15554 if (nfields == 3 && !substed) {
15555 key = field[2]
15556 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15557 \$ac_cs_awk_read_file
15558 next
15559 }
15560 }
15561 print line
15562}
15563\$ac_cs_awk_pipe_fini
15564_ACAWK
15565_ACEOF
15566cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15567if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15568 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15569else
15570 cat
15571fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15572 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15573_ACEOF
15574
15575# VPATH may cause trouble with some makes, so we remove $(srcdir),
15576# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15577# trailing colons and then remove the whole line if VPATH becomes empty
15578# (actually we leave an empty line to preserve line numbers).
15579if test "x$srcdir" = x.; then
15580 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15581s/:*\$(srcdir):*/:/
15582s/:*\${srcdir}:*/:/
15583s/:*@srcdir@:*/:/
15584s/^\([^=]*=[ ]*\):*/\1/
15585s/:*$//
15586s/^[^=]*=[ ]*$//
15587}'
15588fi
c6b750e1 15589
81ecdfbb
RW
15590cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15591fi # test -n "$CONFIG_FILES"
c6b750e1 15592
c6b750e1 15593
81ecdfbb
RW
15594eval set X " :F $CONFIG_FILES "
15595shift
15596for ac_tag
15597do
15598 case $ac_tag in
15599 :[FHLC]) ac_mode=$ac_tag; continue;;
15600 esac
15601 case $ac_mode$ac_tag in
15602 :[FHL]*:*);;
15603 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15604 :[FH]-) ac_tag=-:-;;
15605 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15606 esac
15607 ac_save_IFS=$IFS
15608 IFS=:
15609 set x $ac_tag
15610 IFS=$ac_save_IFS
15611 shift
15612 ac_file=$1
15613 shift
252b5132 15614
81ecdfbb
RW
15615 case $ac_mode in
15616 :L) ac_source=$1;;
15617 :[FH])
15618 ac_file_inputs=
15619 for ac_f
15620 do
15621 case $ac_f in
15622 -) ac_f="$tmp/stdin";;
15623 *) # Look for the file first in the build tree, then in the source tree
15624 # (if the path is not absolute). The absolute path cannot be DOS-style,
15625 # because $ac_f cannot contain `:'.
15626 test -f "$ac_f" ||
15627 case $ac_f in
15628 [\\/$]*) false;;
15629 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15630 esac ||
15631 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15632 esac
15633 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15634 as_fn_append ac_file_inputs " '$ac_f'"
15635 done
c6b750e1 15636
81ecdfbb
RW
15637 # Let's still pretend it is `configure' which instantiates (i.e., don't
15638 # use $as_me), people would be surprised to read:
15639 # /* config.h. Generated by config.status. */
15640 configure_input='Generated from '`
15641 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15642 `' by configure.'
15643 if test x"$ac_file" != x-; then
15644 configure_input="$ac_file. $configure_input"
15645 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15646$as_echo "$as_me: creating $ac_file" >&6;}
a0da8069 15647 fi
81ecdfbb
RW
15648 # Neutralize special characters interpreted by sed in replacement strings.
15649 case $configure_input in #(
15650 *\&* | *\|* | *\\* )
15651 ac_sed_conf_input=`$as_echo "$configure_input" |
15652 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15653 *) ac_sed_conf_input=$configure_input;;
15654 esac
cac3d6c4 15655
81ecdfbb
RW
15656 case $ac_tag in
15657 *:-:* | *:-) cat >"$tmp/stdin" \
15658 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15659 esac
15660 ;;
a0da8069 15661 esac
252b5132 15662
81ecdfbb 15663 ac_dir=`$as_dirname -- "$ac_file" ||
c6b750e1
DJ
15664$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15665 X"$ac_file" : 'X\(//\)[^/]' \| \
15666 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15667 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15668$as_echo X"$ac_file" |
15669 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15670 s//\1/
15671 q
15672 }
15673 /^X\(\/\/\)[^/].*/{
15674 s//\1/
15675 q
15676 }
15677 /^X\(\/\/\)$/{
15678 s//\1/
15679 q
15680 }
15681 /^X\(\/\).*/{
15682 s//\1/
15683 q
15684 }
15685 s/.*/./; q'`
15686 as_dir="$ac_dir"; as_fn_mkdir_p
c6b750e1 15687 ac_builddir=.
252b5132 15688
81ecdfbb
RW
15689case "$ac_dir" in
15690.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15691*)
15692 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15693 # A ".." for each directory in $ac_dir_suffix.
15694 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15695 case $ac_top_builddir_sub in
15696 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15697 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15698 esac ;;
15699esac
15700ac_abs_top_builddir=$ac_pwd
15701ac_abs_builddir=$ac_pwd$ac_dir_suffix
15702# for backward compatibility:
15703ac_top_builddir=$ac_top_build_prefix
c6b750e1
DJ
15704
15705case $srcdir in
81ecdfbb 15706 .) # We are building in place.
c6b750e1 15707 ac_srcdir=.
81ecdfbb
RW
15708 ac_top_srcdir=$ac_top_builddir_sub
15709 ac_abs_top_srcdir=$ac_pwd ;;
15710 [\\/]* | ?:[\\/]* ) # Absolute name.
c6b750e1 15711 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15712 ac_top_srcdir=$srcdir
15713 ac_abs_top_srcdir=$srcdir ;;
15714 *) # Relative name.
15715 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15716 ac_top_srcdir=$ac_top_build_prefix$srcdir
15717 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c6b750e1 15718esac
81ecdfbb 15719ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15720
252b5132 15721
81ecdfbb
RW
15722 case $ac_mode in
15723 :F)
15724 #
15725 # CONFIG_FILE
15726 #
c6b750e1
DJ
15727
15728 case $INSTALL in
15729 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 15730 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
a0da8069 15731 esac
81ecdfbb 15732_ACEOF
252b5132 15733
81ecdfbb
RW
15734cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15735# If the template does not know about datarootdir, expand it.
15736# FIXME: This hack should be removed a few years after 2.60.
15737ac_datarootdir_hack=; ac_datarootdir_seen=
15738ac_sed_dataroot='
15739/datarootdir/ {
15740 p
15741 q
15742}
15743/@datadir@/p
15744/@docdir@/p
15745/@infodir@/p
15746/@localedir@/p
15747/@mandir@/p'
15748case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15749*datarootdir*) ac_datarootdir_seen=yes;;
15750*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15752$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
c6b750e1 15753_ACEOF
81ecdfbb
RW
15754cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15755 ac_datarootdir_hack='
15756 s&@datadir@&$datadir&g
15757 s&@docdir@&$docdir&g
15758 s&@infodir@&$infodir&g
15759 s&@localedir@&$localedir&g
15760 s&@mandir@&$mandir&g
15761 s&\\\${datarootdir}&$datarootdir&g' ;;
15762esac
15763_ACEOF
15764
15765# Neutralize VPATH when `$srcdir' = `.'.
15766# Shell code in configure.ac might set extrasub.
15767# FIXME: do we really want to maintain this feature?
15768cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15769ac_sed_extra="$ac_vpsub
c6b750e1
DJ
15770$extrasub
15771_ACEOF
81ecdfbb 15772cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c6b750e1
DJ
15773:t
15774/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15775s|@configure_input@|$ac_sed_conf_input|;t t
15776s&@top_builddir@&$ac_top_builddir_sub&;t t
15777s&@top_build_prefix@&$ac_top_build_prefix&;t t
15778s&@srcdir@&$ac_srcdir&;t t
15779s&@abs_srcdir@&$ac_abs_srcdir&;t t
15780s&@top_srcdir@&$ac_top_srcdir&;t t
15781s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15782s&@builddir@&$ac_builddir&;t t
15783s&@abs_builddir@&$ac_abs_builddir&;t t
15784s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15785s&@INSTALL@&$ac_INSTALL&;t t
15786$ac_datarootdir_hack
15787"
15788eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15789if $ac_cs_awk_getline; then
15790 $AWK -f "$tmp/subs.awk"
15791else
15792 $AWK -f "$tmp/subs.awk" | $SHELL
15793fi >$tmp/out \
15794 || as_fn_error "could not create $ac_file" "$LINENO" 5
15795
15796test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15797 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15798 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15800which seems to be undefined. Please make sure it is defined." >&5
15801$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15802which seems to be undefined. Please make sure it is defined." >&2;}
15803
15804 rm -f "$tmp/stdin"
15805 case $ac_file in
15806 -) cat "$tmp/out" && rm -f "$tmp/out";;
15807 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15808 esac \
15809 || as_fn_error "could not create $ac_file" "$LINENO" 5
15810 ;;
c148b4cb 15811
c148b4cb 15812
c148b4cb 15813
81ecdfbb
RW
15814 esac
15815
06a51eac
RW
15816
15817 case $ac_file$ac_mode in
15818 "Makefile":F) sed "$extrasub_build" Makefile |
15819 sed "$extrasub_host" |
15820 sed "$extrasub_target" > mf$$
15821 mv -f mf$$ Makefile ;;
15822
15823 esac
81ecdfbb
RW
15824done # for ac_tag
15825
15826
15827as_fn_exit 0
c6b750e1 15828_ACEOF
c6b750e1
DJ
15829ac_clean_files=$ac_clean_files_save
15830
81ecdfbb
RW
15831test $ac_write_fail = 0 ||
15832 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15833
c6b750e1
DJ
15834
15835# configure is writing to config.log, and then calls config.status.
15836# config.status does its own redirection, appending to config.log.
15837# Unfortunately, on DOS this fails, as config.log is still kept open
15838# by configure, so config.status won't be able to write to it; its
15839# output is simply discarded. So we exec the FD to /dev/null,
15840# effectively closing config.log, so it can be properly (re)opened and
15841# appended to by config.status. When coming back to configure, we
15842# need to make the FD available again.
15843if test "$no_create" != yes; then
15844 ac_cs_success=:
15845 ac_config_status_args=
15846 test "$silent" = yes &&
15847 ac_config_status_args="$ac_config_status_args --quiet"
15848 exec 5>/dev/null
15849 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15850 exec 5>>config.log
15851 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15852 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15853 $ac_cs_success || as_fn_exit $?
15854fi
15855if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15857$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c6b750e1 15858fi
c148b4cb 15859
This page took 1.695777 seconds and 4 git commands to generate.