]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
Rename c1x-*.c to c11-*.c.
[thirdparty/gcc.git] / configure
CommitLineData
671aa708 1#! /bin/sh
671aa708 2# Guess values for system-dependent variables and create Makefiles.
5213506e
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
671aa708
NN
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
5213506e
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
1c710c3c 14
5213506e
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
1c710c3c 31fi
1c710c3c 32
5213506e
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
1c710c3c
DJ
79fi
80
81
5213506e
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
1c710c3c
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
5213506e
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
87264276
PB
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
5213506e
RW
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175else
176 as_have_required=no
177fi
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182as_found=false
183for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1c710c3c 184do
5213506e
RW
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
189 /*)
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
198fi
199fi
200 done;;
201 esac
202 as_found=false
203done
204$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207fi; }
208IFS=$as_save_IFS
209
210
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220fi
221
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
1c710c3c 228 else
5213506e
RW
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230$0: including any error possibly output before this
231$0: message. Then install a modern shell, or manually run
232$0: the script under such a shell if you do have one."
1c710c3c 233 fi
5213506e
RW
234 exit 1
235fi
236fi
237fi
238SHELL=${CONFIG_SHELL-/bin/sh}
239export SHELL
240# Unset more variables known to interfere with behavior of common tools.
241CLICOLOR_FORCE= GREP_OPTIONS=
242unset CLICOLOR_FORCE GREP_OPTIONS
243
244## --------------------- ##
245## M4sh Shell Functions. ##
246## --------------------- ##
247# as_fn_unset VAR
248# ---------------
249# Portably unset VAR.
250as_fn_unset ()
251{
252 { eval $1=; unset $1;}
253}
254as_unset=as_fn_unset
255
256# as_fn_set_status STATUS
257# -----------------------
258# Set $? to STATUS, without forking.
259as_fn_set_status ()
260{
261 return $1
262} # as_fn_set_status
1c710c3c 263
5213506e
RW
264# as_fn_exit STATUS
265# -----------------
266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267as_fn_exit ()
268{
269 set +e
270 as_fn_set_status $1
271 exit $1
272} # as_fn_exit
273
274# as_fn_mkdir_p
275# -------------
276# Create "$as_dir" as a directory, including parents if necessary.
277as_fn_mkdir_p ()
278{
279
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296$as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
299 q
300 }
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
303 q
304 }
305 /^X\(\/\/\)$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\).*/{
310 s//\1/
311 q
312 }
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320} # as_fn_mkdir_p
321# as_fn_append VAR VALUE
322# ----------------------
323# Append the text in VALUE to the end of the definition contained in VAR. Take
324# advantage of any shell optimizations that allow amortized linear growth over
325# repeated appends, instead of the typical quadratic growth present in naive
326# implementations.
327if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
329 {
330 eval $1+=\$2
331 }'
332else
333 as_fn_append ()
334 {
335 eval $1=\$$1\$2
336 }
337fi # as_fn_append
338
339# as_fn_arith ARG...
340# ------------------
341# Perform arithmetic evaluation on the ARGs, and store the result in the
342# global $as_val. Take advantage of shells that can avoid forks. The arguments
343# must be portable across $(()) and expr.
344if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
346 {
347 as_val=$(( $* ))
348 }'
349else
350 as_fn_arith ()
351 {
352 as_val=`expr "$@" || test $? -eq 1`
353 }
354fi # as_fn_arith
355
356
357# as_fn_error ERROR [LINENO LOG_FD]
358# ---------------------------------
359# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361# script with status $?, using 1 if that was 0.
362as_fn_error ()
363{
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368 fi
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371} # as_fn_error
372
373if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
375 as_expr=expr
376else
377 as_expr=false
378fi
379
5213506e 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
381 as_basename=basename
382else
383 as_basename=false
384fi
385
5213506e
RW
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
1c710c3c 391
5213506e 392as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
5213506e
RW
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396$as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
399 q
400 }
401 /^X\/\(\/\/\)$/{
402 s//\1/
403 q
404 }
405 /^X\/\(\/\).*/{
406 s//\1/
407 q
408 }
409 s/.*/./; q'`
1c710c3c 410
2aeb72e9
DD
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
11a67599 417
1c710c3c 418
5213506e
RW
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
425 p
426 /[$]LINENO/=
427 ' <$as_myself |
1c710c3c 428 sed '
5213506e
RW
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
1c710c3c 433 N
5213506e
RW
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
1c710c3c 436 t loop
5213506e 437 s/-\n.*//
1c710c3c 438 ' >$as_me.lineno &&
5213506e
RW
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1c710c3c
DJ
441
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
5213506e
RW
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
1c710c3c
DJ
446 # Exit status is that of the last command.
447 exit
448}
449
5213506e
RW
450ECHO_C= ECHO_N= ECHO_T=
451case `echo -n x` in #(((((
452-n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
459*)
460 ECHO_N='-n';;
1c710c3c
DJ
461esac
462
5213506e
RW
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
1c710c3c 466else
5213506e
RW
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
1c710c3c 469fi
5213506e
RW
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 472 as_ln_s='ln -s'
5213506e
RW
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
2aeb72e9 483 fi
1c710c3c
DJ
484else
485 as_ln_s='cp -p'
486fi
5213506e
RW
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
1c710c3c
DJ
489
490if mkdir -p . 2>/dev/null; then
5213506e 491 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
5213506e
RW
497if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
504 fi
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
516 '
517fi
518as_executable_p=$as_test_x
0b0dc272 519
1c710c3c
DJ
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
5213506e 527exec 7<&0 </dev/null 6>&1
1c710c3c
DJ
528
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
1c710c3c
DJ
534#
535# Initializations.
536#
671aa708 537ac_default_prefix=/usr/local
5213506e 538ac_clean_files=
1c710c3c 539ac_config_libobj_dir=.
5213506e 540LIBOBJS=
1c710c3c
DJ
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
2aeb72e9 545
1c710c3c
DJ
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
5213506e 552PACKAGE_URL=
1c710c3c
DJ
553
554ac_unique_file="move-if-change"
5213506e
RW
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
459260ec 559host_shared
5213506e
RW
560stage2_werror_flag
561stage1_checking
562stage1_cflags
563MAINT
564MAINTAINER_MODE_FALSE
565MAINTAINER_MODE_TRUE
566COMPILER_NM_FOR_TARGET
567COMPILER_LD_FOR_TARGET
568COMPILER_AS_FOR_TARGET
569FLAGS_FOR_TARGET
570RAW_CXX_FOR_TARGET
571WINDMC_FOR_TARGET
572WINDRES_FOR_TARGET
573STRIP_FOR_TARGET
e7a82751 574READELF_FOR_TARGET
5213506e
RW
575RANLIB_FOR_TARGET
576OBJDUMP_FOR_TARGET
577NM_FOR_TARGET
578LIPO_FOR_TARGET
579LD_FOR_TARGET
580DLLTOOL_FOR_TARGET
581AS_FOR_TARGET
582AR_FOR_TARGET
632e2a07 583GOC_FOR_TARGET
5213506e
RW
584GFORTRAN_FOR_TARGET
585GCJ_FOR_TARGET
586GCC_FOR_TARGET
587CXX_FOR_TARGET
588CC_FOR_TARGET
e7a82751 589READELF
5213506e
RW
590OBJDUMP
591OBJCOPY
592WINDMC
593WINDRES
594STRIP
595RANLIB
596NM
597LIPO
598LD
599DLLTOOL
600AS
601AR
602RUNTEST
603EXPECT
604MAKEINFO
605FLEX
606LEX
607M4
608BISON
609YACC
5213506e
RW
610WINDRES_FOR_BUILD
611WINDMC_FOR_BUILD
612RANLIB_FOR_BUILD
613NM_FOR_BUILD
614LD_FOR_BUILD
615LDFLAGS_FOR_BUILD
632e2a07 616GOC_FOR_BUILD
5213506e
RW
617GFORTRAN_FOR_BUILD
618GCJ_FOR_BUILD
619DLLTOOL_FOR_BUILD
620CXX_FOR_BUILD
621CXXFLAGS_FOR_BUILD
622CFLAGS_FOR_BUILD
623CC_FOR_BUILD
624AS_FOR_BUILD
625AR_FOR_BUILD
aae29963 626target_configdirs
5213506e 627configdirs
5213506e 628build_configdirs
5213506e
RW
629INSTALL_GDB_TK
630GDB_TK
631CONFIGURE_GDB_TK
632build_tooldir
633tooldir
634GCC_SHLIB_SUBDIR
635RPATH_ENVVAR
ffedf511
RW
636target_configargs
637host_configargs
638build_configargs
e12c4094 639BUILD_CONFIG
6f57bdf6 640LDFLAGS_FOR_TARGET
5213506e
RW
641CXXFLAGS_FOR_TARGET
642CFLAGS_FOR_TARGET
643DEBUG_PREFIX_CFLAGS_FOR_TARGET
644SYSROOT_CFLAGS_FOR_TARGET
645stage1_languages
d7f09764 646extra_host_libiberty_configure_flags
5213506e
RW
647clooginc
648clooglibs
33ad93b9 649islinc
5213506e 650poststage1_ldflags
ed2eaa9f 651poststage1_libs
5213506e 652stage1_ldflags
0b21f5d3 653stage1_libs
0ff2d841 654extra_isl_gmp_configure_flags
5213506e
RW
655extra_mpc_mpfr_configure_flags
656extra_mpc_gmp_configure_flags
657extra_mpfr_configure_flags
658gmpinc
659gmplibs
660do_compare
661GNATMAKE
662GNATBIND
663ac_ct_CXX
664CXXFLAGS
665CXX
666OBJEXT
667EXEEXT
668ac_ct_CC
669CPPFLAGS
670LDFLAGS
671CFLAGS
672CC
a4a2c37d 673EXTRA_CONFIGARGS_LIBJAVA
5213506e
RW
674target_subdir
675host_subdir
676build_subdir
677build_libsubdir
87264276
PB
678AWK
679SED
5213506e
RW
680LN_S
681LN
682INSTALL_DATA
683INSTALL_SCRIPT
684INSTALL_PROGRAM
685target_os
686target_vendor
687target_cpu
688target
689host_os
690host_vendor
691host_cpu
692host
693target_noncanonical
694host_noncanonical
695build_noncanonical
696build_os
697build_vendor
698build_cpu
699build
700TOPLEVEL_CONFIGURE_ARGUMENTS
701target_alias
702host_alias
703build_alias
704LIBS
705ECHO_T
706ECHO_N
707ECHO_C
708DEFS
709mandir
710localedir
711libdir
712psdir
713pdfdir
714dvidir
715htmldir
716infodir
717docdir
718oldincludedir
719includedir
720localstatedir
721sharedstatedir
722sysconfdir
723datadir
724datarootdir
725libexecdir
726sbindir
727bindir
728program_transform_name
729prefix
730exec_prefix
731PACKAGE_URL
732PACKAGE_BUGREPORT
733PACKAGE_STRING
734PACKAGE_VERSION
735PACKAGE_TARNAME
736PACKAGE_NAME
737PATH_SEPARATOR
738SHELL'
739ac_subst_files='serialization_dependencies
740host_makefile_frag
741target_makefile_frag
742alphaieee_frag
743ospace_frag'
744ac_user_opts='
745enable_option_checking
746with_build_libsubdir
747enable_gold
21539e2e 748enable_ld
87e6d9dc
TB
749enable_libquadmath
750enable_libquadmath_support
5213506e
RW
751enable_libada
752enable_libssp
1873ec0c 753enable_libstdcxx
a4a2c37d 754enable_static_libjava
ff3ac0f4 755enable_bootstrap
5213506e
RW
756with_mpc
757with_mpc_include
758with_mpc_lib
759with_mpfr_dir
760with_mpfr
761with_mpfr_include
762with_mpfr_lib
763with_gmp_dir
764with_gmp
765with_gmp_include
766with_gmp_lib
767with_host_libstdcxx
5213506e 768with_stage1_libs
0b21f5d3 769with_stage1_ldflags
5213506e 770with_boot_libs
ed2eaa9f 771with_boot_ldflags
625afa23 772with_cloog
33ad93b9
RG
773with_isl
774with_isl_include
775with_isl_lib
776enable_isl_version_check
5213506e
RW
777with_cloog_include
778with_cloog_lib
779enable_cloog_version_check
d7f09764 780enable_lto
5213506e
RW
781enable_stage1_languages
782enable_objc_gc
783with_build_sysroot
784with_debug_prefix_map
5646b7b9 785with_build_config
5213506e
RW
786enable_serial_configure
787with_build_time_tools
788enable_maintainer_mode
789enable_stage1_checking
790enable_werror
459260ec 791enable_host_shared
5213506e
RW
792'
793 ac_precious_vars='build_alias
794host_alias
795target_alias
796CC
797CFLAGS
798LDFLAGS
799LIBS
800CPPFLAGS
801CXX
802CXXFLAGS
803CCC
ffedf511
RW
804build_configargs
805host_configargs
806target_configargs
5213506e
RW
807AR
808AS
809DLLTOOL
810LD
811LIPO
812NM
813RANLIB
814STRIP
815WINDRES
816WINDMC
817OBJCOPY
818OBJDUMP
e7a82751 819READELF
5213506e
RW
820CC_FOR_TARGET
821CXX_FOR_TARGET
822GCC_FOR_TARGET
823GCJ_FOR_TARGET
824GFORTRAN_FOR_TARGET
632e2a07 825GOC_FOR_TARGET
5213506e
RW
826AR_FOR_TARGET
827AS_FOR_TARGET
828DLLTOOL_FOR_TARGET
829LD_FOR_TARGET
830LIPO_FOR_TARGET
831NM_FOR_TARGET
832OBJDUMP_FOR_TARGET
833RANLIB_FOR_TARGET
e7a82751 834READELF_FOR_TARGET
5213506e
RW
835STRIP_FOR_TARGET
836WINDRES_FOR_TARGET
837WINDMC_FOR_TARGET'
838
671aa708
NN
839
840# Initialize some variables set by options.
1c710c3c
DJ
841ac_init_help=
842ac_init_version=false
5213506e
RW
843ac_unrecognized_opts=
844ac_unrecognized_sep=
671aa708
NN
845# The variables have the same names as the options, with
846# dashes changed to underlines.
1c710c3c 847cache_file=/dev/null
671aa708 848exec_prefix=NONE
671aa708 849no_create=
671aa708
NN
850no_recursion=
851prefix=NONE
852program_prefix=NONE
853program_suffix=NONE
854program_transform_name=s,x,x,
855silent=
856site=
857srcdir=
671aa708
NN
858verbose=
859x_includes=NONE
860x_libraries=NONE
1c710c3c
DJ
861
862# Installation directory options.
863# These are left unexpanded so users can "make install exec_prefix=/foo"
864# and all the variables that are supposed to be based on exec_prefix
865# by default will actually change.
866# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 867# (The list follows the same order as the GNU Coding Standards.)
671aa708
NN
868bindir='${exec_prefix}/bin'
869sbindir='${exec_prefix}/sbin'
870libexecdir='${exec_prefix}/libexec'
5213506e
RW
871datarootdir='${prefix}/share'
872datadir='${datarootdir}'
671aa708
NN
873sysconfdir='${prefix}/etc'
874sharedstatedir='${prefix}/com'
875localstatedir='${prefix}/var'
671aa708
NN
876includedir='${prefix}/include'
877oldincludedir='/usr/include'
5213506e
RW
878docdir='${datarootdir}/doc/${PACKAGE}'
879infodir='${datarootdir}/info'
880htmldir='${docdir}'
881dvidir='${docdir}'
882pdfdir='${docdir}'
883psdir='${docdir}'
884libdir='${exec_prefix}/lib'
885localedir='${datarootdir}/locale'
886mandir='${datarootdir}/man'
79c06341 887
671aa708 888ac_prev=
5213506e 889ac_dashdash=
671aa708
NN
890for ac_option
891do
671aa708
NN
892 # If the previous option needs an argument, assign it.
893 if test -n "$ac_prev"; then
5213506e 894 eval $ac_prev=\$ac_option
671aa708
NN
895 ac_prev=
896 continue
897 fi
79c06341 898
5213506e
RW
899 case $ac_option in
900 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
901 *) ac_optarg=yes ;;
902 esac
671aa708
NN
903
904 # Accept the important Cygnus configure options, so we can diagnose typos.
905
5213506e
RW
906 case $ac_dashdash$ac_option in
907 --)
908 ac_dashdash=yes ;;
671aa708
NN
909
910 -bindir | --bindir | --bindi | --bind | --bin | --bi)
911 ac_prev=bindir ;;
912 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1c710c3c 913 bindir=$ac_optarg ;;
671aa708
NN
914
915 -build | --build | --buil | --bui | --bu)
1c710c3c 916 ac_prev=build_alias ;;
671aa708 917 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1c710c3c 918 build_alias=$ac_optarg ;;
671aa708
NN
919
920 -cache-file | --cache-file | --cache-fil | --cache-fi \
921 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
922 ac_prev=cache_file ;;
923 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
924 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1c710c3c
DJ
925 cache_file=$ac_optarg ;;
926
927 --config-cache | -C)
928 cache_file=config.cache ;;
671aa708 929
5213506e 930 -datadir | --datadir | --datadi | --datad)
671aa708 931 ac_prev=datadir ;;
5213506e 932 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1c710c3c 933 datadir=$ac_optarg ;;
671aa708 934
5213506e
RW
935 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
936 | --dataroo | --dataro | --datar)
937 ac_prev=datarootdir ;;
938 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
939 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
940 datarootdir=$ac_optarg ;;
941
671aa708 942 -disable-* | --disable-*)
5213506e 943 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
671aa708 944 # Reject names that are not valid shell variable names.
5213506e
RW
945 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
946 as_fn_error "invalid feature name: $ac_useropt"
947 ac_useropt_orig=$ac_useropt
948 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
949 case $ac_user_opts in
950 *"
951"enable_$ac_useropt"
952"*) ;;
953 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
954 ac_unrecognized_sep=', ';;
955 esac
956 eval enable_$ac_useropt=no ;;
957
958 -docdir | --docdir | --docdi | --doc | --do)
959 ac_prev=docdir ;;
960 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
961 docdir=$ac_optarg ;;
962
963 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
964 ac_prev=dvidir ;;
965 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
966 dvidir=$ac_optarg ;;
671aa708
NN
967
968 -enable-* | --enable-*)
5213506e 969 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
671aa708 970 # Reject names that are not valid shell variable names.
5213506e
RW
971 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
972 as_fn_error "invalid feature name: $ac_useropt"
973 ac_useropt_orig=$ac_useropt
974 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
975 case $ac_user_opts in
976 *"
977"enable_$ac_useropt"
978"*) ;;
979 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
980 ac_unrecognized_sep=', ';;
2aeb72e9 981 esac
5213506e 982 eval enable_$ac_useropt=\$ac_optarg ;;
671aa708
NN
983
984 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
985 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
986 | --exec | --exe | --ex)
987 ac_prev=exec_prefix ;;
988 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
989 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
990 | --exec=* | --exe=* | --ex=*)
1c710c3c 991 exec_prefix=$ac_optarg ;;
671aa708
NN
992
993 -gas | --gas | --ga | --g)
994 # Obsolete; use --with-gas.
995 with_gas=yes ;;
996
1c710c3c
DJ
997 -help | --help | --hel | --he | -h)
998 ac_init_help=long ;;
999 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1000 ac_init_help=recursive ;;
1001 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1002 ac_init_help=short ;;
671aa708
NN
1003
1004 -host | --host | --hos | --ho)
1c710c3c 1005 ac_prev=host_alias ;;
671aa708 1006 -host=* | --host=* | --hos=* | --ho=*)
1c710c3c 1007 host_alias=$ac_optarg ;;
671aa708 1008
5213506e
RW
1009 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1010 ac_prev=htmldir ;;
1011 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1012 | --ht=*)
1013 htmldir=$ac_optarg ;;
1014
671aa708
NN
1015 -includedir | --includedir | --includedi | --included | --include \
1016 | --includ | --inclu | --incl | --inc)
1017 ac_prev=includedir ;;
1018 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1019 | --includ=* | --inclu=* | --incl=* | --inc=*)
1c710c3c 1020 includedir=$ac_optarg ;;
671aa708
NN
1021
1022 -infodir | --infodir | --infodi | --infod | --info | --inf)
1023 ac_prev=infodir ;;
1024 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1c710c3c 1025 infodir=$ac_optarg ;;
671aa708
NN
1026
1027 -libdir | --libdir | --libdi | --libd)
1028 ac_prev=libdir ;;
1029 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1c710c3c 1030 libdir=$ac_optarg ;;
671aa708
NN
1031
1032 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1033 | --libexe | --libex | --libe)
1034 ac_prev=libexecdir ;;
1035 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1036 | --libexe=* | --libex=* | --libe=*)
1c710c3c 1037 libexecdir=$ac_optarg ;;
671aa708 1038
5213506e
RW
1039 -localedir | --localedir | --localedi | --localed | --locale)
1040 ac_prev=localedir ;;
1041 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1042 localedir=$ac_optarg ;;
1043
671aa708 1044 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 1045 | --localstate | --localstat | --localsta | --localst | --locals)
671aa708
NN
1046 ac_prev=localstatedir ;;
1047 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 1048 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1c710c3c 1049 localstatedir=$ac_optarg ;;
671aa708
NN
1050
1051 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1052 ac_prev=mandir ;;
1053 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1c710c3c 1054 mandir=$ac_optarg ;;
671aa708
NN
1055
1056 -nfp | --nfp | --nf)
1057 # Obsolete; use --without-fp.
1058 with_fp=no ;;
1059
1060 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1c710c3c 1061 | --no-cr | --no-c | -n)
671aa708
NN
1062 no_create=yes ;;
1063
1064 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1065 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1066 no_recursion=yes ;;
1067
1068 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1069 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1070 | --oldin | --oldi | --old | --ol | --o)
1071 ac_prev=oldincludedir ;;
1072 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1073 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1074 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1c710c3c 1075 oldincludedir=$ac_optarg ;;
671aa708
NN
1076
1077 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1078 ac_prev=prefix ;;
1079 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1c710c3c 1080 prefix=$ac_optarg ;;
671aa708
NN
1081
1082 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1083 | --program-pre | --program-pr | --program-p)
1084 ac_prev=program_prefix ;;
1085 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1086 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1c710c3c 1087 program_prefix=$ac_optarg ;;
671aa708
NN
1088
1089 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1090 | --program-suf | --program-su | --program-s)
1091 ac_prev=program_suffix ;;
1092 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1093 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1c710c3c 1094 program_suffix=$ac_optarg ;;
671aa708
NN
1095
1096 -program-transform-name | --program-transform-name \
1097 | --program-transform-nam | --program-transform-na \
1098 | --program-transform-n | --program-transform- \
1099 | --program-transform | --program-transfor \
1100 | --program-transfo | --program-transf \
1101 | --program-trans | --program-tran \
1102 | --progr-tra | --program-tr | --program-t)
1103 ac_prev=program_transform_name ;;
1104 -program-transform-name=* | --program-transform-name=* \
1105 | --program-transform-nam=* | --program-transform-na=* \
1106 | --program-transform-n=* | --program-transform-=* \
1107 | --program-transform=* | --program-transfor=* \
1108 | --program-transfo=* | --program-transf=* \
1109 | --program-trans=* | --program-tran=* \
1110 | --progr-tra=* | --program-tr=* | --program-t=*)
1c710c3c 1111 program_transform_name=$ac_optarg ;;
671aa708 1112
5213506e
RW
1113 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1114 ac_prev=pdfdir ;;
1115 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1116 pdfdir=$ac_optarg ;;
1117
1118 -psdir | --psdir | --psdi | --psd | --ps)
1119 ac_prev=psdir ;;
1120 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1121 psdir=$ac_optarg ;;
1122
671aa708
NN
1123 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1124 | -silent | --silent | --silen | --sile | --sil)
1125 silent=yes ;;
1126
1127 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1128 ac_prev=sbindir ;;
1129 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1130 | --sbi=* | --sb=*)
1c710c3c 1131 sbindir=$ac_optarg ;;
671aa708
NN
1132
1133 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1134 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1135 | --sharedst | --shareds | --shared | --share | --shar \
1136 | --sha | --sh)
1137 ac_prev=sharedstatedir ;;
1138 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1139 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1140 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1141 | --sha=* | --sh=*)
1c710c3c 1142 sharedstatedir=$ac_optarg ;;
671aa708
NN
1143
1144 -site | --site | --sit)
1145 ac_prev=site ;;
1146 -site=* | --site=* | --sit=*)
1c710c3c 1147 site=$ac_optarg ;;
671aa708
NN
1148
1149 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1150 ac_prev=srcdir ;;
1151 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1c710c3c 1152 srcdir=$ac_optarg ;;
671aa708
NN
1153
1154 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1155 | --syscon | --sysco | --sysc | --sys | --sy)
1156 ac_prev=sysconfdir ;;
1157 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1158 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1c710c3c 1159 sysconfdir=$ac_optarg ;;
671aa708
NN
1160
1161 -target | --target | --targe | --targ | --tar | --ta | --t)
1c710c3c 1162 ac_prev=target_alias ;;
671aa708 1163 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1c710c3c 1164 target_alias=$ac_optarg ;;
671aa708
NN
1165
1166 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1167 verbose=yes ;;
1168
1c710c3c
DJ
1169 -version | --version | --versio | --versi | --vers | -V)
1170 ac_init_version=: ;;
671aa708
NN
1171
1172 -with-* | --with-*)
5213506e 1173 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
671aa708 1174 # Reject names that are not valid shell variable names.
5213506e
RW
1175 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1176 as_fn_error "invalid package name: $ac_useropt"
1177 ac_useropt_orig=$ac_useropt
1178 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1179 case $ac_user_opts in
1180 *"
1181"with_$ac_useropt"
1182"*) ;;
1183 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1184 ac_unrecognized_sep=', ';;
2aeb72e9 1185 esac
5213506e 1186 eval with_$ac_useropt=\$ac_optarg ;;
671aa708
NN
1187
1188 -without-* | --without-*)
5213506e 1189 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
671aa708 1190 # Reject names that are not valid shell variable names.
5213506e
RW
1191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1192 as_fn_error "invalid package name: $ac_useropt"
1193 ac_useropt_orig=$ac_useropt
1194 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1196 *"
1197"with_$ac_useropt"
1198"*) ;;
1199 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1200 ac_unrecognized_sep=', ';;
1201 esac
1202 eval with_$ac_useropt=no ;;
671aa708
NN
1203
1204 --x)
1205 # Obsolete; use --with-x.
1206 with_x=yes ;;
1207
1208 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1209 | --x-incl | --x-inc | --x-in | --x-i)
1210 ac_prev=x_includes ;;
1211 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1212 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1c710c3c 1213 x_includes=$ac_optarg ;;
671aa708
NN
1214
1215 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1216 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1217 ac_prev=x_libraries ;;
1218 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1219 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1c710c3c 1220 x_libraries=$ac_optarg ;;
671aa708 1221
5213506e
RW
1222 -*) as_fn_error "unrecognized option: \`$ac_option'
1223Try \`$0 --help' for more information."
671aa708
NN
1224 ;;
1225
1c710c3c
DJ
1226 *=*)
1227 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1228 # Reject names that are not valid shell variable names.
5213506e
RW
1229 case $ac_envvar in #(
1230 '' | [0-9]* | *[!_$as_cr_alnum]* )
1231 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1232 esac
1233 eval $ac_envvar=\$ac_optarg
1c710c3c
DJ
1234 export $ac_envvar ;;
1235
671aa708 1236 *)
1c710c3c 1237 # FIXME: should be removed in autoconf 3.0.
5213506e 1238 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1c710c3c 1239 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1240 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1c710c3c 1241 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
671aa708
NN
1242 ;;
1243
1244 esac
1245done
1246
1247if test -n "$ac_prev"; then
1c710c3c 1248 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1249 as_fn_error "missing argument to $ac_option"
af71363e 1250fi
af71363e 1251
5213506e
RW
1252if test -n "$ac_unrecognized_opts"; then
1253 case $enable_option_checking in
1254 no) ;;
1255 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1256 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2aeb72e9 1257 esac
5213506e 1258fi
2aeb72e9 1259
5213506e
RW
1260# Check all directory arguments for consistency.
1261for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1262 datadir sysconfdir sharedstatedir localstatedir includedir \
1263 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1264 libdir localedir mandir
2aeb72e9 1265do
5213506e
RW
1266 eval ac_val=\$$ac_var
1267 # Remove trailing slashes.
1268 case $ac_val in
1269 */ )
1270 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1271 eval $ac_var=\$ac_val;;
1272 esac
1273 # Be sure to have absolute directory names.
2aeb72e9 1274 case $ac_val in
5213506e
RW
1275 [\\/$]* | ?:[\\/]* ) continue;;
1276 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
671aa708 1277 esac
5213506e 1278 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
671aa708
NN
1279done
1280
1c710c3c
DJ
1281# There might be people who depend on the old broken behavior: `$host'
1282# used to hold the argument of --host etc.
1283# FIXME: To remove some day.
1284build=$build_alias
1285host=$host_alias
1286target=$target_alias
0b0dc272 1287
1c710c3c
DJ
1288# FIXME: To remove some day.
1289if test "x$host_alias" != x; then
1290 if test "x$build_alias" = x; then
1291 cross_compiling=maybe
5213506e 1292 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1c710c3c
DJ
1293 If a cross compiler is detected then cross compile mode will be used." >&2
1294 elif test "x$build_alias" != "x$host_alias"; then
1295 cross_compiling=yes
1296 fi
1297fi
1298
1299ac_tool_prefix=
1300test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301
1302test "$silent" = yes && exec 6>/dev/null
671aa708 1303
671aa708 1304
5213506e
RW
1305ac_pwd=`pwd` && test -n "$ac_pwd" &&
1306ac_ls_di=`ls -di .` &&
1307ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1308 as_fn_error "working directory cannot be determined"
1309test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1310 as_fn_error "pwd does not report name of working directory"
1311
1312
671aa708
NN
1313# Find the source files, if location was not specified.
1314if test -z "$srcdir"; then
1315 ac_srcdir_defaulted=yes
5213506e
RW
1316 # Try the directory containing this script, then the parent directory.
1317 ac_confdir=`$as_dirname -- "$as_myself" ||
1318$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1319 X"$as_myself" : 'X\(//\)[^/]' \| \
1320 X"$as_myself" : 'X\(//\)$' \| \
1321 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1322$as_echo X"$as_myself" |
1323 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1324 s//\1/
1325 q
1326 }
1327 /^X\(\/\/\)[^/].*/{
1328 s//\1/
1329 q
1330 }
1331 /^X\(\/\/\)$/{
1332 s//\1/
1333 q
1334 }
1335 /^X\(\/\).*/{
1336 s//\1/
1337 q
1338 }
1339 s/.*/./; q'`
671aa708 1340 srcdir=$ac_confdir
5213506e 1341 if test ! -r "$srcdir/$ac_unique_file"; then
671aa708
NN
1342 srcdir=..
1343 fi
1344else
1345 ac_srcdir_defaulted=no
1346fi
5213506e
RW
1347if test ! -r "$srcdir/$ac_unique_file"; then
1348 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1349 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1350fi
1351ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1352ac_abs_confdir=`(
1353 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1354 pwd)`
1355# When building in place, set srcdir=.
1356if test "$ac_abs_confdir" = "$ac_pwd"; then
1357 srcdir=.
1358fi
1359# Remove unnecessary trailing slashes from srcdir.
1360# Double slashes in file names in object file debugging info
1361# mess up M-x gdb in Emacs.
1362case $srcdir in
1363*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1364esac
87841584
AM
1365case $srcdir in
1366 *" "*)
1367 as_fn_error "path to source, $srcdir, contains spaces"
1368 ;;
1369esac
ac9e6043
RW
1370ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1371
5213506e
RW
1372for ac_var in $ac_precious_vars; do
1373 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_env_${ac_var}_value=\$${ac_var}
1375 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1376 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1377done
1c710c3c
DJ
1378
1379#
1380# Report the --help message.
1381#
1382if test "$ac_init_help" = "long"; then
1383 # Omit some internal or obsolete options to make the list less imposing.
1384 # This message is too long to be a string in the A/UX 3.1 sh.
1385 cat <<_ACEOF
1386\`configure' configures this package to adapt to many kinds of systems.
1387
1388Usage: $0 [OPTION]... [VAR=VALUE]...
1389
1390To assign environment variables (e.g., CC, CFLAGS...), specify them as
1391VAR=VALUE. See below for descriptions of some of the useful variables.
1392
1393Defaults for the options are specified in brackets.
1394
1395Configuration:
1396 -h, --help display this help and exit
1397 --help=short display options specific to this package
1398 --help=recursive display the short help of all the included packages
1399 -V, --version display version information and exit
1400 -q, --quiet, --silent do not print \`checking...' messages
1401 --cache-file=FILE cache test results in FILE [disabled]
1402 -C, --config-cache alias for \`--cache-file=config.cache'
1403 -n, --no-create do not create output files
1404 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1405
1c710c3c
DJ
1406Installation directories:
1407 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1408 [$ac_default_prefix]
1c710c3c 1409 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1410 [PREFIX]
1c710c3c
DJ
1411
1412By default, \`make install' will install all the files in
1413\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1414an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1415for instance \`--prefix=\$HOME'.
1416
1417For better control, use the options below.
1418
1419Fine tuning of the installation directories:
5213506e
RW
1420 --bindir=DIR user executables [EPREFIX/bin]
1421 --sbindir=DIR system admin executables [EPREFIX/sbin]
1422 --libexecdir=DIR program executables [EPREFIX/libexec]
1423 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1424 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1425 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1426 --libdir=DIR object code libraries [EPREFIX/lib]
1427 --includedir=DIR C header files [PREFIX/include]
1428 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1429 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1430 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1431 --infodir=DIR info documentation [DATAROOTDIR/info]
1432 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1433 --mandir=DIR man documentation [DATAROOTDIR/man]
1434 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1435 --htmldir=DIR html documentation [DOCDIR]
1436 --dvidir=DIR dvi documentation [DOCDIR]
1437 --pdfdir=DIR pdf documentation [DOCDIR]
1438 --psdir=DIR ps documentation [DOCDIR]
1c710c3c
DJ
1439_ACEOF
1440
1441 cat <<\_ACEOF
1442
1443Program names:
1444 --program-prefix=PREFIX prepend PREFIX to installed program names
1445 --program-suffix=SUFFIX append SUFFIX to installed program names
1446 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1447
1448System types:
1449 --build=BUILD configure for building on BUILD [guessed]
1450 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1451 --target=TARGET configure for building compilers for TARGET [HOST]
1452_ACEOF
1453fi
1454
1455if test -n "$ac_init_help"; then
1456
1457 cat <<\_ACEOF
1458
1459Optional Features:
5213506e 1460 --disable-option-checking ignore unrecognized --enable/--with options
1c710c3c
DJ
1461 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1462 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
21539e2e 1463 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
33e39b66 1464 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
87e6d9dc
TB
1465 --disable-libquadmath do not build libquadmath directory
1466 --disable-libquadmath-support
1467 disable libquadmath support for Fortran
30b74385
RW
1468 --enable-libada build libada directory
1469 --enable-libssp build libssp directory
1873ec0c 1470 --disable-libstdcxx do not build libstdc++-v3 directory
a4a2c37d
MK
1471 --enable-static-libjava[=ARG]
1472 build static libjava [default=no]
ff3ac0f4 1473 --enable-bootstrap enable bootstrapping [yes if native build]
33ad93b9
RG
1474 --disable-isl-version-check
1475 disable check for ISL version
d32ef397
AS
1476 --disable-cloog-version-check
1477 disable check for CLooG version
d7f09764 1478 --enable-lto enable link time optimization support
33e39b66
AS
1479 --enable-stage1-languages[=all]
1480 choose additional languages to build during stage1.
1481 Mostly useful for compiler development
1482 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1483 Objective-C runtime
30b74385 1484 --enable-serial-[{host,target,build}-]configure
33e39b66
AS
1485 force sequential configuration of sub-packages for
1486 the host, target or build machine, or all
1487 sub-packages
1488 --enable-maintainer-mode
1489 enable make rules and dependencies not useful (and
1490 sometimes confusing) to the casual installer
1491 --enable-stage1-checking[=all]
1492 choose additional checking for stage1 of the
1493 compiler
1c710c3c 1494 --enable-werror enable -Werror in bootstrap stage2 and later
459260ec 1495 --enable-host-shared build host code as shared libraries
1c710c3c
DJ
1496
1497Optional Packages:
1498 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1499 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1500 --with-build-libsubdir=DIR Directory where to find libraries for build system
33e39b66
AS
1501 --with-mpc=PATH specify prefix directory for installed MPC package.
1502 Equivalent to --with-mpc-include=PATH/include plus
1503 --with-mpc-lib=PATH/lib
1504 --with-mpc-include=PATH specify directory for installed MPC include files
1505 --with-mpc-lib=PATH specify directory for the installed MPC library
30b74385
RW
1506 --with-mpfr-dir=PATH this option has been REMOVED
1507 --with-mpfr=PATH specify prefix directory for installed MPFR package.
33e39b66
AS
1508 Equivalent to --with-mpfr-include=PATH/include plus
1509 --with-mpfr-lib=PATH/lib
1c710c3c 1510 --with-mpfr-include=PATH
30b74385
RW
1511 specify directory for installed MPFR include files
1512 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1513 --with-gmp-dir=PATH this option has been REMOVED
33e39b66
AS
1514 --with-gmp=PATH specify prefix directory for the installed GMP
1515 package. Equivalent to
1516 --with-gmp-include=PATH/include plus
1517 --with-gmp-lib=PATH/lib
30b74385
RW
1518 --with-gmp-include=PATH specify directory for installed GMP include files
1519 --with-gmp-lib=PATH specify directory for the installed GMP library
33e39b66
AS
1520 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1521 linking with PPL
0b21f5d3 1522 --with-stage1-libs=LIBS libraries for stage1
33e39b66
AS
1523 --with-stage1-ldflags=FLAGS
1524 linker flags for stage1
33e39b66
AS
1525 --with-boot-libs=LIBS libraries for stage2 and later
1526 --with-boot-ldflags=FLAGS
1527 linker flags for stage2 and later
625afa23
RG
1528 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1529 package. Equivalent to
1530 --with-cloog-include=PATH/include plus
1531 --with-cloog-lib=PATH/lib
33ad93b9 1532 --with-isl=PATH Specify prefix directory for the installed ISL
33e39b66 1533 package. Equivalent to
33ad93b9
RG
1534 --with-isl-include=PATH/include plus
1535 --with-isl-lib=PATH/lib
1536 --with-isl-include=PATH Specify directory for installed ISL include files
1537 --with-isl-lib=PATH Specify the directory for the installed ISL library
d32ef397
AS
1538 --with-cloog-include=PATH
1539 Specify directory for installed CLooG include files
1540 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1541 library
30b74385 1542 --with-build-sysroot=SYSROOT
1c710c3c 1543 use sysroot as the system root during the build
c8aea42c 1544 --with-debug-prefix-map='A=B C=D ...'
33e39b66
AS
1545 map A to B, C to D ... in debug information
1546 --with-build-config='NAME NAME2...'
1547 use config/NAME.mk build configuration
30b74385 1548 --with-build-time-tools=PATH
1c710c3c 1549 use given path to find target tools during the build
1c710c3c
DJ
1550
1551Some influential environment variables:
1552 CC C compiler command
1553 CFLAGS C compiler flags
1554 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1555 nonstandard directory <lib dir>
5213506e
RW
1556 LIBS libraries to pass to the linker, e.g. -l<library>
1557 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1558 you have headers in a nonstandard directory <include dir>
c3a86da9
DJ
1559 CXX C++ compiler command
1560 CXXFLAGS C++ compiler flags
ffedf511
RW
1561 build_configargs
1562 additional configure arguments for build directories
1563 host_configargs
1564 additional configure arguments for host directories
1565 target_configargs
1566 additional configure arguments for target directories
278a7a38
AO
1567 AR AR for the host
1568 AS AS for the host
1569 DLLTOOL DLLTOOL for the host
1570 LD LD for the host
1571 LIPO LIPO for the host
1572 NM NM for the host
1573 RANLIB RANLIB for the host
1574 STRIP STRIP for the host
1575 WINDRES WINDRES for the host
901119ae 1576 WINDMC WINDMC for the host
278a7a38
AO
1577 OBJCOPY OBJCOPY for the host
1578 OBJDUMP OBJDUMP for the host
e7a82751 1579 READELF READELF for the host
278a7a38
AO
1580 CC_FOR_TARGET
1581 CC for the target
1582 CXX_FOR_TARGET
1583 CXX for the target
1584 GCC_FOR_TARGET
1585 GCC for the target
1586 GCJ_FOR_TARGET
1587 GCJ for the target
1588 GFORTRAN_FOR_TARGET
1589 GFORTRAN for the target
632e2a07
ILT
1590 GOC_FOR_TARGET
1591 GOC for the target
278a7a38
AO
1592 AR_FOR_TARGET
1593 AR for the target
1594 AS_FOR_TARGET
1595 AS for the target
1596 DLLTOOL_FOR_TARGET
1597 DLLTOOL for the target
1598 LD_FOR_TARGET
1599 LD for the target
1600 LIPO_FOR_TARGET
1601 LIPO for the target
1602 NM_FOR_TARGET
1603 NM for the target
1604 OBJDUMP_FOR_TARGET
1605 OBJDUMP for the target
1606 RANLIB_FOR_TARGET
1607 RANLIB for the target
e7a82751
RM
1608 READELF_FOR_TARGET
1609 READELF for the target
278a7a38
AO
1610 STRIP_FOR_TARGET
1611 STRIP for the target
1612 WINDRES_FOR_TARGET
1613 WINDRES for the target
901119ae
KT
1614 WINDMC_FOR_TARGET
1615 WINDMC for the target
1c710c3c
DJ
1616
1617Use these variables to override the choices made by `configure' or to help
1618it to find libraries and programs with nonstandard names/locations.
1619
5213506e 1620Report bugs to the package provider.
1c710c3c 1621_ACEOF
5213506e 1622ac_status=$?
1c710c3c
DJ
1623fi
1624
1625if test "$ac_init_help" = "recursive"; then
1626 # If there are subdirs, report their specific --help.
1c710c3c 1627 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1628 test -d "$ac_dir" ||
1629 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1630 continue
1c710c3c
DJ
1631 ac_builddir=.
1632
5213506e
RW
1633case "$ac_dir" in
1634.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1635*)
1636 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1637 # A ".." for each directory in $ac_dir_suffix.
1638 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1639 case $ac_top_builddir_sub in
1640 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1641 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1642 esac ;;
1643esac
1644ac_abs_top_builddir=$ac_pwd
1645ac_abs_builddir=$ac_pwd$ac_dir_suffix
1646# for backward compatibility:
1647ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
1648
1649case $srcdir in
5213506e 1650 .) # We are building in place.
1c710c3c 1651 ac_srcdir=.
5213506e
RW
1652 ac_top_srcdir=$ac_top_builddir_sub
1653 ac_abs_top_srcdir=$ac_pwd ;;
1654 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 1655 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1656 ac_top_srcdir=$srcdir
1657 ac_abs_top_srcdir=$srcdir ;;
1658 *) # Relative name.
1659 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1660 ac_top_srcdir=$ac_top_build_prefix$srcdir
1661 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2aeb72e9 1662esac
5213506e
RW
1663ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1664
1665 cd "$ac_dir" || { ac_status=$?; continue; }
1666 # Check for guested configure.
1667 if test -f "$ac_srcdir/configure.gnu"; then
1668 echo &&
1669 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1670 elif test -f "$ac_srcdir/configure"; then
1671 echo &&
1672 $SHELL "$ac_srcdir/configure" --help=recursive
1c710c3c 1673 else
5213506e
RW
1674 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1675 fi || ac_status=$?
1676 cd "$ac_pwd" || { ac_status=$?; break; }
1c710c3c
DJ
1677 done
1678fi
1679
5213506e 1680test -n "$ac_init_help" && exit $ac_status
1c710c3c
DJ
1681if $ac_init_version; then
1682 cat <<\_ACEOF
5213506e
RW
1683configure
1684generated by GNU Autoconf 2.64
1c710c3c 1685
5213506e 1686Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
1687This configure script is free software; the Free Software Foundation
1688gives unlimited permission to copy, distribute and modify it.
1689_ACEOF
5213506e 1690 exit
0b0dc272 1691fi
5213506e
RW
1692
1693## ------------------------ ##
1694## Autoconf initialization. ##
1695## ------------------------ ##
1696
1697# ac_fn_c_try_compile LINENO
1698# --------------------------
1699# Try to compile conftest.$ac_ext, and return whether this succeeded.
1700ac_fn_c_try_compile ()
1701{
1702 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1703 rm -f conftest.$ac_objext
1704 if { { ac_try="$ac_compile"
1705case "(($ac_try" in
1706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1707 *) ac_try_echo=$ac_try;;
1708esac
1709eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1710$as_echo "$ac_try_echo"; } >&5
1711 (eval "$ac_compile") 2>conftest.err
1712 ac_status=$?
1713 if test -s conftest.err; then
1714 grep -v '^ *+' conftest.err >conftest.er1
1715 cat conftest.er1 >&5
1716 mv -f conftest.er1 conftest.err
1717 fi
1718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1719 test $ac_status = 0; } && {
1720 test -z "$ac_c_werror_flag" ||
1721 test ! -s conftest.err
1722 } && test -s conftest.$ac_objext; then :
1723 ac_retval=0
1724else
1725 $as_echo "$as_me: failed program was:" >&5
1726sed 's/^/| /' conftest.$ac_ext >&5
1727
1728 ac_retval=1
1729fi
1730 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1731 return $ac_retval
1732
1733} # ac_fn_c_try_compile
1734
1735# ac_fn_cxx_try_compile LINENO
1736# ----------------------------
1737# Try to compile conftest.$ac_ext, and return whether this succeeded.
1738ac_fn_cxx_try_compile ()
1739{
1740 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1741 rm -f conftest.$ac_objext
1742 if { { ac_try="$ac_compile"
1743case "(($ac_try" in
1744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1745 *) ac_try_echo=$ac_try;;
1746esac
1747eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1748$as_echo "$ac_try_echo"; } >&5
1749 (eval "$ac_compile") 2>conftest.err
1750 ac_status=$?
1751 if test -s conftest.err; then
1752 grep -v '^ *+' conftest.err >conftest.er1
1753 cat conftest.er1 >&5
1754 mv -f conftest.er1 conftest.err
1755 fi
1756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1757 test $ac_status = 0; } && {
1758 test -z "$ac_cxx_werror_flag" ||
1759 test ! -s conftest.err
1760 } && test -s conftest.$ac_objext; then :
1761 ac_retval=0
1762else
1763 $as_echo "$as_me: failed program was:" >&5
1764sed 's/^/| /' conftest.$ac_ext >&5
1765
1766 ac_retval=1
1767fi
1768 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1769 return $ac_retval
1770
1771} # ac_fn_cxx_try_compile
1772
0b21f5d3
EB
1773# ac_fn_cxx_try_link LINENO
1774# -------------------------
1775# Try to link conftest.$ac_ext, and return whether this succeeded.
1776ac_fn_cxx_try_link ()
1777{
1778 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1779 rm -f conftest.$ac_objext conftest$ac_exeext
1780 if { { ac_try="$ac_link"
1781case "(($ac_try" in
1782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1783 *) ac_try_echo=$ac_try;;
1784esac
1785eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1786$as_echo "$ac_try_echo"; } >&5
1787 (eval "$ac_link") 2>conftest.err
1788 ac_status=$?
1789 if test -s conftest.err; then
1790 grep -v '^ *+' conftest.err >conftest.er1
1791 cat conftest.er1 >&5
1792 mv -f conftest.er1 conftest.err
1793 fi
1794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1795 test $ac_status = 0; } && {
1796 test -z "$ac_cxx_werror_flag" ||
1797 test ! -s conftest.err
1798 } && test -s conftest$ac_exeext && {
1799 test "$cross_compiling" = yes ||
1800 $as_test_x conftest$ac_exeext
1801 }; then :
1802 ac_retval=0
1803else
1804 $as_echo "$as_me: failed program was:" >&5
1805sed 's/^/| /' conftest.$ac_ext >&5
1806
1807 ac_retval=1
1808fi
1809 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1810 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1811 # interfere with the next link command; also delete a directory that is
1812 # left behind by Apple's compiler. We do this before executing the actions.
1813 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1814 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1815 return $ac_retval
1816
1817} # ac_fn_cxx_try_link
1818
5213506e
RW
1819# ac_fn_c_try_link LINENO
1820# -----------------------
1821# Try to link conftest.$ac_ext, and return whether this succeeded.
1822ac_fn_c_try_link ()
1823{
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 rm -f conftest.$ac_objext conftest$ac_exeext
1826 if { { ac_try="$ac_link"
1827case "(($ac_try" in
1828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1829 *) ac_try_echo=$ac_try;;
1830esac
1831eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1832$as_echo "$ac_try_echo"; } >&5
1833 (eval "$ac_link") 2>conftest.err
1834 ac_status=$?
1835 if test -s conftest.err; then
1836 grep -v '^ *+' conftest.err >conftest.er1
1837 cat conftest.er1 >&5
1838 mv -f conftest.er1 conftest.err
1839 fi
1840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1841 test $ac_status = 0; } && {
1842 test -z "$ac_c_werror_flag" ||
1843 test ! -s conftest.err
1844 } && test -s conftest$ac_exeext && {
1845 test "$cross_compiling" = yes ||
1846 $as_test_x conftest$ac_exeext
1847 }; then :
1848 ac_retval=0
1849else
1850 $as_echo "$as_me: failed program was:" >&5
1851sed 's/^/| /' conftest.$ac_ext >&5
1852
1853 ac_retval=1
1854fi
1855 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1856 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1857 # interfere with the next link command; also delete a directory that is
1858 # left behind by Apple's compiler. We do this before executing the actions.
1859 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1860 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1861 return $ac_retval
1862
1863} # ac_fn_c_try_link
33ad93b9
RG
1864
1865# ac_fn_c_try_run LINENO
1866# ----------------------
1867# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1868# that executables *can* be run.
1869ac_fn_c_try_run ()
1870{
1871 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1872 if { { ac_try="$ac_link"
1873case "(($ac_try" in
1874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1875 *) ac_try_echo=$ac_try;;
1876esac
1877eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1878$as_echo "$ac_try_echo"; } >&5
1879 (eval "$ac_link") 2>&5
1880 ac_status=$?
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1883 { { case "(($ac_try" in
1884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1885 *) ac_try_echo=$ac_try;;
1886esac
1887eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1888$as_echo "$ac_try_echo"; } >&5
1889 (eval "$ac_try") 2>&5
1890 ac_status=$?
1891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1892 test $ac_status = 0; }; }; then :
1893 ac_retval=0
1894else
1895 $as_echo "$as_me: program exited with status $ac_status" >&5
1896 $as_echo "$as_me: failed program was:" >&5
1897sed 's/^/| /' conftest.$ac_ext >&5
1898
1899 ac_retval=$ac_status
1900fi
1901 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1902 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1903 return $ac_retval
1904
1905} # ac_fn_c_try_run
5213506e 1906cat >config.log <<_ACEOF
1c710c3c
DJ
1907This file contains any messages produced by compilers while
1908running configure, to aid debugging if configure makes a mistake.
1909
1910It was created by $as_me, which was
5213506e 1911generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
1912
1913 $ $0 $@
1914
1915_ACEOF
5213506e 1916exec 5>>config.log
1c710c3c
DJ
1917{
1918cat <<_ASUNAME
1919## --------- ##
1920## Platform. ##
1921## --------- ##
1922
1923hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1924uname -m = `(uname -m) 2>/dev/null || echo unknown`
1925uname -r = `(uname -r) 2>/dev/null || echo unknown`
1926uname -s = `(uname -s) 2>/dev/null || echo unknown`
1927uname -v = `(uname -v) 2>/dev/null || echo unknown`
1928
1929/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1930/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1931
1932/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1933/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1934/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
5213506e 1935/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1c710c3c
DJ
1936/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1937/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1938/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1939
1940_ASUNAME
1941
1942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1943for as_dir in $PATH
1944do
1945 IFS=$as_save_IFS
1946 test -z "$as_dir" && as_dir=.
5213506e
RW
1947 $as_echo "PATH: $as_dir"
1948 done
1949IFS=$as_save_IFS
1c710c3c
DJ
1950
1951} >&5
1952
1953cat >&5 <<_ACEOF
1954
1955
1956## ----------- ##
1957## Core tests. ##
1958## ----------- ##
1959
1960_ACEOF
1961
1962
1963# Keep a trace of the command line.
1964# Strip out --no-create and --no-recursion so they do not pile up.
1965# Strip out --silent because we don't want to record it for future runs.
1966# Also quote any args containing shell meta-characters.
1967# Make two passes to allow for proper duplicate-argument suppression.
1968ac_configure_args=
1969ac_configure_args0=
1970ac_configure_args1=
1c710c3c
DJ
1971ac_must_keep_next=false
1972for ac_pass in 1 2
1973do
1974 for ac_arg
1975 do
1976 case $ac_arg in
1977 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1978 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1979 | -silent | --silent | --silen | --sile | --sil)
1980 continue ;;
5213506e
RW
1981 *\'*)
1982 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
1983 esac
1984 case $ac_pass in
5213506e 1985 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1c710c3c 1986 2)
5213506e 1987 as_fn_append ac_configure_args1 " '$ac_arg'"
1c710c3c
DJ
1988 if test $ac_must_keep_next = true; then
1989 ac_must_keep_next=false # Got value, back to normal.
1990 else
1991 case $ac_arg in
1992 *=* | --config-cache | -C | -disable-* | --disable-* \
1993 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1994 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1995 | -with-* | --with-* | -without-* | --without-* | --x)
1996 case "$ac_configure_args0 " in
1997 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1998 esac
1999 ;;
2000 -* ) ac_must_keep_next=true ;;
2001 esac
2002 fi
5213506e 2003 as_fn_append ac_configure_args " '$ac_arg'"
1c710c3c
DJ
2004 ;;
2005 esac
2006 done
2007done
5213506e
RW
2008{ ac_configure_args0=; unset ac_configure_args0;}
2009{ ac_configure_args1=; unset ac_configure_args1;}
1c710c3c
DJ
2010
2011# When interrupted or exit'd, cleanup temporary files, and complete
2012# config.log. We remove comments because anyway the quotes in there
2013# would cause problems or look ugly.
5213506e
RW
2014# WARNING: Use '\'' to represent an apostrophe within the trap.
2015# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1c710c3c
DJ
2016trap 'exit_status=$?
2017 # Save into config.log some information that might help in debugging.
2018 {
2019 echo
2020
2021 cat <<\_ASBOX
2022## ---------------- ##
2023## Cache variables. ##
2024## ---------------- ##
2025_ASBOX
2026 echo
2027 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
2028(
2029 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2030 eval ac_val=\$$ac_var
2031 case $ac_val in #(
2032 *${as_nl}*)
2033 case $ac_var in #(
2034 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2035$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2036 esac
2037 case $ac_var in #(
2038 _ | IFS | as_nl) ;; #(
2039 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2040 *) { eval $ac_var=; unset $ac_var;} ;;
2041 esac ;;
2042 esac
2043 done
1c710c3c 2044 (set) 2>&1 |
5213506e
RW
2045 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2046 *${as_nl}ac_space=\ *)
1c710c3c 2047 sed -n \
5213506e
RW
2048 "s/'\''/'\''\\\\'\'''\''/g;
2049 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2050 ;; #(
1c710c3c 2051 *)
5213506e 2052 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 2053 ;;
5213506e
RW
2054 esac |
2055 sort
2056)
1c710c3c
DJ
2057 echo
2058
2059 cat <<\_ASBOX
2060## ----------------- ##
2061## Output variables. ##
2062## ----------------- ##
2063_ASBOX
2064 echo
2065 for ac_var in $ac_subst_vars
2066 do
5213506e
RW
2067 eval ac_val=\$$ac_var
2068 case $ac_val in
2069 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2070 esac
2071 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2072 done | sort
2073 echo
2074
2075 if test -n "$ac_subst_files"; then
2076 cat <<\_ASBOX
5213506e
RW
2077## ------------------- ##
2078## File substitutions. ##
2079## ------------------- ##
1c710c3c
DJ
2080_ASBOX
2081 echo
2082 for ac_var in $ac_subst_files
2083 do
5213506e
RW
2084 eval ac_val=\$$ac_var
2085 case $ac_val in
2086 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2087 esac
2088 $as_echo "$ac_var='\''$ac_val'\''"
1c710c3c
DJ
2089 done | sort
2090 echo
2091 fi
2092
2093 if test -s confdefs.h; then
2094 cat <<\_ASBOX
2095## ----------- ##
2096## confdefs.h. ##
2097## ----------- ##
2098_ASBOX
2099 echo
5213506e 2100 cat confdefs.h
1c710c3c
DJ
2101 echo
2102 fi
2103 test "$ac_signal" != 0 &&
5213506e
RW
2104 $as_echo "$as_me: caught signal $ac_signal"
2105 $as_echo "$as_me: exit $exit_status"
1c710c3c 2106 } >&5
5213506e
RW
2107 rm -f core *.core core.conftest.* &&
2108 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1c710c3c 2109 exit $exit_status
5213506e 2110' 0
1c710c3c 2111for ac_signal in 1 2 13 15; do
5213506e 2112 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1c710c3c
DJ
2113done
2114ac_signal=0
2115
2116# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2117rm -f -r conftest* confdefs.h
2118
2119$as_echo "/* confdefs.h */" > confdefs.h
1c710c3c
DJ
2120
2121# Predefined preprocessor variables.
2122
2123cat >>confdefs.h <<_ACEOF
2124#define PACKAGE_NAME "$PACKAGE_NAME"
2125_ACEOF
2126
1c710c3c
DJ
2127cat >>confdefs.h <<_ACEOF
2128#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2129_ACEOF
2130
1c710c3c
DJ
2131cat >>confdefs.h <<_ACEOF
2132#define PACKAGE_VERSION "$PACKAGE_VERSION"
2133_ACEOF
0b0dc272 2134
1c710c3c
DJ
2135cat >>confdefs.h <<_ACEOF
2136#define PACKAGE_STRING "$PACKAGE_STRING"
2137_ACEOF
2138
1c710c3c
DJ
2139cat >>confdefs.h <<_ACEOF
2140#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2141_ACEOF
2142
5213506e
RW
2143cat >>confdefs.h <<_ACEOF
2144#define PACKAGE_URL "$PACKAGE_URL"
2145_ACEOF
2146
1c710c3c
DJ
2147
2148# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2149# Prefer an explicitly selected file to automatically selected ones.
2150ac_site_file1=NONE
2151ac_site_file2=NONE
2152if test -n "$CONFIG_SITE"; then
2153 ac_site_file1=$CONFIG_SITE
2154elif test "x$prefix" != xNONE; then
2155 ac_site_file1=$prefix/share/config.site
2156 ac_site_file2=$prefix/etc/config.site
2157else
2158 ac_site_file1=$ac_default_prefix/share/config.site
2159 ac_site_file2=$ac_default_prefix/etc/config.site
671aa708 2160fi
5213506e
RW
2161for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2162do
2163 test "x$ac_site_file" = xNONE && continue
671aa708 2164 if test -r "$ac_site_file"; then
5213506e
RW
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2166$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1c710c3c 2167 sed 's/^/| /' "$ac_site_file" >&5
671aa708
NN
2168 . "$ac_site_file"
2169 fi
2170done
2171
2172if test -r "$cache_file"; then
1c710c3c
DJ
2173 # Some versions of bash will fail to source /dev/null (special
2174 # files actually), so we avoid doing that.
2175 if test -f "$cache_file"; then
5213506e
RW
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2177$as_echo "$as_me: loading cache $cache_file" >&6;}
1c710c3c 2178 case $cache_file in
5213506e
RW
2179 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2180 *) . "./$cache_file";;
1c710c3c
DJ
2181 esac
2182 fi
671aa708 2183else
5213506e
RW
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2185$as_echo "$as_me: creating cache $cache_file" >&6;}
1c710c3c
DJ
2186 >$cache_file
2187fi
2188
2189# Check that the precious variables saved in the cache have kept the same
2190# value.
2191ac_cache_corrupted=false
5213506e 2192for ac_var in $ac_precious_vars; do
1c710c3c
DJ
2193 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2194 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2195 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2196 eval ac_new_val=\$ac_env_${ac_var}_value
1c710c3c
DJ
2197 case $ac_old_set,$ac_new_set in
2198 set,)
5213506e
RW
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2200$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1c710c3c
DJ
2201 ac_cache_corrupted=: ;;
2202 ,set)
5213506e
RW
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2204$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1c710c3c
DJ
2205 ac_cache_corrupted=: ;;
2206 ,);;
2207 *)
2208 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2209 # differences in whitespace do not lead to failure.
2210 ac_old_val_w=`echo x $ac_old_val`
2211 ac_new_val_w=`echo x $ac_new_val`
2212 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2214$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2215 ac_cache_corrupted=:
2216 else
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2218$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2219 eval $ac_var=\$ac_old_val
2220 fi
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2222$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2224$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1c710c3c
DJ
2225 fi;;
2226 esac
2227 # Pass precious variables to config.status.
2228 if test "$ac_new_set" = set; then
2229 case $ac_new_val in
5213506e 2230 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1c710c3c
DJ
2231 *) ac_arg=$ac_var=$ac_new_val ;;
2232 esac
2233 case " $ac_configure_args " in
2234 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2235 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1c710c3c
DJ
2236 esac
2237 fi
2238done
2239if $ac_cache_corrupted; then
5213506e
RW
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2241$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2243$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2244 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
671aa708 2245fi
5213506e
RW
2246## -------------------- ##
2247## Main body of script. ##
2248## -------------------- ##
671aa708 2249
2aeb72e9
DD
2250ac_ext=c
2251ac_cpp='$CPP $CPPFLAGS'
2252ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2253ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2254ac_compiler_gnu=$ac_cv_c_compiler_gnu
2255
1c710c3c
DJ
2256
2257
2258
1c710c3c
DJ
2259
2260
0115d4a3 2261
1c710c3c 2262
ad33ff57
RW
2263
2264progname=$0
2265# if PWD already has a value, it is probably wrong.
2266if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2267
2268# Export original configure arguments for use by sub-configures.
2269# Quote arguments with shell meta charatcers.
2270TOPLEVEL_CONFIGURE_ARGUMENTS=
2271set -- "$progname" "$@"
2272for ac_arg
2273do
2274 case "$ac_arg" in
2275 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2276 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2277 # if the argument is of the form -foo=baz, quote the baz part only
2278 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2279 *) ;;
2280 esac
2281 # Add the quoted argument to the list.
2282 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2283done
2284if test "$silent" = yes; then
2285 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2286fi
2287# Remove the initial space we just introduced and, as these will be
2288# expanded by make, quote '$'.
2289TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2290
1c710c3c
DJ
2291
2292# Find the build, host, and target systems.
671aa708 2293ac_aux_dir=
5213506e
RW
2294for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2295 for ac_t in install-sh install.sh shtool; do
2296 if test -f "$ac_dir/$ac_t"; then
2297 ac_aux_dir=$ac_dir
2298 ac_install_sh="$ac_aux_dir/$ac_t -c"
2299 break 2
2300 fi
2301 done
671aa708
NN
2302done
2303if test -z "$ac_aux_dir"; then
5213506e 2304 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
671aa708 2305fi
5213506e
RW
2306
2307# These three variables are undocumented and unsupported,
2308# and are intended to be withdrawn in a future Autoconf release.
2309# They can cause serious problems if a builder's source tree is in a directory
2310# whose full name contains unusual characters.
2311ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2312ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2313ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2314
671aa708 2315
1c710c3c 2316# Make sure we can run config.sub.
5213506e
RW
2317$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2318 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2319
2320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2321$as_echo_n "checking build system type... " >&6; }
2322if test "${ac_cv_build+set}" = set; then :
2323 $as_echo_n "(cached) " >&6
2324else
2325 ac_build_alias=$build_alias
2326test "x$ac_build_alias" = x &&
2327 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2328test "x$ac_build_alias" = x &&
2329 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2330ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2331 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2332
2333fi
2334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2335$as_echo "$ac_cv_build" >&6; }
2336case $ac_cv_build in
2337*-*-*) ;;
2338*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2339esac
1c710c3c 2340build=$ac_cv_build
5213506e
RW
2341ac_save_IFS=$IFS; IFS='-'
2342set x $ac_cv_build
2343shift
2344build_cpu=$1
2345build_vendor=$2
2346shift; shift
2347# Remember, the first character of IFS is used to create $*,
2348# except with old shells:
2349build_os=$*
2350IFS=$ac_save_IFS
2351case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
671aa708 2352
671aa708 2353
1c710c3c
DJ
2354 case ${build_alias} in
2355 "") build_noncanonical=${build} ;;
2356 *) build_noncanonical=${build_alias} ;;
af71363e
AS
2357esac
2358
2359
af71363e 2360
1c710c3c
DJ
2361 case ${host_alias} in
2362 "") host_noncanonical=${build_noncanonical} ;;
2363 *) host_noncanonical=${host_alias} ;;
af71363e
AS
2364esac
2365
af71363e 2366
1c710c3c
DJ
2367
2368 case ${target_alias} in
2369 "") target_noncanonical=${host_noncanonical} ;;
2370 *) target_noncanonical=${target_alias} ;;
af71363e
AS
2371esac
2372
af71363e 2373
1c710c3c
DJ
2374
2375
2376test "$host_noncanonical" = "$target_noncanonical" &&
671aa708
NN
2377 test "$program_prefix$program_suffix$program_transform_name" = \
2378 NONENONEs,x,x, &&
1c710c3c 2379 program_transform_name=s,y,y,
af71363e 2380
5213506e
RW
2381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2382$as_echo_n "checking host system type... " >&6; }
2383if test "${ac_cv_host+set}" = set; then :
2384 $as_echo_n "(cached) " >&6
af71363e 2385else
5213506e
RW
2386 if test "x$host_alias" = x; then
2387 ac_cv_host=$ac_cv_build
2388else
2389 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2390 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2391fi
1c710c3c 2392
af71363e 2393fi
5213506e
RW
2394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2395$as_echo "$ac_cv_host" >&6; }
2396case $ac_cv_host in
2397*-*-*) ;;
2398*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2399esac
1c710c3c 2400host=$ac_cv_host
5213506e
RW
2401ac_save_IFS=$IFS; IFS='-'
2402set x $ac_cv_host
2403shift
2404host_cpu=$1
2405host_vendor=$2
2406shift; shift
2407# Remember, the first character of IFS is used to create $*,
2408# except with old shells:
2409host_os=$*
2410IFS=$ac_save_IFS
2411case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2aeb72e9
DD
2412
2413
5213506e
RW
2414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2415$as_echo_n "checking target system type... " >&6; }
2416if test "${ac_cv_target+set}" = set; then :
2417 $as_echo_n "(cached) " >&6
1c710c3c 2418else
5213506e
RW
2419 if test "x$target_alias" = x; then
2420 ac_cv_target=$ac_cv_host
2421else
2422 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2423 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2424fi
1c710c3c
DJ
2425
2426fi
5213506e
RW
2427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2428$as_echo "$ac_cv_target" >&6; }
2429case $ac_cv_target in
2430*-*-*) ;;
2431*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2432esac
1c710c3c 2433target=$ac_cv_target
5213506e
RW
2434ac_save_IFS=$IFS; IFS='-'
2435set x $ac_cv_target
2436shift
2437target_cpu=$1
2438target_vendor=$2
2439shift; shift
2440# Remember, the first character of IFS is used to create $*,
2441# except with old shells:
2442target_os=$*
2443IFS=$ac_save_IFS
2444case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1c710c3c
DJ
2445
2446
2447# The aliases save the names the user supplied, while $host etc.
2448# will get canonicalized.
2449test -n "$target_alias" &&
2450 test "$program_prefix$program_suffix$program_transform_name" = \
2451 NONENONEs,x,x, &&
2452 program_prefix=${target_alias}-
5213506e 2453
671aa708 2454test "$program_prefix" != NONE &&
5213506e 2455 program_transform_name="s&^&$program_prefix&;$program_transform_name"
671aa708
NN
2456# Use a double $ so make ignores it.
2457test "$program_suffix" != NONE &&
5213506e
RW
2458 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2459# Double any \ or $.
1c710c3c 2460# By default was `s,x,x', remove it if useless.
5213506e
RW
2461ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2462program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
af71363e 2463
671aa708
NN
2464
2465
775956d0
NN
2466# Get 'install' or 'install-sh' and its variants.
2467# Find a good install program. We prefer a C program (faster),
2468# so one script is as good as another. But avoid the broken or
2469# incompatible versions:
2470# SysV /etc/install, /usr/sbin/install
2471# SunOS /usr/etc/install
2472# IRIX /sbin/install
2473# AIX /bin/install
1c710c3c 2474# AmigaOS /C/install, which installs bootblocks on floppy discs
775956d0
NN
2475# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2476# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2477# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1c710c3c 2478# OS/2's system install, which has a completely different semantic
775956d0 2479# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2480# Reject install programs that cannot install multiple files.
5213506e
RW
2481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2482$as_echo_n "checking for a BSD-compatible install... " >&6; }
775956d0 2483if test -z "$INSTALL"; then
5213506e
RW
2484if test "${ac_cv_path_install+set}" = set; then :
2485 $as_echo_n "(cached) " >&6
1c710c3c
DJ
2486else
2487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2488for as_dir in $PATH
2489do
2490 IFS=$as_save_IFS
2491 test -z "$as_dir" && as_dir=.
5213506e
RW
2492 # Account for people who put trailing slashes in PATH elements.
2493case $as_dir/ in #((
2494 ./ | .// | /[cC]/* | \
1c710c3c 2495 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2496 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1c710c3c
DJ
2497 /usr/ucb/* ) ;;
2498 *)
2499 # OSF1 and SCO ODT 3.0 have their own names for install.
2500 # Don't use installbsd from OSF since it installs stuff as root
2501 # by default.
2502 for ac_prog in ginstall scoinst install; do
2503 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2504 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
775956d0 2505 if test $ac_prog = install &&
1c710c3c 2506 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
775956d0
NN
2507 # AIX install. It has an incompatible calling convention.
2508 :
1c710c3c
DJ
2509 elif test $ac_prog = install &&
2510 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2511 # program-specific install script used by HP pwplus--don't use.
2512 :
775956d0 2513 else
38d24731
RW
2514 rm -rf conftest.one conftest.two conftest.dir
2515 echo one > conftest.one
2516 echo two > conftest.two
2517 mkdir conftest.dir
2518 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2519 test -s conftest.one && test -s conftest.two &&
2520 test -s conftest.dir/conftest.one &&
2521 test -s conftest.dir/conftest.two
2522 then
2523 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2524 break 3
2525 fi
775956d0
NN
2526 fi
2527 fi
2528 done
1c710c3c
DJ
2529 done
2530 ;;
2531esac
5213506e
RW
2532
2533 done
2534IFS=$as_save_IFS
1c710c3c 2535
38d24731 2536rm -rf conftest.one conftest.two conftest.dir
775956d0
NN
2537
2538fi
2539 if test "${ac_cv_path_install+set}" = set; then
1c710c3c 2540 INSTALL=$ac_cv_path_install
775956d0 2541 else
38d24731
RW
2542 # As a last resort, use the slow shell script. Don't cache a
2543 # value for INSTALL within a source directory, because that will
775956d0 2544 # break other packages using the cache if that directory is
38d24731 2545 # removed, or if the value is a relative name.
1c710c3c 2546 INSTALL=$ac_install_sh
775956d0
NN
2547 fi
2548fi
5213506e
RW
2549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2550$as_echo "$INSTALL" >&6; }
775956d0
NN
2551
2552# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2553# It thinks the first close brace ends the variable substitution.
2554test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2555
1c710c3c 2556test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
775956d0
NN
2557
2558test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2559
5213506e
RW
2560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2561$as_echo_n "checking whether ln works... " >&6; }
2562if test "${acx_cv_prog_LN+set}" = set; then :
2563 $as_echo_n "(cached) " >&6
ad6717df
PB
2564else
2565 rm -f conftestdata_t
2566echo >conftestdata_f
2567if ln conftestdata_f conftestdata_t 2>/dev/null
2568then
2569 acx_cv_prog_LN=ln
2570else
2571 acx_cv_prog_LN=no
2572fi
2573rm -f conftestdata_f conftestdata_t
2574
2575fi
2576if test $acx_cv_prog_LN = no; then
2577 LN="cp"
5213506e
RW
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2579$as_echo "no, using $LN" >&6; }
ad6717df
PB
2580else
2581 LN="$acx_cv_prog_LN"
5213506e
RW
2582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2583$as_echo "yes" >&6; }
ad6717df
PB
2584fi
2585
5213506e
RW
2586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2587$as_echo_n "checking whether ln -s works... " >&6; }
1c710c3c
DJ
2588LN_S=$as_ln_s
2589if test "$LN_S" = "ln -s"; then
5213506e
RW
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2591$as_echo "yes" >&6; }
fb0103e5 2592else
5213506e
RW
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2594$as_echo "no, using $LN_S" >&6; }
148907ea
PB
2595fi
2596
87264276
PB
2597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2598$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2599if test "${ac_cv_path_SED+set}" = set; then :
2600 $as_echo_n "(cached) " >&6
2601else
2602 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2603 for ac_i in 1 2 3 4 5 6 7; do
2604 ac_script="$ac_script$as_nl$ac_script"
2605 done
2606 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2607 { ac_script=; unset ac_script;}
2608 if test -z "$SED"; then
2609 ac_path_SED_found=false
2610 # Loop through the user's path and test for each of PROGNAME-LIST
2611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2612for as_dir in $PATH
2613do
2614 IFS=$as_save_IFS
2615 test -z "$as_dir" && as_dir=.
2616 for ac_prog in sed gsed; do
2617 for ac_exec_ext in '' $ac_executable_extensions; do
2618 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2619 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2620# Check for GNU ac_path_SED and select it if it is found.
2621 # Check for GNU $ac_path_SED
2622case `"$ac_path_SED" --version 2>&1` in
2623*GNU*)
2624 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2625*)
2626 ac_count=0
2627 $as_echo_n 0123456789 >"conftest.in"
2628 while :
2629 do
2630 cat "conftest.in" "conftest.in" >"conftest.tmp"
2631 mv "conftest.tmp" "conftest.in"
2632 cp "conftest.in" "conftest.nl"
2633 $as_echo '' >> "conftest.nl"
2634 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2635 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2636 as_fn_arith $ac_count + 1 && ac_count=$as_val
2637 if test $ac_count -gt ${ac_path_SED_max-0}; then
2638 # Best one so far, save it but keep looking for a better one
2639 ac_cv_path_SED="$ac_path_SED"
2640 ac_path_SED_max=$ac_count
2641 fi
2642 # 10*(2^10) chars as input seems more than enough
2643 test $ac_count -gt 10 && break
2644 done
2645 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2646esac
2647
2648 $ac_path_SED_found && break 3
2649 done
2650 done
2651 done
2652IFS=$as_save_IFS
2653 if test -z "$ac_cv_path_SED"; then
2654 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2655 fi
2656else
2657 ac_cv_path_SED=$SED
2658fi
2659
2660fi
2661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2662$as_echo "$ac_cv_path_SED" >&6; }
2663 SED="$ac_cv_path_SED"
2664 rm -f conftest.sed
2665
2666for ac_prog in gawk mawk nawk awk
2667do
2668 # Extract the first word of "$ac_prog", so it can be a program name with args.
2669set dummy $ac_prog; ac_word=$2
2670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2671$as_echo_n "checking for $ac_word... " >&6; }
2672if test "${ac_cv_prog_AWK+set}" = set; then :
2673 $as_echo_n "(cached) " >&6
2674else
2675 if test -n "$AWK"; then
2676 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2677else
2678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2679for as_dir in $PATH
2680do
2681 IFS=$as_save_IFS
2682 test -z "$as_dir" && as_dir=.
2683 for ac_exec_ext in '' $ac_executable_extensions; do
2684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2685 ac_cv_prog_AWK="$ac_prog"
2686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2687 break 2
2688 fi
2689done
2690 done
2691IFS=$as_save_IFS
2692
2693fi
2694fi
2695AWK=$ac_cv_prog_AWK
2696if test -n "$AWK"; then
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2698$as_echo "$AWK" >&6; }
2699else
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2701$as_echo "no" >&6; }
2702fi
2703
2704
2705 test -n "$AWK" && break
2706done
2707
775956d0 2708
ee6a22df
L
2709srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2710
2711# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2712# a relative path.
2713if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2714 INSTALL="${srcpwd}/install-sh -c"
2715fi
2716
671aa708
NN
2717# Set srcdir to "." if that's what it is.
2718# This is important for multilib support.
2719pwd=`${PWDCMD-pwd}`
671aa708
NN
2720if test "${pwd}" = "${srcpwd}" ; then
2721 srcdir=.
79c06341
JL
2722fi
2723
671aa708 2724topsrcdir=$srcpwd
5d4a5ee6 2725
671aa708 2726extra_host_args=
afabd8e6 2727
671aa708
NN
2728### To add a new directory to the tree, first choose whether it is a target
2729### or a host dependent tool. Then put it into the appropriate list
2730### (library or tools, host or target), doing a dependency sort.
79c06341 2731
1c710c3c 2732# Subdirs will be configured in the order listed in build_configdirs,
671aa708 2733# configdirs, or target_configdirs; see the serialization section below.
79c06341 2734
1c710c3c
DJ
2735# Dependency sorting is only needed when *configuration* must be done in
2736# a particular order. In all cases a dependency should be specified in
671aa708 2737# the Makefile, whether or not it's implicitly specified here.
79c06341 2738
671aa708
NN
2739# Double entries in build_configdirs, configdirs, or target_configdirs may
2740# cause circular dependencies and break everything horribly.
79c06341 2741
23f6b2f9
PB
2742# these library is used by various programs built for the build
2743# environment
2744#
2745build_libs="build-libiberty"
2746
2747# these tools are built for the build environment
85bfb75e 2748build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
23f6b2f9 2749
671aa708
NN
2750# these libraries are used by various programs built for the host environment
2751#
eff02e4f 2752host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
671aa708 2753
671aa708
NN
2754# these tools are built for the host environment
2755# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2756# know that we are building the simulator.
2757# binutils, gas and ld appear in that order because it makes sense to run
2758# "make check" in that particular order.
38e3d868 2759# If --enable-gold is used, "gold" may replace "ld".
85bfb75e 2760host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
671aa708
NN
2761
2762# libgcj represents the runtime libraries only used by gcj.
2763libgcj="target-libffi \
671aa708 2764 target-zlib \
671aa708
NN
2765 target-libjava"
2766
2767# these libraries are built for the target environment, and are built after
2768# the host libraries and the host tools (which may be a cross compiler)
8499116a 2769# Note that libiberty is not a target library.
291f172e 2770target_libraries="target-libgcc \
eff02e4f 2771 target-libbacktrace \
671aa708
NN
2772 target-libgloss \
2773 target-newlib \
6d3b5aea 2774 target-libgomp \
48310492 2775 target-libatomic \
0a35513e 2776 target-libitm \
cb543528 2777 target-libstdc++-v3 \
6de9cd9a 2778 target-libmudflap \
f35db108 2779 target-libsanitizer \
2077db1b 2780 target-libvtv \
77008252 2781 target-libssp \
1ec601bf 2782 target-libquadmath \
6de9cd9a 2783 target-libgfortran \
7cd0cf9c 2784 target-boehm-gc \
77d187bc 2785 ${libgcj} \
d9cdb878 2786 target-libobjc \
632e2a07
ILT
2787 target-libada \
2788 target-libgo"
671aa708 2789
4dbda6f0
NN
2790# these tools are built using the target libraries, and are intended to
2791# run only in the target environment
671aa708 2792#
4dbda6f0 2793# note: any program that *uses* libraries that are in the "target_libraries"
1bcce263 2794# list belongs in this list.
671aa708 2795#
85bfb75e 2796target_tools="target-rda"
79c06341 2797
671aa708 2798################################################################################
79c06341 2799
671aa708
NN
2800## All tools belong in one of the four categories, and are assigned above
2801## We assign ${configdirs} this way to remove all embedded newlines. This
2802## is important because configure will choke if they ever get through.
2803## ${configdirs} is directories we build using the host tools.
2804## ${target_configdirs} is directories we build using the target tools.
671aa708 2805configdirs=`echo ${host_libs} ${host_tools}`
4dbda6f0 2806target_configdirs=`echo ${target_libraries} ${target_tools}`
71b5d516 2807build_configdirs=`echo ${build_libs} ${build_tools}`
8b87bb96 2808
ac9e6043
RW
2809
2810
671aa708 2811################################################################################
79c06341 2812
671aa708 2813srcname="gnu development package"
79c06341 2814
671aa708
NN
2815# This gets set non-empty for some net releases of packages.
2816appdirs=""
79c06341 2817
671aa708
NN
2818# Define is_cross_compiler to save on calls to 'test'.
2819is_cross_compiler=
2820if test x"${host}" = x"${target}" ; then
2821 is_cross_compiler=no
79c06341 2822else
671aa708 2823 is_cross_compiler=yes
1c710c3c 2824fi
79c06341 2825
b4acb5ef 2826# Find the build and target subdir names.
8b87bb96 2827
2e9e6f68
DJ
2828# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2829# have matching libraries, they should use host libraries: Makefile.tpl
2830# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2831# However, they still use the build modules, because the corresponding
2832# host modules (e.g. bison) are only built for the host when bootstrap
2833# finishes. So:
2834# - build_subdir is where we find build modules, and never changes.
2835# - build_libsubdir is where we find build libraries, and can be overridden.
2836
2837# Prefix 'build-' so this never conflicts with target_subdir.
8b87bb96 2838build_subdir="build-${build_noncanonical}"
1c710c3c 2839
5213506e
RW
2840# Check whether --with-build-libsubdir was given.
2841if test "${with_build_libsubdir+set}" = set; then :
2842 withval=$with_build_libsubdir; build_libsubdir="$withval"
2e9e6f68
DJ
2843else
2844 build_libsubdir="$build_subdir"
5213506e
RW
2845fi
2846
215c351a
PB
2847# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2848if ( test $srcdir = . && test -d gcc ) \
2849 || test -d $srcdir/../host-${host_noncanonical}; then
2850 host_subdir="host-${host_noncanonical}"
2851else
2852 host_subdir=.
2853fi
8b87bb96
NN
2854# No prefix.
2855target_subdir=${target_noncanonical}
1c710c3c 2856
0db770bd
RW
2857# Be sure to cover against remnants of an in-tree build.
2858if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2859 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2860Use a pristine source tree when building in a separate tree" "$LINENO" 5
2861fi
79c06341 2862
671aa708
NN
2863# Skipdirs are removed silently.
2864skipdirs=
2865# Noconfigdirs are removed loudly.
2866noconfigdirs=""
79c06341 2867
671aa708
NN
2868use_gnu_ld=
2869# Make sure we don't let GNU ld be added if we didn't want it.
2870if test x$with_gnu_ld = xno ; then
2871 use_gnu_ld=no
5afab7ad 2872 noconfigdirs="$noconfigdirs ld gold"
79c06341
JL
2873fi
2874
671aa708
NN
2875use_gnu_as=
2876# Make sure we don't let GNU as be added if we didn't want it.
2877if test x$with_gnu_as = xno ; then
2878 use_gnu_as=no
2879 noconfigdirs="$noconfigdirs gas"
79c06341
JL
2880fi
2881
d7f09764
DN
2882use_included_zlib=
2883# Make sure we don't let ZLIB be added if we didn't want it.
2884if test x$with_system_zlib = xyes ; then
2885 use_included_zlib=no
2886 noconfigdirs="$noconfigdirs zlib"
2887fi
2888
1c710c3c 2889# some tools are so dependent upon X11 that if we're not building with X,
671aa708 2890# it's not even worth trying to configure, much less build, that tool.
79c06341 2891
671aa708
NN
2892case ${with_x} in
2893 yes | "") ;; # the default value for this tree is that X11 is available
2894 no)
b4f96efe 2895 skipdirs="${skipdirs} tk itcl libgui"
671aa708 2896 # We won't be able to build gdbtk without X.
1c710c3c 2897 enable_gdbtk=no
671aa708
NN
2898 ;;
2899 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2900esac
79c06341 2901
1bcce263 2902# Some are only suitable for cross toolchains.
671aa708
NN
2903# Remove these if host=target.
2904cross_only="target-libgloss target-newlib target-opcodes"
2905
2906case $is_cross_compiler in
2907 no) skipdirs="${skipdirs} ${cross_only}" ;;
671aa708 2908esac
79c06341 2909
671aa708
NN
2910# If both --with-headers and --with-libs are specified, default to
2911# --without-newlib.
ee6a22df
L
2912if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2913 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
671aa708
NN
2914 if test x"${with_newlib}" = x ; then
2915 with_newlib=no
2916 fi
79c06341
JL
2917fi
2918
671aa708
NN
2919# Recognize --with-newlib/--without-newlib.
2920case ${with_newlib} in
2921 no) skipdirs="${skipdirs} target-newlib" ;;
2922 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2923esac
79c06341 2924
21539e2e
MK
2925# Handle --enable-gold, --enable-ld.
2926# --disable-gold [--enable-ld]
2927# Build only ld. Default option.
9580395f
L
2928# --enable-gold [--enable-ld]
2929# Build both gold and ld. Install gold as "ld.gold", install ld
2930# as "ld.bfd" and "ld".
2931# --enable-gold=default [--enable-ld]
21539e2e
MK
2932# Build both gold and ld. Install gold as "ld.gold" and "ld",
2933# install ld as "ld.bfd".
2934# --enable-gold[=default] --disable-ld
2935# Build only gold, which is then installed as both "ld.gold" and "ld".
2936# --enable-gold --enable-ld=default
9580395f
L
2937# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2938# and ld.bfd).
21539e2e
MK
2939# In other words, ld is default
2940# --enable-gold=default --enable-ld=default
2941# Error.
2942
2943default_ld=
5213506e
RW
2944# Check whether --enable-gold was given.
2945if test "${enable_gold+set}" = set; then :
2946 enableval=$enable_gold; ENABLE_GOLD=$enableval
5afab7ad
ILT
2947else
2948 ENABLE_GOLD=no
5213506e
RW
2949fi
2950
21539e2e
MK
2951case "${ENABLE_GOLD}" in
2952 yes|default)
38e3d868
RM
2953 # Check for ELF target.
2954 is_elf=no
2955 case "${target}" in
2956 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
0e76460f 2957 | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
8c6d158a 2958 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
ff4b7a7e 2959 | *-*-solaris2* | *-*-nto* | *-*-nacl*)
38e3d868
RM
2960 case "${target}" in
2961 *-*-linux*aout* | *-*-linux*oldld*)
2962 ;;
2963 *)
2964 is_elf=yes
2965 ;;
2966 esac
2967 esac
2968
2969 if test "$is_elf" = "yes"; then
2970 # Check for target supported by gold.
5afab7ad 2971 case "${target}" in
8750dfc5 2972 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
21539e2e
MK
2973 configdirs="$configdirs gold"
2974 if test x${ENABLE_GOLD} = xdefault; then
2975 default_ld=gold
2976 fi
38e3d868 2977 ENABLE_GOLD=yes
5afab7ad
ILT
2978 ;;
2979 esac
38e3d868
RM
2980 fi
2981 ;;
2982 no)
2983 ;;
2984 *)
2985 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2986 ;;
21539e2e
MK
2987esac
2988
2989# Check whether --enable-ld was given.
2990if test "${enable_ld+set}" = set; then :
2991 enableval=$enable_ld; ENABLE_LD=$enableval
2992else
2993 ENABLE_LD=yes
2994fi
2995
2996
2997case "${ENABLE_LD}" in
2998 default)
9580395f 2999 if test x${default_ld} != x; then
21539e2e
MK
3000 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
3001 fi
3002 ;;
3003 yes)
3004 ;;
3005 no)
3006 if test x${ENABLE_GOLD} != xyes; then
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3008$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3009 fi
3010 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3011 ;;
3012 *)
3013 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3014 ;;
3015esac
5afab7ad 3016
671aa708 3017# Configure extra directories which are host specific
79c06341 3018
671aa708
NN
3019case "${host}" in
3020 *-cygwin*)
3021 configdirs="$configdirs libtermcap" ;;
3022esac
79c06341 3023
4fab7234
HPN
3024# A target can indicate whether a language isn't supported for some reason.
3025# Only spaces may be used in this macro; not newlines or tabs.
3026unsupported_languages=
3027
1c710c3c 3028# Remove more programs from consideration, based on the host or
671aa708
NN
3029# target this usually means that a port of the program doesn't
3030# exist yet.
ec8d6ddc 3031
671aa708 3032case "${host}" in
111eeb6e 3033 i[3456789]86-*-msdosdjgpp*)
c9bdb152 3034 noconfigdirs="$noconfigdirs tcl tk itcl"
671aa708 3035 ;;
671aa708 3036esac
ec8d6ddc 3037
6de9cd9a 3038
87e6d9dc
TB
3039# Check whether --enable-libquadmath was given.
3040if test "${enable_libquadmath+set}" = set; then :
3041 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3042else
3043 ENABLE_LIBQUADMATH=yes
3044fi
3045
3046if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3047 noconfigdirs="$noconfigdirs target-libquadmath"
3048fi
3049
3050
3051# Check whether --enable-libquadmath-support was given.
3052if test "${enable_libquadmath_support+set}" = set; then :
3053 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3054else
3055 ENABLE_LIBQUADMATH_SUPPORT=yes
3056fi
3057
3058enable_libquadmath_support=
3059if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3060 enable_libquadmath_support=no
3061fi
3062
3063
5213506e
RW
3064# Check whether --enable-libada was given.
3065if test "${enable_libada+set}" = set; then :
3066 enableval=$enable_libada; ENABLE_LIBADA=$enableval
d9cdb878
AC
3067else
3068 ENABLE_LIBADA=yes
5213506e
RW
3069fi
3070
d9cdb878 3071if test "${ENABLE_LIBADA}" != "yes" ; then
5395b47b 3072 noconfigdirs="$noconfigdirs gnattools"
d9cdb878
AC
3073fi
3074
5213506e
RW
3075# Check whether --enable-libssp was given.
3076if test "${enable_libssp+set}" = set; then :
3077 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
ef0087a7
KH
3078else
3079 ENABLE_LIBSSP=yes
5213506e
RW
3080fi
3081
ef0087a7 3082
1873ec0c
L
3083# Check whether --enable-libstdcxx was given.
3084if test "${enable_libstdcxx+set}" = set; then :
3085 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3086else
3087 ENABLE_LIBSTDCXX=default
3088fi
3089
3090if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3091 noconfigdirs="$noconfigdirs libstdc++-v3"
3092fi
3093
671aa708
NN
3094# Save it here so that, even in case of --enable-libgcj, if the Java
3095# front-end isn't enabled, we still get libgcj disabled.
3096libgcj_saved=$libgcj
3097case $enable_libgcj in
3098yes)
3099 # If we reset it here, it won't get added to noconfigdirs in the
3100 # target-specific build rules, so it will be forcibly enabled
3101 # (unless the Java language itself isn't enabled).
3102 libgcj=
3103 ;;
3104no)
3105 # Make sure we get it printed in the list of not supported target libs.
4da3b0f8
ILT
3106 # Don't disable libffi, though, other languages use it.
3107 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
d479b128
ILT
3108 # Clear libgcj_saved so that even if java is enabled libffi won't be
3109 # built.
3110 libgcj_saved=
671aa708
NN
3111 ;;
3112esac
ec8d6ddc 3113
a4a2c37d
MK
3114# Check whether --enable-static-libjava was given.
3115if test "${enable_static_libjava+set}" = set; then :
3116 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3117else
3118 ENABLE_STATIC_LIBJAVA=no
3119fi
3120
3121enable_static_libjava=
3122if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3123 enable_static_libjava=yes
3124fi
3125
3126if test x$enable_static_libjava != xyes ; then
3127 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3128fi
3129
6de9cd9a 3130
27079765
AH
3131# Disable libmudflap on some systems.
3132if test x$enable_libmudflap = x ; then
dfcada9a 3133 case "${target}" in
416ac4d4 3134 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
98a5bb3b 3135 # Enable libmudflap by default in GNU and friends.
dfcada9a 3136 ;;
a3e8d8b4
LR
3137 *-*-freebsd*)
3138 # Enable libmudflap by default in FreeBSD.
3139 ;;
dfcada9a
MM
3140 *)
3141 # Disable it by default everywhere else.
3142 noconfigdirs="$noconfigdirs target-libmudflap"
3143 ;;
3144 esac
27079765 3145fi
6de9cd9a 3146
27079765
AH
3147# Disable libgomp on non POSIX hosted systems.
3148if test x$enable_libgomp = x ; then
953ff289
DN
3149 # Enable libgomp by default on hosted POSIX systems.
3150 case "${target}" in
416ac4d4 3151 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
953ff289 3152 ;;
8c6d158a 3153 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
953ff289 3154 ;;
b24513a1 3155 *-*-solaris2* | *-*-hpux11*)
953ff289 3156 ;;
cac90078 3157 *-*-darwin* | *-*-aix*)
953ff289
DN
3158 ;;
3159 *)
3160 noconfigdirs="$noconfigdirs target-libgomp"
3161 ;;
3162 esac
27079765 3163fi
953ff289 3164
48310492
RH
3165# Disable libatomic on unsupported systems.
3166if test -d ${srcdir}/libatomic; then
3167 if test x$enable_libatomic = x; then
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3169$as_echo_n "checking for libatomic support... " >&6; }
3170 if (srcdir=${srcdir}/libatomic; \
3171 . ${srcdir}/configure.tgt; \
3172 test -n "$UNSUPPORTED")
3173 then
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3175$as_echo "no" >&6; }
3176 noconfigdirs="$noconfigdirs target-libatomic"
3177 else
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3179$as_echo "yes" >&6; }
3180 fi
3181 fi
3182fi
3183
e948157d
RH
3184# Disable libitm on unsupported systems.
3185if test -d ${srcdir}/libitm; then
3186 if test x$enable_libitm = x; then
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
01f3428c 3188$as_echo_n "checking for libitm support... " >&6; }
e948157d
RH
3189 if (srcdir=${srcdir}/libitm; \
3190 . ${srcdir}/configure.tgt; \
3191 test -n "$UNSUPPORTED")
3192 then
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
01f3428c 3194$as_echo "no" >&6; }
e948157d
RH
3195 noconfigdirs="$noconfigdirs target-libitm"
3196 else
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
01f3428c 3198$as_echo "yes" >&6; }
e948157d
RH
3199 fi
3200 fi
0a35513e
AH
3201fi
3202
93bf5390
RH
3203# Disable libsanitizer on unsupported systems.
3204if test -d ${srcdir}/libsanitizer; then
3205 if test x$enable_libsanitizer = x; then
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3207$as_echo_n "checking for libsanitizer support... " >&6; }
3208 if (srcdir=${srcdir}/libsanitizer; \
3209 . ${srcdir}/configure.tgt; \
3210 test -n "$UNSUPPORTED")
3211 then
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3213$as_echo "no" >&6; }
3214 noconfigdirs="$noconfigdirs target-libsanitizer"
3215 else
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3217$as_echo "yes" >&6; }
3218 fi
3219 fi
3220fi
3221
2077db1b
CT
3222# Disable libvtv on unsupported systems.
3223if test -d ${srcdir}/libvtv; then
3224 if test x$enable_libvtv = x; then
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvtv support" >&5
3226$as_echo_n "checking for libvtv support... " >&6; }
3227 if (srcdir=${srcdir}/libvtv; \
3228 . ${srcdir}/configure.tgt; \
1e74b850 3229 test "$VTV_SUPPORTED" != "yes")
2077db1b
CT
3230 then
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3232$as_echo "no" >&6; }
3233 noconfigdirs="$noconfigdirs target-libvtv"
3234 else
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3236$as_echo "yes" >&6; }
3237 fi
3238 fi
3239fi
3240
d91491e5
SE
3241# Disable libquadmath for some systems.
3242case "${target}" in
e7fae550
DE
3243 avr-*-*)
3244 noconfigdirs="$noconfigdirs target-libquadmath"
3245 ;;
d91491e5
SE
3246 # libquadmath is unused on AIX and libquadmath build process use of
3247 # LD_LIBRARY_PATH can break AIX bootstrap.
3248 powerpc-*-aix* | rs6000-*-aix*)
3249 noconfigdirs="$noconfigdirs target-libquadmath"
3250 ;;
3251esac
3252
1e9e0e23
JM
3253# Disable libssp for some systems.
3254case "${target}" in
3255 avr-*-*)
b318fb4b 3256 # No hosted I/O support.
1e9e0e23
JM
3257 noconfigdirs="$noconfigdirs target-libssp"
3258 ;;
3259 powerpc-*-aix* | rs6000-*-aix*)
3260 noconfigdirs="$noconfigdirs target-libssp"
85b8555e
DD
3261 ;;
3262 rl78-*-*)
7cb62ef1
EB
3263 # libssp uses a misaligned load to trigger a fault, but the RL78
3264 # doesn't fault for those - instead, it gives a build-time error
3265 # for explicit misaligned loads.
85b8555e 3266 noconfigdirs="$noconfigdirs target-libssp"
1e9e0e23 3267 ;;
1e9e0e23
JM
3268esac
3269
1e9e0e23 3270# Disable libstdc++-v3 for some systems.
1873ec0c
L
3271# Allow user to override this if they pass --enable-libstdc++-v3
3272if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3273 case "${target}" in
3274 *-*-vxworks*)
3275 # VxWorks uses the Dinkumware C++ library.
3276 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3277 ;;
3278 arm*-wince-pe*)
3279 # the C++ libraries don't build on top of CE's C libraries
3280 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3281 ;;
3282 avr-*-*)
3283 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3284 ;;
3285 esac
3286fi
1e9e0e23
JM
3287
3288# Disable Fortran for some systems.
3289case "${target}" in
3290 mmix-*-*)
3291 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3292 unsupported_languages="$unsupported_languages fortran"
3293 ;;
3294esac
3295
80f81134 3296# Disable Java if libffi is not supported.
2909494b 3297case "${target}" in
eb7062cf
AS
3298 aarch64-*-*)
3299 ;;
80f81134
JM
3300 alpha*-*-*)
3301 ;;
3302 arm*-*-*)
3303 ;;
3304 cris-*-*)
3305 ;;
3306 frv-*-*)
3307 ;;
3308 hppa*-*-linux*)
3309 ;;
3310 hppa*-*-hpux*)
3311 ;;
3312 i?86-*-*)
3313 ;;
3314 ia64*-*-*)
3315 ;;
3316 m32r*-*-*)
3317 ;;
3318 m68k-*-*)
3319 ;;
b24513a1 3320 mips*-*-rtems*)
80f81134
JM
3321 ;;
3322 mips*-*-linux*)
3323 ;;
3324 powerpc*-*-linux*)
3325 ;;
3326 powerpc-*-darwin*)
3327 ;;
3328 powerpc-*-aix* | rs6000-*-aix*)
3329 ;;
3330 powerpc-*-freebsd*)
3331 ;;
3332 powerpc64-*-freebsd*)
3333 ;;
3334 powerpc*-*-rtems*)
2909494b 3335 ;;
80f81134
JM
3336 s390-*-* | s390x-*-*)
3337 ;;
3338 sh-*-* | sh[34]*-*-*)
3339 ;;
3340 sh64-*-* | sh5*-*-*)
3341 ;;
3342 sparc*-*-*)
3343 ;;
3344 x86_64-*-*)
3345 ;;
3346 *-*-*)
3347 unsupported_languages="$unsupported_languages java"
3348 ;;
3349esac
3350
3351# Disable Java, libgcj or related libraries for some systems.
3352case "${target}" in
2909494b
JM
3353 powerpc-*-darwin*)
3354 ;;
3355 i[3456789]86-*-darwin*)
3356 ;;
3357 x86_64-*-darwin[912]*)
3358 ;;
3359 *-*-darwin*)
3360 noconfigdirs="$noconfigdirs ${libgcj}"
3361 ;;
2909494b
JM
3362 *-*-netware*)
3363 noconfigdirs="$noconfigdirs ${libgcj}"
3364 ;;
3365 *-*-rtems*)
3366 noconfigdirs="$noconfigdirs ${libgcj}"
3367 ;;
3368 *-*-tpf*)
3369 noconfigdirs="$noconfigdirs ${libgcj}"
3370 ;;
3371 *-*-uclinux*)
3372 noconfigdirs="$noconfigdirs ${libgcj}"
3373 ;;
3374 *-*-vxworks*)
3375 noconfigdirs="$noconfigdirs ${libgcj}"
3376 ;;
2909494b
JM
3377 alpha*-*-*vms*)
3378 noconfigdirs="$noconfigdirs ${libgcj}"
3379 ;;
80f81134 3380 arm-wince-pe)
2909494b
JM
3381 noconfigdirs="$noconfigdirs ${libgcj}"
3382 ;;
2909494b
JM
3383 arm*-*-symbianelf*)
3384 noconfigdirs="$noconfigdirs ${libgcj}"
3385 ;;
2909494b 3386 bfin-*-*)
2909494b
JM
3387 noconfigdirs="$noconfigdirs target-boehm-gc"
3388 ;;
2909494b
JM
3389 cris-*-* | crisv32-*-*)
3390 unsupported_languages="$unsupported_languages java"
3391 case "${target}" in
3392 *-*-linux*)
3393 ;;
3394 *) # See PR46792 regarding target-libffi.
3395 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3396 esac
3397 ;;
2909494b
JM
3398 hppa*64*-*-linux*)
3399 # In this case, it's because the hppa64-linux target is for
3400 # the kernel only at this point and has no libc, and thus no
3401 # headers, crt*.o, etc., all of which are needed by these.
fddf9ee7 3402 unsupported_languages="$unsupported_languages java"
2909494b 3403 ;;
fddf9ee7 3404 hppa*64*-*-hpux*)
2909494b
JM
3405 noconfigdirs="$noconfigdirs ${libgcj}"
3406 ;;
3407 hppa*-hp-hpux11*)
3408 ;;
fddf9ee7 3409 hppa*-*-hpux*)
2909494b
JM
3410 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3411 # build on HP-UX 10.20.
3412 noconfigdirs="$noconfigdirs ${libgcj}"
3413 ;;
2909494b
JM
3414 ia64*-*-*vms*)
3415 noconfigdirs="$noconfigdirs ${libgcj}"
3416 ;;
2909494b
JM
3417 i[3456789]86-w64-mingw*)
3418 noconfigdirs="$noconfigdirs ${libgcj}"
3419 ;;
3420 i[3456789]86-*-mingw*)
3421 noconfigdirs="$noconfigdirs ${libgcj}"
3422 ;;
3423 x86_64-*-mingw*)
3424 noconfigdirs="$noconfigdirs ${libgcj}"
3425 ;;
2909494b
JM
3426 mmix-*-*)
3427 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
2909494b
JM
3428 ;;
3429 powerpc-*-aix*)
3430 # copied from rs6000-*-* entry
3431 noconfigdirs="$noconfigdirs ${libgcj}"
3432 ;;
2909494b
JM
3433 rs6000-*-aix*)
3434 noconfigdirs="$noconfigdirs ${libgcj}"
3435 ;;
2909494b
JM
3436 *-*-lynxos*)
3437 noconfigdirs="$noconfigdirs ${libgcj}"
3438 ;;
2909494b
JM
3439esac
3440
cdbc9e92
ILT
3441# Disable libgo for some systems where it is known to not work.
3442# For testing, you can easily override this with --enable-libgo.
3443if test x$enable_libgo = x; then
3444 case "${target}" in
3445 *-*-darwin*)
3446 # PR 46986
3447 noconfigdirs="$noconfigdirs target-libgo"
3448 ;;
3449 *-*-cygwin* | *-*-mingw*)
3450 noconfigdirs="$noconfigdirs target-libgo"
3451 ;;
3452 *-*-aix*)
3453 noconfigdirs="$noconfigdirs target-libgo"
3454 ;;
3455 esac
3456fi
3457
c03353e2
RIL
3458# Default libgloss CPU subdirectory.
3459libgloss_dir="$target_cpu"
6de9cd9a 3460
fbcf0dca
JM
3461case "${target}" in
3462 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3463 libgloss_dir=wince
3464 ;;
4dddfc74
YZ
3465 aarch64*-*-* )
3466 libgloss_dir=aarch64
3467 ;;
fbcf0dca
JM
3468 arm*-*-*)
3469 libgloss_dir=arm
3470 ;;
3471 cris-*-* | crisv32-*-*)
3472 libgloss_dir=cris
3473 ;;
3474 hppa*-*-*)
3475 libgloss_dir=pa
3476 ;;
3477 i[3456789]86-*-*)
3478 libgloss_dir=i386
3479 ;;
3480 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3481 libgloss_dir=m68hc11
3482 ;;
3483 m68*-*-* | fido-*-*)
3484 libgloss_dir=m68k
3485 ;;
3486 mips*-*-*)
3487 libgloss_dir=mips
3488 ;;
3489 powerpc*-*-*)
3490 libgloss_dir=rs6000
3491 ;;
3492 sparc*-*-*)
3493 libgloss_dir=sparc
3494 ;;
3495esac
3496
6a789d5e 3497# Disable newlib and libgloss for various target OSes.
671aa708 3498case "${target}" in
6a789d5e
JM
3499 alpha*-dec-osf*)
3500 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3501 ;;
3502 i[3456789]86-*-linux*)
3503 # This section makes it possible to build newlib natively on linux.
3504 # If we are using a cross compiler then don't configure newlib.
3505 if test x${is_cross_compiler} != xno ; then
3506 noconfigdirs="$noconfigdirs target-newlib"
3507 fi
3508 noconfigdirs="$noconfigdirs target-libgloss"
3509 # If we are not using a cross compiler, do configure newlib.
3510 # Note however, that newlib will only be configured in this situation
3511 # if the --with-newlib option has been given, because otherwise
3512 # 'target-newlib' will appear in skipdirs.
3513 ;;
3514 i[3456789]86-*-rdos*)
3515 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3516 ;;
3517 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3518 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3519 ;;
3520 sparc-*-sunos4*)
3521 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3522 ;;
3523 *-*-aix*)
3524 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3525 ;;
3526 *-*-beos*)
3527 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3528 ;;
671aa708 3529 *-*-chorusos)
0036370f 3530 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3531 ;;
6a789d5e
JM
3532 *-*-dragonfly*)
3533 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3534 ;;
3535 *-*-freebsd*)
3536 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3537 ;;
3538 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3539 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3540 ;;
3541 *-*-lynxos*)
3542 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3543 ;;
3544 *-*-mingw*)
3545 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3546 ;;
3547 *-*-netbsd*)
3548 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3549 ;;
3550 *-*-netware*)
3551 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3552 ;;
3553 *-*-tpf*)
3554 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3555 ;;
3556 *-*-uclinux*)
3557 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3558 ;;
3559 *-*-vxworks*)
3560 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3561 ;;
3562esac
3563
3564case "${target}" in
3565 *-*-chorusos)
3566 ;;
75eeae1a 3567 powerpc-*-darwin*)
e1514c3f 3568 noconfigdirs="$noconfigdirs ld gas gdb gprof"
9c8f9ec2 3569 noconfigdirs="$noconfigdirs sim target-rda"
940cde4d 3570 ;;
354ebf88
RW
3571 i[3456789]86-*-darwin*)
3572 noconfigdirs="$noconfigdirs ld gprof"
3573 noconfigdirs="$noconfigdirs sim target-rda"
3574 ;;
3575 x86_64-*-darwin[912]*)
0db3a858
TG
3576 noconfigdirs="$noconfigdirs ld gas gprof"
3577 noconfigdirs="$noconfigdirs sim target-rda"
3578 ;;
42c1cd8a
AT
3579 *-*-darwin*)
3580 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3581 noconfigdirs="$noconfigdirs sim target-rda"
42c1cd8a 3582 ;;
8c6d158a 3583 *-*-dragonfly*)
8c6d158a 3584 ;;
c3f84f61 3585 *-*-freebsd*)
6de9cd9a
DN
3586 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3587 && test -f /usr/local/include/gmp.h; then
3588 with_gmp=/usr/local
3589 fi
6de9cd9a 3590 ;;
ef4e7569
US
3591 *-*-kaos*)
3592 # Remove unsupported stuff on all kaOS configurations.
ef4e7569
US
3593 noconfigdirs="$noconfigdirs target-libgloss"
3594 ;;
671aa708 3595 *-*-netbsd*)
671aa708 3596 ;;
61fec9ff 3597 *-*-netware*)
671aa708
NN
3598 ;;
3599 *-*-rtems*)
2909494b 3600 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3601 ;;
a8ba31f2
EC
3602 # The tpf target doesn't support gdb yet.
3603 *-*-tpf*)
6a789d5e 3604 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
a8ba31f2 3605 ;;
5785c0ed 3606 *-*-uclinux*)
6a789d5e 3607 noconfigdirs="$noconfigdirs target-rda"
5785c0ed 3608 ;;
671aa708 3609 *-*-vxworks*)
671aa708
NN
3610 ;;
3611 alpha*-dec-osf*)
3612 # ld works, but does not support shared libraries.
671aa708 3613 # gas doesn't generate exception information.
6a789d5e 3614 noconfigdirs="$noconfigdirs gas ld"
671aa708
NN
3615 ;;
3616 alpha*-*-*vms*)
2909494b 3617 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
671aa708 3618 ;;
671aa708
NN
3619 alpha*-*-*)
3620 # newlib is not 64 bit ready
2909494b 3621 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3622 ;;
671aa708 3623 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
b4f96efe 3624 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
671aa708 3625 ;;
53426f6c 3626 arc-*-*|arceb-*-*)
ebb9f8b0 3627 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3628 ;;
671aa708 3629 arm-*-pe*)
2909494b 3630 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3631 ;;
671aa708 3632 arm-*-riscix*)
0036370f 3633 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3634 ;;
b588ae30
GJL
3635 avr-*-rtems*)
3636 ;;
3637 avr-*-*)
3638 if test x${with_avrlibc} != xno; then
3639 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3640 fi
3641 ;;
671aa708 3642 c4x-*-* | tic4x-*-*)
0036370f 3643 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3644 ;;
0036370f
JM
3645 tic54x-*-*)
3646 noconfigdirs="$noconfigdirs target-libgloss gdb"
671aa708 3647 ;;
671aa708 3648 d10v-*-*)
0036370f 3649 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3650 ;;
3651 d30v-*-*)
0036370f 3652 noconfigdirs="$noconfigdirs gdb"
671aa708
NN
3653 ;;
3654 fr30-*-elf*)
2909494b 3655 noconfigdirs="$noconfigdirs gdb"
671aa708 3656 ;;
55f2d967 3657 moxie-*-*)
55f2d967
AG
3658 noconfigdirs="$noconfigdirs gprof"
3659 ;;
671aa708 3660 h8300*-*-*)
2909494b 3661 noconfigdirs="$noconfigdirs target-libgloss"
671aa708
NN
3662 ;;
3663 h8500-*-*)
0036370f 3664 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3665 ;;
ee6a22df 3666 hppa1.1-*-osf* | hppa1.1-*-bsd* )
ee6a22df 3667 ;;
4569f85e 3668 hppa*64*-*-linux*)
671aa708 3669 ;;
56f8587a 3670 hppa*-*-linux*)
3e732ba0 3671 ;;
671aa708 3672 hppa*-*-*elf* | \
671aa708
NN
3673 hppa*-*-lites* | \
3674 hppa*-*-openbsd* | \
3675 hppa*64*-*-*)
671aa708 3676 ;;
2a332582 3677 hppa*-hp-hpux11*)
1bcce263 3678 noconfigdirs="$noconfigdirs ld"
2a332582 3679 ;;
c03353e2 3680 hppa*-*-pro*)
c03353e2 3681 ;;
671aa708 3682 hppa*-*-*)
2909494b 3683 noconfigdirs="$noconfigdirs ld"
671aa708 3684 ;;
fb87ad5d 3685 i960-*-*)
0036370f 3686 noconfigdirs="$noconfigdirs gdb"
fb87ad5d 3687 ;;
671aa708
NN
3688 ia64*-*-elf*)
3689 # No gdb support yet.
1bcce263 3690 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
671aa708
NN
3691 ;;
3692 ia64*-**-hpux*)
5a2931d1 3693 # No ld support yet.
2909494b 3694 noconfigdirs="$noconfigdirs libgui itcl ld"
671aa708 3695 ;;
52535a64 3696 ia64*-*-*vms*)
091fe9ca
TG
3697 # No ld support yet.
3698 noconfigdirs="$noconfigdirs libgui itcl ld"
52535a64 3699 ;;
ef4c4300 3700 i[3456789]86-w64-mingw*)
ef4c4300
KT
3701 ;;
3702 i[3456789]86-*-mingw*)
b91f0a41 3703 target_configdirs="$target_configdirs target-winsup"
1c710c3c 3704 ;;
671aa708
NN
3705 *-*-cygwin*)
3706 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1bcce263 3707 noconfigdirs="$noconfigdirs target-libgloss"
801e2270 3708 # always build newlib if winsup directory is present.
b91f0a41 3709 if test -d "$srcdir/winsup/cygwin"; then
801e2270 3710 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
ee6a22df 3711 elif test -d "$srcdir/newlib"; then
b91f0a41 3712 echo "Warning: winsup/cygwin is missing so newlib can't be built."
801e2270 3713 fi
1c710c3c 3714 ;;
f2a0e225 3715 i[3456789]86-*-pe)
ebb9f8b0 3716 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3717 ;;
f2a0e225 3718 i[3456789]86-*-sco3.2v5*)
671aa708
NN
3719 # The linker does not yet know about weak symbols in COFF,
3720 # and is not configured to handle mixed ELF and COFF.
0036370f 3721 noconfigdirs="$noconfigdirs ld target-libgloss"
671aa708 3722 ;;
f2a0e225 3723 i[3456789]86-*-sco*)
0036370f 3724 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3725 ;;
fbdd5d87 3726 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
671aa708
NN
3727 noconfigdirs="$noconfigdirs target-libgloss"
3728 ;;
f2a0e225 3729 i[3456789]86-*-sysv4*)
0036370f 3730 noconfigdirs="$noconfigdirs target-libgloss"
671aa708 3731 ;;
f2a0e225 3732 i[3456789]86-*-beos*)
6a789d5e 3733 noconfigdirs="$noconfigdirs gdb"
3aa83176 3734 ;;
d1f8db0c 3735 i[3456789]86-*-rdos*)
6a789d5e 3736 noconfigdirs="$noconfigdirs gdb"
c03353e2 3737 ;;
671aa708 3738 mmix-*-*)
2909494b 3739 noconfigdirs="$noconfigdirs gdb"
671aa708 3740 ;;
ab34901f 3741 mt-*-*)
79dd769c
AH
3742 noconfigdirs="$noconfigdirs sim"
3743 ;;
671aa708
NN
3744 powerpc-*-aix*)
3745 # copied from rs6000-*-* entry
6a789d5e 3746 noconfigdirs="$noconfigdirs gprof"
671aa708 3747 ;;
4569f85e 3748 powerpc*-*-winnt* | powerpc*-*-pe*)
671aa708 3749 target_configdirs="$target_configdirs target-winsup"
0036370f 3750 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
671aa708
NN
3751 # always build newlib.
3752 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3753 ;;
3754 # This is temporary until we can link against shared libraries
3755 powerpcle-*-solaris*)
0036370f 3756 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
671aa708
NN
3757 ;;
3758 powerpc-*-beos*)
6a789d5e 3759 noconfigdirs="$noconfigdirs gdb"
671aa708 3760 ;;
671aa708 3761 rs6000-*-lynxos*)
6a789d5e 3762 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3763 ;;
3764 rs6000-*-aix*)
6a789d5e 3765 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3766 ;;
3767 rs6000-*-*)
2909494b 3768 noconfigdirs="$noconfigdirs gprof"
671aa708
NN
3769 ;;
3770 m68k-apollo-*)
0036370f 3771 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
671aa708 3772 ;;
ca9fe997 3773 microblaze*)
2909494b 3774 noconfigdirs="$noconfigdirs gprof"
ca9fe997 3775 ;;
d91491e5 3776 mips*-sde-elf* | mips*-mti-elf*)
d9dced13
RS
3777 if test x$with_newlib = xyes; then
3778 noconfigdirs="$noconfigdirs gprof"
3779 fi
d9dced13 3780 ;;
671aa708 3781 mips*-*-irix5*)
0036370f 3782 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708
NN
3783 ;;
3784 mips*-*-irix6*)
2909494b 3785 noconfigdirs="$noconfigdirs gprof target-libgloss"
671aa708 3786 ;;
671aa708 3787 mips*-*-bsd*)
bc98bcc4 3788 noconfigdirs="$noconfigdirs ld gas gprof target-libgloss"
671aa708 3789 ;;
671aa708 3790 mips*-*-linux*)
671aa708 3791 ;;
bc98bcc4
JBG
3792 mips*-*-ultrix* | mips*-*-osf* | mips*-*-ecoff* | mips*-*-pe* \
3793 | mips*-*-irix* | mips*-*-lnews* | mips*-*-riscos*)
3794 noconfigdirs="$noconfigdirs ld gas gprof"
3795 ;;
671aa708 3796 mips*-*-*)
2909494b 3797 noconfigdirs="$noconfigdirs gprof"
671aa708 3798 ;;
669f01d8 3799 sh-*-* | sh64-*-*)
ea2002ba
CB
3800 case "${target}" in
3801 sh*-*-elf)
2909494b 3802 ;;
ea2002ba 3803 *)
2909494b 3804 noconfigdirs="$noconfigdirs target-libgloss" ;;
ea2002ba 3805 esac
671aa708 3806 ;;
671aa708 3807 sparc-*-sunos4*)
6a789d5e 3808 if test x${is_cross_compiler} = xno ; then
671aa708
NN
3809 use_gnu_ld=no
3810 fi
3811 ;;
b42f0d7e 3812 tic6x-*-*)
0d557ff8 3813 noconfigdirs="$noconfigdirs sim"
b42f0d7e 3814 ;;
db1d217c
WL
3815 tilepro-*-* | tilegx-*-*)
3816 noconfigdirs="$noconfigdirs sim"
3817 ;;
671aa708 3818 v810-*-*)
0036370f 3819 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
671aa708
NN
3820 ;;
3821 vax-*-*)
2909494b 3822 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
671aa708 3823 ;;
671aa708 3824esac
79c06341 3825
671aa708
NN
3826# If we aren't building newlib, then don't build libgloss, since libgloss
3827# depends upon some newlib header files.
3828case "${noconfigdirs}" in
3829 *target-libgloss*) ;;
3830 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3831esac
3832
671aa708 3833# Work in distributions that contain no compiler tools, like Autoconf.
671aa708
NN
3834host_makefile_frag=/dev/null
3835if test -d ${srcdir}/config ; then
3836case "${host}" in
f2a0e225 3837 i[3456789]86-*-msdosdjgpp*)
671aa708
NN
3838 host_makefile_frag="config/mh-djgpp"
3839 ;;
3840 *-cygwin*)
2a79c47f 3841
5213506e
RW
3842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3843$as_echo_n "checking to see if cat works as expected... " >&6; }
2a79c47f 3844echo a >cygwin-cat-check
e25a8c82 3845if test `cat cygwin-cat-check` = a ; then
2a79c47f 3846 rm cygwin-cat-check
5213506e
RW
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3848$as_echo "yes" >&6; }
2a79c47f
NC
3849else
3850 rm cygwin-cat-check
5213506e
RW
3851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3852$as_echo "no" >&6; }
3853 as_fn_error "The cat command does not ignore carriage return characters.
2a79c47f
NC
3854 Please either mount the build directory in binary mode or run the following
3855 commands before running any configure script:
3856set -o igncr
3857export SHELLOPTS
5213506e 3858 " "$LINENO" 5
2a79c47f
NC
3859fi
3860
671aa708
NN
3861 host_makefile_frag="config/mh-cygwin"
3862 ;;
c53a18d3 3863 *-mingw*)
1f5a6b84 3864 host_makefile_frag="config/mh-mingw"
95af8923 3865 ;;
efd41714 3866 hppa*-hp-hpux10*)
efd41714 3867 host_makefile_frag="config/mh-pa-hpux10"
671aa708 3868 ;;
111eeb6e 3869 hppa*-hp-hpux*)
efd41714
PB
3870 host_makefile_frag="config/mh-pa"
3871 ;;
3872 hppa*-*)
3873 host_makefile_frag="config/mh-pa"
3874 ;;
d8ed14ce
IS
3875 *-*-darwin*)
3876 host_makefile_frag="config/mh-darwin"
be8fff81 3877 ;;
d19bca38
PB
3878 powerpc-*-aix*)
3879 host_makefile_frag="config/mh-ppc-aix"
3880 ;;
3881 rs6000-*-aix*)
3882 host_makefile_frag="config/mh-ppc-aix"
3883 ;;
671aa708
NN
3884esac
3885fi
3886
55ffb5ed 3887if test "${build}" != "${host}" ; then
0999159b
PB
3888 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3889 AS_FOR_BUILD=${AS_FOR_BUILD-as}
55ffb5ed 3890 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
0999159b
PB
3891 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3892 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3893 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
632e2a07 3894 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
0999159b
PB
3895 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3896 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3897 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3898 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3899 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3900 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3901else
3902 AR_FOR_BUILD="\$(AR)"
3903 AS_FOR_BUILD="\$(AS)"
fb0103e5 3904 CC_FOR_BUILD="\$(CC)"
0999159b
PB
3905 CXX_FOR_BUILD="\$(CXX)"
3906 GCJ_FOR_BUILD="\$(GCJ)"
3907 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
632e2a07 3908 GOC_FOR_BUILD="\$(GOC)"
0999159b
PB
3909 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3910 LD_FOR_BUILD="\$(LD)"
3911 NM_FOR_BUILD="\$(NM)"
3912 RANLIB_FOR_BUILD="\$(RANLIB)"
3913 WINDRES_FOR_BUILD="\$(WINDRES)"
3914 WINDMC_FOR_BUILD="\$(WINDMC)"
c3a86da9
DJ
3915fi
3916
3917ac_ext=c
1c710c3c
DJ
3918ac_cpp='$CPP $CPPFLAGS'
3919ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3920ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3921ac_compiler_gnu=$ac_cv_c_compiler_gnu
3922if test -n "$ac_tool_prefix"; then
3923 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3924set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
3925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3926$as_echo_n "checking for $ac_word... " >&6; }
3927if test "${ac_cv_prog_CC+set}" = set; then :
3928 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3929else
3930 if test -n "$CC"; then
3931 ac_cv_prog_CC="$CC" # Let the user override the test.
3932else
3933as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3934for as_dir in $PATH
3935do
3936 IFS=$as_save_IFS
3937 test -z "$as_dir" && as_dir=.
5213506e
RW
3938 for ac_exec_ext in '' $ac_executable_extensions; do
3939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3940 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 3941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3942 break 2
3943 fi
3944done
5213506e
RW
3945 done
3946IFS=$as_save_IFS
1c710c3c
DJ
3947
3948fi
3949fi
3950CC=$ac_cv_prog_CC
3951if test -n "$CC"; then
5213506e
RW
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3953$as_echo "$CC" >&6; }
1c710c3c 3954else
5213506e
RW
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3956$as_echo "no" >&6; }
1c710c3c
DJ
3957fi
3958
5213506e 3959
1c710c3c
DJ
3960fi
3961if test -z "$ac_cv_prog_CC"; then
3962 ac_ct_CC=$CC
fb0103e5
RG
3963 # Extract the first word of "gcc", so it can be a program name with args.
3964set dummy gcc; ac_word=$2
5213506e
RW
3965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3966$as_echo_n "checking for $ac_word... " >&6; }
3967if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3968 $as_echo_n "(cached) " >&6
1c710c3c
DJ
3969else
3970 if test -n "$ac_ct_CC"; then
3971 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3972else
3973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3974for as_dir in $PATH
3975do
3976 IFS=$as_save_IFS
3977 test -z "$as_dir" && as_dir=.
5213506e
RW
3978 for ac_exec_ext in '' $ac_executable_extensions; do
3979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 3980 ac_cv_prog_ac_ct_CC="gcc"
5213506e 3981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
3982 break 2
3983 fi
3984done
5213506e
RW
3985 done
3986IFS=$as_save_IFS
1c710c3c
DJ
3987
3988fi
3989fi
3990ac_ct_CC=$ac_cv_prog_ac_ct_CC
3991if test -n "$ac_ct_CC"; then
5213506e
RW
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3993$as_echo "$ac_ct_CC" >&6; }
1c710c3c 3994else
5213506e
RW
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3996$as_echo "no" >&6; }
1c710c3c
DJ
3997fi
3998
5213506e
RW
3999 if test "x$ac_ct_CC" = x; then
4000 CC=""
4001 else
4002 case $cross_compiling:$ac_tool_warned in
4003yes:)
4004{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4005$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4006ac_tool_warned=yes ;;
4007esac
4008 CC=$ac_ct_CC
4009 fi
1c710c3c
DJ
4010else
4011 CC="$ac_cv_prog_CC"
4012fi
4013
4014if test -z "$CC"; then
5213506e
RW
4015 if test -n "$ac_tool_prefix"; then
4016 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1c710c3c 4017set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
4018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4019$as_echo_n "checking for $ac_word... " >&6; }
4020if test "${ac_cv_prog_CC+set}" = set; then :
4021 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4022else
4023 if test -n "$CC"; then
4024 ac_cv_prog_CC="$CC" # Let the user override the test.
4025else
1c710c3c
DJ
4026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4027for as_dir in $PATH
4028do
4029 IFS=$as_save_IFS
4030 test -z "$as_dir" && as_dir=.
5213506e
RW
4031 for ac_exec_ext in '' $ac_executable_extensions; do
4032 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4033 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 4034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4035 break 2
4036 fi
4037done
5213506e
RW
4038 done
4039IFS=$as_save_IFS
1c710c3c 4040
0b0dc272 4041fi
0b0dc272 4042fi
1c710c3c 4043CC=$ac_cv_prog_CC
af71363e 4044if test -n "$CC"; then
5213506e
RW
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4046$as_echo "$CC" >&6; }
2aeb72e9 4047else
5213506e
RW
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4049$as_echo "no" >&6; }
2aeb72e9
DD
4050fi
4051
2aeb72e9 4052
5213506e 4053 fi
1c710c3c 4054fi
55ffb5ed
NN
4055if test -z "$CC"; then
4056 # Extract the first word of "cc", so it can be a program name with args.
4057set dummy cc; ac_word=$2
5213506e
RW
4058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4059$as_echo_n "checking for $ac_word... " >&6; }
4060if test "${ac_cv_prog_CC+set}" = set; then :
4061 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4062else
4063 if test -n "$CC"; then
4064 ac_cv_prog_CC="$CC" # Let the user override the test.
4065else
0b0dc272 4066 ac_prog_rejected=no
1c710c3c
DJ
4067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4068for as_dir in $PATH
4069do
4070 IFS=$as_save_IFS
4071 test -z "$as_dir" && as_dir=.
5213506e
RW
4072 for ac_exec_ext in '' $ac_executable_extensions; do
4073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c
DJ
4074 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4075 ac_prog_rejected=yes
4076 continue
4077 fi
4078 ac_cv_prog_CC="cc"
5213506e 4079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4080 break 2
4081 fi
4082done
5213506e
RW
4083 done
4084IFS=$as_save_IFS
1c710c3c 4085
55ffb5ed
NN
4086if test $ac_prog_rejected = yes; then
4087 # We found a bogon in the path, so make sure we never use it.
4088 set dummy $ac_cv_prog_CC
4089 shift
1c710c3c 4090 if test $# != 0; then
55ffb5ed
NN
4091 # We chose a different compiler from the bogus one.
4092 # However, it has the same basename, so the bogon will be chosen
4093 # first if we set CC to just the basename; use the full file name.
4094 shift
1c710c3c 4095 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
55ffb5ed
NN
4096 fi
4097fi
4098fi
4099fi
1c710c3c 4100CC=$ac_cv_prog_CC
55ffb5ed 4101if test -n "$CC"; then
5213506e
RW
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4103$as_echo "$CC" >&6; }
55ffb5ed 4104else
5213506e
RW
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4106$as_echo "no" >&6; }
55ffb5ed
NN
4107fi
4108
5213506e 4109
1c710c3c
DJ
4110fi
4111if test -z "$CC"; then
4112 if test -n "$ac_tool_prefix"; then
5213506e 4113 for ac_prog in cl.exe
1c710c3c
DJ
4114 do
4115 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4116set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4118$as_echo_n "checking for $ac_word... " >&6; }
4119if test "${ac_cv_prog_CC+set}" = set; then :
4120 $as_echo_n "(cached) " >&6
55ffb5ed
NN
4121else
4122 if test -n "$CC"; then
4123 ac_cv_prog_CC="$CC" # Let the user override the test.
4124else
1c710c3c
DJ
4125as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4126for as_dir in $PATH
4127do
4128 IFS=$as_save_IFS
4129 test -z "$as_dir" && as_dir=.
5213506e
RW
4130 for ac_exec_ext in '' $ac_executable_extensions; do
4131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4132 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 4133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4134 break 2
4135 fi
4136done
5213506e
RW
4137 done
4138IFS=$as_save_IFS
1c710c3c 4139
55ffb5ed
NN
4140fi
4141fi
1c710c3c 4142CC=$ac_cv_prog_CC
55ffb5ed 4143if test -n "$CC"; then
5213506e
RW
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4145$as_echo "$CC" >&6; }
a4b9e93e 4146else
5213506e
RW
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4148$as_echo "no" >&6; }
fb0103e5 4149fi
af71363e 4150
5213506e 4151
1c710c3c
DJ
4152 test -n "$CC" && break
4153 done
af71363e 4154fi
1c710c3c
DJ
4155if test -z "$CC"; then
4156 ac_ct_CC=$CC
5213506e 4157 for ac_prog in cl.exe
1c710c3c
DJ
4158do
4159 # Extract the first word of "$ac_prog", so it can be a program name with args.
4160set dummy $ac_prog; ac_word=$2
5213506e
RW
4161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4162$as_echo_n "checking for $ac_word... " >&6; }
4163if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4164 $as_echo_n "(cached) " >&6
0b0dc272 4165else
1c710c3c
DJ
4166 if test -n "$ac_ct_CC"; then
4167 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
0b0dc272 4168else
1c710c3c
DJ
4169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4170for as_dir in $PATH
4171do
4172 IFS=$as_save_IFS
4173 test -z "$as_dir" && as_dir=.
5213506e
RW
4174 for ac_exec_ext in '' $ac_executable_extensions; do
4175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 4176 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 4177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
4178 break 2
4179 fi
4180done
5213506e
RW
4181 done
4182IFS=$as_save_IFS
1c710c3c 4183
af71363e
AS
4184fi
4185fi
1c710c3c
DJ
4186ac_ct_CC=$ac_cv_prog_ac_ct_CC
4187if test -n "$ac_ct_CC"; then
5213506e
RW
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4189$as_echo "$ac_ct_CC" >&6; }
fb0103e5 4190else
5213506e
RW
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4192$as_echo "no" >&6; }
af71363e 4193fi
0b0dc272 4194
5213506e 4195
1c710c3c
DJ
4196 test -n "$ac_ct_CC" && break
4197done
4198
5213506e
RW
4199 if test "x$ac_ct_CC" = x; then
4200 CC=""
4201 else
4202 case $cross_compiling:$ac_tool_warned in
4203yes:)
4204{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4205$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4206ac_tool_warned=yes ;;
4207esac
4208 CC=$ac_ct_CC
4209 fi
1c710c3c
DJ
4210fi
4211
4212fi
4213
4214
5213506e
RW
4215test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4216$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4217as_fn_error "no acceptable C compiler found in \$PATH
4218See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4219
4220# Provide some information about the compiler.
5213506e
RW
4221$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4222set X $ac_compile
4223ac_compiler=$2
4224for ac_option in --version -v -V -qversion; do
4225 { { ac_try="$ac_compiler $ac_option >&5"
4226case "(($ac_try" in
4227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228 *) ac_try_echo=$ac_try;;
4229esac
4230eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4231$as_echo "$ac_try_echo"; } >&5
4232 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
1c710c3c 4233 ac_status=$?
5213506e
RW
4234 if test -s conftest.err; then
4235 sed '10a\
4236... rest of stderr output deleted ...
4237 10q' conftest.err >conftest.er1
4238 cat conftest.er1 >&5
4239 rm -f conftest.er1 conftest.err
4240 fi
4241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4242 test $ac_status = 0; }
4243done
1c710c3c 4244
5213506e 4245cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4246/* end confdefs.h. */
4247
4248int
4249main ()
4250{
4251
4252 ;
4253 return 0;
4254}
4255_ACEOF
4256ac_clean_files_save=$ac_clean_files
5213506e 4257ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
1c710c3c
DJ
4258# Try to create an executable without -o first, disregard a.out.
4259# It will help us diagnose broken compilers, and finding out an intuition
4260# of exeext.
5213506e
RW
4261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4262$as_echo_n "checking for C compiler default output file name... " >&6; }
4263ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4264
4265# The possible output files:
4266ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4267
4268ac_rmfiles=
4269for ac_file in $ac_files
4270do
4271 case $ac_file in
4272 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4273 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4274 esac
4275done
4276rm -f $ac_rmfiles
4277
4278if { { ac_try="$ac_link_default"
4279case "(($ac_try" in
4280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4281 *) ac_try_echo=$ac_try;;
4282esac
4283eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4284$as_echo "$ac_try_echo"; } >&5
4285 (eval "$ac_link_default") 2>&5
1c710c3c 4286 ac_status=$?
5213506e
RW
4287 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4288 test $ac_status = 0; }; then :
4289 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4290# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4291# in a Makefile. We should not override ac_cv_exeext if it was cached,
4292# so that the user can short-circuit this test for compilers unknown to
4293# Autoconf.
4294for ac_file in $ac_files ''
1c710c3c
DJ
4295do
4296 test -f "$ac_file" || continue
4297 case $ac_file in
5213506e 4298 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
1c710c3c
DJ
4299 ;;
4300 [ab].out )
4301 # We found the default executable, but exeext='' is most
4302 # certainly right.
4303 break;;
4304 *.* )
5213506e
RW
4305 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4306 then :; else
4307 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4308 fi
4309 # We set ac_cv_exeext here because the later test for it is not
4310 # safe: cross compilers may not add the suffix if given an `-o'
4311 # argument, so we may need to know it at that point already.
4312 # Even if this section looks crufty: it has the advantage of
4313 # actually working.
1c710c3c
DJ
4314 break;;
4315 * )
4316 break;;
4317 esac
4318done
5213506e
RW
4319test "$ac_cv_exeext" = no && ac_cv_exeext=
4320
1c710c3c 4321else
5213506e
RW
4322 ac_file=''
4323fi
4324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4325$as_echo "$ac_file" >&6; }
4326if test -z "$ac_file"; then :
4327 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4328sed 's/^/| /' conftest.$ac_ext >&5
4329
5213506e
RW
4330{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4331$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4332{ as_fn_set_status 77
4333as_fn_error "C compiler cannot create executables
4334See \`config.log' for more details." "$LINENO" 5; }; }
1c710c3c 4335fi
1c710c3c 4336ac_exeext=$ac_cv_exeext
1c710c3c 4337
5213506e 4338# Check that the compiler produces executables we can run. If not, either
1c710c3c 4339# the compiler is broken, or we cross compile.
5213506e
RW
4340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4341$as_echo_n "checking whether the C compiler works... " >&6; }
1c710c3c
DJ
4342# If not cross compiling, check that we can run a simple program.
4343if test "$cross_compiling" != yes; then
4344 if { ac_try='./$ac_file'
5213506e
RW
4345 { { case "(($ac_try" in
4346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4347 *) ac_try_echo=$ac_try;;
4348esac
4349eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4350$as_echo "$ac_try_echo"; } >&5
4351 (eval "$ac_try") 2>&5
1c710c3c 4352 ac_status=$?
5213506e
RW
4353 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4354 test $ac_status = 0; }; }; then
1c710c3c
DJ
4355 cross_compiling=no
4356 else
4357 if test "$cross_compiling" = maybe; then
4358 cross_compiling=yes
4359 else
5213506e
RW
4360 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4361$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4362as_fn_error "cannot run C compiled programs.
1c710c3c 4363If you meant to cross compile, use \`--host'.
5213506e 4364See \`config.log' for more details." "$LINENO" 5; }
1c710c3c
DJ
4365 fi
4366 fi
4367fi
5213506e
RW
4368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4369$as_echo "yes" >&6; }
1c710c3c 4370
5213506e 4371rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
1c710c3c 4372ac_clean_files=$ac_clean_files_save
5213506e 4373# Check that the compiler produces executables we can run. If not, either
1c710c3c 4374# the compiler is broken, or we cross compile.
5213506e
RW
4375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4376$as_echo_n "checking whether we are cross compiling... " >&6; }
4377{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4378$as_echo "$cross_compiling" >&6; }
4379
4380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4381$as_echo_n "checking for suffix of executables... " >&6; }
4382if { { ac_try="$ac_link"
4383case "(($ac_try" in
4384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4385 *) ac_try_echo=$ac_try;;
4386esac
4387eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4388$as_echo "$ac_try_echo"; } >&5
4389 (eval "$ac_link") 2>&5
1c710c3c 4390 ac_status=$?
5213506e
RW
4391 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4392 test $ac_status = 0; }; then :
1c710c3c
DJ
4393 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4394# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4395# work properly (i.e., refer to `conftest.exe'), while it won't with
4396# `rm'.
4397for ac_file in conftest.exe conftest conftest.*; do
4398 test -f "$ac_file" || continue
4399 case $ac_file in
5213506e 4400 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1c710c3c 4401 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1c710c3c
DJ
4402 break;;
4403 * ) break;;
4404 esac
4405done
af71363e 4406else
5213506e
RW
4407 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4408$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4409as_fn_error "cannot compute suffix of executables: cannot compile and link
4410See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4411fi
1c710c3c 4412rm -f conftest$ac_cv_exeext
5213506e
RW
4413{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4414$as_echo "$ac_cv_exeext" >&6; }
1c710c3c
DJ
4415
4416rm -f conftest.$ac_ext
4417EXEEXT=$ac_cv_exeext
4418ac_exeext=$EXEEXT
5213506e
RW
4419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4420$as_echo_n "checking for suffix of object files... " >&6; }
4421if test "${ac_cv_objext+set}" = set; then :
4422 $as_echo_n "(cached) " >&6
1c710c3c 4423else
5213506e 4424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4425/* end confdefs.h. */
4426
4427int
4428main ()
4429{
4430
4431 ;
4432 return 0;
4433}
4434_ACEOF
4435rm -f conftest.o conftest.obj
5213506e
RW
4436if { { ac_try="$ac_compile"
4437case "(($ac_try" in
4438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4439 *) ac_try_echo=$ac_try;;
4440esac
4441eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4442$as_echo "$ac_try_echo"; } >&5
4443 (eval "$ac_compile") 2>&5
1c710c3c 4444 ac_status=$?
5213506e
RW
4445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4446 test $ac_status = 0; }; then :
4447 for ac_file in conftest.o conftest.obj conftest.*; do
4448 test -f "$ac_file" || continue;
1c710c3c 4449 case $ac_file in
5213506e 4450 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
1c710c3c
DJ
4451 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4452 break;;
4453 esac
4454done
4455else
5213506e 4456 $as_echo "$as_me: failed program was:" >&5
1c710c3c
DJ
4457sed 's/^/| /' conftest.$ac_ext >&5
4458
5213506e
RW
4459{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4460$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4461as_fn_error "cannot compute suffix of object files: cannot compile
4462See \`config.log' for more details." "$LINENO" 5; }
1c710c3c 4463fi
1c710c3c
DJ
4464rm -f conftest.$ac_cv_objext conftest.$ac_ext
4465fi
5213506e
RW
4466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4467$as_echo "$ac_cv_objext" >&6; }
1c710c3c
DJ
4468OBJEXT=$ac_cv_objext
4469ac_objext=$OBJEXT
5213506e
RW
4470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4471$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4472if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4473 $as_echo_n "(cached) " >&6
1c710c3c 4474else
5213506e 4475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4476/* end confdefs.h. */
4477
4478int
4479main ()
4480{
4481#ifndef __GNUC__
4482 choke me
4483#endif
4484
4485 ;
4486 return 0;
4487}
4488_ACEOF
5213506e 4489if ac_fn_c_try_compile "$LINENO"; then :
1c710c3c
DJ
4490 ac_compiler_gnu=yes
4491else
5213506e 4492 ac_compiler_gnu=no
1c710c3c 4493fi
5213506e 4494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c
DJ
4495ac_cv_c_compiler_gnu=$ac_compiler_gnu
4496
4497fi
5213506e
RW
4498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4499$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4500if test $ac_compiler_gnu = yes; then
4501 GCC=yes
4502else
4503 GCC=
4504fi
1c710c3c
DJ
4505ac_test_CFLAGS=${CFLAGS+set}
4506ac_save_CFLAGS=$CFLAGS
5213506e
RW
4507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4508$as_echo_n "checking whether $CC accepts -g... " >&6; }
4509if test "${ac_cv_prog_cc_g+set}" = set; then :
4510 $as_echo_n "(cached) " >&6
4511else
4512 ac_save_c_werror_flag=$ac_c_werror_flag
4513 ac_c_werror_flag=yes
4514 ac_cv_prog_cc_g=no
4515 CFLAGS="-g"
4516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4517/* end confdefs.h. */
4518
4519int
4520main ()
4521{
4522
4523 ;
4524 return 0;
4525}
4526_ACEOF
5213506e 4527if ac_fn_c_try_compile "$LINENO"; then :
55ffb5ed
NN
4528 ac_cv_prog_cc_g=yes
4529else
5213506e
RW
4530 CFLAGS=""
4531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4532/* end confdefs.h. */
4533
4534int
4535main ()
4536{
4537
4538 ;
4539 return 0;
4540}
4541_ACEOF
4542if ac_fn_c_try_compile "$LINENO"; then :
4543
4544else
4545 ac_c_werror_flag=$ac_save_c_werror_flag
4546 CFLAGS="-g"
4547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4548/* end confdefs.h. */
af71363e 4549
5213506e
RW
4550int
4551main ()
4552{
4553
4554 ;
4555 return 0;
4556}
4557_ACEOF
4558if ac_fn_c_try_compile "$LINENO"; then :
4559 ac_cv_prog_cc_g=yes
4560fi
4561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0b0dc272 4562fi
5213506e 4563rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 4564fi
5213506e
RW
4565rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4566 ac_c_werror_flag=$ac_save_c_werror_flag
4567fi
4568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4569$as_echo "$ac_cv_prog_cc_g" >&6; }
55ffb5ed 4570if test "$ac_test_CFLAGS" = set; then
1c710c3c 4571 CFLAGS=$ac_save_CFLAGS
55ffb5ed
NN
4572elif test $ac_cv_prog_cc_g = yes; then
4573 if test "$GCC" = yes; then
4574 CFLAGS="-g -O2"
4575 else
4576 CFLAGS="-g"
4577 fi
4578else
4579 if test "$GCC" = yes; then
4580 CFLAGS="-O2"
4581 else
4582 CFLAGS=
4583 fi
4584fi
5213506e
RW
4585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4586$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4587if test "${ac_cv_prog_cc_c89+set}" = set; then :
4588 $as_echo_n "(cached) " >&6
1c710c3c 4589else
5213506e 4590 ac_cv_prog_cc_c89=no
1c710c3c 4591ac_save_CC=$CC
5213506e 4592cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c
DJ
4593/* end confdefs.h. */
4594#include <stdarg.h>
4595#include <stdio.h>
4596#include <sys/types.h>
4597#include <sys/stat.h>
4598/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4599struct buf { int x; };
4600FILE * (*rcsopen) (struct buf *, struct stat *, int);
4601static char *e (p, i)
4602 char **p;
4603 int i;
4604{
4605 return p[i];
4606}
4607static char *f (char * (*g) (char **, int), char **p, ...)
4608{
4609 char *s;
4610 va_list v;
4611 va_start (v,p);
4612 s = g (p, va_arg (v,int));
4613 va_end (v);
4614 return s;
4615}
4616
4617/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4618 function prototypes and stuff, but not '\xHH' hex character constants.
4619 These don't provoke an error unfortunately, instead are silently treated
5213506e 4620 as 'x'. The following induces an error, until -std is added to get
1c710c3c
DJ
4621 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4622 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 4623 that's true only with -std. */
1c710c3c
DJ
4624int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4625
5213506e
RW
4626/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4627 inside strings and character constants. */
4628#define FOO(x) 'x'
4629int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4630
1c710c3c
DJ
4631int test (int i, double x);
4632struct s1 {int (*f) (int a);};
4633struct s2 {int (*f) (double a);};
4634int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4635int argc;
4636char **argv;
4637int
4638main ()
4639{
4640return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4641 ;
4642 return 0;
4643}
4644_ACEOF
5213506e
RW
4645for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4646 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1c710c3c
DJ
4647do
4648 CC="$ac_save_CC $ac_arg"
5213506e
RW
4649 if ac_fn_c_try_compile "$LINENO"; then :
4650 ac_cv_prog_cc_c89=$ac_arg
1c710c3c 4651fi
5213506e
RW
4652rm -f core conftest.err conftest.$ac_objext
4653 test "x$ac_cv_prog_cc_c89" != "xno" && break
1c710c3c 4654done
5213506e 4655rm -f conftest.$ac_ext
1c710c3c
DJ
4656CC=$ac_save_CC
4657
4658fi
5213506e
RW
4659# AC_CACHE_VAL
4660case "x$ac_cv_prog_cc_c89" in
4661 x)
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4663$as_echo "none needed" >&6; } ;;
4664 xno)
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4666$as_echo "unsupported" >&6; } ;;
1c710c3c 4667 *)
5213506e
RW
4668 CC="$CC $ac_cv_prog_cc_c89"
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4670$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1c710c3c 4671esac
5213506e 4672if test "x$ac_cv_prog_cc_c89" != xno; then :
1c710c3c 4673
2aeb72e9
DD
4674fi
4675
2aeb72e9
DD
4676ac_ext=c
4677ac_cpp='$CPP $CPPFLAGS'
4678ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4679ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4680ac_compiler_gnu=$ac_cv_c_compiler_gnu
4681
5213506e 4682ac_ext=cpp
2aeb72e9
DD
4683ac_cpp='$CXXCPP $CPPFLAGS'
4684ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4685ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4686ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5213506e
RW
4687if test -z "$CXX"; then
4688 if test -n "$CCC"; then
4689 CXX=$CCC
4690 else
4691 if test -n "$ac_tool_prefix"; then
4692 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2aeb72e9
DD
4693 do
4694 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4695set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4697$as_echo_n "checking for $ac_word... " >&6; }
4698if test "${ac_cv_prog_CXX+set}" = set; then :
4699 $as_echo_n "(cached) " >&6
2aeb72e9
DD
4700else
4701 if test -n "$CXX"; then
4702 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4703else
4704as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4705for as_dir in $PATH
4706do
4707 IFS=$as_save_IFS
4708 test -z "$as_dir" && as_dir=.
5213506e
RW
4709 for ac_exec_ext in '' $ac_executable_extensions; do
4710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2aeb72e9 4711 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5213506e 4712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2aeb72e9
DD
4713 break 2
4714 fi
4715done
5213506e
RW
4716 done
4717IFS=$as_save_IFS
55ffb5ed 4718
c3a86da9
DJ
4719fi
4720fi
4721CXX=$ac_cv_prog_CXX
4722if test -n "$CXX"; then
5213506e
RW
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4724$as_echo "$CXX" >&6; }
c3a86da9 4725else
5213506e
RW
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4727$as_echo "no" >&6; }
c3a86da9
DJ
4728fi
4729
5213506e 4730
c3a86da9
DJ
4731 test -n "$CXX" && break
4732 done
4733fi
4734if test -z "$CXX"; then
4735 ac_ct_CXX=$CXX
5213506e 4736 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
c3a86da9
DJ
4737do
4738 # Extract the first word of "$ac_prog", so it can be a program name with args.
4739set dummy $ac_prog; ac_word=$2
5213506e
RW
4740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4741$as_echo_n "checking for $ac_word... " >&6; }
4742if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4743 $as_echo_n "(cached) " >&6
c3a86da9
DJ
4744else
4745 if test -n "$ac_ct_CXX"; then
4746 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4747else
4748as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4749for as_dir in $PATH
4750do
4751 IFS=$as_save_IFS
4752 test -z "$as_dir" && as_dir=.
5213506e
RW
4753 for ac_exec_ext in '' $ac_executable_extensions; do
4754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
c3a86da9 4755 ac_cv_prog_ac_ct_CXX="$ac_prog"
5213506e 4756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
c3a86da9
DJ
4757 break 2
4758 fi
4759done
5213506e
RW
4760 done
4761IFS=$as_save_IFS
c3a86da9
DJ
4762
4763fi
4764fi
4765ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4766if test -n "$ac_ct_CXX"; then
5213506e
RW
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4768$as_echo "$ac_ct_CXX" >&6; }
c3a86da9 4769else
5213506e
RW
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4771$as_echo "no" >&6; }
c3a86da9
DJ
4772fi
4773
5213506e 4774
c3a86da9
DJ
4775 test -n "$ac_ct_CXX" && break
4776done
c3a86da9 4777
5213506e
RW
4778 if test "x$ac_ct_CXX" = x; then
4779 CXX="g++"
4780 else
4781 case $cross_compiling:$ac_tool_warned in
4782yes:)
4783{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4784$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4785ac_tool_warned=yes ;;
4786esac
4787 CXX=$ac_ct_CXX
4788 fi
c3a86da9
DJ
4789fi
4790
5213506e
RW
4791 fi
4792fi
c3a86da9 4793# Provide some information about the compiler.
5213506e
RW
4794$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4795set X $ac_compile
4796ac_compiler=$2
4797for ac_option in --version -v -V -qversion; do
4798 { { ac_try="$ac_compiler $ac_option >&5"
4799case "(($ac_try" in
4800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4801 *) ac_try_echo=$ac_try;;
4802esac
4803eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4804$as_echo "$ac_try_echo"; } >&5
4805 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
c3a86da9 4806 ac_status=$?
5213506e
RW
4807 if test -s conftest.err; then
4808 sed '10a\
4809... rest of stderr output deleted ...
4810 10q' conftest.err >conftest.er1
4811 cat conftest.er1 >&5
4812 rm -f conftest.er1 conftest.err
4813 fi
4814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4815 test $ac_status = 0; }
4816done
c3a86da9 4817
5213506e
RW
4818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4819$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4820if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4821 $as_echo_n "(cached) " >&6
c3a86da9 4822else
5213506e 4823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4824/* end confdefs.h. */
4825
4826int
4827main ()
4828{
4829#ifndef __GNUC__
4830 choke me
4831#endif
4832
4833 ;
4834 return 0;
4835}
4836_ACEOF
5213506e 4837if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4838 ac_compiler_gnu=yes
4839else
5213506e 4840 ac_compiler_gnu=no
c3a86da9 4841fi
5213506e 4842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c3a86da9
DJ
4843ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4844
4845fi
5213506e
RW
4846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4847$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4848if test $ac_compiler_gnu = yes; then
4849 GXX=yes
4850else
4851 GXX=
4852fi
c3a86da9
DJ
4853ac_test_CXXFLAGS=${CXXFLAGS+set}
4854ac_save_CXXFLAGS=$CXXFLAGS
5213506e
RW
4855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4856$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4857if test "${ac_cv_prog_cxx_g+set}" = set; then :
4858 $as_echo_n "(cached) " >&6
4859else
4860 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4861 ac_cxx_werror_flag=yes
4862 ac_cv_prog_cxx_g=no
4863 CXXFLAGS="-g"
4864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9
DJ
4865/* end confdefs.h. */
4866
4867int
4868main ()
4869{
4870
4871 ;
4872 return 0;
4873}
4874_ACEOF
5213506e 4875if ac_fn_cxx_try_compile "$LINENO"; then :
c3a86da9
DJ
4876 ac_cv_prog_cxx_g=yes
4877else
5213506e
RW
4878 CXXFLAGS=""
4879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4880/* end confdefs.h. */
5213506e 4881
c3a86da9
DJ
4882int
4883main ()
4884{
5213506e 4885
c3a86da9
DJ
4886 ;
4887 return 0;
4888}
4889_ACEOF
5213506e 4890if ac_fn_cxx_try_compile "$LINENO"; then :
23f6b2f9 4891
5213506e
RW
4892else
4893 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4894 CXXFLAGS="-g"
4895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c3a86da9 4896/* end confdefs.h. */
5213506e 4897
c3a86da9
DJ
4898int
4899main ()
4900{
5213506e 4901
c3a86da9
DJ
4902 ;
4903 return 0;
4904}
4905_ACEOF
5213506e
RW
4906if ac_fn_cxx_try_compile "$LINENO"; then :
4907 ac_cv_prog_cxx_g=yes
11a67599 4908fi
5213506e
RW
4909rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4910fi
4911rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4912fi
4913rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4914 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4915fi
4916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4917$as_echo "$ac_cv_prog_cxx_g" >&6; }
4918if test "$ac_test_CXXFLAGS" = set; then
4919 CXXFLAGS=$ac_save_CXXFLAGS
4920elif test $ac_cv_prog_cxx_g = yes; then
4921 if test "$GXX" = yes; then
4922 CXXFLAGS="-g -O2"
4923 else
4924 CXXFLAGS="-g"
4925 fi
4926else
4927 if test "$GXX" = yes; then
4928 CXXFLAGS="-O2"
4929 else
4930 CXXFLAGS=
4931 fi
c3a86da9 4932fi
c3a86da9
DJ
4933ac_ext=c
4934ac_cpp='$CPP $CPPFLAGS'
4935ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4936ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4937ac_compiler_gnu=$ac_cv_c_compiler_gnu
4938
4939
4940# We must set the default linker to the linker used by gcc for the correct
4941# operation of libtool. If LD is not defined and we are using gcc, try to
4942# set the LD default to the ld used by gcc.
4943if test -z "$LD"; then
4944 if test "$GCC" = yes; then
4945 case $build in
4946 *-*-mingw*)
4947 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4948 *)
4949 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4950 esac
4951 case $gcc_prog_ld in
4952 # Accept absolute paths.
4953 [\\/]* | [A-Za-z]:[\\/]*)
4954 LD="$gcc_prog_ld" ;;
4955 esac
4956 fi
23f6b2f9
PB
4957fi
4958
0b21f5d3
EB
4959# Check whether -static-libstdc++ -static-libgcc is supported.
4960have_static_libs=no
4961if test "$GCC" = yes; then
4962 saved_LDFLAGS="$LDFLAGS"
4963
4964 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4966$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4967 ac_ext=cpp
4968ac_cpp='$CXXCPP $CPPFLAGS'
4969ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4970ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4971ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4972
4973
4974cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4975/* end confdefs.h. */
0d6414b2
EB
4976
4977#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4978#error -static-libstdc++ not implemented
4979#endif
0b21f5d3
EB
4980int main() {}
4981_ACEOF
4982if ac_fn_cxx_try_link "$LINENO"; then :
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4984$as_echo "yes" >&6; }; have_static_libs=yes
4985else
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4987$as_echo "no" >&6; }
4988fi
4989rm -f core conftest.err conftest.$ac_objext \
4990 conftest$ac_exeext conftest.$ac_ext
4991 ac_ext=c
4992ac_cpp='$CPP $CPPFLAGS'
4993ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4994ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4995ac_compiler_gnu=$ac_cv_c_compiler_gnu
4996
4997
4998 LDFLAGS="$saved_LDFLAGS"
4999fi
5000
23f6b2f9
PB
5001
5002
55ffb5ed 5003
1c710c3c
DJ
5004if test -n "$ac_tool_prefix"; then
5005 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
55ffb5ed 5006set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
5213506e
RW
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5008$as_echo_n "checking for $ac_word... " >&6; }
5009if test "${ac_cv_prog_GNATBIND+set}" = set; then :
5010 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5011else
5012 if test -n "$GNATBIND"; then
5013 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
5014else
1c710c3c
DJ
5015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5016for as_dir in $PATH
5017do
5018 IFS=$as_save_IFS
5019 test -z "$as_dir" && as_dir=.
5213506e
RW
5020 for ac_exec_ext in '' $ac_executable_extensions; do
5021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5022 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
5213506e 5023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5024 break 2
5025 fi
5026done
5213506e
RW
5027 done
5028IFS=$as_save_IFS
1c710c3c 5029
55ffb5ed
NN
5030fi
5031fi
1c710c3c 5032GNATBIND=$ac_cv_prog_GNATBIND
55ffb5ed 5033if test -n "$GNATBIND"; then
5213506e
RW
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
5035$as_echo "$GNATBIND" >&6; }
55ffb5ed 5036else
5213506e
RW
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038$as_echo "no" >&6; }
55ffb5ed
NN
5039fi
5040
5213506e 5041
1c710c3c 5042fi
55ffb5ed 5043if test -z "$ac_cv_prog_GNATBIND"; then
1c710c3c 5044 ac_ct_GNATBIND=$GNATBIND
55ffb5ed
NN
5045 # Extract the first word of "gnatbind", so it can be a program name with args.
5046set dummy gnatbind; ac_word=$2
5213506e
RW
5047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5048$as_echo_n "checking for $ac_word... " >&6; }
5049if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
5050 $as_echo_n "(cached) " >&6
55ffb5ed 5051else
1c710c3c
DJ
5052 if test -n "$ac_ct_GNATBIND"; then
5053 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
55ffb5ed 5054else
1c710c3c
DJ
5055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5056for as_dir in $PATH
5057do
5058 IFS=$as_save_IFS
5059 test -z "$as_dir" && as_dir=.
5213506e
RW
5060 for ac_exec_ext in '' $ac_executable_extensions; do
5061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5062 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
5213506e 5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5064 break 2
5065 fi
5066done
5213506e
RW
5067 done
5068IFS=$as_save_IFS
1c710c3c 5069
55ffb5ed
NN
5070fi
5071fi
1c710c3c
DJ
5072ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5073if test -n "$ac_ct_GNATBIND"; then
5213506e
RW
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5075$as_echo "$ac_ct_GNATBIND" >&6; }
55ffb5ed 5076else
5213506e
RW
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078$as_echo "no" >&6; }
55ffb5ed
NN
5079fi
5080
5213506e
RW
5081 if test "x$ac_ct_GNATBIND" = x; then
5082 GNATBIND="no"
5083 else
5084 case $cross_compiling:$ac_tool_warned in
5085yes:)
5086{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5087$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5088ac_tool_warned=yes ;;
5089esac
5090 GNATBIND=$ac_ct_GNATBIND
5091 fi
55ffb5ed 5092else
1c710c3c 5093 GNATBIND="$ac_cv_prog_GNATBIND"
55ffb5ed
NN
5094fi
5095
1c710c3c
DJ
5096if test -n "$ac_tool_prefix"; then
5097 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
5305be7e 5098set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
5213506e
RW
5099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5100$as_echo_n "checking for $ac_word... " >&6; }
5101if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5102 $as_echo_n "(cached) " >&6
5305be7e
RG
5103else
5104 if test -n "$GNATMAKE"; then
5105 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5106else
1c710c3c
DJ
5107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108for as_dir in $PATH
5109do
5110 IFS=$as_save_IFS
5111 test -z "$as_dir" && as_dir=.
5213506e
RW
5112 for ac_exec_ext in '' $ac_executable_extensions; do
5113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5114 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5213506e 5115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5116 break 2
5117 fi
5118done
5213506e
RW
5119 done
5120IFS=$as_save_IFS
1c710c3c 5121
5305be7e
RG
5122fi
5123fi
1c710c3c 5124GNATMAKE=$ac_cv_prog_GNATMAKE
5305be7e 5125if test -n "$GNATMAKE"; then
5213506e
RW
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5127$as_echo "$GNATMAKE" >&6; }
5305be7e 5128else
5213506e
RW
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5130$as_echo "no" >&6; }
5305be7e
RG
5131fi
5132
5213506e 5133
1c710c3c 5134fi
5305be7e 5135if test -z "$ac_cv_prog_GNATMAKE"; then
1c710c3c 5136 ac_ct_GNATMAKE=$GNATMAKE
5305be7e
RG
5137 # Extract the first word of "gnatmake", so it can be a program name with args.
5138set dummy gnatmake; ac_word=$2
5213506e
RW
5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140$as_echo_n "checking for $ac_word... " >&6; }
5141if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5142 $as_echo_n "(cached) " >&6
5305be7e 5143else
1c710c3c
DJ
5144 if test -n "$ac_ct_GNATMAKE"; then
5145 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5305be7e 5146else
1c710c3c
DJ
5147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148for as_dir in $PATH
5149do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5213506e
RW
5152 for ac_exec_ext in '' $ac_executable_extensions; do
5153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 5154 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5213506e 5155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
5156 break 2
5157 fi
5158done
5213506e
RW
5159 done
5160IFS=$as_save_IFS
1c710c3c 5161
5305be7e
RG
5162fi
5163fi
1c710c3c
DJ
5164ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5165if test -n "$ac_ct_GNATMAKE"; then
5213506e
RW
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5167$as_echo "$ac_ct_GNATMAKE" >&6; }
5305be7e 5168else
5213506e
RW
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170$as_echo "no" >&6; }
5305be7e
RG
5171fi
5172
5213506e
RW
5173 if test "x$ac_ct_GNATMAKE" = x; then
5174 GNATMAKE="no"
5175 else
5176 case $cross_compiling:$ac_tool_warned in
5177yes:)
5178{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5179$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5180ac_tool_warned=yes ;;
5181esac
5182 GNATMAKE=$ac_ct_GNATMAKE
5183 fi
5305be7e 5184else
1c710c3c 5185 GNATMAKE="$ac_cv_prog_GNATMAKE"
5305be7e
RG
5186fi
5187
5213506e
RW
5188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5189$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5190if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5191 $as_echo_n "(cached) " >&6
55ffb5ed
NN
5192else
5193 cat >conftest.adb <<EOF
5194procedure conftest is begin null; end conftest;
5195EOF
5196acx_cv_cc_gcc_supports_ada=no
5197# There is a bug in old released versions of GCC which causes the
5198# driver to exit successfully when the appropriate language module
5199# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5200# Therefore we must check for the error message as well as an
5201# unsuccessful exit.
1db673ca
RO
5202# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5203# given a .adb file, but produce no object file. So we must check
5204# if an object file was really produced to guard against this.
55ffb5ed 5205errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
1db673ca 5206if test x"$errors" = x && test -f conftest.$ac_objext; then
55ffb5ed 5207 acx_cv_cc_gcc_supports_ada=yes
55ffb5ed
NN
5208fi
5209rm -f conftest.*
5210fi
5213506e
RW
5211{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5212$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
55ffb5ed 5213
7cb62ef1 5214if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
55ffb5ed
NN
5215 have_gnat=yes
5216else
5217 have_gnat=no
5218fi
5219
5213506e
RW
5220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5221$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5222if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5223 $as_echo_n "(cached) " >&6
a76494aa
PB
5224else
5225 echo abfoo >t1
5226 echo cdfoo >t2
5227 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
6cf1ac42
PB
5228 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5229 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5230 :
5231 else
5232 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5233 fi
5234 fi
a76494aa
PB
5235 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5236 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
6cf1ac42 5237 :
a76494aa
PB
5238 else
5239 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5240 fi
5241 fi
5242 rm t1 t2
5243
5244fi
5213506e
RW
5245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5246$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
a76494aa
PB
5247do_compare="$gcc_cv_prog_cmp_skip"
5248
5249
55ffb5ed 5250
ff3ac0f4
ILT
5251# Check whether --enable-bootstrap was given.
5252if test "${enable_bootstrap+set}" = set; then :
5253 enableval=$enable_bootstrap;
5254else
5255 enable_bootstrap=default
5256fi
5257
5258
5259# Issue errors and warnings for invalid/strange bootstrap combinations.
bf03b9ff
ILT
5260if test -r $srcdir/gcc/configure; then
5261 have_compiler=yes
5262else
5263 have_compiler=no
5264fi
ff3ac0f4
ILT
5265
5266case "$have_compiler:$host:$target:$enable_bootstrap" in
5267 *:*:*:no) ;;
5268
5269 # Default behavior. Enable bootstrap if we have a compiler
5270 # and we are in a native configuration.
5271 yes:$build:$build:default)
5272 enable_bootstrap=yes ;;
5273
5274 *:*:*:default)
5275 enable_bootstrap=no ;;
5276
5277 # We have a compiler and we are in a native configuration, bootstrap is ok
5278 yes:$build:$build:yes)
5279 ;;
5280
5281 # Other configurations, but we have a compiler. Assume the user knows
5282 # what he's doing.
5283 yes:*:*:yes)
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5285$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5286 ;;
5287
5288 # No compiler: if they passed --enable-bootstrap explicitly, fail
5289 no:*:*:yes)
5290 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5291
5292 # Fail if wrong command line
5293 *)
5294 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5295 ;;
5296esac
5297
592c90ff
KG
5298# Used for setting $lt_cv_objdir
5299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5300$as_echo_n "checking for objdir... " >&6; }
5301if test "${lt_cv_objdir+set}" = set; then :
5302 $as_echo_n "(cached) " >&6
5303else
5304 rm -f .libs 2>/dev/null
5305mkdir .libs 2>/dev/null
5306if test -d .libs; then
5307 lt_cv_objdir=.libs
5308else
5309 # MS-DOS does not allow filenames that begin with a dot.
5310 lt_cv_objdir=_libs
5311fi
5312rmdir .libs 2>/dev/null
5313fi
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5315$as_echo "$lt_cv_objdir" >&6; }
5316objdir=$lt_cv_objdir
5317
5318
5319
5320
5321
5322cat >>confdefs.h <<_ACEOF
5323#define LT_OBJDIR "$lt_cv_objdir/"
5324_ACEOF
5325
5326
5327
acd26225 5328# Check for GMP, MPFR and MPC
3a5729ea 5329gmplibs="-lmpc -lmpfr -lgmp"
6de9cd9a 5330gmpinc=
e69bf64b 5331have_gmp=no
acd26225
KG
5332
5333# Specify a location for mpc
5334# check for this first so it ends up on the link line before mpfr.
5335
5213506e
RW
5336# Check whether --with-mpc was given.
5337if test "${with_mpc+set}" = set; then :
5338 withval=$with_mpc;
5339fi
acd26225 5340
acd26225 5341
9965e3cd 5342# Check whether --with-mpc-include was given.
5213506e
RW
5343if test "${with_mpc_include+set}" = set; then :
5344 withval=$with_mpc_include;
5345fi
acd26225 5346
acd26225 5347
9965e3cd 5348# Check whether --with-mpc-lib was given.
5213506e
RW
5349if test "${with_mpc_lib+set}" = set; then :
5350 withval=$with_mpc_lib;
5351fi
acd26225 5352
acd26225
KG
5353
5354if test "x$with_mpc" != x; then
3a5729ea
KG
5355 gmplibs="-L$with_mpc/lib $gmplibs"
5356 gmpinc="-I$with_mpc/include $gmpinc"
acd26225
KG
5357fi
5358if test "x$with_mpc_include" != x; then
3a5729ea 5359 gmpinc="-I$with_mpc_include $gmpinc"
acd26225
KG
5360fi
5361if test "x$with_mpc_lib" != x; then
3a5729ea 5362 gmplibs="-L$with_mpc_lib $gmplibs"
acd26225
KG
5363fi
5364if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
592c90ff 5365 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
3a5729ea 5366 gmpinc='-I$$s/mpc/src '"$gmpinc"
acd26225
KG
5367 # Do not test the mpc version. Assume that it is sufficient, since
5368 # it is in the source tree, and the library has not been built yet
5369 # but it would be included on the link line in the version check below
5370 # hence making the test fail.
3a5729ea 5371 have_gmp=yes
acd26225 5372fi
e69bf64b 5373
bebf829d
PB
5374# Specify a location for mpfr
5375# check for this first so it ends up on the link line before gmp.
1c710c3c 5376
5213506e
RW
5377# Check whether --with-mpfr-dir was given.
5378if test "${with_mpfr_dir+set}" = set; then :
5379 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5380Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5381fi
5382
bebf829d
PB
5383
5384
5213506e
RW
5385# Check whether --with-mpfr was given.
5386if test "${with_mpfr+set}" = set; then :
5387 withval=$with_mpfr;
5388fi
1c710c3c 5389
bebf829d 5390
9965e3cd 5391# Check whether --with-mpfr-include was given.
5213506e
RW
5392if test "${with_mpfr_include+set}" = set; then :
5393 withval=$with_mpfr_include;
5394fi
1c710c3c 5395
8a877c9c 5396
9965e3cd 5397# Check whether --with-mpfr-lib was given.
5213506e
RW
5398if test "${with_mpfr_lib+set}" = set; then :
5399 withval=$with_mpfr_lib;
5400fi
8a877c9c 5401
bebf829d
PB
5402
5403if test "x$with_mpfr" != x; then
5404 gmplibs="-L$with_mpfr/lib $gmplibs"
3a5729ea 5405 gmpinc="-I$with_mpfr/include $gmpinc"
bebf829d 5406fi
8a877c9c 5407if test "x$with_mpfr_include" != x; then
3a5729ea 5408 gmpinc="-I$with_mpfr_include $gmpinc"
8a877c9c
KG
5409fi
5410if test "x$with_mpfr_lib" != x; then
5411 gmplibs="-L$with_mpfr_lib $gmplibs"
5412fi
e69bf64b 5413if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5b0d38e4
NC
5414 # MPFR v3.1.0 moved the sources into a src sub-directory.
5415 if test -d ${srcdir}/mpfr/src; then
5416 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5417 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5418 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5419 else
5420 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5421 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5422 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5423 fi
e69bf64b
PB
5424 # Do not test the mpfr version. Assume that it is sufficient, since
5425 # it is in the source tree, and the library has not been built yet
5426 # but it would be included on the link line in the version check below
5427 # hence making the test fail.
5428 have_gmp=yes
5429fi
bebf829d 5430
6de9cd9a 5431# Specify a location for gmp
1c710c3c 5432
5213506e
RW
5433# Check whether --with-gmp-dir was given.
5434if test "${with_gmp_dir+set}" = set; then :
5435 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5436Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5437fi
5438
6de9cd9a 5439
6de9cd9a 5440
5213506e
RW
5441# Check whether --with-gmp was given.
5442if test "${with_gmp+set}" = set; then :
5443 withval=$with_gmp;
5444fi
1c710c3c 5445
6de9cd9a 5446
9965e3cd 5447# Check whether --with-gmp-include was given.
5213506e
RW
5448if test "${with_gmp_include+set}" = set; then :
5449 withval=$with_gmp_include;
5450fi
1c710c3c 5451
8a877c9c 5452
9965e3cd 5453# Check whether --with-gmp-lib was given.
5213506e
RW
5454if test "${with_gmp_lib+set}" = set; then :
5455 withval=$with_gmp_lib;
5456fi
8a877c9c
KG
5457
5458
6de9cd9a 5459
bebf829d
PB
5460if test "x$with_gmp" != x; then
5461 gmplibs="-L$with_gmp/lib $gmplibs"
5462 gmpinc="-I$with_gmp/include $gmpinc"
6de9cd9a 5463fi
8a877c9c
KG
5464if test "x$with_gmp_include" != x; then
5465 gmpinc="-I$with_gmp_include $gmpinc"
5466fi
5467if test "x$with_gmp_lib" != x; then
5468 gmplibs="-L$with_gmp_lib $gmplibs"
5469fi
e69bf64b 5470if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
592c90ff 5471 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
e69bf64b 5472 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
9183bdcf 5473 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
592c90ff 5474 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
0ff2d841 5475 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
e69bf64b
PB
5476 # Do not test the gmp version. Assume that it is sufficient, since
5477 # it is in the source tree, and the library has not been built yet
5478 # but it would be included on the link line in the version check below
5479 # hence making the test fail.
5480 have_gmp=yes
5481fi
6de9cd9a 5482
d943d7c4 5483if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
e69bf64b
PB
5484 have_gmp=yes
5485 saved_CFLAGS="$CFLAGS"
5486 CFLAGS="$CFLAGS $gmpinc"
362c6d2f
KG
5487 # Check for the recommended and required versions of GMP.
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5489$as_echo_n "checking for the correct version of gmp.h... " >&6; }
e8fd69bb
SP
5490
5491cat confdefs.h - <<_ACEOF >conftest.$ac_ext
362c6d2f
KG
5492/* end confdefs.h. */
5493#include "gmp.h"
5494int
5495main ()
5496{
5497
5498 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5499 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
385c0681 5500 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
362c6d2f
KG
5501 choke me
5502 #endif
5503
5504 ;
5505 return 0;
5506}
5507_ACEOF
5508if ac_fn_c_try_compile "$LINENO"; then :
e8fd69bb 5509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5510/* end confdefs.h. */
362c6d2f 5511#include <gmp.h>
1c710c3c
DJ
5512int
5513main ()
5514{
6de9cd9a 5515
362c6d2f
KG
5516 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5517 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5518 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
e69bf64b
PB
5519 choke me
5520 #endif
1c710c3c
DJ
5521
5522 ;
5523 return 0;
5524}
5525_ACEOF
5213506e
RW
5526if ac_fn_c_try_compile "$LINENO"; then :
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5528$as_echo "yes" >&6; }
362c6d2f
KG
5529else
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5531$as_echo "buggy but acceptable" >&6; }
5532fi
5533rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1c710c3c 5534else
5213506e
RW
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5536$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5537fi
5213506e 5538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 5539
acd26225 5540 # If we have GMP, check the MPFR version.
e69bf64b 5541 if test x"$have_gmp" = xyes; then
362c6d2f
KG
5542 # Check for the recommended and required versions of MPFR.
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5544$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5213506e 5545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5546/* end confdefs.h. */
70ec446f 5547#include <gmp.h>
e69bf64b 5548 #include <mpfr.h>
1c710c3c
DJ
5549int
5550main ()
5551{
e48d66a9 5552
f7d6bc01 5553 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
e69bf64b
PB
5554 choke me
5555 #endif
1c710c3c
DJ
5556
5557 ;
5558 return 0;
5559}
5560_ACEOF
5213506e
RW
5561if ac_fn_c_try_compile "$LINENO"; then :
5562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1c710c3c 5563/* end confdefs.h. */
a3993f33 5564#include <gmp.h>
e69bf64b 5565 #include <mpfr.h>
1c710c3c
DJ
5566int
5567main ()
5568{
a3993f33 5569
362c6d2f 5570 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
e69bf64b
PB
5571 choke me
5572 #endif
acd26225
KG
5573
5574 ;
5575 return 0;
5576}
5577_ACEOF
5213506e
RW
5578if ac_fn_c_try_compile "$LINENO"; then :
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5580$as_echo "yes" >&6; }
acd26225 5581else
5213506e
RW
5582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5583$as_echo "buggy but acceptable" >&6; }
acd26225 5584fi
5213506e 5585rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5586else
5213506e
RW
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5588$as_echo "no" >&6; }; have_gmp=no
acd26225 5589fi
5213506e 5590rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5591 fi
5592
5593 # Check for the MPC header version.
3a5729ea 5594 if test x"$have_gmp" = xyes ; then
362c6d2f 5595 # Check for the recommended and required versions of MPC.
5213506e
RW
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5597$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225
KG
5599/* end confdefs.h. */
5600#include <mpc.h>
5601int
5602main ()
5603{
5604
362c6d2f
KG
5605 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5606 choke me
5607 #endif
5608
5609 ;
5610 return 0;
5611}
5612_ACEOF
5613if ac_fn_c_try_compile "$LINENO"; then :
5614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5615/* end confdefs.h. */
5616#include <mpc.h>
5617int
5618main ()
5619{
5620
5621 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
acd26225
KG
5622 choke me
5623 #endif
5624
5625 ;
5626 return 0;
5627}
5628_ACEOF
5213506e
RW
5629if ac_fn_c_try_compile "$LINENO"; then :
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3a5729ea 5631$as_echo "yes" >&6; }
362c6d2f
KG
5632else
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5634$as_echo "buggy but acceptable" >&6; }
5635fi
5636rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225 5637else
5213506e 5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3a5729ea 5639$as_echo "no" >&6; }; have_gmp=no
acd26225 5640fi
5213506e 5641rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
acd26225
KG
5642 fi
5643
5644 # Now check the MPFR library.
5645 if test x"$have_gmp" = xyes; then
5646 saved_LIBS="$LIBS"
5647 LIBS="$LIBS $gmplibs"
3a5729ea
KG
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5649$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5213506e 5650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
acd26225 5651/* end confdefs.h. */
3a5729ea 5652#include <mpc.h>
acd26225
KG
5653int
5654main ()
5655{
5656
5657 mpfr_t n;
5658 mpfr_t x;
3a5729ea 5659 mpc_t c;
acd26225
KG
5660 int t;
5661 mpfr_init (n);
5662 mpfr_init (x);
5663 mpfr_atan2 (n, n, x, GMP_RNDN);
5664 mpfr_erfc (n, x, GMP_RNDN);
5665 mpfr_subnormalize (x, t, GMP_RNDN);
3a5729ea
KG
5666 mpfr_clear(n);
5667 mpfr_clear(x);
5668 mpc_init2 (c, 53);
5669 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5670 mpc_cosh (c, c, MPC_RNDNN);
5671 mpc_pow (c, c, c, MPC_RNDNN);
5672 mpc_acosh (c, c, MPC_RNDNN);
5673 mpc_clear (c);
1c710c3c
DJ
5674
5675 ;
5676 return 0;
5677}
5678_ACEOF
5213506e
RW
5679if ac_fn_c_try_link "$LINENO"; then :
5680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5681$as_echo "yes" >&6; }
1c710c3c 5682else
5213506e
RW
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5684$as_echo "no" >&6; }; have_gmp=no
1c710c3c 5685fi
5213506e
RW
5686rm -f core conftest.err conftest.$ac_objext \
5687 conftest$ac_exeext conftest.$ac_ext
acd26225
KG
5688 LIBS="$saved_LIBS"
5689 fi
5690
e69bf64b 5691 CFLAGS="$saved_CFLAGS"
6de9cd9a 5692
362c6d2f
KG
5693# The library versions listed in the error message below should match
5694# the HARD-minimums enforced above.
e69bf64b 5695 if test x$have_gmp != xyes; then
f7d6bc01 5696 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
3a5729ea
KG
5697Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5698their locations. Source code for these libraries can be found at
5699their respective hosting sites as well as at
5700ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5701http://gcc.gnu.org/install/prerequisites.html for additional info. If
5702you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5703make sure that you have installed both the libraries and the header
5704files. They may be located in separate packages." "$LINENO" 5
e69bf64b 5705 fi
70ec446f
KG
5706fi
5707
acd26225
KG
5708# Flags needed for both GMP, MPFR and/or MPC.
5709
5710
6de9cd9a
DN
5711
5712
5713
9e3eba15 5714
0ff2d841 5715
f38095f3
JM
5716# Allow host libstdc++ to be specified for static linking with PPL.
5717
5213506e
RW
5718# Check whether --with-host-libstdcxx was given.
5719if test "${with_host_libstdcxx+set}" = set; then :
5720 withval=$with_host_libstdcxx;
5721fi
f38095f3 5722
f38095f3
JM
5723
5724case $with_host_libstdcxx in
5725 no|yes)
5213506e 5726 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
f38095f3
JM
5727 ;;
5728esac
f8bf9252 5729
0b21f5d3 5730# Libraries to use for stage1 or when not bootstrapping.
00020c16 5731
0b21f5d3
EB
5732# Check whether --with-stage1-libs was given.
5733if test "${with_stage1_libs+set}" = set; then :
5734 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5735 stage1_libs=
00020c16 5736 else
0b21f5d3 5737 stage1_libs=$withval
00020c16
ILT
5738 fi
5739else
0b21f5d3 5740 stage1_libs=$with_host_libstdcxx
5213506e
RW
5741fi
5742
00020c16
ILT
5743
5744
0b21f5d3 5745# Linker flags to use for stage1 or when not bootstrapping.
00020c16 5746
0b21f5d3
EB
5747# Check whether --with-stage1-ldflags was given.
5748if test "${with_stage1_ldflags+set}" = set; then :
5749 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5750 stage1_ldflags=
00020c16 5751 else
0b21f5d3 5752 stage1_ldflags=$withval
00020c16
ILT
5753 fi
5754else
0b21f5d3
EB
5755 stage1_ldflags=
5756 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5757 # if supported. But if the user explicitly specified the libraries to use,
5758 # trust that they are doing what they want.
5759 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5760 stage1_ldflags="-static-libstdc++ -static-libgcc"
5761 fi
5213506e
RW
5762fi
5763
00020c16
ILT
5764
5765
00020c16
ILT
5766# Libraries to use for stage2 and later builds. This defaults to the
5767# argument passed to --with-host-libstdcxx.
5768
5213506e
RW
5769# Check whether --with-boot-libs was given.
5770if test "${with_boot_libs+set}" = set; then :
5771 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
e90e6bd7
ILT
5772 poststage1_libs=
5773 else
5774 poststage1_libs=$withval
5775 fi
5776else
00020c16 5777 poststage1_libs=$with_host_libstdcxx
5213506e
RW
5778fi
5779
00020c16
ILT
5780
5781
ed2eaa9f
ILT
5782# Linker flags to use for stage2 and later builds.
5783
5784# Check whether --with-boot-ldflags was given.
5785if test "${with_boot_ldflags+set}" = set; then :
5786 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5787 poststage1_ldflags=
5788 else
5789 poststage1_ldflags=$withval
5790 fi
5791else
5792 poststage1_ldflags=
bec93d73
ILT
5793 # In stages 2 and 3, default to linking libstdc++ and libgcc
5794 # statically. But if the user explicitly specified the libraries to
5795 # use, trust that they are doing what they want.
5796 if test "$poststage1_libs" = ""; then
ed2eaa9f
ILT
5797 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5798 fi
5799fi
5800
5801
5802
625afa23
RG
5803# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5804# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5805# config/isl.m4
5806
5807
5808# Check whether --with-cloog was given.
5809if test "${with_cloog+set}" = set; then :
5810 withval=$with_cloog;
5811fi
f8bf9252
SP
5812
5813
33ad93b9
RG
5814# Check whether --with-isl was given.
5815if test "${with_isl+set}" = set; then :
5816 withval=$with_isl;
5213506e 5817fi
f8bf9252 5818
f8bf9252 5819
625afa23
RG
5820# Treat either --without-cloog or --without-isl as a request to disable
5821# GRAPHITE support and skip all following checks.
5822if test "x$with_isl" != "xno" &&
5823 test "x$with_cloog" != "xno"; then
5824 # Check for ISL
5825
5826
33ad93b9
RG
5827# Check whether --with-isl-include was given.
5828if test "${with_isl_include+set}" = set; then :
5829 withval=$with_isl_include;
5213506e
RW
5830fi
5831
f8bf9252 5832
33ad93b9
RG
5833# Check whether --with-isl-lib was given.
5834if test "${with_isl_lib+set}" = set; then :
5835 withval=$with_isl_lib;
5213506e 5836fi
f8bf9252 5837
f8bf9252 5838
33ad93b9
RG
5839 # Check whether --enable-isl-version-check was given.
5840if test "${enable_isl_version_check+set}" = set; then :
5841 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5842else
5843 ENABLE_ISL_CHECK=yes
7d32a440
SP
5844fi
5845
5846
33ad93b9
RG
5847 # Initialize isllibs and islinc.
5848 case $with_isl in
5849 no)
5850 isllibs=
5851 islinc=
5852 ;;
5853 "" | yes)
5854 ;;
5855 *)
5856 isllibs="-L$with_isl/lib"
5857 islinc="-I$with_isl/include"
5858 ;;
5859 esac
5860 if test "x${with_isl_include}" != x ; then
5861 islinc="-I$with_isl_include"
5862 fi
5863 if test "x${with_isl_lib}" != x; then
5864 isllibs="-L$with_isl_lib"
5865 fi
5866 if test "x${islinc}" = x && test "x${isllibs}" = x \
5867 && test -d ${srcdir}/isl; then
5868 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5869 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5870 ENABLE_ISL_CHECK=no
2869f0ff
RB
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree ISL, disabling version check" >&5
5872$as_echo "$as_me: WARNING: using in-tree ISL, disabling version check" >&2;}
33ad93b9 5873 fi
7d32a440 5874
7d32a440 5875
7d32a440 5876
33ad93b9
RG
5877 if test "${ENABLE_ISL_CHECK}" = yes ; then
5878 _isl_saved_CFLAGS=$CFLAGS
5879 _isl_saved_LDFLAGS=$LDFLAGS
90d4f233 5880 _isl_saved_LIBS=$LIBS
33ad93b9
RG
5881
5882 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
90d4f233
RO
5883 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5884 LIBS="${_isl_saved_LIBS} -lisl"
33ad93b9
RG
5885
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5887$as_echo_n "checking for version 0.10 of ISL... " >&6; }
2869f0ff 5888 if test "$cross_compiling" = yes; then :
2b2d7c53 5889 gcc_cv_isl=yes
33ad93b9
RG
5890else
5891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7d32a440 5892/* end confdefs.h. */
33ad93b9
RG
5893#include <isl/version.h>
5894 #include <string.h>
7d32a440
SP
5895int
5896main ()
5897{
8247e8b2
RG
5898if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5899 return 1;
5900
7d32a440
SP
5901 ;
5902 return 0;
5903}
5904_ACEOF
33ad93b9
RG
5905if ac_fn_c_try_run "$LINENO"; then :
5906 gcc_cv_isl=yes
d789184e 5907else
33ad93b9 5908 gcc_cv_isl=no
7d32a440 5909fi
33ad93b9
RG
5910rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5911 conftest.$ac_objext conftest.beam conftest.$ac_ext
7d32a440 5912fi
33ad93b9 5913
2869f0ff 5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
33ad93b9 5915$as_echo "$gcc_cv_isl" >&6; }
5213506e 5916
33ad93b9
RG
5917 CFLAGS=$_isl_saved_CFLAGS
5918 LDFLAGS=$_isl_saved_LDFLAGS
90d4f233 5919 LIBS=$_isl_saved_LIBS
7d32a440 5920 fi
f8bf9252 5921
7d32a440 5922
d0ad394c
RB
5923 if test "${gcc_cv_isl}" = no ; then
5924
5925 if test "${ENABLE_ISL_CHECK}" = yes ; then
5926 _isl_saved_CFLAGS=$CFLAGS
5927 _isl_saved_LDFLAGS=$LDFLAGS
5928 _isl_saved_LIBS=$LIBS
5929
5930 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5931 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5932 LIBS="${_isl_saved_LIBS} -lisl"
d0ad394c
RB
5933
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 of ISL" >&5
5935$as_echo_n "checking for version 0.11 of ISL... " >&6; }
2869f0ff 5936 if test "$cross_compiling" = yes; then :
d0ad394c
RB
5937 gcc_cv_isl=yes
5938else
5939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5940/* end confdefs.h. */
5941#include <isl/version.h>
5942 #include <string.h>
5943int
5944main ()
5945{
5946if (strncmp (isl_version (), "isl-0.11", strlen ("isl-0.11")) != 0)
5947 return 1;
5948
5949 ;
5950 return 0;
5951}
5952_ACEOF
5953if ac_fn_c_try_run "$LINENO"; then :
5954 gcc_cv_isl=yes
5955else
5956 gcc_cv_isl=no
5957fi
5958rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5959 conftest.$ac_objext conftest.beam conftest.$ac_ext
5960fi
5961
2869f0ff 5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
d0ad394c
RB
5963$as_echo "$gcc_cv_isl" >&6; }
5964
5965 CFLAGS=$_isl_saved_CFLAGS
5966 LDFLAGS=$_isl_saved_LDFLAGS
5967 LIBS=$_isl_saved_LIBS
5968 fi
5969
5970
9847828b
RB
5971 if test "${gcc_cv_isl}" = no ; then
5972
5973 if test "${ENABLE_ISL_CHECK}" = yes ; then
5974 _isl_saved_CFLAGS=$CFLAGS
5975 _isl_saved_LDFLAGS=$LDFLAGS
5976 _isl_saved_LIBS=$LIBS
5977
5978 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
5979 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5980 LIBS="${_isl_saved_LIBS} -lisl"
5981
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.12 of ISL" >&5
5983$as_echo_n "checking for version 0.12 of ISL... " >&6; }
5984 if test "$cross_compiling" = yes; then :
5985 gcc_cv_isl=yes
5986else
5987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5988/* end confdefs.h. */
5989#include <isl/version.h>
5990 #include <string.h>
5991int
5992main ()
5993{
5994if (strncmp (isl_version (), "isl-0.12", strlen ("isl-0.12")) != 0)
5995 return 1;
5996
5997 ;
5998 return 0;
5999}
6000_ACEOF
6001if ac_fn_c_try_run "$LINENO"; then :
6002 gcc_cv_isl=yes
6003else
6004 gcc_cv_isl=no
6005fi
6006rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6007 conftest.$ac_objext conftest.beam conftest.$ac_ext
6008fi
6009
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
6011$as_echo "$gcc_cv_isl" >&6; }
6012
6013 CFLAGS=$_isl_saved_CFLAGS
6014 LDFLAGS=$_isl_saved_LDFLAGS
6015 LIBS=$_isl_saved_LIBS
6016 fi
6017
6018
6019 fi
d0ad394c 6020 fi
f8bf9252 6021
f8bf9252 6022
33ad93b9
RG
6023
6024
33ad93b9
RG
6025 if test "x${with_isl}" = xno; then
6026 graphite_requested=no
6027 elif test "x${with_isl}" != x \
6028 || test "x${with_isl_include}" != x \
6029 || test "x${with_isl_lib}" != x ; then
6030 graphite_requested=yes
6031 else
6032 graphite_requested=no
7d32a440 6033 fi
d789184e 6034
d789184e
SP
6035
6036
33ad93b9
RG
6037 if test "${gcc_cv_isl}" = no ; then
6038 isllibs=
6039 islinc=
6040 fi
6041
6042 if test "${graphite_requested}" = yes \
6043 && test "x${isllibs}" = x \
6044 && test "x${islinc}" = x ; then
f8bf9252 6045
33ad93b9
RG
6046 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
6047 fi
f8bf9252 6048
d32ef397 6049
d789184e 6050
625afa23
RG
6051 if test "x$gcc_cv_isl" != "xno"; then
6052 # Check for CLOOG
5213506e 6053
d789184e 6054
9965e3cd 6055# Check whether --with-cloog-include was given.
5213506e
RW
6056if test "${with_cloog_include+set}" = set; then :
6057 withval=$with_cloog_include;
6058fi
d789184e 6059
d789184e 6060
9965e3cd 6061# Check whether --with-cloog-lib was given.
5213506e
RW
6062if test "${with_cloog_lib+set}" = set; then :
6063 withval=$with_cloog_lib;
6064fi
d789184e 6065
d789184e 6066
d32ef397
AS
6067 # Check whether --enable-cloog-version-check was given.
6068if test "${enable_cloog_version_check+set}" = set; then :
6069 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
6070else
6071 ENABLE_CLOOG_CHECK=yes
6072fi
6073
6074
6075 # Initialize clooglibs and clooginc.
6076 case $with_cloog in
6077 no)
6078 clooglibs=
6079 clooginc=
6080 ;;
6081 "" | yes)
6082 ;;
6083 *)
6084 clooglibs="-L$with_cloog/lib"
6085 clooginc="-I$with_cloog/include"
6086 ;;
6087 esac
6088 if test "x${with_cloog_include}" != x ; then
6089 clooginc="-I$with_cloog_include"
6090 fi
6091 if test "x${with_cloog_lib}" != x; then
6092 clooglibs="-L$with_cloog_lib"
6093 fi
2869f0ff 6094 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
33ad93b9 6095 && test -d ${srcdir}/cloog; then
33ad93b9
RG
6096 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
6097 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
2869f0ff
RB
6098 ENABLE_CLOOG_CHECK=no
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5
6100$as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;}
ab4173cf 6101 fi
ad0abd3c 6102
33ad93b9 6103 clooginc="-DCLOOG_INT_GMP ${clooginc}"
625afa23 6104 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
d32ef397
AS
6105
6106
6107
6108
6109
6110 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6111 _cloog_saved_CFLAGS=$CFLAGS
6112 _cloog_saved_LDFLAGS=$LDFLAGS
6113
33ad93b9
RG
6114 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6115 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
d32ef397 6116
6886e444
RG
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
6118$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
2869f0ff 6119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f8bf9252 6120/* end confdefs.h. */
33ad93b9 6121#include "cloog/version.h"
f8bf9252
SP
6122int
6123main ()
6124{
d32ef397 6125#if CLOOG_VERSION_MAJOR != 0 \
6886e444
RG
6126 || CLOOG_VERSION_MINOR != 17 \
6127 || CLOOG_VERSION_REVISION < 0
d32ef397
AS
6128 choke me
6129 #endif
f8bf9252
SP
6130 ;
6131 return 0;
6132}
6133_ACEOF
0333b9a6 6134if ac_fn_c_try_compile "$LINENO"; then :
6886e444 6135 gcc_cv_cloog=yes
f8bf9252 6136else
6886e444 6137 gcc_cv_cloog=no
f8bf9252 6138fi
5213506e 6139rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2869f0ff 6140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
6886e444 6141$as_echo "$gcc_cv_cloog" >&6; }
d32ef397
AS
6142
6143 CFLAGS=$_cloog_saved_CFLAGS
6144 LDFLAGS=$_cloog_saved_LDFLAGS
6145 fi
f8bf9252 6146
f8bf9252 6147
d0ad394c
RB
6148 if test "${gcc_cv_cloog}" = no ; then
6149
6150
6151
6152 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6153 _cloog_saved_CFLAGS=$CFLAGS
6154 _cloog_saved_LDFLAGS=$LDFLAGS
6155
6156 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
6157 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
6158
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.18.0 of CLooG" >&5
6160$as_echo_n "checking for version 0.18.0 of CLooG... " >&6; }
2869f0ff 6161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d0ad394c
RB
6162/* end confdefs.h. */
6163#include "cloog/version.h"
6164int
6165main ()
6166{
6167#if CLOOG_VERSION_MAJOR != 0 \
6168 || CLOOG_VERSION_MINOR != 18 \
6169 || CLOOG_VERSION_REVISION < 0
6170 choke me
6171 #endif
6172 ;
6173 return 0;
6174}
6175_ACEOF
6176if ac_fn_c_try_compile "$LINENO"; then :
6177 gcc_cv_cloog=yes
6178else
6179 gcc_cv_cloog=no
6180fi
6181rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2869f0ff 6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
d0ad394c
RB
6183$as_echo "$gcc_cv_cloog" >&6; }
6184
6185 CFLAGS=$_cloog_saved_CFLAGS
6186 LDFLAGS=$_cloog_saved_LDFLAGS
6187 fi
6188
6189
6190 fi
f8bf9252
SP
6191
6192
d32ef397
AS
6193
6194
6195
6be7b668
JJ
6196 if test "x${with_cloog}" = xno; then
6197 graphite_requested=no
6198 elif test "x${with_cloog}" != x \
d32ef397
AS
6199 || test "x${with_cloog_include}" != x \
6200 || test "x${with_cloog_lib}" != x ; then
6201 graphite_requested=yes
6202 else
6203 graphite_requested=no
6204 fi
6205
6206
6207
6886e444 6208 if test "${gcc_cv_cloog}" = no ; then
d32ef397
AS
6209 clooglibs=
6210 clooginc=
6211 fi
6212
6213 if test "${graphite_requested}" = yes \
6214 && test "x${clooglibs}" = x \
6215 && test "x${clooginc}" = x ; then
6216
625afa23 6217 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
d32ef397
AS
6218 fi
6219
6220
625afa23 6221 fi
d32ef397
AS
6222fi
6223
32d024bf
RG
6224# If either the ISL or the CLooG check failed, disable builds of in-tree
6225# variants of both
625afa23
RG
6226if test "x$with_isl" = xno ||
6227 test "x$with_cloog" = xno ||
6228 test "x$gcc_cv_cloog" = xno ||
6229 test "x$gcc_cv_isl" = xno; then
32d024bf 6230 noconfigdirs="$noconfigdirs cloog isl"
625afa23
RG
6231 islinc=
6232 clooginc=
6233 clooglibs=
32d024bf
RG
6234fi
6235
625afa23
RG
6236
6237
6238
6239
6240
d7f09764
DN
6241# Check for LTO support.
6242# Check whether --enable-lto was given.
6243if test "${enable_lto+set}" = set; then :
6244 enableval=$enable_lto; enable_lto=$enableval
6245else
6246 enable_lto=yes; default_enable_lto=yes
6247fi
6248
6249
7413962d 6250
9a02962b
DK
6251
6252
6253target_elf=no
6254case $target in
6255 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
e44dbbe1 6256 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
9a02962b
DK
6257 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6258 target_elf=no
6259 ;;
6260 *)
6261 target_elf=yes
6262 ;;
6263esac
6264
6265if test $target_elf = yes; then :
48215350
DK
6266 # ELF platforms build the lto-plugin always.
6267 build_lto_plugin=yes
9a02962b 6268
9a02962b
DK
6269else
6270 if test x"$default_enable_lto" = x"yes" ; then
bb79486c 6271 case $target in
2cd815e7 6272 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
48215350 6273 # On other non-ELF platforms, LTO has yet to be validated.
bb79486c
JH
6274 *) enable_lto=no ;;
6275 esac
9a02962b 6276 else
db50fe7d
IS
6277 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6278 # It would also be nice to check the binutils support, but we don't
9a02962b
DK
6279 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6280 # warn during gcc/ subconfigure; unless you're bootstrapping with
6281 # -flto it won't be needed until after installation anyway.
6282 case $target in
1cd0b716 6283 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9a02962b
DK
6284 *) if test x"$enable_lto" = x"yes"; then
6285 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6286 fi
6287 ;;
6288 esac
6289 fi
1cd0b716 6290 # Among non-ELF, only Windows platforms support the lto-plugin so far.
48215350 6291 # Build it unless LTO was explicitly disabled.
1cd0b716 6292 case $target in
48215350 6293 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
1cd0b716
DK
6294 *) ;;
6295 esac
48215350 6296
9a02962b
DK
6297fi
6298
d7f09764 6299
f8bf9252 6300
0823efed 6301# By default, C and C++ are the only stage 1 languages.
e1888513 6302stage1_languages=,c,
2805b53a 6303
00020c16 6304# Target libraries that we bootstrap.
ad1e5170 6305bootstrap_target_libs=,target-libgcc,
00020c16 6306
55ffb5ed
NN
6307# Figure out what language subdirectories are present.
6308# Look if the user specified --enable-languages="..."; if not, use
6309# the environment variable $LANGUAGES if defined. $LANGUAGES might
6310# go away some day.
6311# NB: embedded tabs in this IF block -- do not untabify
6312if test -d ${srcdir}/gcc; then
6313 if test x"${enable_languages+set}" != xset; then
6314 if test x"${LANGUAGES+set}" = xset; then
6315 enable_languages="${LANGUAGES}"
6316 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6317 else
6318 enable_languages=all
6319 fi
6320 else
6321 if test x"${enable_languages}" = x ||
6322 test x"${enable_languages}" = xyes;
6323 then
6324 echo configure.in: --enable-languages needs at least one language argument 1>&2
6325 exit 1
6326 fi
6327 fi
6328 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6329
7f26dfa3
FXC
6330 # 'f95' is the old name for the 'fortran' language. We issue a warning
6331 # and make the substitution.
6332 case ,${enable_languages}, in
6333 *,f95,*)
6334 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6335 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6336 ;;
6337 esac
6338
0823efed
DN
6339 # If bootstrapping, C++ must be enabled.
6340 case ",$enable_languages,:$enable_bootstrap" in
6341 *,c++,*:*) ;;
6342 *:yes)
ff3ac0f4
ILT
6343 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6344 enable_languages="${enable_languages},c++"
6345 else
0823efed 6346 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
ff3ac0f4
ILT
6347 fi
6348 ;;
6349 esac
6350
55ffb5ed
NN
6351 # First scan to see if an enabled language requires some other language.
6352 # We assume that a given config-lang.in will list all the language
6353 # front ends it requires, even if some are required indirectly.
6354 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6355 case ${lang_frag} in
6356 ..) ;;
6357 # The odd quoting in the next line works around
6358 # an apparent bug in bash 1.12 on linux.
6359 ${srcdir}/gcc/[*]/config-lang.in) ;;
6360 *)
69ecd18f
ILT
6361 # From the config-lang.in, get $language, $lang_requires, and
6362 # $lang_requires_boot_languages.
55ffb5ed
NN
6363 language=
6364 lang_requires=
69ecd18f 6365 lang_requires_boot_languages=
55ffb5ed 6366 . ${lang_frag}
69ecd18f 6367 for other in ${lang_requires} ${lang_requires_boot_languages}; do
55ffb5ed
NN
6368 case ,${enable_languages}, in
6369 *,$other,*) ;;
6370 *,all,*) ;;
6371 *,$language,*)
6372 echo " \`$other' language required by \`$language'; enabling" 1>&2
6373 enable_languages="${enable_languages},${other}"
6374 ;;
6375 esac
6376 done
69ecd18f
ILT
6377 for other in ${lang_requires_boot_languages} ; do
6378 if test "$other" != "c"; then
6379 case ,${enable_stage1_languages}, in
6380 *,$other,*) ;;
6381 *,all,*) ;;
6382 *)
6383 case ,${enable_languages}, in
6384 *,$language,*)
6385 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6386 enable_stage1_languages="$enable_stage1_languages,${other}"
6387 ;;
6388 esac
6389 ;;
6390 esac
6391 fi
6392 done
55ffb5ed
NN
6393 ;;
6394 esac
6395 done
6396
e1888513 6397 new_enable_languages=,c,
d7f09764
DN
6398
6399 # If LTO is enabled, add the LTO front end.
6400 extra_host_libiberty_configure_flags=
6401 if test "$enable_lto" = "yes" ; then
e4c5bd48
RW
6402 case ,${enable_languages}, in
6403 *,lto,*) ;;
6404 *) enable_languages="${enable_languages},lto" ;;
6405 esac
1cd0b716 6406 if test "${build_lto_plugin}" = "yes" ; then
d7f09764
DN
6407 configdirs="$configdirs lto-plugin"
6408 extra_host_libiberty_configure_flags=--enable-shared
6409 fi
6410 fi
6411
6412
55ffb5ed 6413 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
e1888513 6414 potential_languages=,c,
55ffb5ed 6415
4da3b0f8
ILT
6416 enabled_target_libs=
6417 disabled_target_libs=
6418
55ffb5ed
NN
6419 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6420 case ${lang_frag} in
6421 ..) ;;
6422 # The odd quoting in the next line works around
6423 # an apparent bug in bash 1.12 on linux.
6424 ${srcdir}/gcc/[*]/config-lang.in) ;;
6425 *)
1c710c3c 6426 # From the config-lang.in, get $language, $target_libs,
2805b53a 6427 # $lang_dirs, $boot_language, and $build_by_default
55ffb5ed
NN
6428 language=
6429 target_libs=
6430 lang_dirs=
1546bb64 6431 subdir_requires=
e1888513
PB
6432 boot_language=no
6433 build_by_default=yes
55ffb5ed 6434 . ${lang_frag}
e1888513
PB
6435 if test x${language} = x; then
6436 echo "${lang_frag} doesn't set \$language." 1>&2
6437 exit 1
6438 fi
6439
78767fd9 6440 if test "$language" = "c++"; then
0823efed 6441 boot_language=yes
00020c16
ILT
6442 fi
6443
178f875a 6444 add_this_lang=no
e1888513
PB
6445 case ,${enable_languages}, in
6446 *,${language},*)
d4a10d0a
SB
6447 # Language was explicitly selected; include it
6448 # unless it is C, which is enabled by default.
6449 if test "$language" != "c"; then
6450 add_this_lang=yes
6451 fi
55ffb5ed 6452 ;;
e1888513
PB
6453 *,all,*)
6454 # 'all' was selected, select it if it is a default language
178f875a
JM
6455 if test "$language" != "c"; then
6456 add_this_lang=${build_by_default}
6457 fi
55ffb5ed
NN
6458 ;;
6459 esac
6de9cd9a 6460
1546bb64 6461 # Disable languages that need other directories if these aren't available.
95695ad3 6462 for i in $subdir_requires; do
b6348cb3 6463 test -f "$srcdir/gcc/$i/config-lang.in" && continue
1546bb64
PB
6464 case ,${enable_languages}, in
6465 *,${language},*)
6466 # Specifically requested language; tell them.
5213506e 6467 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
1546bb64
PB
6468 ;;
6469 *)
6470 # Silently disable.
e1888513 6471 add_this_lang=unsupported
1546bb64
PB
6472 ;;
6473 esac
6474 done
6475
e1888513
PB
6476 # Disable Ada if no preexisting GNAT is available.
6477 case ,${enable_languages},:${language}:${have_gnat} in
6478 *,${language},*:ada:no)
6479 # Specifically requested language; tell them.
5213506e 6480 as_fn_error "GNAT is required to build $language" "$LINENO" 5
e1888513
PB
6481 ;;
6482 *:ada:no)
6483 # Silently disable.
6484 add_this_lang=unsupported
6485 ;;
6486 esac
6487
4fab7234
HPN
6488 # Disable a language that is unsupported by the target.
6489 case " $unsupported_languages " in
6490 *" $language "*)
e1888513 6491 add_this_lang=unsupported
4fab7234
HPN
6492 ;;
6493 esac
6494
6de9cd9a 6495 case $add_this_lang in
e1888513 6496 unsupported)
55ffb5ed 6497 # Remove language-dependent dirs.
4da3b0f8
ILT
6498 disabled_target_libs="$disabled_target_libs $target_libs"
6499 noconfigdirs="$noconfigdirs $lang_dirs"
2805b53a 6500 ;;
e1888513
PB
6501 no)
6502 # Remove language-dependent dirs; still show language as supported.
4da3b0f8
ILT
6503 disabled_target_libs="$disabled_target_libs $target_libs"
6504 noconfigdirs="$noconfigdirs $lang_dirs"
e1888513
PB
6505 potential_languages="${potential_languages}${language},"
6506 ;;
6507 yes)
6508 new_enable_languages="${new_enable_languages}${language},"
6509 potential_languages="${potential_languages}${language},"
2805b53a 6510 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4da3b0f8 6511 enabled_target_libs="$enabled_target_libs $target_libs"
ab9dcd0c
RW
6512 case "${boot_language}:,$enable_stage1_languages," in
6513 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
340de83f 6514 # Add to (comma-separated) list of stage 1 languages.
ab9dcd0c
RW
6515 case ",$stage1_languages," in
6516 *,$language,* | ,yes, | ,all,) ;;
6517 *) stage1_languages="${stage1_languages}${language}," ;;
6518 esac
00020c16
ILT
6519 # We need to bootstrap any supporting libraries.
6520 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2805b53a
NN
6521 ;;
6522 esac
6523 ;;
55ffb5ed
NN
6524 esac
6525 ;;
6526 esac
6527 done
6528
4da3b0f8
ILT
6529 # Add target libraries which are only needed for disabled languages
6530 # to noconfigdirs.
6531 if test -n "$disabled_target_libs"; then
6532 for dir in $disabled_target_libs; do
6533 case " $enabled_target_libs " in
6534 *" ${dir} "*) ;;
6535 *) noconfigdirs="$noconfigdirs $dir" ;;
6536 esac
6537 done
6538 fi
6539
5213506e
RW
6540 # Check whether --enable-stage1-languages was given.
6541if test "${enable_stage1_languages+set}" = set; then :
6542 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
e1888513
PB
6543 ,no,|,,)
6544 # Set it to something that will have no effect in the loop below
6545 enable_stage1_languages=c ;;
6546 ,yes,)
6547 enable_stage1_languages=`echo $new_enable_languages | \
6548 sed -e "s/^,//" -e "s/,$//" ` ;;
6549 *,all,*)
6550 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6551 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6552 esac
6553
6554 # Add "good" languages from enable_stage1_languages to stage1_languages,
6555 # while "bad" languages go in missing_languages. Leave no duplicates.
6556 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6557 case $potential_languages in
6558 *,$i,*)
6559 case $stage1_languages in
6560 *,$i,*) ;;
6561 *) stage1_languages="$stage1_languages$i," ;;
6562 esac ;;
6563 *)
6564 case $missing_languages in
6565 *,$i,*) ;;
6566 *) missing_languages="$missing_languages$i," ;;
6567 esac ;;
6568 esac
6569 done
5213506e
RW
6570fi
6571
e1888513
PB
6572
6573 # Remove leading/trailing commas that were added for simplicity
6574 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
79b4b7d2 6575 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
e1888513
PB
6576 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6577 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6578
55ffb5ed 6579 if test "x$missing_languages" != x; then
5213506e 6580 as_fn_error "
0cf085e4 6581The following requested languages could not be built: ${missing_languages}
5213506e 6582Supported languages are: ${potential_languages}" "$LINENO" 5
55ffb5ed 6583 fi
55ffb5ed
NN
6584 if test "x$new_enable_languages" != "x$enable_languages"; then
6585 echo The following languages will be built: ${new_enable_languages}
e1888513 6586 enable_languages="$new_enable_languages"
55ffb5ed 6587 fi
e1888513 6588
1c710c3c 6589
b2eaac4a 6590 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
55ffb5ed
NN
6591fi
6592
27079765
AH
6593# Handle --disable-<component> generically.
6594for dir in $configdirs $build_configdirs $target_configdirs ; do
6595 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
ac9e6043
RW
6596 varname=`echo $dirname | sed -e s/+/_/g`
6597 if eval test x\${enable_${varname}} "=" xno ; then
27079765
AH
6598 noconfigdirs="$noconfigdirs $dir"
6599 fi
6600done
6601
7cd0cf9c 6602# Check for Boehm's garbage collector
5213506e
RW
6603# Check whether --enable-objc-gc was given.
6604if test "${enable_objc_gc+set}" = set; then :
6605 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
7cd0cf9c 6606 *,objc,*:*:yes:*target-boehm-gc*)
5213506e 6607 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
7cd0cf9c
DA
6608 ;;
6609esac
5213506e
RW
6610fi
6611
7cd0cf9c
DA
6612
6613# Make sure we only build Boehm's garbage collector if required.
2a79fd67
DA
6614case ,${enable_languages},:${enable_objc_gc} in
6615 *,objc,*:yes)
7cd0cf9c
DA
6616 # Keep target-boehm-gc if requested for Objective-C.
6617 ;;
7cd0cf9c 6618 *)
2a79fd67
DA
6619 # Otherwise remove target-boehm-gc depending on target-libjava.
6620 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6621 noconfigdirs="$noconfigdirs target-boehm-gc"
6622 fi
7cd0cf9c
DA
6623 ;;
6624esac
6625
2077db1b 6626# Disable libitm, libsanitizer, libvtv if we're not building C++
99776ebd 6627case ,${enable_languages}, in
9696698a 6628 *,c++,*) ;;
99776ebd 6629 *)
2077db1b 6630 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer target-libvtv"
99776ebd
RH
6631 ;;
6632esac
6633
ee6a22df
L
6634# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6635# $build_configdirs and $target_configdirs.
55ffb5ed
NN
6636# If we have the source for $noconfigdirs entries, add them to $notsupp.
6637
6638notsupp=""
6639for dir in . $skipdirs $noconfigdirs ; do
ee6a22df 6640 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
55ffb5ed
NN
6641 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6642 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6643 if test -r $srcdir/$dirname/configure ; then
6644 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6645 true
6646 else
6647 notsupp="$notsupp $dir"
6648 fi
6649 fi
6650 fi
ee6a22df
L
6651 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6652 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6653 if test -r $srcdir/$dirname/configure ; then
6654 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6655 true
6656 else
6657 notsupp="$notsupp $dir"
6658 fi
6659 fi
6660 fi
55ffb5ed
NN
6661 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6662 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6663 if test -r $srcdir/$dirname/configure ; then
6664 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6665 true
6666 else
6667 notsupp="$notsupp $dir"
6668 fi
6669 fi
6670 fi
6671done
6672
55ffb5ed
NN
6673# Quietly strip out all directories which aren't configurable in this tree.
6674# This relies on all configurable subdirectories being autoconfiscated, which
6675# is now the case.
23f6b2f9
PB
6676build_configdirs_all="$build_configdirs"
6677build_configdirs=
6678for i in ${build_configdirs_all} ; do
1c710c3c 6679 j=`echo $i | sed -e s/build-//g`
23f6b2f9
PB
6680 if test -f ${srcdir}/$j/configure ; then
6681 build_configdirs="${build_configdirs} $i"
6682 fi
6683done
6684
55ffb5ed
NN
6685configdirs_all="$configdirs"
6686configdirs=
6687for i in ${configdirs_all} ; do
6688 if test -f ${srcdir}/$i/configure ; then
6689 configdirs="${configdirs} $i"
6690 fi
6691done
23f6b2f9 6692
55ffb5ed
NN
6693target_configdirs_all="$target_configdirs"
6694target_configdirs=
6695for i in ${target_configdirs_all} ; do
1c710c3c 6696 j=`echo $i | sed -e s/target-//g`
55ffb5ed
NN
6697 if test -f ${srcdir}/$j/configure ; then
6698 target_configdirs="${target_configdirs} $i"
6699 fi
6700done
6701
6702# Produce a warning message for the subdirs we can't configure.
6703# This isn't especially interesting in the Cygnus tree, but in the individual
6704# FSF releases, it's important to let people know when their machine isn't
6705# supported by the one or two programs in a package.
6706
6707if test -n "${notsupp}" && test -z "${norecursion}" ; then
6708 # If $appdirs is non-empty, at least one of those directories must still
6709 # be configured, or we error out. (E.g., if the gas release supports a
6710 # specified target in some subdirs but not the gas subdir, we shouldn't
6711 # pretend that all is well.)
6712 if test -n "$appdirs" ; then
6713 for dir in $appdirs ; do
6714 if test -r $dir/Makefile.in ; then
6715 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6716 appdirs=""
6717 break
6718 fi
23f6b2f9 6719 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
55ffb5ed
NN
6720 appdirs=""
6721 break
6722 fi
6723 fi
6724 done
6725 if test -n "$appdirs" ; then
6726 echo "*** This configuration is not supported by this package." 1>&2
6727 exit 1
6728 fi
6729 fi
6730 # Okay, some application will build, or we don't care to check. Still
6731 # notify of subdirs not getting built.
6732 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6733 echo " ${notsupp}" 1>&2
6734 echo " (Any other directories should still work fine.)" 1>&2
6735fi
6736
6737case "$host" in
6738 *msdosdjgpp*)
6739 enable_gdbtk=no ;;
6740esac
6741
c3a86da9
DJ
6742# To find our prefix, in gcc_cv_tool_prefix.
6743
6744# The user is always right.
6745if test "${PATH_SEPARATOR+set}" != set; then
6746 echo "#! /bin/sh" >conf$$.sh
6747 echo "exit 0" >>conf$$.sh
6748 chmod +x conf$$.sh
6749 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6750 PATH_SEPARATOR=';'
6751 else
6752 PATH_SEPARATOR=:
6753 fi
6754 rm -f conf$$.sh
6755fi
6756
6757
6758
6759if test "x$exec_prefix" = xNONE; then
6760 if test "x$prefix" = xNONE; then
6761 gcc_cv_tool_prefix=$ac_default_prefix
6762 else
6763 gcc_cv_tool_prefix=$prefix
6764 fi
6765else
6766 gcc_cv_tool_prefix=$exec_prefix
6767fi
6768
6769# If there is no compiler in the tree, use the PATH only. In any
6770# case, if there is no compiler in the tree nobody should use
6771# AS_FOR_TARGET and LD_FOR_TARGET.
6772if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6773 gcc_version=`cat $srcdir/gcc/BASE-VER`
6774 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6775 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6776 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6777 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6778 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6779 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6780else
6781 gcc_cv_tool_dirs=
6782fi
6783
6784if test x$build = x$target && test -n "$md_exec_prefix"; then
6785 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6786fi
6787
6788
6789
55ffb5ed
NN
6790copy_dirs=
6791
1c710c3c 6792
5213506e
RW
6793# Check whether --with-build-sysroot was given.
6794if test "${with_build_sysroot+set}" = set; then :
6795 withval=$with_build_sysroot; if test x"$withval" != x ; then
526635cb
MM
6796 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6797 fi
6798else
6799 SYSROOT_CFLAGS_FOR_TARGET=
5213506e 6800fi
526635cb
MM
6801
6802
c8aea42c 6803
5213506e
RW
6804
6805# Check whether --with-debug-prefix-map was given.
6806if test "${with_debug_prefix_map+set}" = set; then :
6807 withval=$with_debug_prefix_map; if test x"$withval" != x; then
c8aea42c
PB
6808 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6809 for debug_map in $withval; do
6810 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6811 done
6812 fi
6813else
6814 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5213506e
RW
6815fi
6816
c8aea42c
PB
6817
6818
1c8bd6a3
PB
6819# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6820# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6821# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6822# We want to ensure that TARGET libraries (which we know are built with
6823# gcc) are built with "-O2 -g", so include those options when setting
6824# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6825if test "x$CFLAGS_FOR_TARGET" = x; then
6826 CFLAGS_FOR_TARGET=$CFLAGS
6827 case " $CFLAGS " in
6828 *" -O2 "*) ;;
bd8e704f 6829 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6830 esac
6831 case " $CFLAGS " in
6832 *" -g "* | *" -g3 "*) ;;
bd8e704f 6833 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6834 esac
6835fi
6836
6837
6838if test "x$CXXFLAGS_FOR_TARGET" = x; then
6839 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6840 case " $CXXFLAGS " in
6841 *" -O2 "*) ;;
bd8e704f 6842 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6843 esac
6844 case " $CXXFLAGS " in
6845 *" -g "* | *" -g3 "*) ;;
bd8e704f 6846 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
1c8bd6a3
PB
6847 esac
6848fi
6849
6850
6f57bdf6
DK
6851
6852
55ffb5ed
NN
6853# Handle --with-headers=XXX. If the value is not "yes", the contents of
6854# the named directory are copied to $(tooldir)/sys-include.
6855if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6856 if test x${is_cross_compiler} = xno ; then
6857 echo 1>&2 '***' --with-headers is only supported when cross compiling
6858 exit 1
6859 fi
6860 if test x"${with_headers}" != xyes ; then
c3a86da9 6861 x=${gcc_cv_tool_prefix}
1c710c3c 6862 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
55ffb5ed
NN
6863 fi
6864fi
6865
6866# Handle --with-libs=XXX. If the value is not "yes", the contents of
6867# the name directories are copied to $(tooldir)/lib. Multiple directories
6868# are permitted.
6869if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6870 if test x${is_cross_compiler} = xno ; then
6871 echo 1>&2 '***' --with-libs is only supported when cross compiling
6872 exit 1
6873 fi
6874 if test x"${with_libs}" != xyes ; then
6875 # Copy the libraries in reverse order, so that files in the first named
6876 # library override files in subsequent libraries.
c3a86da9 6877 x=${gcc_cv_tool_prefix}
55ffb5ed 6878 for l in ${with_libs}; do
1c710c3c 6879 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
55ffb5ed
NN
6880 done
6881 fi
6882fi
6883
d7f09764 6884# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
e8b05380
PB
6885#
6886# This is done by determining whether or not the appropriate directory
6887# is available, and by checking whether or not specific configurations
6888# have requested that this magic not happen.
1c710c3c
DJ
6889#
6890# The command line options always override the explicit settings in
e8b05380
PB
6891# configure.in, and the settings in configure.in override this magic.
6892#
1c710c3c 6893# If the default for a toolchain is to use GNU as and ld, and you don't
e8b05380 6894# want to do that, then you should use the --without-gnu-as and
d7f09764
DN
6895# --without-gnu-ld options for the configure script. Similarly, if
6896# the default is to use the included zlib and you don't want to do that,
6897# you should use the --with-system-zlib option for the configure script.
e8b05380
PB
6898
6899if test x${use_gnu_as} = x &&
6900 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6901 with_gnu_as=yes
6902 extra_host_args="$extra_host_args --with-gnu-as"
6903fi
6904
6905if test x${use_gnu_ld} = x &&
5afab7ad 6906 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
e8b05380
PB
6907 with_gnu_ld=yes
6908 extra_host_args="$extra_host_args --with-gnu-ld"
6909fi
6910
d7f09764
DN
6911if test x${use_included_zlib} = x &&
6912 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6913 :
6914else
6915 with_system_zlib=yes
6916 extra_host_args="$extra_host_args --with-system-zlib"
6917fi
6918
e8b05380
PB
6919# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6920# can detect this case.
6921
6922if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6923 with_newlib=yes
6924 extra_host_args="$extra_host_args --with-newlib"
6925fi
6926
55ffb5ed
NN
6927# Handle ${copy_dirs}
6928set fnord ${copy_dirs}
6929shift
6930while test $# != 0 ; do
6931 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6932 :
6933 else
6934 echo Copying $1 to $2
6935
6936 # Use the install script to create the directory and all required
6937 # parent directories.
6938 if test -d $2 ; then
6939 :
6940 else
6941 echo >config.temp
6942 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6943 fi
6944
6945 # Copy the directory, assuming we have tar.
6946 # FIXME: Should we use B in the second tar? Not all systems support it.
6947 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6948
6949 # It is the responsibility of the user to correctly adjust all
6950 # symlinks. If somebody can figure out how to handle them correctly
6951 # here, feel free to add the code.
6952
6953 echo $1 > $2/COPIED
6954 fi
6955 shift; shift
6956done
6957
e8b05380
PB
6958# Determine a target-dependent exec_prefix that the installed
6959# gcc will search in. Keep this list sorted by triplet, with
6960# the *-*-osname triplets last.
6961md_exec_prefix=
6962case "${target}" in
30b74385 6963 i[34567]86-pc-msdosdjgpp*)
e8b05380
PB
6964 md_exec_prefix=/dev/env/DJDIR/bin
6965 ;;
e8b05380 6966 *-*-hpux* | \
e8b05380 6967 *-*-nto-qnx* | \
6de66370 6968 *-*-solaris2*)
e8b05380
PB
6969 md_exec_prefix=/usr/ccs/bin
6970 ;;
6971esac
6972
671aa708
NN
6973extra_arflags_for_target=
6974extra_nmflags_for_target=
6975extra_ranlibflags_for_target=
6976target_makefile_frag=/dev/null
6977case "${target}" in
58e24147
AM
6978 spu-*-*)
6979 target_makefile_frag="config/mt-spu"
6980 ;;
d91491e5 6981 mips*-sde-elf* | mips*-mti-elf*)
4bf6c438
RS
6982 target_makefile_frag="config/mt-sde"
6983 ;;
1ec3b87b
RS
6984 mipsisa*-*-elfoabi*)
6985 target_makefile_frag="config/mt-mips-elfoabi"
6986 ;;
08d0963a
RS
6987 mips*-*-*linux* | mips*-*-gnu*)
6988 target_makefile_frag="config/mt-mips-gnu"
6989 ;;
416ac4d4 6990 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
98a5bb3b 6991 target_makefile_frag="config/mt-gnu"
671aa708
NN
6992 ;;
6993 *-*-aix4.[3456789]* | *-*-aix[56789].*)
1c710c3c 6994 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
671aa708
NN
6995 # commands to handle both 32-bit and 64-bit objects. These flags are
6996 # harmless if we're using GNU nm or ar.
6997 extra_arflags_for_target=" -X32_64"
6998 extra_nmflags_for_target=" -B -X32_64"
6999 ;;
671aa708
NN
7000esac
7001
7002alphaieee_frag=/dev/null
7003case $target in
7004 alpha*-*-*)
7005 # This just makes sure to use the -mieee option to build target libs.
7006 # This should probably be set individually by each library.
7007 alphaieee_frag="config/mt-alphaieee"
7008 ;;
7009esac
7010
7011# If --enable-target-optspace always use -Os instead of -O2 to build
7012# the target libraries, similarly if it is not specified, use -Os
7013# on selected platforms.
7014ospace_frag=/dev/null
7015case "${enable_target_optspace}:${target}" in
7016 yes:*)
7017 ospace_frag="config/mt-ospace"
7018 ;;
7019 :d30v-*)
7020 ospace_frag="config/mt-d30v"
7021 ;;
7022 :m32r-* | :d10v-* | :fr30-*)
7023 ospace_frag="config/mt-ospace"
7024 ;;
7025 no:* | :*)
7026 ;;
7027 *)
7028 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
7029 ;;
7030esac
7031
671aa708
NN
7032# Some systems (e.g., one of the i386-aix systems the gas testers are
7033# using) don't handle "\$" correctly, so don't use it here.
1c710c3c 7034tooldir='${exec_prefix}'/${target_noncanonical}
671aa708
NN
7035build_tooldir=${tooldir}
7036
671aa708
NN
7037# Create a .gdbinit file which runs the one in srcdir
7038# and tells GDB to look there for source files.
7039
7040if test -r ${srcdir}/.gdbinit ; then
7041 case ${srcdir} in
7042 .) ;;
7043 *) cat > ./.gdbinit <<EOF
7044# ${NO_EDIT}
7045dir ${srcdir}
7046dir .
7047source ${srcdir}/.gdbinit
7048EOF
7049 ;;
7050 esac
7051fi
7052
671aa708
NN
7053# Make sure that the compiler is able to generate an executable. If it
7054# can't, we are probably in trouble. We don't care whether we can run the
7055# executable--we might be using a cross compiler--we only care whether it
7056# can be created. At this point the main configure script has set CC.
7057we_are_ok=no
7058echo "int main () { return 0; }" > conftest.c
7059${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7060if test $? = 0 ; then
7061 if test -s conftest || test -s conftest.exe ; then
7062 we_are_ok=yes
7063 fi
1c710c3c 7064fi
671aa708
NN
7065case $we_are_ok in
7066 no)
7067 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7068 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7069 rm -f conftest*
7070 exit 1
7071 ;;
7072esac
7073rm -f conftest*
7074
d89f0ad6 7075# Decide which environment variable is used to find dynamic libraries.
671aa708
NN
7076case "${host}" in
7077 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
111eeb6e 7078 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
d89f0ad6 7079 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
671aa708
NN
7080 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7081esac
7082
d89f0ad6
AL
7083# On systems where the dynamic library environment variable is PATH,
7084# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7085# built executables to PATH.
7086if test "$RPATH_ENVVAR" = PATH; then
7087 GCC_SHLIB_SUBDIR=/shlib
7088else
7089 GCC_SHLIB_SUBDIR=
7090fi
7091
671aa708
NN
7092# Record target_configdirs and the configure arguments for target and
7093# build configuration in Makefile.
7094target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
23f6b2f9 7095build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
671aa708 7096
ad1e5170
JR
7097# If we are building libgomp, bootstrap it.
7098if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7099 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7100fi
7101
ac8701fe
L
7102# If we are building libsanitizer, bootstrap it.
7103if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1 ; then
7104 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
7105fi
7106
2077db1b
CT
7107# If we are building libvtv, bootstrap it.
7108if echo " ${target_configdirs} " | grep " libvtv " > /dev/null 2>&1 ; then
7109 bootstrap_target_libs=${bootstrap_target_libs}target-libvtv,
7110fi
7111
671aa708
NN
7112# Determine whether gdb needs tk/tcl or not.
7113# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7114# and in that case we want gdb to be built without tk. Ugh!
7115# In fact I believe gdb is the *only* package directly dependent on tk,
7116# so we should be able to put the 'maybe's in unconditionally and
7117# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7118# 100% sure that that's safe though.
e914a571 7119
b4f96efe 7120gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
671aa708
NN
7121case "$enable_gdbtk" in
7122 no)
7123 GDB_TK="" ;;
e914a571
AC
7124 yes)
7125 GDB_TK="${gdb_tk}" ;;
671aa708 7126 *)
e914a571
AC
7127 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7128 # distro. Eventually someone will fix this and move Insight, nee
7129 # gdbtk to a separate directory.
7130 if test -d ${srcdir}/gdb/gdbtk ; then
7131 GDB_TK="${gdb_tk}"
7132 else
7133 GDB_TK=""
7134 fi
7135 ;;
671aa708 7136esac
ef9db8d5
DJ
7137CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7138INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
671aa708 7139
60975492 7140# Strip out unwanted targets.
8b87bb96
NN
7141
7142# While at that, we remove Makefiles if we were started for recursive
7143# configuration, so that the top-level Makefile reconfigures them,
7144# like we used to do when configure itself was recursive.
8b87bb96 7145
3e54529c
RW
7146# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7147# but now we're fixing up the Makefile ourselves with the additional
7148# commands passed to AC_CONFIG_FILES. Use separate variables
7149# extrasub-{build,host,target} not because there is any reason to split
7150# the substitutions up that way, but only to remain below the limit of
7151# 99 commands in a script, for HP-UX sed.
7152# Do not nest @if/@endif pairs, because configure will not warn you at all.
8b87bb96 7153
79cd2b23
RW
7154case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7155 yes:yes:*\ gold\ *:*,c++,*) ;;
7156 yes:yes:*\ gold\ *:*)
7157 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7158 ;;
7159esac
7160
ce521a9c 7161# Adjust the toplevel makefile according to whether bootstrap was selected.
e12c4094 7162case $enable_bootstrap in
f516a7da 7163 yes)
e12c4094
AO
7164 bootstrap_suffix=bootstrap
7165 BUILD_CONFIG=bootstrap-debug
7166 ;;
f516a7da 7167 no)
e12c4094
AO
7168 bootstrap_suffix=no-bootstrap
7169 BUILD_CONFIG=
7170 ;;
f516a7da
PB
7171esac
7172
e12c4094
AO
7173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7174$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
5646b7b9
AO
7175
7176
7177# Check whether --with-build-config was given.
7178if test "${with_build_config+set}" = set; then :
7179 withval=$with_build_config; case $with_build_config in
7180 yes) with_build_config= ;;
7181 no) with_build_config= BUILD_CONFIG= ;;
7182 esac
7183fi
7184
7185
e12c4094
AO
7186if test "x${with_build_config}" != x; then
7187 BUILD_CONFIG=$with_build_config
7188else
7189 case $BUILD_CONFIG in
7190 bootstrap-debug)
7191 if echo "int f (void) { return 0; }" > conftest.c &&
7192 ${CC} -c conftest.c &&
7193 mv conftest.o conftest.o.g0 &&
7194 ${CC} -c -g conftest.c &&
7195 mv conftest.o conftest.o.g &&
615c8ffa 7196 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
e12c4094
AO
7197 :
7198 else
7199 BUILD_CONFIG=
7200 fi
7201 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7202 ;;
7203 esac
7204fi
7205{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7206$as_echo "$BUILD_CONFIG" >&6; }
7207
7208
3e54529c 7209extrasub_build=
23f6b2f9 7210for module in ${build_configdirs} ; do
5607edfd
PB
7211 if test -z "${no_recursion}" \
7212 && test -f ${build_subdir}/${module}/Makefile; then
7213 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7214 rm -f ${build_subdir}/${module}/Makefile
7215 fi
3e54529c 7216 extrasub_build="$extrasub_build
5607edfd
PB
7217/^@if build-$module\$/d
7218/^@endif build-$module\$/d
7219/^@if build-$module-$bootstrap_suffix\$/d
7220/^@endif build-$module-$bootstrap_suffix\$/d"
7221done
3e54529c 7222extrasub_host=
5607edfd 7223for module in ${configdirs} ; do
a6fbc1e2 7224 if test -z "${no_recursion}"; then
f063a9ed 7225 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
a6fbc1e2
AS
7226 if test -f ${file}; then
7227 echo 1>&2 "*** removing ${file} to force reconfigure"
7228 rm -f ${file}
7229 fi
7230 done
5607edfd 7231 fi
3e54529c 7232 extrasub_host="$extrasub_host
5607edfd
PB
7233/^@if $module\$/d
7234/^@endif $module\$/d
7235/^@if $module-$bootstrap_suffix\$/d
7236/^@endif $module-$bootstrap_suffix\$/d"
7237done
3e54529c 7238extrasub_target=
5607edfd
PB
7239for module in ${target_configdirs} ; do
7240 if test -z "${no_recursion}" \
7241 && test -f ${target_subdir}/${module}/Makefile; then
7242 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7243 rm -f ${target_subdir}/${module}/Makefile
7244 fi
00020c16
ILT
7245
7246 # We only bootstrap target libraries listed in bootstrap_target_libs.
7247 case $bootstrap_target_libs in
7248 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7249 *) target_bootstrap_suffix=no-bootstrap ;;
7250 esac
7251
3e54529c 7252 extrasub_target="$extrasub_target
5607edfd
PB
7253/^@if target-$module\$/d
7254/^@endif target-$module\$/d
00020c16
ILT
7255/^@if target-$module-$target_bootstrap_suffix\$/d
7256/^@endif target-$module-$target_bootstrap_suffix\$/d"
5607edfd
PB
7257done
7258
3e54529c
RW
7259# Do the final fixup along with target modules.
7260extrasub_target="$extrasub_target
60975492 7261/^@if /,/^@endif /d"
671aa708
NN
7262
7263# Create the serialization dependencies. This uses a temporary file.
7264
5213506e
RW
7265# Check whether --enable-serial-configure was given.
7266if test "${enable_serial_configure+set}" = set; then :
7267 enableval=$enable_serial_configure;
7268fi
ade82b16
AO
7269
7270
bf1d3e81
NN
7271case ${enable_serial_configure} in
7272 yes)
7273 enable_serial_build_configure=yes
7274 enable_serial_host_configure=yes
7275 enable_serial_target_configure=yes
7276 ;;
7277esac
7278
671aa708
NN
7279# These force 'configure's to be done one at a time, to avoid problems
7280# with contention over a shared config.cache.
7281rm -f serdep.tmp
ade82b16 7282echo '# serdep.tmp' > serdep.tmp
671aa708 7283olditem=
bf1d3e81 7284test "x${enable_serial_build_configure}" = xyes &&
671aa708
NN
7285for item in ${build_configdirs} ; do
7286 case ${olditem} in
7287 "") ;;
ade82b16 7288 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
671aa708
NN
7289 esac
7290 olditem=${item}
7291done
7292olditem=
bf1d3e81 7293test "x${enable_serial_host_configure}" = xyes &&
671aa708
NN
7294for item in ${configdirs} ; do
7295 case ${olditem} in
7296 "") ;;
ade82b16 7297 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
671aa708
NN
7298 esac
7299 olditem=${item}
7300done
7301olditem=
bf1d3e81 7302test "x${enable_serial_target_configure}" = xyes &&
671aa708
NN
7303for item in ${target_configdirs} ; do
7304 case ${olditem} in
7305 "") ;;
ade82b16 7306 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
671aa708
NN
7307 esac
7308 olditem=${item}
7309done
7310serialization_dependencies=serdep.tmp
7311
7312
ade82b16 7313# Base args. Strip norecursion, cache-file, srcdir, host, build,
1c710c3c 7314# target, nonopt, and variable assignments. These are the ones we
f1a036e4
NC
7315# might not want to pass down to subconfigures. The exception being
7316# --cache-file=/dev/null, which is used to turn off the use of cache
7317# files altogether, and which should be passed on to subconfigures.
7318# Also strip program-prefix, program-suffix, and program-transform-name,
7319# so that we can pass down a consistent program-transform-name.
1c710c3c 7320baseargs=
29a63921 7321tbaseargs=
1c710c3c
DJ
7322keep_next=no
7323skip_next=no
7324eval "set -- $ac_configure_args"
44bfc3ac
DJ
7325for ac_arg
7326do
1c710c3c
DJ
7327 if test X"$skip_next" = X"yes"; then
7328 skip_next=no
7329 continue
7330 fi
7331 if test X"$keep_next" = X"yes"; then
7332 case $ac_arg in
7333 *\'*)
7334 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7335 esac
7336 baseargs="$baseargs '$ac_arg'"
29a63921 7337 tbaseargs="$tbaseargs '$ac_arg'"
1c710c3c
DJ
7338 keep_next=no
7339 continue
7340 fi
7341
7342 # Handle separated arguments. Based on the logic generated by
7343 # autoconf 2.59.
7344 case $ac_arg in
7345 *=* | --config-cache | -C | -disable-* | --disable-* \
7346 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7347 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7348 | -with-* | --with-* | -without-* | --without-* | --x)
7349 separate_arg=no
7350 ;;
7351 -*)
7352 separate_arg=yes
7353 ;;
7354 *)
7355 separate_arg=no
7356 ;;
7357 esac
7358
29a63921
AO
7359 skip_targ=no
7360 case $ac_arg in
7361
7362 --with-* | --without-*)
7363 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7364
7365 case $libopt in
7366 *[-_]include)
7367 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7368 ;;
7369 *[-_]lib)
7370 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7371 ;;
7372 *)
7373 lib=$libopt
7374 ;;
7375 esac
7376
7377
7378 case $lib in
33ad93b9 7379 mpc | mpfr | gmp | cloog)
29a63921
AO
7380 # If we're processing --with-$lib, --with-$lib-include or
7381 # --with-$lib-lib, for one of the libs above, and target is
7382 # different from host, don't pass the current argument to any
7383 # target library's configure.
7384 if test x$is_cross_compiler = xyes; then
7385 skip_targ=yes
7386 fi
7387 ;;
7388 esac
7389 ;;
7390 esac
7391
1c710c3c 7392 case "$ac_arg" in
f1a036e4
NC
7393 --cache-file=/dev/null | \
7394 -cache-file=/dev/null )
7395 # Handled here to avoid the test to skip args below.
7396 baseargs="$baseargs '$ac_arg'"
29a63921 7397 tbaseargs="$tbaseargs '$ac_arg'"
f1a036e4
NC
7398 # Assert: $separate_arg should always be no.
7399 keep_next=$separate_arg
7400 ;;
1c710c3c
DJ
7401 --no*)
7402 continue
7403 ;;
7404 --c* | \
7405 --sr* | \
7406 --ho* | \
7407 --bu* | \
7408 --t* | \
7409 --program-* | \
7410 -cache_file* | \
7411 -srcdir* | \
7412 -host* | \
7413 -build* | \
7414 -target* | \
7415 -program-prefix* | \
7416 -program-suffix* | \
7417 -program-transform-name* )
7418 skip_next=$separate_arg
7419 continue
7420 ;;
7421 -*)
7422 # An option. Add it.
7423 case $ac_arg in
7424 *\'*)
7425 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7426 esac
7427 baseargs="$baseargs '$ac_arg'"
29a63921
AO
7428 if test X"$skip_targ" = Xno; then
7429 tbaseargs="$tbaseargs '$ac_arg'"
7430 fi
1c710c3c
DJ
7431 keep_next=$separate_arg
7432 ;;
7433 *)
7434 # Either a variable assignment, or a nonopt (triplet). Don't
7435 # pass it down; let the Makefile handle this.
7436 continue
7437 ;;
7438 esac
7439done
7440# Remove the initial space we just introduced and, as these will be
7441# expanded by make, quote '$'.
7442baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
671aa708 7443
43bb47c2
DJ
7444# Add in --program-transform-name, after --program-prefix and
7445# --program-suffix have been applied to it. Autoconf has already
7446# doubled dollar signs and backslashes in program_transform_name; we want
7447# the backslashes un-doubled, and then the entire thing wrapped in single
1c710c3c 7448# quotes, because this will be expanded first by make and then by the shell.
43bb47c2
DJ
7449# Also, because we want to override the logic in subdir configure scripts to
7450# choose program_transform_name, replace any s,x,x, with s,y,y,.
7451sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7452${program_transform_name}
7453EOF_SED
7454gcc_transform_name=`cat conftestsed.out`
7455rm -f conftestsed.out
7456baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
29a63921 7457tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
d9acb717
RW
7458if test "$silent" = yes; then
7459 baseargs="$baseargs --silent"
29a63921 7460 tbaseargs="$tbaseargs --silent"
d9acb717 7461fi
0115d4a3 7462baseargs="$baseargs --disable-option-checking"
29a63921 7463tbaseargs="$tbaseargs --disable-option-checking"
43bb47c2 7464
ffedf511
RW
7465# Record and document user additions to sub configure arguments.
7466
7467
7468
7469
671aa708
NN
7470# For the build-side libraries, we just need to pretend we're native,
7471# and not use the same cache file. Multilibs are neither needed nor
7472# desired.
ffedf511 7473build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
671aa708
NN
7474
7475# For host modules, accept cache file option, or specification as blank.
7476case "${cache_file}" in
7477"") # empty
7478 cache_file_option="" ;;
7479/* | [A-Za-z]:[\\/]* ) # absolute path
7480 cache_file_option="--cache-file=${cache_file}" ;;
7481*) # relative path
7482 cache_file_option="--cache-file=../${cache_file}" ;;
7483esac
7484
09438bde
NN
7485# Host dirs don't like to share a cache file either, horribly enough.
7486# This seems to be due to autoconf 2.5x stupidity.
ffedf511 7487host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
671aa708 7488
29a63921 7489target_configargs="$target_configargs ${tbaseargs}"
671aa708
NN
7490
7491# Passing a --with-cross-host argument lets the target libraries know
7492# whether they are being built with a cross-compiler or being built
7493# native. However, it would be better to use other mechanisms to make the
7494# sorts of decisions they want to make on this basis. Please consider
7495# this option to be deprecated. FIXME.
7496if test x${is_cross_compiler} = xyes ; then
1c710c3c 7497 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
671aa708
NN
7498fi
7499
dc683a3f
RW
7500# Default to --enable-multilib.
7501if test x${enable_multilib} = x ; then
671aa708 7502 target_configargs="--enable-multilib ${target_configargs}"
dc683a3f 7503fi
671aa708
NN
7504
7505# Pass --with-newlib if appropriate. Note that target_configdirs has
7506# changed from the earlier setting of with_newlib.
7507if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7508 target_configargs="--with-newlib ${target_configargs}"
7509fi
7510
6b9eb62c
NN
7511# Different target subdirs use different values of certain variables
7512# (notably CXX). Worse, multilibs use *lots* of different values.
7513# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7514# it doesn't automatically accept command-line overrides of them.
7515# This means it's not safe for target subdirs to share a cache file,
7516# which is disgusting, but there you have it. Hopefully this can be
7517# fixed in future. It's still worthwhile to use a cache file for each
7518# directory. I think.
7519
bebcd931
MS
7520# Pass the appropriate --build, --host, --target and --cache-file arguments.
7521# We need to pass --target, as newer autoconf's requires consistency
7522# for target_alias and gcc doesn't manage it consistently.
e69bf64b 7523target_configargs="--cache-file=./config.cache ${target_configargs}"
671aa708 7524
671aa708
NN
7525FLAGS_FOR_TARGET=
7526case " $target_configdirs " in
7527 *" newlib "*)
7528 case " $target_configargs " in
7529 *" --with-newlib "*)
7530 case "$target" in
5d571eaa 7531 *-cygwin*)
443e6238 7532 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
5d571eaa 7533 ;;
671aa708
NN
7534 esac
7535
7536 # If we're not building GCC, don't discard standard headers.
7537 if test -d ${srcdir}/gcc; then
7538 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7539
7540 if test "${build}" != "${host}"; then
7541 # On Canadian crosses, CC_FOR_TARGET will have already been set
7542 # by `configure', so we won't have an opportunity to add -Bgcc/
7543 # to it. This is right: we don't want to search that directory
7544 # for binaries, but we want the header files in there, so add
7545 # them explicitly.
0463992b 7546 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
671aa708
NN
7547
7548 # Someone might think of using the pre-installed headers on
7549 # Canadian crosses, in case the installed compiler is not fully
7550 # compatible with the compiler being built. In this case, it
7551 # would be better to flag an error than risking having
7552 # incompatible object files being constructed. We can't
7553 # guarantee that an error will be flagged, but let's hope the
7554 # compiler will do it, when presented with incompatible header
7555 # files.
7556 fi
7557 fi
7558
7559 case "${target}-${is_cross_compiler}" in
f2a0e225 7560 i[3456789]86-*-linux*-no)
671aa708
NN
7561 # Here host == target, so we don't need to build gcc,
7562 # so we don't want to discard standard headers.
7563 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7564 ;;
7565 *)
7566 # If we're building newlib, use its generic headers last, but search
7567 # for any libc-related directories first (so make it the last -B
7568 # switch).
7569 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
c03353e2
RIL
7570
7571 # If we're building libgloss, find the startup file, simulator library
7572 # and linker script.
7573 case " $target_configdirs " in
7574 *" libgloss "*)
7575 # Look for startup file, simulator library and maybe linker script.
7576 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7577 # Look for libnosys.a in case the target needs it.
7578 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7579 # Most targets have the linker script in the source directory.
7580 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7581 ;;
7582 esac
671aa708
NN
7583 ;;
7584 esac
7585 ;;
7586 esac
7587 ;;
7588esac
5d571eaa 7589
b91f0a41 7590case "$target" in
5d571eaa
OS
7591 x86_64-*mingw* | *-w64-mingw*)
7592 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7593 # however, use a symlink named 'mingw' in ${prefix} .
7594 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7595 ;;
7596 *-mingw*)
7597 # MinGW can't be handled as Cygwin above since it does not use newlib.
7598 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'
7599 ;;
b91f0a41 7600esac
671aa708 7601
6691a79e
ME
7602# Allow the user to override the flags for
7603# our build compiler if desired.
f019adc1
MF
7604if test x"${build}" = x"${host}" ; then
7605 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7606 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7607 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7608fi
6691a79e 7609
671aa708
NN
7610# On Canadian crosses, we'll be searching the right directories for
7611# the previously-installed cross compiler, so don't bother to add
7612# flags for directories within the install tree of the compiler
7613# being built; programs in there won't even run.
7614if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7615 # Search for pre-installed headers if nothing else fits.
9124bc53 7616 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
671aa708
NN
7617fi
7618
7619if test "x${use_gnu_ld}" = x &&
7620 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7621 # Arrange for us to find uninstalled linker scripts.
215c351a 7622 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
671aa708
NN
7623fi
7624
e88a2c09
DD
7625# Search for other target-specific linker scripts and such.
7626case "${target}" in
3e19841a
PB
7627 mep*)
7628 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7629 ;;
e88a2c09
DD
7630esac
7631
671aa708 7632# Makefile fragments.
7b61653a
PE
7633for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7634do
7635 eval fragval=\$$frag
7636 if test $fragval != /dev/null; then
7637 eval $frag=${srcdir}/$fragval
7638 fi
7639done
671aa708
NN
7640
7641
7642
7643
7644
7645# Miscellanea: directories, flags, etc.
7646
7647
7648
7649
7650
7651
7652
d89f0ad6 7653
23f6b2f9 7654# Build module lists & subconfigure args.
671aa708
NN
7655
7656
7657
2abefe3d
PB
7658# Host module lists & subconfigure args.
7659
7660
7661
aae29963 7662
2abefe3d
PB
7663# Target module lists & subconfigure args.
7664
7665
7666
7667# Build tools.
7668
7669
7670
0999159b
PB
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
7684
2abefe3d
PB
7685# Generate default definitions for YACC, M4, LEX and other programs that run
7686# on the build machine. These are used if the Makefile can't locate these
7687# programs in objdir.
7688MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7689
7690for ac_prog in 'bison -y' byacc yacc
7691do
1c710c3c 7692 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7693set dummy $ac_prog; ac_word=$2
5213506e
RW
7694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7695$as_echo_n "checking for $ac_word... " >&6; }
7696if test "${ac_cv_prog_YACC+set}" = set; then :
7697 $as_echo_n "(cached) " >&6
2abefe3d
PB
7698else
7699 if test -n "$YACC"; then
7700 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7701else
1c710c3c
DJ
7702as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7703for as_dir in $PATH
7704do
7705 IFS=$as_save_IFS
7706 test -z "$as_dir" && as_dir=.
5213506e
RW
7707 for ac_exec_ext in '' $ac_executable_extensions; do
7708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7709 ac_cv_prog_YACC="$ac_prog"
5213506e 7710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7711 break 2
7712 fi
7713done
5213506e
RW
7714 done
7715IFS=$as_save_IFS
1c710c3c 7716
2abefe3d
PB
7717fi
7718fi
1c710c3c 7719YACC=$ac_cv_prog_YACC
2abefe3d 7720if test -n "$YACC"; then
5213506e
RW
7721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7722$as_echo "$YACC" >&6; }
2abefe3d 7723else
5213506e
RW
7724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7725$as_echo "no" >&6; }
2abefe3d
PB
7726fi
7727
5213506e 7728
1c710c3c 7729 test -n "$YACC" && break
2abefe3d
PB
7730done
7731test -n "$YACC" || YACC="$MISSING bison -y"
7732
7733case " $build_configdirs " in
7734 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
2abefe3d
PB
7735esac
7736
7737for ac_prog in bison
7738do
1c710c3c 7739 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7740set dummy $ac_prog; ac_word=$2
5213506e
RW
7741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7742$as_echo_n "checking for $ac_word... " >&6; }
7743if test "${ac_cv_prog_BISON+set}" = set; then :
7744 $as_echo_n "(cached) " >&6
2abefe3d
PB
7745else
7746 if test -n "$BISON"; then
7747 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7748else
1c710c3c
DJ
7749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7750for as_dir in $PATH
7751do
7752 IFS=$as_save_IFS
7753 test -z "$as_dir" && as_dir=.
5213506e
RW
7754 for ac_exec_ext in '' $ac_executable_extensions; do
7755 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7756 ac_cv_prog_BISON="$ac_prog"
5213506e 7757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7758 break 2
7759 fi
7760done
5213506e
RW
7761 done
7762IFS=$as_save_IFS
1c710c3c 7763
2abefe3d
PB
7764fi
7765fi
1c710c3c 7766BISON=$ac_cv_prog_BISON
2abefe3d 7767if test -n "$BISON"; then
5213506e
RW
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7769$as_echo "$BISON" >&6; }
2abefe3d 7770else
5213506e
RW
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7772$as_echo "no" >&6; }
2abefe3d
PB
7773fi
7774
5213506e 7775
1c710c3c 7776 test -n "$BISON" && break
2abefe3d
PB
7777done
7778test -n "$BISON" || BISON="$MISSING bison"
7779
7780case " $build_configdirs " in
7781 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7782esac
7783
7784for ac_prog in gm4 gnum4 m4
7785do
1c710c3c 7786 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7787set dummy $ac_prog; ac_word=$2
5213506e
RW
7788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7789$as_echo_n "checking for $ac_word... " >&6; }
7790if test "${ac_cv_prog_M4+set}" = set; then :
7791 $as_echo_n "(cached) " >&6
2abefe3d
PB
7792else
7793 if test -n "$M4"; then
7794 ac_cv_prog_M4="$M4" # Let the user override the test.
7795else
1c710c3c
DJ
7796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7797for as_dir in $PATH
7798do
7799 IFS=$as_save_IFS
7800 test -z "$as_dir" && as_dir=.
5213506e
RW
7801 for ac_exec_ext in '' $ac_executable_extensions; do
7802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7803 ac_cv_prog_M4="$ac_prog"
5213506e 7804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7805 break 2
7806 fi
7807done
5213506e
RW
7808 done
7809IFS=$as_save_IFS
1c710c3c 7810
2abefe3d
PB
7811fi
7812fi
1c710c3c 7813M4=$ac_cv_prog_M4
2abefe3d 7814if test -n "$M4"; then
5213506e
RW
7815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7816$as_echo "$M4" >&6; }
2abefe3d 7817else
5213506e
RW
7818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7819$as_echo "no" >&6; }
2abefe3d
PB
7820fi
7821
5213506e 7822
1c710c3c 7823 test -n "$M4" && break
2abefe3d
PB
7824done
7825test -n "$M4" || M4="$MISSING m4"
7826
7827case " $build_configdirs " in
7828 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7829esac
7830
7831for ac_prog in flex lex
7832do
1c710c3c 7833 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7834set dummy $ac_prog; ac_word=$2
5213506e
RW
7835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7836$as_echo_n "checking for $ac_word... " >&6; }
7837if test "${ac_cv_prog_LEX+set}" = set; then :
7838 $as_echo_n "(cached) " >&6
2abefe3d
PB
7839else
7840 if test -n "$LEX"; then
7841 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7842else
1c710c3c
DJ
7843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7844for as_dir in $PATH
7845do
7846 IFS=$as_save_IFS
7847 test -z "$as_dir" && as_dir=.
5213506e
RW
7848 for ac_exec_ext in '' $ac_executable_extensions; do
7849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7850 ac_cv_prog_LEX="$ac_prog"
5213506e 7851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7852 break 2
7853 fi
7854done
5213506e
RW
7855 done
7856IFS=$as_save_IFS
1c710c3c 7857
2abefe3d
PB
7858fi
7859fi
1c710c3c 7860LEX=$ac_cv_prog_LEX
2abefe3d 7861if test -n "$LEX"; then
5213506e
RW
7862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7863$as_echo "$LEX" >&6; }
2abefe3d 7864else
5213506e
RW
7865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7866$as_echo "no" >&6; }
2abefe3d
PB
7867fi
7868
5213506e 7869
1c710c3c 7870 test -n "$LEX" && break
2abefe3d
PB
7871done
7872test -n "$LEX" || LEX="$MISSING flex"
7873
7874case " $build_configdirs " in
7875 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7876 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7877esac
7878
7879for ac_prog in flex
7880do
1c710c3c 7881 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7882set dummy $ac_prog; ac_word=$2
5213506e
RW
7883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7884$as_echo_n "checking for $ac_word... " >&6; }
7885if test "${ac_cv_prog_FLEX+set}" = set; then :
7886 $as_echo_n "(cached) " >&6
2abefe3d
PB
7887else
7888 if test -n "$FLEX"; then
7889 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7890else
1c710c3c
DJ
7891as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7892for as_dir in $PATH
7893do
7894 IFS=$as_save_IFS
7895 test -z "$as_dir" && as_dir=.
5213506e
RW
7896 for ac_exec_ext in '' $ac_executable_extensions; do
7897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7898 ac_cv_prog_FLEX="$ac_prog"
5213506e 7899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7900 break 2
7901 fi
7902done
5213506e
RW
7903 done
7904IFS=$as_save_IFS
1c710c3c 7905
2abefe3d
PB
7906fi
7907fi
1c710c3c 7908FLEX=$ac_cv_prog_FLEX
2abefe3d 7909if test -n "$FLEX"; then
5213506e
RW
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7911$as_echo "$FLEX" >&6; }
2abefe3d 7912else
5213506e
RW
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7914$as_echo "no" >&6; }
2abefe3d
PB
7915fi
7916
5213506e 7917
1c710c3c 7918 test -n "$FLEX" && break
2abefe3d
PB
7919done
7920test -n "$FLEX" || FLEX="$MISSING flex"
7921
7922case " $build_configdirs " in
7923 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7924esac
7925
7926for ac_prog in makeinfo
7927do
1c710c3c 7928 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7929set dummy $ac_prog; ac_word=$2
5213506e
RW
7930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7931$as_echo_n "checking for $ac_word... " >&6; }
7932if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7933 $as_echo_n "(cached) " >&6
2abefe3d
PB
7934else
7935 if test -n "$MAKEINFO"; then
7936 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7937else
1c710c3c
DJ
7938as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7939for as_dir in $PATH
7940do
7941 IFS=$as_save_IFS
7942 test -z "$as_dir" && as_dir=.
5213506e
RW
7943 for ac_exec_ext in '' $ac_executable_extensions; do
7944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 7945 ac_cv_prog_MAKEINFO="$ac_prog"
5213506e 7946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
7947 break 2
7948 fi
7949done
5213506e
RW
7950 done
7951IFS=$as_save_IFS
1c710c3c 7952
2abefe3d
PB
7953fi
7954fi
1c710c3c 7955MAKEINFO=$ac_cv_prog_MAKEINFO
2abefe3d 7956if test -n "$MAKEINFO"; then
5213506e
RW
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7958$as_echo "$MAKEINFO" >&6; }
2abefe3d 7959else
5213506e
RW
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7961$as_echo "no" >&6; }
2abefe3d
PB
7962fi
7963
5213506e 7964
1c710c3c 7965 test -n "$MAKEINFO" && break
2abefe3d
PB
7966done
7967test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7968
7969case " $build_configdirs " in
7970 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7971 *)
7972
d18ff35a 7973 # For an installed makeinfo, we require it to be from texinfo 4.7 or
2abefe3d
PB
7974 # higher, else we use the "missing" dummy.
7975 if ${MAKEINFO} --version \
d18ff35a 7976 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
2abefe3d
PB
7977 :
7978 else
7979 MAKEINFO="$MISSING makeinfo"
7980 fi
7981 ;;
7982
7983esac
671aa708 7984
2abefe3d 7985# FIXME: expect and dejagnu may become build tools?
671aa708 7986
2abefe3d
PB
7987for ac_prog in expect
7988do
1c710c3c 7989 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 7990set dummy $ac_prog; ac_word=$2
5213506e
RW
7991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7992$as_echo_n "checking for $ac_word... " >&6; }
7993if test "${ac_cv_prog_EXPECT+set}" = set; then :
7994 $as_echo_n "(cached) " >&6
2abefe3d
PB
7995else
7996 if test -n "$EXPECT"; then
7997 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7998else
1c710c3c
DJ
7999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8000for as_dir in $PATH
8001do
8002 IFS=$as_save_IFS
8003 test -z "$as_dir" && as_dir=.
5213506e
RW
8004 for ac_exec_ext in '' $ac_executable_extensions; do
8005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8006 ac_cv_prog_EXPECT="$ac_prog"
5213506e 8007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8008 break 2
8009 fi
8010done
5213506e
RW
8011 done
8012IFS=$as_save_IFS
1c710c3c 8013
2abefe3d
PB
8014fi
8015fi
1c710c3c 8016EXPECT=$ac_cv_prog_EXPECT
2abefe3d 8017if test -n "$EXPECT"; then
5213506e
RW
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8019$as_echo "$EXPECT" >&6; }
2abefe3d 8020else
5213506e
RW
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022$as_echo "no" >&6; }
2abefe3d 8023fi
671aa708 8024
5213506e 8025
1c710c3c 8026 test -n "$EXPECT" && break
2abefe3d
PB
8027done
8028test -n "$EXPECT" || EXPECT="expect"
671aa708 8029
2abefe3d
PB
8030case " $configdirs " in
8031 *" expect "*)
8032 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8033 ;;
8034esac
671aa708 8035
2abefe3d
PB
8036for ac_prog in runtest
8037do
1c710c3c 8038 # Extract the first word of "$ac_prog", so it can be a program name with args.
2abefe3d 8039set dummy $ac_prog; ac_word=$2
5213506e
RW
8040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8041$as_echo_n "checking for $ac_word... " >&6; }
8042if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8043 $as_echo_n "(cached) " >&6
2abefe3d
PB
8044else
8045 if test -n "$RUNTEST"; then
8046 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
fb0103e5 8047else
1c710c3c
DJ
8048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8049for as_dir in $PATH
8050do
8051 IFS=$as_save_IFS
8052 test -z "$as_dir" && as_dir=.
5213506e
RW
8053 for ac_exec_ext in '' $ac_executable_extensions; do
8054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8055 ac_cv_prog_RUNTEST="$ac_prog"
5213506e 8056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8057 break 2
8058 fi
8059done
5213506e
RW
8060 done
8061IFS=$as_save_IFS
1c710c3c 8062
2abefe3d
PB
8063fi
8064fi
1c710c3c 8065RUNTEST=$ac_cv_prog_RUNTEST
2abefe3d 8066if test -n "$RUNTEST"; then
5213506e
RW
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8068$as_echo "$RUNTEST" >&6; }
2abefe3d 8069else
5213506e
RW
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8071$as_echo "no" >&6; }
2abefe3d 8072fi
671aa708 8073
5213506e 8074
1c710c3c 8075 test -n "$RUNTEST" && break
2abefe3d
PB
8076done
8077test -n "$RUNTEST" || RUNTEST="runtest"
671aa708 8078
2abefe3d
PB
8079case " $configdirs " in
8080 *" dejagnu "*)
c394e891 8081 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
2abefe3d
PB
8082 ;;
8083esac
671aa708
NN
8084
8085
671aa708 8086# Host tools.
ca9f4b81
AO
8087ncn_tool_prefix=
8088test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8089ncn_target_tool_prefix=
8090test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8091
278a7a38
AO
8092
8093
8094if test -n "$AR"; then
8095 ac_cv_prog_AR=$AR
8096elif test -n "$ac_cv_prog_AR"; then
8097 AR=$ac_cv_prog_AR
8098fi
8099
8100if test -n "$ac_cv_prog_AR"; then
8101 for ncn_progname in ar; do
8102 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8103set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8105$as_echo_n "checking for $ac_word... " >&6; }
8106if test "${ac_cv_prog_AR+set}" = set; then :
8107 $as_echo_n "(cached) " >&6
278a7a38
AO
8108else
8109 if test -n "$AR"; then
8110 ac_cv_prog_AR="$AR" # Let the user override the test.
8111else
8112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8113for as_dir in $PATH
8114do
8115 IFS=$as_save_IFS
8116 test -z "$as_dir" && as_dir=.
5213506e
RW
8117 for ac_exec_ext in '' $ac_executable_extensions; do
8118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8119 ac_cv_prog_AR="${ncn_progname}"
5213506e 8120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8121 break 2
8122 fi
8123done
5213506e
RW
8124 done
8125IFS=$as_save_IFS
278a7a38
AO
8126
8127fi
8128fi
8129AR=$ac_cv_prog_AR
8130if test -n "$AR"; then
5213506e
RW
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8132$as_echo "$AR" >&6; }
278a7a38 8133else
5213506e
RW
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8135$as_echo "no" >&6; }
278a7a38
AO
8136fi
8137
5213506e 8138
278a7a38
AO
8139 done
8140fi
8141
8142for ncn_progname in ar; do
2693c0b0
PB
8143 if test -n "$ncn_tool_prefix"; then
8144 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8145set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8147$as_echo_n "checking for $ac_word... " >&6; }
8148if test "${ac_cv_prog_AR+set}" = set; then :
8149 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8150else
8151 if test -n "$AR"; then
8152 ac_cv_prog_AR="$AR" # Let the user override the test.
8153else
1c710c3c
DJ
8154as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8155for as_dir in $PATH
8156do
8157 IFS=$as_save_IFS
8158 test -z "$as_dir" && as_dir=.
5213506e
RW
8159 for ac_exec_ext in '' $ac_executable_extensions; do
8160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8161 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
5213506e 8162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8163 break 2
8164 fi
8165done
5213506e
RW
8166 done
8167IFS=$as_save_IFS
1c710c3c 8168
ca9f4b81
AO
8169fi
8170fi
1c710c3c 8171AR=$ac_cv_prog_AR
ca9f4b81 8172if test -n "$AR"; then
5213506e
RW
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8174$as_echo "$AR" >&6; }
ca9f4b81 8175else
5213506e
RW
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8177$as_echo "no" >&6; }
ca9f4b81
AO
8178fi
8179
5213506e 8180
2693c0b0
PB
8181 fi
8182 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8183 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8184set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8186$as_echo_n "checking for $ac_word... " >&6; }
8187if test "${ac_cv_prog_AR+set}" = set; then :
8188 $as_echo_n "(cached) " >&6
ca9f4b81 8189else
2693c0b0 8190 if test -n "$AR"; then
af71363e
AS
8191 ac_cv_prog_AR="$AR" # Let the user override the test.
8192else
1c710c3c
DJ
8193as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8194for as_dir in $PATH
8195do
8196 IFS=$as_save_IFS
8197 test -z "$as_dir" && as_dir=.
5213506e
RW
8198 for ac_exec_ext in '' $ac_executable_extensions; do
8199 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8200 ac_cv_prog_AR="${ncn_progname}"
5213506e 8201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8202 break 2
8203 fi
8204done
5213506e
RW
8205 done
8206IFS=$as_save_IFS
1c710c3c 8207
ca9f4b81
AO
8208fi
8209fi
1c710c3c 8210AR=$ac_cv_prog_AR
2693c0b0 8211if test -n "$AR"; then
5213506e
RW
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8213$as_echo "$AR" >&6; }
ca9f4b81 8214else
5213506e
RW
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8216$as_echo "no" >&6; }
ca9f4b81 8217fi
1c710c3c 8218
5213506e 8219
2693c0b0
PB
8220 fi
8221 test -n "$ac_cv_prog_AR" && break
8222done
8223
8224if test -z "$ac_cv_prog_AR" ; then
8225 set dummy ar
8226 if test $build = $host ; then
8227 AR="$2"
ca9f4b81 8228 else
2693c0b0 8229 AR="${ncn_tool_prefix}$2"
ca9f4b81 8230 fi
ca9f4b81
AO
8231fi
8232
278a7a38
AO
8233
8234
8235if test -n "$AS"; then
8236 ac_cv_prog_AS=$AS
8237elif test -n "$ac_cv_prog_AS"; then
8238 AS=$ac_cv_prog_AS
8239fi
8240
8241if test -n "$ac_cv_prog_AS"; then
8242 for ncn_progname in as; do
8243 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8244set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8246$as_echo_n "checking for $ac_word... " >&6; }
8247if test "${ac_cv_prog_AS+set}" = set; then :
8248 $as_echo_n "(cached) " >&6
278a7a38
AO
8249else
8250 if test -n "$AS"; then
8251 ac_cv_prog_AS="$AS" # Let the user override the test.
8252else
8253as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8254for as_dir in $PATH
8255do
8256 IFS=$as_save_IFS
8257 test -z "$as_dir" && as_dir=.
5213506e
RW
8258 for ac_exec_ext in '' $ac_executable_extensions; do
8259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8260 ac_cv_prog_AS="${ncn_progname}"
5213506e 8261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8262 break 2
8263 fi
8264done
5213506e
RW
8265 done
8266IFS=$as_save_IFS
278a7a38
AO
8267
8268fi
8269fi
8270AS=$ac_cv_prog_AS
8271if test -n "$AS"; then
5213506e
RW
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8273$as_echo "$AS" >&6; }
278a7a38 8274else
5213506e
RW
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8276$as_echo "no" >&6; }
278a7a38
AO
8277fi
8278
5213506e 8279
278a7a38
AO
8280 done
8281fi
8282
8283for ncn_progname in as; do
2693c0b0
PB
8284 if test -n "$ncn_tool_prefix"; then
8285 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8286set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8288$as_echo_n "checking for $ac_word... " >&6; }
8289if test "${ac_cv_prog_AS+set}" = set; then :
8290 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8291else
8292 if test -n "$AS"; then
8293 ac_cv_prog_AS="$AS" # Let the user override the test.
0b0dc272 8294else
1c710c3c
DJ
8295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8296for as_dir in $PATH
8297do
8298 IFS=$as_save_IFS
8299 test -z "$as_dir" && as_dir=.
5213506e
RW
8300 for ac_exec_ext in '' $ac_executable_extensions; do
8301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8302 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
5213506e 8303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8304 break 2
8305 fi
8306done
5213506e
RW
8307 done
8308IFS=$as_save_IFS
1c710c3c 8309
ca9f4b81
AO
8310fi
8311fi
1c710c3c 8312AS=$ac_cv_prog_AS
ca9f4b81 8313if test -n "$AS"; then
5213506e
RW
8314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8315$as_echo "$AS" >&6; }
ca9f4b81 8316else
5213506e
RW
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8318$as_echo "no" >&6; }
ca9f4b81
AO
8319fi
8320
5213506e 8321
2693c0b0
PB
8322 fi
8323 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8324 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8325set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8327$as_echo_n "checking for $ac_word... " >&6; }
8328if test "${ac_cv_prog_AS+set}" = set; then :
8329 $as_echo_n "(cached) " >&6
ca9f4b81 8330else
2693c0b0
PB
8331 if test -n "$AS"; then
8332 ac_cv_prog_AS="$AS" # Let the user override the test.
ca9f4b81 8333else
1c710c3c
DJ
8334as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8335for as_dir in $PATH
8336do
8337 IFS=$as_save_IFS
8338 test -z "$as_dir" && as_dir=.
5213506e
RW
8339 for ac_exec_ext in '' $ac_executable_extensions; do
8340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8341 ac_cv_prog_AS="${ncn_progname}"
5213506e 8342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8343 break 2
8344 fi
8345done
5213506e
RW
8346 done
8347IFS=$as_save_IFS
1c710c3c 8348
ca9f4b81
AO
8349fi
8350fi
1c710c3c 8351AS=$ac_cv_prog_AS
2693c0b0 8352if test -n "$AS"; then
5213506e
RW
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8354$as_echo "$AS" >&6; }
ca9f4b81 8355else
5213506e
RW
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8357$as_echo "no" >&6; }
ca9f4b81 8358fi
1c710c3c 8359
5213506e 8360
2693c0b0
PB
8361 fi
8362 test -n "$ac_cv_prog_AS" && break
8363done
8364
8365if test -z "$ac_cv_prog_AS" ; then
8366 set dummy as
8367 if test $build = $host ; then
8368 AS="$2"
ca9f4b81 8369 else
2693c0b0 8370 AS="${ncn_tool_prefix}$2"
ca9f4b81 8371 fi
ca9f4b81
AO
8372fi
8373
278a7a38
AO
8374
8375
8376if test -n "$DLLTOOL"; then
8377 ac_cv_prog_DLLTOOL=$DLLTOOL
8378elif test -n "$ac_cv_prog_DLLTOOL"; then
8379 DLLTOOL=$ac_cv_prog_DLLTOOL
8380fi
8381
8382if test -n "$ac_cv_prog_DLLTOOL"; then
8383 for ncn_progname in dlltool; do
8384 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8385set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8387$as_echo_n "checking for $ac_word... " >&6; }
8388if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8389 $as_echo_n "(cached) " >&6
278a7a38
AO
8390else
8391 if test -n "$DLLTOOL"; then
8392 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8393else
8394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8395for as_dir in $PATH
8396do
8397 IFS=$as_save_IFS
8398 test -z "$as_dir" && as_dir=.
5213506e
RW
8399 for ac_exec_ext in '' $ac_executable_extensions; do
8400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8401 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8403 break 2
8404 fi
8405done
5213506e
RW
8406 done
8407IFS=$as_save_IFS
278a7a38
AO
8408
8409fi
8410fi
8411DLLTOOL=$ac_cv_prog_DLLTOOL
8412if test -n "$DLLTOOL"; then
5213506e
RW
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8414$as_echo "$DLLTOOL" >&6; }
278a7a38 8415else
5213506e
RW
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8417$as_echo "no" >&6; }
278a7a38
AO
8418fi
8419
5213506e 8420
278a7a38
AO
8421 done
8422fi
8423
8424for ncn_progname in dlltool; do
2693c0b0
PB
8425 if test -n "$ncn_tool_prefix"; then
8426 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8427set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8429$as_echo_n "checking for $ac_word... " >&6; }
8430if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8431 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8432else
8433 if test -n "$DLLTOOL"; then
8434 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8435else
1c710c3c
DJ
8436as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8437for as_dir in $PATH
8438do
8439 IFS=$as_save_IFS
8440 test -z "$as_dir" && as_dir=.
5213506e
RW
8441 for ac_exec_ext in '' $ac_executable_extensions; do
8442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8443 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
5213506e 8444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8445 break 2
8446 fi
8447done
5213506e
RW
8448 done
8449IFS=$as_save_IFS
1c710c3c 8450
ca9f4b81
AO
8451fi
8452fi
1c710c3c 8453DLLTOOL=$ac_cv_prog_DLLTOOL
ca9f4b81 8454if test -n "$DLLTOOL"; then
5213506e
RW
8455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8456$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8457else
5213506e
RW
8458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8459$as_echo "no" >&6; }
ca9f4b81
AO
8460fi
8461
5213506e 8462
2693c0b0
PB
8463 fi
8464 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8465 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8466set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8468$as_echo_n "checking for $ac_word... " >&6; }
8469if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8470 $as_echo_n "(cached) " >&6
ca9f4b81 8471else
2693c0b0
PB
8472 if test -n "$DLLTOOL"; then
8473 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
ca9f4b81 8474else
1c710c3c
DJ
8475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8476for as_dir in $PATH
8477do
8478 IFS=$as_save_IFS
8479 test -z "$as_dir" && as_dir=.
5213506e
RW
8480 for ac_exec_ext in '' $ac_executable_extensions; do
8481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8482 ac_cv_prog_DLLTOOL="${ncn_progname}"
5213506e 8483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8484 break 2
8485 fi
8486done
5213506e
RW
8487 done
8488IFS=$as_save_IFS
1c710c3c 8489
ca9f4b81
AO
8490fi
8491fi
1c710c3c 8492DLLTOOL=$ac_cv_prog_DLLTOOL
2693c0b0 8493if test -n "$DLLTOOL"; then
5213506e
RW
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8495$as_echo "$DLLTOOL" >&6; }
ca9f4b81 8496else
5213506e
RW
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8498$as_echo "no" >&6; }
ca9f4b81 8499fi
1c710c3c 8500
5213506e 8501
2693c0b0
PB
8502 fi
8503 test -n "$ac_cv_prog_DLLTOOL" && break
8504done
8505
8506if test -z "$ac_cv_prog_DLLTOOL" ; then
8507 set dummy dlltool
8508 if test $build = $host ; then
8509 DLLTOOL="$2"
ca9f4b81 8510 else
2693c0b0 8511 DLLTOOL="${ncn_tool_prefix}$2"
ca9f4b81 8512 fi
ca9f4b81
AO
8513fi
8514
278a7a38
AO
8515
8516
8517if test -n "$LD"; then
8518 ac_cv_prog_LD=$LD
8519elif test -n "$ac_cv_prog_LD"; then
8520 LD=$ac_cv_prog_LD
8521fi
8522
8523if test -n "$ac_cv_prog_LD"; then
8524 for ncn_progname in ld; do
8525 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8526set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8528$as_echo_n "checking for $ac_word... " >&6; }
8529if test "${ac_cv_prog_LD+set}" = set; then :
8530 $as_echo_n "(cached) " >&6
278a7a38
AO
8531else
8532 if test -n "$LD"; then
8533 ac_cv_prog_LD="$LD" # Let the user override the test.
8534else
8535as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8536for as_dir in $PATH
8537do
8538 IFS=$as_save_IFS
8539 test -z "$as_dir" && as_dir=.
5213506e
RW
8540 for ac_exec_ext in '' $ac_executable_extensions; do
8541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8542 ac_cv_prog_LD="${ncn_progname}"
5213506e 8543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8544 break 2
8545 fi
8546done
5213506e
RW
8547 done
8548IFS=$as_save_IFS
278a7a38
AO
8549
8550fi
8551fi
8552LD=$ac_cv_prog_LD
8553if test -n "$LD"; then
5213506e
RW
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8555$as_echo "$LD" >&6; }
278a7a38 8556else
5213506e
RW
8557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8558$as_echo "no" >&6; }
278a7a38
AO
8559fi
8560
5213506e 8561
278a7a38
AO
8562 done
8563fi
8564
8565for ncn_progname in ld; do
2693c0b0
PB
8566 if test -n "$ncn_tool_prefix"; then
8567 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8568set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8570$as_echo_n "checking for $ac_word... " >&6; }
8571if test "${ac_cv_prog_LD+set}" = set; then :
8572 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8573else
8574 if test -n "$LD"; then
8575 ac_cv_prog_LD="$LD" # Let the user override the test.
8576else
1c710c3c
DJ
8577as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8578for as_dir in $PATH
8579do
8580 IFS=$as_save_IFS
8581 test -z "$as_dir" && as_dir=.
5213506e
RW
8582 for ac_exec_ext in '' $ac_executable_extensions; do
8583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8584 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
5213506e 8585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8586 break 2
8587 fi
8588done
5213506e
RW
8589 done
8590IFS=$as_save_IFS
1c710c3c 8591
ca9f4b81
AO
8592fi
8593fi
1c710c3c 8594LD=$ac_cv_prog_LD
ca9f4b81 8595if test -n "$LD"; then
5213506e
RW
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8597$as_echo "$LD" >&6; }
ca9f4b81 8598else
5213506e
RW
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8600$as_echo "no" >&6; }
ca9f4b81
AO
8601fi
8602
5213506e 8603
2693c0b0
PB
8604 fi
8605 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8606 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8607set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8609$as_echo_n "checking for $ac_word... " >&6; }
8610if test "${ac_cv_prog_LD+set}" = set; then :
8611 $as_echo_n "(cached) " >&6
ca9f4b81 8612else
2693c0b0
PB
8613 if test -n "$LD"; then
8614 ac_cv_prog_LD="$LD" # Let the user override the test.
6b65a26d 8615else
1c710c3c
DJ
8616as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8617for as_dir in $PATH
8618do
8619 IFS=$as_save_IFS
8620 test -z "$as_dir" && as_dir=.
5213506e
RW
8621 for ac_exec_ext in '' $ac_executable_extensions; do
8622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8623 ac_cv_prog_LD="${ncn_progname}"
5213506e 8624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8625 break 2
8626 fi
8627done
5213506e
RW
8628 done
8629IFS=$as_save_IFS
1c710c3c 8630
ca9f4b81
AO
8631fi
8632fi
1c710c3c 8633LD=$ac_cv_prog_LD
2693c0b0 8634if test -n "$LD"; then
5213506e
RW
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8636$as_echo "$LD" >&6; }
ca9f4b81 8637else
5213506e
RW
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8639$as_echo "no" >&6; }
ca9f4b81 8640fi
1c710c3c 8641
5213506e 8642
2693c0b0
PB
8643 fi
8644 test -n "$ac_cv_prog_LD" && break
8645done
8646
8647if test -z "$ac_cv_prog_LD" ; then
8648 set dummy ld
8649 if test $build = $host ; then
8650 LD="$2"
ca9f4b81 8651 else
2693c0b0 8652 LD="${ncn_tool_prefix}$2"
ca9f4b81 8653 fi
ca9f4b81
AO
8654fi
8655
278a7a38
AO
8656
8657
8658if test -n "$LIPO"; then
8659 ac_cv_prog_LIPO=$LIPO
8660elif test -n "$ac_cv_prog_LIPO"; then
8661 LIPO=$ac_cv_prog_LIPO
8662fi
8663
8664if test -n "$ac_cv_prog_LIPO"; then
8665 for ncn_progname in lipo; do
8666 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8667set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8669$as_echo_n "checking for $ac_word... " >&6; }
8670if test "${ac_cv_prog_LIPO+set}" = set; then :
8671 $as_echo_n "(cached) " >&6
278a7a38
AO
8672else
8673 if test -n "$LIPO"; then
8674 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8675else
8676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8677for as_dir in $PATH
8678do
8679 IFS=$as_save_IFS
8680 test -z "$as_dir" && as_dir=.
5213506e
RW
8681 for ac_exec_ext in '' $ac_executable_extensions; do
8682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8683 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8685 break 2
8686 fi
8687done
5213506e
RW
8688 done
8689IFS=$as_save_IFS
278a7a38
AO
8690
8691fi
8692fi
8693LIPO=$ac_cv_prog_LIPO
8694if test -n "$LIPO"; then
5213506e
RW
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8696$as_echo "$LIPO" >&6; }
278a7a38 8697else
5213506e
RW
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8699$as_echo "no" >&6; }
278a7a38
AO
8700fi
8701
5213506e 8702
278a7a38
AO
8703 done
8704fi
8705
8706for ncn_progname in lipo; do
2abefe3d
PB
8707 if test -n "$ncn_tool_prefix"; then
8708 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8709set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8711$as_echo_n "checking for $ac_word... " >&6; }
8712if test "${ac_cv_prog_LIPO+set}" = set; then :
8713 $as_echo_n "(cached) " >&6
2abefe3d
PB
8714else
8715 if test -n "$LIPO"; then
8716 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8717else
1c710c3c
DJ
8718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8719for as_dir in $PATH
8720do
8721 IFS=$as_save_IFS
8722 test -z "$as_dir" && as_dir=.
5213506e
RW
8723 for ac_exec_ext in '' $ac_executable_extensions; do
8724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8725 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
5213506e 8726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8727 break 2
8728 fi
8729done
5213506e
RW
8730 done
8731IFS=$as_save_IFS
1c710c3c 8732
2abefe3d
PB
8733fi
8734fi
1c710c3c 8735LIPO=$ac_cv_prog_LIPO
2abefe3d 8736if test -n "$LIPO"; then
5213506e
RW
8737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8738$as_echo "$LIPO" >&6; }
2abefe3d 8739else
5213506e
RW
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8741$as_echo "no" >&6; }
2abefe3d
PB
8742fi
8743
5213506e 8744
2abefe3d
PB
8745 fi
8746 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8747 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8748set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8750$as_echo_n "checking for $ac_word... " >&6; }
8751if test "${ac_cv_prog_LIPO+set}" = set; then :
8752 $as_echo_n "(cached) " >&6
2abefe3d
PB
8753else
8754 if test -n "$LIPO"; then
8755 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8756else
1c710c3c
DJ
8757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8758for as_dir in $PATH
8759do
8760 IFS=$as_save_IFS
8761 test -z "$as_dir" && as_dir=.
5213506e
RW
8762 for ac_exec_ext in '' $ac_executable_extensions; do
8763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 8764 ac_cv_prog_LIPO="${ncn_progname}"
5213506e 8765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8766 break 2
8767 fi
8768done
5213506e
RW
8769 done
8770IFS=$as_save_IFS
1c710c3c 8771
2abefe3d
PB
8772fi
8773fi
1c710c3c 8774LIPO=$ac_cv_prog_LIPO
2abefe3d 8775if test -n "$LIPO"; then
5213506e
RW
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8777$as_echo "$LIPO" >&6; }
2abefe3d 8778else
5213506e
RW
8779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8780$as_echo "no" >&6; }
2abefe3d 8781fi
1c710c3c 8782
5213506e 8783
2abefe3d
PB
8784 fi
8785 test -n "$ac_cv_prog_LIPO" && break
8786done
8787
8788if test -z "$ac_cv_prog_LIPO" ; then
8789 set dummy lipo
8790 if test $build = $host ; then
8791 LIPO="$2"
8792 else
8793 LIPO="${ncn_tool_prefix}$2"
8794 fi
8795fi
8796
278a7a38
AO
8797
8798
8799if test -n "$NM"; then
8800 ac_cv_prog_NM=$NM
8801elif test -n "$ac_cv_prog_NM"; then
8802 NM=$ac_cv_prog_NM
8803fi
8804
8805if test -n "$ac_cv_prog_NM"; then
8806 for ncn_progname in nm; do
8807 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8808set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8810$as_echo_n "checking for $ac_word... " >&6; }
8811if test "${ac_cv_prog_NM+set}" = set; then :
8812 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8813else
8814 if test -n "$NM"; then
8815 ac_cv_prog_NM="$NM" # Let the user override the test.
8816else
1c710c3c
DJ
8817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8818for as_dir in $PATH
8819do
8820 IFS=$as_save_IFS
8821 test -z "$as_dir" && as_dir=.
5213506e
RW
8822 for ac_exec_ext in '' $ac_executable_extensions; do
8823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8824 ac_cv_prog_NM="${ncn_progname}"
5213506e 8825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8826 break 2
8827 fi
8828done
5213506e
RW
8829 done
8830IFS=$as_save_IFS
1c710c3c 8831
ca9f4b81
AO
8832fi
8833fi
1c710c3c 8834NM=$ac_cv_prog_NM
ca9f4b81 8835if test -n "$NM"; then
5213506e
RW
8836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8837$as_echo "$NM" >&6; }
ca9f4b81 8838else
5213506e
RW
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8840$as_echo "no" >&6; }
ca9f4b81
AO
8841fi
8842
5213506e 8843
278a7a38
AO
8844 done
8845fi
8846
8847for ncn_progname in nm; do
8848 if test -n "$ncn_tool_prefix"; then
8849 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8850set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8852$as_echo_n "checking for $ac_word... " >&6; }
8853if test "${ac_cv_prog_NM+set}" = set; then :
8854 $as_echo_n "(cached) " >&6
ca9f4b81 8855else
2693c0b0
PB
8856 if test -n "$NM"; then
8857 ac_cv_prog_NM="$NM" # Let the user override the test.
ca9f4b81 8858else
1c710c3c
DJ
8859as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8860for as_dir in $PATH
8861do
8862 IFS=$as_save_IFS
8863 test -z "$as_dir" && as_dir=.
5213506e
RW
8864 for ac_exec_ext in '' $ac_executable_extensions; do
8865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8866 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
5213506e 8867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
8868 break 2
8869 fi
8870done
5213506e
RW
8871 done
8872IFS=$as_save_IFS
1c710c3c 8873
ca9f4b81
AO
8874fi
8875fi
1c710c3c 8876NM=$ac_cv_prog_NM
2693c0b0 8877if test -n "$NM"; then
5213506e
RW
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8879$as_echo "$NM" >&6; }
ca9f4b81 8880else
5213506e
RW
8881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8882$as_echo "no" >&6; }
ca9f4b81 8883fi
1c710c3c 8884
5213506e 8885
2693c0b0 8886 fi
278a7a38
AO
8887 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8888 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8889set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8891$as_echo_n "checking for $ac_word... " >&6; }
8892if test "${ac_cv_prog_NM+set}" = set; then :
8893 $as_echo_n "(cached) " >&6
278a7a38
AO
8894else
8895 if test -n "$NM"; then
8896 ac_cv_prog_NM="$NM" # Let the user override the test.
8897else
8898as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8899for as_dir in $PATH
8900do
8901 IFS=$as_save_IFS
8902 test -z "$as_dir" && as_dir=.
5213506e
RW
8903 for ac_exec_ext in '' $ac_executable_extensions; do
8904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8905 ac_cv_prog_NM="${ncn_progname}"
5213506e 8906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8907 break 2
8908 fi
8909done
5213506e
RW
8910 done
8911IFS=$as_save_IFS
278a7a38
AO
8912
8913fi
8914fi
8915NM=$ac_cv_prog_NM
8916if test -n "$NM"; then
5213506e
RW
8917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8918$as_echo "$NM" >&6; }
278a7a38 8919else
5213506e
RW
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8921$as_echo "no" >&6; }
278a7a38
AO
8922fi
8923
5213506e 8924
278a7a38
AO
8925 fi
8926 test -n "$ac_cv_prog_NM" && break
8927done
8928
8929if test -z "$ac_cv_prog_NM" ; then
8930 set dummy nm
8931 if test $build = $host ; then
8932 NM="$2"
8933 else
8934 NM="${ncn_tool_prefix}$2"
8935 fi
8936fi
8937
8938
8939
8940if test -n "$RANLIB"; then
8941 ac_cv_prog_RANLIB=$RANLIB
8942elif test -n "$ac_cv_prog_RANLIB"; then
8943 RANLIB=$ac_cv_prog_RANLIB
8944fi
8945
8946if test -n "$ac_cv_prog_RANLIB"; then
8947 for ncn_progname in ranlib; do
8948 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8949set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
8950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8951$as_echo_n "checking for $ac_word... " >&6; }
8952if test "${ac_cv_prog_RANLIB+set}" = set; then :
8953 $as_echo_n "(cached) " >&6
278a7a38
AO
8954else
8955 if test -n "$RANLIB"; then
8956 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8957else
8958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8959for as_dir in $PATH
8960do
8961 IFS=$as_save_IFS
8962 test -z "$as_dir" && as_dir=.
5213506e
RW
8963 for ac_exec_ext in '' $ac_executable_extensions; do
8964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 8965 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 8966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
8967 break 2
8968 fi
8969done
5213506e
RW
8970 done
8971IFS=$as_save_IFS
278a7a38
AO
8972
8973fi
8974fi
8975RANLIB=$ac_cv_prog_RANLIB
8976if test -n "$RANLIB"; then
5213506e
RW
8977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8978$as_echo "$RANLIB" >&6; }
278a7a38 8979else
5213506e
RW
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8981$as_echo "no" >&6; }
278a7a38
AO
8982fi
8983
5213506e 8984
278a7a38
AO
8985 done
8986fi
ca9f4b81 8987
278a7a38 8988for ncn_progname in ranlib; do
2693c0b0
PB
8989 if test -n "$ncn_tool_prefix"; then
8990 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8991set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
8992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8993$as_echo_n "checking for $ac_word... " >&6; }
8994if test "${ac_cv_prog_RANLIB+set}" = set; then :
8995 $as_echo_n "(cached) " >&6
ca9f4b81
AO
8996else
8997 if test -n "$RANLIB"; then
8998 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8999else
1c710c3c
DJ
9000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9001for as_dir in $PATH
9002do
9003 IFS=$as_save_IFS
9004 test -z "$as_dir" && as_dir=.
5213506e
RW
9005 for ac_exec_ext in '' $ac_executable_extensions; do
9006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9007 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
5213506e 9008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9009 break 2
9010 fi
9011done
5213506e
RW
9012 done
9013IFS=$as_save_IFS
1c710c3c 9014
ca9f4b81
AO
9015fi
9016fi
1c710c3c 9017RANLIB=$ac_cv_prog_RANLIB
ca9f4b81 9018if test -n "$RANLIB"; then
5213506e
RW
9019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9020$as_echo "$RANLIB" >&6; }
ca9f4b81 9021else
5213506e
RW
9022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9023$as_echo "no" >&6; }
ca9f4b81
AO
9024fi
9025
5213506e 9026
2693c0b0
PB
9027 fi
9028 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9029 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9030set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9032$as_echo_n "checking for $ac_word... " >&6; }
9033if test "${ac_cv_prog_RANLIB+set}" = set; then :
9034 $as_echo_n "(cached) " >&6
ca9f4b81 9035else
2693c0b0
PB
9036 if test -n "$RANLIB"; then
9037 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
ca9f4b81 9038else
1c710c3c
DJ
9039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9040for as_dir in $PATH
9041do
9042 IFS=$as_save_IFS
9043 test -z "$as_dir" && as_dir=.
5213506e
RW
9044 for ac_exec_ext in '' $ac_executable_extensions; do
9045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9046 ac_cv_prog_RANLIB="${ncn_progname}"
5213506e 9047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9048 break 2
9049 fi
9050done
5213506e
RW
9051 done
9052IFS=$as_save_IFS
1c710c3c 9053
ca9f4b81
AO
9054fi
9055fi
1c710c3c 9056RANLIB=$ac_cv_prog_RANLIB
2693c0b0 9057if test -n "$RANLIB"; then
5213506e
RW
9058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9059$as_echo "$RANLIB" >&6; }
ca9f4b81 9060else
5213506e
RW
9061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9062$as_echo "no" >&6; }
ca9f4b81 9063fi
1c710c3c 9064
5213506e 9065
ca9f4b81 9066 fi
2693c0b0
PB
9067 test -n "$ac_cv_prog_RANLIB" && break
9068done
9069
9070if test -z "$ac_cv_prog_RANLIB" ; then
8927b7c0 9071 RANLIB="true"
ca9f4b81
AO
9072fi
9073
278a7a38
AO
9074
9075
9076if test -n "$STRIP"; then
9077 ac_cv_prog_STRIP=$STRIP
9078elif test -n "$ac_cv_prog_STRIP"; then
9079 STRIP=$ac_cv_prog_STRIP
9080fi
9081
9082if test -n "$ac_cv_prog_STRIP"; then
9083 for ncn_progname in strip; do
9084 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9085set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9087$as_echo_n "checking for $ac_word... " >&6; }
9088if test "${ac_cv_prog_STRIP+set}" = set; then :
9089 $as_echo_n "(cached) " >&6
278a7a38
AO
9090else
9091 if test -n "$STRIP"; then
9092 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9093else
9094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9095for as_dir in $PATH
9096do
9097 IFS=$as_save_IFS
9098 test -z "$as_dir" && as_dir=.
5213506e
RW
9099 for ac_exec_ext in '' $ac_executable_extensions; do
9100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9101 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9103 break 2
9104 fi
9105done
5213506e
RW
9106 done
9107IFS=$as_save_IFS
278a7a38
AO
9108
9109fi
9110fi
9111STRIP=$ac_cv_prog_STRIP
9112if test -n "$STRIP"; then
5213506e
RW
9113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9114$as_echo "$STRIP" >&6; }
278a7a38 9115else
5213506e
RW
9116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9117$as_echo "no" >&6; }
278a7a38
AO
9118fi
9119
5213506e 9120
278a7a38
AO
9121 done
9122fi
9123
9124for ncn_progname in strip; do
2abefe3d
PB
9125 if test -n "$ncn_tool_prefix"; then
9126 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9127set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9129$as_echo_n "checking for $ac_word... " >&6; }
9130if test "${ac_cv_prog_STRIP+set}" = set; then :
9131 $as_echo_n "(cached) " >&6
2abefe3d
PB
9132else
9133 if test -n "$STRIP"; then
9134 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9135else
1c710c3c
DJ
9136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9137for as_dir in $PATH
9138do
9139 IFS=$as_save_IFS
9140 test -z "$as_dir" && as_dir=.
5213506e
RW
9141 for ac_exec_ext in '' $ac_executable_extensions; do
9142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9143 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9145 break 2
9146 fi
9147done
5213506e
RW
9148 done
9149IFS=$as_save_IFS
1c710c3c 9150
2abefe3d
PB
9151fi
9152fi
1c710c3c 9153STRIP=$ac_cv_prog_STRIP
2abefe3d 9154if test -n "$STRIP"; then
5213506e
RW
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9156$as_echo "$STRIP" >&6; }
2abefe3d 9157else
5213506e
RW
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9159$as_echo "no" >&6; }
2abefe3d
PB
9160fi
9161
5213506e 9162
2abefe3d
PB
9163 fi
9164 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9165 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9166set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9168$as_echo_n "checking for $ac_word... " >&6; }
9169if test "${ac_cv_prog_STRIP+set}" = set; then :
9170 $as_echo_n "(cached) " >&6
2abefe3d
PB
9171else
9172 if test -n "$STRIP"; then
9173 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9174else
1c710c3c
DJ
9175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9176for as_dir in $PATH
9177do
9178 IFS=$as_save_IFS
9179 test -z "$as_dir" && as_dir=.
5213506e
RW
9180 for ac_exec_ext in '' $ac_executable_extensions; do
9181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9182 ac_cv_prog_STRIP="${ncn_progname}"
5213506e 9183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9184 break 2
9185 fi
9186done
5213506e
RW
9187 done
9188IFS=$as_save_IFS
1c710c3c 9189
2abefe3d
PB
9190fi
9191fi
1c710c3c 9192STRIP=$ac_cv_prog_STRIP
2abefe3d 9193if test -n "$STRIP"; then
5213506e
RW
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9195$as_echo "$STRIP" >&6; }
2abefe3d 9196else
5213506e
RW
9197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9198$as_echo "no" >&6; }
2abefe3d 9199fi
1c710c3c 9200
5213506e 9201
2abefe3d
PB
9202 fi
9203 test -n "$ac_cv_prog_STRIP" && break
9204done
9205
9206if test -z "$ac_cv_prog_STRIP" ; then
8927b7c0 9207 STRIP="true"
2abefe3d
PB
9208fi
9209
278a7a38
AO
9210
9211
9212if test -n "$WINDRES"; then
9213 ac_cv_prog_WINDRES=$WINDRES
9214elif test -n "$ac_cv_prog_WINDRES"; then
9215 WINDRES=$ac_cv_prog_WINDRES
9216fi
9217
9218if test -n "$ac_cv_prog_WINDRES"; then
9219 for ncn_progname in windres; do
9220 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9221set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9223$as_echo_n "checking for $ac_word... " >&6; }
9224if test "${ac_cv_prog_WINDRES+set}" = set; then :
9225 $as_echo_n "(cached) " >&6
278a7a38
AO
9226else
9227 if test -n "$WINDRES"; then
9228 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9229else
9230as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9231for as_dir in $PATH
9232do
9233 IFS=$as_save_IFS
9234 test -z "$as_dir" && as_dir=.
5213506e
RW
9235 for ac_exec_ext in '' $ac_executable_extensions; do
9236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9237 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9239 break 2
9240 fi
9241done
5213506e
RW
9242 done
9243IFS=$as_save_IFS
278a7a38
AO
9244
9245fi
9246fi
9247WINDRES=$ac_cv_prog_WINDRES
9248if test -n "$WINDRES"; then
5213506e
RW
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9250$as_echo "$WINDRES" >&6; }
278a7a38 9251else
5213506e
RW
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9253$as_echo "no" >&6; }
278a7a38
AO
9254fi
9255
5213506e 9256
278a7a38
AO
9257 done
9258fi
9259
9260for ncn_progname in windres; do
2693c0b0
PB
9261 if test -n "$ncn_tool_prefix"; then
9262 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9263set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9265$as_echo_n "checking for $ac_word... " >&6; }
9266if test "${ac_cv_prog_WINDRES+set}" = set; then :
9267 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9268else
9269 if test -n "$WINDRES"; then
9270 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9271else
1c710c3c
DJ
9272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9273for as_dir in $PATH
9274do
9275 IFS=$as_save_IFS
9276 test -z "$as_dir" && as_dir=.
5213506e
RW
9277 for ac_exec_ext in '' $ac_executable_extensions; do
9278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9279 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
5213506e 9280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9281 break 2
9282 fi
9283done
5213506e
RW
9284 done
9285IFS=$as_save_IFS
1c710c3c 9286
ca9f4b81
AO
9287fi
9288fi
1c710c3c 9289WINDRES=$ac_cv_prog_WINDRES
ca9f4b81 9290if test -n "$WINDRES"; then
5213506e
RW
9291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9292$as_echo "$WINDRES" >&6; }
ca9f4b81 9293else
5213506e
RW
9294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9295$as_echo "no" >&6; }
ca9f4b81
AO
9296fi
9297
5213506e 9298
2693c0b0
PB
9299 fi
9300 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9301 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9302set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9304$as_echo_n "checking for $ac_word... " >&6; }
9305if test "${ac_cv_prog_WINDRES+set}" = set; then :
9306 $as_echo_n "(cached) " >&6
ca9f4b81 9307else
2693c0b0
PB
9308 if test -n "$WINDRES"; then
9309 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
ca9f4b81 9310else
1c710c3c
DJ
9311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9312for as_dir in $PATH
9313do
9314 IFS=$as_save_IFS
9315 test -z "$as_dir" && as_dir=.
5213506e
RW
9316 for ac_exec_ext in '' $ac_executable_extensions; do
9317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9318 ac_cv_prog_WINDRES="${ncn_progname}"
5213506e 9319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9320 break 2
9321 fi
9322done
5213506e
RW
9323 done
9324IFS=$as_save_IFS
1c710c3c 9325
ca9f4b81
AO
9326fi
9327fi
1c710c3c 9328WINDRES=$ac_cv_prog_WINDRES
2693c0b0 9329if test -n "$WINDRES"; then
5213506e
RW
9330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9331$as_echo "$WINDRES" >&6; }
ca9f4b81 9332else
5213506e
RW
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9334$as_echo "no" >&6; }
ca9f4b81 9335fi
1c710c3c 9336
5213506e 9337
2693c0b0
PB
9338 fi
9339 test -n "$ac_cv_prog_WINDRES" && break
9340done
9341
9342if test -z "$ac_cv_prog_WINDRES" ; then
9343 set dummy windres
9344 if test $build = $host ; then
9345 WINDRES="$2"
ca9f4b81 9346 else
2693c0b0 9347 WINDRES="${ncn_tool_prefix}$2"
ca9f4b81 9348 fi
ca9f4b81
AO
9349fi
9350
278a7a38
AO
9351
9352
901119ae
KT
9353if test -n "$WINDMC"; then
9354 ac_cv_prog_WINDMC=$WINDMC
9355elif test -n "$ac_cv_prog_WINDMC"; then
9356 WINDMC=$ac_cv_prog_WINDMC
9357fi
9358
9359if test -n "$ac_cv_prog_WINDMC"; then
9360 for ncn_progname in windmc; do
9361 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9362set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9364$as_echo_n "checking for $ac_word... " >&6; }
9365if test "${ac_cv_prog_WINDMC+set}" = set; then :
9366 $as_echo_n "(cached) " >&6
901119ae
KT
9367else
9368 if test -n "$WINDMC"; then
9369 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9370else
9371as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9372for as_dir in $PATH
9373do
9374 IFS=$as_save_IFS
9375 test -z "$as_dir" && as_dir=.
5213506e
RW
9376 for ac_exec_ext in '' $ac_executable_extensions; do
9377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9378 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9380 break 2
9381 fi
9382done
5213506e
RW
9383 done
9384IFS=$as_save_IFS
901119ae
KT
9385
9386fi
9387fi
9388WINDMC=$ac_cv_prog_WINDMC
9389if test -n "$WINDMC"; then
5213506e
RW
9390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9391$as_echo "$WINDMC" >&6; }
901119ae 9392else
5213506e
RW
9393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9394$as_echo "no" >&6; }
901119ae
KT
9395fi
9396
5213506e 9397
901119ae
KT
9398 done
9399fi
9400
9401for ncn_progname in windmc; do
9402 if test -n "$ncn_tool_prefix"; then
9403 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9404set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9406$as_echo_n "checking for $ac_word... " >&6; }
9407if test "${ac_cv_prog_WINDMC+set}" = set; then :
9408 $as_echo_n "(cached) " >&6
901119ae
KT
9409else
9410 if test -n "$WINDMC"; then
9411 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9412else
9413as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9414for as_dir in $PATH
9415do
9416 IFS=$as_save_IFS
9417 test -z "$as_dir" && as_dir=.
5213506e
RW
9418 for ac_exec_ext in '' $ac_executable_extensions; do
9419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9420 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
5213506e 9421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9422 break 2
9423 fi
9424done
5213506e
RW
9425 done
9426IFS=$as_save_IFS
901119ae
KT
9427
9428fi
9429fi
9430WINDMC=$ac_cv_prog_WINDMC
9431if test -n "$WINDMC"; then
5213506e
RW
9432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9433$as_echo "$WINDMC" >&6; }
901119ae 9434else
5213506e
RW
9435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9436$as_echo "no" >&6; }
901119ae
KT
9437fi
9438
5213506e 9439
901119ae
KT
9440 fi
9441 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9442 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9443set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9445$as_echo_n "checking for $ac_word... " >&6; }
9446if test "${ac_cv_prog_WINDMC+set}" = set; then :
9447 $as_echo_n "(cached) " >&6
901119ae
KT
9448else
9449 if test -n "$WINDMC"; then
9450 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9451else
9452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9453for as_dir in $PATH
9454do
9455 IFS=$as_save_IFS
9456 test -z "$as_dir" && as_dir=.
5213506e
RW
9457 for ac_exec_ext in '' $ac_executable_extensions; do
9458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 9459 ac_cv_prog_WINDMC="${ncn_progname}"
5213506e 9460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
9461 break 2
9462 fi
9463done
5213506e
RW
9464 done
9465IFS=$as_save_IFS
901119ae
KT
9466
9467fi
9468fi
9469WINDMC=$ac_cv_prog_WINDMC
9470if test -n "$WINDMC"; then
5213506e
RW
9471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9472$as_echo "$WINDMC" >&6; }
901119ae 9473else
5213506e
RW
9474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9475$as_echo "no" >&6; }
901119ae
KT
9476fi
9477
5213506e 9478
901119ae
KT
9479 fi
9480 test -n "$ac_cv_prog_WINDMC" && break
9481done
9482
9483if test -z "$ac_cv_prog_WINDMC" ; then
9484 set dummy windmc
9485 if test $build = $host ; then
9486 WINDMC="$2"
9487 else
9488 WINDMC="${ncn_tool_prefix}$2"
9489 fi
9490fi
9491
9492
9493
278a7a38
AO
9494if test -n "$OBJCOPY"; then
9495 ac_cv_prog_OBJCOPY=$OBJCOPY
9496elif test -n "$ac_cv_prog_OBJCOPY"; then
9497 OBJCOPY=$ac_cv_prog_OBJCOPY
9498fi
9499
9500if test -n "$ac_cv_prog_OBJCOPY"; then
9501 for ncn_progname in objcopy; do
9502 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9503set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9505$as_echo_n "checking for $ac_word... " >&6; }
9506if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9507 $as_echo_n "(cached) " >&6
278a7a38
AO
9508else
9509 if test -n "$OBJCOPY"; then
9510 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9511else
9512as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513for as_dir in $PATH
9514do
9515 IFS=$as_save_IFS
9516 test -z "$as_dir" && as_dir=.
5213506e
RW
9517 for ac_exec_ext in '' $ac_executable_extensions; do
9518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9519 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9521 break 2
9522 fi
9523done
5213506e
RW
9524 done
9525IFS=$as_save_IFS
278a7a38
AO
9526
9527fi
9528fi
9529OBJCOPY=$ac_cv_prog_OBJCOPY
9530if test -n "$OBJCOPY"; then
5213506e
RW
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9532$as_echo "$OBJCOPY" >&6; }
278a7a38 9533else
5213506e
RW
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9535$as_echo "no" >&6; }
278a7a38
AO
9536fi
9537
5213506e 9538
278a7a38
AO
9539 done
9540fi
9541
9542for ncn_progname in objcopy; do
2693c0b0
PB
9543 if test -n "$ncn_tool_prefix"; then
9544 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9545set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9547$as_echo_n "checking for $ac_word... " >&6; }
9548if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9549 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9550else
9551 if test -n "$OBJCOPY"; then
9552 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9553else
1c710c3c
DJ
9554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9555for as_dir in $PATH
9556do
9557 IFS=$as_save_IFS
9558 test -z "$as_dir" && as_dir=.
5213506e
RW
9559 for ac_exec_ext in '' $ac_executable_extensions; do
9560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9561 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
5213506e 9562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9563 break 2
9564 fi
9565done
5213506e
RW
9566 done
9567IFS=$as_save_IFS
1c710c3c 9568
ca9f4b81
AO
9569fi
9570fi
1c710c3c 9571OBJCOPY=$ac_cv_prog_OBJCOPY
ca9f4b81 9572if test -n "$OBJCOPY"; then
5213506e
RW
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9574$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9575else
5213506e
RW
9576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9577$as_echo "no" >&6; }
ca9f4b81
AO
9578fi
9579
5213506e 9580
2693c0b0
PB
9581 fi
9582 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9583 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9584set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9586$as_echo_n "checking for $ac_word... " >&6; }
9587if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9588 $as_echo_n "(cached) " >&6
ca9f4b81 9589else
2693c0b0
PB
9590 if test -n "$OBJCOPY"; then
9591 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
ca9f4b81 9592else
1c710c3c
DJ
9593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9594for as_dir in $PATH
9595do
9596 IFS=$as_save_IFS
9597 test -z "$as_dir" && as_dir=.
5213506e
RW
9598 for ac_exec_ext in '' $ac_executable_extensions; do
9599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9600 ac_cv_prog_OBJCOPY="${ncn_progname}"
5213506e 9601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9602 break 2
9603 fi
9604done
5213506e
RW
9605 done
9606IFS=$as_save_IFS
1c710c3c 9607
ca9f4b81
AO
9608fi
9609fi
1c710c3c 9610OBJCOPY=$ac_cv_prog_OBJCOPY
2693c0b0 9611if test -n "$OBJCOPY"; then
5213506e
RW
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9613$as_echo "$OBJCOPY" >&6; }
ca9f4b81 9614else
5213506e
RW
9615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9616$as_echo "no" >&6; }
ca9f4b81 9617fi
1c710c3c 9618
5213506e 9619
2693c0b0
PB
9620 fi
9621 test -n "$ac_cv_prog_OBJCOPY" && break
9622done
9623
9624if test -z "$ac_cv_prog_OBJCOPY" ; then
9625 set dummy objcopy
9626 if test $build = $host ; then
9627 OBJCOPY="$2"
ca9f4b81 9628 else
2693c0b0 9629 OBJCOPY="${ncn_tool_prefix}$2"
ca9f4b81 9630 fi
ca9f4b81
AO
9631fi
9632
278a7a38
AO
9633
9634
9635if test -n "$OBJDUMP"; then
9636 ac_cv_prog_OBJDUMP=$OBJDUMP
9637elif test -n "$ac_cv_prog_OBJDUMP"; then
9638 OBJDUMP=$ac_cv_prog_OBJDUMP
9639fi
9640
9641if test -n "$ac_cv_prog_OBJDUMP"; then
9642 for ncn_progname in objdump; do
9643 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9644set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9646$as_echo_n "checking for $ac_word... " >&6; }
9647if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9648 $as_echo_n "(cached) " >&6
278a7a38
AO
9649else
9650 if test -n "$OBJDUMP"; then
9651 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9652else
9653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9654for as_dir in $PATH
9655do
9656 IFS=$as_save_IFS
9657 test -z "$as_dir" && as_dir=.
5213506e
RW
9658 for ac_exec_ext in '' $ac_executable_extensions; do
9659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9660 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9662 break 2
9663 fi
9664done
5213506e
RW
9665 done
9666IFS=$as_save_IFS
278a7a38
AO
9667
9668fi
9669fi
9670OBJDUMP=$ac_cv_prog_OBJDUMP
9671if test -n "$OBJDUMP"; then
5213506e
RW
9672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9673$as_echo "$OBJDUMP" >&6; }
278a7a38 9674else
5213506e
RW
9675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9676$as_echo "no" >&6; }
278a7a38
AO
9677fi
9678
5213506e 9679
278a7a38
AO
9680 done
9681fi
9682
9683for ncn_progname in objdump; do
2693c0b0
PB
9684 if test -n "$ncn_tool_prefix"; then
9685 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9686set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
9687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9688$as_echo_n "checking for $ac_word... " >&6; }
9689if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9690 $as_echo_n "(cached) " >&6
ca9f4b81
AO
9691else
9692 if test -n "$OBJDUMP"; then
9693 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9694else
1c710c3c
DJ
9695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9696for as_dir in $PATH
9697do
9698 IFS=$as_save_IFS
9699 test -z "$as_dir" && as_dir=.
5213506e
RW
9700 for ac_exec_ext in '' $ac_executable_extensions; do
9701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9702 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
5213506e 9703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9704 break 2
9705 fi
9706done
5213506e
RW
9707 done
9708IFS=$as_save_IFS
1c710c3c 9709
ca9f4b81
AO
9710fi
9711fi
1c710c3c 9712OBJDUMP=$ac_cv_prog_OBJDUMP
ca9f4b81 9713if test -n "$OBJDUMP"; then
5213506e
RW
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9715$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9716else
5213506e
RW
9717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9718$as_echo "no" >&6; }
ca9f4b81
AO
9719fi
9720
5213506e 9721
2693c0b0
PB
9722 fi
9723 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9724 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9725set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9727$as_echo_n "checking for $ac_word... " >&6; }
9728if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9729 $as_echo_n "(cached) " >&6
ca9f4b81 9730else
2693c0b0
PB
9731 if test -n "$OBJDUMP"; then
9732 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
ca9f4b81 9733else
1c710c3c
DJ
9734as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9735for as_dir in $PATH
9736do
9737 IFS=$as_save_IFS
9738 test -z "$as_dir" && as_dir=.
5213506e
RW
9739 for ac_exec_ext in '' $ac_executable_extensions; do
9740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 9741 ac_cv_prog_OBJDUMP="${ncn_progname}"
5213506e 9742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
9743 break 2
9744 fi
9745done
5213506e
RW
9746 done
9747IFS=$as_save_IFS
1c710c3c 9748
ca9f4b81
AO
9749fi
9750fi
1c710c3c 9751OBJDUMP=$ac_cv_prog_OBJDUMP
2693c0b0 9752if test -n "$OBJDUMP"; then
5213506e
RW
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9754$as_echo "$OBJDUMP" >&6; }
ca9f4b81 9755else
5213506e
RW
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9757$as_echo "no" >&6; }
ca9f4b81 9758fi
1c710c3c 9759
5213506e 9760
2693c0b0
PB
9761 fi
9762 test -n "$ac_cv_prog_OBJDUMP" && break
9763done
9764
9765if test -z "$ac_cv_prog_OBJDUMP" ; then
9766 set dummy objdump
9767 if test $build = $host ; then
9768 OBJDUMP="$2"
ca9f4b81 9769 else
2693c0b0 9770 OBJDUMP="${ncn_tool_prefix}$2"
ca9f4b81 9771 fi
ca9f4b81
AO
9772fi
9773
671aa708
NN
9774
9775
e7a82751
RM
9776if test -n "$READELF"; then
9777 ac_cv_prog_READELF=$READELF
9778elif test -n "$ac_cv_prog_READELF"; then
9779 READELF=$ac_cv_prog_READELF
9780fi
9781
9782if test -n "$ac_cv_prog_READELF"; then
9783 for ncn_progname in readelf; do
9784 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9785set dummy ${ncn_progname}; ac_word=$2
9786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9787$as_echo_n "checking for $ac_word... " >&6; }
9788if test "${ac_cv_prog_READELF+set}" = set; then :
9789 $as_echo_n "(cached) " >&6
9790else
9791 if test -n "$READELF"; then
9792 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9793else
9794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9795for as_dir in $PATH
9796do
9797 IFS=$as_save_IFS
9798 test -z "$as_dir" && as_dir=.
9799 for ac_exec_ext in '' $ac_executable_extensions; do
9800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9801 ac_cv_prog_READELF="${ncn_progname}"
9802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9803 break 2
9804 fi
9805done
9806 done
9807IFS=$as_save_IFS
9808
9809fi
9810fi
9811READELF=$ac_cv_prog_READELF
9812if test -n "$READELF"; then
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9814$as_echo "$READELF" >&6; }
9815else
9816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9817$as_echo "no" >&6; }
9818fi
9819
9820
9821 done
9822fi
9823
9824for ncn_progname in readelf; do
9825 if test -n "$ncn_tool_prefix"; then
9826 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9827set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9829$as_echo_n "checking for $ac_word... " >&6; }
9830if test "${ac_cv_prog_READELF+set}" = set; then :
9831 $as_echo_n "(cached) " >&6
9832else
9833 if test -n "$READELF"; then
9834 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9835else
9836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9837for as_dir in $PATH
9838do
9839 IFS=$as_save_IFS
9840 test -z "$as_dir" && as_dir=.
9841 for ac_exec_ext in '' $ac_executable_extensions; do
9842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9843 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9845 break 2
9846 fi
9847done
9848 done
9849IFS=$as_save_IFS
9850
9851fi
9852fi
9853READELF=$ac_cv_prog_READELF
9854if test -n "$READELF"; then
9855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9856$as_echo "$READELF" >&6; }
9857else
9858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9859$as_echo "no" >&6; }
9860fi
9861
9862
9863 fi
9864 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9866set dummy ${ncn_progname}; ac_word=$2
9867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9868$as_echo_n "checking for $ac_word... " >&6; }
9869if test "${ac_cv_prog_READELF+set}" = set; then :
9870 $as_echo_n "(cached) " >&6
9871else
9872 if test -n "$READELF"; then
9873 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9874else
9875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9876for as_dir in $PATH
9877do
9878 IFS=$as_save_IFS
9879 test -z "$as_dir" && as_dir=.
9880 for ac_exec_ext in '' $ac_executable_extensions; do
9881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9882 ac_cv_prog_READELF="${ncn_progname}"
9883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9884 break 2
9885 fi
9886done
9887 done
9888IFS=$as_save_IFS
9889
9890fi
9891fi
9892READELF=$ac_cv_prog_READELF
9893if test -n "$READELF"; then
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9895$as_echo "$READELF" >&6; }
9896else
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9898$as_echo "no" >&6; }
9899fi
9900
9901
9902 fi
9903 test -n "$ac_cv_prog_READELF" && break
9904done
9905
9906if test -z "$ac_cv_prog_READELF" ; then
9907 set dummy readelf
9908 if test $build = $host ; then
9909 READELF="$2"
9910 else
9911 READELF="${ncn_tool_prefix}$2"
9912 fi
9913fi
9914
9915
9916
671aa708
NN
9917
9918
9919
2abefe3d 9920# Target tools.
1c710c3c 9921
5213506e
RW
9922# Check whether --with-build-time-tools was given.
9923if test "${with_build_time_tools+set}" = set; then :
9924 withval=$with_build_time_tools; case x"$withval" in
e8b05380
PB
9925 x/*) ;;
9926 *)
9927 with_build_time_tools=
5213506e
RW
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9929$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
e8b05380
PB
9930 ;;
9931 esac
ca9f4b81 9932else
e8b05380 9933 with_build_time_tools=
5213506e
RW
9934fi
9935
ca9f4b81 9936
278a7a38
AO
9937
9938
9939if test -n "$CC_FOR_TARGET"; then
9940 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9941elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9942 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9943fi
9944
9945if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9946 for ncn_progname in cc gcc; do
9947 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9948set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
9949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9950$as_echo_n "checking for $ac_word... " >&6; }
9951if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9952 $as_echo_n "(cached) " >&6
278a7a38
AO
9953else
9954 if test -n "$CC_FOR_TARGET"; then
9955 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9956else
9957as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9958for as_dir in $PATH
9959do
9960 IFS=$as_save_IFS
9961 test -z "$as_dir" && as_dir=.
5213506e
RW
9962 for ac_exec_ext in '' $ac_executable_extensions; do
9963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 9964 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 9965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
9966 break 2
9967 fi
9968done
5213506e
RW
9969 done
9970IFS=$as_save_IFS
278a7a38
AO
9971
9972fi
9973fi
9974CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9975if test -n "$CC_FOR_TARGET"; then
5213506e
RW
9976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9977$as_echo "$CC_FOR_TARGET" >&6; }
278a7a38 9978else
5213506e
RW
9979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9980$as_echo "no" >&6; }
278a7a38
AO
9981fi
9982
5213506e 9983
278a7a38
AO
9984 done
9985fi
9986
9987if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 9988 for ncn_progname in cc gcc; do
5213506e
RW
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9990$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
9991 if test -x $with_build_time_tools/${ncn_progname}; then
9992 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
9993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9994$as_echo "yes" >&6; }
72a7ab82 9995 break
e8b05380 9996 else
5213506e
RW
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9998$as_echo "no" >&6; }
72a7ab82
AP
9999 fi
10000 done
4de997d1
PB
10001fi
10002
e8b05380
PB
10003if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
10004 for ncn_progname in cc gcc; do
10005 if test -n "$ncn_target_tool_prefix"; then
10006 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10007set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10009$as_echo_n "checking for $ac_word... " >&6; }
10010if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10011 $as_echo_n "(cached) " >&6
4de997d1
PB
10012else
10013 if test -n "$CC_FOR_TARGET"; then
10014 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
10015else
1c710c3c
DJ
10016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10017for as_dir in $PATH
10018do
10019 IFS=$as_save_IFS
10020 test -z "$as_dir" && as_dir=.
5213506e
RW
10021 for ac_exec_ext in '' $ac_executable_extensions; do
10022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10023 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10025 break 2
10026 fi
10027done
5213506e
RW
10028 done
10029IFS=$as_save_IFS
1c710c3c 10030
4de997d1
PB
10031fi
10032fi
1c710c3c 10033CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
4de997d1 10034if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10036$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10037else
5213506e
RW
10038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10039$as_echo "no" >&6; }
4de997d1
PB
10040fi
10041
5213506e 10042
e8b05380
PB
10043 fi
10044 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
10045 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10046set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10048$as_echo_n "checking for $ac_word... " >&6; }
10049if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
10050 $as_echo_n "(cached) " >&6
4de997d1 10051else
2693c0b0
PB
10052 if test -n "$CC_FOR_TARGET"; then
10053 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
4de997d1 10054else
1c710c3c
DJ
10055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10056for as_dir in $PATH
10057do
10058 IFS=$as_save_IFS
10059 test -z "$as_dir" && as_dir=.
5213506e
RW
10060 for ac_exec_ext in '' $ac_executable_extensions; do
10061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10062 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
5213506e 10063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10064 break 2
10065 fi
10066done
5213506e
RW
10067 done
10068IFS=$as_save_IFS
1c710c3c 10069
4de997d1
PB
10070fi
10071fi
1c710c3c 10072CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
2693c0b0 10073if test -n "$CC_FOR_TARGET"; then
5213506e
RW
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
10075$as_echo "$CC_FOR_TARGET" >&6; }
4de997d1 10076else
5213506e
RW
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10078$as_echo "no" >&6; }
4de997d1 10079fi
1c710c3c 10080
5213506e 10081
e8b05380
PB
10082 fi
10083 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10084 done
10085fi
1c710c3c 10086
2693c0b0
PB
10087if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10088 set dummy cc gcc
10089 if test $build = $target ; then
10090 CC_FOR_TARGET="$2"
4de997d1 10091 else
2693c0b0 10092 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10093 fi
1c00b503
PB
10094else
10095 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
4de997d1
PB
10096fi
10097
278a7a38
AO
10098
10099
10100if test -n "$CXX_FOR_TARGET"; then
10101 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10102elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10103 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10104fi
10105
10106if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10107 for ncn_progname in c++ g++ cxx gxx; do
10108 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10109set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10111$as_echo_n "checking for $ac_word... " >&6; }
10112if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10113 $as_echo_n "(cached) " >&6
278a7a38
AO
10114else
10115 if test -n "$CXX_FOR_TARGET"; then
10116 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10117else
10118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10119for as_dir in $PATH
10120do
10121 IFS=$as_save_IFS
10122 test -z "$as_dir" && as_dir=.
5213506e
RW
10123 for ac_exec_ext in '' $ac_executable_extensions; do
10124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10125 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10127 break 2
10128 fi
10129done
5213506e
RW
10130 done
10131IFS=$as_save_IFS
278a7a38
AO
10132
10133fi
10134fi
10135CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10136if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10138$as_echo "$CXX_FOR_TARGET" >&6; }
278a7a38 10139else
5213506e
RW
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10141$as_echo "no" >&6; }
278a7a38
AO
10142fi
10143
5213506e 10144
278a7a38
AO
10145 done
10146fi
10147
10148if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10149 for ncn_progname in c++ g++ cxx gxx; do
5213506e
RW
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10151$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10152 if test -x $with_build_time_tools/${ncn_progname}; then
10153 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10155$as_echo "yes" >&6; }
e8b05380
PB
10156 break
10157 else
5213506e
RW
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10159$as_echo "no" >&6; }
e8b05380
PB
10160 fi
10161 done
10162fi
10163
10164if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10165 for ncn_progname in c++ g++ cxx gxx; do
10166 if test -n "$ncn_target_tool_prefix"; then
10167 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10168set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10170$as_echo_n "checking for $ac_word... " >&6; }
10171if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10172 $as_echo_n "(cached) " >&6
4de997d1
PB
10173else
10174 if test -n "$CXX_FOR_TARGET"; then
10175 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10176else
1c710c3c
DJ
10177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10178for as_dir in $PATH
10179do
10180 IFS=$as_save_IFS
10181 test -z "$as_dir" && as_dir=.
5213506e
RW
10182 for ac_exec_ext in '' $ac_executable_extensions; do
10183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10184 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10186 break 2
10187 fi
10188done
5213506e
RW
10189 done
10190IFS=$as_save_IFS
1c710c3c 10191
4de997d1
PB
10192fi
10193fi
1c710c3c 10194CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
4de997d1 10195if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10197$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10198else
5213506e
RW
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10200$as_echo "no" >&6; }
4de997d1
PB
10201fi
10202
5213506e 10203
e8b05380
PB
10204 fi
10205 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10206 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10207set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10209$as_echo_n "checking for $ac_word... " >&6; }
10210if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10211 $as_echo_n "(cached) " >&6
4de997d1 10212else
2693c0b0
PB
10213 if test -n "$CXX_FOR_TARGET"; then
10214 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
4de997d1 10215else
1c710c3c
DJ
10216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10217for as_dir in $PATH
10218do
10219 IFS=$as_save_IFS
10220 test -z "$as_dir" && as_dir=.
5213506e
RW
10221 for ac_exec_ext in '' $ac_executable_extensions; do
10222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10223 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
5213506e 10224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10225 break 2
10226 fi
10227done
5213506e
RW
10228 done
10229IFS=$as_save_IFS
1c710c3c 10230
4de997d1
PB
10231fi
10232fi
1c710c3c 10233CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
2693c0b0 10234if test -n "$CXX_FOR_TARGET"; then
5213506e
RW
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10236$as_echo "$CXX_FOR_TARGET" >&6; }
4de997d1 10237else
5213506e
RW
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10239$as_echo "no" >&6; }
4de997d1 10240fi
1c710c3c 10241
5213506e 10242
e8b05380
PB
10243 fi
10244 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10245 done
10246fi
1c710c3c 10247
2693c0b0
PB
10248if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10249 set dummy c++ g++ cxx gxx
10250 if test $build = $target ; then
10251 CXX_FOR_TARGET="$2"
4de997d1 10252 else
2693c0b0 10253 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 10254 fi
1c00b503
PB
10255else
10256 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
ca9f4b81
AO
10257fi
10258
278a7a38
AO
10259
10260
10261if test -n "$GCC_FOR_TARGET"; then
10262 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10263elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10264 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10265fi
10266
10267if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10268 for ncn_progname in gcc; do
10269 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10270set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10272$as_echo_n "checking for $ac_word... " >&6; }
10273if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10274 $as_echo_n "(cached) " >&6
278a7a38
AO
10275else
10276 if test -n "$GCC_FOR_TARGET"; then
10277 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10278else
10279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10280for as_dir in $PATH
10281do
10282 IFS=$as_save_IFS
10283 test -z "$as_dir" && as_dir=.
5213506e
RW
10284 for ac_exec_ext in '' $ac_executable_extensions; do
10285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10286 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10288 break 2
10289 fi
10290done
5213506e
RW
10291 done
10292IFS=$as_save_IFS
278a7a38
AO
10293
10294fi
10295fi
10296GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10297if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10299$as_echo "$GCC_FOR_TARGET" >&6; }
278a7a38 10300else
5213506e
RW
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10302$as_echo "no" >&6; }
278a7a38
AO
10303fi
10304
5213506e 10305
278a7a38
AO
10306 done
10307fi
10308
10309if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10310 for ncn_progname in gcc; do
5213506e
RW
10311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10312$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10313 if test -x $with_build_time_tools/${ncn_progname}; then
10314 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10316$as_echo "yes" >&6; }
e8b05380
PB
10317 break
10318 else
5213506e
RW
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10320$as_echo "no" >&6; }
e8b05380
PB
10321 fi
10322 done
10323fi
10324
10325if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10326 for ncn_progname in gcc; do
10327 if test -n "$ncn_target_tool_prefix"; then
10328 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 10329set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10331$as_echo_n "checking for $ac_word... " >&6; }
10332if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10333 $as_echo_n "(cached) " >&6
ca9f4b81 10334else
e8b05380
PB
10335 if test -n "$GCC_FOR_TARGET"; then
10336 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10337else
1c710c3c
DJ
10338as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10339for as_dir in $PATH
10340do
10341 IFS=$as_save_IFS
10342 test -z "$as_dir" && as_dir=.
5213506e
RW
10343 for ac_exec_ext in '' $ac_executable_extensions; do
10344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10345 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10347 break 2
10348 fi
10349done
5213506e
RW
10350 done
10351IFS=$as_save_IFS
1c710c3c 10352
ca9f4b81
AO
10353fi
10354fi
1c710c3c 10355GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10356if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10358$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10359else
5213506e
RW
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10361$as_echo "no" >&6; }
ca9f4b81
AO
10362fi
10363
5213506e 10364
e8b05380
PB
10365 fi
10366 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10367 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 10368set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10370$as_echo_n "checking for $ac_word... " >&6; }
10371if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10372 $as_echo_n "(cached) " >&6
ca9f4b81 10373else
e8b05380
PB
10374 if test -n "$GCC_FOR_TARGET"; then
10375 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
ca9f4b81 10376else
1c710c3c
DJ
10377as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10378for as_dir in $PATH
10379do
10380 IFS=$as_save_IFS
10381 test -z "$as_dir" && as_dir=.
5213506e
RW
10382 for ac_exec_ext in '' $ac_executable_extensions; do
10383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10384 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
5213506e 10385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10386 break 2
10387 fi
10388done
5213506e
RW
10389 done
10390IFS=$as_save_IFS
1c710c3c 10391
ca9f4b81
AO
10392fi
10393fi
1c710c3c 10394GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
e8b05380 10395if test -n "$GCC_FOR_TARGET"; then
5213506e
RW
10396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10397$as_echo "$GCC_FOR_TARGET" >&6; }
ca9f4b81 10398else
5213506e
RW
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10400$as_echo "no" >&6; }
ca9f4b81 10401fi
1c710c3c 10402
5213506e 10403
e8b05380
PB
10404 fi
10405 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10406 done
10407fi
1c710c3c 10408
e8b05380
PB
10409if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10410 GCC_FOR_TARGET="${CC_FOR_TARGET}"
1c00b503
PB
10411else
10412 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
e8b05380
PB
10413fi
10414
278a7a38
AO
10415
10416
10417if test -n "$GCJ_FOR_TARGET"; then
10418 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10419elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10420 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10421fi
10422
10423if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10424 for ncn_progname in gcj; do
10425 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10426set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10428$as_echo_n "checking for $ac_word... " >&6; }
10429if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10430 $as_echo_n "(cached) " >&6
278a7a38
AO
10431else
10432 if test -n "$GCJ_FOR_TARGET"; then
10433 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10434else
10435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10436for as_dir in $PATH
10437do
10438 IFS=$as_save_IFS
10439 test -z "$as_dir" && as_dir=.
5213506e
RW
10440 for ac_exec_ext in '' $ac_executable_extensions; do
10441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10442 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10444 break 2
10445 fi
10446done
5213506e
RW
10447 done
10448IFS=$as_save_IFS
278a7a38
AO
10449
10450fi
10451fi
10452GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10453if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10455$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10456else
5213506e
RW
10457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10458$as_echo "no" >&6; }
278a7a38
AO
10459fi
10460
5213506e 10461
278a7a38
AO
10462 done
10463fi
10464
10465if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10466 for ncn_progname in gcj; do
5213506e
RW
10467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10468$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10469 if test -x $with_build_time_tools/${ncn_progname}; then
10470 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10472$as_echo "yes" >&6; }
e8b05380
PB
10473 break
10474 else
5213506e
RW
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10476$as_echo "no" >&6; }
e8b05380
PB
10477 fi
10478 done
10479fi
10480
10481if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10482 for ncn_progname in gcj; do
10483 if test -n "$ncn_target_tool_prefix"; then
10484 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10485set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10487$as_echo_n "checking for $ac_word... " >&6; }
10488if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10489 $as_echo_n "(cached) " >&6
e8b05380 10490else
fb0103e5
RG
10491 if test -n "$GCJ_FOR_TARGET"; then
10492 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10493else
1c710c3c
DJ
10494as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10495for as_dir in $PATH
10496do
10497 IFS=$as_save_IFS
10498 test -z "$as_dir" && as_dir=.
5213506e
RW
10499 for ac_exec_ext in '' $ac_executable_extensions; do
10500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10501 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10503 break 2
10504 fi
10505done
5213506e
RW
10506 done
10507IFS=$as_save_IFS
1c710c3c 10508
e8b05380
PB
10509fi
10510fi
278a7a38
AO
10511GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10512if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10514$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10515else
5213506e
RW
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10517$as_echo "no" >&6; }
278a7a38
AO
10518fi
10519
5213506e 10520
278a7a38
AO
10521 fi
10522 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10523 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10524set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10526$as_echo_n "checking for $ac_word... " >&6; }
10527if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10528 $as_echo_n "(cached) " >&6
278a7a38
AO
10529else
10530 if test -n "$GCJ_FOR_TARGET"; then
10531 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10532else
10533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10534for as_dir in $PATH
10535do
10536 IFS=$as_save_IFS
10537 test -z "$as_dir" && as_dir=.
5213506e
RW
10538 for ac_exec_ext in '' $ac_executable_extensions; do
10539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10540 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
5213506e 10541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
10542 break 2
10543 fi
10544done
5213506e
RW
10545 done
10546IFS=$as_save_IFS
278a7a38
AO
10547
10548fi
10549fi
10550GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10551if test -n "$GCJ_FOR_TARGET"; then
5213506e
RW
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10553$as_echo "$GCJ_FOR_TARGET" >&6; }
278a7a38 10554else
5213506e
RW
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10556$as_echo "no" >&6; }
278a7a38
AO
10557fi
10558
5213506e 10559
278a7a38
AO
10560 fi
10561 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10562 done
10563fi
10564
10565if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10566 set dummy gcj
10567 if test $build = $target ; then
10568 GCJ_FOR_TARGET="$2"
10569 else
10570 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10571 fi
1c00b503
PB
10572else
10573 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
278a7a38
AO
10574fi
10575
10576
10577
10578if test -n "$GFORTRAN_FOR_TARGET"; then
10579 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10580elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10581 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380
PB
10582fi
10583
278a7a38
AO
10584if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10585 for ncn_progname in gfortran; do
10586 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
e8b05380 10587set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10589$as_echo_n "checking for $ac_word... " >&6; }
10590if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10591 $as_echo_n "(cached) " >&6
e8b05380 10592else
278a7a38
AO
10593 if test -n "$GFORTRAN_FOR_TARGET"; then
10594 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
e8b05380 10595else
1c710c3c
DJ
10596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10597for as_dir in $PATH
10598do
10599 IFS=$as_save_IFS
10600 test -z "$as_dir" && as_dir=.
5213506e
RW
10601 for ac_exec_ext in '' $ac_executable_extensions; do
10602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 10603 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10605 break 2
10606 fi
10607done
5213506e
RW
10608 done
10609IFS=$as_save_IFS
1c710c3c 10610
e8b05380
PB
10611fi
10612fi
278a7a38
AO
10613GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10614if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10616$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10617else
5213506e
RW
10618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10619$as_echo "no" >&6; }
e8b05380 10620fi
1c710c3c 10621
5213506e 10622
e8b05380
PB
10623 done
10624fi
1c710c3c 10625
278a7a38 10626if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 10627 for ncn_progname in gfortran; do
5213506e
RW
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10629$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10630 if test -x $with_build_time_tools/${ncn_progname}; then
10631 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10633$as_echo "yes" >&6; }
e8b05380
PB
10634 break
10635 else
5213506e
RW
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10637$as_echo "no" >&6; }
e8b05380
PB
10638 fi
10639 done
10640fi
10641
10642if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10643 for ncn_progname in gfortran; do
10644 if test -n "$ncn_target_tool_prefix"; then
10645 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10646set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
10647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10648$as_echo_n "checking for $ac_word... " >&6; }
10649if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10650 $as_echo_n "(cached) " >&6
e8b05380
PB
10651else
10652 if test -n "$GFORTRAN_FOR_TARGET"; then
1c710c3c
DJ
10653 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10654else
10655as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10656for as_dir in $PATH
10657do
10658 IFS=$as_save_IFS
10659 test -z "$as_dir" && as_dir=.
5213506e
RW
10660 for ac_exec_ext in '' $ac_executable_extensions; do
10661 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10662 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 10663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10664 break 2
10665 fi
10666done
5213506e
RW
10667 done
10668IFS=$as_save_IFS
1c710c3c 10669
e8b05380
PB
10670fi
10671fi
1c710c3c 10672GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10673if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10675$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10676else
5213506e
RW
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10678$as_echo "no" >&6; }
e8b05380
PB
10679fi
10680
5213506e 10681
e8b05380
PB
10682 fi
10683 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10684 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10685set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10687$as_echo_n "checking for $ac_word... " >&6; }
10688if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10689 $as_echo_n "(cached) " >&6
e8b05380
PB
10690else
10691 if test -n "$GFORTRAN_FOR_TARGET"; then
10692 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10693else
1c710c3c
DJ
10694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10695for as_dir in $PATH
10696do
10697 IFS=$as_save_IFS
10698 test -z "$as_dir" && as_dir=.
5213506e
RW
10699 for ac_exec_ext in '' $ac_executable_extensions; do
10700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10701 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
5213506e 10702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10703 break 2
10704 fi
10705done
5213506e
RW
10706 done
10707IFS=$as_save_IFS
1c710c3c 10708
e8b05380
PB
10709fi
10710fi
1c710c3c 10711GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
e8b05380 10712if test -n "$GFORTRAN_FOR_TARGET"; then
5213506e
RW
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10714$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
e8b05380 10715else
5213506e
RW
10716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10717$as_echo "no" >&6; }
e8b05380 10718fi
1c710c3c 10719
5213506e 10720
e8b05380
PB
10721 fi
10722 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10723 done
10724fi
1c710c3c 10725
e8b05380
PB
10726if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10727 set dummy gfortran
2693c0b0 10728 if test $build = $target ; then
e8b05380 10729 GFORTRAN_FOR_TARGET="$2"
ca9f4b81 10730 else
e8b05380
PB
10731 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10732 fi
1c00b503
PB
10733else
10734 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
e8b05380
PB
10735fi
10736
10737
10738
632e2a07
ILT
10739if test -n "$GOC_FOR_TARGET"; then
10740 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10741elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10742 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10743fi
10744
10745if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10746 for ncn_progname in gccgo; do
10747 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10748set dummy ${ncn_progname}; ac_word=$2
10749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10750$as_echo_n "checking for $ac_word... " >&6; }
10751if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10752 $as_echo_n "(cached) " >&6
10753else
10754 if test -n "$GOC_FOR_TARGET"; then
10755 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10756else
10757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10758for as_dir in $PATH
10759do
10760 IFS=$as_save_IFS
10761 test -z "$as_dir" && as_dir=.
10762 for ac_exec_ext in '' $ac_executable_extensions; do
10763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10764 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10766 break 2
10767 fi
10768done
10769 done
10770IFS=$as_save_IFS
10771
10772fi
10773fi
10774GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10775if test -n "$GOC_FOR_TARGET"; then
10776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10777$as_echo "$GOC_FOR_TARGET" >&6; }
10778else
10779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10780$as_echo "no" >&6; }
10781fi
10782
10783
10784 done
10785fi
10786
10787if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10788 for ncn_progname in gccgo; do
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10790$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10791 if test -x $with_build_time_tools/${ncn_progname}; then
10792 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10794$as_echo "yes" >&6; }
10795 break
10796 else
10797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10798$as_echo "no" >&6; }
10799 fi
10800 done
10801fi
10802
10803if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10804 for ncn_progname in gccgo; do
10805 if test -n "$ncn_target_tool_prefix"; then
10806 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10807set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10809$as_echo_n "checking for $ac_word... " >&6; }
10810if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10811 $as_echo_n "(cached) " >&6
10812else
10813 if test -n "$GOC_FOR_TARGET"; then
10814 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10815else
10816as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10817for as_dir in $PATH
10818do
10819 IFS=$as_save_IFS
10820 test -z "$as_dir" && as_dir=.
10821 for ac_exec_ext in '' $ac_executable_extensions; do
10822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10823 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10825 break 2
10826 fi
10827done
10828 done
10829IFS=$as_save_IFS
10830
10831fi
10832fi
10833GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10834if test -n "$GOC_FOR_TARGET"; then
10835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10836$as_echo "$GOC_FOR_TARGET" >&6; }
10837else
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10839$as_echo "no" >&6; }
10840fi
10841
10842
10843 fi
10844 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10845 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10846set dummy ${ncn_progname}; ac_word=$2
10847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10848$as_echo_n "checking for $ac_word... " >&6; }
10849if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10850 $as_echo_n "(cached) " >&6
10851else
10852 if test -n "$GOC_FOR_TARGET"; then
10853 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10854else
10855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10856for as_dir in $PATH
10857do
10858 IFS=$as_save_IFS
10859 test -z "$as_dir" && as_dir=.
10860 for ac_exec_ext in '' $ac_executable_extensions; do
10861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10862 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10864 break 2
10865 fi
10866done
10867 done
10868IFS=$as_save_IFS
10869
10870fi
10871fi
10872GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10873if test -n "$GOC_FOR_TARGET"; then
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10875$as_echo "$GOC_FOR_TARGET" >&6; }
10876else
10877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10878$as_echo "no" >&6; }
10879fi
10880
10881
10882 fi
10883 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10884 done
10885fi
10886
10887if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10888 set dummy gccgo
10889 if test $build = $target ; then
10890 GOC_FOR_TARGET="$2"
10891 else
10892 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10893 fi
10894else
10895 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10896fi
10897
10898
10899
e8b05380
PB
10900cat > conftest.c << \EOF
10901#ifdef __GNUC__
10902 gcc_yay;
10903#endif
10904EOF
10905if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10906 have_gcc_for_target=yes
10907else
10908 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10909 have_gcc_for_target=no
10910fi
10911rm conftest.c
10912
10913
10914
10915
10916if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10917 if test -n "$with_build_time_tools"; then
5213506e
RW
10918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10919$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
d1f8db0c
PB
10920 if test -x $with_build_time_tools/ar; then
10921 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10922 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
5213506e
RW
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10924$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
d1f8db0c 10925 else
5213506e
RW
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10927$as_echo "no" >&6; }
d1f8db0c 10928 fi
e8b05380
PB
10929 elif test $build != $host && test $have_gcc_for_target = yes; then
10930 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
1c00b503
PB
10931 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10932 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
e8b05380
PB
10933 fi
10934fi
3e19841a 10935if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
10936 # Extract the first word of "ar", so it can be a program name with args.
10937set dummy ar; ac_word=$2
5213506e
RW
10938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10939$as_echo_n "checking for $ac_word... " >&6; }
10940if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10941 $as_echo_n "(cached) " >&6
e8b05380 10942else
1c710c3c
DJ
10943 case $AR_FOR_TARGET in
10944 [\\/]* | ?:[\\/]*)
e8b05380
PB
10945 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10946 ;;
e8b05380 10947 *)
1c710c3c
DJ
10948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10949for as_dir in $gcc_cv_tool_dirs
10950do
10951 IFS=$as_save_IFS
10952 test -z "$as_dir" && as_dir=.
5213506e
RW
10953 for ac_exec_ext in '' $ac_executable_extensions; do
10954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 10955 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 10956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
10957 break 2
10958 fi
10959done
5213506e
RW
10960 done
10961IFS=$as_save_IFS
1c710c3c 10962
e8b05380
PB
10963 ;;
10964esac
10965fi
1c710c3c 10966AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380 10967if test -n "$AR_FOR_TARGET"; then
5213506e
RW
10968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10969$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 10970else
5213506e
RW
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10972$as_echo "no" >&6; }
4de997d1
PB
10973fi
10974
5213506e 10975
e8b05380
PB
10976fi
10977if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
278a7a38
AO
10978
10979
10980if test -n "$AR_FOR_TARGET"; then
10981 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10982elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10983 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10984fi
10985
10986if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10987 for ncn_progname in ar; do
10988 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10989set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
10990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10991$as_echo_n "checking for $ac_word... " >&6; }
10992if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10993 $as_echo_n "(cached) " >&6
278a7a38
AO
10994else
10995 if test -n "$AR_FOR_TARGET"; then
10996 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10997else
10998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10999for as_dir in $PATH
11000do
11001 IFS=$as_save_IFS
11002 test -z "$as_dir" && as_dir=.
5213506e
RW
11003 for ac_exec_ext in '' $ac_executable_extensions; do
11004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11005 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11007 break 2
11008 fi
11009done
5213506e
RW
11010 done
11011IFS=$as_save_IFS
278a7a38
AO
11012
11013fi
11014fi
11015AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11016if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11018$as_echo "$AR_FOR_TARGET" >&6; }
278a7a38 11019else
5213506e
RW
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11021$as_echo "no" >&6; }
278a7a38
AO
11022fi
11023
5213506e 11024
278a7a38
AO
11025 done
11026fi
11027
11028if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11029 for ncn_progname in ar; do
5213506e
RW
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11031$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11032 if test -x $with_build_time_tools/${ncn_progname}; then
11033 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11035$as_echo "yes" >&6; }
e8b05380
PB
11036 break
11037 else
5213506e
RW
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11039$as_echo "no" >&6; }
e8b05380
PB
11040 fi
11041 done
11042fi
11043
11044if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
11045 for ncn_progname in ar; do
11046 if test -n "$ncn_target_tool_prefix"; then
11047 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11048set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11050$as_echo_n "checking for $ac_word... " >&6; }
11051if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11052 $as_echo_n "(cached) " >&6
4de997d1 11053else
e8b05380
PB
11054 if test -n "$AR_FOR_TARGET"; then
11055 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
4de997d1 11056else
1c710c3c
DJ
11057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11058for as_dir in $PATH
11059do
11060 IFS=$as_save_IFS
11061 test -z "$as_dir" && as_dir=.
5213506e
RW
11062 for ac_exec_ext in '' $ac_executable_extensions; do
11063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11064 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11066 break 2
11067 fi
11068done
5213506e
RW
11069 done
11070IFS=$as_save_IFS
1c710c3c 11071
4de997d1
PB
11072fi
11073fi
1c710c3c 11074AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11075if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11077$as_echo "$AR_FOR_TARGET" >&6; }
4de997d1 11078else
5213506e
RW
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11080$as_echo "no" >&6; }
4de997d1
PB
11081fi
11082
5213506e 11083
e8b05380
PB
11084 fi
11085 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11086 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11087set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11089$as_echo_n "checking for $ac_word... " >&6; }
11090if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11091 $as_echo_n "(cached) " >&6
e8b05380
PB
11092else
11093 if test -n "$AR_FOR_TARGET"; then
11094 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11095else
1c710c3c
DJ
11096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11097for as_dir in $PATH
11098do
11099 IFS=$as_save_IFS
11100 test -z "$as_dir" && as_dir=.
5213506e
RW
11101 for ac_exec_ext in '' $ac_executable_extensions; do
11102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11103 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
5213506e 11104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11105 break 2
11106 fi
11107done
5213506e
RW
11108 done
11109IFS=$as_save_IFS
1c710c3c 11110
e8b05380
PB
11111fi
11112fi
1c710c3c 11113AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
e8b05380 11114if test -n "$AR_FOR_TARGET"; then
5213506e
RW
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11116$as_echo "$AR_FOR_TARGET" >&6; }
e8b05380 11117else
5213506e
RW
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11119$as_echo "no" >&6; }
e8b05380 11120fi
1c710c3c 11121
5213506e 11122
e8b05380
PB
11123 fi
11124 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11125 done
11126fi
1c710c3c 11127
e8b05380
PB
11128if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11129 set dummy ar
11130 if test $build = $target ; then
11131 AR_FOR_TARGET="$2"
11132 else
11133 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
2693c0b0 11134 fi
1c00b503
PB
11135else
11136 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
e8b05380
PB
11137fi
11138
d1f8db0c
PB
11139else
11140 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
e8b05380
PB
11141fi
11142
11143
11144
11145
11146if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11147 if test -n "$with_build_time_tools"; then
5213506e
RW
11148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11149$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11150 if test -x $with_build_time_tools/as; then
11151 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11152 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
5213506e
RW
11153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11154$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
d1f8db0c 11155 else
5213506e
RW
11156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11157$as_echo "no" >&6; }
d1f8db0c 11158 fi
e8b05380
PB
11159 elif test $build != $host && test $have_gcc_for_target = yes; then
11160 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
1c00b503
PB
11161 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11162 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
e8b05380
PB
11163 fi
11164fi
3e19841a 11165if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11166 # Extract the first word of "as", so it can be a program name with args.
11167set dummy as; ac_word=$2
5213506e
RW
11168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11169$as_echo_n "checking for $ac_word... " >&6; }
11170if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11171 $as_echo_n "(cached) " >&6
e8b05380 11172else
1c710c3c
DJ
11173 case $AS_FOR_TARGET in
11174 [\\/]* | ?:[\\/]*)
e8b05380
PB
11175 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11176 ;;
e8b05380 11177 *)
1c710c3c
DJ
11178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11179for as_dir in $gcc_cv_tool_dirs
11180do
11181 IFS=$as_save_IFS
11182 test -z "$as_dir" && as_dir=.
5213506e
RW
11183 for ac_exec_ext in '' $ac_executable_extensions; do
11184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11185 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11187 break 2
11188 fi
11189done
5213506e
RW
11190 done
11191IFS=$as_save_IFS
1c710c3c 11192
e8b05380
PB
11193 ;;
11194esac
11195fi
1c710c3c 11196AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
e8b05380 11197if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11199$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11200else
5213506e
RW
11201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11202$as_echo "no" >&6; }
e8b05380
PB
11203fi
11204
5213506e 11205
e8b05380
PB
11206fi
11207if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
278a7a38
AO
11208
11209
11210if test -n "$AS_FOR_TARGET"; then
11211 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11212elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11213 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11214fi
11215
11216if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11217 for ncn_progname in as; do
11218 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11219set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11221$as_echo_n "checking for $ac_word... " >&6; }
11222if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11223 $as_echo_n "(cached) " >&6
278a7a38
AO
11224else
11225 if test -n "$AS_FOR_TARGET"; then
11226 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11227else
11228as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11229for as_dir in $PATH
11230do
11231 IFS=$as_save_IFS
11232 test -z "$as_dir" && as_dir=.
5213506e
RW
11233 for ac_exec_ext in '' $ac_executable_extensions; do
11234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11235 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11237 break 2
11238 fi
11239done
5213506e
RW
11240 done
11241IFS=$as_save_IFS
278a7a38
AO
11242
11243fi
11244fi
11245AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11246if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11248$as_echo "$AS_FOR_TARGET" >&6; }
278a7a38 11249else
5213506e
RW
11250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11251$as_echo "no" >&6; }
278a7a38
AO
11252fi
11253
5213506e 11254
278a7a38
AO
11255 done
11256fi
11257
11258if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11259 for ncn_progname in as; do
5213506e
RW
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11261$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11262 if test -x $with_build_time_tools/${ncn_progname}; then
11263 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11265$as_echo "yes" >&6; }
e8b05380
PB
11266 break
11267 else
5213506e
RW
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11269$as_echo "no" >&6; }
e8b05380
PB
11270 fi
11271 done
11272fi
11273
11274if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11275 for ncn_progname in as; do
11276 if test -n "$ncn_target_tool_prefix"; then
11277 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11278set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11280$as_echo_n "checking for $ac_word... " >&6; }
11281if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11282 $as_echo_n "(cached) " >&6
e8b05380
PB
11283else
11284 if test -n "$AS_FOR_TARGET"; then
11285 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11286else
1c710c3c
DJ
11287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11288for as_dir in $PATH
11289do
11290 IFS=$as_save_IFS
11291 test -z "$as_dir" && as_dir=.
5213506e
RW
11292 for ac_exec_ext in '' $ac_executable_extensions; do
11293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11294 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11296 break 2
11297 fi
11298done
5213506e
RW
11299 done
11300IFS=$as_save_IFS
1c710c3c 11301
e8b05380
PB
11302fi
11303fi
1c710c3c 11304AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11305if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11307$as_echo "$AS_FOR_TARGET" >&6; }
e8b05380 11308else
5213506e
RW
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11310$as_echo "no" >&6; }
e8b05380
PB
11311fi
11312
5213506e 11313
e8b05380
PB
11314 fi
11315 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11316 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11317set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11319$as_echo_n "checking for $ac_word... " >&6; }
11320if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11321 $as_echo_n "(cached) " >&6
4de997d1 11322else
e8b05380
PB
11323 if test -n "$AS_FOR_TARGET"; then
11324 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
4de997d1 11325else
1c710c3c
DJ
11326as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11327for as_dir in $PATH
11328do
11329 IFS=$as_save_IFS
11330 test -z "$as_dir" && as_dir=.
5213506e
RW
11331 for ac_exec_ext in '' $ac_executable_extensions; do
11332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11333 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
5213506e 11334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11335 break 2
11336 fi
11337done
5213506e
RW
11338 done
11339IFS=$as_save_IFS
1c710c3c 11340
4de997d1
PB
11341fi
11342fi
1c710c3c 11343AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
e8b05380 11344if test -n "$AS_FOR_TARGET"; then
5213506e
RW
11345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11346$as_echo "$AS_FOR_TARGET" >&6; }
4de997d1 11347else
5213506e
RW
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11349$as_echo "no" >&6; }
4de997d1 11350fi
1c710c3c 11351
5213506e 11352
e8b05380
PB
11353 fi
11354 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11355 done
11356fi
1c710c3c 11357
e8b05380
PB
11358if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11359 set dummy as
11360 if test $build = $target ; then
11361 AS_FOR_TARGET="$2"
11362 else
11363 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
4de997d1 11364 fi
1c00b503
PB
11365else
11366 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
e8b05380 11367fi
2693c0b0 11368
d1f8db0c
PB
11369else
11370 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
4de997d1
PB
11371fi
11372
e8b05380
PB
11373
11374
11375
11376if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11377 if test -n "$with_build_time_tools"; then
5213506e
RW
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11379$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11380 if test -x $with_build_time_tools/dlltool; then
11381 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11382 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
5213506e
RW
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11384$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
d1f8db0c 11385 else
5213506e
RW
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11387$as_echo "no" >&6; }
d1f8db0c 11388 fi
e8b05380
PB
11389 elif test $build != $host && test $have_gcc_for_target = yes; then
11390 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
1c00b503
PB
11391 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11392 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
e8b05380
PB
11393 fi
11394fi
3e19841a 11395if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11396 # Extract the first word of "dlltool", so it can be a program name with args.
11397set dummy dlltool; ac_word=$2
5213506e
RW
11398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11399$as_echo_n "checking for $ac_word... " >&6; }
11400if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11401 $as_echo_n "(cached) " >&6
4de997d1 11402else
1c710c3c
DJ
11403 case $DLLTOOL_FOR_TARGET in
11404 [\\/]* | ?:[\\/]*)
e8b05380
PB
11405 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11406 ;;
e8b05380 11407 *)
1c710c3c
DJ
11408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11409for as_dir in $gcc_cv_tool_dirs
11410do
11411 IFS=$as_save_IFS
11412 test -z "$as_dir" && as_dir=.
5213506e
RW
11413 for ac_exec_ext in '' $ac_executable_extensions; do
11414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11415 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11417 break 2
11418 fi
11419done
5213506e
RW
11420 done
11421IFS=$as_save_IFS
1c710c3c 11422
e8b05380
PB
11423 ;;
11424esac
4de997d1 11425fi
1c710c3c 11426DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380 11427if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11429$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11430else
5213506e
RW
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11432$as_echo "no" >&6; }
4de997d1
PB
11433fi
11434
5213506e 11435
e8b05380
PB
11436fi
11437if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
278a7a38
AO
11438
11439
11440if test -n "$DLLTOOL_FOR_TARGET"; then
11441 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11442elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11443 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11444fi
11445
11446if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11447 for ncn_progname in dlltool; do
11448 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11449set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11451$as_echo_n "checking for $ac_word... " >&6; }
11452if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11453 $as_echo_n "(cached) " >&6
278a7a38
AO
11454else
11455 if test -n "$DLLTOOL_FOR_TARGET"; then
11456 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11457else
11458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11459for as_dir in $PATH
11460do
11461 IFS=$as_save_IFS
11462 test -z "$as_dir" && as_dir=.
5213506e
RW
11463 for ac_exec_ext in '' $ac_executable_extensions; do
11464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11465 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11467 break 2
11468 fi
11469done
5213506e
RW
11470 done
11471IFS=$as_save_IFS
278a7a38
AO
11472
11473fi
11474fi
11475DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11476if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11478$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
278a7a38 11479else
5213506e
RW
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11481$as_echo "no" >&6; }
278a7a38
AO
11482fi
11483
5213506e 11484
278a7a38
AO
11485 done
11486fi
11487
11488if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11489 for ncn_progname in dlltool; do
5213506e
RW
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11491$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11492 if test -x $with_build_time_tools/${ncn_progname}; then
11493 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11495$as_echo "yes" >&6; }
e8b05380
PB
11496 break
11497 else
5213506e
RW
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11499$as_echo "no" >&6; }
e8b05380
PB
11500 fi
11501 done
11502fi
11503
11504if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11505 for ncn_progname in dlltool; do
11506 if test -n "$ncn_target_tool_prefix"; then
11507 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11508set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11510$as_echo_n "checking for $ac_word... " >&6; }
11511if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11512 $as_echo_n "(cached) " >&6
4de997d1 11513else
e8b05380
PB
11514 if test -n "$DLLTOOL_FOR_TARGET"; then
11515 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11516else
1c710c3c
DJ
11517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11518for as_dir in $PATH
11519do
11520 IFS=$as_save_IFS
11521 test -z "$as_dir" && as_dir=.
5213506e
RW
11522 for ac_exec_ext in '' $ac_executable_extensions; do
11523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11524 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11526 break 2
11527 fi
11528done
5213506e
RW
11529 done
11530IFS=$as_save_IFS
1c710c3c 11531
4de997d1
PB
11532fi
11533fi
1c710c3c 11534DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11535if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11537$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11538else
5213506e
RW
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11540$as_echo "no" >&6; }
4de997d1 11541fi
4de997d1 11542
5213506e 11543
e8b05380
PB
11544 fi
11545 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11546 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11547set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11549$as_echo_n "checking for $ac_word... " >&6; }
11550if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11551 $as_echo_n "(cached) " >&6
4de997d1 11552else
e8b05380
PB
11553 if test -n "$DLLTOOL_FOR_TARGET"; then
11554 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
4de997d1 11555else
1c710c3c
DJ
11556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11557for as_dir in $PATH
11558do
11559 IFS=$as_save_IFS
11560 test -z "$as_dir" && as_dir=.
5213506e
RW
11561 for ac_exec_ext in '' $ac_executable_extensions; do
11562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11563 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
5213506e 11564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11565 break 2
11566 fi
11567done
5213506e
RW
11568 done
11569IFS=$as_save_IFS
1c710c3c 11570
4de997d1
PB
11571fi
11572fi
1c710c3c 11573DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
e8b05380 11574if test -n "$DLLTOOL_FOR_TARGET"; then
5213506e
RW
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11576$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
4de997d1 11577else
5213506e
RW
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11579$as_echo "no" >&6; }
4de997d1 11580fi
1c710c3c 11581
5213506e 11582
e8b05380
PB
11583 fi
11584 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11585 done
11586fi
1c710c3c 11587
e8b05380
PB
11588if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11589 set dummy dlltool
11590 if test $build = $target ; then
11591 DLLTOOL_FOR_TARGET="$2"
11592 else
11593 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11594 fi
1c00b503
PB
11595else
11596 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
e8b05380
PB
11597fi
11598
d1f8db0c
PB
11599else
11600 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
e8b05380
PB
11601fi
11602
4de997d1 11603
e8b05380
PB
11604
11605
11606if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11607 if test -n "$with_build_time_tools"; then
5213506e
RW
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11609$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11610 if test -x $with_build_time_tools/ld; then
11611 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11612 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
5213506e
RW
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11614$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
d1f8db0c 11615 else
5213506e
RW
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11617$as_echo "no" >&6; }
d1f8db0c 11618 fi
e8b05380
PB
11619 elif test $build != $host && test $have_gcc_for_target = yes; then
11620 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
1c00b503
PB
11621 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11622 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
2693c0b0 11623 fi
e8b05380 11624fi
3e19841a 11625if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
11626 # Extract the first word of "ld", so it can be a program name with args.
11627set dummy ld; ac_word=$2
5213506e
RW
11628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11629$as_echo_n "checking for $ac_word... " >&6; }
11630if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11631 $as_echo_n "(cached) " >&6
4de997d1 11632else
1c710c3c
DJ
11633 case $LD_FOR_TARGET in
11634 [\\/]* | ?:[\\/]*)
e8b05380
PB
11635 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11636 ;;
e8b05380 11637 *)
1c710c3c
DJ
11638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11639for as_dir in $gcc_cv_tool_dirs
11640do
11641 IFS=$as_save_IFS
11642 test -z "$as_dir" && as_dir=.
5213506e
RW
11643 for ac_exec_ext in '' $ac_executable_extensions; do
11644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11645 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11647 break 2
11648 fi
11649done
5213506e
RW
11650 done
11651IFS=$as_save_IFS
1c710c3c 11652
e8b05380
PB
11653 ;;
11654esac
4de997d1 11655fi
1c710c3c 11656LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380 11657if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11659$as_echo "$LD_FOR_TARGET" >&6; }
4de997d1 11660else
5213506e
RW
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11662$as_echo "no" >&6; }
4de997d1 11663fi
2693c0b0 11664
5213506e 11665
e8b05380
PB
11666fi
11667if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
278a7a38
AO
11668
11669
11670if test -n "$LD_FOR_TARGET"; then
11671 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11672elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11673 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11674fi
11675
11676if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11677 for ncn_progname in ld; do
11678 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11679set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11681$as_echo_n "checking for $ac_word... " >&6; }
11682if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11683 $as_echo_n "(cached) " >&6
278a7a38
AO
11684else
11685 if test -n "$LD_FOR_TARGET"; then
11686 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11687else
11688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11689for as_dir in $PATH
11690do
11691 IFS=$as_save_IFS
11692 test -z "$as_dir" && as_dir=.
5213506e
RW
11693 for ac_exec_ext in '' $ac_executable_extensions; do
11694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11695 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11697 break 2
11698 fi
11699done
5213506e
RW
11700 done
11701IFS=$as_save_IFS
278a7a38
AO
11702
11703fi
11704fi
11705LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11706if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11708$as_echo "$LD_FOR_TARGET" >&6; }
278a7a38 11709else
5213506e
RW
11710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11711$as_echo "no" >&6; }
278a7a38
AO
11712fi
11713
5213506e 11714
278a7a38
AO
11715 done
11716fi
11717
11718if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11719 for ncn_progname in ld; do
5213506e
RW
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11721$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11722 if test -x $with_build_time_tools/${ncn_progname}; then
11723 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11725$as_echo "yes" >&6; }
e8b05380
PB
11726 break
11727 else
5213506e
RW
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11729$as_echo "no" >&6; }
e8b05380
PB
11730 fi
11731 done
ca9f4b81
AO
11732fi
11733
e8b05380
PB
11734if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11735 for ncn_progname in ld; do
11736 if test -n "$ncn_target_tool_prefix"; then
11737 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11738set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11740$as_echo_n "checking for $ac_word... " >&6; }
11741if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11742 $as_echo_n "(cached) " >&6
ca9f4b81 11743else
4de997d1
PB
11744 if test -n "$LD_FOR_TARGET"; then
11745 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11746else
1c710c3c
DJ
11747as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11748for as_dir in $PATH
11749do
11750 IFS=$as_save_IFS
11751 test -z "$as_dir" && as_dir=.
5213506e
RW
11752 for ac_exec_ext in '' $ac_executable_extensions; do
11753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11754 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11756 break 2
11757 fi
11758done
5213506e
RW
11759 done
11760IFS=$as_save_IFS
1c710c3c 11761
ca9f4b81
AO
11762fi
11763fi
1c710c3c 11764LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
4de997d1 11765if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11767$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11768else
5213506e
RW
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11770$as_echo "no" >&6; }
ca9f4b81
AO
11771fi
11772
5213506e 11773
e8b05380
PB
11774 fi
11775 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11776 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 11777set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11779$as_echo_n "checking for $ac_word... " >&6; }
11780if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11781 $as_echo_n "(cached) " >&6
ca9f4b81 11782else
2693c0b0
PB
11783 if test -n "$LD_FOR_TARGET"; then
11784 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
ca9f4b81 11785else
1c710c3c
DJ
11786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11787for as_dir in $PATH
11788do
11789 IFS=$as_save_IFS
11790 test -z "$as_dir" && as_dir=.
5213506e
RW
11791 for ac_exec_ext in '' $ac_executable_extensions; do
11792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11793 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
5213506e 11794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11795 break 2
11796 fi
11797done
5213506e
RW
11798 done
11799IFS=$as_save_IFS
1c710c3c 11800
ca9f4b81
AO
11801fi
11802fi
1c710c3c 11803LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
2693c0b0 11804if test -n "$LD_FOR_TARGET"; then
5213506e
RW
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11806$as_echo "$LD_FOR_TARGET" >&6; }
ca9f4b81 11807else
5213506e
RW
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11809$as_echo "no" >&6; }
ca9f4b81 11810fi
1c710c3c 11811
5213506e 11812
e8b05380
PB
11813 fi
11814 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11815 done
11816fi
1c710c3c 11817
2693c0b0
PB
11818if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11819 set dummy ld
11820 if test $build = $target ; then
11821 LD_FOR_TARGET="$2"
ca9f4b81 11822 else
2693c0b0 11823 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 11824 fi
1c00b503
PB
11825else
11826 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
ca9f4b81
AO
11827fi
11828
d1f8db0c
PB
11829else
11830 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
e8b05380
PB
11831fi
11832
11833
11834
11835
11836if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11837 if test -n "$with_build_time_tools"; then
5213506e
RW
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11839$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11840 if test -x $with_build_time_tools/lipo; then
11841 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11842 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
5213506e
RW
11843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11844$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
d1f8db0c 11845 else
5213506e
RW
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11847$as_echo "no" >&6; }
d1f8db0c 11848 fi
e8b05380
PB
11849 elif test $build != $host && test $have_gcc_for_target = yes; then
11850 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
1c00b503
PB
11851 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11852 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
e8b05380
PB
11853 fi
11854fi
278a7a38
AO
11855if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11856 # Extract the first word of "lipo", so it can be a program name with args.
11857set dummy lipo; ac_word=$2
5213506e
RW
11858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11859$as_echo_n "checking for $ac_word... " >&6; }
11860if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11861 $as_echo_n "(cached) " >&6
278a7a38
AO
11862else
11863 case $LIPO_FOR_TARGET in
11864 [\\/]* | ?:[\\/]*)
11865 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11866 ;;
11867 *)
11868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11869for as_dir in $gcc_cv_tool_dirs
11870do
11871 IFS=$as_save_IFS
11872 test -z "$as_dir" && as_dir=.
5213506e
RW
11873 for ac_exec_ext in '' $ac_executable_extensions; do
11874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11875 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 11876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
11877 break 2
11878 fi
11879done
5213506e
RW
11880 done
11881IFS=$as_save_IFS
278a7a38
AO
11882
11883 ;;
11884esac
11885fi
11886LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
278a7a38 11887if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11889$as_echo "$LIPO_FOR_TARGET" >&6; }
278a7a38 11890else
5213506e
RW
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11892$as_echo "no" >&6; }
278a7a38
AO
11893fi
11894
5213506e 11895
278a7a38
AO
11896fi
11897if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11898
11899
11900if test -n "$LIPO_FOR_TARGET"; then
11901 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11902elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11903 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11904fi
11905
11906if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11907 for ncn_progname in lipo; do
11908 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11909set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
11910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11911$as_echo_n "checking for $ac_word... " >&6; }
11912if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11913 $as_echo_n "(cached) " >&6
e8b05380 11914else
278a7a38
AO
11915 if test -n "$LIPO_FOR_TARGET"; then
11916 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11917else
11918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11919for as_dir in $PATH
1c710c3c
DJ
11920do
11921 IFS=$as_save_IFS
11922 test -z "$as_dir" && as_dir=.
5213506e
RW
11923 for ac_exec_ext in '' $ac_executable_extensions; do
11924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 11925 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 11926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11927 break 2
11928 fi
11929done
5213506e
RW
11930 done
11931IFS=$as_save_IFS
1c710c3c 11932
e8b05380 11933fi
278a7a38
AO
11934fi
11935LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
e8b05380 11936if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11938$as_echo "$LIPO_FOR_TARGET" >&6; }
e8b05380 11939else
5213506e
RW
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11941$as_echo "no" >&6; }
e8b05380
PB
11942fi
11943
5213506e 11944
278a7a38 11945 done
e8b05380 11946fi
278a7a38
AO
11947
11948if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 11949 for ncn_progname in lipo; do
5213506e
RW
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11951$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
11952 if test -x $with_build_time_tools/${ncn_progname}; then
11953 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11955$as_echo "yes" >&6; }
e8b05380
PB
11956 break
11957 else
5213506e
RW
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11959$as_echo "no" >&6; }
e8b05380
PB
11960 fi
11961 done
11962fi
11963
11964if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11965 for ncn_progname in lipo; do
11966 if test -n "$ncn_target_tool_prefix"; then
11967 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 11968set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
11969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11970$as_echo_n "checking for $ac_word... " >&6; }
11971if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11972 $as_echo_n "(cached) " >&6
040b1c5a
GK
11973else
11974 if test -n "$LIPO_FOR_TARGET"; then
11975 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11976else
1c710c3c
DJ
11977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11978for as_dir in $PATH
11979do
11980 IFS=$as_save_IFS
11981 test -z "$as_dir" && as_dir=.
5213506e
RW
11982 for ac_exec_ext in '' $ac_executable_extensions; do
11983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 11984 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 11985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
11986 break 2
11987 fi
11988done
5213506e
RW
11989 done
11990IFS=$as_save_IFS
1c710c3c 11991
040b1c5a
GK
11992fi
11993fi
1c710c3c 11994LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 11995if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11997$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 11998else
5213506e
RW
11999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12000$as_echo "no" >&6; }
040b1c5a
GK
12001fi
12002
5213506e 12003
e8b05380
PB
12004 fi
12005 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
12006 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 12007set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12009$as_echo_n "checking for $ac_word... " >&6; }
12010if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
12011 $as_echo_n "(cached) " >&6
040b1c5a
GK
12012else
12013 if test -n "$LIPO_FOR_TARGET"; then
72a7ab82
AP
12014 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
12015else
1c710c3c
DJ
12016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12017for as_dir in $PATH
12018do
12019 IFS=$as_save_IFS
12020 test -z "$as_dir" && as_dir=.
5213506e
RW
12021 for ac_exec_ext in '' $ac_executable_extensions; do
12022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12023 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
5213506e 12024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12025 break 2
12026 fi
12027done
5213506e
RW
12028 done
12029IFS=$as_save_IFS
1c710c3c 12030
040b1c5a
GK
12031fi
12032fi
1c710c3c 12033LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
040b1c5a 12034if test -n "$LIPO_FOR_TARGET"; then
5213506e
RW
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
12036$as_echo "$LIPO_FOR_TARGET" >&6; }
040b1c5a 12037else
5213506e
RW
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12039$as_echo "no" >&6; }
040b1c5a 12040fi
1c710c3c 12041
5213506e 12042
e8b05380
PB
12043 fi
12044 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
12045 done
12046fi
1c710c3c 12047
040b1c5a
GK
12048if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
12049 set dummy lipo
12050 if test $build = $target ; then
12051 LIPO_FOR_TARGET="$2"
12052 else
12053 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
12054 fi
1c00b503
PB
12055else
12056 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
040b1c5a
GK
12057fi
12058
d1f8db0c
PB
12059else
12060 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
e8b05380
PB
12061fi
12062
12063
12064
12065
12066if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12067 if test -n "$with_build_time_tools"; then
5213506e
RW
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
12069$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12070 if test -x $with_build_time_tools/nm; then
12071 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
12072 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
5213506e
RW
12073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
12074$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
d1f8db0c 12075 else
5213506e
RW
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12077$as_echo "no" >&6; }
d1f8db0c 12078 fi
e8b05380
PB
12079 elif test $build != $host && test $have_gcc_for_target = yes; then
12080 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
1c00b503
PB
12081 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12082 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
e8b05380
PB
12083 fi
12084fi
3e19841a 12085if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12086 # Extract the first word of "nm", so it can be a program name with args.
12087set dummy nm; ac_word=$2
5213506e
RW
12088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12089$as_echo_n "checking for $ac_word... " >&6; }
12090if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12091 $as_echo_n "(cached) " >&6
e8b05380 12092else
1c710c3c
DJ
12093 case $NM_FOR_TARGET in
12094 [\\/]* | ?:[\\/]*)
e8b05380
PB
12095 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12096 ;;
e8b05380 12097 *)
1c710c3c
DJ
12098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12099for as_dir in $gcc_cv_tool_dirs
12100do
12101 IFS=$as_save_IFS
12102 test -z "$as_dir" && as_dir=.
5213506e
RW
12103 for ac_exec_ext in '' $ac_executable_extensions; do
12104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12105 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12107 break 2
12108 fi
12109done
5213506e
RW
12110 done
12111IFS=$as_save_IFS
1c710c3c 12112
e8b05380
PB
12113 ;;
12114esac
12115fi
1c710c3c 12116NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380 12117if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12119$as_echo "$NM_FOR_TARGET" >&6; }
e8b05380 12120else
5213506e
RW
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12122$as_echo "no" >&6; }
e8b05380
PB
12123fi
12124
5213506e 12125
e8b05380
PB
12126fi
12127if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
278a7a38
AO
12128
12129
12130if test -n "$NM_FOR_TARGET"; then
12131 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12132elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12133 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12134fi
12135
12136if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12137 for ncn_progname in nm; do
12138 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12139set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12141$as_echo_n "checking for $ac_word... " >&6; }
12142if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12143 $as_echo_n "(cached) " >&6
278a7a38
AO
12144else
12145 if test -n "$NM_FOR_TARGET"; then
12146 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12147else
12148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12149for as_dir in $PATH
12150do
12151 IFS=$as_save_IFS
12152 test -z "$as_dir" && as_dir=.
5213506e
RW
12153 for ac_exec_ext in '' $ac_executable_extensions; do
12154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12155 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12157 break 2
12158 fi
12159done
5213506e
RW
12160 done
12161IFS=$as_save_IFS
278a7a38
AO
12162
12163fi
12164fi
12165NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12166if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12168$as_echo "$NM_FOR_TARGET" >&6; }
278a7a38 12169else
5213506e
RW
12170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12171$as_echo "no" >&6; }
278a7a38
AO
12172fi
12173
5213506e 12174
278a7a38
AO
12175 done
12176fi
12177
12178if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12179 for ncn_progname in nm; do
5213506e
RW
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12181$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12182 if test -x $with_build_time_tools/${ncn_progname}; then
12183 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12185$as_echo "yes" >&6; }
e8b05380
PB
12186 break
12187 else
5213506e
RW
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12189$as_echo "no" >&6; }
e8b05380
PB
12190 fi
12191 done
12192fi
12193
12194if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12195 for ncn_progname in nm; do
12196 if test -n "$ncn_target_tool_prefix"; then
12197 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 12198set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12200$as_echo_n "checking for $ac_word... " >&6; }
12201if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12202 $as_echo_n "(cached) " >&6
ca9f4b81 12203else
4de997d1
PB
12204 if test -n "$NM_FOR_TARGET"; then
12205 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12206else
1c710c3c
DJ
12207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12208for as_dir in $PATH
12209do
12210 IFS=$as_save_IFS
12211 test -z "$as_dir" && as_dir=.
5213506e
RW
12212 for ac_exec_ext in '' $ac_executable_extensions; do
12213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12214 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12216 break 2
12217 fi
12218done
5213506e
RW
12219 done
12220IFS=$as_save_IFS
1c710c3c 12221
ca9f4b81
AO
12222fi
12223fi
1c710c3c 12224NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
4de997d1 12225if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12227$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12228else
5213506e
RW
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12230$as_echo "no" >&6; }
ca9f4b81
AO
12231fi
12232
5213506e 12233
e8b05380
PB
12234 fi
12235 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12236 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12237set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12239$as_echo_n "checking for $ac_word... " >&6; }
12240if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12241 $as_echo_n "(cached) " >&6
ca9f4b81 12242else
2693c0b0
PB
12243 if test -n "$NM_FOR_TARGET"; then
12244 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
ca9f4b81 12245else
1c710c3c
DJ
12246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12247for as_dir in $PATH
12248do
12249 IFS=$as_save_IFS
12250 test -z "$as_dir" && as_dir=.
5213506e
RW
12251 for ac_exec_ext in '' $ac_executable_extensions; do
12252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12253 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
5213506e 12254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12255 break 2
12256 fi
12257done
5213506e
RW
12258 done
12259IFS=$as_save_IFS
1c710c3c 12260
ca9f4b81
AO
12261fi
12262fi
1c710c3c 12263NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
2693c0b0 12264if test -n "$NM_FOR_TARGET"; then
5213506e
RW
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12266$as_echo "$NM_FOR_TARGET" >&6; }
ca9f4b81 12267else
5213506e
RW
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12269$as_echo "no" >&6; }
ca9f4b81 12270fi
1c710c3c 12271
5213506e 12272
e8b05380
PB
12273 fi
12274 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12275 done
12276fi
1c710c3c 12277
2693c0b0
PB
12278if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12279 set dummy nm
12280 if test $build = $target ; then
12281 NM_FOR_TARGET="$2"
ca9f4b81 12282 else
2693c0b0 12283 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12284 fi
1c00b503
PB
12285else
12286 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
ca9f4b81
AO
12287fi
12288
d1f8db0c
PB
12289else
12290 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
e8b05380
PB
12291fi
12292
12293
12294
12295
12296if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12297 if test -n "$with_build_time_tools"; then
5213506e
RW
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12299$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12300 if test -x $with_build_time_tools/objdump; then
12301 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12302 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
5213506e
RW
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12304$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
d1f8db0c 12305 else
5213506e
RW
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12307$as_echo "no" >&6; }
d1f8db0c 12308 fi
e8b05380
PB
12309 elif test $build != $host && test $have_gcc_for_target = yes; then
12310 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
1c00b503
PB
12311 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12312 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
e8b05380
PB
12313 fi
12314fi
3e19841a 12315if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12316 # Extract the first word of "objdump", so it can be a program name with args.
12317set dummy objdump; ac_word=$2
5213506e
RW
12318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12319$as_echo_n "checking for $ac_word... " >&6; }
12320if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12321 $as_echo_n "(cached) " >&6
e8b05380 12322else
1c710c3c
DJ
12323 case $OBJDUMP_FOR_TARGET in
12324 [\\/]* | ?:[\\/]*)
e8b05380
PB
12325 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12326 ;;
e8b05380 12327 *)
1c710c3c
DJ
12328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12329for as_dir in $gcc_cv_tool_dirs
12330do
12331 IFS=$as_save_IFS
12332 test -z "$as_dir" && as_dir=.
5213506e
RW
12333 for ac_exec_ext in '' $ac_executable_extensions; do
12334 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12335 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12336 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12337 break 2
12338 fi
12339done
5213506e
RW
12340 done
12341IFS=$as_save_IFS
1c710c3c 12342
e8b05380
PB
12343 ;;
12344esac
12345fi
1c710c3c 12346OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380 12347if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12349$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
e8b05380 12350else
5213506e
RW
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12352$as_echo "no" >&6; }
e8b05380
PB
12353fi
12354
5213506e 12355
e8b05380
PB
12356fi
12357if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
278a7a38
AO
12358
12359
12360if test -n "$OBJDUMP_FOR_TARGET"; then
12361 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12362elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12363 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12364fi
12365
12366if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12367 for ncn_progname in objdump; do
12368 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12369set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12371$as_echo_n "checking for $ac_word... " >&6; }
12372if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12373 $as_echo_n "(cached) " >&6
278a7a38
AO
12374else
12375 if test -n "$OBJDUMP_FOR_TARGET"; then
12376 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12377else
12378as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12379for as_dir in $PATH
12380do
12381 IFS=$as_save_IFS
12382 test -z "$as_dir" && as_dir=.
5213506e
RW
12383 for ac_exec_ext in '' $ac_executable_extensions; do
12384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12385 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12387 break 2
12388 fi
12389done
5213506e
RW
12390 done
12391IFS=$as_save_IFS
278a7a38
AO
12392
12393fi
12394fi
12395OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12396if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12398$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
278a7a38 12399else
5213506e
RW
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12401$as_echo "no" >&6; }
278a7a38
AO
12402fi
12403
5213506e 12404
278a7a38
AO
12405 done
12406fi
12407
12408if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12409 for ncn_progname in objdump; do
5213506e
RW
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12411$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12412 if test -x $with_build_time_tools/${ncn_progname}; then
12413 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12415$as_echo "yes" >&6; }
e8b05380
PB
12416 break
12417 else
5213506e
RW
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12419$as_echo "no" >&6; }
e8b05380
PB
12420 fi
12421 done
12422fi
12423
12424if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12425 for ncn_progname in objdump; do
12426 if test -n "$ncn_target_tool_prefix"; then
12427 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 12428set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12430$as_echo_n "checking for $ac_word... " >&6; }
12431if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12432 $as_echo_n "(cached) " >&6
d739199a
DJ
12433else
12434 if test -n "$OBJDUMP_FOR_TARGET"; then
12435 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12436else
1c710c3c
DJ
12437as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12438for as_dir in $PATH
12439do
12440 IFS=$as_save_IFS
12441 test -z "$as_dir" && as_dir=.
5213506e
RW
12442 for ac_exec_ext in '' $ac_executable_extensions; do
12443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12444 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12446 break 2
12447 fi
12448done
5213506e
RW
12449 done
12450IFS=$as_save_IFS
1c710c3c 12451
d739199a
DJ
12452fi
12453fi
1c710c3c 12454OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12455if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12457$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12458else
5213506e
RW
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12460$as_echo "no" >&6; }
d739199a
DJ
12461fi
12462
5213506e 12463
e8b05380
PB
12464 fi
12465 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12466 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
d739199a 12467set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12469$as_echo_n "checking for $ac_word... " >&6; }
12470if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12471 $as_echo_n "(cached) " >&6
d739199a
DJ
12472else
12473 if test -n "$OBJDUMP_FOR_TARGET"; then
12474 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12475else
1c710c3c
DJ
12476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12477for as_dir in $PATH
12478do
12479 IFS=$as_save_IFS
12480 test -z "$as_dir" && as_dir=.
5213506e
RW
12481 for ac_exec_ext in '' $ac_executable_extensions; do
12482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12483 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
5213506e 12484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12485 break 2
12486 fi
12487done
5213506e
RW
12488 done
12489IFS=$as_save_IFS
1c710c3c 12490
d739199a
DJ
12491fi
12492fi
1c710c3c 12493OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
d739199a 12494if test -n "$OBJDUMP_FOR_TARGET"; then
5213506e
RW
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12496$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
d739199a 12497else
5213506e
RW
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12499$as_echo "no" >&6; }
d739199a 12500fi
1c710c3c 12501
5213506e 12502
e8b05380
PB
12503 fi
12504 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12505 done
12506fi
1c710c3c 12507
d739199a
DJ
12508if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12509 set dummy objdump
12510 if test $build = $target ; then
12511 OBJDUMP_FOR_TARGET="$2"
12512 else
12513 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12514 fi
1c00b503
PB
12515else
12516 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
d739199a
DJ
12517fi
12518
d1f8db0c
PB
12519else
12520 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
e8b05380
PB
12521fi
12522
12523
12524
12525
12526if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12527 if test -n "$with_build_time_tools"; then
5213506e
RW
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12529$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12530 if test -x $with_build_time_tools/ranlib; then
12531 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12532 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
5213506e
RW
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12534$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
d1f8db0c 12535 else
5213506e
RW
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12537$as_echo "no" >&6; }
d1f8db0c 12538 fi
e8b05380
PB
12539 elif test $build != $host && test $have_gcc_for_target = yes; then
12540 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
1c00b503
PB
12541 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12542 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
e8b05380
PB
12543 fi
12544fi
3e19841a 12545if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
12546 # Extract the first word of "ranlib", so it can be a program name with args.
12547set dummy ranlib; ac_word=$2
5213506e
RW
12548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12549$as_echo_n "checking for $ac_word... " >&6; }
12550if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12551 $as_echo_n "(cached) " >&6
e8b05380 12552else
1c710c3c
DJ
12553 case $RANLIB_FOR_TARGET in
12554 [\\/]* | ?:[\\/]*)
e8b05380
PB
12555 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12556 ;;
e8b05380 12557 *)
1c710c3c
DJ
12558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12559for as_dir in $gcc_cv_tool_dirs
12560do
12561 IFS=$as_save_IFS
12562 test -z "$as_dir" && as_dir=.
5213506e
RW
12563 for ac_exec_ext in '' $ac_executable_extensions; do
12564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12565 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 12566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12567 break 2
12568 fi
12569done
5213506e
RW
12570 done
12571IFS=$as_save_IFS
1c710c3c 12572
e8b05380
PB
12573 ;;
12574esac
12575fi
1c710c3c 12576RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
e8b05380 12577if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12579$as_echo "$RANLIB_FOR_TARGET" >&6; }
e8b05380 12580else
5213506e
RW
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12582$as_echo "no" >&6; }
e8b05380
PB
12583fi
12584
5213506e 12585
e8b05380
PB
12586fi
12587if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
278a7a38
AO
12588
12589
12590if test -n "$RANLIB_FOR_TARGET"; then
12591 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12592elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12593 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12594fi
12595
12596if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12597 for ncn_progname in ranlib; do
12598 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12599set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12601$as_echo_n "checking for $ac_word... " >&6; }
12602if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12603 $as_echo_n "(cached) " >&6
278a7a38
AO
12604else
12605 if test -n "$RANLIB_FOR_TARGET"; then
12606 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12607else
12608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12609for as_dir in $PATH
12610do
12611 IFS=$as_save_IFS
12612 test -z "$as_dir" && as_dir=.
5213506e
RW
12613 for ac_exec_ext in '' $ac_executable_extensions; do
12614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 12615 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
12617 break 2
12618 fi
12619done
5213506e
RW
12620 done
12621IFS=$as_save_IFS
278a7a38
AO
12622
12623fi
12624fi
12625RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12626if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12628$as_echo "$RANLIB_FOR_TARGET" >&6; }
278a7a38 12629else
5213506e
RW
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12631$as_echo "no" >&6; }
278a7a38
AO
12632fi
12633
5213506e 12634
278a7a38
AO
12635 done
12636fi
12637
12638if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 12639 for ncn_progname in ranlib; do
5213506e
RW
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12641$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12642 if test -x $with_build_time_tools/${ncn_progname}; then
12643 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
12644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12645$as_echo "yes" >&6; }
e8b05380
PB
12646 break
12647 else
5213506e
RW
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12649$as_echo "no" >&6; }
e8b05380
PB
12650 fi
12651 done
12652fi
12653
12654if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12655 for ncn_progname in ranlib; do
12656 if test -n "$ncn_target_tool_prefix"; then
12657 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
d739199a 12658set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
12659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12660$as_echo_n "checking for $ac_word... " >&6; }
12661if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12662 $as_echo_n "(cached) " >&6
ca9f4b81 12663else
4de997d1
PB
12664 if test -n "$RANLIB_FOR_TARGET"; then
12665 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12666else
1c710c3c
DJ
12667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12668for as_dir in $PATH
12669do
12670 IFS=$as_save_IFS
12671 test -z "$as_dir" && as_dir=.
5213506e
RW
12672 for ac_exec_ext in '' $ac_executable_extensions; do
12673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12674 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 12675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12676 break 2
12677 fi
12678done
5213506e
RW
12679 done
12680IFS=$as_save_IFS
1c710c3c 12681
ca9f4b81
AO
12682fi
12683fi
1c710c3c 12684RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
4de997d1 12685if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12687$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12688else
5213506e
RW
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12690$as_echo "no" >&6; }
ca9f4b81
AO
12691fi
12692
5213506e 12693
e8b05380
PB
12694 fi
12695 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12696 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 12697set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
12698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12699$as_echo_n "checking for $ac_word... " >&6; }
12700if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12701 $as_echo_n "(cached) " >&6
ca9f4b81 12702else
2693c0b0
PB
12703 if test -n "$RANLIB_FOR_TARGET"; then
12704 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
ca9f4b81 12705else
1c710c3c
DJ
12706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12707for as_dir in $PATH
12708do
12709 IFS=$as_save_IFS
12710 test -z "$as_dir" && as_dir=.
5213506e
RW
12711 for ac_exec_ext in '' $ac_executable_extensions; do
12712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 12713 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
5213506e 12714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
12715 break 2
12716 fi
12717done
5213506e
RW
12718 done
12719IFS=$as_save_IFS
1c710c3c 12720
ca9f4b81
AO
12721fi
12722fi
1c710c3c 12723RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
2693c0b0 12724if test -n "$RANLIB_FOR_TARGET"; then
5213506e
RW
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12726$as_echo "$RANLIB_FOR_TARGET" >&6; }
ca9f4b81 12727else
5213506e
RW
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12729$as_echo "no" >&6; }
ca9f4b81 12730fi
1c710c3c 12731
5213506e 12732
e8b05380
PB
12733 fi
12734 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12735 done
12736fi
1c710c3c 12737
e8b05380
PB
12738if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12739 set dummy ranlib
12740 if test $build = $target ; then
12741 RANLIB_FOR_TARGET="$2"
12742 else
12743 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 12744 fi
1c00b503
PB
12745else
12746 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
e8b05380 12747fi
2693c0b0 12748
d1f8db0c
PB
12749else
12750 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
ca9f4b81
AO
12751fi
12752
e8b05380
PB
12753
12754
12755
e7a82751
RM
12756if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12757 if test -n "$with_build_time_tools"; then
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12759$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12760 if test -x $with_build_time_tools/readelf; then
12761 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12762 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12764$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12765 else
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12767$as_echo "no" >&6; }
12768 fi
12769 elif test $build != $host && test $have_gcc_for_target = yes; then
12770 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12771 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12772 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12773 fi
12774fi
12775if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12776 # Extract the first word of "readelf", so it can be a program name with args.
12777set dummy readelf; ac_word=$2
12778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12779$as_echo_n "checking for $ac_word... " >&6; }
12780if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12781 $as_echo_n "(cached) " >&6
12782else
12783 case $READELF_FOR_TARGET in
12784 [\\/]* | ?:[\\/]*)
12785 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12786 ;;
12787 *)
12788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12789for as_dir in $gcc_cv_tool_dirs
12790do
12791 IFS=$as_save_IFS
12792 test -z "$as_dir" && as_dir=.
12793 for ac_exec_ext in '' $ac_executable_extensions; do
12794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12795 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12797 break 2
12798 fi
12799done
12800 done
12801IFS=$as_save_IFS
12802
12803 ;;
12804esac
12805fi
12806READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12807if test -n "$READELF_FOR_TARGET"; then
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12809$as_echo "$READELF_FOR_TARGET" >&6; }
12810else
12811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12812$as_echo "no" >&6; }
12813fi
12814
12815
12816fi
12817if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12818
12819
12820if test -n "$READELF_FOR_TARGET"; then
12821 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12822elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12823 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12824fi
12825
12826if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12827 for ncn_progname in readelf; do
12828 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12829set dummy ${ncn_progname}; ac_word=$2
12830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12831$as_echo_n "checking for $ac_word... " >&6; }
12832if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12833 $as_echo_n "(cached) " >&6
12834else
12835 if test -n "$READELF_FOR_TARGET"; then
12836 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12837else
12838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12839for as_dir in $PATH
12840do
12841 IFS=$as_save_IFS
12842 test -z "$as_dir" && as_dir=.
12843 for ac_exec_ext in '' $ac_executable_extensions; do
12844 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12845 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12847 break 2
12848 fi
12849done
12850 done
12851IFS=$as_save_IFS
12852
12853fi
12854fi
12855READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12856if test -n "$READELF_FOR_TARGET"; then
12857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12858$as_echo "$READELF_FOR_TARGET" >&6; }
12859else
12860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12861$as_echo "no" >&6; }
12862fi
12863
12864
12865 done
12866fi
12867
12868if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12869 for ncn_progname in readelf; do
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12871$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12872 if test -x $with_build_time_tools/${ncn_progname}; then
12873 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12875$as_echo "yes" >&6; }
12876 break
12877 else
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12879$as_echo "no" >&6; }
12880 fi
12881 done
12882fi
12883
12884if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12885 for ncn_progname in readelf; do
12886 if test -n "$ncn_target_tool_prefix"; then
12887 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12888set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12890$as_echo_n "checking for $ac_word... " >&6; }
12891if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12892 $as_echo_n "(cached) " >&6
12893else
12894 if test -n "$READELF_FOR_TARGET"; then
12895 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12896else
12897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12898for as_dir in $PATH
12899do
12900 IFS=$as_save_IFS
12901 test -z "$as_dir" && as_dir=.
12902 for ac_exec_ext in '' $ac_executable_extensions; do
12903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12904 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12906 break 2
12907 fi
12908done
12909 done
12910IFS=$as_save_IFS
12911
12912fi
12913fi
12914READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12915if test -n "$READELF_FOR_TARGET"; then
12916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12917$as_echo "$READELF_FOR_TARGET" >&6; }
12918else
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12920$as_echo "no" >&6; }
12921fi
12922
12923
12924 fi
12925 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12927set dummy ${ncn_progname}; ac_word=$2
12928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12929$as_echo_n "checking for $ac_word... " >&6; }
12930if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12931 $as_echo_n "(cached) " >&6
12932else
12933 if test -n "$READELF_FOR_TARGET"; then
12934 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12935else
12936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12937for as_dir in $PATH
12938do
12939 IFS=$as_save_IFS
12940 test -z "$as_dir" && as_dir=.
12941 for ac_exec_ext in '' $ac_executable_extensions; do
12942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12943 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12945 break 2
12946 fi
12947done
12948 done
12949IFS=$as_save_IFS
12950
12951fi
12952fi
12953READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12954if test -n "$READELF_FOR_TARGET"; then
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12956$as_echo "$READELF_FOR_TARGET" >&6; }
12957else
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12959$as_echo "no" >&6; }
12960fi
12961
12962
12963 fi
12964 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12965 done
12966fi
12967
12968if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12969 set dummy readelf
12970 if test $build = $target ; then
12971 READELF_FOR_TARGET="$2"
12972 else
12973 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12974 fi
12975else
12976 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12977fi
12978
12979else
12980 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12981fi
12982
12983
12984
12985
e8b05380
PB
12986if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12987 if test -n "$with_build_time_tools"; then
5213506e
RW
12988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12989$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
d1f8db0c
PB
12990 if test -x $with_build_time_tools/strip; then
12991 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12992 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
5213506e
RW
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12994$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
d1f8db0c 12995 else
5213506e
RW
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12997$as_echo "no" >&6; }
d1f8db0c 12998 fi
e8b05380
PB
12999 elif test $build != $host && test $have_gcc_for_target = yes; then
13000 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
1c00b503
PB
13001 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
13002 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
e8b05380
PB
13003 fi
13004fi
3e19841a 13005if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13006 # Extract the first word of "strip", so it can be a program name with args.
13007set dummy strip; ac_word=$2
5213506e
RW
13008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13009$as_echo_n "checking for $ac_word... " >&6; }
13010if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
13011 $as_echo_n "(cached) " >&6
e8b05380 13012else
1c710c3c
DJ
13013 case $STRIP_FOR_TARGET in
13014 [\\/]* | ?:[\\/]*)
e8b05380
PB
13015 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
13016 ;;
e8b05380 13017 *)
1c710c3c
DJ
13018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13019for as_dir in $gcc_cv_tool_dirs
13020do
13021 IFS=$as_save_IFS
13022 test -z "$as_dir" && as_dir=.
5213506e
RW
13023 for ac_exec_ext in '' $ac_executable_extensions; do
13024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13025 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13027 break 2
13028 fi
13029done
5213506e
RW
13030 done
13031IFS=$as_save_IFS
1c710c3c 13032
e8b05380
PB
13033 ;;
13034esac
13035fi
1c710c3c 13036STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380 13037if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13039$as_echo "$STRIP_FOR_TARGET" >&6; }
e8b05380 13040else
5213506e
RW
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13042$as_echo "no" >&6; }
e8b05380
PB
13043fi
13044
5213506e 13045
e8b05380
PB
13046fi
13047if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
278a7a38
AO
13048
13049
13050if test -n "$STRIP_FOR_TARGET"; then
13051 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
13052elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13053 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13054fi
13055
13056if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
13057 for ncn_progname in strip; do
13058 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13059set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13061$as_echo_n "checking for $ac_word... " >&6; }
13062if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13063 $as_echo_n "(cached) " >&6
278a7a38
AO
13064else
13065 if test -n "$STRIP_FOR_TARGET"; then
13066 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13067else
13068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13069for as_dir in $PATH
13070do
13071 IFS=$as_save_IFS
13072 test -z "$as_dir" && as_dir=.
5213506e
RW
13073 for ac_exec_ext in '' $ac_executable_extensions; do
13074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13075 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13077 break 2
13078 fi
13079done
5213506e
RW
13080 done
13081IFS=$as_save_IFS
278a7a38
AO
13082
13083fi
13084fi
13085STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
13086if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13088$as_echo "$STRIP_FOR_TARGET" >&6; }
278a7a38 13089else
5213506e
RW
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13091$as_echo "no" >&6; }
278a7a38
AO
13092fi
13093
5213506e 13094
278a7a38
AO
13095 done
13096fi
13097
13098if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13099 for ncn_progname in strip; do
5213506e
RW
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13101$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13102 if test -x $with_build_time_tools/${ncn_progname}; then
13103 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13105$as_echo "yes" >&6; }
e8b05380
PB
13106 break
13107 else
5213506e
RW
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13109$as_echo "no" >&6; }
e8b05380
PB
13110 fi
13111 done
13112fi
13113
13114if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
13115 for ncn_progname in strip; do
13116 if test -n "$ncn_target_tool_prefix"; then
13117 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
040b1c5a 13118set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13120$as_echo_n "checking for $ac_word... " >&6; }
13121if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13122 $as_echo_n "(cached) " >&6
af71363e
AS
13123else
13124 if test -n "$STRIP_FOR_TARGET"; then
1c710c3c
DJ
13125 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13126else
13127as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13128for as_dir in $PATH
13129do
13130 IFS=$as_save_IFS
13131 test -z "$as_dir" && as_dir=.
5213506e
RW
13132 for ac_exec_ext in '' $ac_executable_extensions; do
13133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13134 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13136 break 2
13137 fi
13138done
5213506e
RW
13139 done
13140IFS=$as_save_IFS
1c710c3c 13141
040b1c5a
GK
13142fi
13143fi
1c710c3c 13144STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13145if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13147$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13148else
5213506e
RW
13149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13150$as_echo "no" >&6; }
040b1c5a
GK
13151fi
13152
5213506e 13153
e8b05380
PB
13154 fi
13155 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
13156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
040b1c5a 13157set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13159$as_echo_n "checking for $ac_word... " >&6; }
13160if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
13161 $as_echo_n "(cached) " >&6
040b1c5a
GK
13162else
13163 if test -n "$STRIP_FOR_TARGET"; then
13164 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
13165else
1c710c3c
DJ
13166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13167for as_dir in $PATH
13168do
13169 IFS=$as_save_IFS
13170 test -z "$as_dir" && as_dir=.
5213506e
RW
13171 for ac_exec_ext in '' $ac_executable_extensions; do
13172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13173 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
5213506e 13174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13175 break 2
13176 fi
13177done
5213506e
RW
13178 done
13179IFS=$as_save_IFS
1c710c3c 13180
040b1c5a
GK
13181fi
13182fi
1c710c3c 13183STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
040b1c5a 13184if test -n "$STRIP_FOR_TARGET"; then
5213506e
RW
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
13186$as_echo "$STRIP_FOR_TARGET" >&6; }
040b1c5a 13187else
5213506e
RW
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13189$as_echo "no" >&6; }
040b1c5a 13190fi
1c710c3c 13191
5213506e 13192
e8b05380
PB
13193 fi
13194 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
13195 done
13196fi
1c710c3c 13197
040b1c5a
GK
13198if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
13199 set dummy strip
13200 if test $build = $target ; then
13201 STRIP_FOR_TARGET="$2"
13202 else
13203 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
13204 fi
1c00b503
PB
13205else
13206 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
040b1c5a
GK
13207fi
13208
d1f8db0c
PB
13209else
13210 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
e8b05380
PB
13211fi
13212
13213
13214
13215
13216if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13217 if test -n "$with_build_time_tools"; then
5213506e
RW
13218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13219$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13220 if test -x $with_build_time_tools/windres; then
13221 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13222 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
5213506e
RW
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13224$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
d1f8db0c 13225 else
5213506e
RW
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13227$as_echo "no" >&6; }
d1f8db0c 13228 fi
e8b05380
PB
13229 elif test $build != $host && test $have_gcc_for_target = yes; then
13230 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
1c00b503
PB
13231 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13232 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
e8b05380
PB
13233 fi
13234fi
3e19841a 13235if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
e8b05380
PB
13236 # Extract the first word of "windres", so it can be a program name with args.
13237set dummy windres; ac_word=$2
5213506e
RW
13238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13239$as_echo_n "checking for $ac_word... " >&6; }
13240if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13241 $as_echo_n "(cached) " >&6
e8b05380 13242else
1c710c3c
DJ
13243 case $WINDRES_FOR_TARGET in
13244 [\\/]* | ?:[\\/]*)
e8b05380
PB
13245 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13246 ;;
e8b05380 13247 *)
1c710c3c
DJ
13248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13249for as_dir in $gcc_cv_tool_dirs
13250do
13251 IFS=$as_save_IFS
13252 test -z "$as_dir" && as_dir=.
5213506e
RW
13253 for ac_exec_ext in '' $ac_executable_extensions; do
13254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13255 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13257 break 2
13258 fi
13259done
5213506e
RW
13260 done
13261IFS=$as_save_IFS
1c710c3c 13262
e8b05380
PB
13263 ;;
13264esac
13265fi
1c710c3c 13266WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380 13267if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13269$as_echo "$WINDRES_FOR_TARGET" >&6; }
e8b05380 13270else
5213506e
RW
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13272$as_echo "no" >&6; }
e8b05380
PB
13273fi
13274
5213506e 13275
e8b05380
PB
13276fi
13277if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
278a7a38
AO
13278
13279
13280if test -n "$WINDRES_FOR_TARGET"; then
13281 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13282elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13283 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13284fi
13285
13286if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13287 for ncn_progname in windres; do
13288 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13289set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13291$as_echo_n "checking for $ac_word... " >&6; }
13292if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13293 $as_echo_n "(cached) " >&6
278a7a38
AO
13294else
13295 if test -n "$WINDRES_FOR_TARGET"; then
13296 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13297else
13298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13299for as_dir in $PATH
13300do
13301 IFS=$as_save_IFS
13302 test -z "$as_dir" && as_dir=.
5213506e
RW
13303 for ac_exec_ext in '' $ac_executable_extensions; do
13304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
278a7a38 13305 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
278a7a38
AO
13307 break 2
13308 fi
13309done
5213506e
RW
13310 done
13311IFS=$as_save_IFS
278a7a38
AO
13312
13313fi
13314fi
13315WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13316if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13318$as_echo "$WINDRES_FOR_TARGET" >&6; }
278a7a38 13319else
5213506e
RW
13320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13321$as_echo "no" >&6; }
278a7a38
AO
13322fi
13323
5213506e 13324
278a7a38
AO
13325 done
13326fi
13327
13328if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
e8b05380 13329 for ncn_progname in windres; do
5213506e
RW
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13331$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
d1f8db0c
PB
13332 if test -x $with_build_time_tools/${ncn_progname}; then
13333 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13335$as_echo "yes" >&6; }
e8b05380
PB
13336 break
13337 else
5213506e
RW
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13339$as_echo "no" >&6; }
e8b05380
PB
13340 fi
13341 done
13342fi
13343
13344if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13345 for ncn_progname in windres; do
13346 if test -n "$ncn_target_tool_prefix"; then
13347 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
2693c0b0 13348set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13350$as_echo_n "checking for $ac_word... " >&6; }
13351if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13352 $as_echo_n "(cached) " >&6
ca9f4b81 13353else
4de997d1
PB
13354 if test -n "$WINDRES_FOR_TARGET"; then
13355 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13356else
1c710c3c
DJ
13357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13358for as_dir in $PATH
13359do
13360 IFS=$as_save_IFS
13361 test -z "$as_dir" && as_dir=.
5213506e
RW
13362 for ac_exec_ext in '' $ac_executable_extensions; do
13363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13364 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13366 break 2
13367 fi
13368done
5213506e
RW
13369 done
13370IFS=$as_save_IFS
1c710c3c 13371
ca9f4b81
AO
13372fi
13373fi
1c710c3c 13374WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
4de997d1 13375if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13377$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13378else
5213506e
RW
13379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13380$as_echo "no" >&6; }
ca9f4b81
AO
13381fi
13382
5213506e 13383
e8b05380
PB
13384 fi
13385 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13386 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
2693c0b0 13387set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13389$as_echo_n "checking for $ac_word... " >&6; }
13390if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13391 $as_echo_n "(cached) " >&6
ca9f4b81 13392else
2693c0b0
PB
13393 if test -n "$WINDRES_FOR_TARGET"; then
13394 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
ca9f4b81 13395else
1c710c3c
DJ
13396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13397for as_dir in $PATH
13398do
13399 IFS=$as_save_IFS
13400 test -z "$as_dir" && as_dir=.
5213506e
RW
13401 for ac_exec_ext in '' $ac_executable_extensions; do
13402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1c710c3c 13403 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
5213506e 13404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1c710c3c
DJ
13405 break 2
13406 fi
13407done
5213506e
RW
13408 done
13409IFS=$as_save_IFS
1c710c3c 13410
ca9f4b81
AO
13411fi
13412fi
1c710c3c 13413WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
2693c0b0 13414if test -n "$WINDRES_FOR_TARGET"; then
5213506e
RW
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13416$as_echo "$WINDRES_FOR_TARGET" >&6; }
ca9f4b81 13417else
5213506e
RW
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13419$as_echo "no" >&6; }
ca9f4b81 13420fi
1c710c3c 13421
5213506e 13422
e8b05380
PB
13423 fi
13424 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13425 done
13426fi
1c710c3c 13427
2693c0b0
PB
13428if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13429 set dummy windres
13430 if test $build = $target ; then
13431 WINDRES_FOR_TARGET="$2"
ca9f4b81 13432 else
2693c0b0 13433 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
ca9f4b81 13434 fi
1c00b503
PB
13435else
13436 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
ca9f4b81
AO
13437fi
13438
d1f8db0c
PB
13439else
13440 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
e8b05380
PB
13441fi
13442
4977bab6 13443
901119ae
KT
13444
13445
13446if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13447 if test -n "$with_build_time_tools"; then
5213506e
RW
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13449$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
901119ae
KT
13450 if test -x $with_build_time_tools/windmc; then
13451 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13452 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
5213506e
RW
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13454$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
901119ae 13455 else
5213506e
RW
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13457$as_echo "no" >&6; }
901119ae
KT
13458 fi
13459 elif test $build != $host && test $have_gcc_for_target = yes; then
13460 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
1c00b503
PB
13461 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13462 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
901119ae
KT
13463 fi
13464fi
13465if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13466 # Extract the first word of "windmc", so it can be a program name with args.
13467set dummy windmc; ac_word=$2
5213506e
RW
13468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13469$as_echo_n "checking for $ac_word... " >&6; }
13470if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13471 $as_echo_n "(cached) " >&6
901119ae
KT
13472else
13473 case $WINDMC_FOR_TARGET in
13474 [\\/]* | ?:[\\/]*)
13475 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13476 ;;
13477 *)
13478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13479for as_dir in $gcc_cv_tool_dirs
13480do
13481 IFS=$as_save_IFS
13482 test -z "$as_dir" && as_dir=.
5213506e
RW
13483 for ac_exec_ext in '' $ac_executable_extensions; do
13484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13485 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
5213506e 13486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13487 break 2
13488 fi
13489done
5213506e
RW
13490 done
13491IFS=$as_save_IFS
901119ae
KT
13492
13493 ;;
13494esac
13495fi
13496WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
901119ae 13497if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13499$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13500else
5213506e
RW
13501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13502$as_echo "no" >&6; }
901119ae
KT
13503fi
13504
5213506e 13505
901119ae
KT
13506fi
13507if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13508
13509
13510if test -n "$WINDMC_FOR_TARGET"; then
13511 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13512elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13513 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13514fi
13515
13516if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13517 for ncn_progname in windmc; do
13518 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13519set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13521$as_echo_n "checking for $ac_word... " >&6; }
13522if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13523 $as_echo_n "(cached) " >&6
901119ae
KT
13524else
13525 if test -n "$WINDMC_FOR_TARGET"; then
13526 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13527else
13528as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13529for as_dir in $PATH
13530do
13531 IFS=$as_save_IFS
13532 test -z "$as_dir" && as_dir=.
5213506e
RW
13533 for ac_exec_ext in '' $ac_executable_extensions; do
13534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13535 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13537 break 2
13538 fi
13539done
5213506e
RW
13540 done
13541IFS=$as_save_IFS
901119ae
KT
13542
13543fi
13544fi
13545WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13546if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13548$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13549else
5213506e
RW
13550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13551$as_echo "no" >&6; }
901119ae
KT
13552fi
13553
5213506e 13554
901119ae
KT
13555 done
13556fi
13557
13558if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13559 for ncn_progname in windmc; do
5213506e
RW
13560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13561$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
901119ae
KT
13562 if test -x $with_build_time_tools/${ncn_progname}; then
13563 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
5213506e
RW
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13565$as_echo "yes" >&6; }
901119ae
KT
13566 break
13567 else
5213506e
RW
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13569$as_echo "no" >&6; }
901119ae
KT
13570 fi
13571 done
13572fi
13573
13574if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13575 for ncn_progname in windmc; do
13576 if test -n "$ncn_target_tool_prefix"; then
13577 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13578set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
5213506e
RW
13579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13580$as_echo_n "checking for $ac_word... " >&6; }
13581if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13582 $as_echo_n "(cached) " >&6
901119ae
KT
13583else
13584 if test -n "$WINDMC_FOR_TARGET"; then
13585 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13586else
13587as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13588for as_dir in $PATH
13589do
13590 IFS=$as_save_IFS
13591 test -z "$as_dir" && as_dir=.
5213506e
RW
13592 for ac_exec_ext in '' $ac_executable_extensions; do
13593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13594 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
5213506e 13595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13596 break 2
13597 fi
13598done
5213506e
RW
13599 done
13600IFS=$as_save_IFS
901119ae
KT
13601
13602fi
13603fi
13604WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13605if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13607$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13608else
5213506e
RW
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13610$as_echo "no" >&6; }
901119ae
KT
13611fi
13612
5213506e 13613
901119ae
KT
13614 fi
13615 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13616 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13617set dummy ${ncn_progname}; ac_word=$2
5213506e
RW
13618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13619$as_echo_n "checking for $ac_word... " >&6; }
13620if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13621 $as_echo_n "(cached) " >&6
901119ae
KT
13622else
13623 if test -n "$WINDMC_FOR_TARGET"; then
13624 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13625else
13626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13627for as_dir in $PATH
13628do
13629 IFS=$as_save_IFS
13630 test -z "$as_dir" && as_dir=.
5213506e
RW
13631 for ac_exec_ext in '' $ac_executable_extensions; do
13632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
901119ae 13633 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
5213506e 13634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
901119ae
KT
13635 break 2
13636 fi
13637done
5213506e
RW
13638 done
13639IFS=$as_save_IFS
901119ae
KT
13640
13641fi
13642fi
13643WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13644if test -n "$WINDMC_FOR_TARGET"; then
5213506e
RW
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13646$as_echo "$WINDMC_FOR_TARGET" >&6; }
901119ae 13647else
5213506e
RW
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13649$as_echo "no" >&6; }
901119ae
KT
13650fi
13651
5213506e 13652
901119ae
KT
13653 fi
13654 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13655 done
13656fi
13657
13658if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13659 set dummy windmc
13660 if test $build = $target ; then
13661 WINDMC_FOR_TARGET="$2"
13662 else
13663 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13664 fi
1c00b503
PB
13665else
13666 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
901119ae
KT
13667fi
13668
13669else
13670 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13671fi
13672
13673
2abefe3d
PB
13674RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13675
5213506e
RW
13676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13677$as_echo_n "checking where to find the target ar... " >&6; }
2abefe3d 13678if test "x${build}" != "x${host}" ; then
e8b05380
PB
13679 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13680 # We already found the complete path
172e41aa 13681 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13683$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13684 else
13685 # Canadian cross, just use what we found
5213506e
RW
13686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13687$as_echo "pre-installed" >&6; }
e8b05380 13688 fi
2abefe3d
PB
13689else
13690 ok=yes
13691 case " ${configdirs} " in
13692 *" binutils "*) ;;
13693 *) ok=no ;;
13694 esac
1c710c3c 13695
2abefe3d
PB
13696 if test $ok = yes; then
13697 # An in-tree tool is available and we can use it
13698 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
5213506e
RW
13699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13700$as_echo "just compiled" >&6; }
e8b05380
PB
13701 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13702 # We already found the complete path
172e41aa 13703 ac_dir=`dirname $AR_FOR_TARGET`
5213506e
RW
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13705$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13706 elif test "x$target" = "x$host"; then
13707 # We can use an host tool
13708 AR_FOR_TARGET='$(AR)'
5213506e
RW
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13710$as_echo "host tool" >&6; }
2abefe3d
PB
13711 else
13712 # We need a cross tool
5213506e
RW
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13714$as_echo "pre-installed" >&6; }
2abefe3d
PB
13715 fi
13716fi
0b0dc272 13717
5213506e
RW
13718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13719$as_echo_n "checking where to find the target as... " >&6; }
2abefe3d 13720if test "x${build}" != "x${host}" ; then
e8b05380
PB
13721 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13722 # We already found the complete path
172e41aa 13723 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13725$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13726 else
13727 # Canadian cross, just use what we found
5213506e
RW
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13729$as_echo "pre-installed" >&6; }
e8b05380 13730 fi
2abefe3d
PB
13731else
13732 ok=yes
13733 case " ${configdirs} " in
13734 *" gas "*) ;;
13735 *) ok=no ;;
13736 esac
1c710c3c 13737
2abefe3d
PB
13738 if test $ok = yes; then
13739 # An in-tree tool is available and we can use it
13740 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
5213506e
RW
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13742$as_echo "just compiled" >&6; }
e8b05380
PB
13743 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13744 # We already found the complete path
172e41aa 13745 ac_dir=`dirname $AS_FOR_TARGET`
5213506e
RW
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13747$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13748 elif test "x$target" = "x$host"; then
13749 # We can use an host tool
13750 AS_FOR_TARGET='$(AS)'
5213506e
RW
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13752$as_echo "host tool" >&6; }
2abefe3d
PB
13753 else
13754 # We need a cross tool
5213506e
RW
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13756$as_echo "pre-installed" >&6; }
2abefe3d
PB
13757 fi
13758fi
0b0dc272 13759
5213506e
RW
13760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13761$as_echo_n "checking where to find the target cc... " >&6; }
2abefe3d 13762if test "x${build}" != "x${host}" ; then
e8b05380
PB
13763 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13764 # We already found the complete path
172e41aa 13765 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13767$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13768 else
13769 # Canadian cross, just use what we found
5213506e
RW
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13771$as_echo "pre-installed" >&6; }
e8b05380 13772 fi
2abefe3d
PB
13773else
13774 ok=yes
13775 case " ${configdirs} " in
13776 *" gcc "*) ;;
13777 *) ok=no ;;
13778 esac
1c710c3c 13779
2abefe3d
PB
13780 if test $ok = yes; then
13781 # An in-tree tool is available and we can use it
13782 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13784$as_echo "just compiled" >&6; }
e8b05380
PB
13785 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13786 # We already found the complete path
172e41aa 13787 ac_dir=`dirname $CC_FOR_TARGET`
5213506e
RW
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13789$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13790 elif test "x$target" = "x$host"; then
13791 # We can use an host tool
13792 CC_FOR_TARGET='$(CC)'
5213506e
RW
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13794$as_echo "host tool" >&6; }
2abefe3d
PB
13795 else
13796 # We need a cross tool
5213506e
RW
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13798$as_echo "pre-installed" >&6; }
2abefe3d
PB
13799 fi
13800fi
0b0dc272 13801
5213506e
RW
13802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13803$as_echo_n "checking where to find the target c++... " >&6; }
2abefe3d 13804if test "x${build}" != "x${host}" ; then
e8b05380
PB
13805 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13806 # We already found the complete path
172e41aa 13807 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13809$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13810 else
13811 # Canadian cross, just use what we found
5213506e
RW
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13813$as_echo "pre-installed" >&6; }
e8b05380 13814 fi
2abefe3d
PB
13815else
13816 ok=yes
13817 case " ${configdirs} " in
13818 *" gcc "*) ;;
13819 *) ok=no ;;
13820 esac
13821 case ,${enable_languages}, in
13822 *,c++,*) ;;
13823 *) ok=no ;;
13824 esac
13825 if test $ok = yes; then
13826 # An in-tree tool is available and we can use it
2077db1b 13827 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
5213506e
RW
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13829$as_echo "just compiled" >&6; }
e8b05380
PB
13830 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13831 # We already found the complete path
172e41aa 13832 ac_dir=`dirname $CXX_FOR_TARGET`
5213506e
RW
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13834$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13835 elif test "x$target" = "x$host"; then
13836 # We can use an host tool
13837 CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13839$as_echo "host tool" >&6; }
2abefe3d
PB
13840 else
13841 # We need a cross tool
5213506e
RW
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13843$as_echo "pre-installed" >&6; }
2abefe3d
PB
13844 fi
13845fi
0b0dc272 13846
5213506e
RW
13847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13848$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
2abefe3d 13849if test "x${build}" != "x${host}" ; then
e8b05380
PB
13850 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13851 # We already found the complete path
172e41aa 13852 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13854$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13855 else
13856 # Canadian cross, just use what we found
5213506e
RW
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13858$as_echo "pre-installed" >&6; }
e8b05380 13859 fi
2abefe3d
PB
13860else
13861 ok=yes
13862 case " ${configdirs} " in
13863 *" gcc "*) ;;
13864 *) ok=no ;;
13865 esac
13866 case ,${enable_languages}, in
13867 *,c++,*) ;;
13868 *) ok=no ;;
13869 esac
13870 if test $ok = yes; then
13871 # An in-tree tool is available and we can use it
2077db1b 13872 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs'
5213506e
RW
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13874$as_echo "just compiled" >&6; }
e8b05380
PB
13875 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13876 # We already found the complete path
172e41aa 13877 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
5213506e
RW
13878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13879$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13880 elif test "x$target" = "x$host"; then
13881 # We can use an host tool
13882 RAW_CXX_FOR_TARGET='$(CXX)'
5213506e
RW
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13884$as_echo "host tool" >&6; }
2abefe3d
PB
13885 else
13886 # We need a cross tool
5213506e
RW
13887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13888$as_echo "pre-installed" >&6; }
2abefe3d
PB
13889 fi
13890fi
0b0dc272 13891
5213506e
RW
13892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13893$as_echo_n "checking where to find the target dlltool... " >&6; }
2abefe3d 13894if test "x${build}" != "x${host}" ; then
e8b05380
PB
13895 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13896 # We already found the complete path
172e41aa 13897 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13899$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13900 else
13901 # Canadian cross, just use what we found
5213506e
RW
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13903$as_echo "pre-installed" >&6; }
e8b05380 13904 fi
2abefe3d
PB
13905else
13906 ok=yes
13907 case " ${configdirs} " in
13908 *" binutils "*) ;;
13909 *) ok=no ;;
13910 esac
1c710c3c 13911
2abefe3d
PB
13912 if test $ok = yes; then
13913 # An in-tree tool is available and we can use it
13914 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
5213506e
RW
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13916$as_echo "just compiled" >&6; }
e8b05380
PB
13917 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13918 # We already found the complete path
172e41aa 13919 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
5213506e
RW
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13921$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13922 elif test "x$target" = "x$host"; then
13923 # We can use an host tool
13924 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
5213506e
RW
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13926$as_echo "host tool" >&6; }
2abefe3d
PB
13927 else
13928 # We need a cross tool
5213506e
RW
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13930$as_echo "pre-installed" >&6; }
2abefe3d
PB
13931 fi
13932fi
0b0dc272 13933
5213506e
RW
13934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13935$as_echo_n "checking where to find the target gcc... " >&6; }
2abefe3d 13936if test "x${build}" != "x${host}" ; then
e8b05380
PB
13937 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13938 # We already found the complete path
172e41aa 13939 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13941$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13942 else
13943 # Canadian cross, just use what we found
5213506e
RW
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13945$as_echo "pre-installed" >&6; }
e8b05380 13946 fi
2abefe3d
PB
13947else
13948 ok=yes
13949 case " ${configdirs} " in
13950 *" gcc "*) ;;
13951 *) ok=no ;;
13952 esac
1c710c3c 13953
2abefe3d
PB
13954 if test $ok = yes; then
13955 # An in-tree tool is available and we can use it
13956 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
13957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13958$as_echo "just compiled" >&6; }
e8b05380
PB
13959 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13960 # We already found the complete path
172e41aa 13961 ac_dir=`dirname $GCC_FOR_TARGET`
5213506e
RW
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13963$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
13964 elif test "x$target" = "x$host"; then
13965 # We can use an host tool
13966 GCC_FOR_TARGET='$()'
5213506e
RW
13967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13968$as_echo "host tool" >&6; }
2abefe3d
PB
13969 else
13970 # We need a cross tool
5213506e
RW
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13972$as_echo "pre-installed" >&6; }
2abefe3d
PB
13973 fi
13974fi
0b0dc272 13975
5213506e
RW
13976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13977$as_echo_n "checking where to find the target gcj... " >&6; }
2abefe3d 13978if test "x${build}" != "x${host}" ; then
e8b05380
PB
13979 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13980 # We already found the complete path
172e41aa 13981 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13983$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
13984 else
13985 # Canadian cross, just use what we found
5213506e
RW
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13987$as_echo "pre-installed" >&6; }
e8b05380 13988 fi
2abefe3d
PB
13989else
13990 ok=yes
13991 case " ${configdirs} " in
13992 *" gcc "*) ;;
13993 *) ok=no ;;
13994 esac
13995 case ,${enable_languages}, in
13996 *,java,*) ;;
13997 *) ok=no ;;
13998 esac
13999 if test $ok = yes; then
14000 # An in-tree tool is available and we can use it
14001 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14003$as_echo "just compiled" >&6; }
e8b05380
PB
14004 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
14005 # We already found the complete path
172e41aa 14006 ac_dir=`dirname $GCJ_FOR_TARGET`
5213506e
RW
14007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14008$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14009 elif test "x$target" = "x$host"; then
14010 # We can use an host tool
14011 GCJ_FOR_TARGET='$(GCJ)'
5213506e
RW
14012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14013$as_echo "host tool" >&6; }
2abefe3d
PB
14014 else
14015 # We need a cross tool
5213506e
RW
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14017$as_echo "pre-installed" >&6; }
2abefe3d
PB
14018 fi
14019fi
0b0dc272 14020
5213506e
RW
14021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
14022$as_echo_n "checking where to find the target gfortran... " >&6; }
2abefe3d 14023if test "x${build}" != "x${host}" ; then
e8b05380
PB
14024 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14025 # We already found the complete path
172e41aa 14026 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14028$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14029 else
14030 # Canadian cross, just use what we found
5213506e
RW
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14032$as_echo "pre-installed" >&6; }
e8b05380 14033 fi
2abefe3d
PB
14034else
14035 ok=yes
14036 case " ${configdirs} " in
14037 *" gcc "*) ;;
14038 *) ok=no ;;
14039 esac
14040 case ,${enable_languages}, in
14041 *,fortran,*) ;;
14042 *) ok=no ;;
14043 esac
14044 if test $ok = yes; then
14045 # An in-tree tool is available and we can use it
14046 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
5213506e
RW
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14048$as_echo "just compiled" >&6; }
e8b05380
PB
14049 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
14050 # We already found the complete path
172e41aa 14051 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
5213506e
RW
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14053$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14054 elif test "x$target" = "x$host"; then
14055 # We can use an host tool
14056 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
5213506e
RW
14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14058$as_echo "host tool" >&6; }
2abefe3d
PB
14059 else
14060 # We need a cross tool
5213506e
RW
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14062$as_echo "pre-installed" >&6; }
2abefe3d
PB
14063 fi
14064fi
0b0dc272 14065
632e2a07
ILT
14066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
14067$as_echo_n "checking where to find the target gccgo... " >&6; }
14068if test "x${build}" != "x${host}" ; then
14069 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14070 # We already found the complete path
14071 ac_dir=`dirname $GOC_FOR_TARGET`
14072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14073$as_echo "pre-installed in $ac_dir" >&6; }
14074 else
14075 # Canadian cross, just use what we found
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14077$as_echo "pre-installed" >&6; }
14078 fi
14079else
14080 ok=yes
14081 case " ${configdirs} " in
14082 *" gcc "*) ;;
14083 *) ok=no ;;
14084 esac
14085 case ,${enable_languages}, in
14086 *,go,*) ;;
14087 *) ok=no ;;
14088 esac
14089 if test $ok = yes; then
14090 # An in-tree tool is available and we can use it
14091 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14093$as_echo "just compiled" >&6; }
14094 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
14095 # We already found the complete path
14096 ac_dir=`dirname $GOC_FOR_TARGET`
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14098$as_echo "pre-installed in $ac_dir" >&6; }
14099 elif test "x$target" = "x$host"; then
14100 # We can use an host tool
14101 GOC_FOR_TARGET='$(GOC)'
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14103$as_echo "host tool" >&6; }
14104 else
14105 # We need a cross tool
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14107$as_echo "pre-installed" >&6; }
14108 fi
14109fi
14110
5213506e
RW
14111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
14112$as_echo_n "checking where to find the target ld... " >&6; }
2abefe3d 14113if test "x${build}" != "x${host}" ; then
e8b05380
PB
14114 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14115 # We already found the complete path
172e41aa 14116 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14118$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14119 else
14120 # Canadian cross, just use what we found
5213506e
RW
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14122$as_echo "pre-installed" >&6; }
e8b05380 14123 fi
2abefe3d
PB
14124else
14125 ok=yes
14126 case " ${configdirs} " in
14127 *" ld "*) ;;
14128 *) ok=no ;;
14129 esac
1c710c3c 14130
2abefe3d
PB
14131 if test $ok = yes; then
14132 # An in-tree tool is available and we can use it
14133 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
5213506e
RW
14134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14135$as_echo "just compiled" >&6; }
e8b05380
PB
14136 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
14137 # We already found the complete path
172e41aa 14138 ac_dir=`dirname $LD_FOR_TARGET`
5213506e
RW
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14140$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14141 elif test "x$target" = "x$host"; then
14142 # We can use an host tool
14143 LD_FOR_TARGET='$(LD)'
5213506e
RW
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14145$as_echo "host tool" >&6; }
2abefe3d
PB
14146 else
14147 # We need a cross tool
5213506e
RW
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14149$as_echo "pre-installed" >&6; }
2abefe3d
PB
14150 fi
14151fi
0b0dc272 14152
5213506e
RW
14153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
14154$as_echo_n "checking where to find the target lipo... " >&6; }
2abefe3d 14155if test "x${build}" != "x${host}" ; then
e8b05380
PB
14156 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14157 # We already found the complete path
172e41aa 14158 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14160$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14161 else
14162 # Canadian cross, just use what we found
5213506e
RW
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14164$as_echo "pre-installed" >&6; }
e8b05380 14165 fi
2abefe3d 14166else
e8b05380
PB
14167 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
14168 # We already found the complete path
172e41aa 14169 ac_dir=`dirname $LIPO_FOR_TARGET`
5213506e
RW
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14171$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380 14172 elif test "x$target" = "x$host"; then
2abefe3d
PB
14173 # We can use an host tool
14174 LIPO_FOR_TARGET='$(LIPO)'
5213506e
RW
14175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14176$as_echo "host tool" >&6; }
2abefe3d
PB
14177 else
14178 # We need a cross tool
5213506e
RW
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14180$as_echo "pre-installed" >&6; }
2abefe3d
PB
14181 fi
14182fi
0b0dc272 14183
5213506e
RW
14184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
14185$as_echo_n "checking where to find the target nm... " >&6; }
2abefe3d 14186if test "x${build}" != "x${host}" ; then
e8b05380
PB
14187 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14188 # We already found the complete path
172e41aa 14189 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14191$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14192 else
14193 # Canadian cross, just use what we found
5213506e
RW
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14195$as_echo "pre-installed" >&6; }
e8b05380 14196 fi
2abefe3d
PB
14197else
14198 ok=yes
14199 case " ${configdirs} " in
14200 *" binutils "*) ;;
14201 *) ok=no ;;
14202 esac
1c710c3c 14203
2abefe3d
PB
14204 if test $ok = yes; then
14205 # An in-tree tool is available and we can use it
14206 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
5213506e
RW
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14208$as_echo "just compiled" >&6; }
e8b05380
PB
14209 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14210 # We already found the complete path
172e41aa 14211 ac_dir=`dirname $NM_FOR_TARGET`
5213506e
RW
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14213$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14214 elif test "x$target" = "x$host"; then
14215 # We can use an host tool
14216 NM_FOR_TARGET='$(NM)'
5213506e
RW
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14218$as_echo "host tool" >&6; }
2abefe3d
PB
14219 else
14220 # We need a cross tool
5213506e
RW
14221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14222$as_echo "pre-installed" >&6; }
2abefe3d
PB
14223 fi
14224fi
0b0dc272 14225
5213506e
RW
14226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14227$as_echo_n "checking where to find the target objdump... " >&6; }
2abefe3d 14228if test "x${build}" != "x${host}" ; then
e8b05380
PB
14229 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14230 # We already found the complete path
172e41aa 14231 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14233$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14234 else
14235 # Canadian cross, just use what we found
5213506e
RW
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14237$as_echo "pre-installed" >&6; }
e8b05380 14238 fi
2abefe3d
PB
14239else
14240 ok=yes
14241 case " ${configdirs} " in
14242 *" binutils "*) ;;
14243 *) ok=no ;;
14244 esac
1c710c3c 14245
2abefe3d
PB
14246 if test $ok = yes; then
14247 # An in-tree tool is available and we can use it
14248 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
5213506e
RW
14249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14250$as_echo "just compiled" >&6; }
e8b05380
PB
14251 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14252 # We already found the complete path
172e41aa 14253 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
5213506e
RW
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14255$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14256 elif test "x$target" = "x$host"; then
14257 # We can use an host tool
14258 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
5213506e
RW
14259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14260$as_echo "host tool" >&6; }
2abefe3d
PB
14261 else
14262 # We need a cross tool
5213506e
RW
14263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14264$as_echo "pre-installed" >&6; }
2abefe3d
PB
14265 fi
14266fi
0b0dc272 14267
5213506e
RW
14268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14269$as_echo_n "checking where to find the target ranlib... " >&6; }
2abefe3d 14270if test "x${build}" != "x${host}" ; then
e8b05380
PB
14271 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14272 # We already found the complete path
172e41aa 14273 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14275$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14276 else
14277 # Canadian cross, just use what we found
5213506e
RW
14278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14279$as_echo "pre-installed" >&6; }
e8b05380 14280 fi
2abefe3d
PB
14281else
14282 ok=yes
14283 case " ${configdirs} " in
14284 *" binutils "*) ;;
14285 *) ok=no ;;
14286 esac
1c710c3c 14287
2abefe3d
PB
14288 if test $ok = yes; then
14289 # An in-tree tool is available and we can use it
14290 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
5213506e
RW
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14292$as_echo "just compiled" >&6; }
e8b05380
PB
14293 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14294 # We already found the complete path
172e41aa 14295 ac_dir=`dirname $RANLIB_FOR_TARGET`
5213506e
RW
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14297$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14298 elif test "x$target" = "x$host"; then
14299 # We can use an host tool
14300 RANLIB_FOR_TARGET='$(RANLIB)'
5213506e
RW
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14302$as_echo "host tool" >&6; }
2abefe3d
PB
14303 else
14304 # We need a cross tool
5213506e
RW
14305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14306$as_echo "pre-installed" >&6; }
2abefe3d
PB
14307 fi
14308fi
0b0dc272 14309
e7a82751
RM
14310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14311$as_echo_n "checking where to find the target readelf... " >&6; }
14312if test "x${build}" != "x${host}" ; then
14313 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14314 # We already found the complete path
14315 ac_dir=`dirname $READELF_FOR_TARGET`
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14317$as_echo "pre-installed in $ac_dir" >&6; }
14318 else
14319 # Canadian cross, just use what we found
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14321$as_echo "pre-installed" >&6; }
14322 fi
14323else
14324 ok=yes
14325 case " ${configdirs} " in
14326 *" binutils "*) ;;
14327 *) ok=no ;;
14328 esac
14329
14330 if test $ok = yes; then
14331 # An in-tree tool is available and we can use it
14332 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14334$as_echo "just compiled" >&6; }
14335 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14336 # We already found the complete path
14337 ac_dir=`dirname $READELF_FOR_TARGET`
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14339$as_echo "pre-installed in $ac_dir" >&6; }
14340 elif test "x$target" = "x$host"; then
14341 # We can use an host tool
14342 READELF_FOR_TARGET='$(READELF)'
14343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14344$as_echo "host tool" >&6; }
14345 else
14346 # We need a cross tool
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14348$as_echo "pre-installed" >&6; }
14349 fi
14350fi
14351
5213506e
RW
14352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14353$as_echo_n "checking where to find the target strip... " >&6; }
2abefe3d 14354if test "x${build}" != "x${host}" ; then
e8b05380
PB
14355 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14356 # We already found the complete path
172e41aa 14357 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14359$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14360 else
14361 # Canadian cross, just use what we found
5213506e
RW
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14363$as_echo "pre-installed" >&6; }
e8b05380 14364 fi
2abefe3d
PB
14365else
14366 ok=yes
14367 case " ${configdirs} " in
14368 *" binutils "*) ;;
14369 *) ok=no ;;
14370 esac
1c710c3c 14371
2abefe3d
PB
14372 if test $ok = yes; then
14373 # An in-tree tool is available and we can use it
455c8f48 14374 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
5213506e
RW
14375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14376$as_echo "just compiled" >&6; }
e8b05380
PB
14377 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14378 # We already found the complete path
172e41aa 14379 ac_dir=`dirname $STRIP_FOR_TARGET`
5213506e
RW
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14381$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14382 elif test "x$target" = "x$host"; then
14383 # We can use an host tool
14384 STRIP_FOR_TARGET='$(STRIP)'
5213506e
RW
14385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14386$as_echo "host tool" >&6; }
2abefe3d
PB
14387 else
14388 # We need a cross tool
5213506e
RW
14389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14390$as_echo "pre-installed" >&6; }
2abefe3d
PB
14391 fi
14392fi
0b0dc272 14393
5213506e
RW
14394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14395$as_echo_n "checking where to find the target windres... " >&6; }
2abefe3d 14396if test "x${build}" != "x${host}" ; then
e8b05380
PB
14397 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14398 # We already found the complete path
172e41aa 14399 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14401$as_echo "pre-installed in $ac_dir" >&6; }
e8b05380
PB
14402 else
14403 # Canadian cross, just use what we found
5213506e
RW
14404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14405$as_echo "pre-installed" >&6; }
e8b05380 14406 fi
2abefe3d
PB
14407else
14408 ok=yes
14409 case " ${configdirs} " in
14410 *" binutils "*) ;;
14411 *) ok=no ;;
14412 esac
1c710c3c 14413
2abefe3d
PB
14414 if test $ok = yes; then
14415 # An in-tree tool is available and we can use it
14416 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
5213506e
RW
14417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14418$as_echo "just compiled" >&6; }
e8b05380
PB
14419 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14420 # We already found the complete path
172e41aa 14421 ac_dir=`dirname $WINDRES_FOR_TARGET`
5213506e
RW
14422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14423$as_echo "pre-installed in $ac_dir" >&6; }
2abefe3d
PB
14424 elif test "x$target" = "x$host"; then
14425 # We can use an host tool
14426 WINDRES_FOR_TARGET='$(WINDRES)'
5213506e
RW
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14428$as_echo "host tool" >&6; }
2abefe3d
PB
14429 else
14430 # We need a cross tool
5213506e
RW
14431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14432$as_echo "pre-installed" >&6; }
2abefe3d 14433 fi
671aa708 14434fi
be912515 14435
5213506e
RW
14436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14437$as_echo_n "checking where to find the target windmc... " >&6; }
901119ae
KT
14438if test "x${build}" != "x${host}" ; then
14439 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14440 # We already found the complete path
14441 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14443$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14444 else
14445 # Canadian cross, just use what we found
5213506e
RW
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14447$as_echo "pre-installed" >&6; }
901119ae
KT
14448 fi
14449else
14450 ok=yes
14451 case " ${configdirs} " in
14452 *" binutils "*) ;;
14453 *) ok=no ;;
14454 esac
14455
14456 if test $ok = yes; then
14457 # An in-tree tool is available and we can use it
14458 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
5213506e
RW
14459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14460$as_echo "just compiled" >&6; }
901119ae
KT
14461 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14462 # We already found the complete path
14463 ac_dir=`dirname $WINDMC_FOR_TARGET`
5213506e
RW
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14465$as_echo "pre-installed in $ac_dir" >&6; }
901119ae
KT
14466 elif test "x$target" = "x$host"; then
14467 # We can use an host tool
14468 WINDMC_FOR_TARGET='$(WINDMC)'
5213506e
RW
14469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14470$as_echo "host tool" >&6; }
901119ae
KT
14471 else
14472 # We need a cross tool
5213506e
RW
14473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14474$as_echo "pre-installed" >&6; }
901119ae
KT
14475 fi
14476fi
14477
be912515
NN
14478
14479
2abefe3d 14480
0b0dc272 14481
671aa708
NN
14482# Certain tools may need extra flags.
14483AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14484RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14485NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14486
2abefe3d
PB
14487# When building target libraries, except in a Canadian cross, we use
14488# the same toolchain as the compiler we just built.
14489COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14490COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14491COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14492if test $host = $build; then
14493 case " $configdirs " in
14494 *" gcc "*)
14495 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14496 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14497 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14498 ;;
14499 esac
14500fi
14501
14502
14503
14504
14505
5213506e
RW
14506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14507$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14508# Check whether --enable-maintainer-mode was given.
14509if test "${enable_maintainer_mode+set}" = set; then :
14510 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
ee03dc5e
AO
14511else
14512 USE_MAINTAINER_MODE=no
5213506e
RW
14513fi
14514
14515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14516$as_echo "$USE_MAINTAINER_MODE" >&6; }
ee03dc5e
AO
14517
14518
14519if test "$USE_MAINTAINER_MODE" = yes; then
14520 MAINTAINER_MODE_TRUE=
14521 MAINTAINER_MODE_FALSE='#'
14522else
14523 MAINTAINER_MODE_TRUE='#'
14524 MAINTAINER_MODE_FALSE=
1c710c3c 14525fi
ee03dc5e
AO
14526MAINT=$MAINTAINER_MODE_TRUE
14527
2805b53a
NN
14528# ---------------------
14529# GCC bootstrap support
14530# ---------------------
14531
14532# Stage specific cflags for build.
14533stage1_cflags="-g"
14534case $build in
14535 vax-*-*)
14536 case ${GCC} in
14537 yes) stage1_cflags="-g -Wa,-J" ;;
14538 *) stage1_cflags="-g -J" ;;
14539 esac ;;
2805b53a
NN
14540esac
14541
0b50988a 14542
2805b53a 14543
8efea775 14544# Enable --enable-checking in stage1 of the compiler.
5213506e
RW
14545# Check whether --enable-stage1-checking was given.
14546if test "${enable_stage1_checking+set}" = set; then :
14547 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
8efea775 14548else
e643dc23 14549 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
7e98624c 14550 stage1_checking=--enable-checking=yes,types
8efea775 14551else
e643dc23 14552 stage1_checking=--enable-checking=$enable_checking,types
8efea775 14553fi
5213506e 14554fi
8efea775
PB
14555
14556
2aeb72e9 14557
5213506e
RW
14558# Enable -Werror in bootstrap stage2 and later.
14559# Check whether --enable-werror was given.
14560if test "${enable_werror+set}" = set; then :
14561 enableval=$enable_werror;
2805b53a 14562else
416cfb5e 14563 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2805b53a 14564 enable_werror=yes
88fceb68
PB
14565else
14566 enable_werror=no
14567fi
5213506e
RW
14568fi
14569
09a9c095
NN
14570case ${enable_werror} in
14571 yes) stage2_werror_flag="--enable-werror-always" ;;
14572 *) stage2_werror_flag="" ;;
2805b53a
NN
14573esac
14574
14575
459260ec
DM
14576# Enable --enable-host-shared.
14577# Check whether --enable-host-shared was given.
14578if test "${enable_host_shared+set}" = set; then :
14579 enableval=$enable_host_shared; host_shared=$enableval
14580else
14581 host_shared=no
14582fi
14583
14584
14585
f2689b09
SE
14586# Specify what files to not compare during bootstrap.
14587
14588compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14589case "$target" in
14590 hppa*64*-*-hpux*) ;;
14591 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
d91491e5 14592 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
f2689b09
SE
14593esac
14594
14595
5213506e
RW
14596ac_config_files="$ac_config_files Makefile"
14597
1c710c3c 14598cat >confcache <<\_ACEOF
671aa708
NN
14599# This file is a shell script that caches the results of configure
14600# tests run on this system so they can be shared between configure
1c710c3c
DJ
14601# scripts and configure runs, see configure's option --config-cache.
14602# It is not useful on other systems. If it contains results you don't
14603# want to keep, you may remove or edit it.
671aa708 14604#
1c710c3c
DJ
14605# config.status only pays attention to the cache file if you give it
14606# the --recheck option to rerun configure.
671aa708 14607#
1c710c3c
DJ
14608# `ac_cv_env_foo' variables (set or unset) will be overridden when
14609# loading this file, other *unset* `ac_cv_foo' will be assigned the
14610# following values.
14611
14612_ACEOF
14613
671aa708
NN
14614# The following way of writing the cache mishandles newlines in values,
14615# but we know of no workaround that is simple, portable, and efficient.
5213506e 14616# So, we kill variables containing newlines.
671aa708
NN
14617# Ultrix sh set writes to stderr and can't be redirected directly,
14618# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
14619(
14620 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14621 eval ac_val=\$$ac_var
14622 case $ac_val in #(
14623 *${as_nl}*)
14624 case $ac_var in #(
14625 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14626$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14627 esac
14628 case $ac_var in #(
14629 _ | IFS | as_nl) ;; #(
14630 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14631 *) { eval $ac_var=; unset $ac_var;} ;;
14632 esac ;;
14633 esac
14634 done
14635
1c710c3c 14636 (set) 2>&1 |
5213506e
RW
14637 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14638 *${as_nl}ac_space=\ *)
14639 # `set' does not quote correctly, so add quotes: double-quote
14640 # substitution turns \\\\ into \\, and sed turns \\ into \.
1c710c3c
DJ
14641 sed -n \
14642 "s/'/'\\\\''/g;
14643 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 14644 ;; #(
1c710c3c
DJ
14645 *)
14646 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 14647 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1c710c3c 14648 ;;
5213506e
RW
14649 esac |
14650 sort
14651) |
1c710c3c 14652 sed '
5213506e 14653 /^ac_cv_env_/b end
1c710c3c 14654 t clear
5213506e 14655 :clear
1c710c3c
DJ
14656 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14657 t end
5213506e
RW
14658 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14659 :end' >>confcache
14660if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14661 if test -w "$cache_file"; then
14662 test "x$cache_file" != "x/dev/null" &&
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14664$as_echo "$as_me: updating cache $cache_file" >&6;}
1c710c3c 14665 cat confcache >$cache_file
671aa708 14666 else
5213506e
RW
14667 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14668$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
671aa708 14669 fi
4977bab6 14670fi
671aa708 14671rm -f confcache
79c06341 14672
671aa708
NN
14673test "x$prefix" = xNONE && prefix=$ac_default_prefix
14674# Let make expand exec_prefix.
14675test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4e77e8f1 14676
671aa708
NN
14677# Transform confdefs.h into DEFS.
14678# Protect against shell expansion while executing Makefile rules.
14679# Protect against Makefile macro expansion.
1c710c3c
DJ
14680#
14681# If the first sed substitution is executed (which looks for macros that
5213506e 14682# take arguments), then branch to the quote section. Otherwise,
1c710c3c 14683# look for a macro that doesn't take arguments.
5213506e
RW
14684ac_script='
14685:mline
14686/\\$/{
14687 N
14688 s,\\\n,,
14689 b mline
14690}
1c710c3c 14691t clear
5213506e
RW
14692:clear
14693s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14694t quote
5213506e 14695s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
1c710c3c 14696t quote
5213506e
RW
14697b any
14698:quote
14699s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14700s/\[/\\&/g
14701s/\]/\\&/g
14702s/\$/$$/g
14703H
14704:any
14705${
14706 g
14707 s/^\n//
14708 s/\n/ /g
14709 p
14710}
14711'
14712DEFS=`sed -n "$ac_script" confdefs.h`
1c710c3c
DJ
14713
14714
14715ac_libobjs=
14716ac_ltlibobjs=
14717for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14718 # 1. Remove the extension, and $U if already installed.
5213506e
RW
14719 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14720 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14721 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14722 # will be set to the directory where LIBOBJS objects are built.
14723 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14724 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
1c710c3c
DJ
14725done
14726LIBOBJS=$ac_libobjs
fb0103e5 14727
1c710c3c 14728LTLIBOBJS=$ac_ltlibobjs
0b0dc272 14729
af71363e 14730
1c710c3c
DJ
14731
14732: ${CONFIG_STATUS=./config.status}
5213506e 14733ac_write_fail=0
1c710c3c
DJ
14734ac_clean_files_save=$ac_clean_files
14735ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
14736{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14737$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14738as_write_fail=0
14739cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1c710c3c
DJ
14740#! $SHELL
14741# Generated by $as_me.
671aa708 14742# Run this file to recreate the current configuration.
671aa708 14743# Compiler output produced by configure, useful for debugging
1c710c3c 14744# configure, is in config.log if it exists.
0b0dc272 14745
1c710c3c
DJ
14746debug=false
14747ac_cs_recheck=false
14748ac_cs_silent=false
1c710c3c 14749
5213506e
RW
14750SHELL=\${CONFIG_SHELL-$SHELL}
14751export SHELL
14752_ASEOF
14753cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14754## -------------------- ##
14755## M4sh Initialization. ##
14756## -------------------- ##
14757
14758# Be more Bourne compatible
14759DUALCASE=1; export DUALCASE # for MKS sh
14760if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1c710c3c
DJ
14761 emulate sh
14762 NULLCMD=:
5213506e 14763 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1c710c3c
DJ
14764 # is contrary to our usage. Disable this feature.
14765 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
14766 setopt NO_GLOB_SUBST
14767else
14768 case `(set -o) 2>/dev/null` in #(
14769 *posix*) :
14770 set -o posix ;; #(
14771 *) :
14772 ;;
14773esac
1c710c3c 14774fi
1c710c3c 14775
5213506e
RW
14776
14777as_nl='
14778'
14779export as_nl
14780# Printing a long string crashes Solaris 7 /usr/bin/printf.
14781as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14782as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14783as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14784# Prefer a ksh shell builtin over an external printf program on Solaris,
14785# but without wasting forks for bash or zsh.
14786if test -z "$BASH_VERSION$ZSH_VERSION" \
14787 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14788 as_echo='print -r --'
14789 as_echo_n='print -rn --'
14790elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14791 as_echo='printf %s\n'
14792 as_echo_n='printf %s'
14793else
14794 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14795 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14796 as_echo_n='/usr/ucb/echo -n'
14797 else
14798 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14799 as_echo_n_body='eval
14800 arg=$1;
14801 case $arg in #(
14802 *"$as_nl"*)
14803 expr "X$arg" : "X\\(.*\\)$as_nl";
14804 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14805 esac;
14806 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14807 '
14808 export as_echo_n_body
14809 as_echo_n='sh -c $as_echo_n_body as_echo'
14810 fi
14811 export as_echo_body
14812 as_echo='sh -c $as_echo_body as_echo'
1c710c3c
DJ
14813fi
14814
5213506e
RW
14815# The user is always right.
14816if test "${PATH_SEPARATOR+set}" != set; then
14817 PATH_SEPARATOR=:
14818 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14819 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14820 PATH_SEPARATOR=';'
14821 }
14822fi
14823
14824
14825# IFS
14826# We need space, tab and new line, in precisely that order. Quoting is
14827# there to prevent editors from complaining about space-tab.
14828# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14829# splitting by setting IFS to empty value.)
14830IFS=" "" $as_nl"
14831
14832# Find who we are. Look in the path if we contain no directory separator.
14833case $0 in #((
14834 *[\\/]* ) as_myself=$0 ;;
14835 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14836for as_dir in $PATH
14837do
14838 IFS=$as_save_IFS
14839 test -z "$as_dir" && as_dir=.
14840 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14841 done
14842IFS=$as_save_IFS
14843
14844 ;;
14845esac
14846# We did not find ourselves, most probably we were run as `sh COMMAND'
14847# in which case we are not to be found in the path.
14848if test "x$as_myself" = x; then
14849 as_myself=$0
14850fi
14851if test ! -f "$as_myself"; then
14852 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14853 exit 1
14854fi
1c710c3c 14855
5213506e
RW
14856# Unset variables that we do not need and which cause bugs (e.g. in
14857# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14858# suppresses any "Segmentation fault" message there. '((' could
14859# trigger a bug in pdksh 5.2.14.
14860for as_var in BASH_ENV ENV MAIL MAILPATH
14861do eval test x\${$as_var+set} = xset \
14862 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14863done
1c710c3c
DJ
14864PS1='$ '
14865PS2='> '
14866PS4='+ '
14867
14868# NLS nuisances.
5213506e
RW
14869LC_ALL=C
14870export LC_ALL
14871LANGUAGE=C
14872export LANGUAGE
14873
14874# CDPATH.
14875(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14876
14877
14878# as_fn_error ERROR [LINENO LOG_FD]
14879# ---------------------------------
14880# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14881# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14882# script with status $?, using 1 if that was 0.
14883as_fn_error ()
14884{
14885 as_status=$?; test $as_status -eq 0 && as_status=1
14886 if test "$3"; then
14887 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14888 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
1c710c3c 14889 fi
5213506e
RW
14890 $as_echo "$as_me: error: $1" >&2
14891 as_fn_exit $as_status
14892} # as_fn_error
14893
14894
14895# as_fn_set_status STATUS
14896# -----------------------
14897# Set $? to STATUS, without forking.
14898as_fn_set_status ()
14899{
14900 return $1
14901} # as_fn_set_status
14902
14903# as_fn_exit STATUS
14904# -----------------
14905# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14906as_fn_exit ()
14907{
14908 set +e
14909 as_fn_set_status $1
14910 exit $1
14911} # as_fn_exit
14912
14913# as_fn_unset VAR
14914# ---------------
14915# Portably unset VAR.
14916as_fn_unset ()
14917{
14918 { eval $1=; unset $1;}
14919}
14920as_unset=as_fn_unset
14921# as_fn_append VAR VALUE
14922# ----------------------
14923# Append the text in VALUE to the end of the definition contained in VAR. Take
14924# advantage of any shell optimizations that allow amortized linear growth over
14925# repeated appends, instead of the typical quadratic growth present in naive
14926# implementations.
14927if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14928 eval 'as_fn_append ()
14929 {
14930 eval $1+=\$2
14931 }'
14932else
14933 as_fn_append ()
14934 {
14935 eval $1=\$$1\$2
14936 }
14937fi # as_fn_append
14938
14939# as_fn_arith ARG...
14940# ------------------
14941# Perform arithmetic evaluation on the ARGs, and store the result in the
14942# global $as_val. Take advantage of shells that can avoid forks. The arguments
14943# must be portable across $(()) and expr.
14944if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14945 eval 'as_fn_arith ()
14946 {
14947 as_val=$(( $* ))
14948 }'
14949else
14950 as_fn_arith ()
14951 {
14952 as_val=`expr "$@" || test $? -eq 1`
14953 }
14954fi # as_fn_arith
14955
1c710c3c 14956
5213506e
RW
14957if expr a : '\(a\)' >/dev/null 2>&1 &&
14958 test "X`expr 00001 : '.*\(...\)'`" = X001; then
1c710c3c
DJ
14959 as_expr=expr
14960else
14961 as_expr=false
14962fi
14963
5213506e 14964if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
1c710c3c
DJ
14965 as_basename=basename
14966else
14967 as_basename=false
14968fi
14969
5213506e
RW
14970if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14971 as_dirname=dirname
14972else
14973 as_dirname=false
14974fi
1c710c3c 14975
5213506e 14976as_me=`$as_basename -- "$0" ||
1c710c3c
DJ
14977$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14978 X"$0" : 'X\(//\)$' \| \
5213506e
RW
14979 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14980$as_echo X/"$0" |
14981 sed '/^.*\/\([^/][^/]*\)\/*$/{
14982 s//\1/
14983 q
14984 }
14985 /^X\/\(\/\/\)$/{
14986 s//\1/
14987 q
14988 }
14989 /^X\/\(\/\).*/{
14990 s//\1/
14991 q
14992 }
14993 s/.*/./; q'`
2aeb72e9 14994
2aeb72e9
DD
14995# Avoid depending upon Character Ranges.
14996as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14997as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14998as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14999as_cr_digits='0123456789'
15000as_cr_alnum=$as_cr_Letters$as_cr_digits
15001
5213506e
RW
15002ECHO_C= ECHO_N= ECHO_T=
15003case `echo -n x` in #(((((
15004-n*)
15005 case `echo 'xy\c'` in
15006 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15007 xy) ECHO_C='\c';;
15008 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15009 ECHO_T=' ';;
15010 esac;;
15011*)
15012 ECHO_N='-n';;
1c710c3c
DJ
15013esac
15014
5213506e
RW
15015rm -f conf$$ conf$$.exe conf$$.file
15016if test -d conf$$.dir; then
15017 rm -f conf$$.dir/conf$$.file
1c710c3c 15018else
5213506e
RW
15019 rm -f conf$$.dir
15020 mkdir conf$$.dir 2>/dev/null
1c710c3c 15021fi
5213506e
RW
15022if (echo >conf$$.file) 2>/dev/null; then
15023 if ln -s conf$$.file conf$$ 2>/dev/null; then
2aeb72e9 15024 as_ln_s='ln -s'
5213506e
RW
15025 # ... but there are two gotchas:
15026 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15027 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15028 # In both cases, we have to default to `cp -p'.
15029 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15030 as_ln_s='cp -p'
15031 elif ln conf$$.file conf$$ 2>/dev/null; then
15032 as_ln_s=ln
15033 else
15034 as_ln_s='cp -p'
2aeb72e9 15035 fi
1c710c3c
DJ
15036else
15037 as_ln_s='cp -p'
15038fi
5213506e
RW
15039rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15040rmdir conf$$.dir 2>/dev/null
15041
15042
15043# as_fn_mkdir_p
15044# -------------
15045# Create "$as_dir" as a directory, including parents if necessary.
15046as_fn_mkdir_p ()
15047{
15048
15049 case $as_dir in #(
15050 -*) as_dir=./$as_dir;;
15051 esac
15052 test -d "$as_dir" || eval $as_mkdir_p || {
15053 as_dirs=
15054 while :; do
15055 case $as_dir in #(
15056 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15057 *) as_qdir=$as_dir;;
15058 esac
15059 as_dirs="'$as_qdir' $as_dirs"
15060 as_dir=`$as_dirname -- "$as_dir" ||
15061$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15062 X"$as_dir" : 'X\(//\)[^/]' \| \
15063 X"$as_dir" : 'X\(//\)$' \| \
15064 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15065$as_echo X"$as_dir" |
15066 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15067 s//\1/
15068 q
15069 }
15070 /^X\(\/\/\)[^/].*/{
15071 s//\1/
15072 q
15073 }
15074 /^X\(\/\/\)$/{
15075 s//\1/
15076 q
15077 }
15078 /^X\(\/\).*/{
15079 s//\1/
15080 q
15081 }
15082 s/.*/./; q'`
15083 test -d "$as_dir" && break
15084 done
15085 test -z "$as_dirs" || eval "mkdir $as_dirs"
15086 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15087
1c710c3c 15088
5213506e 15089} # as_fn_mkdir_p
1c710c3c 15090if mkdir -p . 2>/dev/null; then
5213506e 15091 as_mkdir_p='mkdir -p "$as_dir"'
1c710c3c
DJ
15092else
15093 test -d ./-p && rmdir ./-p
15094 as_mkdir_p=false
15095fi
15096
5213506e
RW
15097if test -x / >/dev/null 2>&1; then
15098 as_test_x='test -x'
15099else
15100 if ls -dL / >/dev/null 2>&1; then
15101 as_ls_L_option=L
15102 else
15103 as_ls_L_option=
15104 fi
15105 as_test_x='
15106 eval sh -c '\''
15107 if test -d "$1"; then
15108 test -d "$1/.";
15109 else
15110 case $1 in #(
15111 -*)set "./$1";;
15112 esac;
15113 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15114 ???[sx]*):;;*)false;;esac;fi
15115 '\'' sh
15116 '
15117fi
15118as_executable_p=$as_test_x
1c710c3c
DJ
15119
15120# Sed expression to map a string onto a valid CPP name.
15121as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15122
15123# Sed expression to map a string onto a valid variable name.
15124as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15125
15126
1c710c3c 15127exec 6>&1
5213506e
RW
15128## ----------------------------------- ##
15129## Main body of $CONFIG_STATUS script. ##
15130## ----------------------------------- ##
15131_ASEOF
15132test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15133
15134cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15135# Save the log message, to keep $0 and so on meaningful, and to
1c710c3c 15136# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
15137# values after options handling.
15138ac_log="
1c710c3c 15139This file was extended by $as_me, which was
5213506e 15140generated by GNU Autoconf 2.64. Invocation command line was
1c710c3c
DJ
15141
15142 CONFIG_FILES = $CONFIG_FILES
15143 CONFIG_HEADERS = $CONFIG_HEADERS
15144 CONFIG_LINKS = $CONFIG_LINKS
15145 CONFIG_COMMANDS = $CONFIG_COMMANDS
15146 $ $0 $@
15147
5213506e
RW
15148on `(hostname || uname -n) 2>/dev/null | sed 1q`
15149"
15150
1c710c3c
DJ
15151_ACEOF
15152
5213506e
RW
15153case $ac_config_files in *"
15154"*) set x $ac_config_files; shift; ac_config_files=$*;;
15155esac
1c710c3c 15156
2aeb72e9 15157
2aeb72e9 15158
5213506e
RW
15159cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15160# Files that config.status was made for.
15161config_files="$ac_config_files"
1c710c3c 15162
5213506e 15163_ACEOF
2aeb72e9 15164
5213506e 15165cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c 15166ac_cs_usage="\
5213506e
RW
15167\`$as_me' instantiates files and other configuration actions
15168from templates according to the current configuration. Unless the files
15169and actions are specified as TAGs, all are instantiated by default.
1c710c3c 15170
5213506e 15171Usage: $0 [OPTION]... [TAG]...
1c710c3c
DJ
15172
15173 -h, --help print this help, then exit
5213506e
RW
15174 -V, --version print version number and configuration settings, then exit
15175 -q, --quiet, --silent
15176 do not print progress messages
1c710c3c
DJ
15177 -d, --debug don't remove temporary files
15178 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
15179 --file=FILE[:TEMPLATE]
15180 instantiate the configuration file FILE
1c710c3c
DJ
15181
15182Configuration files:
15183$config_files
15184
5213506e 15185Report bugs to the package provider."
2aeb72e9 15186
5213506e
RW
15187_ACEOF
15188cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c
DJ
15189ac_cs_version="\\
15190config.status
5213506e
RW
15191configured by $0, generated by GNU Autoconf 2.64,
15192 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1c710c3c 15193
5213506e 15194Copyright (C) 2009 Free Software Foundation, Inc.
1c710c3c
DJ
15195This config.status script is free software; the Free Software Foundation
15196gives unlimited permission to copy, distribute and modify it."
5213506e
RW
15197
15198ac_pwd='$ac_pwd'
15199srcdir='$srcdir'
15200INSTALL='$INSTALL'
87264276 15201AWK='$AWK'
5213506e 15202test -n "\$AWK" || AWK=awk
1c710c3c
DJ
15203_ACEOF
15204
5213506e
RW
15205cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15206# The default lists apply if the user does not specify any file.
1c710c3c
DJ
15207ac_need_defaults=:
15208while test $# != 0
a4b9e93e 15209do
1c710c3c
DJ
15210 case $1 in
15211 --*=*)
5213506e
RW
15212 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15213 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1c710c3c
DJ
15214 ac_shift=:
15215 ;;
5213506e 15216 *)
1c710c3c
DJ
15217 ac_option=$1
15218 ac_optarg=$2
15219 ac_shift=shift
15220 ;;
1c710c3c
DJ
15221 esac
15222
15223 case $ac_option in
15224 # Handling of the options.
671aa708 15225 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1c710c3c 15226 ac_cs_recheck=: ;;
5213506e
RW
15227 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15228 $as_echo "$ac_cs_version"; exit ;;
15229 --debug | --debu | --deb | --de | --d | -d )
1c710c3c
DJ
15230 debug=: ;;
15231 --file | --fil | --fi | --f )
15232 $ac_shift
5213506e
RW
15233 case $ac_optarg in
15234 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15235 esac
15236 as_fn_append CONFIG_FILES " '$ac_optarg'"
2aeb72e9 15237 ac_need_defaults=false;;
5213506e
RW
15238 --he | --h | --help | --hel | -h )
15239 $as_echo "$ac_cs_usage"; exit ;;
1c710c3c
DJ
15240 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15241 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15242 ac_cs_silent=: ;;
15243
15244 # This is an error.
5213506e
RW
15245 -*) as_fn_error "unrecognized option: \`$1'
15246Try \`$0 --help' for more information." ;;
1c710c3c 15247
5213506e
RW
15248 *) as_fn_append ac_config_targets " $1"
15249 ac_need_defaults=false ;;
1c710c3c 15250
0b0dc272 15251 esac
1c710c3c 15252 shift
0b0dc272
AM
15253done
15254
1c710c3c 15255ac_configure_extra_args=
0b0dc272 15256
1c710c3c
DJ
15257if $ac_cs_silent; then
15258 exec 6>/dev/null
15259 ac_configure_extra_args="$ac_configure_extra_args --silent"
15260fi
0b0dc272 15261
1c710c3c 15262_ACEOF
5213506e 15263cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1c710c3c 15264if \$ac_cs_recheck; then
5213506e
RW
15265 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15266 shift
15267 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15268 CONFIG_SHELL='$SHELL'
15269 export CONFIG_SHELL
15270 exec "\$@"
1c710c3c
DJ
15271fi
15272
15273_ACEOF
5213506e
RW
15274cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15275exec 5>>config.log
15276{
15277 echo
15278 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15279## Running $as_me. ##
15280_ASBOX
15281 $as_echo "$ac_log"
15282} >&5
1c710c3c 15283
5213506e
RW
15284_ACEOF
15285cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3e54529c
RW
15286#
15287# INIT-COMMANDS
15288#
15289extrasub_build="$extrasub_build"
15290 extrasub_host="$extrasub_host"
15291 extrasub_target="$extrasub_target"
15292
5213506e 15293_ACEOF
1c710c3c 15294
5213506e 15295cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11a67599 15296
5213506e 15297# Handling of arguments.
1c710c3c
DJ
15298for ac_config_target in $ac_config_targets
15299do
5213506e
RW
15300 case $ac_config_target in
15301 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15302
15303 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
1c710c3c
DJ
15304 esac
15305done
15306
5213506e 15307
1c710c3c
DJ
15308# If the user did not use the arguments to specify the items to instantiate,
15309# then the envvar interface is used. Set only those that are not.
15310# We use the long form for the default assignment because of an extremely
15311# bizarre bug on SunOS 4.1.3.
15312if $ac_need_defaults; then
15313 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15314fi
15315
15316# Have a temporary directory for convenience. Make it in the build tree
5213506e 15317# simply because there is no reason against having it here, and in addition,
1c710c3c 15318# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
15319# Hook for its removal unless debugging.
15320# Note that there is a small window in which the directory will not be cleaned:
15321# after its creation but before its name has been assigned to `$tmp'.
1c710c3c
DJ
15322$debug ||
15323{
5213506e
RW
15324 tmp=
15325 trap 'exit_status=$?
15326 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15327' 0
15328 trap 'as_fn_exit 1' 1 2 13 15
1c710c3c 15329}
1c710c3c
DJ
15330# Create a (secure) tmp directory for tmp files.
15331
15332{
5213506e 15333 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
1c710c3c
DJ
15334 test -n "$tmp" && test -d "$tmp"
15335} ||
15336{
5213506e
RW
15337 tmp=./conf$$-$RANDOM
15338 (umask 077 && mkdir "$tmp")
15339} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15340
15341# Set up the scripts for CONFIG_FILES section.
15342# No need to generate them if there are no CONFIG_FILES.
15343# This happens for instance with `./config.status config.h'.
15344if test -n "$CONFIG_FILES"; then
15345
15346if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15347 ac_cs_awk_getline=:
15348 ac_cs_awk_pipe_init=
15349 ac_cs_awk_read_file='
15350 while ((getline aline < (F[key])) > 0)
15351 print(aline)
15352 close(F[key])'
15353 ac_cs_awk_pipe_fini=
15354else
15355 ac_cs_awk_getline=false
15356 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15357 ac_cs_awk_read_file='
15358 print "|#_!!_#|"
15359 print "cat " F[key] " &&"
15360 '$ac_cs_awk_pipe_init
15361 # The final `:' finishes the AND list.
15362 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15363fi
15364ac_cr=`echo X | tr X '\015'`
15365# On cygwin, bash can eat \r inside `` if the user requested igncr.
15366# But we know of no other shell where ac_cr would be empty at this
15367# point, so we can use a bashism as a fallback.
15368if test "x$ac_cr" = x; then
15369 eval ac_cr=\$\'\\r\'
15370fi
15371ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15372if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15373 ac_cs_awk_cr='\r'
15374else
15375 ac_cs_awk_cr=$ac_cr
15376fi
15377
15378echo 'BEGIN {' >"$tmp/subs1.awk" &&
15379_ACEOF
15380
15381# Create commands to substitute file output variables.
1c710c3c 15382{
5213506e
RW
15383 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15384 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15385 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15386 echo "_ACAWK" &&
15387 echo "_ACEOF"
15388} >conf$$files.sh &&
15389. ./conf$$files.sh ||
15390 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15391rm -f conf$$files.sh
1c710c3c 15392
5213506e
RW
15393{
15394 echo "cat >conf$$subs.awk <<_ACEOF" &&
15395 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15396 echo "_ACEOF"
15397} >conf$$subs.sh ||
15398 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15399ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15400ac_delim='%!_!# '
15401for ac_last_try in false false false false false :; do
15402 . ./conf$$subs.sh ||
15403 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15404
15405 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15406 if test $ac_delim_n = $ac_delim_num; then
15407 break
15408 elif $ac_last_try; then
15409 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15410 else
15411 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15412 fi
15413done
15414rm -f conf$$subs.sh
15415
15416cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15417cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
2aeb72e9 15418_ACEOF
5213506e
RW
15419sed -n '
15420h
15421s/^/S["/; s/!.*/"]=/
15422p
15423g
15424s/^[^!]*!//
15425:repl
15426t repl
15427s/'"$ac_delim"'$//
15428t delim
15429:nl
15430h
15431s/\(.\{148\}\).*/\1/
15432t more1
15433s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15434p
15435n
15436b repl
15437:more1
15438s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15439p
15440g
15441s/.\{148\}//
15442t nl
15443:delim
15444h
15445s/\(.\{148\}\).*/\1/
15446t more2
15447s/["\\]/\\&/g; s/^/"/; s/$/"/
15448p
15449b
15450:more2
15451s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15452p
15453g
15454s/.\{148\}//
15455t delim
15456' <conf$$subs.awk | sed '
15457/^[^""]/{
15458 N
15459 s/\n//
15460}
15461' >>$CONFIG_STATUS || ac_write_fail=1
15462rm -f conf$$subs.awk
15463cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15464_ACAWK
15465cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15466 for (key in S) S_is_set[key] = 1
15467 FS = "\a"
15468 \$ac_cs_awk_pipe_init
15469}
15470{
15471 line = $ 0
15472 nfields = split(line, field, "@")
15473 substed = 0
15474 len = length(field[1])
15475 for (i = 2; i < nfields; i++) {
15476 key = field[i]
15477 keylen = length(key)
15478 if (S_is_set[key]) {
15479 value = S[key]
15480 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15481 len += length(value) + length(field[++i])
15482 substed = 1
15483 } else
15484 len += 1 + keylen
15485 }
15486 if (nfields == 3 && !substed) {
15487 key = field[2]
15488 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15489 \$ac_cs_awk_read_file
15490 next
15491 }
15492 }
15493 print line
15494}
15495\$ac_cs_awk_pipe_fini
15496_ACAWK
15497_ACEOF
15498cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15499if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15500 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15501else
15502 cat
15503fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15504 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15505_ACEOF
15506
15507# VPATH may cause trouble with some makes, so we remove $(srcdir),
15508# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15509# trailing colons and then remove the whole line if VPATH becomes empty
15510# (actually we leave an empty line to preserve line numbers).
15511if test "x$srcdir" = x.; then
15512 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15513s/:*\$(srcdir):*/:/
15514s/:*\${srcdir}:*/:/
15515s/:*@srcdir@:*/:/
15516s/^\([^=]*=[ ]*\):*/\1/
15517s/:*$//
15518s/^[^=]*=[ ]*$//
15519}'
15520fi
2aeb72e9 15521
5213506e
RW
15522cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15523fi # test -n "$CONFIG_FILES"
2aeb72e9 15524
1c710c3c 15525
5213506e
RW
15526eval set X " :F $CONFIG_FILES "
15527shift
15528for ac_tag
15529do
15530 case $ac_tag in
15531 :[FHLC]) ac_mode=$ac_tag; continue;;
15532 esac
15533 case $ac_mode$ac_tag in
15534 :[FHL]*:*);;
15535 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15536 :[FH]-) ac_tag=-:-;;
15537 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15538 esac
15539 ac_save_IFS=$IFS
15540 IFS=:
15541 set x $ac_tag
15542 IFS=$ac_save_IFS
15543 shift
15544 ac_file=$1
15545 shift
79c06341 15546
5213506e
RW
15547 case $ac_mode in
15548 :L) ac_source=$1;;
15549 :[FH])
15550 ac_file_inputs=
15551 for ac_f
15552 do
15553 case $ac_f in
15554 -) ac_f="$tmp/stdin";;
15555 *) # Look for the file first in the build tree, then in the source tree
15556 # (if the path is not absolute). The absolute path cannot be DOS-style,
15557 # because $ac_f cannot contain `:'.
15558 test -f "$ac_f" ||
15559 case $ac_f in
15560 [\\/$]*) false;;
15561 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15562 esac ||
15563 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15564 esac
15565 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15566 as_fn_append ac_file_inputs " '$ac_f'"
15567 done
1c710c3c 15568
5213506e
RW
15569 # Let's still pretend it is `configure' which instantiates (i.e., don't
15570 # use $as_me), people would be surprised to read:
15571 # /* config.h. Generated by config.status. */
15572 configure_input='Generated from '`
15573 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15574 `' by configure.'
15575 if test x"$ac_file" != x-; then
15576 configure_input="$ac_file. $configure_input"
15577 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15578$as_echo "$as_me: creating $ac_file" >&6;}
2aeb72e9 15579 fi
5213506e
RW
15580 # Neutralize special characters interpreted by sed in replacement strings.
15581 case $configure_input in #(
15582 *\&* | *\|* | *\\* )
15583 ac_sed_conf_input=`$as_echo "$configure_input" |
15584 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15585 *) ac_sed_conf_input=$configure_input;;
15586 esac
11a67599 15587
5213506e
RW
15588 case $ac_tag in
15589 *:-:* | *:-) cat >"$tmp/stdin" \
15590 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15591 esac
15592 ;;
11a67599
ZW
15593 esac
15594
5213506e 15595 ac_dir=`$as_dirname -- "$ac_file" ||
1c710c3c
DJ
15596$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15597 X"$ac_file" : 'X\(//\)[^/]' \| \
15598 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
15599 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15600$as_echo X"$ac_file" |
15601 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15602 s//\1/
15603 q
15604 }
15605 /^X\(\/\/\)[^/].*/{
15606 s//\1/
15607 q
15608 }
15609 /^X\(\/\/\)$/{
15610 s//\1/
15611 q
15612 }
15613 /^X\(\/\).*/{
15614 s//\1/
15615 q
15616 }
15617 s/.*/./; q'`
15618 as_dir="$ac_dir"; as_fn_mkdir_p
1c710c3c 15619 ac_builddir=.
0b0dc272 15620
5213506e
RW
15621case "$ac_dir" in
15622.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15623*)
15624 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15625 # A ".." for each directory in $ac_dir_suffix.
15626 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15627 case $ac_top_builddir_sub in
15628 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15629 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15630 esac ;;
15631esac
15632ac_abs_top_builddir=$ac_pwd
15633ac_abs_builddir=$ac_pwd$ac_dir_suffix
15634# for backward compatibility:
15635ac_top_builddir=$ac_top_build_prefix
1c710c3c
DJ
15636
15637case $srcdir in
5213506e 15638 .) # We are building in place.
1c710c3c 15639 ac_srcdir=.
5213506e
RW
15640 ac_top_srcdir=$ac_top_builddir_sub
15641 ac_abs_top_srcdir=$ac_pwd ;;
15642 [\\/]* | ?:[\\/]* ) # Absolute name.
1c710c3c 15643 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
15644 ac_top_srcdir=$srcdir
15645 ac_abs_top_srcdir=$srcdir ;;
15646 *) # Relative name.
15647 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15648 ac_top_srcdir=$ac_top_build_prefix$srcdir
15649 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1c710c3c 15650esac
5213506e 15651ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
a4b9e93e 15652
0b0dc272 15653
5213506e
RW
15654 case $ac_mode in
15655 :F)
15656 #
15657 # CONFIG_FILE
15658 #
1c710c3c
DJ
15659
15660 case $INSTALL in
15661 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e 15662 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
671aa708 15663 esac
5213506e 15664_ACEOF
11a67599 15665
5213506e
RW
15666cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15667# If the template does not know about datarootdir, expand it.
15668# FIXME: This hack should be removed a few years after 2.60.
15669ac_datarootdir_hack=; ac_datarootdir_seen=
15670ac_sed_dataroot='
15671/datarootdir/ {
15672 p
15673 q
15674}
15675/@datadir@/p
15676/@docdir@/p
15677/@infodir@/p
15678/@localedir@/p
15679/@mandir@/p'
15680case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15681*datarootdir*) ac_datarootdir_seen=yes;;
15682*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15684$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11a67599 15685_ACEOF
5213506e
RW
15686cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15687 ac_datarootdir_hack='
15688 s&@datadir@&$datadir&g
15689 s&@docdir@&$docdir&g
15690 s&@infodir@&$infodir&g
15691 s&@localedir@&$localedir&g
15692 s&@mandir@&$mandir&g
15693 s&\\\${datarootdir}&$datarootdir&g' ;;
15694esac
15695_ACEOF
15696
15697# Neutralize VPATH when `$srcdir' = `.'.
15698# Shell code in configure.ac might set extrasub.
15699# FIXME: do we really want to maintain this feature?
15700cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15701ac_sed_extra="$ac_vpsub
1c710c3c
DJ
15702$extrasub
15703_ACEOF
5213506e 15704cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1c710c3c
DJ
15705:t
15706/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
15707s|@configure_input@|$ac_sed_conf_input|;t t
15708s&@top_builddir@&$ac_top_builddir_sub&;t t
15709s&@top_build_prefix@&$ac_top_build_prefix&;t t
15710s&@srcdir@&$ac_srcdir&;t t
15711s&@abs_srcdir@&$ac_abs_srcdir&;t t
15712s&@top_srcdir@&$ac_top_srcdir&;t t
15713s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15714s&@builddir@&$ac_builddir&;t t
15715s&@abs_builddir@&$ac_abs_builddir&;t t
15716s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15717s&@INSTALL@&$ac_INSTALL&;t t
15718$ac_datarootdir_hack
15719"
15720eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15721if $ac_cs_awk_getline; then
15722 $AWK -f "$tmp/subs.awk"
15723else
15724 $AWK -f "$tmp/subs.awk" | $SHELL
15725fi >$tmp/out \
15726 || as_fn_error "could not create $ac_file" "$LINENO" 5
15727
15728test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15729 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15730 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15732which seems to be undefined. Please make sure it is defined." >&5
15733$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15734which seems to be undefined. Please make sure it is defined." >&2;}
15735
15736 rm -f "$tmp/stdin"
15737 case $ac_file in
15738 -) cat "$tmp/out" && rm -f "$tmp/out";;
15739 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15740 esac \
15741 || as_fn_error "could not create $ac_file" "$LINENO" 5
15742 ;;
11a67599 15743
11a67599 15744
79c06341 15745
5213506e
RW
15746 esac
15747
3e54529c
RW
15748
15749 case $ac_file$ac_mode in
15750 "Makefile":F) sed "$extrasub_build" Makefile |
15751 sed "$extrasub_host" |
15752 sed "$extrasub_target" > mf$$
15753 mv -f mf$$ Makefile ;;
15754
15755 esac
5213506e
RW
15756done # for ac_tag
15757
15758
15759as_fn_exit 0
1c710c3c 15760_ACEOF
1c710c3c
DJ
15761ac_clean_files=$ac_clean_files_save
15762
5213506e
RW
15763test $ac_write_fail = 0 ||
15764 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15765
1c710c3c
DJ
15766
15767# configure is writing to config.log, and then calls config.status.
15768# config.status does its own redirection, appending to config.log.
15769# Unfortunately, on DOS this fails, as config.log is still kept open
15770# by configure, so config.status won't be able to write to it; its
15771# output is simply discarded. So we exec the FD to /dev/null,
15772# effectively closing config.log, so it can be properly (re)opened and
15773# appended to by config.status. When coming back to configure, we
15774# need to make the FD available again.
15775if test "$no_create" != yes; then
15776 ac_cs_success=:
15777 ac_config_status_args=
15778 test "$silent" = yes &&
15779 ac_config_status_args="$ac_config_status_args --quiet"
15780 exec 5>/dev/null
15781 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15782 exec 5>>config.log
15783 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15784 # would make configure fail if this is the last instruction.
5213506e
RW
15785 $ac_cs_success || as_fn_exit $?
15786fi
15787if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15789$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1c710c3c 15790fi
79c06341 15791